pycarlo 0.10.133__py3-none-any.whl → 0.10.134__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
@@ -162513,6 +162513,16 @@
162513
162513
  "ofType": null
162514
162514
  }
162515
162515
  },
162516
+ {
162517
+ "defaultValue": "false",
162518
+ "description": "Flag to apply additional limits which increase the supported segment count",
162519
+ "name": "highSegmentCount",
162520
+ "type": {
162521
+ "kind": "SCALAR",
162522
+ "name": "Boolean",
162523
+ "ofType": null
162524
+ }
162525
+ },
162516
162526
  {
162517
162527
  "defaultValue": "\"\"",
162518
162528
  "description": "Additional context for the monitor",
pycarlo/lib/schema.py CHANGED
@@ -35666,6 +35666,10 @@ class Mutation(sgqlc.types.Type):
35666
35666
  "filters",
35667
35667
  sgqlc.types.Arg(FilterGroupInput, graphql_name="filters", default=None),
35668
35668
  ),
35669
+ (
35670
+ "high_segment_count",
35671
+ sgqlc.types.Arg(Boolean, graphql_name="highSegmentCount", default=False),
35672
+ ),
35669
35673
  ("notes", sgqlc.types.Arg(String, graphql_name="notes", default="")),
35670
35674
  ("priority", sgqlc.types.Arg(String, graphql_name="priority", default=None)),
35671
35675
  (
@@ -35735,6 +35739,9 @@ class Mutation(sgqlc.types.Type):
35735
35739
  audiences for failures
35736
35740
  * `filters` (`FilterGroupInput`): Structured SQL filtering
35737
35741
  conditions to apply to query
35742
+ * `high_segment_count` (`Boolean`): Flag to apply additional
35743
+ limits which increase the supported segment count (default:
35744
+ `false`)
35738
35745
  * `notes` (`String`): Additional context for the monitor (default:
35739
35746
  `""`)
35740
35747
  * `priority` (`String`): The default priority for alerts involving
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.133
3
+ Version: 0.10.134
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=SuET1bxpfb7tmFOyrNSxlXs5oNkRWsFRxpccDTC4J9s,6157360
39
- pycarlo/lib/schema.py,sha256=Vu3FskDjk06-ZAYEQ6SZYx1jk3z8mp2D8JJfBF1WF88,2673628
40
- pycarlo-0.10.133.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.133.dist-info/METADATA,sha256=lqe-p3eg6uOCYUPBHDzzM-U6mOlRKxfGpUf-vBNs1Zg,8742
42
- pycarlo-0.10.133.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.133.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.133.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=3UpJ6j3efSwHPvUJ_po6PcYzm9qYpTFZ3rpuC3LLv5s,6157757
39
+ pycarlo/lib/schema.py,sha256=LbgCX9yQJ7SIoaZu2_56USwRySnp-rBme2-OF6E45DY,2673947
40
+ pycarlo-0.10.134.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.134.dist-info/METADATA,sha256=IzBbLysn7oLyJQykekHUBAQxIdgTo4TfvZmp8_G6JUg,8742
42
+ pycarlo-0.10.134.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.134.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.134.dist-info/RECORD,,