pycarlo 0.10.106__py3-none-any.whl → 0.10.107__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
@@ -10258,6 +10258,16 @@
10258
10258
  "name": "DateTime",
10259
10259
  "ofType": null
10260
10260
  }
10261
+ },
10262
+ {
10263
+ "defaultValue": null,
10264
+ "description": "Type of maintenance metric",
10265
+ "name": "metricType",
10266
+ "type": {
10267
+ "kind": "ENUM",
10268
+ "name": "DataMaintenanceMetric",
10269
+ "ofType": null
10270
+ }
10261
10271
  }
10262
10272
  ],
10263
10273
  "deprecationReason": null,
pycarlo/lib/schema.py CHANGED
@@ -49045,6 +49045,10 @@ class Query(sgqlc.types.Type):
49045
49045
  ),
49046
49046
  ("start_time", sgqlc.types.Arg(DateTime, graphql_name="startTime", default=None)),
49047
49047
  ("end_time", sgqlc.types.Arg(DateTime, graphql_name="endTime", default=None)),
49048
+ (
49049
+ "metric_type",
49050
+ sgqlc.types.Arg(DataMaintenanceMetric, graphql_name="metricType", default=None),
49051
+ ),
49048
49052
  )
49049
49053
  ),
49050
49054
  )
@@ -49055,6 +49059,8 @@ class Query(sgqlc.types.Type):
49055
49059
  * `mcon` (`String!`): MCON
49056
49060
  * `start_time` (`DateTime`): Start time of maintenance period
49057
49061
  * `end_time` (`DateTime`): End time of maintenance period
49062
+ * `metric_type` (`DataMaintenanceMetric`): Type of maintenance
49063
+ metric
49058
49064
  """
49059
49065
 
49060
49066
  get_data_maintenance_holiday_codes = sgqlc.types.Field(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.106
3
+ Version: 0.10.107
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=CB6RX5z4Ze_M6_7QpSEj5FrkMiZ2cm9rzmokO6AD0pM,6065054
39
- pycarlo/lib/schema.py,sha256=qkb-a7r4A7GB9lBgkSiz6c1U3nY8HtfyU1qR3uD3Dig,2621883
40
- pycarlo-0.10.106.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.106.dist-info/METADATA,sha256=8TrnchlR03o8WSOmBIRiexPzyK2ZIsei4ZcZYT4wUqA,8742
42
- pycarlo-0.10.106.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.106.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.106.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=kXeqUZiASlM3J-WcKQ5SUazacWafEZs3UQZEsWmg4r8,6065406
39
+ pycarlo/lib/schema.py,sha256=pUE7kRSfkq7KeViEhGrVvBxEGLtguP8v1ehE8wbaeEc,2622136
40
+ pycarlo-0.10.107.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.107.dist-info/METADATA,sha256=FDeNRU5L35kOQSFZfSchnaKqI0ITXv0sAUBYmjfzs38,8742
42
+ pycarlo-0.10.107.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.107.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.107.dist-info/RECORD,,