@meistrari/vault-http-client 2.3.2 → 2.3.3
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 +48 -47
- package/dist/index.d.cts +108 -98
- package/dist/index.d.mts +108 -98
- package/dist/index.d.ts +108 -98
- package/dist/index.mjs +48 -47
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -44,27 +44,31 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
44
44
|
size: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodNull]>>;
|
|
45
45
|
createdAt: z.ZodString;
|
|
46
46
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
47
|
-
|
|
47
|
+
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
48
|
+
}, "strip", z.ZodTypeAny, {
|
|
48
49
|
id: string;
|
|
49
50
|
createdAt: string;
|
|
50
51
|
size?: number | null | undefined;
|
|
51
52
|
createdBy?: string | null | undefined;
|
|
53
|
+
deletedAt?: string | null | undefined;
|
|
52
54
|
originalFileName?: string | null | undefined;
|
|
53
55
|
}, {
|
|
54
56
|
id: string;
|
|
55
57
|
createdAt: string;
|
|
56
58
|
size?: number | null | undefined;
|
|
57
59
|
createdBy?: string | null | undefined;
|
|
60
|
+
deletedAt?: string | null | undefined;
|
|
58
61
|
originalFileName?: string | null | undefined;
|
|
59
62
|
}>, "many">;
|
|
60
63
|
count: z.ZodNumber;
|
|
61
64
|
pages: z.ZodNumber;
|
|
62
|
-
}, "
|
|
65
|
+
}, "strip", z.ZodTypeAny, {
|
|
63
66
|
files: {
|
|
64
67
|
id: string;
|
|
65
68
|
createdAt: string;
|
|
66
69
|
size?: number | null | undefined;
|
|
67
70
|
createdBy?: string | null | undefined;
|
|
71
|
+
deletedAt?: string | null | undefined;
|
|
68
72
|
originalFileName?: string | null | undefined;
|
|
69
73
|
}[];
|
|
70
74
|
count: number;
|
|
@@ -75,6 +79,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
75
79
|
createdAt: string;
|
|
76
80
|
size?: number | null | undefined;
|
|
77
81
|
createdBy?: string | null | undefined;
|
|
82
|
+
deletedAt?: string | null | undefined;
|
|
78
83
|
originalFileName?: string | null | undefined;
|
|
79
84
|
}[];
|
|
80
85
|
count: number;
|
|
@@ -94,7 +99,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
94
99
|
size: z.ZodOptional<z.ZodNumber>;
|
|
95
100
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
96
101
|
createdBy: z.ZodOptional<z.ZodString>;
|
|
97
|
-
}, "
|
|
102
|
+
}, "strip", z.ZodTypeAny, {
|
|
98
103
|
fileName: string;
|
|
99
104
|
sha256sum?: string | undefined;
|
|
100
105
|
size?: number | undefined;
|
|
@@ -133,7 +138,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
133
138
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
134
139
|
createdAt: z.ZodString;
|
|
135
140
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
136
|
-
}, "
|
|
141
|
+
}, "strip", z.ZodTypeAny, {
|
|
137
142
|
path: string;
|
|
138
143
|
workspaceId: string;
|
|
139
144
|
id: string;
|
|
@@ -160,7 +165,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
160
165
|
legacyKey?: string | null | undefined;
|
|
161
166
|
encryptionKey?: string | null | undefined;
|
|
162
167
|
}>;
|
|
163
|
-
}, "
|
|
168
|
+
}, "strip", z.ZodTypeAny, {
|
|
164
169
|
id: string;
|
|
165
170
|
uploadUrl: string;
|
|
166
171
|
expiresAt: string;
|
|
@@ -199,7 +204,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
199
204
|
}>, z.ZodObject<{
|
|
200
205
|
url: z.ZodString;
|
|
201
206
|
expiresAt: z.ZodString;
|
|
202
|
-
}, "
|
|
207
|
+
}, "strip", z.ZodTypeAny, {
|
|
203
208
|
expiresAt: string;
|
|
204
209
|
url: string;
|
|
205
210
|
}, {
|
|
@@ -240,7 +245,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
240
245
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
241
246
|
createdAt: z.ZodString;
|
|
242
247
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
243
|
-
}, "
|
|
248
|
+
}, "strip", z.ZodTypeAny, {
|
|
244
249
|
path: string;
|
|
245
250
|
workspaceId: string;
|
|
246
251
|
id: string;
|
|
@@ -267,7 +272,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
267
272
|
legacyKey?: string | null | undefined;
|
|
268
273
|
encryptionKey?: string | null | undefined;
|
|
269
274
|
}>, z.ZodNull]>;
|
|
270
|
-
}, "
|
|
275
|
+
}, "strip", z.ZodTypeAny, {
|
|
271
276
|
expiresAt: string;
|
|
272
277
|
metadata: {
|
|
273
278
|
path: string;
|
|
@@ -342,7 +347,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
342
347
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
343
348
|
createdAt: z.ZodString;
|
|
344
349
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
345
|
-
}, "
|
|
350
|
+
}, "strip", z.ZodTypeAny, {
|
|
346
351
|
path: string;
|
|
347
352
|
workspaceId: string;
|
|
348
353
|
id: string;
|
|
@@ -369,7 +374,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
369
374
|
legacyKey?: string | null | undefined;
|
|
370
375
|
encryptionKey?: string | null | undefined;
|
|
371
376
|
}>;
|
|
372
|
-
}, "
|
|
377
|
+
}, "strip", z.ZodTypeAny, {
|
|
373
378
|
id: string;
|
|
374
379
|
uploadUrl: string;
|
|
375
380
|
expiresAt: string;
|
|
@@ -408,7 +413,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
408
413
|
}>, z.ZodObject<{
|
|
409
414
|
url: z.ZodString;
|
|
410
415
|
expiresAt: z.ZodString;
|
|
411
|
-
}, "
|
|
416
|
+
}, "strip", z.ZodTypeAny, {
|
|
412
417
|
expiresAt: string;
|
|
413
418
|
url: string;
|
|
414
419
|
}, {
|
|
@@ -457,7 +462,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
457
462
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
458
463
|
createdAt: z.ZodString;
|
|
459
464
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
460
|
-
}, "
|
|
465
|
+
}, "strip", z.ZodTypeAny, {
|
|
461
466
|
path: string;
|
|
462
467
|
workspaceId: string;
|
|
463
468
|
id: string;
|
|
@@ -499,7 +504,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
499
504
|
files: z.ZodNumber;
|
|
500
505
|
permalinks: z.ZodNumber;
|
|
501
506
|
hasCustomSettings: z.ZodBoolean;
|
|
502
|
-
}, "
|
|
507
|
+
}, "strip", z.ZodTypeAny, {
|
|
503
508
|
files: number;
|
|
504
509
|
workspaceId: string;
|
|
505
510
|
permalinks: number;
|
|
@@ -522,7 +527,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
522
527
|
bucketName: z.ZodString;
|
|
523
528
|
keyArns: z.ZodArray<z.ZodString, "many">;
|
|
524
529
|
defaultS3LinkTtl: z.ZodNumber;
|
|
525
|
-
}, "
|
|
530
|
+
}, "strip", z.ZodTypeAny, {
|
|
526
531
|
bucketName: string;
|
|
527
532
|
keyArns: string[];
|
|
528
533
|
defaultS3LinkTtl: number;
|
|
@@ -556,7 +561,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
556
561
|
bucketName: z.ZodString;
|
|
557
562
|
keyArns: z.ZodArray<z.ZodString, "many">;
|
|
558
563
|
defaultS3LinkTtl: z.ZodNumber;
|
|
559
|
-
}, "
|
|
564
|
+
}, "strip", z.ZodTypeAny, {
|
|
560
565
|
bucketName: string;
|
|
561
566
|
keyArns: string[];
|
|
562
567
|
defaultS3LinkTtl: number;
|
|
@@ -591,7 +596,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
591
596
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
592
597
|
createdAt: z.ZodString;
|
|
593
598
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
594
|
-
}, "
|
|
599
|
+
}, "strip", z.ZodTypeAny, {
|
|
595
600
|
path: string;
|
|
596
601
|
workspaceId: string;
|
|
597
602
|
id: string;
|
|
@@ -618,7 +623,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
618
623
|
legacyKey?: string | null | undefined;
|
|
619
624
|
encryptionKey?: string | null | undefined;
|
|
620
625
|
}>, z.ZodNull]>;
|
|
621
|
-
}, "
|
|
626
|
+
}, "strip", z.ZodTypeAny, {
|
|
622
627
|
expiresAt: string;
|
|
623
628
|
metadata: {
|
|
624
629
|
path: string;
|
|
@@ -668,7 +673,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
668
673
|
type: "Body";
|
|
669
674
|
schema: z.ZodObject<{
|
|
670
675
|
expiresAt: z.ZodOptional<z.ZodString>;
|
|
671
|
-
}, "
|
|
676
|
+
}, "strip", z.ZodTypeAny, {
|
|
672
677
|
expiresAt?: string | undefined;
|
|
673
678
|
}, {
|
|
674
679
|
expiresAt?: string | undefined;
|
|
@@ -685,7 +690,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
685
690
|
createdAt: z.ZodString;
|
|
686
691
|
expiresAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
687
692
|
createdBy: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
688
|
-
}, "
|
|
693
|
+
}, "strip", z.ZodTypeAny, {
|
|
689
694
|
createdBy: string | null;
|
|
690
695
|
workspaceId: string;
|
|
691
696
|
id: string;
|
|
@@ -717,7 +722,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
717
722
|
createdAt: z.ZodString;
|
|
718
723
|
expiresAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
719
724
|
createdBy: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
720
|
-
}, "
|
|
725
|
+
}, "strip", z.ZodTypeAny, {
|
|
721
726
|
createdBy: string | null;
|
|
722
727
|
workspaceId: string;
|
|
723
728
|
id: string;
|
|
@@ -746,7 +751,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
746
751
|
size: z.ZodOptional<z.ZodNumber>;
|
|
747
752
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
748
753
|
createdBy: z.ZodOptional<z.ZodString>;
|
|
749
|
-
}, "
|
|
754
|
+
}, "strip", z.ZodTypeAny, {
|
|
750
755
|
fileName?: string | undefined;
|
|
751
756
|
sha256sum?: string | undefined;
|
|
752
757
|
size?: number | undefined;
|
|
@@ -785,7 +790,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
785
790
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
786
791
|
createdAt: z.ZodString;
|
|
787
792
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
788
|
-
}, "
|
|
793
|
+
}, "strip", z.ZodTypeAny, {
|
|
789
794
|
path: string;
|
|
790
795
|
workspaceId: string;
|
|
791
796
|
id: string;
|
|
@@ -812,7 +817,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
812
817
|
legacyKey?: string | null | undefined;
|
|
813
818
|
encryptionKey?: string | null | undefined;
|
|
814
819
|
}>;
|
|
815
|
-
}, "
|
|
820
|
+
}, "strip", z.ZodTypeAny, {
|
|
816
821
|
id: string;
|
|
817
822
|
uploadUrl: string;
|
|
818
823
|
expiresAt: string;
|
|
@@ -851,7 +856,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
851
856
|
}>, z.ZodObject<{
|
|
852
857
|
url: z.ZodString;
|
|
853
858
|
expiresAt: z.ZodString;
|
|
854
|
-
}, "
|
|
859
|
+
}, "strip", z.ZodTypeAny, {
|
|
855
860
|
expiresAt: string;
|
|
856
861
|
url: string;
|
|
857
862
|
}, {
|
|
@@ -889,7 +894,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
889
894
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
890
895
|
createdAt: z.ZodString;
|
|
891
896
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
892
|
-
}, "
|
|
897
|
+
}, "strip", z.ZodTypeAny, {
|
|
893
898
|
path: string;
|
|
894
899
|
workspaceId: string;
|
|
895
900
|
id: string;
|
|
@@ -916,7 +921,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
916
921
|
legacyKey?: string | null | undefined;
|
|
917
922
|
encryptionKey?: string | null | undefined;
|
|
918
923
|
}>;
|
|
919
|
-
}, "
|
|
924
|
+
}, "strip", z.ZodTypeAny, {
|
|
920
925
|
id: string;
|
|
921
926
|
uploadUrl: string;
|
|
922
927
|
expiresAt: string;
|
|
@@ -955,7 +960,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
955
960
|
}>, z.ZodObject<{
|
|
956
961
|
url: z.ZodString;
|
|
957
962
|
expiresAt: z.ZodString;
|
|
958
|
-
}, "
|
|
963
|
+
}, "strip", z.ZodTypeAny, {
|
|
959
964
|
expiresAt: string;
|
|
960
965
|
url: string;
|
|
961
966
|
}, {
|
|
@@ -996,7 +1001,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
996
1001
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
997
1002
|
createdAt: z.ZodString;
|
|
998
1003
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
999
|
-
}, "
|
|
1004
|
+
}, "strip", z.ZodTypeAny, {
|
|
1000
1005
|
path: string;
|
|
1001
1006
|
workspaceId: string;
|
|
1002
1007
|
id: string;
|
|
@@ -1042,7 +1047,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1042
1047
|
size: z.ZodOptional<z.ZodNumber>;
|
|
1043
1048
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1044
1049
|
createdBy: z.ZodOptional<z.ZodString>;
|
|
1045
|
-
}, "
|
|
1050
|
+
}, "strip", z.ZodTypeAny, {
|
|
1046
1051
|
fileName: string;
|
|
1047
1052
|
sha256sum?: string | undefined;
|
|
1048
1053
|
size?: number | undefined;
|
|
@@ -1056,7 +1061,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1056
1061
|
createdBy?: string | undefined;
|
|
1057
1062
|
}>, "many">, z.ZodObject<{
|
|
1058
1063
|
files: z.ZodArray<z.ZodString, "many">;
|
|
1059
|
-
}, "
|
|
1064
|
+
}, "strip", z.ZodTypeAny, {
|
|
1060
1065
|
files: string[];
|
|
1061
1066
|
}, {
|
|
1062
1067
|
files: string[];
|
|
@@ -1075,7 +1080,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1075
1080
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1076
1081
|
createdAt: z.ZodString;
|
|
1077
1082
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1078
|
-
}, "
|
|
1083
|
+
}, "strip", z.ZodTypeAny, {
|
|
1079
1084
|
path: string;
|
|
1080
1085
|
workspaceId: string;
|
|
1081
1086
|
id: string;
|
|
@@ -1115,7 +1120,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1115
1120
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1116
1121
|
createdAt: z.ZodString;
|
|
1117
1122
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1118
|
-
}, "
|
|
1123
|
+
}, "strip", z.ZodTypeAny, {
|
|
1119
1124
|
path: string;
|
|
1120
1125
|
workspaceId: string;
|
|
1121
1126
|
id: string;
|
|
@@ -1142,7 +1147,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1142
1147
|
legacyKey?: string | null | undefined;
|
|
1143
1148
|
encryptionKey?: string | null | undefined;
|
|
1144
1149
|
}>, "many">;
|
|
1145
|
-
}, "
|
|
1150
|
+
}, "strip", z.ZodTypeAny, {
|
|
1146
1151
|
files: {
|
|
1147
1152
|
path: string;
|
|
1148
1153
|
workspaceId: string;
|
|
@@ -1221,7 +1226,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1221
1226
|
createdAt: z.ZodString;
|
|
1222
1227
|
expiresAt: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1223
1228
|
createdBy: z.ZodUnion<[z.ZodString, z.ZodNull]>;
|
|
1224
|
-
}, "
|
|
1229
|
+
}, "strip", z.ZodTypeAny, {
|
|
1225
1230
|
createdBy: string | null;
|
|
1226
1231
|
workspaceId: string;
|
|
1227
1232
|
id: string;
|
|
@@ -1267,7 +1272,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1267
1272
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1268
1273
|
createdAt: z.ZodString;
|
|
1269
1274
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1270
|
-
}, "
|
|
1275
|
+
}, "strip", z.ZodTypeAny, {
|
|
1271
1276
|
path: string;
|
|
1272
1277
|
workspaceId: string;
|
|
1273
1278
|
id: string;
|
|
@@ -1294,7 +1299,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1294
1299
|
legacyKey?: string | null | undefined;
|
|
1295
1300
|
encryptionKey?: string | null | undefined;
|
|
1296
1301
|
}>, z.ZodNull]>;
|
|
1297
|
-
}, "
|
|
1302
|
+
}, "strip", z.ZodTypeAny, {
|
|
1298
1303
|
expiresAt: string;
|
|
1299
1304
|
metadata: {
|
|
1300
1305
|
path: string;
|
|
@@ -1348,7 +1353,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1348
1353
|
size: z.ZodOptional<z.ZodNumber>;
|
|
1349
1354
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1350
1355
|
createdBy: z.ZodOptional<z.ZodString>;
|
|
1351
|
-
}, "
|
|
1356
|
+
}, "strip", z.ZodTypeAny, {
|
|
1352
1357
|
fileName?: string | undefined;
|
|
1353
1358
|
sha256sum?: string | undefined;
|
|
1354
1359
|
size?: number | undefined;
|
|
@@ -1387,7 +1392,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1387
1392
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1388
1393
|
createdAt: z.ZodString;
|
|
1389
1394
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1390
|
-
}, "
|
|
1395
|
+
}, "strip", z.ZodTypeAny, {
|
|
1391
1396
|
path: string;
|
|
1392
1397
|
workspaceId: string;
|
|
1393
1398
|
id: string;
|
|
@@ -1414,7 +1419,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1414
1419
|
legacyKey?: string | null | undefined;
|
|
1415
1420
|
encryptionKey?: string | null | undefined;
|
|
1416
1421
|
}>;
|
|
1417
|
-
}, "
|
|
1422
|
+
}, "strip", z.ZodTypeAny, {
|
|
1418
1423
|
id: string;
|
|
1419
1424
|
uploadUrl: string;
|
|
1420
1425
|
expiresAt: string;
|
|
@@ -1453,7 +1458,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1453
1458
|
}>, z.ZodObject<{
|
|
1454
1459
|
url: z.ZodString;
|
|
1455
1460
|
expiresAt: z.ZodString;
|
|
1456
|
-
}, "
|
|
1461
|
+
}, "strip", z.ZodTypeAny, {
|
|
1457
1462
|
expiresAt: string;
|
|
1458
1463
|
url: string;
|
|
1459
1464
|
}, {
|
|
@@ -1491,7 +1496,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1491
1496
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1492
1497
|
createdAt: z.ZodString;
|
|
1493
1498
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1494
|
-
}, "
|
|
1499
|
+
}, "strip", z.ZodTypeAny, {
|
|
1495
1500
|
path: string;
|
|
1496
1501
|
workspaceId: string;
|
|
1497
1502
|
id: string;
|
|
@@ -1518,7 +1523,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1518
1523
|
legacyKey?: string | null | undefined;
|
|
1519
1524
|
encryptionKey?: string | null | undefined;
|
|
1520
1525
|
}>;
|
|
1521
|
-
}, "
|
|
1526
|
+
}, "strip", z.ZodTypeAny, {
|
|
1522
1527
|
id: string;
|
|
1523
1528
|
uploadUrl: string;
|
|
1524
1529
|
expiresAt: string;
|
|
@@ -1557,7 +1562,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1557
1562
|
}>, z.ZodObject<{
|
|
1558
1563
|
url: z.ZodString;
|
|
1559
1564
|
expiresAt: z.ZodString;
|
|
1560
|
-
}, "
|
|
1565
|
+
}, "strip", z.ZodTypeAny, {
|
|
1561
1566
|
expiresAt: string;
|
|
1562
1567
|
url: string;
|
|
1563
1568
|
}, {
|
|
@@ -1598,7 +1603,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1598
1603
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1599
1604
|
createdAt: z.ZodString;
|
|
1600
1605
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1601
|
-
}, "
|
|
1606
|
+
}, "strip", z.ZodTypeAny, {
|
|
1602
1607
|
path: string;
|
|
1603
1608
|
workspaceId: string;
|
|
1604
1609
|
id: string;
|
|
@@ -1644,7 +1649,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1644
1649
|
size: z.ZodOptional<z.ZodNumber>;
|
|
1645
1650
|
mimeType: z.ZodOptional<z.ZodString>;
|
|
1646
1651
|
createdBy: z.ZodOptional<z.ZodString>;
|
|
1647
|
-
}, "
|
|
1652
|
+
}, "strip", z.ZodTypeAny, {
|
|
1648
1653
|
fileName: string;
|
|
1649
1654
|
sha256sum?: string | undefined;
|
|
1650
1655
|
size?: number | undefined;
|
|
@@ -1658,7 +1663,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1658
1663
|
createdBy?: string | undefined;
|
|
1659
1664
|
}>, "many">, z.ZodObject<{
|
|
1660
1665
|
files: z.ZodArray<z.ZodString, "many">;
|
|
1661
|
-
}, "
|
|
1666
|
+
}, "strip", z.ZodTypeAny, {
|
|
1662
1667
|
files: string[];
|
|
1663
1668
|
}, {
|
|
1664
1669
|
files: string[];
|
|
@@ -1677,7 +1682,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1677
1682
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1678
1683
|
createdAt: z.ZodString;
|
|
1679
1684
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1680
|
-
}, "
|
|
1685
|
+
}, "strip", z.ZodTypeAny, {
|
|
1681
1686
|
path: string;
|
|
1682
1687
|
workspaceId: string;
|
|
1683
1688
|
id: string;
|
|
@@ -1717,7 +1722,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1717
1722
|
createdBy: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1718
1723
|
createdAt: z.ZodString;
|
|
1719
1724
|
deletedAt: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNull]>>;
|
|
1720
|
-
}, "
|
|
1725
|
+
}, "strip", z.ZodTypeAny, {
|
|
1721
1726
|
path: string;
|
|
1722
1727
|
workspaceId: string;
|
|
1723
1728
|
id: string;
|
|
@@ -1744,7 +1749,7 @@ declare function createApiClient(baseUrl: string, options?: ZodiosOptions): _zod
|
|
|
1744
1749
|
legacyKey?: string | null | undefined;
|
|
1745
1750
|
encryptionKey?: string | null | undefined;
|
|
1746
1751
|
}>, "many">;
|
|
1747
|
-
}, "
|
|
1752
|
+
}, "strip", z.ZodTypeAny, {
|
|
1748
1753
|
files: {
|
|
1749
1754
|
path: string;
|
|
1750
1755
|
workspaceId: string;
|
|
@@ -1818,25 +1823,29 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1818
1823
|
size: zod.ZodOptional<zod.ZodUnion<[zod.ZodNumber, zod.ZodNull]>>;
|
|
1819
1824
|
createdAt: zod.ZodString;
|
|
1820
1825
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1821
|
-
|
|
1826
|
+
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1827
|
+
}, "strip", zod.ZodTypeAny, {
|
|
1822
1828
|
id: string;
|
|
1823
1829
|
createdAt: string;
|
|
1830
|
+
deletedAt?: string | null | undefined;
|
|
1824
1831
|
originalFileName?: string | null | undefined;
|
|
1825
1832
|
size?: number | null | undefined;
|
|
1826
1833
|
createdBy?: string | null | undefined;
|
|
1827
1834
|
}, {
|
|
1828
1835
|
id: string;
|
|
1829
1836
|
createdAt: string;
|
|
1837
|
+
deletedAt?: string | null | undefined;
|
|
1830
1838
|
originalFileName?: string | null | undefined;
|
|
1831
1839
|
size?: number | null | undefined;
|
|
1832
1840
|
createdBy?: string | null | undefined;
|
|
1833
1841
|
}>, "many">;
|
|
1834
1842
|
count: zod.ZodNumber;
|
|
1835
1843
|
pages: zod.ZodNumber;
|
|
1836
|
-
}, "
|
|
1844
|
+
}, "strip", zod.ZodTypeAny, {
|
|
1837
1845
|
files: {
|
|
1838
1846
|
id: string;
|
|
1839
1847
|
createdAt: string;
|
|
1848
|
+
deletedAt?: string | null | undefined;
|
|
1840
1849
|
originalFileName?: string | null | undefined;
|
|
1841
1850
|
size?: number | null | undefined;
|
|
1842
1851
|
createdBy?: string | null | undefined;
|
|
@@ -1847,6 +1856,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1847
1856
|
files: {
|
|
1848
1857
|
id: string;
|
|
1849
1858
|
createdAt: string;
|
|
1859
|
+
deletedAt?: string | null | undefined;
|
|
1850
1860
|
originalFileName?: string | null | undefined;
|
|
1851
1861
|
size?: number | null | undefined;
|
|
1852
1862
|
createdBy?: string | null | undefined;
|
|
@@ -1868,7 +1878,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1868
1878
|
size: zod.ZodOptional<zod.ZodNumber>;
|
|
1869
1879
|
mimeType: zod.ZodOptional<zod.ZodString>;
|
|
1870
1880
|
createdBy: zod.ZodOptional<zod.ZodString>;
|
|
1871
|
-
}, "
|
|
1881
|
+
}, "strip", zod.ZodTypeAny, {
|
|
1872
1882
|
fileName: string;
|
|
1873
1883
|
size?: number | undefined;
|
|
1874
1884
|
createdBy?: string | undefined;
|
|
@@ -1907,7 +1917,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1907
1917
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1908
1918
|
createdAt: zod.ZodString;
|
|
1909
1919
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
1910
|
-
}, "
|
|
1920
|
+
}, "strip", zod.ZodTypeAny, {
|
|
1911
1921
|
path: string;
|
|
1912
1922
|
workspaceId: string;
|
|
1913
1923
|
id: string;
|
|
@@ -1934,7 +1944,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1934
1944
|
bucketName?: string | null | undefined;
|
|
1935
1945
|
encryptionKey?: string | null | undefined;
|
|
1936
1946
|
}>;
|
|
1937
|
-
}, "
|
|
1947
|
+
}, "strip", zod.ZodTypeAny, {
|
|
1938
1948
|
id: string;
|
|
1939
1949
|
uploadUrl: string;
|
|
1940
1950
|
expiresAt: string;
|
|
@@ -1973,7 +1983,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
1973
1983
|
}>, zod.ZodObject<{
|
|
1974
1984
|
url: zod.ZodString;
|
|
1975
1985
|
expiresAt: zod.ZodString;
|
|
1976
|
-
}, "
|
|
1986
|
+
}, "strip", zod.ZodTypeAny, {
|
|
1977
1987
|
expiresAt: string;
|
|
1978
1988
|
url: string;
|
|
1979
1989
|
}, {
|
|
@@ -2014,7 +2024,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2014
2024
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2015
2025
|
createdAt: zod.ZodString;
|
|
2016
2026
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2017
|
-
}, "
|
|
2027
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2018
2028
|
path: string;
|
|
2019
2029
|
workspaceId: string;
|
|
2020
2030
|
id: string;
|
|
@@ -2041,7 +2051,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2041
2051
|
bucketName?: string | null | undefined;
|
|
2042
2052
|
encryptionKey?: string | null | undefined;
|
|
2043
2053
|
}>, zod.ZodNull]>;
|
|
2044
|
-
}, "
|
|
2054
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2045
2055
|
expiresAt: string;
|
|
2046
2056
|
metadata: {
|
|
2047
2057
|
path: string;
|
|
@@ -2116,7 +2126,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2116
2126
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2117
2127
|
createdAt: zod.ZodString;
|
|
2118
2128
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2119
|
-
}, "
|
|
2129
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2120
2130
|
path: string;
|
|
2121
2131
|
workspaceId: string;
|
|
2122
2132
|
id: string;
|
|
@@ -2143,7 +2153,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2143
2153
|
bucketName?: string | null | undefined;
|
|
2144
2154
|
encryptionKey?: string | null | undefined;
|
|
2145
2155
|
}>;
|
|
2146
|
-
}, "
|
|
2156
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2147
2157
|
id: string;
|
|
2148
2158
|
uploadUrl: string;
|
|
2149
2159
|
expiresAt: string;
|
|
@@ -2182,7 +2192,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2182
2192
|
}>, zod.ZodObject<{
|
|
2183
2193
|
url: zod.ZodString;
|
|
2184
2194
|
expiresAt: zod.ZodString;
|
|
2185
|
-
}, "
|
|
2195
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2186
2196
|
expiresAt: string;
|
|
2187
2197
|
url: string;
|
|
2188
2198
|
}, {
|
|
@@ -2231,7 +2241,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2231
2241
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2232
2242
|
createdAt: zod.ZodString;
|
|
2233
2243
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2234
|
-
}, "
|
|
2244
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2235
2245
|
path: string;
|
|
2236
2246
|
workspaceId: string;
|
|
2237
2247
|
id: string;
|
|
@@ -2273,7 +2283,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2273
2283
|
files: zod.ZodNumber;
|
|
2274
2284
|
permalinks: zod.ZodNumber;
|
|
2275
2285
|
hasCustomSettings: zod.ZodBoolean;
|
|
2276
|
-
}, "
|
|
2286
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2277
2287
|
workspaceId: string;
|
|
2278
2288
|
files: number;
|
|
2279
2289
|
permalinks: number;
|
|
@@ -2296,7 +2306,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2296
2306
|
bucketName: zod.ZodString;
|
|
2297
2307
|
keyArns: zod.ZodArray<zod.ZodString, "many">;
|
|
2298
2308
|
defaultS3LinkTtl: zod.ZodNumber;
|
|
2299
|
-
}, "
|
|
2309
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2300
2310
|
bucketName: string;
|
|
2301
2311
|
keyArns: string[];
|
|
2302
2312
|
defaultS3LinkTtl: number;
|
|
@@ -2330,7 +2340,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2330
2340
|
bucketName: zod.ZodString;
|
|
2331
2341
|
keyArns: zod.ZodArray<zod.ZodString, "many">;
|
|
2332
2342
|
defaultS3LinkTtl: zod.ZodNumber;
|
|
2333
|
-
}, "
|
|
2343
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2334
2344
|
bucketName: string;
|
|
2335
2345
|
keyArns: string[];
|
|
2336
2346
|
defaultS3LinkTtl: number;
|
|
@@ -2365,7 +2375,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2365
2375
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2366
2376
|
createdAt: zod.ZodString;
|
|
2367
2377
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2368
|
-
}, "
|
|
2378
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2369
2379
|
path: string;
|
|
2370
2380
|
workspaceId: string;
|
|
2371
2381
|
id: string;
|
|
@@ -2392,7 +2402,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2392
2402
|
bucketName?: string | null | undefined;
|
|
2393
2403
|
encryptionKey?: string | null | undefined;
|
|
2394
2404
|
}>, zod.ZodNull]>;
|
|
2395
|
-
}, "
|
|
2405
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2396
2406
|
expiresAt: string;
|
|
2397
2407
|
metadata: {
|
|
2398
2408
|
path: string;
|
|
@@ -2442,7 +2452,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2442
2452
|
type: "Body";
|
|
2443
2453
|
schema: zod.ZodObject<{
|
|
2444
2454
|
expiresAt: zod.ZodOptional<zod.ZodString>;
|
|
2445
|
-
}, "
|
|
2455
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2446
2456
|
expiresAt?: string | undefined;
|
|
2447
2457
|
}, {
|
|
2448
2458
|
expiresAt?: string | undefined;
|
|
@@ -2459,7 +2469,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2459
2469
|
createdAt: zod.ZodString;
|
|
2460
2470
|
expiresAt: zod.ZodUnion<[zod.ZodString, zod.ZodNull]>;
|
|
2461
2471
|
createdBy: zod.ZodUnion<[zod.ZodString, zod.ZodNull]>;
|
|
2462
|
-
}, "
|
|
2472
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2463
2473
|
workspaceId: string;
|
|
2464
2474
|
id: string;
|
|
2465
2475
|
createdAt: string;
|
|
@@ -2491,7 +2501,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2491
2501
|
createdAt: zod.ZodString;
|
|
2492
2502
|
expiresAt: zod.ZodUnion<[zod.ZodString, zod.ZodNull]>;
|
|
2493
2503
|
createdBy: zod.ZodUnion<[zod.ZodString, zod.ZodNull]>;
|
|
2494
|
-
}, "
|
|
2504
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2495
2505
|
workspaceId: string;
|
|
2496
2506
|
id: string;
|
|
2497
2507
|
createdAt: string;
|
|
@@ -2520,7 +2530,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2520
2530
|
size: zod.ZodOptional<zod.ZodNumber>;
|
|
2521
2531
|
mimeType: zod.ZodOptional<zod.ZodString>;
|
|
2522
2532
|
createdBy: zod.ZodOptional<zod.ZodString>;
|
|
2523
|
-
}, "
|
|
2533
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2524
2534
|
size?: number | undefined;
|
|
2525
2535
|
createdBy?: string | undefined;
|
|
2526
2536
|
fileName?: string | undefined;
|
|
@@ -2559,7 +2569,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2559
2569
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2560
2570
|
createdAt: zod.ZodString;
|
|
2561
2571
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2562
|
-
}, "
|
|
2572
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2563
2573
|
path: string;
|
|
2564
2574
|
workspaceId: string;
|
|
2565
2575
|
id: string;
|
|
@@ -2586,7 +2596,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2586
2596
|
bucketName?: string | null | undefined;
|
|
2587
2597
|
encryptionKey?: string | null | undefined;
|
|
2588
2598
|
}>;
|
|
2589
|
-
}, "
|
|
2599
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2590
2600
|
id: string;
|
|
2591
2601
|
uploadUrl: string;
|
|
2592
2602
|
expiresAt: string;
|
|
@@ -2625,7 +2635,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2625
2635
|
}>, zod.ZodObject<{
|
|
2626
2636
|
url: zod.ZodString;
|
|
2627
2637
|
expiresAt: zod.ZodString;
|
|
2628
|
-
}, "
|
|
2638
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2629
2639
|
expiresAt: string;
|
|
2630
2640
|
url: string;
|
|
2631
2641
|
}, {
|
|
@@ -2663,7 +2673,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2663
2673
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2664
2674
|
createdAt: zod.ZodString;
|
|
2665
2675
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2666
|
-
}, "
|
|
2676
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2667
2677
|
path: string;
|
|
2668
2678
|
workspaceId: string;
|
|
2669
2679
|
id: string;
|
|
@@ -2690,7 +2700,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2690
2700
|
bucketName?: string | null | undefined;
|
|
2691
2701
|
encryptionKey?: string | null | undefined;
|
|
2692
2702
|
}>;
|
|
2693
|
-
}, "
|
|
2703
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2694
2704
|
id: string;
|
|
2695
2705
|
uploadUrl: string;
|
|
2696
2706
|
expiresAt: string;
|
|
@@ -2729,7 +2739,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2729
2739
|
}>, zod.ZodObject<{
|
|
2730
2740
|
url: zod.ZodString;
|
|
2731
2741
|
expiresAt: zod.ZodString;
|
|
2732
|
-
}, "
|
|
2742
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2733
2743
|
expiresAt: string;
|
|
2734
2744
|
url: string;
|
|
2735
2745
|
}, {
|
|
@@ -2770,7 +2780,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2770
2780
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2771
2781
|
createdAt: zod.ZodString;
|
|
2772
2782
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2773
|
-
}, "
|
|
2783
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2774
2784
|
path: string;
|
|
2775
2785
|
workspaceId: string;
|
|
2776
2786
|
id: string;
|
|
@@ -2816,7 +2826,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2816
2826
|
size: zod.ZodOptional<zod.ZodNumber>;
|
|
2817
2827
|
mimeType: zod.ZodOptional<zod.ZodString>;
|
|
2818
2828
|
createdBy: zod.ZodOptional<zod.ZodString>;
|
|
2819
|
-
}, "
|
|
2829
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2820
2830
|
fileName: string;
|
|
2821
2831
|
size?: number | undefined;
|
|
2822
2832
|
createdBy?: string | undefined;
|
|
@@ -2830,7 +2840,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2830
2840
|
mimeType?: string | undefined;
|
|
2831
2841
|
}>, "many">, zod.ZodObject<{
|
|
2832
2842
|
files: zod.ZodArray<zod.ZodString, "many">;
|
|
2833
|
-
}, "
|
|
2843
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2834
2844
|
files: string[];
|
|
2835
2845
|
}, {
|
|
2836
2846
|
files: string[];
|
|
@@ -2849,7 +2859,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2849
2859
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2850
2860
|
createdAt: zod.ZodString;
|
|
2851
2861
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2852
|
-
}, "
|
|
2862
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2853
2863
|
path: string;
|
|
2854
2864
|
workspaceId: string;
|
|
2855
2865
|
id: string;
|
|
@@ -2889,7 +2899,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2889
2899
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2890
2900
|
createdAt: zod.ZodString;
|
|
2891
2901
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
2892
|
-
}, "
|
|
2902
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2893
2903
|
path: string;
|
|
2894
2904
|
workspaceId: string;
|
|
2895
2905
|
id: string;
|
|
@@ -2916,7 +2926,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2916
2926
|
bucketName?: string | null | undefined;
|
|
2917
2927
|
encryptionKey?: string | null | undefined;
|
|
2918
2928
|
}>, "many">;
|
|
2919
|
-
}, "
|
|
2929
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2920
2930
|
files: {
|
|
2921
2931
|
path: string;
|
|
2922
2932
|
workspaceId: string;
|
|
@@ -2995,7 +3005,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
2995
3005
|
createdAt: zod.ZodString;
|
|
2996
3006
|
expiresAt: zod.ZodUnion<[zod.ZodString, zod.ZodNull]>;
|
|
2997
3007
|
createdBy: zod.ZodUnion<[zod.ZodString, zod.ZodNull]>;
|
|
2998
|
-
}, "
|
|
3008
|
+
}, "strip", zod.ZodTypeAny, {
|
|
2999
3009
|
workspaceId: string;
|
|
3000
3010
|
id: string;
|
|
3001
3011
|
createdAt: string;
|
|
@@ -3041,7 +3051,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3041
3051
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3042
3052
|
createdAt: zod.ZodString;
|
|
3043
3053
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3044
|
-
}, "
|
|
3054
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3045
3055
|
path: string;
|
|
3046
3056
|
workspaceId: string;
|
|
3047
3057
|
id: string;
|
|
@@ -3068,7 +3078,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3068
3078
|
bucketName?: string | null | undefined;
|
|
3069
3079
|
encryptionKey?: string | null | undefined;
|
|
3070
3080
|
}>, zod.ZodNull]>;
|
|
3071
|
-
}, "
|
|
3081
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3072
3082
|
expiresAt: string;
|
|
3073
3083
|
metadata: {
|
|
3074
3084
|
path: string;
|
|
@@ -3122,7 +3132,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3122
3132
|
size: zod.ZodOptional<zod.ZodNumber>;
|
|
3123
3133
|
mimeType: zod.ZodOptional<zod.ZodString>;
|
|
3124
3134
|
createdBy: zod.ZodOptional<zod.ZodString>;
|
|
3125
|
-
}, "
|
|
3135
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3126
3136
|
size?: number | undefined;
|
|
3127
3137
|
createdBy?: string | undefined;
|
|
3128
3138
|
fileName?: string | undefined;
|
|
@@ -3161,7 +3171,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3161
3171
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3162
3172
|
createdAt: zod.ZodString;
|
|
3163
3173
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3164
|
-
}, "
|
|
3174
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3165
3175
|
path: string;
|
|
3166
3176
|
workspaceId: string;
|
|
3167
3177
|
id: string;
|
|
@@ -3188,7 +3198,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3188
3198
|
bucketName?: string | null | undefined;
|
|
3189
3199
|
encryptionKey?: string | null | undefined;
|
|
3190
3200
|
}>;
|
|
3191
|
-
}, "
|
|
3201
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3192
3202
|
id: string;
|
|
3193
3203
|
uploadUrl: string;
|
|
3194
3204
|
expiresAt: string;
|
|
@@ -3227,7 +3237,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3227
3237
|
}>, zod.ZodObject<{
|
|
3228
3238
|
url: zod.ZodString;
|
|
3229
3239
|
expiresAt: zod.ZodString;
|
|
3230
|
-
}, "
|
|
3240
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3231
3241
|
expiresAt: string;
|
|
3232
3242
|
url: string;
|
|
3233
3243
|
}, {
|
|
@@ -3265,7 +3275,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3265
3275
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3266
3276
|
createdAt: zod.ZodString;
|
|
3267
3277
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3268
|
-
}, "
|
|
3278
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3269
3279
|
path: string;
|
|
3270
3280
|
workspaceId: string;
|
|
3271
3281
|
id: string;
|
|
@@ -3292,7 +3302,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3292
3302
|
bucketName?: string | null | undefined;
|
|
3293
3303
|
encryptionKey?: string | null | undefined;
|
|
3294
3304
|
}>;
|
|
3295
|
-
}, "
|
|
3305
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3296
3306
|
id: string;
|
|
3297
3307
|
uploadUrl: string;
|
|
3298
3308
|
expiresAt: string;
|
|
@@ -3331,7 +3341,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3331
3341
|
}>, zod.ZodObject<{
|
|
3332
3342
|
url: zod.ZodString;
|
|
3333
3343
|
expiresAt: zod.ZodString;
|
|
3334
|
-
}, "
|
|
3344
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3335
3345
|
expiresAt: string;
|
|
3336
3346
|
url: string;
|
|
3337
3347
|
}, {
|
|
@@ -3372,7 +3382,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3372
3382
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3373
3383
|
createdAt: zod.ZodString;
|
|
3374
3384
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3375
|
-
}, "
|
|
3385
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3376
3386
|
path: string;
|
|
3377
3387
|
workspaceId: string;
|
|
3378
3388
|
id: string;
|
|
@@ -3418,7 +3428,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3418
3428
|
size: zod.ZodOptional<zod.ZodNumber>;
|
|
3419
3429
|
mimeType: zod.ZodOptional<zod.ZodString>;
|
|
3420
3430
|
createdBy: zod.ZodOptional<zod.ZodString>;
|
|
3421
|
-
}, "
|
|
3431
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3422
3432
|
fileName: string;
|
|
3423
3433
|
size?: number | undefined;
|
|
3424
3434
|
createdBy?: string | undefined;
|
|
@@ -3432,7 +3442,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3432
3442
|
mimeType?: string | undefined;
|
|
3433
3443
|
}>, "many">, zod.ZodObject<{
|
|
3434
3444
|
files: zod.ZodArray<zod.ZodString, "many">;
|
|
3435
|
-
}, "
|
|
3445
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3436
3446
|
files: string[];
|
|
3437
3447
|
}, {
|
|
3438
3448
|
files: string[];
|
|
@@ -3451,7 +3461,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3451
3461
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3452
3462
|
createdAt: zod.ZodString;
|
|
3453
3463
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3454
|
-
}, "
|
|
3464
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3455
3465
|
path: string;
|
|
3456
3466
|
workspaceId: string;
|
|
3457
3467
|
id: string;
|
|
@@ -3491,7 +3501,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3491
3501
|
createdBy: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3492
3502
|
createdAt: zod.ZodString;
|
|
3493
3503
|
deletedAt: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNull]>>;
|
|
3494
|
-
}, "
|
|
3504
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3495
3505
|
path: string;
|
|
3496
3506
|
workspaceId: string;
|
|
3497
3507
|
id: string;
|
|
@@ -3518,7 +3528,7 @@ declare function useVaultClient(vaultUrl: string, token: string): _zodios_core.Z
|
|
|
3518
3528
|
bucketName?: string | null | undefined;
|
|
3519
3529
|
encryptionKey?: string | null | undefined;
|
|
3520
3530
|
}>, "many">;
|
|
3521
|
-
}, "
|
|
3531
|
+
}, "strip", zod.ZodTypeAny, {
|
|
3522
3532
|
files: {
|
|
3523
3533
|
path: string;
|
|
3524
3534
|
workspaceId: string;
|