@wix/auto_sdk_data-extension-schema_schemas 1.0.203 → 1.0.204
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.js.map +1 -1
- package/build/cjs/index.typings.d.ts +50 -65
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +50 -65
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +50 -65
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +50 -65
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +50 -65
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +50 -65
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +50 -65
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +50 -65
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -5689,7 +5689,7 @@ type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';
|
|
|
5689
5689
|
interface Stop {
|
|
5690
5690
|
/**
|
|
5691
5691
|
* Stop color as hex value.
|
|
5692
|
-
* @
|
|
5692
|
+
* @format COLOR_HEX
|
|
5693
5693
|
*/
|
|
5694
5694
|
color?: string | null;
|
|
5695
5695
|
/** Stop position (0-1). */
|
|
@@ -5730,7 +5730,7 @@ interface StylesBackground {
|
|
|
5730
5730
|
type?: BackgroundTypeWithLiterals;
|
|
5731
5731
|
/**
|
|
5732
5732
|
* Background color as a hexadecimal value.
|
|
5733
|
-
* @
|
|
5733
|
+
* @format COLOR_HEX
|
|
5734
5734
|
*/
|
|
5735
5735
|
color?: string | null;
|
|
5736
5736
|
/** Gradient configuration. */
|
|
@@ -5837,33 +5837,33 @@ interface Styles {
|
|
|
5837
5837
|
borderRadius?: number | null;
|
|
5838
5838
|
/**
|
|
5839
5839
|
* Border color as a hexadecimal value.
|
|
5840
|
-
* @
|
|
5840
|
+
* @format COLOR_HEX
|
|
5841
5841
|
*/
|
|
5842
5842
|
borderColor?: string | null;
|
|
5843
5843
|
/**
|
|
5844
5844
|
* Border color as a hexadecimal value (hover state).
|
|
5845
|
-
* @
|
|
5845
|
+
* @format COLOR_HEX
|
|
5846
5846
|
*/
|
|
5847
5847
|
borderColorHover?: string | null;
|
|
5848
5848
|
/**
|
|
5849
5849
|
* Text color as a hexadecimal value.
|
|
5850
|
-
* @
|
|
5850
|
+
* @format COLOR_HEX
|
|
5851
5851
|
*/
|
|
5852
5852
|
textColor?: string | null;
|
|
5853
5853
|
/**
|
|
5854
5854
|
* Text color as a hexadecimal value (hover state).
|
|
5855
|
-
* @
|
|
5855
|
+
* @format COLOR_HEX
|
|
5856
5856
|
*/
|
|
5857
5857
|
textColorHover?: string | null;
|
|
5858
5858
|
/**
|
|
5859
5859
|
* Deprecated: Use `background` instead.
|
|
5860
|
-
* @
|
|
5860
|
+
* @format COLOR_HEX
|
|
5861
5861
|
* @deprecated
|
|
5862
5862
|
*/
|
|
5863
5863
|
backgroundColor?: string | null;
|
|
5864
5864
|
/**
|
|
5865
5865
|
* Deprecated: Use `backgroundHover` instead.
|
|
5866
|
-
* @
|
|
5866
|
+
* @format COLOR_HEX
|
|
5867
5867
|
* @deprecated
|
|
5868
5868
|
*/
|
|
5869
5869
|
backgroundColorHover?: string | null;
|
|
@@ -6315,7 +6315,7 @@ interface ImageDataStylesBorder {
|
|
|
6315
6315
|
width?: number | null;
|
|
6316
6316
|
/**
|
|
6317
6317
|
* Border color as a hexadecimal value.
|
|
6318
|
-
* @
|
|
6318
|
+
* @format COLOR_HEX
|
|
6319
6319
|
*/
|
|
6320
6320
|
color?: string | null;
|
|
6321
6321
|
/** Border radius in pixels. */
|
|
@@ -6356,22 +6356,22 @@ type StylesPositionWithLiterals = StylesPosition | 'START' | 'END' | 'TOP' | 'HI
|
|
|
6356
6356
|
interface LinkPreviewDataStyles {
|
|
6357
6357
|
/**
|
|
6358
6358
|
* Background color as a hexadecimal value.
|
|
6359
|
-
* @
|
|
6359
|
+
* @format COLOR_HEX
|
|
6360
6360
|
*/
|
|
6361
6361
|
backgroundColor?: string | null;
|
|
6362
6362
|
/**
|
|
6363
6363
|
* Title color as a hexadecimal value.
|
|
6364
|
-
* @
|
|
6364
|
+
* @format COLOR_HEX
|
|
6365
6365
|
*/
|
|
6366
6366
|
titleColor?: string | null;
|
|
6367
6367
|
/**
|
|
6368
6368
|
* Subtitle color as a hexadecimal value.
|
|
6369
|
-
* @
|
|
6369
|
+
* @format COLOR_HEX
|
|
6370
6370
|
*/
|
|
6371
6371
|
subtitleColor?: string | null;
|
|
6372
6372
|
/**
|
|
6373
6373
|
* Link color as a hexadecimal value.
|
|
6374
|
-
* @
|
|
6374
|
+
* @format COLOR_HEX
|
|
6375
6375
|
*/
|
|
6376
6376
|
linkColor?: string | null;
|
|
6377
6377
|
/** Border width in pixels. */
|
|
@@ -6380,7 +6380,7 @@ interface LinkPreviewDataStyles {
|
|
|
6380
6380
|
borderRadius?: number | null;
|
|
6381
6381
|
/**
|
|
6382
6382
|
* Border color as a hexadecimal value.
|
|
6383
|
-
* @
|
|
6383
|
+
* @format COLOR_HEX
|
|
6384
6384
|
*/
|
|
6385
6385
|
borderColor?: string | null;
|
|
6386
6386
|
/** Position of thumbnail. Defaults to `START`. */
|
|
@@ -6531,19 +6531,19 @@ interface BackgroundGradient {
|
|
|
6531
6531
|
angle?: number | null;
|
|
6532
6532
|
/**
|
|
6533
6533
|
* The start color as a hexademical value.
|
|
6534
|
-
* @
|
|
6534
|
+
* @format COLOR_HEX
|
|
6535
6535
|
*/
|
|
6536
6536
|
startColor?: string | null;
|
|
6537
6537
|
/**
|
|
6538
6538
|
* The end color as a hexademical value.
|
|
6539
|
-
* @
|
|
6539
|
+
* @format COLOR_HEX
|
|
6540
6540
|
*/
|
|
6541
6541
|
lastColor?: string | null;
|
|
6542
6542
|
}
|
|
6543
6543
|
interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
|
|
6544
6544
|
/**
|
|
6545
6545
|
* The background color as a hexademical value.
|
|
6546
|
-
* @
|
|
6546
|
+
* @format COLOR_HEX
|
|
6547
6547
|
*/
|
|
6548
6548
|
color?: string | null;
|
|
6549
6549
|
/** An image to use for the background. */
|
|
@@ -6557,7 +6557,7 @@ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
|
|
|
6557
6557
|
interface PollDesignBackgroundBackgroundOneOf {
|
|
6558
6558
|
/**
|
|
6559
6559
|
* The background color as a hexademical value.
|
|
6560
|
-
* @
|
|
6560
|
+
* @format COLOR_HEX
|
|
6561
6561
|
*/
|
|
6562
6562
|
color?: string | null;
|
|
6563
6563
|
/** An image to use for the background. */
|
|
@@ -6871,32 +6871,32 @@ interface ButtonStyles {
|
|
|
6871
6871
|
borderRadius?: number | null;
|
|
6872
6872
|
/**
|
|
6873
6873
|
* Border color as a hexadecimal value.
|
|
6874
|
-
* @
|
|
6874
|
+
* @format COLOR_HEX
|
|
6875
6875
|
*/
|
|
6876
6876
|
borderColor?: string | null;
|
|
6877
6877
|
/**
|
|
6878
6878
|
* Text color as a hexadecimal value.
|
|
6879
|
-
* @
|
|
6879
|
+
* @format COLOR_HEX
|
|
6880
6880
|
*/
|
|
6881
6881
|
textColor?: string | null;
|
|
6882
6882
|
/**
|
|
6883
6883
|
* Background color as a hexadecimal value.
|
|
6884
|
-
* @
|
|
6884
|
+
* @format COLOR_HEX
|
|
6885
6885
|
*/
|
|
6886
6886
|
backgroundColor?: string | null;
|
|
6887
6887
|
/**
|
|
6888
6888
|
* Border color as a hexadecimal value (hover state).
|
|
6889
|
-
* @
|
|
6889
|
+
* @format COLOR_HEX
|
|
6890
6890
|
*/
|
|
6891
6891
|
borderColorHover?: string | null;
|
|
6892
6892
|
/**
|
|
6893
6893
|
* Text color as a hexadecimal value (hover state).
|
|
6894
|
-
* @
|
|
6894
|
+
* @format COLOR_HEX
|
|
6895
6895
|
*/
|
|
6896
6896
|
textColorHover?: string | null;
|
|
6897
6897
|
/**
|
|
6898
6898
|
* Background color as a hexadecimal value (hover state).
|
|
6899
|
-
* @
|
|
6899
|
+
* @format COLOR_HEX
|
|
6900
6900
|
*/
|
|
6901
6901
|
backgroundColorHover?: string | null;
|
|
6902
6902
|
/** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
|
|
@@ -6913,7 +6913,7 @@ interface ImageStyles {
|
|
|
6913
6913
|
resizing?: ResizingWithLiterals;
|
|
6914
6914
|
/**
|
|
6915
6915
|
* Image border color as a hexadecimal value.
|
|
6916
|
-
* @
|
|
6916
|
+
* @format COLOR_HEX
|
|
6917
6917
|
*/
|
|
6918
6918
|
borderColor?: string | null;
|
|
6919
6919
|
/** Image border width in pixels. */
|
|
@@ -6926,17 +6926,17 @@ interface RibbonStyles {
|
|
|
6926
6926
|
ribbonText?: string | null;
|
|
6927
6927
|
/**
|
|
6928
6928
|
* Ribbon background color as a hexadecimal value.
|
|
6929
|
-
* @
|
|
6929
|
+
* @format COLOR_HEX
|
|
6930
6930
|
*/
|
|
6931
6931
|
backgroundColor?: string | null;
|
|
6932
6932
|
/**
|
|
6933
6933
|
* Ribbon text color as a hexadecimal value.
|
|
6934
|
-
* @
|
|
6934
|
+
* @format COLOR_HEX
|
|
6935
6935
|
*/
|
|
6936
6936
|
textColor?: string | null;
|
|
6937
6937
|
/**
|
|
6938
6938
|
* Ribbon border color as a hexadecimal value.
|
|
6939
|
-
* @
|
|
6939
|
+
* @format COLOR_HEX
|
|
6940
6940
|
*/
|
|
6941
6941
|
borderColor?: string | null;
|
|
6942
6942
|
/** Ribbon border width in pixels. */
|
|
@@ -6949,12 +6949,12 @@ interface RibbonStyles {
|
|
|
6949
6949
|
interface CardStyles {
|
|
6950
6950
|
/**
|
|
6951
6951
|
* Card background color as a hexadecimal value.
|
|
6952
|
-
* @
|
|
6952
|
+
* @format COLOR_HEX
|
|
6953
6953
|
*/
|
|
6954
6954
|
backgroundColor?: string | null;
|
|
6955
6955
|
/**
|
|
6956
6956
|
* Card border color as a hexadecimal value.
|
|
6957
|
-
* @
|
|
6957
|
+
* @format COLOR_HEX
|
|
6958
6958
|
*/
|
|
6959
6959
|
borderColor?: string | null;
|
|
6960
6960
|
/** Card border width in pixels. */
|
|
@@ -6969,12 +6969,12 @@ interface CardStyles {
|
|
|
6969
6969
|
titlePriceLayout?: LayoutWithLiterals;
|
|
6970
6970
|
/**
|
|
6971
6971
|
* Title text color as a hexadecimal value.
|
|
6972
|
-
* @
|
|
6972
|
+
* @format COLOR_HEX
|
|
6973
6973
|
*/
|
|
6974
6974
|
titleColor?: string | null;
|
|
6975
6975
|
/**
|
|
6976
6976
|
* Text color as a hexadecimal value.
|
|
6977
|
-
* @
|
|
6977
|
+
* @format COLOR_HEX
|
|
6978
6978
|
*/
|
|
6979
6979
|
textColor?: string | null;
|
|
6980
6980
|
}
|
|
@@ -7156,29 +7156,29 @@ interface CellStyle {
|
|
|
7156
7156
|
verticalAlignment?: VerticalAlignmentWithLiterals;
|
|
7157
7157
|
/**
|
|
7158
7158
|
* Cell background color as a hexadecimal value.
|
|
7159
|
-
* @
|
|
7159
|
+
* @format COLOR_HEX
|
|
7160
7160
|
*/
|
|
7161
7161
|
backgroundColor?: string | null;
|
|
7162
7162
|
}
|
|
7163
7163
|
interface BorderColors {
|
|
7164
7164
|
/**
|
|
7165
7165
|
* Left border color as a hexadecimal value.
|
|
7166
|
-
* @
|
|
7166
|
+
* @format COLOR_HEX
|
|
7167
7167
|
*/
|
|
7168
7168
|
left?: string | null;
|
|
7169
7169
|
/**
|
|
7170
7170
|
* Right border color as a hexadecimal value.
|
|
7171
|
-
* @
|
|
7171
|
+
* @format COLOR_HEX
|
|
7172
7172
|
*/
|
|
7173
7173
|
right?: string | null;
|
|
7174
7174
|
/**
|
|
7175
7175
|
* Top border color as a hexadecimal value.
|
|
7176
|
-
* @
|
|
7176
|
+
* @format COLOR_HEX
|
|
7177
7177
|
*/
|
|
7178
7178
|
top?: string | null;
|
|
7179
7179
|
/**
|
|
7180
7180
|
* Bottom border color as a hexadecimal value.
|
|
7181
|
-
* @
|
|
7181
|
+
* @format COLOR_HEX
|
|
7182
7182
|
*/
|
|
7183
7183
|
bottom?: string | null;
|
|
7184
7184
|
}
|
|
@@ -7253,7 +7253,7 @@ interface CaptionData {
|
|
|
7253
7253
|
interface LayoutData {
|
|
7254
7254
|
/**
|
|
7255
7255
|
* Deprecated: Use `background` instead.
|
|
7256
|
-
* @
|
|
7256
|
+
* @format COLOR_HEX
|
|
7257
7257
|
* @deprecated
|
|
7258
7258
|
*/
|
|
7259
7259
|
backgroundColor?: string | null;
|
|
@@ -7261,7 +7261,7 @@ interface LayoutData {
|
|
|
7261
7261
|
backgroundImage?: LayoutDataBackgroundImage;
|
|
7262
7262
|
/**
|
|
7263
7263
|
* Border color as a hexadecimal value.
|
|
7264
|
-
* @
|
|
7264
|
+
* @format COLOR_HEX
|
|
7265
7265
|
*/
|
|
7266
7266
|
borderColor?: string | null;
|
|
7267
7267
|
/** Border width in pixels. */
|
|
@@ -7270,7 +7270,7 @@ interface LayoutData {
|
|
|
7270
7270
|
borderRadius?: number | null;
|
|
7271
7271
|
/**
|
|
7272
7272
|
* Deprecated: Use `backdrop` instead.
|
|
7273
|
-
* @
|
|
7273
|
+
* @format COLOR_HEX
|
|
7274
7274
|
* @deprecated
|
|
7275
7275
|
*/
|
|
7276
7276
|
backdropColor?: string | null;
|
|
@@ -7408,7 +7408,7 @@ interface LayoutDataBackground {
|
|
|
7408
7408
|
type?: LayoutDataBackgroundTypeWithLiterals;
|
|
7409
7409
|
/**
|
|
7410
7410
|
* Background color as a hexadecimal value.
|
|
7411
|
-
* @
|
|
7411
|
+
* @format COLOR_HEX
|
|
7412
7412
|
*/
|
|
7413
7413
|
color?: string | null;
|
|
7414
7414
|
/** Gradient configuration. */
|
|
@@ -7420,7 +7420,7 @@ interface Backdrop {
|
|
|
7420
7420
|
type?: BackdropTypeWithLiterals;
|
|
7421
7421
|
/**
|
|
7422
7422
|
* Backdrop color as a hexadecimal value.
|
|
7423
|
-
* @
|
|
7423
|
+
* @format COLOR_HEX
|
|
7424
7424
|
*/
|
|
7425
7425
|
color?: string | null;
|
|
7426
7426
|
/** Gradient configuration. */
|
|
@@ -7441,7 +7441,7 @@ interface ShapeData {
|
|
|
7441
7441
|
interface ShapeDataStyles {
|
|
7442
7442
|
/**
|
|
7443
7443
|
* Shape fill color as a hexadecimal value.
|
|
7444
|
-
* @
|
|
7444
|
+
* @format COLOR_HEX
|
|
7445
7445
|
*/
|
|
7446
7446
|
color?: string | null;
|
|
7447
7447
|
/** Map of original color keys to their new color values. */
|
|
@@ -7500,7 +7500,7 @@ interface CardDataBackground {
|
|
|
7500
7500
|
type?: CardDataBackgroundTypeWithLiterals;
|
|
7501
7501
|
/**
|
|
7502
7502
|
* Background color as a hexadecimal value.
|
|
7503
|
-
* @
|
|
7503
|
+
* @format COLOR_HEX
|
|
7504
7504
|
*/
|
|
7505
7505
|
color?: string | null;
|
|
7506
7506
|
/** Gradient configuration. */
|
|
@@ -7527,7 +7527,7 @@ interface TocData {
|
|
|
7527
7527
|
itemSpacing?: number | null;
|
|
7528
7528
|
/**
|
|
7529
7529
|
* Optional override for the text color.
|
|
7530
|
-
* @
|
|
7530
|
+
* @format COLOR_HEX
|
|
7531
7531
|
*/
|
|
7532
7532
|
color?: string | null;
|
|
7533
7533
|
/** Indentation style. Default: NESTED. */
|
|
@@ -7569,10 +7569,7 @@ interface SmartBlockData {
|
|
|
7569
7569
|
orientation?: string | null;
|
|
7570
7570
|
/** Column size controlling cells per row. */
|
|
7571
7571
|
columnSize?: ColumnSizeWithLiterals;
|
|
7572
|
-
/**
|
|
7573
|
-
* Border color (for SOLID_JOINED_BOXES variant).
|
|
7574
|
-
* @maxLength 19
|
|
7575
|
-
*/
|
|
7572
|
+
/** Border color (for SOLID_JOINED_BOXES variant). */
|
|
7576
7573
|
borderColor?: string | null;
|
|
7577
7574
|
/** Border width in pixels (for SOLID_JOINED_BOXES variant). */
|
|
7578
7575
|
borderWidth?: number | null;
|
|
@@ -7631,10 +7628,7 @@ interface SmartBlockCellData {
|
|
|
7631
7628
|
label?: string | null;
|
|
7632
7629
|
/** Shape file details. */
|
|
7633
7630
|
shape?: Media;
|
|
7634
|
-
/**
|
|
7635
|
-
* Border color of the cell.
|
|
7636
|
-
* @maxLength 19
|
|
7637
|
-
*/
|
|
7631
|
+
/** Border color of the cell. */
|
|
7638
7632
|
borderColor?: string | null;
|
|
7639
7633
|
/** Border width in pixels. */
|
|
7640
7634
|
borderWidth?: number | null;
|
|
@@ -7642,20 +7636,11 @@ interface SmartBlockCellData {
|
|
|
7642
7636
|
borderRadius?: number | null;
|
|
7643
7637
|
/** The type of the parent smart block (must match parent). */
|
|
7644
7638
|
type?: SmartBlockDataTypeWithLiterals;
|
|
7645
|
-
/**
|
|
7646
|
-
* Accent color for non-background variants (e.g., line, bullet, label color).
|
|
7647
|
-
* @maxLength 19
|
|
7648
|
-
*/
|
|
7639
|
+
/** Accent color for non-background variants (e.g., line, bullet, label color). */
|
|
7649
7640
|
accentColor?: string | null;
|
|
7650
|
-
/**
|
|
7651
|
-
* Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
|
|
7652
|
-
* @maxLength 19
|
|
7653
|
-
*/
|
|
7641
|
+
/** Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES). */
|
|
7654
7642
|
backgroundColor?: string | null;
|
|
7655
|
-
/**
|
|
7656
|
-
* Shape fill color as a hexadecimal value.
|
|
7657
|
-
* @maxLength 19
|
|
7658
|
-
*/
|
|
7643
|
+
/** Shape fill color as a hexadecimal value. */
|
|
7659
7644
|
shapeColor?: string | null;
|
|
7660
7645
|
}
|
|
7661
7646
|
interface V1Metadata {
|