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
|
@@ -0,0 +1,446 @@
|
|
|
1
|
+
{
|
|
2
|
+
"args": {
|
|
3
|
+
"accountId": {
|
|
4
|
+
"defaultValue": null,
|
|
5
|
+
"description": null,
|
|
6
|
+
"id_str": "accountId",
|
|
7
|
+
"name": "accountId",
|
|
8
|
+
"path": "accountId",
|
|
9
|
+
"requestStr": "$accountId:ID! ",
|
|
10
|
+
"required": true,
|
|
11
|
+
"responseStr": "accountId:$accountId ",
|
|
12
|
+
"type": {
|
|
13
|
+
"kind": [
|
|
14
|
+
"NON_NULL",
|
|
15
|
+
"SCALAR"
|
|
16
|
+
],
|
|
17
|
+
"name": "ID",
|
|
18
|
+
"non_null": false
|
|
19
|
+
},
|
|
20
|
+
"varName": "accountId"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"childOperations": {
|
|
24
|
+
"removeAccount": {
|
|
25
|
+
"args": {
|
|
26
|
+
"removeAccount___accountId": {
|
|
27
|
+
"defaultValue": null,
|
|
28
|
+
"description": null,
|
|
29
|
+
"id_str": "removeAccount___accountId",
|
|
30
|
+
"name": "accountId",
|
|
31
|
+
"path": "removeAccount.accountId",
|
|
32
|
+
"requestStr": "$accountId:ID! ",
|
|
33
|
+
"required": true,
|
|
34
|
+
"responseStr": "accountId:$accountId ",
|
|
35
|
+
"type": {
|
|
36
|
+
"kind": [
|
|
37
|
+
"NON_NULL",
|
|
38
|
+
"SCALAR"
|
|
39
|
+
],
|
|
40
|
+
"name": "ID",
|
|
41
|
+
"non_null": false
|
|
42
|
+
},
|
|
43
|
+
"varName": "accountId"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"deprecationReason": null,
|
|
47
|
+
"description": "Delete an existing account. The account status will become \u201cDisabled\u201d, and it will be scheduled for deletion",
|
|
48
|
+
"isDeprecated": false,
|
|
49
|
+
"name": "removeAccount",
|
|
50
|
+
"type": {
|
|
51
|
+
"kind": "OBJECT",
|
|
52
|
+
"name": "RemoveAccountPayload",
|
|
53
|
+
"ofType": null
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"deprecationReason": null,
|
|
58
|
+
"description": null,
|
|
59
|
+
"fieldTypes": {
|
|
60
|
+
"AccountAuditData": true,
|
|
61
|
+
"AccountInfo": true,
|
|
62
|
+
"AccountProfileType": true,
|
|
63
|
+
"AccountTenancy": true,
|
|
64
|
+
"RemoveAccountPayload": true
|
|
65
|
+
},
|
|
66
|
+
"isDeprecated": false,
|
|
67
|
+
"name": "accountManagement",
|
|
68
|
+
"operationArgs": {
|
|
69
|
+
"accountId": {
|
|
70
|
+
"defaultValue": null,
|
|
71
|
+
"description": null,
|
|
72
|
+
"id_str": "accountId",
|
|
73
|
+
"name": "accountId",
|
|
74
|
+
"path": "accountId",
|
|
75
|
+
"requestStr": "$accountId:ID! ",
|
|
76
|
+
"required": true,
|
|
77
|
+
"responseStr": "accountId:$accountId ",
|
|
78
|
+
"type": {
|
|
79
|
+
"kind": [
|
|
80
|
+
"NON_NULL",
|
|
81
|
+
"SCALAR"
|
|
82
|
+
],
|
|
83
|
+
"name": "ID",
|
|
84
|
+
"non_null": false
|
|
85
|
+
},
|
|
86
|
+
"varName": "accountId"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"path": "mutation.accountManagement.removeAccount",
|
|
90
|
+
"type": {
|
|
91
|
+
"definition": {
|
|
92
|
+
"description": null,
|
|
93
|
+
"enumValues": null,
|
|
94
|
+
"fields": {
|
|
95
|
+
"removeAccount": {
|
|
96
|
+
"args": {
|
|
97
|
+
"removeAccount___accountId": {
|
|
98
|
+
"defaultValue": null,
|
|
99
|
+
"description": null,
|
|
100
|
+
"id_str": "removeAccount___accountId",
|
|
101
|
+
"name": "accountId",
|
|
102
|
+
"path": "removeAccount.accountId",
|
|
103
|
+
"requestStr": "$accountId:ID! ",
|
|
104
|
+
"required": true,
|
|
105
|
+
"responseStr": "accountId:$accountId ",
|
|
106
|
+
"type": {
|
|
107
|
+
"kind": [
|
|
108
|
+
"NON_NULL",
|
|
109
|
+
"SCALAR"
|
|
110
|
+
],
|
|
111
|
+
"name": "ID",
|
|
112
|
+
"non_null": false
|
|
113
|
+
},
|
|
114
|
+
"varName": "accountId"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"deprecationReason": null,
|
|
118
|
+
"description": "Delete an existing account. The account status will become \u201cDisabled\u201d, and it will be scheduled for deletion",
|
|
119
|
+
"id_str": "removeAccount",
|
|
120
|
+
"isDeprecated": false,
|
|
121
|
+
"name": "removeAccount",
|
|
122
|
+
"path": "removeAccount",
|
|
123
|
+
"requestStr": "$removeAccountPayload:RemoveAccountPayload ",
|
|
124
|
+
"required": false,
|
|
125
|
+
"responseStr": "removeAccount:$removeAccountPayload ",
|
|
126
|
+
"type": {
|
|
127
|
+
"definition": {
|
|
128
|
+
"description": null,
|
|
129
|
+
"enumValues": null,
|
|
130
|
+
"fields": {
|
|
131
|
+
"accountInfo": {
|
|
132
|
+
"args": {},
|
|
133
|
+
"deprecationReason": null,
|
|
134
|
+
"description": "General info of the removed account",
|
|
135
|
+
"id_str": "removeAccount___accountInfo",
|
|
136
|
+
"isDeprecated": false,
|
|
137
|
+
"name": "accountInfo",
|
|
138
|
+
"path": "removeAccount.accountInfo",
|
|
139
|
+
"requestStr": "$accountInfo:AccountInfo! ",
|
|
140
|
+
"required": true,
|
|
141
|
+
"responseStr": "accountInfo:$accountInfo ",
|
|
142
|
+
"type": {
|
|
143
|
+
"definition": {
|
|
144
|
+
"description": null,
|
|
145
|
+
"enumValues": null,
|
|
146
|
+
"fields": {
|
|
147
|
+
"audit": {
|
|
148
|
+
"alias": "accountAuditDataAudit: audit",
|
|
149
|
+
"args": {},
|
|
150
|
+
"deprecationReason": null,
|
|
151
|
+
"description": "Audit data for the account",
|
|
152
|
+
"id_str": "removeAccount___accountInfo___audit",
|
|
153
|
+
"isDeprecated": false,
|
|
154
|
+
"name": "audit",
|
|
155
|
+
"path": "removeAccount.accountInfo.audit",
|
|
156
|
+
"requestStr": "$accountAuditData:AccountAuditData! ",
|
|
157
|
+
"required": true,
|
|
158
|
+
"responseStr": "audit:$accountAuditData ",
|
|
159
|
+
"type": {
|
|
160
|
+
"definition": {
|
|
161
|
+
"description": null,
|
|
162
|
+
"enumValues": null,
|
|
163
|
+
"fields": {
|
|
164
|
+
"createdBy": {
|
|
165
|
+
"args": {},
|
|
166
|
+
"deprecationReason": null,
|
|
167
|
+
"description": "The Admin / API key name used for creating the account",
|
|
168
|
+
"id_str": "removeAccount___accountInfo___audit___createdBy",
|
|
169
|
+
"isDeprecated": false,
|
|
170
|
+
"name": "createdBy",
|
|
171
|
+
"path": "removeAccount.accountInfo.audit.createdBy",
|
|
172
|
+
"requestStr": "$createdBy:String! ",
|
|
173
|
+
"required": true,
|
|
174
|
+
"responseStr": "createdBy:$createdBy ",
|
|
175
|
+
"type": {
|
|
176
|
+
"kind": [
|
|
177
|
+
"NON_NULL",
|
|
178
|
+
"SCALAR"
|
|
179
|
+
],
|
|
180
|
+
"name": "String",
|
|
181
|
+
"non_null": false
|
|
182
|
+
},
|
|
183
|
+
"varName": "createdBy"
|
|
184
|
+
},
|
|
185
|
+
"createdTime": {
|
|
186
|
+
"args": {},
|
|
187
|
+
"deprecationReason": null,
|
|
188
|
+
"description": "The date when the account created",
|
|
189
|
+
"id_str": "removeAccount___accountInfo___audit___createdTime",
|
|
190
|
+
"isDeprecated": false,
|
|
191
|
+
"name": "createdTime",
|
|
192
|
+
"path": "removeAccount.accountInfo.audit.createdTime",
|
|
193
|
+
"requestStr": "$createdTime:DateTime! ",
|
|
194
|
+
"required": true,
|
|
195
|
+
"responseStr": "createdTime:$createdTime ",
|
|
196
|
+
"type": {
|
|
197
|
+
"kind": [
|
|
198
|
+
"NON_NULL",
|
|
199
|
+
"SCALAR"
|
|
200
|
+
],
|
|
201
|
+
"name": "DateTime",
|
|
202
|
+
"non_null": false
|
|
203
|
+
},
|
|
204
|
+
"varName": "createdTime"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"inputFields": null,
|
|
208
|
+
"interfaces": {},
|
|
209
|
+
"kind": "OBJECT",
|
|
210
|
+
"name": "AccountAuditData",
|
|
211
|
+
"possibleTypes": null
|
|
212
|
+
},
|
|
213
|
+
"indexType": "object",
|
|
214
|
+
"kind": [
|
|
215
|
+
"NON_NULL",
|
|
216
|
+
"OBJECT"
|
|
217
|
+
],
|
|
218
|
+
"name": "AccountAuditData",
|
|
219
|
+
"non_null": false
|
|
220
|
+
},
|
|
221
|
+
"varName": "accountAuditData"
|
|
222
|
+
},
|
|
223
|
+
"description": {
|
|
224
|
+
"args": {},
|
|
225
|
+
"deprecationReason": null,
|
|
226
|
+
"description": "User-defined information as defined by an account admin",
|
|
227
|
+
"id_str": "removeAccount___accountInfo___description",
|
|
228
|
+
"isDeprecated": false,
|
|
229
|
+
"name": "description",
|
|
230
|
+
"path": "removeAccount.accountInfo.description",
|
|
231
|
+
"requestStr": "$description:String ",
|
|
232
|
+
"required": false,
|
|
233
|
+
"responseStr": "description:$description ",
|
|
234
|
+
"type": {
|
|
235
|
+
"kind": [
|
|
236
|
+
"SCALAR"
|
|
237
|
+
],
|
|
238
|
+
"name": "String",
|
|
239
|
+
"non_null": false
|
|
240
|
+
},
|
|
241
|
+
"varName": "description"
|
|
242
|
+
},
|
|
243
|
+
"id": {
|
|
244
|
+
"args": {},
|
|
245
|
+
"deprecationReason": null,
|
|
246
|
+
"description": "The ID of the account",
|
|
247
|
+
"id_str": "removeAccount___accountInfo___id",
|
|
248
|
+
"isDeprecated": false,
|
|
249
|
+
"name": "id",
|
|
250
|
+
"path": "removeAccount.accountInfo.id",
|
|
251
|
+
"requestStr": "$id:ID! ",
|
|
252
|
+
"required": true,
|
|
253
|
+
"responseStr": "id:$id ",
|
|
254
|
+
"type": {
|
|
255
|
+
"kind": [
|
|
256
|
+
"NON_NULL",
|
|
257
|
+
"SCALAR"
|
|
258
|
+
],
|
|
259
|
+
"name": "ID",
|
|
260
|
+
"non_null": false
|
|
261
|
+
},
|
|
262
|
+
"varName": "id"
|
|
263
|
+
},
|
|
264
|
+
"name": {
|
|
265
|
+
"args": {},
|
|
266
|
+
"deprecationReason": null,
|
|
267
|
+
"description": "The name of the account",
|
|
268
|
+
"id_str": "removeAccount___accountInfo___name",
|
|
269
|
+
"isDeprecated": false,
|
|
270
|
+
"name": "name",
|
|
271
|
+
"path": "removeAccount.accountInfo.name",
|
|
272
|
+
"requestStr": "$name:String! ",
|
|
273
|
+
"required": true,
|
|
274
|
+
"responseStr": "name:$name ",
|
|
275
|
+
"type": {
|
|
276
|
+
"kind": [
|
|
277
|
+
"NON_NULL",
|
|
278
|
+
"SCALAR"
|
|
279
|
+
],
|
|
280
|
+
"name": "String",
|
|
281
|
+
"non_null": false
|
|
282
|
+
},
|
|
283
|
+
"varName": "name"
|
|
284
|
+
},
|
|
285
|
+
"tenancy": {
|
|
286
|
+
"alias": "accountTenancyTenancy: tenancy",
|
|
287
|
+
"args": {},
|
|
288
|
+
"deprecationReason": null,
|
|
289
|
+
"description": "The account tenancy e.g. single-tenant / multi-tenant",
|
|
290
|
+
"id_str": "removeAccount___accountInfo___tenancy",
|
|
291
|
+
"isDeprecated": false,
|
|
292
|
+
"name": "tenancy",
|
|
293
|
+
"path": "removeAccount.accountInfo.tenancy",
|
|
294
|
+
"requestStr": "$tenancy:AccountTenancy! ",
|
|
295
|
+
"required": true,
|
|
296
|
+
"responseStr": "tenancy:$tenancy ",
|
|
297
|
+
"type": {
|
|
298
|
+
"definition": {
|
|
299
|
+
"description": "enum for account tenancy",
|
|
300
|
+
"enumValues": [
|
|
301
|
+
{
|
|
302
|
+
"deprecationReason": null,
|
|
303
|
+
"description": "Single tenant account - default for customer accounts",
|
|
304
|
+
"isDeprecated": false,
|
|
305
|
+
"name": "SINGLE_TENANT"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"deprecationReason": null,
|
|
309
|
+
"description": "Multi tenant account - default for partner accounts",
|
|
310
|
+
"isDeprecated": false,
|
|
311
|
+
"name": "MULTI_TENANT"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"fields": null,
|
|
315
|
+
"inputFields": null,
|
|
316
|
+
"interfaces": null,
|
|
317
|
+
"kind": "ENUM",
|
|
318
|
+
"name": "AccountTenancy",
|
|
319
|
+
"possibleTypes": null
|
|
320
|
+
},
|
|
321
|
+
"indexType": "enum",
|
|
322
|
+
"kind": [
|
|
323
|
+
"NON_NULL",
|
|
324
|
+
"ENUM"
|
|
325
|
+
],
|
|
326
|
+
"name": "AccountTenancy",
|
|
327
|
+
"non_null": false
|
|
328
|
+
},
|
|
329
|
+
"varName": "tenancy"
|
|
330
|
+
},
|
|
331
|
+
"timeZone": {
|
|
332
|
+
"args": {},
|
|
333
|
+
"deprecationReason": null,
|
|
334
|
+
"description": "The time zone of the account. Default: UTC (GMT + 0).",
|
|
335
|
+
"id_str": "removeAccount___accountInfo___timeZone",
|
|
336
|
+
"isDeprecated": false,
|
|
337
|
+
"name": "timeZone",
|
|
338
|
+
"path": "removeAccount.accountInfo.timeZone",
|
|
339
|
+
"requestStr": "$timeZone:TimeZone! ",
|
|
340
|
+
"required": true,
|
|
341
|
+
"responseStr": "timeZone:$timeZone ",
|
|
342
|
+
"type": {
|
|
343
|
+
"kind": [
|
|
344
|
+
"NON_NULL",
|
|
345
|
+
"SCALAR"
|
|
346
|
+
],
|
|
347
|
+
"name": "TimeZone",
|
|
348
|
+
"non_null": false
|
|
349
|
+
},
|
|
350
|
+
"varName": "timeZone"
|
|
351
|
+
},
|
|
352
|
+
"type": {
|
|
353
|
+
"alias": "accountProfileTypeType: type",
|
|
354
|
+
"args": {},
|
|
355
|
+
"deprecationReason": null,
|
|
356
|
+
"description": "The account type e.g. Partner or Customer",
|
|
357
|
+
"id_str": "removeAccount___accountInfo___type",
|
|
358
|
+
"isDeprecated": false,
|
|
359
|
+
"name": "type",
|
|
360
|
+
"path": "removeAccount.accountInfo.type",
|
|
361
|
+
"requestStr": "$type:AccountProfileType! ",
|
|
362
|
+
"required": true,
|
|
363
|
+
"responseStr": "type:$type ",
|
|
364
|
+
"type": {
|
|
365
|
+
"definition": {
|
|
366
|
+
"description": "enum for account type",
|
|
367
|
+
"enumValues": [
|
|
368
|
+
{
|
|
369
|
+
"deprecationReason": null,
|
|
370
|
+
"description": "A customer account",
|
|
371
|
+
"isDeprecated": false,
|
|
372
|
+
"name": "CUSTOMER"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"deprecationReason": null,
|
|
376
|
+
"description": "A partner account",
|
|
377
|
+
"isDeprecated": false,
|
|
378
|
+
"name": "PARTNER"
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"fields": null,
|
|
382
|
+
"inputFields": null,
|
|
383
|
+
"interfaces": null,
|
|
384
|
+
"kind": "ENUM",
|
|
385
|
+
"name": "AccountProfileType",
|
|
386
|
+
"possibleTypes": null
|
|
387
|
+
},
|
|
388
|
+
"indexType": "enum",
|
|
389
|
+
"kind": [
|
|
390
|
+
"NON_NULL",
|
|
391
|
+
"ENUM"
|
|
392
|
+
],
|
|
393
|
+
"name": "AccountProfileType",
|
|
394
|
+
"non_null": false
|
|
395
|
+
},
|
|
396
|
+
"varName": "type"
|
|
397
|
+
}
|
|
398
|
+
},
|
|
399
|
+
"inputFields": null,
|
|
400
|
+
"interfaces": {},
|
|
401
|
+
"kind": "OBJECT",
|
|
402
|
+
"name": "AccountInfo",
|
|
403
|
+
"possibleTypes": null
|
|
404
|
+
},
|
|
405
|
+
"indexType": "object",
|
|
406
|
+
"kind": [
|
|
407
|
+
"NON_NULL",
|
|
408
|
+
"OBJECT"
|
|
409
|
+
],
|
|
410
|
+
"name": "AccountInfo",
|
|
411
|
+
"non_null": false
|
|
412
|
+
},
|
|
413
|
+
"varName": "accountInfo"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"inputFields": null,
|
|
417
|
+
"interfaces": {},
|
|
418
|
+
"kind": "OBJECT",
|
|
419
|
+
"name": "RemoveAccountPayload",
|
|
420
|
+
"possibleTypes": null
|
|
421
|
+
},
|
|
422
|
+
"indexType": "object",
|
|
423
|
+
"kind": [
|
|
424
|
+
"OBJECT"
|
|
425
|
+
],
|
|
426
|
+
"name": "RemoveAccountPayload",
|
|
427
|
+
"non_null": false
|
|
428
|
+
},
|
|
429
|
+
"varName": "removeAccountPayload"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"inputFields": null,
|
|
433
|
+
"interfaces": [],
|
|
434
|
+
"kind": "OBJECT",
|
|
435
|
+
"name": "AccountManagementMutations",
|
|
436
|
+
"possibleTypes": null
|
|
437
|
+
},
|
|
438
|
+
"indexType": "object",
|
|
439
|
+
"kind": [
|
|
440
|
+
"OBJECT"
|
|
441
|
+
],
|
|
442
|
+
"name": "AccountManagementMutations",
|
|
443
|
+
"non_null": false
|
|
444
|
+
},
|
|
445
|
+
"variablesPayload": {}
|
|
446
|
+
}
|