catocli 1.0.19__py3-none-any.whl → 1.0.21__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 (166) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/__init__.py +1 -1
  4. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  5. catocli/parsers/mutation_admin_updateAdmin/README.md +1 -1
  6. catocli/parsers/mutation_policy/__init__.py +522 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  18. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
  21. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
  22. catocli/parsers/mutation_policy_socketLan/README.md +7 -0
  23. catocli/parsers/mutation_policy_socketLan_addRule/README.md +18 -0
  24. catocli/parsers/mutation_policy_socketLan_addSection/README.md +18 -0
  25. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +18 -0
  26. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +18 -0
  27. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +18 -0
  28. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +18 -0
  29. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +18 -0
  30. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +18 -0
  31. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +18 -0
  32. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +18 -0
  33. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +18 -0
  34. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +18 -0
  35. catocli/parsers/mutation_policy_wanNetwork/README.md +7 -0
  36. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +18 -0
  37. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +18 -0
  38. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +18 -0
  39. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +18 -0
  40. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +18 -0
  41. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +18 -0
  42. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +18 -0
  43. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +18 -0
  44. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +18 -0
  45. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +18 -0
  46. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +18 -0
  47. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +18 -0
  48. catocli/parsers/mutation_sandbox/README.md +7 -0
  49. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  50. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  51. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  52. catocli/parsers/mutation_site/__init__.py +28 -0
  53. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  54. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  55. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  56. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  57. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  58. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  59. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  60. catocli/parsers/mutation_sites/__init__.py +28 -0
  61. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  62. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  63. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  64. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  65. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  66. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  67. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  68. catocli/parsers/mutation_xdr/README.md +7 -0
  69. catocli/parsers/mutation_xdr/__init__.py +51 -0
  70. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  71. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  72. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  73. catocli/parsers/query_accountMetrics/README.md +2 -1
  74. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  75. catocli/parsers/query_eventsFeed/README.md +1 -1
  76. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  77. catocli/parsers/query_policy/README.md +4 -1
  78. catocli/parsers/query_sandbox/README.md +17 -0
  79. catocli/parsers/query_sandbox/__init__.py +17 -0
  80. catocli/parsers/query_siteLocation/README.md +1 -1
  81. catocli/parsers/query_xdr_story/README.md +1 -1
  82. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
  83. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/RECORD +166 -66
  84. models/mutation.admin.addAdmin.json +0 -60
  85. models/mutation.admin.updateAdmin.json +0 -57
  86. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  87. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  88. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  89. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  90. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  91. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  92. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  93. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  94. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  95. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  96. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  97. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  98. models/mutation.policy.internetFirewall.addRule.json +18 -18
  99. models/mutation.policy.internetFirewall.createPolicyRevision.json +4 -4
  100. models/mutation.policy.internetFirewall.discardPolicyRevision.json +4 -4
  101. models/mutation.policy.internetFirewall.moveRule.json +4 -4
  102. models/mutation.policy.internetFirewall.publishPolicyRevision.json +4 -4
  103. models/mutation.policy.internetFirewall.removeRule.json +4 -4
  104. models/mutation.policy.internetFirewall.updatePolicy.json +4 -4
  105. models/mutation.policy.internetFirewall.updateRule.json +18 -18
  106. models/mutation.policy.socketLan.addRule.json +11266 -0
  107. models/mutation.policy.socketLan.addSection.json +1358 -0
  108. models/mutation.policy.socketLan.createPolicyRevision.json +3926 -0
  109. models/mutation.policy.socketLan.discardPolicyRevision.json +3860 -0
  110. models/mutation.policy.socketLan.moveRule.json +3658 -0
  111. models/mutation.policy.socketLan.moveSection.json +1259 -0
  112. models/mutation.policy.socketLan.publishPolicyRevision.json +3917 -0
  113. models/mutation.policy.socketLan.removeRule.json +3306 -0
  114. models/mutation.policy.socketLan.removeSection.json +958 -0
  115. models/mutation.policy.socketLan.updatePolicy.json +3936 -0
  116. models/mutation.policy.socketLan.updateRule.json +10860 -0
  117. models/mutation.policy.socketLan.updateSection.json +1111 -0
  118. models/mutation.policy.wanNetwork.addRule.json +30614 -0
  119. models/mutation.policy.wanNetwork.addSection.json +1358 -0
  120. models/mutation.policy.wanNetwork.createPolicyRevision.json +8251 -0
  121. models/mutation.policy.wanNetwork.discardPolicyRevision.json +8185 -0
  122. models/mutation.policy.wanNetwork.moveRule.json +7983 -0
  123. models/mutation.policy.wanNetwork.moveSection.json +1259 -0
  124. models/mutation.policy.wanNetwork.publishPolicyRevision.json +8242 -0
  125. models/mutation.policy.wanNetwork.removeRule.json +7631 -0
  126. models/mutation.policy.wanNetwork.removeSection.json +958 -0
  127. models/mutation.policy.wanNetwork.updatePolicy.json +8261 -0
  128. models/mutation.policy.wanNetwork.updateRule.json +30145 -0
  129. models/mutation.policy.wanNetwork.updateSection.json +1111 -0
  130. models/mutation.sandbox.deleteReport.json +302 -0
  131. models/mutation.sandbox.uploadFile.json +301 -0
  132. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  133. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  134. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  135. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  136. models/mutation.site.addSocketSite.json +72 -15
  137. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  138. models/mutation.site.updateNetworkRange.json +3 -3
  139. models/mutation.site.updateSocketInterface.json +126 -18
  140. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  141. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  142. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  143. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  144. models/mutation.sites.addSocketSite.json +72 -15
  145. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  146. models/mutation.sites.updateNetworkRange.json +3 -3
  147. models/mutation.sites.updateSocketInterface.json +126 -18
  148. models/mutation.xdr.addStoryComment.json +622 -0
  149. models/mutation.xdr.analystFeedback.json +28820 -0
  150. models/mutation.xdr.deleteStoryComment.json +622 -0
  151. models/query.accountMetrics.json +592 -0
  152. models/query.accountSnapshot.json +308 -0
  153. models/query.appStatsTimeSeries.json +37 -0
  154. models/query.auditFeed.json +352 -52
  155. models/query.events.json +1434 -234
  156. models/query.eventsFeed.json +352 -52
  157. models/query.eventsTimeSeries.json +1113 -176
  158. models/query.policy.json +22867 -9389
  159. models/query.sandbox.json +2111 -0
  160. models/query.xdr.stories.json +134 -4
  161. models/query.xdr.story.json +116 -4
  162. schema/catolib.py +4 -5
  163. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
  164. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
  165. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
  166. {catocli-1.0.19.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,302 @@
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
+ "deleteReport": {
25
+ "args": {
26
+ "deleteReport___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "deleteReport___input",
30
+ "name": "input",
31
+ "path": "deleteReport.input",
32
+ "requestStr": "$deleteReportInput:DeleteReportInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$deleteReportInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": " Delete report input ",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "fileHash": {
42
+ "defaultValue": null,
43
+ "description": " File hash (SHA-256) to be deleted ",
44
+ "id_str": "deleteReport___input___fileHash",
45
+ "name": "fileHash",
46
+ "path": "deleteReport.input.fileHash",
47
+ "requestStr": "$fileHash:String! ",
48
+ "required": true,
49
+ "responseStr": "fileHash:$fileHash ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "String",
56
+ "non_null": false
57
+ },
58
+ "varName": "fileHash"
59
+ }
60
+ },
61
+ "interfaces": null,
62
+ "kind": "INPUT_OBJECT",
63
+ "name": "DeleteReportInput",
64
+ "possibleTypes": null
65
+ },
66
+ "indexType": "input_object",
67
+ "kind": [
68
+ "NON_NULL",
69
+ "INPUT_OBJECT"
70
+ ],
71
+ "name": "DeleteReportInput",
72
+ "non_null": false
73
+ },
74
+ "varName": "deleteReportInput"
75
+ }
76
+ },
77
+ "deprecationReason": null,
78
+ "description": " Delete a sandbox report ",
79
+ "isDeprecated": false,
80
+ "name": "deleteReport",
81
+ "type": {
82
+ "kind": "NON_NULL",
83
+ "name": null,
84
+ "ofType": {
85
+ "kind": "OBJECT",
86
+ "name": "DeleteReportPayload",
87
+ "ofType": null
88
+ }
89
+ }
90
+ }
91
+ },
92
+ "deprecationReason": null,
93
+ "description": null,
94
+ "fieldTypes": {
95
+ "DeleteReportPayload": true
96
+ },
97
+ "isDeprecated": false,
98
+ "name": "sandbox",
99
+ "operationArgs": {
100
+ "accountId": {
101
+ "defaultValue": null,
102
+ "description": null,
103
+ "id_str": "accountId",
104
+ "name": "accountId",
105
+ "path": "accountId",
106
+ "requestStr": "$accountId:ID! ",
107
+ "required": true,
108
+ "responseStr": "accountId:$accountId ",
109
+ "type": {
110
+ "kind": [
111
+ "NON_NULL",
112
+ "SCALAR"
113
+ ],
114
+ "name": "ID",
115
+ "non_null": false
116
+ },
117
+ "varName": "accountId"
118
+ },
119
+ "deleteReportInput": {
120
+ "defaultValue": null,
121
+ "description": null,
122
+ "id_str": "deleteReport___input",
123
+ "name": "input",
124
+ "path": "deleteReport.input",
125
+ "requestStr": "$deleteReportInput:DeleteReportInput! ",
126
+ "required": true,
127
+ "responseStr": "input:$deleteReportInput ",
128
+ "type": {
129
+ "definition": {
130
+ "description": " Delete report input ",
131
+ "enumValues": null,
132
+ "fields": null,
133
+ "inputFields": {
134
+ "fileHash": {
135
+ "defaultValue": null,
136
+ "description": " File hash (SHA-256) to be deleted ",
137
+ "id_str": "deleteReport___input___fileHash",
138
+ "name": "fileHash",
139
+ "path": "deleteReport.input.fileHash",
140
+ "requestStr": "$fileHash:String! ",
141
+ "required": true,
142
+ "responseStr": "fileHash:$fileHash ",
143
+ "type": {
144
+ "kind": [
145
+ "NON_NULL",
146
+ "SCALAR"
147
+ ],
148
+ "name": "String",
149
+ "non_null": false
150
+ },
151
+ "varName": "fileHash"
152
+ }
153
+ },
154
+ "interfaces": null,
155
+ "kind": "INPUT_OBJECT",
156
+ "name": "DeleteReportInput",
157
+ "possibleTypes": null
158
+ },
159
+ "indexType": "input_object",
160
+ "kind": [
161
+ "NON_NULL",
162
+ "INPUT_OBJECT"
163
+ ],
164
+ "name": "DeleteReportInput",
165
+ "non_null": false
166
+ },
167
+ "varName": "deleteReportInput"
168
+ }
169
+ },
170
+ "path": "mutation.sandbox.deleteReport",
171
+ "type": {
172
+ "definition": {
173
+ "description": null,
174
+ "enumValues": null,
175
+ "fields": {
176
+ "deleteReport": {
177
+ "args": {
178
+ "deleteReport___input": {
179
+ "defaultValue": null,
180
+ "description": null,
181
+ "id_str": "deleteReport___input",
182
+ "name": "input",
183
+ "path": "deleteReport.input",
184
+ "requestStr": "$deleteReportInput:DeleteReportInput! ",
185
+ "required": true,
186
+ "responseStr": "input:$deleteReportInput ",
187
+ "type": {
188
+ "definition": {
189
+ "description": " Delete report input ",
190
+ "enumValues": null,
191
+ "fields": null,
192
+ "inputFields": {
193
+ "fileHash": {
194
+ "defaultValue": null,
195
+ "description": " File hash (SHA-256) to be deleted ",
196
+ "id_str": "deleteReport___input___fileHash",
197
+ "name": "fileHash",
198
+ "path": "deleteReport.input.fileHash",
199
+ "requestStr": "$fileHash:String! ",
200
+ "required": true,
201
+ "responseStr": "fileHash:$fileHash ",
202
+ "type": {
203
+ "kind": [
204
+ "NON_NULL",
205
+ "SCALAR"
206
+ ],
207
+ "name": "String",
208
+ "non_null": false
209
+ },
210
+ "varName": "fileHash"
211
+ }
212
+ },
213
+ "interfaces": null,
214
+ "kind": "INPUT_OBJECT",
215
+ "name": "DeleteReportInput",
216
+ "possibleTypes": null
217
+ },
218
+ "indexType": "input_object",
219
+ "kind": [
220
+ "NON_NULL",
221
+ "INPUT_OBJECT"
222
+ ],
223
+ "name": "DeleteReportInput",
224
+ "non_null": false
225
+ },
226
+ "varName": "deleteReportInput"
227
+ }
228
+ },
229
+ "deprecationReason": null,
230
+ "description": " Delete a sandbox report ",
231
+ "id_str": "deleteReport",
232
+ "isDeprecated": false,
233
+ "name": "deleteReport",
234
+ "path": "deleteReport",
235
+ "requestStr": "$deleteReportPayload:DeleteReportPayload! ",
236
+ "required": true,
237
+ "responseStr": "deleteReport:$deleteReportPayload ",
238
+ "type": {
239
+ "definition": {
240
+ "description": " Delete report response ",
241
+ "enumValues": null,
242
+ "fields": {
243
+ "fileHash": {
244
+ "args": {},
245
+ "deprecationReason": null,
246
+ "description": " File hash (SHA-256) ",
247
+ "id_str": "deleteReport___fileHash",
248
+ "isDeprecated": false,
249
+ "name": "fileHash",
250
+ "path": "deleteReport.fileHash",
251
+ "requestStr": "$fileHash:String! ",
252
+ "required": true,
253
+ "responseStr": "fileHash:$fileHash ",
254
+ "type": {
255
+ "kind": [
256
+ "NON_NULL",
257
+ "SCALAR"
258
+ ],
259
+ "name": "String",
260
+ "non_null": false
261
+ },
262
+ "varName": "fileHash"
263
+ }
264
+ },
265
+ "inputFields": null,
266
+ "interfaces": {},
267
+ "kind": "OBJECT",
268
+ "name": "DeleteReportPayload",
269
+ "possibleTypes": null
270
+ },
271
+ "indexType": "object",
272
+ "kind": [
273
+ "NON_NULL",
274
+ "OBJECT"
275
+ ],
276
+ "name": "DeleteReportPayload",
277
+ "non_null": false
278
+ },
279
+ "varName": "deleteReportPayload"
280
+ }
281
+ },
282
+ "inputFields": null,
283
+ "interfaces": [],
284
+ "kind": "OBJECT",
285
+ "name": "SandboxMutations",
286
+ "possibleTypes": null
287
+ },
288
+ "indexType": "object",
289
+ "kind": [
290
+ "OBJECT"
291
+ ],
292
+ "name": "SandboxMutations",
293
+ "non_null": false
294
+ },
295
+ "variablesPayload": {
296
+ "deleteReportInput": {
297
+ "fileHash": {
298
+ "fileHash": "String"
299
+ }
300
+ }
301
+ }
302
+ }
@@ -0,0 +1,301 @@
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
+ "uploadFile": {
25
+ "args": {
26
+ "uploadFile___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "uploadFile___input",
30
+ "name": "input",
31
+ "path": "uploadFile.input",
32
+ "requestStr": "$uploadFileInput:UploadFileInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$uploadFileInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": " Upload file input ",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "fileName": {
42
+ "defaultValue": null,
43
+ "description": " Uploaded file name ",
44
+ "id_str": "uploadFile___input___fileName",
45
+ "name": "fileName",
46
+ "path": "uploadFile.input.fileName",
47
+ "requestStr": "$fileName:String! ",
48
+ "required": true,
49
+ "responseStr": "fileName:$fileName ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "String",
56
+ "non_null": false
57
+ },
58
+ "varName": "fileName"
59
+ }
60
+ },
61
+ "interfaces": null,
62
+ "kind": "INPUT_OBJECT",
63
+ "name": "UploadFileInput",
64
+ "possibleTypes": null
65
+ },
66
+ "indexType": "input_object",
67
+ "kind": [
68
+ "NON_NULL",
69
+ "INPUT_OBJECT"
70
+ ],
71
+ "name": "UploadFileInput",
72
+ "non_null": false
73
+ },
74
+ "varName": "uploadFileInput"
75
+ }
76
+ },
77
+ "deprecationReason": null,
78
+ "description": " Upload a file for sandbox analysis ",
79
+ "isDeprecated": false,
80
+ "name": "uploadFile",
81
+ "type": {
82
+ "kind": "NON_NULL",
83
+ "name": null,
84
+ "ofType": {
85
+ "kind": "OBJECT",
86
+ "name": "UploadFilePayload",
87
+ "ofType": null
88
+ }
89
+ }
90
+ }
91
+ },
92
+ "deprecationReason": null,
93
+ "description": null,
94
+ "fieldTypes": {
95
+ "UploadFilePayload": true
96
+ },
97
+ "isDeprecated": false,
98
+ "name": "sandbox",
99
+ "operationArgs": {
100
+ "accountId": {
101
+ "defaultValue": null,
102
+ "description": null,
103
+ "id_str": "accountId",
104
+ "name": "accountId",
105
+ "path": "accountId",
106
+ "requestStr": "$accountId:ID! ",
107
+ "required": true,
108
+ "responseStr": "accountId:$accountId ",
109
+ "type": {
110
+ "kind": [
111
+ "NON_NULL",
112
+ "SCALAR"
113
+ ],
114
+ "name": "ID",
115
+ "non_null": false
116
+ },
117
+ "varName": "accountId"
118
+ },
119
+ "uploadFileInput": {
120
+ "defaultValue": null,
121
+ "description": null,
122
+ "id_str": "uploadFile___input",
123
+ "name": "input",
124
+ "path": "uploadFile.input",
125
+ "requestStr": "$uploadFileInput:UploadFileInput! ",
126
+ "required": true,
127
+ "responseStr": "input:$uploadFileInput ",
128
+ "type": {
129
+ "definition": {
130
+ "description": " Upload file input ",
131
+ "enumValues": null,
132
+ "fields": null,
133
+ "inputFields": {
134
+ "fileName": {
135
+ "defaultValue": null,
136
+ "description": " Uploaded file name ",
137
+ "id_str": "uploadFile___input___fileName",
138
+ "name": "fileName",
139
+ "path": "uploadFile.input.fileName",
140
+ "requestStr": "$fileName:String! ",
141
+ "required": true,
142
+ "responseStr": "fileName:$fileName ",
143
+ "type": {
144
+ "kind": [
145
+ "NON_NULL",
146
+ "SCALAR"
147
+ ],
148
+ "name": "String",
149
+ "non_null": false
150
+ },
151
+ "varName": "fileName"
152
+ }
153
+ },
154
+ "interfaces": null,
155
+ "kind": "INPUT_OBJECT",
156
+ "name": "UploadFileInput",
157
+ "possibleTypes": null
158
+ },
159
+ "indexType": "input_object",
160
+ "kind": [
161
+ "NON_NULL",
162
+ "INPUT_OBJECT"
163
+ ],
164
+ "name": "UploadFileInput",
165
+ "non_null": false
166
+ },
167
+ "varName": "uploadFileInput"
168
+ }
169
+ },
170
+ "path": "mutation.sandbox.uploadFile",
171
+ "type": {
172
+ "definition": {
173
+ "description": null,
174
+ "enumValues": null,
175
+ "fields": {
176
+ "uploadFile": {
177
+ "args": {
178
+ "uploadFile___input": {
179
+ "defaultValue": null,
180
+ "description": null,
181
+ "id_str": "uploadFile___input",
182
+ "name": "input",
183
+ "path": "uploadFile.input",
184
+ "requestStr": "$uploadFileInput:UploadFileInput! ",
185
+ "required": true,
186
+ "responseStr": "input:$uploadFileInput ",
187
+ "type": {
188
+ "definition": {
189
+ "description": " Upload file input ",
190
+ "enumValues": null,
191
+ "fields": null,
192
+ "inputFields": {
193
+ "fileName": {
194
+ "defaultValue": null,
195
+ "description": " Uploaded file name ",
196
+ "id_str": "uploadFile___input___fileName",
197
+ "name": "fileName",
198
+ "path": "uploadFile.input.fileName",
199
+ "requestStr": "$fileName:String! ",
200
+ "required": true,
201
+ "responseStr": "fileName:$fileName ",
202
+ "type": {
203
+ "kind": [
204
+ "NON_NULL",
205
+ "SCALAR"
206
+ ],
207
+ "name": "String",
208
+ "non_null": false
209
+ },
210
+ "varName": "fileName"
211
+ }
212
+ },
213
+ "interfaces": null,
214
+ "kind": "INPUT_OBJECT",
215
+ "name": "UploadFileInput",
216
+ "possibleTypes": null
217
+ },
218
+ "indexType": "input_object",
219
+ "kind": [
220
+ "NON_NULL",
221
+ "INPUT_OBJECT"
222
+ ],
223
+ "name": "UploadFileInput",
224
+ "non_null": false
225
+ },
226
+ "varName": "uploadFileInput"
227
+ }
228
+ },
229
+ "deprecationReason": null,
230
+ "description": " Upload a file for sandbox analysis ",
231
+ "id_str": "uploadFile",
232
+ "isDeprecated": false,
233
+ "name": "uploadFile",
234
+ "path": "uploadFile",
235
+ "requestStr": "$uploadFilePayload:UploadFilePayload! ",
236
+ "required": true,
237
+ "responseStr": "uploadFile:$uploadFilePayload ",
238
+ "type": {
239
+ "definition": {
240
+ "description": " Upload file response ",
241
+ "enumValues": null,
242
+ "fields": {
243
+ "uploadUrl": {
244
+ "args": {},
245
+ "deprecationReason": null,
246
+ "description": " Upload URL (HTTP PUT) ",
247
+ "id_str": "uploadFile___uploadUrl",
248
+ "isDeprecated": false,
249
+ "name": "uploadUrl",
250
+ "path": "uploadFile.uploadUrl",
251
+ "requestStr": "$uploadUrl:Url ",
252
+ "required": false,
253
+ "responseStr": "uploadUrl:$uploadUrl ",
254
+ "type": {
255
+ "kind": [
256
+ "SCALAR"
257
+ ],
258
+ "name": "Url",
259
+ "non_null": false
260
+ },
261
+ "varName": "uploadUrl"
262
+ }
263
+ },
264
+ "inputFields": null,
265
+ "interfaces": {},
266
+ "kind": "OBJECT",
267
+ "name": "UploadFilePayload",
268
+ "possibleTypes": null
269
+ },
270
+ "indexType": "object",
271
+ "kind": [
272
+ "NON_NULL",
273
+ "OBJECT"
274
+ ],
275
+ "name": "UploadFilePayload",
276
+ "non_null": false
277
+ },
278
+ "varName": "uploadFilePayload"
279
+ }
280
+ },
281
+ "inputFields": null,
282
+ "interfaces": [],
283
+ "kind": "OBJECT",
284
+ "name": "SandboxMutations",
285
+ "possibleTypes": null
286
+ },
287
+ "indexType": "object",
288
+ "kind": [
289
+ "OBJECT"
290
+ ],
291
+ "name": "SandboxMutations",
292
+ "non_null": false
293
+ },
294
+ "variablesPayload": {
295
+ "uploadFileInput": {
296
+ "fileName": {
297
+ "fileName": "String"
298
+ }
299
+ }
300
+ }
301
+ }