catocli 1.0.21__py3-none-any.whl → 2.0.0__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 (139) hide show
  1. catocli/Utils/clidriver.py +112 -25
  2. catocli/Utils/profile_manager.py +188 -0
  3. catocli/Utils/version_checker.py +192 -0
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/configure/__init__.py +115 -0
  6. catocli/parsers/configure/configure.py +307 -0
  7. catocli/parsers/custom/__init__.py +8 -0
  8. catocli/parsers/custom/export_rules/__init__.py +36 -0
  9. catocli/parsers/custom/export_rules/export_rules.py +361 -0
  10. catocli/parsers/custom/import_rules_to_tf/__init__.py +58 -0
  11. catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +577 -0
  12. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  13. catocli/parsers/mutation_hardware/README.md +7 -0
  14. catocli/parsers/mutation_hardware/__init__.py +23 -0
  15. catocli/parsers/mutation_hardware_updateHardwareShipping/README.md +17 -0
  16. catocli/parsers/mutation_site_addBgpPeer/README.md +1 -1
  17. catocli/parsers/mutation_site_addNetworkRange/README.md +1 -1
  18. catocli/parsers/mutation_site_updateBgpPeer/README.md +1 -1
  19. catocli/parsers/mutation_site_updateNetworkRange/README.md +1 -1
  20. catocli/parsers/mutation_sites_addBgpPeer/README.md +1 -1
  21. catocli/parsers/mutation_sites_addNetworkRange/README.md +1 -1
  22. catocli/parsers/mutation_sites_updateBgpPeer/README.md +1 -1
  23. catocli/parsers/mutation_sites_updateNetworkRange/README.md +1 -1
  24. catocli/parsers/query_auditFeed/README.md +1 -1
  25. catocli/parsers/query_catalogs/README.md +19 -0
  26. catocli/parsers/query_catalogs/__init__.py +17 -0
  27. catocli/parsers/query_devices/README.md +19 -0
  28. catocli/parsers/query_devices/__init__.py +17 -0
  29. catocli/parsers/query_eventsFeed/README.md +1 -1
  30. catocli/parsers/query_hardware/README.md +17 -0
  31. catocli/parsers/query_hardware/__init__.py +17 -0
  32. catocli/parsers/query_sandbox/README.md +1 -1
  33. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/METADATA +1 -1
  34. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/RECORD +139 -114
  35. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/top_level.txt +1 -0
  36. graphql_client/api/call_api.py +4 -0
  37. graphql_client/api_client_types.py +4 -3
  38. graphql_client/configuration.py +2 -0
  39. models/mutation.admin.addAdmin.json +130 -0
  40. models/mutation.hardware.updateHardwareShipping.json +2506 -0
  41. models/mutation.policy.appTenantRestriction.addRule.json +11 -11
  42. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +11 -11
  43. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +11 -11
  44. models/mutation.policy.appTenantRestriction.moveRule.json +11 -11
  45. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +11 -11
  46. models/mutation.policy.appTenantRestriction.removeRule.json +11 -11
  47. models/mutation.policy.appTenantRestriction.updatePolicy.json +11 -11
  48. models/mutation.policy.appTenantRestriction.updateRule.json +11 -11
  49. models/mutation.policy.dynamicIpAllocation.addRule.json +4 -4
  50. models/mutation.policy.dynamicIpAllocation.createPolicyRevision.json +4 -4
  51. models/mutation.policy.dynamicIpAllocation.discardPolicyRevision.json +4 -4
  52. models/mutation.policy.dynamicIpAllocation.moveRule.json +4 -4
  53. models/mutation.policy.dynamicIpAllocation.publishPolicyRevision.json +4 -4
  54. models/mutation.policy.dynamicIpAllocation.removeRule.json +4 -4
  55. models/mutation.policy.dynamicIpAllocation.updatePolicy.json +4 -4
  56. models/mutation.policy.dynamicIpAllocation.updateRule.json +4 -4
  57. models/mutation.policy.internetFirewall.addRule.json +63 -63
  58. models/mutation.policy.internetFirewall.createPolicyRevision.json +45 -45
  59. models/mutation.policy.internetFirewall.discardPolicyRevision.json +45 -45
  60. models/mutation.policy.internetFirewall.moveRule.json +45 -45
  61. models/mutation.policy.internetFirewall.publishPolicyRevision.json +45 -45
  62. models/mutation.policy.internetFirewall.removeRule.json +45 -45
  63. models/mutation.policy.internetFirewall.updatePolicy.json +45 -45
  64. models/mutation.policy.internetFirewall.updateRule.json +63 -63
  65. models/mutation.policy.remotePortFwd.addRule.json +5 -5
  66. models/mutation.policy.remotePortFwd.createPolicyRevision.json +5 -5
  67. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +5 -5
  68. models/mutation.policy.remotePortFwd.moveRule.json +5 -5
  69. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +5 -5
  70. models/mutation.policy.remotePortFwd.removeRule.json +5 -5
  71. models/mutation.policy.remotePortFwd.updatePolicy.json +5 -5
  72. models/mutation.policy.remotePortFwd.updateRule.json +5 -5
  73. models/mutation.policy.socketLan.addRule.json +3580 -125
  74. models/mutation.policy.socketLan.createPolicyRevision.json +3580 -125
  75. models/mutation.policy.socketLan.discardPolicyRevision.json +3580 -125
  76. models/mutation.policy.socketLan.moveRule.json +3580 -125
  77. models/mutation.policy.socketLan.publishPolicyRevision.json +3580 -125
  78. models/mutation.policy.socketLan.removeRule.json +3580 -125
  79. models/mutation.policy.socketLan.updatePolicy.json +3580 -125
  80. models/mutation.policy.socketLan.updateRule.json +3580 -125
  81. models/mutation.policy.wanFirewall.addRule.json +77 -77
  82. models/mutation.policy.wanFirewall.createPolicyRevision.json +59 -59
  83. models/mutation.policy.wanFirewall.discardPolicyRevision.json +59 -59
  84. models/mutation.policy.wanFirewall.moveRule.json +59 -59
  85. models/mutation.policy.wanFirewall.publishPolicyRevision.json +59 -59
  86. models/mutation.policy.wanFirewall.removeRule.json +59 -59
  87. models/mutation.policy.wanFirewall.updatePolicy.json +59 -59
  88. models/mutation.policy.wanFirewall.updateRule.json +77 -77
  89. models/mutation.policy.wanNetwork.addRule.json +49 -49
  90. models/mutation.policy.wanNetwork.createPolicyRevision.json +49 -49
  91. models/mutation.policy.wanNetwork.discardPolicyRevision.json +49 -49
  92. models/mutation.policy.wanNetwork.moveRule.json +49 -49
  93. models/mutation.policy.wanNetwork.publishPolicyRevision.json +49 -49
  94. models/mutation.policy.wanNetwork.removeRule.json +49 -49
  95. models/mutation.policy.wanNetwork.updatePolicy.json +49 -49
  96. models/mutation.policy.wanNetwork.updateRule.json +49 -49
  97. models/mutation.site.addBgpPeer.json +2812 -217
  98. models/mutation.site.addNetworkRange.json +114 -0
  99. models/mutation.site.addSocketSite.json +18 -0
  100. models/mutation.site.removeBgpPeer.json +667 -1
  101. models/mutation.site.updateBgpPeer.json +3152 -559
  102. models/mutation.site.updateNetworkRange.json +114 -0
  103. models/mutation.sites.addBgpPeer.json +2812 -217
  104. models/mutation.sites.addNetworkRange.json +114 -0
  105. models/mutation.sites.addSocketSite.json +18 -0
  106. models/mutation.sites.removeBgpPeer.json +667 -1
  107. models/mutation.sites.updateBgpPeer.json +3152 -559
  108. models/mutation.sites.updateNetworkRange.json +114 -0
  109. models/mutation.xdr.addStoryComment.json +2 -2
  110. models/mutation.xdr.analystFeedback.json +182 -42
  111. models/mutation.xdr.deleteStoryComment.json +2 -2
  112. models/query.accountMetrics.json +112 -0
  113. models/query.accountSnapshot.json +62 -0
  114. models/query.admin.json +46 -0
  115. models/query.admins.json +46 -0
  116. models/query.appStats.json +528 -0
  117. models/query.appStatsTimeSeries.json +396 -0
  118. models/query.auditFeed.json +273 -3336
  119. models/query.catalogs.json +9840 -0
  120. models/query.devices.json +15469 -0
  121. models/query.events.json +4606 -4318
  122. models/query.eventsFeed.json +1167 -1095
  123. models/query.eventsTimeSeries.json +3459 -3243
  124. models/query.hardware.json +5730 -0
  125. models/query.hardwareManagement.json +8 -2
  126. models/query.licensing.json +3 -3
  127. models/query.policy.json +3743 -298
  128. models/query.sandbox.json +6 -4
  129. models/query.site.json +1329 -4
  130. models/query.xdr.stories.json +182 -42
  131. models/query.xdr.story.json +182 -42
  132. schema/catolib.py +105 -28
  133. scripts/catolib.py +62 -0
  134. scripts/export_if_rules_to_json.py +188 -0
  135. scripts/export_wf_rules_to_json.py +111 -0
  136. scripts/import_wf_rules_to_tfstate.py +331 -0
  137. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/WHEEL +0 -0
  139. {catocli-1.0.21.dist-info → catocli-2.0.0.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,2506 @@
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
+ "updateHardwareShipping": {
25
+ "args": {
26
+ "updateHardwareShipping___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "updateHardwareShipping___input",
30
+ "name": "input",
31
+ "path": "updateHardwareShipping.input",
32
+ "requestStr": "$updateHardwareShippingInput:UpdateHardwareShippingInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$updateHardwareShippingInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "details": {
42
+ "defaultValue": null,
43
+ "description": " The shipping details to update",
44
+ "id_str": "updateHardwareShipping___input___details",
45
+ "name": "details",
46
+ "path": "updateHardwareShipping.input.details",
47
+ "requestStr": "$hardwareShippingDetailsInput:HardwareShippingDetailsInput! ",
48
+ "required": true,
49
+ "responseStr": "details:$hardwareShippingDetailsInput ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": null,
54
+ "fields": null,
55
+ "inputFields": {
56
+ "details": {
57
+ "defaultValue": null,
58
+ "description": "The shipping details",
59
+ "id_str": "updateHardwareShipping___input___details___details",
60
+ "name": "details",
61
+ "path": "updateHardwareShipping.input.details.details",
62
+ "requestStr": "$shippingDetailsInput:ShippingDetailsInput! ",
63
+ "required": true,
64
+ "responseStr": "details:$shippingDetailsInput ",
65
+ "type": {
66
+ "definition": {
67
+ "description": null,
68
+ "enumValues": null,
69
+ "fields": null,
70
+ "inputFields": {
71
+ "address": {
72
+ "defaultValue": null,
73
+ "description": "Address for delivery",
74
+ "id_str": "updateHardwareShipping___input___details___details___address",
75
+ "name": "address",
76
+ "path": "updateHardwareShipping.input.details.details.address",
77
+ "requestStr": "$addressInput:AddressInput ",
78
+ "required": false,
79
+ "responseStr": "address:$addressInput ",
80
+ "type": {
81
+ "definition": {
82
+ "description": null,
83
+ "enumValues": null,
84
+ "fields": null,
85
+ "inputFields": {
86
+ "cityName": {
87
+ "defaultValue": null,
88
+ "description": "City",
89
+ "id_str": "updateHardwareShipping___input___details___details___address___cityName",
90
+ "name": "cityName",
91
+ "path": "updateHardwareShipping.input.details.details.address.cityName",
92
+ "requestStr": "$cityName:String! ",
93
+ "required": true,
94
+ "responseStr": "cityName:$cityName ",
95
+ "type": {
96
+ "kind": [
97
+ "NON_NULL",
98
+ "SCALAR"
99
+ ],
100
+ "name": "String",
101
+ "non_null": false
102
+ },
103
+ "varName": "cityName"
104
+ },
105
+ "companyName": {
106
+ "defaultValue": null,
107
+ "description": "Company name (recipient)",
108
+ "id_str": "updateHardwareShipping___input___details___details___address___companyName",
109
+ "name": "companyName",
110
+ "path": "updateHardwareShipping.input.details.details.address.companyName",
111
+ "requestStr": "$companyName:String! ",
112
+ "required": true,
113
+ "responseStr": "companyName:$companyName ",
114
+ "type": {
115
+ "kind": [
116
+ "NON_NULL",
117
+ "SCALAR"
118
+ ],
119
+ "name": "String",
120
+ "non_null": false
121
+ },
122
+ "varName": "companyName"
123
+ },
124
+ "countryName": {
125
+ "defaultValue": null,
126
+ "description": "Country",
127
+ "id_str": "updateHardwareShipping___input___details___details___address___countryName",
128
+ "name": "countryName",
129
+ "path": "updateHardwareShipping.input.details.details.address.countryName",
130
+ "requestStr": "$countryName:String! ",
131
+ "required": true,
132
+ "responseStr": "countryName:$countryName ",
133
+ "type": {
134
+ "kind": [
135
+ "NON_NULL",
136
+ "SCALAR"
137
+ ],
138
+ "name": "String",
139
+ "non_null": false
140
+ },
141
+ "varName": "countryName"
142
+ },
143
+ "stateName": {
144
+ "defaultValue": null,
145
+ "description": "State (only for USA and Canada)",
146
+ "id_str": "updateHardwareShipping___input___details___details___address___stateName",
147
+ "name": "stateName",
148
+ "path": "updateHardwareShipping.input.details.details.address.stateName",
149
+ "requestStr": "$stateName:String ",
150
+ "required": false,
151
+ "responseStr": "stateName:$stateName ",
152
+ "type": {
153
+ "kind": [
154
+ "SCALAR"
155
+ ],
156
+ "name": "String",
157
+ "non_null": false
158
+ },
159
+ "varName": "stateName"
160
+ },
161
+ "street": {
162
+ "defaultValue": null,
163
+ "description": "Street name and number",
164
+ "id_str": "updateHardwareShipping___input___details___details___address___street",
165
+ "name": "street",
166
+ "path": "updateHardwareShipping.input.details.details.address.street",
167
+ "requestStr": "$street:String! ",
168
+ "required": true,
169
+ "responseStr": "street:$street ",
170
+ "type": {
171
+ "kind": [
172
+ "NON_NULL",
173
+ "SCALAR"
174
+ ],
175
+ "name": "String",
176
+ "non_null": false
177
+ },
178
+ "varName": "street"
179
+ },
180
+ "zipCode": {
181
+ "defaultValue": null,
182
+ "description": "Zip Code",
183
+ "id_str": "updateHardwareShipping___input___details___details___address___zipCode",
184
+ "name": "zipCode",
185
+ "path": "updateHardwareShipping.input.details.details.address.zipCode",
186
+ "requestStr": "$zipCode:String! ",
187
+ "required": true,
188
+ "responseStr": "zipCode:$zipCode ",
189
+ "type": {
190
+ "kind": [
191
+ "NON_NULL",
192
+ "SCALAR"
193
+ ],
194
+ "name": "String",
195
+ "non_null": false
196
+ },
197
+ "varName": "zipCode"
198
+ }
199
+ },
200
+ "interfaces": null,
201
+ "kind": "INPUT_OBJECT",
202
+ "name": "AddressInput",
203
+ "possibleTypes": null
204
+ },
205
+ "indexType": "input_object",
206
+ "kind": [
207
+ "INPUT_OBJECT"
208
+ ],
209
+ "name": "AddressInput",
210
+ "non_null": false
211
+ },
212
+ "varName": "addressInput"
213
+ },
214
+ "comment": {
215
+ "defaultValue": null,
216
+ "description": "Comment",
217
+ "id_str": "updateHardwareShipping___input___details___details___comment",
218
+ "name": "comment",
219
+ "path": "updateHardwareShipping.input.details.details.comment",
220
+ "requestStr": "$comment:String ",
221
+ "required": false,
222
+ "responseStr": "comment:$comment ",
223
+ "type": {
224
+ "kind": [
225
+ "SCALAR"
226
+ ],
227
+ "name": "String",
228
+ "non_null": false
229
+ },
230
+ "varName": "comment"
231
+ },
232
+ "contact": {
233
+ "defaultValue": null,
234
+ "description": "Delivery contact detail",
235
+ "id_str": "updateHardwareShipping___input___details___details___contact",
236
+ "name": "contact",
237
+ "path": "updateHardwareShipping.input.details.details.contact",
238
+ "requestStr": "$contactDetailsInput:ContactDetailsInput ",
239
+ "required": false,
240
+ "responseStr": "contact:$contactDetailsInput ",
241
+ "type": {
242
+ "definition": {
243
+ "description": null,
244
+ "enumValues": null,
245
+ "fields": null,
246
+ "inputFields": {
247
+ "email": {
248
+ "defaultValue": null,
249
+ "description": "Contact email address",
250
+ "id_str": "updateHardwareShipping___input___details___details___contact___email",
251
+ "name": "email",
252
+ "path": "updateHardwareShipping.input.details.details.contact.email",
253
+ "requestStr": "$email:Email ",
254
+ "required": false,
255
+ "responseStr": "email:$email ",
256
+ "type": {
257
+ "kind": [
258
+ "SCALAR"
259
+ ],
260
+ "name": "Email",
261
+ "non_null": false
262
+ },
263
+ "varName": "email"
264
+ },
265
+ "name": {
266
+ "defaultValue": null,
267
+ "description": "Contact name",
268
+ "id_str": "updateHardwareShipping___input___details___details___contact___name",
269
+ "name": "name",
270
+ "path": "updateHardwareShipping.input.details.details.contact.name",
271
+ "requestStr": "$name:String ",
272
+ "required": false,
273
+ "responseStr": "name:$name ",
274
+ "type": {
275
+ "kind": [
276
+ "SCALAR"
277
+ ],
278
+ "name": "String",
279
+ "non_null": false
280
+ },
281
+ "varName": "name"
282
+ },
283
+ "phone": {
284
+ "defaultValue": null,
285
+ "description": "Contact phone number",
286
+ "id_str": "updateHardwareShipping___input___details___details___contact___phone",
287
+ "name": "phone",
288
+ "path": "updateHardwareShipping.input.details.details.contact.phone",
289
+ "requestStr": "$phone:Phone ",
290
+ "required": false,
291
+ "responseStr": "phone:$phone ",
292
+ "type": {
293
+ "kind": [
294
+ "SCALAR"
295
+ ],
296
+ "name": "Phone",
297
+ "non_null": false
298
+ },
299
+ "varName": "phone"
300
+ }
301
+ },
302
+ "interfaces": null,
303
+ "kind": "INPUT_OBJECT",
304
+ "name": "ContactDetailsInput",
305
+ "possibleTypes": null
306
+ },
307
+ "indexType": "input_object",
308
+ "kind": [
309
+ "INPUT_OBJECT"
310
+ ],
311
+ "name": "ContactDetailsInput",
312
+ "non_null": false
313
+ },
314
+ "varName": "contactDetailsInput"
315
+ },
316
+ "incoterms": {
317
+ "defaultValue": null,
318
+ "description": "Shipping method",
319
+ "id_str": "updateHardwareShipping___input___details___details___incoterms",
320
+ "name": "incoterms",
321
+ "path": "updateHardwareShipping.input.details.details.incoterms",
322
+ "requestStr": "$incoterms:String ",
323
+ "required": false,
324
+ "responseStr": "incoterms:$incoterms ",
325
+ "type": {
326
+ "kind": [
327
+ "SCALAR"
328
+ ],
329
+ "name": "String",
330
+ "non_null": false
331
+ },
332
+ "varName": "incoterms"
333
+ },
334
+ "instruction": {
335
+ "defaultValue": null,
336
+ "description": "Delivery instruction (required for EXW incoterms)",
337
+ "id_str": "updateHardwareShipping___input___details___details___instruction",
338
+ "name": "instruction",
339
+ "path": "updateHardwareShipping.input.details.details.instruction",
340
+ "requestStr": "$instruction:String ",
341
+ "required": false,
342
+ "responseStr": "instruction:$instruction ",
343
+ "type": {
344
+ "kind": [
345
+ "SCALAR"
346
+ ],
347
+ "name": "String",
348
+ "non_null": false
349
+ },
350
+ "varName": "instruction"
351
+ },
352
+ "vatId": {
353
+ "defaultValue": null,
354
+ "description": "Vat id (required for Brazil)",
355
+ "id_str": "updateHardwareShipping___input___details___details___vatId",
356
+ "name": "vatId",
357
+ "path": "updateHardwareShipping.input.details.details.vatId",
358
+ "requestStr": "$vatId:String ",
359
+ "required": false,
360
+ "responseStr": "vatId:$vatId ",
361
+ "type": {
362
+ "kind": [
363
+ "SCALAR"
364
+ ],
365
+ "name": "String",
366
+ "non_null": false
367
+ },
368
+ "varName": "vatId"
369
+ }
370
+ },
371
+ "interfaces": null,
372
+ "kind": "INPUT_OBJECT",
373
+ "name": "ShippingDetailsInput",
374
+ "possibleTypes": null
375
+ },
376
+ "indexType": "input_object",
377
+ "kind": [
378
+ "NON_NULL",
379
+ "INPUT_OBJECT"
380
+ ],
381
+ "name": "ShippingDetailsInput",
382
+ "non_null": false
383
+ },
384
+ "varName": "shippingDetailsInput"
385
+ },
386
+ "powerCable": {
387
+ "defaultValue": null,
388
+ "description": "Power cable type (for sockets only)",
389
+ "id_str": "updateHardwareShipping___input___details___powerCable",
390
+ "name": "powerCable",
391
+ "path": "updateHardwareShipping.input.details.powerCable",
392
+ "requestStr": "$powerCable:String ",
393
+ "required": false,
394
+ "responseStr": "powerCable:$powerCable ",
395
+ "type": {
396
+ "kind": [
397
+ "SCALAR"
398
+ ],
399
+ "name": "String",
400
+ "non_null": false
401
+ },
402
+ "varName": "powerCable"
403
+ }
404
+ },
405
+ "interfaces": null,
406
+ "kind": "INPUT_OBJECT",
407
+ "name": "HardwareShippingDetailsInput",
408
+ "possibleTypes": null
409
+ },
410
+ "indexType": "input_object",
411
+ "kind": [
412
+ "NON_NULL",
413
+ "INPUT_OBJECT"
414
+ ],
415
+ "name": "HardwareShippingDetailsInput",
416
+ "non_null": false
417
+ },
418
+ "varName": "hardwareShippingDetailsInput"
419
+ },
420
+ "ids": {
421
+ "defaultValue": null,
422
+ "description": " The ids of items to update",
423
+ "id_str": "updateHardwareShipping___input___ids",
424
+ "name": "ids",
425
+ "path": "updateHardwareShipping.input.ids",
426
+ "requestStr": "$ids:[ID]! ",
427
+ "required": true,
428
+ "responseStr": "ids:$ids ",
429
+ "type": {
430
+ "kind": [
431
+ "NON_NULL",
432
+ "LIST",
433
+ "NON_NULL",
434
+ "SCALAR"
435
+ ],
436
+ "name": "ID",
437
+ "non_null": false
438
+ },
439
+ "varName": "ids"
440
+ }
441
+ },
442
+ "interfaces": null,
443
+ "kind": "INPUT_OBJECT",
444
+ "name": "UpdateHardwareShippingInput",
445
+ "possibleTypes": null
446
+ },
447
+ "indexType": "input_object",
448
+ "kind": [
449
+ "NON_NULL",
450
+ "INPUT_OBJECT"
451
+ ],
452
+ "name": "UpdateHardwareShippingInput",
453
+ "non_null": false
454
+ },
455
+ "varName": "updateHardwareShippingInput"
456
+ }
457
+ },
458
+ "deprecationReason": null,
459
+ "description": "Set Shipping details for a list of hardware",
460
+ "isDeprecated": false,
461
+ "name": "updateHardwareShipping",
462
+ "type": {
463
+ "kind": "OBJECT",
464
+ "name": "HardwarePayload",
465
+ "ofType": null
466
+ }
467
+ }
468
+ },
469
+ "deprecationReason": null,
470
+ "description": null,
471
+ "fieldTypes": {
472
+ "AccountRef": true,
473
+ "AddressInput": true,
474
+ "AddressValidationStatus": true,
475
+ "ContactDetails": true,
476
+ "ContactDetailsInput": true,
477
+ "Hardware": true,
478
+ "HardwarePayload": true,
479
+ "HardwareShippingDetailsInput": true,
480
+ "HardwareValidation": true,
481
+ "PageInfo": true,
482
+ "ShippingDetails": true,
483
+ "ShippingDetailsInput": true,
484
+ "ShippingStatus": true,
485
+ "ShippingTracking": true
486
+ },
487
+ "isDeprecated": false,
488
+ "name": "hardware",
489
+ "operationArgs": {
490
+ "accountId": {
491
+ "defaultValue": null,
492
+ "description": null,
493
+ "id_str": "accountId",
494
+ "name": "accountId",
495
+ "path": "accountId",
496
+ "requestStr": "$accountId:ID! ",
497
+ "required": true,
498
+ "responseStr": "accountId:$accountId ",
499
+ "type": {
500
+ "kind": [
501
+ "NON_NULL",
502
+ "SCALAR"
503
+ ],
504
+ "name": "ID",
505
+ "non_null": false
506
+ },
507
+ "varName": "accountId"
508
+ },
509
+ "updateHardwareShippingInput": {
510
+ "defaultValue": null,
511
+ "description": null,
512
+ "id_str": "updateHardwareShipping___input",
513
+ "name": "input",
514
+ "path": "updateHardwareShipping.input",
515
+ "requestStr": "$updateHardwareShippingInput:UpdateHardwareShippingInput! ",
516
+ "required": true,
517
+ "responseStr": "input:$updateHardwareShippingInput ",
518
+ "type": {
519
+ "definition": {
520
+ "description": null,
521
+ "enumValues": null,
522
+ "fields": null,
523
+ "inputFields": {
524
+ "details": {
525
+ "defaultValue": null,
526
+ "description": " The shipping details to update",
527
+ "id_str": "updateHardwareShipping___input___details",
528
+ "name": "details",
529
+ "path": "updateHardwareShipping.input.details",
530
+ "requestStr": "$hardwareShippingDetailsInput:HardwareShippingDetailsInput! ",
531
+ "required": true,
532
+ "responseStr": "details:$hardwareShippingDetailsInput ",
533
+ "type": {
534
+ "definition": {
535
+ "description": null,
536
+ "enumValues": null,
537
+ "fields": null,
538
+ "inputFields": {
539
+ "details": {
540
+ "defaultValue": null,
541
+ "description": "The shipping details",
542
+ "id_str": "updateHardwareShipping___input___details___details",
543
+ "name": "details",
544
+ "path": "updateHardwareShipping.input.details.details",
545
+ "requestStr": "$shippingDetailsInput:ShippingDetailsInput! ",
546
+ "required": true,
547
+ "responseStr": "details:$shippingDetailsInput ",
548
+ "type": {
549
+ "definition": {
550
+ "description": null,
551
+ "enumValues": null,
552
+ "fields": null,
553
+ "inputFields": {
554
+ "address": {
555
+ "defaultValue": null,
556
+ "description": "Address for delivery",
557
+ "id_str": "updateHardwareShipping___input___details___details___address",
558
+ "name": "address",
559
+ "path": "updateHardwareShipping.input.details.details.address",
560
+ "requestStr": "$addressInput:AddressInput ",
561
+ "required": false,
562
+ "responseStr": "address:$addressInput ",
563
+ "type": {
564
+ "definition": {
565
+ "description": null,
566
+ "enumValues": null,
567
+ "fields": null,
568
+ "inputFields": {
569
+ "cityName": {
570
+ "defaultValue": null,
571
+ "description": "City",
572
+ "id_str": "updateHardwareShipping___input___details___details___address___cityName",
573
+ "name": "cityName",
574
+ "path": "updateHardwareShipping.input.details.details.address.cityName",
575
+ "requestStr": "$cityName:String! ",
576
+ "required": true,
577
+ "responseStr": "cityName:$cityName ",
578
+ "type": {
579
+ "kind": [
580
+ "NON_NULL",
581
+ "SCALAR"
582
+ ],
583
+ "name": "String",
584
+ "non_null": false
585
+ },
586
+ "varName": "cityName"
587
+ },
588
+ "companyName": {
589
+ "defaultValue": null,
590
+ "description": "Company name (recipient)",
591
+ "id_str": "updateHardwareShipping___input___details___details___address___companyName",
592
+ "name": "companyName",
593
+ "path": "updateHardwareShipping.input.details.details.address.companyName",
594
+ "requestStr": "$companyName:String! ",
595
+ "required": true,
596
+ "responseStr": "companyName:$companyName ",
597
+ "type": {
598
+ "kind": [
599
+ "NON_NULL",
600
+ "SCALAR"
601
+ ],
602
+ "name": "String",
603
+ "non_null": false
604
+ },
605
+ "varName": "companyName"
606
+ },
607
+ "countryName": {
608
+ "defaultValue": null,
609
+ "description": "Country",
610
+ "id_str": "updateHardwareShipping___input___details___details___address___countryName",
611
+ "name": "countryName",
612
+ "path": "updateHardwareShipping.input.details.details.address.countryName",
613
+ "requestStr": "$countryName:String! ",
614
+ "required": true,
615
+ "responseStr": "countryName:$countryName ",
616
+ "type": {
617
+ "kind": [
618
+ "NON_NULL",
619
+ "SCALAR"
620
+ ],
621
+ "name": "String",
622
+ "non_null": false
623
+ },
624
+ "varName": "countryName"
625
+ },
626
+ "stateName": {
627
+ "defaultValue": null,
628
+ "description": "State (only for USA and Canada)",
629
+ "id_str": "updateHardwareShipping___input___details___details___address___stateName",
630
+ "name": "stateName",
631
+ "path": "updateHardwareShipping.input.details.details.address.stateName",
632
+ "requestStr": "$stateName:String ",
633
+ "required": false,
634
+ "responseStr": "stateName:$stateName ",
635
+ "type": {
636
+ "kind": [
637
+ "SCALAR"
638
+ ],
639
+ "name": "String",
640
+ "non_null": false
641
+ },
642
+ "varName": "stateName"
643
+ },
644
+ "street": {
645
+ "defaultValue": null,
646
+ "description": "Street name and number",
647
+ "id_str": "updateHardwareShipping___input___details___details___address___street",
648
+ "name": "street",
649
+ "path": "updateHardwareShipping.input.details.details.address.street",
650
+ "requestStr": "$street:String! ",
651
+ "required": true,
652
+ "responseStr": "street:$street ",
653
+ "type": {
654
+ "kind": [
655
+ "NON_NULL",
656
+ "SCALAR"
657
+ ],
658
+ "name": "String",
659
+ "non_null": false
660
+ },
661
+ "varName": "street"
662
+ },
663
+ "zipCode": {
664
+ "defaultValue": null,
665
+ "description": "Zip Code",
666
+ "id_str": "updateHardwareShipping___input___details___details___address___zipCode",
667
+ "name": "zipCode",
668
+ "path": "updateHardwareShipping.input.details.details.address.zipCode",
669
+ "requestStr": "$zipCode:String! ",
670
+ "required": true,
671
+ "responseStr": "zipCode:$zipCode ",
672
+ "type": {
673
+ "kind": [
674
+ "NON_NULL",
675
+ "SCALAR"
676
+ ],
677
+ "name": "String",
678
+ "non_null": false
679
+ },
680
+ "varName": "zipCode"
681
+ }
682
+ },
683
+ "interfaces": null,
684
+ "kind": "INPUT_OBJECT",
685
+ "name": "AddressInput",
686
+ "possibleTypes": null
687
+ },
688
+ "indexType": "input_object",
689
+ "kind": [
690
+ "INPUT_OBJECT"
691
+ ],
692
+ "name": "AddressInput",
693
+ "non_null": false
694
+ },
695
+ "varName": "addressInput"
696
+ },
697
+ "comment": {
698
+ "defaultValue": null,
699
+ "description": "Comment",
700
+ "id_str": "updateHardwareShipping___input___details___details___comment",
701
+ "name": "comment",
702
+ "path": "updateHardwareShipping.input.details.details.comment",
703
+ "requestStr": "$comment:String ",
704
+ "required": false,
705
+ "responseStr": "comment:$comment ",
706
+ "type": {
707
+ "kind": [
708
+ "SCALAR"
709
+ ],
710
+ "name": "String",
711
+ "non_null": false
712
+ },
713
+ "varName": "comment"
714
+ },
715
+ "contact": {
716
+ "defaultValue": null,
717
+ "description": "Delivery contact detail",
718
+ "id_str": "updateHardwareShipping___input___details___details___contact",
719
+ "name": "contact",
720
+ "path": "updateHardwareShipping.input.details.details.contact",
721
+ "requestStr": "$contactDetailsInput:ContactDetailsInput ",
722
+ "required": false,
723
+ "responseStr": "contact:$contactDetailsInput ",
724
+ "type": {
725
+ "definition": {
726
+ "description": null,
727
+ "enumValues": null,
728
+ "fields": null,
729
+ "inputFields": {
730
+ "email": {
731
+ "defaultValue": null,
732
+ "description": "Contact email address",
733
+ "id_str": "updateHardwareShipping___input___details___details___contact___email",
734
+ "name": "email",
735
+ "path": "updateHardwareShipping.input.details.details.contact.email",
736
+ "requestStr": "$email:Email ",
737
+ "required": false,
738
+ "responseStr": "email:$email ",
739
+ "type": {
740
+ "kind": [
741
+ "SCALAR"
742
+ ],
743
+ "name": "Email",
744
+ "non_null": false
745
+ },
746
+ "varName": "email"
747
+ },
748
+ "name": {
749
+ "defaultValue": null,
750
+ "description": "Contact name",
751
+ "id_str": "updateHardwareShipping___input___details___details___contact___name",
752
+ "name": "name",
753
+ "path": "updateHardwareShipping.input.details.details.contact.name",
754
+ "requestStr": "$name:String ",
755
+ "required": false,
756
+ "responseStr": "name:$name ",
757
+ "type": {
758
+ "kind": [
759
+ "SCALAR"
760
+ ],
761
+ "name": "String",
762
+ "non_null": false
763
+ },
764
+ "varName": "name"
765
+ },
766
+ "phone": {
767
+ "defaultValue": null,
768
+ "description": "Contact phone number",
769
+ "id_str": "updateHardwareShipping___input___details___details___contact___phone",
770
+ "name": "phone",
771
+ "path": "updateHardwareShipping.input.details.details.contact.phone",
772
+ "requestStr": "$phone:Phone ",
773
+ "required": false,
774
+ "responseStr": "phone:$phone ",
775
+ "type": {
776
+ "kind": [
777
+ "SCALAR"
778
+ ],
779
+ "name": "Phone",
780
+ "non_null": false
781
+ },
782
+ "varName": "phone"
783
+ }
784
+ },
785
+ "interfaces": null,
786
+ "kind": "INPUT_OBJECT",
787
+ "name": "ContactDetailsInput",
788
+ "possibleTypes": null
789
+ },
790
+ "indexType": "input_object",
791
+ "kind": [
792
+ "INPUT_OBJECT"
793
+ ],
794
+ "name": "ContactDetailsInput",
795
+ "non_null": false
796
+ },
797
+ "varName": "contactDetailsInput"
798
+ },
799
+ "incoterms": {
800
+ "defaultValue": null,
801
+ "description": "Shipping method",
802
+ "id_str": "updateHardwareShipping___input___details___details___incoterms",
803
+ "name": "incoterms",
804
+ "path": "updateHardwareShipping.input.details.details.incoterms",
805
+ "requestStr": "$incoterms:String ",
806
+ "required": false,
807
+ "responseStr": "incoterms:$incoterms ",
808
+ "type": {
809
+ "kind": [
810
+ "SCALAR"
811
+ ],
812
+ "name": "String",
813
+ "non_null": false
814
+ },
815
+ "varName": "incoterms"
816
+ },
817
+ "instruction": {
818
+ "defaultValue": null,
819
+ "description": "Delivery instruction (required for EXW incoterms)",
820
+ "id_str": "updateHardwareShipping___input___details___details___instruction",
821
+ "name": "instruction",
822
+ "path": "updateHardwareShipping.input.details.details.instruction",
823
+ "requestStr": "$instruction:String ",
824
+ "required": false,
825
+ "responseStr": "instruction:$instruction ",
826
+ "type": {
827
+ "kind": [
828
+ "SCALAR"
829
+ ],
830
+ "name": "String",
831
+ "non_null": false
832
+ },
833
+ "varName": "instruction"
834
+ },
835
+ "vatId": {
836
+ "defaultValue": null,
837
+ "description": "Vat id (required for Brazil)",
838
+ "id_str": "updateHardwareShipping___input___details___details___vatId",
839
+ "name": "vatId",
840
+ "path": "updateHardwareShipping.input.details.details.vatId",
841
+ "requestStr": "$vatId:String ",
842
+ "required": false,
843
+ "responseStr": "vatId:$vatId ",
844
+ "type": {
845
+ "kind": [
846
+ "SCALAR"
847
+ ],
848
+ "name": "String",
849
+ "non_null": false
850
+ },
851
+ "varName": "vatId"
852
+ }
853
+ },
854
+ "interfaces": null,
855
+ "kind": "INPUT_OBJECT",
856
+ "name": "ShippingDetailsInput",
857
+ "possibleTypes": null
858
+ },
859
+ "indexType": "input_object",
860
+ "kind": [
861
+ "NON_NULL",
862
+ "INPUT_OBJECT"
863
+ ],
864
+ "name": "ShippingDetailsInput",
865
+ "non_null": false
866
+ },
867
+ "varName": "shippingDetailsInput"
868
+ },
869
+ "powerCable": {
870
+ "defaultValue": null,
871
+ "description": "Power cable type (for sockets only)",
872
+ "id_str": "updateHardwareShipping___input___details___powerCable",
873
+ "name": "powerCable",
874
+ "path": "updateHardwareShipping.input.details.powerCable",
875
+ "requestStr": "$powerCable:String ",
876
+ "required": false,
877
+ "responseStr": "powerCable:$powerCable ",
878
+ "type": {
879
+ "kind": [
880
+ "SCALAR"
881
+ ],
882
+ "name": "String",
883
+ "non_null": false
884
+ },
885
+ "varName": "powerCable"
886
+ }
887
+ },
888
+ "interfaces": null,
889
+ "kind": "INPUT_OBJECT",
890
+ "name": "HardwareShippingDetailsInput",
891
+ "possibleTypes": null
892
+ },
893
+ "indexType": "input_object",
894
+ "kind": [
895
+ "NON_NULL",
896
+ "INPUT_OBJECT"
897
+ ],
898
+ "name": "HardwareShippingDetailsInput",
899
+ "non_null": false
900
+ },
901
+ "varName": "hardwareShippingDetailsInput"
902
+ },
903
+ "ids": {
904
+ "defaultValue": null,
905
+ "description": " The ids of items to update",
906
+ "id_str": "updateHardwareShipping___input___ids",
907
+ "name": "ids",
908
+ "path": "updateHardwareShipping.input.ids",
909
+ "requestStr": "$ids:[ID]! ",
910
+ "required": true,
911
+ "responseStr": "ids:$ids ",
912
+ "type": {
913
+ "kind": [
914
+ "NON_NULL",
915
+ "LIST",
916
+ "NON_NULL",
917
+ "SCALAR"
918
+ ],
919
+ "name": "ID",
920
+ "non_null": false
921
+ },
922
+ "varName": "ids"
923
+ }
924
+ },
925
+ "interfaces": null,
926
+ "kind": "INPUT_OBJECT",
927
+ "name": "UpdateHardwareShippingInput",
928
+ "possibleTypes": null
929
+ },
930
+ "indexType": "input_object",
931
+ "kind": [
932
+ "NON_NULL",
933
+ "INPUT_OBJECT"
934
+ ],
935
+ "name": "UpdateHardwareShippingInput",
936
+ "non_null": false
937
+ },
938
+ "varName": "updateHardwareShippingInput"
939
+ }
940
+ },
941
+ "path": "mutation.hardware.updateHardwareShipping",
942
+ "type": {
943
+ "definition": {
944
+ "description": null,
945
+ "enumValues": null,
946
+ "fields": {
947
+ "updateHardwareShipping": {
948
+ "args": {
949
+ "updateHardwareShipping___input": {
950
+ "defaultValue": null,
951
+ "description": null,
952
+ "id_str": "updateHardwareShipping___input",
953
+ "name": "input",
954
+ "path": "updateHardwareShipping.input",
955
+ "requestStr": "$updateHardwareShippingInput:UpdateHardwareShippingInput! ",
956
+ "required": true,
957
+ "responseStr": "input:$updateHardwareShippingInput ",
958
+ "type": {
959
+ "definition": {
960
+ "description": null,
961
+ "enumValues": null,
962
+ "fields": null,
963
+ "inputFields": {
964
+ "details": {
965
+ "defaultValue": null,
966
+ "description": " The shipping details to update",
967
+ "id_str": "updateHardwareShipping___input___details",
968
+ "name": "details",
969
+ "path": "updateHardwareShipping.input.details",
970
+ "requestStr": "$hardwareShippingDetailsInput:HardwareShippingDetailsInput! ",
971
+ "required": true,
972
+ "responseStr": "details:$hardwareShippingDetailsInput ",
973
+ "type": {
974
+ "definition": {
975
+ "description": null,
976
+ "enumValues": null,
977
+ "fields": null,
978
+ "inputFields": {
979
+ "details": {
980
+ "defaultValue": null,
981
+ "description": "The shipping details",
982
+ "id_str": "updateHardwareShipping___input___details___details",
983
+ "name": "details",
984
+ "path": "updateHardwareShipping.input.details.details",
985
+ "requestStr": "$shippingDetailsInput:ShippingDetailsInput! ",
986
+ "required": true,
987
+ "responseStr": "details:$shippingDetailsInput ",
988
+ "type": {
989
+ "definition": {
990
+ "description": null,
991
+ "enumValues": null,
992
+ "fields": null,
993
+ "inputFields": {
994
+ "address": {
995
+ "defaultValue": null,
996
+ "description": "Address for delivery",
997
+ "id_str": "updateHardwareShipping___input___details___details___address",
998
+ "name": "address",
999
+ "path": "updateHardwareShipping.input.details.details.address",
1000
+ "requestStr": "$addressInput:AddressInput ",
1001
+ "required": false,
1002
+ "responseStr": "address:$addressInput ",
1003
+ "type": {
1004
+ "definition": {
1005
+ "description": null,
1006
+ "enumValues": null,
1007
+ "fields": null,
1008
+ "inputFields": {
1009
+ "cityName": {
1010
+ "defaultValue": null,
1011
+ "description": "City",
1012
+ "id_str": "updateHardwareShipping___input___details___details___address___cityName",
1013
+ "name": "cityName",
1014
+ "path": "updateHardwareShipping.input.details.details.address.cityName",
1015
+ "requestStr": "$cityName:String! ",
1016
+ "required": true,
1017
+ "responseStr": "cityName:$cityName ",
1018
+ "type": {
1019
+ "kind": [
1020
+ "NON_NULL",
1021
+ "SCALAR"
1022
+ ],
1023
+ "name": "String",
1024
+ "non_null": false
1025
+ },
1026
+ "varName": "cityName"
1027
+ },
1028
+ "companyName": {
1029
+ "defaultValue": null,
1030
+ "description": "Company name (recipient)",
1031
+ "id_str": "updateHardwareShipping___input___details___details___address___companyName",
1032
+ "name": "companyName",
1033
+ "path": "updateHardwareShipping.input.details.details.address.companyName",
1034
+ "requestStr": "$companyName:String! ",
1035
+ "required": true,
1036
+ "responseStr": "companyName:$companyName ",
1037
+ "type": {
1038
+ "kind": [
1039
+ "NON_NULL",
1040
+ "SCALAR"
1041
+ ],
1042
+ "name": "String",
1043
+ "non_null": false
1044
+ },
1045
+ "varName": "companyName"
1046
+ },
1047
+ "countryName": {
1048
+ "defaultValue": null,
1049
+ "description": "Country",
1050
+ "id_str": "updateHardwareShipping___input___details___details___address___countryName",
1051
+ "name": "countryName",
1052
+ "path": "updateHardwareShipping.input.details.details.address.countryName",
1053
+ "requestStr": "$countryName:String! ",
1054
+ "required": true,
1055
+ "responseStr": "countryName:$countryName ",
1056
+ "type": {
1057
+ "kind": [
1058
+ "NON_NULL",
1059
+ "SCALAR"
1060
+ ],
1061
+ "name": "String",
1062
+ "non_null": false
1063
+ },
1064
+ "varName": "countryName"
1065
+ },
1066
+ "stateName": {
1067
+ "defaultValue": null,
1068
+ "description": "State (only for USA and Canada)",
1069
+ "id_str": "updateHardwareShipping___input___details___details___address___stateName",
1070
+ "name": "stateName",
1071
+ "path": "updateHardwareShipping.input.details.details.address.stateName",
1072
+ "requestStr": "$stateName:String ",
1073
+ "required": false,
1074
+ "responseStr": "stateName:$stateName ",
1075
+ "type": {
1076
+ "kind": [
1077
+ "SCALAR"
1078
+ ],
1079
+ "name": "String",
1080
+ "non_null": false
1081
+ },
1082
+ "varName": "stateName"
1083
+ },
1084
+ "street": {
1085
+ "defaultValue": null,
1086
+ "description": "Street name and number",
1087
+ "id_str": "updateHardwareShipping___input___details___details___address___street",
1088
+ "name": "street",
1089
+ "path": "updateHardwareShipping.input.details.details.address.street",
1090
+ "requestStr": "$street:String! ",
1091
+ "required": true,
1092
+ "responseStr": "street:$street ",
1093
+ "type": {
1094
+ "kind": [
1095
+ "NON_NULL",
1096
+ "SCALAR"
1097
+ ],
1098
+ "name": "String",
1099
+ "non_null": false
1100
+ },
1101
+ "varName": "street"
1102
+ },
1103
+ "zipCode": {
1104
+ "defaultValue": null,
1105
+ "description": "Zip Code",
1106
+ "id_str": "updateHardwareShipping___input___details___details___address___zipCode",
1107
+ "name": "zipCode",
1108
+ "path": "updateHardwareShipping.input.details.details.address.zipCode",
1109
+ "requestStr": "$zipCode:String! ",
1110
+ "required": true,
1111
+ "responseStr": "zipCode:$zipCode ",
1112
+ "type": {
1113
+ "kind": [
1114
+ "NON_NULL",
1115
+ "SCALAR"
1116
+ ],
1117
+ "name": "String",
1118
+ "non_null": false
1119
+ },
1120
+ "varName": "zipCode"
1121
+ }
1122
+ },
1123
+ "interfaces": null,
1124
+ "kind": "INPUT_OBJECT",
1125
+ "name": "AddressInput",
1126
+ "possibleTypes": null
1127
+ },
1128
+ "indexType": "input_object",
1129
+ "kind": [
1130
+ "INPUT_OBJECT"
1131
+ ],
1132
+ "name": "AddressInput",
1133
+ "non_null": false
1134
+ },
1135
+ "varName": "addressInput"
1136
+ },
1137
+ "comment": {
1138
+ "defaultValue": null,
1139
+ "description": "Comment",
1140
+ "id_str": "updateHardwareShipping___input___details___details___comment",
1141
+ "name": "comment",
1142
+ "path": "updateHardwareShipping.input.details.details.comment",
1143
+ "requestStr": "$comment:String ",
1144
+ "required": false,
1145
+ "responseStr": "comment:$comment ",
1146
+ "type": {
1147
+ "kind": [
1148
+ "SCALAR"
1149
+ ],
1150
+ "name": "String",
1151
+ "non_null": false
1152
+ },
1153
+ "varName": "comment"
1154
+ },
1155
+ "contact": {
1156
+ "defaultValue": null,
1157
+ "description": "Delivery contact detail",
1158
+ "id_str": "updateHardwareShipping___input___details___details___contact",
1159
+ "name": "contact",
1160
+ "path": "updateHardwareShipping.input.details.details.contact",
1161
+ "requestStr": "$contactDetailsInput:ContactDetailsInput ",
1162
+ "required": false,
1163
+ "responseStr": "contact:$contactDetailsInput ",
1164
+ "type": {
1165
+ "definition": {
1166
+ "description": null,
1167
+ "enumValues": null,
1168
+ "fields": null,
1169
+ "inputFields": {
1170
+ "email": {
1171
+ "defaultValue": null,
1172
+ "description": "Contact email address",
1173
+ "id_str": "updateHardwareShipping___input___details___details___contact___email",
1174
+ "name": "email",
1175
+ "path": "updateHardwareShipping.input.details.details.contact.email",
1176
+ "requestStr": "$email:Email ",
1177
+ "required": false,
1178
+ "responseStr": "email:$email ",
1179
+ "type": {
1180
+ "kind": [
1181
+ "SCALAR"
1182
+ ],
1183
+ "name": "Email",
1184
+ "non_null": false
1185
+ },
1186
+ "varName": "email"
1187
+ },
1188
+ "name": {
1189
+ "defaultValue": null,
1190
+ "description": "Contact name",
1191
+ "id_str": "updateHardwareShipping___input___details___details___contact___name",
1192
+ "name": "name",
1193
+ "path": "updateHardwareShipping.input.details.details.contact.name",
1194
+ "requestStr": "$name:String ",
1195
+ "required": false,
1196
+ "responseStr": "name:$name ",
1197
+ "type": {
1198
+ "kind": [
1199
+ "SCALAR"
1200
+ ],
1201
+ "name": "String",
1202
+ "non_null": false
1203
+ },
1204
+ "varName": "name"
1205
+ },
1206
+ "phone": {
1207
+ "defaultValue": null,
1208
+ "description": "Contact phone number",
1209
+ "id_str": "updateHardwareShipping___input___details___details___contact___phone",
1210
+ "name": "phone",
1211
+ "path": "updateHardwareShipping.input.details.details.contact.phone",
1212
+ "requestStr": "$phone:Phone ",
1213
+ "required": false,
1214
+ "responseStr": "phone:$phone ",
1215
+ "type": {
1216
+ "kind": [
1217
+ "SCALAR"
1218
+ ],
1219
+ "name": "Phone",
1220
+ "non_null": false
1221
+ },
1222
+ "varName": "phone"
1223
+ }
1224
+ },
1225
+ "interfaces": null,
1226
+ "kind": "INPUT_OBJECT",
1227
+ "name": "ContactDetailsInput",
1228
+ "possibleTypes": null
1229
+ },
1230
+ "indexType": "input_object",
1231
+ "kind": [
1232
+ "INPUT_OBJECT"
1233
+ ],
1234
+ "name": "ContactDetailsInput",
1235
+ "non_null": false
1236
+ },
1237
+ "varName": "contactDetailsInput"
1238
+ },
1239
+ "incoterms": {
1240
+ "defaultValue": null,
1241
+ "description": "Shipping method",
1242
+ "id_str": "updateHardwareShipping___input___details___details___incoterms",
1243
+ "name": "incoterms",
1244
+ "path": "updateHardwareShipping.input.details.details.incoterms",
1245
+ "requestStr": "$incoterms:String ",
1246
+ "required": false,
1247
+ "responseStr": "incoterms:$incoterms ",
1248
+ "type": {
1249
+ "kind": [
1250
+ "SCALAR"
1251
+ ],
1252
+ "name": "String",
1253
+ "non_null": false
1254
+ },
1255
+ "varName": "incoterms"
1256
+ },
1257
+ "instruction": {
1258
+ "defaultValue": null,
1259
+ "description": "Delivery instruction (required for EXW incoterms)",
1260
+ "id_str": "updateHardwareShipping___input___details___details___instruction",
1261
+ "name": "instruction",
1262
+ "path": "updateHardwareShipping.input.details.details.instruction",
1263
+ "requestStr": "$instruction:String ",
1264
+ "required": false,
1265
+ "responseStr": "instruction:$instruction ",
1266
+ "type": {
1267
+ "kind": [
1268
+ "SCALAR"
1269
+ ],
1270
+ "name": "String",
1271
+ "non_null": false
1272
+ },
1273
+ "varName": "instruction"
1274
+ },
1275
+ "vatId": {
1276
+ "defaultValue": null,
1277
+ "description": "Vat id (required for Brazil)",
1278
+ "id_str": "updateHardwareShipping___input___details___details___vatId",
1279
+ "name": "vatId",
1280
+ "path": "updateHardwareShipping.input.details.details.vatId",
1281
+ "requestStr": "$vatId:String ",
1282
+ "required": false,
1283
+ "responseStr": "vatId:$vatId ",
1284
+ "type": {
1285
+ "kind": [
1286
+ "SCALAR"
1287
+ ],
1288
+ "name": "String",
1289
+ "non_null": false
1290
+ },
1291
+ "varName": "vatId"
1292
+ }
1293
+ },
1294
+ "interfaces": null,
1295
+ "kind": "INPUT_OBJECT",
1296
+ "name": "ShippingDetailsInput",
1297
+ "possibleTypes": null
1298
+ },
1299
+ "indexType": "input_object",
1300
+ "kind": [
1301
+ "NON_NULL",
1302
+ "INPUT_OBJECT"
1303
+ ],
1304
+ "name": "ShippingDetailsInput",
1305
+ "non_null": false
1306
+ },
1307
+ "varName": "shippingDetailsInput"
1308
+ },
1309
+ "powerCable": {
1310
+ "defaultValue": null,
1311
+ "description": "Power cable type (for sockets only)",
1312
+ "id_str": "updateHardwareShipping___input___details___powerCable",
1313
+ "name": "powerCable",
1314
+ "path": "updateHardwareShipping.input.details.powerCable",
1315
+ "requestStr": "$powerCable:String ",
1316
+ "required": false,
1317
+ "responseStr": "powerCable:$powerCable ",
1318
+ "type": {
1319
+ "kind": [
1320
+ "SCALAR"
1321
+ ],
1322
+ "name": "String",
1323
+ "non_null": false
1324
+ },
1325
+ "varName": "powerCable"
1326
+ }
1327
+ },
1328
+ "interfaces": null,
1329
+ "kind": "INPUT_OBJECT",
1330
+ "name": "HardwareShippingDetailsInput",
1331
+ "possibleTypes": null
1332
+ },
1333
+ "indexType": "input_object",
1334
+ "kind": [
1335
+ "NON_NULL",
1336
+ "INPUT_OBJECT"
1337
+ ],
1338
+ "name": "HardwareShippingDetailsInput",
1339
+ "non_null": false
1340
+ },
1341
+ "varName": "hardwareShippingDetailsInput"
1342
+ },
1343
+ "ids": {
1344
+ "defaultValue": null,
1345
+ "description": " The ids of items to update",
1346
+ "id_str": "updateHardwareShipping___input___ids",
1347
+ "name": "ids",
1348
+ "path": "updateHardwareShipping.input.ids",
1349
+ "requestStr": "$ids:[ID]! ",
1350
+ "required": true,
1351
+ "responseStr": "ids:$ids ",
1352
+ "type": {
1353
+ "kind": [
1354
+ "NON_NULL",
1355
+ "LIST",
1356
+ "NON_NULL",
1357
+ "SCALAR"
1358
+ ],
1359
+ "name": "ID",
1360
+ "non_null": false
1361
+ },
1362
+ "varName": "ids"
1363
+ }
1364
+ },
1365
+ "interfaces": null,
1366
+ "kind": "INPUT_OBJECT",
1367
+ "name": "UpdateHardwareShippingInput",
1368
+ "possibleTypes": null
1369
+ },
1370
+ "indexType": "input_object",
1371
+ "kind": [
1372
+ "NON_NULL",
1373
+ "INPUT_OBJECT"
1374
+ ],
1375
+ "name": "UpdateHardwareShippingInput",
1376
+ "non_null": false
1377
+ },
1378
+ "varName": "updateHardwareShippingInput"
1379
+ }
1380
+ },
1381
+ "deprecationReason": null,
1382
+ "description": "Set Shipping details for a list of hardware",
1383
+ "id_str": "updateHardwareShipping",
1384
+ "isDeprecated": false,
1385
+ "name": "updateHardwareShipping",
1386
+ "path": "updateHardwareShipping",
1387
+ "requestStr": "$hardwarePayload:HardwarePayload ",
1388
+ "required": false,
1389
+ "responseStr": "updateHardwareShipping:$hardwarePayload ",
1390
+ "type": {
1391
+ "definition": {
1392
+ "description": null,
1393
+ "enumValues": null,
1394
+ "fields": {
1395
+ "items": {
1396
+ "args": {},
1397
+ "deprecationReason": null,
1398
+ "description": "The results",
1399
+ "id_str": "updateHardwareShipping___items",
1400
+ "isDeprecated": false,
1401
+ "name": "items",
1402
+ "path": "updateHardwareShipping.items",
1403
+ "requestStr": "$hardware:[Hardware]! ",
1404
+ "required": true,
1405
+ "responseStr": "items:$hardware ",
1406
+ "type": {
1407
+ "definition": {
1408
+ "description": null,
1409
+ "enumValues": null,
1410
+ "fields": {
1411
+ "account": {
1412
+ "alias": "accountRefAccount: account",
1413
+ "args": {},
1414
+ "deprecationReason": null,
1415
+ "description": "Cma account",
1416
+ "id_str": "updateHardwareShipping___items___account",
1417
+ "isDeprecated": false,
1418
+ "name": "account",
1419
+ "path": "updateHardwareShipping.items.account",
1420
+ "requestStr": "$accountRef:AccountRef ",
1421
+ "required": false,
1422
+ "responseStr": "account:$accountRef ",
1423
+ "type": {
1424
+ "definition": {
1425
+ "description": "A reference identifying the Account object. ID: Unique Account Identifier, Name: The Account Name",
1426
+ "enumValues": null,
1427
+ "fields": {
1428
+ "id": {
1429
+ "args": {},
1430
+ "deprecationReason": null,
1431
+ "description": null,
1432
+ "id_str": "updateHardwareShipping___items___account___id",
1433
+ "isDeprecated": false,
1434
+ "name": "id",
1435
+ "path": "updateHardwareShipping.items.account.id",
1436
+ "requestStr": "$id:ID! ",
1437
+ "required": true,
1438
+ "responseStr": "id:$id ",
1439
+ "type": {
1440
+ "kind": [
1441
+ "NON_NULL",
1442
+ "SCALAR"
1443
+ ],
1444
+ "name": "ID",
1445
+ "non_null": false
1446
+ },
1447
+ "varName": "id"
1448
+ },
1449
+ "name": {
1450
+ "args": {},
1451
+ "deprecationReason": null,
1452
+ "description": null,
1453
+ "id_str": "updateHardwareShipping___items___account___name",
1454
+ "isDeprecated": false,
1455
+ "name": "name",
1456
+ "path": "updateHardwareShipping.items.account.name",
1457
+ "requestStr": "$name:String! ",
1458
+ "required": true,
1459
+ "responseStr": "name:$name ",
1460
+ "type": {
1461
+ "kind": [
1462
+ "NON_NULL",
1463
+ "SCALAR"
1464
+ ],
1465
+ "name": "String",
1466
+ "non_null": false
1467
+ },
1468
+ "varName": "name"
1469
+ }
1470
+ },
1471
+ "inputFields": null,
1472
+ "interfaces": {},
1473
+ "kind": "OBJECT",
1474
+ "name": "AccountRef",
1475
+ "possibleTypes": null
1476
+ },
1477
+ "indexType": "object",
1478
+ "kind": [
1479
+ "OBJECT"
1480
+ ],
1481
+ "name": "AccountRef",
1482
+ "non_null": false
1483
+ },
1484
+ "varName": "accountRef"
1485
+ },
1486
+ "id": {
1487
+ "args": {},
1488
+ "deprecationReason": null,
1489
+ "description": "Id",
1490
+ "id_str": "updateHardwareShipping___items___id",
1491
+ "isDeprecated": false,
1492
+ "name": "id",
1493
+ "path": "updateHardwareShipping.items.id",
1494
+ "requestStr": "$id:ID! ",
1495
+ "required": true,
1496
+ "responseStr": "id:$id ",
1497
+ "type": {
1498
+ "kind": [
1499
+ "NON_NULL",
1500
+ "SCALAR"
1501
+ ],
1502
+ "name": "ID",
1503
+ "non_null": false
1504
+ },
1505
+ "varName": "id"
1506
+ },
1507
+ "lastModified": {
1508
+ "args": {},
1509
+ "deprecationReason": null,
1510
+ "description": "Last modified",
1511
+ "id_str": "updateHardwareShipping___items___lastModified",
1512
+ "isDeprecated": false,
1513
+ "name": "lastModified",
1514
+ "path": "updateHardwareShipping.items.lastModified",
1515
+ "requestStr": "$lastModified:DateTime ",
1516
+ "required": false,
1517
+ "responseStr": "lastModified:$lastModified ",
1518
+ "type": {
1519
+ "kind": [
1520
+ "SCALAR"
1521
+ ],
1522
+ "name": "DateTime",
1523
+ "non_null": false
1524
+ },
1525
+ "varName": "lastModified"
1526
+ },
1527
+ "licenseId": {
1528
+ "args": {},
1529
+ "deprecationReason": null,
1530
+ "description": "Crm License Id",
1531
+ "id_str": "updateHardwareShipping___items___licenseId",
1532
+ "isDeprecated": false,
1533
+ "name": "licenseId",
1534
+ "path": "updateHardwareShipping.items.licenseId",
1535
+ "requestStr": "$licenseId:ID ",
1536
+ "required": false,
1537
+ "responseStr": "licenseId:$licenseId ",
1538
+ "type": {
1539
+ "kind": [
1540
+ "SCALAR"
1541
+ ],
1542
+ "name": "ID",
1543
+ "non_null": false
1544
+ },
1545
+ "varName": "licenseId"
1546
+ },
1547
+ "licenseStartDate": {
1548
+ "args": {},
1549
+ "deprecationReason": null,
1550
+ "description": "License start date",
1551
+ "id_str": "updateHardwareShipping___items___licenseStartDate",
1552
+ "isDeprecated": false,
1553
+ "name": "licenseStartDate",
1554
+ "path": "updateHardwareShipping.items.licenseStartDate",
1555
+ "requestStr": "$licenseStartDate:Date ",
1556
+ "required": false,
1557
+ "responseStr": "licenseStartDate:$licenseStartDate ",
1558
+ "type": {
1559
+ "kind": [
1560
+ "SCALAR"
1561
+ ],
1562
+ "name": "Date",
1563
+ "non_null": false
1564
+ },
1565
+ "varName": "licenseStartDate"
1566
+ },
1567
+ "macAddress": {
1568
+ "args": {},
1569
+ "deprecationReason": null,
1570
+ "description": "Product Mac address",
1571
+ "id_str": "updateHardwareShipping___items___macAddress",
1572
+ "isDeprecated": false,
1573
+ "name": "macAddress",
1574
+ "path": "updateHardwareShipping.items.macAddress",
1575
+ "requestStr": "$macAddress:String ",
1576
+ "required": false,
1577
+ "responseStr": "macAddress:$macAddress ",
1578
+ "type": {
1579
+ "kind": [
1580
+ "SCALAR"
1581
+ ],
1582
+ "name": "String",
1583
+ "non_null": false
1584
+ },
1585
+ "varName": "macAddress"
1586
+ },
1587
+ "model": {
1588
+ "args": {},
1589
+ "deprecationReason": null,
1590
+ "description": "Product model",
1591
+ "id_str": "updateHardwareShipping___items___model",
1592
+ "isDeprecated": false,
1593
+ "name": "model",
1594
+ "path": "updateHardwareShipping.items.model",
1595
+ "requestStr": "$model:String ",
1596
+ "required": false,
1597
+ "responseStr": "model:$model ",
1598
+ "type": {
1599
+ "kind": [
1600
+ "SCALAR"
1601
+ ],
1602
+ "name": "String",
1603
+ "non_null": false
1604
+ },
1605
+ "varName": "model"
1606
+ },
1607
+ "poNumber": {
1608
+ "args": {},
1609
+ "deprecationReason": null,
1610
+ "description": "Product order number",
1611
+ "id_str": "updateHardwareShipping___items___poNumber",
1612
+ "isDeprecated": false,
1613
+ "name": "poNumber",
1614
+ "path": "updateHardwareShipping.items.poNumber",
1615
+ "requestStr": "$poNumber:String ",
1616
+ "required": false,
1617
+ "responseStr": "poNumber:$poNumber ",
1618
+ "type": {
1619
+ "kind": [
1620
+ "SCALAR"
1621
+ ],
1622
+ "name": "String",
1623
+ "non_null": false
1624
+ },
1625
+ "varName": "poNumber"
1626
+ },
1627
+ "productType": {
1628
+ "args": {},
1629
+ "deprecationReason": null,
1630
+ "description": "Product type",
1631
+ "id_str": "updateHardwareShipping___items___productType",
1632
+ "isDeprecated": false,
1633
+ "name": "productType",
1634
+ "path": "updateHardwareShipping.items.productType",
1635
+ "requestStr": "$productType:String ",
1636
+ "required": false,
1637
+ "responseStr": "productType:$productType ",
1638
+ "type": {
1639
+ "kind": [
1640
+ "SCALAR"
1641
+ ],
1642
+ "name": "String",
1643
+ "non_null": false
1644
+ },
1645
+ "varName": "productType"
1646
+ },
1647
+ "quoteId": {
1648
+ "args": {},
1649
+ "deprecationReason": null,
1650
+ "description": "Quote ID where the product was purchased",
1651
+ "id_str": "updateHardwareShipping___items___quoteId",
1652
+ "isDeprecated": false,
1653
+ "name": "quoteId",
1654
+ "path": "updateHardwareShipping.items.quoteId",
1655
+ "requestStr": "$quoteId:String ",
1656
+ "required": false,
1657
+ "responseStr": "quoteId:$quoteId ",
1658
+ "type": {
1659
+ "kind": [
1660
+ "SCALAR"
1661
+ ],
1662
+ "name": "String",
1663
+ "non_null": false
1664
+ },
1665
+ "varName": "quoteId"
1666
+ },
1667
+ "serialNumber": {
1668
+ "args": {},
1669
+ "deprecationReason": null,
1670
+ "description": "Serial number",
1671
+ "id_str": "updateHardwareShipping___items___serialNumber",
1672
+ "isDeprecated": false,
1673
+ "name": "serialNumber",
1674
+ "path": "updateHardwareShipping.items.serialNumber",
1675
+ "requestStr": "$serialNumber:String ",
1676
+ "required": false,
1677
+ "responseStr": "serialNumber:$serialNumber ",
1678
+ "type": {
1679
+ "kind": [
1680
+ "SCALAR"
1681
+ ],
1682
+ "name": "String",
1683
+ "non_null": false
1684
+ },
1685
+ "varName": "serialNumber"
1686
+ },
1687
+ "shippingDetail": {
1688
+ "alias": "shippingDetailsShippingDetail: shippingDetail",
1689
+ "args": {},
1690
+ "deprecationReason": null,
1691
+ "description": "Shipping details",
1692
+ "id_str": "updateHardwareShipping___items___shippingDetail",
1693
+ "isDeprecated": false,
1694
+ "name": "shippingDetail",
1695
+ "path": "updateHardwareShipping.items.shippingDetail",
1696
+ "requestStr": "$shippingDetails:ShippingDetails ",
1697
+ "required": false,
1698
+ "responseStr": "shippingDetail:$shippingDetails ",
1699
+ "type": {
1700
+ "definition": {
1701
+ "description": null,
1702
+ "enumValues": null,
1703
+ "fields": {
1704
+ "cityName": {
1705
+ "args": {},
1706
+ "deprecationReason": null,
1707
+ "description": "City",
1708
+ "id_str": "updateHardwareShipping___items___shippingDetail___cityName",
1709
+ "isDeprecated": false,
1710
+ "name": "cityName",
1711
+ "path": "updateHardwareShipping.items.shippingDetail.cityName",
1712
+ "requestStr": "$cityName:String ",
1713
+ "required": false,
1714
+ "responseStr": "cityName:$cityName ",
1715
+ "type": {
1716
+ "kind": [
1717
+ "SCALAR"
1718
+ ],
1719
+ "name": "String",
1720
+ "non_null": false
1721
+ },
1722
+ "varName": "cityName"
1723
+ },
1724
+ "comment": {
1725
+ "args": {},
1726
+ "deprecationReason": null,
1727
+ "description": "Comment",
1728
+ "id_str": "updateHardwareShipping___items___shippingDetail___comment",
1729
+ "isDeprecated": false,
1730
+ "name": "comment",
1731
+ "path": "updateHardwareShipping.items.shippingDetail.comment",
1732
+ "requestStr": "$comment:String ",
1733
+ "required": false,
1734
+ "responseStr": "comment:$comment ",
1735
+ "type": {
1736
+ "kind": [
1737
+ "SCALAR"
1738
+ ],
1739
+ "name": "String",
1740
+ "non_null": false
1741
+ },
1742
+ "varName": "comment"
1743
+ },
1744
+ "companyName": {
1745
+ "args": {},
1746
+ "deprecationReason": null,
1747
+ "description": "Company name (recipient)",
1748
+ "id_str": "updateHardwareShipping___items___shippingDetail___companyName",
1749
+ "isDeprecated": false,
1750
+ "name": "companyName",
1751
+ "path": "updateHardwareShipping.items.shippingDetail.companyName",
1752
+ "requestStr": "$companyName:String ",
1753
+ "required": false,
1754
+ "responseStr": "companyName:$companyName ",
1755
+ "type": {
1756
+ "kind": [
1757
+ "SCALAR"
1758
+ ],
1759
+ "name": "String",
1760
+ "non_null": false
1761
+ },
1762
+ "varName": "companyName"
1763
+ },
1764
+ "contact": {
1765
+ "args": {},
1766
+ "deprecationReason": null,
1767
+ "description": "Delivery contact detail",
1768
+ "id_str": "updateHardwareShipping___items___shippingDetail___contact",
1769
+ "isDeprecated": false,
1770
+ "name": "contact",
1771
+ "path": "updateHardwareShipping.items.shippingDetail.contact",
1772
+ "requestStr": "$contactDetails:ContactDetails ",
1773
+ "required": false,
1774
+ "responseStr": "contact:$contactDetails ",
1775
+ "type": {
1776
+ "definition": {
1777
+ "description": null,
1778
+ "enumValues": null,
1779
+ "fields": {
1780
+ "email": {
1781
+ "args": {},
1782
+ "deprecationReason": null,
1783
+ "description": "Contact email address",
1784
+ "id_str": "updateHardwareShipping___items___shippingDetail___contact___email",
1785
+ "isDeprecated": false,
1786
+ "name": "email",
1787
+ "path": "updateHardwareShipping.items.shippingDetail.contact.email",
1788
+ "requestStr": "$email:Email ",
1789
+ "required": false,
1790
+ "responseStr": "email:$email ",
1791
+ "type": {
1792
+ "kind": [
1793
+ "SCALAR"
1794
+ ],
1795
+ "name": "Email",
1796
+ "non_null": false
1797
+ },
1798
+ "varName": "email"
1799
+ },
1800
+ "name": {
1801
+ "args": {},
1802
+ "deprecationReason": null,
1803
+ "description": "Contact name",
1804
+ "id_str": "updateHardwareShipping___items___shippingDetail___contact___name",
1805
+ "isDeprecated": false,
1806
+ "name": "name",
1807
+ "path": "updateHardwareShipping.items.shippingDetail.contact.name",
1808
+ "requestStr": "$name:String ",
1809
+ "required": false,
1810
+ "responseStr": "name:$name ",
1811
+ "type": {
1812
+ "kind": [
1813
+ "SCALAR"
1814
+ ],
1815
+ "name": "String",
1816
+ "non_null": false
1817
+ },
1818
+ "varName": "name"
1819
+ },
1820
+ "phone": {
1821
+ "args": {},
1822
+ "deprecationReason": null,
1823
+ "description": "Contact phone number",
1824
+ "id_str": "updateHardwareShipping___items___shippingDetail___contact___phone",
1825
+ "isDeprecated": false,
1826
+ "name": "phone",
1827
+ "path": "updateHardwareShipping.items.shippingDetail.contact.phone",
1828
+ "requestStr": "$phone:Phone ",
1829
+ "required": false,
1830
+ "responseStr": "phone:$phone ",
1831
+ "type": {
1832
+ "kind": [
1833
+ "SCALAR"
1834
+ ],
1835
+ "name": "Phone",
1836
+ "non_null": false
1837
+ },
1838
+ "varName": "phone"
1839
+ }
1840
+ },
1841
+ "inputFields": null,
1842
+ "interfaces": {},
1843
+ "kind": "OBJECT",
1844
+ "name": "ContactDetails",
1845
+ "possibleTypes": null
1846
+ },
1847
+ "indexType": "object",
1848
+ "kind": [
1849
+ "OBJECT"
1850
+ ],
1851
+ "name": "ContactDetails",
1852
+ "non_null": false
1853
+ },
1854
+ "varName": "contactDetails"
1855
+ },
1856
+ "countryName": {
1857
+ "args": {},
1858
+ "deprecationReason": null,
1859
+ "description": "Country",
1860
+ "id_str": "updateHardwareShipping___items___shippingDetail___countryName",
1861
+ "isDeprecated": false,
1862
+ "name": "countryName",
1863
+ "path": "updateHardwareShipping.items.shippingDetail.countryName",
1864
+ "requestStr": "$countryName:String ",
1865
+ "required": false,
1866
+ "responseStr": "countryName:$countryName ",
1867
+ "type": {
1868
+ "kind": [
1869
+ "SCALAR"
1870
+ ],
1871
+ "name": "String",
1872
+ "non_null": false
1873
+ },
1874
+ "varName": "countryName"
1875
+ },
1876
+ "incoterms": {
1877
+ "args": {},
1878
+ "deprecationReason": null,
1879
+ "description": "Shipping method",
1880
+ "id_str": "updateHardwareShipping___items___shippingDetail___incoterms",
1881
+ "isDeprecated": false,
1882
+ "name": "incoterms",
1883
+ "path": "updateHardwareShipping.items.shippingDetail.incoterms",
1884
+ "requestStr": "$incoterms:String ",
1885
+ "required": false,
1886
+ "responseStr": "incoterms:$incoterms ",
1887
+ "type": {
1888
+ "kind": [
1889
+ "SCALAR"
1890
+ ],
1891
+ "name": "String",
1892
+ "non_null": false
1893
+ },
1894
+ "varName": "incoterms"
1895
+ },
1896
+ "instruction": {
1897
+ "args": {},
1898
+ "deprecationReason": null,
1899
+ "description": "Delivery instruction (required for EXW incoterms)",
1900
+ "id_str": "updateHardwareShipping___items___shippingDetail___instruction",
1901
+ "isDeprecated": false,
1902
+ "name": "instruction",
1903
+ "path": "updateHardwareShipping.items.shippingDetail.instruction",
1904
+ "requestStr": "$instruction:String ",
1905
+ "required": false,
1906
+ "responseStr": "instruction:$instruction ",
1907
+ "type": {
1908
+ "kind": [
1909
+ "SCALAR"
1910
+ ],
1911
+ "name": "String",
1912
+ "non_null": false
1913
+ },
1914
+ "varName": "instruction"
1915
+ },
1916
+ "powerCable": {
1917
+ "args": {},
1918
+ "deprecationReason": null,
1919
+ "description": "Power cable type (for sockets only)",
1920
+ "id_str": "updateHardwareShipping___items___shippingDetail___powerCable",
1921
+ "isDeprecated": false,
1922
+ "name": "powerCable",
1923
+ "path": "updateHardwareShipping.items.shippingDetail.powerCable",
1924
+ "requestStr": "$powerCable:String ",
1925
+ "required": false,
1926
+ "responseStr": "powerCable:$powerCable ",
1927
+ "type": {
1928
+ "kind": [
1929
+ "SCALAR"
1930
+ ],
1931
+ "name": "String",
1932
+ "non_null": false
1933
+ },
1934
+ "varName": "powerCable"
1935
+ },
1936
+ "stateName": {
1937
+ "args": {},
1938
+ "deprecationReason": null,
1939
+ "description": "State (only for USA and Canada)",
1940
+ "id_str": "updateHardwareShipping___items___shippingDetail___stateName",
1941
+ "isDeprecated": false,
1942
+ "name": "stateName",
1943
+ "path": "updateHardwareShipping.items.shippingDetail.stateName",
1944
+ "requestStr": "$stateName:String ",
1945
+ "required": false,
1946
+ "responseStr": "stateName:$stateName ",
1947
+ "type": {
1948
+ "kind": [
1949
+ "SCALAR"
1950
+ ],
1951
+ "name": "String",
1952
+ "non_null": false
1953
+ },
1954
+ "varName": "stateName"
1955
+ },
1956
+ "street": {
1957
+ "args": {},
1958
+ "deprecationReason": null,
1959
+ "description": "Street name and number",
1960
+ "id_str": "updateHardwareShipping___items___shippingDetail___street",
1961
+ "isDeprecated": false,
1962
+ "name": "street",
1963
+ "path": "updateHardwareShipping.items.shippingDetail.street",
1964
+ "requestStr": "$street:String ",
1965
+ "required": false,
1966
+ "responseStr": "street:$street ",
1967
+ "type": {
1968
+ "kind": [
1969
+ "SCALAR"
1970
+ ],
1971
+ "name": "String",
1972
+ "non_null": false
1973
+ },
1974
+ "varName": "street"
1975
+ },
1976
+ "vatId": {
1977
+ "args": {},
1978
+ "deprecationReason": null,
1979
+ "description": "Vat id (required for Brazil)",
1980
+ "id_str": "updateHardwareShipping___items___shippingDetail___vatId",
1981
+ "isDeprecated": false,
1982
+ "name": "vatId",
1983
+ "path": "updateHardwareShipping.items.shippingDetail.vatId",
1984
+ "requestStr": "$vatId:String ",
1985
+ "required": false,
1986
+ "responseStr": "vatId:$vatId ",
1987
+ "type": {
1988
+ "kind": [
1989
+ "SCALAR"
1990
+ ],
1991
+ "name": "String",
1992
+ "non_null": false
1993
+ },
1994
+ "varName": "vatId"
1995
+ },
1996
+ "zipCode": {
1997
+ "args": {},
1998
+ "deprecationReason": null,
1999
+ "description": "Zip Code",
2000
+ "id_str": "updateHardwareShipping___items___shippingDetail___zipCode",
2001
+ "isDeprecated": false,
2002
+ "name": "zipCode",
2003
+ "path": "updateHardwareShipping.items.shippingDetail.zipCode",
2004
+ "requestStr": "$zipCode:String ",
2005
+ "required": false,
2006
+ "responseStr": "zipCode:$zipCode ",
2007
+ "type": {
2008
+ "kind": [
2009
+ "SCALAR"
2010
+ ],
2011
+ "name": "String",
2012
+ "non_null": false
2013
+ },
2014
+ "varName": "zipCode"
2015
+ }
2016
+ },
2017
+ "inputFields": null,
2018
+ "interfaces": {},
2019
+ "kind": "OBJECT",
2020
+ "name": "ShippingDetails",
2021
+ "possibleTypes": null
2022
+ },
2023
+ "indexType": "object",
2024
+ "kind": [
2025
+ "OBJECT"
2026
+ ],
2027
+ "name": "ShippingDetails",
2028
+ "non_null": false
2029
+ },
2030
+ "varName": "shippingDetails"
2031
+ },
2032
+ "shippingTracking": {
2033
+ "alias": "shippingTrackingShippingTracking: shippingTracking",
2034
+ "args": {},
2035
+ "deprecationReason": null,
2036
+ "description": "Shipping tracking data",
2037
+ "id_str": "updateHardwareShipping___items___shippingTracking",
2038
+ "isDeprecated": false,
2039
+ "name": "shippingTracking",
2040
+ "path": "updateHardwareShipping.items.shippingTracking",
2041
+ "requestStr": "$shippingTracking:ShippingTracking ",
2042
+ "required": false,
2043
+ "responseStr": "shippingTracking:$shippingTracking ",
2044
+ "type": {
2045
+ "definition": {
2046
+ "description": null,
2047
+ "enumValues": null,
2048
+ "fields": {
2049
+ "carrier": {
2050
+ "args": {},
2051
+ "deprecationReason": null,
2052
+ "description": "Carrier (shipping company)",
2053
+ "id_str": "updateHardwareShipping___items___shippingTracking___carrier",
2054
+ "isDeprecated": false,
2055
+ "name": "carrier",
2056
+ "path": "updateHardwareShipping.items.shippingTracking.carrier",
2057
+ "requestStr": "$carrier:String ",
2058
+ "required": false,
2059
+ "responseStr": "carrier:$carrier ",
2060
+ "type": {
2061
+ "kind": [
2062
+ "SCALAR"
2063
+ ],
2064
+ "name": "String",
2065
+ "non_null": false
2066
+ },
2067
+ "varName": "carrier"
2068
+ },
2069
+ "shippingDate": {
2070
+ "args": {},
2071
+ "deprecationReason": null,
2072
+ "description": "Shipping date",
2073
+ "id_str": "updateHardwareShipping___items___shippingTracking___shippingDate",
2074
+ "isDeprecated": false,
2075
+ "name": "shippingDate",
2076
+ "path": "updateHardwareShipping.items.shippingTracking.shippingDate",
2077
+ "requestStr": "$shippingDate:Date ",
2078
+ "required": false,
2079
+ "responseStr": "shippingDate:$shippingDate ",
2080
+ "type": {
2081
+ "kind": [
2082
+ "SCALAR"
2083
+ ],
2084
+ "name": "Date",
2085
+ "non_null": false
2086
+ },
2087
+ "varName": "shippingDate"
2088
+ },
2089
+ "shippingStatus": {
2090
+ "args": {},
2091
+ "deprecationReason": null,
2092
+ "description": "Shipping status",
2093
+ "id_str": "updateHardwareShipping___items___shippingTracking___shippingStatus",
2094
+ "isDeprecated": false,
2095
+ "name": "shippingStatus",
2096
+ "path": "updateHardwareShipping.items.shippingTracking.shippingStatus",
2097
+ "requestStr": "$shippingStatus:ShippingStatus ",
2098
+ "required": false,
2099
+ "responseStr": "shippingStatus:$shippingStatus ",
2100
+ "type": {
2101
+ "definition": {
2102
+ "description": null,
2103
+ "enumValues": [
2104
+ {
2105
+ "deprecationReason": null,
2106
+ "description": null,
2107
+ "isDeprecated": false,
2108
+ "name": "PENDING_INFO"
2109
+ },
2110
+ {
2111
+ "deprecationReason": null,
2112
+ "description": null,
2113
+ "isDeprecated": false,
2114
+ "name": "CONFIRM_SHIPPING"
2115
+ },
2116
+ {
2117
+ "deprecationReason": null,
2118
+ "description": null,
2119
+ "isDeprecated": false,
2120
+ "name": "IN_TRANSIT"
2121
+ },
2122
+ {
2123
+ "deprecationReason": null,
2124
+ "description": null,
2125
+ "isDeprecated": false,
2126
+ "name": "DELIVERED"
2127
+ }
2128
+ ],
2129
+ "fields": null,
2130
+ "inputFields": null,
2131
+ "interfaces": null,
2132
+ "kind": "ENUM",
2133
+ "name": "ShippingStatus",
2134
+ "possibleTypes": null
2135
+ },
2136
+ "indexType": "enum",
2137
+ "kind": [
2138
+ "ENUM"
2139
+ ],
2140
+ "name": "ShippingStatus",
2141
+ "non_null": false
2142
+ },
2143
+ "varName": "shippingStatus"
2144
+ },
2145
+ "trackingNumber": {
2146
+ "args": {},
2147
+ "deprecationReason": null,
2148
+ "description": "Tracking number",
2149
+ "id_str": "updateHardwareShipping___items___shippingTracking___trackingNumber",
2150
+ "isDeprecated": false,
2151
+ "name": "trackingNumber",
2152
+ "path": "updateHardwareShipping.items.shippingTracking.trackingNumber",
2153
+ "requestStr": "$trackingNumber:String ",
2154
+ "required": false,
2155
+ "responseStr": "trackingNumber:$trackingNumber ",
2156
+ "type": {
2157
+ "kind": [
2158
+ "SCALAR"
2159
+ ],
2160
+ "name": "String",
2161
+ "non_null": false
2162
+ },
2163
+ "varName": "trackingNumber"
2164
+ },
2165
+ "trackingUrl": {
2166
+ "args": {},
2167
+ "deprecationReason": null,
2168
+ "description": "Tracking url",
2169
+ "id_str": "updateHardwareShipping___items___shippingTracking___trackingUrl",
2170
+ "isDeprecated": false,
2171
+ "name": "trackingUrl",
2172
+ "path": "updateHardwareShipping.items.shippingTracking.trackingUrl",
2173
+ "requestStr": "$trackingUrl:Url ",
2174
+ "required": false,
2175
+ "responseStr": "trackingUrl:$trackingUrl ",
2176
+ "type": {
2177
+ "kind": [
2178
+ "SCALAR"
2179
+ ],
2180
+ "name": "Url",
2181
+ "non_null": false
2182
+ },
2183
+ "varName": "trackingUrl"
2184
+ }
2185
+ },
2186
+ "inputFields": null,
2187
+ "interfaces": {},
2188
+ "kind": "OBJECT",
2189
+ "name": "ShippingTracking",
2190
+ "possibleTypes": null
2191
+ },
2192
+ "indexType": "object",
2193
+ "kind": [
2194
+ "OBJECT"
2195
+ ],
2196
+ "name": "ShippingTracking",
2197
+ "non_null": false
2198
+ },
2199
+ "varName": "shippingTracking"
2200
+ },
2201
+ "siteCountryName": {
2202
+ "args": {},
2203
+ "deprecationReason": null,
2204
+ "description": "The site\u2019s country",
2205
+ "id_str": "updateHardwareShipping___items___siteCountryName",
2206
+ "isDeprecated": false,
2207
+ "name": "siteCountryName",
2208
+ "path": "updateHardwareShipping.items.siteCountryName",
2209
+ "requestStr": "$siteCountryName:String ",
2210
+ "required": false,
2211
+ "responseStr": "siteCountryName:$siteCountryName ",
2212
+ "type": {
2213
+ "kind": [
2214
+ "SCALAR"
2215
+ ],
2216
+ "name": "String",
2217
+ "non_null": false
2218
+ },
2219
+ "varName": "siteCountryName"
2220
+ },
2221
+ "validation": {
2222
+ "alias": "hardwareValidationValidation: validation",
2223
+ "args": {},
2224
+ "deprecationReason": null,
2225
+ "description": "Validation details",
2226
+ "id_str": "updateHardwareShipping___items___validation",
2227
+ "isDeprecated": false,
2228
+ "name": "validation",
2229
+ "path": "updateHardwareShipping.items.validation",
2230
+ "requestStr": "$hardwareValidation:HardwareValidation ",
2231
+ "required": false,
2232
+ "responseStr": "validation:$hardwareValidation ",
2233
+ "type": {
2234
+ "definition": {
2235
+ "description": null,
2236
+ "enumValues": null,
2237
+ "fields": {
2238
+ "addressValidationStatus": {
2239
+ "args": {},
2240
+ "deprecationReason": null,
2241
+ "description": "Address validation details",
2242
+ "id_str": "updateHardwareShipping___items___validation___addressValidationStatus",
2243
+ "isDeprecated": false,
2244
+ "name": "addressValidationStatus",
2245
+ "path": "updateHardwareShipping.items.validation.addressValidationStatus",
2246
+ "requestStr": "$addressValidationStatus:AddressValidationStatus ",
2247
+ "required": false,
2248
+ "responseStr": "addressValidationStatus:$addressValidationStatus ",
2249
+ "type": {
2250
+ "definition": {
2251
+ "description": null,
2252
+ "enumValues": [
2253
+ {
2254
+ "deprecationReason": null,
2255
+ "description": null,
2256
+ "isDeprecated": false,
2257
+ "name": "VALID"
2258
+ },
2259
+ {
2260
+ "deprecationReason": null,
2261
+ "description": null,
2262
+ "isDeprecated": false,
2263
+ "name": "INVALID"
2264
+ },
2265
+ {
2266
+ "deprecationReason": null,
2267
+ "description": null,
2268
+ "isDeprecated": false,
2269
+ "name": "NA"
2270
+ }
2271
+ ],
2272
+ "fields": null,
2273
+ "inputFields": null,
2274
+ "interfaces": null,
2275
+ "kind": "ENUM",
2276
+ "name": "AddressValidationStatus",
2277
+ "possibleTypes": null
2278
+ },
2279
+ "indexType": "enum",
2280
+ "kind": [
2281
+ "ENUM"
2282
+ ],
2283
+ "name": "AddressValidationStatus",
2284
+ "non_null": false
2285
+ },
2286
+ "varName": "addressValidationStatus"
2287
+ },
2288
+ "completed": {
2289
+ "args": {},
2290
+ "deprecationReason": null,
2291
+ "description": "Complete item",
2292
+ "id_str": "updateHardwareShipping___items___validation___completed",
2293
+ "isDeprecated": false,
2294
+ "name": "completed",
2295
+ "path": "updateHardwareShipping.items.validation.completed",
2296
+ "requestStr": "$completed:Boolean! ",
2297
+ "required": true,
2298
+ "responseStr": "completed:$completed ",
2299
+ "type": {
2300
+ "kind": [
2301
+ "NON_NULL",
2302
+ "SCALAR"
2303
+ ],
2304
+ "name": "Boolean",
2305
+ "non_null": false
2306
+ },
2307
+ "varName": "completed"
2308
+ },
2309
+ "incompleteReason": {
2310
+ "args": {},
2311
+ "deprecationReason": null,
2312
+ "description": "Incomplete reason",
2313
+ "id_str": "updateHardwareShipping___items___validation___incompleteReason",
2314
+ "isDeprecated": false,
2315
+ "name": "incompleteReason",
2316
+ "path": "updateHardwareShipping.items.validation.incompleteReason",
2317
+ "requestStr": "$incompleteReason:String ",
2318
+ "required": false,
2319
+ "responseStr": "incompleteReason:$incompleteReason ",
2320
+ "type": {
2321
+ "kind": [
2322
+ "SCALAR"
2323
+ ],
2324
+ "name": "String",
2325
+ "non_null": false
2326
+ },
2327
+ "varName": "incompleteReason"
2328
+ }
2329
+ },
2330
+ "inputFields": null,
2331
+ "interfaces": {},
2332
+ "kind": "OBJECT",
2333
+ "name": "HardwareValidation",
2334
+ "possibleTypes": null
2335
+ },
2336
+ "indexType": "object",
2337
+ "kind": [
2338
+ "OBJECT"
2339
+ ],
2340
+ "name": "HardwareValidation",
2341
+ "non_null": false
2342
+ },
2343
+ "varName": "hardwareValidation"
2344
+ }
2345
+ },
2346
+ "inputFields": null,
2347
+ "interfaces": {},
2348
+ "kind": "OBJECT",
2349
+ "name": "Hardware",
2350
+ "possibleTypes": null
2351
+ },
2352
+ "indexType": "object",
2353
+ "kind": [
2354
+ "NON_NULL",
2355
+ "LIST",
2356
+ "NON_NULL",
2357
+ "OBJECT"
2358
+ ],
2359
+ "name": "Hardware",
2360
+ "non_null": false
2361
+ },
2362
+ "varName": "hardware"
2363
+ },
2364
+ "pageInfo": {
2365
+ "args": {},
2366
+ "deprecationReason": null,
2367
+ "description": "Pagination details",
2368
+ "id_str": "updateHardwareShipping___pageInfo",
2369
+ "isDeprecated": false,
2370
+ "name": "pageInfo",
2371
+ "path": "updateHardwareShipping.pageInfo",
2372
+ "requestStr": "$pageInfo:PageInfo ",
2373
+ "required": false,
2374
+ "responseStr": "pageInfo:$pageInfo ",
2375
+ "type": {
2376
+ "definition": {
2377
+ "description": null,
2378
+ "enumValues": null,
2379
+ "fields": {
2380
+ "total": {
2381
+ "args": {},
2382
+ "deprecationReason": null,
2383
+ "description": null,
2384
+ "id_str": "updateHardwareShipping___pageInfo___total",
2385
+ "isDeprecated": false,
2386
+ "name": "total",
2387
+ "path": "updateHardwareShipping.pageInfo.total",
2388
+ "requestStr": "$total:Int! ",
2389
+ "required": true,
2390
+ "responseStr": "total:$total ",
2391
+ "type": {
2392
+ "kind": [
2393
+ "NON_NULL",
2394
+ "SCALAR"
2395
+ ],
2396
+ "name": "Int",
2397
+ "non_null": false
2398
+ },
2399
+ "varName": "total"
2400
+ }
2401
+ },
2402
+ "inputFields": null,
2403
+ "interfaces": {},
2404
+ "kind": "OBJECT",
2405
+ "name": "PageInfo",
2406
+ "possibleTypes": null
2407
+ },
2408
+ "indexType": "object",
2409
+ "kind": [
2410
+ "OBJECT"
2411
+ ],
2412
+ "name": "PageInfo",
2413
+ "non_null": false
2414
+ },
2415
+ "varName": "pageInfo"
2416
+ }
2417
+ },
2418
+ "inputFields": null,
2419
+ "interfaces": {},
2420
+ "kind": "OBJECT",
2421
+ "name": "HardwarePayload",
2422
+ "possibleTypes": null
2423
+ },
2424
+ "indexType": "object",
2425
+ "kind": [
2426
+ "OBJECT"
2427
+ ],
2428
+ "name": "HardwarePayload",
2429
+ "non_null": false
2430
+ },
2431
+ "varName": "hardwarePayload"
2432
+ }
2433
+ },
2434
+ "inputFields": null,
2435
+ "interfaces": [],
2436
+ "kind": "OBJECT",
2437
+ "name": "HardwareMutations",
2438
+ "possibleTypes": null
2439
+ },
2440
+ "indexType": "object",
2441
+ "kind": [
2442
+ "OBJECT"
2443
+ ],
2444
+ "name": "HardwareMutations",
2445
+ "non_null": false
2446
+ },
2447
+ "variablesPayload": {
2448
+ "updateHardwareShippingInput": {
2449
+ "hardwareShippingDetailsInput": {
2450
+ "details": {
2451
+ "address": {
2452
+ "cityName": {
2453
+ "cityName": "String"
2454
+ },
2455
+ "companyName": {
2456
+ "companyName": "String"
2457
+ },
2458
+ "countryName": {
2459
+ "countryName": "String"
2460
+ },
2461
+ "stateName": {
2462
+ "stateName": "String"
2463
+ },
2464
+ "street": {
2465
+ "street": "String"
2466
+ },
2467
+ "zipCode": {
2468
+ "zipCode": "String"
2469
+ }
2470
+ },
2471
+ "comment": {
2472
+ "comment": "String"
2473
+ },
2474
+ "contact": {
2475
+ "email": {
2476
+ "email": "Email"
2477
+ },
2478
+ "name": {
2479
+ "name": "String"
2480
+ },
2481
+ "phone": {
2482
+ "phone": "Phone"
2483
+ }
2484
+ },
2485
+ "incoterms": {
2486
+ "incoterms": "String"
2487
+ },
2488
+ "instruction": {
2489
+ "instruction": "String"
2490
+ },
2491
+ "vatId": {
2492
+ "vatId": "String"
2493
+ }
2494
+ },
2495
+ "powerCable": {
2496
+ "powerCable": "String"
2497
+ }
2498
+ },
2499
+ "ids": {
2500
+ "ids": [
2501
+ "ID"
2502
+ ]
2503
+ }
2504
+ }
2505
+ }
2506
+ }