catocli 1.0.14__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 (164) hide show
  1. catocli/Utils/clidriver.py +5 -1
  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_internetFirewall_addRule/README.md +3 -3
  12. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  23. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  35. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  36. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  37. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  38. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  39. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  40. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  41. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  42. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  43. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  44. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  45. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  46. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  47. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  48. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  49. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  50. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  51. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  52. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  53. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  54. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  55. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  56. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  57. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  61. catocli/parsers/parserApiClient.py +7 -4
  62. catocli/parsers/query_accountManagement/README.md +16 -0
  63. catocli/parsers/query_accountManagement/__init__.py +17 -0
  64. catocli/parsers/query_admins/README.md +2 -2
  65. catocli/parsers/query_appStats/README.md +5 -5
  66. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  67. catocli/parsers/query_auditFeed/README.md +2 -2
  68. catocli/parsers/query_container/README.md +8 -8
  69. catocli/parsers/query_entityLookup/README.md +6 -6
  70. catocli/parsers/query_events/README.md +5 -5
  71. catocli/parsers/query_eventsFeed/README.md +2 -2
  72. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  73. catocli/parsers/query_hardwareManagement/README.md +2 -2
  74. catocli/parsers/query_policy/README.md +3 -3
  75. catocli/parsers/query_xdr_stories/README.md +2 -2
  76. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  77. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
  78. models/mutation.accountManagement.addAccount.json +908 -0
  79. models/mutation.accountManagement.removeAccount.json +446 -0
  80. models/mutation.accountManagement.updateAccount.json +524 -0
  81. models/mutation.admin.addAdmin.json +103 -103
  82. models/mutation.admin.removeAdmin.json +3 -3
  83. models/mutation.admin.updateAdmin.json +121 -121
  84. models/mutation.container.delete.json +67 -67
  85. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  86. models/mutation.policy.internetFirewall.addSection.json +92 -92
  87. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  88. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  89. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  90. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  91. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  92. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  93. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  94. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  95. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  96. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  97. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  98. models/mutation.policy.wanFirewall.addSection.json +92 -92
  99. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  100. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  101. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  102. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  103. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  104. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  105. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  106. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  107. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  108. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  109. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  110. models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
  111. models/mutation.site.addNetworkRange.json +53 -53
  112. models/mutation.site.addSocketSite.json +43 -43
  113. models/mutation.site.addStaticHost.json +33 -33
  114. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
  115. models/mutation.site.removeNetworkRange.json +3 -3
  116. models/mutation.site.removeSite.json +3 -3
  117. models/mutation.site.removeStaticHost.json +3 -3
  118. models/mutation.site.updateHa.json +54 -54
  119. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  120. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  121. models/mutation.site.updateNetworkRange.json +74 -74
  122. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  123. models/mutation.site.updateSocketInterface.json +282 -282
  124. models/mutation.site.updateStaticHost.json +54 -54
  125. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  126. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
  127. models/mutation.sites.addNetworkRange.json +53 -53
  128. models/mutation.sites.addSocketSite.json +43 -43
  129. models/mutation.sites.addStaticHost.json +33 -33
  130. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
  131. models/mutation.sites.removeNetworkRange.json +3 -3
  132. models/mutation.sites.removeSite.json +3 -3
  133. models/mutation.sites.removeStaticHost.json +3 -3
  134. models/mutation.sites.updateHa.json +54 -54
  135. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  136. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  137. models/mutation.sites.updateNetworkRange.json +74 -74
  138. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  139. models/mutation.sites.updateSocketInterface.json +282 -282
  140. models/mutation.sites.updateStaticHost.json +54 -54
  141. models/query.accountManagement.json +355 -0
  142. models/query.accountMetrics.json +235 -235
  143. models/query.accountRoles.json +3 -3
  144. models/query.accountSnapshot.json +116 -116
  145. models/query.admin.json +24 -24
  146. models/query.admins.json +138 -138
  147. models/query.appStats.json +92 -92
  148. models/query.appStatsTimeSeries.json +78 -78
  149. models/query.auditFeed.json +77 -77
  150. models/query.container.json +192 -192
  151. models/query.entityLookup.json +154 -154
  152. models/query.events.json +54 -54
  153. models/query.eventsFeed.json +38 -38
  154. models/query.eventsTimeSeries.json +78 -78
  155. models/query.hardwareManagement.json +125 -125
  156. models/query.licensing.json +735 -177
  157. models/query.policy.json +1502 -970
  158. models/query.xdr.stories.json +842 -842
  159. models/query.xdr.story.json +610 -610
  160. schema/catolib.py +1 -11
  161. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  162. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  163. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
  164. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
