pycarlo 0.10.211__py3-none-any.whl → 0.10.212__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
@@ -129149,6 +129149,30 @@
129149
129149
  "ofType": null
129150
129150
  }
129151
129151
  }
129152
+ },
129153
+ {
129154
+ "args": [],
129155
+ "deprecationReason": null,
129156
+ "description": "Time series UUID",
129157
+ "isDeprecated": false,
129158
+ "name": "timeSeriesUuid",
129159
+ "type": {
129160
+ "kind": "SCALAR",
129161
+ "name": "UUID",
129162
+ "ofType": null
129163
+ }
129164
+ },
129165
+ {
129166
+ "args": [],
129167
+ "deprecationReason": null,
129168
+ "description": "Parent time series UUID",
129169
+ "isDeprecated": false,
129170
+ "name": "parentTimeSeriesUuid",
129171
+ "type": {
129172
+ "kind": "SCALAR",
129173
+ "name": "UUID",
129174
+ "ofType": null
129175
+ }
129152
129176
  }
129153
129177
  ],
129154
129178
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -21055,6 +21055,8 @@ class FHEvent(sgqlc.types.Type):
21055
21055
  "detector_feedback",
21056
21056
  "agg_time_interval",
21057
21057
  "event_type",
21058
+ "time_series_uuid",
21059
+ "parent_time_series_uuid",
21058
21060
  )
21059
21061
  event_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="eventUuid")
21060
21062
  """UUID of the anomaly event"""
@@ -21116,6 +21118,12 @@ class FHEvent(sgqlc.types.Type):
21116
21118
  event_type = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="eventType")
21117
21119
  """Type of the event"""
21118
21120
 
21121
+ time_series_uuid = sgqlc.types.Field(UUID, graphql_name="timeSeriesUuid")
21122
+ """Time series UUID"""
21123
+
21124
+ parent_time_series_uuid = sgqlc.types.Field(UUID, graphql_name="parentTimeSeriesUuid")
21125
+ """Parent time series UUID"""
21126
+
21119
21127
 
21120
21128
  class FHEvents(sgqlc.types.Type):
21121
21129
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.211
3
+ Version: 0.10.212
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=C3naPBiRBpAY7eA5etghP1Vl3RCIze-ZzDFyW_jpVYc,6386446
39
- pycarlo/lib/schema.py,sha256=pijSkPCxPisyjLgLKCucNDxQrNQ0bqHHr58_SYD9RFI,2778305
40
- pycarlo-0.10.211.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.211.dist-info/METADATA,sha256=ZnjmczeptIG43UVe2KWKa9r5-yfINkOm_ZrL8CCYZqM,8742
42
- pycarlo-0.10.211.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.211.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.211.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=wOcTuWUTukT7BI4HHisvFeqjT4pTQXTR7ySLo0sQHyA,6387177
39
+ pycarlo/lib/schema.py,sha256=U90TzQz2QdNbqWzu4kCgkxhZ709hLxQ1554-fuvAWKw,2778600
40
+ pycarlo-0.10.212.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.212.dist-info/METADATA,sha256=IgU1cqrQnbbYWe8paIs-TpyRw79w15YAqSPty7InTSM,8742
42
+ pycarlo-0.10.212.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.212.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.212.dist-info/RECORD,,