catocli 3.0.10__py3-none-any.whl → 3.0.12__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 +2 -2
  2. catocli/Utils/graphql_utils.py +15 -5
  3. catocli/Utils/help_formatter.py +50 -15
  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.12.dist-info}/METADATA +1 -1
  30. {catocli-3.0.10.dist-info → catocli-3.0.12.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.12.dist-info}/WHEEL +0 -0
  57. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/entry_points.txt +0 -0
  58. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/licenses/LICENSE +0 -0
  59. {catocli-3.0.10.dist-info → catocli-3.0.12.dist-info}/top_level.txt +0 -0
@@ -44,6 +44,1243 @@
44
44
  "non_null": false
45
45
  },
46
46
  "varName": "accountId"
47
+ },
48
+ "enterpriseDirectoryLocationListInput": {
49
+ "defaultValue": null,
50
+ "description": null,
51
+ "id_str": "locationList___input",
52
+ "name": "input",
53
+ "path": "locationList.input",
54
+ "requestStr": "$enterpriseDirectoryLocationListInput:EnterpriseDirectoryLocationListInput ",
55
+ "required": false,
56
+ "responseStr": "input:$enterpriseDirectoryLocationListInput ",
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": "locationList___input___filter",
67
+ "name": "filter",
68
+ "path": "locationList.input.filter",
69
+ "requestStr": "$locationFilterInput:LocationFilterInput ",
70
+ "required": false,
71
+ "responseStr": "filter:$locationFilterInput ",
72
+ "type": {
73
+ "definition": {
74
+ "description": null,
75
+ "enumValues": null,
76
+ "fields": null,
77
+ "inputFields": {
78
+ "account": {
79
+ "defaultValue": null,
80
+ "description": null,
81
+ "id_str": "locationList___input___filter___account",
82
+ "name": "account",
83
+ "path": "locationList.input.filter.account",
84
+ "requestStr": "$accountFilter:[AccountFilter] ",
85
+ "required": false,
86
+ "responseStr": "account:$accountFilter ",
87
+ "type": {
88
+ "definition": {
89
+ "description": null,
90
+ "enumValues": null,
91
+ "fields": null,
92
+ "inputFields": {
93
+ "accountInclusion": {
94
+ "defaultValue": null,
95
+ "description": null,
96
+ "id_str": "locationList___input___filter___account___accountInclusion",
97
+ "name": "accountInclusion",
98
+ "path": "locationList.input.filter.account.accountInclusion",
99
+ "requestStr": "$accountInclusion:AccountInclusion ",
100
+ "required": false,
101
+ "responseStr": "accountInclusion:$accountInclusion ",
102
+ "type": {
103
+ "definition": {
104
+ "description": null,
105
+ "enumValues": [
106
+ {
107
+ "deprecationReason": null,
108
+ "description": null,
109
+ "isDeprecated": false,
110
+ "name": "ALL_ACCOUNTS"
111
+ },
112
+ {
113
+ "deprecationReason": null,
114
+ "description": null,
115
+ "isDeprecated": false,
116
+ "name": "MANAGED_ACCOUNTS_ONLY"
117
+ }
118
+ ],
119
+ "fields": null,
120
+ "inputFields": null,
121
+ "interfaces": null,
122
+ "kind": "ENUM",
123
+ "name": "AccountInclusion",
124
+ "possibleTypes": null
125
+ },
126
+ "indexType": "enum",
127
+ "kind": [
128
+ "ENUM"
129
+ ],
130
+ "name": "AccountInclusion",
131
+ "non_null": false
132
+ },
133
+ "varName": "accountInclusion"
134
+ },
135
+ "in": {
136
+ "defaultValue": null,
137
+ "description": null,
138
+ "id_str": "locationList___input___filter___account___in",
139
+ "name": "in",
140
+ "path": "locationList.input.filter.account.in",
141
+ "requestStr": "$in:[ID] ",
142
+ "required": false,
143
+ "responseStr": "in:$in ",
144
+ "type": {
145
+ "kind": [
146
+ "LIST",
147
+ "NON_NULL",
148
+ "SCALAR"
149
+ ],
150
+ "name": "ID",
151
+ "non_null": false
152
+ },
153
+ "varName": "in"
154
+ }
155
+ },
156
+ "interfaces": null,
157
+ "kind": "INPUT_OBJECT",
158
+ "name": "AccountFilter",
159
+ "possibleTypes": null
160
+ },
161
+ "indexType": "input_object",
162
+ "kind": [
163
+ "LIST",
164
+ "NON_NULL",
165
+ "INPUT_OBJECT"
166
+ ],
167
+ "name": "AccountFilter",
168
+ "non_null": false
169
+ },
170
+ "varName": "accountFilter"
171
+ },
172
+ "countryCode": {
173
+ "defaultValue": null,
174
+ "description": null,
175
+ "id_str": "locationList___input___filter___countryCode",
176
+ "name": "countryCode",
177
+ "path": "locationList.input.filter.countryCode",
178
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
179
+ "required": false,
180
+ "responseStr": "countryCode:$stringFilterInput ",
181
+ "type": {
182
+ "definition": {
183
+ "description": null,
184
+ "enumValues": null,
185
+ "fields": null,
186
+ "inputFields": {
187
+ "eq": {
188
+ "defaultValue": null,
189
+ "description": null,
190
+ "id_str": "locationList___input___filter___countryCode___eq",
191
+ "name": "eq",
192
+ "path": "locationList.input.filter.countryCode.eq",
193
+ "requestStr": "$eq:String ",
194
+ "required": false,
195
+ "responseStr": "eq:$eq ",
196
+ "type": {
197
+ "kind": [
198
+ "SCALAR"
199
+ ],
200
+ "name": "String",
201
+ "non_null": false
202
+ },
203
+ "varName": "eq"
204
+ },
205
+ "in": {
206
+ "defaultValue": null,
207
+ "description": null,
208
+ "id_str": "locationList___input___filter___countryCode___in",
209
+ "name": "in",
210
+ "path": "locationList.input.filter.countryCode.in",
211
+ "requestStr": "$in:[String] ",
212
+ "required": false,
213
+ "responseStr": "in:$in ",
214
+ "type": {
215
+ "kind": [
216
+ "LIST",
217
+ "NON_NULL",
218
+ "SCALAR"
219
+ ],
220
+ "name": "String",
221
+ "non_null": false
222
+ },
223
+ "varName": "in"
224
+ },
225
+ "neq": {
226
+ "defaultValue": null,
227
+ "description": null,
228
+ "id_str": "locationList___input___filter___countryCode___neq",
229
+ "name": "neq",
230
+ "path": "locationList.input.filter.countryCode.neq",
231
+ "requestStr": "$neq:String ",
232
+ "required": false,
233
+ "responseStr": "neq:$neq ",
234
+ "type": {
235
+ "kind": [
236
+ "SCALAR"
237
+ ],
238
+ "name": "String",
239
+ "non_null": false
240
+ },
241
+ "varName": "neq"
242
+ },
243
+ "nin": {
244
+ "defaultValue": null,
245
+ "description": null,
246
+ "id_str": "locationList___input___filter___countryCode___nin",
247
+ "name": "nin",
248
+ "path": "locationList.input.filter.countryCode.nin",
249
+ "requestStr": "$nin:[String] ",
250
+ "required": false,
251
+ "responseStr": "nin:$nin ",
252
+ "type": {
253
+ "kind": [
254
+ "LIST",
255
+ "NON_NULL",
256
+ "SCALAR"
257
+ ],
258
+ "name": "String",
259
+ "non_null": false
260
+ },
261
+ "varName": "nin"
262
+ }
263
+ },
264
+ "interfaces": null,
265
+ "kind": "INPUT_OBJECT",
266
+ "name": "StringFilterInput",
267
+ "possibleTypes": null
268
+ },
269
+ "indexType": "input_object",
270
+ "kind": [
271
+ "LIST",
272
+ "NON_NULL",
273
+ "INPUT_OBJECT"
274
+ ],
275
+ "name": "StringFilterInput",
276
+ "non_null": false
277
+ },
278
+ "varName": "stringFilterInput"
279
+ },
280
+ "freeText": {
281
+ "defaultValue": null,
282
+ "description": "Will use contains operator for the provided text on the location fields",
283
+ "id_str": "locationList___input___filter___freeText",
284
+ "name": "freeText",
285
+ "path": "locationList.input.filter.freeText",
286
+ "requestStr": "$freeTextFilterInput:FreeTextFilterInput ",
287
+ "required": false,
288
+ "responseStr": "freeText:$freeTextFilterInput ",
289
+ "type": {
290
+ "definition": {
291
+ "description": null,
292
+ "enumValues": null,
293
+ "fields": null,
294
+ "inputFields": {
295
+ "search": {
296
+ "defaultValue": null,
297
+ "description": null,
298
+ "id_str": "locationList___input___filter___freeText___search",
299
+ "name": "search",
300
+ "path": "locationList.input.filter.freeText.search",
301
+ "requestStr": "$search:String! ",
302
+ "required": true,
303
+ "responseStr": "search:$search ",
304
+ "type": {
305
+ "kind": [
306
+ "NON_NULL",
307
+ "SCALAR"
308
+ ],
309
+ "name": "String",
310
+ "non_null": false
311
+ },
312
+ "varName": "search"
313
+ }
314
+ },
315
+ "interfaces": null,
316
+ "kind": "INPUT_OBJECT",
317
+ "name": "FreeTextFilterInput",
318
+ "possibleTypes": null
319
+ },
320
+ "indexType": "input_object",
321
+ "kind": [
322
+ "INPUT_OBJECT"
323
+ ],
324
+ "name": "FreeTextFilterInput",
325
+ "non_null": false
326
+ },
327
+ "varName": "freeTextFilterInput"
328
+ },
329
+ "id": {
330
+ "defaultValue": null,
331
+ "description": null,
332
+ "id_str": "locationList___input___filter___id",
333
+ "name": "id",
334
+ "path": "locationList.input.filter.id",
335
+ "requestStr": "$idFilterInput:[IdFilterInput] ",
336
+ "required": false,
337
+ "responseStr": "id:$idFilterInput ",
338
+ "type": {
339
+ "definition": {
340
+ "description": null,
341
+ "enumValues": null,
342
+ "fields": null,
343
+ "inputFields": {
344
+ "eq": {
345
+ "defaultValue": null,
346
+ "description": null,
347
+ "id_str": "locationList___input___filter___id___eq",
348
+ "name": "eq",
349
+ "path": "locationList.input.filter.id.eq",
350
+ "requestStr": "$eq:ID ",
351
+ "required": false,
352
+ "responseStr": "eq:$eq ",
353
+ "type": {
354
+ "kind": [
355
+ "SCALAR"
356
+ ],
357
+ "name": "ID",
358
+ "non_null": false
359
+ },
360
+ "varName": "eq"
361
+ },
362
+ "in": {
363
+ "defaultValue": null,
364
+ "description": null,
365
+ "id_str": "locationList___input___filter___id___in",
366
+ "name": "in",
367
+ "path": "locationList.input.filter.id.in",
368
+ "requestStr": "$in:[ID] ",
369
+ "required": false,
370
+ "responseStr": "in:$in ",
371
+ "type": {
372
+ "kind": [
373
+ "LIST",
374
+ "NON_NULL",
375
+ "SCALAR"
376
+ ],
377
+ "name": "ID",
378
+ "non_null": false
379
+ },
380
+ "varName": "in"
381
+ },
382
+ "neq": {
383
+ "defaultValue": null,
384
+ "description": null,
385
+ "id_str": "locationList___input___filter___id___neq",
386
+ "name": "neq",
387
+ "path": "locationList.input.filter.id.neq",
388
+ "requestStr": "$neq:ID ",
389
+ "required": false,
390
+ "responseStr": "neq:$neq ",
391
+ "type": {
392
+ "kind": [
393
+ "SCALAR"
394
+ ],
395
+ "name": "ID",
396
+ "non_null": false
397
+ },
398
+ "varName": "neq"
399
+ },
400
+ "nin": {
401
+ "defaultValue": null,
402
+ "description": null,
403
+ "id_str": "locationList___input___filter___id___nin",
404
+ "name": "nin",
405
+ "path": "locationList.input.filter.id.nin",
406
+ "requestStr": "$nin:[ID] ",
407
+ "required": false,
408
+ "responseStr": "nin:$nin ",
409
+ "type": {
410
+ "kind": [
411
+ "LIST",
412
+ "NON_NULL",
413
+ "SCALAR"
414
+ ],
415
+ "name": "ID",
416
+ "non_null": false
417
+ },
418
+ "varName": "nin"
419
+ }
420
+ },
421
+ "interfaces": null,
422
+ "kind": "INPUT_OBJECT",
423
+ "name": "IdFilterInput",
424
+ "possibleTypes": null
425
+ },
426
+ "indexType": "input_object",
427
+ "kind": [
428
+ "LIST",
429
+ "NON_NULL",
430
+ "INPUT_OBJECT"
431
+ ],
432
+ "name": "IdFilterInput",
433
+ "non_null": false
434
+ },
435
+ "varName": "idFilterInput"
436
+ },
437
+ "includeArchived": {
438
+ "defaultValue": "false",
439
+ "description": null,
440
+ "id_str": "locationList___input___filter___includeArchived",
441
+ "name": "includeArchived",
442
+ "path": "locationList.input.filter.includeArchived",
443
+ "requestStr": "$includeArchived:Boolean ",
444
+ "required": false,
445
+ "responseStr": "includeArchived:$includeArchived ",
446
+ "type": {
447
+ "kind": [
448
+ "SCALAR"
449
+ ],
450
+ "name": "Boolean",
451
+ "non_null": false
452
+ },
453
+ "varName": "includeArchived"
454
+ },
455
+ "isShippingLocation": {
456
+ "defaultValue": null,
457
+ "description": null,
458
+ "id_str": "locationList___input___filter___isShippingLocation",
459
+ "name": "isShippingLocation",
460
+ "path": "locationList.input.filter.isShippingLocation",
461
+ "requestStr": "$isShippingLocation:Boolean ",
462
+ "required": false,
463
+ "responseStr": "isShippingLocation:$isShippingLocation ",
464
+ "type": {
465
+ "kind": [
466
+ "SCALAR"
467
+ ],
468
+ "name": "Boolean",
469
+ "non_null": false
470
+ },
471
+ "varName": "isShippingLocation"
472
+ },
473
+ "name": {
474
+ "defaultValue": null,
475
+ "description": null,
476
+ "id_str": "locationList___input___filter___name",
477
+ "name": "name",
478
+ "path": "locationList.input.filter.name",
479
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
480
+ "required": false,
481
+ "responseStr": "name:$stringFilterInput ",
482
+ "type": {
483
+ "definition": {
484
+ "description": null,
485
+ "enumValues": null,
486
+ "fields": null,
487
+ "inputFields": {
488
+ "eq": {
489
+ "defaultValue": null,
490
+ "description": null,
491
+ "id_str": "locationList___input___filter___name___eq",
492
+ "name": "eq",
493
+ "path": "locationList.input.filter.name.eq",
494
+ "requestStr": "$eq:String ",
495
+ "required": false,
496
+ "responseStr": "eq:$eq ",
497
+ "type": {
498
+ "kind": [
499
+ "SCALAR"
500
+ ],
501
+ "name": "String",
502
+ "non_null": false
503
+ },
504
+ "varName": "eq"
505
+ },
506
+ "in": {
507
+ "defaultValue": null,
508
+ "description": null,
509
+ "id_str": "locationList___input___filter___name___in",
510
+ "name": "in",
511
+ "path": "locationList.input.filter.name.in",
512
+ "requestStr": "$in:[String] ",
513
+ "required": false,
514
+ "responseStr": "in:$in ",
515
+ "type": {
516
+ "kind": [
517
+ "LIST",
518
+ "NON_NULL",
519
+ "SCALAR"
520
+ ],
521
+ "name": "String",
522
+ "non_null": false
523
+ },
524
+ "varName": "in"
525
+ },
526
+ "neq": {
527
+ "defaultValue": null,
528
+ "description": null,
529
+ "id_str": "locationList___input___filter___name___neq",
530
+ "name": "neq",
531
+ "path": "locationList.input.filter.name.neq",
532
+ "requestStr": "$neq:String ",
533
+ "required": false,
534
+ "responseStr": "neq:$neq ",
535
+ "type": {
536
+ "kind": [
537
+ "SCALAR"
538
+ ],
539
+ "name": "String",
540
+ "non_null": false
541
+ },
542
+ "varName": "neq"
543
+ },
544
+ "nin": {
545
+ "defaultValue": null,
546
+ "description": null,
547
+ "id_str": "locationList___input___filter___name___nin",
548
+ "name": "nin",
549
+ "path": "locationList.input.filter.name.nin",
550
+ "requestStr": "$nin:[String] ",
551
+ "required": false,
552
+ "responseStr": "nin:$nin ",
553
+ "type": {
554
+ "kind": [
555
+ "LIST",
556
+ "NON_NULL",
557
+ "SCALAR"
558
+ ],
559
+ "name": "String",
560
+ "non_null": false
561
+ },
562
+ "varName": "nin"
563
+ }
564
+ },
565
+ "interfaces": null,
566
+ "kind": "INPUT_OBJECT",
567
+ "name": "StringFilterInput",
568
+ "possibleTypes": null
569
+ },
570
+ "indexType": "input_object",
571
+ "kind": [
572
+ "LIST",
573
+ "NON_NULL",
574
+ "INPUT_OBJECT"
575
+ ],
576
+ "name": "StringFilterInput",
577
+ "non_null": false
578
+ },
579
+ "varName": "stringFilterInput"
580
+ },
581
+ "type": {
582
+ "defaultValue": null,
583
+ "description": null,
584
+ "id_str": "locationList___input___filter___type",
585
+ "name": "type",
586
+ "path": "locationList.input.filter.type",
587
+ "requestStr": "$locationTypeFilterInput:[LocationTypeFilterInput] ",
588
+ "required": false,
589
+ "responseStr": "type:$locationTypeFilterInput ",
590
+ "type": {
591
+ "definition": {
592
+ "description": null,
593
+ "enumValues": null,
594
+ "fields": null,
595
+ "inputFields": {
596
+ "eq": {
597
+ "defaultValue": null,
598
+ "description": null,
599
+ "id_str": "locationList___input___filter___type___eq",
600
+ "name": "eq",
601
+ "path": "locationList.input.filter.type.eq",
602
+ "requestStr": "$eq:LocationType ",
603
+ "required": false,
604
+ "responseStr": "eq:$eq ",
605
+ "type": {
606
+ "definition": {
607
+ "description": null,
608
+ "enumValues": [
609
+ {
610
+ "deprecationReason": null,
611
+ "description": null,
612
+ "isDeprecated": false,
613
+ "name": "BRANCH"
614
+ },
615
+ {
616
+ "deprecationReason": null,
617
+ "description": null,
618
+ "isDeprecated": false,
619
+ "name": "HEADQUARTERS"
620
+ },
621
+ {
622
+ "deprecationReason": null,
623
+ "description": null,
624
+ "isDeprecated": false,
625
+ "name": "DATA_CENTER"
626
+ },
627
+ {
628
+ "deprecationReason": null,
629
+ "description": null,
630
+ "isDeprecated": false,
631
+ "name": "CLOUD_DATA_CENTER"
632
+ },
633
+ {
634
+ "deprecationReason": null,
635
+ "description": null,
636
+ "isDeprecated": false,
637
+ "name": "WAREHOUSE"
638
+ },
639
+ {
640
+ "deprecationReason": null,
641
+ "description": null,
642
+ "isDeprecated": false,
643
+ "name": "OTHER"
644
+ }
645
+ ],
646
+ "fields": null,
647
+ "inputFields": null,
648
+ "interfaces": null,
649
+ "kind": "ENUM",
650
+ "name": "LocationType",
651
+ "possibleTypes": null
652
+ },
653
+ "indexType": "enum",
654
+ "kind": [
655
+ "ENUM"
656
+ ],
657
+ "name": "LocationType",
658
+ "non_null": false
659
+ },
660
+ "varName": "eq"
661
+ },
662
+ "in": {
663
+ "defaultValue": null,
664
+ "description": null,
665
+ "id_str": "locationList___input___filter___type___in",
666
+ "name": "in",
667
+ "path": "locationList.input.filter.type.in",
668
+ "requestStr": "$in:[LocationType] ",
669
+ "required": false,
670
+ "responseStr": "in:$in ",
671
+ "type": {
672
+ "definition": {
673
+ "description": null,
674
+ "enumValues": [
675
+ {
676
+ "deprecationReason": null,
677
+ "description": null,
678
+ "isDeprecated": false,
679
+ "name": "BRANCH"
680
+ },
681
+ {
682
+ "deprecationReason": null,
683
+ "description": null,
684
+ "isDeprecated": false,
685
+ "name": "HEADQUARTERS"
686
+ },
687
+ {
688
+ "deprecationReason": null,
689
+ "description": null,
690
+ "isDeprecated": false,
691
+ "name": "DATA_CENTER"
692
+ },
693
+ {
694
+ "deprecationReason": null,
695
+ "description": null,
696
+ "isDeprecated": false,
697
+ "name": "CLOUD_DATA_CENTER"
698
+ },
699
+ {
700
+ "deprecationReason": null,
701
+ "description": null,
702
+ "isDeprecated": false,
703
+ "name": "WAREHOUSE"
704
+ },
705
+ {
706
+ "deprecationReason": null,
707
+ "description": null,
708
+ "isDeprecated": false,
709
+ "name": "OTHER"
710
+ }
711
+ ],
712
+ "fields": null,
713
+ "inputFields": null,
714
+ "interfaces": null,
715
+ "kind": "ENUM",
716
+ "name": "LocationType",
717
+ "possibleTypes": null
718
+ },
719
+ "indexType": "enum",
720
+ "kind": [
721
+ "LIST",
722
+ "NON_NULL",
723
+ "ENUM"
724
+ ],
725
+ "name": "LocationType",
726
+ "non_null": false
727
+ },
728
+ "varName": "in"
729
+ },
730
+ "neq": {
731
+ "defaultValue": null,
732
+ "description": null,
733
+ "id_str": "locationList___input___filter___type___neq",
734
+ "name": "neq",
735
+ "path": "locationList.input.filter.type.neq",
736
+ "requestStr": "$neq:LocationType ",
737
+ "required": false,
738
+ "responseStr": "neq:$neq ",
739
+ "type": {
740
+ "definition": {
741
+ "description": null,
742
+ "enumValues": [
743
+ {
744
+ "deprecationReason": null,
745
+ "description": null,
746
+ "isDeprecated": false,
747
+ "name": "BRANCH"
748
+ },
749
+ {
750
+ "deprecationReason": null,
751
+ "description": null,
752
+ "isDeprecated": false,
753
+ "name": "HEADQUARTERS"
754
+ },
755
+ {
756
+ "deprecationReason": null,
757
+ "description": null,
758
+ "isDeprecated": false,
759
+ "name": "DATA_CENTER"
760
+ },
761
+ {
762
+ "deprecationReason": null,
763
+ "description": null,
764
+ "isDeprecated": false,
765
+ "name": "CLOUD_DATA_CENTER"
766
+ },
767
+ {
768
+ "deprecationReason": null,
769
+ "description": null,
770
+ "isDeprecated": false,
771
+ "name": "WAREHOUSE"
772
+ },
773
+ {
774
+ "deprecationReason": null,
775
+ "description": null,
776
+ "isDeprecated": false,
777
+ "name": "OTHER"
778
+ }
779
+ ],
780
+ "fields": null,
781
+ "inputFields": null,
782
+ "interfaces": null,
783
+ "kind": "ENUM",
784
+ "name": "LocationType",
785
+ "possibleTypes": null
786
+ },
787
+ "indexType": "enum",
788
+ "kind": [
789
+ "ENUM"
790
+ ],
791
+ "name": "LocationType",
792
+ "non_null": false
793
+ },
794
+ "varName": "neq"
795
+ },
796
+ "nin": {
797
+ "defaultValue": null,
798
+ "description": null,
799
+ "id_str": "locationList___input___filter___type___nin",
800
+ "name": "nin",
801
+ "path": "locationList.input.filter.type.nin",
802
+ "requestStr": "$nin:[LocationType] ",
803
+ "required": false,
804
+ "responseStr": "nin:$nin ",
805
+ "type": {
806
+ "definition": {
807
+ "description": null,
808
+ "enumValues": [
809
+ {
810
+ "deprecationReason": null,
811
+ "description": null,
812
+ "isDeprecated": false,
813
+ "name": "BRANCH"
814
+ },
815
+ {
816
+ "deprecationReason": null,
817
+ "description": null,
818
+ "isDeprecated": false,
819
+ "name": "HEADQUARTERS"
820
+ },
821
+ {
822
+ "deprecationReason": null,
823
+ "description": null,
824
+ "isDeprecated": false,
825
+ "name": "DATA_CENTER"
826
+ },
827
+ {
828
+ "deprecationReason": null,
829
+ "description": null,
830
+ "isDeprecated": false,
831
+ "name": "CLOUD_DATA_CENTER"
832
+ },
833
+ {
834
+ "deprecationReason": null,
835
+ "description": null,
836
+ "isDeprecated": false,
837
+ "name": "WAREHOUSE"
838
+ },
839
+ {
840
+ "deprecationReason": null,
841
+ "description": null,
842
+ "isDeprecated": false,
843
+ "name": "OTHER"
844
+ }
845
+ ],
846
+ "fields": null,
847
+ "inputFields": null,
848
+ "interfaces": null,
849
+ "kind": "ENUM",
850
+ "name": "LocationType",
851
+ "possibleTypes": null
852
+ },
853
+ "indexType": "enum",
854
+ "kind": [
855
+ "LIST",
856
+ "NON_NULL",
857
+ "ENUM"
858
+ ],
859
+ "name": "LocationType",
860
+ "non_null": false
861
+ },
862
+ "varName": "nin"
863
+ }
864
+ },
865
+ "interfaces": null,
866
+ "kind": "INPUT_OBJECT",
867
+ "name": "LocationTypeFilterInput",
868
+ "possibleTypes": null
869
+ },
870
+ "indexType": "input_object",
871
+ "kind": [
872
+ "LIST",
873
+ "NON_NULL",
874
+ "INPUT_OBJECT"
875
+ ],
876
+ "name": "LocationTypeFilterInput",
877
+ "non_null": false
878
+ },
879
+ "varName": "locationTypeFilterInput"
880
+ }
881
+ },
882
+ "interfaces": null,
883
+ "kind": "INPUT_OBJECT",
884
+ "name": "LocationFilterInput",
885
+ "possibleTypes": null
886
+ },
887
+ "indexType": "input_object",
888
+ "kind": [
889
+ "INPUT_OBJECT"
890
+ ],
891
+ "name": "LocationFilterInput",
892
+ "non_null": false
893
+ },
894
+ "varName": "locationFilterInput"
895
+ },
896
+ "paging": {
897
+ "defaultValue": "{limit: 100, from: 0}",
898
+ "description": null,
899
+ "id_str": "locationList___input___paging",
900
+ "name": "paging",
901
+ "path": "locationList.input.paging",
902
+ "requestStr": "$pagingInput:PagingInput ",
903
+ "required": false,
904
+ "responseStr": "paging:$pagingInput ",
905
+ "type": {
906
+ "definition": {
907
+ "description": null,
908
+ "enumValues": null,
909
+ "fields": null,
910
+ "inputFields": {
911
+ "from": {
912
+ "defaultValue": "0",
913
+ "description": null,
914
+ "id_str": "locationList___input___paging___from",
915
+ "name": "from",
916
+ "path": "locationList.input.paging.from",
917
+ "requestStr": "$from:Int! ",
918
+ "required": true,
919
+ "responseStr": "from:$from ",
920
+ "type": {
921
+ "kind": [
922
+ "NON_NULL",
923
+ "SCALAR"
924
+ ],
925
+ "name": "Int",
926
+ "non_null": false
927
+ },
928
+ "varName": "from"
929
+ },
930
+ "limit": {
931
+ "defaultValue": "100",
932
+ "description": null,
933
+ "id_str": "locationList___input___paging___limit",
934
+ "name": "limit",
935
+ "path": "locationList.input.paging.limit",
936
+ "requestStr": "$limit:Int! ",
937
+ "required": true,
938
+ "responseStr": "limit:$limit ",
939
+ "type": {
940
+ "kind": [
941
+ "NON_NULL",
942
+ "SCALAR"
943
+ ],
944
+ "name": "Int",
945
+ "non_null": false
946
+ },
947
+ "varName": "limit"
948
+ }
949
+ },
950
+ "interfaces": null,
951
+ "kind": "INPUT_OBJECT",
952
+ "name": "PagingInput",
953
+ "possibleTypes": null
954
+ },
955
+ "indexType": "input_object",
956
+ "kind": [
957
+ "INPUT_OBJECT"
958
+ ],
959
+ "name": "PagingInput",
960
+ "non_null": false
961
+ },
962
+ "varName": "pagingInput"
963
+ },
964
+ "sort": {
965
+ "defaultValue": "{name: {direction: ASC, priority: 1}}",
966
+ "description": null,
967
+ "id_str": "locationList___input___sort",
968
+ "name": "sort",
969
+ "path": "locationList.input.sort",
970
+ "requestStr": "$locationSortInput:LocationSortInput ",
971
+ "required": false,
972
+ "responseStr": "sort:$locationSortInput ",
973
+ "type": {
974
+ "definition": {
975
+ "description": null,
976
+ "enumValues": null,
977
+ "fields": null,
978
+ "inputFields": {
979
+ "country": {
980
+ "defaultValue": null,
981
+ "description": null,
982
+ "id_str": "locationList___input___sort___country",
983
+ "name": "country",
984
+ "path": "locationList.input.sort.country",
985
+ "requestStr": "$sortOrderInput:SortOrderInput ",
986
+ "required": false,
987
+ "responseStr": "country:$sortOrderInput ",
988
+ "type": {
989
+ "definition": {
990
+ "description": null,
991
+ "enumValues": null,
992
+ "fields": null,
993
+ "inputFields": {
994
+ "direction": {
995
+ "defaultValue": "ASC",
996
+ "description": null,
997
+ "id_str": "locationList___input___sort___country___direction",
998
+ "name": "direction",
999
+ "path": "locationList.input.sort.country.direction",
1000
+ "requestStr": "$direction:SortOrder! ",
1001
+ "required": true,
1002
+ "responseStr": "direction:$direction ",
1003
+ "type": {
1004
+ "definition": {
1005
+ "description": null,
1006
+ "enumValues": [
1007
+ {
1008
+ "deprecationReason": null,
1009
+ "description": null,
1010
+ "isDeprecated": false,
1011
+ "name": "ASC"
1012
+ },
1013
+ {
1014
+ "deprecationReason": null,
1015
+ "description": null,
1016
+ "isDeprecated": false,
1017
+ "name": "DESC"
1018
+ }
1019
+ ],
1020
+ "fields": null,
1021
+ "inputFields": null,
1022
+ "interfaces": null,
1023
+ "kind": "ENUM",
1024
+ "name": "SortOrder",
1025
+ "possibleTypes": null
1026
+ },
1027
+ "indexType": "enum",
1028
+ "kind": [
1029
+ "NON_NULL",
1030
+ "ENUM"
1031
+ ],
1032
+ "name": "SortOrder",
1033
+ "non_null": false
1034
+ },
1035
+ "varName": "direction"
1036
+ },
1037
+ "priority": {
1038
+ "defaultValue": "1",
1039
+ "description": null,
1040
+ "id_str": "locationList___input___sort___country___priority",
1041
+ "name": "priority",
1042
+ "path": "locationList.input.sort.country.priority",
1043
+ "requestStr": "$priority:Int! ",
1044
+ "required": true,
1045
+ "responseStr": "priority:$priority ",
1046
+ "type": {
1047
+ "kind": [
1048
+ "NON_NULL",
1049
+ "SCALAR"
1050
+ ],
1051
+ "name": "Int",
1052
+ "non_null": false
1053
+ },
1054
+ "varName": "priority"
1055
+ }
1056
+ },
1057
+ "interfaces": null,
1058
+ "kind": "INPUT_OBJECT",
1059
+ "name": "SortOrderInput",
1060
+ "possibleTypes": null
1061
+ },
1062
+ "indexType": "input_object",
1063
+ "kind": [
1064
+ "INPUT_OBJECT"
1065
+ ],
1066
+ "name": "SortOrderInput",
1067
+ "non_null": false
1068
+ },
1069
+ "varName": "sortOrderInput"
1070
+ },
1071
+ "name": {
1072
+ "defaultValue": null,
1073
+ "description": "Default sort field",
1074
+ "id_str": "locationList___input___sort___name",
1075
+ "name": "name",
1076
+ "path": "locationList.input.sort.name",
1077
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1078
+ "required": false,
1079
+ "responseStr": "name:$sortOrderInput ",
1080
+ "type": {
1081
+ "definition": {
1082
+ "description": null,
1083
+ "enumValues": null,
1084
+ "fields": null,
1085
+ "inputFields": {
1086
+ "direction": {
1087
+ "defaultValue": "ASC",
1088
+ "description": null,
1089
+ "id_str": "locationList___input___sort___name___direction",
1090
+ "name": "direction",
1091
+ "path": "locationList.input.sort.name.direction",
1092
+ "requestStr": "$direction:SortOrder! ",
1093
+ "required": true,
1094
+ "responseStr": "direction:$direction ",
1095
+ "type": {
1096
+ "definition": {
1097
+ "description": null,
1098
+ "enumValues": [
1099
+ {
1100
+ "deprecationReason": null,
1101
+ "description": null,
1102
+ "isDeprecated": false,
1103
+ "name": "ASC"
1104
+ },
1105
+ {
1106
+ "deprecationReason": null,
1107
+ "description": null,
1108
+ "isDeprecated": false,
1109
+ "name": "DESC"
1110
+ }
1111
+ ],
1112
+ "fields": null,
1113
+ "inputFields": null,
1114
+ "interfaces": null,
1115
+ "kind": "ENUM",
1116
+ "name": "SortOrder",
1117
+ "possibleTypes": null
1118
+ },
1119
+ "indexType": "enum",
1120
+ "kind": [
1121
+ "NON_NULL",
1122
+ "ENUM"
1123
+ ],
1124
+ "name": "SortOrder",
1125
+ "non_null": false
1126
+ },
1127
+ "varName": "direction"
1128
+ },
1129
+ "priority": {
1130
+ "defaultValue": "1",
1131
+ "description": null,
1132
+ "id_str": "locationList___input___sort___name___priority",
1133
+ "name": "priority",
1134
+ "path": "locationList.input.sort.name.priority",
1135
+ "requestStr": "$priority:Int! ",
1136
+ "required": true,
1137
+ "responseStr": "priority:$priority ",
1138
+ "type": {
1139
+ "kind": [
1140
+ "NON_NULL",
1141
+ "SCALAR"
1142
+ ],
1143
+ "name": "Int",
1144
+ "non_null": false
1145
+ },
1146
+ "varName": "priority"
1147
+ }
1148
+ },
1149
+ "interfaces": null,
1150
+ "kind": "INPUT_OBJECT",
1151
+ "name": "SortOrderInput",
1152
+ "possibleTypes": null
1153
+ },
1154
+ "indexType": "input_object",
1155
+ "kind": [
1156
+ "INPUT_OBJECT"
1157
+ ],
1158
+ "name": "SortOrderInput",
1159
+ "non_null": false
1160
+ },
1161
+ "varName": "sortOrderInput"
1162
+ },
1163
+ "type": {
1164
+ "defaultValue": null,
1165
+ "description": null,
1166
+ "id_str": "locationList___input___sort___type",
1167
+ "name": "type",
1168
+ "path": "locationList.input.sort.type",
1169
+ "requestStr": "$sortOrderInput:SortOrderInput ",
1170
+ "required": false,
1171
+ "responseStr": "type:$sortOrderInput ",
1172
+ "type": {
1173
+ "definition": {
1174
+ "description": null,
1175
+ "enumValues": null,
1176
+ "fields": null,
1177
+ "inputFields": {
1178
+ "direction": {
1179
+ "defaultValue": "ASC",
1180
+ "description": null,
1181
+ "id_str": "locationList___input___sort___type___direction",
1182
+ "name": "direction",
1183
+ "path": "locationList.input.sort.type.direction",
1184
+ "requestStr": "$direction:SortOrder! ",
1185
+ "required": true,
1186
+ "responseStr": "direction:$direction ",
1187
+ "type": {
1188
+ "definition": {
1189
+ "description": null,
1190
+ "enumValues": [
1191
+ {
1192
+ "deprecationReason": null,
1193
+ "description": null,
1194
+ "isDeprecated": false,
1195
+ "name": "ASC"
1196
+ },
1197
+ {
1198
+ "deprecationReason": null,
1199
+ "description": null,
1200
+ "isDeprecated": false,
1201
+ "name": "DESC"
1202
+ }
1203
+ ],
1204
+ "fields": null,
1205
+ "inputFields": null,
1206
+ "interfaces": null,
1207
+ "kind": "ENUM",
1208
+ "name": "SortOrder",
1209
+ "possibleTypes": null
1210
+ },
1211
+ "indexType": "enum",
1212
+ "kind": [
1213
+ "NON_NULL",
1214
+ "ENUM"
1215
+ ],
1216
+ "name": "SortOrder",
1217
+ "non_null": false
1218
+ },
1219
+ "varName": "direction"
1220
+ },
1221
+ "priority": {
1222
+ "defaultValue": "1",
1223
+ "description": null,
1224
+ "id_str": "locationList___input___sort___type___priority",
1225
+ "name": "priority",
1226
+ "path": "locationList.input.sort.type.priority",
1227
+ "requestStr": "$priority:Int! ",
1228
+ "required": true,
1229
+ "responseStr": "priority:$priority ",
1230
+ "type": {
1231
+ "kind": [
1232
+ "NON_NULL",
1233
+ "SCALAR"
1234
+ ],
1235
+ "name": "Int",
1236
+ "non_null": false
1237
+ },
1238
+ "varName": "priority"
1239
+ }
1240
+ },
1241
+ "interfaces": null,
1242
+ "kind": "INPUT_OBJECT",
1243
+ "name": "SortOrderInput",
1244
+ "possibleTypes": null
1245
+ },
1246
+ "indexType": "input_object",
1247
+ "kind": [
1248
+ "INPUT_OBJECT"
1249
+ ],
1250
+ "name": "SortOrderInput",
1251
+ "non_null": false
1252
+ },
1253
+ "varName": "sortOrderInput"
1254
+ }
1255
+ },
1256
+ "interfaces": null,
1257
+ "kind": "INPUT_OBJECT",
1258
+ "name": "LocationSortInput",
1259
+ "possibleTypes": null
1260
+ },
1261
+ "indexType": "input_object",
1262
+ "kind": [
1263
+ "INPUT_OBJECT"
1264
+ ],
1265
+ "name": "LocationSortInput",
1266
+ "non_null": false
1267
+ },
1268
+ "varName": "locationSortInput"
1269
+ }
1270
+ },
1271
+ "interfaces": null,
1272
+ "kind": "INPUT_OBJECT",
1273
+ "name": "EnterpriseDirectoryLocationListInput",
1274
+ "possibleTypes": null
1275
+ },
1276
+ "indexType": "input_object",
1277
+ "kind": [
1278
+ "INPUT_OBJECT"
1279
+ ],
1280
+ "name": "EnterpriseDirectoryLocationListInput",
1281
+ "non_null": false
1282
+ },
1283
+ "varName": "enterpriseDirectoryLocationListInput"
47
1284
  }
