@scalar/api-client 2.6.0 → 2.7.0

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.
Files changed (84) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/analytics.d.ts +2 -18
  3. package/dist/analytics.d.ts.map +1 -1
  4. package/dist/components/CodeInput/CodeInput.vue.d.ts +1 -1
  5. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  6. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +66 -42
  7. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  8. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
  9. package/dist/hooks/useAnalytics.d.ts +2 -18
  10. package/dist/hooks/useAnalytics.d.ts.map +1 -1
  11. package/dist/hooks/useClientConfig.d.ts +115 -112
  12. package/dist/hooks/useClientConfig.d.ts.map +1 -1
  13. package/dist/layouts/App/create-api-client-app.d.ts +1378 -1306
  14. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  15. package/dist/layouts/Modal/create-api-client-modal.d.ts +2752 -2608
  16. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  17. package/dist/layouts/Web/create-api-client-web.d.ts +1378 -1306
  18. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  19. package/dist/libs/create-client.d.ts +1378 -1306
  20. package/dist/libs/create-client.d.ts.map +1 -1
  21. package/dist/libs/find-request.d.ts +17 -17
  22. package/dist/libs/find-request.d.ts.map +1 -1
  23. package/dist/libs/hot-keys.d.ts +1 -1
  24. package/dist/libs/local-storage.d.ts.map +1 -1
  25. package/dist/libs/send-request/build-request-security.d.ts +1 -1
  26. package/dist/libs/send-request/create-fetch-body.d.ts +1 -1
  27. package/dist/libs/send-request/create-request-operation.test.d.ts +82 -82
  28. package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
  29. package/dist/plugins/plugin-manager.d.ts +1 -1
  30. package/dist/store/active-entities.d.ts +118 -118
  31. package/dist/store/active-entities.d.ts.map +1 -1
  32. package/dist/store/collections.d.ts +127 -127
  33. package/dist/store/collections.d.ts.map +1 -1
  34. package/dist/store/cookies.d.ts +14 -14
  35. package/dist/store/environment.d.ts +23 -23
  36. package/dist/store/request-example.d.ts +546 -546
  37. package/dist/store/request-example.d.ts.map +1 -1
  38. package/dist/store/requests.d.ts +194 -194
  39. package/dist/store/requests.d.ts.map +1 -1
  40. package/dist/store/security-schemes.d.ts +281 -281
  41. package/dist/store/security-schemes.d.ts.map +1 -1
  42. package/dist/store/servers.d.ts +45 -45
  43. package/dist/store/servers.d.ts.map +1 -1
  44. package/dist/store/store.d.ts +1378 -1306
  45. package/dist/store/store.d.ts.map +1 -1
  46. package/dist/store/store.js +18 -18
  47. package/dist/store/tags.d.ts +35 -35
  48. package/dist/store/tags.d.ts.map +1 -1
  49. package/dist/store/workspace.d.ts +47 -47
  50. package/dist/store/workspace.d.ts.map +1 -1
  51. package/dist/style.css +1 -1
  52. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.test.d.ts +2 -0
  53. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.test.d.ts.map +1 -0
  54. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.d.ts +25 -0
  55. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.d.ts.map +1 -0
  56. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.js +30 -0
  57. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue2.js +4 -0
  58. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts.map +1 -1
  59. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +3 -3
  60. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +102 -95
  61. package/dist/v2/blocks/operation-code-sample/helpers/find-client.js +16 -14
  62. package/dist/v2/blocks/operation-code-sample/helpers/generate-client-options.js +31 -2
  63. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts +6 -1
  64. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts.map +1 -1
  65. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +198 -131
  66. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.bench.d.ts +2 -0
  67. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.bench.d.ts.map +1 -0
  68. package/dist/v2/blocks/operation-code-sample/index.d.ts +4 -1
  69. package/dist/v2/blocks/operation-code-sample/index.d.ts.map +1 -1
  70. package/dist/v2/blocks/operation-code-sample/index.js +10 -4
  71. package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts +2 -6
  72. package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts.map +1 -1
  73. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +54 -54
  74. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  75. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts +54 -54
  76. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
  77. package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +1 -1
  78. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  79. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +1 -1
  80. package/dist/views/Request/libs/auth.d.ts +2 -2
  81. package/dist/views/Request/libs/watch-mode.d.ts +4 -4
  82. package/dist/views/Request/libs/watch-mode.d.ts.map +1 -1
  83. package/dist/views/Request/libs/watch-mode.js +241 -186
  84. package/package.json +25 -20
