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
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"id_str": "addAdmin___input",
|
|
30
30
|
"name": "input",
|
|
31
31
|
"path": "addAdmin.input",
|
|
32
|
-
"requestStr": "$
|
|
32
|
+
"requestStr": "$addAdminInput:AddAdminInput! ",
|
|
33
33
|
"required": true,
|
|
34
|
-
"responseStr": "input:$
|
|
34
|
+
"responseStr": "input:$addAdminInput ",
|
|
35
35
|
"type": {
|
|
36
36
|
"definition": {
|
|
37
37
|
"description": null,
|
|
@@ -101,9 +101,9 @@
|
|
|
101
101
|
"id_str": "addAdmin___input___managedRoles",
|
|
102
102
|
"name": "managedRoles",
|
|
103
103
|
"path": "addAdmin.input.managedRoles",
|
|
104
|
-
"requestStr": "$
|
|
104
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
105
105
|
"required": false,
|
|
106
|
-
"responseStr": "managedRoles:$
|
|
106
|
+
"responseStr": "managedRoles:$updateAdminRoleInput ",
|
|
107
107
|
"type": {
|
|
108
108
|
"definition": {
|
|
109
109
|
"description": null,
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
"id_str": "addAdmin___input___managedRoles___allowedEntities",
|
|
137
137
|
"name": "allowedEntities",
|
|
138
138
|
"path": "addAdmin.input.managedRoles.allowedEntities",
|
|
139
|
-
"requestStr": "$
|
|
139
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
140
140
|
"required": false,
|
|
141
|
-
"responseStr": "allowedEntities:$
|
|
141
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
142
142
|
"type": {
|
|
143
143
|
"definition": {
|
|
144
144
|
"description": null,
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"name": "EntityInput",
|
|
373
373
|
"non_null": false
|
|
374
374
|
},
|
|
375
|
-
"varName": "
|
|
375
|
+
"varName": "entityInput"
|
|
376
376
|
},
|
|
377
377
|
"role": {
|
|
378
378
|
"defaultValue": null,
|
|
@@ -380,9 +380,9 @@
|
|
|
380
380
|
"id_str": "addAdmin___input___managedRoles___role",
|
|
381
381
|
"name": "role",
|
|
382
382
|
"path": "addAdmin.input.managedRoles.role",
|
|
383
|
-
"requestStr": "$
|
|
383
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
384
384
|
"required": true,
|
|
385
|
-
"responseStr": "role:$
|
|
385
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
386
386
|
"type": {
|
|
387
387
|
"definition": {
|
|
388
388
|
"description": null,
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"name": "UpdateAccountRoleInput",
|
|
441
441
|
"non_null": false
|
|
442
442
|
},
|
|
443
|
-
"varName": "
|
|
443
|
+
"varName": "updateAccountRoleInput"
|
|
444
444
|
}
|
|
445
445
|
},
|
|
446
446
|
"interfaces": null,
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"name": "UpdateAdminRoleInput",
|
|
458
458
|
"non_null": false
|
|
459
459
|
},
|
|
460
|
-
"varName": "
|
|
460
|
+
"varName": "updateAdminRoleInput"
|
|
461
461
|
},
|
|
462
462
|
"mfaEnabled": {
|
|
463
463
|
"defaultValue": null,
|
|
@@ -503,9 +503,9 @@
|
|
|
503
503
|
"id_str": "addAdmin___input___resellerRoles",
|
|
504
504
|
"name": "resellerRoles",
|
|
505
505
|
"path": "addAdmin.input.resellerRoles",
|
|
506
|
-
"requestStr": "$
|
|
506
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
507
507
|
"required": false,
|
|
508
|
-
"responseStr": "resellerRoles:$
|
|
508
|
+
"responseStr": "resellerRoles:$updateAdminRoleInput ",
|
|
509
509
|
"type": {
|
|
510
510
|
"definition": {
|
|
511
511
|
"description": null,
|
|
@@ -538,9 +538,9 @@
|
|
|
538
538
|
"id_str": "addAdmin___input___resellerRoles___allowedEntities",
|
|
539
539
|
"name": "allowedEntities",
|
|
540
540
|
"path": "addAdmin.input.resellerRoles.allowedEntities",
|
|
541
|
-
"requestStr": "$
|
|
541
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
542
542
|
"required": false,
|
|
543
|
-
"responseStr": "allowedEntities:$
|
|
543
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
544
544
|
"type": {
|
|
545
545
|
"definition": {
|
|
546
546
|
"description": null,
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
"name": "EntityInput",
|
|
775
775
|
"non_null": false
|
|
776
776
|
},
|
|
777
|
-
"varName": "
|
|
777
|
+
"varName": "entityInput"
|
|
778
778
|
},
|
|
779
779
|
"role": {
|
|
780
780
|
"defaultValue": null,
|
|
@@ -782,9 +782,9 @@
|
|
|
782
782
|
"id_str": "addAdmin___input___resellerRoles___role",
|
|
783
783
|
"name": "role",
|
|
784
784
|
"path": "addAdmin.input.resellerRoles.role",
|
|
785
|
-
"requestStr": "$
|
|
785
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
786
786
|
"required": true,
|
|
787
|
-
"responseStr": "role:$
|
|
787
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
788
788
|
"type": {
|
|
789
789
|
"definition": {
|
|
790
790
|
"description": null,
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
"name": "UpdateAccountRoleInput",
|
|
843
843
|
"non_null": false
|
|
844
844
|
},
|
|
845
|
-
"varName": "
|
|
845
|
+
"varName": "updateAccountRoleInput"
|
|
846
846
|
}
|
|
847
847
|
},
|
|
848
848
|
"interfaces": null,
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
"name": "UpdateAdminRoleInput",
|
|
860
860
|
"non_null": false
|
|
861
861
|
},
|
|
862
|
-
"varName": "
|
|
862
|
+
"varName": "updateAdminRoleInput"
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
865
|
"interfaces": null,
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
"name": "AddAdminInput",
|
|
876
876
|
"non_null": false
|
|
877
877
|
},
|
|
878
|
-
"varName": "
|
|
878
|
+
"varName": "addAdminInput"
|
|
879
879
|
}
|
|
880
880
|
},
|
|
881
881
|
"deprecationReason": null,
|
|
@@ -901,15 +901,34 @@
|
|
|
901
901
|
"isDeprecated": false,
|
|
902
902
|
"name": "admin",
|
|
903
903
|
"operationArgs": {
|
|
904
|
-
"
|
|
904
|
+
"accountId": {
|
|
905
|
+
"defaultValue": null,
|
|
906
|
+
"description": null,
|
|
907
|
+
"id_str": "accountId",
|
|
908
|
+
"name": "accountId",
|
|
909
|
+
"path": "accountId",
|
|
910
|
+
"requestStr": "$accountId:ID! ",
|
|
911
|
+
"required": true,
|
|
912
|
+
"responseStr": "accountId:$accountId ",
|
|
913
|
+
"type": {
|
|
914
|
+
"kind": [
|
|
915
|
+
"NON_NULL",
|
|
916
|
+
"SCALAR"
|
|
917
|
+
],
|
|
918
|
+
"name": "ID",
|
|
919
|
+
"non_null": false
|
|
920
|
+
},
|
|
921
|
+
"varName": "accountId"
|
|
922
|
+
},
|
|
923
|
+
"addAdminInput": {
|
|
905
924
|
"defaultValue": null,
|
|
906
925
|
"description": null,
|
|
907
926
|
"id_str": "addAdmin___input",
|
|
908
927
|
"name": "input",
|
|
909
928
|
"path": "addAdmin.input",
|
|
910
|
-
"requestStr": "$
|
|
929
|
+
"requestStr": "$addAdminInput:AddAdminInput! ",
|
|
911
930
|
"required": true,
|
|
912
|
-
"responseStr": "input:$
|
|
931
|
+
"responseStr": "input:$addAdminInput ",
|
|
913
932
|
"type": {
|
|
914
933
|
"definition": {
|
|
915
934
|
"description": null,
|
|
@@ -979,9 +998,9 @@
|
|
|
979
998
|
"id_str": "addAdmin___input___managedRoles",
|
|
980
999
|
"name": "managedRoles",
|
|
981
1000
|
"path": "addAdmin.input.managedRoles",
|
|
982
|
-
"requestStr": "$
|
|
1001
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
983
1002
|
"required": false,
|
|
984
|
-
"responseStr": "managedRoles:$
|
|
1003
|
+
"responseStr": "managedRoles:$updateAdminRoleInput ",
|
|
985
1004
|
"type": {
|
|
986
1005
|
"definition": {
|
|
987
1006
|
"description": null,
|
|
@@ -1014,9 +1033,9 @@
|
|
|
1014
1033
|
"id_str": "addAdmin___input___managedRoles___allowedEntities",
|
|
1015
1034
|
"name": "allowedEntities",
|
|
1016
1035
|
"path": "addAdmin.input.managedRoles.allowedEntities",
|
|
1017
|
-
"requestStr": "$
|
|
1036
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
1018
1037
|
"required": false,
|
|
1019
|
-
"responseStr": "allowedEntities:$
|
|
1038
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
1020
1039
|
"type": {
|
|
1021
1040
|
"definition": {
|
|
1022
1041
|
"description": null,
|
|
@@ -1250,7 +1269,7 @@
|
|
|
1250
1269
|
"name": "EntityInput",
|
|
1251
1270
|
"non_null": false
|
|
1252
1271
|
},
|
|
1253
|
-
"varName": "
|
|
1272
|
+
"varName": "entityInput"
|
|
1254
1273
|
},
|
|
1255
1274
|
"role": {
|
|
1256
1275
|
"defaultValue": null,
|
|
@@ -1258,9 +1277,9 @@
|
|
|
1258
1277
|
"id_str": "addAdmin___input___managedRoles___role",
|
|
1259
1278
|
"name": "role",
|
|
1260
1279
|
"path": "addAdmin.input.managedRoles.role",
|
|
1261
|
-
"requestStr": "$
|
|
1280
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
1262
1281
|
"required": true,
|
|
1263
|
-
"responseStr": "role:$
|
|
1282
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
1264
1283
|
"type": {
|
|
1265
1284
|
"definition": {
|
|
1266
1285
|
"description": null,
|
|
@@ -1318,7 +1337,7 @@
|
|
|
1318
1337
|
"name": "UpdateAccountRoleInput",
|
|
1319
1338
|
"non_null": false
|
|
1320
1339
|
},
|
|
1321
|
-
"varName": "
|
|
1340
|
+
"varName": "updateAccountRoleInput"
|
|
1322
1341
|
}
|
|
1323
1342
|
},
|
|
1324
1343
|
"interfaces": null,
|
|
@@ -1335,7 +1354,7 @@
|
|
|
1335
1354
|
"name": "UpdateAdminRoleInput",
|
|
1336
1355
|
"non_null": false
|
|
1337
1356
|
},
|
|
1338
|
-
"varName": "
|
|
1357
|
+
"varName": "updateAdminRoleInput"
|
|
1339
1358
|
},
|
|
1340
1359
|
"mfaEnabled": {
|
|
1341
1360
|
"defaultValue": null,
|
|
@@ -1381,9 +1400,9 @@
|
|
|
1381
1400
|
"id_str": "addAdmin___input___resellerRoles",
|
|
1382
1401
|
"name": "resellerRoles",
|
|
1383
1402
|
"path": "addAdmin.input.resellerRoles",
|
|
1384
|
-
"requestStr": "$
|
|
1403
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
1385
1404
|
"required": false,
|
|
1386
|
-
"responseStr": "resellerRoles:$
|
|
1405
|
+
"responseStr": "resellerRoles:$updateAdminRoleInput ",
|
|
1387
1406
|
"type": {
|
|
1388
1407
|
"definition": {
|
|
1389
1408
|
"description": null,
|
|
@@ -1416,9 +1435,9 @@
|
|
|
1416
1435
|
"id_str": "addAdmin___input___resellerRoles___allowedEntities",
|
|
1417
1436
|
"name": "allowedEntities",
|
|
1418
1437
|
"path": "addAdmin.input.resellerRoles.allowedEntities",
|
|
1419
|
-
"requestStr": "$
|
|
1438
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
1420
1439
|
"required": false,
|
|
1421
|
-
"responseStr": "allowedEntities:$
|
|
1440
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
1422
1441
|
"type": {
|
|
1423
1442
|
"definition": {
|
|
1424
1443
|
"description": null,
|
|
@@ -1652,7 +1671,7 @@
|
|
|
1652
1671
|
"name": "EntityInput",
|
|
1653
1672
|
"non_null": false
|
|
1654
1673
|
},
|
|
1655
|
-
"varName": "
|
|
1674
|
+
"varName": "entityInput"
|
|
1656
1675
|
},
|
|
1657
1676
|
"role": {
|
|
1658
1677
|
"defaultValue": null,
|
|
@@ -1660,9 +1679,9 @@
|
|
|
1660
1679
|
"id_str": "addAdmin___input___resellerRoles___role",
|
|
1661
1680
|
"name": "role",
|
|
1662
1681
|
"path": "addAdmin.input.resellerRoles.role",
|
|
1663
|
-
"requestStr": "$
|
|
1682
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
1664
1683
|
"required": true,
|
|
1665
|
-
"responseStr": "role:$
|
|
1684
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
1666
1685
|
"type": {
|
|
1667
1686
|
"definition": {
|
|
1668
1687
|
"description": null,
|
|
@@ -1720,7 +1739,7 @@
|
|
|
1720
1739
|
"name": "UpdateAccountRoleInput",
|
|
1721
1740
|
"non_null": false
|
|
1722
1741
|
},
|
|
1723
|
-
"varName": "
|
|
1742
|
+
"varName": "updateAccountRoleInput"
|
|
1724
1743
|
}
|
|
1725
1744
|
},
|
|
1726
1745
|
"interfaces": null,
|
|
@@ -1737,7 +1756,7 @@
|
|
|
1737
1756
|
"name": "UpdateAdminRoleInput",
|
|
1738
1757
|
"non_null": false
|
|
1739
1758
|
},
|
|
1740
|
-
"varName": "
|
|
1759
|
+
"varName": "updateAdminRoleInput"
|
|
1741
1760
|
}
|
|
1742
1761
|
},
|
|
1743
1762
|
"interfaces": null,
|
|
@@ -1753,26 +1772,7 @@
|
|
|
1753
1772
|
"name": "AddAdminInput",
|
|
1754
1773
|
"non_null": false
|
|
1755
1774
|
},
|
|
1756
|
-
"varName": "
|
|
1757
|
-
},
|
|
1758
|
-
"accountId": {
|
|
1759
|
-
"defaultValue": null,
|
|
1760
|
-
"description": null,
|
|
1761
|
-
"id_str": "accountId",
|
|
1762
|
-
"name": "accountId",
|
|
1763
|
-
"path": "accountId",
|
|
1764
|
-
"requestStr": "$accountId:ID! ",
|
|
1765
|
-
"required": true,
|
|
1766
|
-
"responseStr": "accountId:$accountId ",
|
|
1767
|
-
"type": {
|
|
1768
|
-
"kind": [
|
|
1769
|
-
"NON_NULL",
|
|
1770
|
-
"SCALAR"
|
|
1771
|
-
],
|
|
1772
|
-
"name": "ID",
|
|
1773
|
-
"non_null": false
|
|
1774
|
-
},
|
|
1775
|
-
"varName": "accountId"
|
|
1775
|
+
"varName": "addAdminInput"
|
|
1776
1776
|
}
|
|
1777
1777
|
},
|
|
1778
1778
|
"path": "mutation.admin.addAdmin",
|
|
@@ -1789,9 +1789,9 @@
|
|
|
1789
1789
|
"id_str": "addAdmin___input",
|
|
1790
1790
|
"name": "input",
|
|
1791
1791
|
"path": "addAdmin.input",
|
|
1792
|
-
"requestStr": "$
|
|
1792
|
+
"requestStr": "$addAdminInput:AddAdminInput! ",
|
|
1793
1793
|
"required": true,
|
|
1794
|
-
"responseStr": "input:$
|
|
1794
|
+
"responseStr": "input:$addAdminInput ",
|
|
1795
1795
|
"type": {
|
|
1796
1796
|
"definition": {
|
|
1797
1797
|
"description": null,
|
|
@@ -1861,9 +1861,9 @@
|
|
|
1861
1861
|
"id_str": "addAdmin___input___managedRoles",
|
|
1862
1862
|
"name": "managedRoles",
|
|
1863
1863
|
"path": "addAdmin.input.managedRoles",
|
|
1864
|
-
"requestStr": "$
|
|
1864
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
1865
1865
|
"required": false,
|
|
1866
|
-
"responseStr": "managedRoles:$
|
|
1866
|
+
"responseStr": "managedRoles:$updateAdminRoleInput ",
|
|
1867
1867
|
"type": {
|
|
1868
1868
|
"definition": {
|
|
1869
1869
|
"description": null,
|
|
@@ -1896,9 +1896,9 @@
|
|
|
1896
1896
|
"id_str": "addAdmin___input___managedRoles___allowedEntities",
|
|
1897
1897
|
"name": "allowedEntities",
|
|
1898
1898
|
"path": "addAdmin.input.managedRoles.allowedEntities",
|
|
1899
|
-
"requestStr": "$
|
|
1899
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
1900
1900
|
"required": false,
|
|
1901
|
-
"responseStr": "allowedEntities:$
|
|
1901
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
1902
1902
|
"type": {
|
|
1903
1903
|
"definition": {
|
|
1904
1904
|
"description": null,
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
"name": "EntityInput",
|
|
2133
2133
|
"non_null": false
|
|
2134
2134
|
},
|
|
2135
|
-
"varName": "
|
|
2135
|
+
"varName": "entityInput"
|
|
2136
2136
|
},
|
|
2137
2137
|
"role": {
|
|
2138
2138
|
"defaultValue": null,
|
|
@@ -2140,9 +2140,9 @@
|
|
|
2140
2140
|
"id_str": "addAdmin___input___managedRoles___role",
|
|
2141
2141
|
"name": "role",
|
|
2142
2142
|
"path": "addAdmin.input.managedRoles.role",
|
|
2143
|
-
"requestStr": "$
|
|
2143
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
2144
2144
|
"required": true,
|
|
2145
|
-
"responseStr": "role:$
|
|
2145
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
2146
2146
|
"type": {
|
|
2147
2147
|
"definition": {
|
|
2148
2148
|
"description": null,
|
|
@@ -2200,7 +2200,7 @@
|
|
|
2200
2200
|
"name": "UpdateAccountRoleInput",
|
|
2201
2201
|
"non_null": false
|
|
2202
2202
|
},
|
|
2203
|
-
"varName": "
|
|
2203
|
+
"varName": "updateAccountRoleInput"
|
|
2204
2204
|
}
|
|
2205
2205
|
},
|
|
2206
2206
|
"interfaces": null,
|
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
"name": "UpdateAdminRoleInput",
|
|
2218
2218
|
"non_null": false
|
|
2219
2219
|
},
|
|
2220
|
-
"varName": "
|
|
2220
|
+
"varName": "updateAdminRoleInput"
|
|
2221
2221
|
},
|
|
2222
2222
|
"mfaEnabled": {
|
|
2223
2223
|
"defaultValue": null,
|
|
@@ -2263,9 +2263,9 @@
|
|
|
2263
2263
|
"id_str": "addAdmin___input___resellerRoles",
|
|
2264
2264
|
"name": "resellerRoles",
|
|
2265
2265
|
"path": "addAdmin.input.resellerRoles",
|
|
2266
|
-
"requestStr": "$
|
|
2266
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
2267
2267
|
"required": false,
|
|
2268
|
-
"responseStr": "resellerRoles:$
|
|
2268
|
+
"responseStr": "resellerRoles:$updateAdminRoleInput ",
|
|
2269
2269
|
"type": {
|
|
2270
2270
|
"definition": {
|
|
2271
2271
|
"description": null,
|
|
@@ -2298,9 +2298,9 @@
|
|
|
2298
2298
|
"id_str": "addAdmin___input___resellerRoles___allowedEntities",
|
|
2299
2299
|
"name": "allowedEntities",
|
|
2300
2300
|
"path": "addAdmin.input.resellerRoles.allowedEntities",
|
|
2301
|
-
"requestStr": "$
|
|
2301
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
2302
2302
|
"required": false,
|
|
2303
|
-
"responseStr": "allowedEntities:$
|
|
2303
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
2304
2304
|
"type": {
|
|
2305
2305
|
"definition": {
|
|
2306
2306
|
"description": null,
|
|
@@ -2534,7 +2534,7 @@
|
|
|
2534
2534
|
"name": "EntityInput",
|
|
2535
2535
|
"non_null": false
|
|
2536
2536
|
},
|
|
2537
|
-
"varName": "
|
|
2537
|
+
"varName": "entityInput"
|
|
2538
2538
|
},
|
|
2539
2539
|
"role": {
|
|
2540
2540
|
"defaultValue": null,
|
|
@@ -2542,9 +2542,9 @@
|
|
|
2542
2542
|
"id_str": "addAdmin___input___resellerRoles___role",
|
|
2543
2543
|
"name": "role",
|
|
2544
2544
|
"path": "addAdmin.input.resellerRoles.role",
|
|
2545
|
-
"requestStr": "$
|
|
2545
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
2546
2546
|
"required": true,
|
|
2547
|
-
"responseStr": "role:$
|
|
2547
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
2548
2548
|
"type": {
|
|
2549
2549
|
"definition": {
|
|
2550
2550
|
"description": null,
|
|
@@ -2602,7 +2602,7 @@
|
|
|
2602
2602
|
"name": "UpdateAccountRoleInput",
|
|
2603
2603
|
"non_null": false
|
|
2604
2604
|
},
|
|
2605
|
-
"varName": "
|
|
2605
|
+
"varName": "updateAccountRoleInput"
|
|
2606
2606
|
}
|
|
2607
2607
|
},
|
|
2608
2608
|
"interfaces": null,
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
"name": "UpdateAdminRoleInput",
|
|
2620
2620
|
"non_null": false
|
|
2621
2621
|
},
|
|
2622
|
-
"varName": "
|
|
2622
|
+
"varName": "updateAdminRoleInput"
|
|
2623
2623
|
}
|
|
2624
2624
|
},
|
|
2625
2625
|
"interfaces": null,
|
|
@@ -2635,7 +2635,7 @@
|
|
|
2635
2635
|
"name": "AddAdminInput",
|
|
2636
2636
|
"non_null": false
|
|
2637
2637
|
},
|
|
2638
|
-
"varName": "
|
|
2638
|
+
"varName": "addAdminInput"
|
|
2639
2639
|
}
|
|
2640
2640
|
},
|
|
2641
2641
|
"deprecationReason": null,
|
|
@@ -2644,9 +2644,9 @@
|
|
|
2644
2644
|
"isDeprecated": false,
|
|
2645
2645
|
"name": "addAdmin",
|
|
2646
2646
|
"path": "addAdmin",
|
|
2647
|
-
"requestStr": "$
|
|
2647
|
+
"requestStr": "$addAdminPayload:AddAdminPayload ",
|
|
2648
2648
|
"required": false,
|
|
2649
|
-
"responseStr": "addAdmin:$
|
|
2649
|
+
"responseStr": "addAdmin:$addAdminPayload ",
|
|
2650
2650
|
"type": {
|
|
2651
2651
|
"definition": {
|
|
2652
2652
|
"description": null,
|
|
@@ -2687,7 +2687,7 @@
|
|
|
2687
2687
|
"name": "AddAdminPayload",
|
|
2688
2688
|
"non_null": false
|
|
2689
2689
|
},
|
|
2690
|
-
"varName": "
|
|
2690
|
+
"varName": "addAdminPayload"
|
|
2691
2691
|
}
|
|
2692
2692
|
},
|
|
2693
2693
|
"inputFields": null,
|
|
@@ -2705,8 +2705,23 @@
|
|
|
2705
2705
|
"non_null": false
|
|
2706
2706
|
},
|
|
2707
2707
|
"variablesPayload": {
|
|
2708
|
-
"
|
|
2709
|
-
"
|
|
2708
|
+
"addAdminInput": {
|
|
2709
|
+
"email": {
|
|
2710
|
+
"email": "String"
|
|
2711
|
+
},
|
|
2712
|
+
"firstName": {
|
|
2713
|
+
"firstName": "String"
|
|
2714
|
+
},
|
|
2715
|
+
"lastName": {
|
|
2716
|
+
"lastName": "String"
|
|
2717
|
+
},
|
|
2718
|
+
"mfaEnabled": {
|
|
2719
|
+
"mfaEnabled": "Boolean"
|
|
2720
|
+
},
|
|
2721
|
+
"passwordNeverExpires": {
|
|
2722
|
+
"passwordNeverExpires": "Boolean"
|
|
2723
|
+
},
|
|
2724
|
+
"updateAdminRoleInput": {
|
|
2710
2725
|
"allowedAccounts": {
|
|
2711
2726
|
"allowedAccounts": [
|
|
2712
2727
|
"ID"
|
|
@@ -2731,21 +2746,6 @@
|
|
|
2731
2746
|
"name": "String"
|
|
2732
2747
|
}
|
|
2733
2748
|
}
|
|
2734
|
-
},
|
|
2735
|
-
"email": {
|
|
2736
|
-
"email": "String"
|
|
2737
|
-
},
|
|
2738
|
-
"firstName": {
|
|
2739
|
-
"firstName": "String"
|
|
2740
|
-
},
|
|
2741
|
-
"lastName": {
|
|
2742
|
-
"lastName": "String"
|
|
2743
|
-
},
|
|
2744
|
-
"mfaEnabled": {
|
|
2745
|
-
"mfaEnabled": "Boolean"
|
|
2746
|
-
},
|
|
2747
|
-
"passwordNeverExpires": {
|
|
2748
|
-
"passwordNeverExpires": "Boolean"
|
|
2749
2749
|
}
|
|
2750
2750
|
}
|
|
2751
2751
|
}
|
|
@@ -135,9 +135,9 @@
|
|
|
135
135
|
"isDeprecated": false,
|
|
136
136
|
"name": "removeAdmin",
|
|
137
137
|
"path": "removeAdmin",
|
|
138
|
-
"requestStr": "$
|
|
138
|
+
"requestStr": "$removeAdminPayload:RemoveAdminPayload ",
|
|
139
139
|
"required": false,
|
|
140
|
-
"responseStr": "removeAdmin:$
|
|
140
|
+
"responseStr": "removeAdmin:$removeAdminPayload ",
|
|
141
141
|
"type": {
|
|
142
142
|
"definition": {
|
|
143
143
|
"description": null,
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"name": "RemoveAdminPayload",
|
|
179
179
|
"non_null": false
|
|
180
180
|
},
|
|
181
|
-
"varName": "
|
|
181
|
+
"varName": "removeAdminPayload"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
184
|
"inputFields": null,
|