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": "updateSection___input",
30
30
  "name": "input",
31
31
  "path": "updateSection.input",
32
- "requestStr": "$PolicyUpdateSectionInput:PolicyUpdateSectionInput! ",
32
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
33
33
  "required": true,
34
- "responseStr": "input:$PolicyUpdateSectionInput ",
34
+ "responseStr": "input:$policyUpdateSectionInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": null,
@@ -63,9 +63,9 @@
63
63
  "id_str": "updateSection___input___section",
64
64
  "name": "section",
65
65
  "path": "updateSection.input.section",
66
- "requestStr": "$PolicyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
66
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
67
67
  "required": true,
68
- "responseStr": "section:$PolicyUpdateSectionInfoInput ",
68
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
69
69
  "type": {
70
70
  "definition": {
71
71
  "description": null,
@@ -104,7 +104,7 @@
104
104
  "name": "PolicyUpdateSectionInfoInput",
105
105
  "non_null": false
106
106
  },
107
- "varName": "PolicyUpdateSectionInfoInput"
107
+ "varName": "policyUpdateSectionInfoInput"
108
108
  }
109
109
  },
110
110
  "interfaces": null,
@@ -120,7 +120,7 @@
120
120
  "name": "PolicyUpdateSectionInput",
121
121
  "non_null": false
122
122
  },
123
- "varName": "PolicyUpdateSectionInput"
123
+ "varName": "policyUpdateSectionInput"
124
124
  }
125
125
  },
126
126
  "deprecationReason": null,
@@ -145,9 +145,9 @@
145
145
  "id_str": "wanFirewall___input",
146
146
  "name": "input",
147
147
  "path": "wanFirewall.input",
148
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
148
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
149
149
  "required": false,
150
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
150
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
151
151
  "type": {
152
152
  "definition": {
153
153
  "description": null,
@@ -160,9 +160,9 @@
160
160
  "id_str": "wanFirewall___input___revision",
161
161
  "name": "revision",
162
162
  "path": "wanFirewall.input.revision",
163
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
163
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
164
164
  "required": false,
165
- "responseStr": "revision:$PolicyMutationRevisionInput ",
165
+ "responseStr": "revision:$policyMutationRevisionInput ",
166
166
  "type": {
167
167
  "definition": {
168
168
  "description": null,
@@ -200,7 +200,7 @@
200
200
  "name": "PolicyMutationRevisionInput",
201
201
  "non_null": false
202
202
  },
203
- "varName": "PolicyMutationRevisionInput"
203
+ "varName": "policyMutationRevisionInput"
204
204
  }
205
205
  },
206
206
  "interfaces": null,
@@ -215,7 +215,7 @@
215
215
  "name": "WanFirewallPolicyMutationInput",
216
216
  "non_null": false
217
217
  },
218
- "varName": "WanFirewallPolicyMutationInput"
218
+ "varName": "wanFirewallPolicyMutationInput"
219
219
  }
220
220
  },
221
221
  "deprecationReason": null,
@@ -246,15 +246,34 @@
246
246
  "isDeprecated": false,
247
247
  "name": "policy",
