@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
package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts
CHANGED
|
@@ -603,7 +603,9 @@ export declare enum ComponentType {
|
|
|
603
603
|
LOYALTY_CUSTOM_REWARDS_V2 = "LOYALTY_CUSTOM_REWARDS_V2",
|
|
604
604
|
STORES_PRODUCT_RESTRICTIONS = "STORES_PRODUCT_RESTRICTIONS",
|
|
605
605
|
FORM_SUBMISSION_MODERATION = "FORM_SUBMISSION_MODERATION",
|
|
606
|
-
EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES"
|
|
606
|
+
EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES",
|
|
607
|
+
BILLING_OPERATION = "BILLING_OPERATION",
|
|
608
|
+
BACK_OFFICE_CUSTOMIZATION = "BACK_OFFICE_CUSTOMIZATION"
|
|
607
609
|
}
|
|
608
610
|
/** Component data */
|
|
609
611
|
export interface ComponentData extends ComponentDataDataOneOf {
|
|
@@ -639,7 +641,7 @@ export interface ComponentData extends ComponentDataDataOneOf {
|
|
|
639
641
|
widgetPlugin?: WidgetPluginComponentData;
|
|
640
642
|
/**
|
|
641
643
|
* Displays the options from your Shipping Rates service plugin in a site's cart and checkout.
|
|
642
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
644
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/shipping-rates-integration-service-plugin/introduction
|
|
643
645
|
*/
|
|
644
646
|
ecomShippingRates?: ShippingRatesConfig;
|
|
645
647
|
/** Extend a Wix entity with custom fields for your app */
|
|
@@ -688,7 +690,7 @@ export interface ComponentData extends ComponentDataDataOneOf {
|
|
|
688
690
|
externalDatabaseProvider?: ExternalDatabaseSpiConfig;
|
|
689
691
|
/**
|
|
690
692
|
* Ecom Payment Settings Service Plugin Config
|
|
691
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
693
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/payment-settings-integration-service-plugin/introduction
|
|
692
694
|
*/
|
|
693
695
|
ecomPaymentSettings?: PaymentSettingsSPIConfig;
|
|
694
696
|
/**
|
|
@@ -738,7 +740,7 @@ export interface ComponentDataDataOneOf {
|
|
|
738
740
|
widgetPlugin?: WidgetPluginComponentData;
|
|
739
741
|
/**
|
|
740
742
|
* Displays the options from your Shipping Rates service plugin in a site's cart and checkout.
|
|
741
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
743
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/shipping-rates-integration-service-plugin/introduction
|
|
742
744
|
*/
|
|
743
745
|
ecomShippingRates?: ShippingRatesConfig;
|
|
744
746
|
/** Extend a Wix entity with custom fields for your app */
|
|
@@ -787,7 +789,7 @@ export interface ComponentDataDataOneOf {
|
|
|
787
789
|
externalDatabaseProvider?: ExternalDatabaseSpiConfig;
|
|
788
790
|
/**
|
|
789
791
|
* Ecom Payment Settings Service Plugin Config
|
|
790
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
792
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/payment-settings-integration-service-plugin/introduction
|
|
791
793
|
*/
|
|
792
794
|
ecomPaymentSettings?: PaymentSettingsSPIConfig;
|
|
793
795
|
/**
|
|
@@ -3254,7 +3256,9 @@ export declare enum BackOfficeHostingPlatforms {
|
|
|
3254
3256
|
/** Wix internal dashboard for data (non proffesional data consumers, i.e any Wix Employee that has a need for BI data) */
|
|
3255
3257
|
DATA = "DATA",
|
|
3256
3258
|
/** Dashboard for viral forms/lite events/etc */
|
|
3257
|
-
LITE_DASHBOARD = "LITE_DASHBOARD"
|
|
3259
|
+
LITE_DASHBOARD = "LITE_DASHBOARD",
|
|
3260
|
+
/** Picasso AI application POC */
|
|
3261
|
+
PICASSO_EDITOR = "PICASSO_EDITOR"
|
|
3258
3262
|
}
|
|
3259
3263
|
/** Definitions of common slots properties */
|
|
3260
3264
|
export interface SlotData extends SlotDataSlotTypeOneOf {
|
|
@@ -4993,17 +4997,32 @@ export interface ButtonData {
|
|
|
4993
4997
|
link?: V1Link;
|
|
4994
4998
|
}
|
|
4995
4999
|
export interface Border {
|
|
4996
|
-
/**
|
|
5000
|
+
/**
|
|
5001
|
+
* Deprecated: Use `borderWidth` in `styles` instead.
|
|
5002
|
+
* @deprecated
|
|
5003
|
+
*/
|
|
4997
5004
|
width?: number | null;
|
|
4998
|
-
/**
|
|
5005
|
+
/**
|
|
5006
|
+
* Deprecated: Use `borderRadius` in `styles` instead.
|
|
5007
|
+
* @deprecated
|
|
5008
|
+
*/
|
|
4999
5009
|
radius?: number | null;
|
|
5000
5010
|
}
|
|
5001
5011
|
export interface Colors {
|
|
5002
|
-
/**
|
|
5012
|
+
/**
|
|
5013
|
+
* Deprecated: Use `textColor` in `styles` instead.
|
|
5014
|
+
* @deprecated
|
|
5015
|
+
*/
|
|
5003
5016
|
text?: string | null;
|
|
5004
|
-
/**
|
|
5017
|
+
/**
|
|
5018
|
+
* Deprecated: Use `borderColor` in `styles` instead.
|
|
5019
|
+
* @deprecated
|
|
5020
|
+
*/
|
|
5005
5021
|
border?: string | null;
|
|
5006
|
-
/**
|
|
5022
|
+
/**
|
|
5023
|
+
* Deprecated: Use `backgroundColor` in `styles` instead.
|
|
5024
|
+
* @deprecated
|
|
5025
|
+
*/
|
|
5007
5026
|
background?: string | null;
|
|
5008
5027
|
}
|
|
5009
5028
|
export interface PluginContainerData {
|
|
@@ -5080,10 +5099,54 @@ export declare enum ButtonDataType {
|
|
|
5080
5099
|
ACTION = "ACTION"
|
|
5081
5100
|
}
|
|
5082
5101
|
export interface Styles {
|
|
5083
|
-
/**
|
|
5102
|
+
/**
|
|
5103
|
+
* Deprecated: Use `borderWidth` and `borderRadius` instead.
|
|
5104
|
+
* @deprecated
|
|
5105
|
+
*/
|
|
5084
5106
|
border?: Border;
|
|
5085
|
-
/**
|
|
5107
|
+
/**
|
|
5108
|
+
* Deprecated: Use `textColor`, `borderColor` and `backgroundColor` instead.
|
|
5109
|
+
* @deprecated
|
|
5110
|
+
*/
|
|
5086
5111
|
colors?: Colors;
|
|
5112
|
+
/** Border width in pixels. */
|
|
5113
|
+
borderWidth?: number | null;
|
|
5114
|
+
/** Border width in pixels (hover state). */
|
|
5115
|
+
borderWidthHover?: number | null;
|
|
5116
|
+
/** Border radius in pixels. */
|
|
5117
|
+
borderRadius?: number | null;
|
|
5118
|
+
/**
|
|
5119
|
+
* Border color as a hexadecimal value.
|
|
5120
|
+
* @format COLOR_HEX
|
|
5121
|
+
*/
|
|
5122
|
+
borderColor?: string | null;
|
|
5123
|
+
/**
|
|
5124
|
+
* Border color as a hexadecimal value (hover state).
|
|
5125
|
+
* @format COLOR_HEX
|
|
5126
|
+
*/
|
|
5127
|
+
borderColorHover?: string | null;
|
|
5128
|
+
/**
|
|
5129
|
+
* Text color as a hexadecimal value.
|
|
5130
|
+
* @format COLOR_HEX
|
|
5131
|
+
*/
|
|
5132
|
+
textColor?: string | null;
|
|
5133
|
+
/**
|
|
5134
|
+
* Text color as a hexadecimal value (hover state).
|
|
5135
|
+
* @format COLOR_HEX
|
|
5136
|
+
*/
|
|
5137
|
+
textColorHover?: string | null;
|
|
5138
|
+
/**
|
|
5139
|
+
* Background color as a hexadecimal value.
|
|
5140
|
+
* @format COLOR_HEX
|
|
5141
|
+
*/
|
|
5142
|
+
backgroundColor?: string | null;
|
|
5143
|
+
/**
|
|
5144
|
+
* Background color as a hexadecimal value (hover state).
|
|
5145
|
+
* @format COLOR_HEX
|
|
5146
|
+
*/
|
|
5147
|
+
backgroundColorHover?: string | null;
|
|
5148
|
+
/** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
|
|
5149
|
+
buttonSize?: string | null;
|
|
5087
5150
|
}
|
|
5088
5151
|
export interface V1Link extends V1LinkDataOneOf {
|
|
5089
5152
|
/** The absolute URL for the linked document. */
|
|
@@ -6244,7 +6307,7 @@ export interface FormsSchemaNamespaceConfig {
|
|
|
6244
6307
|
restrictions?: Restrictions;
|
|
6245
6308
|
/** Enable translations with multilingual */
|
|
6246
6309
|
multilingualEnabled?: boolean;
|
|
6247
|
-
/** Attempt to select unique name for form
|
|
6310
|
+
/** Attempt to select unique name for form */
|
|
6248
6311
|
uniqueName?: boolean;
|
|
6249
6312
|
}
|
|
6250
6313
|
export interface Restrictions {
|
|
@@ -8642,10 +8705,12 @@ export interface FormTemplate extends FormTemplateTemplateTypeOptionsOneOf {
|
|
|
8642
8705
|
*/
|
|
8643
8706
|
_updatedDate?: Date | null;
|
|
8644
8707
|
/**
|
|
8645
|
-
* Settings for field groups
|
|
8708
|
+
* Settings for field groups.
|
|
8646
8709
|
* @maxSize 50
|
|
8647
8710
|
*/
|
|
8648
8711
|
fieldGroups?: FieldGroup[];
|
|
8712
|
+
/** Required indicator properties. */
|
|
8713
|
+
requiredIndicatorProperties?: RequiredIndicatorProperties;
|
|
8649
8714
|
}
|
|
8650
8715
|
/** @oneof */
|
|
8651
8716
|
export interface FormTemplateTemplateTypeOptionsOneOf {
|
|
@@ -10463,6 +10528,30 @@ export interface FieldGroup {
|
|
|
10463
10528
|
*/
|
|
10464
10529
|
label?: string | null;
|
|
10465
10530
|
}
|
|
10531
|
+
export interface RequiredIndicatorProperties {
|
|
10532
|
+
/** Required indicator. */
|
|
10533
|
+
requiredIndicator?: RequiredIndicator;
|
|
10534
|
+
/** Required indicator placement. */
|
|
10535
|
+
requiredIndicatorPlacement?: RequiredIndicatorPlacement;
|
|
10536
|
+
}
|
|
10537
|
+
export declare enum RequiredIndicator {
|
|
10538
|
+
/** Unknown required indicator. */
|
|
10539
|
+
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
10540
|
+
/** Asterisk (*). */
|
|
10541
|
+
ASTERISK = "ASTERISK",
|
|
10542
|
+
/** Text (default: "Required"). */
|
|
10543
|
+
TEXT = "TEXT",
|
|
10544
|
+
/** None. */
|
|
10545
|
+
NONE = "NONE"
|
|
10546
|
+
}
|
|
10547
|
+
export declare enum RequiredIndicatorPlacement {
|
|
10548
|
+
/** Unknown required indicator placement. */
|
|
10549
|
+
UNKNOWN_PLACEMENT = "UNKNOWN_PLACEMENT",
|
|
10550
|
+
/** After field title. */
|
|
10551
|
+
AFTER_FIELD_TITLE = "AFTER_FIELD_TITLE",
|
|
10552
|
+
/** Before field title. */
|
|
10553
|
+
BEFORE_FIELD_TITLE = "BEFORE_FIELD_TITLE"
|
|
10554
|
+
}
|
|
10466
10555
|
/** Describes a setting group of a notification */
|
|
10467
10556
|
export interface NotificationContent {
|
|
10468
10557
|
single?: SingleContent;
|
|
@@ -11104,7 +11193,9 @@ export declare enum Escalation {
|
|
|
11104
11193
|
BREAK_BUILD = "BREAK_BUILD",
|
|
11105
11194
|
BLOCK_ROLLOUT = "BLOCK_ROLLOUT",
|
|
11106
11195
|
BLOCK_FUTURE_ROLLOUT = "BLOCK_FUTURE_ROLLOUT",
|
|
11107
|
-
OPEN_BUG_SLA = "OPEN_BUG_SLA"
|
|
11196
|
+
OPEN_BUG_SLA = "OPEN_BUG_SLA",
|
|
11197
|
+
/** only shows violation in papi-dashboard */
|
|
11198
|
+
VISIBILITY = "VISIBILITY"
|
|
11108
11199
|
}
|
|
11109
11200
|
export declare enum ImportanceLevel {
|
|
11110
11201
|
LOW = "LOW",
|
|
@@ -11668,7 +11759,7 @@ export interface EditorReactComponent {
|
|
|
11668
11759
|
/**
|
|
11669
11760
|
* The public description of the component do display
|
|
11670
11761
|
* @maxLength 300
|
|
11671
|
-
* @minLength
|
|
11762
|
+
* @minLength 3
|
|
11672
11763
|
*/
|
|
11673
11764
|
description?: string;
|
|
11674
11765
|
/** List of component resources. This comprises any runtime code we need to load and execute for the component. */
|
|
@@ -11688,7 +11779,9 @@ export interface Resources {
|
|
|
11688
11779
|
/** The optional component SDK to expose to Velo Users to interact with the component */
|
|
11689
11780
|
sdk?: Resource;
|
|
11690
11781
|
/** Details for how to load translations for the component */
|
|
11691
|
-
translations?:
|
|
11782
|
+
translations?: TranslationResources;
|
|
11783
|
+
/** The optional interactions configuration JSON file */
|
|
11784
|
+
interactions?: Resource;
|
|
11692
11785
|
}
|
|
11693
11786
|
export interface ClientResources {
|
|
11694
11787
|
/**
|
|
@@ -11709,7 +11802,7 @@ export interface Resource {
|
|
|
11709
11802
|
*/
|
|
11710
11803
|
url?: string;
|
|
11711
11804
|
}
|
|
11712
|
-
export interface
|
|
11805
|
+
export interface TranslationResources {
|
|
11713
11806
|
/**
|
|
11714
11807
|
* The URL that we will add the language to for fetching translations, example: `https://somecdn.com/translations/`
|
|
11715
11808
|
* @format WEB_URL
|
|
@@ -11747,12 +11840,23 @@ export interface EditorElement {
|
|
|
11747
11840
|
customActions?: Record<string, Action>;
|
|
11748
11841
|
/** Component presets definition. Canonically useful for different layout or theming */
|
|
11749
11842
|
presets?: Record<string, PresetItem>;
|
|
11843
|
+
/** The default preset, styles and data of inner elements */
|
|
11844
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
11845
|
+
/** Layout capabilities of the component */
|
|
11846
|
+
layout?: EditorElementLayout;
|
|
11750
11847
|
}
|
|
11751
11848
|
export interface StyleItem extends StyleItemSelectedItemTypeOneOf {
|
|
11752
11849
|
/** type selection key for css-properties */
|
|
11753
11850
|
cssPropertyType?: CssPropertyType;
|
|
11754
11851
|
/** type selection key for css-data-types */
|
|
11755
11852
|
cssVariableType?: CssDataType;
|
|
11853
|
+
/** default value for the style item */
|
|
11854
|
+
defaultValue?: any;
|
|
11855
|
+
/**
|
|
11856
|
+
* Display displayName of this style item
|
|
11857
|
+
* @maxLength 100
|
|
11858
|
+
*/
|
|
11859
|
+
displayName?: string | null;
|
|
11756
11860
|
}
|
|
11757
11861
|
/** @oneof */
|
|
11758
11862
|
export interface StyleItemSelectedItemTypeOneOf {
|
|
@@ -11769,18 +11873,27 @@ export declare enum CssPropertyType {
|
|
|
11769
11873
|
backgroundSize = "backgroundSize",
|
|
11770
11874
|
backgroundColor = "backgroundColor",
|
|
11771
11875
|
backgroundImage = "backgroundImage",
|
|
11876
|
+
backgroundClip = "backgroundClip",
|
|
11877
|
+
backgroundOrigin = "backgroundOrigin",
|
|
11878
|
+
backgroundPosition = "backgroundPosition",
|
|
11879
|
+
backgroundRepeat = "backgroundRepeat",
|
|
11880
|
+
backgroundAttachment = "backgroundAttachment",
|
|
11772
11881
|
/** margin properties */
|
|
11773
11882
|
margin = "margin",
|
|
11774
11883
|
marginTop = "marginTop",
|
|
11775
11884
|
marginRight = "marginRight",
|
|
11776
11885
|
marginBottom = "marginBottom",
|
|
11777
11886
|
marginLeft = "marginLeft",
|
|
11887
|
+
marginInlineStart = "marginInlineStart",
|
|
11888
|
+
marginInlineEnd = "marginInlineEnd",
|
|
11778
11889
|
/** padding properties */
|
|
11779
11890
|
padding = "padding",
|
|
11780
11891
|
paddingTop = "paddingTop",
|
|
11781
11892
|
paddingRight = "paddingRight",
|
|
11782
11893
|
paddingBottom = "paddingBottom",
|
|
11783
11894
|
paddingLeft = "paddingLeft",
|
|
11895
|
+
paddingInlineStart = "paddingInlineStart",
|
|
11896
|
+
paddingInlineEnd = "paddingInlineEnd",
|
|
11784
11897
|
/** border properties */
|
|
11785
11898
|
border = "border",
|
|
11786
11899
|
borderWidth = "borderWidth",
|
|
@@ -11802,11 +11915,23 @@ export declare enum CssPropertyType {
|
|
|
11802
11915
|
borderLeftColor = "borderLeftColor",
|
|
11803
11916
|
borderLeftWidth = "borderLeftWidth",
|
|
11804
11917
|
borderLeftStyle = "borderLeftStyle",
|
|
11918
|
+
borderInlineStart = "borderInlineStart",
|
|
11919
|
+
borderInlineStartColor = "borderInlineStartColor",
|
|
11920
|
+
borderInlineStartWidth = "borderInlineStartWidth",
|
|
11921
|
+
borderInlineStartStyle = "borderInlineStartStyle",
|
|
11922
|
+
borderInlineEnd = "borderInlineEnd",
|
|
11923
|
+
borderInlineEndColor = "borderInlineEndColor",
|
|
11924
|
+
borderInlineEndWidth = "borderInlineEndWidth",
|
|
11925
|
+
borderInlineEndStyle = "borderInlineEndStyle",
|
|
11805
11926
|
borderRadius = "borderRadius",
|
|
11806
11927
|
borderTopLeftRadius = "borderTopLeftRadius",
|
|
11807
11928
|
borderTopRightRadius = "borderTopRightRadius",
|
|
11808
11929
|
borderBottomRightRadius = "borderBottomRightRadius",
|
|
11809
11930
|
borderBottomLeftRadius = "borderBottomLeftRadius",
|
|
11931
|
+
borderStartStartRadius = "borderStartStartRadius",
|
|
11932
|
+
borderStartEndRadius = "borderStartEndRadius",
|
|
11933
|
+
borderEndStartRadius = "borderEndStartRadius",
|
|
11934
|
+
borderEndEndRadius = "borderEndEndRadius",
|
|
11810
11935
|
/** text properties */
|
|
11811
11936
|
font = "font",
|
|
11812
11937
|
fontFamily = "fontFamily",
|
|
@@ -11847,6 +11972,7 @@ export declare enum CssDataType {
|
|
|
11847
11972
|
color = "color",
|
|
11848
11973
|
angle = "angle",
|
|
11849
11974
|
percentage = "percentage",
|
|
11975
|
+
lengthPercentage = "lengthPercentage",
|
|
11850
11976
|
blendMode = "blendMode"
|
|
11851
11977
|
}
|
|
11852
11978
|
export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
@@ -11873,6 +11999,8 @@ export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
|
11873
11999
|
* @maxLength 100
|
|
11874
12000
|
*/
|
|
11875
12001
|
displayName?: string | null;
|
|
12002
|
+
/** The default value of this data item (only for display purposes). */
|
|
12003
|
+
defaultValue?: any;
|
|
11876
12004
|
}
|
|
11877
12005
|
/** @oneof */
|
|
11878
12006
|
export interface DataItemSelectedDataTypeOneOf {
|
|
@@ -12204,6 +12332,8 @@ export interface InlineElement {
|
|
|
12204
12332
|
customActions?: Record<string, Action>;
|
|
12205
12333
|
/** Component presets definition. Canonically useful for different layout or theming */
|
|
12206
12334
|
presets?: Record<string, PresetItem>;
|
|
12335
|
+
/** The default preset, styles and data of inner elements */
|
|
12336
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12207
12337
|
}
|
|
12208
12338
|
export interface Behaviors {
|
|
12209
12339
|
/** Determines if the inner-element can be selectable in the editor */
|
|
@@ -12386,6 +12516,34 @@ export interface PresetItem {
|
|
|
12386
12516
|
* @maxLength 500
|
|
12387
12517
|
*/
|
|
12388
12518
|
thumbnailUrl?: string;
|
|
12519
|
+
/** The default styles for this preset */
|
|
12520
|
+
defaultStyles?: Record<string, any>;
|
|
12521
|
+
/** The default preset and styles of inner elements for this preset */
|
|
12522
|
+
elementsStyleDefaults?: Record<string, ElementStyleDefaults>;
|
|
12523
|
+
}
|
|
12524
|
+
export interface ElementStyleDefaults {
|
|
12525
|
+
/**
|
|
12526
|
+
* The default preset for an element
|
|
12527
|
+
* @maxLength 100
|
|
12528
|
+
*/
|
|
12529
|
+
presetKey?: string;
|
|
12530
|
+
/** The default styles for an element */
|
|
12531
|
+
style?: Record<string, any>;
|
|
12532
|
+
/** The default preset and styles for inner elements */
|
|
12533
|
+
elementsStyleDefaults?: Record<string, ElementStyleDefaults>;
|
|
12534
|
+
}
|
|
12535
|
+
export interface ElementDefaults {
|
|
12536
|
+
/**
|
|
12537
|
+
* The default preset for an element
|
|
12538
|
+
* @maxLength 100
|
|
12539
|
+
*/
|
|
12540
|
+
presetKey?: string;
|
|
12541
|
+
/** The default styles for an element */
|
|
12542
|
+
style?: Record<string, any>;
|
|
12543
|
+
/** The default data for an element */
|
|
12544
|
+
data?: Record<string, any>;
|
|
12545
|
+
/** The default preset and styles for inner elements */
|
|
12546
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12389
12547
|
}
|
|
12390
12548
|
export interface RefElement {
|
|
12391
12549
|
/**
|
|
@@ -12406,6 +12564,10 @@ export interface RefElement {
|
|
|
12406
12564
|
* @maxLength 20
|
|
12407
12565
|
*/
|
|
12408
12566
|
displayName?: string;
|
|
12567
|
+
/** The override of the used element style */
|
|
12568
|
+
style?: Record<string, StyleItemOverrides>;
|
|
12569
|
+
/** The override of the used element data */
|
|
12570
|
+
data?: Record<string, DataItemOverrides>;
|
|
12409
12571
|
/** The override of the used element behaviors */
|
|
12410
12572
|
behaviors?: Behaviors;
|
|
12411
12573
|
/** The override of the used element native actions */
|
|
@@ -12413,6 +12575,61 @@ export interface RefElement {
|
|
|
12413
12575
|
/** The override of the used element custom actions */
|
|
12414
12576
|
customActions?: Record<string, Action>;
|
|
12415
12577
|
}
|
|
12578
|
+
export interface StyleItemOverrides {
|
|
12579
|
+
/** Disables the ability to edit this style-item */
|
|
12580
|
+
disableEditing?: boolean | null;
|
|
12581
|
+
/**
|
|
12582
|
+
* Overrides Display displayName of this style item
|
|
12583
|
+
* @maxLength 100
|
|
12584
|
+
*/
|
|
12585
|
+
displayName?: string | null;
|
|
12586
|
+
}
|
|
12587
|
+
export interface DataItemOverrides {
|
|
12588
|
+
/** Disables the ability to edit this data-item */
|
|
12589
|
+
disableEditing?: boolean | null;
|
|
12590
|
+
/**
|
|
12591
|
+
* Overrides the display name of this data-item
|
|
12592
|
+
* @maxLength 100
|
|
12593
|
+
*/
|
|
12594
|
+
displayName?: string | null;
|
|
12595
|
+
}
|
|
12596
|
+
/** Top-level message containing all layout capabilities */
|
|
12597
|
+
export interface EditorElementLayout {
|
|
12598
|
+
/** The resizing capabilities this component can supports */
|
|
12599
|
+
resizeDirection?: ResizeDirection;
|
|
12600
|
+
/** Describes the ability of content to impact on the size of this component */
|
|
12601
|
+
contentResizeDirection?: ContentResizeDirection;
|
|
12602
|
+
/** Will control the availability of the stretch capability for this component */
|
|
12603
|
+
disableStretching?: boolean | null;
|
|
12604
|
+
/** Will control the availability of freely positioning this component */
|
|
12605
|
+
disablePositioning?: boolean | null;
|
|
12606
|
+
}
|
|
12607
|
+
export declare enum ResizeDirection {
|
|
12608
|
+
/** Default value when direction is not specified */
|
|
12609
|
+
UNKNOWN_ResizeDirection = "UNKNOWN_ResizeDirection",
|
|
12610
|
+
/** Component can only be resized horizontally */
|
|
12611
|
+
horizontal = "horizontal",
|
|
12612
|
+
/** Component can only be resized vertically */
|
|
12613
|
+
vertical = "vertical",
|
|
12614
|
+
/** Component can be resized both horizontally and vertically */
|
|
12615
|
+
horizontalAndVertical = "horizontalAndVertical",
|
|
12616
|
+
/** Component maintains its aspect ratio while resizing */
|
|
12617
|
+
aspectRatio = "aspectRatio",
|
|
12618
|
+
/** Component cannot be resized in any direction */
|
|
12619
|
+
none = "none"
|
|
12620
|
+
}
|
|
12621
|
+
export declare enum ContentResizeDirection {
|
|
12622
|
+
/** Default value when content resize behavior is not specified */
|
|
12623
|
+
UNKNOWN_ContentResizeDirection = "UNKNOWN_ContentResizeDirection",
|
|
12624
|
+
/** Component's width will automatically adjust based on its content */
|
|
12625
|
+
horizontal = "horizontal",
|
|
12626
|
+
/** Component's height will automatically adjust based on its content */
|
|
12627
|
+
vertical = "vertical",
|
|
12628
|
+
/** Component's width and height will automatically adjust based on its content */
|
|
12629
|
+
horizontalAndVertical = "horizontalAndVertical",
|
|
12630
|
+
/** Component's size will not be affected by its content */
|
|
12631
|
+
none = "none"
|
|
12632
|
+
}
|
|
12416
12633
|
export interface InstallationInfo extends InstallationInfoTargetContainerOneOf {
|
|
12417
12634
|
/** Which static container should the widget be installed at */
|
|
12418
12635
|
staticContainer?: StaticContainer;
|
|
@@ -12567,6 +12784,177 @@ export interface EventBadgesSpiConfig {
|
|
|
12567
12784
|
*/
|
|
12568
12785
|
eventId?: string[];
|
|
12569
12786
|
}
|
|
12787
|
+
export interface OperationExecutorConfig {
|
|
12788
|
+
/** URI where the SPI Implementer is deployed */
|
|
12789
|
+
deploymentUri?: SpiBaseUri;
|
|
12790
|
+
}
|
|
12791
|
+
/** Back-office Customization */
|
|
12792
|
+
export interface BackOfficeCustomization {
|
|
12793
|
+
/** Header customization options, choose between customizing our platformized header or providing your own */
|
|
12794
|
+
headerConfig?: HeaderConfig;
|
|
12795
|
+
/** Dashboard sidebar configuration */
|
|
12796
|
+
sidebarConfig?: SidebarConfig;
|
|
12797
|
+
}
|
|
12798
|
+
export interface HeaderConfig extends HeaderConfigHeaderOneOf {
|
|
12799
|
+
platform?: PlatformHeaderConfig;
|
|
12800
|
+
custom?: CustomHeader;
|
|
12801
|
+
}
|
|
12802
|
+
/** @oneof */
|
|
12803
|
+
export interface HeaderConfigHeaderOneOf {
|
|
12804
|
+
platform?: PlatformHeaderConfig;
|
|
12805
|
+
custom?: CustomHeader;
|
|
12806
|
+
}
|
|
12807
|
+
/** Platform header customization option */
|
|
12808
|
+
export interface PlatformHeaderConfig {
|
|
12809
|
+
/** Header color theme: light or dark */
|
|
12810
|
+
theme?: Theme;
|
|
12811
|
+
/** Header logo */
|
|
12812
|
+
logo?: Logo;
|
|
12813
|
+
/**
|
|
12814
|
+
* Header menuItems / Popovers
|
|
12815
|
+
* @maxSize 10
|
|
12816
|
+
*/
|
|
12817
|
+
menuDropdowns?: MenuDropdown[];
|
|
12818
|
+
/** Header platformized search configuration */
|
|
12819
|
+
searchConfig?: SearchConfig;
|
|
12820
|
+
}
|
|
12821
|
+
/** MenuItems links */
|
|
12822
|
+
export interface MenuLink {
|
|
12823
|
+
/**
|
|
12824
|
+
* Link title
|
|
12825
|
+
* @minLength 2
|
|
12826
|
+
* @maxLength 100
|
|
12827
|
+
*/
|
|
12828
|
+
title?: string;
|
|
12829
|
+
/**
|
|
12830
|
+
* Link url
|
|
12831
|
+
* @format WEB_URL
|
|
12832
|
+
*/
|
|
12833
|
+
url?: string;
|
|
12834
|
+
}
|
|
12835
|
+
/** Color theme */
|
|
12836
|
+
export declare enum Theme {
|
|
12837
|
+
UNKNOWN_THEME = "UNKNOWN_THEME",
|
|
12838
|
+
DARK = "DARK",
|
|
12839
|
+
LIGHT = "LIGHT"
|
|
12840
|
+
}
|
|
12841
|
+
/** option to customize your header logo */
|
|
12842
|
+
export interface Logo {
|
|
12843
|
+
/**
|
|
12844
|
+
* Logo image url
|
|
12845
|
+
* @format WEB_URL
|
|
12846
|
+
*/
|
|
12847
|
+
imageUrl?: string;
|
|
12848
|
+
/**
|
|
12849
|
+
* Target url, choose where to navigate when clicking on the logo
|
|
12850
|
+
* @format WEB_URL
|
|
12851
|
+
*/
|
|
12852
|
+
targetUrl?: string | null;
|
|
12853
|
+
}
|
|
12854
|
+
/** Header menu dropdown, (popover) */
|
|
12855
|
+
export interface MenuDropdown {
|
|
12856
|
+
/**
|
|
12857
|
+
* MenuItem title
|
|
12858
|
+
* @minLength 2
|
|
12859
|
+
* @maxLength 50
|
|
12860
|
+
*/
|
|
12861
|
+
title?: string;
|
|
12862
|
+
/**
|
|
12863
|
+
* Menu dropdown links
|
|
12864
|
+
* @maxSize 20
|
|
12865
|
+
*/
|
|
12866
|
+
links?: MenuLink[];
|
|
12867
|
+
}
|
|
12868
|
+
export interface SearchConfig {
|
|
12869
|
+
/** Weather include platformized search in header or not */
|
|
12870
|
+
visible?: boolean;
|
|
12871
|
+
}
|
|
12872
|
+
/** Header configuration, you can choose provide widgetId/extensionId instead of using our platform header */
|
|
12873
|
+
export interface CustomHeader {
|
|
12874
|
+
/** @format GUID */
|
|
12875
|
+
extensionId?: string;
|
|
12876
|
+
}
|
|
12877
|
+
/** Backoffice sidebar castomization options */
|
|
12878
|
+
export interface SidebarConfig {
|
|
12879
|
+
/**
|
|
12880
|
+
* List of root sidebar items, categories or separators
|
|
12881
|
+
* @maxSize 100
|
|
12882
|
+
*/
|
|
12883
|
+
sidebarItems?: SidebarRootItem[];
|
|
12884
|
+
/** Sidebar skin/them, light or dark */
|
|
12885
|
+
theme?: Theme;
|
|
12886
|
+
/**
|
|
12887
|
+
* Option to override sidebar header with customize extension
|
|
12888
|
+
* @format GUID
|
|
12889
|
+
*/
|
|
12890
|
+
sidebarHeaderId?: string | null;
|
|
12891
|
+
/**
|
|
12892
|
+
* Option to override sidebar footer with customize extension
|
|
12893
|
+
* @format GUID
|
|
12894
|
+
*/
|
|
12895
|
+
sidebarFooterId?: string | null;
|
|
12896
|
+
}
|
|
12897
|
+
/**
|
|
12898
|
+
* Inner level of sidebar item, Category is supported only on first and second levels, on third level it will be ignored
|
|
12899
|
+
* For separator no need to set item
|
|
12900
|
+
*/
|
|
12901
|
+
export interface SidebarChildItem extends SidebarChildItemItemOneOf {
|
|
12902
|
+
category?: Category;
|
|
12903
|
+
page?: Page;
|
|
12904
|
+
type?: SidebarDataType;
|
|
12905
|
+
}
|
|
12906
|
+
/** @oneof */
|
|
12907
|
+
export interface SidebarChildItemItemOneOf {
|
|
12908
|
+
category?: Category;
|
|
12909
|
+
page?: Page;
|
|
12910
|
+
}
|
|
12911
|
+
export declare enum SidebarDataType {
|
|
12912
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
12913
|
+
CATEGORY = "CATEGORY",
|
|
12914
|
+
PAGE = "PAGE",
|
|
12915
|
+
SEPARATOR = "SEPARATOR"
|
|
12916
|
+
}
|
|
12917
|
+
/** Represents sidebar category */
|
|
12918
|
+
export interface Category {
|
|
12919
|
+
/**
|
|
12920
|
+
* Category id, should be unique
|
|
12921
|
+
* @format GUID
|
|
12922
|
+
*/
|
|
12923
|
+
categoryId?: string;
|
|
12924
|
+
/**
|
|
12925
|
+
* Category label
|
|
12926
|
+
* @minLength 2
|
|
12927
|
+
* @maxLength 50
|
|
12928
|
+
*/
|
|
12929
|
+
label?: string;
|
|
12930
|
+
/**
|
|
12931
|
+
* Category icon, supported only on root level, will be ignores otherwise
|
|
12932
|
+
* [Wix Design System icon](https://www.wix-pages.com/wix-design-system-employees/?path=/story/foundations-icons--icons).
|
|
12933
|
+
* Use the full size key. The icon will be rendered in an appropriate size.
|
|
12934
|
+
* @minLength 3
|
|
12935
|
+
* @maxLength 50
|
|
12936
|
+
*/
|
|
12937
|
+
icon?: string | null;
|
|
12938
|
+
/**
|
|
12939
|
+
* Category children, consist of pages, separators or categories, categories can be a child only on root level
|
|
12940
|
+
* @maxSize 100
|
|
12941
|
+
*/
|
|
12942
|
+
children?: SidebarChildItem[];
|
|
12943
|
+
}
|
|
12944
|
+
/** Represents page item in the sidebar */
|
|
12945
|
+
export interface Page {
|
|
12946
|
+
/** @format GUID */
|
|
12947
|
+
pageId?: string;
|
|
12948
|
+
}
|
|
12949
|
+
/** Root level sidebar item, can be category or separator (when not setting category) */
|
|
12950
|
+
export interface SidebarRootItem extends SidebarRootItemItemOneOf {
|
|
12951
|
+
category?: Category;
|
|
12952
|
+
type?: SidebarDataType;
|
|
12953
|
+
}
|
|
12954
|
+
/** @oneof */
|
|
12955
|
+
export interface SidebarRootItemItemOneOf {
|
|
12956
|
+
category?: Category;
|
|
12957
|
+
}
|
|
12570
12958
|
export interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
|
|
12571
12959
|
gradualRollout?: GradualRolloutCacheEntity;
|
|
12572
12960
|
gradualUpdate?: GradualUpdateCacheEntity;
|
|
@@ -12782,7 +13170,6 @@ export interface DataExtensionSchemaCreatedEnvelope {
|
|
|
12782
13170
|
* @webhook
|
|
12783
13171
|
* @eventType wix.data_extensions.v1.data_extension_schema_created
|
|
12784
13172
|
* @slug created
|
|
12785
|
-
* @documentationMaturity preview
|
|
12786
13173
|
*/
|
|
12787
13174
|
export declare function onDataExtensionSchemaCreated(handler: (event: DataExtensionSchemaCreatedEnvelope) => void | Promise<void>): void;
|
|
12788
13175
|
export interface DataExtensionSchemaDeletedEnvelope {
|
|
@@ -12804,7 +13191,6 @@ export interface DataExtensionSchemaDeletedEnvelope {
|
|
|
12804
13191
|
* @webhook
|
|
12805
13192
|
* @eventType wix.data_extensions.v1.data_extension_schema_deleted
|
|
12806
13193
|
* @slug deleted
|
|
12807
|
-
* @documentationMaturity preview
|
|
12808
13194
|
*/
|
|
12809
13195
|
export declare function onDataExtensionSchemaDeleted(handler: (event: DataExtensionSchemaDeletedEnvelope) => void | Promise<void>): void;
|
|
12810
13196
|
export interface DataExtensionSchemaUpdatedEnvelope {
|
|
@@ -12827,14 +13213,12 @@ export interface DataExtensionSchemaUpdatedEnvelope {
|
|
|
12827
13213
|
* @webhook
|
|
12828
13214
|
* @eventType wix.data_extensions.v1.data_extension_schema_updated
|
|
12829
13215
|
* @slug updated
|
|
12830
|
-
* @documentationMaturity preview
|
|
12831
13216
|
*/
|
|
12832
13217
|
export declare function onDataExtensionSchemaUpdated(handler: (event: DataExtensionSchemaUpdatedEnvelope) => void | Promise<void>): void;
|
|
12833
13218
|
/**
|
|
12834
13219
|
* Creates a user-defined data extension schema.
|
|
12835
13220
|
* @param dataExtensionSchema - Schema to create.
|
|
12836
13221
|
* @public
|
|
12837
|
-
* @documentationMaturity preview
|
|
12838
13222
|
* @requiredField dataExtensionSchema
|
|
12839
13223
|
* @requiredField dataExtensionSchema.fqdn
|
|
12840
13224
|
* @requiredField dataExtensionSchema.jsonSchema
|
|
@@ -12857,7 +13241,6 @@ export declare function createDataExtensionSchema(dataExtensionSchema: DataExten
|
|
|
12857
13241
|
* Updates a user-defined data extension schema, overriding the existing data.
|
|
12858
13242
|
* @param dataExtensionSchema - Schema to update.
|
|
12859
13243
|
* @public
|
|
12860
|
-
* @documentationMaturity preview
|
|
12861
13244
|
* @requiredField dataExtensionSchema
|
|
12862
13245
|
* @requiredField dataExtensionSchema._id
|
|
12863
13246
|
* @requiredField dataExtensionSchema.jsonSchema
|
|
@@ -12880,13 +13263,14 @@ export declare function updateDataExtensionSchema(dataExtensionSchema: DataExten
|
|
|
12880
13263
|
* Retrieves a list of global and user-defined data extension schemas for a given FQDN.
|
|
12881
13264
|
* @param fqdn - [Fully qualified domain name](https://dev.wix.com/docs/rest/articles/getting-started/fqdns).
|
|
12882
13265
|
* @public
|
|
12883
|
-
* @documentationMaturity preview
|
|
12884
13266
|
* @requiredField fqdn
|
|
12885
13267
|
* @permissionId DATA_EXTENSION_SCHEMA.READ
|
|
12886
13268
|
* @permissionScope Manage Bookings Services and Settings
|
|
12887
13269
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
12888
13270
|
* @permissionScope Manage Events
|
|
12889
13271
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
13272
|
+
* @permissionScope Manage Challenges
|
|
13273
|
+
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
12890
13274
|
* @permissionScope Manage Data Extensions Schemas
|
|
12891
13275
|
* @permissionScopeId SCOPE.DATAEXTENSIONS.MANAGE-SCHEMAS
|
|
12892
13276
|
* @permissionScope Manage Portfolio
|
|
@@ -12927,7 +13311,6 @@ export interface ListDataExtensionSchemasOptions {
|
|
|
12927
13311
|
* Deletes schemas of whitelisted metasite ids
|
|
12928
13312
|
* @param metaSiteId - Meta site id
|
|
12929
13313
|
* @public
|
|
12930
|
-
* @documentationMaturity preview
|
|
12931
13314
|
* @requiredField metaSiteId
|
|
12932
13315
|
* @fqn wix.infra.dataextensions.v1.DataExtensionSchemaService.DeleteByWhiteListedMetaSite
|
|
12933
13316
|
*/
|