pycarlo 0.10.87__py3-none-any.whl → 0.10.88__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
@@ -26411,6 +26411,16 @@
26411
26411
  "ofType": null
26412
26412
  }
26413
26413
  },
26414
+ {
26415
+ "defaultValue": null,
26416
+ "description": null,
26417
+ "name": "searchDatabaseSchema",
26418
+ "type": {
26419
+ "kind": "SCALAR",
26420
+ "name": "String",
26421
+ "ofType": null
26422
+ }
26423
+ },
26414
26424
  {
26415
26425
  "defaultValue": null,
26416
26426
  "description": null,
pycarlo/lib/schema.py CHANGED
@@ -57067,6 +57067,10 @@ class Query(sgqlc.types.Type):
57067
57067
  ),
57068
57068
  ),
57069
57069
  ("search", sgqlc.types.Arg(String, graphql_name="search", default=None)),
57070
+ (
57071
+ "search_database_schema",
57072
+ sgqlc.types.Arg(String, graphql_name="searchDatabaseSchema", default=None),
57073
+ ),
57070
57074
  (
57071
57075
  "search_full_table_id",
57072
57076
  sgqlc.types.Arg(String, graphql_name="searchFullTableId", default=None),
@@ -57093,6 +57097,7 @@ class Query(sgqlc.types.Type):
57093
57097
  * `filter_by_schema_name` (`String`)None
57094
57098
  * `domain_restrictions` (`[UUID!]`)None
57095
57099
  * `search` (`String`)None
57100
+ * `search_database_schema` (`String`)None
57096
57101
  * `search_full_table_id` (`String`)None
57097
57102
  * `is_monitored` (`Boolean`): Filter by monitored status if
57098
57103
  provided
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.87
3
+ Version: 0.10.88
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=LlQFFwXCc1DVSHxh_g8TljPEntET9eTYPpY1-ZFumFY,6018753
39
- pycarlo/lib/schema.py,sha256=ZNd20i2KnoCu8OEva_-FmIdfzLzK9K7unby0YmbV1Os,2599441
40
- pycarlo-0.10.87.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.87.dist-info/METADATA,sha256=hgvI6tJPiKavFx-k9Sp2BMGrgWI6IcYs2wUjsFjiWJY,8741
42
- pycarlo-0.10.87.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.87.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.87.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=2nhpFo88Zfered07w2XzCssn_BC8-J7kcnVtKg0WNok,6019078
39
+ pycarlo/lib/schema.py,sha256=YvuAYG35pnK8ffgCU74u6T8AdkrXkspRlIgq6RLNlV8,2599666
40
+ pycarlo-0.10.88.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.88.dist-info/METADATA,sha256=vONB6OCybbWsj3rIJB90M3IDtq8vQd5nJU0uBKEKCa4,8741
42
+ pycarlo-0.10.88.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.88.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.88.dist-info/RECORD,,