@@ -5,66 +5,68 @@ export declare const CLIENT_CONFIGURATION_SYMBOL: InjectionKey<Ref<ApiClientConf
5
5
  export declare const useClientConfig: () => Ref<{
6
6
  hideClientButton: boolean;
7
7
  showSidebar: boolean;
8
- operationTitleSource: "path" | "summary";
9
- theme: "alternate" | "default" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
8
+ showToolbar: "never" | "always" | "localhost";
9
+ operationTitleSource: "summary" | "path";
10
+ theme: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
10
11
  persistAuth: boolean;
11
12
  telemetry: boolean;
12
- title?: string | undefined | undefined;
13
- url?: string | undefined | undefined;
14
- content?: string | Record<string, any> | ((...args: unknown[]) => Record<string, any>) | null | undefined;
15
- slug?: string | undefined | undefined;
13
+ url?: string | undefined;
14
+ content?: string | Record<string, any> | import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>> | null | undefined;
15
+ title?: string | undefined;
16
+ slug?: string | undefined;
16
17
  spec?: {
17
- title?: string | undefined | undefined;
18
- url?: string | undefined | undefined;
19
- content?: string | Record<string, any> | ((...args: unknown[]) => Record<string, any>) | null | undefined;
20
- slug?: string | undefined | undefined;
18
+ url?: string | undefined;
19
+ content?: string | Record<string, any> | import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>> | null | undefined;
20
+ title?: string | undefined;
21
+ slug?: string | undefined;
21
22
  } | undefined;
22
23
  authentication?: any;
23
- baseServerURL?: string | undefined | undefined;
24
- proxyUrl?: string | undefined | undefined;
25
- searchHotKey?: "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | undefined | undefined;
26
- servers?: any[] | undefined | undefined;
27
- _integration?: "go" | "rust" | "elysiajs" | "fastify" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "svelte" | "vue" | null | undefined | undefined;
28
- onRequestSent?: ((args_0: string, ...args: unknown[]) => void) | undefined | undefined;
29
- plugins?: ((...args: unknown[]) => {
30
- name: string;
31
- views?: {
32
- "request.section"?: {
33
- title?: string | undefined;
34
- component?: unknown;
35
- props?: Record<string, any> | undefined;
36
- }[] | undefined;
37
- "response.section"?: {
38
- title?: string | undefined;
39
- component?: unknown;
40
- props?: Record<string, any> | undefined;
41
- }[] | undefined;
42
- } | undefined;
43
- hooks?: {
44
- onBeforeRequest?: ((args_0: {
45
- request: Request;
46
- }, ...args: unknown[]) => void | Promise<void>) | undefined;
47
- onResponseReceived?: ((args_0: {
48
- response: Response;
49
- operation: Record<string, any>;
50
- }, ...args: unknown[]) => void | Promise<void>) | undefined;
51
- } | undefined;
52
- })[] | undefined | undefined;
24
+ baseServerURL?: string | undefined;
25
+ proxyUrl?: string | undefined;
26
+ searchHotKey?: "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | undefined;
27
+ servers?: any[] | undefined;
28
+ _integration?: "elysiajs" | "fastify" | "go" | "rust" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "svelte" | "vue" | null | undefined;
29
+ onRequestSent?: import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [import("zod").ZodString], null>, import("zod").ZodVoid> | undefined;
30
+ plugins?: import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodObject<{
31
+ name: import("zod").ZodString;
32
+ views: import("zod").ZodOptional<import("zod").ZodObject<{
33
+ "request.section": import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
34
+ title: import("zod").ZodOptional<import("zod").ZodString>;
35
+ component: import("zod").ZodUnknown;
36
+ props: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
37
+ }, import("zod/v4/core").$strip>>>;
38
+ "response.section": import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
39
+ title: import("zod").ZodOptional<import("zod").ZodString>;
40
+ component: import("zod").ZodUnknown;
41
+ props: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
42
+ }, import("zod/v4/core").$strip>>>;
43
+ }, import("zod/v4/core").$strip>>;
44
+ hooks: import("zod").ZodOptional<import("zod").ZodObject<{
45
+ onBeforeRequest: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<readonly [import("zod").ZodObject<{
46
+ request: import("zod").ZodCustom<Request, Request>;
47
+ }, import("zod/v4/core").$strip>], null>, import("zod").ZodUnion<readonly [import("zod").ZodVoid, import("zod").ZodPromise<import("zod").ZodVoid>]>>>;
48
+ onResponseReceived: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<readonly [import("zod").ZodObject<{
49
+ response: import("zod").ZodCustom<Response, Response>;
50
+ operation: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>;
51
+ }, import("zod/v4/core").$strip>], null>, import("zod").ZodUnion<readonly [import("zod").ZodVoid, import("zod").ZodPromise<import("zod").ZodVoid>]>>>;
52
+ }, import("zod/v4/core").$strip>>;
53
+ }, import("zod/v4/core").$strip>>[] | undefined;
53
54
  }, {
54
55
  hideClientButton: boolean;
55
56
  showSidebar: boolean;
56
- operationTitleSource: "path" | "summary";
57
- theme: "alternate" | "default" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
57
+ showToolbar: "never" | "always" | "localhost";
58
+ operationTitleSource: "summary" | "path";
59
+ theme: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
58
60
  persistAuth: boolean;
59
61
  telemetry: boolean;
60
- title?: string | undefined;
61
62
  url?: string | undefined;
62
- content?: string | Record<string, any> | ((...args: unknown[]) => Record<string, any>) | null | undefined;
63
+ content?: string | Record<string, any> | import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>> | null | undefined;
64
+ title?: string | undefined;
63
65
  slug?: string | undefined;
64
66
  spec?: {
65
- title?: string | undefined;
66
67
  url?: string | undefined;
67
- content?: string | Record<string, any> | ((...args: unknown[]) => Record<string, any>) | null | undefined;
68
+ content?: string | Record<string, any> | import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>> | null | undefined;
69
+ title?: string | undefined;
68
70
  slug?: string | undefined;
69
71
  } | undefined;
70
72
  authentication?: any;
@@ -72,79 +74,80 @@ export declare const useClientConfig: () => Ref<{
72
74
  proxyUrl?: string | undefined;
73
75
  searchHotKey?: "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | undefined;
74
76
  servers?: any[] | undefined;
75
- _integration?: "go" | "rust" | "elysiajs" | "fastify" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "svelte" | "vue" | null | undefined;
76
- onRequestSent?: ((args_0: string, ...args: unknown[]) => void) | undefined;
77
- plugins?: ((...args: unknown[]) => {
78
- name: string;
79
- views?: {
80
- "request.section"?: {
81
- title?: string | undefined;
82
- component?: unknown;
83
- props?: Record<string, any> | undefined;
84
- }[] | undefined;
85
- "response.section"?: {
86
- title?: string | undefined;
87
- component?: unknown;
88
- props?: Record<string, any> | undefined;
89
- }[] | undefined;
90
- } | undefined;
91
- hooks?: {
92
- onBeforeRequest?: ((args_0: {
93
- request: Request;
94
- }, ...args: unknown[]) => void | Promise<void>) | undefined;
95
- onResponseReceived?: ((args_0: {
96
- response: Response;
97
- operation: Record<string, any>;
98
- }, ...args: unknown[]) => void | Promise<void>) | undefined;
99
- } | undefined;
100
- })[] | undefined;
77
+ _integration?: "elysiajs" | "fastify" | "go" | "rust" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "svelte" | "vue" | null | undefined;
78
+ onRequestSent?: import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [import("zod").ZodString], null>, import("zod").ZodVoid> | undefined;
79
+ plugins?: import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodObject<{
80
+ name: import("zod").ZodString;
81
+ views: import("zod").ZodOptional<import("zod").ZodObject<{
82
+ "request.section": import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
83
+ title: import("zod").ZodOptional<import("zod").ZodString>;
84
+ component: import("zod").ZodUnknown;
85
+ props: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
86
+ }, import("zod/v4/core").$strip>>>;
87
+ "response.section": import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
88
+ title: import("zod").ZodOptional<import("zod").ZodString>;
89
+ component: import("zod").ZodUnknown;
90
+ props: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
91
+ }, import("zod/v4/core").$strip>>>;
92
+ }, import("zod/v4/core").$strip>>;
93
+ hooks: import("zod").ZodOptional<import("zod").ZodObject<{
94
+ onBeforeRequest: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<readonly [import("zod").ZodObject<{
95
+ request: import("zod").ZodCustom<Request, Request>;
96
+ }, import("zod/v4/core").$strip>], null>, import("zod").ZodUnion<readonly [import("zod").ZodVoid, import("zod").ZodPromise<import("zod").ZodVoid>]>>>;
97
+ onResponseReceived: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<readonly [import("zod").ZodObject<{
98
+ response: import("zod").ZodCustom<Response, Response>;
99
+ operation: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>;
100
+ }, import("zod/v4/core").$strip>], null>, import("zod").ZodUnion<readonly [import("zod").ZodVoid, import("zod").ZodPromise<import("zod").ZodVoid>]>>>;
101
+ }, import("zod/v4/core").$strip>>;
102
+ }, import("zod/v4/core").$strip>>[] | undefined;
101
103
  } | {
102
104
  hideClientButton: boolean;
103
105
  showSidebar: boolean;
104
- operationTitleSource: "path" | "summary";
105
- theme: "alternate" | "default" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
106
+ showToolbar: "never" | "always" | "localhost";
107
+ operationTitleSource: "summary" | "path";
108
+ theme: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
106
109
  persistAuth: boolean;
107
110
  telemetry: boolean;
108
- title?: string | undefined | undefined;
109
- url?: string | undefined | undefined;
110
- content?: string | Record<string, any> | ((...args: unknown[]) => Record<string, any>) | null | undefined;
111
- slug?: string | undefined | undefined;
111
+ url?: string | undefined;
112
+ content?: string | Record<string, any> | import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>> | null | undefined;
113
+ title?: string | undefined;
114
+ slug?: string | undefined;
112
115
  spec?: {
113
- title?: string | undefined | undefined;
114
- url?: string | undefined | undefined;
115
- content?: string | Record<string, any> | ((...args: unknown[]) => Record<string, any>) | null | undefined;
116
- slug?: string | undefined | undefined;
116
+ url?: string | undefined;
117
+ content?: string | Record<string, any> | import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>> | null | undefined;
118
+ title?: string | undefined;
119
+ slug?: string | undefined;
117
120
  } | undefined;
118
121
  authentication?: any;
119
- baseServerURL?: string | undefined | undefined;
120
- proxyUrl?: string | undefined | undefined;
121
- searchHotKey?: "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | undefined | undefined;
122
- servers?: any[] | undefined | undefined;
123
- _integration?: "go" | "rust" | "elysiajs" | "fastify" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "svelte" | "vue" | null | undefined | undefined;
124
- onRequestSent?: ((args_0: string, ...args: unknown[]) => void) | undefined | undefined;
125
- plugins?: ((...args: unknown[]) => {
126
- name: string;
127
- views?: {
128
- "request.section"?: {
129
- title?: string | undefined;
130
- component?: unknown;
131
- props?: Record<string, any> | undefined;
132
- }[] | undefined;
133
- "response.section"?: {
134
- title?: string | undefined;
135
- component?: unknown;
136
- props?: Record<string, any> | undefined;
137
- }[] | undefined;
138
- } | undefined;
139
- hooks?: {
140
- onBeforeRequest?: ((args_0: {
141
- request: Request;
142
- }, ...args: unknown[]) => void | Promise<void>) | undefined;
143
- onResponseReceived?: ((args_0: {
144
- response: Response;
145
- operation: Record<string, any>;
146
- }, ...args: unknown[]) => void | Promise<void>) | undefined;
147
- } | undefined;
148
- })[] | undefined | undefined;
122
+ baseServerURL?: string | undefined;
123
+ proxyUrl?: string | undefined;
124
+ searchHotKey?: "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | undefined;
125
+ servers?: any[] | undefined;
126
+ _integration?: "elysiajs" | "fastify" | "go" | "rust" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "svelte" | "vue" | null | undefined;
127
+ onRequestSent?: import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [import("zod").ZodString], null>, import("zod").ZodVoid> | undefined;
128
+ plugins?: import("zod/v4/core").$InferOuterFunctionType<import("zod").ZodTuple<readonly [], null>, import("zod").ZodObject<{
129
+ name: import("zod").ZodString;
130
+ views: import("zod").ZodOptional<import("zod").ZodObject<{
131
+ "request.section": import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
132
+ title: import("zod").ZodOptional<import("zod").ZodString>;
133
+ component: import("zod").ZodUnknown;
134
+ props: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
135
+ }, import("zod/v4/core").$strip>>>;
136
+ "response.section": import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
137
+ title: import("zod").ZodOptional<import("zod").ZodString>;
138
+ component: import("zod").ZodUnknown;
139
+ props: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>>;
140
+ }, import("zod/v4/core").$strip>>>;
141
+ }, import("zod/v4/core").$strip>>;
142
+ hooks: import("zod").ZodOptional<import("zod").ZodObject<{
143
+ onBeforeRequest: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<readonly [import("zod").ZodObject<{
144
+ request: import("zod").ZodCustom<Request, Request>;
145
+ }, import("zod/v4/core").$strip>], null>, import("zod").ZodUnion<readonly [import("zod").ZodVoid, import("zod").ZodPromise<import("zod").ZodVoid>]>>>;
146
+ onResponseReceived: import("zod").ZodOptional<import("zod").ZodFunction<import("zod").ZodTuple<readonly [import("zod").ZodObject<{
147
+ response: import("zod").ZodCustom<Response, Response>;
148
+ operation: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodAny>;
149
+ }, import("zod/v4/core").$strip>], null>, import("zod").ZodUnion<readonly [import("zod").ZodVoid, import("zod").ZodPromise<import("zod").ZodVoid>]>>>;
150
+ }, import("zod/v4/core").$strip>>;
151
+ }, import("zod/v4/core").$strip>>[] | undefined;
149
152
  }>;
