catocli 1.0.12__py3-none-any.whl → 1.0.14__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 (35) hide show
  1. catocli/Utils/clidriver.py +11 -2
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/__init__.py +1 -1
  4. catocli/parsers/custom/customLib.py +4 -3
  5. catocli/parsers/mutation_site/__init__.py +14 -0
  6. catocli/parsers/mutation_site_addIpsecIkeV2SiteTunnels/README.md +1 -1
  7. catocli/parsers/mutation_site_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  8. catocli/parsers/mutation_site_updateSiteGeneralDetails/README.md +1 -1
  9. catocli/parsers/mutation_sites/__init__.py +14 -0
  10. catocli/parsers/mutation_sites_addIpsecIkeV2SiteTunnels/README.md +1 -1
  11. catocli/parsers/mutation_sites_removeIpsecIkeV2SiteTunnels/README.md +18 -0
  12. catocli/parsers/mutation_sites_updateSiteGeneralDetails/README.md +1 -1
  13. catocli/parsers/query_eventsFeed/README.md +1 -1
  14. {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/METADATA +1 -1
  15. {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/RECORD +34 -31
  16. graphql_client/api_client_types.py +4 -0
  17. models/mutation.site.addIpsecIkeV2SiteTunnels.json +403 -0
  18. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +861 -0
  19. models/mutation.site.updateSiteGeneralDetails.json +57 -0
  20. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +403 -0
  21. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +861 -0
  22. models/mutation.sites.updateSiteGeneralDetails.json +57 -0
  23. models/query.accountMetrics.json +80 -0
  24. models/query.accountSnapshot.json +202 -2
  25. models/query.auditFeed.json +60 -0
  26. models/query.events.json +240 -0
  27. models/query.eventsFeed.json +60 -0
  28. models/query.eventsTimeSeries.json +180 -0
  29. models/query.licensing.json +126 -0
  30. schema/catolib.py +11 -2
  31. vendor/.DS_Store +0 -0
  32. {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/LICENSE +0 -0
  33. {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/WHEEL +0 -0
  34. {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/entry_points.txt +0 -0
  35. {catocli-1.0.12.dist-info → catocli-1.0.14.dist-info}/top_level.txt +0 -0
models/query.events.json CHANGED
@@ -1354,6 +1354,36 @@
1354
1354
  "description": "Shows the id of the target user involved in an activity",
1355
1355
  "isDeprecated": false,
1356
1356
  "name": "vendor_collaborator_id"
1357
+ },
1358
+ {
1359
+ "deprecationReason": null,
1360
+ "description": "Device Categories",
1361
+ "isDeprecated": false,
1362
+ "name": "device_categories"
1363
+ },
1364
+ {
1365
+ "deprecationReason": null,
1366
+ "description": "Device Manufacturer",
1367
+ "isDeprecated": false,
1368
+ "name": "device_manufacturer"
1369
+ },
1370
+ {
1371
+ "deprecationReason": null,
1372
+ "description": "Device Model",
1373
+ "isDeprecated": false,
1374
+ "name": "device_model"
1375
+ },
1376
+ {
1377
+ "deprecationReason": null,
1378
+ "description": "Device OS Type",
1379
+ "isDeprecated": false,
1380
+ "name": "device_os_type"
1381
+ },
1382
+ {
1383
+ "deprecationReason": null,
1384
+ "description": "Device Type",
1385
+ "isDeprecated": false,
1386
+ "name": "device_type"
1357
1387
  }
1358
1388
  ],
1359
1389
  "fields": null,
@@ -2724,6 +2754,36 @@
2724
2754
  "description": "Shows the id of the target user involved in an activity",
2725
2755
  "isDeprecated": false,
2726
2756
  "name": "vendor_collaborator_id"
2757
+ },
2758
+ {
2759
+ "deprecationReason": null,
2760
+ "description": "Device Categories",
2761
+ "isDeprecated": false,
2762
+ "name": "device_categories"
2763
+ },
2764
+ {
2765
+ "deprecationReason": null,
2766
+ "description": "Device Manufacturer",
2767
+ "isDeprecated": false,
2768
+ "name": "device_manufacturer"
2769
+ },
2770
+ {
2771
+ "deprecationReason": null,
2772
+ "description": "Device Model",
2773
+ "isDeprecated": false,
2774
+ "name": "device_model"
2775
+ },
2776
+ {
2777
+ "deprecationReason": null,
2778
+ "description": "Device OS Type",
2779
+ "isDeprecated": false,
2780
+ "name": "device_os_type"
2781
+ },
2782
+ {
2783
+ "deprecationReason": null,
2784
+ "description": "Device Type",
2785
+ "isDeprecated": false,
2786
+ "name": "device_type"
2727
2787
  }
2728
2788
  ],
2729
2789
  "fields": null,
@@ -4310,6 +4370,36 @@
4310
4370
  "description": "Shows the id of the target user involved in an activity",
4311
4371
  "isDeprecated": false,
4312
4372
  "name": "vendor_collaborator_id"
4373
+ },
4374
+ {
4375
+ "deprecationReason": null,
4376
+ "description": "Device Categories",
4377
+ "isDeprecated": false,
4378
+ "name": "device_categories"
4379
+ },
4380
+ {
4381
+ "deprecationReason": null,
4382
+ "description": "Device Manufacturer",
4383
+ "isDeprecated": false,
4384
+ "name": "device_manufacturer"
4385
+ },
4386
+ {
4387
+ "deprecationReason": null,
4388
+ "description": "Device Model",
4389
+ "isDeprecated": false,
4390
+ "name": "device_model"
4391
+ },
4392
+ {
4393
+ "deprecationReason": null,
4394
+ "description": "Device OS Type",
4395
+ "isDeprecated": false,
4396
+ "name": "device_os_type"
4397
+ },
4398
+ {
4399
+ "deprecationReason": null,
4400
+ "description": "Device Type",
4401
+ "isDeprecated": false,
4402
+ "name": "device_type"
4313
4403
  }
