@power-plant/hey-api 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4277 @@
1
+ import { UserConfig } from "@hey-api/openapi-ts";
2
+ import { Arrayable } from "@stryke/types/array";
3
+
4
+ //#region src/index.d.ts
5
+ declare const _default: import("@power-plant/core").GeneratorConfigObject<{
6
+ openapi: string;
7
+ info: {
8
+ title: string;
9
+ version: string;
10
+ description?: string | undefined;
11
+ termsOfService?: string | undefined;
12
+ contact?: {
13
+ name?: string | undefined;
14
+ url?: string | undefined;
15
+ email?: string | undefined;
16
+ } | undefined;
17
+ license?: {
18
+ name: string;
19
+ url?: string | undefined;
20
+ identifier?: string | undefined;
21
+ } | undefined;
22
+ summary?: string | undefined;
23
+ };
24
+ paths: Record<string, {
25
+ $ref?: string | undefined;
26
+ summary?: string | undefined;
27
+ description?: string | undefined;
28
+ servers?: {
29
+ url: string;
30
+ description?: string | undefined;
31
+ variables?: Record<string, {
32
+ default: string;
33
+ enum?: string[] | undefined;
34
+ description?: string | undefined;
35
+ }> | undefined;
36
+ }[] | undefined;
37
+ parameters?: ({
38
+ $ref: string;
39
+ } | {
40
+ $ref: string;
41
+ } | {
42
+ name: string;
43
+ in: "path" | "query" | "header" | "cookie";
44
+ description?: string | undefined;
45
+ required?: boolean | undefined;
46
+ deprecated?: boolean | undefined;
47
+ allowEmptyValue?: boolean | undefined;
48
+ style?: string | undefined;
49
+ explode?: boolean | undefined;
50
+ allowReserved?: boolean | undefined;
51
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
52
+ example?: unknown;
53
+ examples?: Record<string, {
54
+ $ref: string;
55
+ } | {
56
+ summary?: string | undefined;
57
+ description?: string | undefined;
58
+ value?: unknown;
59
+ externalValue?: string | undefined;
60
+ $ref?: string | undefined;
61
+ }> | undefined;
62
+ })[] | undefined;
63
+ get?: {
64
+ responses: Record<string, {
65
+ $ref: string;
66
+ } | {
67
+ $ref: string;
68
+ } | {
69
+ description: string;
70
+ headers?: Record<string, {
71
+ $ref: string;
72
+ } | {
73
+ $ref: string;
74
+ } | {
75
+ description?: string | undefined;
76
+ required?: boolean | undefined;
77
+ deprecated?: boolean | undefined;
78
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
79
+ example?: unknown;
80
+ examples?: Record<string, {
81
+ $ref: string;
82
+ } | {
83
+ summary?: string | undefined;
84
+ description?: string | undefined;
85
+ value?: unknown;
86
+ externalValue?: string | undefined;
87
+ $ref?: string | undefined;
88
+ }> | undefined;
89
+ }> | undefined;
90
+ content?: Record<string, {
91
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
92
+ example?: unknown;
93
+ examples?: Record<string, {
94
+ $ref: string;
95
+ } | {
96
+ summary?: string | undefined;
97
+ description?: string | undefined;
98
+ value?: unknown;
99
+ externalValue?: string | undefined;
100
+ $ref?: string | undefined;
101
+ }> | undefined;
102
+ encoding?: Record<string, {
103
+ contentType?: string | undefined;
104
+ headers?: Record<string, {
105
+ $ref: string;
106
+ } | {
107
+ $ref: string;
108
+ } | {
109
+ description?: string | undefined;
110
+ required?: boolean | undefined;
111
+ deprecated?: boolean | undefined;
112
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
113
+ example?: unknown;
114
+ examples?: Record<string, {
115
+ $ref: string;
116
+ } | {
117
+ summary?: string | undefined;
118
+ description?: string | undefined;
119
+ value?: unknown;
120
+ externalValue?: string | undefined;
121
+ $ref?: string | undefined;
122
+ }> | undefined;
123
+ }> | undefined;
124
+ style?: string | undefined;
125
+ explode?: boolean | undefined;
126
+ allowReserved?: boolean | undefined;
127
+ }> | undefined;
128
+ }> | undefined;
129
+ links?: Record<string, unknown> | undefined;
130
+ }>;
131
+ tags?: string[] | undefined;
132
+ summary?: string | undefined;
133
+ description?: string | undefined;
134
+ externalDocs?: {
135
+ url: string;
136
+ description?: string | undefined;
137
+ } | undefined;
138
+ operationId?: string | undefined;
139
+ parameters?: ({
140
+ $ref: string;
141
+ } | {
142
+ $ref: string;
143
+ } | {
144
+ name: string;
145
+ in: "path" | "query" | "header" | "cookie";
146
+ description?: string | undefined;
147
+ required?: boolean | undefined;
148
+ deprecated?: boolean | undefined;
149
+ allowEmptyValue?: boolean | undefined;
150
+ style?: string | undefined;
151
+ explode?: boolean | undefined;
152
+ allowReserved?: boolean | undefined;
153
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
154
+ example?: unknown;
155
+ examples?: Record<string, {
156
+ $ref: string;
157
+ } | {
158
+ summary?: string | undefined;
159
+ description?: string | undefined;
160
+ value?: unknown;
161
+ externalValue?: string | undefined;
162
+ $ref?: string | undefined;
163
+ }> | undefined;
164
+ })[] | undefined;
165
+ requestBody?: {
166
+ $ref: string;
167
+ } | {
168
+ $ref: string;
169
+ } | {
170
+ content: Record<string, {
171
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
172
+ example?: unknown;
173
+ examples?: Record<string, {
174
+ $ref: string;
175
+ } | {
176
+ summary?: string | undefined;
177
+ description?: string | undefined;
178
+ value?: unknown;
179
+ externalValue?: string | undefined;
180
+ $ref?: string | undefined;
181
+ }> | undefined;
182
+ encoding?: Record<string, {
183
+ contentType?: string | undefined;
184
+ headers?: Record<string, {
185
+ $ref: string;
186
+ } | {
187
+ $ref: string;
188
+ } | {
189
+ description?: string | undefined;
190
+ required?: boolean | undefined;
191
+ deprecated?: boolean | undefined;
192
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
193
+ example?: unknown;
194
+ examples?: Record<string, {
195
+ $ref: string;
196
+ } | {
197
+ summary?: string | undefined;
198
+ description?: string | undefined;
199
+ value?: unknown;
200
+ externalValue?: string | undefined;
201
+ $ref?: string | undefined;
202
+ }> | undefined;
203
+ }> | undefined;
204
+ style?: string | undefined;
205
+ explode?: boolean | undefined;
206
+ allowReserved?: boolean | undefined;
207
+ }> | undefined;
208
+ }>;
209
+ description?: string | undefined;
210
+ required?: boolean | undefined;
211
+ } | undefined;
212
+ callbacks?: Record<string, unknown> | undefined;
213
+ deprecated?: boolean | undefined;
214
+ security?: Record<string, string[]>[] | undefined;
215
+ servers?: {
216
+ url: string;
217
+ description?: string | undefined;
218
+ variables?: Record<string, {
219
+ default: string;
220
+ enum?: string[] | undefined;
221
+ description?: string | undefined;
222
+ }> | undefined;
223
+ }[] | undefined;
224
+ } | undefined;
225
+ put?: {
226
+ responses: Record<string, {
227
+ $ref: string;
228
+ } | {
229
+ $ref: string;
230
+ } | {
231
+ description: string;
232
+ headers?: Record<string, {
233
+ $ref: string;
234
+ } | {
235
+ $ref: string;
236
+ } | {
237
+ description?: string | undefined;
238
+ required?: boolean | undefined;
239
+ deprecated?: boolean | undefined;
240
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
241
+ example?: unknown;
242
+ examples?: Record<string, {
243
+ $ref: string;
244
+ } | {
245
+ summary?: string | undefined;
246
+ description?: string | undefined;
247
+ value?: unknown;
248
+ externalValue?: string | undefined;
249
+ $ref?: string | undefined;
250
+ }> | undefined;
251
+ }> | undefined;
252
+ content?: Record<string, {
253
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
254
+ example?: unknown;
255
+ examples?: Record<string, {
256
+ $ref: string;
257
+ } | {
258
+ summary?: string | undefined;
259
+ description?: string | undefined;
260
+ value?: unknown;
261
+ externalValue?: string | undefined;
262
+ $ref?: string | undefined;
263
+ }> | undefined;
264
+ encoding?: Record<string, {
265
+ contentType?: string | undefined;
266
+ headers?: Record<string, {
267
+ $ref: string;
268
+ } | {
269
+ $ref: string;
270
+ } | {
271
+ description?: string | undefined;
272
+ required?: boolean | undefined;
273
+ deprecated?: boolean | undefined;
274
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
275
+ example?: unknown;
276
+ examples?: Record<string, {
277
+ $ref: string;
278
+ } | {
279
+ summary?: string | undefined;
280
+ description?: string | undefined;
281
+ value?: unknown;
282
+ externalValue?: string | undefined;
283
+ $ref?: string | undefined;
284
+ }> | undefined;
285
+ }> | undefined;
286
+ style?: string | undefined;
287
+ explode?: boolean | undefined;
288
+ allowReserved?: boolean | undefined;
289
+ }> | undefined;
290
+ }> | undefined;
291
+ links?: Record<string, unknown> | undefined;
292
+ }>;
293
+ tags?: string[] | undefined;
294
+ summary?: string | undefined;
295
+ description?: string | undefined;
296
+ externalDocs?: {
297
+ url: string;
298
+ description?: string | undefined;
299
+ } | undefined;
300
+ operationId?: string | undefined;
301
+ parameters?: ({
302
+ $ref: string;
303
+ } | {
304
+ $ref: string;
305
+ } | {
306
+ name: string;
307
+ in: "path" | "query" | "header" | "cookie";
308
+ description?: string | undefined;
309
+ required?: boolean | undefined;
310
+ deprecated?: boolean | undefined;
311
+ allowEmptyValue?: boolean | undefined;
312
+ style?: string | undefined;
313
+ explode?: boolean | undefined;
314
+ allowReserved?: boolean | undefined;
315
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
316
+ example?: unknown;
317
+ examples?: Record<string, {
318
+ $ref: string;
319
+ } | {
320
+ summary?: string | undefined;
321
+ description?: string | undefined;
322
+ value?: unknown;
323
+ externalValue?: string | undefined;
324
+ $ref?: string | undefined;
325
+ }> | undefined;
326
+ })[] | undefined;
327
+ requestBody?: {
328
+ $ref: string;
329
+ } | {
330
+ $ref: string;
331
+ } | {
332
+ content: Record<string, {
333
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
334
+ example?: unknown;
335
+ examples?: Record<string, {
336
+ $ref: string;
337
+ } | {
338
+ summary?: string | undefined;
339
+ description?: string | undefined;
340
+ value?: unknown;
341
+ externalValue?: string | undefined;
342
+ $ref?: string | undefined;
343
+ }> | undefined;
344
+ encoding?: Record<string, {
345
+ contentType?: string | undefined;
346
+ headers?: Record<string, {
347
+ $ref: string;
348
+ } | {
349
+ $ref: string;
350
+ } | {
351
+ description?: string | undefined;
352
+ required?: boolean | undefined;
353
+ deprecated?: boolean | undefined;
354
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
355
+ example?: unknown;
356
+ examples?: Record<string, {
357
+ $ref: string;
358
+ } | {
359
+ summary?: string | undefined;
360
+ description?: string | undefined;
361
+ value?: unknown;
362
+ externalValue?: string | undefined;
363
+ $ref?: string | undefined;
364
+ }> | undefined;
365
+ }> | undefined;
366
+ style?: string | undefined;
367
+ explode?: boolean | undefined;
368
+ allowReserved?: boolean | undefined;
369
+ }> | undefined;
370
+ }>;
371
+ description?: string | undefined;
372
+ required?: boolean | undefined;
373
+ } | undefined;
374
+ callbacks?: Record<string, unknown> | undefined;
375
+ deprecated?: boolean | undefined;
376
+ security?: Record<string, string[]>[] | undefined;
377
+ servers?: {
378
+ url: string;
379
+ description?: string | undefined;
380
+ variables?: Record<string, {
381
+ default: string;
382
+ enum?: string[] | undefined;
383
+ description?: string | undefined;
384
+ }> | undefined;
385
+ }[] | undefined;
386
+ } | undefined;
387
+ post?: {
388
+ responses: Record<string, {
389
+ $ref: string;
390
+ } | {
391
+ $ref: string;
392
+ } | {
393
+ description: string;
394
+ headers?: Record<string, {
395
+ $ref: string;
396
+ } | {
397
+ $ref: string;
398
+ } | {
399
+ description?: string | undefined;
400
+ required?: boolean | undefined;
401
+ deprecated?: boolean | undefined;
402
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
403
+ example?: unknown;
404
+ examples?: Record<string, {
405
+ $ref: string;
406
+ } | {
407
+ summary?: string | undefined;
408
+ description?: string | undefined;
409
+ value?: unknown;
410
+ externalValue?: string | undefined;
411
+ $ref?: string | undefined;
412
+ }> | undefined;
413
+ }> | undefined;
414
+ content?: Record<string, {
415
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
416
+ example?: unknown;
417
+ examples?: Record<string, {
418
+ $ref: string;
419
+ } | {
420
+ summary?: string | undefined;
421
+ description?: string | undefined;
422
+ value?: unknown;
423
+ externalValue?: string | undefined;
424
+ $ref?: string | undefined;
425
+ }> | undefined;
426
+ encoding?: Record<string, {
427
+ contentType?: string | undefined;
428
+ headers?: Record<string, {
429
+ $ref: string;
430
+ } | {
431
+ $ref: string;
432
+ } | {
433
+ description?: string | undefined;
434
+ required?: boolean | undefined;
435
+ deprecated?: boolean | undefined;
436
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
437
+ example?: unknown;
438
+ examples?: Record<string, {
439
+ $ref: string;
440
+ } | {
441
+ summary?: string | undefined;
442
+ description?: string | undefined;
443
+ value?: unknown;
444
+ externalValue?: string | undefined;
445
+ $ref?: string | undefined;
446
+ }> | undefined;
447
+ }> | undefined;
448
+ style?: string | undefined;
449
+ explode?: boolean | undefined;
450
+ allowReserved?: boolean | undefined;
451
+ }> | undefined;
452
+ }> | undefined;
453
+ links?: Record<string, unknown> | undefined;
454
+ }>;
455
+ tags?: string[] | undefined;
456
+ summary?: string | undefined;
457
+ description?: string | undefined;
458
+ externalDocs?: {
459
+ url: string;
460
+ description?: string | undefined;
461
+ } | undefined;
462
+ operationId?: string | undefined;
463
+ parameters?: ({
464
+ $ref: string;
465
+ } | {
466
+ $ref: string;
467
+ } | {
468
+ name: string;
469
+ in: "path" | "query" | "header" | "cookie";
470
+ description?: string | undefined;
471
+ required?: boolean | undefined;
472
+ deprecated?: boolean | undefined;
473
+ allowEmptyValue?: boolean | undefined;
474
+ style?: string | undefined;
475
+ explode?: boolean | undefined;
476
+ allowReserved?: boolean | undefined;
477
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
478
+ example?: unknown;
479
+ examples?: Record<string, {
480
+ $ref: string;
481
+ } | {
482
+ summary?: string | undefined;
483
+ description?: string | undefined;
484
+ value?: unknown;
485
+ externalValue?: string | undefined;
486
+ $ref?: string | undefined;
487
+ }> | undefined;
488
+ })[] | undefined;
489
+ requestBody?: {
490
+ $ref: string;
491
+ } | {
492
+ $ref: string;
493
+ } | {
494
+ content: Record<string, {
495
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
496
+ example?: unknown;
497
+ examples?: Record<string, {
498
+ $ref: string;
499
+ } | {
500
+ summary?: string | undefined;
501
+ description?: string | undefined;
502
+ value?: unknown;
503
+ externalValue?: string | undefined;
504
+ $ref?: string | undefined;
505
+ }> | undefined;
506
+ encoding?: Record<string, {
507
+ contentType?: string | undefined;
508
+ headers?: Record<string, {
509
+ $ref: string;
510
+ } | {
511
+ $ref: string;
512
+ } | {
513
+ description?: string | undefined;
514
+ required?: boolean | undefined;
515
+ deprecated?: boolean | undefined;
516
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
517
+ example?: unknown;
518
+ examples?: Record<string, {
519
+ $ref: string;
520
+ } | {
521
+ summary?: string | undefined;
522
+ description?: string | undefined;
523
+ value?: unknown;
524
+ externalValue?: string | undefined;
525
+ $ref?: string | undefined;
526
+ }> | undefined;
527
+ }> | undefined;
528
+ style?: string | undefined;
529
+ explode?: boolean | undefined;
530
+ allowReserved?: boolean | undefined;
531
+ }> | undefined;
532
+ }>;
533
+ description?: string | undefined;
534
+ required?: boolean | undefined;
535
+ } | undefined;
536
+ callbacks?: Record<string, unknown> | undefined;
537
+ deprecated?: boolean | undefined;
538
+ security?: Record<string, string[]>[] | undefined;
539
+ servers?: {
540
+ url: string;
541
+ description?: string | undefined;
542
+ variables?: Record<string, {
543
+ default: string;
544
+ enum?: string[] | undefined;
545
+ description?: string | undefined;
546
+ }> | undefined;
547
+ }[] | undefined;
548
+ } | undefined;
549
+ delete?: {
550
+ responses: Record<string, {
551
+ $ref: string;
552
+ } | {
553
+ $ref: string;
554
+ } | {
555
+ description: string;
556
+ headers?: Record<string, {
557
+ $ref: string;
558
+ } | {
559
+ $ref: string;
560
+ } | {
561
+ description?: string | undefined;
562
+ required?: boolean | undefined;
563
+ deprecated?: boolean | undefined;
564
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
565
+ example?: unknown;
566
+ examples?: Record<string, {
567
+ $ref: string;
568
+ } | {
569
+ summary?: string | undefined;
570
+ description?: string | undefined;
571
+ value?: unknown;
572
+ externalValue?: string | undefined;
573
+ $ref?: string | undefined;
574
+ }> | undefined;
575
+ }> | undefined;
576
+ content?: Record<string, {
577
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
578
+ example?: unknown;
579
+ examples?: Record<string, {
580
+ $ref: string;
581
+ } | {
582
+ summary?: string | undefined;
583
+ description?: string | undefined;
584
+ value?: unknown;
585
+ externalValue?: string | undefined;
586
+ $ref?: string | undefined;
587
+ }> | undefined;
588
+ encoding?: Record<string, {
589
+ contentType?: string | undefined;
590
+ headers?: Record<string, {
591
+ $ref: string;
592
+ } | {
593
+ $ref: string;
594
+ } | {
595
+ description?: string | undefined;
596
+ required?: boolean | undefined;
597
+ deprecated?: boolean | undefined;
598
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
599
+ example?: unknown;
600
+ examples?: Record<string, {
601
+ $ref: string;
602
+ } | {
603
+ summary?: string | undefined;
604
+ description?: string | undefined;
605
+ value?: unknown;
606
+ externalValue?: string | undefined;
607
+ $ref?: string | undefined;
608
+ }> | undefined;
609
+ }> | undefined;
610
+ style?: string | undefined;
611
+ explode?: boolean | undefined;
612
+ allowReserved?: boolean | undefined;
613
+ }> | undefined;
614
+ }> | undefined;
615
+ links?: Record<string, unknown> | undefined;
616
+ }>;
617
+ tags?: string[] | undefined;
618
+ summary?: string | undefined;
619
+ description?: string | undefined;
620
+ externalDocs?: {
621
+ url: string;
622
+ description?: string | undefined;
623
+ } | undefined;
624
+ operationId?: string | undefined;
625
+ parameters?: ({
626
+ $ref: string;
627
+ } | {
628
+ $ref: string;
629
+ } | {
630
+ name: string;
631
+ in: "path" | "query" | "header" | "cookie";
632
+ description?: string | undefined;
633
+ required?: boolean | undefined;
634
+ deprecated?: boolean | undefined;
635
+ allowEmptyValue?: boolean | undefined;
636
+ style?: string | undefined;
637
+ explode?: boolean | undefined;
638
+ allowReserved?: boolean | undefined;
639
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
640
+ example?: unknown;
641
+ examples?: Record<string, {
642
+ $ref: string;
643
+ } | {
644
+ summary?: string | undefined;
645
+ description?: string | undefined;
646
+ value?: unknown;
647
+ externalValue?: string | undefined;
648
+ $ref?: string | undefined;
649
+ }> | undefined;
650
+ })[] | undefined;
651
+ requestBody?: {
652
+ $ref: string;
653
+ } | {
654
+ $ref: string;
655
+ } | {
656
+ content: Record<string, {
657
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
658
+ example?: unknown;
659
+ examples?: Record<string, {
660
+ $ref: string;
661
+ } | {
662
+ summary?: string | undefined;
663
+ description?: string | undefined;
664
+ value?: unknown;
665
+ externalValue?: string | undefined;
666
+ $ref?: string | undefined;
667
+ }> | undefined;
668
+ encoding?: Record<string, {
669
+ contentType?: string | undefined;
670
+ headers?: Record<string, {
671
+ $ref: string;
672
+ } | {
673
+ $ref: string;
674
+ } | {
675
+ description?: string | undefined;
676
+ required?: boolean | undefined;
677
+ deprecated?: boolean | undefined;
678
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
679
+ example?: unknown;
680
+ examples?: Record<string, {
681
+ $ref: string;
682
+ } | {
683
+ summary?: string | undefined;
684
+ description?: string | undefined;
685
+ value?: unknown;
686
+ externalValue?: string | undefined;
687
+ $ref?: string | undefined;
688
+ }> | undefined;
689
+ }> | undefined;
690
+ style?: string | undefined;
691
+ explode?: boolean | undefined;
692
+ allowReserved?: boolean | undefined;
693
+ }> | undefined;
694
+ }>;
695
+ description?: string | undefined;
696
+ required?: boolean | undefined;
697
+ } | undefined;
698
+ callbacks?: Record<string, unknown> | undefined;
699
+ deprecated?: boolean | undefined;
700
+ security?: Record<string, string[]>[] | undefined;
701
+ servers?: {
702
+ url: string;
703
+ description?: string | undefined;
704
+ variables?: Record<string, {
705
+ default: string;
706
+ enum?: string[] | undefined;
707
+ description?: string | undefined;
708
+ }> | undefined;
709
+ }[] | undefined;
710
+ } | undefined;
711
+ options?: {
712
+ responses: Record<string, {
713
+ $ref: string;
714
+ } | {
715
+ $ref: string;
716
+ } | {
717
+ description: string;
718
+ headers?: Record<string, {
719
+ $ref: string;
720
+ } | {
721
+ $ref: string;
722
+ } | {
723
+ description?: string | undefined;
724
+ required?: boolean | undefined;
725
+ deprecated?: boolean | undefined;
726
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
727
+ example?: unknown;
728
+ examples?: Record<string, {
729
+ $ref: string;
730
+ } | {
731
+ summary?: string | undefined;
732
+ description?: string | undefined;
733
+ value?: unknown;
734
+ externalValue?: string | undefined;
735
+ $ref?: string | undefined;
736
+ }> | undefined;
737
+ }> | undefined;
738
+ content?: Record<string, {
739
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
740
+ example?: unknown;
741
+ examples?: Record<string, {
742
+ $ref: string;
743
+ } | {
744
+ summary?: string | undefined;
745
+ description?: string | undefined;
746
+ value?: unknown;
747
+ externalValue?: string | undefined;
748
+ $ref?: string | undefined;
749
+ }> | undefined;
750
+ encoding?: Record<string, {
751
+ contentType?: string | undefined;
752
+ headers?: Record<string, {
753
+ $ref: string;
754
+ } | {
755
+ $ref: string;
756
+ } | {
757
+ description?: string | undefined;
758
+ required?: boolean | undefined;
759
+ deprecated?: boolean | undefined;
760
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
761
+ example?: unknown;
762
+ examples?: Record<string, {
763
+ $ref: string;
764
+ } | {
765
+ summary?: string | undefined;
766
+ description?: string | undefined;
767
+ value?: unknown;
768
+ externalValue?: string | undefined;
769
+ $ref?: string | undefined;
770
+ }> | undefined;
771
+ }> | undefined;
772
+ style?: string | undefined;
773
+ explode?: boolean | undefined;
774
+ allowReserved?: boolean | undefined;
775
+ }> | undefined;
776
+ }> | undefined;
777
+ links?: Record<string, unknown> | undefined;
778
+ }>;
779
+ tags?: string[] | undefined;
780
+ summary?: string | undefined;
781
+ description?: string | undefined;
782
+ externalDocs?: {
783
+ url: string;
784
+ description?: string | undefined;
785
+ } | undefined;
786
+ operationId?: string | undefined;
787
+ parameters?: ({
788
+ $ref: string;
789
+ } | {
790
+ $ref: string;
791
+ } | {
792
+ name: string;
793
+ in: "path" | "query" | "header" | "cookie";
794
+ description?: string | undefined;
795
+ required?: boolean | undefined;
796
+ deprecated?: boolean | undefined;
797
+ allowEmptyValue?: boolean | undefined;
798
+ style?: string | undefined;
799
+ explode?: boolean | undefined;
800
+ allowReserved?: boolean | undefined;
801
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
802
+ example?: unknown;
803
+ examples?: Record<string, {
804
+ $ref: string;
805
+ } | {
806
+ summary?: string | undefined;
807
+ description?: string | undefined;
808
+ value?: unknown;
809
+ externalValue?: string | undefined;
810
+ $ref?: string | undefined;
811
+ }> | undefined;
812
+ })[] | undefined;
813
+ requestBody?: {
814
+ $ref: string;
815
+ } | {
816
+ $ref: string;
817
+ } | {
818
+ content: Record<string, {
819
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
820
+ example?: unknown;
821
+ examples?: Record<string, {
822
+ $ref: string;
823
+ } | {
824
+ summary?: string | undefined;
825
+ description?: string | undefined;
826
+ value?: unknown;
827
+ externalValue?: string | undefined;
828
+ $ref?: string | undefined;
829
+ }> | undefined;
830
+ encoding?: Record<string, {
831
+ contentType?: string | undefined;
832
+ headers?: Record<string, {
833
+ $ref: string;
834
+ } | {
835
+ $ref: string;
836
+ } | {
837
+ description?: string | undefined;
838
+ required?: boolean | undefined;
839
+ deprecated?: boolean | undefined;
840
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
841
+ example?: unknown;
842
+ examples?: Record<string, {
843
+ $ref: string;
844
+ } | {
845
+ summary?: string | undefined;
846
+ description?: string | undefined;
847
+ value?: unknown;
848
+ externalValue?: string | undefined;
849
+ $ref?: string | undefined;
850
+ }> | undefined;
851
+ }> | undefined;
852
+ style?: string | undefined;
853
+ explode?: boolean | undefined;
854
+ allowReserved?: boolean | undefined;
855
+ }> | undefined;
856
+ }>;
857
+ description?: string | undefined;
858
+ required?: boolean | undefined;
859
+ } | undefined;
860
+ callbacks?: Record<string, unknown> | undefined;
861
+ deprecated?: boolean | undefined;
862
+ security?: Record<string, string[]>[] | undefined;
863
+ servers?: {
864
+ url: string;
865
+ description?: string | undefined;
866
+ variables?: Record<string, {
867
+ default: string;
868
+ enum?: string[] | undefined;
869
+ description?: string | undefined;
870
+ }> | undefined;
871
+ }[] | undefined;
872
+ } | undefined;
873
+ head?: {
874
+ responses: Record<string, {
875
+ $ref: string;
876
+ } | {
877
+ $ref: string;
878
+ } | {
879
+ description: string;
880
+ headers?: Record<string, {
881
+ $ref: string;
882
+ } | {
883
+ $ref: string;
884
+ } | {
885
+ description?: string | undefined;
886
+ required?: boolean | undefined;
887
+ deprecated?: boolean | undefined;
888
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
889
+ example?: unknown;
890
+ examples?: Record<string, {
891
+ $ref: string;
892
+ } | {
893
+ summary?: string | undefined;
894
+ description?: string | undefined;
895
+ value?: unknown;
896
+ externalValue?: string | undefined;
897
+ $ref?: string | undefined;
898
+ }> | undefined;
899
+ }> | undefined;
900
+ content?: Record<string, {
901
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
902
+ example?: unknown;
903
+ examples?: Record<string, {
904
+ $ref: string;
905
+ } | {
906
+ summary?: string | undefined;
907
+ description?: string | undefined;
908
+ value?: unknown;
909
+ externalValue?: string | undefined;
910
+ $ref?: string | undefined;
911
+ }> | undefined;
912
+ encoding?: Record<string, {
913
+ contentType?: string | undefined;
914
+ headers?: Record<string, {
915
+ $ref: string;
916
+ } | {
917
+ $ref: string;
918
+ } | {
919
+ description?: string | undefined;
920
+ required?: boolean | undefined;
921
+ deprecated?: boolean | undefined;
922
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
923
+ example?: unknown;
924
+ examples?: Record<string, {
925
+ $ref: string;
926
+ } | {
927
+ summary?: string | undefined;
928
+ description?: string | undefined;
929
+ value?: unknown;
930
+ externalValue?: string | undefined;
931
+ $ref?: string | undefined;
932
+ }> | undefined;
933
+ }> | undefined;
934
+ style?: string | undefined;
935
+ explode?: boolean | undefined;
936
+ allowReserved?: boolean | undefined;
937
+ }> | undefined;
938
+ }> | undefined;
939
+ links?: Record<string, unknown> | undefined;
940
+ }>;
941
+ tags?: string[] | undefined;
942
+ summary?: string | undefined;
943
+ description?: string | undefined;
944
+ externalDocs?: {
945
+ url: string;
946
+ description?: string | undefined;
947
+ } | undefined;
948
+ operationId?: string | undefined;
949
+ parameters?: ({
950
+ $ref: string;
951
+ } | {
952
+ $ref: string;
953
+ } | {
954
+ name: string;
955
+ in: "path" | "query" | "header" | "cookie";
956
+ description?: string | undefined;
957
+ required?: boolean | undefined;
958
+ deprecated?: boolean | undefined;
959
+ allowEmptyValue?: boolean | undefined;
960
+ style?: string | undefined;
961
+ explode?: boolean | undefined;
962
+ allowReserved?: boolean | undefined;
963
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
964
+ example?: unknown;
965
+ examples?: Record<string, {
966
+ $ref: string;
967
+ } | {
968
+ summary?: string | undefined;
969
+ description?: string | undefined;
970
+ value?: unknown;
971
+ externalValue?: string | undefined;
972
+ $ref?: string | undefined;
973
+ }> | undefined;
974
+ })[] | undefined;
975
+ requestBody?: {
976
+ $ref: string;
977
+ } | {
978
+ $ref: string;
979
+ } | {
980
+ content: Record<string, {
981
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
982
+ example?: unknown;
983
+ examples?: Record<string, {
984
+ $ref: string;
985
+ } | {
986
+ summary?: string | undefined;
987
+ description?: string | undefined;
988
+ value?: unknown;
989
+ externalValue?: string | undefined;
990
+ $ref?: string | undefined;
991
+ }> | undefined;
992
+ encoding?: Record<string, {
993
+ contentType?: string | undefined;
994
+ headers?: Record<string, {
995
+ $ref: string;
996
+ } | {
997
+ $ref: string;
998
+ } | {
999
+ description?: string | undefined;
1000
+ required?: boolean | undefined;
1001
+ deprecated?: boolean | undefined;
1002
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1003
+ example?: unknown;
1004
+ examples?: Record<string, {
1005
+ $ref: string;
1006
+ } | {
1007
+ summary?: string | undefined;
1008
+ description?: string | undefined;
1009
+ value?: unknown;
1010
+ externalValue?: string | undefined;
1011
+ $ref?: string | undefined;
1012
+ }> | undefined;
1013
+ }> | undefined;
1014
+ style?: string | undefined;
1015
+ explode?: boolean | undefined;
1016
+ allowReserved?: boolean | undefined;
1017
+ }> | undefined;
1018
+ }>;
1019
+ description?: string | undefined;
1020
+ required?: boolean | undefined;
1021
+ } | undefined;
1022
+ callbacks?: Record<string, unknown> | undefined;
1023
+ deprecated?: boolean | undefined;
1024
+ security?: Record<string, string[]>[] | undefined;
1025
+ servers?: {
1026
+ url: string;
1027
+ description?: string | undefined;
1028
+ variables?: Record<string, {
1029
+ default: string;
1030
+ enum?: string[] | undefined;
1031
+ description?: string | undefined;
1032
+ }> | undefined;
1033
+ }[] | undefined;
1034
+ } | undefined;
1035
+ patch?: {
1036
+ responses: Record<string, {
1037
+ $ref: string;
1038
+ } | {
1039
+ $ref: string;
1040
+ } | {
1041
+ description: string;
1042
+ headers?: Record<string, {
1043
+ $ref: string;
1044
+ } | {
1045
+ $ref: string;
1046
+ } | {
1047
+ description?: string | undefined;
1048
+ required?: boolean | undefined;
1049
+ deprecated?: boolean | undefined;
1050
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1051
+ example?: unknown;
1052
+ examples?: Record<string, {
1053
+ $ref: string;
1054
+ } | {
1055
+ summary?: string | undefined;
1056
+ description?: string | undefined;
1057
+ value?: unknown;
1058
+ externalValue?: string | undefined;
1059
+ $ref?: string | undefined;
1060
+ }> | undefined;
1061
+ }> | undefined;
1062
+ content?: Record<string, {
1063
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1064
+ example?: unknown;
1065
+ examples?: Record<string, {
1066
+ $ref: string;
1067
+ } | {
1068
+ summary?: string | undefined;
1069
+ description?: string | undefined;
1070
+ value?: unknown;
1071
+ externalValue?: string | undefined;
1072
+ $ref?: string | undefined;
1073
+ }> | undefined;
1074
+ encoding?: Record<string, {
1075
+ contentType?: string | undefined;
1076
+ headers?: Record<string, {
1077
+ $ref: string;
1078
+ } | {
1079
+ $ref: string;
1080
+ } | {
1081
+ description?: string | undefined;
1082
+ required?: boolean | undefined;
1083
+ deprecated?: boolean | undefined;
1084
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1085
+ example?: unknown;
1086
+ examples?: Record<string, {
1087
+ $ref: string;
1088
+ } | {
1089
+ summary?: string | undefined;
1090
+ description?: string | undefined;
1091
+ value?: unknown;
1092
+ externalValue?: string | undefined;
1093
+ $ref?: string | undefined;
1094
+ }> | undefined;
1095
+ }> | undefined;
1096
+ style?: string | undefined;
1097
+ explode?: boolean | undefined;
1098
+ allowReserved?: boolean | undefined;
1099
+ }> | undefined;
1100
+ }> | undefined;
1101
+ links?: Record<string, unknown> | undefined;
1102
+ }>;
1103
+ tags?: string[] | undefined;
1104
+ summary?: string | undefined;
1105
+ description?: string | undefined;
1106
+ externalDocs?: {
1107
+ url: string;
1108
+ description?: string | undefined;
1109
+ } | undefined;
1110
+ operationId?: string | undefined;
1111
+ parameters?: ({
1112
+ $ref: string;
1113
+ } | {
1114
+ $ref: string;
1115
+ } | {
1116
+ name: string;
1117
+ in: "path" | "query" | "header" | "cookie";
1118
+ description?: string | undefined;
1119
+ required?: boolean | undefined;
1120
+ deprecated?: boolean | undefined;
1121
+ allowEmptyValue?: boolean | undefined;
1122
+ style?: string | undefined;
1123
+ explode?: boolean | undefined;
1124
+ allowReserved?: boolean | undefined;
1125
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1126
+ example?: unknown;
1127
+ examples?: Record<string, {
1128
+ $ref: string;
1129
+ } | {
1130
+ summary?: string | undefined;
1131
+ description?: string | undefined;
1132
+ value?: unknown;
1133
+ externalValue?: string | undefined;
1134
+ $ref?: string | undefined;
1135
+ }> | undefined;
1136
+ })[] | undefined;
1137
+ requestBody?: {
1138
+ $ref: string;
1139
+ } | {
1140
+ $ref: string;
1141
+ } | {
1142
+ content: Record<string, {
1143
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1144
+ example?: unknown;
1145
+ examples?: Record<string, {
1146
+ $ref: string;
1147
+ } | {
1148
+ summary?: string | undefined;
1149
+ description?: string | undefined;
1150
+ value?: unknown;
1151
+ externalValue?: string | undefined;
1152
+ $ref?: string | undefined;
1153
+ }> | undefined;
1154
+ encoding?: Record<string, {
1155
+ contentType?: string | undefined;
1156
+ headers?: Record<string, {
1157
+ $ref: string;
1158
+ } | {
1159
+ $ref: string;
1160
+ } | {
1161
+ description?: string | undefined;
1162
+ required?: boolean | undefined;
1163
+ deprecated?: boolean | undefined;
1164
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1165
+ example?: unknown;
1166
+ examples?: Record<string, {
1167
+ $ref: string;
1168
+ } | {
1169
+ summary?: string | undefined;
1170
+ description?: string | undefined;
1171
+ value?: unknown;
1172
+ externalValue?: string | undefined;
1173
+ $ref?: string | undefined;
1174
+ }> | undefined;
1175
+ }> | undefined;
1176
+ style?: string | undefined;
1177
+ explode?: boolean | undefined;
1178
+ allowReserved?: boolean | undefined;
1179
+ }> | undefined;
1180
+ }>;
1181
+ description?: string | undefined;
1182
+ required?: boolean | undefined;
1183
+ } | undefined;
1184
+ callbacks?: Record<string, unknown> | undefined;
1185
+ deprecated?: boolean | undefined;
1186
+ security?: Record<string, string[]>[] | undefined;
1187
+ servers?: {
1188
+ url: string;
1189
+ description?: string | undefined;
1190
+ variables?: Record<string, {
1191
+ default: string;
1192
+ enum?: string[] | undefined;
1193
+ description?: string | undefined;
1194
+ }> | undefined;
1195
+ }[] | undefined;
1196
+ } | undefined;
1197
+ trace?: {
1198
+ responses: Record<string, {
1199
+ $ref: string;
1200
+ } | {
1201
+ $ref: string;
1202
+ } | {
1203
+ description: string;
1204
+ headers?: Record<string, {
1205
+ $ref: string;
1206
+ } | {
1207
+ $ref: string;
1208
+ } | {
1209
+ description?: string | undefined;
1210
+ required?: boolean | undefined;
1211
+ deprecated?: boolean | undefined;
1212
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1213
+ example?: unknown;
1214
+ examples?: Record<string, {
1215
+ $ref: string;
1216
+ } | {
1217
+ summary?: string | undefined;
1218
+ description?: string | undefined;
1219
+ value?: unknown;
1220
+ externalValue?: string | undefined;
1221
+ $ref?: string | undefined;
1222
+ }> | undefined;
1223
+ }> | undefined;
1224
+ content?: Record<string, {
1225
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1226
+ example?: unknown;
1227
+ examples?: Record<string, {
1228
+ $ref: string;
1229
+ } | {
1230
+ summary?: string | undefined;
1231
+ description?: string | undefined;
1232
+ value?: unknown;
1233
+ externalValue?: string | undefined;
1234
+ $ref?: string | undefined;
1235
+ }> | undefined;
1236
+ encoding?: Record<string, {
1237
+ contentType?: string | undefined;
1238
+ headers?: Record<string, {
1239
+ $ref: string;
1240
+ } | {
1241
+ $ref: string;
1242
+ } | {
1243
+ description?: string | undefined;
1244
+ required?: boolean | undefined;
1245
+ deprecated?: boolean | undefined;
1246
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1247
+ example?: unknown;
1248
+ examples?: Record<string, {
1249
+ $ref: string;
1250
+ } | {
1251
+ summary?: string | undefined;
1252
+ description?: string | undefined;
1253
+ value?: unknown;
1254
+ externalValue?: string | undefined;
1255
+ $ref?: string | undefined;
1256
+ }> | undefined;
1257
+ }> | undefined;
1258
+ style?: string | undefined;
1259
+ explode?: boolean | undefined;
1260
+ allowReserved?: boolean | undefined;
1261
+ }> | undefined;
1262
+ }> | undefined;
1263
+ links?: Record<string, unknown> | undefined;
1264
+ }>;
1265
+ tags?: string[] | undefined;
1266
+ summary?: string | undefined;
1267
+ description?: string | undefined;
1268
+ externalDocs?: {
1269
+ url: string;
1270
+ description?: string | undefined;
1271
+ } | undefined;
1272
+ operationId?: string | undefined;
1273
+ parameters?: ({
1274
+ $ref: string;
1275
+ } | {
1276
+ $ref: string;
1277
+ } | {
1278
+ name: string;
1279
+ in: "path" | "query" | "header" | "cookie";
1280
+ description?: string | undefined;
1281
+ required?: boolean | undefined;
1282
+ deprecated?: boolean | undefined;
1283
+ allowEmptyValue?: boolean | undefined;
1284
+ style?: string | undefined;
1285
+ explode?: boolean | undefined;
1286
+ allowReserved?: boolean | undefined;
1287
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1288
+ example?: unknown;
1289
+ examples?: Record<string, {
1290
+ $ref: string;
1291
+ } | {
1292
+ summary?: string | undefined;
1293
+ description?: string | undefined;
1294
+ value?: unknown;
1295
+ externalValue?: string | undefined;
1296
+ $ref?: string | undefined;
1297
+ }> | undefined;
1298
+ })[] | undefined;
1299
+ requestBody?: {
1300
+ $ref: string;
1301
+ } | {
1302
+ $ref: string;
1303
+ } | {
1304
+ content: Record<string, {
1305
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1306
+ example?: unknown;
1307
+ examples?: Record<string, {
1308
+ $ref: string;
1309
+ } | {
1310
+ summary?: string | undefined;
1311
+ description?: string | undefined;
1312
+ value?: unknown;
1313
+ externalValue?: string | undefined;
1314
+ $ref?: string | undefined;
1315
+ }> | undefined;
1316
+ encoding?: Record<string, {
1317
+ contentType?: string | undefined;
1318
+ headers?: Record<string, {
1319
+ $ref: string;
1320
+ } | {
1321
+ $ref: string;
1322
+ } | {
1323
+ description?: string | undefined;
1324
+ required?: boolean | undefined;
1325
+ deprecated?: boolean | undefined;
1326
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1327
+ example?: unknown;
1328
+ examples?: Record<string, {
1329
+ $ref: string;
1330
+ } | {
1331
+ summary?: string | undefined;
1332
+ description?: string | undefined;
1333
+ value?: unknown;
1334
+ externalValue?: string | undefined;
1335
+ $ref?: string | undefined;
1336
+ }> | undefined;
1337
+ }> | undefined;
1338
+ style?: string | undefined;
1339
+ explode?: boolean | undefined;
1340
+ allowReserved?: boolean | undefined;
1341
+ }> | undefined;
1342
+ }>;
1343
+ description?: string | undefined;
1344
+ required?: boolean | undefined;
1345
+ } | undefined;
1346
+ callbacks?: Record<string, unknown> | undefined;
1347
+ deprecated?: boolean | undefined;
1348
+ security?: Record<string, string[]>[] | undefined;
1349
+ servers?: {
1350
+ url: string;
1351
+ description?: string | undefined;
1352
+ variables?: Record<string, {
1353
+ default: string;
1354
+ enum?: string[] | undefined;
1355
+ description?: string | undefined;
1356
+ }> | undefined;
1357
+ }[] | undefined;
1358
+ } | undefined;
1359
+ }>;
1360
+ servers?: {
1361
+ url: string;
1362
+ description?: string | undefined;
1363
+ variables?: Record<string, {
1364
+ default: string;
1365
+ enum?: string[] | undefined;
1366
+ description?: string | undefined;
1367
+ }> | undefined;
1368
+ }[] | undefined;
1369
+ webhooks?: Record<string, {
1370
+ $ref?: string | undefined;
1371
+ summary?: string | undefined;
1372
+ description?: string | undefined;
1373
+ servers?: {
1374
+ url: string;
1375
+ description?: string | undefined;
1376
+ variables?: Record<string, {
1377
+ default: string;
1378
+ enum?: string[] | undefined;
1379
+ description?: string | undefined;
1380
+ }> | undefined;
1381
+ }[] | undefined;
1382
+ parameters?: ({
1383
+ $ref: string;
1384
+ } | {
1385
+ $ref: string;
1386
+ } | {
1387
+ name: string;
1388
+ in: "path" | "query" | "header" | "cookie";
1389
+ description?: string | undefined;
1390
+ required?: boolean | undefined;
1391
+ deprecated?: boolean | undefined;
1392
+ allowEmptyValue?: boolean | undefined;
1393
+ style?: string | undefined;
1394
+ explode?: boolean | undefined;
1395
+ allowReserved?: boolean | undefined;
1396
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1397
+ example?: unknown;
1398
+ examples?: Record<string, {
1399
+ $ref: string;
1400
+ } | {
1401
+ summary?: string | undefined;
1402
+ description?: string | undefined;
1403
+ value?: unknown;
1404
+ externalValue?: string | undefined;
1405
+ $ref?: string | undefined;
1406
+ }> | undefined;
1407
+ })[] | undefined;
1408
+ get?: {
1409
+ responses: Record<string, {
1410
+ $ref: string;
1411
+ } | {
1412
+ $ref: string;
1413
+ } | {
1414
+ description: string;
1415
+ headers?: Record<string, {
1416
+ $ref: string;
1417
+ } | {
1418
+ $ref: string;
1419
+ } | {
1420
+ description?: string | undefined;
1421
+ required?: boolean | undefined;
1422
+ deprecated?: boolean | undefined;
1423
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1424
+ example?: unknown;
1425
+ examples?: Record<string, {
1426
+ $ref: string;
1427
+ } | {
1428
+ summary?: string | undefined;
1429
+ description?: string | undefined;
1430
+ value?: unknown;
1431
+ externalValue?: string | undefined;
1432
+ $ref?: string | undefined;
1433
+ }> | undefined;
1434
+ }> | undefined;
1435
+ content?: Record<string, {
1436
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1437
+ example?: unknown;
1438
+ examples?: Record<string, {
1439
+ $ref: string;
1440
+ } | {
1441
+ summary?: string | undefined;
1442
+ description?: string | undefined;
1443
+ value?: unknown;
1444
+ externalValue?: string | undefined;
1445
+ $ref?: string | undefined;
1446
+ }> | undefined;
1447
+ encoding?: Record<string, {
1448
+ contentType?: string | undefined;
1449
+ headers?: Record<string, {
1450
+ $ref: string;
1451
+ } | {
1452
+ $ref: string;
1453
+ } | {
1454
+ description?: string | undefined;
1455
+ required?: boolean | undefined;
1456
+ deprecated?: boolean | undefined;
1457
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1458
+ example?: unknown;
1459
+ examples?: Record<string, {
1460
+ $ref: string;
1461
+ } | {
1462
+ summary?: string | undefined;
1463
+ description?: string | undefined;
1464
+ value?: unknown;
1465
+ externalValue?: string | undefined;
1466
+ $ref?: string | undefined;
1467
+ }> | undefined;
1468
+ }> | undefined;
1469
+ style?: string | undefined;
1470
+ explode?: boolean | undefined;
1471
+ allowReserved?: boolean | undefined;
1472
+ }> | undefined;
1473
+ }> | undefined;
1474
+ links?: Record<string, unknown> | undefined;
1475
+ }>;
1476
+ tags?: string[] | undefined;
1477
+ summary?: string | undefined;
1478
+ description?: string | undefined;
1479
+ externalDocs?: {
1480
+ url: string;
1481
+ description?: string | undefined;
1482
+ } | undefined;
1483
+ operationId?: string | undefined;
1484
+ parameters?: ({
1485
+ $ref: string;
1486
+ } | {
1487
+ $ref: string;
1488
+ } | {
1489
+ name: string;
1490
+ in: "path" | "query" | "header" | "cookie";
1491
+ description?: string | undefined;
1492
+ required?: boolean | undefined;
1493
+ deprecated?: boolean | undefined;
1494
+ allowEmptyValue?: boolean | undefined;
1495
+ style?: string | undefined;
1496
+ explode?: boolean | undefined;
1497
+ allowReserved?: boolean | undefined;
1498
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1499
+ example?: unknown;
1500
+ examples?: Record<string, {
1501
+ $ref: string;
1502
+ } | {
1503
+ summary?: string | undefined;
1504
+ description?: string | undefined;
1505
+ value?: unknown;
1506
+ externalValue?: string | undefined;
1507
+ $ref?: string | undefined;
1508
+ }> | undefined;
1509
+ })[] | undefined;
1510
+ requestBody?: {
1511
+ $ref: string;
1512
+ } | {
1513
+ $ref: string;
1514
+ } | {
1515
+ content: Record<string, {
1516
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1517
+ example?: unknown;
1518
+ examples?: Record<string, {
1519
+ $ref: string;
1520
+ } | {
1521
+ summary?: string | undefined;
1522
+ description?: string | undefined;
1523
+ value?: unknown;
1524
+ externalValue?: string | undefined;
1525
+ $ref?: string | undefined;
1526
+ }> | undefined;
1527
+ encoding?: Record<string, {
1528
+ contentType?: string | undefined;
1529
+ headers?: Record<string, {
1530
+ $ref: string;
1531
+ } | {
1532
+ $ref: string;
1533
+ } | {
1534
+ description?: string | undefined;
1535
+ required?: boolean | undefined;
1536
+ deprecated?: boolean | undefined;
1537
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1538
+ example?: unknown;
1539
+ examples?: Record<string, {
1540
+ $ref: string;
1541
+ } | {
1542
+ summary?: string | undefined;
1543
+ description?: string | undefined;
1544
+ value?: unknown;
1545
+ externalValue?: string | undefined;
1546
+ $ref?: string | undefined;
1547
+ }> | undefined;
1548
+ }> | undefined;
1549
+ style?: string | undefined;
1550
+ explode?: boolean | undefined;
1551
+ allowReserved?: boolean | undefined;
1552
+ }> | undefined;
1553
+ }>;
1554
+ description?: string | undefined;
1555
+ required?: boolean | undefined;
1556
+ } | undefined;
1557
+ callbacks?: Record<string, unknown> | undefined;
1558
+ deprecated?: boolean | undefined;
1559
+ security?: Record<string, string[]>[] | undefined;
1560
+ servers?: {
1561
+ url: string;
1562
+ description?: string | undefined;
1563
+ variables?: Record<string, {
1564
+ default: string;
1565
+ enum?: string[] | undefined;
1566
+ description?: string | undefined;
1567
+ }> | undefined;
1568
+ }[] | undefined;
1569
+ } | undefined;
1570
+ put?: {
1571
+ responses: Record<string, {
1572
+ $ref: string;
1573
+ } | {
1574
+ $ref: string;
1575
+ } | {
1576
+ description: string;
1577
+ headers?: Record<string, {
1578
+ $ref: string;
1579
+ } | {
1580
+ $ref: string;
1581
+ } | {
1582
+ description?: string | undefined;
1583
+ required?: boolean | undefined;
1584
+ deprecated?: boolean | undefined;
1585
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1586
+ example?: unknown;
1587
+ examples?: Record<string, {
1588
+ $ref: string;
1589
+ } | {
1590
+ summary?: string | undefined;
1591
+ description?: string | undefined;
1592
+ value?: unknown;
1593
+ externalValue?: string | undefined;
1594
+ $ref?: string | undefined;
1595
+ }> | undefined;
1596
+ }> | undefined;
1597
+ content?: Record<string, {
1598
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1599
+ example?: unknown;
1600
+ examples?: Record<string, {
1601
+ $ref: string;
1602
+ } | {
1603
+ summary?: string | undefined;
1604
+ description?: string | undefined;
1605
+ value?: unknown;
1606
+ externalValue?: string | undefined;
1607
+ $ref?: string | undefined;
1608
+ }> | undefined;
1609
+ encoding?: Record<string, {
1610
+ contentType?: string | undefined;
1611
+ headers?: Record<string, {
1612
+ $ref: string;
1613
+ } | {
1614
+ $ref: string;
1615
+ } | {
1616
+ description?: string | undefined;
1617
+ required?: boolean | undefined;
1618
+ deprecated?: boolean | undefined;
1619
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1620
+ example?: unknown;
1621
+ examples?: Record<string, {
1622
+ $ref: string;
1623
+ } | {
1624
+ summary?: string | undefined;
1625
+ description?: string | undefined;
1626
+ value?: unknown;
1627
+ externalValue?: string | undefined;
1628
+ $ref?: string | undefined;
1629
+ }> | undefined;
1630
+ }> | undefined;
1631
+ style?: string | undefined;
1632
+ explode?: boolean | undefined;
1633
+ allowReserved?: boolean | undefined;
1634
+ }> | undefined;
1635
+ }> | undefined;
1636
+ links?: Record<string, unknown> | undefined;
1637
+ }>;
1638
+ tags?: string[] | undefined;
1639
+ summary?: string | undefined;
1640
+ description?: string | undefined;
1641
+ externalDocs?: {
1642
+ url: string;
1643
+ description?: string | undefined;
1644
+ } | undefined;
1645
+ operationId?: string | undefined;
1646
+ parameters?: ({
1647
+ $ref: string;
1648
+ } | {
1649
+ $ref: string;
1650
+ } | {
1651
+ name: string;
1652
+ in: "path" | "query" | "header" | "cookie";
1653
+ description?: string | undefined;
1654
+ required?: boolean | undefined;
1655
+ deprecated?: boolean | undefined;
1656
+ allowEmptyValue?: boolean | undefined;
1657
+ style?: string | undefined;
1658
+ explode?: boolean | undefined;
1659
+ allowReserved?: boolean | undefined;
1660
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1661
+ example?: unknown;
1662
+ examples?: Record<string, {
1663
+ $ref: string;
1664
+ } | {
1665
+ summary?: string | undefined;
1666
+ description?: string | undefined;
1667
+ value?: unknown;
1668
+ externalValue?: string | undefined;
1669
+ $ref?: string | undefined;
1670
+ }> | undefined;
1671
+ })[] | undefined;
1672
+ requestBody?: {
1673
+ $ref: string;
1674
+ } | {
1675
+ $ref: string;
1676
+ } | {
1677
+ content: Record<string, {
1678
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1679
+ example?: unknown;
1680
+ examples?: Record<string, {
1681
+ $ref: string;
1682
+ } | {
1683
+ summary?: string | undefined;
1684
+ description?: string | undefined;
1685
+ value?: unknown;
1686
+ externalValue?: string | undefined;
1687
+ $ref?: string | undefined;
1688
+ }> | undefined;
1689
+ encoding?: Record<string, {
1690
+ contentType?: string | undefined;
1691
+ headers?: Record<string, {
1692
+ $ref: string;
1693
+ } | {
1694
+ $ref: string;
1695
+ } | {
1696
+ description?: string | undefined;
1697
+ required?: boolean | undefined;
1698
+ deprecated?: boolean | undefined;
1699
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1700
+ example?: unknown;
1701
+ examples?: Record<string, {
1702
+ $ref: string;
1703
+ } | {
1704
+ summary?: string | undefined;
1705
+ description?: string | undefined;
1706
+ value?: unknown;
1707
+ externalValue?: string | undefined;
1708
+ $ref?: string | undefined;
1709
+ }> | undefined;
1710
+ }> | undefined;
1711
+ style?: string | undefined;
1712
+ explode?: boolean | undefined;
1713
+ allowReserved?: boolean | undefined;
1714
+ }> | undefined;
1715
+ }>;
1716
+ description?: string | undefined;
1717
+ required?: boolean | undefined;
1718
+ } | undefined;
1719
+ callbacks?: Record<string, unknown> | undefined;
1720
+ deprecated?: boolean | undefined;
1721
+ security?: Record<string, string[]>[] | undefined;
1722
+ servers?: {
1723
+ url: string;
1724
+ description?: string | undefined;
1725
+ variables?: Record<string, {
1726
+ default: string;
1727
+ enum?: string[] | undefined;
1728
+ description?: string | undefined;
1729
+ }> | undefined;
1730
+ }[] | undefined;
1731
+ } | undefined;
1732
+ post?: {
1733
+ responses: Record<string, {
1734
+ $ref: string;
1735
+ } | {
1736
+ $ref: string;
1737
+ } | {
1738
+ description: string;
1739
+ headers?: Record<string, {
1740
+ $ref: string;
1741
+ } | {
1742
+ $ref: string;
1743
+ } | {
1744
+ description?: string | undefined;
1745
+ required?: boolean | undefined;
1746
+ deprecated?: boolean | undefined;
1747
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1748
+ example?: unknown;
1749
+ examples?: Record<string, {
1750
+ $ref: string;
1751
+ } | {
1752
+ summary?: string | undefined;
1753
+ description?: string | undefined;
1754
+ value?: unknown;
1755
+ externalValue?: string | undefined;
1756
+ $ref?: string | undefined;
1757
+ }> | undefined;
1758
+ }> | undefined;
1759
+ content?: Record<string, {
1760
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1761
+ example?: unknown;
1762
+ examples?: Record<string, {
1763
+ $ref: string;
1764
+ } | {
1765
+ summary?: string | undefined;
1766
+ description?: string | undefined;
1767
+ value?: unknown;
1768
+ externalValue?: string | undefined;
1769
+ $ref?: string | undefined;
1770
+ }> | undefined;
1771
+ encoding?: Record<string, {
1772
+ contentType?: string | undefined;
1773
+ headers?: Record<string, {
1774
+ $ref: string;
1775
+ } | {
1776
+ $ref: string;
1777
+ } | {
1778
+ description?: string | undefined;
1779
+ required?: boolean | undefined;
1780
+ deprecated?: boolean | undefined;
1781
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1782
+ example?: unknown;
1783
+ examples?: Record<string, {
1784
+ $ref: string;
1785
+ } | {
1786
+ summary?: string | undefined;
1787
+ description?: string | undefined;
1788
+ value?: unknown;
1789
+ externalValue?: string | undefined;
1790
+ $ref?: string | undefined;
1791
+ }> | undefined;
1792
+ }> | undefined;
1793
+ style?: string | undefined;
1794
+ explode?: boolean | undefined;
1795
+ allowReserved?: boolean | undefined;
1796
+ }> | undefined;
1797
+ }> | undefined;
1798
+ links?: Record<string, unknown> | undefined;
1799
+ }>;
1800
+ tags?: string[] | undefined;
1801
+ summary?: string | undefined;
1802
+ description?: string | undefined;
1803
+ externalDocs?: {
1804
+ url: string;
1805
+ description?: string | undefined;
1806
+ } | undefined;
1807
+ operationId?: string | undefined;
1808
+ parameters?: ({
1809
+ $ref: string;
1810
+ } | {
1811
+ $ref: string;
1812
+ } | {
1813
+ name: string;
1814
+ in: "path" | "query" | "header" | "cookie";
1815
+ description?: string | undefined;
1816
+ required?: boolean | undefined;
1817
+ deprecated?: boolean | undefined;
1818
+ allowEmptyValue?: boolean | undefined;
1819
+ style?: string | undefined;
1820
+ explode?: boolean | undefined;
1821
+ allowReserved?: boolean | undefined;
1822
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1823
+ example?: unknown;
1824
+ examples?: Record<string, {
1825
+ $ref: string;
1826
+ } | {
1827
+ summary?: string | undefined;
1828
+ description?: string | undefined;
1829
+ value?: unknown;
1830
+ externalValue?: string | undefined;
1831
+ $ref?: string | undefined;
1832
+ }> | undefined;
1833
+ })[] | undefined;
1834
+ requestBody?: {
1835
+ $ref: string;
1836
+ } | {
1837
+ $ref: string;
1838
+ } | {
1839
+ content: Record<string, {
1840
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1841
+ example?: unknown;
1842
+ examples?: Record<string, {
1843
+ $ref: string;
1844
+ } | {
1845
+ summary?: string | undefined;
1846
+ description?: string | undefined;
1847
+ value?: unknown;
1848
+ externalValue?: string | undefined;
1849
+ $ref?: string | undefined;
1850
+ }> | undefined;
1851
+ encoding?: Record<string, {
1852
+ contentType?: string | undefined;
1853
+ headers?: Record<string, {
1854
+ $ref: string;
1855
+ } | {
1856
+ $ref: string;
1857
+ } | {
1858
+ description?: string | undefined;
1859
+ required?: boolean | undefined;
1860
+ deprecated?: boolean | undefined;
1861
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1862
+ example?: unknown;
1863
+ examples?: Record<string, {
1864
+ $ref: string;
1865
+ } | {
1866
+ summary?: string | undefined;
1867
+ description?: string | undefined;
1868
+ value?: unknown;
1869
+ externalValue?: string | undefined;
1870
+ $ref?: string | undefined;
1871
+ }> | undefined;
1872
+ }> | undefined;
1873
+ style?: string | undefined;
1874
+ explode?: boolean | undefined;
1875
+ allowReserved?: boolean | undefined;
1876
+ }> | undefined;
1877
+ }>;
1878
+ description?: string | undefined;
1879
+ required?: boolean | undefined;
1880
+ } | undefined;
1881
+ callbacks?: Record<string, unknown> | undefined;
1882
+ deprecated?: boolean | undefined;
1883
+ security?: Record<string, string[]>[] | undefined;
1884
+ servers?: {
1885
+ url: string;
1886
+ description?: string | undefined;
1887
+ variables?: Record<string, {
1888
+ default: string;
1889
+ enum?: string[] | undefined;
1890
+ description?: string | undefined;
1891
+ }> | undefined;
1892
+ }[] | undefined;
1893
+ } | undefined;
1894
+ delete?: {
1895
+ responses: Record<string, {
1896
+ $ref: string;
1897
+ } | {
1898
+ $ref: string;
1899
+ } | {
1900
+ description: string;
1901
+ headers?: Record<string, {
1902
+ $ref: string;
1903
+ } | {
1904
+ $ref: string;
1905
+ } | {
1906
+ description?: string | undefined;
1907
+ required?: boolean | undefined;
1908
+ deprecated?: boolean | undefined;
1909
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1910
+ example?: unknown;
1911
+ examples?: Record<string, {
1912
+ $ref: string;
1913
+ } | {
1914
+ summary?: string | undefined;
1915
+ description?: string | undefined;
1916
+ value?: unknown;
1917
+ externalValue?: string | undefined;
1918
+ $ref?: string | undefined;
1919
+ }> | undefined;
1920
+ }> | undefined;
1921
+ content?: Record<string, {
1922
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1923
+ example?: unknown;
1924
+ examples?: Record<string, {
1925
+ $ref: string;
1926
+ } | {
1927
+ summary?: string | undefined;
1928
+ description?: string | undefined;
1929
+ value?: unknown;
1930
+ externalValue?: string | undefined;
1931
+ $ref?: string | undefined;
1932
+ }> | undefined;
1933
+ encoding?: Record<string, {
1934
+ contentType?: string | undefined;
1935
+ headers?: Record<string, {
1936
+ $ref: string;
1937
+ } | {
1938
+ $ref: string;
1939
+ } | {
1940
+ description?: string | undefined;
1941
+ required?: boolean | undefined;
1942
+ deprecated?: boolean | undefined;
1943
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1944
+ example?: unknown;
1945
+ examples?: Record<string, {
1946
+ $ref: string;
1947
+ } | {
1948
+ summary?: string | undefined;
1949
+ description?: string | undefined;
1950
+ value?: unknown;
1951
+ externalValue?: string | undefined;
1952
+ $ref?: string | undefined;
1953
+ }> | undefined;
1954
+ }> | undefined;
1955
+ style?: string | undefined;
1956
+ explode?: boolean | undefined;
1957
+ allowReserved?: boolean | undefined;
1958
+ }> | undefined;
1959
+ }> | undefined;
1960
+ links?: Record<string, unknown> | undefined;
1961
+ }>;
1962
+ tags?: string[] | undefined;
1963
+ summary?: string | undefined;
1964
+ description?: string | undefined;
1965
+ externalDocs?: {
1966
+ url: string;
1967
+ description?: string | undefined;
1968
+ } | undefined;
1969
+ operationId?: string | undefined;
1970
+ parameters?: ({
1971
+ $ref: string;
1972
+ } | {
1973
+ $ref: string;
1974
+ } | {
1975
+ name: string;
1976
+ in: "path" | "query" | "header" | "cookie";
1977
+ description?: string | undefined;
1978
+ required?: boolean | undefined;
1979
+ deprecated?: boolean | undefined;
1980
+ allowEmptyValue?: boolean | undefined;
1981
+ style?: string | undefined;
1982
+ explode?: boolean | undefined;
1983
+ allowReserved?: boolean | undefined;
1984
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
1985
+ example?: unknown;
1986
+ examples?: Record<string, {
1987
+ $ref: string;
1988
+ } | {
1989
+ summary?: string | undefined;
1990
+ description?: string | undefined;
1991
+ value?: unknown;
1992
+ externalValue?: string | undefined;
1993
+ $ref?: string | undefined;
1994
+ }> | undefined;
1995
+ })[] | undefined;
1996
+ requestBody?: {
1997
+ $ref: string;
1998
+ } | {
1999
+ $ref: string;
2000
+ } | {
2001
+ content: Record<string, {
2002
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2003
+ example?: unknown;
2004
+ examples?: Record<string, {
2005
+ $ref: string;
2006
+ } | {
2007
+ summary?: string | undefined;
2008
+ description?: string | undefined;
2009
+ value?: unknown;
2010
+ externalValue?: string | undefined;
2011
+ $ref?: string | undefined;
2012
+ }> | undefined;
2013
+ encoding?: Record<string, {
2014
+ contentType?: string | undefined;
2015
+ headers?: Record<string, {
2016
+ $ref: string;
2017
+ } | {
2018
+ $ref: string;
2019
+ } | {
2020
+ description?: string | undefined;
2021
+ required?: boolean | undefined;
2022
+ deprecated?: boolean | undefined;
2023
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2024
+ example?: unknown;
2025
+ examples?: Record<string, {
2026
+ $ref: string;
2027
+ } | {
2028
+ summary?: string | undefined;
2029
+ description?: string | undefined;
2030
+ value?: unknown;
2031
+ externalValue?: string | undefined;
2032
+ $ref?: string | undefined;
2033
+ }> | undefined;
2034
+ }> | undefined;
2035
+ style?: string | undefined;
2036
+ explode?: boolean | undefined;
2037
+ allowReserved?: boolean | undefined;
2038
+ }> | undefined;
2039
+ }>;
2040
+ description?: string | undefined;
2041
+ required?: boolean | undefined;
2042
+ } | undefined;
2043
+ callbacks?: Record<string, unknown> | undefined;
2044
+ deprecated?: boolean | undefined;
2045
+ security?: Record<string, string[]>[] | undefined;
2046
+ servers?: {
2047
+ url: string;
2048
+ description?: string | undefined;
2049
+ variables?: Record<string, {
2050
+ default: string;
2051
+ enum?: string[] | undefined;
2052
+ description?: string | undefined;
2053
+ }> | undefined;
2054
+ }[] | undefined;
2055
+ } | undefined;
2056
+ options?: {
2057
+ responses: Record<string, {
2058
+ $ref: string;
2059
+ } | {
2060
+ $ref: string;
2061
+ } | {
2062
+ description: string;
2063
+ headers?: Record<string, {
2064
+ $ref: string;
2065
+ } | {
2066
+ $ref: string;
2067
+ } | {
2068
+ description?: string | undefined;
2069
+ required?: boolean | undefined;
2070
+ deprecated?: boolean | undefined;
2071
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2072
+ example?: unknown;
2073
+ examples?: Record<string, {
2074
+ $ref: string;
2075
+ } | {
2076
+ summary?: string | undefined;
2077
+ description?: string | undefined;
2078
+ value?: unknown;
2079
+ externalValue?: string | undefined;
2080
+ $ref?: string | undefined;
2081
+ }> | undefined;
2082
+ }> | undefined;
2083
+ content?: Record<string, {
2084
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2085
+ example?: unknown;
2086
+ examples?: Record<string, {
2087
+ $ref: string;
2088
+ } | {
2089
+ summary?: string | undefined;
2090
+ description?: string | undefined;
2091
+ value?: unknown;
2092
+ externalValue?: string | undefined;
2093
+ $ref?: string | undefined;
2094
+ }> | undefined;
2095
+ encoding?: Record<string, {
2096
+ contentType?: string | undefined;
2097
+ headers?: Record<string, {
2098
+ $ref: string;
2099
+ } | {
2100
+ $ref: string;
2101
+ } | {
2102
+ description?: string | undefined;
2103
+ required?: boolean | undefined;
2104
+ deprecated?: boolean | undefined;
2105
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2106
+ example?: unknown;
2107
+ examples?: Record<string, {
2108
+ $ref: string;
2109
+ } | {
2110
+ summary?: string | undefined;
2111
+ description?: string | undefined;
2112
+ value?: unknown;
2113
+ externalValue?: string | undefined;
2114
+ $ref?: string | undefined;
2115
+ }> | undefined;
2116
+ }> | undefined;
2117
+ style?: string | undefined;
2118
+ explode?: boolean | undefined;
2119
+ allowReserved?: boolean | undefined;
2120
+ }> | undefined;
2121
+ }> | undefined;
2122
+ links?: Record<string, unknown> | undefined;
2123
+ }>;
2124
+ tags?: string[] | undefined;
2125
+ summary?: string | undefined;
2126
+ description?: string | undefined;
2127
+ externalDocs?: {
2128
+ url: string;
2129
+ description?: string | undefined;
2130
+ } | undefined;
2131
+ operationId?: string | undefined;
2132
+ parameters?: ({
2133
+ $ref: string;
2134
+ } | {
2135
+ $ref: string;
2136
+ } | {
2137
+ name: string;
2138
+ in: "path" | "query" | "header" | "cookie";
2139
+ description?: string | undefined;
2140
+ required?: boolean | undefined;
2141
+ deprecated?: boolean | undefined;
2142
+ allowEmptyValue?: boolean | undefined;
2143
+ style?: string | undefined;
2144
+ explode?: boolean | undefined;
2145
+ allowReserved?: boolean | undefined;
2146
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2147
+ example?: unknown;
2148
+ examples?: Record<string, {
2149
+ $ref: string;
2150
+ } | {
2151
+ summary?: string | undefined;
2152
+ description?: string | undefined;
2153
+ value?: unknown;
2154
+ externalValue?: string | undefined;
2155
+ $ref?: string | undefined;
2156
+ }> | undefined;
2157
+ })[] | undefined;
2158
+ requestBody?: {
2159
+ $ref: string;
2160
+ } | {
2161
+ $ref: string;
2162
+ } | {
2163
+ content: Record<string, {
2164
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2165
+ example?: unknown;
2166
+ examples?: Record<string, {
2167
+ $ref: string;
2168
+ } | {
2169
+ summary?: string | undefined;
2170
+ description?: string | undefined;
2171
+ value?: unknown;
2172
+ externalValue?: string | undefined;
2173
+ $ref?: string | undefined;
2174
+ }> | undefined;
2175
+ encoding?: Record<string, {
2176
+ contentType?: string | undefined;
2177
+ headers?: Record<string, {
2178
+ $ref: string;
2179
+ } | {
2180
+ $ref: string;
2181
+ } | {
2182
+ description?: string | undefined;
2183
+ required?: boolean | undefined;
2184
+ deprecated?: boolean | undefined;
2185
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2186
+ example?: unknown;
2187
+ examples?: Record<string, {
2188
+ $ref: string;
2189
+ } | {
2190
+ summary?: string | undefined;
2191
+ description?: string | undefined;
2192
+ value?: unknown;
2193
+ externalValue?: string | undefined;
2194
+ $ref?: string | undefined;
2195
+ }> | undefined;
2196
+ }> | undefined;
2197
+ style?: string | undefined;
2198
+ explode?: boolean | undefined;
2199
+ allowReserved?: boolean | undefined;
2200
+ }> | undefined;
2201
+ }>;
2202
+ description?: string | undefined;
2203
+ required?: boolean | undefined;
2204
+ } | undefined;
2205
+ callbacks?: Record<string, unknown> | undefined;
2206
+ deprecated?: boolean | undefined;
2207
+ security?: Record<string, string[]>[] | undefined;
2208
+ servers?: {
2209
+ url: string;
2210
+ description?: string | undefined;
2211
+ variables?: Record<string, {
2212
+ default: string;
2213
+ enum?: string[] | undefined;
2214
+ description?: string | undefined;
2215
+ }> | undefined;
2216
+ }[] | undefined;
2217
+ } | undefined;
2218
+ head?: {
2219
+ responses: Record<string, {
2220
+ $ref: string;
2221
+ } | {
2222
+ $ref: string;
2223
+ } | {
2224
+ description: string;
2225
+ headers?: Record<string, {
2226
+ $ref: string;
2227
+ } | {
2228
+ $ref: string;
2229
+ } | {
2230
+ description?: string | undefined;
2231
+ required?: boolean | undefined;
2232
+ deprecated?: boolean | undefined;
2233
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2234
+ example?: unknown;
2235
+ examples?: Record<string, {
2236
+ $ref: string;
2237
+ } | {
2238
+ summary?: string | undefined;
2239
+ description?: string | undefined;
2240
+ value?: unknown;
2241
+ externalValue?: string | undefined;
2242
+ $ref?: string | undefined;
2243
+ }> | undefined;
2244
+ }> | undefined;
2245
+ content?: Record<string, {
2246
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2247
+ example?: unknown;
2248
+ examples?: Record<string, {
2249
+ $ref: string;
2250
+ } | {
2251
+ summary?: string | undefined;
2252
+ description?: string | undefined;
2253
+ value?: unknown;
2254
+ externalValue?: string | undefined;
2255
+ $ref?: string | undefined;
2256
+ }> | undefined;
2257
+ encoding?: Record<string, {
2258
+ contentType?: string | undefined;
2259
+ headers?: Record<string, {
2260
+ $ref: string;
2261
+ } | {
2262
+ $ref: string;
2263
+ } | {
2264
+ description?: string | undefined;
2265
+ required?: boolean | undefined;
2266
+ deprecated?: boolean | undefined;
2267
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2268
+ example?: unknown;
2269
+ examples?: Record<string, {
2270
+ $ref: string;
2271
+ } | {
2272
+ summary?: string | undefined;
2273
+ description?: string | undefined;
2274
+ value?: unknown;
2275
+ externalValue?: string | undefined;
2276
+ $ref?: string | undefined;
2277
+ }> | undefined;
2278
+ }> | undefined;
2279
+ style?: string | undefined;
2280
+ explode?: boolean | undefined;
2281
+ allowReserved?: boolean | undefined;
2282
+ }> | undefined;
2283
+ }> | undefined;
2284
+ links?: Record<string, unknown> | undefined;
2285
+ }>;
2286
+ tags?: string[] | undefined;
2287
+ summary?: string | undefined;
2288
+ description?: string | undefined;
2289
+ externalDocs?: {
2290
+ url: string;
2291
+ description?: string | undefined;
2292
+ } | undefined;
2293
+ operationId?: string | undefined;
2294
+ parameters?: ({
2295
+ $ref: string;
2296
+ } | {
2297
+ $ref: string;
2298
+ } | {
2299
+ name: string;
2300
+ in: "path" | "query" | "header" | "cookie";
2301
+ description?: string | undefined;
2302
+ required?: boolean | undefined;
2303
+ deprecated?: boolean | undefined;
2304
+ allowEmptyValue?: boolean | undefined;
2305
+ style?: string | undefined;
2306
+ explode?: boolean | undefined;
2307
+ allowReserved?: boolean | undefined;
2308
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2309
+ example?: unknown;
2310
+ examples?: Record<string, {
2311
+ $ref: string;
2312
+ } | {
2313
+ summary?: string | undefined;
2314
+ description?: string | undefined;
2315
+ value?: unknown;
2316
+ externalValue?: string | undefined;
2317
+ $ref?: string | undefined;
2318
+ }> | undefined;
2319
+ })[] | undefined;
2320
+ requestBody?: {
2321
+ $ref: string;
2322
+ } | {
2323
+ $ref: string;
2324
+ } | {
2325
+ content: Record<string, {
2326
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2327
+ example?: unknown;
2328
+ examples?: Record<string, {
2329
+ $ref: string;
2330
+ } | {
2331
+ summary?: string | undefined;
2332
+ description?: string | undefined;
2333
+ value?: unknown;
2334
+ externalValue?: string | undefined;
2335
+ $ref?: string | undefined;
2336
+ }> | undefined;
2337
+ encoding?: Record<string, {
2338
+ contentType?: string | undefined;
2339
+ headers?: Record<string, {
2340
+ $ref: string;
2341
+ } | {
2342
+ $ref: string;
2343
+ } | {
2344
+ description?: string | undefined;
2345
+ required?: boolean | undefined;
2346
+ deprecated?: boolean | undefined;
2347
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2348
+ example?: unknown;
2349
+ examples?: Record<string, {
2350
+ $ref: string;
2351
+ } | {
2352
+ summary?: string | undefined;
2353
+ description?: string | undefined;
2354
+ value?: unknown;
2355
+ externalValue?: string | undefined;
2356
+ $ref?: string | undefined;
2357
+ }> | undefined;
2358
+ }> | undefined;
2359
+ style?: string | undefined;
2360
+ explode?: boolean | undefined;
2361
+ allowReserved?: boolean | undefined;
2362
+ }> | undefined;
2363
+ }>;
2364
+ description?: string | undefined;
2365
+ required?: boolean | undefined;
2366
+ } | undefined;
2367
+ callbacks?: Record<string, unknown> | undefined;
2368
+ deprecated?: boolean | undefined;
2369
+ security?: Record<string, string[]>[] | undefined;
2370
+ servers?: {
2371
+ url: string;
2372
+ description?: string | undefined;
2373
+ variables?: Record<string, {
2374
+ default: string;
2375
+ enum?: string[] | undefined;
2376
+ description?: string | undefined;
2377
+ }> | undefined;
2378
+ }[] | undefined;
2379
+ } | undefined;
2380
+ patch?: {
2381
+ responses: Record<string, {
2382
+ $ref: string;
2383
+ } | {
2384
+ $ref: string;
2385
+ } | {
2386
+ description: string;
2387
+ headers?: Record<string, {
2388
+ $ref: string;
2389
+ } | {
2390
+ $ref: string;
2391
+ } | {
2392
+ description?: string | undefined;
2393
+ required?: boolean | undefined;
2394
+ deprecated?: boolean | undefined;
2395
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2396
+ example?: unknown;
2397
+ examples?: Record<string, {
2398
+ $ref: string;
2399
+ } | {
2400
+ summary?: string | undefined;
2401
+ description?: string | undefined;
2402
+ value?: unknown;
2403
+ externalValue?: string | undefined;
2404
+ $ref?: string | undefined;
2405
+ }> | undefined;
2406
+ }> | undefined;
2407
+ content?: Record<string, {
2408
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2409
+ example?: unknown;
2410
+ examples?: Record<string, {
2411
+ $ref: string;
2412
+ } | {
2413
+ summary?: string | undefined;
2414
+ description?: string | undefined;
2415
+ value?: unknown;
2416
+ externalValue?: string | undefined;
2417
+ $ref?: string | undefined;
2418
+ }> | undefined;
2419
+ encoding?: Record<string, {
2420
+ contentType?: string | undefined;
2421
+ headers?: Record<string, {
2422
+ $ref: string;
2423
+ } | {
2424
+ $ref: string;
2425
+ } | {
2426
+ description?: string | undefined;
2427
+ required?: boolean | undefined;
2428
+ deprecated?: boolean | undefined;
2429
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2430
+ example?: unknown;
2431
+ examples?: Record<string, {
2432
+ $ref: string;
2433
+ } | {
2434
+ summary?: string | undefined;
2435
+ description?: string | undefined;
2436
+ value?: unknown;
2437
+ externalValue?: string | undefined;
2438
+ $ref?: string | undefined;
2439
+ }> | undefined;
2440
+ }> | undefined;
2441
+ style?: string | undefined;
2442
+ explode?: boolean | undefined;
2443
+ allowReserved?: boolean | undefined;
2444
+ }> | undefined;
2445
+ }> | undefined;
2446
+ links?: Record<string, unknown> | undefined;
2447
+ }>;
2448
+ tags?: string[] | undefined;
2449
+ summary?: string | undefined;
2450
+ description?: string | undefined;
2451
+ externalDocs?: {
2452
+ url: string;
2453
+ description?: string | undefined;
2454
+ } | undefined;
2455
+ operationId?: string | undefined;
2456
+ parameters?: ({
2457
+ $ref: string;
2458
+ } | {
2459
+ $ref: string;
2460
+ } | {
2461
+ name: string;
2462
+ in: "path" | "query" | "header" | "cookie";
2463
+ description?: string | undefined;
2464
+ required?: boolean | undefined;
2465
+ deprecated?: boolean | undefined;
2466
+ allowEmptyValue?: boolean | undefined;
2467
+ style?: string | undefined;
2468
+ explode?: boolean | undefined;
2469
+ allowReserved?: boolean | undefined;
2470
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2471
+ example?: unknown;
2472
+ examples?: Record<string, {
2473
+ $ref: string;
2474
+ } | {
2475
+ summary?: string | undefined;
2476
+ description?: string | undefined;
2477
+ value?: unknown;
2478
+ externalValue?: string | undefined;
2479
+ $ref?: string | undefined;
2480
+ }> | undefined;
2481
+ })[] | undefined;
2482
+ requestBody?: {
2483
+ $ref: string;
2484
+ } | {
2485
+ $ref: string;
2486
+ } | {
2487
+ content: Record<string, {
2488
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2489
+ example?: unknown;
2490
+ examples?: Record<string, {
2491
+ $ref: string;
2492
+ } | {
2493
+ summary?: string | undefined;
2494
+ description?: string | undefined;
2495
+ value?: unknown;
2496
+ externalValue?: string | undefined;
2497
+ $ref?: string | undefined;
2498
+ }> | undefined;
2499
+ encoding?: Record<string, {
2500
+ contentType?: string | undefined;
2501
+ headers?: Record<string, {
2502
+ $ref: string;
2503
+ } | {
2504
+ $ref: string;
2505
+ } | {
2506
+ description?: string | undefined;
2507
+ required?: boolean | undefined;
2508
+ deprecated?: boolean | undefined;
2509
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2510
+ example?: unknown;
2511
+ examples?: Record<string, {
2512
+ $ref: string;
2513
+ } | {
2514
+ summary?: string | undefined;
2515
+ description?: string | undefined;
2516
+ value?: unknown;
2517
+ externalValue?: string | undefined;
2518
+ $ref?: string | undefined;
2519
+ }> | undefined;
2520
+ }> | undefined;
2521
+ style?: string | undefined;
2522
+ explode?: boolean | undefined;
2523
+ allowReserved?: boolean | undefined;
2524
+ }> | undefined;
2525
+ }>;
2526
+ description?: string | undefined;
2527
+ required?: boolean | undefined;
2528
+ } | undefined;
2529
+ callbacks?: Record<string, unknown> | undefined;
2530
+ deprecated?: boolean | undefined;
2531
+ security?: Record<string, string[]>[] | undefined;
2532
+ servers?: {
2533
+ url: string;
2534
+ description?: string | undefined;
2535
+ variables?: Record<string, {
2536
+ default: string;
2537
+ enum?: string[] | undefined;
2538
+ description?: string | undefined;
2539
+ }> | undefined;
2540
+ }[] | undefined;
2541
+ } | undefined;
2542
+ trace?: {
2543
+ responses: Record<string, {
2544
+ $ref: string;
2545
+ } | {
2546
+ $ref: string;
2547
+ } | {
2548
+ description: string;
2549
+ headers?: Record<string, {
2550
+ $ref: string;
2551
+ } | {
2552
+ $ref: string;
2553
+ } | {
2554
+ description?: string | undefined;
2555
+ required?: boolean | undefined;
2556
+ deprecated?: boolean | undefined;
2557
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2558
+ example?: unknown;
2559
+ examples?: Record<string, {
2560
+ $ref: string;
2561
+ } | {
2562
+ summary?: string | undefined;
2563
+ description?: string | undefined;
2564
+ value?: unknown;
2565
+ externalValue?: string | undefined;
2566
+ $ref?: string | undefined;
2567
+ }> | undefined;
2568
+ }> | undefined;
2569
+ content?: Record<string, {
2570
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2571
+ example?: unknown;
2572
+ examples?: Record<string, {
2573
+ $ref: string;
2574
+ } | {
2575
+ summary?: string | undefined;
2576
+ description?: string | undefined;
2577
+ value?: unknown;
2578
+ externalValue?: string | undefined;
2579
+ $ref?: string | undefined;
2580
+ }> | undefined;
2581
+ encoding?: Record<string, {
2582
+ contentType?: string | undefined;
2583
+ headers?: Record<string, {
2584
+ $ref: string;
2585
+ } | {
2586
+ $ref: string;
2587
+ } | {
2588
+ description?: string | undefined;
2589
+ required?: boolean | undefined;
2590
+ deprecated?: boolean | undefined;
2591
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2592
+ example?: unknown;
2593
+ examples?: Record<string, {
2594
+ $ref: string;
2595
+ } | {
2596
+ summary?: string | undefined;
2597
+ description?: string | undefined;
2598
+ value?: unknown;
2599
+ externalValue?: string | undefined;
2600
+ $ref?: string | undefined;
2601
+ }> | undefined;
2602
+ }> | undefined;
2603
+ style?: string | undefined;
2604
+ explode?: boolean | undefined;
2605
+ allowReserved?: boolean | undefined;
2606
+ }> | undefined;
2607
+ }> | undefined;
2608
+ links?: Record<string, unknown> | undefined;
2609
+ }>;
2610
+ tags?: string[] | undefined;
2611
+ summary?: string | undefined;
2612
+ description?: string | undefined;
2613
+ externalDocs?: {
2614
+ url: string;
2615
+ description?: string | undefined;
2616
+ } | undefined;
2617
+ operationId?: string | undefined;
2618
+ parameters?: ({
2619
+ $ref: string;
2620
+ } | {
2621
+ $ref: string;
2622
+ } | {
2623
+ name: string;
2624
+ in: "path" | "query" | "header" | "cookie";
2625
+ description?: string | undefined;
2626
+ required?: boolean | undefined;
2627
+ deprecated?: boolean | undefined;
2628
+ allowEmptyValue?: boolean | undefined;
2629
+ style?: string | undefined;
2630
+ explode?: boolean | undefined;
2631
+ allowReserved?: boolean | undefined;
2632
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2633
+ example?: unknown;
2634
+ examples?: Record<string, {
2635
+ $ref: string;
2636
+ } | {
2637
+ summary?: string | undefined;
2638
+ description?: string | undefined;
2639
+ value?: unknown;
2640
+ externalValue?: string | undefined;
2641
+ $ref?: string | undefined;
2642
+ }> | undefined;
2643
+ })[] | undefined;
2644
+ requestBody?: {
2645
+ $ref: string;
2646
+ } | {
2647
+ $ref: string;
2648
+ } | {
2649
+ content: Record<string, {
2650
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2651
+ example?: unknown;
2652
+ examples?: Record<string, {
2653
+ $ref: string;
2654
+ } | {
2655
+ summary?: string | undefined;
2656
+ description?: string | undefined;
2657
+ value?: unknown;
2658
+ externalValue?: string | undefined;
2659
+ $ref?: string | undefined;
2660
+ }> | undefined;
2661
+ encoding?: Record<string, {
2662
+ contentType?: string | undefined;
2663
+ headers?: Record<string, {
2664
+ $ref: string;
2665
+ } | {
2666
+ $ref: string;
2667
+ } | {
2668
+ description?: string | undefined;
2669
+ required?: boolean | undefined;
2670
+ deprecated?: boolean | undefined;
2671
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2672
+ example?: unknown;
2673
+ examples?: Record<string, {
2674
+ $ref: string;
2675
+ } | {
2676
+ summary?: string | undefined;
2677
+ description?: string | undefined;
2678
+ value?: unknown;
2679
+ externalValue?: string | undefined;
2680
+ $ref?: string | undefined;
2681
+ }> | undefined;
2682
+ }> | undefined;
2683
+ style?: string | undefined;
2684
+ explode?: boolean | undefined;
2685
+ allowReserved?: boolean | undefined;
2686
+ }> | undefined;
2687
+ }>;
2688
+ description?: string | undefined;
2689
+ required?: boolean | undefined;
2690
+ } | undefined;
2691
+ callbacks?: Record<string, unknown> | undefined;
2692
+ deprecated?: boolean | undefined;
2693
+ security?: Record<string, string[]>[] | undefined;
2694
+ servers?: {
2695
+ url: string;
2696
+ description?: string | undefined;
2697
+ variables?: Record<string, {
2698
+ default: string;
2699
+ enum?: string[] | undefined;
2700
+ description?: string | undefined;
2701
+ }> | undefined;
2702
+ }[] | undefined;
2703
+ } | undefined;
2704
+ }> | undefined;
2705
+ components?: {
2706
+ schemas?: Record<string, import("@power-plant/schema").JsonSchema> | undefined;
2707
+ responses?: Record<string, {
2708
+ $ref: string;
2709
+ } | {
2710
+ $ref: string;
2711
+ } | {
2712
+ description: string;
2713
+ headers?: Record<string, {
2714
+ $ref: string;
2715
+ } | {
2716
+ $ref: string;
2717
+ } | {
2718
+ description?: string | undefined;
2719
+ required?: boolean | undefined;
2720
+ deprecated?: boolean | undefined;
2721
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2722
+ example?: unknown;
2723
+ examples?: Record<string, {
2724
+ $ref: string;
2725
+ } | {
2726
+ summary?: string | undefined;
2727
+ description?: string | undefined;
2728
+ value?: unknown;
2729
+ externalValue?: string | undefined;
2730
+ $ref?: string | undefined;
2731
+ }> | undefined;
2732
+ }> | undefined;
2733
+ content?: Record<string, {
2734
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2735
+ example?: unknown;
2736
+ examples?: Record<string, {
2737
+ $ref: string;
2738
+ } | {
2739
+ summary?: string | undefined;
2740
+ description?: string | undefined;
2741
+ value?: unknown;
2742
+ externalValue?: string | undefined;
2743
+ $ref?: string | undefined;
2744
+ }> | undefined;
2745
+ encoding?: Record<string, {
2746
+ contentType?: string | undefined;
2747
+ headers?: Record<string, {
2748
+ $ref: string;
2749
+ } | {
2750
+ $ref: string;
2751
+ } | {
2752
+ description?: string | undefined;
2753
+ required?: boolean | undefined;
2754
+ deprecated?: boolean | undefined;
2755
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2756
+ example?: unknown;
2757
+ examples?: Record<string, {
2758
+ $ref: string;
2759
+ } | {
2760
+ summary?: string | undefined;
2761
+ description?: string | undefined;
2762
+ value?: unknown;
2763
+ externalValue?: string | undefined;
2764
+ $ref?: string | undefined;
2765
+ }> | undefined;
2766
+ }> | undefined;
2767
+ style?: string | undefined;
2768
+ explode?: boolean | undefined;
2769
+ allowReserved?: boolean | undefined;
2770
+ }> | undefined;
2771
+ }> | undefined;
2772
+ links?: Record<string, unknown> | undefined;
2773
+ }> | undefined;
2774
+ parameters?: Record<string, {
2775
+ $ref: string;
2776
+ } | {
2777
+ $ref: string;
2778
+ } | {
2779
+ name: string;
2780
+ in: "path" | "query" | "header" | "cookie";
2781
+ description?: string | undefined;
2782
+ required?: boolean | undefined;
2783
+ deprecated?: boolean | undefined;
2784
+ allowEmptyValue?: boolean | undefined;
2785
+ style?: string | undefined;
2786
+ explode?: boolean | undefined;
2787
+ allowReserved?: boolean | undefined;
2788
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2789
+ example?: unknown;
2790
+ examples?: Record<string, {
2791
+ $ref: string;
2792
+ } | {
2793
+ summary?: string | undefined;
2794
+ description?: string | undefined;
2795
+ value?: unknown;
2796
+ externalValue?: string | undefined;
2797
+ $ref?: string | undefined;
2798
+ }> | undefined;
2799
+ }> | undefined;
2800
+ examples?: Record<string, {
2801
+ $ref: string;
2802
+ } | {
2803
+ summary?: string | undefined;
2804
+ description?: string | undefined;
2805
+ value?: unknown;
2806
+ externalValue?: string | undefined;
2807
+ $ref?: string | undefined;
2808
+ }> | undefined;
2809
+ requestBodies?: Record<string, {
2810
+ $ref: string;
2811
+ } | {
2812
+ $ref: string;
2813
+ } | {
2814
+ content: Record<string, {
2815
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2816
+ example?: unknown;
2817
+ examples?: Record<string, {
2818
+ $ref: string;
2819
+ } | {
2820
+ summary?: string | undefined;
2821
+ description?: string | undefined;
2822
+ value?: unknown;
2823
+ externalValue?: string | undefined;
2824
+ $ref?: string | undefined;
2825
+ }> | undefined;
2826
+ encoding?: Record<string, {
2827
+ contentType?: string | undefined;
2828
+ headers?: Record<string, {
2829
+ $ref: string;
2830
+ } | {
2831
+ $ref: string;
2832
+ } | {
2833
+ description?: string | undefined;
2834
+ required?: boolean | undefined;
2835
+ deprecated?: boolean | undefined;
2836
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2837
+ example?: unknown;
2838
+ examples?: Record<string, {
2839
+ $ref: string;
2840
+ } | {
2841
+ summary?: string | undefined;
2842
+ description?: string | undefined;
2843
+ value?: unknown;
2844
+ externalValue?: string | undefined;
2845
+ $ref?: string | undefined;
2846
+ }> | undefined;
2847
+ }> | undefined;
2848
+ style?: string | undefined;
2849
+ explode?: boolean | undefined;
2850
+ allowReserved?: boolean | undefined;
2851
+ }> | undefined;
2852
+ }>;
2853
+ description?: string | undefined;
2854
+ required?: boolean | undefined;
2855
+ }> | undefined;
2856
+ headers?: Record<string, {
2857
+ $ref: string;
2858
+ } | {
2859
+ $ref: string;
2860
+ } | {
2861
+ description?: string | undefined;
2862
+ required?: boolean | undefined;
2863
+ deprecated?: boolean | undefined;
2864
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2865
+ example?: unknown;
2866
+ examples?: Record<string, {
2867
+ $ref: string;
2868
+ } | {
2869
+ summary?: string | undefined;
2870
+ description?: string | undefined;
2871
+ value?: unknown;
2872
+ externalValue?: string | undefined;
2873
+ $ref?: string | undefined;
2874
+ }> | undefined;
2875
+ }> | undefined;
2876
+ securitySchemes?: Record<string, {
2877
+ type: "apiKey";
2878
+ name: string;
2879
+ in: "query" | "header" | "cookie";
2880
+ description?: string | undefined;
2881
+ } | {
2882
+ type: "http";
2883
+ scheme: string;
2884
+ bearerFormat?: string | undefined;
2885
+ description?: string | undefined;
2886
+ } | {
2887
+ type: "oauth2";
2888
+ flows: {
2889
+ implicit?: {
2890
+ scopes: Record<string, string>;
2891
+ authorizationUrl?: string | undefined;
2892
+ tokenUrl?: string | undefined;
2893
+ refreshUrl?: string | undefined;
2894
+ } | undefined;
2895
+ password?: {
2896
+ scopes: Record<string, string>;
2897
+ authorizationUrl?: string | undefined;
2898
+ tokenUrl?: string | undefined;
2899
+ refreshUrl?: string | undefined;
2900
+ } | undefined;
2901
+ clientCredentials?: {
2902
+ scopes: Record<string, string>;
2903
+ authorizationUrl?: string | undefined;
2904
+ tokenUrl?: string | undefined;
2905
+ refreshUrl?: string | undefined;
2906
+ } | undefined;
2907
+ authorizationCode?: {
2908
+ scopes: Record<string, string>;
2909
+ authorizationUrl?: string | undefined;
2910
+ tokenUrl?: string | undefined;
2911
+ refreshUrl?: string | undefined;
2912
+ } | undefined;
2913
+ };
2914
+ description?: string | undefined;
2915
+ } | {
2916
+ type: "openIdConnect";
2917
+ openIdConnectUrl: string;
2918
+ description?: string | undefined;
2919
+ }> | undefined;
2920
+ links?: Record<string, unknown> | undefined;
2921
+ callbacks?: Record<string, unknown> | undefined;
2922
+ pathItems?: Record<string, {
2923
+ $ref: string;
2924
+ } | {
2925
+ $ref?: string | undefined;
2926
+ summary?: string | undefined;
2927
+ description?: string | undefined;
2928
+ servers?: {
2929
+ url: string;
2930
+ description?: string | undefined;
2931
+ variables?: Record<string, {
2932
+ default: string;
2933
+ enum?: string[] | undefined;
2934
+ description?: string | undefined;
2935
+ }> | undefined;
2936
+ }[] | undefined;
2937
+ parameters?: ({
2938
+ $ref: string;
2939
+ } | {
2940
+ $ref: string;
2941
+ } | {
2942
+ name: string;
2943
+ in: "path" | "query" | "header" | "cookie";
2944
+ description?: string | undefined;
2945
+ required?: boolean | undefined;
2946
+ deprecated?: boolean | undefined;
2947
+ allowEmptyValue?: boolean | undefined;
2948
+ style?: string | undefined;
2949
+ explode?: boolean | undefined;
2950
+ allowReserved?: boolean | undefined;
2951
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2952
+ example?: unknown;
2953
+ examples?: Record<string, {
2954
+ $ref: string;
2955
+ } | {
2956
+ summary?: string | undefined;
2957
+ description?: string | undefined;
2958
+ value?: unknown;
2959
+ externalValue?: string | undefined;
2960
+ $ref?: string | undefined;
2961
+ }> | undefined;
2962
+ })[] | undefined;
2963
+ get?: {
2964
+ responses: Record<string, {
2965
+ $ref: string;
2966
+ } | {
2967
+ $ref: string;
2968
+ } | {
2969
+ description: string;
2970
+ headers?: Record<string, {
2971
+ $ref: string;
2972
+ } | {
2973
+ $ref: string;
2974
+ } | {
2975
+ description?: string | undefined;
2976
+ required?: boolean | undefined;
2977
+ deprecated?: boolean | undefined;
2978
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2979
+ example?: unknown;
2980
+ examples?: Record<string, {
2981
+ $ref: string;
2982
+ } | {
2983
+ summary?: string | undefined;
2984
+ description?: string | undefined;
2985
+ value?: unknown;
2986
+ externalValue?: string | undefined;
2987
+ $ref?: string | undefined;
2988
+ }> | undefined;
2989
+ }> | undefined;
2990
+ content?: Record<string, {
2991
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
2992
+ example?: unknown;
2993
+ examples?: Record<string, {
2994
+ $ref: string;
2995
+ } | {
2996
+ summary?: string | undefined;
2997
+ description?: string | undefined;
2998
+ value?: unknown;
2999
+ externalValue?: string | undefined;
3000
+ $ref?: string | undefined;
3001
+ }> | undefined;
3002
+ encoding?: Record<string, {
3003
+ contentType?: string | undefined;
3004
+ headers?: Record<string, {
3005
+ $ref: string;
3006
+ } | {
3007
+ $ref: string;
3008
+ } | {
3009
+ description?: string | undefined;
3010
+ required?: boolean | undefined;
3011
+ deprecated?: boolean | undefined;
3012
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3013
+ example?: unknown;
3014
+ examples?: Record<string, {
3015
+ $ref: string;
3016
+ } | {
3017
+ summary?: string | undefined;
3018
+ description?: string | undefined;
3019
+ value?: unknown;
3020
+ externalValue?: string | undefined;
3021
+ $ref?: string | undefined;
3022
+ }> | undefined;
3023
+ }> | undefined;
3024
+ style?: string | undefined;
3025
+ explode?: boolean | undefined;
3026
+ allowReserved?: boolean | undefined;
3027
+ }> | undefined;
3028
+ }> | undefined;
3029
+ links?: Record<string, unknown> | undefined;
3030
+ }>;
3031
+ tags?: string[] | undefined;
3032
+ summary?: string | undefined;
3033
+ description?: string | undefined;
3034
+ externalDocs?: {
3035
+ url: string;
3036
+ description?: string | undefined;
3037
+ } | undefined;
3038
+ operationId?: string | undefined;
3039
+ parameters?: ({
3040
+ $ref: string;
3041
+ } | {
3042
+ $ref: string;
3043
+ } | {
3044
+ name: string;
3045
+ in: "path" | "query" | "header" | "cookie";
3046
+ description?: string | undefined;
3047
+ required?: boolean | undefined;
3048
+ deprecated?: boolean | undefined;
3049
+ allowEmptyValue?: boolean | undefined;
3050
+ style?: string | undefined;
3051
+ explode?: boolean | undefined;
3052
+ allowReserved?: boolean | undefined;
3053
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3054
+ example?: unknown;
3055
+ examples?: Record<string, {
3056
+ $ref: string;
3057
+ } | {
3058
+ summary?: string | undefined;
3059
+ description?: string | undefined;
3060
+ value?: unknown;
3061
+ externalValue?: string | undefined;
3062
+ $ref?: string | undefined;
3063
+ }> | undefined;
3064
+ })[] | undefined;
3065
+ requestBody?: {
3066
+ $ref: string;
3067
+ } | {
3068
+ $ref: string;
3069
+ } | {
3070
+ content: Record<string, {
3071
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3072
+ example?: unknown;
3073
+ examples?: Record<string, {
3074
+ $ref: string;
3075
+ } | {
3076
+ summary?: string | undefined;
3077
+ description?: string | undefined;
3078
+ value?: unknown;
3079
+ externalValue?: string | undefined;
3080
+ $ref?: string | undefined;
3081
+ }> | undefined;
3082
+ encoding?: Record<string, {
3083
+ contentType?: string | undefined;
3084
+ headers?: Record<string, {
3085
+ $ref: string;
3086
+ } | {
3087
+ $ref: string;
3088
+ } | {
3089
+ description?: string | undefined;
3090
+ required?: boolean | undefined;
3091
+ deprecated?: boolean | undefined;
3092
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3093
+ example?: unknown;
3094
+ examples?: Record<string, {
3095
+ $ref: string;
3096
+ } | {
3097
+ summary?: string | undefined;
3098
+ description?: string | undefined;
3099
+ value?: unknown;
3100
+ externalValue?: string | undefined;
3101
+ $ref?: string | undefined;
3102
+ }> | undefined;
3103
+ }> | undefined;
3104
+ style?: string | undefined;
3105
+ explode?: boolean | undefined;
3106
+ allowReserved?: boolean | undefined;
3107
+ }> | undefined;
3108
+ }>;
3109
+ description?: string | undefined;
3110
+ required?: boolean | undefined;
3111
+ } | undefined;
3112
+ callbacks?: Record<string, unknown> | undefined;
3113
+ deprecated?: boolean | undefined;
3114
+ security?: Record<string, string[]>[] | undefined;
3115
+ servers?: {
3116
+ url: string;
3117
+ description?: string | undefined;
3118
+ variables?: Record<string, {
3119
+ default: string;
3120
+ enum?: string[] | undefined;
3121
+ description?: string | undefined;
3122
+ }> | undefined;
3123
+ }[] | undefined;
3124
+ } | undefined;
3125
+ put?: {
3126
+ responses: Record<string, {
3127
+ $ref: string;
3128
+ } | {
3129
+ $ref: string;
3130
+ } | {
3131
+ description: string;
3132
+ headers?: Record<string, {
3133
+ $ref: string;
3134
+ } | {
3135
+ $ref: string;
3136
+ } | {
3137
+ description?: string | undefined;
3138
+ required?: boolean | undefined;
3139
+ deprecated?: boolean | undefined;
3140
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3141
+ example?: unknown;
3142
+ examples?: Record<string, {
3143
+ $ref: string;
3144
+ } | {
3145
+ summary?: string | undefined;
3146
+ description?: string | undefined;
3147
+ value?: unknown;
3148
+ externalValue?: string | undefined;
3149
+ $ref?: string | undefined;
3150
+ }> | undefined;
3151
+ }> | undefined;
3152
+ content?: Record<string, {
3153
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3154
+ example?: unknown;
3155
+ examples?: Record<string, {
3156
+ $ref: string;
3157
+ } | {
3158
+ summary?: string | undefined;
3159
+ description?: string | undefined;
3160
+ value?: unknown;
3161
+ externalValue?: string | undefined;
3162
+ $ref?: string | undefined;
3163
+ }> | undefined;
3164
+ encoding?: Record<string, {
3165
+ contentType?: string | undefined;
3166
+ headers?: Record<string, {
3167
+ $ref: string;
3168
+ } | {
3169
+ $ref: string;
3170
+ } | {
3171
+ description?: string | undefined;
3172
+ required?: boolean | undefined;
3173
+ deprecated?: boolean | undefined;
3174
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3175
+ example?: unknown;
3176
+ examples?: Record<string, {
3177
+ $ref: string;
3178
+ } | {
3179
+ summary?: string | undefined;
3180
+ description?: string | undefined;
3181
+ value?: unknown;
3182
+ externalValue?: string | undefined;
3183
+ $ref?: string | undefined;
3184
+ }> | undefined;
3185
+ }> | undefined;
3186
+ style?: string | undefined;
3187
+ explode?: boolean | undefined;
3188
+ allowReserved?: boolean | undefined;
3189
+ }> | undefined;
3190
+ }> | undefined;
3191
+ links?: Record<string, unknown> | undefined;
3192
+ }>;
3193
+ tags?: string[] | undefined;
3194
+ summary?: string | undefined;
3195
+ description?: string | undefined;
3196
+ externalDocs?: {
3197
+ url: string;
3198
+ description?: string | undefined;
3199
+ } | undefined;
3200
+ operationId?: string | undefined;
3201
+ parameters?: ({
3202
+ $ref: string;
3203
+ } | {
3204
+ $ref: string;
3205
+ } | {
3206
+ name: string;
3207
+ in: "path" | "query" | "header" | "cookie";
3208
+ description?: string | undefined;
3209
+ required?: boolean | undefined;
3210
+ deprecated?: boolean | undefined;
3211
+ allowEmptyValue?: boolean | undefined;
3212
+ style?: string | undefined;
3213
+ explode?: boolean | undefined;
3214
+ allowReserved?: boolean | undefined;
3215
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3216
+ example?: unknown;
3217
+ examples?: Record<string, {
3218
+ $ref: string;
3219
+ } | {
3220
+ summary?: string | undefined;
3221
+ description?: string | undefined;
3222
+ value?: unknown;
3223
+ externalValue?: string | undefined;
3224
+ $ref?: string | undefined;
3225
+ }> | undefined;
3226
+ })[] | undefined;
3227
+ requestBody?: {
3228
+ $ref: string;
3229
+ } | {
3230
+ $ref: string;
3231
+ } | {
3232
+ content: Record<string, {
3233
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3234
+ example?: unknown;
3235
+ examples?: Record<string, {
3236
+ $ref: string;
3237
+ } | {
3238
+ summary?: string | undefined;
3239
+ description?: string | undefined;
3240
+ value?: unknown;
3241
+ externalValue?: string | undefined;
3242
+ $ref?: string | undefined;
3243
+ }> | undefined;
3244
+ encoding?: Record<string, {
3245
+ contentType?: string | undefined;
3246
+ headers?: Record<string, {
3247
+ $ref: string;
3248
+ } | {
3249
+ $ref: string;
3250
+ } | {
3251
+ description?: string | undefined;
3252
+ required?: boolean | undefined;
3253
+ deprecated?: boolean | undefined;
3254
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3255
+ example?: unknown;
3256
+ examples?: Record<string, {
3257
+ $ref: string;
3258
+ } | {
3259
+ summary?: string | undefined;
3260
+ description?: string | undefined;
3261
+ value?: unknown;
3262
+ externalValue?: string | undefined;
3263
+ $ref?: string | undefined;
3264
+ }> | undefined;
3265
+ }> | undefined;
3266
+ style?: string | undefined;
3267
+ explode?: boolean | undefined;
3268
+ allowReserved?: boolean | undefined;
3269
+ }> | undefined;
3270
+ }>;
3271
+ description?: string | undefined;
3272
+ required?: boolean | undefined;
3273
+ } | undefined;
3274
+ callbacks?: Record<string, unknown> | undefined;
3275
+ deprecated?: boolean | undefined;
3276
+ security?: Record<string, string[]>[] | undefined;
3277
+ servers?: {
3278
+ url: string;
3279
+ description?: string | undefined;
3280
+ variables?: Record<string, {
3281
+ default: string;
3282
+ enum?: string[] | undefined;
3283
+ description?: string | undefined;
3284
+ }> | undefined;
3285
+ }[] | undefined;
3286
+ } | undefined;
3287
+ post?: {
3288
+ responses: Record<string, {
3289
+ $ref: string;
3290
+ } | {
3291
+ $ref: string;
3292
+ } | {
3293
+ description: string;
3294
+ headers?: Record<string, {
3295
+ $ref: string;
3296
+ } | {
3297
+ $ref: string;
3298
+ } | {
3299
+ description?: string | undefined;
3300
+ required?: boolean | undefined;
3301
+ deprecated?: boolean | undefined;
3302
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3303
+ example?: unknown;
3304
+ examples?: Record<string, {
3305
+ $ref: string;
3306
+ } | {
3307
+ summary?: string | undefined;
3308
+ description?: string | undefined;
3309
+ value?: unknown;
3310
+ externalValue?: string | undefined;
3311
+ $ref?: string | undefined;
3312
+ }> | undefined;
3313
+ }> | undefined;
3314
+ content?: Record<string, {
3315
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3316
+ example?: unknown;
3317
+ examples?: Record<string, {
3318
+ $ref: string;
3319
+ } | {
3320
+ summary?: string | undefined;
3321
+ description?: string | undefined;
3322
+ value?: unknown;
3323
+ externalValue?: string | undefined;
3324
+ $ref?: string | undefined;
3325
+ }> | undefined;
3326
+ encoding?: Record<string, {
3327
+ contentType?: string | undefined;
3328
+ headers?: Record<string, {
3329
+ $ref: string;
3330
+ } | {
3331
+ $ref: string;
3332
+ } | {
3333
+ description?: string | undefined;
3334
+ required?: boolean | undefined;
3335
+ deprecated?: boolean | undefined;
3336
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3337
+ example?: unknown;
3338
+ examples?: Record<string, {
3339
+ $ref: string;
3340
+ } | {
3341
+ summary?: string | undefined;
3342
+ description?: string | undefined;
3343
+ value?: unknown;
3344
+ externalValue?: string | undefined;
3345
+ $ref?: string | undefined;
3346
+ }> | undefined;
3347
+ }> | undefined;
3348
+ style?: string | undefined;
3349
+ explode?: boolean | undefined;
3350
+ allowReserved?: boolean | undefined;
3351
+ }> | undefined;
3352
+ }> | undefined;
3353
+ links?: Record<string, unknown> | undefined;
3354
+ }>;
3355
+ tags?: string[] | undefined;
3356
+ summary?: string | undefined;
3357
+ description?: string | undefined;
3358
+ externalDocs?: {
3359
+ url: string;
3360
+ description?: string | undefined;
3361
+ } | undefined;
3362
+ operationId?: string | undefined;
3363
+ parameters?: ({
3364
+ $ref: string;
3365
+ } | {
3366
+ $ref: string;
3367
+ } | {
3368
+ name: string;
3369
+ in: "path" | "query" | "header" | "cookie";
3370
+ description?: string | undefined;
3371
+ required?: boolean | undefined;
3372
+ deprecated?: boolean | undefined;
3373
+ allowEmptyValue?: boolean | undefined;
3374
+ style?: string | undefined;
3375
+ explode?: boolean | undefined;
3376
+ allowReserved?: boolean | undefined;
3377
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3378
+ example?: unknown;
3379
+ examples?: Record<string, {
3380
+ $ref: string;
3381
+ } | {
3382
+ summary?: string | undefined;
3383
+ description?: string | undefined;
3384
+ value?: unknown;
3385
+ externalValue?: string | undefined;
3386
+ $ref?: string | undefined;
3387
+ }> | undefined;
3388
+ })[] | undefined;
3389
+ requestBody?: {
3390
+ $ref: string;
3391
+ } | {
3392
+ $ref: string;
3393
+ } | {
3394
+ content: Record<string, {
3395
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3396
+ example?: unknown;
3397
+ examples?: Record<string, {
3398
+ $ref: string;
3399
+ } | {
3400
+ summary?: string | undefined;
3401
+ description?: string | undefined;
3402
+ value?: unknown;
3403
+ externalValue?: string | undefined;
3404
+ $ref?: string | undefined;
3405
+ }> | undefined;
3406
+ encoding?: Record<string, {
3407
+ contentType?: string | undefined;
3408
+ headers?: Record<string, {
3409
+ $ref: string;
3410
+ } | {
3411
+ $ref: string;
3412
+ } | {
3413
+ description?: string | undefined;
3414
+ required?: boolean | undefined;
3415
+ deprecated?: boolean | undefined;
3416
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3417
+ example?: unknown;
3418
+ examples?: Record<string, {
3419
+ $ref: string;
3420
+ } | {
3421
+ summary?: string | undefined;
3422
+ description?: string | undefined;
3423
+ value?: unknown;
3424
+ externalValue?: string | undefined;
3425
+ $ref?: string | undefined;
3426
+ }> | undefined;
3427
+ }> | undefined;
3428
+ style?: string | undefined;
3429
+ explode?: boolean | undefined;
3430
+ allowReserved?: boolean | undefined;
3431
+ }> | undefined;
3432
+ }>;
3433
+ description?: string | undefined;
3434
+ required?: boolean | undefined;
3435
+ } | undefined;
3436
+ callbacks?: Record<string, unknown> | undefined;
3437
+ deprecated?: boolean | undefined;
3438
+ security?: Record<string, string[]>[] | undefined;
3439
+ servers?: {
3440
+ url: string;
3441
+ description?: string | undefined;
3442
+ variables?: Record<string, {
3443
+ default: string;
3444
+ enum?: string[] | undefined;
3445
+ description?: string | undefined;
3446
+ }> | undefined;
3447
+ }[] | undefined;
3448
+ } | undefined;
3449
+ delete?: {
3450
+ responses: Record<string, {
3451
+ $ref: string;
3452
+ } | {
3453
+ $ref: string;
3454
+ } | {
3455
+ description: string;
3456
+ headers?: Record<string, {
3457
+ $ref: string;
3458
+ } | {
3459
+ $ref: string;
3460
+ } | {
3461
+ description?: string | undefined;
3462
+ required?: boolean | undefined;
3463
+ deprecated?: boolean | undefined;
3464
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3465
+ example?: unknown;
3466
+ examples?: Record<string, {
3467
+ $ref: string;
3468
+ } | {
3469
+ summary?: string | undefined;
3470
+ description?: string | undefined;
3471
+ value?: unknown;
3472
+ externalValue?: string | undefined;
3473
+ $ref?: string | undefined;
3474
+ }> | undefined;
3475
+ }> | undefined;
3476
+ content?: Record<string, {
3477
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3478
+ example?: unknown;
3479
+ examples?: Record<string, {
3480
+ $ref: string;
3481
+ } | {
3482
+ summary?: string | undefined;
3483
+ description?: string | undefined;
3484
+ value?: unknown;
3485
+ externalValue?: string | undefined;
3486
+ $ref?: string | undefined;
3487
+ }> | undefined;
3488
+ encoding?: Record<string, {
3489
+ contentType?: string | undefined;
3490
+ headers?: Record<string, {
3491
+ $ref: string;
3492
+ } | {
3493
+ $ref: string;
3494
+ } | {
3495
+ description?: string | undefined;
3496
+ required?: boolean | undefined;
3497
+ deprecated?: boolean | undefined;
3498
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3499
+ example?: unknown;
3500
+ examples?: Record<string, {
3501
+ $ref: string;
3502
+ } | {
3503
+ summary?: string | undefined;
3504
+ description?: string | undefined;
3505
+ value?: unknown;
3506
+ externalValue?: string | undefined;
3507
+ $ref?: string | undefined;
3508
+ }> | undefined;
3509
+ }> | undefined;
3510
+ style?: string | undefined;
3511
+ explode?: boolean | undefined;
3512
+ allowReserved?: boolean | undefined;
3513
+ }> | undefined;
3514
+ }> | undefined;
3515
+ links?: Record<string, unknown> | undefined;
3516
+ }>;
3517
+ tags?: string[] | undefined;
3518
+ summary?: string | undefined;
3519
+ description?: string | undefined;
3520
+ externalDocs?: {
3521
+ url: string;
3522
+ description?: string | undefined;
3523
+ } | undefined;
3524
+ operationId?: string | undefined;
3525
+ parameters?: ({
3526
+ $ref: string;
3527
+ } | {
3528
+ $ref: string;
3529
+ } | {
3530
+ name: string;
3531
+ in: "path" | "query" | "header" | "cookie";
3532
+ description?: string | undefined;
3533
+ required?: boolean | undefined;
3534
+ deprecated?: boolean | undefined;
3535
+ allowEmptyValue?: boolean | undefined;
3536
+ style?: string | undefined;
3537
+ explode?: boolean | undefined;
3538
+ allowReserved?: boolean | undefined;
3539
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3540
+ example?: unknown;
3541
+ examples?: Record<string, {
3542
+ $ref: string;
3543
+ } | {
3544
+ summary?: string | undefined;
3545
+ description?: string | undefined;
3546
+ value?: unknown;
3547
+ externalValue?: string | undefined;
3548
+ $ref?: string | undefined;
3549
+ }> | undefined;
3550
+ })[] | undefined;
3551
+ requestBody?: {
3552
+ $ref: string;
3553
+ } | {
3554
+ $ref: string;
3555
+ } | {
3556
+ content: Record<string, {
3557
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3558
+ example?: unknown;
3559
+ examples?: Record<string, {
3560
+ $ref: string;
3561
+ } | {
3562
+ summary?: string | undefined;
3563
+ description?: string | undefined;
3564
+ value?: unknown;
3565
+ externalValue?: string | undefined;
3566
+ $ref?: string | undefined;
3567
+ }> | undefined;
3568
+ encoding?: Record<string, {
3569
+ contentType?: string | undefined;
3570
+ headers?: Record<string, {
3571
+ $ref: string;
3572
+ } | {
3573
+ $ref: string;
3574
+ } | {
3575
+ description?: string | undefined;
3576
+ required?: boolean | undefined;
3577
+ deprecated?: boolean | undefined;
3578
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3579
+ example?: unknown;
3580
+ examples?: Record<string, {
3581
+ $ref: string;
3582
+ } | {
3583
+ summary?: string | undefined;
3584
+ description?: string | undefined;
3585
+ value?: unknown;
3586
+ externalValue?: string | undefined;
3587
+ $ref?: string | undefined;
3588
+ }> | undefined;
3589
+ }> | undefined;
3590
+ style?: string | undefined;
3591
+ explode?: boolean | undefined;
3592
+ allowReserved?: boolean | undefined;
3593
+ }> | undefined;
3594
+ }>;
3595
+ description?: string | undefined;
3596
+ required?: boolean | undefined;
3597
+ } | undefined;
3598
+ callbacks?: Record<string, unknown> | undefined;
3599
+ deprecated?: boolean | undefined;
3600
+ security?: Record<string, string[]>[] | undefined;
3601
+ servers?: {
3602
+ url: string;
3603
+ description?: string | undefined;
3604
+ variables?: Record<string, {
3605
+ default: string;
3606
+ enum?: string[] | undefined;
3607
+ description?: string | undefined;
3608
+ }> | undefined;
3609
+ }[] | undefined;
3610
+ } | undefined;
3611
+ options?: {
3612
+ responses: Record<string, {
3613
+ $ref: string;
3614
+ } | {
3615
+ $ref: string;
3616
+ } | {
3617
+ description: string;
3618
+ headers?: Record<string, {
3619
+ $ref: string;
3620
+ } | {
3621
+ $ref: string;
3622
+ } | {
3623
+ description?: string | undefined;
3624
+ required?: boolean | undefined;
3625
+ deprecated?: boolean | undefined;
3626
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3627
+ example?: unknown;
3628
+ examples?: Record<string, {
3629
+ $ref: string;
3630
+ } | {
3631
+ summary?: string | undefined;
3632
+ description?: string | undefined;
3633
+ value?: unknown;
3634
+ externalValue?: string | undefined;
3635
+ $ref?: string | undefined;
3636
+ }> | undefined;
3637
+ }> | undefined;
3638
+ content?: Record<string, {
3639
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3640
+ example?: unknown;
3641
+ examples?: Record<string, {
3642
+ $ref: string;
3643
+ } | {
3644
+ summary?: string | undefined;
3645
+ description?: string | undefined;
3646
+ value?: unknown;
3647
+ externalValue?: string | undefined;
3648
+ $ref?: string | undefined;
3649
+ }> | undefined;
3650
+ encoding?: Record<string, {
3651
+ contentType?: string | undefined;
3652
+ headers?: Record<string, {
3653
+ $ref: string;
3654
+ } | {
3655
+ $ref: string;
3656
+ } | {
3657
+ description?: string | undefined;
3658
+ required?: boolean | undefined;
3659
+ deprecated?: boolean | undefined;
3660
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3661
+ example?: unknown;
3662
+ examples?: Record<string, {
3663
+ $ref: string;
3664
+ } | {
3665
+ summary?: string | undefined;
3666
+ description?: string | undefined;
3667
+ value?: unknown;
3668
+ externalValue?: string | undefined;
3669
+ $ref?: string | undefined;
3670
+ }> | undefined;
3671
+ }> | undefined;
3672
+ style?: string | undefined;
3673
+ explode?: boolean | undefined;
3674
+ allowReserved?: boolean | undefined;
3675
+ }> | undefined;
3676
+ }> | undefined;
3677
+ links?: Record<string, unknown> | undefined;
3678
+ }>;
3679
+ tags?: string[] | undefined;
3680
+ summary?: string | undefined;
3681
+ description?: string | undefined;
3682
+ externalDocs?: {
3683
+ url: string;
3684
+ description?: string | undefined;
3685
+ } | undefined;
3686
+ operationId?: string | undefined;
3687
+ parameters?: ({
3688
+ $ref: string;
3689
+ } | {
3690
+ $ref: string;
3691
+ } | {
3692
+ name: string;
3693
+ in: "path" | "query" | "header" | "cookie";
3694
+ description?: string | undefined;
3695
+ required?: boolean | undefined;
3696
+ deprecated?: boolean | undefined;
3697
+ allowEmptyValue?: boolean | undefined;
3698
+ style?: string | undefined;
3699
+ explode?: boolean | undefined;
3700
+ allowReserved?: boolean | undefined;
3701
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3702
+ example?: unknown;
3703
+ examples?: Record<string, {
3704
+ $ref: string;
3705
+ } | {
3706
+ summary?: string | undefined;
3707
+ description?: string | undefined;
3708
+ value?: unknown;
3709
+ externalValue?: string | undefined;
3710
+ $ref?: string | undefined;
3711
+ }> | undefined;
3712
+ })[] | undefined;
3713
+ requestBody?: {
3714
+ $ref: string;
3715
+ } | {
3716
+ $ref: string;
3717
+ } | {
3718
+ content: Record<string, {
3719
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3720
+ example?: unknown;
3721
+ examples?: Record<string, {
3722
+ $ref: string;
3723
+ } | {
3724
+ summary?: string | undefined;
3725
+ description?: string | undefined;
3726
+ value?: unknown;
3727
+ externalValue?: string | undefined;
3728
+ $ref?: string | undefined;
3729
+ }> | undefined;
3730
+ encoding?: Record<string, {
3731
+ contentType?: string | undefined;
3732
+ headers?: Record<string, {
3733
+ $ref: string;
3734
+ } | {
3735
+ $ref: string;
3736
+ } | {
3737
+ description?: string | undefined;
3738
+ required?: boolean | undefined;
3739
+ deprecated?: boolean | undefined;
3740
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3741
+ example?: unknown;
3742
+ examples?: Record<string, {
3743
+ $ref: string;
3744
+ } | {
3745
+ summary?: string | undefined;
3746
+ description?: string | undefined;
3747
+ value?: unknown;
3748
+ externalValue?: string | undefined;
3749
+ $ref?: string | undefined;
3750
+ }> | undefined;
3751
+ }> | undefined;
3752
+ style?: string | undefined;
3753
+ explode?: boolean | undefined;
3754
+ allowReserved?: boolean | undefined;
3755
+ }> | undefined;
3756
+ }>;
3757
+ description?: string | undefined;
3758
+ required?: boolean | undefined;
3759
+ } | undefined;
3760
+ callbacks?: Record<string, unknown> | undefined;
3761
+ deprecated?: boolean | undefined;
3762
+ security?: Record<string, string[]>[] | undefined;
3763
+ servers?: {
3764
+ url: string;
3765
+ description?: string | undefined;
3766
+ variables?: Record<string, {
3767
+ default: string;
3768
+ enum?: string[] | undefined;
3769
+ description?: string | undefined;
3770
+ }> | undefined;
3771
+ }[] | undefined;
3772
+ } | undefined;
3773
+ head?: {
3774
+ responses: Record<string, {
3775
+ $ref: string;
3776
+ } | {
3777
+ $ref: string;
3778
+ } | {
3779
+ description: string;
3780
+ headers?: Record<string, {
3781
+ $ref: string;
3782
+ } | {
3783
+ $ref: string;
3784
+ } | {
3785
+ description?: string | undefined;
3786
+ required?: boolean | undefined;
3787
+ deprecated?: boolean | undefined;
3788
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3789
+ example?: unknown;
3790
+ examples?: Record<string, {
3791
+ $ref: string;
3792
+ } | {
3793
+ summary?: string | undefined;
3794
+ description?: string | undefined;
3795
+ value?: unknown;
3796
+ externalValue?: string | undefined;
3797
+ $ref?: string | undefined;
3798
+ }> | undefined;
3799
+ }> | undefined;
3800
+ content?: Record<string, {
3801
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3802
+ example?: unknown;
3803
+ examples?: Record<string, {
3804
+ $ref: string;
3805
+ } | {
3806
+ summary?: string | undefined;
3807
+ description?: string | undefined;
3808
+ value?: unknown;
3809
+ externalValue?: string | undefined;
3810
+ $ref?: string | undefined;
3811
+ }> | undefined;
3812
+ encoding?: Record<string, {
3813
+ contentType?: string | undefined;
3814
+ headers?: Record<string, {
3815
+ $ref: string;
3816
+ } | {
3817
+ $ref: string;
3818
+ } | {
3819
+ description?: string | undefined;
3820
+ required?: boolean | undefined;
3821
+ deprecated?: boolean | undefined;
3822
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3823
+ example?: unknown;
3824
+ examples?: Record<string, {
3825
+ $ref: string;
3826
+ } | {
3827
+ summary?: string | undefined;
3828
+ description?: string | undefined;
3829
+ value?: unknown;
3830
+ externalValue?: string | undefined;
3831
+ $ref?: string | undefined;
3832
+ }> | undefined;
3833
+ }> | undefined;
3834
+ style?: string | undefined;
3835
+ explode?: boolean | undefined;
3836
+ allowReserved?: boolean | undefined;
3837
+ }> | undefined;
3838
+ }> | undefined;
3839
+ links?: Record<string, unknown> | undefined;
3840
+ }>;
3841
+ tags?: string[] | undefined;
3842
+ summary?: string | undefined;
3843
+ description?: string | undefined;
3844
+ externalDocs?: {
3845
+ url: string;
3846
+ description?: string | undefined;
3847
+ } | undefined;
3848
+ operationId?: string | undefined;
3849
+ parameters?: ({
3850
+ $ref: string;
3851
+ } | {
3852
+ $ref: string;
3853
+ } | {
3854
+ name: string;
3855
+ in: "path" | "query" | "header" | "cookie";
3856
+ description?: string | undefined;
3857
+ required?: boolean | undefined;
3858
+ deprecated?: boolean | undefined;
3859
+ allowEmptyValue?: boolean | undefined;
3860
+ style?: string | undefined;
3861
+ explode?: boolean | undefined;
3862
+ allowReserved?: boolean | undefined;
3863
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3864
+ example?: unknown;
3865
+ examples?: Record<string, {
3866
+ $ref: string;
3867
+ } | {
3868
+ summary?: string | undefined;
3869
+ description?: string | undefined;
3870
+ value?: unknown;
3871
+ externalValue?: string | undefined;
3872
+ $ref?: string | undefined;
3873
+ }> | undefined;
3874
+ })[] | undefined;
3875
+ requestBody?: {
3876
+ $ref: string;
3877
+ } | {
3878
+ $ref: string;
3879
+ } | {
3880
+ content: Record<string, {
3881
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3882
+ example?: unknown;
3883
+ examples?: Record<string, {
3884
+ $ref: string;
3885
+ } | {
3886
+ summary?: string | undefined;
3887
+ description?: string | undefined;
3888
+ value?: unknown;
3889
+ externalValue?: string | undefined;
3890
+ $ref?: string | undefined;
3891
+ }> | undefined;
3892
+ encoding?: Record<string, {
3893
+ contentType?: string | undefined;
3894
+ headers?: Record<string, {
3895
+ $ref: string;
3896
+ } | {
3897
+ $ref: string;
3898
+ } | {
3899
+ description?: string | undefined;
3900
+ required?: boolean | undefined;
3901
+ deprecated?: boolean | undefined;
3902
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3903
+ example?: unknown;
3904
+ examples?: Record<string, {
3905
+ $ref: string;
3906
+ } | {
3907
+ summary?: string | undefined;
3908
+ description?: string | undefined;
3909
+ value?: unknown;
3910
+ externalValue?: string | undefined;
3911
+ $ref?: string | undefined;
3912
+ }> | undefined;
3913
+ }> | undefined;
3914
+ style?: string | undefined;
3915
+ explode?: boolean | undefined;
3916
+ allowReserved?: boolean | undefined;
3917
+ }> | undefined;
3918
+ }>;
3919
+ description?: string | undefined;
3920
+ required?: boolean | undefined;
3921
+ } | undefined;
3922
+ callbacks?: Record<string, unknown> | undefined;
3923
+ deprecated?: boolean | undefined;
3924
+ security?: Record<string, string[]>[] | undefined;
3925
+ servers?: {
3926
+ url: string;
3927
+ description?: string | undefined;
3928
+ variables?: Record<string, {
3929
+ default: string;
3930
+ enum?: string[] | undefined;
3931
+ description?: string | undefined;
3932
+ }> | undefined;
3933
+ }[] | undefined;
3934
+ } | undefined;
3935
+ patch?: {
3936
+ responses: Record<string, {
3937
+ $ref: string;
3938
+ } | {
3939
+ $ref: string;
3940
+ } | {
3941
+ description: string;
3942
+ headers?: Record<string, {
3943
+ $ref: string;
3944
+ } | {
3945
+ $ref: string;
3946
+ } | {
3947
+ description?: string | undefined;
3948
+ required?: boolean | undefined;
3949
+ deprecated?: boolean | undefined;
3950
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3951
+ example?: unknown;
3952
+ examples?: Record<string, {
3953
+ $ref: string;
3954
+ } | {
3955
+ summary?: string | undefined;
3956
+ description?: string | undefined;
3957
+ value?: unknown;
3958
+ externalValue?: string | undefined;
3959
+ $ref?: string | undefined;
3960
+ }> | undefined;
3961
+ }> | undefined;
3962
+ content?: Record<string, {
3963
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3964
+ example?: unknown;
3965
+ examples?: Record<string, {
3966
+ $ref: string;
3967
+ } | {
3968
+ summary?: string | undefined;
3969
+ description?: string | undefined;
3970
+ value?: unknown;
3971
+ externalValue?: string | undefined;
3972
+ $ref?: string | undefined;
3973
+ }> | undefined;
3974
+ encoding?: Record<string, {
3975
+ contentType?: string | undefined;
3976
+ headers?: Record<string, {
3977
+ $ref: string;
3978
+ } | {
3979
+ $ref: string;
3980
+ } | {
3981
+ description?: string | undefined;
3982
+ required?: boolean | undefined;
3983
+ deprecated?: boolean | undefined;
3984
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
3985
+ example?: unknown;
3986
+ examples?: Record<string, {
3987
+ $ref: string;
3988
+ } | {
3989
+ summary?: string | undefined;
3990
+ description?: string | undefined;
3991
+ value?: unknown;
3992
+ externalValue?: string | undefined;
3993
+ $ref?: string | undefined;
3994
+ }> | undefined;
3995
+ }> | undefined;
3996
+ style?: string | undefined;
3997
+ explode?: boolean | undefined;
3998
+ allowReserved?: boolean | undefined;
3999
+ }> | undefined;
4000
+ }> | undefined;
4001
+ links?: Record<string, unknown> | undefined;
4002
+ }>;
4003
+ tags?: string[] | undefined;
4004
+ summary?: string | undefined;
4005
+ description?: string | undefined;
4006
+ externalDocs?: {
4007
+ url: string;
4008
+ description?: string | undefined;
4009
+ } | undefined;
4010
+ operationId?: string | undefined;
4011
+ parameters?: ({
4012
+ $ref: string;
4013
+ } | {
4014
+ $ref: string;
4015
+ } | {
4016
+ name: string;
4017
+ in: "path" | "query" | "header" | "cookie";
4018
+ description?: string | undefined;
4019
+ required?: boolean | undefined;
4020
+ deprecated?: boolean | undefined;
4021
+ allowEmptyValue?: boolean | undefined;
4022
+ style?: string | undefined;
4023
+ explode?: boolean | undefined;
4024
+ allowReserved?: boolean | undefined;
4025
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4026
+ example?: unknown;
4027
+ examples?: Record<string, {
4028
+ $ref: string;
4029
+ } | {
4030
+ summary?: string | undefined;
4031
+ description?: string | undefined;
4032
+ value?: unknown;
4033
+ externalValue?: string | undefined;
4034
+ $ref?: string | undefined;
4035
+ }> | undefined;
4036
+ })[] | undefined;
4037
+ requestBody?: {
4038
+ $ref: string;
4039
+ } | {
4040
+ $ref: string;
4041
+ } | {
4042
+ content: Record<string, {
4043
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4044
+ example?: unknown;
4045
+ examples?: Record<string, {
4046
+ $ref: string;
4047
+ } | {
4048
+ summary?: string | undefined;
4049
+ description?: string | undefined;
4050
+ value?: unknown;
4051
+ externalValue?: string | undefined;
4052
+ $ref?: string | undefined;
4053
+ }> | undefined;
4054
+ encoding?: Record<string, {
4055
+ contentType?: string | undefined;
4056
+ headers?: Record<string, {
4057
+ $ref: string;
4058
+ } | {
4059
+ $ref: string;
4060
+ } | {
4061
+ description?: string | undefined;
4062
+ required?: boolean | undefined;
4063
+ deprecated?: boolean | undefined;
4064
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4065
+ example?: unknown;
4066
+ examples?: Record<string, {
4067
+ $ref: string;
4068
+ } | {
4069
+ summary?: string | undefined;
4070
+ description?: string | undefined;
4071
+ value?: unknown;
4072
+ externalValue?: string | undefined;
4073
+ $ref?: string | undefined;
4074
+ }> | undefined;
4075
+ }> | undefined;
4076
+ style?: string | undefined;
4077
+ explode?: boolean | undefined;
4078
+ allowReserved?: boolean | undefined;
4079
+ }> | undefined;
4080
+ }>;
4081
+ description?: string | undefined;
4082
+ required?: boolean | undefined;
4083
+ } | undefined;
4084
+ callbacks?: Record<string, unknown> | undefined;
4085
+ deprecated?: boolean | undefined;
4086
+ security?: Record<string, string[]>[] | undefined;
4087
+ servers?: {
4088
+ url: string;
4089
+ description?: string | undefined;
4090
+ variables?: Record<string, {
4091
+ default: string;
4092
+ enum?: string[] | undefined;
4093
+ description?: string | undefined;
4094
+ }> | undefined;
4095
+ }[] | undefined;
4096
+ } | undefined;
4097
+ trace?: {
4098
+ responses: Record<string, {
4099
+ $ref: string;
4100
+ } | {
4101
+ $ref: string;
4102
+ } | {
4103
+ description: string;
4104
+ headers?: Record<string, {
4105
+ $ref: string;
4106
+ } | {
4107
+ $ref: string;
4108
+ } | {
4109
+ description?: string | undefined;
4110
+ required?: boolean | undefined;
4111
+ deprecated?: boolean | undefined;
4112
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4113
+ example?: unknown;
4114
+ examples?: Record<string, {
4115
+ $ref: string;
4116
+ } | {
4117
+ summary?: string | undefined;
4118
+ description?: string | undefined;
4119
+ value?: unknown;
4120
+ externalValue?: string | undefined;
4121
+ $ref?: string | undefined;
4122
+ }> | undefined;
4123
+ }> | undefined;
4124
+ content?: Record<string, {
4125
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4126
+ example?: unknown;
4127
+ examples?: Record<string, {
4128
+ $ref: string;
4129
+ } | {
4130
+ summary?: string | undefined;
4131
+ description?: string | undefined;
4132
+ value?: unknown;
4133
+ externalValue?: string | undefined;
4134
+ $ref?: string | undefined;
4135
+ }> | undefined;
4136
+ encoding?: Record<string, {
4137
+ contentType?: string | undefined;
4138
+ headers?: Record<string, {
4139
+ $ref: string;
4140
+ } | {
4141
+ $ref: string;
4142
+ } | {
4143
+ description?: string | undefined;
4144
+ required?: boolean | undefined;
4145
+ deprecated?: boolean | undefined;
4146
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4147
+ example?: unknown;
4148
+ examples?: Record<string, {
4149
+ $ref: string;
4150
+ } | {
4151
+ summary?: string | undefined;
4152
+ description?: string | undefined;
4153
+ value?: unknown;
4154
+ externalValue?: string | undefined;
4155
+ $ref?: string | undefined;
4156
+ }> | undefined;
4157
+ }> | undefined;
4158
+ style?: string | undefined;
4159
+ explode?: boolean | undefined;
4160
+ allowReserved?: boolean | undefined;
4161
+ }> | undefined;
4162
+ }> | undefined;
4163
+ links?: Record<string, unknown> | undefined;
4164
+ }>;
4165
+ tags?: string[] | undefined;
4166
+ summary?: string | undefined;
4167
+ description?: string | undefined;
4168
+ externalDocs?: {
4169
+ url: string;
4170
+ description?: string | undefined;
4171
+ } | undefined;
4172
+ operationId?: string | undefined;
4173
+ parameters?: ({
4174
+ $ref: string;
4175
+ } | {
4176
+ $ref: string;
4177
+ } | {
4178
+ name: string;
4179
+ in: "path" | "query" | "header" | "cookie";
4180
+ description?: string | undefined;
4181
+ required?: boolean | undefined;
4182
+ deprecated?: boolean | undefined;
4183
+ allowEmptyValue?: boolean | undefined;
4184
+ style?: string | undefined;
4185
+ explode?: boolean | undefined;
4186
+ allowReserved?: boolean | undefined;
4187
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4188
+ example?: unknown;
4189
+ examples?: Record<string, {
4190
+ $ref: string;
4191
+ } | {
4192
+ summary?: string | undefined;
4193
+ description?: string | undefined;
4194
+ value?: unknown;
4195
+ externalValue?: string | undefined;
4196
+ $ref?: string | undefined;
4197
+ }> | undefined;
4198
+ })[] | undefined;
4199
+ requestBody?: {
4200
+ $ref: string;
4201
+ } | {
4202
+ $ref: string;
4203
+ } | {
4204
+ content: Record<string, {
4205
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4206
+ example?: unknown;
4207
+ examples?: Record<string, {
4208
+ $ref: string;
4209
+ } | {
4210
+ summary?: string | undefined;
4211
+ description?: string | undefined;
4212
+ value?: unknown;
4213
+ externalValue?: string | undefined;
4214
+ $ref?: string | undefined;
4215
+ }> | undefined;
4216
+ encoding?: Record<string, {
4217
+ contentType?: string | undefined;
4218
+ headers?: Record<string, {
4219
+ $ref: string;
4220
+ } | {
4221
+ $ref: string;
4222
+ } | {
4223
+ description?: string | undefined;
4224
+ required?: boolean | undefined;
4225
+ deprecated?: boolean | undefined;
4226
+ schema?: import("@power-plant/schema").JsonSchema | undefined;
4227
+ example?: unknown;
4228
+ examples?: Record<string, {
4229
+ $ref: string;
4230
+ } | {
4231
+ summary?: string | undefined;
4232
+ description?: string | undefined;
4233
+ value?: unknown;
4234
+ externalValue?: string | undefined;
4235
+ $ref?: string | undefined;
4236
+ }> | undefined;
4237
+ }> | undefined;
4238
+ style?: string | undefined;
4239
+ explode?: boolean | undefined;
4240
+ allowReserved?: boolean | undefined;
4241
+ }> | undefined;
4242
+ }>;
4243
+ description?: string | undefined;
4244
+ required?: boolean | undefined;
4245
+ } | undefined;
4246
+ callbacks?: Record<string, unknown> | undefined;
4247
+ deprecated?: boolean | undefined;
4248
+ security?: Record<string, string[]>[] | undefined;
4249
+ servers?: {
4250
+ url: string;
4251
+ description?: string | undefined;
4252
+ variables?: Record<string, {
4253
+ default: string;
4254
+ enum?: string[] | undefined;
4255
+ description?: string | undefined;
4256
+ }> | undefined;
4257
+ }[] | undefined;
4258
+ } | undefined;
4259
+ }> | undefined;
4260
+ } | undefined;
4261
+ security?: Record<string, string[]>[] | undefined;
4262
+ tags?: {
4263
+ name: string;
4264
+ description?: string | undefined;
4265
+ externalDocs?: {
4266
+ url: string;
4267
+ description?: string | undefined;
4268
+ } | undefined;
4269
+ }[] | undefined;
4270
+ externalDocs?: {
4271
+ url: string;
4272
+ description?: string | undefined;
4273
+ } | undefined;
4274
+ jsonSchemaDialect?: string | undefined;
4275
+ }, Arrayable<UserConfig>, void>;
4276
+ export = _default;
4277
+ //# sourceMappingURL=index.d.cts.map