pycarlo 0.10.97__py3-none-any.whl → 0.10.98__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 +3 -7
- pycarlo/lib/schema.py +1 -1
- {pycarlo-0.10.97.dist-info → pycarlo-0.10.98.dist-info}/METADATA +1 -1
- {pycarlo-0.10.97.dist-info → pycarlo-0.10.98.dist-info}/RECORD +7 -7
- {pycarlo-0.10.97.dist-info → pycarlo-0.10.98.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.97.dist-info → pycarlo-0.10.98.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.97.dist-info → pycarlo-0.10.98.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -110608,13 +110608,9 @@
|
|
|
110608
110608
|
"isDeprecated": false,
|
|
110609
110609
|
"name": "nodeValue",
|
|
110610
110610
|
"type": {
|
|
110611
|
-
"kind": "
|
|
110612
|
-
"name":
|
|
110613
|
-
"ofType":
|
|
110614
|
-
"kind": "SCALAR",
|
|
110615
|
-
"name": "String",
|
|
110616
|
-
"ofType": null
|
|
110617
|
-
}
|
|
110611
|
+
"kind": "SCALAR",
|
|
110612
|
+
"name": "String",
|
|
110613
|
+
"ofType": null
|
|
110618
110614
|
}
|
|
110619
110615
|
},
|
|
110620
110616
|
{
|
pycarlo/lib/schema.py
CHANGED
|
@@ -12234,7 +12234,7 @@ class AgentLogNode(sgqlc.types.Type):
|
|
|
12234
12234
|
__field_names__ = ("node_name", "node_value", "child_nodes", "level", "count", "is_leaf")
|
|
12235
12235
|
node_name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="nodeName")
|
|
12236
12236
|
|
|
12237
|
-
node_value = sgqlc.types.Field(
|
|
12237
|
+
node_value = sgqlc.types.Field(String, graphql_name="nodeValue")
|
|
12238
12238
|
|
|
12239
12239
|
child_nodes = sgqlc.types.Field(
|
|
12240
12240
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("AgentLogNode"))),
|
|
@@ -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=W8pwGoULXxu1odJhHM5QkUk0h4mkqS6yW4-gJCNkw9g,6027355
|
|
39
|
+
pycarlo/lib/schema.py,sha256=BVab-UbMsz3QNgDRggzxrvFWw5srsVpgY3DAXdMaTXs,2602575
|
|
40
|
+
pycarlo-0.10.98.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.98.dist-info/METADATA,sha256=fsDSpUMTFtGSArW91MHbRbB4SLDXezdXzSNtDsIFOd8,8741
|
|
42
|
+
pycarlo-0.10.98.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.98.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.98.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|