pycarlo 0.10.142__py3-none-any.whl → 0.10.143__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 +10 -0
- pycarlo/lib/schema.py +2 -0
- {pycarlo-0.10.142.dist-info → pycarlo-0.10.143.dist-info}/METADATA +1 -1
- {pycarlo-0.10.142.dist-info → pycarlo-0.10.143.dist-info}/RECORD +7 -7
- {pycarlo-0.10.142.dist-info → pycarlo-0.10.143.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.142.dist-info → pycarlo-0.10.143.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.142.dist-info → pycarlo-0.10.143.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -22207,6 +22207,16 @@
|
|
|
22207
22207
|
"name": "Int",
|
|
22208
22208
|
"ofType": null
|
|
22209
22209
|
}
|
|
22210
|
+
},
|
|
22211
|
+
{
|
|
22212
|
+
"defaultValue": null,
|
|
22213
|
+
"description": "Filter by monitor type",
|
|
22214
|
+
"name": "monitorType",
|
|
22215
|
+
"type": {
|
|
22216
|
+
"kind": "SCALAR",
|
|
22217
|
+
"name": "String",
|
|
22218
|
+
"ofType": null
|
|
22219
|
+
}
|
|
22210
22220
|
}
|
|
22211
22221
|
],
|
|
22212
22222
|
"deprecationReason": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -55887,6 +55887,7 @@ class Query(sgqlc.types.Type):
|
|
|
55887
55887
|
),
|
|
55888
55888
|
("field_type", sgqlc.types.Arg(FieldType, graphql_name="fieldType", default=None)),
|
|
55889
55889
|
("version", sgqlc.types.Arg(Int, graphql_name="version", default=None)),
|
|
55890
|
+
("monitor_type", sgqlc.types.Arg(String, graphql_name="monitorType", default=None)),
|
|
55890
55891
|
)
|
|
55891
55892
|
),
|
|
55892
55893
|
)
|
|
@@ -55901,6 +55902,7 @@ class Query(sgqlc.types.Type):
|
|
|
55901
55902
|
* `field_type` (`FieldType`): Field type for which to return field
|
|
55902
55903
|
metrics
|
|
55903
55904
|
* `version` (`Int`): Version of the monitor
|
|
55905
|
+
* `monitor_type` (`String`): Filter by monitor type
|
|
55904
55906
|
"""
|
|
55905
55907
|
|
|
55906
55908
|
get_comparison_monitor_field_metric_definitions = sgqlc.types.Field(
|
|
@@ -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=mDfANPJbodtD0qRy-tueUG8fpP2zuypQiB-XodhNX4I,6192451
|
|
39
|
+
pycarlo/lib/schema.py,sha256=mp4X0ILRE5AjHsOmuI8VWa94ZISDZUYvdWZsrIOmhr4,2689330
|
|
40
|
+
pycarlo-0.10.143.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.143.dist-info/METADATA,sha256=xo_3o_If06irwcsU2E9PzH33jVpVLY69XiAQ3lj1PWk,8742
|
|
42
|
+
pycarlo-0.10.143.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.143.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.143.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|