248
248
  "operationArgs": {
249
- "PolicyUpdateSectionInput": {
249
+ "accountId": {
250
+ "defaultValue": null,
251
+ "description": null,
252
+ "id_str": "accountId",
253
+ "name": "accountId",
254
+ "path": "accountId",
255
+ "requestStr": "$accountId:ID! ",
256
+ "required": true,
257
+ "responseStr": "accountId:$accountId ",
258
+ "type": {
259
+ "kind": [
260
+ "NON_NULL",
261
+ "SCALAR"
262
+ ],
263
+ "name": "ID",
264
+ "non_null": false
265
+ },
266
+ "varName": "accountId"
267
+ },
268
+ "policyUpdateSectionInput": {
250
269
  "defaultValue": null,
251
270
  "description": null,
252
271
  "id_str": "updateSection___input",
253
272
  "name": "input",
254
273
  "path": "updateSection.input",
255
- "requestStr": "$PolicyUpdateSectionInput:PolicyUpdateSectionInput! ",
274
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
256
275
  "required": true,
257
- "responseStr": "input:$PolicyUpdateSectionInput ",
276
+ "responseStr": "input:$policyUpdateSectionInput ",
258
277
  "type": {
259
278
  "definition": {
260
279
  "description": null,
@@ -286,9 +305,9 @@
286
305
  "id_str": "updateSection___input___section",
287
306
  "name": "section",
288
307
  "path": "updateSection.input.section",
289
- "requestStr": "$PolicyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
308
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
290
309
  "required": true,
291
- "responseStr": "section:$PolicyUpdateSectionInfoInput ",
310
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
292
311
  "type": {
293
312
  "definition": {
294
313
  "description": null,
@@ -327,7 +346,7 @@
327
346
  "name": "PolicyUpdateSectionInfoInput",
328
347
  "non_null": false
329
348
  },
330
- "varName": "PolicyUpdateSectionInfoInput"
349
+ "varName": "policyUpdateSectionInfoInput"
331
350
  }
332
351
  },
333
352
  "interfaces": null,
@@ -343,17 +362,17 @@
343
362
  "name": "PolicyUpdateSectionInput",
344
363
  "non_null": false
345
364
  },
346
- "varName": "PolicyUpdateSectionInput"
365
+ "varName": "policyUpdateSectionInput"
347
366
  },
348
- "WanFirewallPolicyMutationInput": {
367
+ "wanFirewallPolicyMutationInput": {
349
368
  "defaultValue": null,
350
369
  "description": null,
351
370
  "id_str": "wanFirewall___input",
352
371
  "name": "input",
353
372
  "path": "wanFirewall.input",
354
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
373
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
355
374
  "required": false,
356
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
375
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
357
376
  "type": {
358
377
  "definition": {
359
378
  "description": null,
@@ -366,9 +385,9 @@
366
385
  "id_str": "wanFirewall___input___revision",
367
386
  "name": "revision",
368
387
  "path": "wanFirewall.input.revision",
369
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
388
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
370
389
  "required": false,
371
- "responseStr": "revision:$PolicyMutationRevisionInput ",
390
+ "responseStr": "revision:$policyMutationRevisionInput ",
372
391
  "type": {
373
392
  "definition": {
374
393
  "description": null,
@@ -406,7 +425,7 @@
406
425
  "name": "PolicyMutationRevisionInput",
407
426
  "non_null": false
408
427
  },
409
- "varName": "PolicyMutationRevisionInput"
428
+ "varName": "policyMutationRevisionInput"
410
429
  }
411
430
  },
412
431
  "interfaces": null,
@@ -421,26 +440,7 @@
421
440
  "name": "WanFirewallPolicyMutationInput",
422
441
  "non_null": false
423
442
  },
424
- "varName": "WanFirewallPolicyMutationInput"
425
- },
426
- "accountId": {
427
- "defaultValue": null,
428
- "description": null,
429
- "id_str": "accountId",
430
- "name": "accountId",
431
- "path": "accountId",
432
- "requestStr": "$accountId:ID! ",
433
- "required": true,
434
- "responseStr": "accountId:$accountId ",
435
- "type": {
436
- "kind": [
437
- "NON_NULL",
438
- "SCALAR"
439
- ],
440
- "name": "ID",
441
- "non_null": false
442
- },
443
- "varName": "accountId"
443
+ "varName": "wanFirewallPolicyMutationInput"
444
444
  }
445
445
  },
446
446
  "path": "mutation.policy.wanFirewall.updateSection",
@@ -457,9 +457,9 @@
457
457
  "id_str": "wanFirewall___input",
458
458
  "name": "input",
459
459
  "path": "wanFirewall.input",
460
- "requestStr": "$WanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
460
+ "requestStr": "$wanFirewallPolicyMutationInput:WanFirewallPolicyMutationInput ",
461
461
  "required": false,
462
- "responseStr": "input:$WanFirewallPolicyMutationInput ",
462
+ "responseStr": "input:$wanFirewallPolicyMutationInput ",
463
463
  "type": {
464
464
  "definition": {
465
465
  "description": null,
@@ -472,9 +472,9 @@
472
472
  "id_str": "wanFirewall___input___revision",
473
473
  "name": "revision",
474
474
  "path": "wanFirewall.input.revision",
475
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
475
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
476
476
  "required": false,
477
- "responseStr": "revision:$PolicyMutationRevisionInput ",
477
+ "responseStr": "revision:$policyMutationRevisionInput ",
478
478
  "type": {
479
479
  "definition": {
480
480
  "description": null,
@@ -512,7 +512,7 @@
512
512
  "name": "PolicyMutationRevisionInput",
513
513
  "non_null": false
514
514
  },
515
- "varName": "PolicyMutationRevisionInput"
515
+ "varName": "policyMutationRevisionInput"
516
516
  }
517
517
  },
518
518
  "interfaces": null,
@@ -527,7 +527,7 @@
527
527
  "name": "WanFirewallPolicyMutationInput",
528
528
  "non_null": false
529
529
  },
530
- "varName": "WanFirewallPolicyMutationInput"
530
+ "varName": "wanFirewallPolicyMutationInput"
531
531
  }
532
532
  },
