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
@@ -29,9 +29,9 @@
29
29
  "id_str": "moveSection___input",
30
30
  "name": "input",
31
31
  "path": "moveSection.input",
32
- "requestStr": "$PolicyMoveSectionInput:PolicyMoveSectionInput! ",
32
+ "requestStr": "$policyMoveSectionInput:PolicyMoveSectionInput! ",
33
33
  "required": true,
34
- "responseStr": "input:$PolicyMoveSectionInput ",
34
+ "responseStr": "input:$policyMoveSectionInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": "Input for moving a section within a policy",
@@ -63,9 +63,9 @@
63
63
  "id_str": "moveSection___input___to",
64
64
  "name": "to",
65
65
  "path": "moveSection.input.to",
66
- "requestStr": "$PolicySectionPositionInput:PolicySectionPositionInput ",
66
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput ",
67
67
  "required": false,
68
- "responseStr": "to:$PolicySectionPositionInput ",
68
+ "responseStr": "to:$policySectionPositionInput ",
69
69
  "type": {
70
70
  "definition": {
71
71
  "description": null,
@@ -152,7 +152,7 @@
152
152
  "name": "PolicySectionPositionInput",
153
153
  "non_null": false
154
154
  },
155
- "varName": "PolicySectionPositionInput"
155
+ "varName": "policySectionPositionInput"
156
156
  }
157
157
  },
158
158
  "interfaces": null,
@@ -168,7 +168,7 @@
168
168
  "name": "PolicyMoveSectionInput",
169
169
  "non_null": false
170
170
  },
171
- "varName": "PolicyMoveSectionInput"
171
+ "varName": "policyMoveSectionInput"
172
172
  }
173
173
  },
174
174
  "deprecationReason": null,
@@ -193,9 +193,9 @@
193
193
  "id_str": "wanFirewall___input",
194
194
  "name": "input",
195
195
  "path": "wanFirewall.input",
196
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
196
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
197
197
  "required": false,
198
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
198
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
199
199
  "type": {
200
200
  "definition": {
201
201
  "description": null,
@@ -208,9 +208,9 @@
208
208
  "id_str": "wanFirewall___input___revision",
209
209
  "name": "revision",
210
210
  "path": "wanFirewall.input.revision",
211
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
211
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
212
212
  "required": false,
213
- "responseStr": "revision:$PolicyMutationRevisionInput ",
213
+ "responseStr": "revision:$policyMutationRevisionInput ",
214
214
  "type": {
215
215
  "definition": {
216
216
  "description": null,
@@ -248,7 +248,7 @@
248
248
  "name": "PolicyMutationRevisionInput",
249
249
  "non_null": false
250
250
  },
251
- "varName": "PolicyMutationRevisionInput"
251
+ "varName": "policyMutationRevisionInput"
252
252
  }
253
253
  },
254
254
  "interfaces": null,
@@ -263,7 +263,7 @@
263
263
  "name": "WanFirewallPolicyMutationInput",
264
264
  "non_null": false
265
265
  },
266
- "varName": "WanFirewallPolicyMutationInput"
266
+ "varName": "wanFirewallPolicyMutationInput"
267
267
  }
268
268
  },
269
269
  "deprecationReason": null,
@@ -295,15 +295,34 @@
295
295
  "isDeprecated": false,
296
296
  "name": "policy",
