pycarlo 0.10.151__py3-none-any.whl → 0.10.152__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.151.dist-info → pycarlo-0.10.152.dist-info}/METADATA +1 -1
- {pycarlo-0.10.151.dist-info → pycarlo-0.10.152.dist-info}/RECORD +7 -7
- {pycarlo-0.10.151.dist-info → pycarlo-0.10.152.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.151.dist-info → pycarlo-0.10.152.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.151.dist-info → pycarlo-0.10.152.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -118226,6 +118226,12 @@
|
|
|
118226
118226
|
"description": "size_collection_disabled",
|
|
118227
118227
|
"isDeprecated": false,
|
|
118228
118228
|
"name": "SIZE_COLLECTION_DISABLED"
|
|
118229
|
+
},
|
|
118230
|
+
{
|
|
118231
|
+
"deprecationReason": null,
|
|
118232
|
+
"description": "deprecated_job_type",
|
|
118233
|
+
"isDeprecated": false,
|
|
118234
|
+
"name": "DEPRECATED_JOB_TYPE"
|
|
118229
118235
|
}
|
|
118230
118236
|
],
|
|
118231
118237
|
"fields": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -1408,6 +1408,7 @@ class DataCollectorScheduleModelDeleteReason(sgqlc.types.Enum):
|
|
|
1408
1408
|
"""Enumeration Choices:
|
|
1409
1409
|
|
|
1410
1410
|
* `CONNECTION_DELETED`: connection_deleted
|
|
1411
|
+
* `DEPRECATED_JOB_TYPE`: deprecated_job_type
|
|
1411
1412
|
* `MONITOR_DELETED`: monitor_deleted
|
|
1412
1413
|
* `NO_COLLECTOR`: no_collector
|
|
1413
1414
|
* `RULE_DELETED`: rule_deleted
|
|
@@ -1417,6 +1418,7 @@ class DataCollectorScheduleModelDeleteReason(sgqlc.types.Enum):
|
|
|
1417
1418
|
__schema__ = schema
|
|
1418
1419
|
__choices__ = (
|
|
1419
1420
|
"CONNECTION_DELETED",
|
|
1421
|
+
"DEPRECATED_JOB_TYPE",
|
|
1420
1422
|
"MONITOR_DELETED",
|
|
1421
1423
|
"NO_COLLECTOR",
|
|
1422
1424
|
"RULE_DELETED",
|
|
@@ -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=HJZw6Lgnat5vdzhMe4q_4aWkjMDA-sjuTWboeGD6gMw,6212672
|
|
39
|
+
pycarlo/lib/schema.py,sha256=Y47bfP1n3Ccsuj3LTIpIaMcZzNdPPuyT1mHxIiEWYLM,2696564
|
|
40
|
+
pycarlo-0.10.152.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.152.dist-info/METADATA,sha256=Uk3xGXi7IyWhIzMogmA44qCPsLCg6bwWDNnHXWwKGig,8742
|
|
42
|
+
pycarlo-0.10.152.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.152.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.152.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|