Commit 3ce898c
authored
fix(docs): Use a shared type for service usage balances values DEV-954 (#6233)
### 📣 Summary
Use an unified type for the service usage balance data across
organization service usage responses and service usage responses.
### 👀 Preview steps
1. Access to the kpi bash shell
2. Run the script `./scripts/generate_api.sh`
3. Review that Orval generated the file
`jsapp/js/api/models/serviceUsageBalanceData.ts` and it is imported in
`jsapp/js/api/models/organizationServiceUsageResponseBalances.ts` and `
jsapp/js/api/models/serviceUsageResponseBalances.ts`1 parent 17b390e commit 3ce898c
File tree
15 files changed
+105
-325
lines changed- jsapp/js/api/models
- kpi/schema_extensions/v2
- organizations
- service_usage
- static/openapi
15 files changed
+105
-325
lines changedLines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
11 | | - | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
18 | 15 | | |
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
11 | | - | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
18 | 15 | | |
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
0 commit comments