297
297
  "operationArgs": {
298
- "PolicyMoveSectionInput": {
298
+ "accountId": {
299
+ "defaultValue": null,
300
+ "description": null,
301
+ "id_str": "accountId",
302
+ "name": "accountId",
303
+ "path": "accountId",
304
+ "requestStr": "$accountId:ID! ",
305
+ "required": true,
306
+ "responseStr": "accountId:$accountId ",
307
+ "type": {
308
+ "kind": [
309
+ "NON_NULL",
310
+ "SCALAR"
311
+ ],
312
+ "name": "ID",
313
+ "non_null": false
314
+ },
315
+ "varName": "accountId"
316
+ },
317
+ "policyMoveSectionInput": {
299
318
  "defaultValue": null,
300
319
  "description": null,
301
320
  "id_str": "moveSection___input",
302
321
  "name": "input",
303
322
  "path": "moveSection.input",
304
- "requestStr": "$PolicyMoveSectionInput:PolicyMoveSectionInput! ",
323
+ "requestStr": "$policyMoveSectionInput:PolicyMoveSectionInput! ",
305
324
  "required": true,
306
- "responseStr": "input:$PolicyMoveSectionInput ",
325
+ "responseStr": "input:$policyMoveSectionInput ",
307
326
  "type": {
308
327
  "definition": {
309
328
  "description": "Input for moving a section within a policy",
@@ -335,9 +354,9 @@
335
354
  "id_str": "moveSection___input___to",
336
355
  "name": "to",
337
356
  "path": "moveSection.input.to",
338
- "requestStr": "$PolicySectionPositionInput:PolicySectionPositionInput ",
357
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput ",
339
358
  "required": false,
340
- "responseStr": "to:$PolicySectionPositionInput ",
359
+ "responseStr": "to:$policySectionPositionInput ",
341
360
  "type": {
342
361
  "definition": {
343
362
  "description": null,
@@ -424,7 +443,7 @@
424
443
  "name": "PolicySectionPositionInput",
425
444
  "non_null": false
426
445
  },
427
- "varName": "PolicySectionPositionInput"
446
+ "varName": "policySectionPositionInput"
428
447
  }
429
448
  },
430
449
  "interfaces": null,
@@ -440,17 +459,17 @@
440
459
  "name": "PolicyMoveSectionInput",
441
460
  "non_null": false
442
461
  },
443
- "varName": "PolicyMoveSectionInput"
462
+ "varName": "policyMoveSectionInput"
444
463
  },
445
- "WanFirewallPolicyMutationInput": {
464
+ "wanFirewallPolicyMutationInput": {
446
465
  "defaultValue": null,
447
466
  "description": null,
448
467
  "id_str": "wanFirewall___input",
449
468
  "name": "input",
450
469
  "path": "wanFirewall.input",
451
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
470
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
452
471
  "required": false,
453
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
472
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
454
473
  "type": {
455
474
  "definition": {
456
475
  "description": null,
@@ -463,9 +482,9 @@
463
482
  "id_str": "wanFirewall___input___revision",
464
483
  "name": "revision",
465
484
  "path": "wanFirewall.input.revision",
466
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
485
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
467
486
  "required": false,
468
- "responseStr": "revision:$PolicyMutationRevisionInput ",
487
+ "responseStr": "revision:$policyMutationRevisionInput ",
469
488
  "type": {
470
489
  "definition": {
471
490
  "description": null,
@@ -503,7 +522,7 @@
503
522
  "name": "PolicyMutationRevisionInput",
504
523
  "non_null": false
505
524
  },
506
- "varName": "PolicyMutationRevisionInput"
525
+ "varName": "policyMutationRevisionInput"
507
526
  }
508
527
  },
509
528
  "interfaces": null,
@@ -518,26 +537,7 @@
518
537
  "name": "WanFirewallPolicyMutationInput",
519
538
  "non_null": false
520
539
  },
521
- "varName": "WanFirewallPolicyMutationInput"
522
- },
523
- "accountId": {
524
- "defaultValue": null,
525
- "description": null,
526
- "id_str": "accountId",
527
- "name": "accountId",
528
- "path": "accountId",
529
- "requestStr": "$accountId:ID! ",
530
- "required": true,
531
- "responseStr": "accountId:$accountId ",
532
- "type": {
533
- "kind": [
534
- "NON_NULL",
535
- "SCALAR"
536
- ],
537
- "name": "ID",
538
- "non_null": false
539
- },
540
- "varName": "accountId"
540
+ "varName": "wanFirewallPolicyMutationInput"
541
541
  }
542
542
  },
543
543
  "path": "mutation.policy.wanFirewall.moveSection",
@@ -554,9 +554,9 @@
554
554
  "id_str": "wanFirewall___input",
555
555
  "name": "input",
556
556
  "path": "wanFirewall.input",
557
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
557
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
558
558
  "required": false,
559
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
559
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
560
560
  "type": {
561
561
  "definition": {
562
562
  "description": null,
@@ -569,9 +569,9 @@
569
569
  "id_str": "wanFirewall___input___revision",
570
570
  "name": "revision",
571
571
  "path": "wanFirewall.input.revision",
572
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
572
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
573
573
  "required": false,
574
- "responseStr": "revision:$PolicyMutationRevisionInput ",
574
+ "responseStr": "revision:$policyMutationRevisionInput ",
575
575
  "type": {
576
576
  "definition": {
577
577
  "description": null,
@@ -609,7 +609,7 @@
609
609
  "name": "PolicyMutationRevisionInput",
610
610
  "non_null": false
611
611
  },
612
- "varName": "PolicyMutationRevisionInput"
612
+ "varName": "policyMutationRevisionInput"
613
613
  }
614
614
  },
615
615
  "interfaces": null,
@@ -624,7 +624,7 @@
624
624
  "name": "WanFirewallPolicyMutationInput",
625
625
  "non_null": false
626
626
  },
627
- "varName": "WanFirewallPolicyMutationInput"
627
+ "varName": "wanFirewallPolicyMutationInput"
628
628
  }
629
629
  },
