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
models/query.events.json CHANGED
@@ -25,9 +25,9 @@
25
25
  "id_str": "dimensions",
26
26
  "name": "dimensions",
27
27
  "path": "dimensions",
28
- "requestStr": "$EventsDimension:[EventsDimension] ",
28
+ "requestStr": "$eventsDimension:[EventsDimension] ",
29
29
  "required": false,
30
- "responseStr": "dimensions:$EventsDimension ",
30
+ "responseStr": "dimensions:$eventsDimension ",
31
31
  "type": {
32
32
  "definition": {
33
33
  "description": null,
@@ -1417,7 +1417,7 @@
1417
1417
  "name": "EventsDimension",
1418
1418
  "non_null": false
1419
1419
  },
1420
- "varName": "EventsDimension"
1420
+ "varName": "eventsDimension"
1421
1421
  },
1422
1422
  "filters": {
1423
1423
  "defaultValue": null,
@@ -1425,9 +1425,9 @@
1425
1425
  "id_str": "filters",
1426
1426
  "name": "filters",
1427
1427
  "path": "filters",
1428
- "requestStr": "$EventsFilter:[EventsFilter!] ",
1428
+ "requestStr": "$eventsFilter:[EventsFilter!] ",
1429
1429
  "required": false,
1430
- "responseStr": "filters:$EventsFilter ",
1430
+ "responseStr": "filters:$eventsFilter ",
1431
1431
  "type": {
1432
1432
  "definition": {
1433
1433
  "description": null,
@@ -2942,7 +2942,7 @@
2942
2942
  "name": "EventsFilter",
2943
2943
  "non_null": false
2944
2944
  },
2945
- "varName": "EventsFilter"
2945
+ "varName": "eventsFilter"
2946
2946
  },
2947
2947
  "measures": {
2948
2948
  "defaultValue": null,
@@ -2950,9 +2950,9 @@
2950
2950
  "id_str": "measures",
2951
2951
  "name": "measures",
2952
2952
  "path": "measures",
2953
- "requestStr": "$EventsMeasure:[EventsMeasure] ",
2953
+ "requestStr": "$eventsMeasure:[EventsMeasure] ",
2954
2954
  "required": false,
2955
- "responseStr": "measures:$EventsMeasure ",
2955
+ "responseStr": "measures:$eventsMeasure ",
2956
2956
  "type": {
2957
2957
  "definition": {
2958
2958
  "description": null,
@@ -4451,7 +4451,7 @@
4451
4451
  "name": "EventsMeasure",
4452
4452
  "non_null": false
4453
4453
  },
4454
- "varName": "EventsMeasure"
4454
+ "varName": "eventsMeasure"
4455
4455
  },
4456
4456
  "sort": {
4457
4457
  "defaultValue": null,
@@ -4459,9 +4459,9 @@
4459
4459
  "id_str": "sort",
4460
4460
  "name": "sort",
4461
4461
  "path": "sort",
4462
- "requestStr": "$EventsSort:[EventsSort!] ",
4462
+ "requestStr": "$eventsSort:[EventsSort!] ",
4463
4463
  "required": false,
4464
- "responseStr": "sort:$EventsSort ",
4464
+ "responseStr": "sort:$eventsSort ",
4465
4465
  "type": {
4466
4466
  "definition": {
4467
4467
  "description": null,
@@ -5895,7 +5895,7 @@
5895
5895
  "name": "EventsSort",
5896
5896
  "non_null": false
5897
5897
  },
5898
- "varName": "EventsSort"
5898
+ "varName": "eventsSort"
5899
5899
  },
5900
5900
  "timeFrame": {
5901
5901
  "defaultValue": null,
@@ -5925,15 +5925,34 @@
5925
5925
  "isDeprecated": false,
5926
5926
  "name": "events",
5927
5927
  "operationArgs": {
5928
- "EventsDimension": {
5928
+ "accountID": {
5929
+ "defaultValue": null,
5930
+ "description": "Account ID",
5931
+ "id_str": "accountID",
5932
+ "name": "accountID",
5933
+ "path": "accountID",
5934
+ "requestStr": "$accountID:ID! ",
5935
+ "required": true,
5936
+ "responseStr": "accountID:$accountID ",
5937
+ "type": {
5938
+ "kind": [
5939
+ "NON_NULL",
5940
+ "SCALAR"
5941
+ ],
5942
+ "name": "ID",
5943
+ "non_null": false
5944
+ },
5945
+ "varName": "accountID"
5946
+ },
5947
+ "eventsDimension": {
5929
5948
  "defaultValue": null,
5930
5949
  "description": null,
5931
5950
  "id_str": "dimensions",
5932
5951
  "name": "dimensions",
5933
5952
  "path": "dimensions",
5934
- "requestStr": "$EventsDimension:[EventsDimension] ",
5953
+ "requestStr": "$eventsDimension:[EventsDimension] ",
5935
5954
  "required": false,
5936
- "responseStr": "dimensions:$EventsDimension ",
5955
+ "responseStr": "dimensions:$eventsDimension ",
5937
5956
  "type": {
5938
5957
  "definition": {
5939
5958
  "description": null,
@@ -7323,17 +7342,17 @@
7323
7342
  "name": "EventsDimension",
7324
7343
  "non_null": false
7325
7344
  },
7326
- "varName": "EventsDimension"
7345
+ "varName": "eventsDimension"
7327
7346
  },
7328
- "EventsFilter": {
7347
+ "eventsFilter": {
7329
7348
  "defaultValue": null,
7330
7349
  "description": null,
7331
7350
  "id_str": "filters",
7332
7351
  "name": "filters",
7333
7352
  "path": "filters",
7334
- "requestStr": "$EventsFilter:[EventsFilter!] ",
7353
+ "requestStr": "$eventsFilter:[EventsFilter!] ",
7335
7354
  "required": false,
7336
- "responseStr": "filters:$EventsFilter ",
7355
+ "responseStr": "filters:$eventsFilter ",
7337
7356
  "type": {
7338
7357
  "definition": {
7339
7358
  "description": null,
@@ -8848,17 +8867,17 @@
8848
8867
  "name": "EventsFilter",
8849
8868
  "non_null": false
8850
8869
  },
8851
- "varName": "EventsFilter"
8870
+ "varName": "eventsFilter"
8852
8871
  },
8853
- "EventsMeasure": {
8872
+ "eventsMeasure": {
8854
8873
  "defaultValue": null,
8855
8874
  "description": null,
8856
8875
  "id_str": "measures",
8857
8876
  "name": "measures",
8858
8877
  "path": "measures",
8859
- "requestStr": "$EventsMeasure:[EventsMeasure] ",
8878
+ "requestStr": "$eventsMeasure:[EventsMeasure] ",
8860
8879
  "required": false,
8861
- "responseStr": "measures:$EventsMeasure ",
8880
+ "responseStr": "measures:$eventsMeasure ",
8862
8881
  "type": {
8863
8882
  "definition": {
8864
8883
  "description": null,
@@ -10357,17 +10376,17 @@
10357
10376
  "name": "EventsMeasure",
10358
10377
  "non_null": false
10359
10378
  },
10360
- "varName": "EventsMeasure"
10379
+ "varName": "eventsMeasure"
10361
10380
  },
10362
- "EventsSort": {
10381
+ "eventsSort": {
10363
10382
  "defaultValue": null,
10364
10383
  "description": null,
10365
10384
  "id_str": "sort",
10366
10385
  "name": "sort",
10367
10386
  "path": "sort",
10368
- "requestStr": "$EventsSort:[EventsSort!] ",
10387
+ "requestStr": "$eventsSort:[EventsSort!] ",
10369
10388
  "required": false,
10370
- "responseStr": "sort:$EventsSort ",
10389
+ "responseStr": "sort:$eventsSort ",
10371
10390
  "type": {
10372
10391
  "definition": {
10373
10392
  "description": null,
@@ -11801,26 +11820,7 @@
11801
11820
  "name": "EventsSort",
11802
11821
  "non_null": false
11803
11822
  },
11804
- "varName": "EventsSort"
11805
- },
11806
- "accountID": {
11807
- "defaultValue": null,
11808
- "description": "Account ID",
11809
- "id_str": "accountID",
11810
- "name": "accountID",
11811
- "path": "accountID",
11812
- "requestStr": "$accountID:ID! ",
11813
- "required": true,
11814
- "responseStr": "accountID:$accountID ",
11815
- "type": {
11816
- "kind": [
11817
- "NON_NULL",
11818
- "SCALAR"
11819
- ],
11820
- "name": "ID",
11821
- "non_null": false
11822
- },
11823
- "varName": "accountID"
11823
+ "varName": "eventsSort"
11824
11824
  },
11825
11825
  "from": {
11826
11826
  "defaultValue": null,
@@ -11969,9 +11969,9 @@
11969
11969
  "isDeprecated": false,
11970
11970
  "name": "records",
11971
11971
  "path": "records",
11972
- "requestStr": "$EventsRecord:[EventsRecord] ",
11972
+ "requestStr": "$eventsRecord:[EventsRecord] ",
11973
11973
  "required": false,
11974
- "responseStr": "records:$EventsRecord ",
11974
+ "responseStr": "records:$eventsRecord ",
11975
11975
  "type": {
11976
11976
  "definition": {
11977
11977
  "description": null,
@@ -12056,7 +12056,7 @@
12056
12056
  "name": "EventsRecord",
12057
12057
  "non_null": false
12058
12058
  },
12059
- "varName": "EventsRecord"
12059
+ "varName": "eventsRecord"
12060
12060
  },
12061
12061
  "to": {
12062
12062
  "args": {},
@@ -12133,12 +12133,12 @@
12133
12133
  "non_null": false
12134
12134
  },
12135
12135
  "variablesPayload": {
12136
- "EventsDimension": {
12136
+ "eventsDimension": {
12137
12137
  "fieldName": {
12138
12138
  "fieldName": "enum(EventFieldName)"
12139
12139
  }
12140
12140
  },
12141
- "EventsFilter": {
12141
+ "eventsFilter": {
12142
12142
  "fieldName": {
12143
12143
  "fieldName": "enum(EventFieldName)"
12144
12144
  },
@@ -12151,7 +12151,7 @@
12151
12151
  ]
12152
12152
  }
12153
12153
  },
12154
- "EventsMeasure": {
12154
+ "eventsMeasure": {
12155
12155
  "aggType": {
12156
12156
  "aggType": "enum(AggregationType)"
12157
12157
  },
@@ -12162,7 +12162,7 @@
12162
12162
  "trend": "Boolean"
12163
12163
  }
12164
12164
  },
12165
- "EventsSort": {
12165
+ "eventsSort": {
12166
12166
  "fieldName": {
12167
12167
  "fieldName": "enum(EventFieldName)"
12168
12168
  },
@@ -26,9 +26,9 @@
26
26
  "id_str": "filters",
27
27
  "name": "filters",
28
28
  "path": "filters",
29
- "requestStr": "$EventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
29
+ "requestStr": "$eventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
30
30
  "required": false,
31
- "responseStr": "filters:$EventFeedFieldFilterInput ",
31
+ "responseStr": "filters:$eventFeedFieldFilterInput ",
32
32
  "type": {
33
33
  "definition": {
34
34
  "description": null,
@@ -168,7 +168,7 @@
168
168
  "name": "EventFeedFieldFilterInput",
169
169
  "non_null": false
170
170
  },
171
- "varName": "EventFeedFieldFilterInput"
171
+ "varName": "eventFeedFieldFilterInput"
172
172
  },
173
173
  "marker": {
174
174
  "defaultValue": null,
@@ -198,15 +198,35 @@
198
198
  "isDeprecated": false,
199
199
  "name": "eventsFeed",
200
200
  "operationArgs": {
201
- "EventFeedFieldFilterInput": {
201
+ "accountIDs": {
202
+ "defaultValue": null,
203
+ "description": "List of Unique Account Identifiers.",
204
+ "id_str": "accountIDs",
205
+ "name": "accountIDs",
206
+ "path": "accountIDs",
207
+ "requestStr": "$accountIDs:[ID!] ",
208
+ "required": false,
209
+ "responseStr": "accountIDs:$accountIDs ",
210
+ "type": {
211
+ "kind": [
212
+ "LIST",
213
+ "NON_NULL",
214
+ "SCALAR"
215
+ ],
216
+ "name": "ID",
217
+ "non_null": false
218
+ },
219
+ "varName": "accountIDs"
220
+ },
221
+ "eventFeedFieldFilterInput": {
202
222
  "defaultValue": null,
203
223
  "description": null,
204
224
  "id_str": "filters",
205
225
  "name": "filters",
206
226
  "path": "filters",
207
- "requestStr": "$EventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
227
+ "requestStr": "$eventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
208
228
  "required": false,
209
- "responseStr": "filters:$EventFeedFieldFilterInput ",
229
+ "responseStr": "filters:$eventFeedFieldFilterInput ",
210
230
  "type": {
211
231
  "definition": {
212
232
  "description": null,
@@ -346,27 +366,7 @@
346
366
  "name": "EventFeedFieldFilterInput",
347
367
  "non_null": false
348
368
  },
349
- "varName": "EventFeedFieldFilterInput"
350
- },
351
- "accountIDs": {
352
- "defaultValue": null,
353
- "description": "List of Unique Account Identifiers.",
354
- "id_str": "accountIDs",
355
- "name": "accountIDs",
356
- "path": "accountIDs",
357
- "requestStr": "$accountIDs:[ID!] ",
358
- "required": false,
359
- "responseStr": "accountIDs:$accountIDs ",
360
- "type": {
361
- "kind": [
362
- "LIST",
363
- "NON_NULL",
364
- "SCALAR"
365
- ],
366
- "name": "ID",
367
- "non_null": false
368
- },
369
- "varName": "accountIDs"
369
+ "varName": "eventFeedFieldFilterInput"
370
370
  },
371
371
  "fieldNames": {
372
372
  "defaultValue": null,
@@ -1771,9 +1771,9 @@
1771
1771
  "isDeprecated": false,
1772
1772
  "name": "accounts",
1773
1773
  "path": "accounts",
1774
- "requestStr": "$EventsFeedAccountRecords:[EventsFeedAccountRecords] ",
1774
+ "requestStr": "$eventsFeedAccountRecords:[EventsFeedAccountRecords] ",
1775
1775
  "required": false,
1776
- "responseStr": "accounts:$EventsFeedAccountRecords ",
1776
+ "responseStr": "accounts:$eventsFeedAccountRecords ",
1777
1777
  "type": {
1778
1778
  "definition": {
1779
1779
  "description": null,
@@ -1820,7 +1820,7 @@
1820
1820
  "varName": "id"
1821
1821
  },
1822
1822
  "records": {
1823
- "alias": "EventRecordRecords: records",
1823
+ "alias": "eventRecordRecords: records",
1824
1824
  "args": {
1825
1825
  "records___fieldNames": {
1826
1826
  "defaultValue": null,
@@ -3199,9 +3199,9 @@
3199
3199
  "isDeprecated": false,
3200
3200
  "name": "records",
3201
3201
  "path": "accounts.records",
3202
- "requestStr": "$EventRecord:[EventRecord] ",
3202
+ "requestStr": "$eventRecord:[EventRecord] ",
3203
3203
  "required": false,
3204
- "responseStr": "records:$EventRecord ",
3204
+ "responseStr": "records:$eventRecord ",
3205
3205
  "type": {
3206
3206
  "definition": {
3207
3207
  "description": null,
@@ -3266,7 +3266,7 @@
3266
3266
  "name": "EventRecord",
3267
3267
  "non_null": false
3268
3268
  },
3269
- "varName": "EventRecord"
3269
+ "varName": "eventRecord"
3270
3270
  }
3271
3271
  },
3272
3272
  "inputFields": null,
@@ -3283,7 +3283,7 @@
3283
3283
  "name": "EventsFeedAccountRecords",
3284
3284
  "non_null": false
3285
3285
  },
3286
- "varName": "EventsFeedAccountRecords"
3286
+ "varName": "eventsFeedAccountRecords"
3287
3287
  },
3288
3288
  "fetchedCount": {
3289
3289
  "args": {},
@@ -3341,7 +3341,10 @@
3341
3341
  "non_null": false
3342
3342
  },
3343
3343
  "variablesPayload": {
3344
- "EventFeedFieldFilterInput": {
3344
+ "accountIDs": [
3345
+ "ID"
3346
+ ],
3347
+ "eventFeedFieldFilterInput": {
3345
3348
  "fieldName": {
3346
3349
  "fieldName": "enum(EventFeedFilterFieldName)"
3347
3350
  },
@@ -3354,9 +3357,6 @@
3354
3357
  ]
3355
3358
  }
3356
3359
  },
3357
- "accountIDs": [
3358
- "ID"
3359
- ],
3360
3360
  "fieldNames": "enum(EventFieldName)",
3361
3361
  "marker": "String"
3362
3362
  }