Skip to content

Commit

Permalink
Update file(s) "dist/json/." from "cloudforet-io/api"
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Nov 25, 2024
1 parent 34e15fa commit 90d64e2
Showing 1 changed file with 9 additions and 57 deletions.
66 changes: 9 additions & 57 deletions dist/json/cloudforet/api/core/v2/Query.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,30 +567,6 @@
}
]
},
{
"name": "AggregateUnwind",
"longName": "AggregateUnwind",
"fullName": "spaceone.api.core.v2.AggregateUnwind",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "path",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "AnalyzeQuery",
"longName": "AnalyzeQuery",
Expand Down Expand Up @@ -713,33 +689,9 @@
"name": "unwind",
"description": "",
"label": "",
"type": "AnalyzeUnwind",
"longType": "AnalyzeUnwind",
"fullType": "spaceone.api.core.v2.AnalyzeUnwind",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "AnalyzeUnwind",
"longName": "AnalyzeUnwind",
"fullName": "spaceone.api.core.v2.AnalyzeUnwind",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "path",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"type": "Unwind",
"longType": "Unwind",
"fullType": "spaceone.api.core.v2.Unwind",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand Down Expand Up @@ -1313,9 +1265,9 @@
"name": "unwind",
"description": "",
"label": "",
"type": "AggregateUnwind",
"longType": "AggregateUnwind",
"fullType": "spaceone.api.core.v2.AggregateUnwind",
"type": "Unwind",
"longType": "Unwind",
"fullType": "spaceone.api.core.v2.Unwind",
"ismap": false,
"isoneof": true,
"oneofdecl": "aggregate_alias",
Expand Down Expand Up @@ -1637,9 +1589,9 @@
"name": "unwind",
"description": "",
"label": "",
"type": "AnalyzeUnwind",
"longType": "AnalyzeUnwind",
"fullType": "spaceone.api.core.v2.AnalyzeUnwind",
"type": "Unwind",
"longType": "Unwind",
"fullType": "spaceone.api.core.v2.Unwind",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand Down

0 comments on commit 90d64e2

Please sign in to comment.