pycarlo 0.10.139__py3-none-any.whl → 0.10.140__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 CHANGED
@@ -98486,6 +98486,30 @@
98486
98486
  }
98487
98487
  }
98488
98488
  },
98489
+ {
98490
+ "args": [],
98491
+ "deprecationReason": null,
98492
+ "description": null,
98493
+ "isDeprecated": false,
98494
+ "name": "mconCoverageDistribution",
98495
+ "type": {
98496
+ "kind": "NON_NULL",
98497
+ "name": null,
98498
+ "ofType": {
98499
+ "kind": "LIST",
98500
+ "name": null,
98501
+ "ofType": {
98502
+ "kind": "NON_NULL",
98503
+ "name": null,
98504
+ "ofType": {
98505
+ "kind": "OBJECT",
98506
+ "name": "MconCountPair",
98507
+ "ofType": null
98508
+ }
98509
+ }
98510
+ }
98511
+ }
98512
+ },
98489
98513
  {
98490
98514
  "args": [],
98491
98515
  "deprecationReason": null,
pycarlo/lib/schema.py CHANGED
@@ -15423,6 +15423,7 @@ class ConversionResult(sgqlc.types.Type):
15423
15423
  "monitored_tables_count",
15424
15424
  "selected_tables_count",
15425
15425
  "top_multicovered_mcons_by_monitor_count",
15426
+ "mcon_coverage_distribution",
15426
15427
  "sample_covered_not_monitored",
15427
15428
  "sample_monitored_not_covered",
15428
15429
  "mcons_covered_by_table_monitor_audiences",
@@ -15498,6 +15499,11 @@ class ConversionResult(sgqlc.types.Type):
15498
15499
  graphql_name="topMulticoveredMconsByMonitorCount",
15499
15500
  )
15500
15501
 
15502
+ mcon_coverage_distribution = sgqlc.types.Field(
15503
+ sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconCountPair"))),
15504
+ graphql_name="mconCoverageDistribution",
15505
+ )
15506
+
15501
15507
  sample_covered_not_monitored = sgqlc.types.Field(
15502
15508
  sgqlc.types.non_null(sgqlc.types.list_of(sgqlc.types.non_null("MconMonitorPair"))),
15503
15509
  graphql_name="sampleCoveredNotMonitored",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.139
3
+ Version: 0.10.140
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -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=Xq3cNun8yT_Lfo66QiAv4V6ofWUk6LQY3x7Z53fUevU,6181534
39
- pycarlo/lib/schema.py,sha256=hN-3o74UEkSeU8S7iJU1kokaJ5TorAfTZsU9WTAqTY8,2684688
40
- pycarlo-0.10.139.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.139.dist-info/METADATA,sha256=a4xgQQFY3h1FbVDSqYg9QWBdKNiJ1SP8WMs0uFYFgGA,8742
42
- pycarlo-0.10.139.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.139.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.139.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=nN5db0fEI8vcr1M4P_wXGHjf3KCcCQadosntuT1IVFQ,6182272
39
+ pycarlo/lib/schema.py,sha256=8GzlhYuT-RHpBZoCZv9_6FjDv5R3a6sIwq0YcTHs52M,2684924
40
+ pycarlo-0.10.140.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.140.dist-info/METADATA,sha256=XE0Kl7747jAFMh5BlD5knYCDOmJch3XinMkXtUjDEsw,8742
42
+ pycarlo-0.10.140.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.140.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.140.dist-info/RECORD,,