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

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

Potentially problematic release.


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

Files changed (249) hide show
  1. catocli/Utils/clidriver.py +19 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy/__init__.py +348 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  17. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  21. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  22. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  23. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  26. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  27. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  28. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  29. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  30. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  31. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  32. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  33. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  34. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  35. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  36. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  37. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  38. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  39. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  40. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  41. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  42. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  43. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  44. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  45. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  46. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  47. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  48. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  49. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  50. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  51. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  52. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  53. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  54. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  55. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  56. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  57. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  58. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  59. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  60. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  61. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  62. catocli/parsers/mutation_site/__init__.py +98 -0
  63. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  64. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  65. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  66. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  67. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  68. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  69. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  70. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  71. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  72. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  73. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  74. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  75. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  76. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  77. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  78. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  79. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  80. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  81. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  82. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  83. catocli/parsers/mutation_sites/__init__.py +98 -0
  84. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  85. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  86. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  87. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  88. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  89. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  90. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  91. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  92. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  93. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  94. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  95. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  96. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  97. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  98. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  99. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  100. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  101. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  102. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  103. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  104. catocli/parsers/parserApiClient.py +7 -4
  105. catocli/parsers/query_accountManagement/README.md +16 -0
  106. catocli/parsers/query_accountManagement/__init__.py +17 -0
  107. catocli/parsers/query_admins/README.md +2 -2
  108. catocli/parsers/query_appStats/README.md +5 -5
  109. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  110. catocli/parsers/query_auditFeed/README.md +2 -2
  111. catocli/parsers/query_container/README.md +8 -8
  112. catocli/parsers/query_entityLookup/README.md +6 -6
  113. catocli/parsers/query_events/README.md +5 -5
  114. catocli/parsers/query_eventsFeed/README.md +3 -3
  115. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  116. catocli/parsers/query_hardwareManagement/README.md +2 -2
  117. catocli/parsers/query_policy/README.md +5 -3
  118. catocli/parsers/query_site/README.md +22 -0
  119. catocli/parsers/query_site/__init__.py +17 -0
  120. catocli/parsers/query_xdr_stories/README.md +2 -2
  121. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  122. catocli-1.0.17.dist-info/RECORD +356 -0
  123. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  124. models/mutation.accountManagement.addAccount.json +908 -0
  125. models/mutation.accountManagement.removeAccount.json +446 -0
  126. models/mutation.accountManagement.updateAccount.json +524 -0
  127. models/mutation.admin.addAdmin.json +103 -103
  128. models/mutation.admin.removeAdmin.json +3 -3
  129. models/mutation.admin.updateAdmin.json +121 -121
  130. models/mutation.container.delete.json +67 -67
  131. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  132. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  133. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  134. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  135. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  136. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  137. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  138. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  139. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  140. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  141. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  142. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  143. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  144. models/mutation.policy.internetFirewall.addSection.json +92 -92
  145. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  146. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  147. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  148. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  149. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  150. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  151. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  152. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  153. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  154. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  155. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  156. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  157. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  158. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  159. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  160. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  161. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  162. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  163. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  164. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  165. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  166. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  167. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  168. models/mutation.policy.wanFirewall.addSection.json +92 -92
  169. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  170. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  171. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  172. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  173. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  174. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  175. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  176. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  177. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  178. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  179. models/mutation.site.addBgpPeer.json +3334 -0
  180. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  181. models/mutation.site.addCloudInterconnectSite.json +911 -0
  182. models/mutation.site.addIpsecIkeV2Site.json +45 -45
  183. models/mutation.site.addIpsecIkeV2SiteTunnels.json +104 -104
  184. models/mutation.site.addNetworkRange.json +55 -55
  185. models/mutation.site.addSocketSite.json +45 -45
  186. models/mutation.site.addStaticHost.json +35 -35
  187. models/mutation.site.removeBgpPeer.json +1158 -0
  188. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  189. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +49 -49
  190. models/mutation.site.removeNetworkRange.json +5 -5
  191. models/mutation.site.removeSite.json +5 -5
  192. models/mutation.site.removeStaticHost.json +5 -5
  193. models/mutation.site.updateBgpPeer.json +3063 -0
  194. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  195. models/mutation.site.updateHa.json +56 -56
  196. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  197. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +528 -125
  198. models/mutation.site.updateNetworkRange.json +76 -76
  199. models/mutation.site.updateSiteGeneralDetails.json +75 -75
  200. models/mutation.site.updateSocketInterface.json +284 -284
  201. models/mutation.site.updateStaticHost.json +56 -56
  202. models/mutation.sites.addBgpPeer.json +3334 -0
  203. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  204. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  205. models/mutation.sites.addIpsecIkeV2Site.json +45 -45
  206. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +104 -104
  207. models/mutation.sites.addNetworkRange.json +55 -55
  208. models/mutation.sites.addSocketSite.json +45 -45
  209. models/mutation.sites.addStaticHost.json +35 -35
  210. models/mutation.sites.removeBgpPeer.json +1158 -0
  211. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  212. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +49 -49
  213. models/mutation.sites.removeNetworkRange.json +5 -5
  214. models/mutation.sites.removeSite.json +5 -5
  215. models/mutation.sites.removeStaticHost.json +5 -5
  216. models/mutation.sites.updateBgpPeer.json +3063 -0
  217. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  218. models/mutation.sites.updateHa.json +56 -56
  219. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +81 -81
  220. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +528 -125
  221. models/mutation.sites.updateNetworkRange.json +76 -76
  222. models/mutation.sites.updateSiteGeneralDetails.json +75 -75
  223. models/mutation.sites.updateSocketInterface.json +284 -284
  224. models/mutation.sites.updateStaticHost.json +56 -56
  225. models/query.accountManagement.json +355 -0
  226. models/query.accountMetrics.json +235 -235
  227. models/query.accountRoles.json +3 -3
  228. models/query.accountSnapshot.json +116 -116
  229. models/query.admin.json +24 -24
  230. models/query.admins.json +138 -138
  231. models/query.appStats.json +92 -92
  232. models/query.appStatsTimeSeries.json +78 -78
  233. models/query.auditFeed.json +113 -89
  234. models/query.container.json +192 -192
  235. models/query.entityLookup.json +154 -154
  236. models/query.events.json +198 -102
  237. models/query.eventsFeed.json +74 -50
  238. models/query.eventsTimeSeries.json +186 -114
  239. models/query.hardwareManagement.json +317 -125
  240. models/query.licensing.json +971 -434
  241. models/query.policy.json +10946 -5043
  242. models/query.site.json +4138 -0
  243. models/query.xdr.stories.json +869 -869
  244. models/query.xdr.story.json +637 -637
  245. schema/catolib.py +12 -12
  246. catocli-1.0.14.dist-info/RECORD +0 -264
  247. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  248. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  249. {catocli-1.0.14.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -29,9 +29,9 @@
29
29
  "id_str": "internetFirewall___input",
30
30
  "name": "input",
31
31
  "path": "internetFirewall.input",
32
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
32
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
33
33
  "required": false,
34
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
34
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
35
35
  "type": {
36
36
  "definition": {
37
37
  "description": null,
@@ -44,9 +44,9 @@
44
44
  "id_str": "internetFirewall___input___revision",
45
45
  "name": "revision",
46
46
  "path": "internetFirewall.input.revision",
47
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
47
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
48
48
  "required": false,
49
- "responseStr": "revision:$PolicyMutationRevisionInput ",
49
+ "responseStr": "revision:$policyMutationRevisionInput ",
50
50
  "type": {
51
51
  "definition": {
52
52
  "description": null,
@@ -84,7 +84,7 @@
84
84
  "name": "PolicyMutationRevisionInput",
85
85
  "non_null": false
86
86
  },
87
- "varName": "PolicyMutationRevisionInput"
87
+ "varName": "policyMutationRevisionInput"
88
88
  }
89
89
  },
90
90
  "interfaces": null,
@@ -99,7 +99,7 @@
99
99
  "name": "InternetFirewallPolicyMutationInput",
100
100
  "non_null": false
101
101
  },
102
- "varName": "InternetFirewallPolicyMutationInput"
102
+ "varName": "internetFirewallPolicyMutationInput"
103
103
  }
