pycarlo 0.10.81__py3-none-any.whl → 0.10.82__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 +6 -0
- {pycarlo-0.10.81.dist-info → pycarlo-0.10.82.dist-info}/METADATA +1 -1
- {pycarlo-0.10.81.dist-info → pycarlo-0.10.82.dist-info}/RECORD +7 -7
- {pycarlo-0.10.81.dist-info → pycarlo-0.10.82.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.81.dist-info → pycarlo-0.10.82.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.81.dist-info → pycarlo-0.10.82.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -26356,6 +26356,16 @@
|
|
|
26356
26356
|
"ofType": null
|
|
26357
26357
|
}
|
|
26358
26358
|
},
|
|
26359
|
+
{
|
|
26360
|
+
"defaultValue": null,
|
|
26361
|
+
"description": "Filter by monitored status if provided",
|
|
26362
|
+
"name": "isMonitored",
|
|
26363
|
+
"type": {
|
|
26364
|
+
"kind": "SCALAR",
|
|
26365
|
+
"name": "Boolean",
|
|
26366
|
+
"ofType": null
|
|
26367
|
+
}
|
|
26368
|
+
},
|
|
26359
26369
|
{
|
|
26360
26370
|
"defaultValue": "100",
|
|
26361
26371
|
"description": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -57010,6 +57010,10 @@ class Query(sgqlc.types.Type):
|
|
|
57010
57010
|
"search_full_table_id",
|
|
57011
57011
|
sgqlc.types.Arg(String, graphql_name="searchFullTableId", default=None),
|
|
57012
57012
|
),
|
|
57013
|
+
(
|
|
57014
|
+
"is_monitored",
|
|
57015
|
+
sgqlc.types.Arg(Boolean, graphql_name="isMonitored", default=None),
|
|
57016
|
+
),
|
|
57013
57017
|
("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=100)),
|
|
57014
57018
|
("offset", sgqlc.types.Arg(Int, graphql_name="offset", default=0)),
|
|
57015
57019
|
)
|
|
@@ -57029,6 +57033,8 @@ class Query(sgqlc.types.Type):
|
|
|
57029
57033
|
* `domain_restrictions` (`[UUID!]`)None
|
|
57030
57034
|
* `search` (`String`)None
|
|
57031
57035
|
* `search_full_table_id` (`String`)None
|
|
57036
|
+
* `is_monitored` (`Boolean`): Filter by monitored status if
|
|
57037
|
+
provided
|
|
57032
57038
|
* `limit` (`Int`)None (default: `100`)
|
|
57033
57039
|
* `offset` (`Int`)None (default: `0`)
|
|
57034
57040
|
"""
|
|
@@ -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=PAG7ecEvh0fKLu5WbgVFoo3uawDMUZvP5jA663sIjb4,6014319
|
|
39
|
+
pycarlo/lib/schema.py,sha256=BJdExOrl0n793oYCjxNL6XyNoE_JQJamYrEJDErz-vo,2597203
|
|
40
|
+
pycarlo-0.10.82.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.82.dist-info/METADATA,sha256=YeQYZVvUku5Y8PzESzKnL8302nHI6Uu9BCJwe5_w-0w,8741
|
|
42
|
+
pycarlo-0.10.82.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.82.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.82.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|