pycarlo 0.10.229__py3-none-any.whl → 0.10.230__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 +1 -1
- pycarlo/lib/schema.py +1 -1
- {pycarlo-0.10.229.dist-info → pycarlo-0.10.230.dist-info}/METADATA +1 -1
- {pycarlo-0.10.229.dist-info → pycarlo-0.10.230.dist-info}/RECORD +7 -7
- {pycarlo-0.10.229.dist-info → pycarlo-0.10.230.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.229.dist-info → pycarlo-0.10.230.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.229.dist-info → pycarlo-0.10.230.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -61263,7 +61263,7 @@
|
|
|
61263
61263
|
"name": "invalidRows",
|
|
61264
61264
|
"type": {
|
|
61265
61265
|
"kind": "SCALAR",
|
|
61266
|
-
"name": "
|
|
61266
|
+
"name": "String",
|
|
61267
61267
|
"ofType": null
|
|
61268
61268
|
}
|
|
61269
61269
|
},
|
pycarlo/lib/schema.py
CHANGED
|
@@ -71305,7 +71305,7 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
|
|
|
71305
71305
|
)
|
|
71306
71306
|
"""Monitor tags associated with the alert"""
|
|
71307
71307
|
|
|
71308
|
-
invalid_rows = sgqlc.types.Field(
|
|
71308
|
+
invalid_rows = sgqlc.types.Field(String, graphql_name="invalidRows")
|
|
71309
71309
|
"""Number of invalid rows of a breached monitor if available"""
|
|
71310
71310
|
|
|
71311
71311
|
domains = sgqlc.types.Field(sgqlc.types.list_of(DomainRef), graphql_name="domains")
|
|
@@ -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=TQpC64vne6ErWMxgbmUAtrKT0a1pqv61UvgAMIlWCD0,6447713
|
|
39
|
+
pycarlo/lib/schema.py,sha256=szw1Wr6tXIO4iKgx-BokXff0P_muPlMiDmtpFwKFr1Y,2802008
|
|
40
|
+
pycarlo-0.10.230.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.230.dist-info/METADATA,sha256=SvgLu7cVg-V2CVG3V0_GCJiwlRoJLYEJxNvsgKY0WKo,8742
|
|
42
|
+
pycarlo-0.10.230.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.230.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.230.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|