@shotstack/schemas 1.5.0 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.bundled.json +22 -0
- package/dist/schema.d.ts +16 -0
- package/dist/zod/zod.gen.cjs +8 -0
- package/dist/zod/zod.gen.d.ts +377 -77
- package/dist/zod/zod.gen.js +8 -0
- package/dist/zod/zod.gen.ts +5 -0
- package/package.json +1 -1
package/dist/zod/zod.gen.d.ts
CHANGED
|
@@ -56,11 +56,13 @@ export declare const captionFontSchema: z.ZodObject<{
|
|
|
56
56
|
*/
|
|
57
57
|
export declare const captionpropertiesCaptionMarginSchema: z.ZodObject<{
|
|
58
58
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
59
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
59
60
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
60
61
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
61
62
|
}, z.core.$strict>;
|
|
62
63
|
export declare const captionMarginSchema: z.ZodObject<{
|
|
63
64
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
65
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
64
66
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
65
67
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
66
68
|
}, z.core.$strict>;
|
|
@@ -98,6 +100,7 @@ export declare const captionassetCaptionAssetSchema: z.ZodObject<{
|
|
|
98
100
|
}, z.core.$strict>>;
|
|
99
101
|
margin: z.ZodOptional<z.ZodObject<{
|
|
100
102
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
103
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
101
104
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
102
105
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
103
106
|
}, z.core.$strict>>;
|
|
@@ -126,6 +129,7 @@ export declare const captionAssetSchema: z.ZodObject<{
|
|
|
126
129
|
}, z.core.$strict>>;
|
|
127
130
|
margin: z.ZodOptional<z.ZodObject<{
|
|
128
131
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
132
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
129
133
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
130
134
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
131
135
|
}, z.core.$strict>>;
|
|
@@ -3552,9 +3556,9 @@ export declare const htmlassetHtmlAssetSchema: z.ZodObject<{
|
|
|
3552
3556
|
background: z.ZodOptional<z.ZodString>;
|
|
3553
3557
|
position: z.ZodOptional<z.ZodEnum<{
|
|
3554
3558
|
top: "top";
|
|
3559
|
+
bottom: "bottom";
|
|
3555
3560
|
left: "left";
|
|
3556
3561
|
right: "right";
|
|
3557
|
-
bottom: "bottom";
|
|
3558
3562
|
topRight: "topRight";
|
|
3559
3563
|
bottomRight: "bottomRight";
|
|
3560
3564
|
bottomLeft: "bottomLeft";
|
|
@@ -3573,9 +3577,9 @@ export declare const htmlAssetSchema: z.ZodObject<{
|
|
|
3573
3577
|
background: z.ZodOptional<z.ZodString>;
|
|
3574
3578
|
position: z.ZodOptional<z.ZodEnum<{
|
|
3575
3579
|
top: "top";
|
|
3580
|
+
bottom: "bottom";
|
|
3576
3581
|
left: "left";
|
|
3577
3582
|
right: "right";
|
|
3578
|
-
bottom: "bottom";
|
|
3579
3583
|
topRight: "topRight";
|
|
3580
3584
|
bottomRight: "bottomRight";
|
|
3581
3585
|
bottomLeft: "bottomLeft";
|
|
@@ -4596,6 +4600,11 @@ export declare const richtextassetRichTextAssetSchema: z.ZodObject<{
|
|
|
4596
4600
|
}, z.core.$strip>>;
|
|
4597
4601
|
}, z.core.$strict>>;
|
|
4598
4602
|
}, z.core.$strict>>;
|
|
4603
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
4604
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
4605
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4606
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
4607
|
+
}, z.core.$strict>>;
|
|
4599
4608
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
4600
4609
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
4601
4610
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -4698,6 +4707,11 @@ export declare const richTextAssetSchema: z.ZodObject<{
|
|
|
4698
4707
|
}, z.core.$strip>>;
|
|
4699
4708
|
}, z.core.$strict>>;
|
|
4700
4709
|
}, z.core.$strict>>;
|
|
4710
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
4711
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
4712
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4713
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
4714
|
+
}, z.core.$strict>>;
|
|
4701
4715
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
4702
4716
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
4703
4717
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -9228,9 +9242,9 @@ export declare const titleassetTitleAssetSchema: z.ZodObject<{
|
|
|
9228
9242
|
background: z.ZodOptional<z.ZodString>;
|
|
9229
9243
|
position: z.ZodOptional<z.ZodEnum<{
|
|
9230
9244
|
top: "top";
|
|
9245
|
+
bottom: "bottom";
|
|
9231
9246
|
left: "left";
|
|
9232
9247
|
right: "right";
|
|
9233
|
-
bottom: "bottom";
|
|
9234
9248
|
topRight: "topRight";
|
|
9235
9249
|
bottomRight: "bottomRight";
|
|
9236
9250
|
bottomLeft: "bottomLeft";
|
|
@@ -9352,9 +9366,9 @@ export declare const titleAssetSchema: z.ZodObject<{
|
|
|
9352
9366
|
background: z.ZodOptional<z.ZodString>;
|
|
9353
9367
|
position: z.ZodOptional<z.ZodEnum<{
|
|
9354
9368
|
top: "top";
|
|
9369
|
+
bottom: "bottom";
|
|
9355
9370
|
left: "left";
|
|
9356
9371
|
right: "right";
|
|
9357
|
-
bottom: "bottom";
|
|
9358
9372
|
topRight: "topRight";
|
|
9359
9373
|
bottomRight: "bottomRight";
|
|
9360
9374
|
bottomLeft: "bottomLeft";
|
|
@@ -10020,6 +10034,11 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10020
10034
|
}, z.core.$strip>>;
|
|
10021
10035
|
}, z.core.$strict>>;
|
|
10022
10036
|
}, z.core.$strict>>;
|
|
10037
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
10038
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
10039
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
10040
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
10041
|
+
}, z.core.$strict>>;
|
|
10023
10042
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
10024
10043
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
10025
10044
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -10159,6 +10178,7 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10159
10178
|
}, z.core.$strict>>;
|
|
10160
10179
|
margin: z.ZodOptional<z.ZodObject<{
|
|
10161
10180
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
10181
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
10162
10182
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
10163
10183
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
10164
10184
|
}, z.core.$strict>>;
|
|
@@ -10175,9 +10195,9 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10175
10195
|
background: z.ZodOptional<z.ZodString>;
|
|
10176
10196
|
position: z.ZodOptional<z.ZodEnum<{
|
|
10177
10197
|
top: "top";
|
|
10198
|
+
bottom: "bottom";
|
|
10178
10199
|
left: "left";
|
|
10179
10200
|
right: "right";
|
|
10180
|
-
bottom: "bottom";
|
|
10181
10201
|
topRight: "topRight";
|
|
10182
10202
|
bottomRight: "bottomRight";
|
|
10183
10203
|
bottomLeft: "bottomLeft";
|
|
@@ -10214,9 +10234,9 @@ export declare const assetAssetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10214
10234
|
background: z.ZodOptional<z.ZodString>;
|
|
10215
10235
|
position: z.ZodOptional<z.ZodEnum<{
|
|
10216
10236
|
top: "top";
|
|
10237
|
+
bottom: "bottom";
|
|
10217
10238
|
left: "left";
|
|
10218
10239
|
right: "right";
|
|
10219
|
-
bottom: "bottom";
|
|
10220
10240
|
topRight: "topRight";
|
|
10221
10241
|
bottomRight: "bottomRight";
|
|
10222
10242
|
bottomLeft: "bottomLeft";
|
|
@@ -10674,6 +10694,11 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10674
10694
|
}, z.core.$strip>>;
|
|
10675
10695
|
}, z.core.$strict>>;
|
|
10676
10696
|
}, z.core.$strict>>;
|
|
10697
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
10698
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
10699
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
10700
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
10701
|
+
}, z.core.$strict>>;
|
|
10677
10702
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
10678
10703
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
10679
10704
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -10813,6 +10838,7 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10813
10838
|
}, z.core.$strict>>;
|
|
10814
10839
|
margin: z.ZodOptional<z.ZodObject<{
|
|
10815
10840
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
10841
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
10816
10842
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
10817
10843
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
10818
10844
|
}, z.core.$strict>>;
|
|
@@ -10829,9 +10855,9 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10829
10855
|
background: z.ZodOptional<z.ZodString>;
|
|
10830
10856
|
position: z.ZodOptional<z.ZodEnum<{
|
|
10831
10857
|
top: "top";
|
|
10858
|
+
bottom: "bottom";
|
|
10832
10859
|
left: "left";
|
|
10833
10860
|
right: "right";
|
|
10834
|
-
bottom: "bottom";
|
|
10835
10861
|
topRight: "topRight";
|
|
10836
10862
|
bottomRight: "bottomRight";
|
|
10837
10863
|
bottomLeft: "bottomLeft";
|
|
@@ -10868,9 +10894,9 @@ export declare const assetSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
10868
10894
|
background: z.ZodOptional<z.ZodString>;
|
|
10869
10895
|
position: z.ZodOptional<z.ZodEnum<{
|
|
10870
10896
|
top: "top";
|
|
10897
|
+
bottom: "bottom";
|
|
10871
10898
|
left: "left";
|
|
10872
10899
|
right: "right";
|
|
10873
|
-
bottom: "bottom";
|
|
10874
10900
|
topRight: "topRight";
|
|
10875
10901
|
bottomRight: "bottomRight";
|
|
10876
10902
|
bottomLeft: "bottomLeft";
|
|
@@ -11332,6 +11358,11 @@ export declare const clipClipSchema: z.ZodObject<{
|
|
|
11332
11358
|
}, z.core.$strip>>;
|
|
11333
11359
|
}, z.core.$strict>>;
|
|
11334
11360
|
}, z.core.$strict>>;
|
|
11361
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
11362
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
11363
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
11364
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
11365
|
+
}, z.core.$strict>>;
|
|
11335
11366
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
11336
11367
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
11337
11368
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -11471,6 +11502,7 @@ export declare const clipClipSchema: z.ZodObject<{
|
|
|
11471
11502
|
}, z.core.$strict>>;
|
|
11472
11503
|
margin: z.ZodOptional<z.ZodObject<{
|
|
11473
11504
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
11505
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
11474
11506
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
11475
11507
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
11476
11508
|
}, z.core.$strict>>;
|
|
@@ -11487,9 +11519,9 @@ export declare const clipClipSchema: z.ZodObject<{
|
|
|
11487
11519
|
background: z.ZodOptional<z.ZodString>;
|
|
11488
11520
|
position: z.ZodOptional<z.ZodEnum<{
|
|
11489
11521
|
top: "top";
|
|
11522
|
+
bottom: "bottom";
|
|
11490
11523
|
left: "left";
|
|
11491
11524
|
right: "right";
|
|
11492
|
-
bottom: "bottom";
|
|
11493
11525
|
topRight: "topRight";
|
|
11494
11526
|
bottomRight: "bottomRight";
|
|
11495
11527
|
bottomLeft: "bottomLeft";
|
|
@@ -11526,9 +11558,9 @@ export declare const clipClipSchema: z.ZodObject<{
|
|
|
11526
11558
|
background: z.ZodOptional<z.ZodString>;
|
|
11527
11559
|
position: z.ZodOptional<z.ZodEnum<{
|
|
11528
11560
|
top: "top";
|
|
11561
|
+
bottom: "bottom";
|
|
11529
11562
|
left: "left";
|
|
11530
11563
|
right: "right";
|
|
11531
|
-
bottom: "bottom";
|
|
11532
11564
|
topRight: "topRight";
|
|
11533
11565
|
bottomRight: "bottomRight";
|
|
11534
11566
|
bottomLeft: "bottomLeft";
|
|
@@ -11874,9 +11906,9 @@ export declare const clipClipSchema: z.ZodObject<{
|
|
|
11874
11906
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
11875
11907
|
position: z.ZodOptional<z.ZodEnum<{
|
|
11876
11908
|
top: "top";
|
|
11909
|
+
bottom: "bottom";
|
|
11877
11910
|
left: "left";
|
|
11878
11911
|
right: "right";
|
|
11879
|
-
bottom: "bottom";
|
|
11880
11912
|
topRight: "topRight";
|
|
11881
11913
|
bottomRight: "bottomRight";
|
|
11882
11914
|
bottomLeft: "bottomLeft";
|
|
@@ -12470,6 +12502,11 @@ export declare const clipSchema: z.ZodObject<{
|
|
|
12470
12502
|
}, z.core.$strip>>;
|
|
12471
12503
|
}, z.core.$strict>>;
|
|
12472
12504
|
}, z.core.$strict>>;
|
|
12505
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
12506
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
12507
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
12508
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
12509
|
+
}, z.core.$strict>>;
|
|
12473
12510
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
12474
12511
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
12475
12512
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -12609,6 +12646,7 @@ export declare const clipSchema: z.ZodObject<{
|
|
|
12609
12646
|
}, z.core.$strict>>;
|
|
12610
12647
|
margin: z.ZodOptional<z.ZodObject<{
|
|
12611
12648
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
12649
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
12612
12650
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
12613
12651
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
12614
12652
|
}, z.core.$strict>>;
|
|
@@ -12625,9 +12663,9 @@ export declare const clipSchema: z.ZodObject<{
|
|
|
12625
12663
|
background: z.ZodOptional<z.ZodString>;
|
|
12626
12664
|
position: z.ZodOptional<z.ZodEnum<{
|
|
12627
12665
|
top: "top";
|
|
12666
|
+
bottom: "bottom";
|
|
12628
12667
|
left: "left";
|
|
12629
12668
|
right: "right";
|
|
12630
|
-
bottom: "bottom";
|
|
12631
12669
|
topRight: "topRight";
|
|
12632
12670
|
bottomRight: "bottomRight";
|
|
12633
12671
|
bottomLeft: "bottomLeft";
|
|
@@ -12664,9 +12702,9 @@ export declare const clipSchema: z.ZodObject<{
|
|
|
12664
12702
|
background: z.ZodOptional<z.ZodString>;
|
|
12665
12703
|
position: z.ZodOptional<z.ZodEnum<{
|
|
12666
12704
|
top: "top";
|
|
12705
|
+
bottom: "bottom";
|
|
12667
12706
|
left: "left";
|
|
12668
12707
|
right: "right";
|
|
12669
|
-
bottom: "bottom";
|
|
12670
12708
|
topRight: "topRight";
|
|
12671
12709
|
bottomRight: "bottomRight";
|
|
12672
12710
|
bottomLeft: "bottomLeft";
|
|
@@ -13012,9 +13050,9 @@ export declare const clipSchema: z.ZodObject<{
|
|
|
13012
13050
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13013
13051
|
position: z.ZodOptional<z.ZodEnum<{
|
|
13014
13052
|
top: "top";
|
|
13053
|
+
bottom: "bottom";
|
|
13015
13054
|
left: "left";
|
|
13016
13055
|
right: "right";
|
|
13017
|
-
bottom: "bottom";
|
|
13018
13056
|
topRight: "topRight";
|
|
13019
13057
|
bottomRight: "bottomRight";
|
|
13020
13058
|
bottomLeft: "bottomLeft";
|
|
@@ -13612,6 +13650,11 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
13612
13650
|
}, z.core.$strip>>;
|
|
13613
13651
|
}, z.core.$strict>>;
|
|
13614
13652
|
}, z.core.$strict>>;
|
|
13653
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
13654
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
13655
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
13656
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
13657
|
+
}, z.core.$strict>>;
|
|
13615
13658
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
13616
13659
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
13617
13660
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -13751,6 +13794,7 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
13751
13794
|
}, z.core.$strict>>;
|
|
13752
13795
|
margin: z.ZodOptional<z.ZodObject<{
|
|
13753
13796
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13797
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13754
13798
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13755
13799
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13756
13800
|
}, z.core.$strict>>;
|
|
@@ -13767,9 +13811,9 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
13767
13811
|
background: z.ZodOptional<z.ZodString>;
|
|
13768
13812
|
position: z.ZodOptional<z.ZodEnum<{
|
|
13769
13813
|
top: "top";
|
|
13814
|
+
bottom: "bottom";
|
|
13770
13815
|
left: "left";
|
|
13771
13816
|
right: "right";
|
|
13772
|
-
bottom: "bottom";
|
|
13773
13817
|
topRight: "topRight";
|
|
13774
13818
|
bottomRight: "bottomRight";
|
|
13775
13819
|
bottomLeft: "bottomLeft";
|
|
@@ -13806,9 +13850,9 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
13806
13850
|
background: z.ZodOptional<z.ZodString>;
|
|
13807
13851
|
position: z.ZodOptional<z.ZodEnum<{
|
|
13808
13852
|
top: "top";
|
|
13853
|
+
bottom: "bottom";
|
|
13809
13854
|
left: "left";
|
|
13810
13855
|
right: "right";
|
|
13811
|
-
bottom: "bottom";
|
|
13812
13856
|
topRight: "topRight";
|
|
13813
13857
|
bottomRight: "bottomRight";
|
|
13814
13858
|
bottomLeft: "bottomLeft";
|
|
@@ -14154,9 +14198,9 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
14154
14198
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14155
14199
|
position: z.ZodOptional<z.ZodEnum<{
|
|
14156
14200
|
top: "top";
|
|
14201
|
+
bottom: "bottom";
|
|
14157
14202
|
left: "left";
|
|
14158
14203
|
right: "right";
|
|
14159
|
-
bottom: "bottom";
|
|
14160
14204
|
topRight: "topRight";
|
|
14161
14205
|
bottomRight: "bottomRight";
|
|
14162
14206
|
bottomLeft: "bottomLeft";
|
|
@@ -14752,6 +14796,11 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
14752
14796
|
}, z.core.$strip>>;
|
|
14753
14797
|
}, z.core.$strict>>;
|
|
14754
14798
|
}, z.core.$strict>>;
|
|
14799
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
14800
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
14801
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
14802
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
14803
|
+
}, z.core.$strict>>;
|
|
14755
14804
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
14756
14805
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
14757
14806
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -14891,6 +14940,7 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
14891
14940
|
}, z.core.$strict>>;
|
|
14892
14941
|
margin: z.ZodOptional<z.ZodObject<{
|
|
14893
14942
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14943
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14894
14944
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14895
14945
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14896
14946
|
}, z.core.$strict>>;
|
|
@@ -14907,9 +14957,9 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
14907
14957
|
background: z.ZodOptional<z.ZodString>;
|
|
14908
14958
|
position: z.ZodOptional<z.ZodEnum<{
|
|
14909
14959
|
top: "top";
|
|
14960
|
+
bottom: "bottom";
|
|
14910
14961
|
left: "left";
|
|
14911
14962
|
right: "right";
|
|
14912
|
-
bottom: "bottom";
|
|
14913
14963
|
topRight: "topRight";
|
|
14914
14964
|
bottomRight: "bottomRight";
|
|
14915
14965
|
bottomLeft: "bottomLeft";
|
|
@@ -14946,9 +14996,9 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
14946
14996
|
background: z.ZodOptional<z.ZodString>;
|
|
14947
14997
|
position: z.ZodOptional<z.ZodEnum<{
|
|
14948
14998
|
top: "top";
|
|
14999
|
+
bottom: "bottom";
|
|
14949
15000
|
left: "left";
|
|
14950
15001
|
right: "right";
|
|
14951
|
-
bottom: "bottom";
|
|
14952
15002
|
topRight: "topRight";
|
|
14953
15003
|
bottomRight: "bottomRight";
|
|
14954
15004
|
bottomLeft: "bottomLeft";
|
|
@@ -15294,9 +15344,9 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
15294
15344
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
15295
15345
|
position: z.ZodOptional<z.ZodEnum<{
|
|
15296
15346
|
top: "top";
|
|
15347
|
+
bottom: "bottom";
|
|
15297
15348
|
left: "left";
|
|
15298
15349
|
right: "right";
|
|
15299
|
-
bottom: "bottom";
|
|
15300
15350
|
topRight: "topRight";
|
|
15301
15351
|
bottomRight: "bottomRight";
|
|
15302
15352
|
bottomLeft: "bottomLeft";
|
|
@@ -15909,6 +15959,11 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
15909
15959
|
}, z.core.$strip>>;
|
|
15910
15960
|
}, z.core.$strict>>;
|
|
15911
15961
|
}, z.core.$strict>>;
|
|
15962
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
15963
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
15964
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
15965
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
15966
|
+
}, z.core.$strict>>;
|
|
15912
15967
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
15913
15968
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
15914
15969
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -16048,6 +16103,7 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
16048
16103
|
}, z.core.$strict>>;
|
|
16049
16104
|
margin: z.ZodOptional<z.ZodObject<{
|
|
16050
16105
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16106
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16051
16107
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16052
16108
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16053
16109
|
}, z.core.$strict>>;
|
|
@@ -16064,9 +16120,9 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
16064
16120
|
background: z.ZodOptional<z.ZodString>;
|
|
16065
16121
|
position: z.ZodOptional<z.ZodEnum<{
|
|
16066
16122
|
top: "top";
|
|
16123
|
+
bottom: "bottom";
|
|
16067
16124
|
left: "left";
|
|
16068
16125
|
right: "right";
|
|
16069
|
-
bottom: "bottom";
|
|
16070
16126
|
topRight: "topRight";
|
|
16071
16127
|
bottomRight: "bottomRight";
|
|
16072
16128
|
bottomLeft: "bottomLeft";
|
|
@@ -16103,9 +16159,9 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
16103
16159
|
background: z.ZodOptional<z.ZodString>;
|
|
16104
16160
|
position: z.ZodOptional<z.ZodEnum<{
|
|
16105
16161
|
top: "top";
|
|
16162
|
+
bottom: "bottom";
|
|
16106
16163
|
left: "left";
|
|
16107
16164
|
right: "right";
|
|
16108
|
-
bottom: "bottom";
|
|
16109
16165
|
topRight: "topRight";
|
|
16110
16166
|
bottomRight: "bottomRight";
|
|
16111
16167
|
bottomLeft: "bottomLeft";
|
|
@@ -16451,9 +16507,9 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
16451
16507
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16452
16508
|
position: z.ZodOptional<z.ZodEnum<{
|
|
16453
16509
|
top: "top";
|
|
16510
|
+
bottom: "bottom";
|
|
16454
16511
|
left: "left";
|
|
16455
16512
|
right: "right";
|
|
16456
|
-
bottom: "bottom";
|
|
16457
16513
|
topRight: "topRight";
|
|
16458
16514
|
bottomRight: "bottomRight";
|
|
16459
16515
|
bottomLeft: "bottomLeft";
|
|
@@ -17065,6 +17121,11 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
17065
17121
|
}, z.core.$strip>>;
|
|
17066
17122
|
}, z.core.$strict>>;
|
|
17067
17123
|
}, z.core.$strict>>;
|
|
17124
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
17125
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
17126
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
17127
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
17128
|
+
}, z.core.$strict>>;
|
|
17068
17129
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
17069
17130
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
17070
17131
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -17204,6 +17265,7 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
17204
17265
|
}, z.core.$strict>>;
|
|
17205
17266
|
margin: z.ZodOptional<z.ZodObject<{
|
|
17206
17267
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17268
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17207
17269
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17208
17270
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17209
17271
|
}, z.core.$strict>>;
|
|
@@ -17220,9 +17282,9 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
17220
17282
|
background: z.ZodOptional<z.ZodString>;
|
|
17221
17283
|
position: z.ZodOptional<z.ZodEnum<{
|
|
17222
17284
|
top: "top";
|
|
17285
|
+
bottom: "bottom";
|
|
17223
17286
|
left: "left";
|
|
17224
17287
|
right: "right";
|
|
17225
|
-
bottom: "bottom";
|
|
17226
17288
|
topRight: "topRight";
|
|
17227
17289
|
bottomRight: "bottomRight";
|
|
17228
17290
|
bottomLeft: "bottomLeft";
|
|
@@ -17259,9 +17321,9 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
17259
17321
|
background: z.ZodOptional<z.ZodString>;
|
|
17260
17322
|
position: z.ZodOptional<z.ZodEnum<{
|
|
17261
17323
|
top: "top";
|
|
17324
|
+
bottom: "bottom";
|
|
17262
17325
|
left: "left";
|
|
17263
17326
|
right: "right";
|
|
17264
|
-
bottom: "bottom";
|
|
17265
17327
|
topRight: "topRight";
|
|
17266
17328
|
bottomRight: "bottomRight";
|
|
17267
17329
|
bottomLeft: "bottomLeft";
|
|
@@ -17607,9 +17669,9 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
17607
17669
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17608
17670
|
position: z.ZodOptional<z.ZodEnum<{
|
|
17609
17671
|
top: "top";
|
|
17672
|
+
bottom: "bottom";
|
|
17610
17673
|
left: "left";
|
|
17611
17674
|
right: "right";
|
|
17612
|
-
bottom: "bottom";
|
|
17613
17675
|
topRight: "topRight";
|
|
17614
17676
|
bottomRight: "bottomRight";
|
|
17615
17677
|
bottomLeft: "bottomLeft";
|
|
@@ -18225,6 +18287,11 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
18225
18287
|
}, z.core.$strip>>;
|
|
18226
18288
|
}, z.core.$strict>>;
|
|
18227
18289
|
}, z.core.$strict>>;
|
|
18290
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
18291
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
18292
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
18293
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
18294
|
+
}, z.core.$strict>>;
|
|
18228
18295
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
18229
18296
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
18230
18297
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -18364,6 +18431,7 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
18364
18431
|
}, z.core.$strict>>;
|
|
18365
18432
|
margin: z.ZodOptional<z.ZodObject<{
|
|
18366
18433
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
18434
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
18367
18435
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
18368
18436
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
18369
18437
|
}, z.core.$strict>>;
|
|
@@ -18380,9 +18448,9 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
18380
18448
|
background: z.ZodOptional<z.ZodString>;
|
|
18381
18449
|
position: z.ZodOptional<z.ZodEnum<{
|
|
18382
18450
|
top: "top";
|
|
18451
|
+
bottom: "bottom";
|
|
18383
18452
|
left: "left";
|
|
18384
18453
|
right: "right";
|
|
18385
|
-
bottom: "bottom";
|
|
18386
18454
|
topRight: "topRight";
|
|
18387
18455
|
bottomRight: "bottomRight";
|
|
18388
18456
|
bottomLeft: "bottomLeft";
|
|
@@ -18419,9 +18487,9 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
18419
18487
|
background: z.ZodOptional<z.ZodString>;
|
|
18420
18488
|
position: z.ZodOptional<z.ZodEnum<{
|
|
18421
18489
|
top: "top";
|
|
18490
|
+
bottom: "bottom";
|
|
18422
18491
|
left: "left";
|
|
18423
18492
|
right: "right";
|
|
18424
|
-
bottom: "bottom";
|
|
18425
18493
|
topRight: "topRight";
|
|
18426
18494
|
bottomRight: "bottomRight";
|
|
18427
18495
|
bottomLeft: "bottomLeft";
|
|
@@ -18767,9 +18835,9 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
18767
18835
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
18768
18836
|
position: z.ZodOptional<z.ZodEnum<{
|
|
18769
18837
|
top: "top";
|
|
18838
|
+
bottom: "bottom";
|
|
18770
18839
|
left: "left";
|
|
18771
18840
|
right: "right";
|
|
18772
|
-
bottom: "bottom";
|
|
18773
18841
|
topRight: "topRight";
|
|
18774
18842
|
bottomRight: "bottomRight";
|
|
18775
18843
|
bottomLeft: "bottomLeft";
|
|
@@ -19343,6 +19411,14 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
19343
19411
|
local: "local";
|
|
19344
19412
|
mount: "mount";
|
|
19345
19413
|
}>>;
|
|
19414
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
19415
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
19416
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
19417
|
+
}, z.core.$strict>>;
|
|
19418
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
19419
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
19420
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
19421
|
+
}, z.core.$strict>>;
|
|
19346
19422
|
}, z.core.$strict>;
|
|
19347
19423
|
export declare const editSchema: z.ZodObject<{
|
|
19348
19424
|
timeline: z.ZodObject<{
|
|
@@ -19526,6 +19602,11 @@ export declare const editSchema: z.ZodObject<{
|
|
|
19526
19602
|
}, z.core.$strip>>;
|
|
19527
19603
|
}, z.core.$strict>>;
|
|
19528
19604
|
}, z.core.$strict>>;
|
|
19605
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
19606
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
19607
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
19608
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
19609
|
+
}, z.core.$strict>>;
|
|
19529
19610
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
19530
19611
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
19531
19612
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -19665,6 +19746,7 @@ export declare const editSchema: z.ZodObject<{
|
|
|
19665
19746
|
}, z.core.$strict>>;
|
|
19666
19747
|
margin: z.ZodOptional<z.ZodObject<{
|
|
19667
19748
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
19749
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
19668
19750
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
19669
19751
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
19670
19752
|
}, z.core.$strict>>;
|
|
@@ -19681,9 +19763,9 @@ export declare const editSchema: z.ZodObject<{
|
|
|
19681
19763
|
background: z.ZodOptional<z.ZodString>;
|
|
19682
19764
|
position: z.ZodOptional<z.ZodEnum<{
|
|
19683
19765
|
top: "top";
|
|
19766
|
+
bottom: "bottom";
|
|
19684
19767
|
left: "left";
|
|
19685
19768
|
right: "right";
|
|
19686
|
-
bottom: "bottom";
|
|
19687
19769
|
topRight: "topRight";
|
|
19688
19770
|
bottomRight: "bottomRight";
|
|
19689
19771
|
bottomLeft: "bottomLeft";
|
|
@@ -19720,9 +19802,9 @@ export declare const editSchema: z.ZodObject<{
|
|
|
19720
19802
|
background: z.ZodOptional<z.ZodString>;
|
|
19721
19803
|
position: z.ZodOptional<z.ZodEnum<{
|
|
19722
19804
|
top: "top";
|
|
19805
|
+
bottom: "bottom";
|
|
19723
19806
|
left: "left";
|
|
19724
19807
|
right: "right";
|
|
19725
|
-
bottom: "bottom";
|
|
19726
19808
|
topRight: "topRight";
|
|
19727
19809
|
bottomRight: "bottomRight";
|
|
19728
19810
|
bottomLeft: "bottomLeft";
|
|
@@ -20068,9 +20150,9 @@ export declare const editSchema: z.ZodObject<{
|
|
|
20068
20150
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
20069
20151
|
position: z.ZodOptional<z.ZodEnum<{
|
|
20070
20152
|
top: "top";
|
|
20153
|
+
bottom: "bottom";
|
|
20071
20154
|
left: "left";
|
|
20072
20155
|
right: "right";
|
|
20073
|
-
bottom: "bottom";
|
|
20074
20156
|
topRight: "topRight";
|
|
20075
20157
|
bottomRight: "bottomRight";
|
|
20076
20158
|
bottomLeft: "bottomLeft";
|
|
@@ -20644,6 +20726,14 @@ export declare const editSchema: z.ZodObject<{
|
|
|
20644
20726
|
local: "local";
|
|
20645
20727
|
mount: "mount";
|
|
20646
20728
|
}>>;
|
|
20729
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
20730
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
20731
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
20732
|
+
}, z.core.$strict>>;
|
|
20733
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
20734
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
20735
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
20736
|
+
}, z.core.$strict>>;
|
|
20647
20737
|
}, z.core.$strict>;
|
|
20648
20738
|
/**
|
|
20649
20739
|
* The response data returned with the [RenderResponse](#tocs_renderresponse) including status and URL.
|
|
@@ -20849,6 +20939,11 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
20849
20939
|
}, z.core.$strip>>;
|
|
20850
20940
|
}, z.core.$strict>>;
|
|
20851
20941
|
}, z.core.$strict>>;
|
|
20942
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
20943
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
20944
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
20945
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
20946
|
+
}, z.core.$strict>>;
|
|
20852
20947
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
20853
20948
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
20854
20949
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -20988,6 +21083,7 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
20988
21083
|
}, z.core.$strict>>;
|
|
20989
21084
|
margin: z.ZodOptional<z.ZodObject<{
|
|
20990
21085
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
21086
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
20991
21087
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
20992
21088
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
20993
21089
|
}, z.core.$strict>>;
|
|
@@ -21004,9 +21100,9 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
21004
21100
|
background: z.ZodOptional<z.ZodString>;
|
|
21005
21101
|
position: z.ZodOptional<z.ZodEnum<{
|
|
21006
21102
|
top: "top";
|
|
21103
|
+
bottom: "bottom";
|
|
21007
21104
|
left: "left";
|
|
21008
21105
|
right: "right";
|
|
21009
|
-
bottom: "bottom";
|
|
21010
21106
|
topRight: "topRight";
|
|
21011
21107
|
bottomRight: "bottomRight";
|
|
21012
21108
|
bottomLeft: "bottomLeft";
|
|
@@ -21043,9 +21139,9 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
21043
21139
|
background: z.ZodOptional<z.ZodString>;
|
|
21044
21140
|
position: z.ZodOptional<z.ZodEnum<{
|
|
21045
21141
|
top: "top";
|
|
21142
|
+
bottom: "bottom";
|
|
21046
21143
|
left: "left";
|
|
21047
21144
|
right: "right";
|
|
21048
|
-
bottom: "bottom";
|
|
21049
21145
|
topRight: "topRight";
|
|
21050
21146
|
bottomRight: "bottomRight";
|
|
21051
21147
|
bottomLeft: "bottomLeft";
|
|
@@ -21391,9 +21487,9 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
21391
21487
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
21392
21488
|
position: z.ZodOptional<z.ZodEnum<{
|
|
21393
21489
|
top: "top";
|
|
21490
|
+
bottom: "bottom";
|
|
21394
21491
|
left: "left";
|
|
21395
21492
|
right: "right";
|
|
21396
|
-
bottom: "bottom";
|
|
21397
21493
|
topRight: "topRight";
|
|
21398
21494
|
bottomRight: "bottomRight";
|
|
21399
21495
|
bottomLeft: "bottomLeft";
|
|
@@ -21967,6 +22063,14 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
21967
22063
|
local: "local";
|
|
21968
22064
|
mount: "mount";
|
|
21969
22065
|
}>>;
|
|
22066
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
22067
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
22068
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
22069
|
+
}, z.core.$strict>>;
|
|
22070
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
22071
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
22072
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
22073
|
+
}, z.core.$strict>>;
|
|
21970
22074
|
}, z.core.$strict>>;
|
|
21971
22075
|
created: z.ZodOptional<z.ZodString>;
|
|
21972
22076
|
updated: z.ZodOptional<z.ZodString>;
|
|
@@ -22172,6 +22276,11 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
22172
22276
|
}, z.core.$strip>>;
|
|
22173
22277
|
}, z.core.$strict>>;
|
|
22174
22278
|
}, z.core.$strict>>;
|
|
22279
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
22280
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
22281
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
22282
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
22283
|
+
}, z.core.$strict>>;
|
|
22175
22284
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
22176
22285
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
22177
22286
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -22311,6 +22420,7 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
22311
22420
|
}, z.core.$strict>>;
|
|
22312
22421
|
margin: z.ZodOptional<z.ZodObject<{
|
|
22313
22422
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
22423
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
22314
22424
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
22315
22425
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
22316
22426
|
}, z.core.$strict>>;
|
|
@@ -22327,9 +22437,9 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
22327
22437
|
background: z.ZodOptional<z.ZodString>;
|
|
22328
22438
|
position: z.ZodOptional<z.ZodEnum<{
|
|
22329
22439
|
top: "top";
|
|
22440
|
+
bottom: "bottom";
|
|
22330
22441
|
left: "left";
|
|
22331
22442
|
right: "right";
|
|
22332
|
-
bottom: "bottom";
|
|
22333
22443
|
topRight: "topRight";
|
|
22334
22444
|
bottomRight: "bottomRight";
|
|
22335
22445
|
bottomLeft: "bottomLeft";
|
|
@@ -22366,9 +22476,9 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
22366
22476
|
background: z.ZodOptional<z.ZodString>;
|
|
22367
22477
|
position: z.ZodOptional<z.ZodEnum<{
|
|
22368
22478
|
top: "top";
|
|
22479
|
+
bottom: "bottom";
|
|
22369
22480
|
left: "left";
|
|
22370
22481
|
right: "right";
|
|
22371
|
-
bottom: "bottom";
|
|
22372
22482
|
topRight: "topRight";
|
|
22373
22483
|
bottomRight: "bottomRight";
|
|
22374
22484
|
bottomLeft: "bottomLeft";
|
|
@@ -22714,9 +22824,9 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
22714
22824
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
22715
22825
|
position: z.ZodOptional<z.ZodEnum<{
|
|
22716
22826
|
top: "top";
|
|
22827
|
+
bottom: "bottom";
|
|
22717
22828
|
left: "left";
|
|
22718
22829
|
right: "right";
|
|
22719
|
-
bottom: "bottom";
|
|
22720
22830
|
topRight: "topRight";
|
|
22721
22831
|
bottomRight: "bottomRight";
|
|
22722
22832
|
bottomLeft: "bottomLeft";
|
|
@@ -23290,6 +23400,14 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
23290
23400
|
local: "local";
|
|
23291
23401
|
mount: "mount";
|
|
23292
23402
|
}>>;
|
|
23403
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
23404
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
23405
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
23406
|
+
}, z.core.$strict>>;
|
|
23407
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
23408
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
23409
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
23410
|
+
}, z.core.$strict>>;
|
|
23293
23411
|
}, z.core.$strict>>;
|
|
23294
23412
|
created: z.ZodOptional<z.ZodString>;
|
|
23295
23413
|
updated: z.ZodOptional<z.ZodString>;
|
|
@@ -23501,6 +23619,11 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
23501
23619
|
}, z.core.$strip>>;
|
|
23502
23620
|
}, z.core.$strict>>;
|
|
23503
23621
|
}, z.core.$strict>>;
|
|
23622
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
23623
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
23624
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
23625
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
23626
|
+
}, z.core.$strict>>;
|
|
23504
23627
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
23505
23628
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
23506
23629
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -23640,6 +23763,7 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
23640
23763
|
}, z.core.$strict>>;
|
|
23641
23764
|
margin: z.ZodOptional<z.ZodObject<{
|
|
23642
23765
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
23766
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
23643
23767
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
23644
23768
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
23645
23769
|
}, z.core.$strict>>;
|
|
@@ -23656,9 +23780,9 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
23656
23780
|
background: z.ZodOptional<z.ZodString>;
|
|
23657
23781
|
position: z.ZodOptional<z.ZodEnum<{
|
|
23658
23782
|
top: "top";
|
|
23783
|
+
bottom: "bottom";
|
|
23659
23784
|
left: "left";
|
|
23660
23785
|
right: "right";
|
|
23661
|
-
bottom: "bottom";
|
|
23662
23786
|
topRight: "topRight";
|
|
23663
23787
|
bottomRight: "bottomRight";
|
|
23664
23788
|
bottomLeft: "bottomLeft";
|
|
@@ -23695,9 +23819,9 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
23695
23819
|
background: z.ZodOptional<z.ZodString>;
|
|
23696
23820
|
position: z.ZodOptional<z.ZodEnum<{
|
|
23697
23821
|
top: "top";
|
|
23822
|
+
bottom: "bottom";
|
|
23698
23823
|
left: "left";
|
|
23699
23824
|
right: "right";
|
|
23700
|
-
bottom: "bottom";
|
|
23701
23825
|
topRight: "topRight";
|
|
23702
23826
|
bottomRight: "bottomRight";
|
|
23703
23827
|
bottomLeft: "bottomLeft";
|
|
@@ -24043,9 +24167,9 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
24043
24167
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24044
24168
|
position: z.ZodOptional<z.ZodEnum<{
|
|
24045
24169
|
top: "top";
|
|
24170
|
+
bottom: "bottom";
|
|
24046
24171
|
left: "left";
|
|
24047
24172
|
right: "right";
|
|
24048
|
-
bottom: "bottom";
|
|
24049
24173
|
topRight: "topRight";
|
|
24050
24174
|
bottomRight: "bottomRight";
|
|
24051
24175
|
bottomLeft: "bottomLeft";
|
|
@@ -24619,6 +24743,14 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
24619
24743
|
local: "local";
|
|
24620
24744
|
mount: "mount";
|
|
24621
24745
|
}>>;
|
|
24746
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
24747
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
24748
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
24749
|
+
}, z.core.$strict>>;
|
|
24750
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
24751
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
24752
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
24753
|
+
}, z.core.$strict>>;
|
|
24622
24754
|
}, z.core.$strict>>;
|
|
24623
24755
|
created: z.ZodOptional<z.ZodString>;
|
|
24624
24756
|
updated: z.ZodOptional<z.ZodString>;
|
|
@@ -24828,6 +24960,11 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
24828
24960
|
}, z.core.$strip>>;
|
|
24829
24961
|
}, z.core.$strict>>;
|
|
24830
24962
|
}, z.core.$strict>>;
|
|
24963
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
24964
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
24965
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
24966
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
24967
|
+
}, z.core.$strict>>;
|
|
24831
24968
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
24832
24969
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
24833
24970
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -24967,6 +25104,7 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
24967
25104
|
}, z.core.$strict>>;
|
|
24968
25105
|
margin: z.ZodOptional<z.ZodObject<{
|
|
24969
25106
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
25107
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24970
25108
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24971
25109
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24972
25110
|
}, z.core.$strict>>;
|
|
@@ -24983,9 +25121,9 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
24983
25121
|
background: z.ZodOptional<z.ZodString>;
|
|
24984
25122
|
position: z.ZodOptional<z.ZodEnum<{
|
|
24985
25123
|
top: "top";
|
|
25124
|
+
bottom: "bottom";
|
|
24986
25125
|
left: "left";
|
|
24987
25126
|
right: "right";
|
|
24988
|
-
bottom: "bottom";
|
|
24989
25127
|
topRight: "topRight";
|
|
24990
25128
|
bottomRight: "bottomRight";
|
|
24991
25129
|
bottomLeft: "bottomLeft";
|
|
@@ -25022,9 +25160,9 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
25022
25160
|
background: z.ZodOptional<z.ZodString>;
|
|
25023
25161
|
position: z.ZodOptional<z.ZodEnum<{
|
|
25024
25162
|
top: "top";
|
|
25163
|
+
bottom: "bottom";
|
|
25025
25164
|
left: "left";
|
|
25026
25165
|
right: "right";
|
|
25027
|
-
bottom: "bottom";
|
|
25028
25166
|
topRight: "topRight";
|
|
25029
25167
|
bottomRight: "bottomRight";
|
|
25030
25168
|
bottomLeft: "bottomLeft";
|
|
@@ -25370,9 +25508,9 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
25370
25508
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
25371
25509
|
position: z.ZodOptional<z.ZodEnum<{
|
|
25372
25510
|
top: "top";
|
|
25511
|
+
bottom: "bottom";
|
|
25373
25512
|
left: "left";
|
|
25374
25513
|
right: "right";
|
|
25375
|
-
bottom: "bottom";
|
|
25376
25514
|
topRight: "topRight";
|
|
25377
25515
|
bottomRight: "bottomRight";
|
|
25378
25516
|
bottomLeft: "bottomLeft";
|
|
@@ -25946,6 +26084,14 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
25946
26084
|
local: "local";
|
|
25947
26085
|
mount: "mount";
|
|
25948
26086
|
}>>;
|
|
26087
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
26088
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
26089
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
26090
|
+
}, z.core.$strict>>;
|
|
26091
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
26092
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
26093
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
26094
|
+
}, z.core.$strict>>;
|
|
25949
26095
|
}, z.core.$strict>>;
|
|
25950
26096
|
created: z.ZodOptional<z.ZodString>;
|
|
25951
26097
|
updated: z.ZodOptional<z.ZodString>;
|
|
@@ -26140,6 +26286,11 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
26140
26286
|
}, z.core.$strip>>;
|
|
26141
26287
|
}, z.core.$strict>>;
|
|
26142
26288
|
}, z.core.$strict>>;
|
|
26289
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
26290
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
26291
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
26292
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
26293
|
+
}, z.core.$strict>>;
|
|
26143
26294
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
26144
26295
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
26145
26296
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -26279,6 +26430,7 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
26279
26430
|
}, z.core.$strict>>;
|
|
26280
26431
|
margin: z.ZodOptional<z.ZodObject<{
|
|
26281
26432
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
26433
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
26282
26434
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
26283
26435
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
26284
26436
|
}, z.core.$strict>>;
|
|
@@ -26295,9 +26447,9 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
26295
26447
|
background: z.ZodOptional<z.ZodString>;
|
|
26296
26448
|
position: z.ZodOptional<z.ZodEnum<{
|
|
26297
26449
|
top: "top";
|
|
26450
|
+
bottom: "bottom";
|
|
26298
26451
|
left: "left";
|
|
26299
26452
|
right: "right";
|
|
26300
|
-
bottom: "bottom";
|
|
26301
26453
|
topRight: "topRight";
|
|
26302
26454
|
bottomRight: "bottomRight";
|
|
26303
26455
|
bottomLeft: "bottomLeft";
|
|
@@ -26334,9 +26486,9 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
26334
26486
|
background: z.ZodOptional<z.ZodString>;
|
|
26335
26487
|
position: z.ZodOptional<z.ZodEnum<{
|
|
26336
26488
|
top: "top";
|
|
26489
|
+
bottom: "bottom";
|
|
26337
26490
|
left: "left";
|
|
26338
26491
|
right: "right";
|
|
26339
|
-
bottom: "bottom";
|
|
26340
26492
|
topRight: "topRight";
|
|
26341
26493
|
bottomRight: "bottomRight";
|
|
26342
26494
|
bottomLeft: "bottomLeft";
|
|
@@ -26682,9 +26834,9 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
26682
26834
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
26683
26835
|
position: z.ZodOptional<z.ZodEnum<{
|
|
26684
26836
|
top: "top";
|
|
26837
|
+
bottom: "bottom";
|
|
26685
26838
|
left: "left";
|
|
26686
26839
|
right: "right";
|
|
26687
|
-
bottom: "bottom";
|
|
26688
26840
|
topRight: "topRight";
|
|
26689
26841
|
bottomRight: "bottomRight";
|
|
26690
26842
|
bottomLeft: "bottomLeft";
|
|
@@ -27258,6 +27410,14 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
27258
27410
|
local: "local";
|
|
27259
27411
|
mount: "mount";
|
|
27260
27412
|
}>>;
|
|
27413
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
27414
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
27415
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
27416
|
+
}, z.core.$strict>>;
|
|
27417
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
27418
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
27419
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
27420
|
+
}, z.core.$strict>>;
|
|
27261
27421
|
}, z.core.$strict>;
|
|
27262
27422
|
}, z.core.$strict>;
|
|
27263
27423
|
export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
@@ -27446,6 +27606,11 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
27446
27606
|
}, z.core.$strip>>;
|
|
27447
27607
|
}, z.core.$strict>>;
|
|
27448
27608
|
}, z.core.$strict>>;
|
|
27609
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
27610
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
27611
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
27612
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
27613
|
+
}, z.core.$strict>>;
|
|
27449
27614
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
27450
27615
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
27451
27616
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -27585,6 +27750,7 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
27585
27750
|
}, z.core.$strict>>;
|
|
27586
27751
|
margin: z.ZodOptional<z.ZodObject<{
|
|
27587
27752
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27753
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27588
27754
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27589
27755
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27590
27756
|
}, z.core.$strict>>;
|
|
@@ -27601,9 +27767,9 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
27601
27767
|
background: z.ZodOptional<z.ZodString>;
|
|
27602
27768
|
position: z.ZodOptional<z.ZodEnum<{
|
|
27603
27769
|
top: "top";
|
|
27770
|
+
bottom: "bottom";
|
|
27604
27771
|
left: "left";
|
|
27605
27772
|
right: "right";
|
|
27606
|
-
bottom: "bottom";
|
|
27607
27773
|
topRight: "topRight";
|
|
27608
27774
|
bottomRight: "bottomRight";
|
|
27609
27775
|
bottomLeft: "bottomLeft";
|
|
@@ -27640,9 +27806,9 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
27640
27806
|
background: z.ZodOptional<z.ZodString>;
|
|
27641
27807
|
position: z.ZodOptional<z.ZodEnum<{
|
|
27642
27808
|
top: "top";
|
|
27809
|
+
bottom: "bottom";
|
|
27643
27810
|
left: "left";
|
|
27644
27811
|
right: "right";
|
|
27645
|
-
bottom: "bottom";
|
|
27646
27812
|
topRight: "topRight";
|
|
27647
27813
|
bottomRight: "bottomRight";
|
|
27648
27814
|
bottomLeft: "bottomLeft";
|
|
@@ -27988,9 +28154,9 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
27988
28154
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27989
28155
|
position: z.ZodOptional<z.ZodEnum<{
|
|
27990
28156
|
top: "top";
|
|
28157
|
+
bottom: "bottom";
|
|
27991
28158
|
left: "left";
|
|
27992
28159
|
right: "right";
|
|
27993
|
-
bottom: "bottom";
|
|
27994
28160
|
topRight: "topRight";
|
|
27995
28161
|
bottomRight: "bottomRight";
|
|
27996
28162
|
bottomLeft: "bottomLeft";
|
|
@@ -28564,6 +28730,14 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
28564
28730
|
local: "local";
|
|
28565
28731
|
mount: "mount";
|
|
28566
28732
|
}>>;
|
|
28733
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
28734
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
28735
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
28736
|
+
}, z.core.$strict>>;
|
|
28737
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
28738
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
28739
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
28740
|
+
}, z.core.$strict>>;
|
|
28567
28741
|
}, z.core.$strict>;
|
|
28568
28742
|
}, z.core.$strict>;
|
|
28569
28743
|
/**
|
|
@@ -28758,6 +28932,11 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
28758
28932
|
}, z.core.$strip>>;
|
|
28759
28933
|
}, z.core.$strict>>;
|
|
28760
28934
|
}, z.core.$strict>>;
|
|
28935
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
28936
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
28937
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
28938
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
28939
|
+
}, z.core.$strict>>;
|
|
28761
28940
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
28762
28941
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
28763
28942
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -28897,6 +29076,7 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
28897
29076
|
}, z.core.$strict>>;
|
|
28898
29077
|
margin: z.ZodOptional<z.ZodObject<{
|
|
28899
29078
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
29079
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
28900
29080
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
28901
29081
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
28902
29082
|
}, z.core.$strict>>;
|
|
@@ -28913,9 +29093,9 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
28913
29093
|
background: z.ZodOptional<z.ZodString>;
|
|
28914
29094
|
position: z.ZodOptional<z.ZodEnum<{
|
|
28915
29095
|
top: "top";
|
|
29096
|
+
bottom: "bottom";
|
|
28916
29097
|
left: "left";
|
|
28917
29098
|
right: "right";
|
|
28918
|
-
bottom: "bottom";
|
|
28919
29099
|
topRight: "topRight";
|
|
28920
29100
|
bottomRight: "bottomRight";
|
|
28921
29101
|
bottomLeft: "bottomLeft";
|
|
@@ -28952,9 +29132,9 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
28952
29132
|
background: z.ZodOptional<z.ZodString>;
|
|
28953
29133
|
position: z.ZodOptional<z.ZodEnum<{
|
|
28954
29134
|
top: "top";
|
|
29135
|
+
bottom: "bottom";
|
|
28955
29136
|
left: "left";
|
|
28956
29137
|
right: "right";
|
|
28957
|
-
bottom: "bottom";
|
|
28958
29138
|
topRight: "topRight";
|
|
28959
29139
|
bottomRight: "bottomRight";
|
|
28960
29140
|
bottomLeft: "bottomLeft";
|
|
@@ -29300,9 +29480,9 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
29300
29480
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
29301
29481
|
position: z.ZodOptional<z.ZodEnum<{
|
|
29302
29482
|
top: "top";
|
|
29483
|
+
bottom: "bottom";
|
|
29303
29484
|
left: "left";
|
|
29304
29485
|
right: "right";
|
|
29305
|
-
bottom: "bottom";
|
|
29306
29486
|
topRight: "topRight";
|
|
29307
29487
|
bottomRight: "bottomRight";
|
|
29308
29488
|
bottomLeft: "bottomLeft";
|
|
@@ -29876,6 +30056,14 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
29876
30056
|
local: "local";
|
|
29877
30057
|
mount: "mount";
|
|
29878
30058
|
}>>;
|
|
30059
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
30060
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
30061
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
30062
|
+
}, z.core.$strict>>;
|
|
30063
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
30064
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
30065
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
30066
|
+
}, z.core.$strict>>;
|
|
29879
30067
|
}, z.core.$strict>;
|
|
29880
30068
|
}, z.core.$strict>;
|
|
29881
30069
|
}, z.core.$strict>;
|
|
@@ -30068,6 +30256,11 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
30068
30256
|
}, z.core.$strip>>;
|
|
30069
30257
|
}, z.core.$strict>>;
|
|
30070
30258
|
}, z.core.$strict>>;
|
|
30259
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
30260
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
30261
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
30262
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
30263
|
+
}, z.core.$strict>>;
|
|
30071
30264
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
30072
30265
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
30073
30266
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -30207,6 +30400,7 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
30207
30400
|
}, z.core.$strict>>;
|
|
30208
30401
|
margin: z.ZodOptional<z.ZodObject<{
|
|
30209
30402
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
30403
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
30210
30404
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
30211
30405
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
30212
30406
|
}, z.core.$strict>>;
|
|
@@ -30223,9 +30417,9 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
30223
30417
|
background: z.ZodOptional<z.ZodString>;
|
|
30224
30418
|
position: z.ZodOptional<z.ZodEnum<{
|
|
30225
30419
|
top: "top";
|
|
30420
|
+
bottom: "bottom";
|
|
30226
30421
|
left: "left";
|
|
30227
30422
|
right: "right";
|
|
30228
|
-
bottom: "bottom";
|
|
30229
30423
|
topRight: "topRight";
|
|
30230
30424
|
bottomRight: "bottomRight";
|
|
30231
30425
|
bottomLeft: "bottomLeft";
|
|
@@ -30262,9 +30456,9 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
30262
30456
|
background: z.ZodOptional<z.ZodString>;
|
|
30263
30457
|
position: z.ZodOptional<z.ZodEnum<{
|
|
30264
30458
|
top: "top";
|
|
30459
|
+
bottom: "bottom";
|
|
30265
30460
|
left: "left";
|
|
30266
30461
|
right: "right";
|
|
30267
|
-
bottom: "bottom";
|
|
30268
30462
|
topRight: "topRight";
|
|
30269
30463
|
bottomRight: "bottomRight";
|
|
30270
30464
|
bottomLeft: "bottomLeft";
|
|
@@ -30610,9 +30804,9 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
30610
30804
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
30611
30805
|
position: z.ZodOptional<z.ZodEnum<{
|
|
30612
30806
|
top: "top";
|
|
30807
|
+
bottom: "bottom";
|
|
30613
30808
|
left: "left";
|
|
30614
30809
|
right: "right";
|
|
30615
|
-
bottom: "bottom";
|
|
30616
30810
|
topRight: "topRight";
|
|
30617
30811
|
bottomRight: "bottomRight";
|
|
30618
30812
|
bottomLeft: "bottomLeft";
|
|
@@ -31186,6 +31380,14 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
31186
31380
|
local: "local";
|
|
31187
31381
|
mount: "mount";
|
|
31188
31382
|
}>>;
|
|
31383
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
31384
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
31385
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
31386
|
+
}, z.core.$strict>>;
|
|
31387
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
31388
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
31389
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
31390
|
+
}, z.core.$strict>>;
|
|
31189
31391
|
}, z.core.$strict>;
|
|
31190
31392
|
}, z.core.$strict>;
|
|
31191
31393
|
}, z.core.$strict>;
|
|
@@ -31376,6 +31578,11 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
31376
31578
|
}, z.core.$strip>>;
|
|
31377
31579
|
}, z.core.$strict>>;
|
|
31378
31580
|
}, z.core.$strict>>;
|
|
31581
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
31582
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
31583
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
31584
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
31585
|
+
}, z.core.$strict>>;
|
|
31379
31586
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
31380
31587
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
31381
31588
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -31515,6 +31722,7 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
31515
31722
|
}, z.core.$strict>>;
|
|
31516
31723
|
margin: z.ZodOptional<z.ZodObject<{
|
|
31517
31724
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31725
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31518
31726
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31519
31727
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31520
31728
|
}, z.core.$strict>>;
|
|
@@ -31531,9 +31739,9 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
31531
31739
|
background: z.ZodOptional<z.ZodString>;
|
|
31532
31740
|
position: z.ZodOptional<z.ZodEnum<{
|
|
31533
31741
|
top: "top";
|
|
31742
|
+
bottom: "bottom";
|
|
31534
31743
|
left: "left";
|
|
31535
31744
|
right: "right";
|
|
31536
|
-
bottom: "bottom";
|
|
31537
31745
|
topRight: "topRight";
|
|
31538
31746
|
bottomRight: "bottomRight";
|
|
31539
31747
|
bottomLeft: "bottomLeft";
|
|
@@ -31570,9 +31778,9 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
31570
31778
|
background: z.ZodOptional<z.ZodString>;
|
|
31571
31779
|
position: z.ZodOptional<z.ZodEnum<{
|
|
31572
31780
|
top: "top";
|
|
31781
|
+
bottom: "bottom";
|
|
31573
31782
|
left: "left";
|
|
31574
31783
|
right: "right";
|
|
31575
|
-
bottom: "bottom";
|
|
31576
31784
|
topRight: "topRight";
|
|
31577
31785
|
bottomRight: "bottomRight";
|
|
31578
31786
|
bottomLeft: "bottomLeft";
|
|
@@ -31918,9 +32126,9 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
31918
32126
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31919
32127
|
position: z.ZodOptional<z.ZodEnum<{
|
|
31920
32128
|
top: "top";
|
|
32129
|
+
bottom: "bottom";
|
|
31921
32130
|
left: "left";
|
|
31922
32131
|
right: "right";
|
|
31923
|
-
bottom: "bottom";
|
|
31924
32132
|
topRight: "topRight";
|
|
31925
32133
|
bottomRight: "bottomRight";
|
|
31926
32134
|
bottomLeft: "bottomLeft";
|
|
@@ -32494,6 +32702,14 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
32494
32702
|
local: "local";
|
|
32495
32703
|
mount: "mount";
|
|
32496
32704
|
}>>;
|
|
32705
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
32706
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
32707
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
32708
|
+
}, z.core.$strict>>;
|
|
32709
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
32710
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
32711
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
32712
|
+
}, z.core.$strict>>;
|
|
32497
32713
|
}, z.core.$strict>>;
|
|
32498
32714
|
}, z.core.$strict>;
|
|
32499
32715
|
export declare const templateSchema: z.ZodObject<{
|
|
@@ -32680,6 +32896,11 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
32680
32896
|
}, z.core.$strip>>;
|
|
32681
32897
|
}, z.core.$strict>>;
|
|
32682
32898
|
}, z.core.$strict>>;
|
|
32899
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
32900
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
32901
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
32902
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
32903
|
+
}, z.core.$strict>>;
|
|
32683
32904
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
32684
32905
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
32685
32906
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -32819,6 +33040,7 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
32819
33040
|
}, z.core.$strict>>;
|
|
32820
33041
|
margin: z.ZodOptional<z.ZodObject<{
|
|
32821
33042
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
33043
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
32822
33044
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
32823
33045
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
32824
33046
|
}, z.core.$strict>>;
|
|
@@ -32835,9 +33057,9 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
32835
33057
|
background: z.ZodOptional<z.ZodString>;
|
|
32836
33058
|
position: z.ZodOptional<z.ZodEnum<{
|
|
32837
33059
|
top: "top";
|
|
33060
|
+
bottom: "bottom";
|
|
32838
33061
|
left: "left";
|
|
32839
33062
|
right: "right";
|
|
32840
|
-
bottom: "bottom";
|
|
32841
33063
|
topRight: "topRight";
|
|
32842
33064
|
bottomRight: "bottomRight";
|
|
32843
33065
|
bottomLeft: "bottomLeft";
|
|
@@ -32874,9 +33096,9 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
32874
33096
|
background: z.ZodOptional<z.ZodString>;
|
|
32875
33097
|
position: z.ZodOptional<z.ZodEnum<{
|
|
32876
33098
|
top: "top";
|
|
33099
|
+
bottom: "bottom";
|
|
32877
33100
|
left: "left";
|
|
32878
33101
|
right: "right";
|
|
32879
|
-
bottom: "bottom";
|
|
32880
33102
|
topRight: "topRight";
|
|
32881
33103
|
bottomRight: "bottomRight";
|
|
32882
33104
|
bottomLeft: "bottomLeft";
|
|
@@ -33222,9 +33444,9 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
33222
33444
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
33223
33445
|
position: z.ZodOptional<z.ZodEnum<{
|
|
33224
33446
|
top: "top";
|
|
33447
|
+
bottom: "bottom";
|
|
33225
33448
|
left: "left";
|
|
33226
33449
|
right: "right";
|
|
33227
|
-
bottom: "bottom";
|
|
33228
33450
|
topRight: "topRight";
|
|
33229
33451
|
bottomRight: "bottomRight";
|
|
33230
33452
|
bottomLeft: "bottomLeft";
|
|
@@ -33798,6 +34020,14 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
33798
34020
|
local: "local";
|
|
33799
34021
|
mount: "mount";
|
|
33800
34022
|
}>>;
|
|
34023
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
34024
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
34025
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
34026
|
+
}, z.core.$strict>>;
|
|
34027
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
34028
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
34029
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
34030
|
+
}, z.core.$strict>>;
|
|
33801
34031
|
}, z.core.$strict>>;
|
|
33802
34032
|
}, z.core.$strict>;
|
|
33803
34033
|
export declare const postRenderRequest: z.ZodObject<{
|
|
@@ -33983,6 +34213,11 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
33983
34213
|
}, z.core.$strip>>;
|
|
33984
34214
|
}, z.core.$strict>>;
|
|
33985
34215
|
}, z.core.$strict>>;
|
|
34216
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
34217
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
34218
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
34219
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
34220
|
+
}, z.core.$strict>>;
|
|
33986
34221
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
33987
34222
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
33988
34223
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -34122,6 +34357,7 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
34122
34357
|
}, z.core.$strict>>;
|
|
34123
34358
|
margin: z.ZodOptional<z.ZodObject<{
|
|
34124
34359
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
34360
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
34125
34361
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
34126
34362
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
34127
34363
|
}, z.core.$strict>>;
|
|
@@ -34138,9 +34374,9 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
34138
34374
|
background: z.ZodOptional<z.ZodString>;
|
|
34139
34375
|
position: z.ZodOptional<z.ZodEnum<{
|
|
34140
34376
|
top: "top";
|
|
34377
|
+
bottom: "bottom";
|
|
34141
34378
|
left: "left";
|
|
34142
34379
|
right: "right";
|
|
34143
|
-
bottom: "bottom";
|
|
34144
34380
|
topRight: "topRight";
|
|
34145
34381
|
bottomRight: "bottomRight";
|
|
34146
34382
|
bottomLeft: "bottomLeft";
|
|
@@ -34177,9 +34413,9 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
34177
34413
|
background: z.ZodOptional<z.ZodString>;
|
|
34178
34414
|
position: z.ZodOptional<z.ZodEnum<{
|
|
34179
34415
|
top: "top";
|
|
34416
|
+
bottom: "bottom";
|
|
34180
34417
|
left: "left";
|
|
34181
34418
|
right: "right";
|
|
34182
|
-
bottom: "bottom";
|
|
34183
34419
|
topRight: "topRight";
|
|
34184
34420
|
bottomRight: "bottomRight";
|
|
34185
34421
|
bottomLeft: "bottomLeft";
|
|
@@ -34525,9 +34761,9 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
34525
34761
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
34526
34762
|
position: z.ZodOptional<z.ZodEnum<{
|
|
34527
34763
|
top: "top";
|
|
34764
|
+
bottom: "bottom";
|
|
34528
34765
|
left: "left";
|
|
34529
34766
|
right: "right";
|
|
34530
|
-
bottom: "bottom";
|
|
34531
34767
|
topRight: "topRight";
|
|
34532
34768
|
bottomRight: "bottomRight";
|
|
34533
34769
|
bottomLeft: "bottomLeft";
|
|
@@ -35101,6 +35337,14 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
35101
35337
|
local: "local";
|
|
35102
35338
|
mount: "mount";
|
|
35103
35339
|
}>>;
|
|
35340
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
35341
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
35342
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
35343
|
+
}, z.core.$strict>>;
|
|
35344
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
35345
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
35346
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
35347
|
+
}, z.core.$strict>>;
|
|
35104
35348
|
}, z.core.$strict>;
|
|
35105
35349
|
path: z.ZodOptional<z.ZodNever>;
|
|
35106
35350
|
query: z.ZodOptional<z.ZodNever>;
|
|
@@ -35333,6 +35577,11 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
35333
35577
|
}, z.core.$strip>>;
|
|
35334
35578
|
}, z.core.$strict>>;
|
|
35335
35579
|
}, z.core.$strict>>;
|
|
35580
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
35581
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
35582
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
35583
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
35584
|
+
}, z.core.$strict>>;
|
|
35336
35585
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
35337
35586
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
35338
35587
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -35472,6 +35721,7 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
35472
35721
|
}, z.core.$strict>>;
|
|
35473
35722
|
margin: z.ZodOptional<z.ZodObject<{
|
|
35474
35723
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35724
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35475
35725
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35476
35726
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35477
35727
|
}, z.core.$strict>>;
|
|
@@ -35488,9 +35738,9 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
35488
35738
|
background: z.ZodOptional<z.ZodString>;
|
|
35489
35739
|
position: z.ZodOptional<z.ZodEnum<{
|
|
35490
35740
|
top: "top";
|
|
35741
|
+
bottom: "bottom";
|
|
35491
35742
|
left: "left";
|
|
35492
35743
|
right: "right";
|
|
35493
|
-
bottom: "bottom";
|
|
35494
35744
|
topRight: "topRight";
|
|
35495
35745
|
bottomRight: "bottomRight";
|
|
35496
35746
|
bottomLeft: "bottomLeft";
|
|
@@ -35527,9 +35777,9 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
35527
35777
|
background: z.ZodOptional<z.ZodString>;
|
|
35528
35778
|
position: z.ZodOptional<z.ZodEnum<{
|
|
35529
35779
|
top: "top";
|
|
35780
|
+
bottom: "bottom";
|
|
35530
35781
|
left: "left";
|
|
35531
35782
|
right: "right";
|
|
35532
|
-
bottom: "bottom";
|
|
35533
35783
|
topRight: "topRight";
|
|
35534
35784
|
bottomRight: "bottomRight";
|
|
35535
35785
|
bottomLeft: "bottomLeft";
|
|
@@ -35875,9 +36125,9 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
35875
36125
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35876
36126
|
position: z.ZodOptional<z.ZodEnum<{
|
|
35877
36127
|
top: "top";
|
|
36128
|
+
bottom: "bottom";
|
|
35878
36129
|
left: "left";
|
|
35879
36130
|
right: "right";
|
|
35880
|
-
bottom: "bottom";
|
|
35881
36131
|
topRight: "topRight";
|
|
35882
36132
|
bottomRight: "bottomRight";
|
|
35883
36133
|
bottomLeft: "bottomLeft";
|
|
@@ -36451,6 +36701,14 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
36451
36701
|
local: "local";
|
|
36452
36702
|
mount: "mount";
|
|
36453
36703
|
}>>;
|
|
36704
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
36705
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
36706
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
36707
|
+
}, z.core.$strict>>;
|
|
36708
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
36709
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
36710
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
36711
|
+
}, z.core.$strict>>;
|
|
36454
36712
|
}, z.core.$strict>>;
|
|
36455
36713
|
created: z.ZodOptional<z.ZodString>;
|
|
36456
36714
|
updated: z.ZodOptional<z.ZodString>;
|
|
@@ -36662,6 +36920,11 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
36662
36920
|
}, z.core.$strip>>;
|
|
36663
36921
|
}, z.core.$strict>>;
|
|
36664
36922
|
}, z.core.$strict>>;
|
|
36923
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
36924
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
36925
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
36926
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
36927
|
+
}, z.core.$strict>>;
|
|
36665
36928
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
36666
36929
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
36667
36930
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -36801,6 +37064,7 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
36801
37064
|
}, z.core.$strict>>;
|
|
36802
37065
|
margin: z.ZodOptional<z.ZodObject<{
|
|
36803
37066
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
37067
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
36804
37068
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
36805
37069
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
36806
37070
|
}, z.core.$strict>>;
|
|
@@ -36817,9 +37081,9 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
36817
37081
|
background: z.ZodOptional<z.ZodString>;
|
|
36818
37082
|
position: z.ZodOptional<z.ZodEnum<{
|
|
36819
37083
|
top: "top";
|
|
37084
|
+
bottom: "bottom";
|
|
36820
37085
|
left: "left";
|
|
36821
37086
|
right: "right";
|
|
36822
|
-
bottom: "bottom";
|
|
36823
37087
|
topRight: "topRight";
|
|
36824
37088
|
bottomRight: "bottomRight";
|
|
36825
37089
|
bottomLeft: "bottomLeft";
|
|
@@ -36856,9 +37120,9 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
36856
37120
|
background: z.ZodOptional<z.ZodString>;
|
|
36857
37121
|
position: z.ZodOptional<z.ZodEnum<{
|
|
36858
37122
|
top: "top";
|
|
37123
|
+
bottom: "bottom";
|
|
36859
37124
|
left: "left";
|
|
36860
37125
|
right: "right";
|
|
36861
|
-
bottom: "bottom";
|
|
36862
37126
|
topRight: "topRight";
|
|
36863
37127
|
bottomRight: "bottomRight";
|
|
36864
37128
|
bottomLeft: "bottomLeft";
|
|
@@ -37204,9 +37468,9 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
37204
37468
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
37205
37469
|
position: z.ZodOptional<z.ZodEnum<{
|
|
37206
37470
|
top: "top";
|
|
37471
|
+
bottom: "bottom";
|
|
37207
37472
|
left: "left";
|
|
37208
37473
|
right: "right";
|
|
37209
|
-
bottom: "bottom";
|
|
37210
37474
|
topRight: "topRight";
|
|
37211
37475
|
bottomRight: "bottomRight";
|
|
37212
37476
|
bottomLeft: "bottomLeft";
|
|
@@ -37780,6 +38044,14 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
37780
38044
|
local: "local";
|
|
37781
38045
|
mount: "mount";
|
|
37782
38046
|
}>>;
|
|
38047
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
38048
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
38049
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
38050
|
+
}, z.core.$strict>>;
|
|
38051
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
38052
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
38053
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
38054
|
+
}, z.core.$strict>>;
|
|
37783
38055
|
}, z.core.$strict>>;
|
|
37784
38056
|
}, z.core.$strict>;
|
|
37785
38057
|
path: z.ZodOptional<z.ZodNever>;
|
|
@@ -38006,6 +38278,11 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
38006
38278
|
}, z.core.$strip>>;
|
|
38007
38279
|
}, z.core.$strict>>;
|
|
38008
38280
|
}, z.core.$strict>>;
|
|
38281
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
38282
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
38283
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
38284
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
38285
|
+
}, z.core.$strict>>;
|
|
38009
38286
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
38010
38287
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
38011
38288
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -38145,6 +38422,7 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
38145
38422
|
}, z.core.$strict>>;
|
|
38146
38423
|
margin: z.ZodOptional<z.ZodObject<{
|
|
38147
38424
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
38425
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
38148
38426
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
38149
38427
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
38150
38428
|
}, z.core.$strict>>;
|
|
@@ -38161,9 +38439,9 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
38161
38439
|
background: z.ZodOptional<z.ZodString>;
|
|
38162
38440
|
position: z.ZodOptional<z.ZodEnum<{
|
|
38163
38441
|
top: "top";
|
|
38442
|
+
bottom: "bottom";
|
|
38164
38443
|
left: "left";
|
|
38165
38444
|
right: "right";
|
|
38166
|
-
bottom: "bottom";
|
|
38167
38445
|
topRight: "topRight";
|
|
38168
38446
|
bottomRight: "bottomRight";
|
|
38169
38447
|
bottomLeft: "bottomLeft";
|
|
@@ -38200,9 +38478,9 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
38200
38478
|
background: z.ZodOptional<z.ZodString>;
|
|
38201
38479
|
position: z.ZodOptional<z.ZodEnum<{
|
|
38202
38480
|
top: "top";
|
|
38481
|
+
bottom: "bottom";
|
|
38203
38482
|
left: "left";
|
|
38204
38483
|
right: "right";
|
|
38205
|
-
bottom: "bottom";
|
|
38206
38484
|
topRight: "topRight";
|
|
38207
38485
|
bottomRight: "bottomRight";
|
|
38208
38486
|
bottomLeft: "bottomLeft";
|
|
@@ -38548,9 +38826,9 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
38548
38826
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
38549
38827
|
position: z.ZodOptional<z.ZodEnum<{
|
|
38550
38828
|
top: "top";
|
|
38829
|
+
bottom: "bottom";
|
|
38551
38830
|
left: "left";
|
|
38552
38831
|
right: "right";
|
|
38553
|
-
bottom: "bottom";
|
|
38554
38832
|
topRight: "topRight";
|
|
38555
38833
|
bottomRight: "bottomRight";
|
|
38556
38834
|
bottomLeft: "bottomLeft";
|
|
@@ -39124,6 +39402,14 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
39124
39402
|
local: "local";
|
|
39125
39403
|
mount: "mount";
|
|
39126
39404
|
}>>;
|
|
39405
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
39406
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
39407
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
39408
|
+
}, z.core.$strict>>;
|
|
39409
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
39410
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
39411
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
39412
|
+
}, z.core.$strict>>;
|
|
39127
39413
|
}, z.core.$strict>;
|
|
39128
39414
|
}, z.core.$strict>;
|
|
39129
39415
|
}, z.core.$strict>;
|
|
@@ -39312,6 +39598,11 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
39312
39598
|
}, z.core.$strip>>;
|
|
39313
39599
|
}, z.core.$strict>>;
|
|
39314
39600
|
}, z.core.$strict>>;
|
|
39601
|
+
stroke: z.ZodOptional<z.ZodObject<{
|
|
39602
|
+
width: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
39603
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
39604
|
+
opacity: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
39605
|
+
}, z.core.$strict>>;
|
|
39315
39606
|
shadow: z.ZodOptional<z.ZodObject<{
|
|
39316
39607
|
offsetX: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
39317
39608
|
offsetY: z.ZodDefault<z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>>;
|
|
@@ -39451,6 +39742,7 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
39451
39742
|
}, z.core.$strict>>;
|
|
39452
39743
|
margin: z.ZodOptional<z.ZodObject<{
|
|
39453
39744
|
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39745
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39454
39746
|
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39455
39747
|
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39456
39748
|
}, z.core.$strict>>;
|
|
@@ -39467,9 +39759,9 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
39467
39759
|
background: z.ZodOptional<z.ZodString>;
|
|
39468
39760
|
position: z.ZodOptional<z.ZodEnum<{
|
|
39469
39761
|
top: "top";
|
|
39762
|
+
bottom: "bottom";
|
|
39470
39763
|
left: "left";
|
|
39471
39764
|
right: "right";
|
|
39472
|
-
bottom: "bottom";
|
|
39473
39765
|
topRight: "topRight";
|
|
39474
39766
|
bottomRight: "bottomRight";
|
|
39475
39767
|
bottomLeft: "bottomLeft";
|
|
@@ -39506,9 +39798,9 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
39506
39798
|
background: z.ZodOptional<z.ZodString>;
|
|
39507
39799
|
position: z.ZodOptional<z.ZodEnum<{
|
|
39508
39800
|
top: "top";
|
|
39801
|
+
bottom: "bottom";
|
|
39509
39802
|
left: "left";
|
|
39510
39803
|
right: "right";
|
|
39511
|
-
bottom: "bottom";
|
|
39512
39804
|
topRight: "topRight";
|
|
39513
39805
|
bottomRight: "bottomRight";
|
|
39514
39806
|
bottomLeft: "bottomLeft";
|
|
@@ -39854,9 +40146,9 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
39854
40146
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39855
40147
|
position: z.ZodOptional<z.ZodEnum<{
|
|
39856
40148
|
top: "top";
|
|
40149
|
+
bottom: "bottom";
|
|
39857
40150
|
left: "left";
|
|
39858
40151
|
right: "right";
|
|
39859
|
-
bottom: "bottom";
|
|
39860
40152
|
topRight: "topRight";
|
|
39861
40153
|
bottomRight: "bottomRight";
|
|
39862
40154
|
bottomLeft: "bottomLeft";
|
|
@@ -40430,6 +40722,14 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
40430
40722
|
local: "local";
|
|
40431
40723
|
mount: "mount";
|
|
40432
40724
|
}>>;
|
|
40725
|
+
instance: z.ZodOptional<z.ZodString>;
|
|
40726
|
+
poster: z.ZodOptional<z.ZodObject<{
|
|
40727
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
40728
|
+
}, z.core.$strict>>;
|
|
40729
|
+
thumbnail: z.ZodOptional<z.ZodObject<{
|
|
40730
|
+
capture: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
40731
|
+
scale: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>;
|
|
40732
|
+
}, z.core.$strict>>;
|
|
40433
40733
|
}, z.core.$strict>>;
|
|
40434
40734
|
}, z.core.$strict>;
|
|
40435
40735
|
path: z.ZodObject<{
|