@digitraffic/common 2025.4.29-1 → 2025.5.28-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/__test__/infra/acl-builder.test.js +7 -2
- package/dist/aws/infra/acl-builder.d.ts +19 -12
- package/dist/aws/infra/acl-builder.js +34 -2
- package/dist/aws/runtime/secrets/secret-holder.d.ts +3 -1
- package/dist/aws/runtime/secrets/secret-holder.js +12 -8
- package/dist/types/openapi-schema.d.ts +128 -128
- package/dist/utils/logging.d.ts +1 -2
- package/dist/utils/logging.js +1 -2
- package/package.json +29 -33
@@ -28,7 +28,7 @@ export declare const parameterObject: z.ZodObject<{
|
|
28
28
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
30
30
|
name: string;
|
31
|
-
in: "path" | "header" | "
|
31
|
+
in: "path" | "header" | "cookie" | "query";
|
32
32
|
description?: string | undefined;
|
33
33
|
required?: boolean | undefined;
|
34
34
|
deprecated?: boolean | undefined;
|
@@ -42,7 +42,7 @@ export declare const parameterObject: z.ZodObject<{
|
|
42
42
|
content?: Record<string, unknown> | undefined;
|
43
43
|
}, {
|
44
44
|
name: string;
|
45
|
-
in: "path" | "header" | "
|
45
|
+
in: "path" | "header" | "cookie" | "query";
|
46
46
|
description?: string | undefined;
|
47
47
|
required?: boolean | undefined;
|
48
48
|
deprecated?: boolean | undefined;
|
@@ -90,7 +90,7 @@ export declare const openapiOperation: z.ZodObject<{
|
|
90
90
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
91
91
|
}, "strip", z.ZodTypeAny, {
|
92
92
|
name: string;
|
93
|
-
in: "path" | "header" | "
|
93
|
+
in: "path" | "header" | "cookie" | "query";
|
94
94
|
description?: string | undefined;
|
95
95
|
required?: boolean | undefined;
|
96
96
|
deprecated?: boolean | undefined;
|
@@ -104,7 +104,7 @@ export declare const openapiOperation: z.ZodObject<{
|
|
104
104
|
content?: Record<string, unknown> | undefined;
|
105
105
|
}, {
|
106
106
|
name: string;
|
107
|
-
in: "path" | "header" | "
|
107
|
+
in: "path" | "header" | "cookie" | "query";
|
108
108
|
description?: string | undefined;
|
109
109
|
required?: boolean | undefined;
|
110
110
|
deprecated?: boolean | undefined;
|
@@ -142,7 +142,7 @@ export declare const openapiOperation: z.ZodObject<{
|
|
142
142
|
responses?: unknown;
|
143
143
|
parameters?: ({
|
144
144
|
name: string;
|
145
|
-
in: "path" | "header" | "
|
145
|
+
in: "path" | "header" | "cookie" | "query";
|
146
146
|
description?: string | undefined;
|
147
147
|
required?: boolean | undefined;
|
148
148
|
deprecated?: boolean | undefined;
|
@@ -173,7 +173,7 @@ export declare const openapiOperation: z.ZodObject<{
|
|
173
173
|
responses?: unknown;
|
174
174
|
parameters?: ({
|
175
175
|
name: string;
|
176
|
-
in: "path" | "header" | "
|
176
|
+
in: "path" | "header" | "cookie" | "query";
|
177
177
|
description?: string | undefined;
|
178
178
|
required?: boolean | undefined;
|
179
179
|
deprecated?: boolean | undefined;
|
@@ -223,7 +223,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
223
223
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
225
225
|
name: string;
|
226
|
-
in: "path" | "header" | "
|
226
|
+
in: "path" | "header" | "cookie" | "query";
|
227
227
|
description?: string | undefined;
|
228
228
|
required?: boolean | undefined;
|
229
229
|
deprecated?: boolean | undefined;
|
@@ -237,7 +237,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
237
237
|
content?: Record<string, unknown> | undefined;
|
238
238
|
}, {
|
239
239
|
name: string;
|
240
|
-
in: "path" | "header" | "
|
240
|
+
in: "path" | "header" | "cookie" | "query";
|
241
241
|
description?: string | undefined;
|
242
242
|
required?: boolean | undefined;
|
243
243
|
deprecated?: boolean | undefined;
|
@@ -275,7 +275,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
275
275
|
responses?: unknown;
|
276
276
|
parameters?: ({
|
277
277
|
name: string;
|
278
|
-
in: "path" | "header" | "
|
278
|
+
in: "path" | "header" | "cookie" | "query";
|
279
279
|
description?: string | undefined;
|
280
280
|
required?: boolean | undefined;
|
281
281
|
deprecated?: boolean | undefined;
|
@@ -306,7 +306,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
306
306
|
responses?: unknown;
|
307
307
|
parameters?: ({
|
308
308
|
name: string;
|
309
|
-
in: "path" | "header" | "
|
309
|
+
in: "path" | "header" | "cookie" | "query";
|
310
310
|
description?: string | undefined;
|
311
311
|
required?: boolean | undefined;
|
312
312
|
deprecated?: boolean | undefined;
|
@@ -353,7 +353,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
353
353
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
354
354
|
}, "strip", z.ZodTypeAny, {
|
355
355
|
name: string;
|
356
|
-
in: "path" | "header" | "
|
356
|
+
in: "path" | "header" | "cookie" | "query";
|
357
357
|
description?: string | undefined;
|
358
358
|
required?: boolean | undefined;
|
359
359
|
deprecated?: boolean | undefined;
|
@@ -367,7 +367,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
367
367
|
content?: Record<string, unknown> | undefined;
|
368
368
|
}, {
|
369
369
|
name: string;
|
370
|
-
in: "path" | "header" | "
|
370
|
+
in: "path" | "header" | "cookie" | "query";
|
371
371
|
description?: string | undefined;
|
372
372
|
required?: boolean | undefined;
|
373
373
|
deprecated?: boolean | undefined;
|
@@ -405,7 +405,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
405
405
|
responses?: unknown;
|
406
406
|
parameters?: ({
|
407
407
|
name: string;
|
408
|
-
in: "path" | "header" | "
|
408
|
+
in: "path" | "header" | "cookie" | "query";
|
409
409
|
description?: string | undefined;
|
410
410
|
required?: boolean | undefined;
|
411
411
|
deprecated?: boolean | undefined;
|
@@ -436,7 +436,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
436
436
|
responses?: unknown;
|
437
437
|
parameters?: ({
|
438
438
|
name: string;
|
439
|
-
in: "path" | "header" | "
|
439
|
+
in: "path" | "header" | "cookie" | "query";
|
440
440
|
description?: string | undefined;
|
441
441
|
required?: boolean | undefined;
|
442
442
|
deprecated?: boolean | undefined;
|
@@ -483,7 +483,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
483
483
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
484
484
|
}, "strip", z.ZodTypeAny, {
|
485
485
|
name: string;
|
486
|
-
in: "path" | "header" | "
|
486
|
+
in: "path" | "header" | "cookie" | "query";
|
487
487
|
description?: string | undefined;
|
488
488
|
required?: boolean | undefined;
|
489
489
|
deprecated?: boolean | undefined;
|
@@ -497,7 +497,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
497
497
|
content?: Record<string, unknown> | undefined;
|
498
498
|
}, {
|
499
499
|
name: string;
|
500
|
-
in: "path" | "header" | "
|
500
|
+
in: "path" | "header" | "cookie" | "query";
|
501
501
|
description?: string | undefined;
|
502
502
|
required?: boolean | undefined;
|
503
503
|
deprecated?: boolean | undefined;
|
@@ -535,7 +535,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
535
535
|
responses?: unknown;
|
536
536
|
parameters?: ({
|
537
537
|
name: string;
|
538
|
-
in: "path" | "header" | "
|
538
|
+
in: "path" | "header" | "cookie" | "query";
|
539
539
|
description?: string | undefined;
|
540
540
|
required?: boolean | undefined;
|
541
541
|
deprecated?: boolean | undefined;
|
@@ -566,7 +566,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
566
566
|
responses?: unknown;
|
567
567
|
parameters?: ({
|
568
568
|
name: string;
|
569
|
-
in: "path" | "header" | "
|
569
|
+
in: "path" | "header" | "cookie" | "query";
|
570
570
|
description?: string | undefined;
|
571
571
|
required?: boolean | undefined;
|
572
572
|
deprecated?: boolean | undefined;
|
@@ -613,7 +613,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
613
613
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
615
615
|
name: string;
|
616
|
-
in: "path" | "header" | "
|
616
|
+
in: "path" | "header" | "cookie" | "query";
|
617
617
|
description?: string | undefined;
|
618
618
|
required?: boolean | undefined;
|
619
619
|
deprecated?: boolean | undefined;
|
@@ -627,7 +627,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
627
627
|
content?: Record<string, unknown> | undefined;
|
628
628
|
}, {
|
629
629
|
name: string;
|
630
|
-
in: "path" | "header" | "
|
630
|
+
in: "path" | "header" | "cookie" | "query";
|
631
631
|
description?: string | undefined;
|
632
632
|
required?: boolean | undefined;
|
633
633
|
deprecated?: boolean | undefined;
|
@@ -665,7 +665,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
665
665
|
responses?: unknown;
|
666
666
|
parameters?: ({
|
667
667
|
name: string;
|
668
|
-
in: "path" | "header" | "
|
668
|
+
in: "path" | "header" | "cookie" | "query";
|
669
669
|
description?: string | undefined;
|
670
670
|
required?: boolean | undefined;
|
671
671
|
deprecated?: boolean | undefined;
|
@@ -696,7 +696,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
696
696
|
responses?: unknown;
|
697
697
|
parameters?: ({
|
698
698
|
name: string;
|
699
|
-
in: "path" | "header" | "
|
699
|
+
in: "path" | "header" | "cookie" | "query";
|
700
700
|
description?: string | undefined;
|
701
701
|
required?: boolean | undefined;
|
702
702
|
deprecated?: boolean | undefined;
|
@@ -743,7 +743,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
743
743
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
744
744
|
}, "strip", z.ZodTypeAny, {
|
745
745
|
name: string;
|
746
|
-
in: "path" | "header" | "
|
746
|
+
in: "path" | "header" | "cookie" | "query";
|
747
747
|
description?: string | undefined;
|
748
748
|
required?: boolean | undefined;
|
749
749
|
deprecated?: boolean | undefined;
|
@@ -757,7 +757,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
757
757
|
content?: Record<string, unknown> | undefined;
|
758
758
|
}, {
|
759
759
|
name: string;
|
760
|
-
in: "path" | "header" | "
|
760
|
+
in: "path" | "header" | "cookie" | "query";
|
761
761
|
description?: string | undefined;
|
762
762
|
required?: boolean | undefined;
|
763
763
|
deprecated?: boolean | undefined;
|
@@ -795,7 +795,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
795
795
|
responses?: unknown;
|
796
796
|
parameters?: ({
|
797
797
|
name: string;
|
798
|
-
in: "path" | "header" | "
|
798
|
+
in: "path" | "header" | "cookie" | "query";
|
799
799
|
description?: string | undefined;
|
800
800
|
required?: boolean | undefined;
|
801
801
|
deprecated?: boolean | undefined;
|
@@ -826,7 +826,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
826
826
|
responses?: unknown;
|
827
827
|
parameters?: ({
|
828
828
|
name: string;
|
829
|
-
in: "path" | "header" | "
|
829
|
+
in: "path" | "header" | "cookie" | "query";
|
830
830
|
description?: string | undefined;
|
831
831
|
required?: boolean | undefined;
|
832
832
|
deprecated?: boolean | undefined;
|
@@ -873,7 +873,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
873
873
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
874
874
|
}, "strip", z.ZodTypeAny, {
|
875
875
|
name: string;
|
876
|
-
in: "path" | "header" | "
|
876
|
+
in: "path" | "header" | "cookie" | "query";
|
877
877
|
description?: string | undefined;
|
878
878
|
required?: boolean | undefined;
|
879
879
|
deprecated?: boolean | undefined;
|
@@ -887,7 +887,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
887
887
|
content?: Record<string, unknown> | undefined;
|
888
888
|
}, {
|
889
889
|
name: string;
|
890
|
-
in: "path" | "header" | "
|
890
|
+
in: "path" | "header" | "cookie" | "query";
|
891
891
|
description?: string | undefined;
|
892
892
|
required?: boolean | undefined;
|
893
893
|
deprecated?: boolean | undefined;
|
@@ -925,7 +925,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
925
925
|
responses?: unknown;
|
926
926
|
parameters?: ({
|
927
927
|
name: string;
|
928
|
-
in: "path" | "header" | "
|
928
|
+
in: "path" | "header" | "cookie" | "query";
|
929
929
|
description?: string | undefined;
|
930
930
|
required?: boolean | undefined;
|
931
931
|
deprecated?: boolean | undefined;
|
@@ -956,7 +956,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
956
956
|
responses?: unknown;
|
957
957
|
parameters?: ({
|
958
958
|
name: string;
|
959
|
-
in: "path" | "header" | "
|
959
|
+
in: "path" | "header" | "cookie" | "query";
|
960
960
|
description?: string | undefined;
|
961
961
|
required?: boolean | undefined;
|
962
962
|
deprecated?: boolean | undefined;
|
@@ -1003,7 +1003,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1003
1003
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
1004
1004
|
}, "strip", z.ZodTypeAny, {
|
1005
1005
|
name: string;
|
1006
|
-
in: "path" | "header" | "
|
1006
|
+
in: "path" | "header" | "cookie" | "query";
|
1007
1007
|
description?: string | undefined;
|
1008
1008
|
required?: boolean | undefined;
|
1009
1009
|
deprecated?: boolean | undefined;
|
@@ -1017,7 +1017,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1017
1017
|
content?: Record<string, unknown> | undefined;
|
1018
1018
|
}, {
|
1019
1019
|
name: string;
|
1020
|
-
in: "path" | "header" | "
|
1020
|
+
in: "path" | "header" | "cookie" | "query";
|
1021
1021
|
description?: string | undefined;
|
1022
1022
|
required?: boolean | undefined;
|
1023
1023
|
deprecated?: boolean | undefined;
|
@@ -1055,7 +1055,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1055
1055
|
responses?: unknown;
|
1056
1056
|
parameters?: ({
|
1057
1057
|
name: string;
|
1058
|
-
in: "path" | "header" | "
|
1058
|
+
in: "path" | "header" | "cookie" | "query";
|
1059
1059
|
description?: string | undefined;
|
1060
1060
|
required?: boolean | undefined;
|
1061
1061
|
deprecated?: boolean | undefined;
|
@@ -1086,7 +1086,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1086
1086
|
responses?: unknown;
|
1087
1087
|
parameters?: ({
|
1088
1088
|
name: string;
|
1089
|
-
in: "path" | "header" | "
|
1089
|
+
in: "path" | "header" | "cookie" | "query";
|
1090
1090
|
description?: string | undefined;
|
1091
1091
|
required?: boolean | undefined;
|
1092
1092
|
deprecated?: boolean | undefined;
|
@@ -1133,7 +1133,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1133
1133
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
1134
1134
|
}, "strip", z.ZodTypeAny, {
|
1135
1135
|
name: string;
|
1136
|
-
in: "path" | "header" | "
|
1136
|
+
in: "path" | "header" | "cookie" | "query";
|
1137
1137
|
description?: string | undefined;
|
1138
1138
|
required?: boolean | undefined;
|
1139
1139
|
deprecated?: boolean | undefined;
|
@@ -1147,7 +1147,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1147
1147
|
content?: Record<string, unknown> | undefined;
|
1148
1148
|
}, {
|
1149
1149
|
name: string;
|
1150
|
-
in: "path" | "header" | "
|
1150
|
+
in: "path" | "header" | "cookie" | "query";
|
1151
1151
|
description?: string | undefined;
|
1152
1152
|
required?: boolean | undefined;
|
1153
1153
|
deprecated?: boolean | undefined;
|
@@ -1185,7 +1185,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1185
1185
|
responses?: unknown;
|
1186
1186
|
parameters?: ({
|
1187
1187
|
name: string;
|
1188
|
-
in: "path" | "header" | "
|
1188
|
+
in: "path" | "header" | "cookie" | "query";
|
1189
1189
|
description?: string | undefined;
|
1190
1190
|
required?: boolean | undefined;
|
1191
1191
|
deprecated?: boolean | undefined;
|
@@ -1216,7 +1216,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1216
1216
|
responses?: unknown;
|
1217
1217
|
parameters?: ({
|
1218
1218
|
name: string;
|
1219
|
-
in: "path" | "header" | "
|
1219
|
+
in: "path" | "header" | "cookie" | "query";
|
1220
1220
|
description?: string | undefined;
|
1221
1221
|
required?: boolean | undefined;
|
1222
1222
|
deprecated?: boolean | undefined;
|
@@ -1270,7 +1270,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1270
1270
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
1271
1271
|
}, "strip", z.ZodTypeAny, {
|
1272
1272
|
name: string;
|
1273
|
-
in: "path" | "header" | "
|
1273
|
+
in: "path" | "header" | "cookie" | "query";
|
1274
1274
|
description?: string | undefined;
|
1275
1275
|
required?: boolean | undefined;
|
1276
1276
|
deprecated?: boolean | undefined;
|
@@ -1284,7 +1284,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1284
1284
|
content?: Record<string, unknown> | undefined;
|
1285
1285
|
}, {
|
1286
1286
|
name: string;
|
1287
|
-
in: "path" | "header" | "
|
1287
|
+
in: "path" | "header" | "cookie" | "query";
|
1288
1288
|
description?: string | undefined;
|
1289
1289
|
required?: boolean | undefined;
|
1290
1290
|
deprecated?: boolean | undefined;
|
@@ -1302,7 +1302,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1302
1302
|
summary?: string | undefined;
|
1303
1303
|
parameters?: {
|
1304
1304
|
name: string;
|
1305
|
-
in: "path" | "header" | "
|
1305
|
+
in: "path" | "header" | "cookie" | "query";
|
1306
1306
|
description?: string | undefined;
|
1307
1307
|
required?: boolean | undefined;
|
1308
1308
|
deprecated?: boolean | undefined;
|
@@ -1322,7 +1322,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1322
1322
|
responses?: unknown;
|
1323
1323
|
parameters?: ({
|
1324
1324
|
name: string;
|
1325
|
-
in: "path" | "header" | "
|
1325
|
+
in: "path" | "header" | "cookie" | "query";
|
1326
1326
|
description?: string | undefined;
|
1327
1327
|
required?: boolean | undefined;
|
1328
1328
|
deprecated?: boolean | undefined;
|
@@ -1354,7 +1354,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1354
1354
|
responses?: unknown;
|
1355
1355
|
parameters?: ({
|
1356
1356
|
name: string;
|
1357
|
-
in: "path" | "header" | "
|
1357
|
+
in: "path" | "header" | "cookie" | "query";
|
1358
1358
|
description?: string | undefined;
|
1359
1359
|
required?: boolean | undefined;
|
1360
1360
|
deprecated?: boolean | undefined;
|
@@ -1386,7 +1386,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1386
1386
|
responses?: unknown;
|
1387
1387
|
parameters?: ({
|
1388
1388
|
name: string;
|
1389
|
-
in: "path" | "header" | "
|
1389
|
+
in: "path" | "header" | "cookie" | "query";
|
1390
1390
|
description?: string | undefined;
|
1391
1391
|
required?: boolean | undefined;
|
1392
1392
|
deprecated?: boolean | undefined;
|
@@ -1418,7 +1418,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1418
1418
|
responses?: unknown;
|
1419
1419
|
parameters?: ({
|
1420
1420
|
name: string;
|
1421
|
-
in: "path" | "header" | "
|
1421
|
+
in: "path" | "header" | "cookie" | "query";
|
1422
1422
|
description?: string | undefined;
|
1423
1423
|
required?: boolean | undefined;
|
1424
1424
|
deprecated?: boolean | undefined;
|
@@ -1450,7 +1450,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1450
1450
|
responses?: unknown;
|
1451
1451
|
parameters?: ({
|
1452
1452
|
name: string;
|
1453
|
-
in: "path" | "header" | "
|
1453
|
+
in: "path" | "header" | "cookie" | "query";
|
1454
1454
|
description?: string | undefined;
|
1455
1455
|
required?: boolean | undefined;
|
1456
1456
|
deprecated?: boolean | undefined;
|
@@ -1482,7 +1482,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1482
1482
|
responses?: unknown;
|
1483
1483
|
parameters?: ({
|
1484
1484
|
name: string;
|
1485
|
-
in: "path" | "header" | "
|
1485
|
+
in: "path" | "header" | "cookie" | "query";
|
1486
1486
|
description?: string | undefined;
|
1487
1487
|
required?: boolean | undefined;
|
1488
1488
|
deprecated?: boolean | undefined;
|
@@ -1514,7 +1514,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1514
1514
|
responses?: unknown;
|
1515
1515
|
parameters?: ({
|
1516
1516
|
name: string;
|
1517
|
-
in: "path" | "header" | "
|
1517
|
+
in: "path" | "header" | "cookie" | "query";
|
1518
1518
|
description?: string | undefined;
|
1519
1519
|
required?: boolean | undefined;
|
1520
1520
|
deprecated?: boolean | undefined;
|
@@ -1551,7 +1551,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1551
1551
|
responses?: unknown;
|
1552
1552
|
parameters?: ({
|
1553
1553
|
name: string;
|
1554
|
-
in: "path" | "header" | "
|
1554
|
+
in: "path" | "header" | "cookie" | "query";
|
1555
1555
|
description?: string | undefined;
|
1556
1556
|
required?: boolean | undefined;
|
1557
1557
|
deprecated?: boolean | undefined;
|
@@ -1581,7 +1581,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1581
1581
|
summary?: string | undefined;
|
1582
1582
|
parameters?: {
|
1583
1583
|
name: string;
|
1584
|
-
in: "path" | "header" | "
|
1584
|
+
in: "path" | "header" | "cookie" | "query";
|
1585
1585
|
description?: string | undefined;
|
1586
1586
|
required?: boolean | undefined;
|
1587
1587
|
deprecated?: boolean | undefined;
|
@@ -1601,7 +1601,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1601
1601
|
responses?: unknown;
|
1602
1602
|
parameters?: ({
|
1603
1603
|
name: string;
|
1604
|
-
in: "path" | "header" | "
|
1604
|
+
in: "path" | "header" | "cookie" | "query";
|
1605
1605
|
description?: string | undefined;
|
1606
1606
|
required?: boolean | undefined;
|
1607
1607
|
deprecated?: boolean | undefined;
|
@@ -1633,7 +1633,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1633
1633
|
responses?: unknown;
|
1634
1634
|
parameters?: ({
|
1635
1635
|
name: string;
|
1636
|
-
in: "path" | "header" | "
|
1636
|
+
in: "path" | "header" | "cookie" | "query";
|
1637
1637
|
description?: string | undefined;
|
1638
1638
|
required?: boolean | undefined;
|
1639
1639
|
deprecated?: boolean | undefined;
|
@@ -1665,7 +1665,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1665
1665
|
responses?: unknown;
|
1666
1666
|
parameters?: ({
|
1667
1667
|
name: string;
|
1668
|
-
in: "path" | "header" | "
|
1668
|
+
in: "path" | "header" | "cookie" | "query";
|
1669
1669
|
description?: string | undefined;
|
1670
1670
|
required?: boolean | undefined;
|
1671
1671
|
deprecated?: boolean | undefined;
|
@@ -1697,7 +1697,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1697
1697
|
responses?: unknown;
|
1698
1698
|
parameters?: ({
|
1699
1699
|
name: string;
|
1700
|
-
in: "path" | "header" | "
|
1700
|
+
in: "path" | "header" | "cookie" | "query";
|
1701
1701
|
description?: string | undefined;
|
1702
1702
|
required?: boolean | undefined;
|
1703
1703
|
deprecated?: boolean | undefined;
|
@@ -1729,7 +1729,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1729
1729
|
responses?: unknown;
|
1730
1730
|
parameters?: ({
|
1731
1731
|
name: string;
|
1732
|
-
in: "path" | "header" | "
|
1732
|
+
in: "path" | "header" | "cookie" | "query";
|
1733
1733
|
description?: string | undefined;
|
1734
1734
|
required?: boolean | undefined;
|
1735
1735
|
deprecated?: boolean | undefined;
|
@@ -1761,7 +1761,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1761
1761
|
responses?: unknown;
|
1762
1762
|
parameters?: ({
|
1763
1763
|
name: string;
|
1764
|
-
in: "path" | "header" | "
|
1764
|
+
in: "path" | "header" | "cookie" | "query";
|
1765
1765
|
description?: string | undefined;
|
1766
1766
|
required?: boolean | undefined;
|
1767
1767
|
deprecated?: boolean | undefined;
|
@@ -1793,7 +1793,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1793
1793
|
responses?: unknown;
|
1794
1794
|
parameters?: ({
|
1795
1795
|
name: string;
|
1796
|
-
in: "path" | "header" | "
|
1796
|
+
in: "path" | "header" | "cookie" | "query";
|
1797
1797
|
description?: string | undefined;
|
1798
1798
|
required?: boolean | undefined;
|
1799
1799
|
deprecated?: boolean | undefined;
|
@@ -1830,7 +1830,7 @@ export declare const openapiPathItem: z.ZodObject<{
|
|
1830
1830
|
responses?: unknown;
|
1831
1831
|
parameters?: ({
|
1832
1832
|
name: string;
|
1833
|
-
in: "path" | "header" | "
|
1833
|
+
in: "path" | "header" | "cookie" | "query";
|
1834
1834
|
description?: string | undefined;
|
1835
1835
|
required?: boolean | undefined;
|
1836
1836
|
deprecated?: boolean | undefined;
|
@@ -2012,7 +2012,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2012
2012
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
2013
2013
|
}, "strip", z.ZodTypeAny, {
|
2014
2014
|
name: string;
|
2015
|
-
in: "path" | "header" | "
|
2015
|
+
in: "path" | "header" | "cookie" | "query";
|
2016
2016
|
description?: string | undefined;
|
2017
2017
|
required?: boolean | undefined;
|
2018
2018
|
deprecated?: boolean | undefined;
|
@@ -2026,7 +2026,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2026
2026
|
content?: Record<string, unknown> | undefined;
|
2027
2027
|
}, {
|
2028
2028
|
name: string;
|
2029
|
-
in: "path" | "header" | "
|
2029
|
+
in: "path" | "header" | "cookie" | "query";
|
2030
2030
|
description?: string | undefined;
|
2031
2031
|
required?: boolean | undefined;
|
2032
2032
|
deprecated?: boolean | undefined;
|
@@ -2064,7 +2064,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2064
2064
|
responses?: unknown;
|
2065
2065
|
parameters?: ({
|
2066
2066
|
name: string;
|
2067
|
-
in: "path" | "header" | "
|
2067
|
+
in: "path" | "header" | "cookie" | "query";
|
2068
2068
|
description?: string | undefined;
|
2069
2069
|
required?: boolean | undefined;
|
2070
2070
|
deprecated?: boolean | undefined;
|
@@ -2095,7 +2095,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2095
2095
|
responses?: unknown;
|
2096
2096
|
parameters?: ({
|
2097
2097
|
name: string;
|
2098
|
-
in: "path" | "header" | "
|
2098
|
+
in: "path" | "header" | "cookie" | "query";
|
2099
2099
|
description?: string | undefined;
|
2100
2100
|
required?: boolean | undefined;
|
2101
2101
|
deprecated?: boolean | undefined;
|
@@ -2142,7 +2142,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2142
2142
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
2143
2143
|
}, "strip", z.ZodTypeAny, {
|
2144
2144
|
name: string;
|
2145
|
-
in: "path" | "header" | "
|
2145
|
+
in: "path" | "header" | "cookie" | "query";
|
2146
2146
|
description?: string | undefined;
|
2147
2147
|
required?: boolean | undefined;
|
2148
2148
|
deprecated?: boolean | undefined;
|
@@ -2156,7 +2156,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2156
2156
|
content?: Record<string, unknown> | undefined;
|
2157
2157
|
}, {
|
2158
2158
|
name: string;
|
2159
|
-
in: "path" | "header" | "
|
2159
|
+
in: "path" | "header" | "cookie" | "query";
|
2160
2160
|
description?: string | undefined;
|
2161
2161
|
required?: boolean | undefined;
|
2162
2162
|
deprecated?: boolean | undefined;
|
@@ -2194,7 +2194,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2194
2194
|
responses?: unknown;
|
2195
2195
|
parameters?: ({
|
2196
2196
|
name: string;
|
2197
|
-
in: "path" | "header" | "
|
2197
|
+
in: "path" | "header" | "cookie" | "query";
|
2198
2198
|
description?: string | undefined;
|
2199
2199
|
required?: boolean | undefined;
|
2200
2200
|
deprecated?: boolean | undefined;
|
@@ -2225,7 +2225,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2225
2225
|
responses?: unknown;
|
2226
2226
|
parameters?: ({
|
2227
2227
|
name: string;
|
2228
|
-
in: "path" | "header" | "
|
2228
|
+
in: "path" | "header" | "cookie" | "query";
|
2229
2229
|
description?: string | undefined;
|
2230
2230
|
required?: boolean | undefined;
|
2231
2231
|
deprecated?: boolean | undefined;
|
@@ -2272,7 +2272,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2272
2272
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
2273
2273
|
}, "strip", z.ZodTypeAny, {
|
2274
2274
|
name: string;
|
2275
|
-
in: "path" | "header" | "
|
2275
|
+
in: "path" | "header" | "cookie" | "query";
|
2276
2276
|
description?: string | undefined;
|
2277
2277
|
required?: boolean | undefined;
|
2278
2278
|
deprecated?: boolean | undefined;
|
@@ -2286,7 +2286,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2286
2286
|
content?: Record<string, unknown> | undefined;
|
2287
2287
|
}, {
|
2288
2288
|
name: string;
|
2289
|
-
in: "path" | "header" | "
|
2289
|
+
in: "path" | "header" | "cookie" | "query";
|
2290
2290
|
description?: string | undefined;
|
2291
2291
|
required?: boolean | undefined;
|
2292
2292
|
deprecated?: boolean | undefined;
|
@@ -2324,7 +2324,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2324
2324
|
responses?: unknown;
|
2325
2325
|
parameters?: ({
|
2326
2326
|
name: string;
|
2327
|
-
in: "path" | "header" | "
|
2327
|
+
in: "path" | "header" | "cookie" | "query";
|
2328
2328
|
description?: string | undefined;
|
2329
2329
|
required?: boolean | undefined;
|
2330
2330
|
deprecated?: boolean | undefined;
|
@@ -2355,7 +2355,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2355
2355
|
responses?: unknown;
|
2356
2356
|
parameters?: ({
|
2357
2357
|
name: string;
|
2358
|
-
in: "path" | "header" | "
|
2358
|
+
in: "path" | "header" | "cookie" | "query";
|
2359
2359
|
description?: string | undefined;
|
2360
2360
|
required?: boolean | undefined;
|
2361
2361
|
deprecated?: boolean | undefined;
|
@@ -2402,7 +2402,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2402
2402
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
2403
2403
|
}, "strip", z.ZodTypeAny, {
|
2404
2404
|
name: string;
|
2405
|
-
in: "path" | "header" | "
|
2405
|
+
in: "path" | "header" | "cookie" | "query";
|
2406
2406
|
description?: string | undefined;
|
2407
2407
|
required?: boolean | undefined;
|
2408
2408
|
deprecated?: boolean | undefined;
|
@@ -2416,7 +2416,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2416
2416
|
content?: Record<string, unknown> | undefined;
|
2417
2417
|
}, {
|
2418
2418
|
name: string;
|
2419
|
-
in: "path" | "header" | "
|
2419
|
+
in: "path" | "header" | "cookie" | "query";
|
2420
2420
|
description?: string | undefined;
|
2421
2421
|
required?: boolean | undefined;
|
2422
2422
|
deprecated?: boolean | undefined;
|
@@ -2454,7 +2454,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2454
2454
|
responses?: unknown;
|
2455
2455
|
parameters?: ({
|
2456
2456
|
name: string;
|
2457
|
-
in: "path" | "header" | "
|
2457
|
+
in: "path" | "header" | "cookie" | "query";
|
2458
2458
|
description?: string | undefined;
|
2459
2459
|
required?: boolean | undefined;
|
2460
2460
|
deprecated?: boolean | undefined;
|
@@ -2485,7 +2485,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2485
2485
|
responses?: unknown;
|
2486
2486
|
parameters?: ({
|
2487
2487
|
name: string;
|
2488
|
-
in: "path" | "header" | "
|
2488
|
+
in: "path" | "header" | "cookie" | "query";
|
2489
2489
|
description?: string | undefined;
|
2490
2490
|
required?: boolean | undefined;
|
2491
2491
|
deprecated?: boolean | undefined;
|
@@ -2532,7 +2532,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2532
2532
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
2533
2533
|
}, "strip", z.ZodTypeAny, {
|
2534
2534
|
name: string;
|
2535
|
-
in: "path" | "header" | "
|
2535
|
+
in: "path" | "header" | "cookie" | "query";
|
2536
2536
|
description?: string | undefined;
|
2537
2537
|
required?: boolean | undefined;
|
2538
2538
|
deprecated?: boolean | undefined;
|
@@ -2546,7 +2546,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2546
2546
|
content?: Record<string, unknown> | undefined;
|
2547
2547
|
}, {
|
2548
2548
|
name: string;
|
2549
|
-
in: "path" | "header" | "
|
2549
|
+
in: "path" | "header" | "cookie" | "query";
|
2550
2550
|
description?: string | undefined;
|
2551
2551
|
required?: boolean | undefined;
|
2552
2552
|
deprecated?: boolean | undefined;
|
@@ -2584,7 +2584,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2584
2584
|
responses?: unknown;
|
2585
2585
|
parameters?: ({
|
2586
2586
|
name: string;
|
2587
|
-
in: "path" | "header" | "
|
2587
|
+
in: "path" | "header" | "cookie" | "query";
|
2588
2588
|
description?: string | undefined;
|
2589
2589
|
required?: boolean | undefined;
|
2590
2590
|
deprecated?: boolean | undefined;
|
@@ -2615,7 +2615,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2615
2615
|
responses?: unknown;
|
2616
2616
|
parameters?: ({
|
2617
2617
|
name: string;
|
2618
|
-
in: "path" | "header" | "
|
2618
|
+
in: "path" | "header" | "cookie" | "query";
|
2619
2619
|
description?: string | undefined;
|
2620
2620
|
required?: boolean | undefined;
|
2621
2621
|
deprecated?: boolean | undefined;
|
@@ -2662,7 +2662,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2662
2662
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
2663
2663
|
}, "strip", z.ZodTypeAny, {
|
2664
2664
|
name: string;
|
2665
|
-
in: "path" | "header" | "
|
2665
|
+
in: "path" | "header" | "cookie" | "query";
|
2666
2666
|
description?: string | undefined;
|
2667
2667
|
required?: boolean | undefined;
|
2668
2668
|
deprecated?: boolean | undefined;
|
@@ -2676,7 +2676,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2676
2676
|
content?: Record<string, unknown> | undefined;
|
2677
2677
|
}, {
|
2678
2678
|
name: string;
|
2679
|
-
in: "path" | "header" | "
|
2679
|
+
in: "path" | "header" | "cookie" | "query";
|
2680
2680
|
description?: string | undefined;
|
2681
2681
|
required?: boolean | undefined;
|
2682
2682
|
deprecated?: boolean | undefined;
|
@@ -2714,7 +2714,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2714
2714
|
responses?: unknown;
|
2715
2715
|
parameters?: ({
|
2716
2716
|
name: string;
|
2717
|
-
in: "path" | "header" | "
|
2717
|
+
in: "path" | "header" | "cookie" | "query";
|
2718
2718
|
description?: string | undefined;
|
2719
2719
|
required?: boolean | undefined;
|
2720
2720
|
deprecated?: boolean | undefined;
|
@@ -2745,7 +2745,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2745
2745
|
responses?: unknown;
|
2746
2746
|
parameters?: ({
|
2747
2747
|
name: string;
|
2748
|
-
in: "path" | "header" | "
|
2748
|
+
in: "path" | "header" | "cookie" | "query";
|
2749
2749
|
description?: string | undefined;
|
2750
2750
|
required?: boolean | undefined;
|
2751
2751
|
deprecated?: boolean | undefined;
|
@@ -2792,7 +2792,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2792
2792
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
2793
2793
|
}, "strip", z.ZodTypeAny, {
|
2794
2794
|
name: string;
|
2795
|
-
in: "path" | "header" | "
|
2795
|
+
in: "path" | "header" | "cookie" | "query";
|
2796
2796
|
description?: string | undefined;
|
2797
2797
|
required?: boolean | undefined;
|
2798
2798
|
deprecated?: boolean | undefined;
|
@@ -2806,7 +2806,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2806
2806
|
content?: Record<string, unknown> | undefined;
|
2807
2807
|
}, {
|
2808
2808
|
name: string;
|
2809
|
-
in: "path" | "header" | "
|
2809
|
+
in: "path" | "header" | "cookie" | "query";
|
2810
2810
|
description?: string | undefined;
|
2811
2811
|
required?: boolean | undefined;
|
2812
2812
|
deprecated?: boolean | undefined;
|
@@ -2844,7 +2844,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2844
2844
|
responses?: unknown;
|
2845
2845
|
parameters?: ({
|
2846
2846
|
name: string;
|
2847
|
-
in: "path" | "header" | "
|
2847
|
+
in: "path" | "header" | "cookie" | "query";
|
2848
2848
|
description?: string | undefined;
|
2849
2849
|
required?: boolean | undefined;
|
2850
2850
|
deprecated?: boolean | undefined;
|
@@ -2875,7 +2875,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2875
2875
|
responses?: unknown;
|
2876
2876
|
parameters?: ({
|
2877
2877
|
name: string;
|
2878
|
-
in: "path" | "header" | "
|
2878
|
+
in: "path" | "header" | "cookie" | "query";
|
2879
2879
|
description?: string | undefined;
|
2880
2880
|
required?: boolean | undefined;
|
2881
2881
|
deprecated?: boolean | undefined;
|
@@ -2922,7 +2922,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2922
2922
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
2923
2923
|
}, "strip", z.ZodTypeAny, {
|
2924
2924
|
name: string;
|
2925
|
-
in: "path" | "header" | "
|
2925
|
+
in: "path" | "header" | "cookie" | "query";
|
2926
2926
|
description?: string | undefined;
|
2927
2927
|
required?: boolean | undefined;
|
2928
2928
|
deprecated?: boolean | undefined;
|
@@ -2936,7 +2936,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2936
2936
|
content?: Record<string, unknown> | undefined;
|
2937
2937
|
}, {
|
2938
2938
|
name: string;
|
2939
|
-
in: "path" | "header" | "
|
2939
|
+
in: "path" | "header" | "cookie" | "query";
|
2940
2940
|
description?: string | undefined;
|
2941
2941
|
required?: boolean | undefined;
|
2942
2942
|
deprecated?: boolean | undefined;
|
@@ -2974,7 +2974,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
2974
2974
|
responses?: unknown;
|
2975
2975
|
parameters?: ({
|
2976
2976
|
name: string;
|
2977
|
-
in: "path" | "header" | "
|
2977
|
+
in: "path" | "header" | "cookie" | "query";
|
2978
2978
|
description?: string | undefined;
|
2979
2979
|
required?: boolean | undefined;
|
2980
2980
|
deprecated?: boolean | undefined;
|
@@ -3005,7 +3005,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3005
3005
|
responses?: unknown;
|
3006
3006
|
parameters?: ({
|
3007
3007
|
name: string;
|
3008
|
-
in: "path" | "header" | "
|
3008
|
+
in: "path" | "header" | "cookie" | "query";
|
3009
3009
|
description?: string | undefined;
|
3010
3010
|
required?: boolean | undefined;
|
3011
3011
|
deprecated?: boolean | undefined;
|
@@ -3059,7 +3059,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3059
3059
|
content: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
3060
3060
|
}, "strip", z.ZodTypeAny, {
|
3061
3061
|
name: string;
|
3062
|
-
in: "path" | "header" | "
|
3062
|
+
in: "path" | "header" | "cookie" | "query";
|
3063
3063
|
description?: string | undefined;
|
3064
3064
|
required?: boolean | undefined;
|
3065
3065
|
deprecated?: boolean | undefined;
|
@@ -3073,7 +3073,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3073
3073
|
content?: Record<string, unknown> | undefined;
|
3074
3074
|
}, {
|
3075
3075
|
name: string;
|
3076
|
-
in: "path" | "header" | "
|
3076
|
+
in: "path" | "header" | "cookie" | "query";
|
3077
3077
|
description?: string | undefined;
|
3078
3078
|
required?: boolean | undefined;
|
3079
3079
|
deprecated?: boolean | undefined;
|
@@ -3091,7 +3091,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3091
3091
|
summary?: string | undefined;
|
3092
3092
|
parameters?: {
|
3093
3093
|
name: string;
|
3094
|
-
in: "path" | "header" | "
|
3094
|
+
in: "path" | "header" | "cookie" | "query";
|
3095
3095
|
description?: string | undefined;
|
3096
3096
|
required?: boolean | undefined;
|
3097
3097
|
deprecated?: boolean | undefined;
|
@@ -3111,7 +3111,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3111
3111
|
responses?: unknown;
|
3112
3112
|
parameters?: ({
|
3113
3113
|
name: string;
|
3114
|
-
in: "path" | "header" | "
|
3114
|
+
in: "path" | "header" | "cookie" | "query";
|
3115
3115
|
description?: string | undefined;
|
3116
3116
|
required?: boolean | undefined;
|
3117
3117
|
deprecated?: boolean | undefined;
|
@@ -3143,7 +3143,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3143
3143
|
responses?: unknown;
|
3144
3144
|
parameters?: ({
|
3145
3145
|
name: string;
|
3146
|
-
in: "path" | "header" | "
|
3146
|
+
in: "path" | "header" | "cookie" | "query";
|
3147
3147
|
description?: string | undefined;
|
3148
3148
|
required?: boolean | undefined;
|
3149
3149
|
deprecated?: boolean | undefined;
|
@@ -3175,7 +3175,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3175
3175
|
responses?: unknown;
|
3176
3176
|
parameters?: ({
|
3177
3177
|
name: string;
|
3178
|
-
in: "path" | "header" | "
|
3178
|
+
in: "path" | "header" | "cookie" | "query";
|
3179
3179
|
description?: string | undefined;
|
3180
3180
|
required?: boolean | undefined;
|
3181
3181
|
deprecated?: boolean | undefined;
|
@@ -3207,7 +3207,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3207
3207
|
responses?: unknown;
|
3208
3208
|
parameters?: ({
|
3209
3209
|
name: string;
|
3210
|
-
in: "path" | "header" | "
|
3210
|
+
in: "path" | "header" | "cookie" | "query";
|
3211
3211
|
description?: string | undefined;
|
3212
3212
|
required?: boolean | undefined;
|
3213
3213
|
deprecated?: boolean | undefined;
|
@@ -3239,7 +3239,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3239
3239
|
responses?: unknown;
|
3240
3240
|
parameters?: ({
|
3241
3241
|
name: string;
|
3242
|
-
in: "path" | "header" | "
|
3242
|
+
in: "path" | "header" | "cookie" | "query";
|
3243
3243
|
description?: string | undefined;
|
3244
3244
|
required?: boolean | undefined;
|
3245
3245
|
deprecated?: boolean | undefined;
|
@@ -3271,7 +3271,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3271
3271
|
responses?: unknown;
|
3272
3272
|
parameters?: ({
|
3273
3273
|
name: string;
|
3274
|
-
in: "path" | "header" | "
|
3274
|
+
in: "path" | "header" | "cookie" | "query";
|
3275
3275
|
description?: string | undefined;
|
3276
3276
|
required?: boolean | undefined;
|
3277
3277
|
deprecated?: boolean | undefined;
|
@@ -3303,7 +3303,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3303
3303
|
responses?: unknown;
|
3304
3304
|
parameters?: ({
|
3305
3305
|
name: string;
|
3306
|
-
in: "path" | "header" | "
|
3306
|
+
in: "path" | "header" | "cookie" | "query";
|
3307
3307
|
description?: string | undefined;
|
3308
3308
|
required?: boolean | undefined;
|
3309
3309
|
deprecated?: boolean | undefined;
|
@@ -3340,7 +3340,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3340
3340
|
responses?: unknown;
|
3341
3341
|
parameters?: ({
|
3342
3342
|
name: string;
|
3343
|
-
in: "path" | "header" | "
|
3343
|
+
in: "path" | "header" | "cookie" | "query";
|
3344
3344
|
description?: string | undefined;
|
3345
3345
|
required?: boolean | undefined;
|
3346
3346
|
deprecated?: boolean | undefined;
|
@@ -3370,7 +3370,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3370
3370
|
summary?: string | undefined;
|
3371
3371
|
parameters?: {
|
3372
3372
|
name: string;
|
3373
|
-
in: "path" | "header" | "
|
3373
|
+
in: "path" | "header" | "cookie" | "query";
|
3374
3374
|
description?: string | undefined;
|
3375
3375
|
required?: boolean | undefined;
|
3376
3376
|
deprecated?: boolean | undefined;
|
@@ -3390,7 +3390,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3390
3390
|
responses?: unknown;
|
3391
3391
|
parameters?: ({
|
3392
3392
|
name: string;
|
3393
|
-
in: "path" | "header" | "
|
3393
|
+
in: "path" | "header" | "cookie" | "query";
|
3394
3394
|
description?: string | undefined;
|
3395
3395
|
required?: boolean | undefined;
|
3396
3396
|
deprecated?: boolean | undefined;
|
@@ -3422,7 +3422,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3422
3422
|
responses?: unknown;
|
3423
3423
|
parameters?: ({
|
3424
3424
|
name: string;
|
3425
|
-
in: "path" | "header" | "
|
3425
|
+
in: "path" | "header" | "cookie" | "query";
|
3426
3426
|
description?: string | undefined;
|
3427
3427
|
required?: boolean | undefined;
|
3428
3428
|
deprecated?: boolean | undefined;
|
@@ -3454,7 +3454,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3454
3454
|
responses?: unknown;
|
3455
3455
|
parameters?: ({
|
3456
3456
|
name: string;
|
3457
|
-
in: "path" | "header" | "
|
3457
|
+
in: "path" | "header" | "cookie" | "query";
|
3458
3458
|
description?: string | undefined;
|
3459
3459
|
required?: boolean | undefined;
|
3460
3460
|
deprecated?: boolean | undefined;
|
@@ -3486,7 +3486,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3486
3486
|
responses?: unknown;
|
3487
3487
|
parameters?: ({
|
3488
3488
|
name: string;
|
3489
|
-
in: "path" | "header" | "
|
3489
|
+
in: "path" | "header" | "cookie" | "query";
|
3490
3490
|
description?: string | undefined;
|
3491
3491
|
required?: boolean | undefined;
|
3492
3492
|
deprecated?: boolean | undefined;
|
@@ -3518,7 +3518,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3518
3518
|
responses?: unknown;
|
3519
3519
|
parameters?: ({
|
3520
3520
|
name: string;
|
3521
|
-
in: "path" | "header" | "
|
3521
|
+
in: "path" | "header" | "cookie" | "query";
|
3522
3522
|
description?: string | undefined;
|
3523
3523
|
required?: boolean | undefined;
|
3524
3524
|
deprecated?: boolean | undefined;
|
@@ -3550,7 +3550,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3550
3550
|
responses?: unknown;
|
3551
3551
|
parameters?: ({
|
3552
3552
|
name: string;
|
3553
|
-
in: "path" | "header" | "
|
3553
|
+
in: "path" | "header" | "cookie" | "query";
|
3554
3554
|
description?: string | undefined;
|
3555
3555
|
required?: boolean | undefined;
|
3556
3556
|
deprecated?: boolean | undefined;
|
@@ -3582,7 +3582,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3582
3582
|
responses?: unknown;
|
3583
3583
|
parameters?: ({
|
3584
3584
|
name: string;
|
3585
|
-
in: "path" | "header" | "
|
3585
|
+
in: "path" | "header" | "cookie" | "query";
|
3586
3586
|
description?: string | undefined;
|
3587
3587
|
required?: boolean | undefined;
|
3588
3588
|
deprecated?: boolean | undefined;
|
@@ -3619,7 +3619,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3619
3619
|
responses?: unknown;
|
3620
3620
|
parameters?: ({
|
3621
3621
|
name: string;
|
3622
|
-
in: "path" | "header" | "
|
3622
|
+
in: "path" | "header" | "cookie" | "query";
|
3623
3623
|
description?: string | undefined;
|
3624
3624
|
required?: boolean | undefined;
|
3625
3625
|
deprecated?: boolean | undefined;
|
@@ -3698,7 +3698,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3698
3698
|
summary?: string | undefined;
|
3699
3699
|
parameters?: {
|
3700
3700
|
name: string;
|
3701
|
-
in: "path" | "header" | "
|
3701
|
+
in: "path" | "header" | "cookie" | "query";
|
3702
3702
|
description?: string | undefined;
|
3703
3703
|
required?: boolean | undefined;
|
3704
3704
|
deprecated?: boolean | undefined;
|
@@ -3718,7 +3718,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3718
3718
|
responses?: unknown;
|
3719
3719
|
parameters?: ({
|
3720
3720
|
name: string;
|
3721
|
-
in: "path" | "header" | "
|
3721
|
+
in: "path" | "header" | "cookie" | "query";
|
3722
3722
|
description?: string | undefined;
|
3723
3723
|
required?: boolean | undefined;
|
3724
3724
|
deprecated?: boolean | undefined;
|
@@ -3750,7 +3750,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3750
3750
|
responses?: unknown;
|
3751
3751
|
parameters?: ({
|
3752
3752
|
name: string;
|
3753
|
-
in: "path" | "header" | "
|
3753
|
+
in: "path" | "header" | "cookie" | "query";
|
3754
3754
|
description?: string | undefined;
|
3755
3755
|
required?: boolean | undefined;
|
3756
3756
|
deprecated?: boolean | undefined;
|
@@ -3782,7 +3782,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3782
3782
|
responses?: unknown;
|
3783
3783
|
parameters?: ({
|
3784
3784
|
name: string;
|
3785
|
-
in: "path" | "header" | "
|
3785
|
+
in: "path" | "header" | "cookie" | "query";
|
3786
3786
|
description?: string | undefined;
|
3787
3787
|
required?: boolean | undefined;
|
3788
3788
|
deprecated?: boolean | undefined;
|
@@ -3814,7 +3814,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3814
3814
|
responses?: unknown;
|
3815
3815
|
parameters?: ({
|
3816
3816
|
name: string;
|
3817
|
-
in: "path" | "header" | "
|
3817
|
+
in: "path" | "header" | "cookie" | "query";
|
3818
3818
|
description?: string | undefined;
|
3819
3819
|
required?: boolean | undefined;
|
3820
3820
|
deprecated?: boolean | undefined;
|
@@ -3846,7 +3846,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3846
3846
|
responses?: unknown;
|
3847
3847
|
parameters?: ({
|
3848
3848
|
name: string;
|
3849
|
-
in: "path" | "header" | "
|
3849
|
+
in: "path" | "header" | "cookie" | "query";
|
3850
3850
|
description?: string | undefined;
|
3851
3851
|
required?: boolean | undefined;
|
3852
3852
|
deprecated?: boolean | undefined;
|
@@ -3878,7 +3878,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3878
3878
|
responses?: unknown;
|
3879
3879
|
parameters?: ({
|
3880
3880
|
name: string;
|
3881
|
-
in: "path" | "header" | "
|
3881
|
+
in: "path" | "header" | "cookie" | "query";
|
3882
3882
|
description?: string | undefined;
|
3883
3883
|
required?: boolean | undefined;
|
3884
3884
|
deprecated?: boolean | undefined;
|
@@ -3910,7 +3910,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3910
3910
|
responses?: unknown;
|
3911
3911
|
parameters?: ({
|
3912
3912
|
name: string;
|
3913
|
-
in: "path" | "header" | "
|
3913
|
+
in: "path" | "header" | "cookie" | "query";
|
3914
3914
|
description?: string | undefined;
|
3915
3915
|
required?: boolean | undefined;
|
3916
3916
|
deprecated?: boolean | undefined;
|
@@ -3947,7 +3947,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
3947
3947
|
responses?: unknown;
|
3948
3948
|
parameters?: ({
|
3949
3949
|
name: string;
|
3950
|
-
in: "path" | "header" | "
|
3950
|
+
in: "path" | "header" | "cookie" | "query";
|
3951
3951
|
description?: string | undefined;
|
3952
3952
|
required?: boolean | undefined;
|
3953
3953
|
deprecated?: boolean | undefined;
|
@@ -4028,7 +4028,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4028
4028
|
summary?: string | undefined;
|
4029
4029
|
parameters?: {
|
4030
4030
|
name: string;
|
4031
|
-
in: "path" | "header" | "
|
4031
|
+
in: "path" | "header" | "cookie" | "query";
|
4032
4032
|
description?: string | undefined;
|
4033
4033
|
required?: boolean | undefined;
|
4034
4034
|
deprecated?: boolean | undefined;
|
@@ -4048,7 +4048,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4048
4048
|
responses?: unknown;
|
4049
4049
|
parameters?: ({
|
4050
4050
|
name: string;
|
4051
|
-
in: "path" | "header" | "
|
4051
|
+
in: "path" | "header" | "cookie" | "query";
|
4052
4052
|
description?: string | undefined;
|
4053
4053
|
required?: boolean | undefined;
|
4054
4054
|
deprecated?: boolean | undefined;
|
@@ -4080,7 +4080,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4080
4080
|
responses?: unknown;
|
4081
4081
|
parameters?: ({
|
4082
4082
|
name: string;
|
4083
|
-
in: "path" | "header" | "
|
4083
|
+
in: "path" | "header" | "cookie" | "query";
|
4084
4084
|
description?: string | undefined;
|
4085
4085
|
required?: boolean | undefined;
|
4086
4086
|
deprecated?: boolean | undefined;
|
@@ -4112,7 +4112,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4112
4112
|
responses?: unknown;
|
4113
4113
|
parameters?: ({
|
4114
4114
|
name: string;
|
4115
|
-
in: "path" | "header" | "
|
4115
|
+
in: "path" | "header" | "cookie" | "query";
|
4116
4116
|
description?: string | undefined;
|
4117
4117
|
required?: boolean | undefined;
|
4118
4118
|
deprecated?: boolean | undefined;
|
@@ -4144,7 +4144,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4144
4144
|
responses?: unknown;
|
4145
4145
|
parameters?: ({
|
4146
4146
|
name: string;
|
4147
|
-
in: "path" | "header" | "
|
4147
|
+
in: "path" | "header" | "cookie" | "query";
|
4148
4148
|
description?: string | undefined;
|
4149
4149
|
required?: boolean | undefined;
|
4150
4150
|
deprecated?: boolean | undefined;
|
@@ -4176,7 +4176,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4176
4176
|
responses?: unknown;
|
4177
4177
|
parameters?: ({
|
4178
4178
|
name: string;
|
4179
|
-
in: "path" | "header" | "
|
4179
|
+
in: "path" | "header" | "cookie" | "query";
|
4180
4180
|
description?: string | undefined;
|
4181
4181
|
required?: boolean | undefined;
|
4182
4182
|
deprecated?: boolean | undefined;
|
@@ -4208,7 +4208,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4208
4208
|
responses?: unknown;
|
4209
4209
|
parameters?: ({
|
4210
4210
|
name: string;
|
4211
|
-
in: "path" | "header" | "
|
4211
|
+
in: "path" | "header" | "cookie" | "query";
|
4212
4212
|
description?: string | undefined;
|
4213
4213
|
required?: boolean | undefined;
|
4214
4214
|
deprecated?: boolean | undefined;
|
@@ -4240,7 +4240,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4240
4240
|
responses?: unknown;
|
4241
4241
|
parameters?: ({
|
4242
4242
|
name: string;
|
4243
|
-
in: "path" | "header" | "
|
4243
|
+
in: "path" | "header" | "cookie" | "query";
|
4244
4244
|
description?: string | undefined;
|
4245
4245
|
required?: boolean | undefined;
|
4246
4246
|
deprecated?: boolean | undefined;
|
@@ -4277,7 +4277,7 @@ export declare const openapiSchema: z.ZodObject<{
|
|
4277
4277
|
responses?: unknown;
|
4278
4278
|
parameters?: ({
|
4279
4279
|
name: string;
|
4280
|
-
in: "path" | "header" | "
|
4280
|
+
in: "path" | "header" | "cookie" | "query";
|
4281
4281
|
description?: string | undefined;
|
4282
4282
|
required?: boolean | undefined;
|
4283
4283
|
deprecated?: boolean | undefined;
|