pycarlo 0.10.221__py3-none-any.whl → 0.10.222__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
@@ -172321,12 +172321,16 @@
172321
172321
  },
172322
172322
  {
172323
172323
  "defaultValue": null,
172324
- "description": "Integration type for direct routing (optional).",
172324
+ "description": "Integration type for direct routing.",
172325
172325
  "name": "integrationType",
172326
172326
  "type": {
172327
- "kind": "SCALAR",
172328
- "name": "String",
172329
- "ofType": null
172327
+ "kind": "NON_NULL",
172328
+ "name": null,
172329
+ "ofType": {
172330
+ "kind": "SCALAR",
172331
+ "name": "String",
172332
+ "ofType": null
172333
+ }
172330
172334
  }
172331
172335
  },
172332
172336
  {
pycarlo/lib/schema.py CHANGED
@@ -39201,7 +39201,9 @@ class Mutation(sgqlc.types.Type):
39201
39201
  ),
39202
39202
  (
39203
39203
  "integration_type",
39204
- sgqlc.types.Arg(String, graphql_name="integrationType", default=None),
39204
+ sgqlc.types.Arg(
39205
+ sgqlc.types.non_null(String), graphql_name="integrationType", default=None
39206
+ ),
39205
39207
  ),
39206
39208
  (
39207
39209
  "name",
@@ -39217,8 +39219,8 @@ class Mutation(sgqlc.types.Type):
39217
39219
  Arguments:
39218
39220
 
39219
39221
  * `integration_id` (`UUID!`): UUID of the integration to update.
39220
- * `integration_type` (`String`): Integration type for direct
39221
- routing (optional).
39222
+ * `integration_type` (`String!`): Integration type for direct
39223
+ routing.
39222
39224
  * `name` (`String!`): Desired name.
39223
39225
  """
39224
39226
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.221
3
+ Version: 0.10.222
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=eKaufMf6IqxFe6p4PleICPNN1mkH_80xLgS1fUo9HpA,6411627
39
- pycarlo/lib/schema.py,sha256=FugvKIxAJUfTHi2RUAhjvFUDexQ3CMU6ktY_xRlj7Pw,2788650
40
- pycarlo-0.10.221.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.221.dist-info/METADATA,sha256=4Xu2zo3uF43Bj4fcnt0gZoOlYPGMSPks082Utk55zho,8742
42
- pycarlo-0.10.221.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.221.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.221.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=2HbpkByo8HeBtudKxCyVAPM0cRZhEFmiIe0TKQy2tq4,6411750
39
+ pycarlo/lib/schema.py,sha256=kIU4zFUsLEQYr15sBom6GfBayDvqpRphw4Ruf7mBH_4,2788708
40
+ pycarlo-0.10.222.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.222.dist-info/METADATA,sha256=gvMomHNqAFV70VnTfq3wdj1fPOddELWG4zzt-sTovO4,8742
42
+ pycarlo-0.10.222.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.222.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.222.dist-info/RECORD,,