@orpc/openapi-client 0.0.0-next.c40d0c9 → 0.0.0-next.c72b962
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.
- package/dist/adapters/fetch/index.d.mts +2 -2
- package/dist/adapters/fetch/index.d.ts +2 -2
- package/dist/adapters/fetch/index.mjs +1 -1
- package/dist/adapters/standard/index.d.mts +2 -2
- package/dist/adapters/standard/index.d.ts +2 -2
- package/dist/adapters/standard/index.mjs +1 -1
- package/dist/shared/{openapi-client.B-GardF8.mjs → openapi-client.DafIYU7J.mjs} +6 -6
- package/package.json +6 -6
- package/dist/shared/{openapi-client.N18yafE2.d.mts → openapi-client.B5Lx5v-z.d.mts} +1 -1
- package/dist/shared/{openapi-client.N18yafE2.d.ts → openapi-client.B5Lx5v-z.d.ts} +1 -1
|
@@ -2,9 +2,9 @@ import { ClientContext } from '@orpc/client';
|
|
|
2
2
|
import { AnyContractRouter } from '@orpc/contract';
|
|
3
3
|
import { LinkFetchClientOptions } from '@orpc/client/fetch';
|
|
4
4
|
import { StandardLink } from '@orpc/client/standard';
|
|
5
|
-
import { f as StandardOpenAPILinkOptions } from '../../shared/openapi-client.
|
|
6
|
-
import '@orpc/shared';
|
|
5
|
+
import { f as StandardOpenAPILinkOptions } from '../../shared/openapi-client.B5Lx5v-z.mjs';
|
|
7
6
|
import '@orpc/standard-server';
|
|
7
|
+
import '@orpc/shared';
|
|
8
8
|
|
|
9
9
|
interface OpenAPILinkOptions<T extends ClientContext> extends StandardOpenAPILinkOptions<T>, LinkFetchClientOptions<T> {
|
|
10
10
|
}
|
|
@@ -2,9 +2,9 @@ import { ClientContext } from '@orpc/client';
|
|
|
2
2
|
import { AnyContractRouter } from '@orpc/contract';
|
|
3
3
|
import { LinkFetchClientOptions } from '@orpc/client/fetch';
|
|
4
4
|
import { StandardLink } from '@orpc/client/standard';
|
|
5
|
-
import { f as StandardOpenAPILinkOptions } from '../../shared/openapi-client.
|
|
6
|
-
import '@orpc/shared';
|
|
5
|
+
import { f as StandardOpenAPILinkOptions } from '../../shared/openapi-client.B5Lx5v-z.js';
|
|
7
6
|
import '@orpc/standard-server';
|
|
7
|
+
import '@orpc/shared';
|
|
8
8
|
|
|
9
9
|
interface OpenAPILinkOptions<T extends ClientContext> extends StandardOpenAPILinkOptions<T>, LinkFetchClientOptions<T> {
|
|
10
10
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LinkFetchClient } from '@orpc/client/fetch';
|
|
2
2
|
import { StandardLink } from '@orpc/client/standard';
|
|
3
|
-
import { a as StandardOpenAPIJsonSerializer, b as StandardOpenapiLinkCodec, c as StandardOpenAPISerializer, S as StandardBracketNotationSerializer } from '../../shared/openapi-client.
|
|
3
|
+
import { a as StandardOpenAPIJsonSerializer, b as StandardOpenapiLinkCodec, c as StandardOpenAPISerializer, S as StandardBracketNotationSerializer } from '../../shared/openapi-client.DafIYU7J.mjs';
|
|
4
4
|
import '@orpc/shared';
|
|
5
5
|
import '@orpc/client';
|
|
6
6
|
import '@orpc/contract';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { S as StandardBracketNotationSerialized, a as StandardBracketNotationSerializer, c as StandardOpenAPICustomJsonSerializer, b as StandardOpenAPIJsonSerialized, e as StandardOpenAPIJsonSerializer, d as StandardOpenAPIJsonSerializerOptions, f as StandardOpenAPILinkOptions, i as StandardOpenAPISerializeOptions, j as StandardOpenAPISerializer, h as StandardOpenapiLinkCodec, g as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.
|
|
1
|
+
export { S as StandardBracketNotationSerialized, a as StandardBracketNotationSerializer, c as StandardOpenAPICustomJsonSerializer, b as StandardOpenAPIJsonSerialized, e as StandardOpenAPIJsonSerializer, d as StandardOpenAPIJsonSerializerOptions, f as StandardOpenAPILinkOptions, i as StandardOpenAPISerializeOptions, j as StandardOpenAPISerializer, h as StandardOpenapiLinkCodec, g as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.B5Lx5v-z.mjs';
|
|
2
2
|
import { HTTPPath } from '@orpc/client';
|
|
3
3
|
import '@orpc/client/standard';
|
|
4
4
|
import '@orpc/contract';
|
|
5
|
-
import '@orpc/shared';
|
|
6
5
|
import '@orpc/standard-server';
|
|
6
|
+
import '@orpc/shared';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* @internal
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { S as StandardBracketNotationSerialized, a as StandardBracketNotationSerializer, c as StandardOpenAPICustomJsonSerializer, b as StandardOpenAPIJsonSerialized, e as StandardOpenAPIJsonSerializer, d as StandardOpenAPIJsonSerializerOptions, f as StandardOpenAPILinkOptions, i as StandardOpenAPISerializeOptions, j as StandardOpenAPISerializer, h as StandardOpenapiLinkCodec, g as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.
|
|
1
|
+
export { S as StandardBracketNotationSerialized, a as StandardBracketNotationSerializer, c as StandardOpenAPICustomJsonSerializer, b as StandardOpenAPIJsonSerialized, e as StandardOpenAPIJsonSerializer, d as StandardOpenAPIJsonSerializerOptions, f as StandardOpenAPILinkOptions, i as StandardOpenAPISerializeOptions, j as StandardOpenAPISerializer, h as StandardOpenapiLinkCodec, g as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.B5Lx5v-z.js';
|
|
2
2
|
import { HTTPPath } from '@orpc/client';
|
|
3
3
|
import '@orpc/client/standard';
|
|
4
4
|
import '@orpc/contract';
|
|
5
|
-
import '@orpc/shared';
|
|
6
5
|
import '@orpc/standard-server';
|
|
6
|
+
import '@orpc/shared';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* @internal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { S as StandardBracketNotationSerializer, a as StandardOpenAPIJsonSerializer, c as StandardOpenAPISerializer, b as StandardOpenapiLinkCodec, g as getDynamicParams, s as standardizeHTTPPath } from '../../shared/openapi-client.
|
|
1
|
+
export { S as StandardBracketNotationSerializer, a as StandardOpenAPIJsonSerializer, c as StandardOpenAPISerializer, b as StandardOpenapiLinkCodec, g as getDynamicParams, s as standardizeHTTPPath } from '../../shared/openapi-client.DafIYU7J.mjs';
|
|
2
2
|
import '@orpc/shared';
|
|
3
3
|
import '@orpc/client';
|
|
4
4
|
import '@orpc/client/standard';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isObject, value, get, isAsyncIteratorObject } from '@orpc/shared';
|
|
2
|
-
import { isORPCErrorStatus,
|
|
2
|
+
import { isORPCErrorStatus, isORPCErrorJson, createORPCErrorFromJson, mapEventIterator, toORPCError } from '@orpc/client';
|
|
3
3
|
import { toHttpPath, getMalformedResponseErrorCode } from '@orpc/client/standard';
|
|
4
4
|
import { isContractProcedure, fallbackContractConfig, ORPCError } from '@orpc/contract';
|
|
5
5
|
import { mergeStandardHeaders, ErrorEvent } from '@orpc/standard-server';
|
|
@@ -312,12 +312,12 @@ class StandardOpenapiLinkCodec {
|
|
|
312
312
|
}
|
|
313
313
|
})();
|
|
314
314
|
if (!isOk) {
|
|
315
|
-
if (
|
|
316
|
-
throw
|
|
315
|
+
if (isORPCErrorJson(deserialized)) {
|
|
316
|
+
throw createORPCErrorFromJson(deserialized);
|
|
317
317
|
}
|
|
318
318
|
throw new ORPCError(getMalformedResponseErrorCode(response.status), {
|
|
319
319
|
status: response.status,
|
|
320
|
-
data: deserialized
|
|
320
|
+
data: { ...response, body: deserialized }
|
|
321
321
|
});
|
|
322
322
|
}
|
|
323
323
|
const procedure = get(this.contract, path);
|
|
@@ -389,8 +389,8 @@ class StandardOpenAPISerializer {
|
|
|
389
389
|
return mapEventIterator(data, {
|
|
390
390
|
value: async (value) => value,
|
|
391
391
|
error: async (e) => {
|
|
392
|
-
if (e instanceof ErrorEvent &&
|
|
393
|
-
return
|
|
392
|
+
if (e instanceof ErrorEvent && isORPCErrorJson(e.data)) {
|
|
393
|
+
return createORPCErrorFromJson(e.data, { cause: e });
|
|
394
394
|
}
|
|
395
395
|
return e;
|
|
396
396
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orpc/openapi-client",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.0-next.
|
|
4
|
+
"version": "0.0.0-next.c72b962",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://orpc.unnoq.com",
|
|
7
7
|
"repository": {
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@orpc/client": "0.0.0-next.
|
|
38
|
-
"@orpc/
|
|
39
|
-
"@orpc/
|
|
40
|
-
"@orpc/shared": "0.0.0-next.
|
|
37
|
+
"@orpc/client": "0.0.0-next.c72b962",
|
|
38
|
+
"@orpc/standard-server": "0.0.0-next.c72b962",
|
|
39
|
+
"@orpc/contract": "0.0.0-next.c72b962",
|
|
40
|
+
"@orpc/shared": "0.0.0-next.c72b962"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@orpc/server": "0.0.0-next.
|
|
43
|
+
"@orpc/server": "0.0.0-next.c72b962"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "unbuild",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ClientContext, ClientOptions } from '@orpc/client';
|
|
2
2
|
import { StandardLinkCodec, StandardLinkOptions } from '@orpc/client/standard';
|
|
3
3
|
import { AnyContractRouter } from '@orpc/contract';
|
|
4
|
-
import { Segment, Value } from '@orpc/shared';
|
|
5
4
|
import { StandardHeaders, StandardRequest, StandardLazyResponse } from '@orpc/standard-server';
|
|
5
|
+
import { Segment, Value } from '@orpc/shared';
|
|
6
6
|
|
|
7
7
|
type StandardBracketNotationSerialized = [string, unknown][];
|
|
8
8
|
declare class StandardBracketNotationSerializer {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ClientContext, ClientOptions } from '@orpc/client';
|
|
2
2
|
import { StandardLinkCodec, StandardLinkOptions } from '@orpc/client/standard';
|
|
3
3
|
import { AnyContractRouter } from '@orpc/contract';
|
|
4
|
-
import { Segment, Value } from '@orpc/shared';
|
|
5
4
|
import { StandardHeaders, StandardRequest, StandardLazyResponse } from '@orpc/standard-server';
|
|
5
|
+
import { Segment, Value } from '@orpc/shared';
|
|
6
6
|
|
|
7
7
|
type StandardBracketNotationSerialized = [string, unknown][];
|
|
8
8
|
declare class StandardBracketNotationSerializer {
|