@shotstack/schemas 1.5.7 → 1.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.bundled.json +90 -5
- package/dist/schema.d.ts +1 -2
- package/dist/zod/zod.gen.cjs +173 -173
- package/dist/zod/zod.gen.d.ts +3727 -3727
- package/dist/zod/zod.gen.js +173 -173
- package/dist/zod/zod.gen.ts +173 -173
- package/package.json +1 -1
package/dist/api.bundled.json
CHANGED
|
@@ -912,6 +912,7 @@
|
|
|
912
912
|
"deprecated": true
|
|
913
913
|
}
|
|
914
914
|
},
|
|
915
|
+
"additionalProperties": false,
|
|
915
916
|
"required": [
|
|
916
917
|
"timeline",
|
|
917
918
|
"output"
|
|
@@ -949,6 +950,7 @@
|
|
|
949
950
|
"type": "boolean"
|
|
950
951
|
}
|
|
951
952
|
},
|
|
953
|
+
"additionalProperties": false,
|
|
952
954
|
"required": [
|
|
953
955
|
"tracks"
|
|
954
956
|
],
|
|
@@ -978,6 +980,7 @@
|
|
|
978
980
|
"type": "number"
|
|
979
981
|
}
|
|
980
982
|
},
|
|
983
|
+
"additionalProperties": false,
|
|
981
984
|
"required": [
|
|
982
985
|
"src"
|
|
983
986
|
],
|
|
@@ -992,6 +995,7 @@
|
|
|
992
995
|
"example": "https://s3-ap-northeast-1.amazonaws.com/my-bucket/open-sans.ttf"
|
|
993
996
|
}
|
|
994
997
|
},
|
|
998
|
+
"additionalProperties": false,
|
|
995
999
|
"required": [
|
|
996
1000
|
"src"
|
|
997
1001
|
],
|
|
@@ -1009,6 +1013,7 @@
|
|
|
1009
1013
|
}
|
|
1010
1014
|
}
|
|
1011
1015
|
},
|
|
1016
|
+
"additionalProperties": false,
|
|
1012
1017
|
"required": [
|
|
1013
1018
|
"clips"
|
|
1014
1019
|
],
|
|
@@ -1188,6 +1193,7 @@
|
|
|
1188
1193
|
"example": "MY_VIDEO_CLIP"
|
|
1189
1194
|
}
|
|
1190
1195
|
},
|
|
1196
|
+
"additionalProperties": false,
|
|
1191
1197
|
"required": [
|
|
1192
1198
|
"asset",
|
|
1193
1199
|
"start",
|
|
@@ -1341,6 +1347,7 @@
|
|
|
1341
1347
|
"$ref": "#/components/schemas/ChromaKey"
|
|
1342
1348
|
}
|
|
1343
1349
|
},
|
|
1350
|
+
"additionalProperties": false,
|
|
1344
1351
|
"required": [
|
|
1345
1352
|
"type",
|
|
1346
1353
|
"src"
|
|
@@ -1369,6 +1376,7 @@
|
|
|
1369
1376
|
"$ref": "#/components/schemas/Crop"
|
|
1370
1377
|
}
|
|
1371
1378
|
},
|
|
1379
|
+
"additionalProperties": false,
|
|
1372
1380
|
"required": [
|
|
1373
1381
|
"type",
|
|
1374
1382
|
"src"
|
|
@@ -1430,6 +1438,7 @@
|
|
|
1430
1438
|
"example": "#000000"
|
|
1431
1439
|
}
|
|
1432
1440
|
},
|
|
1441
|
+
"additionalProperties": false,
|
|
1433
1442
|
"type": "object"
|
|
1434
1443
|
},
|
|
1435
1444
|
"animation": {
|
|
@@ -1451,6 +1460,7 @@
|
|
|
1451
1460
|
"example": 2
|
|
1452
1461
|
}
|
|
1453
1462
|
},
|
|
1463
|
+
"additionalProperties": false,
|
|
1454
1464
|
"required": [
|
|
1455
1465
|
"preset"
|
|
1456
1466
|
],
|
|
@@ -1462,6 +1472,7 @@
|
|
|
1462
1472
|
"example": "..."
|
|
1463
1473
|
}
|
|
1464
1474
|
},
|
|
1475
|
+
"additionalProperties": false,
|
|
1465
1476
|
"required": [
|
|
1466
1477
|
"type",
|
|
1467
1478
|
"text"
|
|
@@ -1538,6 +1549,7 @@
|
|
|
1538
1549
|
"example": 10
|
|
1539
1550
|
}
|
|
1540
1551
|
},
|
|
1552
|
+
"additionalProperties": false,
|
|
1541
1553
|
"type": "object"
|
|
1542
1554
|
},
|
|
1543
1555
|
"padding": {
|
|
@@ -1581,6 +1593,7 @@
|
|
|
1581
1593
|
"example": 10
|
|
1582
1594
|
}
|
|
1583
1595
|
},
|
|
1596
|
+
"additionalProperties": false,
|
|
1584
1597
|
"type": "object"
|
|
1585
1598
|
}
|
|
1586
1599
|
]
|
|
@@ -1594,6 +1607,7 @@
|
|
|
1594
1607
|
"$ref": "#/components/schemas/RichTextAnimation"
|
|
1595
1608
|
}
|
|
1596
1609
|
},
|
|
1610
|
+
"additionalProperties": false,
|
|
1597
1611
|
"required": [
|
|
1598
1612
|
"type",
|
|
1599
1613
|
"text"
|
|
@@ -1661,6 +1675,7 @@
|
|
|
1661
1675
|
"type": "string"
|
|
1662
1676
|
}
|
|
1663
1677
|
},
|
|
1678
|
+
"additionalProperties": false,
|
|
1664
1679
|
"required": [
|
|
1665
1680
|
"type",
|
|
1666
1681
|
"src"
|
|
@@ -1711,7 +1726,8 @@
|
|
|
1711
1726
|
"type": "number",
|
|
1712
1727
|
"example": 1
|
|
1713
1728
|
}
|
|
1714
|
-
}
|
|
1729
|
+
},
|
|
1730
|
+
"additionalProperties": false
|
|
1715
1731
|
},
|
|
1716
1732
|
"stroke": {
|
|
1717
1733
|
"description": "Specifies the stroke style of the shape.",
|
|
@@ -1727,7 +1743,8 @@
|
|
|
1727
1743
|
"type": "number",
|
|
1728
1744
|
"example": 0.8
|
|
1729
1745
|
}
|
|
1730
|
-
}
|
|
1746
|
+
},
|
|
1747
|
+
"additionalProperties": false
|
|
1731
1748
|
},
|
|
1732
1749
|
"rectangle": {
|
|
1733
1750
|
"description": "Configuration settings for the rectangle shape. Required when `shape` is set to `rectangle`.",
|
|
@@ -1749,6 +1766,7 @@
|
|
|
1749
1766
|
"example": 20
|
|
1750
1767
|
}
|
|
1751
1768
|
},
|
|
1769
|
+
"additionalProperties": false,
|
|
1752
1770
|
"required": [
|
|
1753
1771
|
"width",
|
|
1754
1772
|
"height"
|
|
@@ -1764,6 +1782,7 @@
|
|
|
1764
1782
|
"example": 800
|
|
1765
1783
|
}
|
|
1766
1784
|
},
|
|
1785
|
+
"additionalProperties": false,
|
|
1767
1786
|
"required": [
|
|
1768
1787
|
"radius"
|
|
1769
1788
|
]
|
|
@@ -1783,12 +1802,14 @@
|
|
|
1783
1802
|
"example": 4
|
|
1784
1803
|
}
|
|
1785
1804
|
},
|
|
1805
|
+
"additionalProperties": false,
|
|
1786
1806
|
"required": [
|
|
1787
1807
|
"length",
|
|
1788
1808
|
"thickness"
|
|
1789
1809
|
]
|
|
1790
1810
|
}
|
|
1791
1811
|
},
|
|
1812
|
+
"additionalProperties": false,
|
|
1792
1813
|
"required": [
|
|
1793
1814
|
"type",
|
|
1794
1815
|
"shape"
|
|
@@ -1818,6 +1839,7 @@
|
|
|
1818
1839
|
"type": "number"
|
|
1819
1840
|
}
|
|
1820
1841
|
},
|
|
1842
|
+
"additionalProperties": false,
|
|
1821
1843
|
"required": [
|
|
1822
1844
|
"type",
|
|
1823
1845
|
"src"
|
|
@@ -1868,6 +1890,7 @@
|
|
|
1868
1890
|
"example": 1
|
|
1869
1891
|
}
|
|
1870
1892
|
},
|
|
1893
|
+
"additionalProperties": false,
|
|
1871
1894
|
"required": [
|
|
1872
1895
|
"type",
|
|
1873
1896
|
"src"
|
|
@@ -1973,6 +1996,7 @@
|
|
|
1973
1996
|
"example": 2
|
|
1974
1997
|
}
|
|
1975
1998
|
},
|
|
1999
|
+
"additionalProperties": false,
|
|
1976
2000
|
"required": [
|
|
1977
2001
|
"type"
|
|
1978
2002
|
]
|
|
@@ -2007,6 +2031,7 @@
|
|
|
2007
2031
|
"example": 0.98
|
|
2008
2032
|
}
|
|
2009
2033
|
},
|
|
2034
|
+
"additionalProperties": false,
|
|
2010
2035
|
"required": [
|
|
2011
2036
|
"text",
|
|
2012
2037
|
"start",
|
|
@@ -2038,7 +2063,8 @@
|
|
|
2038
2063
|
"default": 1,
|
|
2039
2064
|
"example": 1
|
|
2040
2065
|
}
|
|
2041
|
-
}
|
|
2066
|
+
},
|
|
2067
|
+
"additionalProperties": false
|
|
2042
2068
|
},
|
|
2043
2069
|
"RichCaptionActive": {
|
|
2044
2070
|
"description": "Styling properties for the active/highlighted word.",
|
|
@@ -2060,7 +2086,8 @@
|
|
|
2060
2086
|
"default": 1,
|
|
2061
2087
|
"example": 1.2
|
|
2062
2088
|
}
|
|
2063
|
-
}
|
|
2089
|
+
},
|
|
2090
|
+
"additionalProperties": false
|
|
2064
2091
|
},
|
|
2065
2092
|
"RichCaptionWordAnimation": {
|
|
2066
2093
|
"description": "Word-level animation properties for caption effects.",
|
|
@@ -2103,6 +2130,7 @@
|
|
|
2103
2130
|
"example": "up"
|
|
2104
2131
|
}
|
|
2105
2132
|
},
|
|
2133
|
+
"additionalProperties": false,
|
|
2106
2134
|
"required": [
|
|
2107
2135
|
"style"
|
|
2108
2136
|
]
|
|
@@ -2137,6 +2165,8 @@
|
|
|
2137
2165
|
"$ref": "#/components/schemas/Crop"
|
|
2138
2166
|
}
|
|
2139
2167
|
},
|
|
2168
|
+
"additionalProperties": false,
|
|
2169
|
+
"type": "object",
|
|
2140
2170
|
"required": [
|
|
2141
2171
|
"type",
|
|
2142
2172
|
"prompt"
|
|
@@ -2190,6 +2220,7 @@
|
|
|
2190
2220
|
"$ref": "#/components/schemas/Crop"
|
|
2191
2221
|
}
|
|
2192
2222
|
},
|
|
2223
|
+
"additionalProperties": false,
|
|
2193
2224
|
"type": "object",
|
|
2194
2225
|
"required": [
|
|
2195
2226
|
"type",
|
|
@@ -2271,6 +2302,7 @@
|
|
|
2271
2302
|
"type": "string"
|
|
2272
2303
|
}
|
|
2273
2304
|
},
|
|
2305
|
+
"additionalProperties": false,
|
|
2274
2306
|
"required": [
|
|
2275
2307
|
"type",
|
|
2276
2308
|
"text",
|
|
@@ -2330,6 +2362,7 @@
|
|
|
2330
2362
|
"type": "string"
|
|
2331
2363
|
}
|
|
2332
2364
|
},
|
|
2365
|
+
"additionalProperties": false,
|
|
2333
2366
|
"required": [
|
|
2334
2367
|
"type",
|
|
2335
2368
|
"html"
|
|
@@ -2411,6 +2444,7 @@
|
|
|
2411
2444
|
"$ref": "#/components/schemas/Offset"
|
|
2412
2445
|
}
|
|
2413
2446
|
},
|
|
2447
|
+
"additionalProperties": false,
|
|
2414
2448
|
"required": [
|
|
2415
2449
|
"type",
|
|
2416
2450
|
"text"
|
|
@@ -2479,6 +2513,7 @@
|
|
|
2479
2513
|
"example": 300
|
|
2480
2514
|
}
|
|
2481
2515
|
},
|
|
2516
|
+
"additionalProperties": false,
|
|
2482
2517
|
"required": [
|
|
2483
2518
|
"type"
|
|
2484
2519
|
],
|
|
@@ -2578,6 +2613,7 @@
|
|
|
2578
2613
|
"SvgRectangleShape": {
|
|
2579
2614
|
"description": "A rectangle shape with optional rounded corners.\nThe rectangle is defined by its width and height dimensions.\n",
|
|
2580
2615
|
"type": "object",
|
|
2616
|
+
"additionalProperties": false,
|
|
2581
2617
|
"properties": {
|
|
2582
2618
|
"type": {
|
|
2583
2619
|
"description": "The shape type - set to `rectangle`.",
|
|
@@ -2618,6 +2654,7 @@
|
|
|
2618
2654
|
"SvgCircleShape": {
|
|
2619
2655
|
"description": "A perfect circle shape defined by its radius.\nThe circle is centered at the shape's position.\n",
|
|
2620
2656
|
"type": "object",
|
|
2657
|
+
"additionalProperties": false,
|
|
2621
2658
|
"properties": {
|
|
2622
2659
|
"type": {
|
|
2623
2660
|
"description": "The shape type - set to `circle`.",
|
|
@@ -2642,6 +2679,7 @@
|
|
|
2642
2679
|
"SvgEllipseShape": {
|
|
2643
2680
|
"description": "An ellipse (oval) shape with separate horizontal and vertical radii.\nThe ellipse is centered at the shape's position.\n",
|
|
2644
2681
|
"type": "object",
|
|
2682
|
+
"additionalProperties": false,
|
|
2645
2683
|
"properties": {
|
|
2646
2684
|
"type": {
|
|
2647
2685
|
"description": "The shape type - set to `ellipse`.",
|
|
@@ -2674,6 +2712,7 @@
|
|
|
2674
2712
|
"SvgLineShape": {
|
|
2675
2713
|
"description": "A straight line shape with a specified length and thickness.\nThe line is drawn horizontally by default and can be rotated using transform.\n",
|
|
2676
2714
|
"type": "object",
|
|
2715
|
+
"additionalProperties": false,
|
|
2677
2716
|
"properties": {
|
|
2678
2717
|
"type": {
|
|
2679
2718
|
"description": "The shape type - set to `line`.",
|
|
@@ -2706,6 +2745,7 @@
|
|
|
2706
2745
|
"SvgPolygonShape": {
|
|
2707
2746
|
"description": "A regular polygon shape with a specified number of sides.\nExamples: triangle (3), square (4), pentagon (5), hexagon (6), etc.\nThe polygon is inscribed in a circle of the given radius.\n",
|
|
2708
2747
|
"type": "object",
|
|
2748
|
+
"additionalProperties": false,
|
|
2709
2749
|
"properties": {
|
|
2710
2750
|
"type": {
|
|
2711
2751
|
"description": "The shape type - set to `polygon`.",
|
|
@@ -2738,6 +2778,7 @@
|
|
|
2738
2778
|
"SvgStarShape": {
|
|
2739
2779
|
"description": "A star shape with a specified number of points.\nThe star is defined by outer and inner radii, creating the characteristic\npointed appearance.\n",
|
|
2740
2780
|
"type": "object",
|
|
2781
|
+
"additionalProperties": false,
|
|
2741
2782
|
"properties": {
|
|
2742
2783
|
"type": {
|
|
2743
2784
|
"description": "The shape type - set to `star`.",
|
|
@@ -2778,6 +2819,7 @@
|
|
|
2778
2819
|
"SvgArrowShape": {
|
|
2779
2820
|
"description": "An arrow shape pointing to the right by default.\nUse transform rotation to change direction.\n",
|
|
2780
2821
|
"type": "object",
|
|
2822
|
+
"additionalProperties": false,
|
|
2781
2823
|
"properties": {
|
|
2782
2824
|
"type": {
|
|
2783
2825
|
"description": "The shape type - set to `arrow`.",
|
|
@@ -2826,6 +2868,7 @@
|
|
|
2826
2868
|
"SvgHeartShape": {
|
|
2827
2869
|
"description": "A heart shape commonly used for love/like icons.\nThe heart is defined by a single size parameter.\n",
|
|
2828
2870
|
"type": "object",
|
|
2871
|
+
"additionalProperties": false,
|
|
2829
2872
|
"properties": {
|
|
2830
2873
|
"type": {
|
|
2831
2874
|
"description": "The shape type - set to `heart`.",
|
|
@@ -2850,6 +2893,7 @@
|
|
|
2850
2893
|
"SvgCrossShape": {
|
|
2851
2894
|
"description": "A cross or plus shape with equal or different arm lengths.\nCan be styled as a plus sign (+) or a cross (x with rotation).\n",
|
|
2852
2895
|
"type": "object",
|
|
2896
|
+
"additionalProperties": false,
|
|
2853
2897
|
"properties": {
|
|
2854
2898
|
"type": {
|
|
2855
2899
|
"description": "The shape type - set to `cross`.",
|
|
@@ -2890,6 +2934,7 @@
|
|
|
2890
2934
|
"SvgRingShape": {
|
|
2891
2935
|
"description": "A ring (donut/annulus) shape - a circle with a circular hole in the center.\nThe ring is defined by outer and inner radii.\n",
|
|
2892
2936
|
"type": "object",
|
|
2937
|
+
"additionalProperties": false,
|
|
2893
2938
|
"properties": {
|
|
2894
2939
|
"type": {
|
|
2895
2940
|
"description": "The shape type - set to `ring`.",
|
|
@@ -2922,6 +2967,7 @@
|
|
|
2922
2967
|
"SvgPathShape": {
|
|
2923
2968
|
"description": "A custom shape defined by SVG path data.\nSupports all standard SVG path commands for creating complex shapes.\n\n**Path Commands:**\n- `M x y` / `m dx dy` - Move to (absolute/relative)\n- `L x y` / `l dx dy` - Line to\n- `H x` / `h dx` - Horizontal line to\n- `V y` / `v dy` - Vertical line to\n- `C x1 y1 x2 y2 x y` / `c` - Cubic Bezier curve\n- `S x2 y2 x y` / `s` - Smooth cubic Bezier\n- `Q x1 y1 x y` / `q` - Quadratic Bezier curve\n- `T x y` / `t` - Smooth quadratic Bezier\n- `A rx ry angle large-arc sweep x y` / `a` - Elliptical arc\n- `Z` / `z` - Close path\n",
|
|
2924
2969
|
"type": "object",
|
|
2970
|
+
"additionalProperties": false,
|
|
2925
2971
|
"properties": {
|
|
2926
2972
|
"type": {
|
|
2927
2973
|
"description": "The shape type - set to `path`.",
|
|
@@ -2968,6 +3014,7 @@
|
|
|
2968
3014
|
"SvgSolidFill": {
|
|
2969
3015
|
"description": "A solid color fill for SVG shapes.",
|
|
2970
3016
|
"type": "object",
|
|
3017
|
+
"additionalProperties": false,
|
|
2971
3018
|
"properties": {
|
|
2972
3019
|
"type": {
|
|
2973
3020
|
"description": "The fill type - set to `solid` for a single color fill.",
|
|
@@ -3001,6 +3048,7 @@
|
|
|
3001
3048
|
"SvgLinearGradientFill": {
|
|
3002
3049
|
"description": "A linear gradient fill that transitions colors along a straight line.\nThe gradient direction is controlled by the `angle` property.\n",
|
|
3003
3050
|
"type": "object",
|
|
3051
|
+
"additionalProperties": false,
|
|
3004
3052
|
"properties": {
|
|
3005
3053
|
"type": {
|
|
3006
3054
|
"description": "The fill type - set to `linear` for a linear gradient fill.",
|
|
@@ -3042,6 +3090,7 @@
|
|
|
3042
3090
|
"SvgRadialGradientFill": {
|
|
3043
3091
|
"description": "A radial gradient fill that transitions colors radiating outward from a center point.\nThe gradient creates a circular or elliptical color transition.\n",
|
|
3044
3092
|
"type": "object",
|
|
3093
|
+
"additionalProperties": false,
|
|
3045
3094
|
"properties": {
|
|
3046
3095
|
"type": {
|
|
3047
3096
|
"description": "The fill type - set to `radial` for a radial gradient fill.",
|
|
@@ -3075,6 +3124,7 @@
|
|
|
3075
3124
|
"SvgGradientStop": {
|
|
3076
3125
|
"description": "A color stop in a gradient. Each stop defines a color at a specific position\nalong the gradient vector. Gradients require at least 2 stops.\n",
|
|
3077
3126
|
"type": "object",
|
|
3127
|
+
"additionalProperties": false,
|
|
3078
3128
|
"properties": {
|
|
3079
3129
|
"offset": {
|
|
3080
3130
|
"description": "Position of the color stop along the gradient vector.\n`0` represents the start and `1` represents the end of the gradient.\n",
|
|
@@ -3098,6 +3148,7 @@
|
|
|
3098
3148
|
"SvgStroke": {
|
|
3099
3149
|
"description": "Stroke (outline) properties for SVG shapes. The stroke defines how the outline\nof a shape is painted, including its color, width, and line style.\n",
|
|
3100
3150
|
"type": "object",
|
|
3151
|
+
"additionalProperties": false,
|
|
3101
3152
|
"properties": {
|
|
3102
3153
|
"color": {
|
|
3103
3154
|
"description": "The stroke color using hexadecimal color notation.",
|
|
@@ -3167,6 +3218,7 @@
|
|
|
3167
3218
|
"SvgShadow": {
|
|
3168
3219
|
"description": "Drop shadow properties for SVG shapes. Creates a shadow effect behind the shape.\n",
|
|
3169
3220
|
"type": "object",
|
|
3221
|
+
"additionalProperties": false,
|
|
3170
3222
|
"properties": {
|
|
3171
3223
|
"offsetX": {
|
|
3172
3224
|
"description": "Horizontal offset of the shadow in pixels.\nPositive values move the shadow to the right, negative to the left.\n",
|
|
@@ -3207,6 +3259,7 @@
|
|
|
3207
3259
|
"SvgTransform": {
|
|
3208
3260
|
"description": "Transformation properties for positioning, rotating, and scaling SVG shapes.\n",
|
|
3209
3261
|
"type": "object",
|
|
3262
|
+
"additionalProperties": false,
|
|
3210
3263
|
"properties": {
|
|
3211
3264
|
"x": {
|
|
3212
3265
|
"description": "The x-coordinate position of the shape in pixels.\nRelative to the top-left corner of the viewport.\n",
|
|
@@ -3394,6 +3447,7 @@
|
|
|
3394
3447
|
"type": "string"
|
|
3395
3448
|
}
|
|
3396
3449
|
},
|
|
3450
|
+
"additionalProperties": false,
|
|
3397
3451
|
"type": "object"
|
|
3398
3452
|
},
|
|
3399
3453
|
"Offset": {
|
|
@@ -3440,6 +3494,7 @@
|
|
|
3440
3494
|
]
|
|
3441
3495
|
}
|
|
3442
3496
|
},
|
|
3497
|
+
"additionalProperties": false,
|
|
3443
3498
|
"type": "object"
|
|
3444
3499
|
},
|
|
3445
3500
|
"Crop": {
|
|
@@ -3476,11 +3531,13 @@
|
|
|
3476
3531
|
"maximum": 1
|
|
3477
3532
|
}
|
|
3478
3533
|
},
|
|
3534
|
+
"additionalProperties": false,
|
|
3479
3535
|
"type": "object"
|
|
3480
3536
|
},
|
|
3481
3537
|
"Transformation": {
|
|
3482
3538
|
"description": "Apply one or more transformations to a clip. Transformations alter the visual properties of a clip and can be combined to create new shapes and effects.",
|
|
3483
3539
|
"type": "object",
|
|
3540
|
+
"additionalProperties": false,
|
|
3484
3541
|
"properties": {
|
|
3485
3542
|
"rotate": {
|
|
3486
3543
|
"$ref": "#/components/schemas/RotateTransformation"
|
|
@@ -3496,6 +3553,7 @@
|
|
|
3496
3553
|
"RotateTransformation": {
|
|
3497
3554
|
"description": "Rotate a clip by the specified angle in degrees. Rotation origin is set based on the clips `position`.",
|
|
3498
3555
|
"type": "object",
|
|
3556
|
+
"additionalProperties": false,
|
|
3499
3557
|
"properties": {
|
|
3500
3558
|
"angle": {
|
|
3501
3559
|
"description": "Rotate a clip by the specified angle in degrees. Use a number or an array of [Tween](./#tocs_tween) objects to create a custom animation.",
|
|
@@ -3522,6 +3580,7 @@
|
|
|
3522
3580
|
"SkewTransformation": {
|
|
3523
3581
|
"description": "Skew a clip so its edges are sheared at an angle. Use values between -100 and 100. Values over 3 or under -3 will skew the clip almost flat.",
|
|
3524
3582
|
"type": "object",
|
|
3583
|
+
"additionalProperties": false,
|
|
3525
3584
|
"properties": {
|
|
3526
3585
|
"x": {
|
|
3527
3586
|
"description": "Skew the clip along it's x axis.",
|
|
@@ -3568,6 +3627,7 @@
|
|
|
3568
3627
|
"FlipTransformation": {
|
|
3569
3628
|
"description": "Flip a clip vertically or horizontally. Acts as a mirror effect of the clip along the selected plane.",
|
|
3570
3629
|
"type": "object",
|
|
3630
|
+
"additionalProperties": false,
|
|
3571
3631
|
"properties": {
|
|
3572
3632
|
"horizontal": {
|
|
3573
3633
|
"description": "Flip a clip horizontally.",
|
|
@@ -3615,6 +3675,7 @@
|
|
|
3615
3675
|
"example": 0.85
|
|
3616
3676
|
}
|
|
3617
3677
|
},
|
|
3678
|
+
"additionalProperties": false,
|
|
3618
3679
|
"type": "object"
|
|
3619
3680
|
},
|
|
3620
3681
|
"TextBackground": {
|
|
@@ -3647,6 +3708,7 @@
|
|
|
3647
3708
|
"example": 5
|
|
3648
3709
|
}
|
|
3649
3710
|
},
|
|
3711
|
+
"additionalProperties": false,
|
|
3650
3712
|
"type": "object"
|
|
3651
3713
|
},
|
|
3652
3714
|
"TextAlignment": {
|
|
@@ -3673,6 +3735,7 @@
|
|
|
3673
3735
|
]
|
|
3674
3736
|
}
|
|
3675
3737
|
},
|
|
3738
|
+
"additionalProperties": false,
|
|
3676
3739
|
"type": "object"
|
|
3677
3740
|
},
|
|
3678
3741
|
"RichTextFont": {
|
|
@@ -3722,6 +3785,7 @@
|
|
|
3722
3785
|
"$ref": "#/components/schemas/RichTextStroke"
|
|
3723
3786
|
}
|
|
3724
3787
|
},
|
|
3788
|
+
"additionalProperties": false,
|
|
3725
3789
|
"type": "object"
|
|
3726
3790
|
},
|
|
3727
3791
|
"RichTextStyle": {
|
|
@@ -3776,6 +3840,7 @@
|
|
|
3776
3840
|
"$ref": "#/components/schemas/RichTextGradient"
|
|
3777
3841
|
}
|
|
3778
3842
|
},
|
|
3843
|
+
"additionalProperties": false,
|
|
3779
3844
|
"type": "object"
|
|
3780
3845
|
},
|
|
3781
3846
|
"RichTextGradient": {
|
|
@@ -3823,13 +3888,15 @@
|
|
|
3823
3888
|
"required": [
|
|
3824
3889
|
"offset",
|
|
3825
3890
|
"color"
|
|
3826
|
-
]
|
|
3891
|
+
],
|
|
3892
|
+
"additionalProperties": false
|
|
3827
3893
|
}
|
|
3828
3894
|
}
|
|
3829
3895
|
},
|
|
3830
3896
|
"required": [
|
|
3831
3897
|
"stops"
|
|
3832
3898
|
],
|
|
3899
|
+
"additionalProperties": false,
|
|
3833
3900
|
"type": "object"
|
|
3834
3901
|
},
|
|
3835
3902
|
"RichTextStroke": {
|
|
@@ -3858,6 +3925,7 @@
|
|
|
3858
3925
|
"example": 0.8
|
|
3859
3926
|
}
|
|
3860
3927
|
},
|
|
3928
|
+
"additionalProperties": false,
|
|
3861
3929
|
"type": "object"
|
|
3862
3930
|
},
|
|
3863
3931
|
"RichTextShadow": {
|
|
@@ -3898,6 +3966,7 @@
|
|
|
3898
3966
|
"example": 0.7
|
|
3899
3967
|
}
|
|
3900
3968
|
},
|
|
3969
|
+
"additionalProperties": false,
|
|
3901
3970
|
"type": "object"
|
|
3902
3971
|
},
|
|
3903
3972
|
"RichTextBackground": {
|
|
@@ -3925,6 +3994,7 @@
|
|
|
3925
3994
|
"example": 10
|
|
3926
3995
|
}
|
|
3927
3996
|
},
|
|
3997
|
+
"additionalProperties": false,
|
|
3928
3998
|
"type": "object"
|
|
3929
3999
|
},
|
|
3930
4000
|
"RichTextAlignment": {
|
|
@@ -3953,6 +4023,7 @@
|
|
|
3953
4023
|
"example": "middle"
|
|
3954
4024
|
}
|
|
3955
4025
|
},
|
|
4026
|
+
"additionalProperties": false,
|
|
3956
4027
|
"type": "object"
|
|
3957
4028
|
},
|
|
3958
4029
|
"RichTextAnimation": {
|
|
@@ -4002,6 +4073,7 @@
|
|
|
4002
4073
|
"required": [
|
|
4003
4074
|
"preset"
|
|
4004
4075
|
],
|
|
4076
|
+
"additionalProperties": false,
|
|
4005
4077
|
"type": "object"
|
|
4006
4078
|
},
|
|
4007
4079
|
"CaptionFont": {
|
|
@@ -4043,6 +4115,7 @@
|
|
|
4043
4115
|
"example": 0.8
|
|
4044
4116
|
}
|
|
4045
4117
|
},
|
|
4118
|
+
"additionalProperties": false,
|
|
4046
4119
|
"type": "object"
|
|
4047
4120
|
},
|
|
4048
4121
|
"CaptionBackground": {
|
|
@@ -4069,6 +4142,7 @@
|
|
|
4069
4142
|
"example": 18
|
|
4070
4143
|
}
|
|
4071
4144
|
},
|
|
4145
|
+
"additionalProperties": false,
|
|
4072
4146
|
"type": "object"
|
|
4073
4147
|
},
|
|
4074
4148
|
"CaptionMargin": {
|
|
@@ -4090,6 +4164,7 @@
|
|
|
4090
4164
|
"example": 0.45
|
|
4091
4165
|
}
|
|
4092
4166
|
},
|
|
4167
|
+
"additionalProperties": false,
|
|
4093
4168
|
"type": "object"
|
|
4094
4169
|
},
|
|
4095
4170
|
"ChromaKey": {
|
|
@@ -4116,6 +4191,7 @@
|
|
|
4116
4191
|
"example": 100
|
|
4117
4192
|
}
|
|
4118
4193
|
},
|
|
4194
|
+
"additionalProperties": false,
|
|
4119
4195
|
"required": [
|
|
4120
4196
|
"color"
|
|
4121
4197
|
],
|
|
@@ -4187,6 +4263,7 @@
|
|
|
4187
4263
|
]
|
|
4188
4264
|
}
|
|
4189
4265
|
},
|
|
4266
|
+
"additionalProperties": false,
|
|
4190
4267
|
"type": "object"
|
|
4191
4268
|
},
|
|
4192
4269
|
"MergeField": {
|
|
@@ -4203,6 +4280,7 @@
|
|
|
4203
4280
|
"example": "Jane"
|
|
4204
4281
|
}
|
|
4205
4282
|
},
|
|
4283
|
+
"additionalProperties": false,
|
|
4206
4284
|
"required": [
|
|
4207
4285
|
"find",
|
|
4208
4286
|
"replace"
|
|
@@ -4323,6 +4401,7 @@
|
|
|
4323
4401
|
}
|
|
4324
4402
|
}
|
|
4325
4403
|
},
|
|
4404
|
+
"additionalProperties": false,
|
|
4326
4405
|
"required": [
|
|
4327
4406
|
"format"
|
|
4328
4407
|
],
|
|
@@ -4346,6 +4425,7 @@
|
|
|
4346
4425
|
"example": 800
|
|
4347
4426
|
}
|
|
4348
4427
|
},
|
|
4428
|
+
"additionalProperties": false,
|
|
4349
4429
|
"type": "object"
|
|
4350
4430
|
},
|
|
4351
4431
|
"Range": {
|
|
@@ -4366,6 +4446,7 @@
|
|
|
4366
4446
|
"example": 6
|
|
4367
4447
|
}
|
|
4368
4448
|
},
|
|
4449
|
+
"additionalProperties": false,
|
|
4369
4450
|
"type": "object"
|
|
4370
4451
|
},
|
|
4371
4452
|
"Poster": {
|
|
@@ -4377,6 +4458,7 @@
|
|
|
4377
4458
|
"example": 1
|
|
4378
4459
|
}
|
|
4379
4460
|
},
|
|
4461
|
+
"additionalProperties": false,
|
|
4380
4462
|
"required": [
|
|
4381
4463
|
"capture"
|
|
4382
4464
|
],
|
|
@@ -4398,6 +4480,7 @@
|
|
|
4398
4480
|
"example": 0.3
|
|
4399
4481
|
}
|
|
4400
4482
|
},
|
|
4483
|
+
"additionalProperties": false,
|
|
4401
4484
|
"required": [
|
|
4402
4485
|
"capture",
|
|
4403
4486
|
"scale"
|
|
@@ -4772,6 +4855,7 @@
|
|
|
4772
4855
|
"$ref": "#/components/schemas/Edit"
|
|
4773
4856
|
}
|
|
4774
4857
|
},
|
|
4858
|
+
"additionalProperties": false,
|
|
4775
4859
|
"required": [
|
|
4776
4860
|
"name"
|
|
4777
4861
|
],
|
|
@@ -4793,6 +4877,7 @@
|
|
|
4793
4877
|
}
|
|
4794
4878
|
}
|
|
4795
4879
|
},
|
|
4880
|
+
"additionalProperties": false,
|
|
4796
4881
|
"required": [
|
|
4797
4882
|
"id"
|
|
4798
4883
|
],
|
package/dist/schema.d.ts
CHANGED
|
@@ -1115,8 +1115,7 @@ export interface components {
|
|
|
1115
1115
|
/** @description The TextToImageAsset lets you create a dynamic image from a text prompt. */
|
|
1116
1116
|
TextToImageAsset: {
|
|
1117
1117
|
/**
|
|
1118
|
-
* @description The type of asset to generate - set to `text-to-image` for text-to-image.
|
|
1119
|
-
* @default text-to-image
|
|
1118
|
+
* @description The type of asset to generate - set to `text-to-image` for text-to-image. (enum property replaced by openapi-typescript)
|
|
1120
1119
|
* @enum {string}
|
|
1121
1120
|
*/
|
|
1122
1121
|
type: "text-to-image";
|