pycarlo 0.10.92__py3-none-any.whl → 0.10.93__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 +1 -1
- pycarlo/lib/schema.py +3 -3
- {pycarlo-0.10.92.dist-info → pycarlo-0.10.93.dist-info}/METADATA +1 -1
- {pycarlo-0.10.92.dist-info → pycarlo-0.10.93.dist-info}/RECORD +7 -7
- {pycarlo-0.10.92.dist-info → pycarlo-0.10.93.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.92.dist-info → pycarlo-0.10.93.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.92.dist-info → pycarlo-0.10.93.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -26448,7 +26448,7 @@
|
|
|
26448
26448
|
{
|
|
26449
26449
|
"defaultValue": null,
|
|
26450
26450
|
"description": null,
|
|
26451
|
-
"name": "
|
|
26451
|
+
"name": "rankByDatabaseSchema",
|
|
26452
26452
|
"type": {
|
|
26453
26453
|
"kind": "SCALAR",
|
|
26454
26454
|
"name": "String",
|
pycarlo/lib/schema.py
CHANGED
|
@@ -57096,8 +57096,8 @@ class Query(sgqlc.types.Type):
|
|
|
57096
57096
|
),
|
|
57097
57097
|
("search", sgqlc.types.Arg(String, graphql_name="search", default=None)),
|
|
57098
57098
|
(
|
|
57099
|
-
"
|
|
57100
|
-
sgqlc.types.Arg(String, graphql_name="
|
|
57099
|
+
"rank_by_database_schema",
|
|
57100
|
+
sgqlc.types.Arg(String, graphql_name="rankByDatabaseSchema", default=None),
|
|
57101
57101
|
),
|
|
57102
57102
|
(
|
|
57103
57103
|
"search_full_table_id",
|
|
@@ -57125,7 +57125,7 @@ class Query(sgqlc.types.Type):
|
|
|
57125
57125
|
* `filter_by_schema_name` (`String`)None
|
|
57126
57126
|
* `domain_restrictions` (`[UUID!]`)None
|
|
57127
57127
|
* `search` (`String`)None
|
|
57128
|
-
* `
|
|
57128
|
+
* `rank_by_database_schema` (`String`)None
|
|
57129
57129
|
* `search_full_table_id` (`String`)None
|
|
57130
57130
|
* `is_monitored` (`Boolean`): Filter by monitored status if
|
|
57131
57131
|
provided
|
|
@@ -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=kqzrzymYyNjCeUlr8mjUAvxi98ZFIHoXSLsp3543clk,6022887
|
|
39
|
+
pycarlo/lib/schema.py,sha256=s-cPiuk0DXUUN5g1i3OYhMo573nwrtHqLXyWMLbTFqo,2601496
|
|
40
|
+
pycarlo-0.10.93.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.93.dist-info/METADATA,sha256=vwgLaQVjE3oqF_OXezMKbsEemhYVYZhbCZYK38-pldg,8741
|
|
42
|
+
pycarlo-0.10.93.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.93.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.93.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|