@eudiplo/sdk-core 1.14.0-main.070d9f8

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.
@@ -0,0 +1 @@
1
+ export { C as Client, a as ClientOptions, b as Config, c as CreateClientConfig, O as Options, R as RequestOptions, d as RequestResult, e as ResolvedRequestOptions, f as ResponseStyle, T as TDataShape } from '../../types.gen-DDunhhsd.mjs';
@@ -0,0 +1 @@
1
+ export { C as Client, a as ClientOptions, b as Config, c as CreateClientConfig, O as Options, R as RequestOptions, d as RequestResult, e as ResolvedRequestOptions, f as ResponseStyle, T as TDataShape } from '../../types.gen-DDunhhsd.js';
@@ -0,0 +1,4 @@
1
+ 'use strict';
2
+
3
+ //# sourceMappingURL=types.gen.js.map
4
+ //# sourceMappingURL=types.gen.js.map
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=types.gen.mjs.map
3
+ //# sourceMappingURL=types.gen.mjs.map
@@ -0,0 +1,15 @@
1
+ import { C as Client, a as ClientOptions, b as Config } from '../types.gen-DDunhhsd.mjs';
2
+ import { aZ as ClientOptions$1 } from '../types.gen-CxMpZyVO.mjs';
3
+
4
+ /**
5
+ * The `createClientConfig()` function will be called on client initialization
6
+ * and the returned object will become the client's initial configuration.
7
+ *
8
+ * You may want to initialize your client this way instead of calling
9
+ * `setConfig()`. This is useful for example if you're using Next.js
10
+ * to ensure your client always has the correct values.
11
+ */
12
+ type CreateClientConfig<T extends ClientOptions = ClientOptions$1> = (override?: Config<ClientOptions & T>) => Config<Required<ClientOptions> & T>;
13
+ declare const client: Client;
14
+
15
+ export { type CreateClientConfig, client };
@@ -0,0 +1,15 @@
1
+ import { C as Client, a as ClientOptions, b as Config } from '../types.gen-DDunhhsd.js';
2
+ import { aZ as ClientOptions$1 } from '../types.gen-CxMpZyVO.js';
3
+
4
+ /**
5
+ * The `createClientConfig()` function will be called on client initialization
6
+ * and the returned object will become the client's initial configuration.
7
+ *
8
+ * You may want to initialize your client this way instead of calling
9
+ * `setConfig()`. This is useful for example if you're using Next.js
10
+ * to ensure your client always has the correct values.
11
+ */
12
+ type CreateClientConfig<T extends ClientOptions = ClientOptions$1> = (override?: Config<ClientOptions & T>) => Config<Required<ClientOptions> & T>;
13
+ declare const client: Client;
14
+
15
+ export { type CreateClientConfig, client };