pycarlo 0.10.93__py3-none-any.whl → 0.10.94__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
@@ -139379,6 +139379,11 @@
139379
139379
  "kind": "OBJECT",
139380
139380
  "name": "ReportArgumentsAlerts",
139381
139381
  "ofType": null
139382
+ },
139383
+ {
139384
+ "kind": "OBJECT",
139385
+ "name": "ReportArgumentsConsumption",
139386
+ "ofType": null
139382
139387
  }
139383
139388
  ]
139384
139389
  },
@@ -190550,6 +190555,39 @@
190550
190555
  "name": "ReportArgumentsAlerts",
190551
190556
  "possibleTypes": null
190552
190557
  },
190558
+ {
190559
+ "description": null,
190560
+ "enumValues": null,
190561
+ "fields": [
190562
+ {
190563
+ "args": [],
190564
+ "deprecationReason": null,
190565
+ "description": null,
190566
+ "isDeprecated": false,
190567
+ "name": "type",
190568
+ "type": {
190569
+ "kind": "NON_NULL",
190570
+ "name": null,
190571
+ "ofType": {
190572
+ "kind": "ENUM",
190573
+ "name": "ReportTypeEnum",
190574
+ "ofType": null
190575
+ }
190576
+ }
190577
+ }
190578
+ ],
190579
+ "inputFields": null,
190580
+ "interfaces": [
190581
+ {
190582
+ "kind": "INTERFACE",
190583
+ "name": "ReportArgumentsInterface",
190584
+ "ofType": null
190585
+ }
190586
+ ],
190587
+ "kind": "OBJECT",
190588
+ "name": "ReportArgumentsConsumption",
190589
+ "possibleTypes": null
190590
+ },
190553
190591
  {
190554
190592
  "description": null,
190555
190593
  "enumValues": null,
pycarlo/lib/schema.py CHANGED
@@ -71632,6 +71632,11 @@ class ReportArgumentsAlerts(sgqlc.types.Type, ReportArgumentsInterface):
71632
71632
  monitor_id = sgqlc.types.Field(sgqlc.types.non_null(UUID), graphql_name="monitorId")
71633
71633
 
71634
71634
 
71635
+ class ReportArgumentsConsumption(sgqlc.types.Type, ReportArgumentsInterface):
71636
+ __schema__ = schema
71637
+ __field_names__ = ()
71638
+
71639
+
71635
71640
  class ReportArgumentsEvents(sgqlc.types.Type, ReportArgumentsInterface):
71636
71641
  __schema__ = schema
71637
71642
  __field_names__ = ("alert_id",)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.93
3
+ Version: 0.10.94
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=kqzrzymYyNjCeUlr8mjUAvxi98ZFIHoXSLsp3543clk,6022887
39
- pycarlo/lib/schema.py,sha256=s-cPiuk0DXUUN5g1i3OYhMo573nwrtHqLXyWMLbTFqo,2601496
40
- pycarlo-0.10.93.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.93.dist-info/METADATA,sha256=vwgLaQVjE3oqF_OXezMKbsEemhYVYZhbCZYK38-pldg,8741
42
- pycarlo-0.10.93.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.93.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.93.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=5rkvVFPWwv5GVsoCUSlihOxTtRT570dl9gqk8MSvNBY,6023926
39
+ pycarlo/lib/schema.py,sha256=lE_UbvwKv9s0stLrjUQvbFivrjSf-kj_srEpEgWOnZs,2601625
40
+ pycarlo-0.10.94.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.94.dist-info/METADATA,sha256=Bjv4VSS8Gkvo4kqBStL8jim_Y55Tv_y7RGO9YxtZ1E4,8741
42
+ pycarlo-0.10.94.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.94.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.94.dist-info/RECORD,,