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 +8 -4
- pycarlo/lib/schema.py +5 -3
- {pycarlo-0.10.221.dist-info → pycarlo-0.10.222.dist-info}/METADATA +1 -1
- {pycarlo-0.10.221.dist-info → pycarlo-0.10.222.dist-info}/RECORD +7 -7
- {pycarlo-0.10.221.dist-info → pycarlo-0.10.222.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.221.dist-info → pycarlo-0.10.222.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.221.dist-info → pycarlo-0.10.222.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -172321,12 +172321,16 @@
|
|
|
172321
172321
|
},
|
|
172322
172322
|
{
|
|
172323
172323
|
"defaultValue": null,
|
|
172324
|
-
"description": "Integration type for direct routing
|
|
172324
|
+
"description": "Integration type for direct routing.",
|
|
172325
172325
|
"name": "integrationType",
|
|
172326
172326
|
"type": {
|
|
172327
|
-
"kind": "
|
|
172328
|
-
"name":
|
|
172329
|
-
"ofType":
|
|
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(
|
|
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
|
|
39221
|
-
routing
|
|
39222
|
+
* `integration_type` (`String!`): Integration type for direct
|
|
39223
|
+
routing.
|
|
39222
39224
|
* `name` (`String!`): Desired name.
|
|
39223
39225
|
"""
|
|
39224
39226
|
|
|
@@ -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=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|