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
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"id_str": "updateAdmin___input",
|
|
49
49
|
"name": "input",
|
|
50
50
|
"path": "updateAdmin.input",
|
|
51
|
-
"requestStr": "$
|
|
51
|
+
"requestStr": "$updateAdminInput:UpdateAdminInput! ",
|
|
52
52
|
"required": true,
|
|
53
|
-
"responseStr": "input:$
|
|
53
|
+
"responseStr": "input:$updateAdminInput ",
|
|
54
54
|
"type": {
|
|
55
55
|
"definition": {
|
|
56
56
|
"description": null,
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
"id_str": "updateAdmin___input___managedRoles",
|
|
100
100
|
"name": "managedRoles",
|
|
101
101
|
"path": "updateAdmin.input.managedRoles",
|
|
102
|
-
"requestStr": "$
|
|
102
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
103
103
|
"required": false,
|
|
104
|
-
"responseStr": "managedRoles:$
|
|
104
|
+
"responseStr": "managedRoles:$updateAdminRoleInput ",
|
|
105
105
|
"type": {
|
|
106
106
|
"definition": {
|
|
107
107
|
"description": null,
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
"id_str": "updateAdmin___input___managedRoles___allowedEntities",
|
|
135
135
|
"name": "allowedEntities",
|
|
136
136
|
"path": "updateAdmin.input.managedRoles.allowedEntities",
|
|
137
|
-
"requestStr": "$
|
|
137
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
138
138
|
"required": false,
|
|
139
|
-
"responseStr": "allowedEntities:$
|
|
139
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
140
140
|
"type": {
|
|
141
141
|
"definition": {
|
|
142
142
|
"description": null,
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
"name": "EntityInput",
|
|
371
371
|
"non_null": false
|
|
372
372
|
},
|
|
373
|
-
"varName": "
|
|
373
|
+
"varName": "entityInput"
|
|
374
374
|
},
|
|
375
375
|
"role": {
|
|
376
376
|
"defaultValue": null,
|
|
@@ -378,9 +378,9 @@
|
|
|
378
378
|
"id_str": "updateAdmin___input___managedRoles___role",
|
|
379
379
|
"name": "role",
|
|
380
380
|
"path": "updateAdmin.input.managedRoles.role",
|
|
381
|
-
"requestStr": "$
|
|
381
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
382
382
|
"required": true,
|
|
383
|
-
"responseStr": "role:$
|
|
383
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
384
384
|
"type": {
|
|
385
385
|
"definition": {
|
|
386
386
|
"description": null,
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"name": "UpdateAccountRoleInput",
|
|
439
439
|
"non_null": false
|
|
440
440
|
},
|
|
441
|
-
"varName": "
|
|
441
|
+
"varName": "updateAccountRoleInput"
|
|
442
442
|
}
|
|
443
443
|
},
|
|
444
444
|
"interfaces": null,
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
"name": "UpdateAdminRoleInput",
|
|
456
456
|
"non_null": false
|
|
457
457
|
},
|
|
458
|
-
"varName": "
|
|
458
|
+
"varName": "updateAdminRoleInput"
|
|
459
459
|
},
|
|
460
460
|
"mfaEnabled": {
|
|
461
461
|
"defaultValue": null,
|
|
@@ -499,9 +499,9 @@
|
|
|
499
499
|
"id_str": "updateAdmin___input___resellerRoles",
|
|
500
500
|
"name": "resellerRoles",
|
|
501
501
|
"path": "updateAdmin.input.resellerRoles",
|
|
502
|
-
"requestStr": "$
|
|
502
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
503
503
|
"required": false,
|
|
504
|
-
"responseStr": "resellerRoles:$
|
|
504
|
+
"responseStr": "resellerRoles:$updateAdminRoleInput ",
|
|
505
505
|
"type": {
|
|
506
506
|
"definition": {
|
|
507
507
|
"description": null,
|
|
@@ -534,9 +534,9 @@
|
|
|
534
534
|
"id_str": "updateAdmin___input___resellerRoles___allowedEntities",
|
|
535
535
|
"name": "allowedEntities",
|
|
536
536
|
"path": "updateAdmin.input.resellerRoles.allowedEntities",
|
|
537
|
-
"requestStr": "$
|
|
537
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
538
538
|
"required": false,
|
|
539
|
-
"responseStr": "allowedEntities:$
|
|
539
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
540
540
|
"type": {
|
|
541
541
|
"definition": {
|
|
542
542
|
"description": null,
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
"name": "EntityInput",
|
|
771
771
|
"non_null": false
|
|
772
772
|
},
|
|
773
|
-
"varName": "
|
|
773
|
+
"varName": "entityInput"
|
|
774
774
|
},
|
|
775
775
|
"role": {
|
|
776
776
|
"defaultValue": null,
|
|
@@ -778,9 +778,9 @@
|
|
|
778
778
|
"id_str": "updateAdmin___input___resellerRoles___role",
|
|
779
779
|
"name": "role",
|
|
780
780
|
"path": "updateAdmin.input.resellerRoles.role",
|
|
781
|
-
"requestStr": "$
|
|
781
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
782
782
|
"required": true,
|
|
783
|
-
"responseStr": "role:$
|
|
783
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
784
784
|
"type": {
|
|
785
785
|
"definition": {
|
|
786
786
|
"description": null,
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
"name": "UpdateAccountRoleInput",
|
|
839
839
|
"non_null": false
|
|
840
840
|
},
|
|
841
|
-
"varName": "
|
|
841
|
+
"varName": "updateAccountRoleInput"
|
|
842
842
|
}
|
|
843
843
|
},
|
|
844
844
|
"interfaces": null,
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
"name": "UpdateAdminRoleInput",
|
|
856
856
|
"non_null": false
|
|
857
857
|
},
|
|
858
|
-
"varName": "
|
|
858
|
+
"varName": "updateAdminRoleInput"
|
|
859
859
|
}
|
|
860
860
|
},
|
|
861
861
|
"interfaces": null,
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
"name": "UpdateAdminInput",
|
|
872
872
|
"non_null": false
|
|
873
873
|
},
|
|
874
|
-
"varName": "
|
|
874
|
+
"varName": "updateAdminInput"
|
|
875
875
|
}
|
|
876
876
|
},
|
|
877
877
|
"deprecationReason": null,
|
|
@@ -897,15 +897,53 @@
|
|
|
897
897
|
"isDeprecated": false,
|
|
898
898
|
"name": "admin",
|
|
899
899
|
"operationArgs": {
|
|
900
|
-
"
|
|
900
|
+
"accountId": {
|
|
901
|
+
"defaultValue": null,
|
|
902
|
+
"description": null,
|
|
903
|
+
"id_str": "accountId",
|
|
904
|
+
"name": "accountId",
|
|
905
|
+
"path": "accountId",
|
|
906
|
+
"requestStr": "$accountId:ID! ",
|
|
907
|
+
"required": true,
|
|
908
|
+
"responseStr": "accountId:$accountId ",
|
|
909
|
+
"type": {
|
|
910
|
+
"kind": [
|
|
911
|
+
"NON_NULL",
|
|
912
|
+
"SCALAR"
|
|
913
|
+
],
|
|
914
|
+
"name": "ID",
|
|
915
|
+
"non_null": false
|
|
916
|
+
},
|
|
917
|
+
"varName": "accountId"
|
|
918
|
+
},
|
|
919
|
+
"adminID": {
|
|
920
|
+
"defaultValue": null,
|
|
921
|
+
"description": null,
|
|
922
|
+
"id_str": "updateAdmin___adminID",
|
|
923
|
+
"name": "adminID",
|
|
924
|
+
"path": "updateAdmin.adminID",
|
|
925
|
+
"requestStr": "$adminID:ID! ",
|
|
926
|
+
"required": true,
|
|
927
|
+
"responseStr": "adminID:$adminID ",
|
|
928
|
+
"type": {
|
|
929
|
+
"kind": [
|
|
930
|
+
"NON_NULL",
|
|
931
|
+
"SCALAR"
|
|
932
|
+
],
|
|
933
|
+
"name": "ID",
|
|
934
|
+
"non_null": false
|
|
935
|
+
},
|
|
936
|
+
"varName": "adminID"
|
|
937
|
+
},
|
|
938
|
+
"updateAdminInput": {
|
|
901
939
|
"defaultValue": null,
|
|
902
940
|
"description": null,
|
|
903
941
|
"id_str": "updateAdmin___input",
|
|
904
942
|
"name": "input",
|
|
905
943
|
"path": "updateAdmin.input",
|
|
906
|
-
"requestStr": "$
|
|
944
|
+
"requestStr": "$updateAdminInput:UpdateAdminInput! ",
|
|
907
945
|
"required": true,
|
|
908
|
-
"responseStr": "input:$
|
|
946
|
+
"responseStr": "input:$updateAdminInput ",
|
|
909
947
|
"type": {
|
|
910
948
|
"definition": {
|
|
911
949
|
"description": null,
|
|
@@ -954,9 +992,9 @@
|
|
|
954
992
|
"id_str": "updateAdmin___input___managedRoles",
|
|
955
993
|
"name": "managedRoles",
|
|
956
994
|
"path": "updateAdmin.input.managedRoles",
|
|
957
|
-
"requestStr": "$
|
|
995
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
958
996
|
"required": false,
|
|
959
|
-
"responseStr": "managedRoles:$
|
|
997
|
+
"responseStr": "managedRoles:$updateAdminRoleInput ",
|
|
960
998
|
"type": {
|
|
961
999
|
"definition": {
|
|
962
1000
|
"description": null,
|
|
@@ -989,9 +1027,9 @@
|
|
|
989
1027
|
"id_str": "updateAdmin___input___managedRoles___allowedEntities",
|
|
990
1028
|
"name": "allowedEntities",
|
|
991
1029
|
"path": "updateAdmin.input.managedRoles.allowedEntities",
|
|
992
|
-
"requestStr": "$
|
|
1030
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
993
1031
|
"required": false,
|
|
994
|
-
"responseStr": "allowedEntities:$
|
|
1032
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
995
1033
|
"type": {
|
|
996
1034
|
"definition": {
|
|
997
1035
|
"description": null,
|
|
@@ -1225,7 +1263,7 @@
|
|
|
1225
1263
|
"name": "EntityInput",
|
|
1226
1264
|
"non_null": false
|
|
1227
1265
|
},
|
|
1228
|
-
"varName": "
|
|
1266
|
+
"varName": "entityInput"
|
|
1229
1267
|
},
|
|
1230
1268
|
"role": {
|
|
1231
1269
|
"defaultValue": null,
|
|
@@ -1233,9 +1271,9 @@
|
|
|
1233
1271
|
"id_str": "updateAdmin___input___managedRoles___role",
|
|
1234
1272
|
"name": "role",
|
|
1235
1273
|
"path": "updateAdmin.input.managedRoles.role",
|
|
1236
|
-
"requestStr": "$
|
|
1274
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
1237
1275
|
"required": true,
|
|
1238
|
-
"responseStr": "role:$
|
|
1276
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
1239
1277
|
"type": {
|
|
1240
1278
|
"definition": {
|
|
1241
1279
|
"description": null,
|
|
@@ -1293,7 +1331,7 @@
|
|
|
1293
1331
|
"name": "UpdateAccountRoleInput",
|
|
1294
1332
|
"non_null": false
|
|
1295
1333
|
},
|
|
1296
|
-
"varName": "
|
|
1334
|
+
"varName": "updateAccountRoleInput"
|
|
1297
1335
|
}
|
|
1298
1336
|
},
|
|
1299
1337
|
"interfaces": null,
|
|
@@ -1310,7 +1348,7 @@
|
|
|
1310
1348
|
"name": "UpdateAdminRoleInput",
|
|
1311
1349
|
"non_null": false
|
|
1312
1350
|
},
|
|
1313
|
-
"varName": "
|
|
1351
|
+
"varName": "updateAdminRoleInput"
|
|
1314
1352
|
},
|
|
1315
1353
|
"mfaEnabled": {
|
|
1316
1354
|
"defaultValue": null,
|
|
@@ -1354,9 +1392,9 @@
|
|
|
1354
1392
|
"id_str": "updateAdmin___input___resellerRoles",
|
|
1355
1393
|
"name": "resellerRoles",
|
|
1356
1394
|
"path": "updateAdmin.input.resellerRoles",
|
|
1357
|
-
"requestStr": "$
|
|
1395
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
1358
1396
|
"required": false,
|
|
1359
|
-
"responseStr": "resellerRoles:$
|
|
1397
|
+
"responseStr": "resellerRoles:$updateAdminRoleInput ",
|
|
1360
1398
|
"type": {
|
|
1361
1399
|
"definition": {
|
|
1362
1400
|
"description": null,
|
|
@@ -1389,9 +1427,9 @@
|
|
|
1389
1427
|
"id_str": "updateAdmin___input___resellerRoles___allowedEntities",
|
|
1390
1428
|
"name": "allowedEntities",
|
|
1391
1429
|
"path": "updateAdmin.input.resellerRoles.allowedEntities",
|
|
1392
|
-
"requestStr": "$
|
|
1430
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
1393
1431
|
"required": false,
|
|
1394
|
-
"responseStr": "allowedEntities:$
|
|
1432
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
1395
1433
|
"type": {
|
|
1396
1434
|
"definition": {
|
|
1397
1435
|
"description": null,
|
|
@@ -1625,7 +1663,7 @@
|
|
|
1625
1663
|
"name": "EntityInput",
|
|
1626
1664
|
"non_null": false
|
|
1627
1665
|
},
|
|
1628
|
-
"varName": "
|
|
1666
|
+
"varName": "entityInput"
|
|
1629
1667
|
},
|
|
1630
1668
|
"role": {
|
|
1631
1669
|
"defaultValue": null,
|
|
@@ -1633,9 +1671,9 @@
|
|
|
1633
1671
|
"id_str": "updateAdmin___input___resellerRoles___role",
|
|
1634
1672
|
"name": "role",
|
|
1635
1673
|
"path": "updateAdmin.input.resellerRoles.role",
|
|
1636
|
-
"requestStr": "$
|
|
1674
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
1637
1675
|
"required": true,
|
|
1638
|
-
"responseStr": "role:$
|
|
1676
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
1639
1677
|
"type": {
|
|
1640
1678
|
"definition": {
|
|
1641
1679
|
"description": null,
|
|
@@ -1693,7 +1731,7 @@
|
|
|
1693
1731
|
"name": "UpdateAccountRoleInput",
|
|
1694
1732
|
"non_null": false
|
|
1695
1733
|
},
|
|
1696
|
-
"varName": "
|
|
1734
|
+
"varName": "updateAccountRoleInput"
|
|
1697
1735
|
}
|
|
1698
1736
|
},
|
|
1699
1737
|
"interfaces": null,
|
|
@@ -1710,7 +1748,7 @@
|
|
|
1710
1748
|
"name": "UpdateAdminRoleInput",
|
|
1711
1749
|
"non_null": false
|
|
1712
1750
|
},
|
|
1713
|
-
"varName": "
|
|
1751
|
+
"varName": "updateAdminRoleInput"
|
|
1714
1752
|
}
|
|
1715
1753
|
},
|
|
1716
1754
|
"interfaces": null,
|
|
@@ -1726,45 +1764,7 @@
|
|
|
1726
1764
|
"name": "UpdateAdminInput",
|
|
1727
1765
|
"non_null": false
|
|
1728
1766
|
},
|
|
1729
|
-
"varName": "
|
|
1730
|
-
},
|
|
1731
|
-
"accountId": {
|
|
1732
|
-
"defaultValue": null,
|
|
1733
|
-
"description": null,
|
|
1734
|
-
"id_str": "accountId",
|
|
1735
|
-
"name": "accountId",
|
|
1736
|
-
"path": "accountId",
|
|
1737
|
-
"requestStr": "$accountId:ID! ",
|
|
1738
|
-
"required": true,
|
|
1739
|
-
"responseStr": "accountId:$accountId ",
|
|
1740
|
-
"type": {
|
|
1741
|
-
"kind": [
|
|
1742
|
-
"NON_NULL",
|
|
1743
|
-
"SCALAR"
|
|
1744
|
-
],
|
|
1745
|
-
"name": "ID",
|
|
1746
|
-
"non_null": false
|
|
1747
|
-
},
|
|
1748
|
-
"varName": "accountId"
|
|
1749
|
-
},
|
|
1750
|
-
"adminID": {
|
|
1751
|
-
"defaultValue": null,
|
|
1752
|
-
"description": null,
|
|
1753
|
-
"id_str": "updateAdmin___adminID",
|
|
1754
|
-
"name": "adminID",
|
|
1755
|
-
"path": "updateAdmin.adminID",
|
|
1756
|
-
"requestStr": "$adminID:ID! ",
|
|
1757
|
-
"required": true,
|
|
1758
|
-
"responseStr": "adminID:$adminID ",
|
|
1759
|
-
"type": {
|
|
1760
|
-
"kind": [
|
|
1761
|
-
"NON_NULL",
|
|
1762
|
-
"SCALAR"
|
|
1763
|
-
],
|
|
1764
|
-
"name": "ID",
|
|
1765
|
-
"non_null": false
|
|
1766
|
-
},
|
|
1767
|
-
"varName": "adminID"
|
|
1767
|
+
"varName": "updateAdminInput"
|
|
1768
1768
|
}
|
|
1769
1769
|
},
|
|
1770
1770
|
"path": "mutation.admin.updateAdmin",
|
|
@@ -1800,9 +1800,9 @@
|
|
|
1800
1800
|
"id_str": "updateAdmin___input",
|
|
1801
1801
|
"name": "input",
|
|
1802
1802
|
"path": "updateAdmin.input",
|
|
1803
|
-
"requestStr": "$
|
|
1803
|
+
"requestStr": "$updateAdminInput:UpdateAdminInput! ",
|
|
1804
1804
|
"required": true,
|
|
1805
|
-
"responseStr": "input:$
|
|
1805
|
+
"responseStr": "input:$updateAdminInput ",
|
|
1806
1806
|
"type": {
|
|
1807
1807
|
"definition": {
|
|
1808
1808
|
"description": null,
|
|
@@ -1851,9 +1851,9 @@
|
|
|
1851
1851
|
"id_str": "updateAdmin___input___managedRoles",
|
|
1852
1852
|
"name": "managedRoles",
|
|
1853
1853
|
"path": "updateAdmin.input.managedRoles",
|
|
1854
|
-
"requestStr": "$
|
|
1854
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
1855
1855
|
"required": false,
|
|
1856
|
-
"responseStr": "managedRoles:$
|
|
1856
|
+
"responseStr": "managedRoles:$updateAdminRoleInput ",
|
|
1857
1857
|
"type": {
|
|
1858
1858
|
"definition": {
|
|
1859
1859
|
"description": null,
|
|
@@ -1886,9 +1886,9 @@
|
|
|
1886
1886
|
"id_str": "updateAdmin___input___managedRoles___allowedEntities",
|
|
1887
1887
|
"name": "allowedEntities",
|
|
1888
1888
|
"path": "updateAdmin.input.managedRoles.allowedEntities",
|
|
1889
|
-
"requestStr": "$
|
|
1889
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
1890
1890
|
"required": false,
|
|
1891
|
-
"responseStr": "allowedEntities:$
|
|
1891
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
1892
1892
|
"type": {
|
|
1893
1893
|
"definition": {
|
|
1894
1894
|
"description": null,
|
|
@@ -2122,7 +2122,7 @@
|
|
|
2122
2122
|
"name": "EntityInput",
|
|
2123
2123
|
"non_null": false
|
|
2124
2124
|
},
|
|
2125
|
-
"varName": "
|
|
2125
|
+
"varName": "entityInput"
|
|
2126
2126
|
},
|
|
2127
2127
|
"role": {
|
|
2128
2128
|
"defaultValue": null,
|
|
@@ -2130,9 +2130,9 @@
|
|
|
2130
2130
|
"id_str": "updateAdmin___input___managedRoles___role",
|
|
2131
2131
|
"name": "role",
|
|
2132
2132
|
"path": "updateAdmin.input.managedRoles.role",
|
|
2133
|
-
"requestStr": "$
|
|
2133
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
2134
2134
|
"required": true,
|
|
2135
|
-
"responseStr": "role:$
|
|
2135
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
2136
2136
|
"type": {
|
|
2137
2137
|
"definition": {
|
|
2138
2138
|
"description": null,
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
"name": "UpdateAccountRoleInput",
|
|
2191
2191
|
"non_null": false
|
|
2192
2192
|
},
|
|
2193
|
-
"varName": "
|
|
2193
|
+
"varName": "updateAccountRoleInput"
|
|
2194
2194
|
}
|
|
2195
2195
|
},
|
|
2196
2196
|
"interfaces": null,
|
|
@@ -2207,7 +2207,7 @@
|
|
|
2207
2207
|
"name": "UpdateAdminRoleInput",
|
|
2208
2208
|
"non_null": false
|
|
2209
2209
|
},
|
|
2210
|
-
"varName": "
|
|
2210
|
+
"varName": "updateAdminRoleInput"
|
|
2211
2211
|
},
|
|
2212
2212
|
"mfaEnabled": {
|
|
2213
2213
|
"defaultValue": null,
|
|
@@ -2251,9 +2251,9 @@
|
|
|
2251
2251
|
"id_str": "updateAdmin___input___resellerRoles",
|
|
2252
2252
|
"name": "resellerRoles",
|
|
2253
2253
|
"path": "updateAdmin.input.resellerRoles",
|
|
2254
|
-
"requestStr": "$
|
|
2254
|
+
"requestStr": "$updateAdminRoleInput:[UpdateAdminRoleInput] ",
|
|
2255
2255
|
"required": false,
|
|
2256
|
-
"responseStr": "resellerRoles:$
|
|
2256
|
+
"responseStr": "resellerRoles:$updateAdminRoleInput ",
|
|
2257
2257
|
"type": {
|
|
2258
2258
|
"definition": {
|
|
2259
2259
|
"description": null,
|
|
@@ -2286,9 +2286,9 @@
|
|
|
2286
2286
|
"id_str": "updateAdmin___input___resellerRoles___allowedEntities",
|
|
2287
2287
|
"name": "allowedEntities",
|
|
2288
2288
|
"path": "updateAdmin.input.resellerRoles.allowedEntities",
|
|
2289
|
-
"requestStr": "$
|
|
2289
|
+
"requestStr": "$entityInput:[EntityInput] ",
|
|
2290
2290
|
"required": false,
|
|
2291
|
-
"responseStr": "allowedEntities:$
|
|
2291
|
+
"responseStr": "allowedEntities:$entityInput ",
|
|
2292
2292
|
"type": {
|
|
2293
2293
|
"definition": {
|
|
2294
2294
|
"description": null,
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
"name": "EntityInput",
|
|
2523
2523
|
"non_null": false
|
|
2524
2524
|
},
|
|
2525
|
-
"varName": "
|
|
2525
|
+
"varName": "entityInput"
|
|
2526
2526
|
},
|
|
2527
2527
|
"role": {
|
|
2528
2528
|
"defaultValue": null,
|
|
@@ -2530,9 +2530,9 @@
|
|
|
2530
2530
|
"id_str": "updateAdmin___input___resellerRoles___role",
|
|
2531
2531
|
"name": "role",
|
|
2532
2532
|
"path": "updateAdmin.input.resellerRoles.role",
|
|
2533
|
-
"requestStr": "$
|
|
2533
|
+
"requestStr": "$updateAccountRoleInput:UpdateAccountRoleInput! ",
|
|
2534
2534
|
"required": true,
|
|
2535
|
-
"responseStr": "role:$
|
|
2535
|
+
"responseStr": "role:$updateAccountRoleInput ",
|
|
2536
2536
|
"type": {
|
|
2537
2537
|
"definition": {
|
|
2538
2538
|
"description": null,
|
|
@@ -2590,7 +2590,7 @@
|
|
|
2590
2590
|
"name": "UpdateAccountRoleInput",
|
|
2591
2591
|
"non_null": false
|
|
2592
2592
|
},
|
|
2593
|
-
"varName": "
|
|
2593
|
+
"varName": "updateAccountRoleInput"
|
|
2594
2594
|
}
|
|
2595
2595
|
},
|
|
2596
2596
|
"interfaces": null,
|
|
@@ -2607,7 +2607,7 @@
|
|
|
2607
2607
|
"name": "UpdateAdminRoleInput",
|
|
2608
2608
|
"non_null": false
|
|
2609
2609
|
},
|
|
2610
|
-
"varName": "
|
|
2610
|
+
"varName": "updateAdminRoleInput"
|
|
2611
2611
|
}
|
|
2612
2612
|
},
|
|
2613
2613
|
"interfaces": null,
|
|
@@ -2623,7 +2623,7 @@
|
|
|
2623
2623
|
"name": "UpdateAdminInput",
|
|
2624
2624
|
"non_null": false
|
|
2625
2625
|
},
|
|
2626
|
-
"varName": "
|
|
2626
|
+
"varName": "updateAdminInput"
|
|
2627
2627
|
}
|
|
2628
2628
|
},
|
|
2629
2629
|
"deprecationReason": null,
|
|
@@ -2632,9 +2632,9 @@
|
|
|
2632
2632
|
"isDeprecated": false,
|
|
2633
2633
|
"name": "updateAdmin",
|
|
2634
2634
|
"path": "updateAdmin",
|
|
2635
|
-
"requestStr": "$
|
|
2635
|
+
"requestStr": "$updateAdminPayload:UpdateAdminPayload ",
|
|
2636
2636
|
"required": false,
|
|
2637
|
-
"responseStr": "updateAdmin:$
|
|
2637
|
+
"responseStr": "updateAdmin:$updateAdminPayload ",
|
|
2638
2638
|
"type": {
|
|
2639
2639
|
"definition": {
|
|
2640
2640
|
"description": null,
|
|
@@ -2675,7 +2675,7 @@
|
|
|
2675
2675
|
"name": "UpdateAdminPayload",
|
|
2676
2676
|
"non_null": false
|
|
2677
2677
|
},
|
|
2678
|
-
"varName": "
|
|
2678
|
+
"varName": "updateAdminPayload"
|
|
2679
2679
|
}
|
|
2680
2680
|
},
|
|
2681
2681
|
"inputFields": null,
|
|
@@ -2693,8 +2693,21 @@
|
|
|
2693
2693
|
"non_null": false
|
|
2694
2694
|
},
|
|
2695
2695
|
"variablesPayload": {
|
|
2696
|
-
"
|
|
2697
|
-
|
|
2696
|
+
"adminID": "ID",
|
|
2697
|
+
"updateAdminInput": {
|
|
2698
|
+
"firstName": {
|
|
2699
|
+
"firstName": "String"
|
|
2700
|
+
},
|
|
2701
|
+
"lastName": {
|
|
2702
|
+
"lastName": "String"
|
|
2703
|
+
},
|
|
2704
|
+
"mfaEnabled": {
|
|
2705
|
+
"mfaEnabled": "Boolean"
|
|
2706
|
+
},
|
|
2707
|
+
"passwordNeverExpires": {
|
|
2708
|
+
"passwordNeverExpires": "Boolean"
|
|
2709
|
+
},
|
|
2710
|
+
"updateAdminRoleInput": {
|
|
2698
2711
|
"allowedAccounts": {
|
|
2699
2712
|
"allowedAccounts": [
|
|
2700
2713
|
"ID"
|
|
@@ -2719,20 +2732,7 @@
|
|
|
2719
2732
|
"name": "String"
|
|
2720
2733
|
}
|
|
2721
2734
|
}
|
|
2722
|
-
},
|
|
2723
|
-
"firstName": {
|
|
2724
|
-
"firstName": "String"
|
|
2725
|
-
},
|
|
2726
|
-
"lastName": {
|
|
2727
|
-
"lastName": "String"
|
|
2728
|
-
},
|
|
2729
|
-
"mfaEnabled": {
|
|
2730
|
-
"mfaEnabled": "Boolean"
|
|
2731
|
-
},
|
|
2732
|
-
"passwordNeverExpires": {
|
|
2733
|
-
"passwordNeverExpires": "Boolean"
|
|
2734
2735
|
}
|
|
2735
|
-
}
|
|
2736
|
-
"adminID": "ID"
|
|
2736
|
+
}
|
|
2737
2737
|
}
|
|
2738
2738
|
}
|