pycarlo 0.10.144__py3-none-any.whl → 0.10.145__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 +12 -0
- pycarlo/lib/schema.py +3 -0
- {pycarlo-0.10.144.dist-info → pycarlo-0.10.145.dist-info}/METADATA +1 -1
- {pycarlo-0.10.144.dist-info → pycarlo-0.10.145.dist-info}/RECORD +7 -7
- {pycarlo-0.10.144.dist-info → pycarlo-0.10.145.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.144.dist-info → pycarlo-0.10.145.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.144.dist-info → pycarlo-0.10.145.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -36454,6 +36454,18 @@
|
|
|
36454
36454
|
}
|
|
36455
36455
|
}
|
|
36456
36456
|
}
|
|
36457
|
+
},
|
|
36458
|
+
{
|
|
36459
|
+
"args": [],
|
|
36460
|
+
"deprecationReason": null,
|
|
36461
|
+
"description": null,
|
|
36462
|
+
"isDeprecated": false,
|
|
36463
|
+
"name": "icon",
|
|
36464
|
+
"type": {
|
|
36465
|
+
"kind": "SCALAR",
|
|
36466
|
+
"name": "String",
|
|
36467
|
+
"ofType": null
|
|
36468
|
+
}
|
|
36457
36469
|
}
|
|
36458
36470
|
],
|
|
36459
36471
|
"inputFields": null,
|
pycarlo/lib/schema.py
CHANGED
|
@@ -65558,6 +65558,7 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
65558
65558
|
"output_type",
|
|
65559
65559
|
"supports_field_range",
|
|
65560
65560
|
"supported_output_types",
|
|
65561
|
+
"icon",
|
|
65561
65562
|
)
|
|
65562
65563
|
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
|
|
65563
65564
|
|
|
@@ -65598,6 +65599,8 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
65598
65599
|
graphql_name="supportedOutputTypes",
|
|
65599
65600
|
)
|
|
65600
65601
|
|
|
65602
|
+
icon = sgqlc.types.Field(String, graphql_name="icon")
|
|
65603
|
+
|
|
65601
65604
|
|
|
65602
65605
|
class TriggerCircuitBreakerRule(sgqlc.types.Type):
|
|
65603
65606
|
"""Run a custom rule as a circuit breaker immediately. Supports rules
|
|
@@ -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=6iIxt5GbNohMhbZjwTHK_jGE0qhIWZAGCuWE4E4W8G4,6192971
|
|
39
|
+
pycarlo/lib/schema.py,sha256=o6QJ5X3uUAorZUZcrgRr0Y5hHkqZXIn43tNr9KQI2Fs,2689451
|
|
40
|
+
pycarlo-0.10.145.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.145.dist-info/METADATA,sha256=cDgeh_CiXA8rTDvpUxSFeDdlJ9aBRnYk0eV9NY975Tk,8742
|
|
42
|
+
pycarlo-0.10.145.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.145.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.145.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|