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
models/query.sandbox.json CHANGED
@@ -44,6 +44,767 @@
44
44
  "non_null": false
45
45
  },
46
46
  "varName": "accountId"
47
+ },
48
+ "sandboxReportsInput": {
49
+ "defaultValue": null,
50
+ "description": null,
51
+ "id_str": "reports___input",
52
+ "name": "input",
53
+ "path": "reports.input",
54
+ "requestStr": "$sandboxReportsInput:SandboxReportsInput! ",
55
+ "required": true,
56
+ "responseStr": "input:$sandboxReportsInput ",
57
+ "type": {
58
+ "definition": {
59
+ "description": " Sandbox reports query input ",
60
+ "enumValues": null,
61
+ "fields": null,
62
+ "inputFields": {
63
+ "filter": {
64
+ "defaultValue": null,
65
+ "description": " Query filter criteria ",
66
+ "id_str": "reports___input___filter",
67
+ "name": "filter",
68
+ "path": "reports.input.filter",
69
+ "requestStr": "$sandboxReportsFilterInput:SandboxReportsFilterInput ",
70
+ "required": false,
71
+ "responseStr": "filter:$sandboxReportsFilterInput ",
72
+ "type": {
73
+ "definition": {
74
+ "description": " Sandbox reports query filter ",
75
+ "enumValues": null,
76
+ "fields": null,
77
+ "inputFields": {
78
+ "fileHash": {
79
+ "defaultValue": null,
80
+ "description": " File hash filter ",
81
+ "id_str": "reports___input___filter___fileHash",
82
+ "name": "fileHash",
83
+ "path": "reports.input.filter.fileHash",
84
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
85
+ "required": false,
86
+ "responseStr": "fileHash:$stringFilterInput ",
87
+ "type": {
88
+ "definition": {
89
+ "description": null,
90
+ "enumValues": null,
91
+ "fields": null,
92
+ "inputFields": {
93
+ "eq": {
94
+ "defaultValue": null,
95
+ "description": null,
96
+ "id_str": "reports___input___filter___fileHash___eq",
97
+ "name": "eq",
98
+ "path": "reports.input.filter.fileHash.eq",
99
+ "requestStr": "$eq:String ",
100
+ "required": false,
101
+ "responseStr": "eq:$eq ",
102
+ "type": {
103
+ "kind": [
104
+ "SCALAR"
105
+ ],
106
+ "name": "String",
107
+ "non_null": false
108
+ },
109
+ "varName": "eq"
110
+ },
111
+ "in": {
112
+ "defaultValue": null,
113
+ "description": null,
114
+ "id_str": "reports___input___filter___fileHash___in",
115
+ "name": "in",
116
+ "path": "reports.input.filter.fileHash.in",
117
+ "requestStr": "$in:[String] ",
118
+ "required": false,
119
+ "responseStr": "in:$in ",
120
+ "type": {
121
+ "kind": [
122
+ "LIST",
123
+ "NON_NULL",
124
+ "SCALAR"
125
+ ],
126
+ "name": "String",
127
+ "non_null": false
128
+ },
129
+ "varName": "in"
130
+ },
131
+ "neq": {
132
+ "defaultValue": null,
133
+ "description": null,
134
+ "id_str": "reports___input___filter___fileHash___neq",
135
+ "name": "neq",
136
+ "path": "reports.input.filter.fileHash.neq",
137
+ "requestStr": "$neq:String ",
138
+ "required": false,
139
+ "responseStr": "neq:$neq ",
140
+ "type": {
141
+ "kind": [
142
+ "SCALAR"
143
+ ],
144
+ "name": "String",
145
+ "non_null": false
146
+ },
147
+ "varName": "neq"
148
+ },
149
+ "nin": {
150
+ "defaultValue": null,
151
+ "description": null,
152
+ "id_str": "reports___input___filter___fileHash___nin",
153
+ "name": "nin",
154
+ "path": "reports.input.filter.fileHash.nin",
155
+ "requestStr": "$nin:[String] ",
156
+ "required": false,
157
+ "responseStr": "nin:$nin ",
158
+ "type": {
159
+ "kind": [
160
+ "LIST",
161
+ "NON_NULL",
162
+ "SCALAR"
163
+ ],
164
+ "name": "String",
165
+ "non_null": false
166
+ },
167
+ "varName": "nin"
168
+ }
169
+ },
170
+ "interfaces": null,
171
+ "kind": "INPUT_OBJECT",
172
+ "name": "StringFilterInput",
173
+ "possibleTypes": null
174
+ },
175
+ "indexType": "input_object",
176
+ "kind": [
177
+ "LIST",
178
+ "NON_NULL",
179
+ "INPUT_OBJECT"
180
+ ],
181
+ "name": "StringFilterInput",
182
+ "non_null": false
183
+ },
184
+ "varName": "stringFilterInput"
185
+ },
186
+ "fileName": {
187
+ "defaultValue": null,
188
+ "description": " File name filter ",
189
+ "id_str": "reports___input___filter___fileName",
190
+ "name": "fileName",
191
+ "path": "reports.input.filter.fileName",
192
+ "requestStr": "$stringFilterInput:[StringFilterInput] ",
193
+ "required": false,
194
+ "responseStr": "fileName:$stringFilterInput ",
195
+ "type": {
196
+ "definition": {
197
+ "description": null,
198
+ "enumValues": null,
199
+ "fields": null,
200
+ "inputFields": {
201
+ "eq": {
202
+ "defaultValue": null,
203
+ "description": null,
204
+ "id_str": "reports___input___filter___fileName___eq",
205
+ "name": "eq",
206
+ "path": "reports.input.filter.fileName.eq",
207
+ "requestStr": "$eq:String ",
208
+ "required": false,
209
+ "responseStr": "eq:$eq ",
210
+ "type": {
211
+ "kind": [
212
+ "SCALAR"
213
+ ],
214
+ "name": "String",
215
+ "non_null": false
216
+ },
217
+ "varName": "eq"
218
+ },
219
+ "in": {
220
+ "defaultValue": null,
221
+ "description": null,
222
+ "id_str": "reports___input___filter___fileName___in",
223
+ "name": "in",
224
+ "path": "reports.input.filter.fileName.in",
225
+ "requestStr": "$in:[String] ",
226
+ "required": false,
227
+ "responseStr": "in:$in ",
228
+ "type": {
229
+ "kind": [
230
+ "LIST",
231
+ "NON_NULL",
232
+ "SCALAR"
233
+ ],
234
+ "name": "String",
235
+ "non_null": false
236
+ },
237
+ "varName": "in"
238
+ },
239
+ "neq": {
240
+ "defaultValue": null,
241
+ "description": null,
242
+ "id_str": "reports___input___filter___fileName___neq",
243
+ "name": "neq",
244
+ "path": "reports.input.filter.fileName.neq",
245
+ "requestStr": "$neq:String ",
246
+ "required": false,
247
+ "responseStr": "neq:$neq ",
248
+ "type": {
249
+ "kind": [
250
+ "SCALAR"
251
+ ],
252
+ "name": "String",
253
+ "non_null": false
254
+ },
255
+ "varName": "neq"
256
+ },
257
+ "nin": {
258
+ "defaultValue": null,
259
+ "description": null,
260
+ "id_str": "reports___input___filter___fileName___nin",
261
+ "name": "nin",
262
+ "path": "reports.input.filter.fileName.nin",
263
+ "requestStr": "$nin:[String] ",
264
+ "required": false,
265
+ "responseStr": "nin:$nin ",
266
+ "type": {
267
+ "kind": [
268
+ "LIST",
269
+ "NON_NULL",
270
+ "SCALAR"
271
+ ],
272
+ "name": "String",
273
+ "non_null": false
274
+ },
275
+ "varName": "nin"
276
+ }
277
+ },
278
+ "interfaces": null,
279
+ "kind": "INPUT_OBJECT",
280
+ "name": "StringFilterInput",
281
+ "possibleTypes": null
282
+ },
283
+ "indexType": "input_object",
284
+ "kind": [
285
+ "LIST",
286
+ "NON_NULL",
287
+ "INPUT_OBJECT"
288
+ ],
289
+ "name": "StringFilterInput",
290
+ "non_null": false
291
+ },
292
+ "varName": "stringFilterInput"
293
+ },
294
+ "reportCreateDate": {
295
+ "defaultValue": null,
296
+ "description": " Report creation date filter ",
297
+ "id_str": "reports___input___filter___reportCreateDate",
298
+ "name": "reportCreateDate",
299
+ "path": "reports.input.filter.reportCreateDate",
300
+ "requestStr": "$dateTimeFilterInput:[DateTimeFilterInput] ",
301
+ "required": false,
302
+ "responseStr": "reportCreateDate:$dateTimeFilterInput ",
303
+ "type": {
304
+ "definition": {
305
+ "description": null,
306
+ "enumValues": null,
307
+ "fields": null,
308
+ "inputFields": {
309
+ "between": {
310
+ "defaultValue": null,
311
+ "description": null,
312
+ "id_str": "reports___input___filter___reportCreateDate___between",
313
+ "name": "between",
314
+ "path": "reports.input.filter.reportCreateDate.between",
315
+ "requestStr": "$between:[DateTime] ",
316
+ "required": false,
317
+ "responseStr": "between:$between ",
318
+ "type": {
319
+ "kind": [
320
+ "LIST",
321
+ "NON_NULL",
322
+ "SCALAR"
323
+ ],
324
+ "name": "DateTime",
325
+ "non_null": false
326
+ },
327
+ "varName": "between"
328
+ },
329
+ "eq": {
330
+ "defaultValue": null,
331
+ "description": null,
332
+ "id_str": "reports___input___filter___reportCreateDate___eq",
333
+ "name": "eq",
334
+ "path": "reports.input.filter.reportCreateDate.eq",
335
+ "requestStr": "$eq:DateTime ",
336
+ "required": false,
337
+ "responseStr": "eq:$eq ",
338
+ "type": {
339
+ "kind": [
340
+ "SCALAR"
341
+ ],
342
+ "name": "DateTime",
343
+ "non_null": false
344
+ },
345
+ "varName": "eq"
346
+ },
347
+ "gt": {
348
+ "defaultValue": null,
349
+ "description": null,
350
+ "id_str": "reports___input___filter___reportCreateDate___gt",
351
+ "name": "gt",
352
+ "path": "reports.input.filter.reportCreateDate.gt",
353
+ "requestStr": "$gt:DateTime ",
354
+ "required": false,
355
+ "responseStr": "gt:$gt ",
356
+ "type": {
357
+ "kind": [
358
+ "SCALAR"
359
+ ],
360
+ "name": "DateTime",
361
+ "non_null": false
362
+ },
363
+ "varName": "gt"
364
+ },
365
+ "gte": {
366
+ "defaultValue": null,
367
+ "description": null,
368
+ "id_str": "reports___input___filter___reportCreateDate___gte",
369
+ "name": "gte",
370
+ "path": "reports.input.filter.reportCreateDate.gte",
371
+ "requestStr": "$gte:DateTime ",
372
+ "required": false,
373
+ "responseStr": "gte:$gte ",
374
+ "type": {
375
+ "kind": [
376
+ "SCALAR"
377
+ ],
378
+ "name": "DateTime",
379
+ "non_null": false
380
+ },
381
+ "varName": "gte"
382
+ },
383
+ "in": {
384
+ "defaultValue": null,
385
+ "description": null,
386
+ "id_str": "reports___input___filter___reportCreateDate___in",
387
+ "name": "in",
388
+ "path": "reports.input.filter.reportCreateDate.in",
389
+ "requestStr": "$in:[DateTime] ",
390
+ "required": false,
391
+ "responseStr": "in:$in ",
392
+ "type": {
393
+ "kind": [
394
+ "LIST",
395
+ "NON_NULL",
396
+ "SCALAR"
397
+ ],
398
+ "name": "DateTime",
399
+ "non_null": false
400
+ },
401
+ "varName": "in"
402
+ },
403
+ "lt": {
404
+ "defaultValue": null,
405
+ "description": null,
406
+ "id_str": "reports___input___filter___reportCreateDate___lt",
407
+ "name": "lt",
408
+ "path": "reports.input.filter.reportCreateDate.lt",
409
+ "requestStr": "$lt:DateTime ",
410
+ "required": false,
411
+ "responseStr": "lt:$lt ",
412
+ "type": {
413
+ "kind": [
414
+ "SCALAR"
415
+ ],
416
+ "name": "DateTime",
417
+ "non_null": false
418
+ },
419
+ "varName": "lt"
420
+ },
421
+ "lte": {
422
+ "defaultValue": null,
423
+ "description": null,
424
+ "id_str": "reports___input___filter___reportCreateDate___lte",
425
+ "name": "lte",
426
+ "path": "reports.input.filter.reportCreateDate.lte",
427
+ "requestStr": "$lte:DateTime ",
428
+ "required": false,
429
+ "responseStr": "lte:$lte ",
430
+ "type": {
431
+ "kind": [
432
+ "SCALAR"
433
+ ],
434
+ "name": "DateTime",
435
+ "non_null": false
436
+ },
437
+ "varName": "lte"
438
+ },
439
+ "neq": {
440
+ "defaultValue": null,
441
+ "description": null,
442
+ "id_str": "reports___input___filter___reportCreateDate___neq",
443
+ "name": "neq",
444
+ "path": "reports.input.filter.reportCreateDate.neq",
445
+ "requestStr": "$neq:DateTime ",
446
+ "required": false,
447
+ "responseStr": "neq:$neq ",
448
+ "type": {
449
+ "kind": [
450
+ "SCALAR"
451
+ ],
452
+ "name": "DateTime",
453
+ "non_null": false
454
+ },
455
+ "varName": "neq"
456
+ },
457
+ "nin": {
458
+ "defaultValue": null,
459
+ "description": null,
460
+ "id_str": "reports___input___filter___reportCreateDate___nin",
461
+ "name": "nin",
462
+ "path": "reports.input.filter.reportCreateDate.nin",
463
+ "requestStr": "$nin:[DateTime] ",
464
+ "required": false,
465
+ "responseStr": "nin:$nin ",
466
+ "type": {
467
+ "kind": [
468
+ "LIST",
469
+ "NON_NULL",
470
+ "SCALAR"
471
+ ],
472
+ "name": "DateTime",
473
+ "non_null": false
474
+ },
475
+ "varName": "nin"
476
+ }
477
+ },
478
+ "interfaces": null,
479
+ "kind": "INPUT_OBJECT",
480
+ "name": "DateTimeFilterInput",
481
+ "possibleTypes": null
482
+ },
483
+ "indexType": "input_object",
484
+ "kind": [
485
+ "LIST",
486
+ "NON_NULL",
487
+ "INPUT_OBJECT"
488
+ ],
489
+ "name": "DateTimeFilterInput",
490
+ "non_null": false
491
+ },
492
+ "varName": "dateTimeFilterInput"
493
+ }
494
+ },
495
+ "interfaces": null,
496
+ "kind": "INPUT_OBJECT",
497
+ "name": "SandboxReportsFilterInput",
498
+ "possibleTypes": null
499
+ },
500
+ "indexType": "input_object",
501
+ "kind": [
502
+ "INPUT_OBJECT"
503
+ ],
504
+ "name": "SandboxReportsFilterInput",
505
+ "non_null": false
506
+ },
507
+ "varName": "sandboxReportsFilterInput"
508
+ },
509
+ "paging": {
510
+ "defaultValue": "{limit: 25, from: 0}",
511
+ "description": " Query pagination criteria ",
512
+ "id_str": "reports___input___paging",
513
+ "name": "paging",
514
+ "path": "reports.input.paging",
515
+ "requestStr": "$pagingInput:PagingInput! ",
516
+ "required": true,
517
+ "responseStr": "paging:$pagingInput ",
518
+ "type": {
519
+ "definition": {
520
+ "description": null,
521
+ "enumValues": null,
522
+ "fields": null,
523
+ "inputFields": {
524
+ "from": {
525
+ "defaultValue": "0",
526
+ "description": null,
527
+ "id_str": "reports___input___paging___from",
528
+ "name": "from",
529
+ "path": "reports.input.paging.from",
530
+ "requestStr": "$from:Int! ",
531
+ "required": true,
532
+ "responseStr": "from:$from ",
533
+ "type": {
534
+ "kind": [
535
+ "NON_NULL",
536
+ "SCALAR"
537
+ ],
538
+ "name": "Int",
539
+ "non_null": false
540
+ },
541
+ "varName": "from"
542
+ },
543
+ "limit": {
544
+ "defaultValue": "100",
545
+ "description": null,
546
+ "id_str": "reports___input___paging___limit",
547
+ "name": "limit",
548
+ "path": "reports.input.paging.limit",
549
+ "requestStr": "$limit:Int! ",
550
+ "required": true,
551
+ "responseStr": "limit:$limit ",
552
+ "type": {
553
+ "kind": [
554
+ "NON_NULL",
555
+ "SCALAR"
556
+ ],
557
+ "name": "Int",
558
+ "non_null": false
559
+ },
560
+ "varName": "limit"
561
+ }
562
+ },
563
+ "interfaces": null,
564
+ "kind": "INPUT_OBJECT",
565
+ "name": "PagingInput",
566
+ "possibleTypes": null
567
+ },
568
+ "indexType": "input_object",
569
+ "kind": [
570
+ "NON_NULL",
571
+ "INPUT_OBJECT"
572
+ ],
573
+ "name": "PagingInput",
574
+ "non_null": false
575
+ },
576
+ "varName": "pagingInput"
577
+ },
578
+ "sort": {
579
+ "defaultValue": "{reportCreateDate: {direction: DESC, priority: 1}}",
580
+ "description": " Query sorting criteria ",
581
+ "id_str": "reports___input___sort",
582
+ "name": "sort",
583
+ "path": "reports.input.sort",
584
+ "requestStr": "$sandboxReportsSortInput:SandboxReportsSortInput! ",
585
+ "required": true,
586
+ "responseStr": "sort:$sandboxReportsSortInput ",
587
+ "type": {
588
+ "definition": {
589
+ "description": " Sandbox reports query sorting ",
590
+ "enumValues": null,
591
+ "fields": null,
592
+ "inputFields": {
593
+ "fileName": {
594
+ "defaultValue": null,
595
+ "description": " Sort by file name ",
596
+ "id_str": "reports___input___sort___fileName",
597
+ "name": "fileName",
598
+ "path": "reports.input.sort.fileName",
599
+ "requestStr": "$sortOrderInput:SortOrderInput ",
600
+ "required": false,
601
+ "responseStr": "fileName:$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": "reports___input___sort___fileName___direction",
612
+ "name": "direction",
613
+ "path": "reports.input.sort.fileName.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": "reports___input___sort___fileName___priority",
655
+ "name": "priority",
656
+ "path": "reports.input.sort.fileName.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
+ "reportCreateDate": {
686
+ "defaultValue": null,
687
+ "description": " Sort by report creation date ",
688
+ "id_str": "reports___input___sort___reportCreateDate",
689
+ "name": "reportCreateDate",
690
+ "path": "reports.input.sort.reportCreateDate",
691
+ "requestStr": "$sortOrderInput:SortOrderInput ",
692
+ "required": false,
693
+ "responseStr": "reportCreateDate:$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": "reports___input___sort___reportCreateDate___direction",
704
+ "name": "direction",
705
+ "path": "reports.input.sort.reportCreateDate.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": "reports___input___sort___reportCreateDate___priority",
747
+ "name": "priority",
748
+ "path": "reports.input.sort.reportCreateDate.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
+ },
778
+ "interfaces": null,
779
+ "kind": "INPUT_OBJECT",
780
+ "name": "SandboxReportsSortInput",
781
+ "possibleTypes": null
782
+ },
783
+ "indexType": "input_object",
784
+ "kind": [
785
+ "NON_NULL",
786
+ "INPUT_OBJECT"
787
+ ],
788
+ "name": "SandboxReportsSortInput",
789
+ "non_null": false
790
+ },
791
+ "varName": "sandboxReportsSortInput"
792
+ }
793
+ },
794
+ "interfaces": null,
795
+ "kind": "INPUT_OBJECT",
796
+ "name": "SandboxReportsInput",
797
+ "possibleTypes": null
798
+ },
799
+ "indexType": "input_object",
800
+ "kind": [
801
+ "NON_NULL",
802
+ "INPUT_OBJECT"
803
+ ],
804
+ "name": "SandboxReportsInput",
805
+ "non_null": false
806
+ },
807
+ "varName": "sandboxReportsInput"
47
808
  }
48
809
  },
49
810
  "path": "query.sandbox",
@@ -1227,5 +1988,68 @@
1227
1988
  "name": "SandboxQueries",
1228
1989
  "non_null": false
1229
1990
  },