104
104
  },
105
105
  "deprecationReason": null,
@@ -120,9 +120,9 @@
120
120
  "id_str": "moveSection___input",
121
121
  "name": "input",
122
122
  "path": "moveSection.input",
123
- "requestStr": "$PolicyMoveSectionInput:PolicyMoveSectionInput! ",
123
+ "requestStr": "$policyMoveSectionInput:PolicyMoveSectionInput! ",
124
124
  "required": true,
125
- "responseStr": "input:$PolicyMoveSectionInput ",
125
+ "responseStr": "input:$policyMoveSectionInput ",
126
126
  "type": {
127
127
  "definition": {
128
128
  "description": "Input for moving a section within a policy",
@@ -154,9 +154,9 @@
154
154
  "id_str": "moveSection___input___to",
155
155
  "name": "to",
156
156
  "path": "moveSection.input.to",
157
- "requestStr": "$PolicySectionPositionInput:PolicySectionPositionInput ",
157
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput ",
158
158
  "required": false,
159
- "responseStr": "to:$PolicySectionPositionInput ",
159
+ "responseStr": "to:$policySectionPositionInput ",
160
160
  "type": {
161
161
  "definition": {
162
162
  "description": null,
@@ -243,7 +243,7 @@
243
243
  "name": "PolicySectionPositionInput",
244
244
  "non_null": false
245
245
  },
246
- "varName": "PolicySectionPositionInput"
246
+ "varName": "policySectionPositionInput"
247
247
  }
248
248
  },
249
249
  "interfaces": null,
@@ -259,7 +259,7 @@
259
259
  "name": "PolicyMoveSectionInput",
260
260
  "non_null": false
261
261
  },
