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.
- catocli/Utils/clidriver.py +5 -1
- catocli/__init__.py +1 -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_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 +2 -2
- 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_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 +2 -2
- 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.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
- 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 +102 -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 +47 -47
- 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 +102 -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 +47 -47
- 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 +116 -116
- 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 +735 -177
- models/query.policy.json +1502 -970
- models/query.xdr.stories.json +842 -842
- models/query.xdr.story.json +610 -610
- schema/catolib.py +1 -11
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
- {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.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": "$
|
|
28
|
+
"requestStr": "$eventsDimension:[EventsDimension] ",
|
|
29
29
|
"required": false,
|
|
30
|
-
"responseStr": "dimensions:$
|
|
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": "
|
|
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": "$
|
|
1428
|
+
"requestStr": "$eventsFilter:[EventsFilter!] ",
|
|
1429
1429
|
"required": false,
|
|
1430
|
-
"responseStr": "filters:$
|
|
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": "
|
|
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": "$
|
|
2953
|
+
"requestStr": "$eventsMeasure:[EventsMeasure] ",
|
|
2954
2954
|
"required": false,
|
|
2955
|
-
"responseStr": "measures:$
|
|
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": "
|
|
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": "$
|
|
4462
|
+
"requestStr": "$eventsSort:[EventsSort!] ",
|
|
4463
4463
|
"required": false,
|
|
4464
|
-
"responseStr": "sort:$
|
|
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": "
|
|
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
|
-
"
|
|
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": "$
|
|
5953
|
+
"requestStr": "$eventsDimension:[EventsDimension] ",
|
|
5935
5954
|
"required": false,
|
|
5936
|
-
"responseStr": "dimensions:$
|
|
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": "
|
|
7345
|
+
"varName": "eventsDimension"
|
|
7327
7346
|
},
|
|
7328
|
-
"
|
|
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": "$
|
|
7353
|
+
"requestStr": "$eventsFilter:[EventsFilter!] ",
|
|
7335
7354
|
"required": false,
|
|
7336
|
-
"responseStr": "filters:$
|
|
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": "
|
|
8870
|
+
"varName": "eventsFilter"
|
|
8852
8871
|
},
|
|
8853
|
-
"
|
|
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": "$
|
|
8878
|
+
"requestStr": "$eventsMeasure:[EventsMeasure] ",
|
|
8860
8879
|
"required": false,
|
|
8861
|
-
"responseStr": "measures:$
|
|
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": "
|
|
10379
|
+
"varName": "eventsMeasure"
|
|
10361
10380
|
},
|
|
10362
|
-
"
|
|
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": "$
|
|
10387
|
+
"requestStr": "$eventsSort:[EventsSort!] ",
|
|
10369
10388
|
"required": false,
|
|
10370
|
-
"responseStr": "sort:$
|
|
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": "
|
|
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": "$
|
|
11972
|
+
"requestStr": "$eventsRecord:[EventsRecord] ",
|
|
11973
11973
|
"required": false,
|
|
11974
|
-
"responseStr": "records:$
|
|
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": "
|
|
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
|
-
"
|
|
12136
|
+
"eventsDimension": {
|
|
12137
12137
|
"fieldName": {
|
|
12138
12138
|
"fieldName": "enum(EventFieldName)"
|
|
12139
12139
|
}
|
|
12140
12140
|
},
|
|
12141
|
-
"
|
|
12141
|
+
"eventsFilter": {
|
|
12142
12142
|
"fieldName": {
|
|
12143
12143
|
"fieldName": "enum(EventFieldName)"
|
|
12144
12144
|
},
|
|
@@ -12151,7 +12151,7 @@
|
|
|
12151
12151
|
]
|
|
12152
12152
|
}
|
|
12153
12153
|
},
|
|
12154
|
-
"
|
|
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
|
-
"
|
|
12165
|
+
"eventsSort": {
|
|
12166
12166
|
"fieldName": {
|
|
12167
12167
|
"fieldName": "enum(EventFieldName)"
|
|
12168
12168
|
},
|
models/query.eventsFeed.json
CHANGED
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"id_str": "filters",
|
|
27
27
|
"name": "filters",
|
|
28
28
|
"path": "filters",
|
|
29
|
-
"requestStr": "$
|
|
29
|
+
"requestStr": "$eventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
|
|
30
30
|
"required": false,
|
|
31
|
-
"responseStr": "filters:$
|
|
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": "
|
|
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
|
-
"
|
|
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": "$
|
|
227
|
+
"requestStr": "$eventFeedFieldFilterInput:[EventFeedFieldFilterInput!] ",
|
|
208
228
|
"required": false,
|
|
209
|
-
"responseStr": "filters:$
|
|
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": "
|
|
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": "$
|
|
1774
|
+
"requestStr": "$eventsFeedAccountRecords:[EventsFeedAccountRecords] ",
|
|
1775
1775
|
"required": false,
|
|
1776
|
-
"responseStr": "accounts:$
|
|
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": "
|
|
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": "$
|
|
3202
|
+
"requestStr": "$eventRecord:[EventRecord] ",
|
|
3203
3203
|
"required": false,
|
|
3204
|
-
"responseStr": "records:$
|
|
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": "
|
|
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": "
|
|
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
|
-
"
|
|
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
|
}
|