pycarlo 0.10.56__py3-none-any.whl → 0.10.58__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.
pycarlo/lib/schema.json CHANGED
@@ -28916,9 +28916,13 @@
28916
28916
  "kind": "LIST",
28917
28917
  "name": null,
28918
28918
  "ofType": {
28919
- "kind": "OBJECT",
28920
- "name": "TagInfoOutput",
28921
- "ofType": null
28919
+ "kind": "NON_NULL",
28920
+ "name": null,
28921
+ "ofType": {
28922
+ "kind": "OBJECT",
28923
+ "name": "TagInfoOutput",
28924
+ "ofType": null
28925
+ }
28922
28926
  }
28923
28927
  }
28924
28928
  }
@@ -88033,6 +88037,12 @@
88033
88037
  "isDeprecated": false,
88034
88038
  "name": "DashboardEditTheirOwn"
88035
88039
  },
88040
+ {
88041
+ "deprecationReason": null,
88042
+ "description": null,
88043
+ "isDeprecated": false,
88044
+ "name": "DataExportsAccess"
88045
+ },
88036
88046
  {
88037
88047
  "deprecationReason": null,
88038
88048
  "description": null,
pycarlo/lib/schema.py CHANGED
@@ -3791,6 +3791,7 @@ class Permission(sgqlc.types.Enum):
3791
3791
  * `DashboardAccess`None
3792
3792
  * `DashboardEdit`None
3793
3793
  * `DashboardEditTheirOwn`None
3794
+ * `DataExportsAccess`None
3794
3795
  * `DataproductsAccess`None
3795
3796
  * `DataproductsEdit`None
3796
3797
  * `DataproductsEditAll`None
@@ -3854,6 +3855,7 @@ class Permission(sgqlc.types.Enum):
3854
3855
  "DashboardAccess",
3855
3856
  "DashboardEdit",
3856
3857
  "DashboardEditTheirOwn",
3858
+ "DataExportsAccess",
3857
3859
  "DataproductsAccess",
3858
3860
  "DataproductsEdit",
3859
3861
  "DataproductsEditAll",
@@ -22739,7 +22741,9 @@ class ListMonitorTagsOutput(sgqlc.types.Type):
22739
22741
  total_count = sgqlc.types.Field(Int, graphql_name="totalCount")
22740
22742
  """Total count of the monitor tags in a user's account."""
22741
22743
 
22742
- tags = sgqlc.types.Field(sgqlc.types.list_of("TagInfoOutput"), graphql_name="tags")
22744
+ tags = sgqlc.types.Field(
22745
+ sgqlc.types.list_of(sgqlc.types.non_null("TagInfoOutput")), graphql_name="tags"
22746
+ )
22743
22747
  """Monitor Tags list."""
22744
22748
 
22745
22749
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.56
3
+ Version: 0.10.58
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=P8Ajbbc-kwgGhOvcRb2srSOUcu62_c5PzQayiB5aYNg,5983631
39
- pycarlo/lib/schema.py,sha256=mVdLWE6AQMDHbFnAMLAFWkSqfWEE_C4V5UPGM7jEvro,2587453
40
- pycarlo-0.10.56.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.56.dist-info/METADATA,sha256=hBznWLRTvnbHfZMn1Tk_zir2SHthi9wSbj7BwuCocxw,8741
42
- pycarlo-0.10.56.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.56.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.56.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=8bxRZ_OfumYw-vDYq9M79Izm4jjwNSXkp-0-2u0PU4w,5983941
39
+ pycarlo/lib/schema.py,sha256=BBtCAT-q2fqfU1uwbFHLOHrBBwBev3GAPisvDNiuWLs,2587548
40
+ pycarlo-0.10.58.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.58.dist-info/METADATA,sha256=pvjyw_B80z0prVyavrba4fCRWDFvctlCYnL7o1Dq-ko,8741
42
+ pycarlo-0.10.58.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.58.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.58.dist-info/RECORD,,