pycarlo 0.10.174__py3-none-any.whl → 0.10.175__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
@@ -1048,16 +1048,20 @@
1048
1048
  {
1049
1049
  "args": [],
1050
1050
  "deprecationReason": null,
1051
- "description": "(experimental) gets all available transform functions",
1051
+ "description": "(experimental) Gets all available transform functions",
1052
1052
  "isDeprecated": false,
1053
1053
  "name": "getTransformFunctions",
1054
1054
  "type": {
1055
1055
  "kind": "LIST",
1056
1056
  "name": null,
1057
1057
  "ofType": {
1058
- "kind": "OBJECT",
1059
- "name": "TransformFunction",
1060
- "ofType": null
1058
+ "kind": "NON_NULL",
1059
+ "name": null,
1060
+ "ofType": {
1061
+ "kind": "OBJECT",
1062
+ "name": "TransformFunction",
1063
+ "ofType": null
1064
+ }
1061
1065
  }
1062
1066
  }
1063
1067
  },
pycarlo/lib/schema.py CHANGED
@@ -44968,9 +44968,10 @@ class Query(sgqlc.types.Type):
44968
44968
  )
44969
44969
 
44970
44970
  get_transform_functions = sgqlc.types.Field(
44971
- sgqlc.types.list_of("TransformFunction"), graphql_name="getTransformFunctions"
44971
+ sgqlc.types.list_of(sgqlc.types.non_null("TransformFunction")),
44972
+ graphql_name="getTransformFunctions",
44972
44973
  )
44973
- """(experimental) gets all available transform functions"""
44974
+ """(experimental) Gets all available transform functions"""
44974
44975
 
44975
44976
  run_custom_query = sgqlc.types.Field(
44976
44977
  "SQLResponse",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.174
3
+ Version: 0.10.175
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=XGVCz7krUzxeVekbRDMKsevazg0BXBmBN97DRDfN8l0,6272441
39
- pycarlo/lib/schema.py,sha256=SaltGtj53QUNVnxPezeko_DbXm-V_ZZVzF7rOpcxOW8,2726847
40
- pycarlo-0.10.174.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.174.dist-info/METADATA,sha256=moi7Oj8G6k_2uoRuHhOTwsfnp2DdT-qSAg2yJe4_mTA,8742
42
- pycarlo-0.10.174.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.174.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.174.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=pFIhtPYapQdGz6Y5R3UoXEg9ksNCsWwJsfMf7df4flM,6272567
39
+ pycarlo/lib/schema.py,sha256=DVUWlqR_VL7qBdU_8F8ZCsVQlPxh5gEQhiO1HnPEFBE,2726878
40
+ pycarlo-0.10.175.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.175.dist-info/METADATA,sha256=h3pMrcUY-Hzs-pOx6g9Vt7-2yDMT3OZVWBoQYGaudtA,8742
42
+ pycarlo-0.10.175.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.175.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.175.dist-info/RECORD,,