@scalar/workspace-store 0.6.0 → 0.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.
- package/CHANGELOG.md +19 -0
- package/README.md +47 -1
- package/dist/client.d.ts +11713 -11143
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +27 -2
- package/dist/client.js.map +2 -2
- package/dist/helpers/json-path-utils.d.ts +1 -1
- package/dist/helpers/json-path-utils.d.ts.map +1 -1
- package/dist/helpers/json-path-utils.js.map +2 -2
- package/dist/helpers/merge-object.d.ts +23 -0
- package/dist/helpers/merge-object.d.ts.map +1 -0
- package/dist/helpers/merge-object.js +20 -0
- package/dist/helpers/merge-object.js.map +7 -0
- package/dist/schemas/reference-config/appearance.d.ts +13 -0
- package/dist/schemas/reference-config/appearance.d.ts.map +1 -0
- package/dist/schemas/reference-config/appearance.js +26 -0
- package/dist/schemas/reference-config/appearance.js.map +7 -0
- package/dist/schemas/reference-config/features.d.ts +15 -0
- package/dist/schemas/reference-config/features.d.ts.map +1 -0
- package/dist/schemas/reference-config/features.js +30 -0
- package/dist/schemas/reference-config/features.js.map +7 -0
- package/dist/schemas/reference-config/index.d.ts +53 -0
- package/dist/schemas/reference-config/index.d.ts.map +1 -0
- package/dist/schemas/reference-config/index.js +66 -0
- package/dist/schemas/reference-config/index.js.map +7 -0
- package/dist/schemas/reference-config/meta.d.ts +12 -0
- package/dist/schemas/reference-config/meta.d.ts.map +1 -0
- package/dist/schemas/reference-config/meta.js +24 -0
- package/dist/schemas/reference-config/meta.js.map +7 -0
- package/dist/schemas/reference-config/routing.d.ts +8 -0
- package/dist/schemas/reference-config/routing.d.ts.map +1 -0
- package/dist/schemas/reference-config/routing.js +16 -0
- package/dist/schemas/reference-config/routing.js.map +7 -0
- package/dist/schemas/reference-config/settings.d.ts +8 -0
- package/dist/schemas/reference-config/settings.d.ts.map +1 -0
- package/dist/schemas/reference-config/settings.js +16 -0
- package/dist/schemas/reference-config/settings.js.map +7 -0
- package/dist/schemas/v3.1/strict/components.d.ts +167 -40
- package/dist/schemas/v3.1/strict/components.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/header.d.ts +2 -0
- package/dist/schemas/v3.1/strict/header.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/media-header-encoding.d.ts +6 -0
- package/dist/schemas/v3.1/strict/media-header-encoding.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/media-type.d.ts +1 -0
- package/dist/schemas/v3.1/strict/media-type.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts +73 -2
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.js +44 -7
- package/dist/schemas/v3.1/strict/oauth-flow.js.map +2 -2
- package/dist/schemas/v3.1/strict/oauthflows.d.ts +11 -10
- package/dist/schemas/v3.1/strict/oauthflows.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauthflows.js +11 -8
- package/dist/schemas/v3.1/strict/oauthflows.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +11 -2
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/parameter.d.ts +11 -5
- package/dist/schemas/v3.1/strict/parameter.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/parameter.js +1 -1
- package/dist/schemas/v3.1/strict/parameter.js.map +2 -2
- package/dist/schemas/v3.1/strict/path-item.d.ts +5 -2
- package/dist/schemas/v3.1/strict/path-item.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/path-operations.d.ts +158 -32
- package/dist/schemas/v3.1/strict/path-operations.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/paths.d.ts +71 -14
- package/dist/schemas/v3.1/strict/paths.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/request-body.d.ts +2 -0
- package/dist/schemas/v3.1/strict/request-body.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/response.d.ts +4 -0
- package/dist/schemas/v3.1/strict/response.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/responses.d.ts +4 -0
- package/dist/schemas/v3.1/strict/responses.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.d.ts +6 -1
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +7 -2
- package/dist/schemas/v3.1/strict/schema.js.map +2 -2
- package/dist/schemas/v3.1/strict/security-scheme.d.ts +22 -20
- package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
- package/dist/schemas/v3.1/type-guard.d.ts +5 -0
- package/dist/schemas/v3.1/type-guard.d.ts.map +1 -1
- package/dist/schemas/v3.1/type-guard.js +1 -3
- package/dist/schemas/v3.1/type-guard.js.map +2 -2
- package/dist/server.d.ts +640 -614
- package/dist/server.d.ts.map +1 -1
- package/dist/types.d.ts +57 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -0
- package/dist/types.js.map +7 -0
- package/package.json +18 -6
package/dist/server.d.ts
CHANGED
|
@@ -80,10 +80,29 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
80
80
|
deprecated?: boolean | undefined;
|
|
81
81
|
allowEmptyValue?: boolean | undefined;
|
|
82
82
|
name: string;
|
|
83
|
-
in:
|
|
83
|
+
in: "query" | "header" | "path" | "cookie";
|
|
84
84
|
} & {
|
|
85
85
|
[x: `x-${string}`]: unknown;
|
|
86
86
|
} & {
|
|
87
|
+
examples?: {
|
|
88
|
+
[x: string]: ({
|
|
89
|
+
summary?: string | undefined;
|
|
90
|
+
description?: string | undefined;
|
|
91
|
+
$ref: string;
|
|
92
|
+
} & {
|
|
93
|
+
$status?: "loading" | "error" | undefined;
|
|
94
|
+
$global?: boolean | undefined;
|
|
95
|
+
} & {
|
|
96
|
+
[x: `x-${string}`]: unknown;
|
|
97
|
+
}) | ({
|
|
98
|
+
summary?: string | undefined;
|
|
99
|
+
description?: string | undefined;
|
|
100
|
+
value?: any;
|
|
101
|
+
externalValue?: string | undefined;
|
|
102
|
+
} & {
|
|
103
|
+
[x: `x-${string}`]: unknown;
|
|
104
|
+
});
|
|
105
|
+
} | undefined;
|
|
87
106
|
style?: string | undefined;
|
|
88
107
|
explode?: boolean | undefined;
|
|
89
108
|
schema?: ({
|
|
@@ -120,6 +139,7 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
120
139
|
[x: `x-${string}`]: unknown;
|
|
121
140
|
}) | undefined;
|
|
122
141
|
example?: any;
|
|
142
|
+
examples?: unknown[] | undefined;
|
|
123
143
|
} & {
|
|
124
144
|
[x: `x-${string}`]: unknown;
|
|
125
145
|
} & {
|
|
@@ -127,25 +147,6 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
127
147
|
} & {
|
|
128
148
|
[x: string]: unknown;
|
|
129
149
|
}) | undefined;
|
|
130
|
-
examples?: {
|
|
131
|
-
[x: string]: ({
|
|
132
|
-
summary?: string | undefined;
|
|
133
|
-
description?: string | undefined;
|
|
134
|
-
$ref: string;
|
|
135
|
-
} & {
|
|
136
|
-
$status?: "loading" | "error" | undefined;
|
|
137
|
-
$global?: boolean | undefined;
|
|
138
|
-
} & {
|
|
139
|
-
[x: `x-${string}`]: unknown;
|
|
140
|
-
}) | ({
|
|
141
|
-
summary?: string | undefined;
|
|
142
|
-
description?: string | undefined;
|
|
143
|
-
value?: any;
|
|
144
|
-
externalValue?: string | undefined;
|
|
145
|
-
} & {
|
|
146
|
-
[x: `x-${string}`]: unknown;
|
|
147
|
-
});
|
|
148
|
-
} | undefined;
|
|
149
150
|
example: any;
|
|
150
151
|
}) | ({
|
|
151
152
|
description?: string | undefined;
|
|
@@ -153,13 +154,32 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
153
154
|
deprecated?: boolean | undefined;
|
|
154
155
|
allowEmptyValue?: boolean | undefined;
|
|
155
156
|
name: string;
|
|
156
|
-
in:
|
|
157
|
+
in: "query" | "header" | "path" | "cookie";
|
|
157
158
|
} & {
|
|
158
159
|
[x: `x-${string}`]: unknown;
|
|
159
160
|
} & {
|
|
160
161
|
content?: {
|
|
161
162
|
[x: string]: {
|
|
162
163
|
example?: any;
|
|
164
|
+
examples?: {
|
|
165
|
+
[x: string]: ({
|
|
166
|
+
summary?: string | undefined;
|
|
167
|
+
description?: string | undefined;
|
|
168
|
+
value?: any;
|
|
169
|
+
externalValue?: string | undefined;
|
|
170
|
+
} & {
|
|
171
|
+
[x: `x-${string}`]: unknown;
|
|
172
|
+
}) | ({
|
|
173
|
+
summary?: string | undefined;
|
|
174
|
+
description?: string | undefined;
|
|
175
|
+
$ref: string;
|
|
176
|
+
} & {
|
|
177
|
+
$status?: "loading" | "error" | undefined;
|
|
178
|
+
$global?: boolean | undefined;
|
|
179
|
+
} & {
|
|
180
|
+
[x: `x-${string}`]: unknown;
|
|
181
|
+
});
|
|
182
|
+
} | undefined;
|
|
163
183
|
schema?: ({
|
|
164
184
|
discriminator?: ({
|
|
165
185
|
mapping?: {
|
|
@@ -185,6 +205,7 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
185
205
|
[x: `x-${string}`]: unknown;
|
|
186
206
|
}) | undefined;
|
|
187
207
|
example?: any;
|
|
208
|
+
examples?: unknown[] | undefined;
|
|
188
209
|
} & {
|
|
189
210
|
[x: `x-${string}`]: unknown;
|
|
190
211
|
} & {
|
|
@@ -192,25 +213,6 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
192
213
|
} & {
|
|
193
214
|
[x: string]: unknown;
|
|
194
215
|
}) | undefined;
|
|
195
|
-
examples?: {
|
|
196
|
-
[x: string]: ({
|
|
197
|
-
summary?: string | undefined;
|
|
198
|
-
description?: string | undefined;
|
|
199
|
-
value?: any;
|
|
200
|
-
externalValue?: string | undefined;
|
|
201
|
-
} & {
|
|
202
|
-
[x: `x-${string}`]: unknown;
|
|
203
|
-
}) | ({
|
|
204
|
-
summary?: string | undefined;
|
|
205
|
-
description?: string | undefined;
|
|
206
|
-
$ref: string;
|
|
207
|
-
} & {
|
|
208
|
-
$status?: "loading" | "error" | undefined;
|
|
209
|
-
$global?: boolean | undefined;
|
|
210
|
-
} & {
|
|
211
|
-
[x: `x-${string}`]: unknown;
|
|
212
|
-
});
|
|
213
|
-
} | undefined;
|
|
214
216
|
encoding?: {
|
|
215
217
|
[x: string]: {
|
|
216
218
|
contentType?: string | undefined;
|
|
@@ -231,9 +233,37 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
231
233
|
} & {
|
|
232
234
|
[x: `x-${string}`]: unknown;
|
|
233
235
|
} & {
|
|
236
|
+
examples?: {
|
|
237
|
+
[x: string]: ({
|
|
238
|
+
summary?: string | undefined;
|
|
239
|
+
description?: string | undefined;
|
|
240
|
+
value?: any;
|
|
241
|
+
externalValue?: string | undefined;
|
|
242
|
+
} & {
|
|
243
|
+
[x: `x-${string}`]: unknown;
|
|
244
|
+
}) | ({
|
|
245
|
+
summary?: string | undefined;
|
|
246
|
+
description?: string | undefined;
|
|
247
|
+
$ref: string;
|
|
248
|
+
} & {
|
|
249
|
+
$status?: "loading" | "error" | undefined;
|
|
250
|
+
$global?: boolean | undefined;
|
|
251
|
+
} & {
|
|
252
|
+
[x: `x-${string}`]: unknown;
|
|
253
|
+
});
|
|
254
|
+
} | undefined;
|
|
234
255
|
style?: string | undefined;
|
|
235
256
|
explode?: boolean | undefined;
|
|
236
257
|
schema?: ({
|
|
258
|
+
summary?: string | undefined;
|
|
259
|
+
description?: string | undefined;
|
|
260
|
+
$ref: string;
|
|
261
|
+
} & {
|
|
262
|
+
$status?: "loading" | "error" | undefined;
|
|
263
|
+
$global?: boolean | undefined;
|
|
264
|
+
} & {
|
|
265
|
+
[x: `x-${string}`]: unknown;
|
|
266
|
+
}) | ({
|
|
237
267
|
discriminator?: ({
|
|
238
268
|
mapping?: {
|
|
239
269
|
[x: string]: string;
|
|
@@ -258,41 +288,14 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
258
288
|
[x: `x-${string}`]: unknown;
|
|
259
289
|
}) | undefined;
|
|
260
290
|
example?: any;
|
|
291
|
+
examples?: unknown[] | undefined;
|
|
261
292
|
} & {
|
|
262
293
|
[x: `x-${string}`]: unknown;
|
|
263
294
|
} & {
|
|
264
295
|
'x-tags'?: string[] | undefined;
|
|
265
296
|
} & {
|
|
266
297
|
[x: string]: unknown;
|
|
267
|
-
}) | ({
|
|
268
|
-
summary?: string | undefined;
|
|
269
|
-
description?: string | undefined;
|
|
270
|
-
$ref: string;
|
|
271
|
-
} & {
|
|
272
|
-
$status?: "loading" | "error" | undefined;
|
|
273
|
-
$global?: boolean | undefined;
|
|
274
|
-
} & {
|
|
275
|
-
[x: `x-${string}`]: unknown;
|
|
276
298
|
}) | undefined;
|
|
277
|
-
examples?: {
|
|
278
|
-
[x: string]: ({
|
|
279
|
-
summary?: string | undefined;
|
|
280
|
-
description?: string | undefined;
|
|
281
|
-
value?: any;
|
|
282
|
-
externalValue?: string | undefined;
|
|
283
|
-
} & {
|
|
284
|
-
[x: `x-${string}`]: unknown;
|
|
285
|
-
}) | ({
|
|
286
|
-
summary?: string | undefined;
|
|
287
|
-
description?: string | undefined;
|
|
288
|
-
$ref: string;
|
|
289
|
-
} & {
|
|
290
|
-
$status?: "loading" | "error" | undefined;
|
|
291
|
-
$global?: boolean | undefined;
|
|
292
|
-
} & {
|
|
293
|
-
[x: `x-${string}`]: unknown;
|
|
294
|
-
});
|
|
295
|
-
} | undefined;
|
|
296
299
|
example: any;
|
|
297
300
|
}) | ({
|
|
298
301
|
description?: string | undefined;
|
|
@@ -332,6 +335,25 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
332
335
|
content: {
|
|
333
336
|
[x: string]: {
|
|
334
337
|
example?: any;
|
|
338
|
+
examples?: {
|
|
339
|
+
[x: string]: ({
|
|
340
|
+
summary?: string | undefined;
|
|
341
|
+
description?: string | undefined;
|
|
342
|
+
value?: any;
|
|
343
|
+
externalValue?: string | undefined;
|
|
344
|
+
} & {
|
|
345
|
+
[x: `x-${string}`]: unknown;
|
|
346
|
+
}) | ({
|
|
347
|
+
summary?: string | undefined;
|
|
348
|
+
description?: string | undefined;
|
|
349
|
+
$ref: string;
|
|
350
|
+
} & {
|
|
351
|
+
$status?: "loading" | "error" | undefined;
|
|
352
|
+
$global?: boolean | undefined;
|
|
353
|
+
} & {
|
|
354
|
+
[x: `x-${string}`]: unknown;
|
|
355
|
+
});
|
|
356
|
+
} | undefined;
|
|
335
357
|
schema?: ({
|
|
336
358
|
discriminator?: ({
|
|
337
359
|
mapping?: {
|
|
@@ -357,6 +379,7 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
357
379
|
[x: `x-${string}`]: unknown;
|
|
358
380
|
}) | undefined;
|
|
359
381
|
example?: any;
|
|
382
|
+
examples?: unknown[] | undefined;
|
|
360
383
|
} & {
|
|
361
384
|
[x: `x-${string}`]: unknown;
|
|
362
385
|
} & {
|
|
@@ -364,25 +387,6 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
364
387
|
} & {
|
|
365
388
|
[x: string]: unknown;
|
|
366
389
|
}) | undefined;
|
|
367
|
-
examples?: {
|
|
368
|
-
[x: string]: ({
|
|
369
|
-
summary?: string | undefined;
|
|
370
|
-
description?: string | undefined;
|
|
371
|
-
value?: any;
|
|
372
|
-
externalValue?: string | undefined;
|
|
373
|
-
} & {
|
|
374
|
-
[x: `x-${string}`]: unknown;
|
|
375
|
-
}) | ({
|
|
376
|
-
summary?: string | undefined;
|
|
377
|
-
description?: string | undefined;
|
|
378
|
-
$ref: string;
|
|
379
|
-
} & {
|
|
380
|
-
$status?: "loading" | "error" | undefined;
|
|
381
|
-
$global?: boolean | undefined;
|
|
382
|
-
} & {
|
|
383
|
-
[x: `x-${string}`]: unknown;
|
|
384
|
-
});
|
|
385
|
-
} | undefined;
|
|
386
390
|
encoding?: {
|
|
387
391
|
[x: string]: {
|
|
388
392
|
contentType?: string | undefined;
|
|
@@ -403,9 +407,37 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
403
407
|
} & {
|
|
404
408
|
[x: `x-${string}`]: unknown;
|
|
405
409
|
} & {
|
|
410
|
+
examples?: {
|
|
411
|
+
[x: string]: ({
|
|
412
|
+
summary?: string | undefined;
|
|
413
|
+
description?: string | undefined;
|
|
414
|
+
value?: any;
|
|
415
|
+
externalValue?: string | undefined;
|
|
416
|
+
} & {
|
|
417
|
+
[x: `x-${string}`]: unknown;
|
|
418
|
+
}) | ({
|
|
419
|
+
summary?: string | undefined;
|
|
420
|
+
description?: string | undefined;
|
|
421
|
+
$ref: string;
|
|
422
|
+
} & {
|
|
423
|
+
$status?: "loading" | "error" | undefined;
|
|
424
|
+
$global?: boolean | undefined;
|
|
425
|
+
} & {
|
|
426
|
+
[x: `x-${string}`]: unknown;
|
|
427
|
+
});
|
|
428
|
+
} | undefined;
|
|
406
429
|
style?: string | undefined;
|
|
407
430
|
explode?: boolean | undefined;
|
|
408
431
|
schema?: ({
|
|
432
|
+
summary?: string | undefined;
|
|
433
|
+
description?: string | undefined;
|
|
434
|
+
$ref: string;
|
|
435
|
+
} & {
|
|
436
|
+
$status?: "loading" | "error" | undefined;
|
|
437
|
+
$global?: boolean | undefined;
|
|
438
|
+
} & {
|
|
439
|
+
[x: `x-${string}`]: unknown;
|
|
440
|
+
}) | ({
|
|
409
441
|
discriminator?: ({
|
|
410
442
|
mapping?: {
|
|
411
443
|
[x: string]: string;
|
|
@@ -430,41 +462,14 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
430
462
|
[x: `x-${string}`]: unknown;
|
|
431
463
|
}) | undefined;
|
|
432
464
|
example?: any;
|
|
465
|
+
examples?: unknown[] | undefined;
|
|
433
466
|
} & {
|
|
434
467
|
[x: `x-${string}`]: unknown;
|
|
435
468
|
} & {
|
|
436
469
|
'x-tags'?: string[] | undefined;
|
|
437
470
|
} & {
|
|
438
471
|
[x: string]: unknown;
|
|
439
|
-
}) | ({
|
|
440
|
-
summary?: string | undefined;
|
|
441
|
-
description?: string | undefined;
|
|
442
|
-
$ref: string;
|
|
443
|
-
} & {
|
|
444
|
-
$status?: "loading" | "error" | undefined;
|
|
445
|
-
$global?: boolean | undefined;
|
|
446
|
-
} & {
|
|
447
|
-
[x: `x-${string}`]: unknown;
|
|
448
472
|
}) | undefined;
|
|
449
|
-
examples?: {
|
|
450
|
-
[x: string]: ({
|
|
451
|
-
summary?: string | undefined;
|
|
452
|
-
description?: string | undefined;
|
|
453
|
-
value?: any;
|
|
454
|
-
externalValue?: string | undefined;
|
|
455
|
-
} & {
|
|
456
|
-
[x: `x-${string}`]: unknown;
|
|
457
|
-
}) | ({
|
|
458
|
-
summary?: string | undefined;
|
|
459
|
-
description?: string | undefined;
|
|
460
|
-
$ref: string;
|
|
461
|
-
} & {
|
|
462
|
-
$status?: "loading" | "error" | undefined;
|
|
463
|
-
$global?: boolean | undefined;
|
|
464
|
-
} & {
|
|
465
|
-
[x: `x-${string}`]: unknown;
|
|
466
|
-
});
|
|
467
|
-
} | undefined;
|
|
468
473
|
example: any;
|
|
469
474
|
}) | ({
|
|
470
475
|
description?: string | undefined;
|
|
@@ -511,9 +516,37 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
511
516
|
} & {
|
|
512
517
|
[x: `x-${string}`]: unknown;
|
|
513
518
|
} & {
|
|
519
|
+
examples?: {
|
|
520
|
+
[x: string]: ({
|
|
521
|
+
summary?: string | undefined;
|
|
522
|
+
description?: string | undefined;
|
|
523
|
+
value?: any;
|
|
524
|
+
externalValue?: string | undefined;
|
|
525
|
+
} & {
|
|
526
|
+
[x: `x-${string}`]: unknown;
|
|
527
|
+
}) | ({
|
|
528
|
+
summary?: string | undefined;
|
|
529
|
+
description?: string | undefined;
|
|
530
|
+
$ref: string;
|
|
531
|
+
} & {
|
|
532
|
+
$status?: "loading" | "error" | undefined;
|
|
533
|
+
$global?: boolean | undefined;
|
|
534
|
+
} & {
|
|
535
|
+
[x: `x-${string}`]: unknown;
|
|
536
|
+
});
|
|
537
|
+
} | undefined;
|
|
514
538
|
style?: string | undefined;
|
|
515
539
|
explode?: boolean | undefined;
|
|
516
540
|
schema?: ({
|
|
541
|
+
summary?: string | undefined;
|
|
542
|
+
description?: string | undefined;
|
|
543
|
+
$ref: string;
|
|
544
|
+
} & {
|
|
545
|
+
$status?: "loading" | "error" | undefined;
|
|
546
|
+
$global?: boolean | undefined;
|
|
547
|
+
} & {
|
|
548
|
+
[x: `x-${string}`]: unknown;
|
|
549
|
+
}) | ({
|
|
517
550
|
discriminator?: ({
|
|
518
551
|
mapping?: {
|
|
519
552
|
[x: string]: string;
|
|
@@ -538,41 +571,14 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
538
571
|
[x: `x-${string}`]: unknown;
|
|
539
572
|
}) | undefined;
|
|
540
573
|
example?: any;
|
|
574
|
+
examples?: unknown[] | undefined;
|
|
541
575
|
} & {
|
|
542
576
|
[x: `x-${string}`]: unknown;
|
|
543
577
|
} & {
|
|
544
578
|
'x-tags'?: string[] | undefined;
|
|
545
579
|
} & {
|
|
546
580
|
[x: string]: unknown;
|
|
547
|
-
}) | ({
|
|
548
|
-
summary?: string | undefined;
|
|
549
|
-
description?: string | undefined;
|
|
550
|
-
$ref: string;
|
|
551
|
-
} & {
|
|
552
|
-
$status?: "loading" | "error" | undefined;
|
|
553
|
-
$global?: boolean | undefined;
|
|
554
|
-
} & {
|
|
555
|
-
[x: `x-${string}`]: unknown;
|
|
556
581
|
}) | undefined;
|
|
557
|
-
examples?: {
|
|
558
|
-
[x: string]: ({
|
|
559
|
-
summary?: string | undefined;
|
|
560
|
-
description?: string | undefined;
|
|
561
|
-
$ref: string;
|
|
562
|
-
} & {
|
|
563
|
-
$status?: "loading" | "error" | undefined;
|
|
564
|
-
$global?: boolean | undefined;
|
|
565
|
-
} & {
|
|
566
|
-
[x: `x-${string}`]: unknown;
|
|
567
|
-
}) | ({
|
|
568
|
-
summary?: string | undefined;
|
|
569
|
-
description?: string | undefined;
|
|
570
|
-
value?: any;
|
|
571
|
-
externalValue?: string | undefined;
|
|
572
|
-
} & {
|
|
573
|
-
[x: `x-${string}`]: unknown;
|
|
574
|
-
});
|
|
575
|
-
} | undefined;
|
|
576
582
|
example: any;
|
|
577
583
|
}) | ({
|
|
578
584
|
description?: string | undefined;
|
|
@@ -584,6 +590,25 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
584
590
|
content?: {
|
|
585
591
|
[x: string]: {
|
|
586
592
|
example?: any;
|
|
593
|
+
examples?: {
|
|
594
|
+
[x: string]: ({
|
|
595
|
+
summary?: string | undefined;
|
|
596
|
+
description?: string | undefined;
|
|
597
|
+
value?: any;
|
|
598
|
+
externalValue?: string | undefined;
|
|
599
|
+
} & {
|
|
600
|
+
[x: `x-${string}`]: unknown;
|
|
601
|
+
}) | ({
|
|
602
|
+
summary?: string | undefined;
|
|
603
|
+
description?: string | undefined;
|
|
604
|
+
$ref: string;
|
|
605
|
+
} & {
|
|
606
|
+
$status?: "loading" | "error" | undefined;
|
|
607
|
+
$global?: boolean | undefined;
|
|
608
|
+
} & {
|
|
609
|
+
[x: `x-${string}`]: unknown;
|
|
610
|
+
});
|
|
611
|
+
} | undefined;
|
|
587
612
|
schema?: ({
|
|
588
613
|
discriminator?: ({
|
|
589
614
|
mapping?: {
|
|
@@ -609,6 +634,7 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
609
634
|
[x: `x-${string}`]: unknown;
|
|
610
635
|
}) | undefined;
|
|
611
636
|
example?: any;
|
|
637
|
+
examples?: unknown[] | undefined;
|
|
612
638
|
} & {
|
|
613
639
|
[x: `x-${string}`]: unknown;
|
|
614
640
|
} & {
|
|
@@ -616,25 +642,6 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
616
642
|
} & {
|
|
617
643
|
[x: string]: unknown;
|
|
618
644
|
}) | undefined;
|
|
619
|
-
examples?: {
|
|
620
|
-
[x: string]: ({
|
|
621
|
-
summary?: string | undefined;
|
|
622
|
-
description?: string | undefined;
|
|
623
|
-
$ref: string;
|
|
624
|
-
} & {
|
|
625
|
-
$status?: "loading" | "error" | undefined;
|
|
626
|
-
$global?: boolean | undefined;
|
|
627
|
-
} & {
|
|
628
|
-
[x: `x-${string}`]: unknown;
|
|
629
|
-
}) | ({
|
|
630
|
-
summary?: string | undefined;
|
|
631
|
-
description?: string | undefined;
|
|
632
|
-
value?: any;
|
|
633
|
-
externalValue?: string | undefined;
|
|
634
|
-
} & {
|
|
635
|
-
[x: `x-${string}`]: unknown;
|
|
636
|
-
});
|
|
637
|
-
} | undefined;
|
|
638
645
|
encoding?: {
|
|
639
646
|
[x: string]: {
|
|
640
647
|
contentType?: string | undefined;
|
|
@@ -646,9 +653,37 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
646
653
|
} & {
|
|
647
654
|
[x: `x-${string}`]: unknown;
|
|
648
655
|
} & {
|
|
656
|
+
examples?: {
|
|
657
|
+
[x: string]: ({
|
|
658
|
+
summary?: string | undefined;
|
|
659
|
+
description?: string | undefined;
|
|
660
|
+
value?: any;
|
|
661
|
+
externalValue?: string | undefined;
|
|
662
|
+
} & {
|
|
663
|
+
[x: `x-${string}`]: unknown;
|
|
664
|
+
}) | ({
|
|
665
|
+
summary?: string | undefined;
|
|
666
|
+
description?: string | undefined;
|
|
667
|
+
$ref: string;
|
|
668
|
+
} & {
|
|
669
|
+
$status?: "loading" | "error" | undefined;
|
|
670
|
+
$global?: boolean | undefined;
|
|
671
|
+
} & {
|
|
672
|
+
[x: `x-${string}`]: unknown;
|
|
673
|
+
});
|
|
674
|
+
} | undefined;
|
|
649
675
|
style?: string | undefined;
|
|
650
676
|
explode?: boolean | undefined;
|
|
651
677
|
schema?: ({
|
|
678
|
+
summary?: string | undefined;
|
|
679
|
+
description?: string | undefined;
|
|
680
|
+
$ref: string;
|
|
681
|
+
} & {
|
|
682
|
+
$status?: "loading" | "error" | undefined;
|
|
683
|
+
$global?: boolean | undefined;
|
|
684
|
+
} & {
|
|
685
|
+
[x: `x-${string}`]: unknown;
|
|
686
|
+
}) | ({
|
|
652
687
|
discriminator?: ({
|
|
653
688
|
mapping?: {
|
|
654
689
|
[x: string]: string;
|
|
@@ -673,41 +708,14 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
673
708
|
[x: `x-${string}`]: unknown;
|
|
674
709
|
}) | undefined;
|
|
675
710
|
example?: any;
|
|
711
|
+
examples?: unknown[] | undefined;
|
|
676
712
|
} & {
|
|
677
713
|
[x: `x-${string}`]: unknown;
|
|
678
714
|
} & {
|
|
679
715
|
'x-tags'?: string[] | undefined;
|
|
680
716
|
} & {
|
|
681
717
|
[x: string]: unknown;
|
|
682
|
-
}) | ({
|
|
683
|
-
summary?: string | undefined;
|
|
684
|
-
description?: string | undefined;
|
|
685
|
-
$ref: string;
|
|
686
|
-
} & {
|
|
687
|
-
$status?: "loading" | "error" | undefined;
|
|
688
|
-
$global?: boolean | undefined;
|
|
689
|
-
} & {
|
|
690
|
-
[x: `x-${string}`]: unknown;
|
|
691
718
|
}) | undefined;
|
|
692
|
-
examples?: {
|
|
693
|
-
[x: string]: ({
|
|
694
|
-
summary?: string | undefined;
|
|
695
|
-
description?: string | undefined;
|
|
696
|
-
$ref: string;
|
|
697
|
-
} & {
|
|
698
|
-
$status?: "loading" | "error" | undefined;
|
|
699
|
-
$global?: boolean | undefined;
|
|
700
|
-
} & {
|
|
701
|
-
[x: `x-${string}`]: unknown;
|
|
702
|
-
}) | ({
|
|
703
|
-
summary?: string | undefined;
|
|
704
|
-
description?: string | undefined;
|
|
705
|
-
value?: any;
|
|
706
|
-
externalValue?: string | undefined;
|
|
707
|
-
} & {
|
|
708
|
-
[x: `x-${string}`]: unknown;
|
|
709
|
-
});
|
|
710
|
-
} | undefined;
|
|
711
719
|
example: any;
|
|
712
720
|
}) | ({
|
|
713
721
|
description?: string | undefined;
|
|
@@ -748,6 +756,25 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
748
756
|
content?: {
|
|
749
757
|
[x: string]: {
|
|
750
758
|
example?: any;
|
|
759
|
+
examples?: {
|
|
760
|
+
[x: string]: ({
|
|
761
|
+
summary?: string | undefined;
|
|
762
|
+
description?: string | undefined;
|
|
763
|
+
value?: any;
|
|
764
|
+
externalValue?: string | undefined;
|
|
765
|
+
} & {
|
|
766
|
+
[x: `x-${string}`]: unknown;
|
|
767
|
+
}) | ({
|
|
768
|
+
summary?: string | undefined;
|
|
769
|
+
description?: string | undefined;
|
|
770
|
+
$ref: string;
|
|
771
|
+
} & {
|
|
772
|
+
$status?: "loading" | "error" | undefined;
|
|
773
|
+
$global?: boolean | undefined;
|
|
774
|
+
} & {
|
|
775
|
+
[x: `x-${string}`]: unknown;
|
|
776
|
+
});
|
|
777
|
+
} | undefined;
|
|
751
778
|
schema?: ({
|
|
752
779
|
discriminator?: ({
|
|
753
780
|
mapping?: {
|
|
@@ -773,6 +800,7 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
773
800
|
[x: `x-${string}`]: unknown;
|
|
774
801
|
}) | undefined;
|
|
775
802
|
example?: any;
|
|
803
|
+
examples?: unknown[] | undefined;
|
|
776
804
|
} & {
|
|
777
805
|
[x: `x-${string}`]: unknown;
|
|
778
806
|
} & {
|
|
@@ -780,25 +808,6 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
780
808
|
} & {
|
|
781
809
|
[x: string]: unknown;
|
|
782
810
|
}) | undefined;
|
|
783
|
-
examples?: {
|
|
784
|
-
[x: string]: ({
|
|
785
|
-
summary?: string | undefined;
|
|
786
|
-
description?: string | undefined;
|
|
787
|
-
value?: any;
|
|
788
|
-
externalValue?: string | undefined;
|
|
789
|
-
} & {
|
|
790
|
-
[x: `x-${string}`]: unknown;
|
|
791
|
-
}) | ({
|
|
792
|
-
summary?: string | undefined;
|
|
793
|
-
description?: string | undefined;
|
|
794
|
-
$ref: string;
|
|
795
|
-
} & {
|
|
796
|
-
$status?: "loading" | "error" | undefined;
|
|
797
|
-
$global?: boolean | undefined;
|
|
798
|
-
} & {
|
|
799
|
-
[x: `x-${string}`]: unknown;
|
|
800
|
-
});
|
|
801
|
-
} | undefined;
|
|
802
811
|
encoding?: {
|
|
803
812
|
[x: string]: {
|
|
804
813
|
contentType?: string | undefined;
|
|
@@ -819,9 +828,37 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
819
828
|
} & {
|
|
820
829
|
[x: `x-${string}`]: unknown;
|
|
821
830
|
} & {
|
|
831
|
+
examples?: {
|
|
832
|
+
[x: string]: ({
|
|
833
|
+
summary?: string | undefined;
|
|
834
|
+
description?: string | undefined;
|
|
835
|
+
value?: any;
|
|
836
|
+
externalValue?: string | undefined;
|
|
837
|
+
} & {
|
|
838
|
+
[x: `x-${string}`]: unknown;
|
|
839
|
+
}) | ({
|
|
840
|
+
summary?: string | undefined;
|
|
841
|
+
description?: string | undefined;
|
|
842
|
+
$ref: string;
|
|
843
|
+
} & {
|
|
844
|
+
$status?: "loading" | "error" | undefined;
|
|
845
|
+
$global?: boolean | undefined;
|
|
846
|
+
} & {
|
|
847
|
+
[x: `x-${string}`]: unknown;
|
|
848
|
+
});
|
|
849
|
+
} | undefined;
|
|
822
850
|
style?: string | undefined;
|
|
823
851
|
explode?: boolean | undefined;
|
|
824
852
|
schema?: ({
|
|
853
|
+
summary?: string | undefined;
|
|
854
|
+
description?: string | undefined;
|
|
855
|
+
$ref: string;
|
|
856
|
+
} & {
|
|
857
|
+
$status?: "loading" | "error" | undefined;
|
|
858
|
+
$global?: boolean | undefined;
|
|
859
|
+
} & {
|
|
860
|
+
[x: `x-${string}`]: unknown;
|
|
861
|
+
}) | ({
|
|
825
862
|
discriminator?: ({
|
|
826
863
|
mapping?: {
|
|
827
864
|
[x: string]: string;
|
|
@@ -846,41 +883,14 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
846
883
|
[x: `x-${string}`]: unknown;
|
|
847
884
|
}) | undefined;
|
|
848
885
|
example?: any;
|
|
886
|
+
examples?: unknown[] | undefined;
|
|
849
887
|
} & {
|
|
850
888
|
[x: `x-${string}`]: unknown;
|
|
851
889
|
} & {
|
|
852
890
|
'x-tags'?: string[] | undefined;
|
|
853
891
|
} & {
|
|
854
892
|
[x: string]: unknown;
|
|
855
|
-
}) | ({
|
|
856
|
-
summary?: string | undefined;
|
|
857
|
-
description?: string | undefined;
|
|
858
|
-
$ref: string;
|
|
859
|
-
} & {
|
|
860
|
-
$status?: "loading" | "error" | undefined;
|
|
861
|
-
$global?: boolean | undefined;
|
|
862
|
-
} & {
|
|
863
|
-
[x: `x-${string}`]: unknown;
|
|
864
893
|
}) | undefined;
|
|
865
|
-
examples?: {
|
|
866
|
-
[x: string]: ({
|
|
867
|
-
summary?: string | undefined;
|
|
868
|
-
description?: string | undefined;
|
|
869
|
-
value?: any;
|
|
870
|
-
externalValue?: string | undefined;
|
|
871
|
-
} & {
|
|
872
|
-
[x: `x-${string}`]: unknown;
|
|
873
|
-
}) | ({
|
|
874
|
-
summary?: string | undefined;
|
|
875
|
-
description?: string | undefined;
|
|
876
|
-
$ref: string;
|
|
877
|
-
} & {
|
|
878
|
-
$status?: "loading" | "error" | undefined;
|
|
879
|
-
$global?: boolean | undefined;
|
|
880
|
-
} & {
|
|
881
|
-
[x: `x-${string}`]: unknown;
|
|
882
|
-
});
|
|
883
|
-
} | undefined;
|
|
884
894
|
example: any;
|
|
885
895
|
}) | ({
|
|
886
896
|
description?: string | undefined;
|
|
@@ -998,10 +1008,29 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
998
1008
|
deprecated?: boolean | undefined;
|
|
999
1009
|
allowEmptyValue?: boolean | undefined;
|
|
1000
1010
|
name: string;
|
|
1001
|
-
in:
|
|
1011
|
+
in: "query" | "header" | "path" | "cookie";
|
|
1002
1012
|
} & {
|
|
1003
1013
|
[x: `x-${string}`]: unknown;
|
|
1004
1014
|
} & {
|
|
1015
|
+
examples?: {
|
|
1016
|
+
[x: string]: ({
|
|
1017
|
+
summary?: string | undefined;
|
|
1018
|
+
description?: string | undefined;
|
|
1019
|
+
$ref: string;
|
|
1020
|
+
} & {
|
|
1021
|
+
$status?: "loading" | "error" | undefined;
|
|
1022
|
+
$global?: boolean | undefined;
|
|
1023
|
+
} & {
|
|
1024
|
+
[x: `x-${string}`]: unknown;
|
|
1025
|
+
}) | ({
|
|
1026
|
+
summary?: string | undefined;
|
|
1027
|
+
description?: string | undefined;
|
|
1028
|
+
value?: any;
|
|
1029
|
+
externalValue?: string | undefined;
|
|
1030
|
+
} & {
|
|
1031
|
+
[x: `x-${string}`]: unknown;
|
|
1032
|
+
});
|
|
1033
|
+
} | undefined;
|
|
1005
1034
|
style?: string | undefined;
|
|
1006
1035
|
explode?: boolean | undefined;
|
|
1007
1036
|
schema?: ({
|
|
@@ -1038,6 +1067,7 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
1038
1067
|
[x: `x-${string}`]: unknown;
|
|
1039
1068
|
}) | undefined;
|
|
1040
1069
|
example?: any;
|
|
1070
|
+
examples?: unknown[] | undefined;
|
|
1041
1071
|
} & {
|
|
1042
1072
|
[x: `x-${string}`]: unknown;
|
|
1043
1073
|
} & {
|
|
@@ -1045,25 +1075,6 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
1045
1075
|
} & {
|
|
1046
1076
|
[x: string]: unknown;
|
|
1047
1077
|
}) | undefined;
|
|
1048
|
-
examples?: {
|
|
1049
|
-
[x: string]: ({
|
|
1050
|
-
summary?: string | undefined;
|
|
1051
|
-
description?: string | undefined;
|
|
1052
|
-
$ref: string;
|
|
1053
|
-
} & {
|
|
1054
|
-
$status?: "loading" | "error" | undefined;
|
|
1055
|
-
$global?: boolean | undefined;
|
|
1056
|
-
} & {
|
|
1057
|
-
[x: `x-${string}`]: unknown;
|
|
1058
|
-
}) | ({
|
|
1059
|
-
summary?: string | undefined;
|
|
1060
|
-
description?: string | undefined;
|
|
1061
|
-
value?: any;
|
|
1062
|
-
externalValue?: string | undefined;
|
|
1063
|
-
} & {
|
|
1064
|
-
[x: `x-${string}`]: unknown;
|
|
1065
|
-
});
|
|
1066
|
-
} | undefined;
|
|
1067
1078
|
example: any;
|
|
1068
1079
|
}) | ({
|
|
1069
1080
|
description?: string | undefined;
|
|
@@ -1071,17 +1082,36 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
1071
1082
|
deprecated?: boolean | undefined;
|
|
1072
1083
|
allowEmptyValue?: boolean | undefined;
|
|
1073
1084
|
name: string;
|
|
1074
|
-
in:
|
|
1085
|
+
in: "query" | "header" | "path" | "cookie";
|
|
1075
1086
|
} & {
|
|
1076
1087
|
[x: `x-${string}`]: unknown;
|
|
1077
1088
|
} & {
|
|
1078
1089
|
content?: {
|
|
1079
1090
|
[x: string]: {
|
|
1080
1091
|
example?: any;
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1092
|
+
examples?: {
|
|
1093
|
+
[x: string]: ({
|
|
1094
|
+
summary?: string | undefined;
|
|
1095
|
+
description?: string | undefined;
|
|
1096
|
+
value?: any;
|
|
1097
|
+
externalValue?: string | undefined;
|
|
1098
|
+
} & {
|
|
1099
|
+
[x: `x-${string}`]: unknown;
|
|
1100
|
+
}) | ({
|
|
1101
|
+
summary?: string | undefined;
|
|
1102
|
+
description?: string | undefined;
|
|
1103
|
+
$ref: string;
|
|
1104
|
+
} & {
|
|
1105
|
+
$status?: "loading" | "error" | undefined;
|
|
1106
|
+
$global?: boolean | undefined;
|
|
1107
|
+
} & {
|
|
1108
|
+
[x: `x-${string}`]: unknown;
|
|
1109
|
+
});
|
|
1110
|
+
} | undefined;
|
|
1111
|
+
schema?: ({
|
|
1112
|
+
discriminator?: ({
|
|
1113
|
+
mapping?: {
|
|
1114
|
+
[x: string]: string;
|
|
1085
1115
|
} | undefined;
|
|
1086
1116
|
propertyName: string;
|
|
1087
1117
|
} & {
|
|
@@ -1103,6 +1133,7 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
1103
1133
|
[x: `x-${string}`]: unknown;
|
|
1104
1134
|
}) | undefined;
|
|
1105
1135
|
example?: any;
|
|
1136
|
+
examples?: unknown[] | undefined;
|
|
1106
1137
|
} & {
|
|
1107
1138
|
[x: `x-${string}`]: unknown;
|
|
1108
1139
|
} & {
|
|
@@ -1110,25 +1141,6 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
1110
1141
|
} & {
|
|
1111
1142
|
[x: string]: unknown;
|
|
1112
1143
|
}) | undefined;
|
|
1113
|
-
examples?: {
|
|
1114
|
-
[x: string]: ({
|
|
1115
|
-
summary?: string | undefined;
|
|
1116
|
-
description?: string | undefined;
|
|
1117
|
-
value?: any;
|
|
1118
|
-
externalValue?: string | undefined;
|
|
1119
|
-
} & {
|
|
1120
|
-
[x: `x-${string}`]: unknown;
|
|
1121
|
-
}) | ({
|
|
1122
|
-
summary?: string | undefined;
|
|
1123
|
-
description?: string | undefined;
|
|
1124
|
-
$ref: string;
|
|
1125
|
-
} & {
|
|
1126
|
-
$status?: "loading" | "error" | undefined;
|
|
1127
|
-
$global?: boolean | undefined;
|
|
1128
|
-
} & {
|
|
1129
|
-
[x: `x-${string}`]: unknown;
|
|
1130
|
-
});
|
|
1131
|
-
} | undefined;
|
|
1132
1144
|
encoding?: {
|
|
1133
1145
|
[x: string]: {
|
|
1134
1146
|
contentType?: string | undefined;
|
|
@@ -1149,9 +1161,37 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
1149
1161
|
} & {
|
|
1150
1162
|
[x: `x-${string}`]: unknown;
|
|
1151
1163
|
} & {
|
|
1164
|
+
examples?: {
|
|
1165
|
+
[x: string]: ({
|
|
1166
|
+
summary?: string | undefined;
|
|
1167
|
+
description?: string | undefined;
|
|
1168
|
+
value?: any;
|
|
1169
|
+
externalValue?: string | undefined;
|
|
1170
|
+
} & {
|
|
1171
|
+
[x: `x-${string}`]: unknown;
|
|
1172
|
+
}) | ({
|
|
1173
|
+
summary?: string | undefined;
|
|
1174
|
+
description?: string | undefined;
|
|
1175
|
+
$ref: string;
|
|
1176
|
+
} & {
|
|
1177
|
+
$status?: "loading" | "error" | undefined;
|
|
1178
|
+
$global?: boolean | undefined;
|
|
1179
|
+
} & {
|
|
1180
|
+
[x: `x-${string}`]: unknown;
|
|
1181
|
+
});
|
|
1182
|
+
} | undefined;
|
|
1152
1183
|
style?: string | undefined;
|
|
1153
1184
|
explode?: boolean | undefined;
|
|
1154
1185
|
schema?: ({
|
|
1186
|
+
summary?: string | undefined;
|
|
1187
|
+
description?: string | undefined;
|
|
1188
|
+
$ref: string;
|
|
1189
|
+
} & {
|
|
1190
|
+
$status?: "loading" | "error" | undefined;
|
|
1191
|
+
$global?: boolean | undefined;
|
|
1192
|
+
} & {
|
|
1193
|
+
[x: `x-${string}`]: unknown;
|
|
1194
|
+
}) | ({
|
|
1155
1195
|
discriminator?: ({
|
|
1156
1196
|
mapping?: {
|
|
1157
1197
|
[x: string]: string;
|
|
@@ -1176,41 +1216,14 @@ export declare function filterHttpMethodsOnly(paths: PathsObject): Record<string
|
|
|
1176
1216
|
[x: `x-${string}`]: unknown;
|
|
1177
1217
|
}) | undefined;
|
|
1178
1218
|
example?: any;
|
|
1219
|
+
examples?: unknown[] | undefined;
|
|
1179
1220
|
} & {
|
|
1180
1221
|
[x: `x-${string}`]: unknown;
|
|
1181
1222
|
} & {
|
|
1182
1223
|
'x-tags'?: string[] | undefined;
|
|
1183
1224
|
} & {
|
|
1184
1225
|
[x: string]: unknown;
|
|
1185
|
-
}) | ({
|
|
1186
|
-
summary?: string | undefined;
|
|
1187
|
-
description?: string | undefined;
|
|
1188
|
-
$ref: string;
|
|
1189
|
-
} & {
|
|
1190
|
-
$status?: "loading" | "error" | undefined;
|
|
1191
|
-
$global?: boolean | undefined;
|
|
1192
|
-
} & {
|
|
1193
|
-
[x: `x-${string}`]: unknown;
|
|
1194
1226
|
}) | undefined;
|
|
1195
|
-
examples?: {
|
|
1196
|
-
[x: string]: ({
|
|
1197
|
-
summary?: string | undefined;
|
|
1198
|
-
description?: string | undefined;
|
|
1199
|
-
value?: any;
|
|
1200
|
-
externalValue?: string | undefined;
|
|
1201
|
-
} & {
|
|
1202
|
-
[x: `x-${string}`]: unknown;
|
|
1203
|
-
}) | ({
|
|
1204
|
-
summary?: string | undefined;
|
|
1205
|
-
description?: string | undefined;
|
|
1206
|
-
$ref: string;
|
|
1207
|
-
} & {
|
|
1208
|
-
$status?: "loading" | "error" | undefined;
|
|
1209
|
-
$global?: boolean | undefined;
|
|
1210
|
-
} & {
|
|
1211
|
-
[x: `x-${string}`]: unknown;
|
|
1212
|
-
});
|
|
1213
|
-
} | undefined;
|
|
1214
1227
|
example: any;
|
|
1215
1228
|
}) | ({
|
|
1216
1229
|
description?: string | undefined;
|
|
@@ -1376,10 +1389,29 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1376
1389
|
deprecated?: boolean | undefined;
|
|
1377
1390
|
allowEmptyValue?: boolean | undefined;
|
|
1378
1391
|
name: string;
|
|
1379
|
-
in:
|
|
1392
|
+
in: "query" | "header" | "path" | "cookie";
|
|
1380
1393
|
} & {
|
|
1381
1394
|
[x: `x-${string}`]: unknown;
|
|
1382
1395
|
} & {
|
|
1396
|
+
examples?: {
|
|
1397
|
+
[x: string]: ({
|
|
1398
|
+
summary?: string | undefined;
|
|
1399
|
+
description?: string | undefined;
|
|
1400
|
+
$ref: string;
|
|
1401
|
+
} & {
|
|
1402
|
+
$status?: "loading" | "error" | undefined;
|
|
1403
|
+
$global?: boolean | undefined;
|
|
1404
|
+
} & {
|
|
1405
|
+
[x: `x-${string}`]: unknown;
|
|
1406
|
+
}) | ({
|
|
1407
|
+
summary?: string | undefined;
|
|
1408
|
+
description?: string | undefined;
|
|
1409
|
+
value?: any;
|
|
1410
|
+
externalValue?: string | undefined;
|
|
1411
|
+
} & {
|
|
1412
|
+
[x: `x-${string}`]: unknown;
|
|
1413
|
+
});
|
|
1414
|
+
} | undefined;
|
|
1383
1415
|
style?: string | undefined;
|
|
1384
1416
|
explode?: boolean | undefined;
|
|
1385
1417
|
schema?: ({
|
|
@@ -1416,6 +1448,7 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1416
1448
|
[x: `x-${string}`]: unknown;
|
|
1417
1449
|
}) | undefined;
|
|
1418
1450
|
example?: any;
|
|
1451
|
+
examples?: unknown[] | undefined;
|
|
1419
1452
|
} & {
|
|
1420
1453
|
[x: `x-${string}`]: unknown;
|
|
1421
1454
|
} & {
|
|
@@ -1423,25 +1456,6 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1423
1456
|
} & {
|
|
1424
1457
|
[x: string]: unknown;
|
|
1425
1458
|
}) | undefined;
|
|
1426
|
-
examples?: {
|
|
1427
|
-
[x: string]: ({
|
|
1428
|
-
summary?: string | undefined;
|
|
1429
|
-
description?: string | undefined;
|
|
1430
|
-
$ref: string;
|
|
1431
|
-
} & {
|
|
1432
|
-
$status?: "loading" | "error" | undefined;
|
|
1433
|
-
$global?: boolean | undefined;
|
|
1434
|
-
} & {
|
|
1435
|
-
[x: `x-${string}`]: unknown;
|
|
1436
|
-
}) | ({
|
|
1437
|
-
summary?: string | undefined;
|
|
1438
|
-
description?: string | undefined;
|
|
1439
|
-
value?: any;
|
|
1440
|
-
externalValue?: string | undefined;
|
|
1441
|
-
} & {
|
|
1442
|
-
[x: `x-${string}`]: unknown;
|
|
1443
|
-
});
|
|
1444
|
-
} | undefined;
|
|
1445
1459
|
example: any;
|
|
1446
1460
|
}) | ({
|
|
1447
1461
|
description?: string | undefined;
|
|
@@ -1449,13 +1463,32 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1449
1463
|
deprecated?: boolean | undefined;
|
|
1450
1464
|
allowEmptyValue?: boolean | undefined;
|
|
1451
1465
|
name: string;
|
|
1452
|
-
in:
|
|
1466
|
+
in: "query" | "header" | "path" | "cookie";
|
|
1453
1467
|
} & {
|
|
1454
1468
|
[x: `x-${string}`]: unknown;
|
|
1455
1469
|
} & {
|
|
1456
1470
|
content?: {
|
|
1457
1471
|
[x: string]: {
|
|
1458
1472
|
example?: any;
|
|
1473
|
+
examples?: {
|
|
1474
|
+
[x: string]: ({
|
|
1475
|
+
summary?: string | undefined;
|
|
1476
|
+
description?: string | undefined;
|
|
1477
|
+
value?: any;
|
|
1478
|
+
externalValue?: string | undefined;
|
|
1479
|
+
} & {
|
|
1480
|
+
[x: `x-${string}`]: unknown;
|
|
1481
|
+
}) | ({
|
|
1482
|
+
summary?: string | undefined;
|
|
1483
|
+
description?: string | undefined;
|
|
1484
|
+
$ref: string;
|
|
1485
|
+
} & {
|
|
1486
|
+
$status?: "loading" | "error" | undefined;
|
|
1487
|
+
$global?: boolean | undefined;
|
|
1488
|
+
} & {
|
|
1489
|
+
[x: `x-${string}`]: unknown;
|
|
1490
|
+
});
|
|
1491
|
+
} | undefined;
|
|
1459
1492
|
schema?: ({
|
|
1460
1493
|
discriminator?: ({
|
|
1461
1494
|
mapping?: {
|
|
@@ -1481,6 +1514,7 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1481
1514
|
[x: `x-${string}`]: unknown;
|
|
1482
1515
|
}) | undefined;
|
|
1483
1516
|
example?: any;
|
|
1517
|
+
examples?: unknown[] | undefined;
|
|
1484
1518
|
} & {
|
|
1485
1519
|
[x: `x-${string}`]: unknown;
|
|
1486
1520
|
} & {
|
|
@@ -1488,25 +1522,6 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1488
1522
|
} & {
|
|
1489
1523
|
[x: string]: unknown;
|
|
1490
1524
|
}) | undefined;
|
|
1491
|
-
examples?: {
|
|
1492
|
-
[x: string]: ({
|
|
1493
|
-
summary?: string | undefined;
|
|
1494
|
-
description?: string | undefined;
|
|
1495
|
-
value?: any;
|
|
1496
|
-
externalValue?: string | undefined;
|
|
1497
|
-
} & {
|
|
1498
|
-
[x: `x-${string}`]: unknown;
|
|
1499
|
-
}) | ({
|
|
1500
|
-
summary?: string | undefined;
|
|
1501
|
-
description?: string | undefined;
|
|
1502
|
-
$ref: string;
|
|
1503
|
-
} & {
|
|
1504
|
-
$status?: "loading" | "error" | undefined;
|
|
1505
|
-
$global?: boolean | undefined;
|
|
1506
|
-
} & {
|
|
1507
|
-
[x: `x-${string}`]: unknown;
|
|
1508
|
-
});
|
|
1509
|
-
} | undefined;
|
|
1510
1525
|
encoding?: {
|
|
1511
1526
|
[x: string]: {
|
|
1512
1527
|
contentType?: string | undefined;
|
|
@@ -1527,9 +1542,37 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1527
1542
|
} & {
|
|
1528
1543
|
[x: `x-${string}`]: unknown;
|
|
1529
1544
|
} & {
|
|
1545
|
+
examples?: {
|
|
1546
|
+
[x: string]: ({
|
|
1547
|
+
summary?: string | undefined;
|
|
1548
|
+
description?: string | undefined;
|
|
1549
|
+
value?: any;
|
|
1550
|
+
externalValue?: string | undefined;
|
|
1551
|
+
} & {
|
|
1552
|
+
[x: `x-${string}`]: unknown;
|
|
1553
|
+
}) | ({
|
|
1554
|
+
summary?: string | undefined;
|
|
1555
|
+
description?: string | undefined;
|
|
1556
|
+
$ref: string;
|
|
1557
|
+
} & {
|
|
1558
|
+
$status?: "loading" | "error" | undefined;
|
|
1559
|
+
$global?: boolean | undefined;
|
|
1560
|
+
} & {
|
|
1561
|
+
[x: `x-${string}`]: unknown;
|
|
1562
|
+
});
|
|
1563
|
+
} | undefined;
|
|
1530
1564
|
style?: string | undefined;
|
|
1531
1565
|
explode?: boolean | undefined;
|
|
1532
1566
|
schema?: ({
|
|
1567
|
+
summary?: string | undefined;
|
|
1568
|
+
description?: string | undefined;
|
|
1569
|
+
$ref: string;
|
|
1570
|
+
} & {
|
|
1571
|
+
$status?: "loading" | "error" | undefined;
|
|
1572
|
+
$global?: boolean | undefined;
|
|
1573
|
+
} & {
|
|
1574
|
+
[x: `x-${string}`]: unknown;
|
|
1575
|
+
}) | ({
|
|
1533
1576
|
discriminator?: ({
|
|
1534
1577
|
mapping?: {
|
|
1535
1578
|
[x: string]: string;
|
|
@@ -1554,41 +1597,14 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1554
1597
|
[x: `x-${string}`]: unknown;
|
|
1555
1598
|
}) | undefined;
|
|
1556
1599
|
example?: any;
|
|
1600
|
+
examples?: unknown[] | undefined;
|
|
1557
1601
|
} & {
|
|
1558
1602
|
[x: `x-${string}`]: unknown;
|
|
1559
1603
|
} & {
|
|
1560
1604
|
'x-tags'?: string[] | undefined;
|
|
1561
1605
|
} & {
|
|
1562
1606
|
[x: string]: unknown;
|
|
1563
|
-
}) | ({
|
|
1564
|
-
summary?: string | undefined;
|
|
1565
|
-
description?: string | undefined;
|
|
1566
|
-
$ref: string;
|
|
1567
|
-
} & {
|
|
1568
|
-
$status?: "loading" | "error" | undefined;
|
|
1569
|
-
$global?: boolean | undefined;
|
|
1570
|
-
} & {
|
|
1571
|
-
[x: `x-${string}`]: unknown;
|
|
1572
1607
|
}) | undefined;
|
|
1573
|
-
examples?: {
|
|
1574
|
-
[x: string]: ({
|
|
1575
|
-
summary?: string | undefined;
|
|
1576
|
-
description?: string | undefined;
|
|
1577
|
-
value?: any;
|
|
1578
|
-
externalValue?: string | undefined;
|
|
1579
|
-
} & {
|
|
1580
|
-
[x: `x-${string}`]: unknown;
|
|
1581
|
-
}) | ({
|
|
1582
|
-
summary?: string | undefined;
|
|
1583
|
-
description?: string | undefined;
|
|
1584
|
-
$ref: string;
|
|
1585
|
-
} & {
|
|
1586
|
-
$status?: "loading" | "error" | undefined;
|
|
1587
|
-
$global?: boolean | undefined;
|
|
1588
|
-
} & {
|
|
1589
|
-
[x: `x-${string}`]: unknown;
|
|
1590
|
-
});
|
|
1591
|
-
} | undefined;
|
|
1592
1608
|
example: any;
|
|
1593
1609
|
}) | ({
|
|
1594
1610
|
description?: string | undefined;
|
|
@@ -1628,6 +1644,25 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1628
1644
|
content: {
|
|
1629
1645
|
[x: string]: {
|
|
1630
1646
|
example?: any;
|
|
1647
|
+
examples?: {
|
|
1648
|
+
[x: string]: ({
|
|
1649
|
+
summary?: string | undefined;
|
|
1650
|
+
description?: string | undefined;
|
|
1651
|
+
value?: any;
|
|
1652
|
+
externalValue?: string | undefined;
|
|
1653
|
+
} & {
|
|
1654
|
+
[x: `x-${string}`]: unknown;
|
|
1655
|
+
}) | ({
|
|
1656
|
+
summary?: string | undefined;
|
|
1657
|
+
description?: string | undefined;
|
|
1658
|
+
$ref: string;
|
|
1659
|
+
} & {
|
|
1660
|
+
$status?: "loading" | "error" | undefined;
|
|
1661
|
+
$global?: boolean | undefined;
|
|
1662
|
+
} & {
|
|
1663
|
+
[x: `x-${string}`]: unknown;
|
|
1664
|
+
});
|
|
1665
|
+
} | undefined;
|
|
1631
1666
|
schema?: ({
|
|
1632
1667
|
discriminator?: ({
|
|
1633
1668
|
mapping?: {
|
|
@@ -1653,6 +1688,7 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1653
1688
|
[x: `x-${string}`]: unknown;
|
|
1654
1689
|
}) | undefined;
|
|
1655
1690
|
example?: any;
|
|
1691
|
+
examples?: unknown[] | undefined;
|
|
1656
1692
|
} & {
|
|
1657
1693
|
[x: `x-${string}`]: unknown;
|
|
1658
1694
|
} & {
|
|
@@ -1660,25 +1696,6 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1660
1696
|
} & {
|
|
1661
1697
|
[x: string]: unknown;
|
|
1662
1698
|
}) | undefined;
|
|
1663
|
-
examples?: {
|
|
1664
|
-
[x: string]: ({
|
|
1665
|
-
summary?: string | undefined;
|
|
1666
|
-
description?: string | undefined;
|
|
1667
|
-
value?: any;
|
|
1668
|
-
externalValue?: string | undefined;
|
|
1669
|
-
} & {
|
|
1670
|
-
[x: `x-${string}`]: unknown;
|
|
1671
|
-
}) | ({
|
|
1672
|
-
summary?: string | undefined;
|
|
1673
|
-
description?: string | undefined;
|
|
1674
|
-
$ref: string;
|
|
1675
|
-
} & {
|
|
1676
|
-
$status?: "loading" | "error" | undefined;
|
|
1677
|
-
$global?: boolean | undefined;
|
|
1678
|
-
} & {
|
|
1679
|
-
[x: `x-${string}`]: unknown;
|
|
1680
|
-
});
|
|
1681
|
-
} | undefined;
|
|
1682
1699
|
encoding?: {
|
|
1683
1700
|
[x: string]: {
|
|
1684
1701
|
contentType?: string | undefined;
|
|
@@ -1699,9 +1716,37 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1699
1716
|
} & {
|
|
1700
1717
|
[x: `x-${string}`]: unknown;
|
|
1701
1718
|
} & {
|
|
1719
|
+
examples?: {
|
|
1720
|
+
[x: string]: ({
|
|
1721
|
+
summary?: string | undefined;
|
|
1722
|
+
description?: string | undefined;
|
|
1723
|
+
value?: any;
|
|
1724
|
+
externalValue?: string | undefined;
|
|
1725
|
+
} & {
|
|
1726
|
+
[x: `x-${string}`]: unknown;
|
|
1727
|
+
}) | ({
|
|
1728
|
+
summary?: string | undefined;
|
|
1729
|
+
description?: string | undefined;
|
|
1730
|
+
$ref: string;
|
|
1731
|
+
} & {
|
|
1732
|
+
$status?: "loading" | "error" | undefined;
|
|
1733
|
+
$global?: boolean | undefined;
|
|
1734
|
+
} & {
|
|
1735
|
+
[x: `x-${string}`]: unknown;
|
|
1736
|
+
});
|
|
1737
|
+
} | undefined;
|
|
1702
1738
|
style?: string | undefined;
|
|
1703
1739
|
explode?: boolean | undefined;
|
|
1704
1740
|
schema?: ({
|
|
1741
|
+
summary?: string | undefined;
|
|
1742
|
+
description?: string | undefined;
|
|
1743
|
+
$ref: string;
|
|
1744
|
+
} & {
|
|
1745
|
+
$status?: "loading" | "error" | undefined;
|
|
1746
|
+
$global?: boolean | undefined;
|
|
1747
|
+
} & {
|
|
1748
|
+
[x: `x-${string}`]: unknown;
|
|
1749
|
+
}) | ({
|
|
1705
1750
|
discriminator?: ({
|
|
1706
1751
|
mapping?: {
|
|
1707
1752
|
[x: string]: string;
|
|
@@ -1726,41 +1771,14 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1726
1771
|
[x: `x-${string}`]: unknown;
|
|
1727
1772
|
}) | undefined;
|
|
1728
1773
|
example?: any;
|
|
1774
|
+
examples?: unknown[] | undefined;
|
|
1729
1775
|
} & {
|
|
1730
1776
|
[x: `x-${string}`]: unknown;
|
|
1731
1777
|
} & {
|
|
1732
1778
|
'x-tags'?: string[] | undefined;
|
|
1733
1779
|
} & {
|
|
1734
1780
|
[x: string]: unknown;
|
|
1735
|
-
}) | ({
|
|
1736
|
-
summary?: string | undefined;
|
|
1737
|
-
description?: string | undefined;
|
|
1738
|
-
$ref: string;
|
|
1739
|
-
} & {
|
|
1740
|
-
$status?: "loading" | "error" | undefined;
|
|
1741
|
-
$global?: boolean | undefined;
|
|
1742
|
-
} & {
|
|
1743
|
-
[x: `x-${string}`]: unknown;
|
|
1744
1781
|
}) | undefined;
|
|
1745
|
-
examples?: {
|
|
1746
|
-
[x: string]: ({
|
|
1747
|
-
summary?: string | undefined;
|
|
1748
|
-
description?: string | undefined;
|
|
1749
|
-
value?: any;
|
|
1750
|
-
externalValue?: string | undefined;
|
|
1751
|
-
} & {
|
|
1752
|
-
[x: `x-${string}`]: unknown;
|
|
1753
|
-
}) | ({
|
|
1754
|
-
summary?: string | undefined;
|
|
1755
|
-
description?: string | undefined;
|
|
1756
|
-
$ref: string;
|
|
1757
|
-
} & {
|
|
1758
|
-
$status?: "loading" | "error" | undefined;
|
|
1759
|
-
$global?: boolean | undefined;
|
|
1760
|
-
} & {
|
|
1761
|
-
[x: `x-${string}`]: unknown;
|
|
1762
|
-
});
|
|
1763
|
-
} | undefined;
|
|
1764
1782
|
example: any;
|
|
1765
1783
|
}) | ({
|
|
1766
1784
|
description?: string | undefined;
|
|
@@ -1807,9 +1825,37 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1807
1825
|
} & {
|
|
1808
1826
|
[x: `x-${string}`]: unknown;
|
|
1809
1827
|
} & {
|
|
1828
|
+
examples?: {
|
|
1829
|
+
[x: string]: ({
|
|
1830
|
+
summary?: string | undefined;
|
|
1831
|
+
description?: string | undefined;
|
|
1832
|
+
value?: any;
|
|
1833
|
+
externalValue?: string | undefined;
|
|
1834
|
+
} & {
|
|
1835
|
+
[x: `x-${string}`]: unknown;
|
|
1836
|
+
}) | ({
|
|
1837
|
+
summary?: string | undefined;
|
|
1838
|
+
description?: string | undefined;
|
|
1839
|
+
$ref: string;
|
|
1840
|
+
} & {
|
|
1841
|
+
$status?: "loading" | "error" | undefined;
|
|
1842
|
+
$global?: boolean | undefined;
|
|
1843
|
+
} & {
|
|
1844
|
+
[x: `x-${string}`]: unknown;
|
|
1845
|
+
});
|
|
1846
|
+
} | undefined;
|
|
1810
1847
|
style?: string | undefined;
|
|
1811
1848
|
explode?: boolean | undefined;
|
|
1812
1849
|
schema?: ({
|
|
1850
|
+
summary?: string | undefined;
|
|
1851
|
+
description?: string | undefined;
|
|
1852
|
+
$ref: string;
|
|
1853
|
+
} & {
|
|
1854
|
+
$status?: "loading" | "error" | undefined;
|
|
1855
|
+
$global?: boolean | undefined;
|
|
1856
|
+
} & {
|
|
1857
|
+
[x: `x-${string}`]: unknown;
|
|
1858
|
+
}) | ({
|
|
1813
1859
|
discriminator?: ({
|
|
1814
1860
|
mapping?: {
|
|
1815
1861
|
[x: string]: string;
|
|
@@ -1834,41 +1880,14 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1834
1880
|
[x: `x-${string}`]: unknown;
|
|
1835
1881
|
}) | undefined;
|
|
1836
1882
|
example?: any;
|
|
1883
|
+
examples?: unknown[] | undefined;
|
|
1837
1884
|
} & {
|
|
1838
1885
|
[x: `x-${string}`]: unknown;
|
|
1839
1886
|
} & {
|
|
1840
1887
|
'x-tags'?: string[] | undefined;
|
|
1841
1888
|
} & {
|
|
1842
1889
|
[x: string]: unknown;
|
|
1843
|
-
}) | ({
|
|
1844
|
-
summary?: string | undefined;
|
|
1845
|
-
description?: string | undefined;
|
|
1846
|
-
$ref: string;
|
|
1847
|
-
} & {
|
|
1848
|
-
$status?: "loading" | "error" | undefined;
|
|
1849
|
-
$global?: boolean | undefined;
|
|
1850
|
-
} & {
|
|
1851
|
-
[x: `x-${string}`]: unknown;
|
|
1852
1890
|
}) | undefined;
|
|
1853
|
-
examples?: {
|
|
1854
|
-
[x: string]: ({
|
|
1855
|
-
summary?: string | undefined;
|
|
1856
|
-
description?: string | undefined;
|
|
1857
|
-
$ref: string;
|
|
1858
|
-
} & {
|
|
1859
|
-
$status?: "loading" | "error" | undefined;
|
|
1860
|
-
$global?: boolean | undefined;
|
|
1861
|
-
} & {
|
|
1862
|
-
[x: `x-${string}`]: unknown;
|
|
1863
|
-
}) | ({
|
|
1864
|
-
summary?: string | undefined;
|
|
1865
|
-
description?: string | undefined;
|
|
1866
|
-
value?: any;
|
|
1867
|
-
externalValue?: string | undefined;
|
|
1868
|
-
} & {
|
|
1869
|
-
[x: `x-${string}`]: unknown;
|
|
1870
|
-
});
|
|
1871
|
-
} | undefined;
|
|
1872
1891
|
example: any;
|
|
1873
1892
|
}) | ({
|
|
1874
1893
|
description?: string | undefined;
|
|
@@ -1880,6 +1899,25 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1880
1899
|
content?: {
|
|
1881
1900
|
[x: string]: {
|
|
1882
1901
|
example?: any;
|
|
1902
|
+
examples?: {
|
|
1903
|
+
[x: string]: ({
|
|
1904
|
+
summary?: string | undefined;
|
|
1905
|
+
description?: string | undefined;
|
|
1906
|
+
value?: any;
|
|
1907
|
+
externalValue?: string | undefined;
|
|
1908
|
+
} & {
|
|
1909
|
+
[x: `x-${string}`]: unknown;
|
|
1910
|
+
}) | ({
|
|
1911
|
+
summary?: string | undefined;
|
|
1912
|
+
description?: string | undefined;
|
|
1913
|
+
$ref: string;
|
|
1914
|
+
} & {
|
|
1915
|
+
$status?: "loading" | "error" | undefined;
|
|
1916
|
+
$global?: boolean | undefined;
|
|
1917
|
+
} & {
|
|
1918
|
+
[x: `x-${string}`]: unknown;
|
|
1919
|
+
});
|
|
1920
|
+
} | undefined;
|
|
1883
1921
|
schema?: ({
|
|
1884
1922
|
discriminator?: ({
|
|
1885
1923
|
mapping?: {
|
|
@@ -1905,6 +1943,7 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1905
1943
|
[x: `x-${string}`]: unknown;
|
|
1906
1944
|
}) | undefined;
|
|
1907
1945
|
example?: any;
|
|
1946
|
+
examples?: unknown[] | undefined;
|
|
1908
1947
|
} & {
|
|
1909
1948
|
[x: `x-${string}`]: unknown;
|
|
1910
1949
|
} & {
|
|
@@ -1912,25 +1951,6 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1912
1951
|
} & {
|
|
1913
1952
|
[x: string]: unknown;
|
|
1914
1953
|
}) | undefined;
|
|
1915
|
-
examples?: {
|
|
1916
|
-
[x: string]: ({
|
|
1917
|
-
summary?: string | undefined;
|
|
1918
|
-
description?: string | undefined;
|
|
1919
|
-
$ref: string;
|
|
1920
|
-
} & {
|
|
1921
|
-
$status?: "loading" | "error" | undefined;
|
|
1922
|
-
$global?: boolean | undefined;
|
|
1923
|
-
} & {
|
|
1924
|
-
[x: `x-${string}`]: unknown;
|
|
1925
|
-
}) | ({
|
|
1926
|
-
summary?: string | undefined;
|
|
1927
|
-
description?: string | undefined;
|
|
1928
|
-
value?: any;
|
|
1929
|
-
externalValue?: string | undefined;
|
|
1930
|
-
} & {
|
|
1931
|
-
[x: `x-${string}`]: unknown;
|
|
1932
|
-
});
|
|
1933
|
-
} | undefined;
|
|
1934
1954
|
encoding?: {
|
|
1935
1955
|
[x: string]: {
|
|
1936
1956
|
contentType?: string | undefined;
|
|
@@ -1942,9 +1962,37 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1942
1962
|
} & {
|
|
1943
1963
|
[x: `x-${string}`]: unknown;
|
|
1944
1964
|
} & {
|
|
1965
|
+
examples?: {
|
|
1966
|
+
[x: string]: ({
|
|
1967
|
+
summary?: string | undefined;
|
|
1968
|
+
description?: string | undefined;
|
|
1969
|
+
value?: any;
|
|
1970
|
+
externalValue?: string | undefined;
|
|
1971
|
+
} & {
|
|
1972
|
+
[x: `x-${string}`]: unknown;
|
|
1973
|
+
}) | ({
|
|
1974
|
+
summary?: string | undefined;
|
|
1975
|
+
description?: string | undefined;
|
|
1976
|
+
$ref: string;
|
|
1977
|
+
} & {
|
|
1978
|
+
$status?: "loading" | "error" | undefined;
|
|
1979
|
+
$global?: boolean | undefined;
|
|
1980
|
+
} & {
|
|
1981
|
+
[x: `x-${string}`]: unknown;
|
|
1982
|
+
});
|
|
1983
|
+
} | undefined;
|
|
1945
1984
|
style?: string | undefined;
|
|
1946
1985
|
explode?: boolean | undefined;
|
|
1947
1986
|
schema?: ({
|
|
1987
|
+
summary?: string | undefined;
|
|
1988
|
+
description?: string | undefined;
|
|
1989
|
+
$ref: string;
|
|
1990
|
+
} & {
|
|
1991
|
+
$status?: "loading" | "error" | undefined;
|
|
1992
|
+
$global?: boolean | undefined;
|
|
1993
|
+
} & {
|
|
1994
|
+
[x: `x-${string}`]: unknown;
|
|
1995
|
+
}) | ({
|
|
1948
1996
|
discriminator?: ({
|
|
1949
1997
|
mapping?: {
|
|
1950
1998
|
[x: string]: string;
|
|
@@ -1969,41 +2017,14 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
1969
2017
|
[x: `x-${string}`]: unknown;
|
|
1970
2018
|
}) | undefined;
|
|
1971
2019
|
example?: any;
|
|
2020
|
+
examples?: unknown[] | undefined;
|
|
1972
2021
|
} & {
|
|
1973
2022
|
[x: `x-${string}`]: unknown;
|
|
1974
2023
|
} & {
|
|
1975
2024
|
'x-tags'?: string[] | undefined;
|
|
1976
2025
|
} & {
|
|
1977
2026
|
[x: string]: unknown;
|
|
1978
|
-
}) | ({
|
|
1979
|
-
summary?: string | undefined;
|
|
1980
|
-
description?: string | undefined;
|
|
1981
|
-
$ref: string;
|
|
1982
|
-
} & {
|
|
1983
|
-
$status?: "loading" | "error" | undefined;
|
|
1984
|
-
$global?: boolean | undefined;
|
|
1985
|
-
} & {
|
|
1986
|
-
[x: `x-${string}`]: unknown;
|
|
1987
2027
|
}) | undefined;
|
|
1988
|
-
examples?: {
|
|
1989
|
-
[x: string]: ({
|
|
1990
|
-
summary?: string | undefined;
|
|
1991
|
-
description?: string | undefined;
|
|
1992
|
-
$ref: string;
|
|
1993
|
-
} & {
|
|
1994
|
-
$status?: "loading" | "error" | undefined;
|
|
1995
|
-
$global?: boolean | undefined;
|
|
1996
|
-
} & {
|
|
1997
|
-
[x: `x-${string}`]: unknown;
|
|
1998
|
-
}) | ({
|
|
1999
|
-
summary?: string | undefined;
|
|
2000
|
-
description?: string | undefined;
|
|
2001
|
-
value?: any;
|
|
2002
|
-
externalValue?: string | undefined;
|
|
2003
|
-
} & {
|
|
2004
|
-
[x: `x-${string}`]: unknown;
|
|
2005
|
-
});
|
|
2006
|
-
} | undefined;
|
|
2007
2028
|
example: any;
|
|
2008
2029
|
}) | ({
|
|
2009
2030
|
description?: string | undefined;
|
|
@@ -2044,6 +2065,25 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2044
2065
|
content?: {
|
|
2045
2066
|
[x: string]: {
|
|
2046
2067
|
example?: any;
|
|
2068
|
+
examples?: {
|
|
2069
|
+
[x: string]: ({
|
|
2070
|
+
summary?: string | undefined;
|
|
2071
|
+
description?: string | undefined;
|
|
2072
|
+
value?: any;
|
|
2073
|
+
externalValue?: string | undefined;
|
|
2074
|
+
} & {
|
|
2075
|
+
[x: `x-${string}`]: unknown;
|
|
2076
|
+
}) | ({
|
|
2077
|
+
summary?: string | undefined;
|
|
2078
|
+
description?: string | undefined;
|
|
2079
|
+
$ref: string;
|
|
2080
|
+
} & {
|
|
2081
|
+
$status?: "loading" | "error" | undefined;
|
|
2082
|
+
$global?: boolean | undefined;
|
|
2083
|
+
} & {
|
|
2084
|
+
[x: `x-${string}`]: unknown;
|
|
2085
|
+
});
|
|
2086
|
+
} | undefined;
|
|
2047
2087
|
schema?: ({
|
|
2048
2088
|
discriminator?: ({
|
|
2049
2089
|
mapping?: {
|
|
@@ -2069,6 +2109,7 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2069
2109
|
[x: `x-${string}`]: unknown;
|
|
2070
2110
|
}) | undefined;
|
|
2071
2111
|
example?: any;
|
|
2112
|
+
examples?: unknown[] | undefined;
|
|
2072
2113
|
} & {
|
|
2073
2114
|
[x: `x-${string}`]: unknown;
|
|
2074
2115
|
} & {
|
|
@@ -2076,25 +2117,6 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2076
2117
|
} & {
|
|
2077
2118
|
[x: string]: unknown;
|
|
2078
2119
|
}) | undefined;
|
|
2079
|
-
examples?: {
|
|
2080
|
-
[x: string]: ({
|
|
2081
|
-
summary?: string | undefined;
|
|
2082
|
-
description?: string | undefined;
|
|
2083
|
-
value?: any;
|
|
2084
|
-
externalValue?: string | undefined;
|
|
2085
|
-
} & {
|
|
2086
|
-
[x: `x-${string}`]: unknown;
|
|
2087
|
-
}) | ({
|
|
2088
|
-
summary?: string | undefined;
|
|
2089
|
-
description?: string | undefined;
|
|
2090
|
-
$ref: string;
|
|
2091
|
-
} & {
|
|
2092
|
-
$status?: "loading" | "error" | undefined;
|
|
2093
|
-
$global?: boolean | undefined;
|
|
2094
|
-
} & {
|
|
2095
|
-
[x: `x-${string}`]: unknown;
|
|
2096
|
-
});
|
|
2097
|
-
} | undefined;
|
|
2098
2120
|
encoding?: {
|
|
2099
2121
|
[x: string]: {
|
|
2100
2122
|
contentType?: string | undefined;
|
|
@@ -2115,9 +2137,37 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2115
2137
|
} & {
|
|
2116
2138
|
[x: `x-${string}`]: unknown;
|
|
2117
2139
|
} & {
|
|
2140
|
+
examples?: {
|
|
2141
|
+
[x: string]: ({
|
|
2142
|
+
summary?: string | undefined;
|
|
2143
|
+
description?: string | undefined;
|
|
2144
|
+
value?: any;
|
|
2145
|
+
externalValue?: string | undefined;
|
|
2146
|
+
} & {
|
|
2147
|
+
[x: `x-${string}`]: unknown;
|
|
2148
|
+
}) | ({
|
|
2149
|
+
summary?: string | undefined;
|
|
2150
|
+
description?: string | undefined;
|
|
2151
|
+
$ref: string;
|
|
2152
|
+
} & {
|
|
2153
|
+
$status?: "loading" | "error" | undefined;
|
|
2154
|
+
$global?: boolean | undefined;
|
|
2155
|
+
} & {
|
|
2156
|
+
[x: `x-${string}`]: unknown;
|
|
2157
|
+
});
|
|
2158
|
+
} | undefined;
|
|
2118
2159
|
style?: string | undefined;
|
|
2119
2160
|
explode?: boolean | undefined;
|
|
2120
2161
|
schema?: ({
|
|
2162
|
+
summary?: string | undefined;
|
|
2163
|
+
description?: string | undefined;
|
|
2164
|
+
$ref: string;
|
|
2165
|
+
} & {
|
|
2166
|
+
$status?: "loading" | "error" | undefined;
|
|
2167
|
+
$global?: boolean | undefined;
|
|
2168
|
+
} & {
|
|
2169
|
+
[x: `x-${string}`]: unknown;
|
|
2170
|
+
}) | ({
|
|
2121
2171
|
discriminator?: ({
|
|
2122
2172
|
mapping?: {
|
|
2123
2173
|
[x: string]: string;
|
|
@@ -2142,41 +2192,14 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2142
2192
|
[x: `x-${string}`]: unknown;
|
|
2143
2193
|
}) | undefined;
|
|
2144
2194
|
example?: any;
|
|
2195
|
+
examples?: unknown[] | undefined;
|
|
2145
2196
|
} & {
|
|
2146
2197
|
[x: `x-${string}`]: unknown;
|
|
2147
2198
|
} & {
|
|
2148
2199
|
'x-tags'?: string[] | undefined;
|
|
2149
2200
|
} & {
|
|
2150
2201
|
[x: string]: unknown;
|
|
2151
|
-
}) | ({
|
|
2152
|
-
summary?: string | undefined;
|
|
2153
|
-
description?: string | undefined;
|
|
2154
|
-
$ref: string;
|
|
2155
|
-
} & {
|
|
2156
|
-
$status?: "loading" | "error" | undefined;
|
|
2157
|
-
$global?: boolean | undefined;
|
|
2158
|
-
} & {
|
|
2159
|
-
[x: `x-${string}`]: unknown;
|
|
2160
2202
|
}) | undefined;
|
|
2161
|
-
examples?: {
|
|
2162
|
-
[x: string]: ({
|
|
2163
|
-
summary?: string | undefined;
|
|
2164
|
-
description?: string | undefined;
|
|
2165
|
-
value?: any;
|
|
2166
|
-
externalValue?: string | undefined;
|
|
2167
|
-
} & {
|
|
2168
|
-
[x: `x-${string}`]: unknown;
|
|
2169
|
-
}) | ({
|
|
2170
|
-
summary?: string | undefined;
|
|
2171
|
-
description?: string | undefined;
|
|
2172
|
-
$ref: string;
|
|
2173
|
-
} & {
|
|
2174
|
-
$status?: "loading" | "error" | undefined;
|
|
2175
|
-
$global?: boolean | undefined;
|
|
2176
|
-
} & {
|
|
2177
|
-
[x: `x-${string}`]: unknown;
|
|
2178
|
-
});
|
|
2179
|
-
} | undefined;
|
|
2180
2203
|
example: any;
|
|
2181
2204
|
}) | ({
|
|
2182
2205
|
description?: string | undefined;
|
|
@@ -2294,10 +2317,29 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2294
2317
|
deprecated?: boolean | undefined;
|
|
2295
2318
|
allowEmptyValue?: boolean | undefined;
|
|
2296
2319
|
name: string;
|
|
2297
|
-
in:
|
|
2320
|
+
in: "query" | "header" | "path" | "cookie";
|
|
2298
2321
|
} & {
|
|
2299
2322
|
[x: `x-${string}`]: unknown;
|
|
2300
2323
|
} & {
|
|
2324
|
+
examples?: {
|
|
2325
|
+
[x: string]: ({
|
|
2326
|
+
summary?: string | undefined;
|
|
2327
|
+
description?: string | undefined;
|
|
2328
|
+
$ref: string;
|
|
2329
|
+
} & {
|
|
2330
|
+
$status?: "loading" | "error" | undefined;
|
|
2331
|
+
$global?: boolean | undefined;
|
|
2332
|
+
} & {
|
|
2333
|
+
[x: `x-${string}`]: unknown;
|
|
2334
|
+
}) | ({
|
|
2335
|
+
summary?: string | undefined;
|
|
2336
|
+
description?: string | undefined;
|
|
2337
|
+
value?: any;
|
|
2338
|
+
externalValue?: string | undefined;
|
|
2339
|
+
} & {
|
|
2340
|
+
[x: `x-${string}`]: unknown;
|
|
2341
|
+
});
|
|
2342
|
+
} | undefined;
|
|
2301
2343
|
style?: string | undefined;
|
|
2302
2344
|
explode?: boolean | undefined;
|
|
2303
2345
|
schema?: ({
|
|
@@ -2334,6 +2376,7 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2334
2376
|
[x: `x-${string}`]: unknown;
|
|
2335
2377
|
}) | undefined;
|
|
2336
2378
|
example?: any;
|
|
2379
|
+
examples?: unknown[] | undefined;
|
|
2337
2380
|
} & {
|
|
2338
2381
|
[x: `x-${string}`]: unknown;
|
|
2339
2382
|
} & {
|
|
@@ -2341,25 +2384,6 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2341
2384
|
} & {
|
|
2342
2385
|
[x: string]: unknown;
|
|
2343
2386
|
}) | undefined;
|
|
2344
|
-
examples?: {
|
|
2345
|
-
[x: string]: ({
|
|
2346
|
-
summary?: string | undefined;
|
|
2347
|
-
description?: string | undefined;
|
|
2348
|
-
$ref: string;
|
|
2349
|
-
} & {
|
|
2350
|
-
$status?: "loading" | "error" | undefined;
|
|
2351
|
-
$global?: boolean | undefined;
|
|
2352
|
-
} & {
|
|
2353
|
-
[x: `x-${string}`]: unknown;
|
|
2354
|
-
}) | ({
|
|
2355
|
-
summary?: string | undefined;
|
|
2356
|
-
description?: string | undefined;
|
|
2357
|
-
value?: any;
|
|
2358
|
-
externalValue?: string | undefined;
|
|
2359
|
-
} & {
|
|
2360
|
-
[x: `x-${string}`]: unknown;
|
|
2361
|
-
});
|
|
2362
|
-
} | undefined;
|
|
2363
2387
|
example: any;
|
|
2364
2388
|
}) | ({
|
|
2365
2389
|
description?: string | undefined;
|
|
@@ -2367,13 +2391,32 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2367
2391
|
deprecated?: boolean | undefined;
|
|
2368
2392
|
allowEmptyValue?: boolean | undefined;
|
|
2369
2393
|
name: string;
|
|
2370
|
-
in:
|
|
2394
|
+
in: "query" | "header" | "path" | "cookie";
|
|
2371
2395
|
} & {
|
|
2372
2396
|
[x: `x-${string}`]: unknown;
|
|
2373
2397
|
} & {
|
|
2374
2398
|
content?: {
|
|
2375
2399
|
[x: string]: {
|
|
2376
2400
|
example?: any;
|
|
2401
|
+
examples?: {
|
|
2402
|
+
[x: string]: ({
|
|
2403
|
+
summary?: string | undefined;
|
|
2404
|
+
description?: string | undefined;
|
|
2405
|
+
value?: any;
|
|
2406
|
+
externalValue?: string | undefined;
|
|
2407
|
+
} & {
|
|
2408
|
+
[x: `x-${string}`]: unknown;
|
|
2409
|
+
}) | ({
|
|
2410
|
+
summary?: string | undefined;
|
|
2411
|
+
description?: string | undefined;
|
|
2412
|
+
$ref: string;
|
|
2413
|
+
} & {
|
|
2414
|
+
$status?: "loading" | "error" | undefined;
|
|
2415
|
+
$global?: boolean | undefined;
|
|
2416
|
+
} & {
|
|
2417
|
+
[x: `x-${string}`]: unknown;
|
|
2418
|
+
});
|
|
2419
|
+
} | undefined;
|
|
2377
2420
|
schema?: ({
|
|
2378
2421
|
discriminator?: ({
|
|
2379
2422
|
mapping?: {
|
|
@@ -2399,6 +2442,7 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2399
2442
|
[x: `x-${string}`]: unknown;
|
|
2400
2443
|
}) | undefined;
|
|
2401
2444
|
example?: any;
|
|
2445
|
+
examples?: unknown[] | undefined;
|
|
2402
2446
|
} & {
|
|
2403
2447
|
[x: `x-${string}`]: unknown;
|
|
2404
2448
|
} & {
|
|
@@ -2406,25 +2450,6 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2406
2450
|
} & {
|
|
2407
2451
|
[x: string]: unknown;
|
|
2408
2452
|
}) | undefined;
|
|
2409
|
-
examples?: {
|
|
2410
|
-
[x: string]: ({
|
|
2411
|
-
summary?: string | undefined;
|
|
2412
|
-
description?: string | undefined;
|
|
2413
|
-
value?: any;
|
|
2414
|
-
externalValue?: string | undefined;
|
|
2415
|
-
} & {
|
|
2416
|
-
[x: `x-${string}`]: unknown;
|
|
2417
|
-
}) | ({
|
|
2418
|
-
summary?: string | undefined;
|
|
2419
|
-
description?: string | undefined;
|
|
2420
|
-
$ref: string;
|
|
2421
|
-
} & {
|
|
2422
|
-
$status?: "loading" | "error" | undefined;
|
|
2423
|
-
$global?: boolean | undefined;
|
|
2424
|
-
} & {
|
|
2425
|
-
[x: `x-${string}`]: unknown;
|
|
2426
|
-
});
|
|
2427
|
-
} | undefined;
|
|
2428
2453
|
encoding?: {
|
|
2429
2454
|
[x: string]: {
|
|
2430
2455
|
contentType?: string | undefined;
|
|
@@ -2445,9 +2470,37 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2445
2470
|
} & {
|
|
2446
2471
|
[x: `x-${string}`]: unknown;
|
|
2447
2472
|
} & {
|
|
2473
|
+
examples?: {
|
|
2474
|
+
[x: string]: ({
|
|
2475
|
+
summary?: string | undefined;
|
|
2476
|
+
description?: string | undefined;
|
|
2477
|
+
value?: any;
|
|
2478
|
+
externalValue?: string | undefined;
|
|
2479
|
+
} & {
|
|
2480
|
+
[x: `x-${string}`]: unknown;
|
|
2481
|
+
}) | ({
|
|
2482
|
+
summary?: string | undefined;
|
|
2483
|
+
description?: string | undefined;
|
|
2484
|
+
$ref: string;
|
|
2485
|
+
} & {
|
|
2486
|
+
$status?: "loading" | "error" | undefined;
|
|
2487
|
+
$global?: boolean | undefined;
|
|
2488
|
+
} & {
|
|
2489
|
+
[x: `x-${string}`]: unknown;
|
|
2490
|
+
});
|
|
2491
|
+
} | undefined;
|
|
2448
2492
|
style?: string | undefined;
|
|
2449
2493
|
explode?: boolean | undefined;
|
|
2450
2494
|
schema?: ({
|
|
2495
|
+
summary?: string | undefined;
|
|
2496
|
+
description?: string | undefined;
|
|
2497
|
+
$ref: string;
|
|
2498
|
+
} & {
|
|
2499
|
+
$status?: "loading" | "error" | undefined;
|
|
2500
|
+
$global?: boolean | undefined;
|
|
2501
|
+
} & {
|
|
2502
|
+
[x: `x-${string}`]: unknown;
|
|
2503
|
+
}) | ({
|
|
2451
2504
|
discriminator?: ({
|
|
2452
2505
|
mapping?: {
|
|
2453
2506
|
[x: string]: string;
|
|
@@ -2472,41 +2525,14 @@ export declare function escapePaths(paths: Record<string, Record<string, Operati
|
|
|
2472
2525
|
[x: `x-${string}`]: unknown;
|
|
2473
2526
|
}) | undefined;
|
|
2474
2527
|
example?: any;
|
|
2528
|
+
examples?: unknown[] | undefined;
|
|
2475
2529
|
} & {
|
|
2476
2530
|
[x: `x-${string}`]: unknown;
|
|
2477
2531
|
} & {
|
|
2478
2532
|
'x-tags'?: string[] | undefined;
|
|
2479
2533
|
} & {
|
|
2480
2534
|
[x: string]: unknown;
|
|
2481
|
-
}) | ({
|
|
2482
|
-
summary?: string | undefined;
|
|
2483
|
-
description?: string | undefined;
|
|
2484
|
-
$ref: string;
|
|
2485
|
-
} & {
|
|
2486
|
-
$status?: "loading" | "error" | undefined;
|
|
2487
|
-
$global?: boolean | undefined;
|
|
2488
|
-
} & {
|
|
2489
|
-
[x: `x-${string}`]: unknown;
|
|
2490
2535
|
}) | undefined;
|
|
2491
|
-
examples?: {
|
|
2492
|
-
[x: string]: ({
|
|
2493
|
-
summary?: string | undefined;
|
|
2494
|
-
description?: string | undefined;
|
|
2495
|
-
value?: any;
|
|
2496
|
-
externalValue?: string | undefined;
|
|
2497
|
-
} & {
|
|
2498
|
-
[x: `x-${string}`]: unknown;
|
|
2499
|
-
}) | ({
|
|
2500
|
-
summary?: string | undefined;
|
|
2501
|
-
description?: string | undefined;
|
|
2502
|
-
$ref: string;
|
|
2503
|
-
} & {
|
|
2504
|
-
$status?: "loading" | "error" | undefined;
|
|
2505
|
-
$global?: boolean | undefined;
|
|
2506
|
-
} & {
|
|
2507
|
-
[x: `x-${string}`]: unknown;
|
|
2508
|
-
});
|
|
2509
|
-
} | undefined;
|
|
2510
2536
|
example: any;
|
|
2511
2537
|
}) | ({
|
|
2512
2538
|
description?: string | undefined;
|