150
153
  //# sourceMappingURL=useClientConfig.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useClientConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useClientConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAgC,MAAM,6BAA6B,CAAA;AACvG,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,GAAG,EAAe,MAAM,KAAK,CAAA;AAE9D,eAAO,MAAM,2BAA2B,EAAe,YAAY,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC,CAAA;AAEhG,0DAA0D;AAC1D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;sCACiod,GAAI;gBAAuD,GAAG;;aAAyD,CAAC;6BAAiC,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;8BAA8F,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;;aAAoG,CAAC;2BAA+B,CAAC;;eAA8D,GAAI;8BAAqF,CAAC;;;eAAgH,GAAI;;;;;;;;;;;;+CAA/yD,GAAG;;;aAAsH,CAAC;WAAiC,CAAC;eAAqC,CAAC,mCAAmC,GAAG;YAAyE,CAAC;;;;;;;;sCAA6pB,GAAI;gBAAuD,GAAG;;aAAyD,CAAC;6BAAiC,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;8BAA8F,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;;aAAoG,CAAC;2BAA+B,CAAC;;eAA8D,GAAI;8BAAqF,CAAC;;;eAAgH,GAAI;;;;;;;;;;;;;;;;;;;;;;;;;;sCAAh2B,GAAI;gBAAuD,GAAG;;aAAyD,CAAC;6BAAiC,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;8BAA8F,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;;aAAoG,CAAC;2BAA+B,CAAC;;eAA8D,GAAI;8BAAqF,CAAC;;;eAAgH,GAAI;;;EADx4e,CAAA"}
1
+ {"version":3,"file":"useClientConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useClientConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAgC,MAAM,6BAA6B,CAAA;AACvG,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,GAAG,EAAe,MAAM,KAAK,CAAA;AAE9D,eAAO,MAAM,2BAA2B,EAAe,YAAY,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC,CAAA;AAEhG,0DAA0D;AAC1D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAyF,CAAA"}