catocli 1.0.13__py3-none-any.whl → 1.0.15__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 (253) hide show
  1. catocli/Utils/clidriver.py +15 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/customLib.py +3 -1
  4. catocli/parsers/mutation_accountManagement/README.md +7 -0
  5. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  6. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  7. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  8. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  9. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  10. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  11. catocli/parsers/mutation_container_delete/README.md +2 -2
  12. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  23. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  35. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  36. catocli/parsers/mutation_site/__init__.py +14 -0
  37. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  38. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  39. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  40. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  41. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  42. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  43. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  44. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  45. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  46. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  47. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  48. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  49. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  50. catocli/parsers/mutation_sites/__init__.py +14 -0
  51. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  52. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  53. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  54. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  55. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  56. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  57. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  61. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  62. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  63. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  64. catocli/parsers/parserApiClient.py +7 -4
  65. catocli/parsers/query_accountManagement/README.md +16 -0
  66. catocli/parsers/query_accountManagement/__init__.py +17 -0
  67. catocli/parsers/query_admins/README.md +2 -2
  68. catocli/parsers/query_appStats/README.md +5 -5
  69. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  70. catocli/parsers/query_auditFeed/README.md +2 -2
  71. catocli/parsers/query_container/README.md +8 -8
  72. catocli/parsers/query_entityLookup/README.md +6 -6
  73. catocli/parsers/query_events/README.md +5 -5
  74. catocli/parsers/query_eventsFeed/README.md +2 -2
  75. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  76. catocli/parsers/query_hardwareManagement/README.md +2 -2
  77. catocli/parsers/query_policy/README.md +3 -3
  78. catocli/parsers/query_xdr_stories/README.md +2 -2
  79. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  80. catocli-1.0.15.dist-info/RECORD +275 -0
  81. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
  82. graphql_client/api_client_types.py +4 -0
  83. models/mutation.accountManagement.addAccount.json +908 -0
  84. models/mutation.accountManagement.removeAccount.json +446 -0
  85. models/mutation.accountManagement.updateAccount.json +524 -0
  86. models/mutation.admin.addAdmin.json +103 -103
  87. models/mutation.admin.removeAdmin.json +3 -3
  88. models/mutation.admin.updateAdmin.json +121 -121
  89. models/mutation.container.delete.json +67 -67
  90. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  91. models/mutation.policy.internetFirewall.addSection.json +92 -92
  92. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  93. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  94. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  95. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  96. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  97. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  98. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  99. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  100. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  101. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  102. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  103. models/mutation.policy.wanFirewall.addSection.json +92 -92
  104. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  105. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  106. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  107. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  108. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  109. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  110. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  111. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  112. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  113. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  114. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  115. models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
  116. models/mutation.site.addNetworkRange.json +53 -53
  117. models/mutation.site.addSocketSite.json +43 -43
  118. models/mutation.site.addStaticHost.json +33 -33
  119. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
  120. models/mutation.site.removeNetworkRange.json +3 -3
  121. models/mutation.site.removeSite.json +3 -3
  122. models/mutation.site.removeStaticHost.json +3 -3
  123. models/mutation.site.updateHa.json +54 -54
  124. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  125. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  126. models/mutation.site.updateNetworkRange.json +74 -74
  127. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  128. models/mutation.site.updateSocketInterface.json +282 -282
  129. models/mutation.site.updateStaticHost.json +54 -54
  130. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  131. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
  132. models/mutation.sites.addNetworkRange.json +53 -53
  133. models/mutation.sites.addSocketSite.json +43 -43
  134. models/mutation.sites.addStaticHost.json +33 -33
  135. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
  136. models/mutation.sites.removeNetworkRange.json +3 -3
  137. models/mutation.sites.removeSite.json +3 -3
  138. models/mutation.sites.removeStaticHost.json +3 -3
  139. models/mutation.sites.updateHa.json +54 -54
  140. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  141. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  142. models/mutation.sites.updateNetworkRange.json +74 -74
  143. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  144. models/mutation.sites.updateSocketInterface.json +282 -282
  145. models/mutation.sites.updateStaticHost.json +54 -54
  146. models/query.accountManagement.json +355 -0
  147. models/query.accountMetrics.json +235 -235
  148. models/query.accountRoles.json +3 -3
  149. models/query.accountSnapshot.json +278 -118
  150. models/query.admin.json +24 -24
  151. models/query.admins.json +138 -138
  152. models/query.appStats.json +92 -92
  153. models/query.appStatsTimeSeries.json +78 -78
  154. models/query.auditFeed.json +77 -77
  155. models/query.container.json +192 -192
  156. models/query.entityLookup.json +154 -154
  157. models/query.events.json +54 -54
  158. models/query.eventsFeed.json +38 -38
  159. models/query.eventsTimeSeries.json +78 -78
  160. models/query.hardwareManagement.json +125 -125
  161. models/query.licensing.json +933 -249
  162. models/query.policy.json +1502 -970
  163. models/query.xdr.stories.json +842 -842
  164. models/query.xdr.story.json +610 -610
  165. schema/catolib.py +12 -13
  166. build/lib/catocli/Utils/clidriver.py +0 -117
  167. build/lib/catocli/__init__.py +0 -2
  168. build/lib/catocli/__main__.py +0 -12
  169. build/lib/catocli/parsers/custom/__init__.py +0 -47
  170. build/lib/catocli/parsers/custom/customLib.py +0 -70
  171. build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
  172. build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
  173. build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
  174. build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
  175. build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
  176. build/lib/catocli/parsers/parserApiClient.py +0 -309
  177. build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
  178. build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
  179. build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
  180. build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
  181. build/lib/catocli/parsers/query_admin/__init__.py +0 -17
  182. build/lib/catocli/parsers/query_admins/__init__.py +0 -17
  183. build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
  184. build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
  185. build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
  186. build/lib/catocli/parsers/query_container/__init__.py +0 -17
  187. build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
  188. build/lib/catocli/parsers/query_events/__init__.py +0 -17
  189. build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
  190. build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
  191. build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
  192. build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
  193. build/lib/catocli/parsers/query_policy/__init__.py +0 -17
  194. build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
  195. build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
  196. build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
  197. build/lib/catocli/parsers/raw/__init__.py +0 -9
  198. build/lib/graphql_client/__init__.py +0 -11
  199. build/lib/graphql_client/api/__init__.py +0 -3
  200. build/lib/graphql_client/api/call_api.py +0 -73
  201. build/lib/graphql_client/api_client.py +0 -192
  202. build/lib/graphql_client/api_client_types.py +0 -404
  203. build/lib/graphql_client/configuration.py +0 -230
  204. build/lib/graphql_client/models/__init__.py +0 -13
  205. build/lib/graphql_client/models/no_schema.py +0 -71
  206. build/lib/schema/catolib.py +0 -1016
  207. build/lib/schema/importSchema.py +0 -60
  208. build/lib/vendor/certifi/__init__.py +0 -4
  209. build/lib/vendor/certifi/__main__.py +0 -12
  210. build/lib/vendor/certifi/core.py +0 -114
  211. build/lib/vendor/certifi/py.typed +0 -0
  212. build/lib/vendor/six.py +0 -998
  213. build/lib/vendor/urllib3/__init__.py +0 -211
  214. build/lib/vendor/urllib3/_base_connection.py +0 -172
  215. build/lib/vendor/urllib3/_collections.py +0 -483
  216. build/lib/vendor/urllib3/_request_methods.py +0 -278
  217. build/lib/vendor/urllib3/_version.py +0 -16
  218. build/lib/vendor/urllib3/connection.py +0 -1033
  219. build/lib/vendor/urllib3/connectionpool.py +0 -1182
  220. build/lib/vendor/urllib3/contrib/__init__.py +0 -0
  221. build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
  222. build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
  223. build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
  224. build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
  225. build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
  226. build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
  227. build/lib/vendor/urllib3/contrib/socks.py +0 -228
  228. build/lib/vendor/urllib3/exceptions.py +0 -321
  229. build/lib/vendor/urllib3/fields.py +0 -341
  230. build/lib/vendor/urllib3/filepost.py +0 -89
  231. build/lib/vendor/urllib3/http2/__init__.py +0 -53
  232. build/lib/vendor/urllib3/http2/connection.py +0 -356
  233. build/lib/vendor/urllib3/http2/probe.py +0 -87
  234. build/lib/vendor/urllib3/poolmanager.py +0 -637
  235. build/lib/vendor/urllib3/py.typed +0 -2
  236. build/lib/vendor/urllib3/response.py +0 -1265
  237. build/lib/vendor/urllib3/util/__init__.py +0 -42
  238. build/lib/vendor/urllib3/util/connection.py +0 -137
  239. build/lib/vendor/urllib3/util/proxy.py +0 -43
  240. build/lib/vendor/urllib3/util/request.py +0 -256
  241. build/lib/vendor/urllib3/util/response.py +0 -101
  242. build/lib/vendor/urllib3/util/retry.py +0 -533
  243. build/lib/vendor/urllib3/util/ssl_.py +0 -513
  244. build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
  245. build/lib/vendor/urllib3/util/ssltransport.py +0 -276
  246. build/lib/vendor/urllib3/util/timeout.py +0 -275
  247. build/lib/vendor/urllib3/util/url.py +0 -471
  248. build/lib/vendor/urllib3/util/util.py +0 -42
  249. build/lib/vendor/urllib3/util/wait.py +0 -124
  250. catocli-1.0.13.dist-info/RECORD +0 -344
  251. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  252. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  253. {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.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
  }