@wix/auto_sdk_multilingual_machine-translation 1.0.46 → 1.0.48
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +7 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +77 -52
- package/build/cjs/index.typings.js +7 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +77 -52
- package/build/cjs/meta.js +7 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +6 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +77 -52
- package/build/es/index.typings.mjs +6 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +77 -52
- package/build/es/meta.mjs +6 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +7 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +77 -52
- package/build/internal/cjs/index.typings.js +7 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +77 -52
- package/build/internal/cjs/meta.js +7 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +6 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +77 -52
- package/build/internal/es/index.typings.mjs +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +77 -52
- package/build/internal/es/meta.mjs +6 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -316,7 +316,7 @@ type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';
|
|
|
316
316
|
interface Stop {
|
|
317
317
|
/**
|
|
318
318
|
* Stop color as hex value.
|
|
319
|
-
* @
|
|
319
|
+
* @maxLength 19
|
|
320
320
|
*/
|
|
321
321
|
color?: string | null;
|
|
322
322
|
/** Stop position (0-1). */
|
|
@@ -357,7 +357,7 @@ interface Background {
|
|
|
357
357
|
type?: BackgroundTypeWithLiterals;
|
|
358
358
|
/**
|
|
359
359
|
* Background color as a hexadecimal value.
|
|
360
|
-
* @
|
|
360
|
+
* @maxLength 19
|
|
361
361
|
*/
|
|
362
362
|
color?: string | null;
|
|
363
363
|
/** Gradient configuration. */
|
|
@@ -464,33 +464,33 @@ interface Styles {
|
|
|
464
464
|
borderRadius?: number | null;
|
|
465
465
|
/**
|
|
466
466
|
* Border color as a hexadecimal value.
|
|
467
|
-
* @
|
|
467
|
+
* @maxLength 19
|
|
468
468
|
*/
|
|
469
469
|
borderColor?: string | null;
|
|
470
470
|
/**
|
|
471
471
|
* Border color as a hexadecimal value (hover state).
|
|
472
|
-
* @
|
|
472
|
+
* @maxLength 19
|
|
473
473
|
*/
|
|
474
474
|
borderColorHover?: string | null;
|
|
475
475
|
/**
|
|
476
476
|
* Text color as a hexadecimal value.
|
|
477
|
-
* @
|
|
477
|
+
* @maxLength 19
|
|
478
478
|
*/
|
|
479
479
|
textColor?: string | null;
|
|
480
480
|
/**
|
|
481
481
|
* Text color as a hexadecimal value (hover state).
|
|
482
|
-
* @
|
|
482
|
+
* @maxLength 19
|
|
483
483
|
*/
|
|
484
484
|
textColorHover?: string | null;
|
|
485
485
|
/**
|
|
486
486
|
* Deprecated: Use `background` instead.
|
|
487
|
-
* @
|
|
487
|
+
* @maxLength 19
|
|
488
488
|
* @deprecated
|
|
489
489
|
*/
|
|
490
490
|
backgroundColor?: string | null;
|
|
491
491
|
/**
|
|
492
492
|
* Deprecated: Use `backgroundHover` instead.
|
|
493
|
-
* @
|
|
493
|
+
* @maxLength 19
|
|
494
494
|
* @deprecated
|
|
495
495
|
*/
|
|
496
496
|
backgroundColorHover?: string | null;
|
|
@@ -942,7 +942,7 @@ interface StylesBorder {
|
|
|
942
942
|
width?: number | null;
|
|
943
943
|
/**
|
|
944
944
|
* Border color as a hexadecimal value.
|
|
945
|
-
* @
|
|
945
|
+
* @maxLength 19
|
|
946
946
|
*/
|
|
947
947
|
color?: string | null;
|
|
948
948
|
/** Border radius in pixels. */
|
|
@@ -983,22 +983,22 @@ type StylesPositionWithLiterals = StylesPosition | 'START' | 'END' | 'TOP' | 'HI
|
|
|
983
983
|
interface LinkPreviewDataStyles {
|
|
984
984
|
/**
|
|
985
985
|
* Background color as a hexadecimal value.
|
|
986
|
-
* @
|
|
986
|
+
* @maxLength 19
|
|
987
987
|
*/
|
|
988
988
|
backgroundColor?: string | null;
|
|
989
989
|
/**
|
|
990
990
|
* Title color as a hexadecimal value.
|
|
991
|
-
* @
|
|
991
|
+
* @maxLength 19
|
|
992
992
|
*/
|
|
993
993
|
titleColor?: string | null;
|
|
994
994
|
/**
|
|
995
995
|
* Subtitle color as a hexadecimal value.
|
|
996
|
-
* @
|
|
996
|
+
* @maxLength 19
|
|
997
997
|
*/
|
|
998
998
|
subtitleColor?: string | null;
|
|
999
999
|
/**
|
|
1000
1000
|
* Link color as a hexadecimal value.
|
|
1001
|
-
* @
|
|
1001
|
+
* @maxLength 19
|
|
1002
1002
|
*/
|
|
1003
1003
|
linkColor?: string | null;
|
|
1004
1004
|
/** Border width in pixels. */
|
|
@@ -1007,7 +1007,7 @@ interface LinkPreviewDataStyles {
|
|
|
1007
1007
|
borderRadius?: number | null;
|
|
1008
1008
|
/**
|
|
1009
1009
|
* Border color as a hexadecimal value.
|
|
1010
|
-
* @
|
|
1010
|
+
* @maxLength 19
|
|
1011
1011
|
*/
|
|
1012
1012
|
borderColor?: string | null;
|
|
1013
1013
|
/** Position of thumbnail. Defaults to `START`. */
|
|
@@ -1158,19 +1158,19 @@ interface BackgroundGradient {
|
|
|
1158
1158
|
angle?: number | null;
|
|
1159
1159
|
/**
|
|
1160
1160
|
* The start color as a hexademical value.
|
|
1161
|
-
* @
|
|
1161
|
+
* @maxLength 19
|
|
1162
1162
|
*/
|
|
1163
1163
|
startColor?: string | null;
|
|
1164
1164
|
/**
|
|
1165
1165
|
* The end color as a hexademical value.
|
|
1166
|
-
* @
|
|
1166
|
+
* @maxLength 19
|
|
1167
1167
|
*/
|
|
1168
1168
|
lastColor?: string | null;
|
|
1169
1169
|
}
|
|
1170
1170
|
interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
|
|
1171
1171
|
/**
|
|
1172
1172
|
* The background color as a hexademical value.
|
|
1173
|
-
* @
|
|
1173
|
+
* @maxLength 19
|
|
1174
1174
|
*/
|
|
1175
1175
|
color?: string | null;
|
|
1176
1176
|
/** An image to use for the background. */
|
|
@@ -1184,7 +1184,7 @@ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
|
|
|
1184
1184
|
interface PollDesignBackgroundBackgroundOneOf {
|
|
1185
1185
|
/**
|
|
1186
1186
|
* The background color as a hexademical value.
|
|
1187
|
-
* @
|
|
1187
|
+
* @maxLength 19
|
|
1188
1188
|
*/
|
|
1189
1189
|
color?: string | null;
|
|
1190
1190
|
/** An image to use for the background. */
|
|
@@ -1498,32 +1498,32 @@ interface ButtonStyles {
|
|
|
1498
1498
|
borderRadius?: number | null;
|
|
1499
1499
|
/**
|
|
1500
1500
|
* Border color as a hexadecimal value.
|
|
1501
|
-
* @
|
|
1501
|
+
* @maxLength 19
|
|
1502
1502
|
*/
|
|
1503
1503
|
borderColor?: string | null;
|
|
1504
1504
|
/**
|
|
1505
1505
|
* Text color as a hexadecimal value.
|
|
1506
|
-
* @
|
|
1506
|
+
* @maxLength 19
|
|
1507
1507
|
*/
|
|
1508
1508
|
textColor?: string | null;
|
|
1509
1509
|
/**
|
|
1510
1510
|
* Background color as a hexadecimal value.
|
|
1511
|
-
* @
|
|
1511
|
+
* @maxLength 19
|
|
1512
1512
|
*/
|
|
1513
1513
|
backgroundColor?: string | null;
|
|
1514
1514
|
/**
|
|
1515
1515
|
* Border color as a hexadecimal value (hover state).
|
|
1516
|
-
* @
|
|
1516
|
+
* @maxLength 19
|
|
1517
1517
|
*/
|
|
1518
1518
|
borderColorHover?: string | null;
|
|
1519
1519
|
/**
|
|
1520
1520
|
* Text color as a hexadecimal value (hover state).
|
|
1521
|
-
* @
|
|
1521
|
+
* @maxLength 19
|
|
1522
1522
|
*/
|
|
1523
1523
|
textColorHover?: string | null;
|
|
1524
1524
|
/**
|
|
1525
1525
|
* Background color as a hexadecimal value (hover state).
|
|
1526
|
-
* @
|
|
1526
|
+
* @maxLength 19
|
|
1527
1527
|
*/
|
|
1528
1528
|
backgroundColorHover?: string | null;
|
|
1529
1529
|
/** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
|
|
@@ -1540,7 +1540,7 @@ interface ImageStyles {
|
|
|
1540
1540
|
resizing?: ResizingWithLiterals;
|
|
1541
1541
|
/**
|
|
1542
1542
|
* Image border color as a hexadecimal value.
|
|
1543
|
-
* @
|
|
1543
|
+
* @maxLength 19
|
|
1544
1544
|
*/
|
|
1545
1545
|
borderColor?: string | null;
|
|
1546
1546
|
/** Image border width in pixels. */
|
|
@@ -1553,17 +1553,17 @@ interface RibbonStyles {
|
|
|
1553
1553
|
ribbonText?: string | null;
|
|
1554
1554
|
/**
|
|
1555
1555
|
* Ribbon background color as a hexadecimal value.
|
|
1556
|
-
* @
|
|
1556
|
+
* @maxLength 19
|
|
1557
1557
|
*/
|
|
1558
1558
|
backgroundColor?: string | null;
|
|
1559
1559
|
/**
|
|
1560
1560
|
* Ribbon text color as a hexadecimal value.
|
|
1561
|
-
* @
|
|
1561
|
+
* @maxLength 19
|
|
1562
1562
|
*/
|
|
1563
1563
|
textColor?: string | null;
|
|
1564
1564
|
/**
|
|
1565
1565
|
* Ribbon border color as a hexadecimal value.
|
|
1566
|
-
* @
|
|
1566
|
+
* @maxLength 19
|
|
1567
1567
|
*/
|
|
1568
1568
|
borderColor?: string | null;
|
|
1569
1569
|
/** Ribbon border width in pixels. */
|
|
@@ -1576,12 +1576,12 @@ interface RibbonStyles {
|
|
|
1576
1576
|
interface CardStyles {
|
|
1577
1577
|
/**
|
|
1578
1578
|
* Card background color as a hexadecimal value.
|
|
1579
|
-
* @
|
|
1579
|
+
* @maxLength 19
|
|
1580
1580
|
*/
|
|
1581
1581
|
backgroundColor?: string | null;
|
|
1582
1582
|
/**
|
|
1583
1583
|
* Card border color as a hexadecimal value.
|
|
1584
|
-
* @
|
|
1584
|
+
* @maxLength 19
|
|
1585
1585
|
*/
|
|
1586
1586
|
borderColor?: string | null;
|
|
1587
1587
|
/** Card border width in pixels. */
|
|
@@ -1596,12 +1596,12 @@ interface CardStyles {
|
|
|
1596
1596
|
titlePriceLayout?: LayoutWithLiterals;
|
|
1597
1597
|
/**
|
|
1598
1598
|
* Title text color as a hexadecimal value.
|
|
1599
|
-
* @
|
|
1599
|
+
* @maxLength 19
|
|
1600
1600
|
*/
|
|
1601
1601
|
titleColor?: string | null;
|
|
1602
1602
|
/**
|
|
1603
1603
|
* Text color as a hexadecimal value.
|
|
1604
|
-
* @
|
|
1604
|
+
* @maxLength 19
|
|
1605
1605
|
*/
|
|
1606
1606
|
textColor?: string | null;
|
|
1607
1607
|
}
|
|
@@ -1783,29 +1783,29 @@ interface CellStyle {
|
|
|
1783
1783
|
verticalAlignment?: VerticalAlignmentWithLiterals;
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Cell background color as a hexadecimal value.
|
|
1786
|
-
* @
|
|
1786
|
+
* @maxLength 19
|
|
1787
1787
|
*/
|
|
1788
1788
|
backgroundColor?: string | null;
|
|
1789
1789
|
}
|
|
1790
1790
|
interface BorderColors {
|
|
1791
1791
|
/**
|
|
1792
1792
|
* Left border color as a hexadecimal value.
|
|
1793
|
-
* @
|
|
1793
|
+
* @maxLength 19
|
|
1794
1794
|
*/
|
|
1795
1795
|
left?: string | null;
|
|
1796
1796
|
/**
|
|
1797
1797
|
* Right border color as a hexadecimal value.
|
|
1798
|
-
* @
|
|
1798
|
+
* @maxLength 19
|
|
1799
1799
|
*/
|
|
1800
1800
|
right?: string | null;
|
|
1801
1801
|
/**
|
|
1802
1802
|
* Top border color as a hexadecimal value.
|
|
1803
|
-
* @
|
|
1803
|
+
* @maxLength 19
|
|
1804
1804
|
*/
|
|
1805
1805
|
top?: string | null;
|
|
1806
1806
|
/**
|
|
1807
1807
|
* Bottom border color as a hexadecimal value.
|
|
1808
|
-
* @
|
|
1808
|
+
* @maxLength 19
|
|
1809
1809
|
*/
|
|
1810
1810
|
bottom?: string | null;
|
|
1811
1811
|
}
|
|
@@ -1880,7 +1880,7 @@ interface CaptionData {
|
|
|
1880
1880
|
interface LayoutData {
|
|
1881
1881
|
/**
|
|
1882
1882
|
* Deprecated: Use `background` instead.
|
|
1883
|
-
* @
|
|
1883
|
+
* @maxLength 19
|
|
1884
1884
|
* @deprecated
|
|
1885
1885
|
*/
|
|
1886
1886
|
backgroundColor?: string | null;
|
|
@@ -1888,7 +1888,7 @@ interface LayoutData {
|
|
|
1888
1888
|
backgroundImage?: LayoutDataBackgroundImage;
|
|
1889
1889
|
/**
|
|
1890
1890
|
* Border color as a hexadecimal value.
|
|
1891
|
-
* @
|
|
1891
|
+
* @maxLength 19
|
|
1892
1892
|
*/
|
|
1893
1893
|
borderColor?: string | null;
|
|
1894
1894
|
/** Border width in pixels. */
|
|
@@ -1897,7 +1897,7 @@ interface LayoutData {
|
|
|
1897
1897
|
borderRadius?: number | null;
|
|
1898
1898
|
/**
|
|
1899
1899
|
* Deprecated: Use `backdrop` instead.
|
|
1900
|
-
* @
|
|
1900
|
+
* @maxLength 19
|
|
1901
1901
|
* @deprecated
|
|
1902
1902
|
*/
|
|
1903
1903
|
backdropColor?: string | null;
|
|
@@ -1924,7 +1924,7 @@ interface LayoutData {
|
|
|
1924
1924
|
containerData?: PluginContainerData;
|
|
1925
1925
|
/** Defines where selected design propertied applies to */
|
|
1926
1926
|
designTarget?: DesignTargetWithLiterals;
|
|
1927
|
-
/** Banner configuration. When present, this layout is
|
|
1927
|
+
/** Banner configuration. When present, this layout is attached to a document edge (top or bottom). */
|
|
1928
1928
|
banner?: Banner;
|
|
1929
1929
|
/** Background styling (color or gradient). */
|
|
1930
1930
|
background?: LayoutDataBackground;
|
|
@@ -1971,6 +1971,14 @@ declare enum Origin {
|
|
|
1971
1971
|
}
|
|
1972
1972
|
/** @enumType */
|
|
1973
1973
|
type OriginWithLiterals = Origin | 'IMAGE' | 'LAYOUT';
|
|
1974
|
+
declare enum BannerPosition {
|
|
1975
|
+
/** Attached to the top edge (banner) */
|
|
1976
|
+
TOP = "TOP",
|
|
1977
|
+
/** Attached to the bottom edge (footer) */
|
|
1978
|
+
BOTTOM = "BOTTOM"
|
|
1979
|
+
}
|
|
1980
|
+
/** @enumType */
|
|
1981
|
+
type BannerPositionWithLiterals = BannerPosition | 'TOP' | 'BOTTOM';
|
|
1974
1982
|
/** Background type */
|
|
1975
1983
|
declare enum LayoutDataBackgroundType {
|
|
1976
1984
|
/** Solid color background */
|
|
@@ -2028,6 +2036,8 @@ type DesignTargetWithLiterals = DesignTarget | 'LAYOUT' | 'CELL';
|
|
|
2028
2036
|
interface Banner {
|
|
2029
2037
|
/** Origin of the banner */
|
|
2030
2038
|
origin?: OriginWithLiterals;
|
|
2039
|
+
/** Position of the banner */
|
|
2040
|
+
position?: BannerPositionWithLiterals;
|
|
2031
2041
|
}
|
|
2032
2042
|
/** Background styling (color or gradient) */
|
|
2033
2043
|
interface LayoutDataBackground {
|
|
@@ -2035,7 +2045,7 @@ interface LayoutDataBackground {
|
|
|
2035
2045
|
type?: LayoutDataBackgroundTypeWithLiterals;
|
|
2036
2046
|
/**
|
|
2037
2047
|
* Background color as a hexadecimal value.
|
|
2038
|
-
* @
|
|
2048
|
+
* @maxLength 19
|
|
2039
2049
|
*/
|
|
2040
2050
|
color?: string | null;
|
|
2041
2051
|
/** Gradient configuration. */
|
|
@@ -2047,7 +2057,7 @@ interface Backdrop {
|
|
|
2047
2057
|
type?: BackdropTypeWithLiterals;
|
|
2048
2058
|
/**
|
|
2049
2059
|
* Backdrop color as a hexadecimal value.
|
|
2050
|
-
* @
|
|
2060
|
+
* @maxLength 19
|
|
2051
2061
|
*/
|
|
2052
2062
|
color?: string | null;
|
|
2053
2063
|
/** Gradient configuration. */
|
|
@@ -2068,7 +2078,7 @@ interface ShapeData {
|
|
|
2068
2078
|
interface ShapeDataStyles {
|
|
2069
2079
|
/**
|
|
2070
2080
|
* Shape fill color as a hexadecimal value.
|
|
2071
|
-
* @
|
|
2081
|
+
* @maxLength 19
|
|
2072
2082
|
*/
|
|
2073
2083
|
color?: string | null;
|
|
2074
2084
|
/** Map of original color keys to their new color values. */
|
|
@@ -2127,7 +2137,7 @@ interface CardDataBackground {
|
|
|
2127
2137
|
type?: CardDataBackgroundTypeWithLiterals;
|
|
2128
2138
|
/**
|
|
2129
2139
|
* Background color as a hexadecimal value.
|
|
2130
|
-
* @
|
|
2140
|
+
* @maxLength 19
|
|
2131
2141
|
*/
|
|
2132
2142
|
color?: string | null;
|
|
2133
2143
|
/** Gradient configuration. */
|
|
@@ -2154,7 +2164,7 @@ interface TocData {
|
|
|
2154
2164
|
itemSpacing?: number | null;
|
|
2155
2165
|
/**
|
|
2156
2166
|
* Optional override for the text color.
|
|
2157
|
-
* @
|
|
2167
|
+
* @maxLength 19
|
|
2158
2168
|
*/
|
|
2159
2169
|
color?: string | null;
|
|
2160
2170
|
/** Indentation style. Default: NESTED. */
|
|
@@ -2196,7 +2206,10 @@ interface SmartBlockData {
|
|
|
2196
2206
|
orientation?: string | null;
|
|
2197
2207
|
/** Column size controlling cells per row. */
|
|
2198
2208
|
columnSize?: ColumnSizeWithLiterals;
|
|
2199
|
-
/**
|
|
2209
|
+
/**
|
|
2210
|
+
* Border color (for SOLID_JOINED_BOXES variant).
|
|
2211
|
+
* @maxLength 19
|
|
2212
|
+
*/
|
|
2200
2213
|
borderColor?: string | null;
|
|
2201
2214
|
/** Border width in pixels (for SOLID_JOINED_BOXES variant). */
|
|
2202
2215
|
borderWidth?: number | null;
|
|
@@ -2255,7 +2268,10 @@ interface SmartBlockCellData {
|
|
|
2255
2268
|
label?: string | null;
|
|
2256
2269
|
/** Shape file details. */
|
|
2257
2270
|
shape?: Media;
|
|
2258
|
-
/**
|
|
2271
|
+
/**
|
|
2272
|
+
* Border color of the cell.
|
|
2273
|
+
* @maxLength 19
|
|
2274
|
+
*/
|
|
2259
2275
|
borderColor?: string | null;
|
|
2260
2276
|
/** Border width in pixels. */
|
|
2261
2277
|
borderWidth?: number | null;
|
|
@@ -2263,11 +2279,20 @@ interface SmartBlockCellData {
|
|
|
2263
2279
|
borderRadius?: number | null;
|
|
2264
2280
|
/** The type of the parent smart block (must match parent). */
|
|
2265
2281
|
type?: SmartBlockDataTypeWithLiterals;
|
|
2266
|
-
/**
|
|
2282
|
+
/**
|
|
2283
|
+
* Accent color for non-background variants (e.g., line, bullet, label color).
|
|
2284
|
+
* @maxLength 19
|
|
2285
|
+
*/
|
|
2267
2286
|
accentColor?: string | null;
|
|
2268
|
-
/**
|
|
2287
|
+
/**
|
|
2288
|
+
* Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
|
|
2289
|
+
* @maxLength 19
|
|
2290
|
+
*/
|
|
2269
2291
|
backgroundColor?: string | null;
|
|
2270
|
-
/**
|
|
2292
|
+
/**
|
|
2293
|
+
* Shape fill color as a hexadecimal value.
|
|
2294
|
+
* @maxLength 19
|
|
2295
|
+
*/
|
|
2271
2296
|
shapeColor?: string | null;
|
|
2272
2297
|
}
|
|
2273
2298
|
interface Metadata {
|
|
@@ -2724,4 +2749,4 @@ type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q
|
|
|
2724
2749
|
declare function machineTranslate(): __PublicMethodMetaInfo<'POST', {}, MachineTranslateRequest$1, MachineTranslateRequest, MachineTranslateResponse$1, MachineTranslateResponse>;
|
|
2725
2750
|
declare function bulkMachineTranslate(): __PublicMethodMetaInfo<'POST', {}, BulkMachineTranslateRequest$1, BulkMachineTranslateRequest, BulkMachineTranslateResponse$1, BulkMachineTranslateResponse>;
|
|
2726
2751
|
|
|
2727
|
-
export { Alignment as AlignmentOriginal, type AlignmentWithLiterals as AlignmentWithLiteralsOriginal, type AnchorData as AnchorDataOriginal, type AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOfOriginal, type AppEmbedData as AppEmbedDataOriginal, AppType as AppTypeOriginal, type AppTypeWithLiterals as AppTypeWithLiteralsOriginal, type ApplicationError as ApplicationErrorOriginal, AspectRatio as AspectRatioOriginal, type AspectRatioWithLiterals as AspectRatioWithLiteralsOriginal, type AudioData as AudioDataOriginal, type Backdrop as BackdropOriginal, BackdropType as BackdropTypeOriginal, type BackdropTypeWithLiterals as BackdropTypeWithLiteralsOriginal, type BackgroundGradient as BackgroundGradientOriginal, type BackgroundImage as BackgroundImageOriginal, type Background as BackgroundOriginal, BackgroundType as BackgroundTypeOriginal, type BackgroundTypeWithLiterals as BackgroundTypeWithLiteralsOriginal, type Banner as BannerOriginal, type BlockquoteData as BlockquoteDataOriginal, type BookingData as BookingDataOriginal, type BorderColors as BorderColorsOriginal, type Border as BorderOriginal, type BorderWidths as BorderWidthsOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkMachineTranslateApplicationErrors as BulkMachineTranslateApplicationErrorsOriginal, type BulkMachineTranslateRequest as BulkMachineTranslateRequestOriginal, type BulkMachineTranslateResponse as BulkMachineTranslateResponseOriginal, type BulkTranslateResult as BulkTranslateResultOriginal, type BulletedListData as BulletedListDataOriginal, type ButtonData as ButtonDataOriginal, ButtonDataType as ButtonDataTypeOriginal, type ButtonDataTypeWithLiterals as ButtonDataTypeWithLiteralsOriginal, type ButtonStyles as ButtonStylesOriginal, type CaptionData as CaptionDataOriginal, type CardDataBackground as CardDataBackgroundOriginal, CardDataBackgroundType as CardDataBackgroundTypeOriginal, type CardDataBackgroundTypeWithLiterals as CardDataBackgroundTypeWithLiteralsOriginal, type CardData as CardDataOriginal, type CardStyles as CardStylesOriginal, type CellStyle as CellStyleOriginal, type CodeBlockData as CodeBlockDataOriginal, type CollapsibleListData as CollapsibleListDataOriginal, type ColorData as ColorDataOriginal, type Colors as ColorsOriginal, ColumnSize as ColumnSizeOriginal, type ColumnSizeWithLiterals as ColumnSizeWithLiteralsOriginal, Crop as CropOriginal, type CropWithLiterals as CropWithLiteralsOriginal, type DecorationDataOneOf as DecorationDataOneOfOriginal, type Decoration as DecorationOriginal, DecorationType as DecorationTypeOriginal, type DecorationTypeWithLiterals as DecorationTypeWithLiteralsOriginal, type Design as DesignOriginal, DesignTarget as DesignTargetOriginal, type DesignTargetWithLiterals as DesignTargetWithLiteralsOriginal, type Dimensions as DimensionsOriginal, Direction as DirectionOriginal, type DirectionWithLiterals as DirectionWithLiteralsOriginal, DividerDataAlignment as DividerDataAlignmentOriginal, type DividerDataAlignmentWithLiterals as DividerDataAlignmentWithLiteralsOriginal, type DividerData as DividerDataOriginal, type DocumentStyle as DocumentStyleOriginal, type EmbedData as EmbedDataOriginal, type EventData as EventDataOriginal, type FileData as FileDataOriginal, type FileSourceDataOneOf as FileSourceDataOneOfOriginal, type FileSource as FileSourceOriginal, type FontFamilyData as FontFamilyDataOriginal, type FontSizeData as FontSizeDataOriginal, FontType as FontTypeOriginal, type FontTypeWithLiterals as FontTypeWithLiteralsOriginal, Format as FormatOriginal, type FormatWithLiterals as FormatWithLiteralsOriginal, type GIFData as GIFDataOriginal, type GIF as GIFOriginal, GIFType as GIFTypeOriginal, type GIFTypeWithLiterals as GIFTypeWithLiteralsOriginal, type GalleryData as GalleryDataOriginal, type GalleryOptionsLayout as GalleryOptionsLayoutOriginal, type GalleryOptions as GalleryOptionsOriginal, type Gradient as GradientOriginal, GradientType as GradientTypeOriginal, type GradientTypeWithLiterals as GradientTypeWithLiteralsOriginal, type HTMLDataDataOneOf as HTMLDataDataOneOfOriginal, type HTMLData as HTMLDataOriginal, type HeadingData as HeadingDataOriginal, type Height as HeightOriginal, type ImageData as ImageDataOriginal, type ImageDataStyles as ImageDataStylesOriginal, type Image as ImageOriginal, ImagePosition as ImagePositionOriginal, ImagePositionPosition as ImagePositionPositionOriginal, type ImagePositionPositionWithLiterals as ImagePositionPositionWithLiteralsOriginal, type ImagePositionWithLiterals as ImagePositionWithLiteralsOriginal, ImageScalingScaling as ImageScalingScalingOriginal, type ImageScalingScalingWithLiterals as ImageScalingScalingWithLiteralsOriginal, type ImageStyles as ImageStylesOriginal, Indentation as IndentationOriginal, type IndentationWithLiterals as IndentationWithLiteralsOriginal, InitialExpandedItems as InitialExpandedItemsOriginal, type InitialExpandedItemsWithLiterals as InitialExpandedItemsWithLiteralsOriginal, type ItemDataOneOf as ItemDataOneOfOriginal, type ItemMetadata as ItemMetadataOriginal, type Item as ItemOriginal, type ItemStyle as ItemStyleOriginal, type LayoutCellData as LayoutCellDataOriginal, type LayoutDataBackgroundImage as LayoutDataBackgroundImageOriginal, type LayoutDataBackground as LayoutDataBackgroundOriginal, LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal, type LayoutDataBackgroundTypeWithLiterals as LayoutDataBackgroundTypeWithLiteralsOriginal, type LayoutData as LayoutDataOriginal, Layout as LayoutOriginal, LayoutType as LayoutTypeOriginal, type LayoutTypeWithLiterals as LayoutTypeWithLiteralsOriginal, type LayoutWithLiterals as LayoutWithLiteralsOriginal, LineStyle as LineStyleOriginal, type LineStyleWithLiterals as LineStyleWithLiteralsOriginal, type LinkDataOneOf as LinkDataOneOfOriginal, type LinkData as LinkDataOriginal, type Link as LinkOriginal, type LinkPreviewData as LinkPreviewDataOriginal, type LinkPreviewDataStyles as LinkPreviewDataStylesOriginal, ListStyle as ListStyleOriginal, type ListStyleWithLiterals as ListStyleWithLiteralsOriginal, type ListValue as ListValueOriginal, type MachineTranslateApplicationErrors as MachineTranslateApplicationErrorsOriginal, type MachineTranslateRequest as MachineTranslateRequestOriginal, type MachineTranslateResponse as MachineTranslateResponseOriginal, type MapData as MapDataOriginal, type MapSettings as MapSettingsOriginal, MapType as MapTypeOriginal, type MapTypeWithLiterals as MapTypeWithLiteralsOriginal, type Media as MediaOriginal, type MentionData as MentionDataOriginal, type Metadata as MetadataOriginal, type NodeDataOneOf as NodeDataOneOfOriginal, type Node as NodeOriginal, type NodeStyle as NodeStyleOriginal, NodeType as NodeTypeOriginal, type NodeTypeWithLiterals as NodeTypeWithLiteralsOriginal, type NotEnoughCreditsError as NotEnoughCreditsErrorOriginal, NullValue as NullValueOriginal, type NullValueWithLiterals as NullValueWithLiteralsOriginal, type Oembed as OembedOriginal, type OptionDesign as OptionDesignOriginal, type OptionLayout as OptionLayoutOriginal, type Option as OptionOriginal, type OrderedListData as OrderedListDataOriginal, Orientation as OrientationOriginal, type OrientationWithLiterals as OrientationWithLiteralsOriginal, Origin as OriginOriginal, type OriginWithLiterals as OriginWithLiteralsOriginal, type PDFSettings as PDFSettingsOriginal, type ParagraphData as ParagraphDataOriginal, type Permissions as PermissionsOriginal, Placement as PlacementOriginal, type PlacementWithLiterals as PlacementWithLiteralsOriginal, type PlaybackOptions as PlaybackOptionsOriginal, PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal, type PluginContainerDataAlignmentWithLiterals as PluginContainerDataAlignmentWithLiteralsOriginal, type PluginContainerData as PluginContainerDataOriginal, type PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOfOriginal, type PluginContainerDataWidth as PluginContainerDataWidthOriginal, type PollDataLayout as PollDataLayoutOriginal, type PollData as PollDataOriginal, type PollDesignBackgroundBackgroundOneOf as PollDesignBackgroundBackgroundOneOfOriginal, type PollDesignBackground as PollDesignBackgroundOriginal, PollDesignBackgroundType as PollDesignBackgroundTypeOriginal, type PollDesignBackgroundTypeWithLiterals as PollDesignBackgroundTypeWithLiteralsOriginal, type PollDesign as PollDesignOriginal, PollLayoutDirection as PollLayoutDirectionOriginal, type PollLayoutDirectionWithLiterals as PollLayoutDirectionWithLiteralsOriginal, type PollLayout as PollLayoutOriginal, PollLayoutType as PollLayoutTypeOriginal, type PollLayoutTypeWithLiterals as PollLayoutTypeWithLiteralsOriginal, type Poll as PollOriginal, Position as PositionOriginal, type PositionWithLiterals as PositionWithLiteralsOriginal, type PricingData as PricingDataOriginal, type Rel as RelOriginal, Resizing as ResizingOriginal, type ResizingWithLiterals as ResizingWithLiteralsOriginal, ResponsivenessBehaviour as ResponsivenessBehaviourOriginal, type ResponsivenessBehaviourWithLiterals as ResponsivenessBehaviourWithLiteralsOriginal, type RibbonStyles as RibbonStylesOriginal, type RichContent as RichContentOriginal, type SameLanguageArgumentsError as SameLanguageArgumentsErrorOriginal, Scaling as ScalingOriginal, type ScalingWithLiterals as ScalingWithLiteralsOriginal, type Settings as SettingsOriginal, type ShapeData as ShapeDataOriginal, type ShapeDataStyles as ShapeDataStylesOriginal, type SmartBlockCellData as SmartBlockCellDataOriginal, type SmartBlockData as SmartBlockDataOriginal, SmartBlockDataType as SmartBlockDataTypeOriginal, type SmartBlockDataTypeWithLiterals as SmartBlockDataTypeWithLiteralsOriginal, Source as SourceOriginal, type SourceWithLiterals as SourceWithLiteralsOriginal, type SpoilerData as SpoilerDataOriginal, type Spoiler as SpoilerOriginal, type Stop as StopOriginal, type StylesBorder as StylesBorderOriginal, type Styles as StylesOriginal, StylesPosition as StylesPositionOriginal, type StylesPositionWithLiterals as StylesPositionWithLiteralsOriginal, SupportedLanguage as SupportedLanguageOriginal, type SupportedLanguageWithLiterals as SupportedLanguageWithLiteralsOriginal, type TableCellData as TableCellDataOriginal, type TableData as TableDataOriginal, Target as TargetOriginal, type TargetWithLiterals as TargetWithLiteralsOriginal, TextAlignment as TextAlignmentOriginal, type TextAlignmentWithLiterals as TextAlignmentWithLiteralsOriginal, type TextData as TextDataOriginal, type TextNodeStyle as TextNodeStyleOriginal, type TextStyle as TextStyleOriginal, type TextTooLongError as TextTooLongErrorOriginal, ThumbnailsAlignment as ThumbnailsAlignmentOriginal, type ThumbnailsAlignmentWithLiterals as ThumbnailsAlignmentWithLiteralsOriginal, type Thumbnails as ThumbnailsOriginal, type TocData as TocDataOriginal, type TranslatableContentContentOneOf as TranslatableContentContentOneOfOriginal, type TranslatableContent as TranslatableContentOriginal, Type as TypeOriginal, type TypeWithLiterals as TypeWithLiteralsOriginal, type UnknownFormatError as UnknownFormatErrorOriginal, VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal, type VerticalAlignmentAlignmentWithLiterals as VerticalAlignmentAlignmentWithLiteralsOriginal, VerticalAlignment as VerticalAlignmentOriginal, type VerticalAlignmentWithLiterals as VerticalAlignmentWithLiteralsOriginal, type VideoData as VideoDataOriginal, type Video as VideoOriginal, ViewMode as ViewModeOriginal, type ViewModeWithLiterals as ViewModeWithLiteralsOriginal, ViewRole as ViewRoleOriginal, type ViewRoleWithLiterals as ViewRoleWithLiteralsOriginal, VoteRole as VoteRoleOriginal, type VoteRoleWithLiterals as VoteRoleWithLiteralsOriginal, Width as WidthOriginal, WidthType as WidthTypeOriginal, type WidthTypeWithLiterals as WidthTypeWithLiteralsOriginal, type WidthWithLiterals as WidthWithLiteralsOriginal, type __PublicMethodMetaInfo, bulkMachineTranslate, machineTranslate };
|
|
2752
|
+
export { Alignment as AlignmentOriginal, type AlignmentWithLiterals as AlignmentWithLiteralsOriginal, type AnchorData as AnchorDataOriginal, type AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOfOriginal, type AppEmbedData as AppEmbedDataOriginal, AppType as AppTypeOriginal, type AppTypeWithLiterals as AppTypeWithLiteralsOriginal, type ApplicationError as ApplicationErrorOriginal, AspectRatio as AspectRatioOriginal, type AspectRatioWithLiterals as AspectRatioWithLiteralsOriginal, type AudioData as AudioDataOriginal, type Backdrop as BackdropOriginal, BackdropType as BackdropTypeOriginal, type BackdropTypeWithLiterals as BackdropTypeWithLiteralsOriginal, type BackgroundGradient as BackgroundGradientOriginal, type BackgroundImage as BackgroundImageOriginal, type Background as BackgroundOriginal, BackgroundType as BackgroundTypeOriginal, type BackgroundTypeWithLiterals as BackgroundTypeWithLiteralsOriginal, type Banner as BannerOriginal, BannerPosition as BannerPositionOriginal, type BannerPositionWithLiterals as BannerPositionWithLiteralsOriginal, type BlockquoteData as BlockquoteDataOriginal, type BookingData as BookingDataOriginal, type BorderColors as BorderColorsOriginal, type Border as BorderOriginal, type BorderWidths as BorderWidthsOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkMachineTranslateApplicationErrors as BulkMachineTranslateApplicationErrorsOriginal, type BulkMachineTranslateRequest as BulkMachineTranslateRequestOriginal, type BulkMachineTranslateResponse as BulkMachineTranslateResponseOriginal, type BulkTranslateResult as BulkTranslateResultOriginal, type BulletedListData as BulletedListDataOriginal, type ButtonData as ButtonDataOriginal, ButtonDataType as ButtonDataTypeOriginal, type ButtonDataTypeWithLiterals as ButtonDataTypeWithLiteralsOriginal, type ButtonStyles as ButtonStylesOriginal, type CaptionData as CaptionDataOriginal, type CardDataBackground as CardDataBackgroundOriginal, CardDataBackgroundType as CardDataBackgroundTypeOriginal, type CardDataBackgroundTypeWithLiterals as CardDataBackgroundTypeWithLiteralsOriginal, type CardData as CardDataOriginal, type CardStyles as CardStylesOriginal, type CellStyle as CellStyleOriginal, type CodeBlockData as CodeBlockDataOriginal, type CollapsibleListData as CollapsibleListDataOriginal, type ColorData as ColorDataOriginal, type Colors as ColorsOriginal, ColumnSize as ColumnSizeOriginal, type ColumnSizeWithLiterals as ColumnSizeWithLiteralsOriginal, Crop as CropOriginal, type CropWithLiterals as CropWithLiteralsOriginal, type DecorationDataOneOf as DecorationDataOneOfOriginal, type Decoration as DecorationOriginal, DecorationType as DecorationTypeOriginal, type DecorationTypeWithLiterals as DecorationTypeWithLiteralsOriginal, type Design as DesignOriginal, DesignTarget as DesignTargetOriginal, type DesignTargetWithLiterals as DesignTargetWithLiteralsOriginal, type Dimensions as DimensionsOriginal, Direction as DirectionOriginal, type DirectionWithLiterals as DirectionWithLiteralsOriginal, DividerDataAlignment as DividerDataAlignmentOriginal, type DividerDataAlignmentWithLiterals as DividerDataAlignmentWithLiteralsOriginal, type DividerData as DividerDataOriginal, type DocumentStyle as DocumentStyleOriginal, type EmbedData as EmbedDataOriginal, type EventData as EventDataOriginal, type FileData as FileDataOriginal, type FileSourceDataOneOf as FileSourceDataOneOfOriginal, type FileSource as FileSourceOriginal, type FontFamilyData as FontFamilyDataOriginal, type FontSizeData as FontSizeDataOriginal, FontType as FontTypeOriginal, type FontTypeWithLiterals as FontTypeWithLiteralsOriginal, Format as FormatOriginal, type FormatWithLiterals as FormatWithLiteralsOriginal, type GIFData as GIFDataOriginal, type GIF as GIFOriginal, GIFType as GIFTypeOriginal, type GIFTypeWithLiterals as GIFTypeWithLiteralsOriginal, type GalleryData as GalleryDataOriginal, type GalleryOptionsLayout as GalleryOptionsLayoutOriginal, type GalleryOptions as GalleryOptionsOriginal, type Gradient as GradientOriginal, GradientType as GradientTypeOriginal, type GradientTypeWithLiterals as GradientTypeWithLiteralsOriginal, type HTMLDataDataOneOf as HTMLDataDataOneOfOriginal, type HTMLData as HTMLDataOriginal, type HeadingData as HeadingDataOriginal, type Height as HeightOriginal, type ImageData as ImageDataOriginal, type ImageDataStyles as ImageDataStylesOriginal, type Image as ImageOriginal, ImagePosition as ImagePositionOriginal, ImagePositionPosition as ImagePositionPositionOriginal, type ImagePositionPositionWithLiterals as ImagePositionPositionWithLiteralsOriginal, type ImagePositionWithLiterals as ImagePositionWithLiteralsOriginal, ImageScalingScaling as ImageScalingScalingOriginal, type ImageScalingScalingWithLiterals as ImageScalingScalingWithLiteralsOriginal, type ImageStyles as ImageStylesOriginal, Indentation as IndentationOriginal, type IndentationWithLiterals as IndentationWithLiteralsOriginal, InitialExpandedItems as InitialExpandedItemsOriginal, type InitialExpandedItemsWithLiterals as InitialExpandedItemsWithLiteralsOriginal, type ItemDataOneOf as ItemDataOneOfOriginal, type ItemMetadata as ItemMetadataOriginal, type Item as ItemOriginal, type ItemStyle as ItemStyleOriginal, type LayoutCellData as LayoutCellDataOriginal, type LayoutDataBackgroundImage as LayoutDataBackgroundImageOriginal, type LayoutDataBackground as LayoutDataBackgroundOriginal, LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal, type LayoutDataBackgroundTypeWithLiterals as LayoutDataBackgroundTypeWithLiteralsOriginal, type LayoutData as LayoutDataOriginal, Layout as LayoutOriginal, LayoutType as LayoutTypeOriginal, type LayoutTypeWithLiterals as LayoutTypeWithLiteralsOriginal, type LayoutWithLiterals as LayoutWithLiteralsOriginal, LineStyle as LineStyleOriginal, type LineStyleWithLiterals as LineStyleWithLiteralsOriginal, type LinkDataOneOf as LinkDataOneOfOriginal, type LinkData as LinkDataOriginal, type Link as LinkOriginal, type LinkPreviewData as LinkPreviewDataOriginal, type LinkPreviewDataStyles as LinkPreviewDataStylesOriginal, ListStyle as ListStyleOriginal, type ListStyleWithLiterals as ListStyleWithLiteralsOriginal, type ListValue as ListValueOriginal, type MachineTranslateApplicationErrors as MachineTranslateApplicationErrorsOriginal, type MachineTranslateRequest as MachineTranslateRequestOriginal, type MachineTranslateResponse as MachineTranslateResponseOriginal, type MapData as MapDataOriginal, type MapSettings as MapSettingsOriginal, MapType as MapTypeOriginal, type MapTypeWithLiterals as MapTypeWithLiteralsOriginal, type Media as MediaOriginal, type MentionData as MentionDataOriginal, type Metadata as MetadataOriginal, type NodeDataOneOf as NodeDataOneOfOriginal, type Node as NodeOriginal, type NodeStyle as NodeStyleOriginal, NodeType as NodeTypeOriginal, type NodeTypeWithLiterals as NodeTypeWithLiteralsOriginal, type NotEnoughCreditsError as NotEnoughCreditsErrorOriginal, NullValue as NullValueOriginal, type NullValueWithLiterals as NullValueWithLiteralsOriginal, type Oembed as OembedOriginal, type OptionDesign as OptionDesignOriginal, type OptionLayout as OptionLayoutOriginal, type Option as OptionOriginal, type OrderedListData as OrderedListDataOriginal, Orientation as OrientationOriginal, type OrientationWithLiterals as OrientationWithLiteralsOriginal, Origin as OriginOriginal, type OriginWithLiterals as OriginWithLiteralsOriginal, type PDFSettings as PDFSettingsOriginal, type ParagraphData as ParagraphDataOriginal, type Permissions as PermissionsOriginal, Placement as PlacementOriginal, type PlacementWithLiterals as PlacementWithLiteralsOriginal, type PlaybackOptions as PlaybackOptionsOriginal, PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal, type PluginContainerDataAlignmentWithLiterals as PluginContainerDataAlignmentWithLiteralsOriginal, type PluginContainerData as PluginContainerDataOriginal, type PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOfOriginal, type PluginContainerDataWidth as PluginContainerDataWidthOriginal, type PollDataLayout as PollDataLayoutOriginal, type PollData as PollDataOriginal, type PollDesignBackgroundBackgroundOneOf as PollDesignBackgroundBackgroundOneOfOriginal, type PollDesignBackground as PollDesignBackgroundOriginal, PollDesignBackgroundType as PollDesignBackgroundTypeOriginal, type PollDesignBackgroundTypeWithLiterals as PollDesignBackgroundTypeWithLiteralsOriginal, type PollDesign as PollDesignOriginal, PollLayoutDirection as PollLayoutDirectionOriginal, type PollLayoutDirectionWithLiterals as PollLayoutDirectionWithLiteralsOriginal, type PollLayout as PollLayoutOriginal, PollLayoutType as PollLayoutTypeOriginal, type PollLayoutTypeWithLiterals as PollLayoutTypeWithLiteralsOriginal, type Poll as PollOriginal, Position as PositionOriginal, type PositionWithLiterals as PositionWithLiteralsOriginal, type PricingData as PricingDataOriginal, type Rel as RelOriginal, Resizing as ResizingOriginal, type ResizingWithLiterals as ResizingWithLiteralsOriginal, ResponsivenessBehaviour as ResponsivenessBehaviourOriginal, type ResponsivenessBehaviourWithLiterals as ResponsivenessBehaviourWithLiteralsOriginal, type RibbonStyles as RibbonStylesOriginal, type RichContent as RichContentOriginal, type SameLanguageArgumentsError as SameLanguageArgumentsErrorOriginal, Scaling as ScalingOriginal, type ScalingWithLiterals as ScalingWithLiteralsOriginal, type Settings as SettingsOriginal, type ShapeData as ShapeDataOriginal, type ShapeDataStyles as ShapeDataStylesOriginal, type SmartBlockCellData as SmartBlockCellDataOriginal, type SmartBlockData as SmartBlockDataOriginal, SmartBlockDataType as SmartBlockDataTypeOriginal, type SmartBlockDataTypeWithLiterals as SmartBlockDataTypeWithLiteralsOriginal, Source as SourceOriginal, type SourceWithLiterals as SourceWithLiteralsOriginal, type SpoilerData as SpoilerDataOriginal, type Spoiler as SpoilerOriginal, type Stop as StopOriginal, type StylesBorder as StylesBorderOriginal, type Styles as StylesOriginal, StylesPosition as StylesPositionOriginal, type StylesPositionWithLiterals as StylesPositionWithLiteralsOriginal, SupportedLanguage as SupportedLanguageOriginal, type SupportedLanguageWithLiterals as SupportedLanguageWithLiteralsOriginal, type TableCellData as TableCellDataOriginal, type TableData as TableDataOriginal, Target as TargetOriginal, type TargetWithLiterals as TargetWithLiteralsOriginal, TextAlignment as TextAlignmentOriginal, type TextAlignmentWithLiterals as TextAlignmentWithLiteralsOriginal, type TextData as TextDataOriginal, type TextNodeStyle as TextNodeStyleOriginal, type TextStyle as TextStyleOriginal, type TextTooLongError as TextTooLongErrorOriginal, ThumbnailsAlignment as ThumbnailsAlignmentOriginal, type ThumbnailsAlignmentWithLiterals as ThumbnailsAlignmentWithLiteralsOriginal, type Thumbnails as ThumbnailsOriginal, type TocData as TocDataOriginal, type TranslatableContentContentOneOf as TranslatableContentContentOneOfOriginal, type TranslatableContent as TranslatableContentOriginal, Type as TypeOriginal, type TypeWithLiterals as TypeWithLiteralsOriginal, type UnknownFormatError as UnknownFormatErrorOriginal, VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal, type VerticalAlignmentAlignmentWithLiterals as VerticalAlignmentAlignmentWithLiteralsOriginal, VerticalAlignment as VerticalAlignmentOriginal, type VerticalAlignmentWithLiterals as VerticalAlignmentWithLiteralsOriginal, type VideoData as VideoDataOriginal, type Video as VideoOriginal, ViewMode as ViewModeOriginal, type ViewModeWithLiterals as ViewModeWithLiteralsOriginal, ViewRole as ViewRoleOriginal, type ViewRoleWithLiterals as ViewRoleWithLiteralsOriginal, VoteRole as VoteRoleOriginal, type VoteRoleWithLiterals as VoteRoleWithLiteralsOriginal, Width as WidthOriginal, WidthType as WidthTypeOriginal, type WidthTypeWithLiterals as WidthTypeWithLiteralsOriginal, type WidthWithLiterals as WidthWithLiteralsOriginal, type __PublicMethodMetaInfo, bulkMachineTranslate, machineTranslate };
|
|
@@ -901,6 +901,11 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
901
901
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
902
902
|
return Origin2;
|
|
903
903
|
})(Origin || {});
|
|
904
|
+
var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
905
|
+
BannerPosition2["TOP"] = "TOP";
|
|
906
|
+
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
907
|
+
return BannerPosition2;
|
|
908
|
+
})(BannerPosition || {});
|
|
904
909
|
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
905
910
|
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
906
911
|
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
@@ -1175,6 +1180,7 @@ export {
|
|
|
1175
1180
|
AspectRatio as AspectRatioOriginal,
|
|
1176
1181
|
BackdropType as BackdropTypeOriginal,
|
|
1177
1182
|
BackgroundType as BackgroundTypeOriginal,
|
|
1183
|
+
BannerPosition as BannerPositionOriginal,
|
|
1178
1184
|
ButtonDataType as ButtonDataTypeOriginal,
|
|
1179
1185
|
CardDataBackgroundType as CardDataBackgroundTypeOriginal,
|
|
1180
1186
|
ColumnSize as ColumnSizeOriginal,
|