pycarlo 0.10.205__py3-none-any.whl → 0.10.206__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
@@ -128170,6 +128170,22 @@
128170
128170
  "name": "MonitorAggTimeInterval",
128171
128171
  "ofType": null
128172
128172
  }
128173
+ },
128174
+ {
128175
+ "args": [],
128176
+ "deprecationReason": null,
128177
+ "description": "Type of the event",
128178
+ "isDeprecated": false,
128179
+ "name": "eventType",
128180
+ "type": {
128181
+ "kind": "NON_NULL",
128182
+ "name": null,
128183
+ "ofType": {
128184
+ "kind": "SCALAR",
128185
+ "name": "String",
128186
+ "ofType": null
128187
+ }
128188
+ }
128173
128189
  }
128174
128190
  ],
128175
128191
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -20956,6 +20956,7 @@ class FHEvent(sgqlc.types.Type):
20956
20956
  "historical_mean",
20957
20957
  "detector_feedback",
20958
20958
  "agg_time_interval",
20959
+ "event_type",
20959
20960
  )
20960
20961
  event_uuid = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="eventUuid")
20961
20962
  """UUID of the anomaly event"""
@@ -21014,6 +21015,9 @@ class FHEvent(sgqlc.types.Type):
21014
21015
  timecomponent of the event timestamp should be ignored.
21015
21016
  """
21016
21017
 
21018
+ event_type = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="eventType")
21019
+ """Type of the event"""
21020
+
21017
21021
 
21018
21022
  class FHEvents(sgqlc.types.Type):
21019
21023
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.205
3
+ Version: 0.10.206
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=ZfgzsXhgDIZMDK3wCH5n0jMK4I3kMi4FO_RZwNBpKCg,6348283
39
- pycarlo/lib/schema.py,sha256=RSY13ysD80vbmEOr0ryZET19GZFe_snoZmZ3CsGYfU0,2764809
40
- pycarlo-0.10.205.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.205.dist-info/METADATA,sha256=25PSgyu_AY4Sw4PWQezkyBVybDZQP_yuOf-k-8ceIcQ,8742
42
- pycarlo-0.10.205.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.205.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.205.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=bpE96qnIwdvM7QdDGtQBOiqoyi9z8SthxY8e-kk4nGc,6348758
39
+ pycarlo/lib/schema.py,sha256=87DjeiKWLdUKPRF1xxPcnBMuZufU_DeaOMqy1TsXwaU,2764951
40
+ pycarlo-0.10.206.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.206.dist-info/METADATA,sha256=1Px1z03KKkVGcUyuj98dlvvMVOazi7yPTlHKblOfsv8,8742
42
+ pycarlo-0.10.206.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.206.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.206.dist-info/RECORD,,