@orpc/openapi-client 0.0.0-next.3ee2e95 → 0.0.0-next.40c69eb

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.
@@ -1,14 +1,14 @@
1
1
  import { ClientContext } from '@orpc/client';
2
2
  import { AnyContractRouter } from '@orpc/contract';
3
3
  import { LinkFetchClientOptions } from '@orpc/client/fetch';
4
- import { StandardLink } from '@orpc/client/standard';
5
- import { f as StandardOpenAPILinkOptions } from '../../shared/openapi-client.B5Lx5v-z.mjs';
4
+ import { f as StandardOpenAPILinkOptions, g as StandardOpenAPILink } from '../../shared/openapi-client.DArKvaqp.mjs';
5
+ import '@orpc/client/standard';
6
6
  import '@orpc/standard-server';
7
7
  import '@orpc/shared';
8
8
 
9
9
  interface OpenAPILinkOptions<T extends ClientContext> extends StandardOpenAPILinkOptions<T>, LinkFetchClientOptions<T> {
10
10
  }
11
- declare class OpenAPILink<T extends ClientContext> extends StandardLink<T> {
11
+ declare class OpenAPILink<T extends ClientContext> extends StandardOpenAPILink<T> {
12
12
  constructor(contract: AnyContractRouter, options: OpenAPILinkOptions<T>);
13
13
  }
14
14
 
@@ -1,14 +1,14 @@
1
1
  import { ClientContext } from '@orpc/client';
2
2
  import { AnyContractRouter } from '@orpc/contract';
3
3
  import { LinkFetchClientOptions } from '@orpc/client/fetch';
4
- import { StandardLink } from '@orpc/client/standard';
5
- import { f as StandardOpenAPILinkOptions } from '../../shared/openapi-client.B5Lx5v-z.js';
4
+ import { f as StandardOpenAPILinkOptions, g as StandardOpenAPILink } from '../../shared/openapi-client.DArKvaqp.js';
5
+ import '@orpc/client/standard';
6
6
  import '@orpc/standard-server';
7
7
  import '@orpc/shared';
8
8
 
9
9
  interface OpenAPILinkOptions<T extends ClientContext> extends StandardOpenAPILinkOptions<T>, LinkFetchClientOptions<T> {
10
10
  }
11
- declare class OpenAPILink<T extends ClientContext> extends StandardLink<T> {
11
+ declare class OpenAPILink<T extends ClientContext> extends StandardOpenAPILink<T> {
12
12
  constructor(contract: AnyContractRouter, options: OpenAPILinkOptions<T>);
13
13
  }
14
14
 
@@ -1,19 +1,15 @@
1
1
  import { LinkFetchClient } from '@orpc/client/fetch';
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.DafIYU7J.mjs';
4
2
  import '@orpc/shared';
3
+ import { b as StandardOpenAPILink } from '../../shared/openapi-client.D89vdV2Y.mjs';
5
4
  import '@orpc/client';
5
+ import '@orpc/client/standard';
6
6
  import '@orpc/contract';
7
7
  import '@orpc/standard-server';
8
8
 
9
- class OpenAPILink extends StandardLink {
9
+ class OpenAPILink extends StandardOpenAPILink {
10
10
  constructor(contract, options) {
11
- const jsonSerializer = new StandardOpenAPIJsonSerializer(options);
12
- const bracketNotationSerializer = new StandardBracketNotationSerializer();
13
- const serializer = new StandardOpenAPISerializer(jsonSerializer, bracketNotationSerializer);
14
- const linkCodec = new StandardOpenapiLinkCodec(contract, serializer, options);
15
11
  const linkClient = new LinkFetchClient(options);
16
- super(linkCodec, linkClient, options);
12
+ super(contract, linkClient, options);
17
13
  }
18
14
  }
19
15
 
@@ -1,7 +1,7 @@
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';
1
+ export { S as StandardBracketNotationSerialized, a as StandardBracketNotationSerializer, c as StandardOpenAPICustomJsonSerializer, b as StandardOpenAPIJsonSerialized, e as StandardOpenAPIJsonSerializer, d as StandardOpenAPIJsonSerializerOptions, g as StandardOpenAPILink, f as StandardOpenAPILinkOptions, j as StandardOpenAPISerializeOptions, k as StandardOpenAPISerializer, i as StandardOpenapiLinkCodec, h as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.DArKvaqp.mjs';
2
2
  import { HTTPPath } from '@orpc/client';
3
- import '@orpc/client/standard';
4
3
  import '@orpc/contract';
4
+ import '@orpc/client/standard';
5
5
  import '@orpc/standard-server';
6
6
  import '@orpc/shared';
7
7
 
@@ -1,7 +1,7 @@
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';
1
+ export { S as StandardBracketNotationSerialized, a as StandardBracketNotationSerializer, c as StandardOpenAPICustomJsonSerializer, b as StandardOpenAPIJsonSerialized, e as StandardOpenAPIJsonSerializer, d as StandardOpenAPIJsonSerializerOptions, g as StandardOpenAPILink, f as StandardOpenAPILinkOptions, j as StandardOpenAPISerializeOptions, k as StandardOpenAPISerializer, i as StandardOpenapiLinkCodec, h as StandardOpenapiLinkCodecOptions } from '../../shared/openapi-client.DArKvaqp.js';
2
2
  import { HTTPPath } from '@orpc/client';
3
- import '@orpc/client/standard';
4
3
  import '@orpc/contract';
4
+ import '@orpc/client/standard';
5
5
  import '@orpc/standard-server';
6
6
  import '@orpc/shared';
7
7
 
@@ -1,6 +1,6 @@
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';
1
+ export { S as StandardBracketNotationSerializer, a as StandardOpenAPIJsonSerializer, b as StandardOpenAPILink, d as StandardOpenAPISerializer, c as StandardOpenapiLinkCodec, g as getDynamicParams, s as standardizeHTTPPath } from '../../shared/openapi-client.D89vdV2Y.mjs';
2
+ import '@orpc/client/standard';
2
3
  import '@orpc/shared';
3
4
  import '@orpc/client';
4
- import '@orpc/client/standard';
5
5
  import '@orpc/contract';
6
6
  import '@orpc/standard-server';
@@ -1,6 +1,6 @@
1
+ import { toHttpPath, getMalformedResponseErrorCode, StandardLink } from '@orpc/client/standard';
1
2
  import { isObject, value, get, isAsyncIteratorObject } from '@orpc/shared';
2
3
  import { isORPCErrorStatus, isORPCErrorJson, createORPCErrorFromJson, mapEventIterator, toORPCError } from '@orpc/client';
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';
6
6
 
@@ -400,4 +400,14 @@ class StandardOpenAPISerializer {
400
400
  }
401
401
  }
402
402
 
403
- export { StandardBracketNotationSerializer as S, StandardOpenAPIJsonSerializer as a, StandardOpenapiLinkCodec as b, StandardOpenAPISerializer as c, getDynamicParams as g, standardizeHTTPPath as s };
403
+ class StandardOpenAPILink extends StandardLink {
404
+ constructor(contract, linkClient, options) {
405
+ const jsonSerializer = new StandardOpenAPIJsonSerializer(options);
406
+ const bracketNotationSerializer = new StandardBracketNotationSerializer();
407
+ const serializer = new StandardOpenAPISerializer(jsonSerializer, bracketNotationSerializer);
408
+ const linkCodec = new StandardOpenapiLinkCodec(contract, serializer, options);
409
+ super(linkCodec, linkClient, options);
410
+ }
411
+ }
412
+
413
+ export { StandardBracketNotationSerializer as S, StandardOpenAPIJsonSerializer as a, StandardOpenAPILink as b, StandardOpenapiLinkCodec as c, StandardOpenAPISerializer as d, getDynamicParams as g, standardizeHTTPPath as s };
@@ -1,6 +1,6 @@
1
1
  import { ClientContext, ClientOptions } from '@orpc/client';
2
- import { StandardLinkCodec, StandardLinkOptions } from '@orpc/client/standard';
3
2
  import { AnyContractRouter } from '@orpc/contract';
3
+ import { StandardLinkCodec, StandardLinkOptions, StandardLink, StandardLinkClient } from '@orpc/client/standard';
4
4
  import { StandardHeaders, StandardRequest, StandardLazyResponse } from '@orpc/standard-server';
5
5
  import { Segment, Value } from '@orpc/shared';
6
6
 
@@ -71,5 +71,8 @@ declare class StandardOpenapiLinkCodec<T extends ClientContext> implements Stand
71
71
 
72
72
  interface StandardOpenAPILinkOptions<T extends ClientContext> extends StandardLinkOptions<T>, StandardOpenapiLinkCodecOptions<T>, StandardOpenAPIJsonSerializerOptions {
73
73
  }
74
+ declare class StandardOpenAPILink<T extends ClientContext> extends StandardLink<T> {
75
+ constructor(contract: AnyContractRouter, linkClient: StandardLinkClient<T>, options: StandardOpenAPILinkOptions<T>);
76
+ }
74
77
 
75
- export { type StandardBracketNotationSerialized as S, StandardBracketNotationSerializer as a, type StandardOpenAPIJsonSerialized as b, type StandardOpenAPICustomJsonSerializer as c, type StandardOpenAPIJsonSerializerOptions as d, StandardOpenAPIJsonSerializer as e, type StandardOpenAPILinkOptions as f, type StandardOpenapiLinkCodecOptions as g, StandardOpenapiLinkCodec as h, type StandardOpenAPISerializeOptions as i, StandardOpenAPISerializer as j };
78
+ export { type StandardBracketNotationSerialized as S, StandardBracketNotationSerializer as a, type StandardOpenAPIJsonSerialized as b, type StandardOpenAPICustomJsonSerializer as c, type StandardOpenAPIJsonSerializerOptions as d, StandardOpenAPIJsonSerializer as e, type StandardOpenAPILinkOptions as f, StandardOpenAPILink as g, type StandardOpenapiLinkCodecOptions as h, StandardOpenapiLinkCodec as i, type StandardOpenAPISerializeOptions as j, StandardOpenAPISerializer as k };
@@ -1,6 +1,6 @@
1
1
  import { ClientContext, ClientOptions } from '@orpc/client';
2
- import { StandardLinkCodec, StandardLinkOptions } from '@orpc/client/standard';
3
2
  import { AnyContractRouter } from '@orpc/contract';
3
+ import { StandardLinkCodec, StandardLinkOptions, StandardLink, StandardLinkClient } from '@orpc/client/standard';
4
4
  import { StandardHeaders, StandardRequest, StandardLazyResponse } from '@orpc/standard-server';
5
5
  import { Segment, Value } from '@orpc/shared';
6
6
 
@@ -71,5 +71,8 @@ declare class StandardOpenapiLinkCodec<T extends ClientContext> implements Stand
71
71
 
72
72
  interface StandardOpenAPILinkOptions<T extends ClientContext> extends StandardLinkOptions<T>, StandardOpenapiLinkCodecOptions<T>, StandardOpenAPIJsonSerializerOptions {
73
73
  }
74
+ declare class StandardOpenAPILink<T extends ClientContext> extends StandardLink<T> {
75
+ constructor(contract: AnyContractRouter, linkClient: StandardLinkClient<T>, options: StandardOpenAPILinkOptions<T>);
76
+ }
74
77
 
75
- export { type StandardBracketNotationSerialized as S, StandardBracketNotationSerializer as a, type StandardOpenAPIJsonSerialized as b, type StandardOpenAPICustomJsonSerializer as c, type StandardOpenAPIJsonSerializerOptions as d, StandardOpenAPIJsonSerializer as e, type StandardOpenAPILinkOptions as f, type StandardOpenapiLinkCodecOptions as g, StandardOpenapiLinkCodec as h, type StandardOpenAPISerializeOptions as i, StandardOpenAPISerializer as j };
78
+ export { type StandardBracketNotationSerialized as S, StandardBracketNotationSerializer as a, type StandardOpenAPIJsonSerialized as b, type StandardOpenAPICustomJsonSerializer as c, type StandardOpenAPIJsonSerializerOptions as d, StandardOpenAPIJsonSerializer as e, type StandardOpenAPILinkOptions as f, StandardOpenAPILink as g, type StandardOpenapiLinkCodecOptions as h, StandardOpenapiLinkCodec as i, type StandardOpenAPISerializeOptions as j, StandardOpenAPISerializer as k };
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.3ee2e95",
4
+ "version": "0.0.0-next.40c69eb",
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.3ee2e95",
38
- "@orpc/contract": "0.0.0-next.3ee2e95",
39
- "@orpc/shared": "0.0.0-next.3ee2e95",
40
- "@orpc/standard-server": "0.0.0-next.3ee2e95"
37
+ "@orpc/client": "0.0.0-next.40c69eb",
38
+ "@orpc/contract": "0.0.0-next.40c69eb",
39
+ "@orpc/shared": "0.0.0-next.40c69eb",
40
+ "@orpc/standard-server": "0.0.0-next.40c69eb"
41
41
  },
42
42
  "devDependencies": {
43
- "@orpc/server": "0.0.0-next.3ee2e95"
43
+ "@orpc/server": "0.0.0-next.40c69eb"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "unbuild",