1230
- "variablesPayload": {}
1991
+ "variablesPayload": {
1992
+ "sandboxReportsInput": {
1993
+ "pagingInput": {
1994
+ "from": 1,
1995
+ "limit": 1
1996
+ },
1997
+ "sandboxReportsFilterInput": {
1998
+ "fileHash": {
1999
+ "eq": "string",
2000
+ "in": [
2001
+ "string1",
2002
+ "string2"
2003
+ ],
2004
+ "neq": "string",
2005
+ "nin": [
2006
+ "string1",
2007
+ "string2"
2008
+ ]
2009
+ },
2010
+ "fileName": {
2011
+ "eq": "string",
2012
+ "in": [
2013
+ "string1",
2014
+ "string2"
2015
+ ],
2016
+ "neq": "string",
2017
+ "nin": [
2018
+ "string1",
2019
+ "string2"
2020
+ ]
2021
+ },
2022
+ "reportCreateDate": {
2023
+ "between": [
2024
+ "example1",
2025
+ "example2"
2026
+ ],
2027
+ "eq": "example_value",
2028
+ "gt": "example_value",
2029
+ "gte": "example_value",
2030
+ "in": [
2031
+ "example1",
2032
+ "example2"
2033
+ ],
2034
+ "lt": "example_value",
2035
+ "lte": "example_value",
2036
+ "neq": "example_value",
2037
+ "nin": [
2038
+ "example1",
2039
+ "example2"
2040
+ ]
2041
+ }
2042
+ },
2043
+ "sandboxReportsSortInput": {
2044
+ "fileName": {
2045
+ "direction": "ASC",
2046
+ "priority": 1
2047
+ },
2048
+ "reportCreateDate": {
2049
+ "direction": "ASC",
2050
+ "priority": 1
2051
+ }
2052
+ }
2053
+ }
2054
+ }
1231
2055
  }