Skip to content

Commit aa182bb

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent 91c5a99 commit aa182bb

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

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

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@
143143
"name": "VALUE_MAPPING",
144144
"number": "8",
145145
"description": ""
146+
},
147+
{
148+
"name": "SORT",
149+
"number": "9",
150+
"description": ""
146151
}
147152
]
148153
},
@@ -399,6 +404,18 @@
399404
"oneofdecl": "",
400405
"defaultValue": ""
401406
},
407+
{
408+
"name": "sort",
409+
"description": "+optional",
410+
"label": "repeated",
411+
"type": "Sort",
412+
"longType": "spaceone.api.core.v2.Sort",
413+
"fullType": "spaceone.api.core.v2.Sort",
414+
"ismap": false,
415+
"isoneof": false,
416+
"oneofdecl": "",
417+
"defaultValue": ""
418+
},
402419
{
403420
"name": "timediff",
404421
"description": "+optional",
@@ -1433,6 +1450,42 @@
14331450
}
14341451
]
14351452
},
1453+
{
1454+
"name": "SortOperator",
1455+
"longName": "SortOperator",
1456+
"fullName": "spaceone.api.dashboard.v1.SortOperator",
1457+
"description": "",
1458+
"hasExtensions": false,
1459+
"hasFields": true,
1460+
"hasOneofs": false,
1461+
"extensions": [],
1462+
"fields": [
1463+
{
1464+
"name": "data_table_id",
1465+
"description": "",
1466+
"label": "",
1467+
"type": "string",
1468+
"longType": "string",
1469+
"fullType": "string",
1470+
"ismap": false,
1471+
"isoneof": false,
1472+
"oneofdecl": "",
1473+
"defaultValue": ""
1474+
},
1475+
{
1476+
"name": "sort",
1477+
"description": "",
1478+
"label": "repeated",
1479+
"type": "Sort",
1480+
"longType": "spaceone.api.core.v2.Sort",
1481+
"fullType": "spaceone.api.core.v2.Sort",
1482+
"ismap": false,
1483+
"isoneof": false,
1484+
"oneofdecl": "",
1485+
"defaultValue": ""
1486+
}
1487+
]
1488+
},
14361489
{
14371490
"name": "TimeDiff",
14381491
"longName": "TimeDiff",
@@ -1586,6 +1639,18 @@
15861639
"isoneof": true,
15871640
"oneofdecl": "operator",
15881641
"defaultValue": ""
1642+
},
1643+
{
1644+
"name": "SORT",
1645+
"description": "",
1646+
"label": "",
1647+
"type": "SortOperator",
1648+
"longType": "SortOperator",
1649+
"fullType": "spaceone.api.dashboard.v1.SortOperator",
1650+
"ismap": false,
1651+
"isoneof": true,
1652+
"oneofdecl": "operator",
1653+
"defaultValue": ""
15891654
}
15901655
]
15911656
},

0 commit comments

Comments
 (0)