@@ -26,9 +26,9 @@
26
26
  "id_str": "filters",
27
27
  "name": "filters",
28
28
  "path": "filters",
29
- "requestStr": "$AuditFieldFilterInput:[AuditFieldFilterInput!] ",
29
+ "requestStr": "$auditFieldFilterInput:[AuditFieldFilterInput!] ",
30
30
  "required": false,
31
- "responseStr": "filters:$AuditFieldFilterInput ",
31
+ "responseStr": "filters:$auditFieldFilterInput ",
32
32
  "type": {
33
33
  "definition": {
34
34
  "description": null,
@@ -41,9 +41,9 @@
41
41
  "id_str": "filters___fieldName",
42
42
  "name": "fieldName",
43
43
  "path": "filters.fieldName",
44
- "requestStr": "$FieldNameInput:FieldNameInput! ",
44
+ "requestStr": "$fieldNameInput:FieldNameInput! ",
45
45
  "required": true,
46
- "responseStr": "fieldName:$FieldNameInput ",
46
+ "responseStr": "fieldName:$fieldNameInput ",
47
47
  "type": {
48
48
  "definition": {
49
49
  "description": "FieldName for the different types of FieldName inputs\nUse the EventFieldName for events, and AuditFieldName for audit",
@@ -56,9 +56,9 @@
56
56
  "id_str": "filters___fieldName___AuditFieldName",
57
57
  "name": "AuditFieldName",
58
58
  "path": "filters.fieldName.AuditFieldName",
59
- "requestStr": "$AuditFieldName:AuditFieldName ",
59
+ "requestStr": "$auditFieldName:AuditFieldName ",
60
60
  "required": false,
61
- "responseStr": "AuditFieldName:$AuditFieldName ",
61
+ "responseStr": "AuditFieldName:$auditFieldName ",
62
62
  "type": {
63
63
  "definition": {
64
64
  "description": null,
@@ -150,7 +150,7 @@
150
150
  "name": "AuditFieldName",
151
151
  "non_null": false
152
152
  },
153
- "varName": "AuditFieldName"
153
+ "varName": "auditFieldName"
154
154
  },
155
155
  "EventFieldName": {
156
156
  "defaultValue": null,
@@ -158,9 +158,9 @@
158
158
  "id_str": "filters___fieldName___EventFieldName",
159
159
  "name": "EventFieldName",
160
160
  "path": "filters.fieldName.EventFieldName",
161
- "requestStr": "$EventFieldName:EventFieldName ",
161
+ "requestStr": "$eventFieldName:EventFieldName ",
162
162
  "required": false,
163
- "responseStr": "EventFieldName:$EventFieldName ",
163
+ "responseStr": "EventFieldName:$eventFieldName ",
164
164
  "type": {
165
165
  "definition": {
166
166
  "description": null,
@@ -1518,7 +1518,7 @@
1518
1518
  "name": "EventFieldName",
1519
1519
  "non_null": false
1520
1520
  },
1521
- "varName": "EventFieldName"
1521
+ "varName": "eventFieldName"
1522
1522
  }
1523
1523
  },
1524
1524
  "interfaces": null,
@@ -1534,7 +1534,7 @@
1534
1534
  "name": "FieldNameInput",
1535
1535
  "non_null": false
1536
1536
  },
1537
- "varName": "FieldNameInput"
1537
+ "varName": "fieldNameInput"
1538
1538
  },
1539
1539
  "operator": {
1540
1540
  "defaultValue": null,
@@ -1650,7 +1650,7 @@
1650
1650
  "name": "AuditFieldFilterInput",
1651
1651
  "non_null": false
1652
1652
  },
1653
- "varName": "AuditFieldFilterInput"
1653
+ "varName": "auditFieldFilterInput"
1654
1654
  },
1655
1655
  "marker": {
1656
1656
  "defaultValue": null,
@@ -1702,15 +1702,35 @@
1702
1702
  "isDeprecated": false,
1703
1703
  "name": "auditFeed",
1704
1704
  "operationArgs": {
1705
- "AuditFieldFilterInput": {
1705
+ "accountIDs": {
1706
+ "defaultValue": null,
1707
+ "description": "List of Unique Account Identifiers.",
1708
+ "id_str": "accountIDs",
1709
+ "name": "accountIDs",
1710
+ "path": "accountIDs",
1711
+ "requestStr": "$accountIDs:[ID!] ",
1712
+ "required": false,
1713
+ "responseStr": "accountIDs:$accountIDs ",
1714
+ "type": {
1715
+ "kind": [
1716
+ "LIST",
1717
+ "NON_NULL",
1718
+ "SCALAR"
1719
+ ],
1720
+ "name": "ID",
1721
+ "non_null": false
1722
+ },
1723
+ "varName": "accountIDs"
1724
+ },
1725
+ "auditFieldFilterInput": {
1706
1726
  "defaultValue": null,
1707
1727
  "description": null,
1708
1728
  "id_str": "filters",
1709
1729
  "name": "filters",
1710
1730
  "path": "filters",
1711
- "requestStr": "$AuditFieldFilterInput:[AuditFieldFilterInput!] ",
1731
+ "requestStr": "$auditFieldFilterInput:[AuditFieldFilterInput!] ",
1712
1732
  "required": false,
1713
- "responseStr": "filters:$AuditFieldFilterInput ",
1733
+ "responseStr": "filters:$auditFieldFilterInput ",
1714
1734
  "type": {
1715
1735
  "definition": {
1716
1736
  "description": null,
@@ -1723,9 +1743,9 @@
1723
1743
  "id_str": "filters___fieldName",
1724
1744
  "name": "fieldName",
1725
1745
  "path": "filters.fieldName",
1726
- "requestStr": "$FieldNameInput:FieldNameInput! ",
1746
+ "requestStr": "$fieldNameInput:FieldNameInput! ",
1727
1747
  "required": true,
1728
- "responseStr": "fieldName:$FieldNameInput ",
1748
+ "responseStr": "fieldName:$fieldNameInput ",
1729
1749
  "type": {
1730
1750
  "definition": {
1731
1751
  "description": "FieldName for the different types of FieldName inputs\nUse the EventFieldName for events, and AuditFieldName for audit",
@@ -1738,9 +1758,9 @@
1738
1758
  "id_str": "filters___fieldName___AuditFieldName",
1739
1759
  "name": "AuditFieldName",
1740
1760
  "path": "filters.fieldName.AuditFieldName",
1741
- "requestStr": "$AuditFieldName:AuditFieldName ",
1761
+ "requestStr": "$auditFieldName:AuditFieldName ",
1742
1762
  "required": false,
1743
- "responseStr": "AuditFieldName:$AuditFieldName ",
1763
+ "responseStr": "AuditFieldName:$auditFieldName ",
1744
1764
  "type": {
1745
1765
  "definition": {
1746
1766
  "description": null,
@@ -1832,7 +1852,7 @@
1832
1852
  "name": "AuditFieldName",
1833
1853
  "non_null": false
1834
1854
  },
1835
- "varName": "AuditFieldName"
1855
+ "varName": "auditFieldName"
1836
1856
  },
1837
1857
  "EventFieldName": {
1838
1858
  "defaultValue": null,
@@ -1840,9 +1860,9 @@
1840
1860
  "id_str": "filters___fieldName___EventFieldName",
1841
1861
  "name": "EventFieldName",
1842
1862
  "path": "filters.fieldName.EventFieldName",
1843
- "requestStr": "$EventFieldName:EventFieldName ",
1863
+ "requestStr": "$eventFieldName:EventFieldName ",
1844
1864
  "required": false,
1845
- "responseStr": "EventFieldName:$EventFieldName ",
1865
+ "responseStr": "EventFieldName:$eventFieldName ",
1846
1866
  "type": {
1847
1867
  "definition": {
1848
1868
  "description": null,
@@ -3200,7 +3220,7 @@
3200
3220
  "name": "EventFieldName",
3201
3221
  "non_null": false
3202
3222
  },
3203
- "varName": "EventFieldName"
3223
+ "varName": "eventFieldName"
3204
3224
  }
3205
3225
  },
3206
3226
  "interfaces": null,
@@ -3216,7 +3236,7 @@
3216
3236
  "name": "FieldNameInput",
3217
3237
  "non_null": false
3218
3238
  },
3219
- "varName": "FieldNameInput"
3239
+ "varName": "fieldNameInput"
3220
3240
  },
3221
3241
  "operator": {
3222
3242
  "defaultValue": null,
@@ -3332,27 +3352,7 @@
3332
3352
  "name": "AuditFieldFilterInput",
3333
3353
  "non_null": false
3334
3354
  },
3335
- "varName": "AuditFieldFilterInput"
3336
- },
3337
- "accountIDs": {
3338
- "defaultValue": null,
3339
- "description": "List of Unique Account Identifiers.",
3340
- "id_str": "accountIDs",
3341
- "name": "accountIDs",
3342
- "path": "accountIDs",
3343
- "requestStr": "$accountIDs:[ID!] ",
3344
- "required": false,
3345
- "responseStr": "accountIDs:$accountIDs ",
3346
- "type": {
3347
- "kind": [
3348
- "LIST",
3349
- "NON_NULL",
3350
- "SCALAR"
3351
- ],
3352
- "name": "ID",
3353
- "non_null": false
3354
- },
3355
- "varName": "accountIDs"
3355
+ "varName": "auditFieldFilterInput"
3356
3356
  },
3357
3357
  "fieldNames": {
3358
3358
  "defaultValue": null,
@@ -3510,9 +3510,9 @@
3510
3510
  "isDeprecated": false,
3511
3511
  "name": "accounts",
3512
3512
  "path": "accounts",
3513
- "requestStr": "$AuditFeedAccountRecords:[AuditFeedAccountRecords] ",
3513
+ "requestStr": "$auditFeedAccountRecords:[AuditFeedAccountRecords] ",
3514
3514
  "required": false,
3515
- "responseStr": "accounts:$AuditFeedAccountRecords ",
3515
+ "responseStr": "accounts:$auditFeedAccountRecords ",
3516
3516
  "type": {
3517
3517
  "definition": {
3518
3518
  "description": null,
@@ -3539,7 +3539,7 @@
3539
3539
  "varName": "id"
3540
3540
  },
3541
3541
  "records": {
3542
- "alias": "AuditRecordRecords: records",
3542
+ "alias": "auditRecordRecords: records",
3543
3543
  "args": {
3544
3544
  "records___fieldNames": {
3545
3545
  "defaultValue": null,
@@ -3652,16 +3652,16 @@
3652
3652
  "isDeprecated": false,
3653
3653
  "name": "records",
3654
3654
  "path": "accounts.records",
3655
- "requestStr": "$AuditRecord:[AuditRecord] ",
3655
+ "requestStr": "$auditRecord:[AuditRecord] ",
3656
3656
  "required": false,
3657
- "responseStr": "records:$AuditRecord ",
3657
+ "responseStr": "records:$auditRecord ",
3658
3658
  "type": {
3659
3659
  "definition": {
3660
3660
  "description": "Represents a single event in the audit database",
3661
3661
  "enumValues": null,
3662
3662
  "fields": {
3663
3663
  "account": {
3664
- "alias": "EntityInfoAccount: account",
3664
+ "alias": "entityInfoAccount: account",
3665
3665
  "args": {},
3666
3666
  "deprecationReason": null,
3667
3667
  "description": null,
@@ -3669,9 +3669,9 @@
3669
3669
  "isDeprecated": false,
3670
3670
  "name": "account",
3671
3671
  "path": "accounts.records.account",
3672
- "requestStr": "$EntityInfo:EntityInfo ",
3672
+ "requestStr": "$entityInfo:EntityInfo ",
3673
3673
  "required": false,
3674
- "responseStr": "account:$EntityInfo ",
3674
+ "responseStr": "account:$entityInfo ",
3675
3675
  "type": {
3676
3676
  "definition": {
3677
3677
  "description": null,
@@ -3706,9 +3706,9 @@
3706
3706
  "isDeprecated": false,
3707
3707
  "name": "entity",
3708
3708
  "path": "accounts.records.account.entity",
3709
- "requestStr": "$Entity:Entity! ",
3709
+ "requestStr": "$entity:Entity! ",
3710
3710
  "required": true,
3711
- "responseStr": "entity:$Entity ",
3711
+ "responseStr": "entity:$entity ",
3712
3712
  "type": {
3713
3713
  "definition": {
3714
3714
  "description": null,
@@ -3756,7 +3756,7 @@
3756
3756
  "varName": "name"
3757
3757
  },
3758
3758
  "type": {
3759
- "alias": "EntityTypeType: type",
3759
+ "alias": "entityTypeType: type",
3760
3760
  "args": {},
3761
3761
  "deprecationReason": null,
3762
3762
  "description": null,
@@ -3948,7 +3948,7 @@
3948
3948
  "name": "Entity",
3949
3949
  "non_null": false
3950
3950
  },
3951
- "varName": "Entity"
3951
+ "varName": "entity"
3952
3952
  },
3953
3953
  "helperFields": {
3954
3954
  "args": {},
@@ -3985,10 +3985,10 @@
3985
3985
  "name": "EntityInfo",
3986
3986
  "non_null": false
3987
3987
  },
3988
- "varName": "EntityInfo"
3988
+ "varName": "entityInfo"
3989
3989
  },
3990
3990
  "admin": {
3991
- "alias": "EntityAdmin: admin",
3991
+ "alias": "entityAdmin: admin",
3992
3992
  "args": {},
3993
3993
  "deprecationReason": null,
3994
3994
  "description": null,
@@ -3996,9 +3996,9 @@
3996
3996
  "isDeprecated": false,
3997
3997
  "name": "admin",
3998
3998
  "path": "accounts.records.admin",
3999
- "requestStr": "$Entity:Entity ",
3999
+ "requestStr": "$entity:Entity ",
4000
4000
  "required": false,
4001
- "responseStr": "admin:$Entity ",
4001
+ "responseStr": "admin:$entity ",
4002
4002
  "type": {
4003
4003
  "definition": {
4004
4004
  "description": null,
@@ -4236,10 +4236,10 @@
4236
4236
  "name": "Entity",
4237
4237
  "non_null": false
4238
4238
  },
4239
- "varName": "Entity"
4239
+ "varName": "entity"
4240
4240
  },
4241
4241
  "apiKey": {
4242
- "alias": "EntityApiKey: apiKey",
4242
+ "alias": "entityApiKey: apiKey",
4243
4243
  "args": {},
4244
4244
  "deprecationReason": null,
4245
4245
  "description": null,
@@ -4247,9 +4247,9 @@
4247
4247
  "isDeprecated": false,
4248
4248
  "name": "apiKey",
4249
4249
  "path": "accounts.records.apiKey",
4250
- "requestStr": "$Entity:Entity ",
4250
+ "requestStr": "$entity:Entity ",
4251
4251
  "required": false,
4252
- "responseStr": "apiKey:$Entity ",
4252
+ "responseStr": "apiKey:$entity ",
4253
4253
  "type": {
4254
4254
  "definition": {
4255
4255
  "description": null,
@@ -4487,7 +4487,7 @@
4487
4487
  "name": "Entity",
4488
4488
  "non_null": false
4489
4489
  },
4490
- "varName": "Entity"
4490
+ "varName": "entity"
4491
4491
  },
4492
4492
  "flatFields": {
4493
4493
  "args": {},
@@ -4513,7 +4513,7 @@
4513
4513
  "varName": "flatFields"
4514
4514
  },
4515
4515
  "object": {
4516
- "alias": "EntityObject: object",
4516
+ "alias": "entityObject: object",
4517
4517
  "args": {},
4518
4518
  "deprecationReason": null,
4519
4519
  "description": null,
@@ -4521,9 +4521,9 @@
4521
4521
  "isDeprecated": false,
4522
4522
  "name": "object",
4523
4523
  "path": "accounts.records.object",
4524
- "requestStr": "$Entity:Entity ",
4524
+ "requestStr": "$entity:Entity ",
4525
4525
  "required": false,
4526
- "responseStr": "object:$Entity ",
4526
+ "responseStr": "object:$entity ",
4527
4527
  "type": {
4528
4528
  "definition": {
4529
4529
  "description": null,
@@ -4761,7 +4761,7 @@
4761
4761
  "name": "Entity",
4762
4762
  "non_null": false
4763
4763
  },
4764
- "varName": "Entity"
4764
+ "varName": "entity"
4765
4765
  },
4766
4766
  "time": {
4767
4767
  "args": {},
@@ -4799,7 +4799,7 @@
4799
4799
  "name": "AuditRecord",
4800
4800
  "non_null": false
4801
4801
  },
4802
- "varName": "AuditRecord"
4802
+ "varName": "auditRecord"
4803
4803
  }
4804
4804
  },
4805
4805
  "inputFields": null,
@@ -4816,7 +4816,7 @@
4816
4816
  "name": "AuditFeedAccountRecords",
4817
4817
  "non_null": false
4818
4818
  },
4819
- "varName": "AuditFeedAccountRecords"
4819
+ "varName": "auditFeedAccountRecords"
4820
4820
  },
4821
4821
  "fetchedCount": {
4822
4822
  "args": {},
@@ -4934,8 +4934,11 @@
4934
4934
  "non_null": false
4935
4935
  },
4936
4936
  "variablesPayload": {
4937
- "AuditFieldFilterInput": {
4938
- "FieldNameInput": {
4937
+ "accountIDs": [
4938
+ "ID"
4939
+ ],
4940
+ "auditFieldFilterInput": {
4941
+ "fieldNameInput": {
4939
4942
  "AuditFieldName": {
4940
4943
  "AuditFieldName": "enum(AuditFieldName)"
4941
4944
  },
@@ -4952,9 +4955,6 @@
4952
4955
  ]
4953
4956
  }
4954
4957
  },
4955
- "accountIDs": [
4956
- "ID"
4957
- ],
4958
4958
  "fieldNames": "enum(AuditFieldName)",
4959
4959
  "marker": "String",
4960
4960
  "timeFrame": "TimeFrame"