pycarlo 0.10.56__py3-none-any.whl → 0.10.57__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.
- pycarlo/lib/schema.json +7 -3
- pycarlo/lib/schema.py +3 -1
- {pycarlo-0.10.56.dist-info → pycarlo-0.10.57.dist-info}/METADATA +1 -1
- {pycarlo-0.10.56.dist-info → pycarlo-0.10.57.dist-info}/RECORD +7 -7
- {pycarlo-0.10.56.dist-info → pycarlo-0.10.57.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.56.dist-info → pycarlo-0.10.57.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.56.dist-info → pycarlo-0.10.57.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -28916,9 +28916,13 @@
|
|
|
28916
28916
|
"kind": "LIST",
|
|
28917
28917
|
"name": null,
|
|
28918
28918
|
"ofType": {
|
|
28919
|
-
"kind": "
|
|
28920
|
-
"name":
|
|
28921
|
-
"ofType":
|
|
28919
|
+
"kind": "NON_NULL",
|
|
28920
|
+
"name": null,
|
|
28921
|
+
"ofType": {
|
|
28922
|
+
"kind": "OBJECT",
|
|
28923
|
+
"name": "TagInfoOutput",
|
|
28924
|
+
"ofType": null
|
|
28925
|
+
}
|
|
28922
28926
|
}
|
|
28923
28927
|
}
|
|
28924
28928
|
}
|
pycarlo/lib/schema.py
CHANGED
|
@@ -22739,7 +22739,9 @@ class ListMonitorTagsOutput(sgqlc.types.Type):
|
|
|
22739
22739
|
total_count = sgqlc.types.Field(Int, graphql_name="totalCount")
|
|
22740
22740
|
"""Total count of the monitor tags in a user's account."""
|
|
22741
22741
|
|
|
22742
|
-
tags = sgqlc.types.Field(
|
|
22742
|
+
tags = sgqlc.types.Field(
|
|
22743
|
+
sgqlc.types.list_of(sgqlc.types.non_null("TagInfoOutput")), graphql_name="tags"
|
|
22744
|
+
)
|
|
22743
22745
|
"""Monitor Tags list."""
|
|
22744
22746
|
|
|
22745
22747
|
|
|
@@ -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=UcvM_ehxVJHezl9ueldD9mvdGbyA9JryUryuiIWm7lU,5983757
|
|
39
|
+
pycarlo/lib/schema.py,sha256=_moOMk8TWvabSyUyzvBw1G6aKwa4yUh1vDAJgbLcSFE,2587489
|
|
40
|
+
pycarlo-0.10.57.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.57.dist-info/METADATA,sha256=gAhcxr6Z0y92ba_5uhMs8w_2gwFmC-ZrLUkxi_Aokf0,8741
|
|
42
|
+
pycarlo-0.10.57.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.57.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.57.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|