catocli 1.0.14__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 (164) hide show
  1. catocli/Utils/clidriver.py +5 -1
  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_internetFirewall_addRule/README.md +3 -3
  12. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  23. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  35. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  36. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  37. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  38. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  39. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  40. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  41. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  42. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  43. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  44. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  45. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  46. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  47. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  48. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  49. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  50. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  51. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  52. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  53. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  54. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  55. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  56. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  57. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  61. catocli/parsers/parserApiClient.py +7 -4
  62. catocli/parsers/query_accountManagement/README.md +16 -0
  63. catocli/parsers/query_accountManagement/__init__.py +17 -0
  64. catocli/parsers/query_admins/README.md +2 -2
  65. catocli/parsers/query_appStats/README.md +5 -5
  66. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  67. catocli/parsers/query_auditFeed/README.md +2 -2
  68. catocli/parsers/query_container/README.md +8 -8
  69. catocli/parsers/query_entityLookup/README.md +6 -6
  70. catocli/parsers/query_events/README.md +5 -5
  71. catocli/parsers/query_eventsFeed/README.md +2 -2
  72. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  73. catocli/parsers/query_hardwareManagement/README.md +2 -2
  74. catocli/parsers/query_policy/README.md +3 -3
  75. catocli/parsers/query_xdr_stories/README.md +2 -2
  76. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  77. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
  78. models/mutation.accountManagement.addAccount.json +908 -0
  79. models/mutation.accountManagement.removeAccount.json +446 -0
  80. models/mutation.accountManagement.updateAccount.json +524 -0
  81. models/mutation.admin.addAdmin.json +103 -103
  82. models/mutation.admin.removeAdmin.json +3 -3
  83. models/mutation.admin.updateAdmin.json +121 -121
  84. models/mutation.container.delete.json +67 -67
  85. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  86. models/mutation.policy.internetFirewall.addSection.json +92 -92
  87. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  88. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  89. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  90. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  91. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  92. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  93. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  94. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  95. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  96. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  97. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  98. models/mutation.policy.wanFirewall.addSection.json +92 -92
  99. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  100. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  101. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  102. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  103. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  104. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  105. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  106. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  107. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  108. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  109. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  110. models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
  111. models/mutation.site.addNetworkRange.json +53 -53
  112. models/mutation.site.addSocketSite.json +43 -43
  113. models/mutation.site.addStaticHost.json +33 -33
  114. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
  115. models/mutation.site.removeNetworkRange.json +3 -3
  116. models/mutation.site.removeSite.json +3 -3
  117. models/mutation.site.removeStaticHost.json +3 -3
  118. models/mutation.site.updateHa.json +54 -54
  119. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  120. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  121. models/mutation.site.updateNetworkRange.json +74 -74
  122. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  123. models/mutation.site.updateSocketInterface.json +282 -282
  124. models/mutation.site.updateStaticHost.json +54 -54
  125. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  126. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
  127. models/mutation.sites.addNetworkRange.json +53 -53
  128. models/mutation.sites.addSocketSite.json +43 -43
  129. models/mutation.sites.addStaticHost.json +33 -33
  130. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
  131. models/mutation.sites.removeNetworkRange.json +3 -3
  132. models/mutation.sites.removeSite.json +3 -3
  133. models/mutation.sites.removeStaticHost.json +3 -3
  134. models/mutation.sites.updateHa.json +54 -54
  135. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  136. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  137. models/mutation.sites.updateNetworkRange.json +74 -74
  138. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  139. models/mutation.sites.updateSocketInterface.json +282 -282
  140. models/mutation.sites.updateStaticHost.json +54 -54
  141. models/query.accountManagement.json +355 -0
  142. models/query.accountMetrics.json +235 -235
  143. models/query.accountRoles.json +3 -3
  144. models/query.accountSnapshot.json +116 -116
  145. models/query.admin.json +24 -24
  146. models/query.admins.json +138 -138
  147. models/query.appStats.json +92 -92
  148. models/query.appStatsTimeSeries.json +78 -78
  149. models/query.auditFeed.json +77 -77
  150. models/query.container.json +192 -192
  151. models/query.entityLookup.json +154 -154
  152. models/query.events.json +54 -54
  153. models/query.eventsFeed.json +38 -38
  154. models/query.eventsTimeSeries.json +78 -78
  155. models/query.hardwareManagement.json +125 -125
  156. models/query.licensing.json +735 -177
  157. models/query.policy.json +1502 -970
  158. models/query.xdr.stories.json +842 -842
  159. models/query.xdr.story.json +610 -610
  160. schema/catolib.py +1 -11
  161. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  162. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  163. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
  164. {catocli-1.0.14.dist-info → catocli-1.0.15.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
  }