@rakun-kit/core 1.3.5 → 1.3.8
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/cjs/api/routes/manager/get.js +5 -0
- package/dist/cjs/api/routes/manager/get.js.map +1 -1
- package/dist/cjs/api/routes/manager/list.js +7 -1
- package/dist/cjs/api/routes/manager/list.js.map +1 -1
- package/dist/cjs/api/routes/manager/media/finalizeUpload.js +4 -18
- package/dist/cjs/api/routes/manager/media/finalizeUpload.js.map +1 -1
- package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js +63 -0
- package/dist/cjs/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
- package/dist/cjs/api/routes/web/page.js +69 -69
- package/dist/cjs/api/routes/web/page.js.map +1 -1
- package/dist/cjs/api/utils/populates/populateRelations.js +3 -0
- package/dist/cjs/api/utils/populates/populateRelations.js.map +1 -1
- package/dist/cjs/lib/ContentType.js +62 -80
- package/dist/cjs/lib/ContentType.js.map +1 -1
- package/dist/cjs/lib/fields/File.js +3 -0
- package/dist/cjs/lib/fields/File.js.map +1 -1
- package/dist/cjs/orm/index.js +0 -6
- package/dist/cjs/orm/index.js.map +1 -1
- package/dist/esm/api/operations/index.d.ts +32 -14
- package/dist/esm/api/operations/index.d.ts.map +1 -1
- package/dist/esm/api/operations/manager-contract.d.ts +9 -9
- package/dist/esm/api/operations/manager.d.ts +9 -9
- package/dist/esm/api/operations/web-contract.d.ts +23 -5
- package/dist/esm/api/operations/web-contract.d.ts.map +1 -1
- package/dist/esm/api/operations/web.d.ts +23 -5
- package/dist/esm/api/operations/web.d.ts.map +1 -1
- package/dist/esm/api/proxies/index.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/getSession.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/markTourSeen.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/updateAccount.d.ts +2 -2
- package/dist/esm/api/routes/manager/auth/updateTutorialPreferences.d.ts +2 -2
- package/dist/esm/api/routes/manager/create.d.ts +2 -2
- package/dist/esm/api/routes/manager/duplicate.d.ts +2 -2
- package/dist/esm/api/routes/manager/get.d.ts +1 -16
- package/dist/esm/api/routes/manager/get.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/get.js +5 -0
- package/dist/esm/api/routes/manager/get.js.map +1 -1
- package/dist/esm/api/routes/manager/languages.d.ts +2 -2
- package/dist/esm/api/routes/manager/list.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/list.js +7 -1
- package/dist/esm/api/routes/manager/list.js.map +1 -1
- package/dist/esm/api/routes/manager/media/finalizeUpload.d.ts.map +1 -1
- package/dist/esm/api/routes/manager/media/finalizeUpload.js +4 -18
- package/dist/esm/api/routes/manager/media/finalizeUpload.js.map +1 -1
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts +2 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.d.ts.map +1 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js +59 -0
- package/dist/esm/api/routes/manager/media/resolveMediaRecordUrls.js.map +1 -0
- package/dist/esm/api/routes/manager/update.d.ts +2 -2
- package/dist/esm/api/routes/web/page.d.ts.map +1 -1
- package/dist/esm/api/routes/web/page.js +69 -69
- package/dist/esm/api/routes/web/page.js.map +1 -1
- package/dist/esm/api/routes/web/previewPage.d.ts +11 -2
- package/dist/esm/api/routes/web/previewPage.d.ts.map +1 -1
- package/dist/esm/api/utils/getLanguages.d.ts +2 -2
- package/dist/esm/api/utils/getUser.d.ts +2 -2
- package/dist/esm/api/utils/populates/populateRelations.js +3 -0
- package/dist/esm/api/utils/populates/populateRelations.js.map +1 -1
- package/dist/esm/internal-content-types/ManagerUser.d.ts +7 -7
- package/dist/esm/internal-content-types/MfaChallenge.d.ts +28 -28
- package/dist/esm/internal-content-types/Page.d.ts +227 -8
- package/dist/esm/internal-content-types/Page.d.ts.map +1 -1
- package/dist/esm/internal-content-types/RouteSettings.d.ts +227 -8
- package/dist/esm/internal-content-types/RouteSettings.d.ts.map +1 -1
- package/dist/esm/internal-content-types/Seo.d.ts +78 -0
- package/dist/esm/internal-content-types/Seo.d.ts.map +1 -1
- package/dist/esm/internal-content-types/SeoSettings.d.ts +78 -0
- package/dist/esm/internal-content-types/SeoSettings.d.ts.map +1 -1
- package/dist/esm/internal-content-types/Session.d.ts +28 -28
- package/dist/esm/internal-content-types/UserMfa.d.ts +28 -28
- package/dist/esm/internal-content-types/WebAuthnCredential.d.ts +28 -28
- package/dist/esm/internal-content-types/WebAuthnRegChallenge.d.ts +28 -28
- package/dist/esm/lib/ContentType.d.ts +58 -82
- package/dist/esm/lib/ContentType.d.ts.map +1 -1
- package/dist/esm/lib/ContentType.js +62 -80
- package/dist/esm/lib/ContentType.js.map +1 -1
- package/dist/esm/lib/fields/File.d.ts +6 -0
- package/dist/esm/lib/fields/File.d.ts.map +1 -1
- package/dist/esm/lib/fields/File.js +3 -0
- package/dist/esm/lib/fields/File.js.map +1 -1
- package/dist/esm/manager.d.ts +36 -36
- package/dist/esm/orm/index.d.ts.map +1 -1
- package/dist/esm/orm/index.js +0 -6
- package/dist/esm/orm/index.js.map +1 -1
- package/dist/esm/schemas/web/page.d.ts +84 -12
- package/dist/esm/schemas/web/page.d.ts.map +1 -1
- package/dist/esm/schemas/web/previewPage.d.ts +44 -8
- package/dist/esm/schemas/web/previewPage.d.ts.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -23,6 +23,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
23
23
|
height: number | null;
|
|
24
24
|
size: number;
|
|
25
25
|
orientation: "portrait" | "landscape" | null;
|
|
26
|
+
key?: string | undefined;
|
|
27
|
+
access?: "public" | "private" | undefined;
|
|
28
|
+
previewKey?: string | null | undefined;
|
|
26
29
|
title?: string | undefined;
|
|
27
30
|
alt?: string | null | undefined;
|
|
28
31
|
sizes?: {
|
|
@@ -52,6 +55,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
52
55
|
height: number | null;
|
|
53
56
|
size: number;
|
|
54
57
|
orientation: "portrait" | "landscape" | null;
|
|
58
|
+
key?: string | undefined;
|
|
59
|
+
access?: "public" | "private" | undefined;
|
|
60
|
+
previewKey?: string | null | undefined;
|
|
55
61
|
title?: string | undefined;
|
|
56
62
|
alt?: string | null | undefined;
|
|
57
63
|
sizes?: {
|
|
@@ -78,6 +84,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
78
84
|
height: number | null;
|
|
79
85
|
size: number;
|
|
80
86
|
orientation: "portrait" | "landscape" | null;
|
|
87
|
+
key?: string | undefined;
|
|
88
|
+
access?: "public" | "private" | undefined;
|
|
89
|
+
previewKey?: string | null | undefined;
|
|
81
90
|
title?: string | undefined;
|
|
82
91
|
alt?: string | null | undefined;
|
|
83
92
|
sizes?: {
|
|
@@ -95,8 +104,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
95
104
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
96
105
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
97
106
|
_trashed?: boolean | undefined;
|
|
98
|
-
trashedAt?: Date | undefined;
|
|
99
107
|
_revision?: number | undefined;
|
|
108
|
+
trashedAt?: Date | undefined;
|
|
100
109
|
createdAt?: Date | undefined;
|
|
101
110
|
updatedAt?: Date | undefined;
|
|
102
111
|
}, {
|
|
@@ -114,6 +123,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
114
123
|
height: number | null;
|
|
115
124
|
size: number;
|
|
116
125
|
orientation: "portrait" | "landscape" | null;
|
|
126
|
+
key?: string | undefined;
|
|
127
|
+
access?: "public" | "private" | undefined;
|
|
128
|
+
previewKey?: string | null | undefined;
|
|
117
129
|
title?: string | undefined;
|
|
118
130
|
alt?: string | null | undefined;
|
|
119
131
|
sizes?: {
|
|
@@ -143,6 +155,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
143
155
|
height: number | null;
|
|
144
156
|
size: number;
|
|
145
157
|
orientation: "portrait" | "landscape" | null;
|
|
158
|
+
key?: string | undefined;
|
|
159
|
+
access?: "public" | "private" | undefined;
|
|
160
|
+
previewKey?: string | null | undefined;
|
|
146
161
|
title?: string | undefined;
|
|
147
162
|
alt?: string | null | undefined;
|
|
148
163
|
sizes?: {
|
|
@@ -169,6 +184,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
169
184
|
height: number | null;
|
|
170
185
|
size: number;
|
|
171
186
|
orientation: "portrait" | "landscape" | null;
|
|
187
|
+
key?: string | undefined;
|
|
188
|
+
access?: "public" | "private" | undefined;
|
|
189
|
+
previewKey?: string | null | undefined;
|
|
172
190
|
title?: string | undefined;
|
|
173
191
|
alt?: string | null | undefined;
|
|
174
192
|
sizes?: {
|
|
@@ -186,8 +204,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
186
204
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
187
205
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
188
206
|
_trashed?: boolean | undefined;
|
|
189
|
-
trashedAt?: Date | undefined;
|
|
190
207
|
_revision?: number | undefined;
|
|
208
|
+
trashedAt?: Date | undefined;
|
|
191
209
|
createdAt?: Date | undefined;
|
|
192
210
|
updatedAt?: Date | undefined;
|
|
193
211
|
}, z.core.$ZodTypeInternals<{
|
|
@@ -205,6 +223,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
205
223
|
height: number | null;
|
|
206
224
|
size: number;
|
|
207
225
|
orientation: "portrait" | "landscape" | null;
|
|
226
|
+
key?: string | undefined;
|
|
227
|
+
access?: "public" | "private" | undefined;
|
|
228
|
+
previewKey?: string | null | undefined;
|
|
208
229
|
title?: string | undefined;
|
|
209
230
|
alt?: string | null | undefined;
|
|
210
231
|
sizes?: {
|
|
@@ -234,6 +255,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
234
255
|
height: number | null;
|
|
235
256
|
size: number;
|
|
236
257
|
orientation: "portrait" | "landscape" | null;
|
|
258
|
+
key?: string | undefined;
|
|
259
|
+
access?: "public" | "private" | undefined;
|
|
260
|
+
previewKey?: string | null | undefined;
|
|
237
261
|
title?: string | undefined;
|
|
238
262
|
alt?: string | null | undefined;
|
|
239
263
|
sizes?: {
|
|
@@ -260,6 +284,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
260
284
|
height: number | null;
|
|
261
285
|
size: number;
|
|
262
286
|
orientation: "portrait" | "landscape" | null;
|
|
287
|
+
key?: string | undefined;
|
|
288
|
+
access?: "public" | "private" | undefined;
|
|
289
|
+
previewKey?: string | null | undefined;
|
|
263
290
|
title?: string | undefined;
|
|
264
291
|
alt?: string | null | undefined;
|
|
265
292
|
sizes?: {
|
|
@@ -277,8 +304,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
277
304
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
278
305
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
279
306
|
_trashed?: boolean | undefined;
|
|
280
|
-
trashedAt?: Date | undefined;
|
|
281
307
|
_revision?: number | undefined;
|
|
308
|
+
trashedAt?: Date | undefined;
|
|
282
309
|
createdAt?: Date | undefined;
|
|
283
310
|
updatedAt?: Date | undefined;
|
|
284
311
|
}, {
|
|
@@ -296,6 +323,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
296
323
|
height: number | null;
|
|
297
324
|
size: number;
|
|
298
325
|
orientation: "portrait" | "landscape" | null;
|
|
326
|
+
key?: string | undefined;
|
|
327
|
+
access?: "public" | "private" | undefined;
|
|
328
|
+
previewKey?: string | null | undefined;
|
|
299
329
|
title?: string | undefined;
|
|
300
330
|
alt?: string | null | undefined;
|
|
301
331
|
sizes?: {
|
|
@@ -325,6 +355,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
325
355
|
height: number | null;
|
|
326
356
|
size: number;
|
|
327
357
|
orientation: "portrait" | "landscape" | null;
|
|
358
|
+
key?: string | undefined;
|
|
359
|
+
access?: "public" | "private" | undefined;
|
|
360
|
+
previewKey?: string | null | undefined;
|
|
328
361
|
title?: string | undefined;
|
|
329
362
|
alt?: string | null | undefined;
|
|
330
363
|
sizes?: {
|
|
@@ -351,6 +384,9 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
351
384
|
height: number | null;
|
|
352
385
|
size: number;
|
|
353
386
|
orientation: "portrait" | "landscape" | null;
|
|
387
|
+
key?: string | undefined;
|
|
388
|
+
access?: "public" | "private" | undefined;
|
|
389
|
+
previewKey?: string | null | undefined;
|
|
354
390
|
title?: string | undefined;
|
|
355
391
|
alt?: string | null | undefined;
|
|
356
392
|
sizes?: {
|
|
@@ -368,8 +404,8 @@ export declare const pageSeoOutput: z.ZodIntersection<z.ZodType<{
|
|
|
368
404
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
369
405
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
370
406
|
_trashed?: boolean | undefined;
|
|
371
|
-
trashedAt?: Date | undefined;
|
|
372
407
|
_revision?: number | undefined;
|
|
408
|
+
trashedAt?: Date | undefined;
|
|
373
409
|
createdAt?: Date | undefined;
|
|
374
410
|
updatedAt?: Date | undefined;
|
|
375
411
|
}>>, z.ZodObject<{
|
|
@@ -416,6 +452,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
416
452
|
height: number | null;
|
|
417
453
|
size: number;
|
|
418
454
|
orientation: "portrait" | "landscape" | null;
|
|
455
|
+
key?: string | undefined;
|
|
456
|
+
access?: "public" | "private" | undefined;
|
|
457
|
+
previewKey?: string | null | undefined;
|
|
419
458
|
title?: string | undefined;
|
|
420
459
|
alt?: string | null | undefined;
|
|
421
460
|
sizes?: {
|
|
@@ -445,6 +484,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
445
484
|
height: number | null;
|
|
446
485
|
size: number;
|
|
447
486
|
orientation: "portrait" | "landscape" | null;
|
|
487
|
+
key?: string | undefined;
|
|
488
|
+
access?: "public" | "private" | undefined;
|
|
489
|
+
previewKey?: string | null | undefined;
|
|
448
490
|
title?: string | undefined;
|
|
449
491
|
alt?: string | null | undefined;
|
|
450
492
|
sizes?: {
|
|
@@ -471,6 +513,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
471
513
|
height: number | null;
|
|
472
514
|
size: number;
|
|
473
515
|
orientation: "portrait" | "landscape" | null;
|
|
516
|
+
key?: string | undefined;
|
|
517
|
+
access?: "public" | "private" | undefined;
|
|
518
|
+
previewKey?: string | null | undefined;
|
|
474
519
|
title?: string | undefined;
|
|
475
520
|
alt?: string | null | undefined;
|
|
476
521
|
sizes?: {
|
|
@@ -488,8 +533,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
488
533
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
489
534
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
490
535
|
_trashed?: boolean | undefined;
|
|
491
|
-
trashedAt?: Date | undefined;
|
|
492
536
|
_revision?: number | undefined;
|
|
537
|
+
trashedAt?: Date | undefined;
|
|
493
538
|
createdAt?: Date | undefined;
|
|
494
539
|
updatedAt?: Date | undefined;
|
|
495
540
|
}, {
|
|
@@ -507,6 +552,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
507
552
|
height: number | null;
|
|
508
553
|
size: number;
|
|
509
554
|
orientation: "portrait" | "landscape" | null;
|
|
555
|
+
key?: string | undefined;
|
|
556
|
+
access?: "public" | "private" | undefined;
|
|
557
|
+
previewKey?: string | null | undefined;
|
|
510
558
|
title?: string | undefined;
|
|
511
559
|
alt?: string | null | undefined;
|
|
512
560
|
sizes?: {
|
|
@@ -536,6 +584,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
536
584
|
height: number | null;
|
|
537
585
|
size: number;
|
|
538
586
|
orientation: "portrait" | "landscape" | null;
|
|
587
|
+
key?: string | undefined;
|
|
588
|
+
access?: "public" | "private" | undefined;
|
|
589
|
+
previewKey?: string | null | undefined;
|
|
539
590
|
title?: string | undefined;
|
|
540
591
|
alt?: string | null | undefined;
|
|
541
592
|
sizes?: {
|
|
@@ -562,6 +613,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
562
613
|
height: number | null;
|
|
563
614
|
size: number;
|
|
564
615
|
orientation: "portrait" | "landscape" | null;
|
|
616
|
+
key?: string | undefined;
|
|
617
|
+
access?: "public" | "private" | undefined;
|
|
618
|
+
previewKey?: string | null | undefined;
|
|
565
619
|
title?: string | undefined;
|
|
566
620
|
alt?: string | null | undefined;
|
|
567
621
|
sizes?: {
|
|
@@ -579,8 +633,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
579
633
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
580
634
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
581
635
|
_trashed?: boolean | undefined;
|
|
582
|
-
trashedAt?: Date | undefined;
|
|
583
636
|
_revision?: number | undefined;
|
|
637
|
+
trashedAt?: Date | undefined;
|
|
584
638
|
createdAt?: Date | undefined;
|
|
585
639
|
updatedAt?: Date | undefined;
|
|
586
640
|
}, z.core.$ZodTypeInternals<{
|
|
@@ -598,6 +652,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
598
652
|
height: number | null;
|
|
599
653
|
size: number;
|
|
600
654
|
orientation: "portrait" | "landscape" | null;
|
|
655
|
+
key?: string | undefined;
|
|
656
|
+
access?: "public" | "private" | undefined;
|
|
657
|
+
previewKey?: string | null | undefined;
|
|
601
658
|
title?: string | undefined;
|
|
602
659
|
alt?: string | null | undefined;
|
|
603
660
|
sizes?: {
|
|
@@ -627,6 +684,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
627
684
|
height: number | null;
|
|
628
685
|
size: number;
|
|
629
686
|
orientation: "portrait" | "landscape" | null;
|
|
687
|
+
key?: string | undefined;
|
|
688
|
+
access?: "public" | "private" | undefined;
|
|
689
|
+
previewKey?: string | null | undefined;
|
|
630
690
|
title?: string | undefined;
|
|
631
691
|
alt?: string | null | undefined;
|
|
632
692
|
sizes?: {
|
|
@@ -653,6 +713,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
653
713
|
height: number | null;
|
|
654
714
|
size: number;
|
|
655
715
|
orientation: "portrait" | "landscape" | null;
|
|
716
|
+
key?: string | undefined;
|
|
717
|
+
access?: "public" | "private" | undefined;
|
|
718
|
+
previewKey?: string | null | undefined;
|
|
656
719
|
title?: string | undefined;
|
|
657
720
|
alt?: string | null | undefined;
|
|
658
721
|
sizes?: {
|
|
@@ -670,8 +733,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
670
733
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
671
734
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
672
735
|
_trashed?: boolean | undefined;
|
|
673
|
-
trashedAt?: Date | undefined;
|
|
674
736
|
_revision?: number | undefined;
|
|
737
|
+
trashedAt?: Date | undefined;
|
|
675
738
|
createdAt?: Date | undefined;
|
|
676
739
|
updatedAt?: Date | undefined;
|
|
677
740
|
}, {
|
|
@@ -689,6 +752,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
689
752
|
height: number | null;
|
|
690
753
|
size: number;
|
|
691
754
|
orientation: "portrait" | "landscape" | null;
|
|
755
|
+
key?: string | undefined;
|
|
756
|
+
access?: "public" | "private" | undefined;
|
|
757
|
+
previewKey?: string | null | undefined;
|
|
692
758
|
title?: string | undefined;
|
|
693
759
|
alt?: string | null | undefined;
|
|
694
760
|
sizes?: {
|
|
@@ -718,6 +784,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
718
784
|
height: number | null;
|
|
719
785
|
size: number;
|
|
720
786
|
orientation: "portrait" | "landscape" | null;
|
|
787
|
+
key?: string | undefined;
|
|
788
|
+
access?: "public" | "private" | undefined;
|
|
789
|
+
previewKey?: string | null | undefined;
|
|
721
790
|
title?: string | undefined;
|
|
722
791
|
alt?: string | null | undefined;
|
|
723
792
|
sizes?: {
|
|
@@ -744,6 +813,9 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
744
813
|
height: number | null;
|
|
745
814
|
size: number;
|
|
746
815
|
orientation: "portrait" | "landscape" | null;
|
|
816
|
+
key?: string | undefined;
|
|
817
|
+
access?: "public" | "private" | undefined;
|
|
818
|
+
previewKey?: string | null | undefined;
|
|
747
819
|
title?: string | undefined;
|
|
748
820
|
alt?: string | null | undefined;
|
|
749
821
|
sizes?: {
|
|
@@ -761,8 +833,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
761
833
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
762
834
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
763
835
|
_trashed?: boolean | undefined;
|
|
764
|
-
trashedAt?: Date | undefined;
|
|
765
836
|
_revision?: number | undefined;
|
|
837
|
+
trashedAt?: Date | undefined;
|
|
766
838
|
createdAt?: Date | undefined;
|
|
767
839
|
updatedAt?: Date | undefined;
|
|
768
840
|
}>>, z.ZodObject<{
|
|
@@ -781,8 +853,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
781
853
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
782
854
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
783
855
|
_trashed?: boolean | undefined;
|
|
784
|
-
trashedAt?: Date | undefined;
|
|
785
856
|
_revision?: number | undefined;
|
|
857
|
+
trashedAt?: Date | undefined;
|
|
786
858
|
createdAt?: Date | undefined;
|
|
787
859
|
updatedAt?: Date | undefined;
|
|
788
860
|
}, {
|
|
@@ -796,8 +868,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
796
868
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
797
869
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
798
870
|
_trashed?: boolean | undefined;
|
|
799
|
-
trashedAt?: Date | undefined;
|
|
800
871
|
_revision?: number | undefined;
|
|
872
|
+
trashedAt?: Date | undefined;
|
|
801
873
|
createdAt?: Date | undefined;
|
|
802
874
|
updatedAt?: Date | undefined;
|
|
803
875
|
}, z.core.$ZodTypeInternals<{
|
|
@@ -811,8 +883,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
811
883
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
812
884
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
813
885
|
_trashed?: boolean | undefined;
|
|
814
|
-
trashedAt?: Date | undefined;
|
|
815
886
|
_revision?: number | undefined;
|
|
887
|
+
trashedAt?: Date | undefined;
|
|
816
888
|
createdAt?: Date | undefined;
|
|
817
889
|
updatedAt?: Date | undefined;
|
|
818
890
|
}, {
|
|
@@ -826,8 +898,8 @@ export declare const pageOutput: z.ZodObject<{
|
|
|
826
898
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
827
899
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
828
900
|
_trashed?: boolean | undefined;
|
|
829
|
-
trashedAt?: Date | undefined;
|
|
830
901
|
_revision?: number | undefined;
|
|
902
|
+
trashedAt?: Date | undefined;
|
|
831
903
|
createdAt?: Date | undefined;
|
|
832
904
|
updatedAt?: Date | undefined;
|
|
833
905
|
}>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../src/schemas/web/page.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,SAAS;;;;iBAIpB,CAAC;AAEH,eAAO,MAAM,UAAU;;;kCAMC,CAAC;AAEzB,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../src/schemas/web/page.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,SAAS;;;;iBAIpB,CAAC;AAEH,eAAO,MAAM,UAAU;;;kCAMC,CAAC;AAEzB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAOzB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA4BrB,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AAC1D,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,UAAU,CAAC,CAAC"}
|
|
@@ -44,6 +44,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
44
44
|
height: number | null;
|
|
45
45
|
size: number;
|
|
46
46
|
orientation: "portrait" | "landscape" | null;
|
|
47
|
+
key?: string | undefined;
|
|
48
|
+
access?: "public" | "private" | undefined;
|
|
49
|
+
previewKey?: string | null | undefined;
|
|
47
50
|
title?: string | undefined;
|
|
48
51
|
alt?: string | null | undefined;
|
|
49
52
|
sizes?: {
|
|
@@ -73,6 +76,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
73
76
|
height: number | null;
|
|
74
77
|
size: number;
|
|
75
78
|
orientation: "portrait" | "landscape" | null;
|
|
79
|
+
key?: string | undefined;
|
|
80
|
+
access?: "public" | "private" | undefined;
|
|
81
|
+
previewKey?: string | null | undefined;
|
|
76
82
|
title?: string | undefined;
|
|
77
83
|
alt?: string | null | undefined;
|
|
78
84
|
sizes?: {
|
|
@@ -99,6 +105,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
99
105
|
height: number | null;
|
|
100
106
|
size: number;
|
|
101
107
|
orientation: "portrait" | "landscape" | null;
|
|
108
|
+
key?: string | undefined;
|
|
109
|
+
access?: "public" | "private" | undefined;
|
|
110
|
+
previewKey?: string | null | undefined;
|
|
102
111
|
title?: string | undefined;
|
|
103
112
|
alt?: string | null | undefined;
|
|
104
113
|
sizes?: {
|
|
@@ -116,8 +125,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
116
125
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
117
126
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
118
127
|
_trashed?: boolean | undefined;
|
|
119
|
-
trashedAt?: Date | undefined;
|
|
120
128
|
_revision?: number | undefined;
|
|
129
|
+
trashedAt?: Date | undefined;
|
|
121
130
|
createdAt?: Date | undefined;
|
|
122
131
|
updatedAt?: Date | undefined;
|
|
123
132
|
}, {
|
|
@@ -135,6 +144,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
135
144
|
height: number | null;
|
|
136
145
|
size: number;
|
|
137
146
|
orientation: "portrait" | "landscape" | null;
|
|
147
|
+
key?: string | undefined;
|
|
148
|
+
access?: "public" | "private" | undefined;
|
|
149
|
+
previewKey?: string | null | undefined;
|
|
138
150
|
title?: string | undefined;
|
|
139
151
|
alt?: string | null | undefined;
|
|
140
152
|
sizes?: {
|
|
@@ -164,6 +176,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
164
176
|
height: number | null;
|
|
165
177
|
size: number;
|
|
166
178
|
orientation: "portrait" | "landscape" | null;
|
|
179
|
+
key?: string | undefined;
|
|
180
|
+
access?: "public" | "private" | undefined;
|
|
181
|
+
previewKey?: string | null | undefined;
|
|
167
182
|
title?: string | undefined;
|
|
168
183
|
alt?: string | null | undefined;
|
|
169
184
|
sizes?: {
|
|
@@ -190,6 +205,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
190
205
|
height: number | null;
|
|
191
206
|
size: number;
|
|
192
207
|
orientation: "portrait" | "landscape" | null;
|
|
208
|
+
key?: string | undefined;
|
|
209
|
+
access?: "public" | "private" | undefined;
|
|
210
|
+
previewKey?: string | null | undefined;
|
|
193
211
|
title?: string | undefined;
|
|
194
212
|
alt?: string | null | undefined;
|
|
195
213
|
sizes?: {
|
|
@@ -207,8 +225,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
207
225
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
208
226
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
209
227
|
_trashed?: boolean | undefined;
|
|
210
|
-
trashedAt?: Date | undefined;
|
|
211
228
|
_revision?: number | undefined;
|
|
229
|
+
trashedAt?: Date | undefined;
|
|
212
230
|
createdAt?: Date | undefined;
|
|
213
231
|
updatedAt?: Date | undefined;
|
|
214
232
|
}, z.core.$ZodTypeInternals<{
|
|
@@ -226,6 +244,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
226
244
|
height: number | null;
|
|
227
245
|
size: number;
|
|
228
246
|
orientation: "portrait" | "landscape" | null;
|
|
247
|
+
key?: string | undefined;
|
|
248
|
+
access?: "public" | "private" | undefined;
|
|
249
|
+
previewKey?: string | null | undefined;
|
|
229
250
|
title?: string | undefined;
|
|
230
251
|
alt?: string | null | undefined;
|
|
231
252
|
sizes?: {
|
|
@@ -255,6 +276,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
255
276
|
height: number | null;
|
|
256
277
|
size: number;
|
|
257
278
|
orientation: "portrait" | "landscape" | null;
|
|
279
|
+
key?: string | undefined;
|
|
280
|
+
access?: "public" | "private" | undefined;
|
|
281
|
+
previewKey?: string | null | undefined;
|
|
258
282
|
title?: string | undefined;
|
|
259
283
|
alt?: string | null | undefined;
|
|
260
284
|
sizes?: {
|
|
@@ -281,6 +305,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
281
305
|
height: number | null;
|
|
282
306
|
size: number;
|
|
283
307
|
orientation: "portrait" | "landscape" | null;
|
|
308
|
+
key?: string | undefined;
|
|
309
|
+
access?: "public" | "private" | undefined;
|
|
310
|
+
previewKey?: string | null | undefined;
|
|
284
311
|
title?: string | undefined;
|
|
285
312
|
alt?: string | null | undefined;
|
|
286
313
|
sizes?: {
|
|
@@ -298,8 +325,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
298
325
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
299
326
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
300
327
|
_trashed?: boolean | undefined;
|
|
301
|
-
trashedAt?: Date | undefined;
|
|
302
328
|
_revision?: number | undefined;
|
|
329
|
+
trashedAt?: Date | undefined;
|
|
303
330
|
createdAt?: Date | undefined;
|
|
304
331
|
updatedAt?: Date | undefined;
|
|
305
332
|
}, {
|
|
@@ -317,6 +344,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
317
344
|
height: number | null;
|
|
318
345
|
size: number;
|
|
319
346
|
orientation: "portrait" | "landscape" | null;
|
|
347
|
+
key?: string | undefined;
|
|
348
|
+
access?: "public" | "private" | undefined;
|
|
349
|
+
previewKey?: string | null | undefined;
|
|
320
350
|
title?: string | undefined;
|
|
321
351
|
alt?: string | null | undefined;
|
|
322
352
|
sizes?: {
|
|
@@ -346,6 +376,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
346
376
|
height: number | null;
|
|
347
377
|
size: number;
|
|
348
378
|
orientation: "portrait" | "landscape" | null;
|
|
379
|
+
key?: string | undefined;
|
|
380
|
+
access?: "public" | "private" | undefined;
|
|
381
|
+
previewKey?: string | null | undefined;
|
|
349
382
|
title?: string | undefined;
|
|
350
383
|
alt?: string | null | undefined;
|
|
351
384
|
sizes?: {
|
|
@@ -372,6 +405,9 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
372
405
|
height: number | null;
|
|
373
406
|
size: number;
|
|
374
407
|
orientation: "portrait" | "landscape" | null;
|
|
408
|
+
key?: string | undefined;
|
|
409
|
+
access?: "public" | "private" | undefined;
|
|
410
|
+
previewKey?: string | null | undefined;
|
|
375
411
|
title?: string | undefined;
|
|
376
412
|
alt?: string | null | undefined;
|
|
377
413
|
sizes?: {
|
|
@@ -389,8 +425,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
389
425
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
390
426
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
391
427
|
_trashed?: boolean | undefined;
|
|
392
|
-
trashedAt?: Date | undefined;
|
|
393
428
|
_revision?: number | undefined;
|
|
429
|
+
trashedAt?: Date | undefined;
|
|
394
430
|
createdAt?: Date | undefined;
|
|
395
431
|
updatedAt?: Date | undefined;
|
|
396
432
|
}>>, z.ZodObject<{
|
|
@@ -409,8 +445,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
409
445
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
410
446
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
411
447
|
_trashed?: boolean | undefined;
|
|
412
|
-
trashedAt?: Date | undefined;
|
|
413
448
|
_revision?: number | undefined;
|
|
449
|
+
trashedAt?: Date | undefined;
|
|
414
450
|
createdAt?: Date | undefined;
|
|
415
451
|
updatedAt?: Date | undefined;
|
|
416
452
|
}, {
|
|
@@ -424,8 +460,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
424
460
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
425
461
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
426
462
|
_trashed?: boolean | undefined;
|
|
427
|
-
trashedAt?: Date | undefined;
|
|
428
463
|
_revision?: number | undefined;
|
|
464
|
+
trashedAt?: Date | undefined;
|
|
429
465
|
createdAt?: Date | undefined;
|
|
430
466
|
updatedAt?: Date | undefined;
|
|
431
467
|
}, z.core.$ZodTypeInternals<{
|
|
@@ -439,8 +475,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
439
475
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
440
476
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
441
477
|
_trashed?: boolean | undefined;
|
|
442
|
-
trashedAt?: Date | undefined;
|
|
443
478
|
_revision?: number | undefined;
|
|
479
|
+
trashedAt?: Date | undefined;
|
|
444
480
|
createdAt?: Date | undefined;
|
|
445
481
|
updatedAt?: Date | undefined;
|
|
446
482
|
}, {
|
|
@@ -454,8 +490,8 @@ export declare const previewPageOutput: z.ZodObject<{
|
|
|
454
490
|
_visibility?: import("../..").DocumentVisibility | undefined;
|
|
455
491
|
_visibilityBeforeTrash?: Exclude<import("../..").DocumentVisibility, "trash"> | undefined;
|
|
456
492
|
_trashed?: boolean | undefined;
|
|
457
|
-
trashedAt?: Date | undefined;
|
|
458
493
|
_revision?: number | undefined;
|
|
494
|
+
trashedAt?: Date | undefined;
|
|
459
495
|
createdAt?: Date | undefined;
|
|
460
496
|
updatedAt?: Date | undefined;
|
|
461
497
|
}>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"previewPage.d.ts","sourceRoot":"","sources":["../../../../src/schemas/web/previewPage.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,gBAAgB;;;;;iBAK3B,CAAC;AAEH,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"previewPage.d.ts","sourceRoot":"","sources":["../../../../src/schemas/web/previewPage.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,eAAO,MAAM,gBAAgB;;;;;iBAK3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAAa,CAAC;AAE5C,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAChE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
|