4314
4404
  ],
4315
4405
  "fields": null,
@@ -5698,6 +5788,36 @@
5698
5788
  "description": "Shows the id of the target user involved in an activity",
5699
5789
  "isDeprecated": false,
5700
5790
  "name": "vendor_collaborator_id"
5791
+ },
5792
+ {
5793
+ "deprecationReason": null,
5794
+ "description": "Device Categories",
5795
+ "isDeprecated": false,
5796
+ "name": "device_categories"
5797
+ },
5798
+ {
5799
+ "deprecationReason": null,
5800
+ "description": "Device Manufacturer",
5801
+ "isDeprecated": false,
5802
+ "name": "device_manufacturer"
5803
+ },
5804
+ {
5805
+ "deprecationReason": null,
5806
+ "description": "Device Model",
5807
+ "isDeprecated": false,
5808
+ "name": "device_model"
5809
+ },
5810
+ {
5811
+ "deprecationReason": null,
5812
+ "description": "Device OS Type",
5813
+ "isDeprecated": false,
5814
+ "name": "device_os_type"
5815
+ },
5816
+ {
5817
+ "deprecationReason": null,
5818
+ "description": "Device Type",
5819
+ "isDeprecated": false,
5820
+ "name": "device_type"
5701
5821
  }
5702
5822
  ],
5703
5823
  "fields": null,
@@ -7140,6 +7260,36 @@
7140
7260
  "description": "Shows the id of the target user involved in an activity",
7141
7261
  "isDeprecated": false,
7142
7262
  "name": "vendor_collaborator_id"
7263
+ },
7264
+ {
7265
+ "deprecationReason": null,
7266
+ "description": "Device Categories",
7267
+ "isDeprecated": false,
7268
+ "name": "device_categories"
7269
+ },
7270
+ {
7271
+ "deprecationReason": null,
7272
+ "description": "Device Manufacturer",
7273
+ "isDeprecated": false,
7274
+ "name": "device_manufacturer"
7275
+ },
7276
+ {
7277
+ "deprecationReason": null,
7278
+ "description": "Device Model",
7279
+ "isDeprecated": false,
7280
+ "name": "device_model"
7281
+ },
7282
+ {
7283
+ "deprecationReason": null,
7284
+ "description": "Device OS Type",
7285
+ "isDeprecated": false,
7286
+ "name": "device_os_type"
7287
+ },
7288
+ {
7289
+ "deprecationReason": null,
7290
+ "description": "Device Type",
7291
+ "isDeprecated": false,
7292
+ "name": "device_type"
7143
7293
  }
7144
7294
  ],
7145
7295
  "fields": null,
@@ -8510,6 +8660,36 @@
8510
8660
  "description": "Shows the id of the target user involved in an activity",
8511
8661
  "isDeprecated": false,
8512
8662
  "name": "vendor_collaborator_id"
