Skip to content

Commit 8b26730

Browse files
[CI] api has been built
1 parent f363bef commit 8b26730

File tree

9 files changed

+525
-638
lines changed

9 files changed

+525
-638
lines changed

dist/go/spaceone/api/dashboard/v1/public_data_table.pb.go

+437-511
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/json/cloudforet/api/dashboard/v1/Public_data_table.json

+12-47
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,6 @@
99
"hasMessages": true,
1010
"hasServices": true,
1111
"enums": [
12-
{
13-
"name": "DateFormat",
14-
"longName": "AddOptions.DateFormat",
15-
"fullName": "spaceone.api.dashboard.v1.AddOptions.DateFormat",
16-
"description": "",
17-
"values": [
18-
{
19-
"name": "DATE_FORMAT_NONE",
20-
"number": "0",
21-
"description": ""
22-
},
23-
{
24-
"name": "SINGLE",
25-
"number": "1",
26-
"description": ""
27-
},
28-
{
29-
"name": "SEPARATE",
30-
"number": "2",
31-
"description": ""
32-
}
33-
]
34-
},
3512
{
3613
"name": "DataType",
3714
"longName": "DataType",
@@ -422,30 +399,6 @@
422399
"oneofdecl": "",
423400
"defaultValue": ""
424401
},
425-
{
426-
"name": "date_format",
427-
"description": "+optional",
428-
"label": "",
429-
"type": "DateFormat",
430-
"longType": "AddOptions.DateFormat",
431-
"fullType": "spaceone.api.dashboard.v1.AddOptions.DateFormat",
432-
"ismap": false,
433-
"isoneof": false,
434-
"oneofdecl": "",
435-
"defaultValue": ""
436-
},
437-
{
438-
"name": "additional_labels",
439-
"description": "+optional",
440-
"label": "",
441-
"type": "Struct",
442-
"longType": "google.protobuf.Struct",
443-
"fullType": "google.protobuf.Struct",
444-
"ismap": false,
445-
"isoneof": false,
446-
"oneofdecl": "",
447-
"defaultValue": ""
448-
},
449402
{
450403
"name": "timediff",
451404
"description": "+optional",
@@ -1513,6 +1466,18 @@
15131466
"isoneof": true,
15141467
"oneofdecl": "timediff",
15151468
"defaultValue": ""
1469+
},
1470+
{
1471+
"name": "data_name",
1472+
"description": "",
1473+
"label": "",
1474+
"type": "string",
1475+
"longType": "string",
1476+
"fullType": "string",
1477+
"ismap": false,
1478+
"isoneof": false,
1479+
"oneofdecl": "",
1480+
"defaultValue": ""
15161481
}
15171482
]
15181483
},

dist/openapi/cloudforet/api/dashboard/v1/openapi.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@
20142014
, "AddOptions": {
20152015
"properties" : {"ASSET" : {"$ref": "#/components/schemas/AssetSource","title": "ASSET"},"COST" : {"$ref": "#/components/schemas/CostSource","title": "COST"},"data_name" : {"type": "string","title": "DATA_NAME"},"data_unit" : {"type": "string","title": "DATA_UNIT"},"group_by" : {"type": "array","title": "GROUP_BY"},"filter" : {"items": {"$ref": "#/components/schemas/Filter"},
20162016
"type": "array","$ref": "#/components/schemas/Filter","title": "FILTER"},"filter_or" : {"items": {"$ref": "#/components/schemas/Filter"},
2017-
"type": "array","$ref": "#/components/schemas/Filter","title": "FILTER_OR"},"date_format" : {"type": "string","title": "DATE_FORMAT"},"additional_labels" : {"type": "object","title": "ADDITIONAL_LABELS"},"timediff" : {"$ref": "#/components/schemas/TimeDiff","title": "TIMEDIFF"}},
2017+
"type": "array","$ref": "#/components/schemas/Filter","title": "FILTER_OR"},"timediff" : {"$ref": "#/components/schemas/TimeDiff","title": "TIMEDIFF"}},
20182018
"type": "object",
20192019
"required": ["ASSET","COST","data_name"],
20202020
"title": "AddOptions"
@@ -2125,9 +2125,9 @@
21252125
"title": "QueryOperator"
21262126
}
21272127
, "TimeDiff": {
2128-
"properties" : {"years" : {"type": "integer","title": "YEARS"},"months" : {"type": "integer","title": "MONTHS"}},
2128+
"properties" : {"years" : {"type": "integer","title": "YEARS"},"months" : {"type": "integer","title": "MONTHS"},"data_name" : {"type": "string","title": "DATA_NAME"}},
21292129
"type": "object",
2130-
"required": ["years","months"],
2130+
"required": ["years","months","data_name"],
21312131
"title": "TimeDiff"
21322132
}
21332133
, "TransformOptions": {

dist/python/build/lib/spaceone/api/dashboard/v1/public_data_table_pb2.py

+36-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-261 KB
Binary file not shown.
261 KB
Binary file not shown.

dist/python/spaceone/api/dashboard/v1/public_data_table_pb2.py

+36-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/python/spaceone_api.egg-info/PKG-INFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: spaceone-api
3-
Version: 2.0.319
3+
Version: 2.0.320
44
Summary: Coreforet API Protobuf
55
Home-page: https://cloudforet.io/
66
Author: MEGAZONE Cloud Corp.

0 commit comments

Comments
 (0)