@effect/openapi-generator 4.0.0-beta.86 → 4.0.0-beta.88
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.
|
@@ -720,7 +720,7 @@ const sseRequestSource = _importName => `const sseRequest = <
|
|
|
720
720
|
Type,
|
|
721
721
|
DecodingServices
|
|
722
722
|
>(
|
|
723
|
-
schema: Schema.
|
|
723
|
+
schema: Schema.ConstraintDecoder<Type, DecodingServices>
|
|
724
724
|
) =>
|
|
725
725
|
(
|
|
726
726
|
request: HttpClientRequest.HttpClientRequest
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/openapi-generator",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.88",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Generate Effect Schema types, HTTP clients, and HttpApi modules from OpenAPI specifications",
|
|
7
7
|
"homepage": "https://effect.website",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"provenance": true
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@effect/platform-node": "^4.0.0-beta.
|
|
49
|
-
"effect": "^4.0.0-beta.
|
|
48
|
+
"@effect/platform-node": "^4.0.0-beta.88",
|
|
49
|
+
"effect": "^4.0.0-beta.88"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"swagger2openapi": "^7.0.8"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"json-schema-typed": "^8.0.2",
|
|
57
57
|
"openapi-typescript": "^7.13.0",
|
|
58
58
|
"yaml": "^2.9.0",
|
|
59
|
-
"effect": "^4.0.0-beta.
|
|
59
|
+
"effect": "^4.0.0-beta.88"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build": "tsc -b tsconfig.json && pnpm babel",
|
|
@@ -917,7 +917,7 @@ const sseRequestSource = (_importName: string) =>
|
|
|
917
917
|
Type,
|
|
918
918
|
DecodingServices
|
|
919
919
|
>(
|
|
920
|
-
schema: Schema.
|
|
920
|
+
schema: Schema.ConstraintDecoder<Type, DecodingServices>
|
|
921
921
|
) =>
|
|
922
922
|
(
|
|
923
923
|
request: HttpClientRequest.HttpClientRequest
|