catocli 1.0.14__py3-none-any.whl → 1.0.17__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
models/query.admins.json CHANGED
@@ -99,9 +99,9 @@
99
99
  "id_str": "sort",
100
100
  "name": "sort",
101
101
  "path": "sort",
102
- "requestStr": "$SortInput:[SortInput] ",
102
+ "requestStr": "$sortInput:[SortInput] ",
103
103
  "required": false,
104
- "responseStr": "sort:$SortInput ",
104
+ "responseStr": "sort:$sortInput ",
105
105
  "type": {
106
106
  "definition": {
107
107
  "description": null,
@@ -182,7 +182,7 @@
182
182
  "name": "SortInput",
183
183
  "non_null": false
184
184
  },
185
- "varName": "SortInput"
185
+ "varName": "sortInput"
186
186
  }
187
187
  },
188
188
  "deprecationReason": null,
@@ -199,97 +199,6 @@
199
199
  "isDeprecated": false,
200
200
  "name": "admins",
201
201
  "operationArgs": {
202
- "SortInput": {
203
- "defaultValue": null,
204
- "description": null,
205
- "id_str": "sort",
206
- "name": "sort",
207
- "path": "sort",
208
- "requestStr": "$SortInput:[SortInput] ",
209
- "required": false,
210
- "responseStr": "sort:$SortInput ",
211
- "type": {
212
- "definition": {
213
- "description": null,
214
- "enumValues": null,
215
- "fields": null,
216
- "inputFields": {
217
- "field": {
218
- "defaultValue": null,
219
- "description": null,
220
- "id_str": "sort___field",
221
- "name": "field",
222
- "path": "sort.field",
223
- "requestStr": "$field:String ",
224
- "required": false,
225
- "responseStr": "field:$field ",
226
- "type": {
227
- "kind": [
228
- "SCALAR"
229
- ],
230
- "name": "String",
231
- "non_null": false
232
- },
233
- "varName": "field"
234
- },
235
- "order": {
236
- "defaultValue": null,
237
- "description": null,
238
- "id_str": "sort___order",
239
- "name": "order",
240
- "path": "sort.order",
241
- "requestStr": "$order:DirectionInput ",
242
- "required": false,
243
- "responseStr": "order:$order ",
244
- "type": {
245
- "definition": {
246
- "description": null,
247
- "enumValues": [
248
- {
249
- "deprecationReason": null,
250
- "description": null,
251
- "isDeprecated": false,
252
- "name": "asc"
253
- },
254
- {
255
- "deprecationReason": null,
256
- "description": null,
257
- "isDeprecated": false,
258
- "name": "desc"
259
- }
260
- ],
261
- "fields": null,
262
- "inputFields": null,
263
- "interfaces": null,
264
- "kind": "ENUM",
265
- "name": "DirectionInput",
266
- "possibleTypes": null
267
- },
268
- "indexType": "enum",
269
- "kind": [
270
- "ENUM"
271
- ],
272
- "name": "DirectionInput",
273
- "non_null": false
274
- },
275
- "varName": "order"
276
- }
277
- },
278
- "interfaces": null,
279
- "kind": "INPUT_OBJECT",
280
- "name": "SortInput",
281
- "possibleTypes": null
282
- },
283
- "indexType": "input_object",
284
- "kind": [
285
- "LIST",
286
- "INPUT_OBJECT"
287
- ],
288
- "name": "SortInput",
289
- "non_null": false
290
- },
291
- "varName": "SortInput"
292
- },
293
202
  "accountID": {
294
203
  "defaultValue": null,
295
204
  "description": null,
@@ -382,6 +291,97 @@
382
291
  "non_null": false
383
292
  },
384
293
  "varName": "search"
294
+ },
295
+ "sortInput": {
296
+ "defaultValue": null,
297
+ "description": null,
298
+ "id_str": "sort",
299
+ "name": "sort",
300
+ "path": "sort",
301
+ "requestStr": "$sortInput:[SortInput] ",
302
+ "required": false,
303
+ "responseStr": "sort:$sortInput ",
304
+ "type": {
305
+ "definition": {
306
+ "description": null,
307
+ "enumValues": null,
308
+ "fields": null,
309
+ "inputFields": {
310
+ "field": {
311
+ "defaultValue": null,
312
+ "description": null,
313
+ "id_str": "sort___field",
314
+ "name": "field",
315
+ "path": "sort.field",
316
+ "requestStr": "$field:String ",
317
+ "required": false,
318
+ "responseStr": "field:$field ",
319
+ "type": {
320
+ "kind": [
321
+ "SCALAR"
322
+ ],
323
+ "name": "String",
324
+ "non_null": false
325
+ },
326
+ "varName": "field"
327
+ },
328
+ "order": {
329
+ "defaultValue": null,
330
+ "description": null,
331
+ "id_str": "sort___order",
332
+ "name": "order",
333
+ "path": "sort.order",
334
+ "requestStr": "$order:DirectionInput ",
335
+ "required": false,
336
+ "responseStr": "order:$order ",
337
+ "type": {
338
+ "definition": {
339
+ "description": null,
340
+ "enumValues": [
341
+ {
342
+ "deprecationReason": null,
343
+ "description": null,
344
+ "isDeprecated": false,
345
+ "name": "asc"
346
+ },
347
+ {
348
+ "deprecationReason": null,
349
+ "description": null,
350
+ "isDeprecated": false,
351
+ "name": "desc"
352
+ }
353
+ ],
354
+ "fields": null,
355
+ "inputFields": null,
356
+ "interfaces": null,
357
+ "kind": "ENUM",
358
+ "name": "DirectionInput",
359
+ "possibleTypes": null
360
+ },
361
+ "indexType": "enum",
362
+ "kind": [
363
+ "ENUM"
364
+ ],
365
+ "name": "DirectionInput",
366
+ "non_null": false
367
+ },
368
+ "varName": "order"
369
+ }
370
+ },
371
+ "interfaces": null,
372
+ "kind": "INPUT_OBJECT",
373
+ "name": "SortInput",
374
+ "possibleTypes": null
375
+ },
376
+ "indexType": "input_object",
377
+ "kind": [
378
+ "LIST",
379
+ "INPUT_OBJECT"
380
+ ],
381
+ "name": "SortInput",
382
+ "non_null": false
383
+ },
384
+ "varName": "sortInput"
385
385
  }
