pycarlo 0.10.94__py3-none-any.whl → 0.10.95__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
@@ -139506,6 +139506,22 @@
139506
139506
  }
139507
139507
  }
139508
139508
  },
139509
+ {
139510
+ "args": [],
139511
+ "deprecationReason": null,
139512
+ "description": null,
139513
+ "isDeprecated": false,
139514
+ "name": "countDatabaseSchema",
139515
+ "type": {
139516
+ "kind": "NON_NULL",
139517
+ "name": null,
139518
+ "ofType": {
139519
+ "kind": "SCALAR",
139520
+ "name": "Int",
139521
+ "ofType": null
139522
+ }
139523
+ }
139524
+ },
139509
139525
  {
139510
139526
  "args": [],
139511
139527
  "deprecationReason": null,
pycarlo/lib/schema.py CHANGED
@@ -12879,7 +12879,16 @@ class AssetSelection(sgqlc.types.Type):
12879
12879
 
12880
12880
  class AssetSelectionResult(sgqlc.types.Type):
12881
12881
  __schema__ = schema
12882
- __field_names__ = ("name", "id", "type", "count", "count_unselected", "selected", "mcon")
12882
+ __field_names__ = (
12883
+ "name",
12884
+ "id",
12885
+ "type",
12886
+ "count",
12887
+ "count_unselected",
12888
+ "count_database_schema",
12889
+ "selected",
12890
+ "mcon",
12891
+ )
12883
12892
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
12884
12893
 
12885
12894
  id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="id")
@@ -12890,6 +12899,10 @@ class AssetSelectionResult(sgqlc.types.Type):
12890
12899
 
12891
12900
  count_unselected = sgqlc.types.Field(sgqlc.types.non_null(Int), graphql_name="countUnselected")
12892
12901
 
12902
+ count_database_schema = sgqlc.types.Field(
12903
+ sgqlc.types.non_null(Int), graphql_name="countDatabaseSchema"
12904
+ )
12905
+
12893
12906
  selected = sgqlc.types.Field(sgqlc.types.non_null(Boolean), graphql_name="selected")
12894
12907
 
12895
12908
  mcon = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="mcon")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.94
3
+ Version: 0.10.95
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=5rkvVFPWwv5GVsoCUSlihOxTtRT570dl9gqk8MSvNBY,6023926
39
- pycarlo/lib/schema.py,sha256=lE_UbvwKv9s0stLrjUQvbFivrjSf-kj_srEpEgWOnZs,2601625
40
- pycarlo-0.10.94.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.94.dist-info/METADATA,sha256=Bjv4VSS8Gkvo4kqBStL8jim_Y55Tv_y7RGO9YxtZ1E4,8741
42
- pycarlo-0.10.94.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.94.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.94.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=MQ4vroqTCbB1ac2Yuv8-iMA8AxvqclqVZz04PMliKqQ,6024393
39
+ pycarlo/lib/schema.py,sha256=Bv6opav0h5NfzJKqYPWBYRk04n_gmbb31LNC98azHYk,2601845
40
+ pycarlo-0.10.95.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.95.dist-info/METADATA,sha256=T0EEvCR64sHHBFYskyZ5IWTKTV6Zq5kI04_npIcqB-Q,8741
42
+ pycarlo-0.10.95.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.95.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.95.dist-info/RECORD,,