pycarlo 0.10.84__py3-none-any.whl → 0.10.85__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.84.dist-info → pycarlo-0.10.85.dist-info}/METADATA +1 -1
- {pycarlo-0.10.84.dist-info → pycarlo-0.10.85.dist-info}/RECORD +7 -7
- {pycarlo-0.10.84.dist-info → pycarlo-0.10.85.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.84.dist-info → pycarlo-0.10.85.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.84.dist-info → pycarlo-0.10.85.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -59926,6 +59926,18 @@
|
|
|
59926
59926
|
"name": "Boolean",
|
|
59927
59927
|
"ofType": null
|
|
59928
59928
|
}
|
|
59929
|
+
},
|
|
59930
|
+
{
|
|
59931
|
+
"args": [],
|
|
59932
|
+
"deprecationReason": null,
|
|
59933
|
+
"description": "Human-readable description of the event",
|
|
59934
|
+
"isDeprecated": false,
|
|
59935
|
+
"name": "description",
|
|
59936
|
+
"type": {
|
|
59937
|
+
"kind": "SCALAR",
|
|
59938
|
+
"name": "String",
|
|
59939
|
+
"ofType": null
|
|
59940
|
+
}
|
|
59929
59941
|
}
|
|
59930
59942
|
],
|
|
59931
59943
|
"inputFields": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -70202,6 +70202,7 @@ class Event(sgqlc.types.Type, Node):
|
|
|
70202
70202
|
"mc_sql",
|
|
70203
70203
|
"source_sql",
|
|
70204
70204
|
"is_merged",
|
|
70205
|
+
"description",
|
|
70205
70206
|
)
|
|
70206
70207
|
event_type = sgqlc.types.Field(
|
|
70207
70208
|
sgqlc.types.non_null(EventModelEventType), graphql_name="eventType"
|
|
@@ -70334,6 +70335,9 @@ class Event(sgqlc.types.Type, Node):
|
|
|
70334
70335
|
merged into the alert currently associated to this event.
|
|
70335
70336
|
"""
|
|
70336
70337
|
|
|
70338
|
+
description = sgqlc.types.Field(String, graphql_name="description")
|
|
70339
|
+
"""Human-readable description of the event"""
|
|
70340
|
+
|
|
70337
70341
|
|
|
70338
70342
|
class EventDataIncidentCommentTimeline(sgqlc.types.Type, IEventDataBaseTimeline):
|
|
70339
70343
|
__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=3ysxs49bKFw59w33DIzrtgwRMQe9IEsgnhqwfk-yJGA,6015569
|
|
39
|
+
pycarlo/lib/schema.py,sha256=92MUS6jjuo6_TZYfNzgEUVsbkgZY2htTyvHbDF8q-p8,2597661
|
|
40
|
+
pycarlo-0.10.85.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.85.dist-info/METADATA,sha256=33ZGnj3_14kz73WgsYWnWLNofRsZXjbEK4dKCiqRlkI,8741
|
|
42
|
+
pycarlo-0.10.85.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.85.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.85.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|