pycarlo 0.10.181__py3-none-any.whl → 0.10.182__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
@@ -65160,6 +65160,18 @@
65160
65160
  "name": "String",
65161
65161
  "ofType": null
65162
65162
  }
65163
+ },
65164
+ {
65165
+ "args": [],
65166
+ "deprecationReason": null,
65167
+ "description": "",
65168
+ "isDeprecated": false,
65169
+ "name": "timeSeriesUuid",
65170
+ "type": {
65171
+ "kind": "SCALAR",
65172
+ "name": "UUID",
65173
+ "ofType": null
65174
+ }
65163
65175
  }
65164
65176
  ],
65165
65177
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -73996,6 +73996,7 @@ class EventDetectorFeedback(sgqlc.types.Type, Node):
73996
73996
  "metric",
73997
73997
  "field",
73998
73998
  "where_condition",
73999
+ "time_series_uuid",
73999
74000
  )
74000
74001
  created_time = sgqlc.types.Field(sgqlc.types.non_null(DateTime), graphql_name="createdTime")
74001
74002
 
@@ -74017,6 +74018,8 @@ class EventDetectorFeedback(sgqlc.types.Type, Node):
74017
74018
 
74018
74019
  where_condition = sgqlc.types.Field(String, graphql_name="whereCondition")
74019
74020
 
74021
+ time_series_uuid = sgqlc.types.Field(UUID, graphql_name="timeSeriesUuid")
74022
+
74020
74023
 
74021
74024
  class FailedDataRca(sgqlc.types.Type, IBaseRca, IQueryRca):
74022
74025
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.181
3
+ Version: 0.10.182
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=ZZTR7Lc_2V38NKzI89l4xv1YvxCrB6H5z5KjYnMl4sY,6282136
39
- pycarlo/lib/schema.py,sha256=Fn4Zzwnr_teN_lT-vZApxtIXxJqCFGW197f6QWzBFFk,2731720
40
- pycarlo-0.10.181.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.181.dist-info/METADATA,sha256=o7ZsZe4P_cJeCJ2I9U_7Tji25UMPLqh2LZKOAYnXhqY,8742
42
- pycarlo-0.10.181.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.181.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.181.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=5Atsb2Tt7wB4K70hEDfS63ZIGWdp7qrdoDQd5PSu600,6282479
39
+ pycarlo/lib/schema.py,sha256=iVTQg32eINeSezinNORb1QEaVbfDajOGPmgWwRoFh6c,2731827
40
+ pycarlo-0.10.182.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.182.dist-info/METADATA,sha256=fHluFSS1xwUop7x-M5calrFXHptsXYO5TTMh4hu3HQM,8742
42
+ pycarlo-0.10.182.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.182.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.182.dist-info/RECORD,,