262
- "varName": "PolicyMoveSectionInput"
262
+ "varName": "policyMoveSectionInput"
263
263
  }
264
264
  },
265
265
  "deprecationReason": null,
@@ -295,15 +295,34 @@
295
295
  "isDeprecated": false,
296
296
  "name": "policy",
297
297
  "operationArgs": {
298
- "InternetFirewallPolicyMutationInput": {
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
+ "internetFirewallPolicyMutationInput": {
299
318
  "defaultValue": null,
300
319
  "description": null,
301
320
  "id_str": "internetFirewall___input",
302
321
  "name": "input",
303
322
  "path": "internetFirewall.input",
304
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
323
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
305
324
  "required": false,
306
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
325
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
307
326
  "type": {
308
327
  "definition": {
309
328
  "description": null,
@@ -316,9 +335,9 @@
316
335
  "id_str": "internetFirewall___input___revision",
317
336
  "name": "revision",
318
337
  "path": "internetFirewall.input.revision",
319
- "requestStr": "$PolicyMutationRevisionInput:PolicyMutationRevisionInput ",
338
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
320
339
  "required": false,
321
- "responseStr": "revision:$PolicyMutationRevisionInput ",
340
+ "responseStr": "revision:$policyMutationRevisionInput ",
322
341
  "type": {
323
342
  "definition": {
324
343
  "description": null,
@@ -356,7 +375,7 @@
356
375
  "name": "PolicyMutationRevisionInput",
357
376
  "non_null": false
358
377
  },
359
- "varName": "PolicyMutationRevisionInput"
378
+ "varName": "policyMutationRevisionInput"
360
379
  }
361
380
  },
362
381
  "interfaces": null,
@@ -371,17 +390,17 @@
371
390
  "name": "InternetFirewallPolicyMutationInput",
372
391
  "non_null": false
373
392
  },
374
- "varName": "InternetFirewallPolicyMutationInput"
393
+ "varName": "internetFirewallPolicyMutationInput"
375
394
  },
376
- "PolicyMoveSectionInput": {
395
+ "policyMoveSectionInput": {
377
396
  "defaultValue": null,
378
397
  "description": null,
379
398
  "id_str": "moveSection___input",
380
399
  "name": "input",
381
400
  "path": "moveSection.input",
382
- "requestStr": "$PolicyMoveSectionInput:PolicyMoveSectionInput! ",
401
+ "requestStr": "$policyMoveSectionInput:PolicyMoveSectionInput! ",
383
402
  "required": true,
384
- "responseStr": "input:$PolicyMoveSectionInput ",
403
+ "responseStr": "input:$policyMoveSectionInput ",
385
404
  "type": {
386
405
  "definition": {
387
406
  "description": "Input for moving a section within a policy",
@@ -413,9 +432,9 @@
413
432
  "id_str": "moveSection___input___to",
414
433
  "name": "to",
415
434
  "path": "moveSection.input.to",
416
- "requestStr": "$PolicySectionPositionInput:PolicySectionPositionInput ",
435
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput ",
417
436
  "required": false,
418
- "responseStr": "to:$PolicySectionPositionInput ",
437
+ "responseStr": "to:$policySectionPositionInput ",
419
438
  "type": {
420
439
  "definition": {
421
440
  "description": null,
@@ -502,7 +521,7 @@
502
521
  "name": "PolicySectionPositionInput",
503
522
  "non_null": false
504
523
  },
505
- "varName": "PolicySectionPositionInput"
524
+ "varName": "policySectionPositionInput"
506
525
  }
507
526
  },
508
527
  "interfaces": null,
@@ -518,26 +537,7 @@
518
537
  "name": "PolicyMoveSectionInput",
519
538
  "non_null": false
520
539
  },
521
- "varName": "PolicyMoveSectionInput"
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": "policyMoveSectionInput"
541
541
  }
542
542
  },
543
543
  "path": "mutation.policy.internetFirewall.moveSection",
@@ -554,9 +554,9 @@
554
554
  "id_str": "internetFirewall___input",
555
555
  "name": "input",
556
556
  "path": "internetFirewall.input",
557
- "requestStr": "$InternetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
557
+ "requestStr": "$internetFirewallPolicyMutationInput:InternetFirewallPolicyMutationInput ",
558
558
  "required": false,
559
- "responseStr": "input:$InternetFirewallPolicyMutationInput ",
559
+ "responseStr": "input:$internetFirewallPolicyMutationInput ",
560
560
  "type": {
561
561
  "definition": {
562
562
  "description": null,
@@ -569,9 +569,9 @@
569
569
  "id_str": "internetFirewall___input___revision",
570
570
  "name": "revision",
571
571
  "path": "internetFirewall.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": "InternetFirewallPolicyMutationInput",
625
625
  "non_null": false
626
626
  },
627
- "varName": "InternetFirewallPolicyMutationInput"
627
+ "varName": "internetFirewallPolicyMutationInput"
628
628
  }
629
629
  },
630
630
  "deprecationReason": null,
@@ -633,9 +633,9 @@
633
633
  "isDeprecated": false,
634
634
  "name": "internetFirewall",
635
635
  "path": "internetFirewall",
636
- "requestStr": "$InternetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
636
+ "requestStr": "$internetFirewallPolicyMutations:InternetFirewallPolicyMutations ",
637
637
  "required": false,
638
- "responseStr": "internetFirewall:$InternetFirewallPolicyMutations ",
638
+ "responseStr": "internetFirewall:$internetFirewallPolicyMutations ",
639
639
  "type": {
640
640
  "definition": {
641
641
  "description": "The Internet 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": "internetFirewall.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": "internetFirewall.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": "internetFirewall.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": "internetFirewall.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": "internetFirewall.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": "InternetFirewallPolicyMutations",
1219
1219
  "non_null": false
1220
1220
  },
1221
- "varName": "InternetFirewallPolicyMutations"
1221
+ "varName": "internetFirewallPolicyMutations"
1222
1222
  }
1223
1223
  },
1224
1224
  "inputFields": null,
@@ -1235,24 +1235,24 @@
1235
1235
  "non_null": false
1236
1236
  },
1237
1237
  "variablesPayload": {
1238
- "InternetFirewallPolicyMutationInput": {
1239
- "PolicyMutationRevisionInput": {
1238
+ "internetFirewallPolicyMutationInput": {
1239
+ "policyMutationRevisionInput": {
1240
1240
  "id": {
1241
1241
  "id": "ID"
1242
1242
  }
1243
1243
  }
1244
1244
  },
1245
- "PolicyMoveSectionInput": {
1246
- "PolicySectionPositionInput": {
1245
+ "policyMoveSectionInput": {
1246
+ "id": {
1247
+ "id": "ID"
1248
+ },
1249
+ "policySectionPositionInput": {
1247
1250
  "position": {
1248
1251
  "position": "enum(PolicySectionPositionEnum)"
1249
1252
  },
1250
1253
  "ref": {
1251
1254
  "ref": "ID"
1252
1255
  }
1253
- },
1254
- "id": {
1255
- "id": "ID"
1256
1256
  }
1257
1257
  }
1258
1258
  }