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.

Files changed (164) hide show
  1. catocli/Utils/clidriver.py +5 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_accountManagement/README.md +7 -0
  4. catocli/parsers/mutation_accountManagement/__init__.py +51 -0
  5. catocli/parsers/mutation_accountManagement_addAccount/README.md +17 -0
  6. catocli/parsers/mutation_accountManagement_removeAccount/README.md +16 -0
  7. catocli/parsers/mutation_accountManagement_updateAccount/README.md +17 -0
  8. catocli/parsers/mutation_admin_addAdmin/README.md +2 -2
  9. catocli/parsers/mutation_admin_updateAdmin/README.md +2 -2
  10. catocli/parsers/mutation_container_delete/README.md +2 -2
  11. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +3 -3
  12. catocli/parsers/mutation_policy_internetFirewall_addSection/README.md +3 -3
  13. catocli/parsers/mutation_policy_internetFirewall_createPolicyRevision/README.md +3 -3
  14. catocli/parsers/mutation_policy_internetFirewall_discardPolicyRevision/README.md +3 -3
  15. catocli/parsers/mutation_policy_internetFirewall_moveRule/README.md +3 -3
  16. catocli/parsers/mutation_policy_internetFirewall_moveSection/README.md +3 -3
  17. catocli/parsers/mutation_policy_internetFirewall_publishPolicyRevision/README.md +3 -3
  18. catocli/parsers/mutation_policy_internetFirewall_removeRule/README.md +3 -3
  19. catocli/parsers/mutation_policy_internetFirewall_removeSection/README.md +3 -3
  20. catocli/parsers/mutation_policy_internetFirewall_updatePolicy/README.md +3 -3
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +3 -3
  22. catocli/parsers/mutation_policy_internetFirewall_updateSection/README.md +3 -3
  23. catocli/parsers/mutation_policy_wanFirewall_addRule/README.md +3 -3
  24. catocli/parsers/mutation_policy_wanFirewall_addSection/README.md +3 -3
  25. catocli/parsers/mutation_policy_wanFirewall_createPolicyRevision/README.md +3 -3
  26. catocli/parsers/mutation_policy_wanFirewall_discardPolicyRevision/README.md +3 -3
  27. catocli/parsers/mutation_policy_wanFirewall_moveRule/README.md +3 -3
  28. catocli/parsers/mutation_policy_wanFirewall_moveSection/README.md +3 -3
  29. catocli/parsers/mutation_policy_wanFirewall_publishPolicyRevision/README.md +3 -3
  30. catocli/parsers/mutation_policy_wanFirewall_removeRule/README.md +3 -3
  31. catocli/parsers/mutation_policy_wanFirewall_removeSection/README.md +3 -3
  32. catocli/parsers/mutation_policy_wanFirewall_updatePolicy/README.md +3 -3
  33. catocli/parsers/mutation_policy_wanFirewall_updateRule/README.md +3 -3
  34. catocli/parsers/mutation_policy_wanFirewall_updateSection/README.md +3 -3
  35. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +2 -2
  36. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +2 -2
  37. catocli/parsers/mutation_site_addNetworkRange/README.md +2 -2
  38. catocli/parsers/mutation_site_addSocketSite/README.md +2 -2
  39. catocli/parsers/mutation_site_addStaticHost/README.md +2 -2
  40. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  41. catocli/parsers/mutation_site_updateHa/README.md +2 -2
  42. catocli/parsers/mutation_site_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  43. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  44. catocli/parsers/mutation_site_updateNetworkRange/README.md +2 -2
  45. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +2 -2
  46. catocli/parsers/mutation_site_updateSocketInterface/README.md +2 -2
  47. catocli/parsers/mutation_site_updateStaticHost/README.md +2 -2
  48. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +2 -2
  49. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +2 -2
  50. catocli/parsers/mutation_sites_addNetworkRange/README.md +2 -2
  51. catocli/parsers/mutation_sites_addSocketSite/README.md +2 -2
  52. catocli/parsers/mutation_sites_addStaticHost/README.md +2 -2
  53. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +2 -2
  54. catocli/parsers/mutation_sites_updateHa/README.md +2 -2
  55. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteGeneralDetails/README.md +2 -2
  56. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +2 -2
  57. catocli/parsers/mutation_sites_updateNetworkRange/README.md +2 -2
  58. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +2 -2
  59. catocli/parsers/mutation_sites_updateSocketInterface/README.md +2 -2
  60. catocli/parsers/mutation_sites_updateStaticHost/README.md +2 -2
  61. catocli/parsers/parserApiClient.py +7 -4
  62. catocli/parsers/query_accountManagement/README.md +16 -0
  63. catocli/parsers/query_accountManagement/__init__.py +17 -0
  64. catocli/parsers/query_admins/README.md +2 -2
  65. catocli/parsers/query_appStats/README.md +5 -5
  66. catocli/parsers/query_appStatsTimeSeries/README.md +4 -4
  67. catocli/parsers/query_auditFeed/README.md +2 -2
  68. catocli/parsers/query_container/README.md +8 -8
  69. catocli/parsers/query_entityLookup/README.md +6 -6
  70. catocli/parsers/query_events/README.md +5 -5
  71. catocli/parsers/query_eventsFeed/README.md +2 -2
  72. catocli/parsers/query_eventsTimeSeries/README.md +4 -4
  73. catocli/parsers/query_hardwareManagement/README.md +2 -2
  74. catocli/parsers/query_policy/README.md +3 -3
  75. catocli/parsers/query_xdr_stories/README.md +2 -2
  76. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/METADATA +1 -1
  77. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/RECORD +164 -153
  78. models/mutation.accountManagement.addAccount.json +908 -0
  79. models/mutation.accountManagement.removeAccount.json +446 -0
  80. models/mutation.accountManagement.updateAccount.json +524 -0
  81. models/mutation.admin.addAdmin.json +103 -103
  82. models/mutation.admin.removeAdmin.json +3 -3
  83. models/mutation.admin.updateAdmin.json +121 -121
  84. models/mutation.container.delete.json +67 -67
  85. models/mutation.policy.internetFirewall.addRule.json +2497 -1889
  86. models/mutation.policy.internetFirewall.addSection.json +92 -92
  87. models/mutation.policy.internetFirewall.createPolicyRevision.json +734 -546
  88. models/mutation.policy.internetFirewall.discardPolicyRevision.json +734 -546
  89. models/mutation.policy.internetFirewall.moveRule.json +723 -535
  90. models/mutation.policy.internetFirewall.moveSection.json +85 -85
  91. models/mutation.policy.internetFirewall.publishPolicyRevision.json +734 -546
  92. models/mutation.policy.internetFirewall.removeRule.json +710 -522
  93. models/mutation.policy.internetFirewall.removeSection.json +72 -72
  94. models/mutation.policy.internetFirewall.updatePolicy.json +734 -546
  95. models/mutation.policy.internetFirewall.updateRule.json +2476 -1885
  96. models/mutation.policy.internetFirewall.updateSection.json +85 -85
  97. models/mutation.policy.wanFirewall.addRule.json +2577 -1225
  98. models/mutation.policy.wanFirewall.addSection.json +92 -92
  99. models/mutation.policy.wanFirewall.createPolicyRevision.json +800 -455
  100. models/mutation.policy.wanFirewall.discardPolicyRevision.json +800 -455
  101. models/mutation.policy.wanFirewall.moveRule.json +789 -444
  102. models/mutation.policy.wanFirewall.moveSection.json +85 -85
  103. models/mutation.policy.wanFirewall.publishPolicyRevision.json +800 -455
  104. models/mutation.policy.wanFirewall.removeRule.json +776 -431
  105. models/mutation.policy.wanFirewall.removeSection.json +72 -72
  106. models/mutation.policy.wanFirewall.updatePolicy.json +800 -455
  107. models/mutation.policy.wanFirewall.updateRule.json +2597 -1265
  108. models/mutation.policy.wanFirewall.updateSection.json +85 -85
  109. models/mutation.site.addIpsecIkeV2Site.json +43 -43
  110. models/mutation.site.addIpsecIkeV2SiteTunnels.json +102 -102
  111. models/mutation.site.addNetworkRange.json +53 -53
  112. models/mutation.site.addSocketSite.json +43 -43
  113. models/mutation.site.addStaticHost.json +33 -33
  114. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +47 -47
  115. models/mutation.site.removeNetworkRange.json +3 -3
  116. models/mutation.site.removeSite.json +3 -3
  117. models/mutation.site.removeStaticHost.json +3 -3
  118. models/mutation.site.updateHa.json +54 -54
  119. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  120. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +123 -123
  121. models/mutation.site.updateNetworkRange.json +74 -74
  122. models/mutation.site.updateSiteGeneralDetails.json +73 -73
  123. models/mutation.site.updateSocketInterface.json +282 -282
  124. models/mutation.site.updateStaticHost.json +54 -54
  125. models/mutation.sites.addIpsecIkeV2Site.json +43 -43
  126. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +102 -102
  127. models/mutation.sites.addNetworkRange.json +53 -53
  128. models/mutation.sites.addSocketSite.json +43 -43
  129. models/mutation.sites.addStaticHost.json +33 -33
  130. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +47 -47
  131. models/mutation.sites.removeNetworkRange.json +3 -3
  132. models/mutation.sites.removeSite.json +3 -3
  133. models/mutation.sites.removeStaticHost.json +3 -3
  134. models/mutation.sites.updateHa.json +54 -54
  135. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +79 -79
  136. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +123 -123
  137. models/mutation.sites.updateNetworkRange.json +74 -74
  138. models/mutation.sites.updateSiteGeneralDetails.json +73 -73
  139. models/mutation.sites.updateSocketInterface.json +282 -282
  140. models/mutation.sites.updateStaticHost.json +54 -54
  141. models/query.accountManagement.json +355 -0
  142. models/query.accountMetrics.json +235 -235
  143. models/query.accountRoles.json +3 -3
  144. models/query.accountSnapshot.json +116 -116
  145. models/query.admin.json +24 -24
  146. models/query.admins.json +138 -138
  147. models/query.appStats.json +92 -92
  148. models/query.appStatsTimeSeries.json +78 -78
  149. models/query.auditFeed.json +77 -77
  150. models/query.container.json +192 -192
  151. models/query.entityLookup.json +154 -154
  152. models/query.events.json +54 -54
  153. models/query.eventsFeed.json +38 -38
  154. models/query.eventsTimeSeries.json +78 -78
  155. models/query.hardwareManagement.json +125 -125
  156. models/query.licensing.json +735 -177
  157. models/query.policy.json +1502 -970
  158. models/query.xdr.stories.json +842 -842
  159. models/query.xdr.story.json +610 -610
  160. schema/catolib.py +1 -11
  161. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/LICENSE +0 -0
  162. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/WHEEL +0 -0
  163. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/entry_points.txt +0 -0
  164. {catocli-1.0.14.dist-info → catocli-1.0.15.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,524 @@
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
+ "updateAccount": {
25
+ "args": {
26
+ "updateAccount___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "updateAccount___input",
30
+ "name": "input",
31
+ "path": "updateAccount.input",
32
+ "requestStr": "$updateAccountInput:UpdateAccountInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$updateAccountInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "description": {
42
+ "defaultValue": null,
43
+ "description": "Account description",
44
+ "id_str": "updateAccount___input___description",
45
+ "name": "description",
46
+ "path": "updateAccount.input.description",
47
+ "requestStr": "$description:String ",
48
+ "required": false,
49
+ "responseStr": "description:$description ",
50
+ "type": {
51
+ "kind": [
52
+ "SCALAR"
53
+ ],
54
+ "name": "String",
55
+ "non_null": false
56
+ },
57
+ "varName": "description"
58
+ }
59
+ },
60
+ "interfaces": null,
61
+ "kind": "INPUT_OBJECT",
62
+ "name": "UpdateAccountInput",
63
+ "possibleTypes": null
64
+ },
65
+ "indexType": "input_object",
66
+ "kind": [
67
+ "NON_NULL",
68
+ "INPUT_OBJECT"
69
+ ],
70
+ "name": "UpdateAccountInput",
71
+ "non_null": false
72
+ },
73
+ "varName": "updateAccountInput"
74
+ }
75
+ },
76
+ "deprecationReason": null,
77
+ "description": "Update existing account attributes",
78
+ "isDeprecated": false,
79
+ "name": "updateAccount",
80
+ "type": {
81
+ "kind": "OBJECT",
82
+ "name": "AccountInfo",
83
+ "ofType": null
84
+ }
85
+ }
86
+ },
87
+ "deprecationReason": null,
88
+ "description": null,
89
+ "fieldTypes": {
90
+ "AccountAuditData": true,
91
+ "AccountInfo": true,
92
+ "AccountProfileType": true,
93
+ "AccountTenancy": true
94
+ },
95
+ "isDeprecated": false,
96
+ "name": "accountManagement",
97
+ "operationArgs": {
98
+ "accountId": {
99
+ "defaultValue": null,
100
+ "description": null,
101
+ "id_str": "accountId",
102
+ "name": "accountId",
103
+ "path": "accountId",
104
+ "requestStr": "$accountId:ID! ",
105
+ "required": true,
106
+ "responseStr": "accountId:$accountId ",
107
+ "type": {
108
+ "kind": [
109
+ "NON_NULL",
110
+ "SCALAR"
111
+ ],
112
+ "name": "ID",
113
+ "non_null": false
114
+ },
115
+ "varName": "accountId"
116
+ },
117
+ "updateAccountInput": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "updateAccount___input",
121
+ "name": "input",
122
+ "path": "updateAccount.input",
123
+ "requestStr": "$updateAccountInput:UpdateAccountInput! ",
124
+ "required": true,
125
+ "responseStr": "input:$updateAccountInput ",
126
+ "type": {
127
+ "definition": {
128
+ "description": null,
129
+ "enumValues": null,
130
+ "fields": null,
131
+ "inputFields": {
132
+ "description": {
133
+ "defaultValue": null,
134
+ "description": "Account description",
135
+ "id_str": "updateAccount___input___description",
136
+ "name": "description",
137
+ "path": "updateAccount.input.description",
138
+ "requestStr": "$description:String ",
139
+ "required": false,
140
+ "responseStr": "description:$description ",
141
+ "type": {
142
+ "kind": [
143
+ "SCALAR"
144
+ ],
145
+ "name": "String",
146
+ "non_null": false
147
+ },
148
+ "varName": "description"
149
+ }
150
+ },
151
+ "interfaces": null,
152
+ "kind": "INPUT_OBJECT",
153
+ "name": "UpdateAccountInput",
154
+ "possibleTypes": null
155
+ },
156
+ "indexType": "input_object",
157
+ "kind": [
158
+ "NON_NULL",
159
+ "INPUT_OBJECT"
160
+ ],
161
+ "name": "UpdateAccountInput",
162
+ "non_null": false
163
+ },
164
+ "varName": "updateAccountInput"
165
+ }
166
+ },
167
+ "path": "mutation.accountManagement.updateAccount",
168
+ "type": {
169
+ "definition": {
170
+ "description": null,
171
+ "enumValues": null,
172
+ "fields": {
173
+ "updateAccount": {
174
+ "args": {
175
+ "updateAccount___input": {
176
+ "defaultValue": null,
177
+ "description": null,
178
+ "id_str": "updateAccount___input",
179
+ "name": "input",
180
+ "path": "updateAccount.input",
181
+ "requestStr": "$updateAccountInput:UpdateAccountInput! ",
182
+ "required": true,
183
+ "responseStr": "input:$updateAccountInput ",
184
+ "type": {
185
+ "definition": {
186
+ "description": null,
187
+ "enumValues": null,
188
+ "fields": null,
189
+ "inputFields": {
190
+ "description": {
191
+ "defaultValue": null,
192
+ "description": "Account description",
193
+ "id_str": "updateAccount___input___description",
194
+ "name": "description",
195
+ "path": "updateAccount.input.description",
196
+ "requestStr": "$description:String ",
197
+ "required": false,
198
+ "responseStr": "description:$description ",
199
+ "type": {
200
+ "kind": [
201
+ "SCALAR"
202
+ ],
203
+ "name": "String",
204
+ "non_null": false
205
+ },
206
+ "varName": "description"
207
+ }
208
+ },
209
+ "interfaces": null,
210
+ "kind": "INPUT_OBJECT",
211
+ "name": "UpdateAccountInput",
212
+ "possibleTypes": null
213
+ },
214
+ "indexType": "input_object",
215
+ "kind": [
216
+ "NON_NULL",
217
+ "INPUT_OBJECT"
218
+ ],
219
+ "name": "UpdateAccountInput",
220
+ "non_null": false
221
+ },
222
+ "varName": "updateAccountInput"
223
+ }
224
+ },
225
+ "deprecationReason": null,
226
+ "description": "Update existing account attributes",
227
+ "id_str": "updateAccount",
228
+ "isDeprecated": false,
229
+ "name": "updateAccount",
230
+ "path": "updateAccount",
231
+ "requestStr": "$accountInfo:AccountInfo ",
232
+ "required": false,
233
+ "responseStr": "updateAccount:$accountInfo ",
234
+ "type": {
235
+ "definition": {
236
+ "description": null,
237
+ "enumValues": null,
238
+ "fields": {
239
+ "audit": {
240
+ "args": {},
241
+ "deprecationReason": null,
242
+ "description": "Audit data for the account",
243
+ "id_str": "updateAccount___audit",
244
+ "isDeprecated": false,
245
+ "name": "audit",
246
+ "path": "updateAccount.audit",
247
+ "requestStr": "$accountAuditData:AccountAuditData! ",
248
+ "required": true,
249
+ "responseStr": "audit:$accountAuditData ",
250
+ "type": {
251
+ "definition": {
252
+ "description": null,
253
+ "enumValues": null,
254
+ "fields": {
255
+ "createdBy": {
256
+ "args": {},
257
+ "deprecationReason": null,
258
+ "description": "The Admin / API key name used for creating the account",
259
+ "id_str": "updateAccount___audit___createdBy",
260
+ "isDeprecated": false,
261
+ "name": "createdBy",
262
+ "path": "updateAccount.audit.createdBy",
263
+ "requestStr": "$createdBy:String! ",
264
+ "required": true,
265
+ "responseStr": "createdBy:$createdBy ",
266
+ "type": {
267
+ "kind": [
268
+ "NON_NULL",
269
+ "SCALAR"
270
+ ],
271
+ "name": "String",
272
+ "non_null": false
273
+ },
274
+ "varName": "createdBy"
275
+ },
276
+ "createdTime": {
277
+ "args": {},
278
+ "deprecationReason": null,
279
+ "description": "The date when the account created",
280
+ "id_str": "updateAccount___audit___createdTime",
281
+ "isDeprecated": false,
282
+ "name": "createdTime",
283
+ "path": "updateAccount.audit.createdTime",
284
+ "requestStr": "$createdTime:DateTime! ",
285
+ "required": true,
286
+ "responseStr": "createdTime:$createdTime ",
287
+ "type": {
288
+ "kind": [
289
+ "NON_NULL",
290
+ "SCALAR"
291
+ ],
292
+ "name": "DateTime",
293
+ "non_null": false
294
+ },
295
+ "varName": "createdTime"
296
+ }
297
+ },
298
+ "inputFields": null,
299
+ "interfaces": {},
300
+ "kind": "OBJECT",
301
+ "name": "AccountAuditData",
302
+ "possibleTypes": null
303
+ },
304
+ "indexType": "object",
305
+ "kind": [
306
+ "NON_NULL",
307
+ "OBJECT"
308
+ ],
309
+ "name": "AccountAuditData",
310
+ "non_null": false
311
+ },
312
+ "varName": "accountAuditData"
313
+ },
314
+ "description": {
315
+ "args": {},
316
+ "deprecationReason": null,
317
+ "description": "User-defined information as defined by an account admin",
318
+ "id_str": "updateAccount___description",
319
+ "isDeprecated": false,
320
+ "name": "description",
321
+ "path": "updateAccount.description",
322
+ "requestStr": "$description:String ",
323
+ "required": false,
324
+ "responseStr": "description:$description ",
325
+ "type": {
326
+ "kind": [
327
+ "SCALAR"
328
+ ],
329
+ "name": "String",
330
+ "non_null": false
331
+ },
332
+ "varName": "description"
333
+ },
334
+ "id": {
335
+ "args": {},
336
+ "deprecationReason": null,
337
+ "description": "The ID of the account",
338
+ "id_str": "updateAccount___id",
339
+ "isDeprecated": false,
340
+ "name": "id",
341
+ "path": "updateAccount.id",
342
+ "requestStr": "$id:ID! ",
343
+ "required": true,
344
+ "responseStr": "id:$id ",
345
+ "type": {
346
+ "kind": [
347
+ "NON_NULL",
348
+ "SCALAR"
349
+ ],
350
+ "name": "ID",
351
+ "non_null": false
352
+ },
353
+ "varName": "id"
354
+ },
355
+ "name": {
356
+ "args": {},
357
+ "deprecationReason": null,
358
+ "description": "The name of the account",
359
+ "id_str": "updateAccount___name",
360
+ "isDeprecated": false,
361
+ "name": "name",
362
+ "path": "updateAccount.name",
363
+ "requestStr": "$name:String! ",
364
+ "required": true,
365
+ "responseStr": "name:$name ",
366
+ "type": {
367
+ "kind": [
368
+ "NON_NULL",
369
+ "SCALAR"
370
+ ],
371
+ "name": "String",
372
+ "non_null": false
373
+ },
374
+ "varName": "name"
375
+ },
376
+ "tenancy": {
377
+ "args": {},
378
+ "deprecationReason": null,
379
+ "description": "The account tenancy e.g. single-tenant / multi-tenant",
380
+ "id_str": "updateAccount___tenancy",
381
+ "isDeprecated": false,
382
+ "name": "tenancy",
383
+ "path": "updateAccount.tenancy",
384
+ "requestStr": "$tenancy:AccountTenancy! ",
385
+ "required": true,
386
+ "responseStr": "tenancy:$tenancy ",
387
+ "type": {
388
+ "definition": {
389
+ "description": "enum for account tenancy",
390
+ "enumValues": [
391
+ {
392
+ "deprecationReason": null,
393
+ "description": "Single tenant account - default for customer accounts",
394
+ "isDeprecated": false,
395
+ "name": "SINGLE_TENANT"
396
+ },
397
+ {
398
+ "deprecationReason": null,
399
+ "description": "Multi tenant account - default for partner accounts",
400
+ "isDeprecated": false,
401
+ "name": "MULTI_TENANT"
402
+ }
403
+ ],
404
+ "fields": null,
405
+ "inputFields": null,
406
+ "interfaces": null,
407
+ "kind": "ENUM",
408
+ "name": "AccountTenancy",
409
+ "possibleTypes": null
410
+ },
411
+ "indexType": "enum",
412
+ "kind": [
413
+ "NON_NULL",
414
+ "ENUM"
415
+ ],
416
+ "name": "AccountTenancy",
417
+ "non_null": false
418
+ },
419
+ "varName": "tenancy"
420
+ },
421
+ "timeZone": {
422
+ "args": {},
423
+ "deprecationReason": null,
424
+ "description": "The time zone of the account. Default: UTC (GMT + 0).",
425
+ "id_str": "updateAccount___timeZone",
426
+ "isDeprecated": false,
427
+ "name": "timeZone",
428
+ "path": "updateAccount.timeZone",
429
+ "requestStr": "$timeZone:TimeZone! ",
430
+ "required": true,
431
+ "responseStr": "timeZone:$timeZone ",
432
+ "type": {
433
+ "kind": [
434
+ "NON_NULL",
435
+ "SCALAR"
436
+ ],
437
+ "name": "TimeZone",
438
+ "non_null": false
439
+ },
440
+ "varName": "timeZone"
441
+ },
442
+ "type": {
443
+ "args": {},
444
+ "deprecationReason": null,
445
+ "description": "The account type e.g. Partner or Customer",
446
+ "id_str": "updateAccount___type",
447
+ "isDeprecated": false,
448
+ "name": "type",
449
+ "path": "updateAccount.type",
450
+ "requestStr": "$type:AccountProfileType! ",
451
+ "required": true,
452
+ "responseStr": "type:$type ",
453
+ "type": {
454
+ "definition": {
455
+ "description": "enum for account type",
456
+ "enumValues": [
457
+ {
458
+ "deprecationReason": null,
459
+ "description": "A customer account",
460
+ "isDeprecated": false,
461
+ "name": "CUSTOMER"
462
+ },
463
+ {
464
+ "deprecationReason": null,
465
+ "description": "A partner account",
466
+ "isDeprecated": false,
467
+ "name": "PARTNER"
468
+ }
469
+ ],
470
+ "fields": null,
471
+ "inputFields": null,
472
+ "interfaces": null,
473
+ "kind": "ENUM",
474
+ "name": "AccountProfileType",
475
+ "possibleTypes": null
476
+ },
477
+ "indexType": "enum",
478
+ "kind": [
479
+ "NON_NULL",
480
+ "ENUM"
481
+ ],
482
+ "name": "AccountProfileType",
483
+ "non_null": false
484
+ },
485
+ "varName": "type"
486
+ }
487
+ },
488
+ "inputFields": null,
489
+ "interfaces": {},
490
+ "kind": "OBJECT",
491
+ "name": "AccountInfo",
492
+ "possibleTypes": null
493
+ },
494
+ "indexType": "object",
495
+ "kind": [
496
+ "OBJECT"
497
+ ],
498
+ "name": "AccountInfo",
499
+ "non_null": false
500
+ },
501
+ "varName": "accountInfo"
502
+ }
503
+ },
504
+ "inputFields": null,
505
+ "interfaces": [],
506
+ "kind": "OBJECT",
507
+ "name": "AccountManagementMutations",
508
+ "possibleTypes": null
509
+ },
510
+ "indexType": "object",
511
+ "kind": [
512
+ "OBJECT"
513
+ ],
514
+ "name": "AccountManagementMutations",
515
+ "non_null": false
516
+ },
517
+ "variablesPayload": {
518
+ "updateAccountInput": {
519
+ "description": {
520
+ "description": "String"
521
+ }
522
+ }
523
+ }
524
+ }