pycarlo 0.10.104__py3-none-any.whl → 0.10.105__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
@@ -178307,6 +178307,22 @@
178307
178307
  "ofType": null
178308
178308
  }
178309
178309
  }
178310
+ },
178311
+ {
178312
+ "args": [],
178313
+ "deprecationReason": null,
178314
+ "description": "Warnings encountered",
178315
+ "isDeprecated": false,
178316
+ "name": "warnings",
178317
+ "type": {
178318
+ "kind": "LIST",
178319
+ "name": null,
178320
+ "ofType": {
178321
+ "kind": "SCALAR",
178322
+ "name": "String",
178323
+ "ofType": null
178324
+ }
178325
+ }
178310
178326
  }
178311
178327
  ],
178312
178328
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -15426,7 +15426,13 @@ class ConvertUiMonitorsToConfigTemplateOutput(sgqlc.types.Type):
15426
15426
  """Convert monitors to config template response"""
15427
15427
 
15428
15428
  __schema__ = schema
15429
- __field_names__ = ("monitors", "config_template_as_yaml", "config_template_as_dict", "errors")
15429
+ __field_names__ = (
15430
+ "monitors",
15431
+ "config_template_as_yaml",
15432
+ "config_template_as_dict",
15433
+ "errors",
15434
+ "warnings",
15435
+ )
15430
15436
  monitors = sgqlc.types.Field(sgqlc.types.list_of("UserDefinedMonitor"), graphql_name="monitors")
15431
15437
  """Converted monitors"""
15432
15438
 
@@ -15439,6 +15445,9 @@ class ConvertUiMonitorsToConfigTemplateOutput(sgqlc.types.Type):
15439
15445
  errors = sgqlc.types.Field(sgqlc.types.list_of(String), graphql_name="errors")
15440
15446
  """Errors encountered"""
15441
15447
 
15448
+ warnings = sgqlc.types.Field(sgqlc.types.list_of(String), graphql_name="warnings")
15449
+ """Warnings encountered"""
15450
+
15442
15451
 
15443
15452
  class CorrelationSamplingMetadata(sgqlc.types.Type):
15444
15453
  __schema__ = schema
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.104
3
+ Version: 0.10.105
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=yIzSG2djrTm78nY9IyNV7FuKVMcxfKChLeUk8K5ncjY,6062887
39
- pycarlo/lib/schema.py,sha256=g8ZASKW5AE058IbLRAqM1J05wsi3pioYa5MIXhHOp-Q,2620752
40
- pycarlo-0.10.104.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.104.dist-info/METADATA,sha256=PEe4q81v-1VE68FfbTLJ2arKjx8od6_fAOmo98-rang,8742
42
- pycarlo-0.10.104.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.104.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.104.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=YQpKwKw7h75CDmwj-LKbhTGbgKMF3JCwY87SlYaE3rA,6063360
39
+ pycarlo/lib/schema.py,sha256=6vcISuQ59bHW64hwXcq5Ltwu3Z9HQh5gpLwWOjNubq0,2620930
40
+ pycarlo-0.10.105.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.105.dist-info/METADATA,sha256=P45iBYAq4f3sCdMvyRo-cUyg3NJx_a7okAn7YrUBrH0,8742
42
+ pycarlo-0.10.105.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.105.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.105.dist-info/RECORD,,