pycarlo 0.10.214__py3-none-any.whl → 0.10.215__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
@@ -172219,6 +172219,16 @@
172219
172219
  }
172220
172220
  }
172221
172221
  },
172222
+ {
172223
+ "defaultValue": null,
172224
+ "description": "Integration type for direct routing (optional).",
172225
+ "name": "integrationType",
172226
+ "type": {
172227
+ "kind": "SCALAR",
172228
+ "name": "String",
172229
+ "ofType": null
172230
+ }
172231
+ },
172222
172232
  {
172223
172233
  "defaultValue": null,
172224
172234
  "description": "Desired name.",
pycarlo/lib/schema.py CHANGED
@@ -39167,6 +39167,10 @@ class Mutation(sgqlc.types.Type):
39167
39167
  sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
39168
39168
  ),
39169
39169
  ),
39170
+ (
39171
+ "integration_type",
39172
+ sgqlc.types.Arg(String, graphql_name="integrationType", default=None),
39173
+ ),
39170
39174
  (
39171
39175
  "name",
39172
39176
  sgqlc.types.Arg(
@@ -39181,6 +39185,8 @@ class Mutation(sgqlc.types.Type):
39181
39185
  Arguments:
39182
39186
 
39183
39187
  * `integration_id` (`UUID!`): UUID of the integration to update.
39188
+ * `integration_type` (`String`): Integration type for direct
39189
+ routing (optional).
39184
39190
  * `name` (`String!`): Desired name.
39185
39191
  """
39186
39192
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.214
3
+ Version: 0.10.215
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=oovZP-m-Lx3J05etaA-8un9ORHzCpZ-DZ5EHJhzI6oM,6406892
39
- pycarlo/lib/schema.py,sha256=rvMFNZeVdpzijDFoQuCz37haXPzh9ea7wExA2nLx7XQ,2785933
40
- pycarlo-0.10.214.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.214.dist-info/METADATA,sha256=IN0wLFsYx5OMQrJYnl6_cuMvKxG0rrYD9QN7JFq4QgE,8742
42
- pycarlo-0.10.214.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.214.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.214.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=t2NXHvyeXpDfb3rgU_2ZPHsAzSnn6TkwHQ_JLRRauOs,6407257
39
+ pycarlo/lib/schema.py,sha256=TJFy7bTt59AJsfirry7OHgGmL52X_C3zJwAfz3Mu8hk,2786192
40
+ pycarlo-0.10.215.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.215.dist-info/METADATA,sha256=ozA74diGf-nPaZ-vMoyE8fOi1TGzmgldihpQm6s-J4I,8742
42
+ pycarlo-0.10.215.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.215.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.215.dist-info/RECORD,,