386
386
  },
387
387
  "path": "query.admins",
@@ -398,16 +398,16 @@
398
398
  "isDeprecated": false,
399
399
  "name": "items",
400
400
  "path": "items",
401
- "requestStr": "$Admin:[Admin]! ",
401
+ "requestStr": "$admin:[Admin]! ",
402
402
  "required": true,
403
- "responseStr": "items:$Admin ",
403
+ "responseStr": "items:$admin ",
404
404
  "type": {
405
405
  "definition": {
406
406
  "description": "A CC2 administrator",
407
407
  "enumValues": null,
408
408
  "fields": {
409
409
  "allowedItems": {
410
- "alias": "EntityAllowedItems: allowedItems",
410
+ "alias": "entityAllowedItems: allowedItems",
411
411
  "args": {},
412
412
  "deprecationReason": null,
413
413
  "description": null,
@@ -415,9 +415,9 @@
415
415
  "isDeprecated": false,
416
416
  "name": "allowedItems",
417
417
  "path": "items.allowedItems",
418
- "requestStr": "$Entity:[Entity] ",
418
+ "requestStr": "$entity:[Entity] ",
419
419
  "required": false,
420
- "responseStr": "allowedItems:$Entity ",
420
+ "responseStr": "allowedItems:$entity ",
421
421
  "type": {
422
422
  "definition": {
423
423
  "description": null,
@@ -465,7 +465,7 @@
465
465
  "varName": "name"
466
466
  },
467
467
  "type": {
468
- "alias": "EntityTypeType: type",
468
+ "alias": "entityTypeType: type",
469
469
  "args": {},
470
470
  "deprecationReason": null,
471
471
  "description": null,
@@ -658,7 +658,7 @@
658
658
  "name": "Entity",
659
659
  "non_null": false
660
660
  },
661
- "varName": "Entity"
661
+ "varName": "entity"
662
662
  },
663
663
  "creationDate": {
664
664
  "args": {},
@@ -762,7 +762,7 @@
762
762
  "varName": "lastName"
763
763
  },
764
764
  "managedRoles": {
765
- "alias": "AdminRoleManagedRoles: managedRoles",
765
+ "alias": "adminRoleManagedRoles: managedRoles",
766
766
  "args": {},
767
767
  "deprecationReason": null,
768
768
  "description": null,
@@ -770,9 +770,9 @@
770
770
  "isDeprecated": false,
771
771
  "name": "managedRoles",
772
772
  "path": "items.managedRoles",
773
- "requestStr": "$AdminRole:[AdminRole] ",
773
+ "requestStr": "$adminRole:[AdminRole] ",
774
774
  "required": false,
775
- "responseStr": "managedRoles:$AdminRole ",
775
+ "responseStr": "managedRoles:$adminRole ",
776
776
  "type": {
777
777
  "definition": {
778
778
  "description": null,
@@ -801,7 +801,7 @@
801
801
  "varName": "allowedAccounts"
802
802
  },
803
803
  "allowedEntities": {
804
- "alias": "EntityAllowedEntities: allowedEntities",
804
+ "alias": "entityAllowedEntities: allowedEntities",
805
805
  "args": {},
806
806
  "deprecationReason": null,
807
807
  "description": null,
@@ -809,9 +809,9 @@
809
809
  "isDeprecated": false,
810
810
  "name": "allowedEntities",
811
811
  "path": "items.managedRoles.allowedEntities",
812
- "requestStr": "$Entity:[Entity] ",
812
+ "requestStr": "$entity:[Entity] ",
813
813
  "required": false,
814
- "responseStr": "allowedEntities:$Entity ",
814
+ "responseStr": "allowedEntities:$entity ",
815
815
  "type": {
816
816
  "definition": {
817
817
  "description": null,
@@ -859,7 +859,7 @@
859
859
  "varName": "name"
860
860
  },
861
861
  "type": {
862
- "alias": "EntityTypeType: type",
862
+ "alias": "entityTypeType: type",
863
863
  "args": {},
864
864
  "deprecationReason": null,
865
865
  "description": null,
@@ -1052,10 +1052,10 @@
1052
1052
  "name": "Entity",
1053
1053
  "non_null": false
1054
1054
  },
1055
- "varName": "Entity"
1055
+ "varName": "entity"
1056
1056
  },
1057
1057
  "role": {
1058
- "alias": "RBACRoleRole: role",
1058
+ "alias": "rBACRoleRole: role",
1059
1059
  "args": {},
1060
1060
  "deprecationReason": null,
1061
1061
  "description": null,
@@ -1063,9 +1063,9 @@
1063
1063
  "isDeprecated": false,
1064
1064
  "name": "role",
1065
1065
  "path": "items.managedRoles.role",
1066
- "requestStr": "$RBACRole:RBACRole! ",
1066
+ "requestStr": "$rBACRole:RBACRole! ",
1067
1067
  "required": true,
1068
- "responseStr": "role:$RBACRole ",
1068
+ "responseStr": "role:$rBACRole ",
1069
1069
  "type": {
1070
1070
  "definition": {
1071
1071
  "description": null,
@@ -1169,7 +1169,7 @@
1169
1169
  "name": "RBACRole",
1170
1170
  "non_null": false
1171
1171
  },
1172
- "varName": "RBACRole"
1172
+ "varName": "rBACRole"
1173
1173
  }
1174
1174
  },
1175
1175
  "inputFields": null,
@@ -1187,7 +1187,7 @@
1187
1187
  "name": "AdminRole",
1188
1188
  "non_null": false
1189
1189
  },
1190
- "varName": "AdminRole"
1190
+ "varName": "adminRole"
1191
1191
  },
1192
1192
  "mfaEnabled": {
1193
1193
  "args": {},
@@ -1290,7 +1290,7 @@
1290
1290
  "varName": "presentUsageAndEvents"
1291
1291
  },
1292
1292
  "resellerRoles": {
1293
- "alias": "AdminRoleResellerRoles: resellerRoles",
1293
+ "alias": "adminRoleResellerRoles: resellerRoles",
1294
1294
  "args": {},
1295
1295
  "deprecationReason": null,
1296
1296
  "description": null,
@@ -1298,9 +1298,9 @@
1298
1298
  "isDeprecated": false,
1299
1299
  "name": "resellerRoles",
1300
1300
  "path": "items.resellerRoles",
1301
- "requestStr": "$AdminRole:[AdminRole] ",
1301
+ "requestStr": "$adminRole:[AdminRole] ",
1302
1302
  "required": false,
1303
- "responseStr": "resellerRoles:$AdminRole ",
1303
+ "responseStr": "resellerRoles:$adminRole ",
1304
1304
  "type": {
1305
1305
  "definition": {
1306
1306
  "description": null,
@@ -1329,7 +1329,7 @@
1329
1329
  "varName": "allowedAccounts"
1330
1330
  },
1331
1331
  "allowedEntities": {
1332
- "alias": "EntityAllowedEntities: allowedEntities",
1332
+ "alias": "entityAllowedEntities: allowedEntities",
1333
1333
  "args": {},
1334
1334
  "deprecationReason": null,
1335
1335
  "description": null,
@@ -1337,9 +1337,9 @@
1337
1337
  "isDeprecated": false,
1338
1338
  "name": "allowedEntities",
1339
1339
  "path": "items.resellerRoles.allowedEntities",
1340
- "requestStr": "$Entity:[Entity] ",
1340
+ "requestStr": "$entity:[Entity] ",
1341
1341
  "required": false,
1342
- "responseStr": "allowedEntities:$Entity ",
1342
+ "responseStr": "allowedEntities:$entity ",
1343
1343
  "type": {
1344
1344
  "definition": {
1345
1345
  "description": null,
@@ -1387,7 +1387,7 @@
1387
1387
  "varName": "name"
1388
1388
  },
1389
1389
  "type": {
1390
- "alias": "EntityTypeType: type",
1390
+ "alias": "entityTypeType: type",
1391
1391
  "args": {},
1392
1392
  "deprecationReason": null,
1393
1393
  "description": null,
@@ -1580,10 +1580,10 @@
1580
1580
  "name": "Entity",
1581
1581
  "non_null": false
1582
1582
  },
1583
- "varName": "Entity"
1583
+ "varName": "entity"
1584
1584
  },
1585
1585
  "role": {
1586
- "alias": "RBACRoleRole: role",
1586
+ "alias": "rBACRoleRole: role",
1587
1587
  "args": {},
1588
1588
  "deprecationReason": null,
1589
1589
  "description": null,
@@ -1591,9 +1591,9 @@
1591
1591
  "isDeprecated": false,
1592
1592
  "name": "role",
1593
1593
  "path": "items.resellerRoles.role",
1594
- "requestStr": "$RBACRole:RBACRole! ",
1594
+ "requestStr": "$rBACRole:RBACRole! ",
1595
1595
  "required": true,
1596
- "responseStr": "role:$RBACRole ",
1596
+ "responseStr": "role:$rBACRole ",
1597
1597
  "type": {
1598
1598
  "definition": {
1599
1599
  "description": null,
@@ -1697,7 +1697,7 @@
1697
1697
  "name": "RBACRole",
1698
1698
  "non_null": false
1699
1699
  },
1700
- "varName": "RBACRole"
1700
+ "varName": "rBACRole"
1701
1701
  }
1702
1702
  },
1703
1703
  "inputFields": null,
@@ -1715,10 +1715,10 @@
1715
1715
  "name": "AdminRole",
1716
1716
  "non_null": false
1717
1717
  },
1718
- "varName": "AdminRole"
1718
+ "varName": "adminRole"
1719
1719
  },
1720
1720
  "role": {
1721
- "alias": "UserRoleRole: role",
1721
+ "alias": "userRoleRole: role",
1722
1722
  "args": {},
1723
1723
  "deprecationReason": null,
1724
1724
  "description": null,
@@ -1793,7 +1793,7 @@
1793
1793
  "varName": "role"
1794
1794
  },
1795
1795
  "status": {
1796
- "alias": "OperationalStatusStatus: status",
1796
+ "alias": "operationalStatusStatus: status",
1797
1797
  "args": {},
1798
1798
  "deprecationReason": null,
1799
1799
  "description": null,
@@ -1905,7 +1905,7 @@
1905
1905
  "name": "Admin",
1906
1906
  "non_null": false
1907
1907
  },
1908
- "varName": "Admin"
1908
+ "varName": "admin"
1909
1909
  },
1910
1910
  "total": {
1911
1911
  "args": {},
@@ -1943,19 +1943,19 @@
1943
1943
  "non_null": false
1944
1944
  },
1945
1945
  "variablesPayload": {
1946
- "SortInput": {
1946
+ "adminIDs": [
1947
+ "ID"
1948
+ ],
1949
+ "from": "Int",
1950
+ "limit": "Int",
1951
+ "search": "String",
1952
+ "sortInput": {
1947
1953
  "field": {
1948
1954
  "field": "String"
1949
1955
  },
1950
1956
  "order": {
1951
1957
  "order": "enum(DirectionInput)"
1952
1958
  }
1953
- },
1954
- "adminIDs": [
1955
- "ID"
1956
- ],
1957
- "from": "Int",
1958
- "limit": "Int",
1959
- "search": "String"
1959
+ }
1960
1960
  }
1961
1961
  }