pycarlo 0.10.56__py3-none-any.whl → 0.10.57__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
  }
pycarlo/lib/schema.py CHANGED
@@ -22739,7 +22739,9 @@ class ListMonitorTagsOutput(sgqlc.types.Type):
22739
22739
  total_count = sgqlc.types.Field(Int, graphql_name="totalCount")
22740
22740
  """Total count of the monitor tags in a user's account."""
22741
22741
 
22742
- tags = sgqlc.types.Field(sgqlc.types.list_of("TagInfoOutput"), graphql_name="tags")
22742
+ tags = sgqlc.types.Field(
22743
+ sgqlc.types.list_of(sgqlc.types.non_null("TagInfoOutput")), graphql_name="tags"
22744
+ )
22743
22745
  """Monitor Tags list."""
22744
22746
 
22745
22747
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.56
3
+ Version: 0.10.57
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=UcvM_ehxVJHezl9ueldD9mvdGbyA9JryUryuiIWm7lU,5983757
39
+ pycarlo/lib/schema.py,sha256=_moOMk8TWvabSyUyzvBw1G6aKwa4yUh1vDAJgbLcSFE,2587489
40
+ pycarlo-0.10.57.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.57.dist-info/METADATA,sha256=gAhcxr6Z0y92ba_5uhMs8w_2gwFmC-ZrLUkxi_Aokf0,8741
42
+ pycarlo-0.10.57.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.57.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.57.dist-info/RECORD,,