@wix/auto_sdk_data-extension-schema_schemas 1.0.0 → 1.0.1
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 +9 -5
- 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 +8 -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 +186 -41
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +59 -17
- 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 +193 -41
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +63 -17
- 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 +186 -41
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +55 -13
- 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 +193 -41
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +59 -13
- 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 +9 -5
- 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 +8 -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 +186 -41
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +59 -17
- 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 +193 -41
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +63 -17
- 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 +186 -41
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +55 -13
- 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 +193 -41
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +59 -13
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -510,7 +510,10 @@ export declare enum ComponentType {
|
|
|
510
510
|
PAYMENTS_DISPUTE_SERVICE_PLUGIN = "PAYMENTS_DISPUTE_SERVICE_PLUGIN",
|
|
511
511
|
PRICING_PLANS_FEES = "PRICING_PLANS_FEES",
|
|
512
512
|
EDITOR_REACT_COMPONENT = "EDITOR_REACT_COMPONENT",
|
|
513
|
-
SUPPLIERS_HUB_MARKETPLACE = "SUPPLIERS_HUB_MARKETPLACE"
|
|
513
|
+
SUPPLIERS_HUB_MARKETPLACE = "SUPPLIERS_HUB_MARKETPLACE",
|
|
514
|
+
FORM_SCHEMA_DYNAMIC_VALUES = "FORM_SCHEMA_DYNAMIC_VALUES",
|
|
515
|
+
BLOG_PAYWALL_PROVIDER = "BLOG_PAYWALL_PROVIDER",
|
|
516
|
+
LOYALTY_CUSTOM_REWARDS_V2 = "LOYALTY_CUSTOM_REWARDS_V2"
|
|
514
517
|
}
|
|
515
518
|
/** Component data */
|
|
516
519
|
export interface ComponentData extends ComponentDataDataOneOf {
|
|
@@ -1477,11 +1480,30 @@ export interface HelpResources {
|
|
|
1477
1480
|
/** The Wix Answers' article related to the component (chosen by own app) */
|
|
1478
1481
|
articleId?: string;
|
|
1479
1482
|
}
|
|
1480
|
-
export interface WidgetInstallationSettings {
|
|
1481
|
-
/**
|
|
1483
|
+
export interface WidgetInstallationSettings extends WidgetInstallationSettingsTargetContainerOneOf {
|
|
1484
|
+
/** Which static container should the widget be installed at */
|
|
1485
|
+
staticContainer?: StaticContainer;
|
|
1486
|
+
/**
|
|
1487
|
+
* Deprecated, autoAdd should be mapped to static_container HOMEPAGE, essential should be mapped to container. Shared installation settings for unified components
|
|
1488
|
+
* @deprecated Deprecated, autoAdd should be mapped to static_container HOMEPAGE, essential should be mapped to container. Shared installation settings for unified components
|
|
1489
|
+
* @replacedBy static_container
|
|
1490
|
+
* @targetRemovalDate 2026-02-26
|
|
1491
|
+
*/
|
|
1482
1492
|
base?: BaseInstallation;
|
|
1483
|
-
/**
|
|
1493
|
+
/**
|
|
1494
|
+
* Deprecated, default_preset should be mapped to presets, region is not relevant. Widget installation settings for unified components
|
|
1495
|
+
* @deprecated Deprecated, default_preset should be mapped to presets, region is not relevant. Widget installation settings for unified components
|
|
1496
|
+
* @replacedBy presets
|
|
1497
|
+
* @targetRemovalDate 2026-02-26
|
|
1498
|
+
*/
|
|
1484
1499
|
widget?: WidgetInstallation;
|
|
1500
|
+
/** Default presets per breakpoint with which the widget should be installed */
|
|
1501
|
+
presets?: DefaultPresets;
|
|
1502
|
+
}
|
|
1503
|
+
/** @oneof */
|
|
1504
|
+
export interface WidgetInstallationSettingsTargetContainerOneOf {
|
|
1505
|
+
/** Which static container should the widget be installed at */
|
|
1506
|
+
staticContainer?: StaticContainer;
|
|
1485
1507
|
}
|
|
1486
1508
|
export interface BaseInstallation {
|
|
1487
1509
|
/** Auto add component to stage */
|
|
@@ -1502,6 +1524,17 @@ export declare enum RegionType {
|
|
|
1502
1524
|
BODY = "BODY",
|
|
1503
1525
|
FOOTER = "FOOTER"
|
|
1504
1526
|
}
|
|
1527
|
+
export interface DefaultPresets {
|
|
1528
|
+
/** Default preset ID in small (mobile) breakpoint */
|
|
1529
|
+
small?: string | null;
|
|
1530
|
+
/** Default preset ID in large (desktop) breakpoint */
|
|
1531
|
+
large?: string | null;
|
|
1532
|
+
}
|
|
1533
|
+
export declare enum StaticContainer {
|
|
1534
|
+
UNKNOWN_CONTAINER = "UNKNOWN_CONTAINER",
|
|
1535
|
+
/** Widget should be installed in the homepage */
|
|
1536
|
+
HOMEPAGE = "HOMEPAGE"
|
|
1537
|
+
}
|
|
1505
1538
|
export interface ComponentModel {
|
|
1506
1539
|
/** The component type of the builder component. */
|
|
1507
1540
|
componentType?: string;
|
|
@@ -2626,13 +2659,13 @@ export interface ActionSPIConfig {
|
|
|
2626
2659
|
*/
|
|
2627
2660
|
executionType?: ExecutionType;
|
|
2628
2661
|
/** Chosen interface for action */
|
|
2629
|
-
interfaceConfiguration?:
|
|
2662
|
+
interfaceConfiguration?: ActionSPIConfigInterfaceConfiguration;
|
|
2630
2663
|
/** Icon representing the action in the UI */
|
|
2631
2664
|
icon?: WixCommonImage;
|
|
2632
2665
|
/** The action configuration source information */
|
|
2633
2666
|
source?: Source;
|
|
2634
2667
|
}
|
|
2635
|
-
export declare enum
|
|
2668
|
+
export declare enum ActionSPIConfigInterfaceConfigurationType {
|
|
2636
2669
|
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
2637
2670
|
WIDGET_COMPONENT = "WIDGET_COMPONENT",
|
|
2638
2671
|
GENERIC = "GENERIC"
|
|
@@ -2693,14 +2726,14 @@ export interface Metadata {
|
|
|
2693
2726
|
/** Show action only to advanced mode users (Wix staff) */
|
|
2694
2727
|
hidden?: boolean;
|
|
2695
2728
|
}
|
|
2696
|
-
export interface
|
|
2729
|
+
export interface ActionSPIConfigInterfaceConfiguration extends ActionSPIConfigInterfaceConfigurationOptionsOneOf {
|
|
2697
2730
|
widgetComponentOptions?: WidgetComponentOptions;
|
|
2698
2731
|
genericOptions?: GenericOptions;
|
|
2699
2732
|
/** Type of chosen interface */
|
|
2700
|
-
type?:
|
|
2733
|
+
type?: ActionSPIConfigInterfaceConfigurationType;
|
|
2701
2734
|
}
|
|
2702
2735
|
/** @oneof */
|
|
2703
|
-
export interface
|
|
2736
|
+
export interface ActionSPIConfigInterfaceConfigurationOptionsOneOf {
|
|
2704
2737
|
widgetComponentOptions?: WidgetComponentOptions;
|
|
2705
2738
|
genericOptions?: GenericOptions;
|
|
2706
2739
|
}
|
|
@@ -4536,7 +4569,7 @@ export interface GIFData {
|
|
|
4536
4569
|
height?: number;
|
|
4537
4570
|
/** Width in pixels. */
|
|
4538
4571
|
width?: number;
|
|
4539
|
-
/** Type of GIF (Sticker or
|
|
4572
|
+
/** Type of GIF (Sticker or NORMAL). Defaults to `NORMAL`. */
|
|
4540
4573
|
gifType?: GIFType;
|
|
4541
4574
|
}
|
|
4542
4575
|
export interface GIF {
|
|
@@ -4548,7 +4581,7 @@ export interface GIF {
|
|
|
4548
4581
|
still?: string | null;
|
|
4549
4582
|
}
|
|
4550
4583
|
export declare enum GIFType {
|
|
4551
|
-
|
|
4584
|
+
NORMAL = "NORMAL",
|
|
4552
4585
|
STICKER = "STICKER"
|
|
4553
4586
|
}
|
|
4554
4587
|
export interface HeadingData {
|
|
@@ -5426,15 +5459,11 @@ export interface CustomChargesConfig {
|
|
|
5426
5459
|
baseUri?: SpiBaseUri;
|
|
5427
5460
|
}
|
|
5428
5461
|
export interface ValidationsSPIConfig {
|
|
5429
|
-
/**
|
|
5430
|
-
* Whether to validate the cart page in addition to the checkout page.
|
|
5431
|
-
*
|
|
5432
|
-
* Default: `false`.
|
|
5433
|
-
*/
|
|
5462
|
+
/** Whether to validate the cart page in addition to the checkout page. Default: `false` */
|
|
5434
5463
|
validateInCart?: boolean;
|
|
5435
5464
|
/**
|
|
5436
5465
|
* Required. Base URI where the endpoints are called. Wix appends the endpoint path to the base URI.
|
|
5437
|
-
* For example, to call the Get
|
|
5466
|
+
* For example, to call the Get Validation Violations endpoint at `https://my-validations.com/v1/get-violations`, the base URI you provide here is `https://my-validations.com`.
|
|
5438
5467
|
*/
|
|
5439
5468
|
deploymentUri?: string;
|
|
5440
5469
|
}
|
|
@@ -5618,6 +5647,8 @@ export interface NotificationTopic {
|
|
|
5618
5647
|
state?: NotificationTopicState;
|
|
5619
5648
|
/** the type of the topic */
|
|
5620
5649
|
type?: NotificationTopicType;
|
|
5650
|
+
/** The recipients' types indicate that this topic is relevant. */
|
|
5651
|
+
supportedRecipientTypes?: RecipientType[];
|
|
5621
5652
|
}
|
|
5622
5653
|
export declare enum NotificationTopicState {
|
|
5623
5654
|
UNKNOWN_STATE = "UNKNOWN_STATE",
|
|
@@ -5629,6 +5660,13 @@ export declare enum NotificationTopicType {
|
|
|
5629
5660
|
PROMOTIONAL = "PROMOTIONAL",
|
|
5630
5661
|
TRANSACTIONAL = "TRANSACTIONAL"
|
|
5631
5662
|
}
|
|
5663
|
+
/** Recipient type */
|
|
5664
|
+
export declare enum RecipientType {
|
|
5665
|
+
/** Wix User */
|
|
5666
|
+
WIX_USER = "WIX_USER",
|
|
5667
|
+
/** Contact */
|
|
5668
|
+
CONTACT = "CONTACT"
|
|
5669
|
+
}
|
|
5632
5670
|
export interface NotificationPreferencesFilterConfig {
|
|
5633
5671
|
/** the base URI where all the methods are deployed. E.g. "https://golden-coupons.com/wix-provider" */
|
|
5634
5672
|
baseUri?: SpiBaseUri;
|
|
@@ -6633,12 +6671,19 @@ export interface Context {
|
|
|
6633
6671
|
export interface UnifiedPage {
|
|
6634
6672
|
/** Base info of component by shared logic of unified components */
|
|
6635
6673
|
base?: BaseInfo;
|
|
6636
|
-
/**
|
|
6674
|
+
/**
|
|
6675
|
+
* Page installation settings
|
|
6676
|
+
* @deprecated Page installation settings
|
|
6677
|
+
* @replacedBy editor_settings
|
|
6678
|
+
* @targetRemovalDate 2026-02-26
|
|
6679
|
+
*/
|
|
6637
6680
|
installation?: PageInstallationSettings;
|
|
6638
6681
|
/** Page replacing options (replacer \ replacing \ none) */
|
|
6639
6682
|
pageReplace?: PageReplaceOptions;
|
|
6640
6683
|
/** Content of page */
|
|
6641
6684
|
content?: PageContent;
|
|
6685
|
+
/** Settings for how the page integrates with the editor */
|
|
6686
|
+
editorSettings?: UnifiedPageEditorSettings;
|
|
6642
6687
|
}
|
|
6643
6688
|
export interface PageInstallationSettings {
|
|
6644
6689
|
/** Shared installation settings for unified components */
|
|
@@ -6663,6 +6708,22 @@ export interface WidgetAsContent {
|
|
|
6663
6708
|
widgetGuid?: string;
|
|
6664
6709
|
/** The preset should be used */
|
|
6665
6710
|
preset?: MainPresets;
|
|
6711
|
+
/** Mark widget as essential for the existence of the app (force to delete the whole app) */
|
|
6712
|
+
essential?: boolean | null;
|
|
6713
|
+
}
|
|
6714
|
+
export interface UnifiedPageEditorSettings {
|
|
6715
|
+
/** Basic editor settings that are relevant to all page types */
|
|
6716
|
+
base?: PageEditorSettings;
|
|
6717
|
+
/** slug of the page (last part of url that point to the page) */
|
|
6718
|
+
slug?: string | null;
|
|
6719
|
+
}
|
|
6720
|
+
export interface PageEditorSettings {
|
|
6721
|
+
/** Add the page to the site menu */
|
|
6722
|
+
addToSiteMenu?: boolean | null;
|
|
6723
|
+
/** Can a page be linked through the link panel */
|
|
6724
|
+
linkable?: boolean | null;
|
|
6725
|
+
/** Can a page be duplicated in the editor (if no essential widget is added in the container) */
|
|
6726
|
+
duplicatable?: boolean | null;
|
|
6666
6727
|
}
|
|
6667
6728
|
export interface AvailabilityTimeSlotsProviderConfig {
|
|
6668
6729
|
/** URI where the SPI Implementer is deployed. */
|
|
@@ -7382,6 +7443,8 @@ export interface TextInput {
|
|
|
7382
7443
|
* Default: true
|
|
7383
7444
|
*/
|
|
7384
7445
|
showLabel?: boolean | null;
|
|
7446
|
+
/** Default value for the text input */
|
|
7447
|
+
default?: string | null;
|
|
7385
7448
|
}
|
|
7386
7449
|
export interface RadioGroup {
|
|
7387
7450
|
/** Label of the field */
|
|
@@ -7423,9 +7486,15 @@ export interface RadioGroupCustomOption {
|
|
|
7423
7486
|
placeholder?: string | null;
|
|
7424
7487
|
}
|
|
7425
7488
|
export declare enum NumberOfColumns {
|
|
7489
|
+
/** Undefined number of columns. */
|
|
7426
7490
|
UNKNOWN = "UNKNOWN",
|
|
7491
|
+
/** Zero columns. */
|
|
7492
|
+
ZERO = "ZERO",
|
|
7493
|
+
/** One column. */
|
|
7427
7494
|
ONE = "ONE",
|
|
7495
|
+
/** Two columns. */
|
|
7428
7496
|
TWO = "TWO",
|
|
7497
|
+
/** Three columns. */
|
|
7429
7498
|
THREE = "THREE"
|
|
7430
7499
|
}
|
|
7431
7500
|
export interface Dropdown {
|
|
@@ -7481,6 +7550,8 @@ export interface DateTimeInput {
|
|
|
7481
7550
|
* Default: false.
|
|
7482
7551
|
*/
|
|
7483
7552
|
use24HourFormat?: boolean;
|
|
7553
|
+
/** Default value for the date time input. */
|
|
7554
|
+
default?: string | null;
|
|
7484
7555
|
}
|
|
7485
7556
|
export interface PhoneInput {
|
|
7486
7557
|
/** Label of the field */
|
|
@@ -7517,6 +7588,8 @@ export interface DateInput {
|
|
|
7517
7588
|
* Default: true
|
|
7518
7589
|
*/
|
|
7519
7590
|
showPlaceholder?: boolean | null;
|
|
7591
|
+
/** Default value for the date input. */
|
|
7592
|
+
default?: string | null;
|
|
7520
7593
|
}
|
|
7521
7594
|
export interface TimeInput {
|
|
7522
7595
|
/** Label of the field. Displayed text for the date/time input. */
|
|
@@ -7538,6 +7611,8 @@ export interface TimeInput {
|
|
|
7538
7611
|
* Default: false.
|
|
7539
7612
|
*/
|
|
7540
7613
|
use24HourFormat?: boolean;
|
|
7614
|
+
/** Default value for the time input. */
|
|
7615
|
+
default?: string | null;
|
|
7541
7616
|
}
|
|
7542
7617
|
export interface DatePicker {
|
|
7543
7618
|
/** Label of the field. Displayed text for the date/time input. */
|
|
@@ -7553,9 +7628,13 @@ export interface DatePicker {
|
|
|
7553
7628
|
placeholder?: string | null;
|
|
7554
7629
|
/** First day of the week displayed on date picker. */
|
|
7555
7630
|
firstDayOfWeek?: FirstDayOfWeek;
|
|
7631
|
+
/** Default value for the date picker. */
|
|
7632
|
+
default?: string | null;
|
|
7556
7633
|
}
|
|
7557
7634
|
export declare enum FirstDayOfWeek {
|
|
7635
|
+
/** First day of the week is Monday. */
|
|
7558
7636
|
MONDAY = "MONDAY",
|
|
7637
|
+
/** First day of the week is Sunday. */
|
|
7559
7638
|
SUNDAY = "SUNDAY"
|
|
7560
7639
|
}
|
|
7561
7640
|
export interface NumberType {
|
|
@@ -7585,6 +7664,8 @@ export interface NumberInput {
|
|
|
7585
7664
|
* Default: true
|
|
7586
7665
|
*/
|
|
7587
7666
|
showLabel?: boolean | null;
|
|
7667
|
+
/** Default value for the number input */
|
|
7668
|
+
default?: number | null;
|
|
7588
7669
|
}
|
|
7589
7670
|
export interface RatingInput {
|
|
7590
7671
|
/** Label of the field */
|
|
@@ -7815,16 +7896,17 @@ export interface FileUpload {
|
|
|
7815
7896
|
explanationText?: string | null;
|
|
7816
7897
|
}
|
|
7817
7898
|
export declare enum UploadFileFormat {
|
|
7899
|
+
/** Undefined upload file format. */
|
|
7818
7900
|
UNDEFINED = "UNDEFINED",
|
|
7819
|
-
/** Video files */
|
|
7901
|
+
/** Video files. */
|
|
7820
7902
|
VIDEO = "VIDEO",
|
|
7821
|
-
/** Image files */
|
|
7903
|
+
/** Image files. */
|
|
7822
7904
|
IMAGE = "IMAGE",
|
|
7823
|
-
/** Audio files */
|
|
7905
|
+
/** Audio files. */
|
|
7824
7906
|
AUDIO = "AUDIO",
|
|
7825
|
-
/** Document files */
|
|
7907
|
+
/** Document files. */
|
|
7826
7908
|
DOCUMENT = "DOCUMENT",
|
|
7827
|
-
/** Archive files */
|
|
7909
|
+
/** Archive files. */
|
|
7828
7910
|
ARCHIVE = "ARCHIVE"
|
|
7829
7911
|
}
|
|
7830
7912
|
export interface Signature {
|
|
@@ -7934,6 +8016,8 @@ export interface ProductCheckboxGroupOption {
|
|
|
7934
8016
|
id?: string;
|
|
7935
8017
|
/** Media item. Media, associated with option, like image. */
|
|
7936
8018
|
media?: MediaItem;
|
|
8019
|
+
/** Flag identifying that option should be selected by default */
|
|
8020
|
+
default?: boolean;
|
|
7937
8021
|
}
|
|
7938
8022
|
export declare enum ImageFit {
|
|
7939
8023
|
UNKNOWN_IMAGE_FIT = "UNKNOWN_IMAGE_FIT",
|
|
@@ -8021,8 +8105,9 @@ export interface ComponentsMultilineAddress {
|
|
|
8021
8105
|
autocompleteEnabled?: boolean;
|
|
8022
8106
|
}
|
|
8023
8107
|
export declare enum DefaultCountryConfigType {
|
|
8108
|
+
/** Unknown default country config type. */
|
|
8024
8109
|
UNKNOWN_DEFAULT_COUNTRY = "UNKNOWN_DEFAULT_COUNTRY",
|
|
8025
|
-
/** Country
|
|
8110
|
+
/** Country is determined by customer's IP address. */
|
|
8026
8111
|
BY_IP = "BY_IP",
|
|
8027
8112
|
/** Pre-selected default country. */
|
|
8028
8113
|
COUNTRY = "COUNTRY"
|
|
@@ -9004,6 +9089,8 @@ export interface FactorConfig {
|
|
|
9004
9089
|
uriConfig?: SpiBaseUri;
|
|
9005
9090
|
/** the type of the factor */
|
|
9006
9091
|
factorType?: FactorType;
|
|
9092
|
+
/** whether the factor supports verify without enrolling first */
|
|
9093
|
+
supportsVerifyWithoutEnroll?: boolean;
|
|
9007
9094
|
}
|
|
9008
9095
|
export declare enum FactorType {
|
|
9009
9096
|
UNKNOWN_FACTOR_TYPE = "UNKNOWN_FACTOR_TYPE",
|
|
@@ -9108,14 +9195,6 @@ export interface LightboxEditorSettings {
|
|
|
9108
9195
|
/** Basic editor settings that are relevant to all page types */
|
|
9109
9196
|
base?: PageEditorSettings;
|
|
9110
9197
|
}
|
|
9111
|
-
export interface PageEditorSettings {
|
|
9112
|
-
/** Add the page to the site menu */
|
|
9113
|
-
addToSiteMenu?: boolean | null;
|
|
9114
|
-
/** Can a page be linked through the link panel */
|
|
9115
|
-
linkable?: boolean | null;
|
|
9116
|
-
/** Can a page be duplicated in the editor (if no essential widget is added in the container) */
|
|
9117
|
-
duplicatable?: boolean | null;
|
|
9118
|
-
}
|
|
9119
9198
|
export interface LightboxCloseOptions {
|
|
9120
9199
|
/** If true or unset, the lightbox will be closed when overlay is clicked */
|
|
9121
9200
|
closeOnOverlayClick?: boolean | null;
|
|
@@ -9412,23 +9491,50 @@ export interface TextToSpeechActionMessage {
|
|
|
9412
9491
|
export interface AudienceProviderConfig {
|
|
9413
9492
|
/** notification preference filter SPI configuration */
|
|
9414
9493
|
baseUri?: SpiBaseUri;
|
|
9494
|
+
/** Provider key */
|
|
9495
|
+
key?: string;
|
|
9496
|
+
/** The name of the audience provider, e.g. `Blog Post Subscribers` / `Contacts Labels` */
|
|
9497
|
+
displayName?: string;
|
|
9415
9498
|
/** Type of participant. Each audience provider can support only one type of recipient */
|
|
9416
|
-
|
|
9499
|
+
participantType?: ParticipantType;
|
|
9417
9500
|
/** Standard json schema which describe the json the provider should get in the Resolve end point */
|
|
9418
9501
|
inputSchema?: Record<string, any> | null;
|
|
9419
|
-
/**
|
|
9420
|
-
|
|
9421
|
-
|
|
9422
|
-
|
|
9502
|
+
/**
|
|
9503
|
+
* Interface configuration
|
|
9504
|
+
* If empty default interface configuration will be auto generated based on the input schema
|
|
9505
|
+
*/
|
|
9506
|
+
interfaceConfiguration?: InterfaceConfiguration;
|
|
9423
9507
|
/** Specifying which optional methods are implemented. */
|
|
9424
9508
|
implementedMethods?: ImplementedMethods;
|
|
9425
|
-
/**
|
|
9426
|
-
|
|
9509
|
+
/** Define the scopes which the provider audience is relevant */
|
|
9510
|
+
scopes?: Scope[];
|
|
9427
9511
|
}
|
|
9428
9512
|
export declare enum ParticipantType {
|
|
9429
9513
|
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
9430
9514
|
WIX_USER = "WIX_USER",
|
|
9431
|
-
CONTACT = "CONTACT"
|
|
9515
|
+
CONTACT = "CONTACT",
|
|
9516
|
+
ANONYMOUS = "ANONYMOUS"
|
|
9517
|
+
}
|
|
9518
|
+
export interface InterfaceConfiguration extends InterfaceConfigurationOfTypeOneOf {
|
|
9519
|
+
/** Should be filled if the provider implements its own custom UI */
|
|
9520
|
+
widgetComponentConfiguration?: WidgetComponent;
|
|
9521
|
+
/** Type of interface configuration */
|
|
9522
|
+
type?: InterfaceConfigurationType;
|
|
9523
|
+
}
|
|
9524
|
+
/** @oneof */
|
|
9525
|
+
export interface InterfaceConfigurationOfTypeOneOf {
|
|
9526
|
+
/** Should be filled if the provider implements its own custom UI */
|
|
9527
|
+
widgetComponentConfiguration?: WidgetComponent;
|
|
9528
|
+
}
|
|
9529
|
+
export declare enum InterfaceConfigurationType {
|
|
9530
|
+
/** Widget component built by the provider */
|
|
9531
|
+
WIDGET_COMPONENT = "WIDGET_COMPONENT",
|
|
9532
|
+
/** Item Selection, in case the provider implemented item selection component */
|
|
9533
|
+
ITEM_SELECTION = "ITEM_SELECTION"
|
|
9534
|
+
}
|
|
9535
|
+
export interface WidgetComponent {
|
|
9536
|
+
/** widget component id */
|
|
9537
|
+
componentId?: string;
|
|
9432
9538
|
}
|
|
9433
9539
|
export interface ItemSelection {
|
|
9434
9540
|
/** Item selection provider key */
|
|
@@ -9440,6 +9546,12 @@ export interface ImplementedMethods {
|
|
|
9440
9546
|
/** Implements countParticipants */
|
|
9441
9547
|
countParticipants?: boolean;
|
|
9442
9548
|
}
|
|
9549
|
+
export declare enum Scope {
|
|
9550
|
+
/** Provider audience is available only in scope of specific site */
|
|
9551
|
+
SPECIFIC_SITE = "SPECIFIC_SITE",
|
|
9552
|
+
/** Provider audience is available only in scope of non specific site */
|
|
9553
|
+
NON_SPECIFIC_SITE = "NON_SPECIFIC_SITE"
|
|
9554
|
+
}
|
|
9443
9555
|
/** Config for the Price SPI */
|
|
9444
9556
|
export interface PriceSPIConfig {
|
|
9445
9557
|
/** Pricing plan for which the SPI method should optionally apply */
|
|
@@ -9484,10 +9596,12 @@ export interface EditorReactComponent {
|
|
|
9484
9596
|
type?: string;
|
|
9485
9597
|
/** The public description of the component do display */
|
|
9486
9598
|
description?: string;
|
|
9487
|
-
/**
|
|
9599
|
+
/** List of component resources. This comprises any runtime code we need to load and execute for the component. */
|
|
9488
9600
|
resources?: Resources;
|
|
9489
9601
|
/** The configuration describing the component abilities and behaviors on the Editor stage */
|
|
9490
9602
|
editorElement?: EditorElement;
|
|
9603
|
+
/** The installation settings of the component */
|
|
9604
|
+
installation?: InstallationInfo;
|
|
9491
9605
|
}
|
|
9492
9606
|
export interface Resources {
|
|
9493
9607
|
/** The bundle we will load and render in the browser */
|
|
@@ -9994,10 +10108,41 @@ export interface RefElement {
|
|
|
9994
10108
|
/** The override of the used element custom actions */
|
|
9995
10109
|
customActions?: Record<string, Action>;
|
|
9996
10110
|
}
|
|
10111
|
+
export interface InstallationInfo extends InstallationInfoTargetContainerOneOf {
|
|
10112
|
+
/** Which static container should the widget be installed at */
|
|
10113
|
+
staticContainer?: StaticContainer;
|
|
10114
|
+
/** Default presets per breakpoint with which the widget should be installed */
|
|
10115
|
+
presets?: DefaultPresets;
|
|
10116
|
+
}
|
|
10117
|
+
/** @oneof */
|
|
10118
|
+
export interface InstallationInfoTargetContainerOneOf {
|
|
10119
|
+
/** Which static container should the widget be installed at */
|
|
10120
|
+
staticContainer?: StaticContainer;
|
|
10121
|
+
}
|
|
9997
10122
|
export interface MarketplaceSPIConfig {
|
|
9998
10123
|
/** URI where the SPI implementer is deployed */
|
|
9999
10124
|
deploymentUri?: SpiBaseUri;
|
|
10000
10125
|
}
|
|
10126
|
+
export interface FormSchemaDynamicValuesSpiConfig {
|
|
10127
|
+
/** URI where the SPI Implementer is deployed. */
|
|
10128
|
+
uriConfig?: SpiBaseUri;
|
|
10129
|
+
/** Form ID which contains dynamic fields. */
|
|
10130
|
+
formId?: string;
|
|
10131
|
+
/** Field IDs which trigger loading of dynamic values. */
|
|
10132
|
+
fieldsIds?: string[];
|
|
10133
|
+
}
|
|
10134
|
+
export interface BlogPaywallProviderConfig {
|
|
10135
|
+
/** Uri config */
|
|
10136
|
+
uriConfig?: SpiBaseUri;
|
|
10137
|
+
}
|
|
10138
|
+
export interface RewardProviderConfig {
|
|
10139
|
+
/** URI where the SPI Implementer is deployed */
|
|
10140
|
+
deploymentUri?: SpiBaseUri;
|
|
10141
|
+
/** Name of the reward that will be visible to the end users */
|
|
10142
|
+
rewardName?: string;
|
|
10143
|
+
/** Description of the reward that will be visible to the end users, describing how the reward works */
|
|
10144
|
+
rewardDescription?: string;
|
|
10145
|
+
}
|
|
10001
10146
|
export interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
|
|
10002
10147
|
gradualRollout?: GradualRolloutCacheEntity;
|
|
10003
10148
|
gradualUpdate?: GradualUpdateCacheEntity;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.ActionName = exports.PanelType = exports.ActionType = exports.ElementType = exports.LinkType = exports.A11yAttributes = exports.DataType = exports.CssDataType = exports.CssPropertyType = exports.ParticipantType = exports.Method = exports.StorageDomain = exports.ConsentCategory = exports.StorageType = exports.PanelContentType = exports.Width = exports.ImportanceLevel = exports.Escalation = exports.MonitoringType = exports.FactorType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.ChannelConfigurationChannelType = exports.WixCodePublishTaskName = exports.EditableProperties = exports.CustomFieldsType = exports.TemplateType = exports.SubmitSuccessAction = exports.Target = exports.Operator = void 0;
|
|
3
|
+
exports.RestrictedOperation = exports.LockableOperation = exports.AlgorithmType = exports.ViewMode = exports.BackOfficeScriptAssetType = exports.SlotDataType = exports.DtsDefinitionType = exports.BackOfficeHostingPlatforms = exports.ExtendingComponentType = exports.ExecutionType = exports.SourceType = exports.ActionSPIConfigInterfaceConfigurationType = exports.HookType = exports.Default = exports.MeasurementSystem = exports.MandatoryField = exports.HostContainerId = exports.PartialPaymentRestriction = exports.SchemaFieldExposure = exports.SimpleType = exports.PrimitiveType = exports.ExtensionType = exports.ScriptType = exports.WebComponentDataElementType = exports.DefaultTextStyle = exports.BarAlignmentSelected = exports.ThumbnailsSize = exports.TemplateDefaultColor = exports.EmbedCategory = exports.EmbeddedScriptPlacement = exports.EmbeddedScriptPages = exports.StaticContainer = exports.RegionType = exports.InstallPage = exports.HTTPMethod = exports.Maturity = exports.Exposure = exports.PluginInterface = exports.ReplacementType = exports.VerticalDocking = exports.HorizontalDocking = exports.UnitType = exports.Region = exports.WidgetWidthType = exports.WidgetHorizontal = exports.WidgetVertical = exports.ComponentType = exports.RequestedField = exports.WebhookIdentityType = exports.DataExtensionSchemaState = void 0;
|
|
4
|
+
exports.OAuthTechnologies = exports.OAuthAppType = exports.SyncToCalendar = exports.ListEventFromCalendars = exports.ConnectMethod = exports.CalendarType = exports.NullValue = exports.VerticalAlignment = exports.Direction = exports.InitialExpandedItems = exports.AppType = exports.FontType = exports.DecorationType = exports.BackgroundType = exports.PollLayoutDirection = exports.PollLayoutType = exports.VoteRole = exports.ViewRole = exports.MapType = exports.HTMLDataSource = exports.GIFType = exports.ThumbnailsAlignment = exports.Crop = exports.Orientation = exports.LayoutType = exports.PDFSettingsViewMode = exports.Alignment = exports.DividerDataWidth = exports.LineStyle = exports.TextAlignment = exports.LinkTarget = exports.ButtonDataType = exports.PluginContainerDataAlignment = exports.WidthType = exports.NodeType = exports.InitDirection = exports.AcceptedSmsMessageType = exports.MediaMimeType = exports.AcceptedDirectMessageType = exports.ChannelType = exports.FilterOptionsType = exports.FilterSelectionType = exports.Tag = exports.AvatarShape = exports.ImageShape = exports.ThumbnailType = exports.TextInputDisplayType = exports.Status = exports.Domain = exports.BlockType = void 0;
|
|
5
|
+
exports.DisplayFieldType = exports.ContactField = exports.ConfirmationLevel = exports.AddressInfoTag = exports.PhoneInfoTag = exports.EmailInfoTag = exports.InputType = exports.DefaultCountryConfigType = exports.MultilineAddressComponentType = exports.ImageFit = exports.PriceType = exports.ProductType = exports.PaymentComponentType = exports.UploadFileFormat = exports.WixFileComponentType = exports.ArrayComponentType = exports.PropertiesTypeEnum = exports.ItemType = exports.BooleanComponentType = exports.NumberComponentType = exports.FirstDayOfWeek = exports.NumberOfColumns = exports.StringComponentType = exports.Format = exports.FieldType = exports.HeightMode = exports.CustomElementScriptType = exports.SchemaFieldFieldType = exports.SchemaScope = exports.Environment = exports.Type = exports.RecipientFilterType = exports.UserNotificationDataType = exports.Intent = exports.ExposureRuleType = exports.AndroidStyle = exports.MobileApplication = exports.IconType = exports.Level = exports.InitiatorType = exports.UserNotificationDataRecipientFilterType = exports.TypedDynamicParamType = exports.PlanPeriodUnit = exports.PlanFormDefaultSection = exports.PlanFormPricingOption = exports.RecipientType = exports.NotificationTopicType = exports.NotificationTopicState = exports.PingSettingsGroupComponentDataState = exports.NavigationType = void 0;
|
|
6
|
+
exports.ActionName = exports.PanelType = exports.ActionType = exports.ElementType = exports.LinkType = exports.A11yAttributes = exports.DataType = exports.CssDataType = exports.CssPropertyType = exports.Scope = exports.InterfaceConfigurationType = exports.ParticipantType = exports.Method = exports.StorageDomain = exports.ConsentCategory = exports.StorageType = exports.PanelContentType = exports.Width = exports.ImportanceLevel = exports.Escalation = exports.MonitoringType = exports.FactorType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.ChannelConfigurationChannelType = exports.WixCodePublishTaskName = exports.EditableProperties = exports.CustomFieldsType = exports.TemplateType = exports.SubmitSuccessAction = exports.Target = exports.Operator = exports.OverrideEntityType = exports.ChangeableProperty = void 0;
|
|
7
7
|
var DataExtensionSchemaState;
|
|
8
8
|
(function (DataExtensionSchemaState) {
|
|
9
9
|
})(DataExtensionSchemaState || (exports.DataExtensionSchemaState = DataExtensionSchemaState = {}));
|
|
@@ -197,6 +197,9 @@ var ComponentType;
|
|
|
197
197
|
ComponentType["PRICING_PLANS_FEES"] = "PRICING_PLANS_FEES";
|
|
198
198
|
ComponentType["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
199
199
|
ComponentType["SUPPLIERS_HUB_MARKETPLACE"] = "SUPPLIERS_HUB_MARKETPLACE";
|
|
200
|
+
ComponentType["FORM_SCHEMA_DYNAMIC_VALUES"] = "FORM_SCHEMA_DYNAMIC_VALUES";
|
|
201
|
+
ComponentType["BLOG_PAYWALL_PROVIDER"] = "BLOG_PAYWALL_PROVIDER";
|
|
202
|
+
ComponentType["LOYALTY_CUSTOM_REWARDS_V2"] = "LOYALTY_CUSTOM_REWARDS_V2";
|
|
200
203
|
})(ComponentType || (exports.ComponentType = ComponentType = {}));
|
|
201
204
|
/** Vertical widget position in the browser window */
|
|
202
205
|
var WidgetVertical;
|
|
@@ -334,6 +337,12 @@ var RegionType;
|
|
|
334
337
|
RegionType["BODY"] = "BODY";
|
|
335
338
|
RegionType["FOOTER"] = "FOOTER";
|
|
336
339
|
})(RegionType || (exports.RegionType = RegionType = {}));
|
|
340
|
+
var StaticContainer;
|
|
341
|
+
(function (StaticContainer) {
|
|
342
|
+
StaticContainer["UNKNOWN_CONTAINER"] = "UNKNOWN_CONTAINER";
|
|
343
|
+
/** Widget should be installed in the homepage */
|
|
344
|
+
StaticContainer["HOMEPAGE"] = "HOMEPAGE";
|
|
345
|
+
})(StaticContainer || (exports.StaticContainer = StaticContainer = {}));
|
|
337
346
|
/** Category of pages this will be embedded on (single, many, none) */
|
|
338
347
|
var EmbeddedScriptPages;
|
|
339
348
|
(function (EmbeddedScriptPages) {
|
|
@@ -500,12 +509,12 @@ var HookType;
|
|
|
500
509
|
HookType["BEFORE"] = "BEFORE";
|
|
501
510
|
HookType["AFTER"] = "AFTER";
|
|
502
511
|
})(HookType || (exports.HookType = HookType = {}));
|
|
503
|
-
var
|
|
504
|
-
(function (
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
})(
|
|
512
|
+
var ActionSPIConfigInterfaceConfigurationType;
|
|
513
|
+
(function (ActionSPIConfigInterfaceConfigurationType) {
|
|
514
|
+
ActionSPIConfigInterfaceConfigurationType["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
515
|
+
ActionSPIConfigInterfaceConfigurationType["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
|
|
516
|
+
ActionSPIConfigInterfaceConfigurationType["GENERIC"] = "GENERIC";
|
|
517
|
+
})(ActionSPIConfigInterfaceConfigurationType || (exports.ActionSPIConfigInterfaceConfigurationType = ActionSPIConfigInterfaceConfigurationType = {}));
|
|
509
518
|
var SourceType;
|
|
510
519
|
(function (SourceType) {
|
|
511
520
|
SourceType["UNKNOWN_SOURCE_TYPE"] = "UNKNOWN_SOURCE_TYPE";
|
|
@@ -914,7 +923,7 @@ var ThumbnailsAlignment;
|
|
|
914
923
|
})(ThumbnailsAlignment || (exports.ThumbnailsAlignment = ThumbnailsAlignment = {}));
|
|
915
924
|
var GIFType;
|
|
916
925
|
(function (GIFType) {
|
|
917
|
-
GIFType["
|
|
926
|
+
GIFType["NORMAL"] = "NORMAL";
|
|
918
927
|
GIFType["STICKER"] = "STICKER";
|
|
919
928
|
})(GIFType || (exports.GIFType = GIFType = {}));
|
|
920
929
|
var HTMLDataSource;
|
|
@@ -1123,6 +1132,14 @@ var NotificationTopicType;
|
|
|
1123
1132
|
NotificationTopicType["PROMOTIONAL"] = "PROMOTIONAL";
|
|
1124
1133
|
NotificationTopicType["TRANSACTIONAL"] = "TRANSACTIONAL";
|
|
1125
1134
|
})(NotificationTopicType || (exports.NotificationTopicType = NotificationTopicType = {}));
|
|
1135
|
+
/** Recipient type */
|
|
1136
|
+
var RecipientType;
|
|
1137
|
+
(function (RecipientType) {
|
|
1138
|
+
/** Wix User */
|
|
1139
|
+
RecipientType["WIX_USER"] = "WIX_USER";
|
|
1140
|
+
/** Contact */
|
|
1141
|
+
RecipientType["CONTACT"] = "CONTACT";
|
|
1142
|
+
})(RecipientType || (exports.RecipientType = RecipientType = {}));
|
|
1126
1143
|
var PlanFormPricingOption;
|
|
1127
1144
|
(function (PlanFormPricingOption) {
|
|
1128
1145
|
PlanFormPricingOption["FREE"] = "FREE";
|
|
@@ -1306,14 +1323,22 @@ var StringComponentType;
|
|
|
1306
1323
|
})(StringComponentType || (exports.StringComponentType = StringComponentType = {}));
|
|
1307
1324
|
var NumberOfColumns;
|
|
1308
1325
|
(function (NumberOfColumns) {
|
|
1326
|
+
/** Undefined number of columns. */
|
|
1309
1327
|
NumberOfColumns["UNKNOWN"] = "UNKNOWN";
|
|
1328
|
+
/** Zero columns. */
|
|
1329
|
+
NumberOfColumns["ZERO"] = "ZERO";
|
|
1330
|
+
/** One column. */
|
|
1310
1331
|
NumberOfColumns["ONE"] = "ONE";
|
|
1332
|
+
/** Two columns. */
|
|
1311
1333
|
NumberOfColumns["TWO"] = "TWO";
|
|
1334
|
+
/** Three columns. */
|
|
1312
1335
|
NumberOfColumns["THREE"] = "THREE";
|
|
1313
1336
|
})(NumberOfColumns || (exports.NumberOfColumns = NumberOfColumns = {}));
|
|
1314
1337
|
var FirstDayOfWeek;
|
|
1315
1338
|
(function (FirstDayOfWeek) {
|
|
1339
|
+
/** First day of the week is Monday. */
|
|
1316
1340
|
FirstDayOfWeek["MONDAY"] = "MONDAY";
|
|
1341
|
+
/** First day of the week is Sunday. */
|
|
1317
1342
|
FirstDayOfWeek["SUNDAY"] = "SUNDAY";
|
|
1318
1343
|
})(FirstDayOfWeek || (exports.FirstDayOfWeek = FirstDayOfWeek = {}));
|
|
1319
1344
|
var NumberComponentType;
|
|
@@ -1358,16 +1383,17 @@ var WixFileComponentType;
|
|
|
1358
1383
|
})(WixFileComponentType || (exports.WixFileComponentType = WixFileComponentType = {}));
|
|
1359
1384
|
var UploadFileFormat;
|
|
1360
1385
|
(function (UploadFileFormat) {
|
|
1386
|
+
/** Undefined upload file format. */
|
|
1361
1387
|
UploadFileFormat["UNDEFINED"] = "UNDEFINED";
|
|
1362
|
-
/** Video files */
|
|
1388
|
+
/** Video files. */
|
|
1363
1389
|
UploadFileFormat["VIDEO"] = "VIDEO";
|
|
1364
|
-
/** Image files */
|
|
1390
|
+
/** Image files. */
|
|
1365
1391
|
UploadFileFormat["IMAGE"] = "IMAGE";
|
|
1366
|
-
/** Audio files */
|
|
1392
|
+
/** Audio files. */
|
|
1367
1393
|
UploadFileFormat["AUDIO"] = "AUDIO";
|
|
1368
|
-
/** Document files */
|
|
1394
|
+
/** Document files. */
|
|
1369
1395
|
UploadFileFormat["DOCUMENT"] = "DOCUMENT";
|
|
1370
|
-
/** Archive files */
|
|
1396
|
+
/** Archive files. */
|
|
1371
1397
|
UploadFileFormat["ARCHIVE"] = "ARCHIVE";
|
|
1372
1398
|
})(UploadFileFormat || (exports.UploadFileFormat = UploadFileFormat = {}));
|
|
1373
1399
|
var PaymentComponentType;
|
|
@@ -1407,8 +1433,9 @@ var MultilineAddressComponentType;
|
|
|
1407
1433
|
})(MultilineAddressComponentType || (exports.MultilineAddressComponentType = MultilineAddressComponentType = {}));
|
|
1408
1434
|
var DefaultCountryConfigType;
|
|
1409
1435
|
(function (DefaultCountryConfigType) {
|
|
1436
|
+
/** Unknown default country config type. */
|
|
1410
1437
|
DefaultCountryConfigType["UNKNOWN_DEFAULT_COUNTRY"] = "UNKNOWN_DEFAULT_COUNTRY";
|
|
1411
|
-
/** Country
|
|
1438
|
+
/** Country is determined by customer's IP address. */
|
|
1412
1439
|
DefaultCountryConfigType["BY_IP"] = "BY_IP";
|
|
1413
1440
|
/** Pre-selected default country. */
|
|
1414
1441
|
DefaultCountryConfigType["COUNTRY"] = "COUNTRY";
|
|
@@ -1704,7 +1731,22 @@ var ParticipantType;
|
|
|
1704
1731
|
ParticipantType["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
1705
1732
|
ParticipantType["WIX_USER"] = "WIX_USER";
|
|
1706
1733
|
ParticipantType["CONTACT"] = "CONTACT";
|
|
1734
|
+
ParticipantType["ANONYMOUS"] = "ANONYMOUS";
|
|
1707
1735
|
})(ParticipantType || (exports.ParticipantType = ParticipantType = {}));
|
|
1736
|
+
var InterfaceConfigurationType;
|
|
1737
|
+
(function (InterfaceConfigurationType) {
|
|
1738
|
+
/** Widget component built by the provider */
|
|
1739
|
+
InterfaceConfigurationType["WIDGET_COMPONENT"] = "WIDGET_COMPONENT";
|
|
1740
|
+
/** Item Selection, in case the provider implemented item selection component */
|
|
1741
|
+
InterfaceConfigurationType["ITEM_SELECTION"] = "ITEM_SELECTION";
|
|
1742
|
+
})(InterfaceConfigurationType || (exports.InterfaceConfigurationType = InterfaceConfigurationType = {}));
|
|
1743
|
+
var Scope;
|
|
1744
|
+
(function (Scope) {
|
|
1745
|
+
/** Provider audience is available only in scope of specific site */
|
|
1746
|
+
Scope["SPECIFIC_SITE"] = "SPECIFIC_SITE";
|
|
1747
|
+
/** Provider audience is available only in scope of non specific site */
|
|
1748
|
+
Scope["NON_SPECIFIC_SITE"] = "NON_SPECIFIC_SITE";
|
|
1749
|
+
})(Scope || (exports.Scope = Scope = {}));
|
|
1708
1750
|
/** The supported [CSS Property Types](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference#index) in Javascript naming format */
|
|
1709
1751
|
var CssPropertyType;
|
|
1710
1752
|
(function (CssPropertyType) {
|