pycarlo 0.10.64__py3-none-any.whl → 0.10.65__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.64.dist-info → pycarlo-0.10.65.dist-info}/METADATA +1 -1
- {pycarlo-0.10.64.dist-info → pycarlo-0.10.65.dist-info}/RECORD +7 -7
- {pycarlo-0.10.64.dist-info → pycarlo-0.10.65.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.64.dist-info → pycarlo-0.10.65.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.64.dist-info → pycarlo-0.10.65.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -94364,7 +94364,7 @@
|
|
|
94364
94364
|
"deprecationReason": null,
|
|
94365
94365
|
"description": null,
|
|
94366
94366
|
"isDeprecated": false,
|
|
94367
|
-
"name": "
|
|
94367
|
+
"name": "topMulticoveredMconsByMonitorCount",
|
|
94368
94368
|
"type": {
|
|
94369
94369
|
"kind": "NON_NULL",
|
|
94370
94370
|
"name": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -14974,7 +14974,7 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
14974
14974
|
"converted_monitor_uuids",
|
|
14975
14975
|
"monitored_tables_count",
|
|
14976
14976
|
"selected_tables_count",
|
|
14977
|
-
"
|
|
14977
|
+
"top_multicovered_mcons_by_monitor_count",
|
|
14978
14978
|
"sample_covered_not_monitored",
|
|
14979
14979
|
"sample_monitored_not_covered",
|
|
14980
14980
|
"mcons_covered_by_table_monitor_audiences",
|
|
@@ -15045,9 +15045,9 @@ class ConversionResult(sgqlc.types.Type):
|
|
|
15045
15045
|
|
|
15046
15046
|
selected_tables_count = sgqlc.types.Field(Int, graphql_name="selectedTablesCount")
|
|
15047
15047
|
|
|
15048
|
-
|
|
15048
|
+
top_multicovered_mcons_by_monitor_count = sgqlc.types.Field(
|
|
15049
15049
|
sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconCountPair"))),
|
|
15050
|
-
graphql_name="
|
|
15050
|
+
graphql_name="topMulticoveredMconsByMonitorCount",
|
|
15051
15051
|
)
|
|
15052
15052
|
|
|
15053
15053
|
sample_covered_not_monitored = 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=zZt_ILGQ6rgD2b17W32UDdphleHuS4MJqfsaiupDj4A,5975541
|
|
39
|
+
pycarlo/lib/schema.py,sha256=5Tj_X7Rl_h1NYBX_7kFTxO87xOh-89U5Jg5nM_sjv8w,2582220
|
|
40
|
+
pycarlo-0.10.65.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.65.dist-info/METADATA,sha256=RhsyRg_Ll43qNfZrfXzwQiazqSSb8QSFpjMsOAjfLsM,8741
|
|
42
|
+
pycarlo-0.10.65.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.65.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.65.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|