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.
- catocli/Utils/clidriver.py +15 -2
- catocli/__init__.py +1 -1
- catocli/parsers/custom/customLib.py +3 -1
- catocli/parsers/mutation_accountManagement/README.md +7 -0
- catocli/parsers/mutation_accountManagement/__init__.py +51 -0
- catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
- catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
- catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
- catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
- catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
- catocli/parsers/mutation_container_delete/README.md +2 -2
- catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
- catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
- catocli/parsers/mutation_site/__init__.py +14 -0
- catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
- catocli/parsers/mutation_site_updateHa/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites/__init__.py +14 -0
- catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
- catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
- catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
- catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
- catocli/parsers/mutation_sites_updateHa/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
- catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
- catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
- catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
- catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
- catocli/parsers/parserApiClient.py +7 -4
- catocli/parsers/query_accountManagement/README.md +16 -0
- catocli/parsers/query_accountManagement/__init__.py +17 -0
- catocli/parsers/query_admins/README.md +2 -2
- catocli/parsers/query_appStats/README.md +5 -5
- catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
- catocli/parsers/query_auditFeed/README.md +2 -2
- catocli/parsers/query_container/README.md +8 -8
- catocli/parsers/query_entityLookup/README.md +6 -6
- catocli/parsers/query_events/README.md +5 -5
- catocli/parsers/query_eventsFeed/README.md +2 -2
- catocli/parsers/query_eventsTimeSeries/README.md +4 -4
- catocli/parsers/query_hardwareManagement/README.md +2 -2
- catocli/parsers/query_policy/README.md +3 -3
- catocli/parsers/query_xdr_stories/README.md +2 -2
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- catocli-1.0.15.dist-info/RECORD +275 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -2
- graphql_client/api_client_types.py +4 -0
- models/mutation.accountManagement.addAccount.json +908 -0
- models/mutation.accountManagement.removeAccount.json +446 -0
- models/mutation.accountManagement.updateAccount.json +524 -0
- models/mutation.admin.addAdmin.json +103 -103
- models/mutation.admin.removeAdmin.json +3 -3
- models/mutation.admin.updateAdmin.json +121 -121
- models/mutation.container.delete.json +67 -67
- models/mutation.policy.internetFirewall.addRule.json +2497 -1889
- models/mutation.policy.internetFirewall.addSection.json +92 -92
- models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.moveRule.json +723 -535
- models/mutation.policy.internetFirewall.moveSection.json +85 -85
- models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
- models/mutation.policy.internetFirewall.removeRule.json +710 -522
- models/mutation.policy.internetFirewall.removeSection.json +72 -72
- models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
- models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
- models/mutation.policy.internetFirewall.updateSection.json +85 -85
- models/mutation.policy.wanFirewall.addRule.json +2577 -1225
- models/mutation.policy.wanFirewall.addSection.json +92 -92
- models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.moveRule.json +789 -444
- models/mutation.policy.wanFirewall.moveSection.json +85 -85
- models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
- models/mutation.policy.wanFirewall.removeRule.json +776 -431
- models/mutation.policy.wanFirewall.removeSection.json +72 -72
- models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
- models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
- models/mutation.policy.wanFirewall.updateSection.json +85 -85
- models/mutation.site.addIpsecIkeV2Site.json +43 -43
- models/mutation.site.addIpsecIkeV2SiteTunnels.json +505 -102
- models/mutation.site.addNetworkRange.json +53 -53
- models/mutation.site.addSocketSite.json +43 -43
- models/mutation.site.addStaticHost.json +33 -33
- models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.site.removeNetworkRange.json +3 -3
- models/mutation.site.removeSite.json +3 -3
- models/mutation.site.removeStaticHost.json +3 -3
- models/mutation.site.updateHa.json +54 -54
- models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.site.updateNetworkRange.json +74 -74
- models/mutation.site.updateSiteGeneralDetails.json +73 -73
- models/mutation.site.updateSocketInterface.json +282 -282
- models/mutation.site.updateStaticHost.json +54 -54
- models/mutation.sites.addIpsecIkeV2Site.json +43 -43
- models/mutation.sites.addIpsecIkeV2SiteTunnels.json +505 -102
- models/mutation.sites.addNetworkRange.json +53 -53
- models/mutation.sites.addSocketSite.json +43 -43
- models/mutation.sites.addStaticHost.json +33 -33
- models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
- models/mutation.sites.removeNetworkRange.json +3 -3
- models/mutation.sites.removeSite.json +3 -3
- models/mutation.sites.removeStaticHost.json +3 -3
- models/mutation.sites.updateHa.json +54 -54
- models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
- models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
- models/mutation.sites.updateNetworkRange.json +74 -74
- models/mutation.sites.updateSiteGeneralDetails.json +73 -73
- models/mutation.sites.updateSocketInterface.json +282 -282
- models/mutation.sites.updateStaticHost.json +54 -54
- models/query.accountManagement.json +355 -0
- models/query.accountMetrics.json +235 -235
- models/query.accountRoles.json +3 -3
- models/query.accountSnapshot.json +278 -118
- models/query.admin.json +24 -24
- models/query.admins.json +138 -138
- models/query.appStats.json +92 -92
- models/query.appStatsTimeSeries.json +78 -78
- models/query.auditFeed.json +77 -77
- models/query.container.json +192 -192
- models/query.entityLookup.json +154 -154
- models/query.events.json +54 -54
- models/query.eventsFeed.json +38 -38
- models/query.eventsTimeSeries.json +78 -78
- models/query.hardwareManagement.json +125 -125
- models/query.licensing.json +933 -249
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +12 -13
- build/lib/catocli/Utils/clidriver.py +0 -117
- build/lib/catocli/__init__.py +0 -2
- build/lib/catocli/__main__.py +0 -12
- build/lib/catocli/parsers/custom/__init__.py +0 -47
- build/lib/catocli/parsers/custom/customLib.py +0 -70
- build/lib/catocli/parsers/mutation_admin/__init__.py +0 -51
- build/lib/catocli/parsers/mutation_container/__init__.py +0 -23
- build/lib/catocli/parsers/mutation_policy/__init__.py +0 -357
- build/lib/catocli/parsers/mutation_site/__init__.py +0 -219
- build/lib/catocli/parsers/mutation_sites/__init__.py +0 -219
- build/lib/catocli/parsers/parserApiClient.py +0 -309
- build/lib/catocli/parsers/query_accountBySubdomain/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountMetrics/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountRoles/__init__.py +0 -17
- build/lib/catocli/parsers/query_accountSnapshot/__init__.py +0 -17
- build/lib/catocli/parsers/query_admin/__init__.py +0 -17
- build/lib/catocli/parsers/query_admins/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStats/__init__.py +0 -17
- build/lib/catocli/parsers/query_appStatsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_auditFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_container/__init__.py +0 -17
- build/lib/catocli/parsers/query_entityLookup/__init__.py +0 -17
- build/lib/catocli/parsers/query_events/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsFeed/__init__.py +0 -17
- build/lib/catocli/parsers/query_eventsTimeSeries/__init__.py +0 -17
- build/lib/catocli/parsers/query_hardwareManagement/__init__.py +0 -17
- build/lib/catocli/parsers/query_licensing/__init__.py +0 -17
- build/lib/catocli/parsers/query_policy/__init__.py +0 -17
- build/lib/catocli/parsers/query_siteLocation/__init__.py +0 -17
- build/lib/catocli/parsers/query_subDomains/__init__.py +0 -17
- build/lib/catocli/parsers/query_xdr/__init__.py +0 -37
- build/lib/catocli/parsers/raw/__init__.py +0 -9
- build/lib/graphql_client/__init__.py +0 -11
- build/lib/graphql_client/api/__init__.py +0 -3
- build/lib/graphql_client/api/call_api.py +0 -73
- build/lib/graphql_client/api_client.py +0 -192
- build/lib/graphql_client/api_client_types.py +0 -404
- build/lib/graphql_client/configuration.py +0 -230
- build/lib/graphql_client/models/__init__.py +0 -13
- build/lib/graphql_client/models/no_schema.py +0 -71
- build/lib/schema/catolib.py +0 -1016
- build/lib/schema/importSchema.py +0 -60
- build/lib/vendor/certifi/__init__.py +0 -4
- build/lib/vendor/certifi/__main__.py +0 -12
- build/lib/vendor/certifi/core.py +0 -114
- build/lib/vendor/certifi/py.typed +0 -0
- build/lib/vendor/six.py +0 -998
- build/lib/vendor/urllib3/__init__.py +0 -211
- build/lib/vendor/urllib3/_base_connection.py +0 -172
- build/lib/vendor/urllib3/_collections.py +0 -483
- build/lib/vendor/urllib3/_request_methods.py +0 -278
- build/lib/vendor/urllib3/_version.py +0 -16
- build/lib/vendor/urllib3/connection.py +0 -1033
- build/lib/vendor/urllib3/connectionpool.py +0 -1182
- build/lib/vendor/urllib3/contrib/__init__.py +0 -0
- build/lib/vendor/urllib3/contrib/emscripten/__init__.py +0 -18
- build/lib/vendor/urllib3/contrib/emscripten/connection.py +0 -254
- build/lib/vendor/urllib3/contrib/emscripten/fetch.py +0 -418
- build/lib/vendor/urllib3/contrib/emscripten/request.py +0 -22
- build/lib/vendor/urllib3/contrib/emscripten/response.py +0 -285
- build/lib/vendor/urllib3/contrib/pyopenssl.py +0 -552
- build/lib/vendor/urllib3/contrib/socks.py +0 -228
- build/lib/vendor/urllib3/exceptions.py +0 -321
- build/lib/vendor/urllib3/fields.py +0 -341
- build/lib/vendor/urllib3/filepost.py +0 -89
- build/lib/vendor/urllib3/http2/__init__.py +0 -53
- build/lib/vendor/urllib3/http2/connection.py +0 -356
- build/lib/vendor/urllib3/http2/probe.py +0 -87
- build/lib/vendor/urllib3/poolmanager.py +0 -637
- build/lib/vendor/urllib3/py.typed +0 -2
- build/lib/vendor/urllib3/response.py +0 -1265
- build/lib/vendor/urllib3/util/__init__.py +0 -42
- build/lib/vendor/urllib3/util/connection.py +0 -137
- build/lib/vendor/urllib3/util/proxy.py +0 -43
- build/lib/vendor/urllib3/util/request.py +0 -256
- build/lib/vendor/urllib3/util/response.py +0 -101
- build/lib/vendor/urllib3/util/retry.py +0 -533
- build/lib/vendor/urllib3/util/ssl_.py +0 -513
- build/lib/vendor/urllib3/util/ssl_match_hostname.py +0 -159
- build/lib/vendor/urllib3/util/ssltransport.py +0 -276
- build/lib/vendor/urllib3/util/timeout.py +0 -275
- build/lib/vendor/urllib3/util/url.py +0 -471
- build/lib/vendor/urllib3/util/util.py +0 -42
- build/lib/vendor/urllib3/util/wait.py +0 -124
- catocli-1.0.13.dist-info/RECORD +0 -344
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.13.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
models/query.auditFeed.json
CHANGED
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"id_str": "filters",
|
|
27
27
|
"name": "filters",
|
|
28
28
|
"path": "filters",
|
|
29
|
-
"requestStr": "$
|
|
29
|
+
"requestStr": "$auditFieldFilterInput:[AuditFieldFilterInput!] ",
|
|
30
30
|
"required": false,
|
|
31
|
-
"responseStr": "filters:$
|
|
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": "$
|
|
44
|
+
"requestStr": "$fieldNameInput:FieldNameInput! ",
|
|
45
45
|
"required": true,
|
|
46
|
-
"responseStr": "fieldName:$
|
|
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": "$
|
|
59
|
+
"requestStr": "$auditFieldName:AuditFieldName ",
|
|
60
60
|
"required": false,
|
|
61
|
-
"responseStr": "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": "
|
|
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": "$
|
|
161
|
+
"requestStr": "$eventFieldName:EventFieldName ",
|
|
162
162
|
"required": false,
|
|
163
|
-
"responseStr": "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": "
|
|
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": "
|
|
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": "
|
|
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
|
-
"
|
|
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": "$
|
|
1731
|
+
"requestStr": "$auditFieldFilterInput:[AuditFieldFilterInput!] ",
|
|
1712
1732
|
"required": false,
|
|
1713
|
-
"responseStr": "filters:$
|
|
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": "$
|
|
1746
|
+
"requestStr": "$fieldNameInput:FieldNameInput! ",
|
|
1727
1747
|
"required": true,
|
|
1728
|
-
"responseStr": "fieldName:$
|
|
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": "$
|
|
1761
|
+
"requestStr": "$auditFieldName:AuditFieldName ",
|
|
1742
1762
|
"required": false,
|
|
1743
|
-
"responseStr": "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": "
|
|
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": "$
|
|
1863
|
+
"requestStr": "$eventFieldName:EventFieldName ",
|
|
1844
1864
|
"required": false,
|
|
1845
|
-
"responseStr": "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": "
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
3513
|
+
"requestStr": "$auditFeedAccountRecords:[AuditFeedAccountRecords] ",
|
|
3514
3514
|
"required": false,
|
|
3515
|
-
"responseStr": "accounts:$
|
|
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": "
|
|
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": "$
|
|
3655
|
+
"requestStr": "$auditRecord:[AuditRecord] ",
|
|
3656
3656
|
"required": false,
|
|
3657
|
-
"responseStr": "records:$
|
|
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": "
|
|
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": "$
|
|
3672
|
+
"requestStr": "$entityInfo:EntityInfo ",
|
|
3673
3673
|
"required": false,
|
|
3674
|
-
"responseStr": "account:$
|
|
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": "$
|
|
3709
|
+
"requestStr": "$entity:Entity! ",
|
|
3710
3710
|
"required": true,
|
|
3711
|
-
"responseStr": "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": "
|
|
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": "
|
|
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": "
|
|
3988
|
+
"varName": "entityInfo"
|
|
3989
3989
|
},
|
|
3990
3990
|
"admin": {
|
|
3991
|
-
"alias": "
|
|
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": "$
|
|
3999
|
+
"requestStr": "$entity:Entity ",
|
|
4000
4000
|
"required": false,
|
|
4001
|
-
"responseStr": "admin:$
|
|
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": "
|
|
4239
|
+
"varName": "entity"
|
|
4240
4240
|
},
|
|
4241
4241
|
"apiKey": {
|
|
4242
|
-
"alias": "
|
|
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": "$
|
|
4250
|
+
"requestStr": "$entity:Entity ",
|
|
4251
4251
|
"required": false,
|
|
4252
|
-
"responseStr": "apiKey:$
|
|
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": "
|
|
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": "
|
|
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": "$
|
|
4524
|
+
"requestStr": "$entity:Entity ",
|
|
4525
4525
|
"required": false,
|
|
4526
|
-
"responseStr": "object:$
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|
-
"
|
|
4938
|
-
"
|
|
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"
|