8663
+ },
8664
+ {
8665
+ "deprecationReason": null,
8666
+ "description": "Device Categories",
8667
+ "isDeprecated": false,
8668
+ "name": "device_categories"
8669
+ },
8670
+ {
8671
+ "deprecationReason": null,
8672
+ "description": "Device Manufacturer",
8673
+ "isDeprecated": false,
8674
+ "name": "device_manufacturer"
8675
+ },
8676
+ {
8677
+ "deprecationReason": null,
8678
+ "description": "Device Model",
8679
+ "isDeprecated": false,
8680
+ "name": "device_model"
8681
+ },
8682
+ {
8683
+ "deprecationReason": null,
8684
+ "description": "Device OS Type",
8685
+ "isDeprecated": false,
8686
+ "name": "device_os_type"
8687
+ },
8688
+ {
8689
+ "deprecationReason": null,
8690
+ "description": "Device Type",
8691
+ "isDeprecated": false,
8692
+ "name": "device_type"
8513
8693
  }
8514
8694
  ],
8515
8695
  "fields": null,
@@ -10096,6 +10276,36 @@
10096
10276
  "description": "Shows the id of the target user involved in an activity",
10097
10277
  "isDeprecated": false,
10098
10278
  "name": "vendor_collaborator_id"
10279
+ },
10280
+ {
10281
+ "deprecationReason": null,
10282
+ "description": "Device Categories",
10283
+ "isDeprecated": false,
10284
+ "name": "device_categories"
10285
+ },
10286
+ {
10287
+ "deprecationReason": null,
10288
+ "description": "Device Manufacturer",
10289
+ "isDeprecated": false,
10290
+ "name": "device_manufacturer"
10291
+ },
10292
+ {
10293
+ "deprecationReason": null,
10294
+ "description": "Device Model",
10295
+ "isDeprecated": false,
10296
+ "name": "device_model"
10297
+ },
10298
+ {
10299
+ "deprecationReason": null,
10300
+ "description": "Device OS Type",
10301
+ "isDeprecated": false,
10302
+ "name": "device_os_type"
10303
+ },
10304
+ {
10305
+ "deprecationReason": null,
10306
+ "description": "Device Type",
10307
+ "isDeprecated": false,
10308
+ "name": "device_type"
10099
10309
  }
10100
10310
  ],
10101
10311
  "fields": null,
@@ -11484,6 +11694,36 @@
11484
11694
  "description": "Shows the id of the target user involved in an activity",
11485
11695
  "isDeprecated": false,
11486
11696
  "name": "vendor_collaborator_id"
11697
+ },
11698
+ {
11699
+ "deprecationReason": null,
11700
+ "description": "Device Categories",
11701
+ "isDeprecated": false,
11702
+ "name": "device_categories"
11703
+ },
11704
+ {
11705
+ "deprecationReason": null,
11706
+ "description": "Device Manufacturer",
11707
+ "isDeprecated": false,
11708
+ "name": "device_manufacturer"
11709
+ },
11710
+ {
11711
+ "deprecationReason": null,
11712
+ "description": "Device Model",
11713
+ "isDeprecated": false,
11714
+ "name": "device_model"
11715
+ },
11716
+ {
11717
+ "deprecationReason": null,
11718
+ "description": "Device OS Type",
11719
+ "isDeprecated": false,
11720
+ "name": "device_os_type"
11721
+ },
11722
+ {
11723
+ "deprecationReason": null,
11724
+ "description": "Device Type",
11725
+ "isDeprecated": false,
11726
+ "name": "device_type"
11487
11727
  }
11488
11728
  ],
11489
11729
  "fields": null,
@@ -1688,6 +1688,36 @@
1688
1688
  "description": "Shows the id of the target user involved in an activity",
1689
1689
  "isDeprecated": false,
1690
1690
  "name": "vendor_collaborator_id"
1691
+ },
1692
+ {
1693
+ "deprecationReason": null,
1694
+ "description": "Device Categories",
1695
+ "isDeprecated": false,
1696
+ "name": "device_categories"
1697
+ },
1698
+ {
1699
+ "deprecationReason": null,
1700
+ "description": "Device Manufacturer",
1701
+ "isDeprecated": false,
1702
+ "name": "device_manufacturer"
1703
+ },
1704
+ {
1705
+ "deprecationReason": null,
1706
+ "description": "Device Model",
1707
+ "isDeprecated": false,
1708
+ "name": "device_model"
1709
+ },
1710
+ {
1711
+ "deprecationReason": null,
1712
+ "description": "Device OS Type",
1713
+ "isDeprecated": false,
1714
+ "name": "device_os_type"
1715
+ },
1716
+ {
1717
+ "deprecationReason": null,
1718
+ "description": "Device Type",
1719
+ "isDeprecated": false,
1720
+ "name": "device_type"
1691
1721
  }