533
533
  "deprecationReason": null,
@@ -536,9 +536,9 @@
536
536
  "isDeprecated": false,
537
537
  "name": "wanFirewall",
538
538
  "path": "wanFirewall",
539
- "requestStr": "$WanFirewallPolicyMutations:WanFirewallPolicyMutations ",
539
+ "requestStr": "$wanFirewallPolicyMutations:WanFirewallPolicyMutations ",
540
540
  "required": false,
541
- "responseStr": "wanFirewall:$WanFirewallPolicyMutations ",
541
+ "responseStr": "wanFirewall:$wanFirewallPolicyMutations ",
542
542
  "type": {
543
543
  "definition": {
544
544
  "description": "The Wan Firewall Policy information returned to the caller in the API response.",
@@ -552,9 +552,9 @@
552
552
  "id_str": "updateSection___input",
553
553
  "name": "input",
554
554
  "path": "updateSection.input",
555
- "requestStr": "$PolicyUpdateSectionInput:PolicyUpdateSectionInput! ",
555
+ "requestStr": "$policyUpdateSectionInput:PolicyUpdateSectionInput! ",
556
556
  "required": true,
557
- "responseStr": "input:$PolicyUpdateSectionInput ",
557
+ "responseStr": "input:$policyUpdateSectionInput ",
558
558
  "type": {
559
559
  "definition": {
560
560
  "description": null,
@@ -586,9 +586,9 @@
586
586
  "id_str": "updateSection___input___section",
587
587
  "name": "section",
588
588
  "path": "updateSection.input.section",
589
- "requestStr": "$PolicyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
589
+ "requestStr": "$policyUpdateSectionInfoInput:PolicyUpdateSectionInfoInput! ",
590
590
  "required": true,
591
- "responseStr": "section:$PolicyUpdateSectionInfoInput ",
591
+ "responseStr": "section:$policyUpdateSectionInfoInput ",
592
592
  "type": {
593
593
  "definition": {
594
594
  "description": null,
@@ -627,7 +627,7 @@
627
627
  "name": "PolicyUpdateSectionInfoInput",
628
628
  "non_null": false
629
629
  },
630
- "varName": "PolicyUpdateSectionInfoInput"
630
+ "varName": "policyUpdateSectionInfoInput"
631
631
  }
632
632
  },
633
633
  "interfaces": null,
@@ -643,7 +643,7 @@
643
643
  "name": "PolicyUpdateSectionInput",
644
644
  "non_null": false
645
645
  },
646
- "varName": "PolicyUpdateSectionInput"
646
+ "varName": "policyUpdateSectionInput"
647
647
  }
648
648
  },
649
649
  "deprecationReason": null,
@@ -652,16 +652,16 @@
652
652
  "isDeprecated": false,
653
653
  "name": "updateSection",
654
654
  "path": "wanFirewall.updateSection",
655
- "requestStr": "$PolicySectionMutationPayload:PolicySectionMutationPayload! ",
655
+ "requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
656
656
  "required": true,
