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
@@ -45,9 +45,9 @@
45
45
  "id_str": "filters",
46
46
  "name": "filters",
47
47
  "path": "filters",
48
- "requestStr": "$LookupFilterInput:[LookupFilterInput] ",
48
+ "requestStr": "$lookupFilterInput:[LookupFilterInput] ",
49
49
  "required": false,
50
- "responseStr": "filters:$LookupFilterInput ",
50
+ "responseStr": "filters:$lookupFilterInput ",
51
51
  "type": {
52
52
  "definition": {
53
53
  "description": null,
@@ -158,7 +158,7 @@
158
158
  "name": "LookupFilterInput",
159
159
  "non_null": false
160
160
  },
161
- "varName": "LookupFilterInput"
161
+ "varName": "lookupFilterInput"
162
162
  },
163
163
  "from": {
164
164
  "defaultValue": "0",
@@ -222,9 +222,9 @@
222
222
  "id_str": "parent",
223
223
  "name": "parent",
224
224
  "path": "parent",
225
- "requestStr": "$EntityInput:EntityInput ",
225
+ "requestStr": "$entityInput:EntityInput ",
226
226
  "required": false,
227
- "responseStr": "parent:$EntityInput ",
227
+ "responseStr": "parent:$entityInput ",
228
228
  "type": {
229
229
  "definition": {
230
230
  "description": null,
@@ -456,7 +456,7 @@
456
456
  "name": "EntityInput",
457
457
  "non_null": false
458
458
  },
459
- "varName": "EntityInput"
459
+ "varName": "entityInput"
460
460
  },
461
461
  "search": {
462
462
  "defaultValue": "\"\"",
@@ -482,9 +482,9 @@
482
482
  "id_str": "sort",
483
483
  "name": "sort",
484
484
  "path": "sort",
485
- "requestStr": "$SortInput:[SortInput] ",
485
+ "requestStr": "$sortInput:[SortInput] ",
486
486
  "required": false,
487
- "responseStr": "sort:$SortInput ",
487
+ "responseStr": "sort:$sortInput ",
488
488
  "type": {
489
489
  "definition": {
490
490
  "description": null,
@@ -565,7 +565,7 @@
565
565
  "name": "SortInput",
566
566
  "non_null": false
567
567
  },
568
- "varName": "SortInput"
568
+ "varName": "sortInput"
569
569
  },
570
570
  "type": {
571
571
  "defaultValue": null,
@@ -753,15 +753,54 @@
753
753
  "isDeprecated": false,
754
754
  "name": "entityLookup",
755
755
  "operationArgs": {
756
- "EntityInput": {
756
+ "accountID": {
757
+ "defaultValue": null,
758
+ "description": "The account ID (or 0 for non-authenticated requests)",
759
+ "id_str": "accountID",
760
+ "name": "accountID",
761
+ "path": "accountID",
762
+ "requestStr": "$accountID:ID! ",
763
+ "required": true,
764
+ "responseStr": "accountID:$accountID ",
765
+ "type": {
766
+ "kind": [
767
+ "NON_NULL",
768
+ "SCALAR"
769
+ ],
770
+ "name": "ID",
771
+ "non_null": false
772
+ },
773
+ "varName": "accountID"
774
+ },
775
+ "entityIDs": {
776
+ "defaultValue": null,
777
+ "description": "Adds additional search criteria to fetch by the selected list of entity IDs. This option is not\nuniversally available, and may not be applicable specific Entity types. If used on non applicable entity\ntype, an error will be generated.",
778
+ "id_str": "entityIDs",
779
+ "name": "entityIDs",
780
+ "path": "entityIDs",
781
+ "requestStr": "$entityIDs:[ID!] ",
782
+ "required": false,
783
+ "responseStr": "entityIDs:$entityIDs ",
784
+ "type": {
785
+ "kind": [
786
+ "LIST",
787
+ "NON_NULL",
788
+ "SCALAR"
789
+ ],
790
+ "name": "ID",
791
+ "non_null": false
792
+ },
793
+ "varName": "entityIDs"
794
+ },
795
+ "entityInput": {
757
796
  "defaultValue": null,
758
797
  "description": "Return items under a parent entity (can be site, vpn user, etc),\nused to filter for networks that belong to a specific site for example",
759
798
  "id_str": "parent",
760
799
  "name": "parent",
761
800
  "path": "parent",
762
- "requestStr": "$EntityInput:EntityInput ",
801
+ "requestStr": "$entityInput:EntityInput ",
763
802
  "required": false,
764
- "responseStr": "parent:$EntityInput ",
803
+ "responseStr": "parent:$entityInput ",
765
804
  "type": {
766
805
  "definition": {
767
806
  "description": null,
@@ -993,17 +1032,73 @@
993
1032
  "name": "EntityInput",
994
1033
  "non_null": false
995
1034
  },
996
- "varName": "EntityInput"
1035
+ "varName": "entityInput"
1036
+ },
1037
+ "from": {
1038
+ "defaultValue": "0",
1039
+ "description": "Sets the offset number of items (for paging)",
1040
+ "id_str": "from",
1041
+ "name": "from",
1042
+ "path": "from",
1043
+ "requestStr": "$from:Int ",
1044
+ "required": false,
1045
+ "responseStr": "from:$from ",
1046
+ "type": {
1047
+ "kind": [
1048
+ "SCALAR"
1049
+ ],
1050
+ "name": "Int",
1051
+ "non_null": false
1052
+ },
1053
+ "varName": "from"
1054
+ },
1055
+ "helperFields": {
1056
+ "defaultValue": null,
1057
+ "description": "Additional helper fields",
1058
+ "id_str": "helperFields",
1059
+ "name": "helperFields",
1060
+ "path": "helperFields",
1061
+ "requestStr": "$helperFields:[String!] ",
1062
+ "required": false,
1063
+ "responseStr": "helperFields:$helperFields ",
1064
+ "type": {
1065
+ "kind": [
1066
+ "LIST",
1067
+ "NON_NULL",
1068
+ "SCALAR"
1069
+ ],
1070
+ "name": "String",
1071
+ "non_null": false
1072
+ },
1073
+ "varName": "helperFields"
997
1074
  },
998
- "LookupFilterInput": {
1075
+ "limit": {
1076
+ "defaultValue": "50",
1077
+ "description": "Sets the maximum number of items to retrieve",
1078
+ "id_str": "limit",
1079
+ "name": "limit",
1080
+ "path": "limit",
1081
+ "requestStr": "$limit:Int ",
1082
+ "required": false,
1083
+ "responseStr": "limit:$limit ",
1084
+ "type": {
1085
+ "kind": [
1086
+ "SCALAR"
1087
+ ],
1088
+ "name": "Int",
1089
+ "non_null": false
1090
+ },
1091
+ "varName": "limit"
1092
+ },
1093
+ "lookupFilterInput": {
999
1094
  "defaultValue": null,
1000
1095
  "description": "Custom filters for entityLookup",
1001
1096
  "id_str": "filters",
1002
1097
  "name": "filters",
1003
1098
  "path": "filters",
1004
- "requestStr": "$LookupFilterInput:[LookupFilterInput] ",
1099
+ "requestStr": "$lookupFilterInput:[LookupFilterInput] ",
1005
1100
  "required": false,
1006
- "responseStr": "filters:$LookupFilterInput ",
1101
+ "responseStr": "filters:$lookupFilterInput ",
1007
1102
  "type": {
1008
1103
  "definition": {
1009
1104
  "description": null,
@@ -1114,17 +1209,35 @@
1114
1209
  "name": "LookupFilterInput",
1115
1210
  "non_null": false
1116
1211
  },
1117
- "varName": "LookupFilterInput"
1212
+ "varName": "lookupFilterInput"
1213
+ },
1214
+ "search": {
1215
+ "defaultValue": "\"\"",
1216
+ "description": "Adds additional search parameters for the lookup. Available options:\ncountry lookup: \"removeExcluded\" to return only allowed countries\ncountryState lookup: country code (\"US\", \"CN\", etc) to get country's states",
1217
+ "id_str": "search",
1218
+ "name": "search",
1219
+ "path": "search",
1220
+ "requestStr": "$search:String ",
1221
+ "required": false,
1222
+ "responseStr": "search:$search ",
1223
+ "type": {
1224
+ "kind": [
1225
+ "SCALAR"
1226
+ ],
1227
+ "name": "String",
1228
+ "non_null": false
1229
+ },
1230
+ "varName": "search"
1118
1231
  },
1119
- "SortInput": {
1232
+ "sortInput": {
1120
1233
  "defaultValue": null,
1121
1234
  "description": "Adds additional sort criteria(s) for the lookup.\nThis option is not universally available, and may not be applicable specific Entity types.",
1122
1235
  "id_str": "sort",
1123
1236
  "name": "sort",
1124
1237
  "path": "sort",
1125
- "requestStr": "$SortInput:[SortInput] ",
1238
+ "requestStr": "$sortInput:[SortInput] ",
1126
1239
  "required": false,
1127
- "responseStr": "sort:$SortInput ",
1240
+ "responseStr": "sort:$sortInput ",
1128
1241
  "type": {
1129
1242
  "definition": {
1130
1243
  "description": null,
@@ -1205,120 +1318,7 @@
1205
1318
  "name": "SortInput",
1206
1319
  "non_null": false
1207
1320
  },
1208
- "varName": "SortInput"
1209
- },
1210
- "accountID": {
1211
- "defaultValue": null,
1212
- "description": "The account ID (or 0 for non-authenticated requests)",
1213
- "id_str": "accountID",
1214
- "name": "accountID",
1215
- "path": "accountID",
1216
- "requestStr": "$accountID:ID! ",
1217
- "required": true,
1218
- "responseStr": "accountID:$accountID ",
1219
- "type": {
1220
- "kind": [
1221
- "NON_NULL",
1222
- "SCALAR"
1223
- ],
1224
- "name": "ID",
1225
- "non_null": false
1226
- },
1227
- "varName": "accountID"
1228
- },
1229
- "entityIDs": {
1230
- "defaultValue": null,
1231
- "description": "Adds additional search criteria to fetch by the selected list of entity IDs. This option is not\nuniversally available, and may not be applicable specific Entity types. If used on non applicable entity\ntype, an error will be generated.",
1232
- "id_str": "entityIDs",
1233
- "name": "entityIDs",
1234
- "path": "entityIDs",
1235
- "requestStr": "$entityIDs:[ID!] ",
1236
- "required": false,
1237
- "responseStr": "entityIDs:$entityIDs ",
1238
- "type": {
1239
- "kind": [
1240
- "LIST",
1241
- "NON_NULL",
1242
- "SCALAR"
1243
- ],
1244
- "name": "ID",
1245
- "non_null": false
1246
- },
1247
- "varName": "entityIDs"
1248
- },
1249
- "from": {
1250
- "defaultValue": "0",
1251
- "description": "Sets the offset number of items (for paging)",
1252
- "id_str": "from",
1253
- "name": "from",
1254
- "path": "from",
1255
- "requestStr": "$from:Int ",
1256
- "required": false,
1257
- "responseStr": "from:$from ",
1258
- "type": {
1259
- "kind": [
1260
- "SCALAR"
1261
- ],
1262
- "name": "Int",
1263
- "non_null": false
1264
- },
1265
- "varName": "from"
1266
- },
1267
- "helperFields": {
1268
- "defaultValue": null,
1269
- "description": "Additional helper fields",
1270
- "id_str": "helperFields",
1271
- "name": "helperFields",
1272
- "path": "helperFields",
1273
- "requestStr": "$helperFields:[String!] ",
1274
- "required": false,
1275
- "responseStr": "helperFields:$helperFields ",
1276
- "type": {
1277
- "kind": [
1278
- "LIST",
1279
- "NON_NULL",
1280
- "SCALAR"
1281
- ],
1282
- "name": "String",
1283
- "non_null": false
1284
- },
1285
- "varName": "helperFields"
1286
- },
1287
- "limit": {
1288
- "defaultValue": "50",
1289
- "description": "Sets the maximum number of items to retrieve",
1290
- "id_str": "limit",
1291
- "name": "limit",
1292
- "path": "limit",
1293
- "requestStr": "$limit:Int ",
1294
- "required": false,
1295
- "responseStr": "limit:$limit ",
1296
- "type": {
1297
- "kind": [
1298
- "SCALAR"
1299
- ],
1300
- "name": "Int",
1301
- "non_null": false
1302
- },
1303
- "varName": "limit"
1304
- },
1305
- "search": {
1306
- "defaultValue": "\"\"",
1307
- "description": "Adds additional search parameters for the lookup. Available options:\ncountry lookup: \"removeExcluded\" to return only allowed countries\ncountryState lookup: country code (\"US\", \"CN\", etc) to get country's states",
1308
- "id_str": "search",
1309
- "name": "search",
1310
- "path": "search",
1311
- "requestStr": "$search:String ",
1312
- "required": false,
1313
- "responseStr": "search:$search ",
1314
- "type": {
1315
- "kind": [
1316
- "SCALAR"
1317
- ],
1318
- "name": "String",
1319
- "non_null": false
1320
- },
1321
- "varName": "search"
1321
+ "varName": "sortInput"
1322
1322
  },
1323
1323
  "type": {
1324
1324
  "defaultValue": null,
@@ -1510,9 +1510,9 @@
1510
1510
  "isDeprecated": false,
1511
1511
  "name": "items",
1512
1512
  "path": "items",
1513
- "requestStr": "$EntityInfo:[EntityInfo]! ",
1513
+ "requestStr": "$entityInfo:[EntityInfo]! ",
1514
1514
  "required": true,
1515
- "responseStr": "items:$EntityInfo ",
1515
+ "responseStr": "items:$entityInfo ",
1516
1516
  "type": {
1517
1517
  "definition": {
1518
1518
  "description": null,
@@ -1540,7 +1540,7 @@
1540
1540
  "varName": "description"
1541
1541
  },
1542
1542
  "entity": {
1543
- "alias": "EntityEntity: entity",
1543
+ "alias": "entityEntity: entity",
1544
1544
  "args": {},
1545
1545
  "deprecationReason": null,
1546
1546
  "description": null,
@@ -1548,9 +1548,9 @@
1548
1548
  "isDeprecated": false,
1549
1549
  "name": "entity",
1550
1550
  "path": "items.entity",
1551
- "requestStr": "$Entity:Entity! ",
1551
+ "requestStr": "$entity:Entity! ",
1552
1552
  "required": true,
1553
- "responseStr": "entity:$Entity ",
1553
+ "responseStr": "entity:$entity ",
1554
1554
  "type": {
1555
1555
  "definition": {
1556
1556
  "description": null,
@@ -1598,7 +1598,7 @@
1598
1598
  "varName": "name"
1599
1599
  },
1600
1600
  "type": {
1601
- "alias": "EntityTypeType: type",
1601
+ "alias": "entityTypeType: type",
1602
1602
  "args": {},
1603
1603
  "deprecationReason": null,
1604
1604
  "description": null,
@@ -1790,7 +1790,7 @@
1790
1790
  "name": "Entity",
1791
1791
  "non_null": false
1792
1792
  },
1793
- "varName": "Entity"
1793
+ "varName": "entity"
1794
1794
  },
1795
1795
  "helperFields": {
1796
1796
  "args": {},
@@ -1830,7 +1830,7 @@
1830
1830
  "name": "EntityInfo",
1831
1831
  "non_null": false
1832
1832
  },
1833
- "varName": "EntityInfo"
1833
+ "varName": "entityInfo"
1834
1834
  },
1835
1835
  "total": {
1836
1836
  "args": {},
@@ -1868,7 +1868,10 @@
1868
1868
  "non_null": false
1869
1869
  },
1870
1870
  "variablesPayload": {
1871
- "EntityInput": {
1871
+ "entityIDs": [
1872
+ "ID"
1873
+ ],
1874
+ "entityInput": {
1872
1875
  "id": {
1873
1876
  "id": "ID"
1874
1877
  },
@@ -1879,7 +1882,12 @@
1879
1882
  "type": "enum(EntityType)"
1880
1883
  }
1881
1884
  },
1882
- "LookupFilterInput": {
1885
+ "from": "Int",
1886
+ "helperFields": [
1887
+ "String"
1888
+ ],
1889
+ "limit": "Int",
1890
+ "lookupFilterInput": {
1883
1891
  "filter": {
1884
1892
  "filter": "enum(LookupFilterType)"
1885
1893
  },
@@ -1887,7 +1895,8 @@
1887
1895
  "value": "String"
1888
1896
  }
1889
1897
  },
1890
- "SortInput": {
1898
+ "search": "String",
1899
+ "sortInput": {
1891
1900
  "field": {
1892
1901
  "field": "String"
1893
1902
  },
@@ -1895,15 +1904,6 @@
1895
1904
  "order": "enum(DirectionInput)"
1896
1905
  }
1897
1906
  },
1898
- "entityIDs": [
1899
- "ID"
1900
- ],
1901
- "from": "Int",
1902
- "helperFields": [
1903
- "String"
1904
- ],
1905
- "limit": "Int",
1906
- "search": "String",
1907
1907
  "type": "enum(EntityType)"
1908
1908
  }
1909
1909
  }