48
1285
  },
49
1286
  "path": "query.enterpriseDirectory",
@@ -2375,5 +3612,82 @@
2375
3612
  "name": "EnterpriseDirectoryQueries",
2376
3613
  "non_null": false
2377
3614
  },
2378
- "variablesPayload": {}
3615
+ "variablesPayload": {
3616
+ "enterpriseDirectoryLocationListInput": {
3617
+ "locationFilterInput": {
3618
+ "account": {
3619
+ "accountInclusion": "ALL_ACCOUNTS",
3620
+ "in": [
3621
+ "id1",
3622
+ "id2"
3623
+ ]
3624
+ },
3625
+ "countryCode": {
3626
+ "eq": "string",
3627
+ "in": [
3628
+ "string1",
3629
+ "string2"
3630
+ ],
3631
+ "neq": "string",
3632
+ "nin": [
3633
+ "string1",
3634
+ "string2"
3635
+ ]
3636
+ },
3637
+ "freeText": {
3638
+ "search": "string"
3639
+ },
3640
+ "id": {
3641
+ "eq": "id",
3642
+ "in": [
3643
+ "id1",
3644
+ "id2"
3645
+ ],
3646
+ "neq": "id",
3647
+ "nin": [
3648
+ "id1",
3649
+ "id2"
3650
+ ]
3651
+ },
3652
+ "includeArchived": true,
3653
+ "isShippingLocation": true,
3654
+ "name": {
3655
+ "eq": "string",
3656
+ "in": [
3657
+ "string1",
3658
+ "string2"
3659
+ ],
3660
+ "neq": "string",
3661
+ "nin": [
3662
+ "string1",
3663
+ "string2"
3664
+ ]
3665
+ },
3666
+ "type": {
3667
+ "eq": "BRANCH",
3668
+ "in": "BRANCH",
3669
+ "neq": "BRANCH",
3670
+ "nin": "BRANCH"
3671
+ }
3672
+ },
3673
+ "locationSortInput": {
3674
+ "country": {
3675
+ "direction": "ASC",
3676
+ "priority": 1
3677
+ },
3678
+ "name": {
3679
+ "direction": "ASC",
3680
+ "priority": 1
3681
+ },
3682
+ "type": {
3683
+ "direction": "ASC",
3684
+ "priority": 1
3685
+ }
3686
+ },
3687
+ "pagingInput": {
3688
+ "from": 1,
3689
+ "limit": 1
3690
+ }
3691
+ }
3692
+ }
2379
3693
  }