catocli 1.0.18__py3-none-any.whl → 1.0.20__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 (102) hide show
  1. catocli/Utils/clidriver.py +6 -0
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +174 -0
  4. catocli/parsers/mutation_policy_dynamicIpAllocation/README.md +7 -0
  5. catocli/parsers/mutation_policy_dynamicIpAllocation_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_dynamicIpAllocation_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_dynamicIpAllocation_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_dynamicIpAllocation_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_dynamicIpAllocation_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_dynamicIpAllocation_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_dynamicIpAllocation_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_dynamicIpAllocation_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_dynamicIpAllocation_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_dynamicIpAllocation_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_dynamicIpAllocation_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_dynamicIpAllocation_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_sandbox/README.md +7 -0
  18. catocli/parsers/mutation_sandbox/__init__.py +37 -0
  19. catocli/parsers/mutation_sandbox_deleteReport/README.md +17 -0
  20. catocli/parsers/mutation_sandbox_uploadFile/README.md +17 -0
  21. catocli/parsers/mutation_site/__init__.py +28 -0
  22. catocli/parsers/mutation_site_addIpsecIkeV2Site/README.md +1 -1
  23. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  24. catocli/parsers/mutation_site_addSecondaryAwsVSocket/README.md +17 -0
  25. catocli/parsers/mutation_site_addSecondaryAzureVSocket/README.md +17 -0
  26. catocli/parsers/mutation_site_addSocketSite/README.md +1 -1
  27. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  28. catocli/parsers/mutation_site_updateSocketInterface/README.md +1 -1
  29. catocli/parsers/mutation_sites/__init__.py +28 -0
  30. catocli/parsers/mutation_sites_addIpsecIkeV2Site/README.md +1 -1
  31. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  32. catocli/parsers/mutation_sites_addSecondaryAwsVSocket/README.md +17 -0
  33. catocli/parsers/mutation_sites_addSecondaryAzureVSocket/README.md +17 -0
  34. catocli/parsers/mutation_sites_addSocketSite/README.md +1 -1
  35. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  36. catocli/parsers/mutation_sites_updateSocketInterface/README.md +1 -1
  37. catocli/parsers/mutation_xdr/README.md +7 -0
  38. catocli/parsers/mutation_xdr/__init__.py +51 -0
  39. catocli/parsers/mutation_xdr_addStoryComment/README.md +17 -0
  40. catocli/parsers/mutation_xdr_analystFeedback/README.md +18 -0
  41. catocli/parsers/mutation_xdr_deleteStoryComment/README.md +17 -0
  42. catocli/parsers/parserApiClient.py +6 -6
  43. catocli/parsers/query_accountMetrics/README.md +2 -1
  44. catocli/parsers/query_appStatsTimeSeries/README.md +2 -1
  45. catocli/parsers/query_eventsFeed/README.md +1 -1
  46. catocli/parsers/query_eventsTimeSeries/README.md +2 -1
  47. catocli/parsers/query_policy/README.md +2 -1
  48. catocli/parsers/query_sandbox/README.md +17 -0
  49. catocli/parsers/query_sandbox/__init__.py +17 -0
  50. catocli/parsers/query_siteLocation/README.md +1 -1
  51. catocli/parsers/query_xdr_story/README.md +1 -1
  52. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/METADATA +1 -1
  53. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/RECORD +102 -52
  54. models/mutation.policy.dynamicIpAllocation.addRule.json +3696 -0
  55. models/mutation.policy.dynamicIpAllocation.addSection.json +1358 -0
  56. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +2175 -0
  57. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +2109 -0
  58. models/mutation.policy.dynamicIpAllocation.moveRule.json +1907 -0
  59. models/mutation.policy.dynamicIpAllocation.moveSection.json +1259 -0
  60. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +2166 -0
  61. models/mutation.policy.dynamicIpAllocation.removeRule.json +1555 -0
  62. models/mutation.policy.dynamicIpAllocation.removeSection.json +958 -0
  63. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +2185 -0
  64. models/mutation.policy.dynamicIpAllocation.updateRule.json +3374 -0
  65. models/mutation.policy.dynamicIpAllocation.updateSection.json +1111 -0
  66. models/mutation.sandbox.deleteReport.json +302 -0
  67. models/mutation.sandbox.uploadFile.json +301 -0
  68. models/mutation.site.addIpsecIkeV2Site.json +57 -0
  69. models/mutation.site.addIpsecIkeV2SiteTunnels.json +222 -0
  70. models/mutation.site.addSecondaryAwsVSocket.json +707 -0
  71. models/mutation.site.addSecondaryAzureVSocket.json +647 -0
  72. models/mutation.site.addSocketSite.json +72 -15
  73. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +222 -0
  74. models/mutation.site.updateNetworkRange.json +3 -3
  75. models/mutation.site.updateSocketInterface.json +126 -18
  76. models/mutation.sites.addIpsecIkeV2Site.json +57 -0
  77. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +222 -0
  78. models/mutation.sites.addSecondaryAwsVSocket.json +707 -0
  79. models/mutation.sites.addSecondaryAzureVSocket.json +647 -0
  80. models/mutation.sites.addSocketSite.json +72 -15
  81. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +222 -0
  82. models/mutation.sites.updateNetworkRange.json +3 -3
  83. models/mutation.sites.updateSocketInterface.json +126 -18
  84. models/mutation.xdr.addStoryComment.json +622 -0
  85. models/mutation.xdr.analystFeedback.json +28820 -0
  86. models/mutation.xdr.deleteStoryComment.json +622 -0
  87. models/query.accountMetrics.json +341 -0
  88. models/query.accountSnapshot.json +120 -0
  89. models/query.appStatsTimeSeries.json +37 -0
  90. models/query.auditFeed.json +292 -52
  91. models/query.events.json +1196 -236
  92. models/query.eventsFeed.json +292 -52
  93. models/query.eventsTimeSeries.json +941 -184
  94. models/query.policy.json +2047 -156
  95. models/query.sandbox.json +2047 -0
  96. models/query.xdr.stories.json +134 -4
  97. models/query.xdr.story.json +116 -4
  98. schema/catolib.py +4 -5
  99. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/LICENSE +0 -0
  100. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/WHEEL +0 -0
  101. {catocli-1.0.18.dist-info → catocli-1.0.20.dist-info}/entry_points.txt +0 -0
  102. {catocli-1.0.18.dist-info → catocli-1.0.20.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
+ }