@meistrari/vault-http-client 2.17.6 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +47 -19
- package/dist/index.d.cts +120 -82
- package/dist/index.d.mts +120 -82
- package/dist/index.d.ts +120 -82
- package/dist/index.mjs +47 -19
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -151,7 +151,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
151
151
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
152
152
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
153
153
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
154
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
155
154
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
156
155
|
createdAt: zod.ZodString;
|
|
157
156
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -169,7 +168,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
169
168
|
mimeType?: string | null | undefined;
|
|
170
169
|
legacyKey?: string | null | undefined;
|
|
171
170
|
bucketName?: string | null | undefined;
|
|
172
|
-
encryptionKey?: string | null | undefined;
|
|
173
171
|
uploadedAt?: string | null | undefined;
|
|
174
172
|
}, {
|
|
175
173
|
path: string;
|
|
@@ -184,7 +182,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
184
182
|
mimeType?: string | null | undefined;
|
|
185
183
|
legacyKey?: string | null | undefined;
|
|
186
184
|
bucketName?: string | null | undefined;
|
|
187
|
-
encryptionKey?: string | null | undefined;
|
|
188
185
|
uploadedAt?: string | null | undefined;
|
|
189
186
|
}>;
|
|
190
187
|
}, "strip", zod.ZodTypeAny, {
|
|
@@ -204,7 +201,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
204
201
|
mimeType?: string | null | undefined;
|
|
205
202
|
legacyKey?: string | null | undefined;
|
|
206
203
|
bucketName?: string | null | undefined;
|
|
207
|
-
encryptionKey?: string | null | undefined;
|
|
208
204
|
uploadedAt?: string | null | undefined;
|
|
209
205
|
};
|
|
210
206
|
}, {
|
|
@@ -224,7 +220,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
224
220
|
mimeType?: string | null | undefined;
|
|
225
221
|
legacyKey?: string | null | undefined;
|
|
226
222
|
bucketName?: string | null | undefined;
|
|
227
|
-
encryptionKey?: string | null | undefined;
|
|
228
223
|
uploadedAt?: string | null | undefined;
|
|
229
224
|
};
|
|
230
225
|
}>;
|
|
@@ -271,7 +266,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
271
266
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
272
267
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
273
268
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
274
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
275
269
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
276
270
|
createdAt: zod.ZodString;
|
|
277
271
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -286,7 +280,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
286
280
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
287
281
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
288
282
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
289
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
290
283
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
291
284
|
createdAt: zod.ZodString;
|
|
292
285
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -304,7 +297,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
304
297
|
mimeType?: string | null | undefined;
|
|
305
298
|
legacyKey?: string | null | undefined;
|
|
306
299
|
bucketName?: string | null | undefined;
|
|
307
|
-
encryptionKey?: string | null | undefined;
|
|
308
300
|
uploadedAt?: string | null | undefined;
|
|
309
301
|
}, {
|
|
310
302
|
path: string;
|
|
@@ -319,7 +311,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
319
311
|
mimeType?: string | null | undefined;
|
|
320
312
|
legacyKey?: string | null | undefined;
|
|
321
313
|
bucketName?: string | null | undefined;
|
|
322
|
-
encryptionKey?: string | null | undefined;
|
|
323
314
|
uploadedAt?: string | null | undefined;
|
|
324
315
|
}>, "many">>;
|
|
325
316
|
parent: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
@@ -332,7 +323,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
332
323
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
333
324
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
334
325
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
335
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
336
326
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
337
327
|
createdAt: zod.ZodString;
|
|
338
328
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -350,7 +340,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
350
340
|
mimeType?: string | null | undefined;
|
|
351
341
|
legacyKey?: string | null | undefined;
|
|
352
342
|
bucketName?: string | null | undefined;
|
|
353
|
-
encryptionKey?: string | null | undefined;
|
|
354
343
|
uploadedAt?: string | null | undefined;
|
|
355
344
|
}, {
|
|
356
345
|
path: string;
|
|
@@ -365,7 +354,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
365
354
|
mimeType?: string | null | undefined;
|
|
366
355
|
legacyKey?: string | null | undefined;
|
|
367
356
|
bucketName?: string | null | undefined;
|
|
368
|
-
encryptionKey?: string | null | undefined;
|
|
369
357
|
uploadedAt?: string | null | undefined;
|
|
370
358
|
}>, zod.ZodNull]>>;
|
|
371
359
|
}, "strip", zod.ZodTypeAny, {
|
|
@@ -381,7 +369,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
381
369
|
mimeType?: string | null | undefined;
|
|
382
370
|
legacyKey?: string | null | undefined;
|
|
383
371
|
bucketName?: string | null | undefined;
|
|
384
|
-
encryptionKey?: string | null | undefined;
|
|
385
372
|
uploadedAt?: string | null | undefined;
|
|
386
373
|
children?: {
|
|
387
374
|
path: string;
|
|
@@ -396,7 +383,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
396
383
|
mimeType?: string | null | undefined;
|
|
397
384
|
legacyKey?: string | null | undefined;
|
|
398
385
|
bucketName?: string | null | undefined;
|
|
399
|
-
encryptionKey?: string | null | undefined;
|
|
400
386
|
uploadedAt?: string | null | undefined;
|
|
401
387
|
}[] | undefined;
|
|
402
388
|
parent?: {
|
|
@@ -412,7 +398,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
412
398
|
mimeType?: string | null | undefined;
|
|
413
399
|
legacyKey?: string | null | undefined;
|
|
414
400
|
bucketName?: string | null | undefined;
|
|
415
|
-
encryptionKey?: string | null | undefined;
|
|
416
401
|
uploadedAt?: string | null | undefined;
|
|
417
402
|
} | null | undefined;
|
|
418
403
|
}, {
|
|
@@ -428,7 +413,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
428
413
|
mimeType?: string | null | undefined;
|
|
429
414
|
legacyKey?: string | null | undefined;
|
|
430
415
|
bucketName?: string | null | undefined;
|
|
431
|
-
encryptionKey?: string | null | undefined;
|
|
432
416
|
uploadedAt?: string | null | undefined;
|
|
433
417
|
children?: {
|
|
434
418
|
path: string;
|
|
@@ -443,7 +427,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
443
427
|
mimeType?: string | null | undefined;
|
|
444
428
|
legacyKey?: string | null | undefined;
|
|
445
429
|
bucketName?: string | null | undefined;
|
|
446
|
-
encryptionKey?: string | null | undefined;
|
|
447
430
|
uploadedAt?: string | null | undefined;
|
|
448
431
|
}[] | undefined;
|
|
449
432
|
parent?: {
|
|
@@ -459,7 +442,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
459
442
|
mimeType?: string | null | undefined;
|
|
460
443
|
legacyKey?: string | null | undefined;
|
|
461
444
|
bucketName?: string | null | undefined;
|
|
462
|
-
encryptionKey?: string | null | undefined;
|
|
463
445
|
uploadedAt?: string | null | undefined;
|
|
464
446
|
} | null | undefined;
|
|
465
447
|
}>, zod.ZodNull]>;
|
|
@@ -478,7 +460,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
478
460
|
mimeType?: string | null | undefined;
|
|
479
461
|
legacyKey?: string | null | undefined;
|
|
480
462
|
bucketName?: string | null | undefined;
|
|
481
|
-
encryptionKey?: string | null | undefined;
|
|
482
463
|
uploadedAt?: string | null | undefined;
|
|
483
464
|
children?: {
|
|
484
465
|
path: string;
|
|
@@ -493,7 +474,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
493
474
|
mimeType?: string | null | undefined;
|
|
494
475
|
legacyKey?: string | null | undefined;
|
|
495
476
|
bucketName?: string | null | undefined;
|
|
496
|
-
encryptionKey?: string | null | undefined;
|
|
497
477
|
uploadedAt?: string | null | undefined;
|
|
498
478
|
}[] | undefined;
|
|
499
479
|
parent?: {
|
|
@@ -509,7 +489,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
509
489
|
mimeType?: string | null | undefined;
|
|
510
490
|
legacyKey?: string | null | undefined;
|
|
511
491
|
bucketName?: string | null | undefined;
|
|
512
|
-
encryptionKey?: string | null | undefined;
|
|
513
492
|
uploadedAt?: string | null | undefined;
|
|
514
493
|
} | null | undefined;
|
|
515
494
|
} | null;
|
|
@@ -529,7 +508,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
529
508
|
mimeType?: string | null | undefined;
|
|
530
509
|
legacyKey?: string | null | undefined;
|
|
531
510
|
bucketName?: string | null | undefined;
|
|
532
|
-
encryptionKey?: string | null | undefined;
|
|
533
511
|
uploadedAt?: string | null | undefined;
|
|
534
512
|
children?: {
|
|
535
513
|
path: string;
|
|
@@ -544,7 +522,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
544
522
|
mimeType?: string | null | undefined;
|
|
545
523
|
legacyKey?: string | null | undefined;
|
|
546
524
|
bucketName?: string | null | undefined;
|
|
547
|
-
encryptionKey?: string | null | undefined;
|
|
548
525
|
uploadedAt?: string | null | undefined;
|
|
549
526
|
}[] | undefined;
|
|
550
527
|
parent?: {
|
|
@@ -560,7 +537,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
560
537
|
mimeType?: string | null | undefined;
|
|
561
538
|
legacyKey?: string | null | undefined;
|
|
562
539
|
bucketName?: string | null | undefined;
|
|
563
|
-
encryptionKey?: string | null | undefined;
|
|
564
540
|
uploadedAt?: string | null | undefined;
|
|
565
541
|
} | null | undefined;
|
|
566
542
|
} | null;
|
|
@@ -599,7 +575,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
599
575
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
600
576
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
601
577
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
602
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
603
578
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
604
579
|
createdAt: zod.ZodString;
|
|
605
580
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -617,7 +592,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
617
592
|
mimeType?: string | null | undefined;
|
|
618
593
|
legacyKey?: string | null | undefined;
|
|
619
594
|
bucketName?: string | null | undefined;
|
|
620
|
-
encryptionKey?: string | null | undefined;
|
|
621
595
|
uploadedAt?: string | null | undefined;
|
|
622
596
|
}, {
|
|
623
597
|
path: string;
|
|
@@ -632,7 +606,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
632
606
|
mimeType?: string | null | undefined;
|
|
633
607
|
legacyKey?: string | null | undefined;
|
|
634
608
|
bucketName?: string | null | undefined;
|
|
635
|
-
encryptionKey?: string | null | undefined;
|
|
636
609
|
uploadedAt?: string | null | undefined;
|
|
637
610
|
}>;
|
|
638
611
|
errors: [{
|
|
@@ -676,7 +649,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
676
649
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
677
650
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
678
651
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
679
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
680
652
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
681
653
|
createdAt: zod.ZodString;
|
|
682
654
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -694,7 +666,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
694
666
|
mimeType?: string | null | undefined;
|
|
695
667
|
legacyKey?: string | null | undefined;
|
|
696
668
|
bucketName?: string | null | undefined;
|
|
697
|
-
encryptionKey?: string | null | undefined;
|
|
698
669
|
uploadedAt?: string | null | undefined;
|
|
699
670
|
}, {
|
|
700
671
|
path: string;
|
|
@@ -709,7 +680,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
709
680
|
mimeType?: string | null | undefined;
|
|
710
681
|
legacyKey?: string | null | undefined;
|
|
711
682
|
bucketName?: string | null | undefined;
|
|
712
|
-
encryptionKey?: string | null | undefined;
|
|
713
683
|
uploadedAt?: string | null | undefined;
|
|
714
684
|
}>;
|
|
715
685
|
}, "strip", zod.ZodTypeAny, {
|
|
@@ -729,7 +699,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
729
699
|
mimeType?: string | null | undefined;
|
|
730
700
|
legacyKey?: string | null | undefined;
|
|
731
701
|
bucketName?: string | null | undefined;
|
|
732
|
-
encryptionKey?: string | null | undefined;
|
|
733
702
|
uploadedAt?: string | null | undefined;
|
|
734
703
|
};
|
|
735
704
|
}, {
|
|
@@ -749,7 +718,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
749
718
|
mimeType?: string | null | undefined;
|
|
750
719
|
legacyKey?: string | null | undefined;
|
|
751
720
|
bucketName?: string | null | undefined;
|
|
752
|
-
encryptionKey?: string | null | undefined;
|
|
753
721
|
uploadedAt?: string | null | undefined;
|
|
754
722
|
};
|
|
755
723
|
}>;
|
|
@@ -792,7 +760,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
792
760
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
793
761
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
794
762
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
795
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
796
763
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
797
764
|
createdAt: zod.ZodString;
|
|
798
765
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -810,7 +777,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
810
777
|
mimeType?: string | null | undefined;
|
|
811
778
|
legacyKey?: string | null | undefined;
|
|
812
779
|
bucketName?: string | null | undefined;
|
|
813
|
-
encryptionKey?: string | null | undefined;
|
|
814
780
|
uploadedAt?: string | null | undefined;
|
|
815
781
|
}, {
|
|
816
782
|
path: string;
|
|
@@ -825,7 +791,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
825
791
|
mimeType?: string | null | undefined;
|
|
826
792
|
legacyKey?: string | null | undefined;
|
|
827
793
|
bucketName?: string | null | undefined;
|
|
828
|
-
encryptionKey?: string | null | undefined;
|
|
829
794
|
uploadedAt?: string | null | undefined;
|
|
830
795
|
}>;
|
|
831
796
|
errors: [{
|
|
@@ -896,7 +861,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
896
861
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
897
862
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
898
863
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
899
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
900
864
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
901
865
|
createdAt: zod.ZodString;
|
|
902
866
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -914,7 +878,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
914
878
|
mimeType?: string | null | undefined;
|
|
915
879
|
legacyKey?: string | null | undefined;
|
|
916
880
|
bucketName?: string | null | undefined;
|
|
917
|
-
encryptionKey?: string | null | undefined;
|
|
918
881
|
uploadedAt?: string | null | undefined;
|
|
919
882
|
}, {
|
|
920
883
|
path: string;
|
|
@@ -929,7 +892,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
929
892
|
mimeType?: string | null | undefined;
|
|
930
893
|
legacyKey?: string | null | undefined;
|
|
931
894
|
bucketName?: string | null | undefined;
|
|
932
|
-
encryptionKey?: string | null | undefined;
|
|
933
895
|
uploadedAt?: string | null | undefined;
|
|
934
896
|
}>, "many">;
|
|
935
897
|
count: zod.ZodNumber;
|
|
@@ -948,7 +910,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
948
910
|
mimeType?: string | null | undefined;
|
|
949
911
|
legacyKey?: string | null | undefined;
|
|
950
912
|
bucketName?: string | null | undefined;
|
|
951
|
-
encryptionKey?: string | null | undefined;
|
|
952
913
|
uploadedAt?: string | null | undefined;
|
|
953
914
|
}[];
|
|
954
915
|
count: number;
|
|
@@ -967,7 +928,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
967
928
|
mimeType?: string | null | undefined;
|
|
968
929
|
legacyKey?: string | null | undefined;
|
|
969
930
|
bucketName?: string | null | undefined;
|
|
970
|
-
encryptionKey?: string | null | undefined;
|
|
971
931
|
uploadedAt?: string | null | undefined;
|
|
972
932
|
}[];
|
|
973
933
|
count: number;
|
|
@@ -983,15 +943,12 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
983
943
|
type: "Body";
|
|
984
944
|
schema: zod.ZodObject<{
|
|
985
945
|
bucketName: zod.ZodString;
|
|
986
|
-
keyArns: zod.ZodArray<zod.ZodString, "many">;
|
|
987
946
|
defaultS3LinkTtl: zod.ZodNumber;
|
|
988
947
|
}, "strip", zod.ZodTypeAny, {
|
|
989
948
|
bucketName: string;
|
|
990
|
-
keyArns: string[];
|
|
991
949
|
defaultS3LinkTtl: number;
|
|
992
950
|
}, {
|
|
993
951
|
bucketName: string;
|
|
994
|
-
keyArns: string[];
|
|
995
952
|
defaultS3LinkTtl: number;
|
|
996
953
|
}>;
|
|
997
954
|
}, {
|
|
@@ -1017,15 +974,12 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1017
974
|
}];
|
|
1018
975
|
response: zod.ZodObject<{
|
|
1019
976
|
bucketName: zod.ZodString;
|
|
1020
|
-
keyArns: zod.ZodArray<zod.ZodString, "many">;
|
|
1021
977
|
defaultS3LinkTtl: zod.ZodNumber;
|
|
1022
978
|
}, "strip", zod.ZodTypeAny, {
|
|
1023
979
|
bucketName: string;
|
|
1024
|
-
keyArns: string[];
|
|
1025
980
|
defaultS3LinkTtl: number;
|
|
1026
981
|
}, {
|
|
1027
982
|
bucketName: string;
|
|
1028
|
-
keyArns: string[];
|
|
1029
983
|
defaultS3LinkTtl: number;
|
|
1030
984
|
}>;
|
|
1031
985
|
}, {
|
|
@@ -1290,7 +1244,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1290
1244
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
1291
1245
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1292
1246
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1293
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1294
1247
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1295
1248
|
createdAt: zod.ZodString;
|
|
1296
1249
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -1308,7 +1261,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1308
1261
|
mimeType?: string | null | undefined;
|
|
1309
1262
|
legacyKey?: string | null | undefined;
|
|
1310
1263
|
bucketName?: string | null | undefined;
|
|
1311
|
-
encryptionKey?: string | null | undefined;
|
|
1312
1264
|
uploadedAt?: string | null | undefined;
|
|
1313
1265
|
}, {
|
|
1314
1266
|
path: string;
|
|
@@ -1323,7 +1275,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1323
1275
|
mimeType?: string | null | undefined;
|
|
1324
1276
|
legacyKey?: string | null | undefined;
|
|
1325
1277
|
bucketName?: string | null | undefined;
|
|
1326
|
-
encryptionKey?: string | null | undefined;
|
|
1327
1278
|
uploadedAt?: string | null | undefined;
|
|
1328
1279
|
}>;
|
|
1329
1280
|
path: zod.ZodString;
|
|
@@ -1345,7 +1296,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1345
1296
|
mimeType?: string | null | undefined;
|
|
1346
1297
|
legacyKey?: string | null | undefined;
|
|
1347
1298
|
bucketName?: string | null | undefined;
|
|
1348
|
-
encryptionKey?: string | null | undefined;
|
|
1349
1299
|
uploadedAt?: string | null | undefined;
|
|
1350
1300
|
};
|
|
1351
1301
|
}, {
|
|
@@ -1366,7 +1316,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1366
1316
|
mimeType?: string | null | undefined;
|
|
1367
1317
|
legacyKey?: string | null | undefined;
|
|
1368
1318
|
bucketName?: string | null | undefined;
|
|
1369
|
-
encryptionKey?: string | null | undefined;
|
|
1370
1319
|
uploadedAt?: string | null | undefined;
|
|
1371
1320
|
};
|
|
1372
1321
|
}>;
|
|
@@ -1415,7 +1364,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1415
1364
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
1416
1365
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1417
1366
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1418
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1419
1367
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1420
1368
|
createdAt: zod.ZodString;
|
|
1421
1369
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -1433,7 +1381,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1433
1381
|
mimeType?: string | null | undefined;
|
|
1434
1382
|
legacyKey?: string | null | undefined;
|
|
1435
1383
|
bucketName?: string | null | undefined;
|
|
1436
|
-
encryptionKey?: string | null | undefined;
|
|
1437
1384
|
uploadedAt?: string | null | undefined;
|
|
1438
1385
|
}, {
|
|
1439
1386
|
path: string;
|
|
@@ -1448,7 +1395,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1448
1395
|
mimeType?: string | null | undefined;
|
|
1449
1396
|
legacyKey?: string | null | undefined;
|
|
1450
1397
|
bucketName?: string | null | undefined;
|
|
1451
|
-
encryptionKey?: string | null | undefined;
|
|
1452
1398
|
uploadedAt?: string | null | undefined;
|
|
1453
1399
|
}>, "many">;
|
|
1454
1400
|
count: zod.ZodNumber;
|
|
@@ -1467,7 +1413,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1467
1413
|
mimeType?: string | null | undefined;
|
|
1468
1414
|
legacyKey?: string | null | undefined;
|
|
1469
1415
|
bucketName?: string | null | undefined;
|
|
1470
|
-
encryptionKey?: string | null | undefined;
|
|
1471
1416
|
uploadedAt?: string | null | undefined;
|
|
1472
1417
|
}[];
|
|
1473
1418
|
count: number;
|
|
@@ -1486,7 +1431,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1486
1431
|
mimeType?: string | null | undefined;
|
|
1487
1432
|
legacyKey?: string | null | undefined;
|
|
1488
1433
|
bucketName?: string | null | undefined;
|
|
1489
|
-
encryptionKey?: string | null | undefined;
|
|
1490
1434
|
uploadedAt?: string | null | undefined;
|
|
1491
1435
|
}[];
|
|
1492
1436
|
count: number;
|
|
@@ -1519,7 +1463,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1519
1463
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
1520
1464
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1521
1465
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1522
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1523
1466
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1524
1467
|
createdAt: zod.ZodString;
|
|
1525
1468
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -1537,7 +1480,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1537
1480
|
mimeType?: string | null | undefined;
|
|
1538
1481
|
legacyKey?: string | null | undefined;
|
|
1539
1482
|
bucketName?: string | null | undefined;
|
|
1540
|
-
encryptionKey?: string | null | undefined;
|
|
1541
1483
|
uploadedAt?: string | null | undefined;
|
|
1542
1484
|
}, {
|
|
1543
1485
|
path: string;
|
|
@@ -1552,7 +1494,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1552
1494
|
mimeType?: string | null | undefined;
|
|
1553
1495
|
legacyKey?: string | null | undefined;
|
|
1554
1496
|
bucketName?: string | null | undefined;
|
|
1555
|
-
encryptionKey?: string | null | undefined;
|
|
1556
1497
|
uploadedAt?: string | null | undefined;
|
|
1557
1498
|
}>, zod.ZodNull]>;
|
|
1558
1499
|
}, "strip", zod.ZodTypeAny, {
|
|
@@ -1570,7 +1511,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1570
1511
|
mimeType?: string | null | undefined;
|
|
1571
1512
|
legacyKey?: string | null | undefined;
|
|
1572
1513
|
bucketName?: string | null | undefined;
|
|
1573
|
-
encryptionKey?: string | null | undefined;
|
|
1574
1514
|
uploadedAt?: string | null | undefined;
|
|
1575
1515
|
} | null;
|
|
1576
1516
|
url: string;
|
|
@@ -1589,7 +1529,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1589
1529
|
mimeType?: string | null | undefined;
|
|
1590
1530
|
legacyKey?: string | null | undefined;
|
|
1591
1531
|
bucketName?: string | null | undefined;
|
|
1592
|
-
encryptionKey?: string | null | undefined;
|
|
1593
1532
|
uploadedAt?: string | null | undefined;
|
|
1594
1533
|
} | null;
|
|
1595
1534
|
url: string;
|
|
@@ -1629,7 +1568,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1629
1568
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
1630
1569
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1631
1570
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1632
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1633
1571
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1634
1572
|
createdAt: zod.ZodString;
|
|
1635
1573
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -1647,7 +1585,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1647
1585
|
mimeType?: string | null | undefined;
|
|
1648
1586
|
legacyKey?: string | null | undefined;
|
|
1649
1587
|
bucketName?: string | null | undefined;
|
|
1650
|
-
encryptionKey?: string | null | undefined;
|
|
1651
1588
|
uploadedAt?: string | null | undefined;
|
|
1652
1589
|
}, {
|
|
1653
1590
|
path: string;
|
|
@@ -1662,7 +1599,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1662
1599
|
mimeType?: string | null | undefined;
|
|
1663
1600
|
legacyKey?: string | null | undefined;
|
|
1664
1601
|
bucketName?: string | null | undefined;
|
|
1665
|
-
encryptionKey?: string | null | undefined;
|
|
1666
1602
|
uploadedAt?: string | null | undefined;
|
|
1667
1603
|
}>;
|
|
1668
1604
|
}, {
|
|
@@ -1875,7 +1811,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1875
1811
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
1876
1812
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1877
1813
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1878
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1879
1814
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1880
1815
|
createdAt: zod.ZodString;
|
|
1881
1816
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -1893,7 +1828,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1893
1828
|
mimeType?: string | null | undefined;
|
|
1894
1829
|
legacyKey?: string | null | undefined;
|
|
1895
1830
|
bucketName?: string | null | undefined;
|
|
1896
|
-
encryptionKey?: string | null | undefined;
|
|
1897
1831
|
uploadedAt?: string | null | undefined;
|
|
1898
1832
|
}, {
|
|
1899
1833
|
path: string;
|
|
@@ -1908,7 +1842,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1908
1842
|
mimeType?: string | null | undefined;
|
|
1909
1843
|
legacyKey?: string | null | undefined;
|
|
1910
1844
|
bucketName?: string | null | undefined;
|
|
1911
|
-
encryptionKey?: string | null | undefined;
|
|
1912
1845
|
uploadedAt?: string | null | undefined;
|
|
1913
1846
|
}>;
|
|
1914
1847
|
}, "strip", zod.ZodTypeAny, {
|
|
@@ -1928,7 +1861,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1928
1861
|
mimeType?: string | null | undefined;
|
|
1929
1862
|
legacyKey?: string | null | undefined;
|
|
1930
1863
|
bucketName?: string | null | undefined;
|
|
1931
|
-
encryptionKey?: string | null | undefined;
|
|
1932
1864
|
uploadedAt?: string | null | undefined;
|
|
1933
1865
|
};
|
|
1934
1866
|
}, {
|
|
@@ -1948,7 +1880,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1948
1880
|
mimeType?: string | null | undefined;
|
|
1949
1881
|
legacyKey?: string | null | undefined;
|
|
1950
1882
|
bucketName?: string | null | undefined;
|
|
1951
|
-
encryptionKey?: string | null | undefined;
|
|
1952
1883
|
uploadedAt?: string | null | undefined;
|
|
1953
1884
|
};
|
|
1954
1885
|
}>;
|
|
@@ -1983,7 +1914,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1983
1914
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
1984
1915
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1985
1916
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1986
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1987
1917
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1988
1918
|
createdAt: zod.ZodString;
|
|
1989
1919
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -2001,7 +1931,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2001
1931
|
mimeType?: string | null | undefined;
|
|
2002
1932
|
legacyKey?: string | null | undefined;
|
|
2003
1933
|
bucketName?: string | null | undefined;
|
|
2004
|
-
encryptionKey?: string | null | undefined;
|
|
2005
1934
|
uploadedAt?: string | null | undefined;
|
|
2006
1935
|
}, {
|
|
2007
1936
|
path: string;
|
|
@@ -2016,7 +1945,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2016
1945
|
mimeType?: string | null | undefined;
|
|
2017
1946
|
legacyKey?: string | null | undefined;
|
|
2018
1947
|
bucketName?: string | null | undefined;
|
|
2019
|
-
encryptionKey?: string | null | undefined;
|
|
2020
1948
|
uploadedAt?: string | null | undefined;
|
|
2021
1949
|
}>;
|
|
2022
1950
|
errors: [{
|
|
@@ -2061,7 +1989,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2061
1989
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
2062
1990
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2063
1991
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2064
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2065
1992
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2066
1993
|
createdAt: zod.ZodString;
|
|
2067
1994
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -2079,7 +2006,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2079
2006
|
mimeType?: string | null | undefined;
|
|
2080
2007
|
legacyKey?: string | null | undefined;
|
|
2081
2008
|
bucketName?: string | null | undefined;
|
|
2082
|
-
encryptionKey?: string | null | undefined;
|
|
2083
2009
|
uploadedAt?: string | null | undefined;
|
|
2084
2010
|
}, {
|
|
2085
2011
|
path: string;
|
|
@@ -2094,7 +2020,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2094
2020
|
mimeType?: string | null | undefined;
|
|
2095
2021
|
legacyKey?: string | null | undefined;
|
|
2096
2022
|
bucketName?: string | null | undefined;
|
|
2097
|
-
encryptionKey?: string | null | undefined;
|
|
2098
2023
|
uploadedAt?: string | null | undefined;
|
|
2099
2024
|
}>, "many">;
|
|
2100
2025
|
count: zod.ZodNumber;
|
|
@@ -2112,7 +2037,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2112
2037
|
mimeType?: string | null | undefined;
|
|
2113
2038
|
legacyKey?: string | null | undefined;
|
|
2114
2039
|
bucketName?: string | null | undefined;
|
|
2115
|
-
encryptionKey?: string | null | undefined;
|
|
2116
2040
|
uploadedAt?: string | null | undefined;
|
|
2117
2041
|
}[];
|
|
2118
2042
|
count: number;
|
|
@@ -2130,7 +2054,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2130
2054
|
mimeType?: string | null | undefined;
|
|
2131
2055
|
legacyKey?: string | null | undefined;
|
|
2132
2056
|
bucketName?: string | null | undefined;
|
|
2133
|
-
encryptionKey?: string | null | undefined;
|
|
2134
2057
|
uploadedAt?: string | null | undefined;
|
|
2135
2058
|
}[];
|
|
2136
2059
|
count: number;
|
|
@@ -2186,7 +2109,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2186
2109
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
2187
2110
|
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2188
2111
|
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2189
|
-
encryptionKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2190
2112
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2191
2113
|
createdAt: zod.ZodString;
|
|
2192
2114
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
@@ -2204,7 +2126,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2204
2126
|
mimeType?: string | null | undefined;
|
|
2205
2127
|
legacyKey?: string | null | undefined;
|
|
2206
2128
|
bucketName?: string | null | undefined;
|
|
2207
|
-
encryptionKey?: string | null | undefined;
|
|
2208
2129
|
uploadedAt?: string | null | undefined;
|
|
2209
2130
|
}, {
|
|
2210
2131
|
path: string;
|
|
@@ -2219,7 +2140,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2219
2140
|
mimeType?: string | null | undefined;
|
|
2220
2141
|
legacyKey?: string | null | undefined;
|
|
2221
2142
|
bucketName?: string | null | undefined;
|
|
2222
|
-
encryptionKey?: string | null | undefined;
|
|
2223
2143
|
uploadedAt?: string | null | undefined;
|
|
2224
2144
|
}>;
|
|
2225
2145
|
path: zod.ZodString;
|
|
@@ -2241,7 +2161,6 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2241
2161
|
mimeType?: string | null | undefined;
|
|
2242
2162
|
legacyKey?: string | null | undefined;
|
|
2243
2163
|
bucketName?: string | null | undefined;
|
|
2244
|
-
encryptionKey?: string | null | undefined;
|
|
2245
2164
|
uploadedAt?: string | null | undefined;
|
|
2246
2165
|
};
|
|
2247
2166
|
}, {
|
|
@@ -2262,10 +2181,129 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2262
2181
|
mimeType?: string | null | undefined;
|
|
2263
2182
|
legacyKey?: string | null | undefined;
|
|
2264
2183
|
bucketName?: string | null | undefined;
|
|
2265
|
-
encryptionKey?: string | null | undefined;
|
|
2266
2184
|
uploadedAt?: string | null | undefined;
|
|
2267
2185
|
};
|
|
2268
2186
|
}>, "many">;
|
|
2187
|
+
}, {
|
|
2188
|
+
method: "post";
|
|
2189
|
+
path: "/files/download-urls/bulk";
|
|
2190
|
+
description: "Read up to 100 files and sign their download URLs. Results preserve input order and duplicates. Missing, deleted and inaccessible files all return not_found.";
|
|
2191
|
+
requestFormat: "json";
|
|
2192
|
+
parameters: [{
|
|
2193
|
+
name: "body";
|
|
2194
|
+
type: "Body";
|
|
2195
|
+
schema: zod.ZodObject<{
|
|
2196
|
+
fileIds: zod.ZodArray<zod.ZodString, "many">;
|
|
2197
|
+
expiresIn: zod.ZodOptional<zod.ZodNumber>;
|
|
2198
|
+
preserveFileName: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
2199
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2200
|
+
preserveFileName: boolean;
|
|
2201
|
+
fileIds: string[];
|
|
2202
|
+
expiresIn?: number | undefined;
|
|
2203
|
+
}, {
|
|
2204
|
+
fileIds: string[];
|
|
2205
|
+
expiresIn?: number | undefined;
|
|
2206
|
+
preserveFileName?: boolean | undefined;
|
|
2207
|
+
}>;
|
|
2208
|
+
}];
|
|
2209
|
+
response: zod.ZodArray<zod.ZodUnion<[zod.ZodObject<{
|
|
2210
|
+
id: zod.ZodString;
|
|
2211
|
+
status: zod.ZodString;
|
|
2212
|
+
url: zod.ZodString;
|
|
2213
|
+
expiresAt: zod.ZodString;
|
|
2214
|
+
metadata: zod.ZodObject<{
|
|
2215
|
+
id: zod.ZodString;
|
|
2216
|
+
path: zod.ZodString;
|
|
2217
|
+
workspaceId: zod.ZodString;
|
|
2218
|
+
parentId: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2219
|
+
originalFileName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2220
|
+
mimeType: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2221
|
+
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
2222
|
+
legacyKey: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2223
|
+
bucketName: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2224
|
+
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2225
|
+
createdAt: zod.ZodString;
|
|
2226
|
+
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2227
|
+
uploadedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2228
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2229
|
+
path: string;
|
|
2230
|
+
workspaceId: string;
|
|
2231
|
+
id: string;
|
|
2232
|
+
createdAt: string;
|
|
2233
|
+
deletedAt?: string | null | undefined;
|
|
2234
|
+
originalFileName?: string | null | undefined;
|
|
2235
|
+
size?: number | null | undefined;
|
|
2236
|
+
createdBy?: string | null | undefined;
|
|
2237
|
+
parentId?: string | null | undefined;
|
|
2238
|
+
mimeType?: string | null | undefined;
|
|
2239
|
+
legacyKey?: string | null | undefined;
|
|
2240
|
+
bucketName?: string | null | undefined;
|
|
2241
|
+
uploadedAt?: string | null | undefined;
|
|
2242
|
+
}, {
|
|
2243
|
+
path: string;
|
|
2244
|
+
workspaceId: string;
|
|
2245
|
+
id: string;
|
|
2246
|
+
createdAt: string;
|
|
2247
|
+
deletedAt?: string | null | undefined;
|
|
2248
|
+
originalFileName?: string | null | undefined;
|
|
2249
|
+
size?: number | null | undefined;
|
|
2250
|
+
createdBy?: string | null | undefined;
|
|
2251
|
+
parentId?: string | null | undefined;
|
|
2252
|
+
mimeType?: string | null | undefined;
|
|
2253
|
+
legacyKey?: string | null | undefined;
|
|
2254
|
+
bucketName?: string | null | undefined;
|
|
2255
|
+
uploadedAt?: string | null | undefined;
|
|
2256
|
+
}>;
|
|
2257
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2258
|
+
status: string;
|
|
2259
|
+
id: string;
|
|
2260
|
+
expiresAt: string;
|
|
2261
|
+
metadata: {
|
|
2262
|
+
path: string;
|
|
2263
|
+
workspaceId: string;
|
|
2264
|
+
id: string;
|
|
2265
|
+
createdAt: string;
|
|
2266
|
+
deletedAt?: string | null | undefined;
|
|
2267
|
+
originalFileName?: string | null | undefined;
|
|
2268
|
+
size?: number | null | undefined;
|
|
2269
|
+
createdBy?: string | null | undefined;
|
|
2270
|
+
parentId?: string | null | undefined;
|
|
2271
|
+
mimeType?: string | null | undefined;
|
|
2272
|
+
legacyKey?: string | null | undefined;
|
|
2273
|
+
bucketName?: string | null | undefined;
|
|
2274
|
+
uploadedAt?: string | null | undefined;
|
|
2275
|
+
};
|
|
2276
|
+
url: string;
|
|
2277
|
+
}, {
|
|
2278
|
+
status: string;
|
|
2279
|
+
id: string;
|
|
2280
|
+
expiresAt: string;
|
|
2281
|
+
metadata: {
|
|
2282
|
+
path: string;
|
|
2283
|
+
workspaceId: string;
|
|
2284
|
+
id: string;
|
|
2285
|
+
createdAt: string;
|
|
2286
|
+
deletedAt?: string | null | undefined;
|
|
2287
|
+
originalFileName?: string | null | undefined;
|
|
2288
|
+
size?: number | null | undefined;
|
|
2289
|
+
createdBy?: string | null | undefined;
|
|
2290
|
+
parentId?: string | null | undefined;
|
|
2291
|
+
mimeType?: string | null | undefined;
|
|
2292
|
+
legacyKey?: string | null | undefined;
|
|
2293
|
+
bucketName?: string | null | undefined;
|
|
2294
|
+
uploadedAt?: string | null | undefined;
|
|
2295
|
+
};
|
|
2296
|
+
url: string;
|
|
2297
|
+
}>, zod.ZodObject<{
|
|
2298
|
+
id: zod.ZodString;
|
|
2299
|
+
status: zod.ZodEnum<["not_found", "error"]>;
|
|
2300
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2301
|
+
status: "error" | "not_found";
|
|
2302
|
+
id: string;
|
|
2303
|
+
}, {
|
|
2304
|
+
status: "error" | "not_found";
|
|
2305
|
+
id: string;
|
|
2306
|
+
}>]>, "many">;
|
|
2269
2307
|
}, {
|
|
2270
2308
|
method: "get";
|
|
2271
2309
|
path: "/permalinks/:permalinkId";
|