Skip to content

Commit d5aa7f6

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 0dfc983 commit d5aa7f6

File tree

2 files changed

+36
-14
lines changed

2 files changed

+36
-14
lines changed

dist/json/cloudforet/api/cost_analysis/v1/Cost_report.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"name": "SUCCESS",
3030
"number": "2",
3131
"description": ""
32+
},
33+
{
34+
"name": "DONE",
35+
"number": "3",
36+
"description": ""
3237
}
3338
]
3439
},
@@ -52,6 +57,11 @@
5257
"name": "SUCCESS",
5358
"number": "2",
5459
"description": ""
60+
},
61+
{
62+
"name": "DONE",
63+
"number": "3",
64+
"description": ""
5565
}
5666
]
5767
}

dist/json/cloudforet/api/cost_analysis/v1/Report_adjustment_policy.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@
221221
"defaultValue": ""
222222
},
223223
{
224-
"name": "project_id",
224+
"name": "project_ids",
225225
"description": "+optional",
226-
"label": "",
226+
"label": "repeated",
227227
"type": "string",
228228
"longType": "string",
229229
"fullType": "string",
@@ -233,9 +233,9 @@
233233
"defaultValue": ""
234234
},
235235
{
236-
"name": "workspace_id",
236+
"name": "workspace_ids",
237237
"description": "+optional",
238-
"label": "",
238+
"label": "repeated",
239239
"type": "string",
240240
"longType": "string",
241241
"fullType": "string",
@@ -425,9 +425,9 @@
425425
"defaultValue": ""
426426
},
427427
{
428-
"name": "project_id",
428+
"name": "project_ids",
429429
"description": "",
430-
"label": "",
430+
"label": "repeated",
431431
"type": "string",
432432
"longType": "string",
433433
"fullType": "string",
@@ -437,9 +437,9 @@
437437
"defaultValue": ""
438438
},
439439
{
440-
"name": "workspace_id",
440+
"name": "workspace_ids",
441441
"description": "",
442-
"label": "",
442+
"label": "repeated",
443443
"type": "string",
444444
"longType": "string",
445445
"fullType": "string",
@@ -509,9 +509,9 @@
509509
"defaultValue": ""
510510
},
511511
{
512-
"name": "workspace_id",
512+
"name": "workspace_ids",
513513
"description": "+optional",
514-
"label": "",
514+
"label": "repeated",
515515
"type": "string",
516516
"longType": "string",
517517
"fullType": "string",
@@ -521,9 +521,9 @@
521521
"defaultValue": ""
522522
},
523523
{
524-
"name": "project_id",
524+
"name": "project_ids",
525525
"description": "+optional",
526-
"label": "",
526+
"label": "repeated",
527527
"type": "string",
528528
"longType": "string",
529529
"fullType": "string",
@@ -605,9 +605,21 @@
605605
"defaultValue": ""
606606
},
607607
{
608-
"name": "workspace_id",
608+
"name": "workspace_ids",
609609
"description": "+optional",
610-
"label": "",
610+
"label": "repeated",
611+
"type": "string",
612+
"longType": "string",
613+
"fullType": "string",
614+
"ismap": false,
615+
"isoneof": false,
616+
"oneofdecl": "",
617+
"defaultValue": ""
618+
},
619+
{
620+
"name": "project_ids",
621+
"description": "+optional",
622+
"label": "repeated",
611623
"type": "string",
612624
"longType": "string",
613625
"fullType": "string",

0 commit comments

Comments
 (0)