pycarlo 0.10.172__py3-none-any.whl → 0.10.173__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 pycarlo might be problematic. Click here for more details.
- pycarlo/lib/schema.json +6 -0
- pycarlo/lib/schema.py +2 -0
- {pycarlo-0.10.172.dist-info → pycarlo-0.10.173.dist-info}/METADATA +1 -1
- {pycarlo-0.10.172.dist-info → pycarlo-0.10.173.dist-info}/RECORD +7 -7
- {pycarlo-0.10.172.dist-info → pycarlo-0.10.173.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.172.dist-info → pycarlo-0.10.173.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.172.dist-info → pycarlo-0.10.173.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -119364,6 +119364,12 @@
|
|
|
119364
119364
|
{
|
|
119365
119365
|
"description": null,
|
|
119366
119366
|
"enumValues": [
|
|
119367
|
+
{
|
|
119368
|
+
"deprecationReason": null,
|
|
119369
|
+
"description": "no_agent",
|
|
119370
|
+
"isDeprecated": false,
|
|
119371
|
+
"name": "NO_AGENT"
|
|
119372
|
+
},
|
|
119367
119373
|
{
|
|
119368
119374
|
"deprecationReason": null,
|
|
119369
119375
|
"description": "no_collector",
|
pycarlo/lib/schema.py
CHANGED
|
@@ -1428,6 +1428,7 @@ class DataCollectorScheduleModelDeleteReason(sgqlc.types.Enum):
|
|
|
1428
1428
|
* `CONNECTION_DELETED`: connection_deleted
|
|
1429
1429
|
* `DEPRECATED_JOB_TYPE`: deprecated_job_type
|
|
1430
1430
|
* `MONITOR_DELETED`: monitor_deleted
|
|
1431
|
+
* `NO_AGENT`: no_agent
|
|
1431
1432
|
* `NO_COLLECTOR`: no_collector
|
|
1432
1433
|
* `RULE_DELETED`: rule_deleted
|
|
1433
1434
|
* `SIZE_COLLECTION_DISABLED`: size_collection_disabled
|
|
@@ -1438,6 +1439,7 @@ class DataCollectorScheduleModelDeleteReason(sgqlc.types.Enum):
|
|
|
1438
1439
|
"CONNECTION_DELETED",
|
|
1439
1440
|
"DEPRECATED_JOB_TYPE",
|
|
1440
1441
|
"MONITOR_DELETED",
|
|
1442
|
+
"NO_AGENT",
|
|
1441
1443
|
"NO_COLLECTOR",
|
|
1442
1444
|
"RULE_DELETED",
|
|
1443
1445
|
"SIZE_COLLECTION_DISABLED",
|
|
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
|
|
|
35
35
|
pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
|
|
36
36
|
pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
|
|
37
37
|
pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
|
-
pycarlo/lib/schema.json,sha256=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
38
|
+
pycarlo/lib/schema.json,sha256=qtRrpmMo6-7fPVzoKk0cT6UKBl3VutaPwsvXkAhZUmU,6271471
|
|
39
|
+
pycarlo/lib/schema.py,sha256=y41CYz2AHSvvlB_JB97Oww-XH9J-oskbovm2nGYABCQ,2726535
|
|
40
|
+
pycarlo-0.10.173.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.173.dist-info/METADATA,sha256=FlwMlp1STaqW2Ro_KOOc6fS8GTIuxzgk1ubvQXkG-fs,8742
|
|
42
|
+
pycarlo-0.10.173.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.173.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.173.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|