catocli 3.0.10__py3-none-any.whl → 3.0.13__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 (59) hide show
  1. catocli/Utils/clidriver.py +4 -4
  2. catocli/Utils/graphql_utils.py +15 -5
  3. catocli/Utils/help_formatter.py +62 -17
  4. catocli/__init__.py +1 -1
  5. catocli/parsers/custom/__init__.py +1 -1
  6. catocli/parsers/custom/customLib.py +3 -1
  7. catocli/parsers/mutation_groups_createGroup/README.md +39 -1
  8. catocli/parsers/mutation_groups_deleteGroup/README.md +39 -1
  9. catocli/parsers/mutation_groups_updateGroup/README.md +39 -1
  10. catocli/parsers/query_accountMetrics/README.md +29 -2
  11. catocli/parsers/query_accountSnapshot/README.md +16 -0
  12. catocli/parsers/query_appStats/README.md +11 -1
  13. catocli/parsers/query_appStatsTimeSeries/README.md +16 -2
  14. catocli/parsers/query_auditFeed/README.md +3 -1
  15. catocli/parsers/query_catalogs/README.md +178 -0
  16. catocli/parsers/query_container/README.md +49 -0
  17. catocli/parsers/query_devices/README.md +728 -0
  18. catocli/parsers/query_enterpriseDirectory/README.md +83 -0
  19. catocli/parsers/query_events/README.md +5 -1
  20. catocli/parsers/query_eventsTimeSeries/README.md +10 -2
  21. catocli/parsers/query_groups_groupList/README.md +39 -1
  22. catocli/parsers/query_hardware/README.md +153 -0
  23. catocli/parsers/query_hardwareManagement/README.md +56 -0
  24. catocli/parsers/query_popLocations/README.md +63 -0
  25. catocli/parsers/query_sandbox/README.md +69 -0
  26. catocli/parsers/query_socketPortMetrics/README.md +5 -1
  27. catocli/parsers/query_socketPortMetricsTimeSeries/README.md +10 -2
  28. catocli/parsers/query_xdr_stories/README.md +7 -2
  29. {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/METADATA +1 -1
  30. {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/RECORD +59 -59
  31. models/mutation.accountManagement.disableAccount.json +2 -2
  32. models/mutation.accountManagement.removeAccount.json +2 -2
  33. models/mutation.groups.createGroup.json +810 -0
  34. models/mutation.groups.deleteGroup.json +810 -0
  35. models/mutation.groups.updateGroup.json +810 -0
  36. models/query.accountMetrics.json +333 -1
  37. models/query.accountSnapshot.json +50 -1
  38. models/query.appStats.json +38 -0
  39. models/query.appStatsTimeSeries.json +78 -1
  40. models/query.auditFeed.json +105 -0
  41. models/query.catalogs.json +2708 -1
  42. models/query.container.json +793 -1
  43. models/query.devices.json +10338 -1
  44. models/query.enterpriseDirectory.json +1315 -1
  45. models/query.events.json +38 -0
  46. models/query.eventsFeed.json +1587 -0
  47. models/query.eventsTimeSeries.json +78 -1
  48. models/query.groups.groupList.json +810 -0
  49. models/query.hardware.json +2333 -1
  50. models/query.hardwareManagement.json +1086 -1
  51. models/query.popLocations.json +1172 -1
  52. models/query.sandbox.json +825 -1
  53. models/query.socketPortMetrics.json +38 -0
  54. models/query.socketPortMetricsTimeSeries.json +78 -1
  55. schema/catolib.py +107 -37
  56. {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/WHEEL +0 -0
  57. {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/entry_points.txt +0 -0
  58. {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/licenses/LICENSE +0 -0
  59. {catocli-3.0.10.dist-info → catocli-3.0.13.dist-info}/top_level.txt +0 -0
@@ -44,6 +44,1041 @@
44
44
  "non_null": false
45
45
  },
46
46
  "varName": "accountId"
47
+ },
48
+ "socketInventoryInput": {
49
+ "defaultValue": null,
50
+ "description": null,
51
+ "id_str": "socketInventory___input",
52
+ "name": "input",
53
+ "path": "socketInventory.input",
54
+ "requestStr": "$socketInventoryInput:SocketInventoryInput ",
55
+ "required": false,
56
+ "responseStr": "input:$socketInventoryInput ",
57
+ "type": {
58
+ "definition": {
59
+ "description": null,
60
+ "enumValues": null,
61
+ "fields": null,
62
+ "inputFields": {
63
+ "filter": {
64
+ "defaultValue": null,
65
+ "description": null,
66
+ "id_str": "socketInventory___input___filter",
67
+ "name": "filter",
68
+ "path": "socketInventory.input.filter",
69
+ "requestStr": "$socketInventoryFilterInput:SocketInventoryFilterInput ",
70
+ "required": false,
71
+ "responseStr": "filter:$socketInventoryFilterInput ",
72
+ "type": {
73
+ "definition": {
74
+ "description": null,
75
+ "enumValues": null,
76
+ "fields": null,
77
+ "inputFields": {
78
+ "freeText": {
79
+ "defaultValue": null,
80
+ "description": "Will run contains operation for the provided text on the following fields serialNumber,socketMac,socketVersion,installedSite,\nshippingCompany,trackingNumber,deliverySiteName,description with OR between them",
81
+ "id_str": "socketInventory___input___filter___freeText",
82
+ "name": "freeText",
83
+ "path": "socketInventory.input.filter.freeText",
84
+ "requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
85
+ "required": false,
86
+ "responseStr": "freeText:$freeTextFilterInput ",
87
+ "type": {
88
+ "definition": {
89
+ "description": null,
90
+ "enumValues": null,
91
+ "fields": null,
92
+ "inputFields": {
93
+ "search": {
94
+ "defaultValue": null,
95
+ "description": null,
96
+ "id_str": "socketInventory___input___filter___freeText___search",
97
+ "name": "search",
98
+ "path": "socketInventory.input.filter.freeText.search",
99
+ "requestStr": "$search:String! ",
100
+ "required": true,
101
+ "responseStr": "search:$search ",
102
+ "type": {
103
+ "kind": [
104
+ "NON_NULL",
105
+ "SCALAR"
106
+ ],
107
+ "name": "String",
108
+ "non_null": false
109
+ },
110
+ "varName": "search"
111
+ }
112
+ },
113
+ "interfaces": null,
114
+ "kind": "INPUT_OBJECT",
115
+ "name": "FreeTextFilterInput",
116
+ "possibleTypes": null
117
+ },
118
+ "indexType": "input_object",
119
+ "kind": [
120
+ "INPUT_OBJECT"
121
+ ],
122
+ "name": "FreeTextFilterInput",
123
+ "non_null": false
124
+ },
125
+ "varName": "freeTextFilterInput"
126
+ }
127
+ },
128
+ "interfaces": null,
129
+ "kind": "INPUT_OBJECT",
130
+ "name": "SocketInventoryFilterInput",
131
+ "possibleTypes": null
132
+ },
133
+ "indexType": "input_object",
134
+ "kind": [
135
+ "INPUT_OBJECT"
136
+ ],
137
+ "name": "SocketInventoryFilterInput",
138
+ "non_null": false
139
+ },
140
+ "varName": "socketInventoryFilterInput"
141
+ },
142
+ "paging": {
143
+ "defaultValue": null,
144
+ "description": null,
145
+ "id_str": "socketInventory___input___paging",
146
+ "name": "paging",
147
+ "path": "socketInventory.input.paging",
148
+ "requestStr": "$pagingInput:PagingInput ",
149
+ "required": false,
150
+ "responseStr": "paging:$pagingInput ",
151
+ "type": {
152
+ "definition": {
153
+ "description": null,
154
+ "enumValues": null,
155
+ "fields": null,
156
+ "inputFields": {
157
+ "from": {
158
+ "defaultValue": "0",
159
+ "description": null,
160
+ "id_str": "socketInventory___input___paging___from",
161
+ "name": "from",
162
+ "path": "socketInventory.input.paging.from",
163
+ "requestStr": "$from:Int! ",
164
+ "required": true,
165
+ "responseStr": "from:$from ",
166
+ "type": {
167
+ "kind": [
168
+ "NON_NULL",
169
+ "SCALAR"
170
+ ],
171
+ "name": "Int",
172
+ "non_null": false
173
+ },
174
+ "varName": "from"
175
+ },
176
+ "limit": {
177
+ "defaultValue": "100",
178
+ "description": null,
179
+ "id_str": "socketInventory___input___paging___limit",
180
+ "name": "limit",
181
+ "path": "socketInventory.input.paging.limit",
182
+ "requestStr": "$limit:Int! ",
183
+ "required": true,
184
+ "responseStr": "limit:$limit ",
185
+ "type": {
186
+ "kind": [
187
+ "NON_NULL",
188
+ "SCALAR"
189
+ ],
190
+ "name": "Int",
191
+ "non_null": false
192
+ },
193
+ "varName": "limit"
194
+ }
195
+ },
196
+ "interfaces": null,
197
+ "kind": "INPUT_OBJECT",
198
+ "name": "PagingInput",
199
+ "possibleTypes": null
200
+ },
201
+ "indexType": "input_object",
202
+ "kind": [
203
+ "INPUT_OBJECT"
204
+ ],
205
+ "name": "PagingInput",
206
+ "non_null": false
207
+ },
208
+ "varName": "pagingInput"
209
+ },
210
+ "sort": {
211
+ "defaultValue": null,
212
+ "description": null,
213
+ "id_str": "socketInventory___input___sort",
214
+ "name": "sort",
215
+ "path": "socketInventory.input.sort",
216
+ "requestStr": "$socketInventoryOrderInput:SocketInventoryOrderInput ",
217
+ "required": false,
218
+ "responseStr": "sort:$socketInventoryOrderInput ",
219
+ "type": {
220
+ "definition": {
221
+ "description": null,
222
+ "enumValues": null,
223
+ "fields": null,
224
+ "inputFields": {
225
+ "accountName": {
226
+ "defaultValue": null,
227
+ "description": null,
228
+ "id_str": "socketInventory___input___sort___accountName",
229
+ "name": "accountName",
230
+ "path": "socketInventory.input.sort.accountName",
231
+ "requestStr": "$sortOrderInput:SortOrderInput ",
232
+ "required": false,
233
+ "responseStr": "accountName:$sortOrderInput ",
234
+ "type": {
235
+ "definition": {
236
+ "description": null,
237
+ "enumValues": null,
238
+ "fields": null,
239
+ "inputFields": {
240
+ "direction": {
241
+ "defaultValue": "ASC",
242
+ "description": null,
243
+ "id_str": "socketInventory___input___sort___accountName___direction",
244
+ "name": "direction",
245
+ "path": "socketInventory.input.sort.accountName.direction",
246
+ "requestStr": "$direction:SortOrder! ",
247
+ "required": true,
248
+ "responseStr": "direction:$direction ",
249
+ "type": {
250
+ "definition": {
251
+ "description": null,
252
+ "enumValues": [
253
+ {
254
+ "deprecationReason": null,
255
+ "description": null,
256
+ "isDeprecated": false,
257
+ "name": "ASC"
258
+ },
259
+ {
260
+ "deprecationReason": null,
261
+ "description": null,
262
+ "isDeprecated": false,
263
+ "name": "DESC"
264
+ }
265
+ ],
266
+ "fields": null,
267
+ "inputFields": null,
268
+ "interfaces": null,
269
+ "kind": "ENUM",
270
+ "name": "SortOrder",
271
+ "possibleTypes": null
272
+ },
273
+ "indexType": "enum",
274
+ "kind": [
275
+ "NON_NULL",
276
+ "ENUM"
277
+ ],
278
+ "name": "SortOrder",
279
+ "non_null": false
280
+ },
281
+ "varName": "direction"
282
+ },
283
+ "priority": {
284
+ "defaultValue": "1",
285
+ "description": null,
286
+ "id_str": "socketInventory___input___sort___accountName___priority",
287
+ "name": "priority",
288
+ "path": "socketInventory.input.sort.accountName.priority",
289
+ "requestStr": "$priority:Int! ",
290
+ "required": true,
291
+ "responseStr": "priority:$priority ",
292
+ "type": {
293
+ "kind": [
294
+ "NON_NULL",
295
+ "SCALAR"
296
+ ],
297
+ "name": "Int",
298
+ "non_null": false
299
+ },
300
+ "varName": "priority"
301
+ }
302
+ },
303
+ "interfaces": null,
304
+ "kind": "INPUT_OBJECT",
305
+ "name": "SortOrderInput",
306
+ "possibleTypes": null
307
+ },
308
+ "indexType": "input_object",
309
+ "kind": [
310
+ "INPUT_OBJECT"
311
+ ],
312
+ "name": "SortOrderInput",
313
+ "non_null": false
314
+ },
315
+ "varName": "sortOrderInput"
316
+ },
317
+ "deliverySiteName": {
318
+ "defaultValue": null,
319
+ "description": null,
320
+ "id_str": "socketInventory___input___sort___deliverySiteName",
321
+ "name": "deliverySiteName",
322
+ "path": "socketInventory.input.sort.deliverySiteName",
323
+ "requestStr": "$sortOrderInput:SortOrderInput ",
324
+ "required": false,
325
+ "responseStr": "deliverySiteName:$sortOrderInput ",
326
+ "type": {
327
+ "definition": {
328
+ "description": null,
329
+ "enumValues": null,
330
+ "fields": null,
331
+ "inputFields": {
332
+ "direction": {
333
+ "defaultValue": "ASC",
334
+ "description": null,
335
+ "id_str": "socketInventory___input___sort___deliverySiteName___direction",
336
+ "name": "direction",
337
+ "path": "socketInventory.input.sort.deliverySiteName.direction",
338
+ "requestStr": "$direction:SortOrder! ",
339
+ "required": true,
340
+ "responseStr": "direction:$direction ",
341
+ "type": {
342
+ "definition": {
343
+ "description": null,
344
+ "enumValues": [
345
+ {
346
+ "deprecationReason": null,
347
+ "description": null,
348
+ "isDeprecated": false,
349
+ "name": "ASC"
350
+ },
351
+ {
352
+ "deprecationReason": null,
353
+ "description": null,
354
+ "isDeprecated": false,
355
+ "name": "DESC"
356
+ }
357
+ ],
358
+ "fields": null,
359
+ "inputFields": null,
360
+ "interfaces": null,
361
+ "kind": "ENUM",
362
+ "name": "SortOrder",
363
+ "possibleTypes": null
364
+ },
365
+ "indexType": "enum",
366
+ "kind": [
367
+ "NON_NULL",
368
+ "ENUM"
369
+ ],
370
+ "name": "SortOrder",
371
+ "non_null": false
372
+ },
373
+ "varName": "direction"
374
+ },
375
+ "priority": {
376
+ "defaultValue": "1",
377
+ "description": null,
378
+ "id_str": "socketInventory___input___sort___deliverySiteName___priority",
379
+ "name": "priority",
380
+ "path": "socketInventory.input.sort.deliverySiteName.priority",
381
+ "requestStr": "$priority:Int! ",
382
+ "required": true,
383
+ "responseStr": "priority:$priority ",
384
+ "type": {
385
+ "kind": [
386
+ "NON_NULL",
387
+ "SCALAR"
388
+ ],
389
+ "name": "Int",
390
+ "non_null": false
391
+ },
392
+ "varName": "priority"
393
+ }
394
+ },
395
+ "interfaces": null,
396
+ "kind": "INPUT_OBJECT",
397
+ "name": "SortOrderInput",
398
+ "possibleTypes": null
399
+ },
400
+ "indexType": "input_object",
401
+ "kind": [
402
+ "INPUT_OBJECT"
403
+ ],
404
+ "name": "SortOrderInput",
405
+ "non_null": false
406
+ },
407
+ "varName": "sortOrderInput"
408
+ },
409
+ "description": {
410
+ "defaultValue": null,
411
+ "description": null,
412
+ "id_str": "socketInventory___input___sort___description",
413
+ "name": "description",
414
+ "path": "socketInventory.input.sort.description",
415
+ "requestStr": "$sortOrderInput:SortOrderInput ",
416
+ "required": false,
417
+ "responseStr": "description:$sortOrderInput ",
418
+ "type": {
419
+ "definition": {
420
+ "description": null,
421
+ "enumValues": null,
422
+ "fields": null,
423
+ "inputFields": {
424
+ "direction": {
425
+ "defaultValue": "ASC",
426
+ "description": null,
427
+ "id_str": "socketInventory___input___sort___description___direction",
428
+ "name": "direction",
429
+ "path": "socketInventory.input.sort.description.direction",
430
+ "requestStr": "$direction:SortOrder! ",
431
+ "required": true,
432
+ "responseStr": "direction:$direction ",
433
+ "type": {
434
+ "definition": {
435
+ "description": null,
436
+ "enumValues": [
437
+ {
438
+ "deprecationReason": null,
439
+ "description": null,
440
+ "isDeprecated": false,
441
+ "name": "ASC"
442
+ },
443
+ {
444
+ "deprecationReason": null,
445
+ "description": null,
446
+ "isDeprecated": false,
447
+ "name": "DESC"
448
+ }
449
+ ],
450
+ "fields": null,
451
+ "inputFields": null,
452
+ "interfaces": null,
453
+ "kind": "ENUM",
454
+ "name": "SortOrder",
455
+ "possibleTypes": null
456
+ },
457
+ "indexType": "enum",
458
+ "kind": [
459
+ "NON_NULL",
460
+ "ENUM"
461
+ ],
462
+ "name": "SortOrder",
463
+ "non_null": false
464
+ },
465
+ "varName": "direction"
466
+ },
467
+ "priority": {
468
+ "defaultValue": "1",
469
+ "description": null,
470
+ "id_str": "socketInventory___input___sort___description___priority",
471
+ "name": "priority",
472
+ "path": "socketInventory.input.sort.description.priority",
473
+ "requestStr": "$priority:Int! ",
474
+ "required": true,
475
+ "responseStr": "priority:$priority ",
476
+ "type": {
477
+ "kind": [
478
+ "NON_NULL",
479
+ "SCALAR"
480
+ ],
481
+ "name": "Int",
482
+ "non_null": false
483
+ },
484
+ "varName": "priority"
485
+ }
486
+ },
487
+ "interfaces": null,
488
+ "kind": "INPUT_OBJECT",
489
+ "name": "SortOrderInput",
490
+ "possibleTypes": null
491
+ },
492
+ "indexType": "input_object",
493
+ "kind": [
494
+ "INPUT_OBJECT"
495
+ ],
496
+ "name": "SortOrderInput",
497
+ "non_null": false
498
+ },
499
+ "varName": "sortOrderInput"
500
+ },
501
+ "installedSite": {
502
+ "defaultValue": null,
503
+ "description": null,
504
+ "id_str": "socketInventory___input___sort___installedSite",
505
+ "name": "installedSite",
506
+ "path": "socketInventory.input.sort.installedSite",
507
+ "requestStr": "$sortOrderInput:SortOrderInput ",
508
+ "required": false,
509
+ "responseStr": "installedSite:$sortOrderInput ",
510
+ "type": {
511
+ "definition": {
512
+ "description": null,
513
+ "enumValues": null,
514
+ "fields": null,
515
+ "inputFields": {
516
+ "direction": {
517
+ "defaultValue": "ASC",
518
+ "description": null,
519
+ "id_str": "socketInventory___input___sort___installedSite___direction",
520
+ "name": "direction",
521
+ "path": "socketInventory.input.sort.installedSite.direction",
522
+ "requestStr": "$direction:SortOrder! ",
523
+ "required": true,
524
+ "responseStr": "direction:$direction ",
525
+ "type": {
526
+ "definition": {
527
+ "description": null,
528
+ "enumValues": [
529
+ {
530
+ "deprecationReason": null,
531
+ "description": null,
532
+ "isDeprecated": false,
533
+ "name": "ASC"
534
+ },
535
+ {
536
+ "deprecationReason": null,
537
+ "description": null,
538
+ "isDeprecated": false,
539
+ "name": "DESC"
540
+ }
541
+ ],
542
+ "fields": null,
543
+ "inputFields": null,
544
+ "interfaces": null,
545
+ "kind": "ENUM",
546
+ "name": "SortOrder",
547
+ "possibleTypes": null
548
+ },
549
+ "indexType": "enum",
550
+ "kind": [
551
+ "NON_NULL",
552
+ "ENUM"
553
+ ],
554
+ "name": "SortOrder",
555
+ "non_null": false
556
+ },
557
+ "varName": "direction"
558
+ },
559
+ "priority": {
560
+ "defaultValue": "1",
561
+ "description": null,
562
+ "id_str": "socketInventory___input___sort___installedSite___priority",
563
+ "name": "priority",
564
+ "path": "socketInventory.input.sort.installedSite.priority",
565
+ "requestStr": "$priority:Int! ",
566
+ "required": true,
567
+ "responseStr": "priority:$priority ",
568
+ "type": {
569
+ "kind": [
570
+ "NON_NULL",
571
+ "SCALAR"
572
+ ],
573
+ "name": "Int",
574
+ "non_null": false
575
+ },
576
+ "varName": "priority"
577
+ }
578
+ },
579
+ "interfaces": null,
580
+ "kind": "INPUT_OBJECT",
581
+ "name": "SortOrderInput",
582
+ "possibleTypes": null
583
+ },
584
+ "indexType": "input_object",
585
+ "kind": [
586
+ "INPUT_OBJECT"
587
+ ],
588
+ "name": "SortOrderInput",
589
+ "non_null": false
590
+ },
591
+ "varName": "sortOrderInput"
592
+ },
593
+ "serialNumber": {
594
+ "defaultValue": null,
595
+ "description": null,
596
+ "id_str": "socketInventory___input___sort___serialNumber",
597
+ "name": "serialNumber",
598
+ "path": "socketInventory.input.sort.serialNumber",
599
+ "requestStr": "$sortOrderInput:SortOrderInput ",
600
+ "required": false,
601
+ "responseStr": "serialNumber:$sortOrderInput ",
602
+ "type": {
603
+ "definition": {
604
+ "description": null,
605
+ "enumValues": null,
606
+ "fields": null,
607
+ "inputFields": {
608
+ "direction": {
609
+ "defaultValue": "ASC",
610
+ "description": null,
611
+ "id_str": "socketInventory___input___sort___serialNumber___direction",
612
+ "name": "direction",
613
+ "path": "socketInventory.input.sort.serialNumber.direction",
614
+ "requestStr": "$direction:SortOrder! ",
615
+ "required": true,
616
+ "responseStr": "direction:$direction ",
617
+ "type": {
618
+ "definition": {
619
+ "description": null,
620
+ "enumValues": [
621
+ {
622
+ "deprecationReason": null,
623
+ "description": null,
624
+ "isDeprecated": false,
625
+ "name": "ASC"
626
+ },
627
+ {
628
+ "deprecationReason": null,
629
+ "description": null,
630
+ "isDeprecated": false,
631
+ "name": "DESC"
632
+ }
633
+ ],
634
+ "fields": null,
635
+ "inputFields": null,
636
+ "interfaces": null,
637
+ "kind": "ENUM",
638
+ "name": "SortOrder",
639
+ "possibleTypes": null
640
+ },
641
+ "indexType": "enum",
642
+ "kind": [
643
+ "NON_NULL",
644
+ "ENUM"
645
+ ],
646
+ "name": "SortOrder",
647
+ "non_null": false
648
+ },
649
+ "varName": "direction"
650
+ },
651
+ "priority": {
652
+ "defaultValue": "1",
653
+ "description": null,
654
+ "id_str": "socketInventory___input___sort___serialNumber___priority",
655
+ "name": "priority",
656
+ "path": "socketInventory.input.sort.serialNumber.priority",
657
+ "requestStr": "$priority:Int! ",
658
+ "required": true,
659
+ "responseStr": "priority:$priority ",
660
+ "type": {
661
+ "kind": [
662
+ "NON_NULL",
663
+ "SCALAR"
664
+ ],
665
+ "name": "Int",
666
+ "non_null": false
667
+ },
668
+ "varName": "priority"
669
+ }
670
+ },
671
+ "interfaces": null,
672
+ "kind": "INPUT_OBJECT",
673
+ "name": "SortOrderInput",
674
+ "possibleTypes": null
675
+ },
676
+ "indexType": "input_object",
677
+ "kind": [
678
+ "INPUT_OBJECT"
679
+ ],
680
+ "name": "SortOrderInput",
681
+ "non_null": false
682
+ },
683
+ "varName": "sortOrderInput"
684
+ },
685
+ "shippingCompany": {
686
+ "defaultValue": null,
687
+ "description": null,
688
+ "id_str": "socketInventory___input___sort___shippingCompany",
689
+ "name": "shippingCompany",
690
+ "path": "socketInventory.input.sort.shippingCompany",
691
+ "requestStr": "$sortOrderInput:SortOrderInput ",
692
+ "required": false,
693
+ "responseStr": "shippingCompany:$sortOrderInput ",
694
+ "type": {
695
+ "definition": {
696
+ "description": null,
697
+ "enumValues": null,
698
+ "fields": null,
699
+ "inputFields": {
700
+ "direction": {
701
+ "defaultValue": "ASC",
702
+ "description": null,
703
+ "id_str": "socketInventory___input___sort___shippingCompany___direction",
704
+ "name": "direction",
705
+ "path": "socketInventory.input.sort.shippingCompany.direction",
706
+ "requestStr": "$direction:SortOrder! ",
707
+ "required": true,
708
+ "responseStr": "direction:$direction ",
709
+ "type": {
710
+ "definition": {
711
+ "description": null,
712
+ "enumValues": [
713
+ {
714
+ "deprecationReason": null,
715
+ "description": null,
716
+ "isDeprecated": false,
717
+ "name": "ASC"
718
+ },
719
+ {
720
+ "deprecationReason": null,
721
+ "description": null,
722
+ "isDeprecated": false,
723
+ "name": "DESC"
724
+ }
725
+ ],
726
+ "fields": null,
727
+ "inputFields": null,
728
+ "interfaces": null,
729
+ "kind": "ENUM",
730
+ "name": "SortOrder",
731
+ "possibleTypes": null
732
+ },
733
+ "indexType": "enum",
734
+ "kind": [
735
+ "NON_NULL",
736
+ "ENUM"
737
+ ],
738
+ "name": "SortOrder",
739
+ "non_null": false
740
+ },
741
+ "varName": "direction"
742
+ },
743
+ "priority": {
744
+ "defaultValue": "1",
745
+ "description": null,
746
+ "id_str": "socketInventory___input___sort___shippingCompany___priority",
747
+ "name": "priority",
748
+ "path": "socketInventory.input.sort.shippingCompany.priority",
749
+ "requestStr": "$priority:Int! ",
750
+ "required": true,
751
+ "responseStr": "priority:$priority ",
752
+ "type": {
753
+ "kind": [
754
+ "NON_NULL",
755
+ "SCALAR"
756
+ ],
757
+ "name": "Int",
758
+ "non_null": false
759
+ },
760
+ "varName": "priority"
761
+ }
762
+ },
763
+ "interfaces": null,
764
+ "kind": "INPUT_OBJECT",
765
+ "name": "SortOrderInput",
766
+ "possibleTypes": null
767
+ },
768
+ "indexType": "input_object",
769
+ "kind": [
770
+ "INPUT_OBJECT"
771
+ ],
772
+ "name": "SortOrderInput",
773
+ "non_null": false
774
+ },
775
+ "varName": "sortOrderInput"
776
+ },
777
+ "shippingDate": {
778
+ "defaultValue": null,
779
+ "description": null,
780
+ "id_str": "socketInventory___input___sort___shippingDate",
781
+ "name": "shippingDate",
782
+ "path": "socketInventory.input.sort.shippingDate",
783
+ "requestStr": "$sortOrderInput:SortOrderInput ",
784
+ "required": false,
785
+ "responseStr": "shippingDate:$sortOrderInput ",
786
+ "type": {
787
+ "definition": {
788
+ "description": null,
789
+ "enumValues": null,
790
+ "fields": null,
791
+ "inputFields": {
792
+ "direction": {
793
+ "defaultValue": "ASC",
794
+ "description": null,
795
+ "id_str": "socketInventory___input___sort___shippingDate___direction",
796
+ "name": "direction",
797
+ "path": "socketInventory.input.sort.shippingDate.direction",
798
+ "requestStr": "$direction:SortOrder! ",
799
+ "required": true,
800
+ "responseStr": "direction:$direction ",
801
+ "type": {
802
+ "definition": {
803
+ "description": null,
804
+ "enumValues": [
805
+ {
806
+ "deprecationReason": null,
807
+ "description": null,
808
+ "isDeprecated": false,
809
+ "name": "ASC"
810
+ },
811
+ {
812
+ "deprecationReason": null,
813
+ "description": null,
814
+ "isDeprecated": false,
815
+ "name": "DESC"
816
+ }
817
+ ],
818
+ "fields": null,
819
+ "inputFields": null,
820
+ "interfaces": null,
821
+ "kind": "ENUM",
822
+ "name": "SortOrder",
823
+ "possibleTypes": null
824
+ },
825
+ "indexType": "enum",
826
+ "kind": [
827
+ "NON_NULL",
828
+ "ENUM"
829
+ ],
830
+ "name": "SortOrder",
831
+ "non_null": false
832
+ },
833
+ "varName": "direction"
834
+ },
835
+ "priority": {
836
+ "defaultValue": "1",
837
+ "description": null,
838
+ "id_str": "socketInventory___input___sort___shippingDate___priority",
839
+ "name": "priority",
840
+ "path": "socketInventory.input.sort.shippingDate.priority",
841
+ "requestStr": "$priority:Int! ",
842
+ "required": true,
843
+ "responseStr": "priority:$priority ",
844
+ "type": {
845
+ "kind": [
846
+ "NON_NULL",
847
+ "SCALAR"
848
+ ],
849
+ "name": "Int",
850
+ "non_null": false
851
+ },
852
+ "varName": "priority"
853
+ }
854
+ },
855
+ "interfaces": null,
856
+ "kind": "INPUT_OBJECT",
857
+ "name": "SortOrderInput",
858
+ "possibleTypes": null
859
+ },
860
+ "indexType": "input_object",
861
+ "kind": [
862
+ "INPUT_OBJECT"
863
+ ],
864
+ "name": "SortOrderInput",
865
+ "non_null": false
866
+ },
867
+ "varName": "sortOrderInput"
868
+ },
869
+ "socketType": {
870
+ "defaultValue": null,
871
+ "description": null,
872
+ "id_str": "socketInventory___input___sort___socketType",
873
+ "name": "socketType",
874
+ "path": "socketInventory.input.sort.socketType",
875
+ "requestStr": "$sortOrderInput:SortOrderInput ",
876
+ "required": false,
877
+ "responseStr": "socketType:$sortOrderInput ",
878
+ "type": {
879
+ "definition": {
880
+ "description": null,
881
+ "enumValues": null,
882
+ "fields": null,
883
+ "inputFields": {
884
+ "direction": {
885
+ "defaultValue": "ASC",
886
+ "description": null,
887
+ "id_str": "socketInventory___input___sort___socketType___direction",
888
+ "name": "direction",
889
+ "path": "socketInventory.input.sort.socketType.direction",
890
+ "requestStr": "$direction:SortOrder! ",
891
+ "required": true,
892
+ "responseStr": "direction:$direction ",
893
+ "type": {
894
+ "definition": {
895
+ "description": null,
896
+ "enumValues": [
897
+ {
898
+ "deprecationReason": null,
899
+ "description": null,
900
+ "isDeprecated": false,
901
+ "name": "ASC"
902
+ },
903
+ {
904
+ "deprecationReason": null,
905
+ "description": null,
906
+ "isDeprecated": false,
907
+ "name": "DESC"
908
+ }
909
+ ],
910
+ "fields": null,
911
+ "inputFields": null,
912
+ "interfaces": null,
913
+ "kind": "ENUM",
914
+ "name": "SortOrder",
915
+ "possibleTypes": null
916
+ },
917
+ "indexType": "enum",
918
+ "kind": [
919
+ "NON_NULL",
920
+ "ENUM"
921
+ ],
922
+ "name": "SortOrder",
923
+ "non_null": false
924
+ },
925
+ "varName": "direction"
926
+ },
927
+ "priority": {
928
+ "defaultValue": "1",
929
+ "description": null,
930
+ "id_str": "socketInventory___input___sort___socketType___priority",
931
+ "name": "priority",
932
+ "path": "socketInventory.input.sort.socketType.priority",
933
+ "requestStr": "$priority:Int! ",
934
+ "required": true,
935
+ "responseStr": "priority:$priority ",
936
+ "type": {
937
+ "kind": [
938
+ "NON_NULL",
939
+ "SCALAR"
940
+ ],
941
+ "name": "Int",
942
+ "non_null": false
943
+ },
944
+ "varName": "priority"
945
+ }
946
+ },
947
+ "interfaces": null,
948
+ "kind": "INPUT_OBJECT",
949
+ "name": "SortOrderInput",
950
+ "possibleTypes": null
951
+ },
952
+ "indexType": "input_object",
953
+ "kind": [
954
+ "INPUT_OBJECT"
955
+ ],
956
+ "name": "SortOrderInput",
957
+ "non_null": false
958
+ },
959
+ "varName": "sortOrderInput"
960
+ },
961
+ "status": {
962
+ "defaultValue": null,
963
+ "description": "Default sort field",
964
+ "id_str": "socketInventory___input___sort___status",
965
+ "name": "status",
966
+ "path": "socketInventory.input.sort.status",
967
+ "requestStr": "$sortOrderInput:SortOrderInput ",
968
+ "required": false,
969
+ "responseStr": "status:$sortOrderInput ",
970
+ "type": {
971
+ "definition": {
972
+ "description": null,
973
+ "enumValues": null,
974
+ "fields": null,
975
+ "inputFields": {
976
+ "direction": {
977
+ "defaultValue": "ASC",
978
+ "description": null,
979
+ "id_str": "socketInventory___input___sort___status___direction",
980
+ "name": "direction",
981
+ "path": "socketInventory.input.sort.status.direction",
982
+ "requestStr": "$direction:SortOrder! ",
983
+ "required": true,
984
+ "responseStr": "direction:$direction ",
985
+ "type": {
986
+ "definition": {
987
+ "description": null,
988
+ "enumValues": [
989
+ {
990
+ "deprecationReason": null,
991
+ "description": null,
992
+ "isDeprecated": false,
993
+ "name": "ASC"
994
+ },
995
+ {
996
+ "deprecationReason": null,
997
+ "description": null,
998
+ "isDeprecated": false,
999
+ "name": "DESC"
1000
+ }
1001
+ ],
1002
+ "fields": null,
1003
+ "inputFields": null,
1004
+ "interfaces": null,
1005
+ "kind": "ENUM",
1006
+ "name": "SortOrder",
1007
+ "possibleTypes": null
1008
+ },
1009
+ "indexType": "enum",
1010
+ "kind": [
1011
+ "NON_NULL",
1012
+ "ENUM"
1013
+ ],
1014
+ "name": "SortOrder",
1015
+ "non_null": false
1016
+ },
1017
+ "varName": "direction"
1018
+ },
1019
+ "priority": {
1020
+ "defaultValue": "1",
1021
+ "description": null,
1022
+ "id_str": "socketInventory___input___sort___status___priority",
1023
+ "name": "priority",
1024
+ "path": "socketInventory.input.sort.status.priority",
1025
+ "requestStr": "$priority:Int! ",
1026
+ "required": true,
1027
+ "responseStr": "priority:$priority ",
1028
+ "type": {
1029
+ "kind": [
1030
+ "NON_NULL",
1031
+ "SCALAR"
1032
+ ],
1033
+ "name": "Int",
1034
+ "non_null": false
1035
+ },
1036
+ "varName": "priority"
1037
+ }
1038
+ },
1039
+ "interfaces": null,
1040
+ "kind": "INPUT_OBJECT",
1041
+ "name": "SortOrderInput",
1042
+ "possibleTypes": null
1043
+ },
1044
+ "indexType": "input_object",
1045
+ "kind": [
1046
+ "INPUT_OBJECT"
1047
+ ],
1048
+ "name": "SortOrderInput",
1049
+ "non_null": false
1050
+ },
1051
+ "varName": "sortOrderInput"
1052
+ }
1053
+ },
1054
+ "interfaces": null,
1055
+ "kind": "INPUT_OBJECT",
1056
+ "name": "SocketInventoryOrderInput",
1057
+ "possibleTypes": null
1058
+ },
1059
+ "indexType": "input_object",
1060
+ "kind": [
1061
+ "INPUT_OBJECT"
1062
+ ],
1063
+ "name": "SocketInventoryOrderInput",
1064
+ "non_null": false
1065
+ },
1066
+ "varName": "socketInventoryOrderInput"
1067
+ }
1068
+ },
1069
+ "interfaces": null,
1070
+ "kind": "INPUT_OBJECT",
1071
+ "name": "SocketInventoryInput",
1072
+ "possibleTypes": null
1073
+ },
1074
+ "indexType": "input_object",
1075
+ "kind": [
1076
+ "INPUT_OBJECT"
1077
+ ],
1078
+ "name": "SocketInventoryInput",
1079
+ "non_null": false
1080
+ },
1081
+ "varName": "socketInventoryInput"
47
1082
  }
48
1083
  },
49
1084
  "path": "query.hardwareManagement",
@@ -1977,5 +3012,55 @@
1977
3012
  "name": "HardwareManagementQueries",
1978
3013
  "non_null": false
1979
3014
  },
1980
- "variablesPayload": {}
3015
+ "variablesPayload": {
3016
+ "socketInventoryInput": {
3017
+ "pagingInput": {
3018
+ "from": 1,
3019
+ "limit": 1
3020
+ },
3021
+ "socketInventoryFilterInput": {
3022
+ "freeText": {
3023
+ "search": "string"
3024
+ }
3025
+ },
3026
+ "socketInventoryOrderInput": {
3027
+ "accountName": {
3028
+ "direction": "ASC",
3029
+ "priority": 1
3030
+ },
3031
+ "deliverySiteName": {
3032
+ "direction": "ASC",
3033
+ "priority": 1
3034
+ },
3035
+ "description": {
3036
+ "direction": "ASC",
3037
+ "priority": 1
3038
+ },
3039
+ "installedSite": {
3040
+ "direction": "ASC",
3041
+ "priority": 1
3042
+ },
3043
+ "serialNumber": {
3044
+ "direction": "ASC",
3045
+ "priority": 1
3046
+ },
3047
+ "shippingCompany": {
3048
+ "direction": "ASC",
3049
+ "priority": 1
3050
+ },
3051
+ "shippingDate": {
3052
+ "direction": "ASC",
3053
+ "priority": 1
3054
+ },
3055
+ "socketType": {
3056
+ "direction": "ASC",
3057
+ "priority": 1
3058
+ },
3059
+ "status": {
3060
+ "direction": "ASC",
3061
+ "priority": 1
3062
+ }
3063
+ }
3064
+ }
3065
+ }
1981
3066
  }