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
models/query.events.json CHANGED
@@ -13548,6 +13548,42 @@
13548
13548
  },
13549
13549
  "varName": "eventsSort"
13550
13550
  },
13551
+ "from": {
13552
+ "defaultValue": null,
13553
+ "description": null,
13554
+ "id_str": "records___from",
13555
+ "name": "from",
13556
+ "path": "records.from",
13557
+ "requestStr": "$from:Int ",
13558
+ "required": false,
13559
+ "responseStr": "from:$from ",
13560
+ "type": {
13561
+ "kind": [
13562
+ "SCALAR"
13563
+ ],
13564
+ "name": "Int",
13565
+ "non_null": false
13566
+ },
13567
+ "varName": "from"
13568
+ },
13569
+ "limit": {
13570
+ "defaultValue": null,
13571
+ "description": null,
13572
+ "id_str": "records___limit",
13573
+ "name": "limit",
13574
+ "path": "records.limit",
13575
+ "requestStr": "$limit:Int ",
13576
+ "required": false,
13577
+ "responseStr": "limit:$limit ",
13578
+ "type": {
13579
+ "kind": [
13580
+ "SCALAR"
13581
+ ],
13582
+ "name": "Int",
13583
+ "non_null": false
13584
+ },
13585
+ "varName": "limit"
13586
+ },
13551
13587
  "timeFrame": {
13552
13588
  "defaultValue": null,
13553
13589
  "description": null,
@@ -15911,6 +15947,8 @@
15911
15947
  "fieldName": "access_method",
15912
15948
  "order": "asc"
15913
15949
  },
15950
+ "from": 1,
15951
+ "limit": 1,
15914
15952
  "timeFrame": "example_value"
15915
15953
  }
15916
15954
  }