@wix/auto_sdk_data-extension-schema_schemas 1.0.9 → 1.0.11
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/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +2 -2
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js +8 -1
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js +11 -4
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +407 -19
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +91 -1
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +409 -26
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +93 -5
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +2 -2
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.js +1 -1
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.public.js +1 -1
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +407 -19
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +90 -0
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +409 -26
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +92 -4
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +2 -2
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js +8 -1
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js +11 -4
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +407 -19
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +91 -1
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +409 -26
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +93 -5
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +2 -2
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.js +1 -1
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.public.js +1 -1
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +407 -19
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +90 -0
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +409 -26
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +92 -4
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
- package/package.json +4 -4
|
@@ -598,7 +598,9 @@ export declare enum ComponentType {
|
|
|
598
598
|
LOYALTY_CUSTOM_REWARDS_V2 = "LOYALTY_CUSTOM_REWARDS_V2",
|
|
599
599
|
STORES_PRODUCT_RESTRICTIONS = "STORES_PRODUCT_RESTRICTIONS",
|
|
600
600
|
FORM_SUBMISSION_MODERATION = "FORM_SUBMISSION_MODERATION",
|
|
601
|
-
EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES"
|
|
601
|
+
EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES",
|
|
602
|
+
BILLING_OPERATION = "BILLING_OPERATION",
|
|
603
|
+
BACK_OFFICE_CUSTOMIZATION = "BACK_OFFICE_CUSTOMIZATION"
|
|
602
604
|
}
|
|
603
605
|
/** Component data */
|
|
604
606
|
export interface ComponentData extends ComponentDataDataOneOf {
|
|
@@ -634,7 +636,7 @@ export interface ComponentData extends ComponentDataDataOneOf {
|
|
|
634
636
|
widgetPlugin?: WidgetPluginComponentData;
|
|
635
637
|
/**
|
|
636
638
|
* Displays the options from your Shipping Rates service plugin in a site's cart and checkout.
|
|
637
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
639
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/shipping-rates-integration-service-plugin/introduction
|
|
638
640
|
*/
|
|
639
641
|
ecomShippingRates?: ShippingRatesConfig;
|
|
640
642
|
/** Extend a Wix entity with custom fields for your app */
|
|
@@ -683,7 +685,7 @@ export interface ComponentData extends ComponentDataDataOneOf {
|
|
|
683
685
|
externalDatabaseProvider?: ExternalDatabaseSpiConfig;
|
|
684
686
|
/**
|
|
685
687
|
* Ecom Payment Settings Service Plugin Config
|
|
686
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
688
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/payment-settings-integration-service-plugin/introduction
|
|
687
689
|
*/
|
|
688
690
|
ecomPaymentSettings?: PaymentSettingsSPIConfig;
|
|
689
691
|
/**
|
|
@@ -733,7 +735,7 @@ export interface ComponentDataDataOneOf {
|
|
|
733
735
|
widgetPlugin?: WidgetPluginComponentData;
|
|
734
736
|
/**
|
|
735
737
|
* Displays the options from your Shipping Rates service plugin in a site's cart and checkout.
|
|
736
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
738
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/shipping-rates-integration-service-plugin/introduction
|
|
737
739
|
*/
|
|
738
740
|
ecomShippingRates?: ShippingRatesConfig;
|
|
739
741
|
/** Extend a Wix entity with custom fields for your app */
|
|
@@ -782,7 +784,7 @@ export interface ComponentDataDataOneOf {
|
|
|
782
784
|
externalDatabaseProvider?: ExternalDatabaseSpiConfig;
|
|
783
785
|
/**
|
|
784
786
|
* Ecom Payment Settings Service Plugin Config
|
|
785
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
787
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/payment-settings-integration-service-plugin/introduction
|
|
786
788
|
*/
|
|
787
789
|
ecomPaymentSettings?: PaymentSettingsSPIConfig;
|
|
788
790
|
/**
|
|
@@ -3272,7 +3274,9 @@ export declare enum BackOfficeHostingPlatforms {
|
|
|
3272
3274
|
/** Wix internal dashboard for data (non proffesional data consumers, i.e any Wix Employee that has a need for BI data) */
|
|
3273
3275
|
DATA = "DATA",
|
|
3274
3276
|
/** Dashboard for viral forms/lite events/etc */
|
|
3275
|
-
LITE_DASHBOARD = "LITE_DASHBOARD"
|
|
3277
|
+
LITE_DASHBOARD = "LITE_DASHBOARD",
|
|
3278
|
+
/** Picasso AI application POC */
|
|
3279
|
+
PICASSO_EDITOR = "PICASSO_EDITOR"
|
|
3276
3280
|
}
|
|
3277
3281
|
/** Definitions of common slots properties */
|
|
3278
3282
|
export interface SlotData extends SlotDataSlotTypeOneOf {
|
|
@@ -5011,17 +5015,32 @@ export interface ButtonData {
|
|
|
5011
5015
|
link?: V1Link;
|
|
5012
5016
|
}
|
|
5013
5017
|
export interface Border {
|
|
5014
|
-
/**
|
|
5018
|
+
/**
|
|
5019
|
+
* Deprecated: Use `borderWidth` in `styles` instead.
|
|
5020
|
+
* @deprecated
|
|
5021
|
+
*/
|
|
5015
5022
|
width?: number | null;
|
|
5016
|
-
/**
|
|
5023
|
+
/**
|
|
5024
|
+
* Deprecated: Use `borderRadius` in `styles` instead.
|
|
5025
|
+
* @deprecated
|
|
5026
|
+
*/
|
|
5017
5027
|
radius?: number | null;
|
|
5018
5028
|
}
|
|
5019
5029
|
export interface Colors {
|
|
5020
|
-
/**
|
|
5030
|
+
/**
|
|
5031
|
+
* Deprecated: Use `textColor` in `styles` instead.
|
|
5032
|
+
* @deprecated
|
|
5033
|
+
*/
|
|
5021
5034
|
text?: string | null;
|
|
5022
|
-
/**
|
|
5035
|
+
/**
|
|
5036
|
+
* Deprecated: Use `borderColor` in `styles` instead.
|
|
5037
|
+
* @deprecated
|
|
5038
|
+
*/
|
|
5023
5039
|
border?: string | null;
|
|
5024
|
-
/**
|
|
5040
|
+
/**
|
|
5041
|
+
* Deprecated: Use `backgroundColor` in `styles` instead.
|
|
5042
|
+
* @deprecated
|
|
5043
|
+
*/
|
|
5025
5044
|
background?: string | null;
|
|
5026
5045
|
}
|
|
5027
5046
|
export interface PluginContainerData {
|
|
@@ -5098,10 +5117,54 @@ export declare enum ButtonDataType {
|
|
|
5098
5117
|
ACTION = "ACTION"
|
|
5099
5118
|
}
|
|
5100
5119
|
export interface Styles {
|
|
5101
|
-
/**
|
|
5120
|
+
/**
|
|
5121
|
+
* Deprecated: Use `borderWidth` and `borderRadius` instead.
|
|
5122
|
+
* @deprecated
|
|
5123
|
+
*/
|
|
5102
5124
|
border?: Border;
|
|
5103
|
-
/**
|
|
5125
|
+
/**
|
|
5126
|
+
* Deprecated: Use `textColor`, `borderColor` and `backgroundColor` instead.
|
|
5127
|
+
* @deprecated
|
|
5128
|
+
*/
|
|
5104
5129
|
colors?: Colors;
|
|
5130
|
+
/** Border width in pixels. */
|
|
5131
|
+
borderWidth?: number | null;
|
|
5132
|
+
/** Border width in pixels (hover state). */
|
|
5133
|
+
borderWidthHover?: number | null;
|
|
5134
|
+
/** Border radius in pixels. */
|
|
5135
|
+
borderRadius?: number | null;
|
|
5136
|
+
/**
|
|
5137
|
+
* Border color as a hexadecimal value.
|
|
5138
|
+
* @format COLOR_HEX
|
|
5139
|
+
*/
|
|
5140
|
+
borderColor?: string | null;
|
|
5141
|
+
/**
|
|
5142
|
+
* Border color as a hexadecimal value (hover state).
|
|
5143
|
+
* @format COLOR_HEX
|
|
5144
|
+
*/
|
|
5145
|
+
borderColorHover?: string | null;
|
|
5146
|
+
/**
|
|
5147
|
+
* Text color as a hexadecimal value.
|
|
5148
|
+
* @format COLOR_HEX
|
|
5149
|
+
*/
|
|
5150
|
+
textColor?: string | null;
|
|
5151
|
+
/**
|
|
5152
|
+
* Text color as a hexadecimal value (hover state).
|
|
5153
|
+
* @format COLOR_HEX
|
|
5154
|
+
*/
|
|
5155
|
+
textColorHover?: string | null;
|
|
5156
|
+
/**
|
|
5157
|
+
* Background color as a hexadecimal value.
|
|
5158
|
+
* @format COLOR_HEX
|
|
5159
|
+
*/
|
|
5160
|
+
backgroundColor?: string | null;
|
|
5161
|
+
/**
|
|
5162
|
+
* Background color as a hexadecimal value (hover state).
|
|
5163
|
+
* @format COLOR_HEX
|
|
5164
|
+
*/
|
|
5165
|
+
backgroundColorHover?: string | null;
|
|
5166
|
+
/** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
|
|
5167
|
+
buttonSize?: string | null;
|
|
5105
5168
|
}
|
|
5106
5169
|
export interface V1Link extends V1LinkDataOneOf {
|
|
5107
5170
|
/** The absolute URL for the linked document. */
|
|
@@ -6262,7 +6325,7 @@ export interface FormsSchemaNamespaceConfig {
|
|
|
6262
6325
|
restrictions?: Restrictions;
|
|
6263
6326
|
/** Enable translations with multilingual */
|
|
6264
6327
|
multilingualEnabled?: boolean;
|
|
6265
|
-
/** Attempt to select unique name for form
|
|
6328
|
+
/** Attempt to select unique name for form */
|
|
6266
6329
|
uniqueName?: boolean;
|
|
6267
6330
|
}
|
|
6268
6331
|
export interface Restrictions {
|
|
@@ -8660,10 +8723,12 @@ export interface FormTemplate extends FormTemplateTemplateTypeOptionsOneOf {
|
|
|
8660
8723
|
*/
|
|
8661
8724
|
updatedDate?: Date | null;
|
|
8662
8725
|
/**
|
|
8663
|
-
* Settings for field groups
|
|
8726
|
+
* Settings for field groups.
|
|
8664
8727
|
* @maxSize 50
|
|
8665
8728
|
*/
|
|
8666
8729
|
fieldGroups?: FieldGroup[];
|
|
8730
|
+
/** Required indicator properties. */
|
|
8731
|
+
requiredIndicatorProperties?: RequiredIndicatorProperties;
|
|
8667
8732
|
}
|
|
8668
8733
|
/** @oneof */
|
|
8669
8734
|
export interface FormTemplateTemplateTypeOptionsOneOf {
|
|
@@ -10481,6 +10546,30 @@ export interface FieldGroup {
|
|
|
10481
10546
|
*/
|
|
10482
10547
|
label?: string | null;
|
|
10483
10548
|
}
|
|
10549
|
+
export interface RequiredIndicatorProperties {
|
|
10550
|
+
/** Required indicator. */
|
|
10551
|
+
requiredIndicator?: RequiredIndicator;
|
|
10552
|
+
/** Required indicator placement. */
|
|
10553
|
+
requiredIndicatorPlacement?: RequiredIndicatorPlacement;
|
|
10554
|
+
}
|
|
10555
|
+
export declare enum RequiredIndicator {
|
|
10556
|
+
/** Unknown required indicator. */
|
|
10557
|
+
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
10558
|
+
/** Asterisk (*). */
|
|
10559
|
+
ASTERISK = "ASTERISK",
|
|
10560
|
+
/** Text (default: "Required"). */
|
|
10561
|
+
TEXT = "TEXT",
|
|
10562
|
+
/** None. */
|
|
10563
|
+
NONE = "NONE"
|
|
10564
|
+
}
|
|
10565
|
+
export declare enum RequiredIndicatorPlacement {
|
|
10566
|
+
/** Unknown required indicator placement. */
|
|
10567
|
+
UNKNOWN_PLACEMENT = "UNKNOWN_PLACEMENT",
|
|
10568
|
+
/** After field title. */
|
|
10569
|
+
AFTER_FIELD_TITLE = "AFTER_FIELD_TITLE",
|
|
10570
|
+
/** Before field title. */
|
|
10571
|
+
BEFORE_FIELD_TITLE = "BEFORE_FIELD_TITLE"
|
|
10572
|
+
}
|
|
10484
10573
|
/** Describes a setting group of a notification */
|
|
10485
10574
|
export interface NotificationContent {
|
|
10486
10575
|
single?: SingleContent;
|
|
@@ -11122,7 +11211,9 @@ export declare enum Escalation {
|
|
|
11122
11211
|
BREAK_BUILD = "BREAK_BUILD",
|
|
11123
11212
|
BLOCK_ROLLOUT = "BLOCK_ROLLOUT",
|
|
11124
11213
|
BLOCK_FUTURE_ROLLOUT = "BLOCK_FUTURE_ROLLOUT",
|
|
11125
|
-
OPEN_BUG_SLA = "OPEN_BUG_SLA"
|
|
11214
|
+
OPEN_BUG_SLA = "OPEN_BUG_SLA",
|
|
11215
|
+
/** only shows violation in papi-dashboard */
|
|
11216
|
+
VISIBILITY = "VISIBILITY"
|
|
11126
11217
|
}
|
|
11127
11218
|
export declare enum ImportanceLevel {
|
|
11128
11219
|
LOW = "LOW",
|
|
@@ -11686,7 +11777,7 @@ export interface EditorReactComponent {
|
|
|
11686
11777
|
/**
|
|
11687
11778
|
* The public description of the component do display
|
|
11688
11779
|
* @maxLength 300
|
|
11689
|
-
* @minLength
|
|
11780
|
+
* @minLength 3
|
|
11690
11781
|
*/
|
|
11691
11782
|
description?: string;
|
|
11692
11783
|
/** List of component resources. This comprises any runtime code we need to load and execute for the component. */
|
|
@@ -11706,7 +11797,9 @@ export interface Resources {
|
|
|
11706
11797
|
/** The optional component SDK to expose to Velo Users to interact with the component */
|
|
11707
11798
|
sdk?: Resource;
|
|
11708
11799
|
/** Details for how to load translations for the component */
|
|
11709
|
-
translations?:
|
|
11800
|
+
translations?: TranslationResources;
|
|
11801
|
+
/** The optional interactions configuration JSON file */
|
|
11802
|
+
interactions?: Resource;
|
|
11710
11803
|
}
|
|
11711
11804
|
export interface ClientResources {
|
|
11712
11805
|
/**
|
|
@@ -11727,7 +11820,7 @@ export interface Resource {
|
|
|
11727
11820
|
*/
|
|
11728
11821
|
url?: string;
|
|
11729
11822
|
}
|
|
11730
|
-
export interface
|
|
11823
|
+
export interface TranslationResources {
|
|
11731
11824
|
/**
|
|
11732
11825
|
* The URL that we will add the language to for fetching translations, example: `https://somecdn.com/translations/`
|
|
11733
11826
|
* @format WEB_URL
|
|
@@ -11765,12 +11858,23 @@ export interface EditorElement {
|
|
|
11765
11858
|
customActions?: Record<string, Action>;
|
|
11766
11859
|
/** Component presets definition. Canonically useful for different layout or theming */
|
|
11767
11860
|
presets?: Record<string, PresetItem>;
|
|
11861
|
+
/** The default preset, styles and data of inner elements */
|
|
11862
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
11863
|
+
/** Layout capabilities of the component */
|
|
11864
|
+
layout?: EditorElementLayout;
|
|
11768
11865
|
}
|
|
11769
11866
|
export interface StyleItem extends StyleItemSelectedItemTypeOneOf {
|
|
11770
11867
|
/** type selection key for css-properties */
|
|
11771
11868
|
cssPropertyType?: CssPropertyType;
|
|
11772
11869
|
/** type selection key for css-data-types */
|
|
11773
11870
|
cssVariableType?: CssDataType;
|
|
11871
|
+
/** default value for the style item */
|
|
11872
|
+
defaultValue?: any;
|
|
11873
|
+
/**
|
|
11874
|
+
* Display displayName of this style item
|
|
11875
|
+
* @maxLength 100
|
|
11876
|
+
*/
|
|
11877
|
+
displayName?: string | null;
|
|
11774
11878
|
}
|
|
11775
11879
|
/** @oneof */
|
|
11776
11880
|
export interface StyleItemSelectedItemTypeOneOf {
|
|
@@ -11787,18 +11891,27 @@ export declare enum CssPropertyType {
|
|
|
11787
11891
|
backgroundSize = "backgroundSize",
|
|
11788
11892
|
backgroundColor = "backgroundColor",
|
|
11789
11893
|
backgroundImage = "backgroundImage",
|
|
11894
|
+
backgroundClip = "backgroundClip",
|
|
11895
|
+
backgroundOrigin = "backgroundOrigin",
|
|
11896
|
+
backgroundPosition = "backgroundPosition",
|
|
11897
|
+
backgroundRepeat = "backgroundRepeat",
|
|
11898
|
+
backgroundAttachment = "backgroundAttachment",
|
|
11790
11899
|
/** margin properties */
|
|
11791
11900
|
margin = "margin",
|
|
11792
11901
|
marginTop = "marginTop",
|
|
11793
11902
|
marginRight = "marginRight",
|
|
11794
11903
|
marginBottom = "marginBottom",
|
|
11795
11904
|
marginLeft = "marginLeft",
|
|
11905
|
+
marginInlineStart = "marginInlineStart",
|
|
11906
|
+
marginInlineEnd = "marginInlineEnd",
|
|
11796
11907
|
/** padding properties */
|
|
11797
11908
|
padding = "padding",
|
|
11798
11909
|
paddingTop = "paddingTop",
|
|
11799
11910
|
paddingRight = "paddingRight",
|
|
11800
11911
|
paddingBottom = "paddingBottom",
|
|
11801
11912
|
paddingLeft = "paddingLeft",
|
|
11913
|
+
paddingInlineStart = "paddingInlineStart",
|
|
11914
|
+
paddingInlineEnd = "paddingInlineEnd",
|
|
11802
11915
|
/** border properties */
|
|
11803
11916
|
border = "border",
|
|
11804
11917
|
borderWidth = "borderWidth",
|
|
@@ -11820,11 +11933,23 @@ export declare enum CssPropertyType {
|
|
|
11820
11933
|
borderLeftColor = "borderLeftColor",
|
|
11821
11934
|
borderLeftWidth = "borderLeftWidth",
|
|
11822
11935
|
borderLeftStyle = "borderLeftStyle",
|
|
11936
|
+
borderInlineStart = "borderInlineStart",
|
|
11937
|
+
borderInlineStartColor = "borderInlineStartColor",
|
|
11938
|
+
borderInlineStartWidth = "borderInlineStartWidth",
|
|
11939
|
+
borderInlineStartStyle = "borderInlineStartStyle",
|
|
11940
|
+
borderInlineEnd = "borderInlineEnd",
|
|
11941
|
+
borderInlineEndColor = "borderInlineEndColor",
|
|
11942
|
+
borderInlineEndWidth = "borderInlineEndWidth",
|
|
11943
|
+
borderInlineEndStyle = "borderInlineEndStyle",
|
|
11823
11944
|
borderRadius = "borderRadius",
|
|
11824
11945
|
borderTopLeftRadius = "borderTopLeftRadius",
|
|
11825
11946
|
borderTopRightRadius = "borderTopRightRadius",
|
|
11826
11947
|
borderBottomRightRadius = "borderBottomRightRadius",
|
|
11827
11948
|
borderBottomLeftRadius = "borderBottomLeftRadius",
|
|
11949
|
+
borderStartStartRadius = "borderStartStartRadius",
|
|
11950
|
+
borderStartEndRadius = "borderStartEndRadius",
|
|
11951
|
+
borderEndStartRadius = "borderEndStartRadius",
|
|
11952
|
+
borderEndEndRadius = "borderEndEndRadius",
|
|
11828
11953
|
/** text properties */
|
|
11829
11954
|
font = "font",
|
|
11830
11955
|
fontFamily = "fontFamily",
|
|
@@ -11865,6 +11990,7 @@ export declare enum CssDataType {
|
|
|
11865
11990
|
color = "color",
|
|
11866
11991
|
angle = "angle",
|
|
11867
11992
|
percentage = "percentage",
|
|
11993
|
+
lengthPercentage = "lengthPercentage",
|
|
11868
11994
|
blendMode = "blendMode"
|
|
11869
11995
|
}
|
|
11870
11996
|
export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
@@ -11891,6 +12017,8 @@ export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
|
11891
12017
|
* @maxLength 100
|
|
11892
12018
|
*/
|
|
11893
12019
|
displayName?: string | null;
|
|
12020
|
+
/** The default value of this data item (only for display purposes). */
|
|
12021
|
+
defaultValue?: any;
|
|
11894
12022
|
}
|
|
11895
12023
|
/** @oneof */
|
|
11896
12024
|
export interface DataItemSelectedDataTypeOneOf {
|
|
@@ -12222,6 +12350,8 @@ export interface InlineElement {
|
|
|
12222
12350
|
customActions?: Record<string, Action>;
|
|
12223
12351
|
/** Component presets definition. Canonically useful for different layout or theming */
|
|
12224
12352
|
presets?: Record<string, PresetItem>;
|
|
12353
|
+
/** The default preset, styles and data of inner elements */
|
|
12354
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12225
12355
|
}
|
|
12226
12356
|
export interface Behaviors {
|
|
12227
12357
|
/** Determines if the inner-element can be selectable in the editor */
|
|
@@ -12404,6 +12534,34 @@ export interface PresetItem {
|
|
|
12404
12534
|
* @maxLength 500
|
|
12405
12535
|
*/
|
|
12406
12536
|
thumbnailUrl?: string;
|
|
12537
|
+
/** The default styles for this preset */
|
|
12538
|
+
defaultStyles?: Record<string, any>;
|
|
12539
|
+
/** The default preset and styles of inner elements for this preset */
|
|
12540
|
+
elementsStyleDefaults?: Record<string, ElementStyleDefaults>;
|
|
12541
|
+
}
|
|
12542
|
+
export interface ElementStyleDefaults {
|
|
12543
|
+
/**
|
|
12544
|
+
* The default preset for an element
|
|
12545
|
+
* @maxLength 100
|
|
12546
|
+
*/
|
|
12547
|
+
presetKey?: string;
|
|
12548
|
+
/** The default styles for an element */
|
|
12549
|
+
style?: Record<string, any>;
|
|
12550
|
+
/** The default preset and styles for inner elements */
|
|
12551
|
+
elementsStyleDefaults?: Record<string, ElementStyleDefaults>;
|
|
12552
|
+
}
|
|
12553
|
+
export interface ElementDefaults {
|
|
12554
|
+
/**
|
|
12555
|
+
* The default preset for an element
|
|
12556
|
+
* @maxLength 100
|
|
12557
|
+
*/
|
|
12558
|
+
presetKey?: string;
|
|
12559
|
+
/** The default styles for an element */
|
|
12560
|
+
style?: Record<string, any>;
|
|
12561
|
+
/** The default data for an element */
|
|
12562
|
+
data?: Record<string, any>;
|
|
12563
|
+
/** The default preset and styles for inner elements */
|
|
12564
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12407
12565
|
}
|
|
12408
12566
|
export interface RefElement {
|
|
12409
12567
|
/**
|
|
@@ -12424,6 +12582,10 @@ export interface RefElement {
|
|
|
12424
12582
|
* @maxLength 20
|
|
12425
12583
|
*/
|
|
12426
12584
|
displayName?: string;
|
|
12585
|
+
/** The override of the used element style */
|
|
12586
|
+
style?: Record<string, StyleItemOverrides>;
|
|
12587
|
+
/** The override of the used element data */
|
|
12588
|
+
data?: Record<string, DataItemOverrides>;
|
|
12427
12589
|
/** The override of the used element behaviors */
|
|
12428
12590
|
behaviors?: Behaviors;
|
|
12429
12591
|
/** The override of the used element native actions */
|
|
@@ -12431,6 +12593,61 @@ export interface RefElement {
|
|
|
12431
12593
|
/** The override of the used element custom actions */
|
|
12432
12594
|
customActions?: Record<string, Action>;
|
|
12433
12595
|
}
|
|
12596
|
+
export interface StyleItemOverrides {
|
|
12597
|
+
/** Disables the ability to edit this style-item */
|
|
12598
|
+
disableEditing?: boolean | null;
|
|
12599
|
+
/**
|
|
12600
|
+
* Overrides Display displayName of this style item
|
|
12601
|
+
* @maxLength 100
|
|
12602
|
+
*/
|
|
12603
|
+
displayName?: string | null;
|
|
12604
|
+
}
|
|
12605
|
+
export interface DataItemOverrides {
|
|
12606
|
+
/** Disables the ability to edit this data-item */
|
|
12607
|
+
disableEditing?: boolean | null;
|
|
12608
|
+
/**
|
|
12609
|
+
* Overrides the display name of this data-item
|
|
12610
|
+
* @maxLength 100
|
|
12611
|
+
*/
|
|
12612
|
+
displayName?: string | null;
|
|
12613
|
+
}
|
|
12614
|
+
/** Top-level message containing all layout capabilities */
|
|
12615
|
+
export interface EditorElementLayout {
|
|
12616
|
+
/** The resizing capabilities this component can supports */
|
|
12617
|
+
resizeDirection?: ResizeDirection;
|
|
12618
|
+
/** Describes the ability of content to impact on the size of this component */
|
|
12619
|
+
contentResizeDirection?: ContentResizeDirection;
|
|
12620
|
+
/** Will control the availability of the stretch capability for this component */
|
|
12621
|
+
disableStretching?: boolean | null;
|
|
12622
|
+
/** Will control the availability of freely positioning this component */
|
|
12623
|
+
disablePositioning?: boolean | null;
|
|
12624
|
+
}
|
|
12625
|
+
export declare enum ResizeDirection {
|
|
12626
|
+
/** Default value when direction is not specified */
|
|
12627
|
+
UNKNOWN_ResizeDirection = "UNKNOWN_ResizeDirection",
|
|
12628
|
+
/** Component can only be resized horizontally */
|
|
12629
|
+
horizontal = "horizontal",
|
|
12630
|
+
/** Component can only be resized vertically */
|
|
12631
|
+
vertical = "vertical",
|
|
12632
|
+
/** Component can be resized both horizontally and vertically */
|
|
12633
|
+
horizontalAndVertical = "horizontalAndVertical",
|
|
12634
|
+
/** Component maintains its aspect ratio while resizing */
|
|
12635
|
+
aspectRatio = "aspectRatio",
|
|
12636
|
+
/** Component cannot be resized in any direction */
|
|
12637
|
+
none = "none"
|
|
12638
|
+
}
|
|
12639
|
+
export declare enum ContentResizeDirection {
|
|
12640
|
+
/** Default value when content resize behavior is not specified */
|
|
12641
|
+
UNKNOWN_ContentResizeDirection = "UNKNOWN_ContentResizeDirection",
|
|
12642
|
+
/** Component's width will automatically adjust based on its content */
|
|
12643
|
+
horizontal = "horizontal",
|
|
12644
|
+
/** Component's height will automatically adjust based on its content */
|
|
12645
|
+
vertical = "vertical",
|
|
12646
|
+
/** Component's width and height will automatically adjust based on its content */
|
|
12647
|
+
horizontalAndVertical = "horizontalAndVertical",
|
|
12648
|
+
/** Component's size will not be affected by its content */
|
|
12649
|
+
none = "none"
|
|
12650
|
+
}
|
|
12434
12651
|
export interface InstallationInfo extends InstallationInfoTargetContainerOneOf {
|
|
12435
12652
|
/** Which static container should the widget be installed at */
|
|
12436
12653
|
staticContainer?: StaticContainer;
|
|
@@ -12585,6 +12802,177 @@ export interface EventBadgesSpiConfig {
|
|
|
12585
12802
|
*/
|
|
12586
12803
|
eventId?: string[];
|
|
12587
12804
|
}
|
|
12805
|
+
export interface OperationExecutorConfig {
|
|
12806
|
+
/** URI where the SPI Implementer is deployed */
|
|
12807
|
+
deploymentUri?: SpiBaseUri;
|
|
12808
|
+
}
|
|
12809
|
+
/** Back-office Customization */
|
|
12810
|
+
export interface BackOfficeCustomization {
|
|
12811
|
+
/** Header customization options, choose between customizing our platformized header or providing your own */
|
|
12812
|
+
headerConfig?: HeaderConfig;
|
|
12813
|
+
/** Dashboard sidebar configuration */
|
|
12814
|
+
sidebarConfig?: SidebarConfig;
|
|
12815
|
+
}
|
|
12816
|
+
export interface HeaderConfig extends HeaderConfigHeaderOneOf {
|
|
12817
|
+
platform?: PlatformHeaderConfig;
|
|
12818
|
+
custom?: CustomHeader;
|
|
12819
|
+
}
|
|
12820
|
+
/** @oneof */
|
|
12821
|
+
export interface HeaderConfigHeaderOneOf {
|
|
12822
|
+
platform?: PlatformHeaderConfig;
|
|
12823
|
+
custom?: CustomHeader;
|
|
12824
|
+
}
|
|
12825
|
+
/** Platform header customization option */
|
|
12826
|
+
export interface PlatformHeaderConfig {
|
|
12827
|
+
/** Header color theme: light or dark */
|
|
12828
|
+
theme?: Theme;
|
|
12829
|
+
/** Header logo */
|
|
12830
|
+
logo?: Logo;
|
|
12831
|
+
/**
|
|
12832
|
+
* Header menuItems / Popovers
|
|
12833
|
+
* @maxSize 10
|
|
12834
|
+
*/
|
|
12835
|
+
menuDropdowns?: MenuDropdown[];
|
|
12836
|
+
/** Header platformized search configuration */
|
|
12837
|
+
searchConfig?: SearchConfig;
|
|
12838
|
+
}
|
|
12839
|
+
/** MenuItems links */
|
|
12840
|
+
export interface MenuLink {
|
|
12841
|
+
/**
|
|
12842
|
+
* Link title
|
|
12843
|
+
* @minLength 2
|
|
12844
|
+
* @maxLength 100
|
|
12845
|
+
*/
|
|
12846
|
+
title?: string;
|
|
12847
|
+
/**
|
|
12848
|
+
* Link url
|
|
12849
|
+
* @format WEB_URL
|
|
12850
|
+
*/
|
|
12851
|
+
url?: string;
|
|
12852
|
+
}
|
|
12853
|
+
/** Color theme */
|
|
12854
|
+
export declare enum Theme {
|
|
12855
|
+
UNKNOWN_THEME = "UNKNOWN_THEME",
|
|
12856
|
+
DARK = "DARK",
|
|
12857
|
+
LIGHT = "LIGHT"
|
|
12858
|
+
}
|
|
12859
|
+
/** option to customize your header logo */
|
|
12860
|
+
export interface Logo {
|
|
12861
|
+
/**
|
|
12862
|
+
* Logo image url
|
|
12863
|
+
* @format WEB_URL
|
|
12864
|
+
*/
|
|
12865
|
+
imageUrl?: string;
|
|
12866
|
+
/**
|
|
12867
|
+
* Target url, choose where to navigate when clicking on the logo
|
|
12868
|
+
* @format WEB_URL
|
|
12869
|
+
*/
|
|
12870
|
+
targetUrl?: string | null;
|
|
12871
|
+
}
|
|
12872
|
+
/** Header menu dropdown, (popover) */
|
|
12873
|
+
export interface MenuDropdown {
|
|
12874
|
+
/**
|
|
12875
|
+
* MenuItem title
|
|
12876
|
+
* @minLength 2
|
|
12877
|
+
* @maxLength 50
|
|
12878
|
+
*/
|
|
12879
|
+
title?: string;
|
|
12880
|
+
/**
|
|
12881
|
+
* Menu dropdown links
|
|
12882
|
+
* @maxSize 20
|
|
12883
|
+
*/
|
|
12884
|
+
links?: MenuLink[];
|
|
12885
|
+
}
|
|
12886
|
+
export interface SearchConfig {
|
|
12887
|
+
/** Weather include platformized search in header or not */
|
|
12888
|
+
visible?: boolean;
|
|
12889
|
+
}
|
|
12890
|
+
/** Header configuration, you can choose provide widgetId/extensionId instead of using our platform header */
|
|
12891
|
+
export interface CustomHeader {
|
|
12892
|
+
/** @format GUID */
|
|
12893
|
+
extensionId?: string;
|
|
12894
|
+
}
|
|
12895
|
+
/** Backoffice sidebar castomization options */
|
|
12896
|
+
export interface SidebarConfig {
|
|
12897
|
+
/**
|
|
12898
|
+
* List of root sidebar items, categories or separators
|
|
12899
|
+
* @maxSize 100
|
|
12900
|
+
*/
|
|
12901
|
+
sidebarItems?: SidebarRootItem[];
|
|
12902
|
+
/** Sidebar skin/them, light or dark */
|
|
12903
|
+
theme?: Theme;
|
|
12904
|
+
/**
|
|
12905
|
+
* Option to override sidebar header with customize extension
|
|
12906
|
+
* @format GUID
|
|
12907
|
+
*/
|
|
12908
|
+
sidebarHeaderId?: string | null;
|
|
12909
|
+
/**
|
|
12910
|
+
* Option to override sidebar footer with customize extension
|
|
12911
|
+
* @format GUID
|
|
12912
|
+
*/
|
|
12913
|
+
sidebarFooterId?: string | null;
|
|
12914
|
+
}
|
|
12915
|
+
/**
|
|
12916
|
+
* Inner level of sidebar item, Category is supported only on first and second levels, on third level it will be ignored
|
|
12917
|
+
* For separator no need to set item
|
|
12918
|
+
*/
|
|
12919
|
+
export interface SidebarChildItem extends SidebarChildItemItemOneOf {
|
|
12920
|
+
category?: Category;
|
|
12921
|
+
page?: Page;
|
|
12922
|
+
type?: SidebarDataType;
|
|
12923
|
+
}
|
|
12924
|
+
/** @oneof */
|
|
12925
|
+
export interface SidebarChildItemItemOneOf {
|
|
12926
|
+
category?: Category;
|
|
12927
|
+
page?: Page;
|
|
12928
|
+
}
|
|
12929
|
+
export declare enum SidebarDataType {
|
|
12930
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
12931
|
+
CATEGORY = "CATEGORY",
|
|
12932
|
+
PAGE = "PAGE",
|
|
12933
|
+
SEPARATOR = "SEPARATOR"
|
|
12934
|
+
}
|
|
12935
|
+
/** Represents sidebar category */
|
|
12936
|
+
export interface Category {
|
|
12937
|
+
/**
|
|
12938
|
+
* Category id, should be unique
|
|
12939
|
+
* @format GUID
|
|
12940
|
+
*/
|
|
12941
|
+
categoryId?: string;
|
|
12942
|
+
/**
|
|
12943
|
+
* Category label
|
|
12944
|
+
* @minLength 2
|
|
12945
|
+
* @maxLength 50
|
|
12946
|
+
*/
|
|
12947
|
+
label?: string;
|
|
12948
|
+
/**
|
|
12949
|
+
* Category icon, supported only on root level, will be ignores otherwise
|
|
12950
|
+
* [Wix Design System icon](https://www.wix-pages.com/wix-design-system-employees/?path=/story/foundations-icons--icons).
|
|
12951
|
+
* Use the full size key. The icon will be rendered in an appropriate size.
|
|
12952
|
+
* @minLength 3
|
|
12953
|
+
* @maxLength 50
|
|
12954
|
+
*/
|
|
12955
|
+
icon?: string | null;
|
|
12956
|
+
/**
|
|
12957
|
+
* Category children, consist of pages, separators or categories, categories can be a child only on root level
|
|
12958
|
+
* @maxSize 100
|
|
12959
|
+
*/
|
|
12960
|
+
children?: SidebarChildItem[];
|
|
12961
|
+
}
|
|
12962
|
+
/** Represents page item in the sidebar */
|
|
12963
|
+
export interface Page {
|
|
12964
|
+
/** @format GUID */
|
|
12965
|
+
pageId?: string;
|
|
12966
|
+
}
|
|
12967
|
+
/** Root level sidebar item, can be category or separator (when not setting category) */
|
|
12968
|
+
export interface SidebarRootItem extends SidebarRootItemItemOneOf {
|
|
12969
|
+
category?: Category;
|
|
12970
|
+
type?: SidebarDataType;
|
|
12971
|
+
}
|
|
12972
|
+
/** @oneof */
|
|
12973
|
+
export interface SidebarRootItemItemOneOf {
|
|
12974
|
+
category?: Category;
|
|
12975
|
+
}
|
|
12588
12976
|
export interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
|
|
12589
12977
|
gradualRollout?: GradualRolloutCacheEntity;
|
|
12590
12978
|
gradualUpdate?: GradualUpdateCacheEntity;
|