@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
|
@@ -596,7 +596,9 @@ export declare enum ComponentType {
|
|
|
596
596
|
LOYALTY_CUSTOM_REWARDS_V2 = "LOYALTY_CUSTOM_REWARDS_V2",
|
|
597
597
|
STORES_PRODUCT_RESTRICTIONS = "STORES_PRODUCT_RESTRICTIONS",
|
|
598
598
|
FORM_SUBMISSION_MODERATION = "FORM_SUBMISSION_MODERATION",
|
|
599
|
-
EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES"
|
|
599
|
+
EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES",
|
|
600
|
+
BILLING_OPERATION = "BILLING_OPERATION",
|
|
601
|
+
BACK_OFFICE_CUSTOMIZATION = "BACK_OFFICE_CUSTOMIZATION"
|
|
600
602
|
}
|
|
601
603
|
/** Component data */
|
|
602
604
|
export interface ComponentData extends ComponentDataDataOneOf {
|
|
@@ -632,7 +634,7 @@ export interface ComponentData extends ComponentDataDataOneOf {
|
|
|
632
634
|
widgetPlugin?: WidgetPluginComponentData;
|
|
633
635
|
/**
|
|
634
636
|
* Displays the options from your Shipping Rates service plugin in a site's cart and checkout.
|
|
635
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
637
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/shipping-rates-integration-service-plugin/introduction
|
|
636
638
|
*/
|
|
637
639
|
ecomShippingRates?: ShippingRatesConfig;
|
|
638
640
|
/** Extend a Wix entity with custom fields for your app */
|
|
@@ -681,7 +683,7 @@ export interface ComponentData extends ComponentDataDataOneOf {
|
|
|
681
683
|
externalDatabaseProvider?: ExternalDatabaseSpiConfig;
|
|
682
684
|
/**
|
|
683
685
|
* Ecom Payment Settings Service Plugin Config
|
|
684
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
686
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/payment-settings-integration-service-plugin/introduction
|
|
685
687
|
*/
|
|
686
688
|
ecomPaymentSettings?: PaymentSettingsSPIConfig;
|
|
687
689
|
/**
|
|
@@ -731,7 +733,7 @@ export interface ComponentDataDataOneOf {
|
|
|
731
733
|
widgetPlugin?: WidgetPluginComponentData;
|
|
732
734
|
/**
|
|
733
735
|
* Displays the options from your Shipping Rates service plugin in a site's cart and checkout.
|
|
734
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
736
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/shipping-rates-integration-service-plugin/introduction
|
|
735
737
|
*/
|
|
736
738
|
ecomShippingRates?: ShippingRatesConfig;
|
|
737
739
|
/** Extend a Wix entity with custom fields for your app */
|
|
@@ -780,7 +782,7 @@ export interface ComponentDataDataOneOf {
|
|
|
780
782
|
externalDatabaseProvider?: ExternalDatabaseSpiConfig;
|
|
781
783
|
/**
|
|
782
784
|
* Ecom Payment Settings Service Plugin Config
|
|
783
|
-
* Learn More: https://dev.wix.com/docs/rest/
|
|
785
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/payment-settings-integration-service-plugin/introduction
|
|
784
786
|
*/
|
|
785
787
|
ecomPaymentSettings?: PaymentSettingsSPIConfig;
|
|
786
788
|
/**
|
|
@@ -3247,7 +3249,9 @@ export declare enum BackOfficeHostingPlatforms {
|
|
|
3247
3249
|
/** Wix internal dashboard for data (non proffesional data consumers, i.e any Wix Employee that has a need for BI data) */
|
|
3248
3250
|
DATA = "DATA",
|
|
3249
3251
|
/** Dashboard for viral forms/lite events/etc */
|
|
3250
|
-
LITE_DASHBOARD = "LITE_DASHBOARD"
|
|
3252
|
+
LITE_DASHBOARD = "LITE_DASHBOARD",
|
|
3253
|
+
/** Picasso AI application POC */
|
|
3254
|
+
PICASSO_EDITOR = "PICASSO_EDITOR"
|
|
3251
3255
|
}
|
|
3252
3256
|
/** Definitions of common slots properties */
|
|
3253
3257
|
export interface SlotData extends SlotDataSlotTypeOneOf {
|
|
@@ -4986,17 +4990,32 @@ export interface ButtonData {
|
|
|
4986
4990
|
link?: V1Link;
|
|
4987
4991
|
}
|
|
4988
4992
|
export interface Border {
|
|
4989
|
-
/**
|
|
4993
|
+
/**
|
|
4994
|
+
* Deprecated: Use `borderWidth` in `styles` instead.
|
|
4995
|
+
* @deprecated
|
|
4996
|
+
*/
|
|
4990
4997
|
width?: number | null;
|
|
4991
|
-
/**
|
|
4998
|
+
/**
|
|
4999
|
+
* Deprecated: Use `borderRadius` in `styles` instead.
|
|
5000
|
+
* @deprecated
|
|
5001
|
+
*/
|
|
4992
5002
|
radius?: number | null;
|
|
4993
5003
|
}
|
|
4994
5004
|
export interface Colors {
|
|
4995
|
-
/**
|
|
5005
|
+
/**
|
|
5006
|
+
* Deprecated: Use `textColor` in `styles` instead.
|
|
5007
|
+
* @deprecated
|
|
5008
|
+
*/
|
|
4996
5009
|
text?: string | null;
|
|
4997
|
-
/**
|
|
5010
|
+
/**
|
|
5011
|
+
* Deprecated: Use `borderColor` in `styles` instead.
|
|
5012
|
+
* @deprecated
|
|
5013
|
+
*/
|
|
4998
5014
|
border?: string | null;
|
|
4999
|
-
/**
|
|
5015
|
+
/**
|
|
5016
|
+
* Deprecated: Use `backgroundColor` in `styles` instead.
|
|
5017
|
+
* @deprecated
|
|
5018
|
+
*/
|
|
5000
5019
|
background?: string | null;
|
|
5001
5020
|
}
|
|
5002
5021
|
export interface PluginContainerData {
|
|
@@ -5073,10 +5092,54 @@ export declare enum ButtonDataType {
|
|
|
5073
5092
|
ACTION = "ACTION"
|
|
5074
5093
|
}
|
|
5075
5094
|
export interface Styles {
|
|
5076
|
-
/**
|
|
5095
|
+
/**
|
|
5096
|
+
* Deprecated: Use `borderWidth` and `borderRadius` instead.
|
|
5097
|
+
* @deprecated
|
|
5098
|
+
*/
|
|
5077
5099
|
border?: Border;
|
|
5078
|
-
/**
|
|
5100
|
+
/**
|
|
5101
|
+
* Deprecated: Use `textColor`, `borderColor` and `backgroundColor` instead.
|
|
5102
|
+
* @deprecated
|
|
5103
|
+
*/
|
|
5079
5104
|
colors?: Colors;
|
|
5105
|
+
/** Border width in pixels. */
|
|
5106
|
+
borderWidth?: number | null;
|
|
5107
|
+
/** Border width in pixels (hover state). */
|
|
5108
|
+
borderWidthHover?: number | null;
|
|
5109
|
+
/** Border radius in pixels. */
|
|
5110
|
+
borderRadius?: number | null;
|
|
5111
|
+
/**
|
|
5112
|
+
* Border color as a hexadecimal value.
|
|
5113
|
+
* @format COLOR_HEX
|
|
5114
|
+
*/
|
|
5115
|
+
borderColor?: string | null;
|
|
5116
|
+
/**
|
|
5117
|
+
* Border color as a hexadecimal value (hover state).
|
|
5118
|
+
* @format COLOR_HEX
|
|
5119
|
+
*/
|
|
5120
|
+
borderColorHover?: string | null;
|
|
5121
|
+
/**
|
|
5122
|
+
* Text color as a hexadecimal value.
|
|
5123
|
+
* @format COLOR_HEX
|
|
5124
|
+
*/
|
|
5125
|
+
textColor?: string | null;
|
|
5126
|
+
/**
|
|
5127
|
+
* Text color as a hexadecimal value (hover state).
|
|
5128
|
+
* @format COLOR_HEX
|
|
5129
|
+
*/
|
|
5130
|
+
textColorHover?: string | null;
|
|
5131
|
+
/**
|
|
5132
|
+
* Background color as a hexadecimal value.
|
|
5133
|
+
* @format COLOR_HEX
|
|
5134
|
+
*/
|
|
5135
|
+
backgroundColor?: string | null;
|
|
5136
|
+
/**
|
|
5137
|
+
* Background color as a hexadecimal value (hover state).
|
|
5138
|
+
* @format COLOR_HEX
|
|
5139
|
+
*/
|
|
5140
|
+
backgroundColorHover?: string | null;
|
|
5141
|
+
/** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
|
|
5142
|
+
buttonSize?: string | null;
|
|
5080
5143
|
}
|
|
5081
5144
|
export interface V1Link extends V1LinkDataOneOf {
|
|
5082
5145
|
/** The absolute URL for the linked document. */
|
|
@@ -6237,7 +6300,7 @@ export interface FormsSchemaNamespaceConfig {
|
|
|
6237
6300
|
restrictions?: Restrictions;
|
|
6238
6301
|
/** Enable translations with multilingual */
|
|
6239
6302
|
multilingualEnabled?: boolean;
|
|
6240
|
-
/** Attempt to select unique name for form
|
|
6303
|
+
/** Attempt to select unique name for form */
|
|
6241
6304
|
uniqueName?: boolean;
|
|
6242
6305
|
}
|
|
6243
6306
|
export interface Restrictions {
|
|
@@ -8635,10 +8698,12 @@ export interface FormTemplate extends FormTemplateTemplateTypeOptionsOneOf {
|
|
|
8635
8698
|
*/
|
|
8636
8699
|
_updatedDate?: Date | null;
|
|
8637
8700
|
/**
|
|
8638
|
-
* Settings for field groups
|
|
8701
|
+
* Settings for field groups.
|
|
8639
8702
|
* @maxSize 50
|
|
8640
8703
|
*/
|
|
8641
8704
|
fieldGroups?: FieldGroup[];
|
|
8705
|
+
/** Required indicator properties. */
|
|
8706
|
+
requiredIndicatorProperties?: RequiredIndicatorProperties;
|
|
8642
8707
|
}
|
|
8643
8708
|
/** @oneof */
|
|
8644
8709
|
export interface FormTemplateTemplateTypeOptionsOneOf {
|
|
@@ -10456,6 +10521,30 @@ export interface FieldGroup {
|
|
|
10456
10521
|
*/
|
|
10457
10522
|
label?: string | null;
|
|
10458
10523
|
}
|
|
10524
|
+
export interface RequiredIndicatorProperties {
|
|
10525
|
+
/** Required indicator. */
|
|
10526
|
+
requiredIndicator?: RequiredIndicator;
|
|
10527
|
+
/** Required indicator placement. */
|
|
10528
|
+
requiredIndicatorPlacement?: RequiredIndicatorPlacement;
|
|
10529
|
+
}
|
|
10530
|
+
export declare enum RequiredIndicator {
|
|
10531
|
+
/** Unknown required indicator. */
|
|
10532
|
+
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
10533
|
+
/** Asterisk (*). */
|
|
10534
|
+
ASTERISK = "ASTERISK",
|
|
10535
|
+
/** Text (default: "Required"). */
|
|
10536
|
+
TEXT = "TEXT",
|
|
10537
|
+
/** None. */
|
|
10538
|
+
NONE = "NONE"
|
|
10539
|
+
}
|
|
10540
|
+
export declare enum RequiredIndicatorPlacement {
|
|
10541
|
+
/** Unknown required indicator placement. */
|
|
10542
|
+
UNKNOWN_PLACEMENT = "UNKNOWN_PLACEMENT",
|
|
10543
|
+
/** After field title. */
|
|
10544
|
+
AFTER_FIELD_TITLE = "AFTER_FIELD_TITLE",
|
|
10545
|
+
/** Before field title. */
|
|
10546
|
+
BEFORE_FIELD_TITLE = "BEFORE_FIELD_TITLE"
|
|
10547
|
+
}
|
|
10459
10548
|
/** Describes a setting group of a notification */
|
|
10460
10549
|
export interface NotificationContent {
|
|
10461
10550
|
single?: SingleContent;
|
|
@@ -11097,7 +11186,9 @@ export declare enum Escalation {
|
|
|
11097
11186
|
BREAK_BUILD = "BREAK_BUILD",
|
|
11098
11187
|
BLOCK_ROLLOUT = "BLOCK_ROLLOUT",
|
|
11099
11188
|
BLOCK_FUTURE_ROLLOUT = "BLOCK_FUTURE_ROLLOUT",
|
|
11100
|
-
OPEN_BUG_SLA = "OPEN_BUG_SLA"
|
|
11189
|
+
OPEN_BUG_SLA = "OPEN_BUG_SLA",
|
|
11190
|
+
/** only shows violation in papi-dashboard */
|
|
11191
|
+
VISIBILITY = "VISIBILITY"
|
|
11101
11192
|
}
|
|
11102
11193
|
export declare enum ImportanceLevel {
|
|
11103
11194
|
LOW = "LOW",
|
|
@@ -11661,7 +11752,7 @@ export interface EditorReactComponent {
|
|
|
11661
11752
|
/**
|
|
11662
11753
|
* The public description of the component do display
|
|
11663
11754
|
* @maxLength 300
|
|
11664
|
-
* @minLength
|
|
11755
|
+
* @minLength 3
|
|
11665
11756
|
*/
|
|
11666
11757
|
description?: string;
|
|
11667
11758
|
/** List of component resources. This comprises any runtime code we need to load and execute for the component. */
|
|
@@ -11681,7 +11772,9 @@ export interface Resources {
|
|
|
11681
11772
|
/** The optional component SDK to expose to Velo Users to interact with the component */
|
|
11682
11773
|
sdk?: Resource;
|
|
11683
11774
|
/** Details for how to load translations for the component */
|
|
11684
|
-
translations?:
|
|
11775
|
+
translations?: TranslationResources;
|
|
11776
|
+
/** The optional interactions configuration JSON file */
|
|
11777
|
+
interactions?: Resource;
|
|
11685
11778
|
}
|
|
11686
11779
|
export interface ClientResources {
|
|
11687
11780
|
/**
|
|
@@ -11702,7 +11795,7 @@ export interface Resource {
|
|
|
11702
11795
|
*/
|
|
11703
11796
|
url?: string;
|
|
11704
11797
|
}
|
|
11705
|
-
export interface
|
|
11798
|
+
export interface TranslationResources {
|
|
11706
11799
|
/**
|
|
11707
11800
|
* The URL that we will add the language to for fetching translations, example: `https://somecdn.com/translations/`
|
|
11708
11801
|
* @format WEB_URL
|
|
@@ -11740,12 +11833,23 @@ export interface EditorElement {
|
|
|
11740
11833
|
customActions?: Record<string, Action>;
|
|
11741
11834
|
/** Component presets definition. Canonically useful for different layout or theming */
|
|
11742
11835
|
presets?: Record<string, PresetItem>;
|
|
11836
|
+
/** The default preset, styles and data of inner elements */
|
|
11837
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
11838
|
+
/** Layout capabilities of the component */
|
|
11839
|
+
layout?: EditorElementLayout;
|
|
11743
11840
|
}
|
|
11744
11841
|
export interface StyleItem extends StyleItemSelectedItemTypeOneOf {
|
|
11745
11842
|
/** type selection key for css-properties */
|
|
11746
11843
|
cssPropertyType?: CssPropertyType;
|
|
11747
11844
|
/** type selection key for css-data-types */
|
|
11748
11845
|
cssVariableType?: CssDataType;
|
|
11846
|
+
/** default value for the style item */
|
|
11847
|
+
defaultValue?: any;
|
|
11848
|
+
/**
|
|
11849
|
+
* Display displayName of this style item
|
|
11850
|
+
* @maxLength 100
|
|
11851
|
+
*/
|
|
11852
|
+
displayName?: string | null;
|
|
11749
11853
|
}
|
|
11750
11854
|
/** @oneof */
|
|
11751
11855
|
export interface StyleItemSelectedItemTypeOneOf {
|
|
@@ -11762,18 +11866,27 @@ export declare enum CssPropertyType {
|
|
|
11762
11866
|
backgroundSize = "backgroundSize",
|
|
11763
11867
|
backgroundColor = "backgroundColor",
|
|
11764
11868
|
backgroundImage = "backgroundImage",
|
|
11869
|
+
backgroundClip = "backgroundClip",
|
|
11870
|
+
backgroundOrigin = "backgroundOrigin",
|
|
11871
|
+
backgroundPosition = "backgroundPosition",
|
|
11872
|
+
backgroundRepeat = "backgroundRepeat",
|
|
11873
|
+
backgroundAttachment = "backgroundAttachment",
|
|
11765
11874
|
/** margin properties */
|
|
11766
11875
|
margin = "margin",
|
|
11767
11876
|
marginTop = "marginTop",
|
|
11768
11877
|
marginRight = "marginRight",
|
|
11769
11878
|
marginBottom = "marginBottom",
|
|
11770
11879
|
marginLeft = "marginLeft",
|
|
11880
|
+
marginInlineStart = "marginInlineStart",
|
|
11881
|
+
marginInlineEnd = "marginInlineEnd",
|
|
11771
11882
|
/** padding properties */
|
|
11772
11883
|
padding = "padding",
|
|
11773
11884
|
paddingTop = "paddingTop",
|
|
11774
11885
|
paddingRight = "paddingRight",
|
|
11775
11886
|
paddingBottom = "paddingBottom",
|
|
11776
11887
|
paddingLeft = "paddingLeft",
|
|
11888
|
+
paddingInlineStart = "paddingInlineStart",
|
|
11889
|
+
paddingInlineEnd = "paddingInlineEnd",
|
|
11777
11890
|
/** border properties */
|
|
11778
11891
|
border = "border",
|
|
11779
11892
|
borderWidth = "borderWidth",
|
|
@@ -11795,11 +11908,23 @@ export declare enum CssPropertyType {
|
|
|
11795
11908
|
borderLeftColor = "borderLeftColor",
|
|
11796
11909
|
borderLeftWidth = "borderLeftWidth",
|
|
11797
11910
|
borderLeftStyle = "borderLeftStyle",
|
|
11911
|
+
borderInlineStart = "borderInlineStart",
|
|
11912
|
+
borderInlineStartColor = "borderInlineStartColor",
|
|
11913
|
+
borderInlineStartWidth = "borderInlineStartWidth",
|
|
11914
|
+
borderInlineStartStyle = "borderInlineStartStyle",
|
|
11915
|
+
borderInlineEnd = "borderInlineEnd",
|
|
11916
|
+
borderInlineEndColor = "borderInlineEndColor",
|
|
11917
|
+
borderInlineEndWidth = "borderInlineEndWidth",
|
|
11918
|
+
borderInlineEndStyle = "borderInlineEndStyle",
|
|
11798
11919
|
borderRadius = "borderRadius",
|
|
11799
11920
|
borderTopLeftRadius = "borderTopLeftRadius",
|
|
11800
11921
|
borderTopRightRadius = "borderTopRightRadius",
|
|
11801
11922
|
borderBottomRightRadius = "borderBottomRightRadius",
|
|
11802
11923
|
borderBottomLeftRadius = "borderBottomLeftRadius",
|
|
11924
|
+
borderStartStartRadius = "borderStartStartRadius",
|
|
11925
|
+
borderStartEndRadius = "borderStartEndRadius",
|
|
11926
|
+
borderEndStartRadius = "borderEndStartRadius",
|
|
11927
|
+
borderEndEndRadius = "borderEndEndRadius",
|
|
11803
11928
|
/** text properties */
|
|
11804
11929
|
font = "font",
|
|
11805
11930
|
fontFamily = "fontFamily",
|
|
@@ -11840,6 +11965,7 @@ export declare enum CssDataType {
|
|
|
11840
11965
|
color = "color",
|
|
11841
11966
|
angle = "angle",
|
|
11842
11967
|
percentage = "percentage",
|
|
11968
|
+
lengthPercentage = "lengthPercentage",
|
|
11843
11969
|
blendMode = "blendMode"
|
|
11844
11970
|
}
|
|
11845
11971
|
export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
@@ -11866,6 +11992,8 @@ export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
|
11866
11992
|
* @maxLength 100
|
|
11867
11993
|
*/
|
|
11868
11994
|
displayName?: string | null;
|
|
11995
|
+
/** The default value of this data item (only for display purposes). */
|
|
11996
|
+
defaultValue?: any;
|
|
11869
11997
|
}
|
|
11870
11998
|
/** @oneof */
|
|
11871
11999
|
export interface DataItemSelectedDataTypeOneOf {
|
|
@@ -12197,6 +12325,8 @@ export interface InlineElement {
|
|
|
12197
12325
|
customActions?: Record<string, Action>;
|
|
12198
12326
|
/** Component presets definition. Canonically useful for different layout or theming */
|
|
12199
12327
|
presets?: Record<string, PresetItem>;
|
|
12328
|
+
/** The default preset, styles and data of inner elements */
|
|
12329
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12200
12330
|
}
|
|
12201
12331
|
export interface Behaviors {
|
|
12202
12332
|
/** Determines if the inner-element can be selectable in the editor */
|
|
@@ -12379,6 +12509,34 @@ export interface PresetItem {
|
|
|
12379
12509
|
* @maxLength 500
|
|
12380
12510
|
*/
|
|
12381
12511
|
thumbnailUrl?: string;
|
|
12512
|
+
/** The default styles for this preset */
|
|
12513
|
+
defaultStyles?: Record<string, any>;
|
|
12514
|
+
/** The default preset and styles of inner elements for this preset */
|
|
12515
|
+
elementsStyleDefaults?: Record<string, ElementStyleDefaults>;
|
|
12516
|
+
}
|
|
12517
|
+
export interface ElementStyleDefaults {
|
|
12518
|
+
/**
|
|
12519
|
+
* The default preset for an element
|
|
12520
|
+
* @maxLength 100
|
|
12521
|
+
*/
|
|
12522
|
+
presetKey?: string;
|
|
12523
|
+
/** The default styles for an element */
|
|
12524
|
+
style?: Record<string, any>;
|
|
12525
|
+
/** The default preset and styles for inner elements */
|
|
12526
|
+
elementsStyleDefaults?: Record<string, ElementStyleDefaults>;
|
|
12527
|
+
}
|
|
12528
|
+
export interface ElementDefaults {
|
|
12529
|
+
/**
|
|
12530
|
+
* The default preset for an element
|
|
12531
|
+
* @maxLength 100
|
|
12532
|
+
*/
|
|
12533
|
+
presetKey?: string;
|
|
12534
|
+
/** The default styles for an element */
|
|
12535
|
+
style?: Record<string, any>;
|
|
12536
|
+
/** The default data for an element */
|
|
12537
|
+
data?: Record<string, any>;
|
|
12538
|
+
/** The default preset and styles for inner elements */
|
|
12539
|
+
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12382
12540
|
}
|
|
12383
12541
|
export interface RefElement {
|
|
12384
12542
|
/**
|
|
@@ -12399,6 +12557,10 @@ export interface RefElement {
|
|
|
12399
12557
|
* @maxLength 20
|
|
12400
12558
|
*/
|
|
12401
12559
|
displayName?: string;
|
|
12560
|
+
/** The override of the used element style */
|
|
12561
|
+
style?: Record<string, StyleItemOverrides>;
|
|
12562
|
+
/** The override of the used element data */
|
|
12563
|
+
data?: Record<string, DataItemOverrides>;
|
|
12402
12564
|
/** The override of the used element behaviors */
|
|
12403
12565
|
behaviors?: Behaviors;
|
|
12404
12566
|
/** The override of the used element native actions */
|
|
@@ -12406,6 +12568,61 @@ export interface RefElement {
|
|
|
12406
12568
|
/** The override of the used element custom actions */
|
|
12407
12569
|
customActions?: Record<string, Action>;
|
|
12408
12570
|
}
|
|
12571
|
+
export interface StyleItemOverrides {
|
|
12572
|
+
/** Disables the ability to edit this style-item */
|
|
12573
|
+
disableEditing?: boolean | null;
|
|
12574
|
+
/**
|
|
12575
|
+
* Overrides Display displayName of this style item
|
|
12576
|
+
* @maxLength 100
|
|
12577
|
+
*/
|
|
12578
|
+
displayName?: string | null;
|
|
12579
|
+
}
|
|
12580
|
+
export interface DataItemOverrides {
|
|
12581
|
+
/** Disables the ability to edit this data-item */
|
|
12582
|
+
disableEditing?: boolean | null;
|
|
12583
|
+
/**
|
|
12584
|
+
* Overrides the display name of this data-item
|
|
12585
|
+
* @maxLength 100
|
|
12586
|
+
*/
|
|
12587
|
+
displayName?: string | null;
|
|
12588
|
+
}
|
|
12589
|
+
/** Top-level message containing all layout capabilities */
|
|
12590
|
+
export interface EditorElementLayout {
|
|
12591
|
+
/** The resizing capabilities this component can supports */
|
|
12592
|
+
resizeDirection?: ResizeDirection;
|
|
12593
|
+
/** Describes the ability of content to impact on the size of this component */
|
|
12594
|
+
contentResizeDirection?: ContentResizeDirection;
|
|
12595
|
+
/** Will control the availability of the stretch capability for this component */
|
|
12596
|
+
disableStretching?: boolean | null;
|
|
12597
|
+
/** Will control the availability of freely positioning this component */
|
|
12598
|
+
disablePositioning?: boolean | null;
|
|
12599
|
+
}
|
|
12600
|
+
export declare enum ResizeDirection {
|
|
12601
|
+
/** Default value when direction is not specified */
|
|
12602
|
+
UNKNOWN_ResizeDirection = "UNKNOWN_ResizeDirection",
|
|
12603
|
+
/** Component can only be resized horizontally */
|
|
12604
|
+
horizontal = "horizontal",
|
|
12605
|
+
/** Component can only be resized vertically */
|
|
12606
|
+
vertical = "vertical",
|
|
12607
|
+
/** Component can be resized both horizontally and vertically */
|
|
12608
|
+
horizontalAndVertical = "horizontalAndVertical",
|
|
12609
|
+
/** Component maintains its aspect ratio while resizing */
|
|
12610
|
+
aspectRatio = "aspectRatio",
|
|
12611
|
+
/** Component cannot be resized in any direction */
|
|
12612
|
+
none = "none"
|
|
12613
|
+
}
|
|
12614
|
+
export declare enum ContentResizeDirection {
|
|
12615
|
+
/** Default value when content resize behavior is not specified */
|
|
12616
|
+
UNKNOWN_ContentResizeDirection = "UNKNOWN_ContentResizeDirection",
|
|
12617
|
+
/** Component's width will automatically adjust based on its content */
|
|
12618
|
+
horizontal = "horizontal",
|
|
12619
|
+
/** Component's height will automatically adjust based on its content */
|
|
12620
|
+
vertical = "vertical",
|
|
12621
|
+
/** Component's width and height will automatically adjust based on its content */
|
|
12622
|
+
horizontalAndVertical = "horizontalAndVertical",
|
|
12623
|
+
/** Component's size will not be affected by its content */
|
|
12624
|
+
none = "none"
|
|
12625
|
+
}
|
|
12409
12626
|
export interface InstallationInfo extends InstallationInfoTargetContainerOneOf {
|
|
12410
12627
|
/** Which static container should the widget be installed at */
|
|
12411
12628
|
staticContainer?: StaticContainer;
|
|
@@ -12560,6 +12777,177 @@ export interface EventBadgesSpiConfig {
|
|
|
12560
12777
|
*/
|
|
12561
12778
|
eventId?: string[];
|
|
12562
12779
|
}
|
|
12780
|
+
export interface OperationExecutorConfig {
|
|
12781
|
+
/** URI where the SPI Implementer is deployed */
|
|
12782
|
+
deploymentUri?: SpiBaseUri;
|
|
12783
|
+
}
|
|
12784
|
+
/** Back-office Customization */
|
|
12785
|
+
export interface BackOfficeCustomization {
|
|
12786
|
+
/** Header customization options, choose between customizing our platformized header or providing your own */
|
|
12787
|
+
headerConfig?: HeaderConfig;
|
|
12788
|
+
/** Dashboard sidebar configuration */
|
|
12789
|
+
sidebarConfig?: SidebarConfig;
|
|
12790
|
+
}
|
|
12791
|
+
export interface HeaderConfig extends HeaderConfigHeaderOneOf {
|
|
12792
|
+
platform?: PlatformHeaderConfig;
|
|
12793
|
+
custom?: CustomHeader;
|
|
12794
|
+
}
|
|
12795
|
+
/** @oneof */
|
|
12796
|
+
export interface HeaderConfigHeaderOneOf {
|
|
12797
|
+
platform?: PlatformHeaderConfig;
|
|
12798
|
+
custom?: CustomHeader;
|
|
12799
|
+
}
|
|
12800
|
+
/** Platform header customization option */
|
|
12801
|
+
export interface PlatformHeaderConfig {
|
|
12802
|
+
/** Header color theme: light or dark */
|
|
12803
|
+
theme?: Theme;
|
|
12804
|
+
/** Header logo */
|
|
12805
|
+
logo?: Logo;
|
|
12806
|
+
/**
|
|
12807
|
+
* Header menuItems / Popovers
|
|
12808
|
+
* @maxSize 10
|
|
12809
|
+
*/
|
|
12810
|
+
menuDropdowns?: MenuDropdown[];
|
|
12811
|
+
/** Header platformized search configuration */
|
|
12812
|
+
searchConfig?: SearchConfig;
|
|
12813
|
+
}
|
|
12814
|
+
/** MenuItems links */
|
|
12815
|
+
export interface MenuLink {
|
|
12816
|
+
/**
|
|
12817
|
+
* Link title
|
|
12818
|
+
* @minLength 2
|
|
12819
|
+
* @maxLength 100
|
|
12820
|
+
*/
|
|
12821
|
+
title?: string;
|
|
12822
|
+
/**
|
|
12823
|
+
* Link url
|
|
12824
|
+
* @format WEB_URL
|
|
12825
|
+
*/
|
|
12826
|
+
url?: string;
|
|
12827
|
+
}
|
|
12828
|
+
/** Color theme */
|
|
12829
|
+
export declare enum Theme {
|
|
12830
|
+
UNKNOWN_THEME = "UNKNOWN_THEME",
|
|
12831
|
+
DARK = "DARK",
|
|
12832
|
+
LIGHT = "LIGHT"
|
|
12833
|
+
}
|
|
12834
|
+
/** option to customize your header logo */
|
|
12835
|
+
export interface Logo {
|
|
12836
|
+
/**
|
|
12837
|
+
* Logo image url
|
|
12838
|
+
* @format WEB_URL
|
|
12839
|
+
*/
|
|
12840
|
+
imageUrl?: string;
|
|
12841
|
+
/**
|
|
12842
|
+
* Target url, choose where to navigate when clicking on the logo
|
|
12843
|
+
* @format WEB_URL
|
|
12844
|
+
*/
|
|
12845
|
+
targetUrl?: string | null;
|
|
12846
|
+
}
|
|
12847
|
+
/** Header menu dropdown, (popover) */
|
|
12848
|
+
export interface MenuDropdown {
|
|
12849
|
+
/**
|
|
12850
|
+
* MenuItem title
|
|
12851
|
+
* @minLength 2
|
|
12852
|
+
* @maxLength 50
|
|
12853
|
+
*/
|
|
12854
|
+
title?: string;
|
|
12855
|
+
/**
|
|
12856
|
+
* Menu dropdown links
|
|
12857
|
+
* @maxSize 20
|
|
12858
|
+
*/
|
|
12859
|
+
links?: MenuLink[];
|
|
12860
|
+
}
|
|
12861
|
+
export interface SearchConfig {
|
|
12862
|
+
/** Weather include platformized search in header or not */
|
|
12863
|
+
visible?: boolean;
|
|
12864
|
+
}
|
|
12865
|
+
/** Header configuration, you can choose provide widgetId/extensionId instead of using our platform header */
|
|
12866
|
+
export interface CustomHeader {
|
|
12867
|
+
/** @format GUID */
|
|
12868
|
+
extensionId?: string;
|
|
12869
|
+
}
|
|
12870
|
+
/** Backoffice sidebar castomization options */
|
|
12871
|
+
export interface SidebarConfig {
|
|
12872
|
+
/**
|
|
12873
|
+
* List of root sidebar items, categories or separators
|
|
12874
|
+
* @maxSize 100
|
|
12875
|
+
*/
|
|
12876
|
+
sidebarItems?: SidebarRootItem[];
|
|
12877
|
+
/** Sidebar skin/them, light or dark */
|
|
12878
|
+
theme?: Theme;
|
|
12879
|
+
/**
|
|
12880
|
+
* Option to override sidebar header with customize extension
|
|
12881
|
+
* @format GUID
|
|
12882
|
+
*/
|
|
12883
|
+
sidebarHeaderId?: string | null;
|
|
12884
|
+
/**
|
|
12885
|
+
* Option to override sidebar footer with customize extension
|
|
12886
|
+
* @format GUID
|
|
12887
|
+
*/
|
|
12888
|
+
sidebarFooterId?: string | null;
|
|
12889
|
+
}
|
|
12890
|
+
/**
|
|
12891
|
+
* Inner level of sidebar item, Category is supported only on first and second levels, on third level it will be ignored
|
|
12892
|
+
* For separator no need to set item
|
|
12893
|
+
*/
|
|
12894
|
+
export interface SidebarChildItem extends SidebarChildItemItemOneOf {
|
|
12895
|
+
category?: Category;
|
|
12896
|
+
page?: Page;
|
|
12897
|
+
type?: SidebarDataType;
|
|
12898
|
+
}
|
|
12899
|
+
/** @oneof */
|
|
12900
|
+
export interface SidebarChildItemItemOneOf {
|
|
12901
|
+
category?: Category;
|
|
12902
|
+
page?: Page;
|
|
12903
|
+
}
|
|
12904
|
+
export declare enum SidebarDataType {
|
|
12905
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
12906
|
+
CATEGORY = "CATEGORY",
|
|
12907
|
+
PAGE = "PAGE",
|
|
12908
|
+
SEPARATOR = "SEPARATOR"
|
|
12909
|
+
}
|
|
12910
|
+
/** Represents sidebar category */
|
|
12911
|
+
export interface Category {
|
|
12912
|
+
/**
|
|
12913
|
+
* Category id, should be unique
|
|
12914
|
+
* @format GUID
|
|
12915
|
+
*/
|
|
12916
|
+
categoryId?: string;
|
|
12917
|
+
/**
|
|
12918
|
+
* Category label
|
|
12919
|
+
* @minLength 2
|
|
12920
|
+
* @maxLength 50
|
|
12921
|
+
*/
|
|
12922
|
+
label?: string;
|
|
12923
|
+
/**
|
|
12924
|
+
* Category icon, supported only on root level, will be ignores otherwise
|
|
12925
|
+
* [Wix Design System icon](https://www.wix-pages.com/wix-design-system-employees/?path=/story/foundations-icons--icons).
|
|
12926
|
+
* Use the full size key. The icon will be rendered in an appropriate size.
|
|
12927
|
+
* @minLength 3
|
|
12928
|
+
* @maxLength 50
|
|
12929
|
+
*/
|
|
12930
|
+
icon?: string | null;
|
|
12931
|
+
/**
|
|
12932
|
+
* Category children, consist of pages, separators or categories, categories can be a child only on root level
|
|
12933
|
+
* @maxSize 100
|
|
12934
|
+
*/
|
|
12935
|
+
children?: SidebarChildItem[];
|
|
12936
|
+
}
|
|
12937
|
+
/** Represents page item in the sidebar */
|
|
12938
|
+
export interface Page {
|
|
12939
|
+
/** @format GUID */
|
|
12940
|
+
pageId?: string;
|
|
12941
|
+
}
|
|
12942
|
+
/** Root level sidebar item, can be category or separator (when not setting category) */
|
|
12943
|
+
export interface SidebarRootItem extends SidebarRootItemItemOneOf {
|
|
12944
|
+
category?: Category;
|
|
12945
|
+
type?: SidebarDataType;
|
|
12946
|
+
}
|
|
12947
|
+
/** @oneof */
|
|
12948
|
+
export interface SidebarRootItemItemOneOf {
|
|
12949
|
+
category?: Category;
|
|
12950
|
+
}
|
|
12563
12951
|
export interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
|
|
12564
12952
|
gradualRollout?: GradualRolloutCacheEntity;
|
|
12565
12953
|
gradualUpdate?: GradualUpdateCacheEntity;
|
|
@@ -12773,7 +13161,6 @@ export interface DataExtensionSchemaCreatedEnvelope {
|
|
|
12773
13161
|
* @webhook
|
|
12774
13162
|
* @eventType wix.data_extensions.v1.data_extension_schema_created
|
|
12775
13163
|
* @slug created
|
|
12776
|
-
* @documentationMaturity preview
|
|
12777
13164
|
*/
|
|
12778
13165
|
export declare function onDataExtensionSchemaCreated(handler: (event: DataExtensionSchemaCreatedEnvelope) => void | Promise<void>): void;
|
|
12779
13166
|
export interface DataExtensionSchemaDeletedEnvelope {
|
|
@@ -12795,7 +13182,6 @@ export interface DataExtensionSchemaDeletedEnvelope {
|
|
|
12795
13182
|
* @webhook
|
|
12796
13183
|
* @eventType wix.data_extensions.v1.data_extension_schema_deleted
|
|
12797
13184
|
* @slug deleted
|
|
12798
|
-
* @documentationMaturity preview
|
|
12799
13185
|
*/
|
|
12800
13186
|
export declare function onDataExtensionSchemaDeleted(handler: (event: DataExtensionSchemaDeletedEnvelope) => void | Promise<void>): void;
|
|
12801
13187
|
export interface DataExtensionSchemaUpdatedEnvelope {
|
|
@@ -12818,14 +13204,12 @@ export interface DataExtensionSchemaUpdatedEnvelope {
|
|
|
12818
13204
|
* @webhook
|
|
12819
13205
|
* @eventType wix.data_extensions.v1.data_extension_schema_updated
|
|
12820
13206
|
* @slug updated
|
|
12821
|
-
* @documentationMaturity preview
|
|
12822
13207
|
*/
|
|
12823
13208
|
export declare function onDataExtensionSchemaUpdated(handler: (event: DataExtensionSchemaUpdatedEnvelope) => void | Promise<void>): void;
|
|
12824
13209
|
/**
|
|
12825
13210
|
* Creates a user-defined data extension schema.
|
|
12826
13211
|
* @param dataExtensionSchema - Schema to create.
|
|
12827
13212
|
* @public
|
|
12828
|
-
* @documentationMaturity preview
|
|
12829
13213
|
* @requiredField dataExtensionSchema
|
|
12830
13214
|
* @requiredField dataExtensionSchema.fqdn
|
|
12831
13215
|
* @requiredField dataExtensionSchema.jsonSchema
|
|
@@ -12848,7 +13232,6 @@ export declare function createDataExtensionSchema(dataExtensionSchema: DataExten
|
|
|
12848
13232
|
* Updates a user-defined data extension schema, overriding the existing data.
|
|
12849
13233
|
* @param dataExtensionSchema - Schema to update.
|
|
12850
13234
|
* @public
|
|
12851
|
-
* @documentationMaturity preview
|
|
12852
13235
|
* @requiredField dataExtensionSchema
|
|
12853
13236
|
* @requiredField dataExtensionSchema._id
|
|
12854
13237
|
* @requiredField dataExtensionSchema.jsonSchema
|
|
@@ -12871,13 +13254,14 @@ export declare function updateDataExtensionSchema(dataExtensionSchema: DataExten
|
|
|
12871
13254
|
* Retrieves a list of global and user-defined data extension schemas for a given FQDN.
|
|
12872
13255
|
* @param fqdn - [Fully qualified domain name](https://dev.wix.com/docs/rest/articles/getting-started/fqdns).
|
|
12873
13256
|
* @public
|
|
12874
|
-
* @documentationMaturity preview
|
|
12875
13257
|
* @requiredField fqdn
|
|
12876
13258
|
* @permissionId DATA_EXTENSION_SCHEMA.READ
|
|
12877
13259
|
* @permissionScope Manage Bookings Services and Settings
|
|
12878
13260
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
12879
13261
|
* @permissionScope Manage Events
|
|
12880
13262
|
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
13263
|
+
* @permissionScope Manage Challenges
|
|
13264
|
+
* @permissionScopeId SCOPE.CHALLENGES.MANAGE
|
|
12881
13265
|
* @permissionScope Manage Data Extensions Schemas
|
|
12882
13266
|
* @permissionScopeId SCOPE.DATAEXTENSIONS.MANAGE-SCHEMAS
|
|
12883
13267
|
* @permissionScope Manage Portfolio
|
|
@@ -12918,7 +13302,6 @@ export interface ListDataExtensionSchemasOptions {
|
|
|
12918
13302
|
* Deletes schemas of whitelisted metasite ids
|
|
12919
13303
|
* @param metaSiteId - Meta site id
|
|
12920
13304
|
* @public
|
|
12921
|
-
* @documentationMaturity preview
|
|
12922
13305
|
* @requiredField metaSiteId
|
|
12923
13306
|
* @fqn wix.infra.dataextensions.v1.DataExtensionSchemaService.DeleteByWhiteListedMetaSite
|
|
12924
13307
|
*/
|