657
- "responseStr": "updateSection:$PolicySectionMutationPayload ",
657
+ "responseStr": "updateSection:$policySectionMutationPayload ",
658
658
  "type": {
659
659
  "definition": {
660
660
  "description": null,
661
661
  "enumValues": null,
662
662
  "fields": {
663
663
  "errors": {
664
- "alias": "PolicyMutationErrorErrors: errors",
664
+ "alias": "policyMutationErrorErrors: errors",
665
665
  "args": {},
666
666
  "deprecationReason": null,
667
667
  "description": null,
@@ -669,9 +669,9 @@
669
669
  "isDeprecated": false,
670
670
  "name": "errors",
671
671
  "path": "wanFirewall.updateSection.errors",
672
- "requestStr": "$PolicyMutationError:[PolicyMutationError]! ",
672
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
673
673
  "required": true,
674
- "responseStr": "errors:$PolicyMutationError ",
674
+ "responseStr": "errors:$policyMutationError ",
675
675
  "type": {
676
676
  "definition": {
677
677
  "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\"",
@@ -734,10 +734,10 @@
734
734
  "name": "PolicyMutationError",
735
735
  "non_null": false
736
736
  },
737
- "varName": "PolicyMutationError"
737
+ "varName": "policyMutationError"
738
738
  },
739
739
  "section": {
740
- "alias": "PolicySectionPayloadSection: section",
740
+ "alias": "policySectionPayloadSection: section",
741
741
  "args": {},
742
742
  "deprecationReason": null,
743
743
  "description": null,
@@ -745,9 +745,9 @@
745
745
  "isDeprecated": false,
746
746
  "name": "section",
747
747
  "path": "wanFirewall.updateSection.section",
748
- "requestStr": "$PolicySectionPayload:PolicySectionPayload ",
748
+ "requestStr": "$policySectionPayload:PolicySectionPayload ",
749
749
  "required": false,
750
- "responseStr": "section:$PolicySectionPayload ",
750
+ "responseStr": "section:$policySectionPayload ",
751
751
  "type": {
752
752
  "definition": {
753
753
  "description": null,
@@ -761,9 +761,9 @@
761
761
  "isDeprecated": false,
762
762
  "name": "audit",
763
763
  "path": "wanFirewall.updateSection.section.audit",
764
- "requestStr": "$PolicyElementAudit:PolicyElementAudit! ",
764
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
765
765
  "required": true,
766
- "responseStr": "audit:$PolicyElementAudit ",
766
+ "responseStr": "audit:$policyElementAudit ",
767
767
  "type": {
768
768
  "definition": {
769
769
  "description": null,
@@ -826,7 +826,7 @@
826
826
  "name": "PolicyElementAudit",
827
827
  "non_null": false
828
828
  },
829
- "varName": "PolicyElementAudit"
829
+ "varName": "policyElementAudit"
830
830
  },
831
831
  "properties": {
832
832
  "args": {},
@@ -913,9 +913,9 @@
913
913
  "isDeprecated": false,
914
914
  "name": "section",
915
915
  "path": "wanFirewall.updateSection.section.section",
916
- "requestStr": "$PolicySectionInfo:PolicySectionInfo! ",
916
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
917
917
  "required": true,
918
- "responseStr": "section:$PolicySectionInfo ",
918
+ "responseStr": "section:$policySectionInfo ",
919
919
  "type": {
920
920
  "definition": {
921
921
  "description": "Define settings for a policy section",
@@ -978,7 +978,7 @@
978
978
  "name": "PolicySectionInfo",
979
979
  "non_null": false
980
980
  },
981
- "varName": "PolicySectionInfo"
981
+ "varName": "policySectionInfo"
982
982
  }
983
983
  },
984
984
  "inputFields": null,
@@ -994,10 +994,10 @@
994
994
  "name": "PolicySectionPayload",
995
995
  "non_null": false
996
996
  },
997
- "varName": "PolicySectionPayload"
997
+ "varName": "policySectionPayload"
998
998
  },
999
999
  "status": {
1000
- "alias": "PolicyMutationStatusStatus: status",
1000
+ "alias": "policyMutationStatusStatus: status",
1001
1001
  "args": {},
1002
1002
  "deprecationReason": null,
1003
1003
  "description": null,
@@ -1057,7 +1057,7 @@
1057
1057
  "name": "PolicySectionMutationPayload",
1058
1058
  "non_null": false
1059
1059
  },
1060
- "varName": "PolicySectionMutationPayload"
1060
+ "varName": "policySectionMutationPayload"
1061
1061
  }
1062
1062
  },
1063
1063
  "inputFields": null,
@@ -1073,7 +1073,7 @@
1073
1073
  "name": "WanFirewallPolicyMutations",
1074
1074
  "non_null": false
1075
1075
  },
1076
- "varName": "WanFirewallPolicyMutations"
1076
+ "varName": "wanFirewallPolicyMutations"
1077
1077
  }
1078
1078
  },
1079
1079
  "inputFields": null,
@@ -1090,18 +1090,18 @@
1090
1090
  "non_null": false
1091
1091
  },
1092
1092
  "variablesPayload": {
1093
- "PolicyUpdateSectionInput": {
1094
- "PolicyUpdateSectionInfoInput": {
1093
+ "policyUpdateSectionInput": {
1094
+ "id": {
1095
+ "id": "ID"
1096
+ },
1097
+ "policyUpdateSectionInfoInput": {
1095
1098
  "name": {
1096
1099
  "name": "String"
1097
1100
  }
1098
- },
1099
- "id": {
1100
- "id": "ID"
1101
1101
  }
1102
1102
  },
1103
- "WanFirewallPolicyMutationInput": {
1104
- "PolicyMutationRevisionInput": {
1103
+ "wanFirewallPolicyMutationInput": {
1104
+ "policyMutationRevisionInput": {
1105
1105
  "id": {
1106
1106
  "id": "ID"
1107
1107
  }