630
630
  "deprecationReason": null,
@@ -633,9 +633,9 @@
633
633
  "isDeprecated": false,
634
634
  "name": "wanFirewall",
635
635
  "path": "wanFirewall",
636
- "requestStr": "$WanFirewallPolicyMutations:WanFirewallPolicyMutations ",
636
+ "requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
637
637
  "required": false,
638
- "responseStr": "wanFirewall:$WanFirewallPolicyMutations ",
638
+ "responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
639
639
  "type": {
640
640
  "definition": {
641
641
  "description": "The Wan Firewall Policy information returned to the caller in the API response.",
@@ -649,9 +649,9 @@
649
649
  "id_str": "moveSection___input",
650
650
  "name": "input",
651
651
  "path": "moveSection.input",
652
- "requestStr": "$PolicyMoveSectionInput:PolicyMoveSectionInput! ",
652
+ "requestStr": "$policyMoveSectionInput:PolicyMoveSectionInput! ",
653
653
  "required": true,
654
- "responseStr": "input:$PolicyMoveSectionInput ",
654
+ "responseStr": "input:$policyMoveSectionInput ",
655
655
  "type": {
656
656
  "definition": {
657
657
  "description": "Input for moving a section within a policy",
@@ -683,9 +683,9 @@
683
683
  "id_str": "moveSection___input___to",
684
684
  "name": "to",
685
685
  "path": "moveSection.input.to",
686
- "requestStr": "$PolicySectionPositionInput:PolicySectionPositionInput ",
686
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput ",
687
687
  "required": false,
688
- "responseStr": "to:$PolicySectionPositionInput ",
688
+ "responseStr": "to:$policySectionPositionInput ",
689
689
  "type": {
690
690
  "definition": {
691
691
  "description": null,
@@ -772,7 +772,7 @@
772
772
  "name": "PolicySectionPositionInput",
773
773
  "non_null": false
774
774
  },
775
- "varName": "PolicySectionPositionInput"
775
+ "varName": "policySectionPositionInput"
776
776
  }
777
777
  },
778
778
  "interfaces": null,
@@ -788,7 +788,7 @@
788
788
  "name": "PolicyMoveSectionInput",
789
789
  "non_null": false
790
790
  },
791
- "varName": "PolicyMoveSectionInput"
791
+ "varName": "policyMoveSectionInput"
792
792
  }
793
793
  },
794
794
  "deprecationReason": null,
@@ -797,16 +797,16 @@
797
797
  "isDeprecated": false,
798
798
  "name": "moveSection",
799
799
  "path": "wanFirewall.moveSection",
800
- "requestStr": "$PolicySectionMutationPayload:PolicySectionMutationPayload! ",
800
+ "requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
801
801
  "required": true,
