pycarlo 0.10.122__py3-none-any.whl → 0.10.123__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 +12 -0
- pycarlo/lib/schema.py +4 -0
- {pycarlo-0.10.122.dist-info → pycarlo-0.10.123.dist-info}/METADATA +1 -1
- {pycarlo-0.10.122.dist-info → pycarlo-0.10.123.dist-info}/RECORD +7 -7
- {pycarlo-0.10.122.dist-info → pycarlo-0.10.123.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.122.dist-info → pycarlo-0.10.123.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.122.dist-info → pycarlo-0.10.123.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -63899,6 +63899,18 @@
|
|
|
63899
63899
|
"ofType": null
|
|
63900
63900
|
}
|
|
63901
63901
|
}
|
|
63902
|
+
},
|
|
63903
|
+
{
|
|
63904
|
+
"args": [],
|
|
63905
|
+
"deprecationReason": null,
|
|
63906
|
+
"description": "URL of the alert",
|
|
63907
|
+
"isDeprecated": false,
|
|
63908
|
+
"name": "url",
|
|
63909
|
+
"type": {
|
|
63910
|
+
"kind": "SCALAR",
|
|
63911
|
+
"name": "String",
|
|
63912
|
+
"ofType": null
|
|
63913
|
+
}
|
|
63902
63914
|
}
|
|
63903
63915
|
],
|
|
63904
63916
|
"inputFields": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -67916,6 +67916,7 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
|
|
|
67916
67916
|
"feedback",
|
|
67917
67917
|
"name",
|
|
67918
67918
|
"uuid",
|
|
67919
|
+
"url",
|
|
67919
67920
|
)
|
|
67920
67921
|
title = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="title")
|
|
67921
67922
|
|
|
@@ -67975,6 +67976,9 @@ class Alert(sgqlc.types.Type, NodeWithUUID):
|
|
|
67975
67976
|
uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="uuid")
|
|
67976
67977
|
"""DEPRECATED. Use id instead"""
|
|
67977
67978
|
|
|
67979
|
+
url = sgqlc.types.Field(String, graphql_name="url")
|
|
67980
|
+
"""URL of the alert"""
|
|
67981
|
+
|
|
67978
67982
|
|
|
67979
67983
|
class AssetFilterActivityRead(sgqlc.types.Type, AssetFilterInterface):
|
|
67980
67984
|
__schema__ = schema
|
|
@@ -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=Apq4QaY760rarLnsBTwH6qIIpmFE2CSTjLP2ZggnP-Y,6145946
|
|
39
|
+
pycarlo/lib/schema.py,sha256=gzF92vOs-VzkmG3BWdHz5Vdk-WXrwfHo-IeRjTOKj7U,2668493
|
|
40
|
+
pycarlo-0.10.123.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.123.dist-info/METADATA,sha256=Pse-E4hvIp7Rq1ZRJz3Yv_kFWdeyCua_O-axtwvxd2o,8742
|
|
42
|
+
pycarlo-0.10.123.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.123.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.123.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|