pycarlo 0.10.223__py3-none-any.whl → 0.10.224__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
@@ -84947,6 +84947,18 @@
84947
84947
  "name": "ValidatePerformanceDashboardAccessResponse",
84948
84948
  "ofType": null
84949
84949
  }
84950
+ },
84951
+ {
84952
+ "args": [],
84953
+ "deprecationReason": null,
84954
+ "description": "Whether the user can create, update or delete table monitors.",
84955
+ "isDeprecated": false,
84956
+ "name": "canEditTableMonitors",
84957
+ "type": {
84958
+ "kind": "SCALAR",
84959
+ "name": "Boolean",
84960
+ "ofType": null
84961
+ }
84950
84962
  }
84951
84963
  ],
84952
84964
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -69267,6 +69267,7 @@ class UserAuthorizationOutput(sgqlc.types.Type):
69267
69267
  "domain_restrictions",
69268
69268
  "permissions",
69269
69269
  "performance_dashboard_access",
69270
+ "can_edit_table_monitors",
69270
69271
  )
69271
69272
  groups = sgqlc.types.Field(sgqlc.types.list_of(String), graphql_name="groups")
69272
69273
  """List of the groups this user is a member of."""
@@ -69291,6 +69292,9 @@ class UserAuthorizationOutput(sgqlc.types.Type):
69291
69292
  "ValidatePerformanceDashboardAccessResponse", graphql_name="performanceDashboardAccess"
69292
69293
  )
69293
69294
 
69295
+ can_edit_table_monitors = sgqlc.types.Field(Boolean, graphql_name="canEditTableMonitors")
69296
+ """Whether the user can create, update or delete table monitors."""
69297
+
69294
69298
 
69295
69299
  class UserBasicInfoConnection(sgqlc.types.relay.Connection):
69296
69300
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.223
3
+ Version: 0.10.224
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=n8x0vhUuw44yzK2Uk9i4nO2N884OwRJhTD4NXOHmUh4,6430140
39
- pycarlo/lib/schema.py,sha256=a8aYbnOOD1LoyiTz8MUXaOjunjEeqOdq5BfgH07rVi8,2795541
40
- pycarlo-0.10.223.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.223.dist-info/METADATA,sha256=8JnoPGVMDpRj8WV2AWHkmwm-j_r_d_hSIBpzZuXVxio,8742
42
- pycarlo-0.10.223.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.223.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.223.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=FK0cSk3IMEe4zGqrx9Ds_BdDh5i3f2C_6jXvDN43sQA,6430553
39
+ pycarlo/lib/schema.py,sha256=Q9IZ7SG_HJ5nxjF77P3iR-hznXZDr3i-K7ZMbJe3tgY,2795743
40
+ pycarlo-0.10.224.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.224.dist-info/METADATA,sha256=e64vcXkOlY-FNQQ-qVGAHJMvaTxfuAfA-jdcTtbX9lU,8742
42
+ pycarlo-0.10.224.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.224.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.224.dist-info/RECORD,,