Skip to content

Commit 9de2107

Browse files
[CI] api has been built
1 parent b1cffb1 commit 9de2107

File tree

8 files changed

+261
-415
lines changed

8 files changed

+261
-415
lines changed

dist/go/spaceone/api/core/v2/query.pb.go

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

dist/json/cloudforet/api/core/v2/Query.json

+9-57
Original file line numberDiff line numberDiff line change
@@ -567,30 +567,6 @@
567567
}
568568
]
569569
},
570-
{
571-
"name": "AggregateUnwind",
572-
"longName": "AggregateUnwind",
573-
"fullName": "spaceone.api.core.v2.AggregateUnwind",
574-
"description": "",
575-
"hasExtensions": false,
576-
"hasFields": true,
577-
"hasOneofs": false,
578-
"extensions": [],
579-
"fields": [
580-
{
581-
"name": "path",
582-
"description": "",
583-
"label": "",
584-
"type": "string",
585-
"longType": "string",
586-
"fullType": "string",
587-
"ismap": false,
588-
"isoneof": false,
589-
"oneofdecl": "",
590-
"defaultValue": ""
591-
}
592-
]
593-
},
594570
{
595571
"name": "AnalyzeQuery",
596572
"longName": "AnalyzeQuery",
@@ -713,33 +689,9 @@
713689
"name": "unwind",
714690
"description": "",
715691
"label": "",
716-
"type": "AnalyzeUnwind",
717-
"longType": "AnalyzeUnwind",
718-
"fullType": "spaceone.api.core.v2.AnalyzeUnwind",
719-
"ismap": false,
720-
"isoneof": false,
721-
"oneofdecl": "",
722-
"defaultValue": ""
723-
}
724-
]
725-
},
726-
{
727-
"name": "AnalyzeUnwind",
728-
"longName": "AnalyzeUnwind",
729-
"fullName": "spaceone.api.core.v2.AnalyzeUnwind",
730-
"description": "",
731-
"hasExtensions": false,
732-
"hasFields": true,
733-
"hasOneofs": false,
734-
"extensions": [],
735-
"fields": [
736-
{
737-
"name": "path",
738-
"description": "",
739-
"label": "",
740-
"type": "string",
741-
"longType": "string",
742-
"fullType": "string",
692+
"type": "Unwind",
693+
"longType": "Unwind",
694+
"fullType": "spaceone.api.core.v2.Unwind",
743695
"ismap": false,
744696
"isoneof": false,
745697
"oneofdecl": "",
@@ -1313,9 +1265,9 @@
13131265
"name": "unwind",
13141266
"description": "",
13151267
"label": "",
1316-
"type": "AggregateUnwind",
1317-
"longType": "AggregateUnwind",
1318-
"fullType": "spaceone.api.core.v2.AggregateUnwind",
1268+
"type": "Unwind",
1269+
"longType": "Unwind",
1270+
"fullType": "spaceone.api.core.v2.Unwind",
13191271
"ismap": false,
13201272
"isoneof": true,
13211273
"oneofdecl": "aggregate_alias",
@@ -1637,9 +1589,9 @@
16371589
"name": "unwind",
16381590
"description": "",
16391591
"label": "",
1640-
"type": "AnalyzeUnwind",
1641-
"longType": "AnalyzeUnwind",
1642-
"fullType": "spaceone.api.core.v2.AnalyzeUnwind",
1592+
"type": "Unwind",
1593+
"longType": "Unwind",
1594+
"fullType": "spaceone.api.core.v2.Unwind",
16431595
"ismap": false,
16441596
"isoneof": false,
16451597
"oneofdecl": "",

dist/python/build/lib/spaceone/api/core/v2/query_pb2.py

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

dist/python/spaceone/api/core/v2/query_pb2.py

+21-25
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.298
3+
Version: 2.0.299
44
Summary: Coreforet API Protobuf
55
Home-page: https://cloudforet.io/
66
Author: MEGAZONE Cloud Corp.

0 commit comments

Comments
 (0)