Skip to content

Commit 1879881

Browse files
committed
Merge dev into feat/keybindable-commands
1 parent 2432448 commit 1879881

File tree

16 files changed

+16731
-6903
lines changed

16 files changed

+16731
-6903
lines changed

packages/sdk/js/openapi.json

Lines changed: 10537 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This file is auto-generated by @hey-api/openapi-ts
22

3-
import { type ClientOptions, type Config, createClient, createConfig } from "./client/index.js"
4-
import type { ClientOptions as ClientOptions2 } from "./types.gen.js"
3+
import { type ClientOptions, type Config, createClient, createConfig } from './client/index.js';
4+
import type { ClientOptions as ClientOptions2 } from './types.gen.js';
55

66
/**
77
* The `createClientConfig()` function will be called on client initialization
@@ -11,8 +11,6 @@ import type { ClientOptions as ClientOptions2 } from "./types.gen.js"
1111
* `setConfig()`. This is useful for example if you're using Next.js
1212
* to ensure your client always has the correct values.
1313
*/
14-
export type CreateClientConfig<T extends ClientOptions = ClientOptions2> = (
15-
override?: Config<ClientOptions & T>,
16-
) => Config<Required<ClientOptions> & T>
14+
export type CreateClientConfig<T extends ClientOptions = ClientOptions2> = (override?: Config<ClientOptions & T>) => Config<Required<ClientOptions> & T>;
1715

18-
export const client = createClient(createConfig<ClientOptions2>({ baseUrl: "http://localhost:4096" }))
16+
export const client = createClient(createConfig<ClientOptions2>({ baseUrl: 'http://localhost:4096' }));

0 commit comments

Comments
 (0)