catocli 1.0.13__py3-none-any.whl → 1.0.15__py3-none-any.whl

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

Potentially problematic release.


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

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