1692
1722
  ],
1693
1723
  "fields": null,
@@ -3112,6 +3142,36 @@
3112
3142
  "description": "Shows the id of the target user involved in an activity",
3113
3143
  "isDeprecated": false,
3114
3144
  "name": "vendor_collaborator_id"
3145
+ },
3146
+ {
3147
+ "deprecationReason": null,
3148
+ "description": "Device Categories",
3149
+ "isDeprecated": false,
3150
+ "name": "device_categories"
3151
+ },
3152
+ {
3153
+ "deprecationReason": null,
3154
+ "description": "Device Manufacturer",
3155
+ "isDeprecated": false,
3156
+ "name": "device_manufacturer"
3157
+ },
3158
+ {
3159
+ "deprecationReason": null,
3160
+ "description": "Device Model",
3161
+ "isDeprecated": false,
3162
+ "name": "device_model"
3163
+ },
3164
+ {
3165
+ "deprecationReason": null,
3166
+ "description": "Device OS Type",
3167
+ "isDeprecated": false,
3168
+ "name": "device_os_type"
3169
+ },
3170
+ {
3171
+ "deprecationReason": null,
3172
+ "description": "Device Type",
3173
+ "isDeprecated": false,
3174
+ "name": "device_type"
3115
3175
  }
3116
3176
  ],
3117
3177
  "fields": null,
@@ -1354,6 +1354,36 @@
1354
1354
  "description": "Shows the id of the target user involved in an activity",
1355
1355
  "isDeprecated": false,
1356
1356
  "name": "vendor_collaborator_id"
1357
+ },
1358
+ {
1359
+ "deprecationReason": null,
1360
+ "description": "Device Categories",
1361
+ "isDeprecated": false,
1362
+ "name": "device_categories"
1363
+ },
1364
+ {
1365
+ "deprecationReason": null,
1366
+ "description": "Device Manufacturer",
1367
+ "isDeprecated": false,
1368
+ "name": "device_manufacturer"
1369
+ },
1370
+ {
1371
+ "deprecationReason": null,
1372
+ "description": "Device Model",
1373
+ "isDeprecated": false,
1374
+ "name": "device_model"
1375
+ },
1376
+ {
1377
+ "deprecationReason": null,
1378
+ "description": "Device OS Type",
1379
+ "isDeprecated": false,
1380
+ "name": "device_os_type"
1381
+ },
1382
+ {
1383
+ "deprecationReason": null,
1384
+ "description": "Device Type",
1385
+ "isDeprecated": false,
1386
+ "name": "device_type"
1357
1387
  }
1358
1388
  ],
1359
1389
  "fields": null,
@@ -2724,6 +2754,36 @@
2724
2754
  "description": "Shows the id of the target user involved in an activity",
2725
2755
  "isDeprecated": false,
2726
2756
  "name": "vendor_collaborator_id"
2757
+ },
2758
+ {
2759
+ "deprecationReason": null,
2760
+ "description": "Device Categories",
2761
+ "isDeprecated": false,
2762
+ "name": "device_categories"
2763
+ },
2764
+ {
2765
+ "deprecationReason": null,
2766
+ "description": "Device Manufacturer",
2767
+ "isDeprecated": false,
2768
+ "name": "device_manufacturer"
2769
+ },
2770
+ {
2771
+ "deprecationReason": null,
2772
+ "description": "Device Model",
2773
+ "isDeprecated": false,
2774
+ "name": "device_model"
2775
+ },
2776
+ {
2777
+ "deprecationReason": null,
2778
+ "description": "Device OS Type",
2779
+ "isDeprecated": false,
2780
+ "name": "device_os_type"
2781
+ },
2782
+ {
2783
+ "deprecationReason": null,
2784
+ "description": "Device Type",
2785
+ "isDeprecated": false,
2786
+ "name": "device_type"
2727
2787
  }
2728
2788
  ],
2729
2789
  "fields": null,
@@ -4310,6 +4370,36 @@
4310
4370
  "description": "Shows the id of the target user involved in an activity",
4311
4371
  "isDeprecated": false,
4312
4372
  "name": "vendor_collaborator_id"
