@shotstack/schemas 1.4.1 → 1.4.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 +16 -3
- package/dist/schema.d.ts +2 -5
- package/dist/zod/zod.gen.cjs +505 -335
- package/dist/zod/zod.gen.d.ts +961 -41
- package/dist/zod/zod.gen.js +505 -335
- package/dist/zod/zod.gen.ts +167 -164
- package/package.json +1 -1
package/dist/zod/zod.gen.d.ts
CHANGED
|
@@ -12208,7 +12208,47 @@ export declare const clipClipSchema: z.ZodObject<{
|
|
|
12208
12208
|
cover: "cover";
|
|
12209
12209
|
contain: "contain";
|
|
12210
12210
|
}>>;
|
|
12211
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
12211
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
12212
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
12213
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
12214
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
12215
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
12216
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
12217
|
+
linear: "linear";
|
|
12218
|
+
bezier: "bezier";
|
|
12219
|
+
constant: "constant";
|
|
12220
|
+
}>>;
|
|
12221
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
12222
|
+
ease: "ease";
|
|
12223
|
+
easeIn: "easeIn";
|
|
12224
|
+
easeOut: "easeOut";
|
|
12225
|
+
easeInOut: "easeInOut";
|
|
12226
|
+
easeInQuad: "easeInQuad";
|
|
12227
|
+
easeInCubic: "easeInCubic";
|
|
12228
|
+
easeInQuart: "easeInQuart";
|
|
12229
|
+
easeInQuint: "easeInQuint";
|
|
12230
|
+
easeInSine: "easeInSine";
|
|
12231
|
+
easeInExpo: "easeInExpo";
|
|
12232
|
+
easeInCirc: "easeInCirc";
|
|
12233
|
+
easeInBack: "easeInBack";
|
|
12234
|
+
easeOutQuad: "easeOutQuad";
|
|
12235
|
+
easeOutCubic: "easeOutCubic";
|
|
12236
|
+
easeOutQuart: "easeOutQuart";
|
|
12237
|
+
easeOutQuint: "easeOutQuint";
|
|
12238
|
+
easeOutSine: "easeOutSine";
|
|
12239
|
+
easeOutExpo: "easeOutExpo";
|
|
12240
|
+
easeOutCirc: "easeOutCirc";
|
|
12241
|
+
easeOutBack: "easeOutBack";
|
|
12242
|
+
easeInOutQuad: "easeInOutQuad";
|
|
12243
|
+
easeInOutCubic: "easeInOutCubic";
|
|
12244
|
+
easeInOutQuart: "easeInOutQuart";
|
|
12245
|
+
easeInOutQuint: "easeInOutQuint";
|
|
12246
|
+
easeInOutSine: "easeInOutSine";
|
|
12247
|
+
easeInOutExpo: "easeInOutExpo";
|
|
12248
|
+
easeInOutCirc: "easeInOutCirc";
|
|
12249
|
+
easeInOutBack: "easeInOutBack";
|
|
12250
|
+
}>>;
|
|
12251
|
+
}, z.core.$strip>>]>>;
|
|
12212
12252
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
12213
12253
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
12214
12254
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -13309,7 +13349,47 @@ export declare const clipSchema: z.ZodObject<{
|
|
|
13309
13349
|
cover: "cover";
|
|
13310
13350
|
contain: "contain";
|
|
13311
13351
|
}>>;
|
|
13312
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
13352
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
13353
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
13354
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
13355
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13356
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13357
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
13358
|
+
linear: "linear";
|
|
13359
|
+
bezier: "bezier";
|
|
13360
|
+
constant: "constant";
|
|
13361
|
+
}>>;
|
|
13362
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
13363
|
+
ease: "ease";
|
|
13364
|
+
easeIn: "easeIn";
|
|
13365
|
+
easeOut: "easeOut";
|
|
13366
|
+
easeInOut: "easeInOut";
|
|
13367
|
+
easeInQuad: "easeInQuad";
|
|
13368
|
+
easeInCubic: "easeInCubic";
|
|
13369
|
+
easeInQuart: "easeInQuart";
|
|
13370
|
+
easeInQuint: "easeInQuint";
|
|
13371
|
+
easeInSine: "easeInSine";
|
|
13372
|
+
easeInExpo: "easeInExpo";
|
|
13373
|
+
easeInCirc: "easeInCirc";
|
|
13374
|
+
easeInBack: "easeInBack";
|
|
13375
|
+
easeOutQuad: "easeOutQuad";
|
|
13376
|
+
easeOutCubic: "easeOutCubic";
|
|
13377
|
+
easeOutQuart: "easeOutQuart";
|
|
13378
|
+
easeOutQuint: "easeOutQuint";
|
|
13379
|
+
easeOutSine: "easeOutSine";
|
|
13380
|
+
easeOutExpo: "easeOutExpo";
|
|
13381
|
+
easeOutCirc: "easeOutCirc";
|
|
13382
|
+
easeOutBack: "easeOutBack";
|
|
13383
|
+
easeInOutQuad: "easeInOutQuad";
|
|
13384
|
+
easeInOutCubic: "easeInOutCubic";
|
|
13385
|
+
easeInOutQuart: "easeInOutQuart";
|
|
13386
|
+
easeInOutQuint: "easeInOutQuint";
|
|
13387
|
+
easeInOutSine: "easeInOutSine";
|
|
13388
|
+
easeInOutExpo: "easeInOutExpo";
|
|
13389
|
+
easeInOutCirc: "easeInOutCirc";
|
|
13390
|
+
easeInOutBack: "easeInOutBack";
|
|
13391
|
+
}>>;
|
|
13392
|
+
}, z.core.$strip>>]>>;
|
|
13313
13393
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13314
13394
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
13315
13395
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -14414,7 +14494,47 @@ export declare const trackTrackSchema: z.ZodObject<{
|
|
|
14414
14494
|
cover: "cover";
|
|
14415
14495
|
contain: "contain";
|
|
14416
14496
|
}>>;
|
|
14417
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
14497
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
14498
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
14499
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
14500
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14501
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14502
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
14503
|
+
linear: "linear";
|
|
14504
|
+
bezier: "bezier";
|
|
14505
|
+
constant: "constant";
|
|
14506
|
+
}>>;
|
|
14507
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
14508
|
+
ease: "ease";
|
|
14509
|
+
easeIn: "easeIn";
|
|
14510
|
+
easeOut: "easeOut";
|
|
14511
|
+
easeInOut: "easeInOut";
|
|
14512
|
+
easeInQuad: "easeInQuad";
|
|
14513
|
+
easeInCubic: "easeInCubic";
|
|
14514
|
+
easeInQuart: "easeInQuart";
|
|
14515
|
+
easeInQuint: "easeInQuint";
|
|
14516
|
+
easeInSine: "easeInSine";
|
|
14517
|
+
easeInExpo: "easeInExpo";
|
|
14518
|
+
easeInCirc: "easeInCirc";
|
|
14519
|
+
easeInBack: "easeInBack";
|
|
14520
|
+
easeOutQuad: "easeOutQuad";
|
|
14521
|
+
easeOutCubic: "easeOutCubic";
|
|
14522
|
+
easeOutQuart: "easeOutQuart";
|
|
14523
|
+
easeOutQuint: "easeOutQuint";
|
|
14524
|
+
easeOutSine: "easeOutSine";
|
|
14525
|
+
easeOutExpo: "easeOutExpo";
|
|
14526
|
+
easeOutCirc: "easeOutCirc";
|
|
14527
|
+
easeOutBack: "easeOutBack";
|
|
14528
|
+
easeInOutQuad: "easeInOutQuad";
|
|
14529
|
+
easeInOutCubic: "easeInOutCubic";
|
|
14530
|
+
easeInOutQuart: "easeInOutQuart";
|
|
14531
|
+
easeInOutQuint: "easeInOutQuint";
|
|
14532
|
+
easeInOutSine: "easeInOutSine";
|
|
14533
|
+
easeInOutExpo: "easeInOutExpo";
|
|
14534
|
+
easeInOutCirc: "easeInOutCirc";
|
|
14535
|
+
easeInOutBack: "easeInOutBack";
|
|
14536
|
+
}>>;
|
|
14537
|
+
}, z.core.$strip>>]>>;
|
|
14418
14538
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14419
14539
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
14420
14540
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -15517,7 +15637,47 @@ export declare const trackSchema: z.ZodObject<{
|
|
|
15517
15637
|
cover: "cover";
|
|
15518
15638
|
contain: "contain";
|
|
15519
15639
|
}>>;
|
|
15520
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
15640
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
15641
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
15642
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
15643
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
15644
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
15645
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
15646
|
+
linear: "linear";
|
|
15647
|
+
bezier: "bezier";
|
|
15648
|
+
constant: "constant";
|
|
15649
|
+
}>>;
|
|
15650
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
15651
|
+
ease: "ease";
|
|
15652
|
+
easeIn: "easeIn";
|
|
15653
|
+
easeOut: "easeOut";
|
|
15654
|
+
easeInOut: "easeInOut";
|
|
15655
|
+
easeInQuad: "easeInQuad";
|
|
15656
|
+
easeInCubic: "easeInCubic";
|
|
15657
|
+
easeInQuart: "easeInQuart";
|
|
15658
|
+
easeInQuint: "easeInQuint";
|
|
15659
|
+
easeInSine: "easeInSine";
|
|
15660
|
+
easeInExpo: "easeInExpo";
|
|
15661
|
+
easeInCirc: "easeInCirc";
|
|
15662
|
+
easeInBack: "easeInBack";
|
|
15663
|
+
easeOutQuad: "easeOutQuad";
|
|
15664
|
+
easeOutCubic: "easeOutCubic";
|
|
15665
|
+
easeOutQuart: "easeOutQuart";
|
|
15666
|
+
easeOutQuint: "easeOutQuint";
|
|
15667
|
+
easeOutSine: "easeOutSine";
|
|
15668
|
+
easeOutExpo: "easeOutExpo";
|
|
15669
|
+
easeOutCirc: "easeOutCirc";
|
|
15670
|
+
easeOutBack: "easeOutBack";
|
|
15671
|
+
easeInOutQuad: "easeInOutQuad";
|
|
15672
|
+
easeInOutCubic: "easeInOutCubic";
|
|
15673
|
+
easeInOutQuart: "easeInOutQuart";
|
|
15674
|
+
easeInOutQuint: "easeInOutQuint";
|
|
15675
|
+
easeInOutSine: "easeInOutSine";
|
|
15676
|
+
easeInOutExpo: "easeInOutExpo";
|
|
15677
|
+
easeInOutCirc: "easeInOutCirc";
|
|
15678
|
+
easeInOutBack: "easeInOutBack";
|
|
15679
|
+
}>>;
|
|
15680
|
+
}, z.core.$strip>>]>>;
|
|
15521
15681
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
15522
15682
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
15523
15683
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -16637,7 +16797,47 @@ export declare const timelineTimelineSchema: z.ZodObject<{
|
|
|
16637
16797
|
cover: "cover";
|
|
16638
16798
|
contain: "contain";
|
|
16639
16799
|
}>>;
|
|
16640
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
16800
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
16801
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
16802
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
16803
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16804
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16805
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
16806
|
+
linear: "linear";
|
|
16807
|
+
bezier: "bezier";
|
|
16808
|
+
constant: "constant";
|
|
16809
|
+
}>>;
|
|
16810
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
16811
|
+
ease: "ease";
|
|
16812
|
+
easeIn: "easeIn";
|
|
16813
|
+
easeOut: "easeOut";
|
|
16814
|
+
easeInOut: "easeInOut";
|
|
16815
|
+
easeInQuad: "easeInQuad";
|
|
16816
|
+
easeInCubic: "easeInCubic";
|
|
16817
|
+
easeInQuart: "easeInQuart";
|
|
16818
|
+
easeInQuint: "easeInQuint";
|
|
16819
|
+
easeInSine: "easeInSine";
|
|
16820
|
+
easeInExpo: "easeInExpo";
|
|
16821
|
+
easeInCirc: "easeInCirc";
|
|
16822
|
+
easeInBack: "easeInBack";
|
|
16823
|
+
easeOutQuad: "easeOutQuad";
|
|
16824
|
+
easeOutCubic: "easeOutCubic";
|
|
16825
|
+
easeOutQuart: "easeOutQuart";
|
|
16826
|
+
easeOutQuint: "easeOutQuint";
|
|
16827
|
+
easeOutSine: "easeOutSine";
|
|
16828
|
+
easeOutExpo: "easeOutExpo";
|
|
16829
|
+
easeOutCirc: "easeOutCirc";
|
|
16830
|
+
easeOutBack: "easeOutBack";
|
|
16831
|
+
easeInOutQuad: "easeInOutQuad";
|
|
16832
|
+
easeInOutCubic: "easeInOutCubic";
|
|
16833
|
+
easeInOutQuart: "easeInOutQuart";
|
|
16834
|
+
easeInOutQuint: "easeInOutQuint";
|
|
16835
|
+
easeInOutSine: "easeInOutSine";
|
|
16836
|
+
easeInOutExpo: "easeInOutExpo";
|
|
16837
|
+
easeInOutCirc: "easeInOutCirc";
|
|
16838
|
+
easeInOutBack: "easeInOutBack";
|
|
16839
|
+
}>>;
|
|
16840
|
+
}, z.core.$strip>>]>>;
|
|
16641
16841
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16642
16842
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
16643
16843
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -17756,7 +17956,47 @@ export declare const timelineSchema: z.ZodObject<{
|
|
|
17756
17956
|
cover: "cover";
|
|
17757
17957
|
contain: "contain";
|
|
17758
17958
|
}>>;
|
|
17759
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
17959
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
17960
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
17961
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
17962
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17963
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17964
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
17965
|
+
linear: "linear";
|
|
17966
|
+
bezier: "bezier";
|
|
17967
|
+
constant: "constant";
|
|
17968
|
+
}>>;
|
|
17969
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
17970
|
+
ease: "ease";
|
|
17971
|
+
easeIn: "easeIn";
|
|
17972
|
+
easeOut: "easeOut";
|
|
17973
|
+
easeInOut: "easeInOut";
|
|
17974
|
+
easeInQuad: "easeInQuad";
|
|
17975
|
+
easeInCubic: "easeInCubic";
|
|
17976
|
+
easeInQuart: "easeInQuart";
|
|
17977
|
+
easeInQuint: "easeInQuint";
|
|
17978
|
+
easeInSine: "easeInSine";
|
|
17979
|
+
easeInExpo: "easeInExpo";
|
|
17980
|
+
easeInCirc: "easeInCirc";
|
|
17981
|
+
easeInBack: "easeInBack";
|
|
17982
|
+
easeOutQuad: "easeOutQuad";
|
|
17983
|
+
easeOutCubic: "easeOutCubic";
|
|
17984
|
+
easeOutQuart: "easeOutQuart";
|
|
17985
|
+
easeOutQuint: "easeOutQuint";
|
|
17986
|
+
easeOutSine: "easeOutSine";
|
|
17987
|
+
easeOutExpo: "easeOutExpo";
|
|
17988
|
+
easeOutCirc: "easeOutCirc";
|
|
17989
|
+
easeOutBack: "easeOutBack";
|
|
17990
|
+
easeInOutQuad: "easeInOutQuad";
|
|
17991
|
+
easeInOutCubic: "easeInOutCubic";
|
|
17992
|
+
easeInOutQuart: "easeInOutQuart";
|
|
17993
|
+
easeInOutQuint: "easeInOutQuint";
|
|
17994
|
+
easeInOutSine: "easeInOutSine";
|
|
17995
|
+
easeInOutExpo: "easeInOutExpo";
|
|
17996
|
+
easeInOutCirc: "easeInOutCirc";
|
|
17997
|
+
easeInOutBack: "easeInOutBack";
|
|
17998
|
+
}>>;
|
|
17999
|
+
}, z.core.$strip>>]>>;
|
|
17760
18000
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17761
18001
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
17762
18002
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -18879,7 +19119,47 @@ export declare const editEditSchema: z.ZodObject<{
|
|
|
18879
19119
|
cover: "cover";
|
|
18880
19120
|
contain: "contain";
|
|
18881
19121
|
}>>;
|
|
18882
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
19122
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
19123
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
19124
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
19125
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
19126
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
19127
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
19128
|
+
linear: "linear";
|
|
19129
|
+
bezier: "bezier";
|
|
19130
|
+
constant: "constant";
|
|
19131
|
+
}>>;
|
|
19132
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
19133
|
+
ease: "ease";
|
|
19134
|
+
easeIn: "easeIn";
|
|
19135
|
+
easeOut: "easeOut";
|
|
19136
|
+
easeInOut: "easeInOut";
|
|
19137
|
+
easeInQuad: "easeInQuad";
|
|
19138
|
+
easeInCubic: "easeInCubic";
|
|
19139
|
+
easeInQuart: "easeInQuart";
|
|
19140
|
+
easeInQuint: "easeInQuint";
|
|
19141
|
+
easeInSine: "easeInSine";
|
|
19142
|
+
easeInExpo: "easeInExpo";
|
|
19143
|
+
easeInCirc: "easeInCirc";
|
|
19144
|
+
easeInBack: "easeInBack";
|
|
19145
|
+
easeOutQuad: "easeOutQuad";
|
|
19146
|
+
easeOutCubic: "easeOutCubic";
|
|
19147
|
+
easeOutQuart: "easeOutQuart";
|
|
19148
|
+
easeOutQuint: "easeOutQuint";
|
|
19149
|
+
easeOutSine: "easeOutSine";
|
|
19150
|
+
easeOutExpo: "easeOutExpo";
|
|
19151
|
+
easeOutCirc: "easeOutCirc";
|
|
19152
|
+
easeOutBack: "easeOutBack";
|
|
19153
|
+
easeInOutQuad: "easeInOutQuad";
|
|
19154
|
+
easeInOutCubic: "easeInOutCubic";
|
|
19155
|
+
easeInOutQuart: "easeInOutQuart";
|
|
19156
|
+
easeInOutQuint: "easeInOutQuint";
|
|
19157
|
+
easeInOutSine: "easeInOutSine";
|
|
19158
|
+
easeInOutExpo: "easeInOutExpo";
|
|
19159
|
+
easeInOutCirc: "easeInOutCirc";
|
|
19160
|
+
easeInOutBack: "easeInOutBack";
|
|
19161
|
+
}>>;
|
|
19162
|
+
}, z.core.$strip>>]>>;
|
|
18883
19163
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
18884
19164
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
18885
19165
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -20155,7 +20435,47 @@ export declare const editSchema: z.ZodObject<{
|
|
|
20155
20435
|
cover: "cover";
|
|
20156
20436
|
contain: "contain";
|
|
20157
20437
|
}>>;
|
|
20158
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
20438
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
20439
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
20440
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
20441
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
20442
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
20443
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
20444
|
+
linear: "linear";
|
|
20445
|
+
bezier: "bezier";
|
|
20446
|
+
constant: "constant";
|
|
20447
|
+
}>>;
|
|
20448
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
20449
|
+
ease: "ease";
|
|
20450
|
+
easeIn: "easeIn";
|
|
20451
|
+
easeOut: "easeOut";
|
|
20452
|
+
easeInOut: "easeInOut";
|
|
20453
|
+
easeInQuad: "easeInQuad";
|
|
20454
|
+
easeInCubic: "easeInCubic";
|
|
20455
|
+
easeInQuart: "easeInQuart";
|
|
20456
|
+
easeInQuint: "easeInQuint";
|
|
20457
|
+
easeInSine: "easeInSine";
|
|
20458
|
+
easeInExpo: "easeInExpo";
|
|
20459
|
+
easeInCirc: "easeInCirc";
|
|
20460
|
+
easeInBack: "easeInBack";
|
|
20461
|
+
easeOutQuad: "easeOutQuad";
|
|
20462
|
+
easeOutCubic: "easeOutCubic";
|
|
20463
|
+
easeOutQuart: "easeOutQuart";
|
|
20464
|
+
easeOutQuint: "easeOutQuint";
|
|
20465
|
+
easeOutSine: "easeOutSine";
|
|
20466
|
+
easeOutExpo: "easeOutExpo";
|
|
20467
|
+
easeOutCirc: "easeOutCirc";
|
|
20468
|
+
easeOutBack: "easeOutBack";
|
|
20469
|
+
easeInOutQuad: "easeInOutQuad";
|
|
20470
|
+
easeInOutCubic: "easeInOutCubic";
|
|
20471
|
+
easeInOutQuart: "easeInOutQuart";
|
|
20472
|
+
easeInOutQuint: "easeInOutQuint";
|
|
20473
|
+
easeInOutSine: "easeInOutSine";
|
|
20474
|
+
easeInOutExpo: "easeInOutExpo";
|
|
20475
|
+
easeInOutCirc: "easeInOutCirc";
|
|
20476
|
+
easeInOutBack: "easeInOutBack";
|
|
20477
|
+
}>>;
|
|
20478
|
+
}, z.core.$strip>>]>>;
|
|
20159
20479
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
20160
20480
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
20161
20481
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -21453,7 +21773,47 @@ export declare const renderresponsedataRenderResponseDataSchema: z.ZodObject<{
|
|
|
21453
21773
|
cover: "cover";
|
|
21454
21774
|
contain: "contain";
|
|
21455
21775
|
}>>;
|
|
21456
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
21776
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
21777
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
21778
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
21779
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
21780
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
21781
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
21782
|
+
linear: "linear";
|
|
21783
|
+
bezier: "bezier";
|
|
21784
|
+
constant: "constant";
|
|
21785
|
+
}>>;
|
|
21786
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
21787
|
+
ease: "ease";
|
|
21788
|
+
easeIn: "easeIn";
|
|
21789
|
+
easeOut: "easeOut";
|
|
21790
|
+
easeInOut: "easeInOut";
|
|
21791
|
+
easeInQuad: "easeInQuad";
|
|
21792
|
+
easeInCubic: "easeInCubic";
|
|
21793
|
+
easeInQuart: "easeInQuart";
|
|
21794
|
+
easeInQuint: "easeInQuint";
|
|
21795
|
+
easeInSine: "easeInSine";
|
|
21796
|
+
easeInExpo: "easeInExpo";
|
|
21797
|
+
easeInCirc: "easeInCirc";
|
|
21798
|
+
easeInBack: "easeInBack";
|
|
21799
|
+
easeOutQuad: "easeOutQuad";
|
|
21800
|
+
easeOutCubic: "easeOutCubic";
|
|
21801
|
+
easeOutQuart: "easeOutQuart";
|
|
21802
|
+
easeOutQuint: "easeOutQuint";
|
|
21803
|
+
easeOutSine: "easeOutSine";
|
|
21804
|
+
easeOutExpo: "easeOutExpo";
|
|
21805
|
+
easeOutCirc: "easeOutCirc";
|
|
21806
|
+
easeOutBack: "easeOutBack";
|
|
21807
|
+
easeInOutQuad: "easeInOutQuad";
|
|
21808
|
+
easeInOutCubic: "easeInOutCubic";
|
|
21809
|
+
easeInOutQuart: "easeInOutQuart";
|
|
21810
|
+
easeInOutQuint: "easeInOutQuint";
|
|
21811
|
+
easeInOutSine: "easeInOutSine";
|
|
21812
|
+
easeInOutExpo: "easeInOutExpo";
|
|
21813
|
+
easeInOutCirc: "easeInOutCirc";
|
|
21814
|
+
easeInOutBack: "easeInOutBack";
|
|
21815
|
+
}>>;
|
|
21816
|
+
}, z.core.$strip>>]>>;
|
|
21457
21817
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
21458
21818
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
21459
21819
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -22751,7 +23111,47 @@ export declare const renderResponseDataSchema: z.ZodObject<{
|
|
|
22751
23111
|
cover: "cover";
|
|
22752
23112
|
contain: "contain";
|
|
22753
23113
|
}>>;
|
|
22754
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
23114
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
23115
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
23116
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
23117
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
23118
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
23119
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
23120
|
+
linear: "linear";
|
|
23121
|
+
bezier: "bezier";
|
|
23122
|
+
constant: "constant";
|
|
23123
|
+
}>>;
|
|
23124
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
23125
|
+
ease: "ease";
|
|
23126
|
+
easeIn: "easeIn";
|
|
23127
|
+
easeOut: "easeOut";
|
|
23128
|
+
easeInOut: "easeInOut";
|
|
23129
|
+
easeInQuad: "easeInQuad";
|
|
23130
|
+
easeInCubic: "easeInCubic";
|
|
23131
|
+
easeInQuart: "easeInQuart";
|
|
23132
|
+
easeInQuint: "easeInQuint";
|
|
23133
|
+
easeInSine: "easeInSine";
|
|
23134
|
+
easeInExpo: "easeInExpo";
|
|
23135
|
+
easeInCirc: "easeInCirc";
|
|
23136
|
+
easeInBack: "easeInBack";
|
|
23137
|
+
easeOutQuad: "easeOutQuad";
|
|
23138
|
+
easeOutCubic: "easeOutCubic";
|
|
23139
|
+
easeOutQuart: "easeOutQuart";
|
|
23140
|
+
easeOutQuint: "easeOutQuint";
|
|
23141
|
+
easeOutSine: "easeOutSine";
|
|
23142
|
+
easeOutExpo: "easeOutExpo";
|
|
23143
|
+
easeOutCirc: "easeOutCirc";
|
|
23144
|
+
easeOutBack: "easeOutBack";
|
|
23145
|
+
easeInOutQuad: "easeInOutQuad";
|
|
23146
|
+
easeInOutCubic: "easeInOutCubic";
|
|
23147
|
+
easeInOutQuart: "easeInOutQuart";
|
|
23148
|
+
easeInOutQuint: "easeInOutQuint";
|
|
23149
|
+
easeInOutSine: "easeInOutSine";
|
|
23150
|
+
easeInOutExpo: "easeInOutExpo";
|
|
23151
|
+
easeInOutCirc: "easeInOutCirc";
|
|
23152
|
+
easeInOutBack: "easeInOutBack";
|
|
23153
|
+
}>>;
|
|
23154
|
+
}, z.core.$strip>>]>>;
|
|
22755
23155
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
22756
23156
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
22757
23157
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -24037,25 +24437,65 @@ export declare const renderresponseRenderResponseSchema: z.ZodObject<{
|
|
|
24037
24437
|
"21:9": "21:9";
|
|
24038
24438
|
"9:21": "9:21";
|
|
24039
24439
|
}>>;
|
|
24040
|
-
speed: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24041
|
-
crop: z.ZodOptional<z.ZodObject<{
|
|
24042
|
-
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24043
|
-
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24044
|
-
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24045
|
-
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24046
|
-
}, z.core.$strip>>;
|
|
24047
|
-
}, z.core.$strip>], "type">;
|
|
24048
|
-
start: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodEnum<{
|
|
24049
|
-
auto: "auto";
|
|
24050
|
-
}>]>;
|
|
24051
|
-
length: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodLiteral<"auto">, z.ZodLiteral<"end">]>;
|
|
24052
|
-
fit: z.ZodOptional<z.ZodEnum<{
|
|
24053
|
-
crop: "crop";
|
|
24054
|
-
none: "none";
|
|
24055
|
-
cover: "cover";
|
|
24056
|
-
contain: "contain";
|
|
24057
|
-
}>>;
|
|
24058
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
24440
|
+
speed: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24441
|
+
crop: z.ZodOptional<z.ZodObject<{
|
|
24442
|
+
top: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24443
|
+
bottom: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24444
|
+
left: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24445
|
+
right: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24446
|
+
}, z.core.$strip>>;
|
|
24447
|
+
}, z.core.$strip>], "type">;
|
|
24448
|
+
start: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodEnum<{
|
|
24449
|
+
auto: "auto";
|
|
24450
|
+
}>]>;
|
|
24451
|
+
length: z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodLiteral<"auto">, z.ZodLiteral<"end">]>;
|
|
24452
|
+
fit: z.ZodOptional<z.ZodEnum<{
|
|
24453
|
+
crop: "crop";
|
|
24454
|
+
none: "none";
|
|
24455
|
+
cover: "cover";
|
|
24456
|
+
contain: "contain";
|
|
24457
|
+
}>>;
|
|
24458
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
24459
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
24460
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
24461
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24462
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24463
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
24464
|
+
linear: "linear";
|
|
24465
|
+
bezier: "bezier";
|
|
24466
|
+
constant: "constant";
|
|
24467
|
+
}>>;
|
|
24468
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
24469
|
+
ease: "ease";
|
|
24470
|
+
easeIn: "easeIn";
|
|
24471
|
+
easeOut: "easeOut";
|
|
24472
|
+
easeInOut: "easeInOut";
|
|
24473
|
+
easeInQuad: "easeInQuad";
|
|
24474
|
+
easeInCubic: "easeInCubic";
|
|
24475
|
+
easeInQuart: "easeInQuart";
|
|
24476
|
+
easeInQuint: "easeInQuint";
|
|
24477
|
+
easeInSine: "easeInSine";
|
|
24478
|
+
easeInExpo: "easeInExpo";
|
|
24479
|
+
easeInCirc: "easeInCirc";
|
|
24480
|
+
easeInBack: "easeInBack";
|
|
24481
|
+
easeOutQuad: "easeOutQuad";
|
|
24482
|
+
easeOutCubic: "easeOutCubic";
|
|
24483
|
+
easeOutQuart: "easeOutQuart";
|
|
24484
|
+
easeOutQuint: "easeOutQuint";
|
|
24485
|
+
easeOutSine: "easeOutSine";
|
|
24486
|
+
easeOutExpo: "easeOutExpo";
|
|
24487
|
+
easeOutCirc: "easeOutCirc";
|
|
24488
|
+
easeOutBack: "easeOutBack";
|
|
24489
|
+
easeInOutQuad: "easeInOutQuad";
|
|
24490
|
+
easeInOutCubic: "easeInOutCubic";
|
|
24491
|
+
easeInOutQuart: "easeInOutQuart";
|
|
24492
|
+
easeInOutQuint: "easeInOutQuint";
|
|
24493
|
+
easeInOutSine: "easeInOutSine";
|
|
24494
|
+
easeInOutExpo: "easeInOutExpo";
|
|
24495
|
+
easeInOutCirc: "easeInOutCirc";
|
|
24496
|
+
easeInOutBack: "easeInOutBack";
|
|
24497
|
+
}>>;
|
|
24498
|
+
}, z.core.$strip>>]>>;
|
|
24059
24499
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24060
24500
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
24061
24501
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -25357,7 +25797,47 @@ export declare const renderResponseSchema: z.ZodObject<{
|
|
|
25357
25797
|
cover: "cover";
|
|
25358
25798
|
contain: "contain";
|
|
25359
25799
|
}>>;
|
|
25360
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
25800
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
25801
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
25802
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
25803
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
25804
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
25805
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
25806
|
+
linear: "linear";
|
|
25807
|
+
bezier: "bezier";
|
|
25808
|
+
constant: "constant";
|
|
25809
|
+
}>>;
|
|
25810
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
25811
|
+
ease: "ease";
|
|
25812
|
+
easeIn: "easeIn";
|
|
25813
|
+
easeOut: "easeOut";
|
|
25814
|
+
easeInOut: "easeInOut";
|
|
25815
|
+
easeInQuad: "easeInQuad";
|
|
25816
|
+
easeInCubic: "easeInCubic";
|
|
25817
|
+
easeInQuart: "easeInQuart";
|
|
25818
|
+
easeInQuint: "easeInQuint";
|
|
25819
|
+
easeInSine: "easeInSine";
|
|
25820
|
+
easeInExpo: "easeInExpo";
|
|
25821
|
+
easeInCirc: "easeInCirc";
|
|
25822
|
+
easeInBack: "easeInBack";
|
|
25823
|
+
easeOutQuad: "easeOutQuad";
|
|
25824
|
+
easeOutCubic: "easeOutCubic";
|
|
25825
|
+
easeOutQuart: "easeOutQuart";
|
|
25826
|
+
easeOutQuint: "easeOutQuint";
|
|
25827
|
+
easeOutSine: "easeOutSine";
|
|
25828
|
+
easeOutExpo: "easeOutExpo";
|
|
25829
|
+
easeOutCirc: "easeOutCirc";
|
|
25830
|
+
easeOutBack: "easeOutBack";
|
|
25831
|
+
easeInOutQuad: "easeInOutQuad";
|
|
25832
|
+
easeInOutCubic: "easeInOutCubic";
|
|
25833
|
+
easeInOutQuart: "easeInOutQuart";
|
|
25834
|
+
easeInOutQuint: "easeInOutQuint";
|
|
25835
|
+
easeInOutSine: "easeInOutSine";
|
|
25836
|
+
easeInOutExpo: "easeInOutExpo";
|
|
25837
|
+
easeInOutCirc: "easeInOutCirc";
|
|
25838
|
+
easeInOutBack: "easeInOutBack";
|
|
25839
|
+
}>>;
|
|
25840
|
+
}, z.core.$strip>>]>>;
|
|
25361
25841
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
25362
25842
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
25363
25843
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -26644,7 +27124,47 @@ export declare const templatedataresponsedataTemplateDataResponseDataSchema: z.Z
|
|
|
26644
27124
|
cover: "cover";
|
|
26645
27125
|
contain: "contain";
|
|
26646
27126
|
}>>;
|
|
26647
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
27127
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
27128
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
27129
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
27130
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27131
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27132
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
27133
|
+
linear: "linear";
|
|
27134
|
+
bezier: "bezier";
|
|
27135
|
+
constant: "constant";
|
|
27136
|
+
}>>;
|
|
27137
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
27138
|
+
ease: "ease";
|
|
27139
|
+
easeIn: "easeIn";
|
|
27140
|
+
easeOut: "easeOut";
|
|
27141
|
+
easeInOut: "easeInOut";
|
|
27142
|
+
easeInQuad: "easeInQuad";
|
|
27143
|
+
easeInCubic: "easeInCubic";
|
|
27144
|
+
easeInQuart: "easeInQuart";
|
|
27145
|
+
easeInQuint: "easeInQuint";
|
|
27146
|
+
easeInSine: "easeInSine";
|
|
27147
|
+
easeInExpo: "easeInExpo";
|
|
27148
|
+
easeInCirc: "easeInCirc";
|
|
27149
|
+
easeInBack: "easeInBack";
|
|
27150
|
+
easeOutQuad: "easeOutQuad";
|
|
27151
|
+
easeOutCubic: "easeOutCubic";
|
|
27152
|
+
easeOutQuart: "easeOutQuart";
|
|
27153
|
+
easeOutQuint: "easeOutQuint";
|
|
27154
|
+
easeOutSine: "easeOutSine";
|
|
27155
|
+
easeOutExpo: "easeOutExpo";
|
|
27156
|
+
easeOutCirc: "easeOutCirc";
|
|
27157
|
+
easeOutBack: "easeOutBack";
|
|
27158
|
+
easeInOutQuad: "easeInOutQuad";
|
|
27159
|
+
easeInOutCubic: "easeInOutCubic";
|
|
27160
|
+
easeInOutQuart: "easeInOutQuart";
|
|
27161
|
+
easeInOutQuint: "easeInOutQuint";
|
|
27162
|
+
easeInOutSine: "easeInOutSine";
|
|
27163
|
+
easeInOutExpo: "easeInOutExpo";
|
|
27164
|
+
easeInOutCirc: "easeInOutCirc";
|
|
27165
|
+
easeInOutBack: "easeInOutBack";
|
|
27166
|
+
}>>;
|
|
27167
|
+
}, z.core.$strip>>]>>;
|
|
26648
27168
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
26649
27169
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
26650
27170
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -27925,7 +28445,47 @@ export declare const templateDataResponseDataSchema: z.ZodObject<{
|
|
|
27925
28445
|
cover: "cover";
|
|
27926
28446
|
contain: "contain";
|
|
27927
28447
|
}>>;
|
|
27928
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
28448
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
28449
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
28450
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
28451
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
28452
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
28453
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
28454
|
+
linear: "linear";
|
|
28455
|
+
bezier: "bezier";
|
|
28456
|
+
constant: "constant";
|
|
28457
|
+
}>>;
|
|
28458
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
28459
|
+
ease: "ease";
|
|
28460
|
+
easeIn: "easeIn";
|
|
28461
|
+
easeOut: "easeOut";
|
|
28462
|
+
easeInOut: "easeInOut";
|
|
28463
|
+
easeInQuad: "easeInQuad";
|
|
28464
|
+
easeInCubic: "easeInCubic";
|
|
28465
|
+
easeInQuart: "easeInQuart";
|
|
28466
|
+
easeInQuint: "easeInQuint";
|
|
28467
|
+
easeInSine: "easeInSine";
|
|
28468
|
+
easeInExpo: "easeInExpo";
|
|
28469
|
+
easeInCirc: "easeInCirc";
|
|
28470
|
+
easeInBack: "easeInBack";
|
|
28471
|
+
easeOutQuad: "easeOutQuad";
|
|
28472
|
+
easeOutCubic: "easeOutCubic";
|
|
28473
|
+
easeOutQuart: "easeOutQuart";
|
|
28474
|
+
easeOutQuint: "easeOutQuint";
|
|
28475
|
+
easeOutSine: "easeOutSine";
|
|
28476
|
+
easeOutExpo: "easeOutExpo";
|
|
28477
|
+
easeOutCirc: "easeOutCirc";
|
|
28478
|
+
easeOutBack: "easeOutBack";
|
|
28479
|
+
easeInOutQuad: "easeInOutQuad";
|
|
28480
|
+
easeInOutCubic: "easeInOutCubic";
|
|
28481
|
+
easeInOutQuart: "easeInOutQuart";
|
|
28482
|
+
easeInOutQuint: "easeInOutQuint";
|
|
28483
|
+
easeInOutSine: "easeInOutSine";
|
|
28484
|
+
easeInOutExpo: "easeInOutExpo";
|
|
28485
|
+
easeInOutCirc: "easeInOutCirc";
|
|
28486
|
+
easeInOutBack: "easeInOutBack";
|
|
28487
|
+
}>>;
|
|
28488
|
+
}, z.core.$strip>>]>>;
|
|
27929
28489
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27930
28490
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
27931
28491
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -29212,7 +29772,47 @@ export declare const templatedataresponseTemplateDataResponseSchema: z.ZodObject
|
|
|
29212
29772
|
cover: "cover";
|
|
29213
29773
|
contain: "contain";
|
|
29214
29774
|
}>>;
|
|
29215
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
29775
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
29776
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
29777
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
29778
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
29779
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
29780
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
29781
|
+
linear: "linear";
|
|
29782
|
+
bezier: "bezier";
|
|
29783
|
+
constant: "constant";
|
|
29784
|
+
}>>;
|
|
29785
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
29786
|
+
ease: "ease";
|
|
29787
|
+
easeIn: "easeIn";
|
|
29788
|
+
easeOut: "easeOut";
|
|
29789
|
+
easeInOut: "easeInOut";
|
|
29790
|
+
easeInQuad: "easeInQuad";
|
|
29791
|
+
easeInCubic: "easeInCubic";
|
|
29792
|
+
easeInQuart: "easeInQuart";
|
|
29793
|
+
easeInQuint: "easeInQuint";
|
|
29794
|
+
easeInSine: "easeInSine";
|
|
29795
|
+
easeInExpo: "easeInExpo";
|
|
29796
|
+
easeInCirc: "easeInCirc";
|
|
29797
|
+
easeInBack: "easeInBack";
|
|
29798
|
+
easeOutQuad: "easeOutQuad";
|
|
29799
|
+
easeOutCubic: "easeOutCubic";
|
|
29800
|
+
easeOutQuart: "easeOutQuart";
|
|
29801
|
+
easeOutQuint: "easeOutQuint";
|
|
29802
|
+
easeOutSine: "easeOutSine";
|
|
29803
|
+
easeOutExpo: "easeOutExpo";
|
|
29804
|
+
easeOutCirc: "easeOutCirc";
|
|
29805
|
+
easeOutBack: "easeOutBack";
|
|
29806
|
+
easeInOutQuad: "easeInOutQuad";
|
|
29807
|
+
easeInOutCubic: "easeInOutCubic";
|
|
29808
|
+
easeInOutQuart: "easeInOutQuart";
|
|
29809
|
+
easeInOutQuint: "easeInOutQuint";
|
|
29810
|
+
easeInOutSine: "easeInOutSine";
|
|
29811
|
+
easeInOutExpo: "easeInOutExpo";
|
|
29812
|
+
easeInOutCirc: "easeInOutCirc";
|
|
29813
|
+
easeInOutBack: "easeInOutBack";
|
|
29814
|
+
}>>;
|
|
29815
|
+
}, z.core.$strip>>]>>;
|
|
29216
29816
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
29217
29817
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
29218
29818
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -30497,7 +31097,47 @@ export declare const templateDataResponseSchema: z.ZodObject<{
|
|
|
30497
31097
|
cover: "cover";
|
|
30498
31098
|
contain: "contain";
|
|
30499
31099
|
}>>;
|
|
30500
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
31100
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
31101
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
31102
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
31103
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31104
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31105
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
31106
|
+
linear: "linear";
|
|
31107
|
+
bezier: "bezier";
|
|
31108
|
+
constant: "constant";
|
|
31109
|
+
}>>;
|
|
31110
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
31111
|
+
ease: "ease";
|
|
31112
|
+
easeIn: "easeIn";
|
|
31113
|
+
easeOut: "easeOut";
|
|
31114
|
+
easeInOut: "easeInOut";
|
|
31115
|
+
easeInQuad: "easeInQuad";
|
|
31116
|
+
easeInCubic: "easeInCubic";
|
|
31117
|
+
easeInQuart: "easeInQuart";
|
|
31118
|
+
easeInQuint: "easeInQuint";
|
|
31119
|
+
easeInSine: "easeInSine";
|
|
31120
|
+
easeInExpo: "easeInExpo";
|
|
31121
|
+
easeInCirc: "easeInCirc";
|
|
31122
|
+
easeInBack: "easeInBack";
|
|
31123
|
+
easeOutQuad: "easeOutQuad";
|
|
31124
|
+
easeOutCubic: "easeOutCubic";
|
|
31125
|
+
easeOutQuart: "easeOutQuart";
|
|
31126
|
+
easeOutQuint: "easeOutQuint";
|
|
31127
|
+
easeOutSine: "easeOutSine";
|
|
31128
|
+
easeOutExpo: "easeOutExpo";
|
|
31129
|
+
easeOutCirc: "easeOutCirc";
|
|
31130
|
+
easeOutBack: "easeOutBack";
|
|
31131
|
+
easeInOutQuad: "easeInOutQuad";
|
|
31132
|
+
easeInOutCubic: "easeInOutCubic";
|
|
31133
|
+
easeInOutQuart: "easeInOutQuart";
|
|
31134
|
+
easeInOutQuint: "easeInOutQuint";
|
|
31135
|
+
easeInOutSine: "easeInOutSine";
|
|
31136
|
+
easeInOutExpo: "easeInOutExpo";
|
|
31137
|
+
easeInOutCirc: "easeInOutCirc";
|
|
31138
|
+
easeInOutBack: "easeInOutBack";
|
|
31139
|
+
}>>;
|
|
31140
|
+
}, z.core.$strip>>]>>;
|
|
30501
31141
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
30502
31142
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
30503
31143
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -31780,7 +32420,47 @@ export declare const templateTemplateSchema: z.ZodObject<{
|
|
|
31780
32420
|
cover: "cover";
|
|
31781
32421
|
contain: "contain";
|
|
31782
32422
|
}>>;
|
|
31783
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
32423
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
32424
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
32425
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
32426
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
32427
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
32428
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
32429
|
+
linear: "linear";
|
|
32430
|
+
bezier: "bezier";
|
|
32431
|
+
constant: "constant";
|
|
32432
|
+
}>>;
|
|
32433
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
32434
|
+
ease: "ease";
|
|
32435
|
+
easeIn: "easeIn";
|
|
32436
|
+
easeOut: "easeOut";
|
|
32437
|
+
easeInOut: "easeInOut";
|
|
32438
|
+
easeInQuad: "easeInQuad";
|
|
32439
|
+
easeInCubic: "easeInCubic";
|
|
32440
|
+
easeInQuart: "easeInQuart";
|
|
32441
|
+
easeInQuint: "easeInQuint";
|
|
32442
|
+
easeInSine: "easeInSine";
|
|
32443
|
+
easeInExpo: "easeInExpo";
|
|
32444
|
+
easeInCirc: "easeInCirc";
|
|
32445
|
+
easeInBack: "easeInBack";
|
|
32446
|
+
easeOutQuad: "easeOutQuad";
|
|
32447
|
+
easeOutCubic: "easeOutCubic";
|
|
32448
|
+
easeOutQuart: "easeOutQuart";
|
|
32449
|
+
easeOutQuint: "easeOutQuint";
|
|
32450
|
+
easeOutSine: "easeOutSine";
|
|
32451
|
+
easeOutExpo: "easeOutExpo";
|
|
32452
|
+
easeOutCirc: "easeOutCirc";
|
|
32453
|
+
easeOutBack: "easeOutBack";
|
|
32454
|
+
easeInOutQuad: "easeInOutQuad";
|
|
32455
|
+
easeInOutCubic: "easeInOutCubic";
|
|
32456
|
+
easeInOutQuart: "easeInOutQuart";
|
|
32457
|
+
easeInOutQuint: "easeInOutQuint";
|
|
32458
|
+
easeInOutSine: "easeInOutSine";
|
|
32459
|
+
easeInOutExpo: "easeInOutExpo";
|
|
32460
|
+
easeInOutCirc: "easeInOutCirc";
|
|
32461
|
+
easeInOutBack: "easeInOutBack";
|
|
32462
|
+
}>>;
|
|
32463
|
+
}, z.core.$strip>>]>>;
|
|
31784
32464
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31785
32465
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
31786
32466
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -33059,7 +33739,47 @@ export declare const templateSchema: z.ZodObject<{
|
|
|
33059
33739
|
cover: "cover";
|
|
33060
33740
|
contain: "contain";
|
|
33061
33741
|
}>>;
|
|
33062
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
33742
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
33743
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
33744
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
33745
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
33746
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
33747
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
33748
|
+
linear: "linear";
|
|
33749
|
+
bezier: "bezier";
|
|
33750
|
+
constant: "constant";
|
|
33751
|
+
}>>;
|
|
33752
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
33753
|
+
ease: "ease";
|
|
33754
|
+
easeIn: "easeIn";
|
|
33755
|
+
easeOut: "easeOut";
|
|
33756
|
+
easeInOut: "easeInOut";
|
|
33757
|
+
easeInQuad: "easeInQuad";
|
|
33758
|
+
easeInCubic: "easeInCubic";
|
|
33759
|
+
easeInQuart: "easeInQuart";
|
|
33760
|
+
easeInQuint: "easeInQuint";
|
|
33761
|
+
easeInSine: "easeInSine";
|
|
33762
|
+
easeInExpo: "easeInExpo";
|
|
33763
|
+
easeInCirc: "easeInCirc";
|
|
33764
|
+
easeInBack: "easeInBack";
|
|
33765
|
+
easeOutQuad: "easeOutQuad";
|
|
33766
|
+
easeOutCubic: "easeOutCubic";
|
|
33767
|
+
easeOutQuart: "easeOutQuart";
|
|
33768
|
+
easeOutQuint: "easeOutQuint";
|
|
33769
|
+
easeOutSine: "easeOutSine";
|
|
33770
|
+
easeOutExpo: "easeOutExpo";
|
|
33771
|
+
easeOutCirc: "easeOutCirc";
|
|
33772
|
+
easeOutBack: "easeOutBack";
|
|
33773
|
+
easeInOutQuad: "easeInOutQuad";
|
|
33774
|
+
easeInOutCubic: "easeInOutCubic";
|
|
33775
|
+
easeInOutQuart: "easeInOutQuart";
|
|
33776
|
+
easeInOutQuint: "easeInOutQuint";
|
|
33777
|
+
easeInOutSine: "easeInOutSine";
|
|
33778
|
+
easeInOutExpo: "easeInOutExpo";
|
|
33779
|
+
easeInOutCirc: "easeInOutCirc";
|
|
33780
|
+
easeInOutBack: "easeInOutBack";
|
|
33781
|
+
}>>;
|
|
33782
|
+
}, z.core.$strip>>]>>;
|
|
33063
33783
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
33064
33784
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
33065
33785
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -34337,7 +35057,47 @@ export declare const postRenderRequest: z.ZodObject<{
|
|
|
34337
35057
|
cover: "cover";
|
|
34338
35058
|
contain: "contain";
|
|
34339
35059
|
}>>;
|
|
34340
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
35060
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
35061
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
35062
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
35063
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35064
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35065
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
35066
|
+
linear: "linear";
|
|
35067
|
+
bezier: "bezier";
|
|
35068
|
+
constant: "constant";
|
|
35069
|
+
}>>;
|
|
35070
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
35071
|
+
ease: "ease";
|
|
35072
|
+
easeIn: "easeIn";
|
|
35073
|
+
easeOut: "easeOut";
|
|
35074
|
+
easeInOut: "easeInOut";
|
|
35075
|
+
easeInQuad: "easeInQuad";
|
|
35076
|
+
easeInCubic: "easeInCubic";
|
|
35077
|
+
easeInQuart: "easeInQuart";
|
|
35078
|
+
easeInQuint: "easeInQuint";
|
|
35079
|
+
easeInSine: "easeInSine";
|
|
35080
|
+
easeInExpo: "easeInExpo";
|
|
35081
|
+
easeInCirc: "easeInCirc";
|
|
35082
|
+
easeInBack: "easeInBack";
|
|
35083
|
+
easeOutQuad: "easeOutQuad";
|
|
35084
|
+
easeOutCubic: "easeOutCubic";
|
|
35085
|
+
easeOutQuart: "easeOutQuart";
|
|
35086
|
+
easeOutQuint: "easeOutQuint";
|
|
35087
|
+
easeOutSine: "easeOutSine";
|
|
35088
|
+
easeOutExpo: "easeOutExpo";
|
|
35089
|
+
easeOutCirc: "easeOutCirc";
|
|
35090
|
+
easeOutBack: "easeOutBack";
|
|
35091
|
+
easeInOutQuad: "easeInOutQuad";
|
|
35092
|
+
easeInOutCubic: "easeInOutCubic";
|
|
35093
|
+
easeInOutQuart: "easeInOutQuart";
|
|
35094
|
+
easeInOutQuint: "easeInOutQuint";
|
|
35095
|
+
easeInOutSine: "easeInOutSine";
|
|
35096
|
+
easeInOutExpo: "easeInOutExpo";
|
|
35097
|
+
easeInOutCirc: "easeInOutCirc";
|
|
35098
|
+
easeInOutBack: "easeInOutBack";
|
|
35099
|
+
}>>;
|
|
35100
|
+
}, z.core.$strip>>]>>;
|
|
34341
35101
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
34342
35102
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
34343
35103
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -35662,7 +36422,47 @@ export declare const getRenderResponse: z.ZodObject<{
|
|
|
35662
36422
|
cover: "cover";
|
|
35663
36423
|
contain: "contain";
|
|
35664
36424
|
}>>;
|
|
35665
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
36425
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
36426
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
36427
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
36428
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
36429
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
36430
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
36431
|
+
linear: "linear";
|
|
36432
|
+
bezier: "bezier";
|
|
36433
|
+
constant: "constant";
|
|
36434
|
+
}>>;
|
|
36435
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
36436
|
+
ease: "ease";
|
|
36437
|
+
easeIn: "easeIn";
|
|
36438
|
+
easeOut: "easeOut";
|
|
36439
|
+
easeInOut: "easeInOut";
|
|
36440
|
+
easeInQuad: "easeInQuad";
|
|
36441
|
+
easeInCubic: "easeInCubic";
|
|
36442
|
+
easeInQuart: "easeInQuart";
|
|
36443
|
+
easeInQuint: "easeInQuint";
|
|
36444
|
+
easeInSine: "easeInSine";
|
|
36445
|
+
easeInExpo: "easeInExpo";
|
|
36446
|
+
easeInCirc: "easeInCirc";
|
|
36447
|
+
easeInBack: "easeInBack";
|
|
36448
|
+
easeOutQuad: "easeOutQuad";
|
|
36449
|
+
easeOutCubic: "easeOutCubic";
|
|
36450
|
+
easeOutQuart: "easeOutQuart";
|
|
36451
|
+
easeOutQuint: "easeOutQuint";
|
|
36452
|
+
easeOutSine: "easeOutSine";
|
|
36453
|
+
easeOutExpo: "easeOutExpo";
|
|
36454
|
+
easeOutCirc: "easeOutCirc";
|
|
36455
|
+
easeOutBack: "easeOutBack";
|
|
36456
|
+
easeInOutQuad: "easeInOutQuad";
|
|
36457
|
+
easeInOutCubic: "easeInOutCubic";
|
|
36458
|
+
easeInOutQuart: "easeInOutQuart";
|
|
36459
|
+
easeInOutQuint: "easeInOutQuint";
|
|
36460
|
+
easeInOutSine: "easeInOutSine";
|
|
36461
|
+
easeInOutExpo: "easeInOutExpo";
|
|
36462
|
+
easeInOutCirc: "easeInOutCirc";
|
|
36463
|
+
easeInOutBack: "easeInOutBack";
|
|
36464
|
+
}>>;
|
|
36465
|
+
}, z.core.$strip>>]>>;
|
|
35666
36466
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35667
36467
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
35668
36468
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -36966,7 +37766,47 @@ export declare const postTemplateRequest: z.ZodObject<{
|
|
|
36966
37766
|
cover: "cover";
|
|
36967
37767
|
contain: "contain";
|
|
36968
37768
|
}>>;
|
|
36969
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
37769
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
37770
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
37771
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
37772
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
37773
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
37774
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
37775
|
+
linear: "linear";
|
|
37776
|
+
bezier: "bezier";
|
|
37777
|
+
constant: "constant";
|
|
37778
|
+
}>>;
|
|
37779
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
37780
|
+
ease: "ease";
|
|
37781
|
+
easeIn: "easeIn";
|
|
37782
|
+
easeOut: "easeOut";
|
|
37783
|
+
easeInOut: "easeInOut";
|
|
37784
|
+
easeInQuad: "easeInQuad";
|
|
37785
|
+
easeInCubic: "easeInCubic";
|
|
37786
|
+
easeInQuart: "easeInQuart";
|
|
37787
|
+
easeInQuint: "easeInQuint";
|
|
37788
|
+
easeInSine: "easeInSine";
|
|
37789
|
+
easeInExpo: "easeInExpo";
|
|
37790
|
+
easeInCirc: "easeInCirc";
|
|
37791
|
+
easeInBack: "easeInBack";
|
|
37792
|
+
easeOutQuad: "easeOutQuad";
|
|
37793
|
+
easeOutCubic: "easeOutCubic";
|
|
37794
|
+
easeOutQuart: "easeOutQuart";
|
|
37795
|
+
easeOutQuint: "easeOutQuint";
|
|
37796
|
+
easeOutSine: "easeOutSine";
|
|
37797
|
+
easeOutExpo: "easeOutExpo";
|
|
37798
|
+
easeOutCirc: "easeOutCirc";
|
|
37799
|
+
easeOutBack: "easeOutBack";
|
|
37800
|
+
easeInOutQuad: "easeInOutQuad";
|
|
37801
|
+
easeInOutCubic: "easeInOutCubic";
|
|
37802
|
+
easeInOutQuart: "easeInOutQuart";
|
|
37803
|
+
easeInOutQuint: "easeInOutQuint";
|
|
37804
|
+
easeInOutSine: "easeInOutSine";
|
|
37805
|
+
easeInOutExpo: "easeInOutExpo";
|
|
37806
|
+
easeInOutCirc: "easeInOutCirc";
|
|
37807
|
+
easeInOutBack: "easeInOutBack";
|
|
37808
|
+
}>>;
|
|
37809
|
+
}, z.core.$strip>>]>>;
|
|
36970
37810
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
36971
37811
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
36972
37812
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -38285,7 +39125,47 @@ export declare const getTemplateResponse: z.ZodObject<{
|
|
|
38285
39125
|
cover: "cover";
|
|
38286
39126
|
contain: "contain";
|
|
38287
39127
|
}>>;
|
|
38288
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
39128
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
39129
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
39130
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
39131
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39132
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39133
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
39134
|
+
linear: "linear";
|
|
39135
|
+
bezier: "bezier";
|
|
39136
|
+
constant: "constant";
|
|
39137
|
+
}>>;
|
|
39138
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
39139
|
+
ease: "ease";
|
|
39140
|
+
easeIn: "easeIn";
|
|
39141
|
+
easeOut: "easeOut";
|
|
39142
|
+
easeInOut: "easeInOut";
|
|
39143
|
+
easeInQuad: "easeInQuad";
|
|
39144
|
+
easeInCubic: "easeInCubic";
|
|
39145
|
+
easeInQuart: "easeInQuart";
|
|
39146
|
+
easeInQuint: "easeInQuint";
|
|
39147
|
+
easeInSine: "easeInSine";
|
|
39148
|
+
easeInExpo: "easeInExpo";
|
|
39149
|
+
easeInCirc: "easeInCirc";
|
|
39150
|
+
easeInBack: "easeInBack";
|
|
39151
|
+
easeOutQuad: "easeOutQuad";
|
|
39152
|
+
easeOutCubic: "easeOutCubic";
|
|
39153
|
+
easeOutQuart: "easeOutQuart";
|
|
39154
|
+
easeOutQuint: "easeOutQuint";
|
|
39155
|
+
easeOutSine: "easeOutSine";
|
|
39156
|
+
easeOutExpo: "easeOutExpo";
|
|
39157
|
+
easeOutCirc: "easeOutCirc";
|
|
39158
|
+
easeOutBack: "easeOutBack";
|
|
39159
|
+
easeInOutQuad: "easeInOutQuad";
|
|
39160
|
+
easeInOutCubic: "easeInOutCubic";
|
|
39161
|
+
easeInOutQuart: "easeInOutQuart";
|
|
39162
|
+
easeInOutQuint: "easeInOutQuint";
|
|
39163
|
+
easeInOutSine: "easeInOutSine";
|
|
39164
|
+
easeInOutExpo: "easeInOutExpo";
|
|
39165
|
+
easeInOutCirc: "easeInOutCirc";
|
|
39166
|
+
easeInOutBack: "easeInOutBack";
|
|
39167
|
+
}>>;
|
|
39168
|
+
}, z.core.$strip>>]>>;
|
|
38289
39169
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
38290
39170
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
38291
39171
|
position: z.ZodOptional<z.ZodEnum<{
|
|
@@ -39566,7 +40446,47 @@ export declare const putTemplateRequest: z.ZodObject<{
|
|
|
39566
40446
|
cover: "cover";
|
|
39567
40447
|
contain: "contain";
|
|
39568
40448
|
}>>;
|
|
39569
|
-
scale: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber
|
|
40449
|
+
scale: z.ZodOptional<z.ZodUnion<readonly [z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>, z.ZodArray<z.ZodObject<{
|
|
40450
|
+
from: z.ZodOptional<z.ZodUnknown>;
|
|
40451
|
+
to: z.ZodOptional<z.ZodUnknown>;
|
|
40452
|
+
start: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
40453
|
+
length: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
40454
|
+
interpolation: z.ZodOptional<z.ZodEnum<{
|
|
40455
|
+
linear: "linear";
|
|
40456
|
+
bezier: "bezier";
|
|
40457
|
+
constant: "constant";
|
|
40458
|
+
}>>;
|
|
40459
|
+
easing: z.ZodOptional<z.ZodEnum<{
|
|
40460
|
+
ease: "ease";
|
|
40461
|
+
easeIn: "easeIn";
|
|
40462
|
+
easeOut: "easeOut";
|
|
40463
|
+
easeInOut: "easeInOut";
|
|
40464
|
+
easeInQuad: "easeInQuad";
|
|
40465
|
+
easeInCubic: "easeInCubic";
|
|
40466
|
+
easeInQuart: "easeInQuart";
|
|
40467
|
+
easeInQuint: "easeInQuint";
|
|
40468
|
+
easeInSine: "easeInSine";
|
|
40469
|
+
easeInExpo: "easeInExpo";
|
|
40470
|
+
easeInCirc: "easeInCirc";
|
|
40471
|
+
easeInBack: "easeInBack";
|
|
40472
|
+
easeOutQuad: "easeOutQuad";
|
|
40473
|
+
easeOutCubic: "easeOutCubic";
|
|
40474
|
+
easeOutQuart: "easeOutQuart";
|
|
40475
|
+
easeOutQuint: "easeOutQuint";
|
|
40476
|
+
easeOutSine: "easeOutSine";
|
|
40477
|
+
easeOutExpo: "easeOutExpo";
|
|
40478
|
+
easeOutCirc: "easeOutCirc";
|
|
40479
|
+
easeOutBack: "easeOutBack";
|
|
40480
|
+
easeInOutQuad: "easeInOutQuad";
|
|
40481
|
+
easeInOutCubic: "easeInOutCubic";
|
|
40482
|
+
easeInOutQuart: "easeInOutQuart";
|
|
40483
|
+
easeInOutQuint: "easeInOutQuint";
|
|
40484
|
+
easeInOutSine: "easeInOutSine";
|
|
40485
|
+
easeInOutExpo: "easeInOutExpo";
|
|
40486
|
+
easeInOutCirc: "easeInOutCirc";
|
|
40487
|
+
easeInOutBack: "easeInOutBack";
|
|
40488
|
+
}>>;
|
|
40489
|
+
}, z.core.$strip>>]>>;
|
|
39570
40490
|
width: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39571
40491
|
height: z.ZodOptional<z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodNumber>>;
|
|
39572
40492
|
position: z.ZodOptional<z.ZodEnum<{
|