802
- "responseStr": "moveSection:$PolicySectionMutationPayload ",
802
+ "responseStr": "moveSection:$policySectionMutationPayload ",
803
803
  "type": {
804
804
  "definition": {
805
805
  "description": null,
806
806
  "enumValues": null,
807
807
  "fields": {
808
808
  "errors": {
809
- "alias": "PolicyMutationErrorErrors: errors",
809
+ "alias": "policyMutationErrorErrors: errors",
810
810
  "args": {},
811
811
  "deprecationReason": null,
812
812
  "description": null,
@@ -814,9 +814,9 @@
814
814
  "isDeprecated": false,
815
815
  "name": "errors",
816
816
  "path": "wanFirewall.moveSection.errors",
817
- "requestStr": "$PolicyMutationError:[PolicyMutationError]! ",
817
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
818
818
  "required": true,
819
- "responseStr": "errors:$PolicyMutationError ",
819
+ "responseStr": "errors:$policyMutationError ",
820
820
  "type": {
821
821
  "definition": {
822
822
  "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
@@ -879,10 +879,10 @@
879
879
  "name": "PolicyMutationError",
880
880
  "non_null": false
881
881
  },
882
- "varName": "PolicyMutationError"
882
+ "varName": "policyMutationError"
883
883
  },
884
884
  "section": {
885
- "alias": "PolicySectionPayloadSection: section",
885
+ "alias": "policySectionPayloadSection: section",
886
886
  "args": {},
887
887
  "deprecationReason": null,
888
888
  "description": null,
@@ -890,9 +890,9 @@
890
890
  "isDeprecated": false,
891
891
  "name": "section",
892
892
  "path": "wanFirewall.moveSection.section",
893
- "requestStr": "$PolicySectionPayload:PolicySectionPayload ",
893
+ "requestStr": "$policySectionPayload:PolicySectionPayload ",
894
894
  "required": false,
895
- "responseStr": "section:$PolicySectionPayload ",
895
+ "responseStr": "section:$policySectionPayload ",
896
896
  "type": {
897
897
  "definition": {
898
898
  "description": null,
@@ -906,9 +906,9 @@
906
906
  "isDeprecated": false,
907
907
  "name": "audit",
908
908
  "path": "wanFirewall.moveSection.section.audit",
909
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
909
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
910
910
  "required": true,
911
- "responseStr": "audit:$PolicyElementAudit ",
911
+ "responseStr": "audit:$policyElementAudit ",
912
912
  "type": {
913
913
  "definition": {
914
914
  "description": null,
@@ -971,7 +971,7 @@
971
971
  "name": "PolicyElementAudit",
972
972
  "non_null": false
973
973
  },
974
- "varName": "PolicyElementAudit"
974
+ "varName": "policyElementAudit"
975
975
  },
976
976
  "properties": {
977
977
  "args": {},
@@ -1058,9 +1058,9 @@
1058
1058
  "isDeprecated": false,
1059
1059
  "name": "section",
1060
1060
  "path": "wanFirewall.moveSection.section.section",
1061
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
1061
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1062
1062
  "required": true,
1063
- "responseStr": "section:$PolicySectionInfo ",
1063
+ "responseStr": "section:$policySectionInfo ",
1064
1064
  "type": {
1065
1065
  "definition": {
1066
1066
  "description": "Define settings for a policy section",
@@ -1123,7 +1123,7 @@
1123
1123
  "name": "PolicySectionInfo",
1124
1124
  "non_null": false
1125
1125
  },
1126
- "varName": "PolicySectionInfo"
1126
+ "varName": "policySectionInfo"
1127
1127
  }
1128
1128
  },
1129
1129
  "inputFields": null,
@@ -1139,10 +1139,10 @@
1139
1139
  "name": "PolicySectionPayload",
1140
1140
  "non_null": false
1141
1141
  },
1142
- "varName": "PolicySectionPayload"
1142
+ "varName": "policySectionPayload"
1143
1143
  },
1144
1144
  "status": {
1145
- "alias": "PolicyMutationStatusStatus: status",
1145
+ "alias": "policyMutationStatusStatus: status",
1146
1146
  "args": {},
1147
1147
  "deprecationReason": null,
1148
1148
  "description": null,
@@ -1202,7 +1202,7 @@
1202
1202
  "name": "PolicySectionMutationPayload",
1203
1203
  "non_null": false
1204
1204
  },
1205
- "varName": "PolicySectionMutationPayload"
1205
+ "varName": "policySectionMutationPayload"
1206
1206
  }
1207
1207
  },
1208
1208
  "inputFields": null,
@@ -1218,7 +1218,7 @@
1218
1218
  "name": "WanFirewallPolicyMutations",
1219
1219
  "non_null": false
1220
1220
  },
1221
- "varName": "WanFirewallPolicyMutations"
1221
+ "varName": "wanFirewallPolicyMutations"
1222
1222
  }
1223
1223
  },
1224
1224
  "inputFields": null,
@@ -1235,21 +1235,21 @@
1235
1235
  "non_null": false
1236
1236
  },
1237
1237
  "variablesPayload": {
1238
- "PolicyMoveSectionInput": {
1239
- "PolicySectionPositionInput": {
1238
+ "policyMoveSectionInput": {
1239
+ "id": {
1240
+ "id": "ID"
1241
+ },
1242
+ "policySectionPositionInput": {
1240
1243
  "position": {
1241
1244
  "position": "enum(PolicySectionPositionEnum)"
1242
1245
  },
1243
1246
  "ref": {
1244
1247
  "ref": "ID"
1245
1248
  }
1246
- },
1247
- "id": {
1248
- "id": "ID"
1249
1249
  }
1250
1250
  },
1251
- "WanFirewallPolicyMutationInput": {
1252
- "PolicyMutationRevisionInput": {
1251
+ "wanFirewallPolicyMutationInput": {
1252
+ "policyMutationRevisionInput": {
1253
1253
  "id": {
1254
1254
  "id": "ID"
1255
1255
  }