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 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
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.81
3
+ Version: 0.10.82
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=3t9hdP4k7Uu2GAftWuD3WTWMfI9W6Lep7UN8VOLNyFo,6013966
39
- pycarlo/lib/schema.py,sha256=7lSdds6GOc2mbzVz91C4n2gZYcAuCF_kbI5kSnAnRkw,2596963
40
- pycarlo-0.10.81.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.81.dist-info/METADATA,sha256=i5uRSFqzqvRKZHFi5ccHb9Bj5wqNeOycYncrPYwP3OA,8741
42
- pycarlo-0.10.81.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.81.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.81.dist-info/RECORD,,
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,,