4373
+ },
4374
+ {
4375
+ "deprecationReason": null,
4376
+ "description": "Device Categories",
4377
+ "isDeprecated": false,
4378
+ "name": "device_categories"
4379
+ },
4380
+ {
4381
+ "deprecationReason": null,
4382
+ "description": "Device Manufacturer",
4383
+ "isDeprecated": false,
4384
+ "name": "device_manufacturer"
4385
+ },
4386
+ {
4387
+ "deprecationReason": null,
4388
+ "description": "Device Model",
4389
+ "isDeprecated": false,
4390
+ "name": "device_model"
4391
+ },
4392
+ {
4393
+ "deprecationReason": null,
4394
+ "description": "Device OS Type",
4395
+ "isDeprecated": false,
4396
+ "name": "device_os_type"
4397
+ },
4398
+ {
4399
+ "deprecationReason": null,
4400
+ "description": "Device Type",
4401
+ "isDeprecated": false,
4402
+ "name": "device_type"
4313
4403
  }
4314
4404
  ],
4315
4405
  "fields": null,
@@ -5730,6 +5820,36 @@
5730
5820
  "description": "Shows the id of the target user involved in an activity",
5731
5821
  "isDeprecated": false,
5732
5822
  "name": "vendor_collaborator_id"
5823
+ },
5824
+ {
5825
+ "deprecationReason": null,
5826
+ "description": "Device Categories",
5827
+ "isDeprecated": false,
5828
+ "name": "device_categories"
5829
+ },
5830
+ {
5831
+ "deprecationReason": null,
5832
+ "description": "Device Manufacturer",
5833
+ "isDeprecated": false,
5834
+ "name": "device_manufacturer"
5835
+ },
5836
+ {
5837
+ "deprecationReason": null,
5838
+ "description": "Device Model",
5839
+ "isDeprecated": false,
5840
+ "name": "device_model"
5841
+ },
5842
+ {
5843
+ "deprecationReason": null,
5844
+ "description": "Device OS Type",
5845
+ "isDeprecated": false,
5846
+ "name": "device_os_type"
5847
+ },
5848
+ {
5849
+ "deprecationReason": null,
5850
+ "description": "Device Type",
5851
+ "isDeprecated": false,
5852
+ "name": "device_type"
5733
5853
  }
5734
5854
  ],
5735
5855
  "fields": null,
@@ -7100,6 +7220,36 @@
7100
7220
  "description": "Shows the id of the target user involved in an activity",
7101
7221
  "isDeprecated": false,
7102
7222
  "name": "vendor_collaborator_id"
7223
+ },
7224
+ {
7225
+ "deprecationReason": null,
7226
+ "description": "Device Categories",
7227
+ "isDeprecated": false,
7228
+ "name": "device_categories"
7229
+ },
7230
+ {
7231
+ "deprecationReason": null,
7232
+ "description": "Device Manufacturer",
7233
+ "isDeprecated": false,
7234
+ "name": "device_manufacturer"
7235
+ },
7236
+ {
7237
+ "deprecationReason": null,
7238
+ "description": "Device Model",
7239
+ "isDeprecated": false,
7240
+ "name": "device_model"
7241
+ },
7242
+ {
7243
+ "deprecationReason": null,
7244
+ "description": "Device OS Type",
7245
+ "isDeprecated": false,
7246
+ "name": "device_os_type"
7247
+ },
7248
+ {
7249
+ "deprecationReason": null,
7250
+ "description": "Device Type",
7251
+ "isDeprecated": false,
7252
+ "name": "device_type"
7103
7253
  }
7104
7254
  ],
7105
7255
  "fields": null,
@@ -8686,6 +8836,36 @@
8686
8836
  "description": "Shows the id of the target user involved in an activity",
8687
8837
  "isDeprecated": false,
8688
8838
  "name": "vendor_collaborator_id"
8839
+ },
8840
+ {
8841
+ "deprecationReason": null,
8842
+ "description": "Device Categories",
8843
+ "isDeprecated": false,
8844
+ "name": "device_categories"
8845
+ },
8846
+ {
8847
+ "deprecationReason": null,
8848
+ "description": "Device Manufacturer",
8849
+ "isDeprecated": false,
8850
+ "name": "device_manufacturer"
8851
+ },
8852
+ {
8853
+ "deprecationReason": null,
8854
+ "description": "Device Model",
8855
+ "isDeprecated": false,
8856
+ "name": "device_model"
8857
+ },
8858
+ {
8859
+ "deprecationReason": null,
8860
+ "description": "Device OS Type",
8861
+ "isDeprecated": false,
8862
+ "name": "device_os_type"
8863
+ },
8864
+ {
8865
+ "deprecationReason": null,
8866
+ "description": "Device Type",
8867
+ "isDeprecated": false,
8868
+ "name": "device_type"
8689
8869
  }
8690
8870
  ],
8691
8871
  "fields": null,