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
@@ -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
  }