@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
|
@@ -508,7 +508,10 @@ export declare enum ComponentType {
|
|
|
508
508
|
PAYMENTS_DISPUTE_SERVICE_PLUGIN = "PAYMENTS_DISPUTE_SERVICE_PLUGIN",
|
|
509
509
|
PRICING_PLANS_FEES = "PRICING_PLANS_FEES",
|
|
510
510
|
EDITOR_REACT_COMPONENT = "EDITOR_REACT_COMPONENT",
|
|
511
|
-
SUPPLIERS_HUB_MARKETPLACE = "SUPPLIERS_HUB_MARKETPLACE"
|
|
511
|
+
SUPPLIERS_HUB_MARKETPLACE = "SUPPLIERS_HUB_MARKETPLACE",
|
|
512
|
+
FORM_SCHEMA_DYNAMIC_VALUES = "FORM_SCHEMA_DYNAMIC_VALUES",
|
|
513
|
+
BLOG_PAYWALL_PROVIDER = "BLOG_PAYWALL_PROVIDER",
|
|
514
|
+
LOYALTY_CUSTOM_REWARDS_V2 = "LOYALTY_CUSTOM_REWARDS_V2"
|
|
512
515
|
}
|
|
513
516
|
/** Component data */
|
|
514
517
|
export interface ComponentData extends ComponentDataDataOneOf {
|
|
@@ -1452,11 +1455,30 @@ export interface HelpResources {
|
|
|
1452
1455
|
/** The Wix Answers' article related to the component (chosen by own app) */
|
|
1453
1456
|
articleId?: string;
|
|
1454
1457
|
}
|
|
1455
|
-
export interface WidgetInstallationSettings {
|
|
1456
|
-
/**
|
|
1458
|
+
export interface WidgetInstallationSettings extends WidgetInstallationSettingsTargetContainerOneOf {
|
|
1459
|
+
/** Which static container should the widget be installed at */
|
|
1460
|
+
staticContainer?: StaticContainer;
|
|
1461
|
+
/**
|
|
1462
|
+
* Deprecated, autoAdd should be mapped to static_container HOMEPAGE, essential should be mapped to container. Shared installation settings for unified components
|
|
1463
|
+
* @deprecated Deprecated, autoAdd should be mapped to static_container HOMEPAGE, essential should be mapped to container. Shared installation settings for unified components
|
|
1464
|
+
* @replacedBy static_container
|
|
1465
|
+
* @targetRemovalDate 2026-02-26
|
|
1466
|
+
*/
|
|
1457
1467
|
base?: BaseInstallation;
|
|
1458
|
-
/**
|
|
1468
|
+
/**
|
|
1469
|
+
* Deprecated, default_preset should be mapped to presets, region is not relevant. Widget installation settings for unified components
|
|
1470
|
+
* @deprecated Deprecated, default_preset should be mapped to presets, region is not relevant. Widget installation settings for unified components
|
|
1471
|
+
* @replacedBy presets
|
|
1472
|
+
* @targetRemovalDate 2026-02-26
|
|
1473
|
+
*/
|
|
1459
1474
|
widget?: WidgetInstallation;
|
|
1475
|
+
/** Default presets per breakpoint with which the widget should be installed */
|
|
1476
|
+
presets?: DefaultPresets;
|
|
1477
|
+
}
|
|
1478
|
+
/** @oneof */
|
|
1479
|
+
export interface WidgetInstallationSettingsTargetContainerOneOf {
|
|
1480
|
+
/** Which static container should the widget be installed at */
|
|
1481
|
+
staticContainer?: StaticContainer;
|
|
1460
1482
|
}
|
|
1461
1483
|
export interface BaseInstallation {
|
|
1462
1484
|
/** Auto add component to stage */
|
|
@@ -1477,6 +1499,17 @@ export declare enum RegionType {
|
|
|
1477
1499
|
BODY = "BODY",
|
|
1478
1500
|
FOOTER = "FOOTER"
|
|
1479
1501
|
}
|
|
1502
|
+
export interface DefaultPresets {
|
|
1503
|
+
/** Default preset ID in small (mobile) breakpoint */
|
|
1504
|
+
small?: string | null;
|
|
1505
|
+
/** Default preset ID in large (desktop) breakpoint */
|
|
1506
|
+
large?: string | null;
|
|
1507
|
+
}
|
|
1508
|
+
export declare enum StaticContainer {
|
|
1509
|
+
UNKNOWN_CONTAINER = "UNKNOWN_CONTAINER",
|
|
1510
|
+
/** Widget should be installed in the homepage */
|
|
1511
|
+
HOMEPAGE = "HOMEPAGE"
|
|
1512
|
+
}
|
|
1480
1513
|
export interface ComponentModel {
|
|
1481
1514
|
/** The component type of the builder component. */
|
|
1482
1515
|
componentType?: string;
|
|
@@ -2601,13 +2634,13 @@ export interface ActionSPIConfig {
|
|
|
2601
2634
|
*/
|
|
2602
2635
|
executionType?: ExecutionType;
|
|
2603
2636
|
/** Chosen interface for action */
|
|
2604
|
-
interfaceConfiguration?:
|
|
2637
|
+
interfaceConfiguration?: ActionSPIConfigInterfaceConfiguration;
|
|
2605
2638
|
/** Icon representing the action in the UI */
|
|
2606
2639
|
icon?: string;
|
|
2607
2640
|
/** The action configuration source information */
|
|
2608
2641
|
source?: Source;
|
|
2609
2642
|
}
|
|
2610
|
-
export declare enum
|
|
2643
|
+
export declare enum ActionSPIConfigInterfaceConfigurationType {
|
|
2611
2644
|
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
2612
2645
|
WIDGET_COMPONENT = "WIDGET_COMPONENT",
|
|
2613
2646
|
GENERIC = "GENERIC"
|
|
@@ -2668,14 +2701,14 @@ export interface Metadata {
|
|
|
2668
2701
|
/** Show action only to advanced mode users (Wix staff) */
|
|
2669
2702
|
hidden?: boolean;
|
|
2670
2703
|
}
|
|
2671
|
-
export interface
|
|
2704
|
+
export interface ActionSPIConfigInterfaceConfiguration extends ActionSPIConfigInterfaceConfigurationOptionsOneOf {
|
|
2672
2705
|
widgetComponentOptions?: WidgetComponentOptions;
|
|
2673
2706
|
genericOptions?: GenericOptions;
|
|
2674
2707
|
/** Type of chosen interface */
|
|
2675
|
-
type?:
|
|
2708
|
+
type?: ActionSPIConfigInterfaceConfigurationType;
|
|
2676
2709
|
}
|
|
2677
2710
|
/** @oneof */
|
|
2678
|
-
export interface
|
|
2711
|
+
export interface ActionSPIConfigInterfaceConfigurationOptionsOneOf {
|
|
2679
2712
|
widgetComponentOptions?: WidgetComponentOptions;
|
|
2680
2713
|
genericOptions?: GenericOptions;
|
|
2681
2714
|
}
|
|
@@ -4511,7 +4544,7 @@ export interface GIFData {
|
|
|
4511
4544
|
height?: number;
|
|
4512
4545
|
/** Width in pixels. */
|
|
4513
4546
|
width?: number;
|
|
4514
|
-
/** Type of GIF (Sticker or
|
|
4547
|
+
/** Type of GIF (Sticker or NORMAL). Defaults to `NORMAL`. */
|
|
4515
4548
|
gifType?: GIFType;
|
|
4516
4549
|
}
|
|
4517
4550
|
export interface GIF {
|
|
@@ -4523,7 +4556,7 @@ export interface GIF {
|
|
|
4523
4556
|
still?: string | null;
|
|
4524
4557
|
}
|
|
4525
4558
|
export declare enum GIFType {
|
|
4526
|
-
|
|
4559
|
+
NORMAL = "NORMAL",
|
|
4527
4560
|
STICKER = "STICKER"
|
|
4528
4561
|
}
|
|
4529
4562
|
export interface HeadingData {
|
|
@@ -5401,15 +5434,11 @@ export interface CustomChargesConfig {
|
|
|
5401
5434
|
baseUri?: SpiBaseUri;
|
|
5402
5435
|
}
|
|
5403
5436
|
export interface ValidationsSPIConfig {
|
|
5404
|
-
/**
|
|
5405
|
-
* Whether to validate the cart page in addition to the checkout page.
|
|
5406
|
-
*
|
|
5407
|
-
* Default: `false`.
|
|
5408
|
-
*/
|
|
5437
|
+
/** Whether to validate the cart page in addition to the checkout page. Default: `false` */
|
|
5409
5438
|
validateInCart?: boolean;
|
|
5410
5439
|
/**
|
|
5411
5440
|
* Required. Base URI where the endpoints are called. Wix appends the endpoint path to the base URI.
|
|
5412
|
-
* For example, to call the Get
|
|
5441
|
+
* 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`.
|
|
5413
5442
|
*/
|
|
5414
5443
|
deploymentUri?: string;
|
|
5415
5444
|
}
|
|
@@ -5593,6 +5622,8 @@ export interface NotificationTopic {
|
|
|
5593
5622
|
state?: NotificationTopicState;
|
|
5594
5623
|
/** the type of the topic */
|
|
5595
5624
|
type?: NotificationTopicType;
|
|
5625
|
+
/** The recipients' types indicate that this topic is relevant. */
|
|
5626
|
+
supportedRecipientTypes?: RecipientType[];
|
|
5596
5627
|
}
|
|
5597
5628
|
export declare enum NotificationTopicState {
|
|
5598
5629
|
UNKNOWN_STATE = "UNKNOWN_STATE",
|
|
@@ -5604,6 +5635,13 @@ export declare enum NotificationTopicType {
|
|
|
5604
5635
|
PROMOTIONAL = "PROMOTIONAL",
|
|
5605
5636
|
TRANSACTIONAL = "TRANSACTIONAL"
|
|
5606
5637
|
}
|
|
5638
|
+
/** Recipient type */
|
|
5639
|
+
export declare enum RecipientType {
|
|
5640
|
+
/** Wix User */
|
|
5641
|
+
WIX_USER = "WIX_USER",
|
|
5642
|
+
/** Contact */
|
|
5643
|
+
CONTACT = "CONTACT"
|
|
5644
|
+
}
|
|
5607
5645
|
export interface NotificationPreferencesFilterConfig {
|
|
5608
5646
|
/** the base URI where all the methods are deployed. E.g. "https://golden-coupons.com/wix-provider" */
|
|
5609
5647
|
baseUri?: SpiBaseUri;
|
|
@@ -6608,12 +6646,19 @@ export interface Context {
|
|
|
6608
6646
|
export interface UnifiedPage {
|
|
6609
6647
|
/** Base info of component by shared logic of unified components */
|
|
6610
6648
|
base?: BaseInfo;
|
|
6611
|
-
/**
|
|
6649
|
+
/**
|
|
6650
|
+
* Page installation settings
|
|
6651
|
+
* @deprecated Page installation settings
|
|
6652
|
+
* @replacedBy editor_settings
|
|
6653
|
+
* @targetRemovalDate 2026-02-26
|
|
6654
|
+
*/
|
|
6612
6655
|
installation?: PageInstallationSettings;
|
|
6613
6656
|
/** Page replacing options (replacer \ replacing \ none) */
|
|
6614
6657
|
pageReplace?: PageReplaceOptions;
|
|
6615
6658
|
/** Content of page */
|
|
6616
6659
|
content?: PageContent;
|
|
6660
|
+
/** Settings for how the page integrates with the editor */
|
|
6661
|
+
editorSettings?: UnifiedPageEditorSettings;
|
|
6617
6662
|
}
|
|
6618
6663
|
export interface PageInstallationSettings {
|
|
6619
6664
|
/** Shared installation settings for unified components */
|
|
@@ -6638,6 +6683,22 @@ export interface WidgetAsContent {
|
|
|
6638
6683
|
widgetGuid?: string;
|
|
6639
6684
|
/** The preset should be used */
|
|
6640
6685
|
preset?: MainPresets;
|
|
6686
|
+
/** Mark widget as essential for the existence of the app (force to delete the whole app) */
|
|
6687
|
+
essential?: boolean | null;
|
|
6688
|
+
}
|
|
6689
|
+
export interface UnifiedPageEditorSettings {
|
|
6690
|
+
/** Basic editor settings that are relevant to all page types */
|
|
6691
|
+
base?: PageEditorSettings;
|
|
6692
|
+
/** slug of the page (last part of url that point to the page) */
|
|
6693
|
+
slug?: string | null;
|
|
6694
|
+
}
|
|
6695
|
+
export interface PageEditorSettings {
|
|
6696
|
+
/** Add the page to the site menu */
|
|
6697
|
+
addToSiteMenu?: boolean | null;
|
|
6698
|
+
/** Can a page be linked through the link panel */
|
|
6699
|
+
linkable?: boolean | null;
|
|
6700
|
+
/** Can a page be duplicated in the editor (if no essential widget is added in the container) */
|
|
6701
|
+
duplicatable?: boolean | null;
|
|
6641
6702
|
}
|
|
6642
6703
|
export interface AvailabilityTimeSlotsProviderConfig {
|
|
6643
6704
|
/** URI where the SPI Implementer is deployed. */
|
|
@@ -7357,6 +7418,8 @@ export interface TextInput {
|
|
|
7357
7418
|
* Default: true
|
|
7358
7419
|
*/
|
|
7359
7420
|
showLabel?: boolean | null;
|
|
7421
|
+
/** Default value for the text input */
|
|
7422
|
+
default?: string | null;
|
|
7360
7423
|
}
|
|
7361
7424
|
export interface RadioGroup {
|
|
7362
7425
|
/** Label of the field */
|
|
@@ -7398,9 +7461,15 @@ export interface RadioGroupCustomOption {
|
|
|
7398
7461
|
placeholder?: string | null;
|
|
7399
7462
|
}
|
|
7400
7463
|
export declare enum NumberOfColumns {
|
|
7464
|
+
/** Undefined number of columns. */
|
|
7401
7465
|
UNKNOWN = "UNKNOWN",
|
|
7466
|
+
/** Zero columns. */
|
|
7467
|
+
ZERO = "ZERO",
|
|
7468
|
+
/** One column. */
|
|
7402
7469
|
ONE = "ONE",
|
|
7470
|
+
/** Two columns. */
|
|
7403
7471
|
TWO = "TWO",
|
|
7472
|
+
/** Three columns. */
|
|
7404
7473
|
THREE = "THREE"
|
|
7405
7474
|
}
|
|
7406
7475
|
export interface Dropdown {
|
|
@@ -7456,6 +7525,8 @@ export interface DateTimeInput {
|
|
|
7456
7525
|
* Default: false.
|
|
7457
7526
|
*/
|
|
7458
7527
|
use24HourFormat?: boolean;
|
|
7528
|
+
/** Default value for the date time input. */
|
|
7529
|
+
default?: string | null;
|
|
7459
7530
|
}
|
|
7460
7531
|
export interface PhoneInput {
|
|
7461
7532
|
/** Label of the field */
|
|
@@ -7492,6 +7563,8 @@ export interface DateInput {
|
|
|
7492
7563
|
* Default: true
|
|
7493
7564
|
*/
|
|
7494
7565
|
showPlaceholder?: boolean | null;
|
|
7566
|
+
/** Default value for the date input. */
|
|
7567
|
+
default?: string | null;
|
|
7495
7568
|
}
|
|
7496
7569
|
export interface TimeInput {
|
|
7497
7570
|
/** Label of the field. Displayed text for the date/time input. */
|
|
@@ -7513,6 +7586,8 @@ export interface TimeInput {
|
|
|
7513
7586
|
* Default: false.
|
|
7514
7587
|
*/
|
|
7515
7588
|
use24HourFormat?: boolean;
|
|
7589
|
+
/** Default value for the time input. */
|
|
7590
|
+
default?: string | null;
|
|
7516
7591
|
}
|
|
7517
7592
|
export interface DatePicker {
|
|
7518
7593
|
/** Label of the field. Displayed text for the date/time input. */
|
|
@@ -7528,9 +7603,13 @@ export interface DatePicker {
|
|
|
7528
7603
|
placeholder?: string | null;
|
|
7529
7604
|
/** First day of the week displayed on date picker. */
|
|
7530
7605
|
firstDayOfWeek?: FirstDayOfWeek;
|
|
7606
|
+
/** Default value for the date picker. */
|
|
7607
|
+
default?: string | null;
|
|
7531
7608
|
}
|
|
7532
7609
|
export declare enum FirstDayOfWeek {
|
|
7610
|
+
/** First day of the week is Monday. */
|
|
7533
7611
|
MONDAY = "MONDAY",
|
|
7612
|
+
/** First day of the week is Sunday. */
|
|
7534
7613
|
SUNDAY = "SUNDAY"
|
|
7535
7614
|
}
|
|
7536
7615
|
export interface NumberType {
|
|
@@ -7560,6 +7639,8 @@ export interface NumberInput {
|
|
|
7560
7639
|
* Default: true
|
|
7561
7640
|
*/
|
|
7562
7641
|
showLabel?: boolean | null;
|
|
7642
|
+
/** Default value for the number input */
|
|
7643
|
+
default?: number | null;
|
|
7563
7644
|
}
|
|
7564
7645
|
export interface RatingInput {
|
|
7565
7646
|
/** Label of the field */
|
|
@@ -7790,16 +7871,17 @@ export interface FileUpload {
|
|
|
7790
7871
|
explanationText?: string | null;
|
|
7791
7872
|
}
|
|
7792
7873
|
export declare enum UploadFileFormat {
|
|
7874
|
+
/** Undefined upload file format. */
|
|
7793
7875
|
UNDEFINED = "UNDEFINED",
|
|
7794
|
-
/** Video files */
|
|
7876
|
+
/** Video files. */
|
|
7795
7877
|
VIDEO = "VIDEO",
|
|
7796
|
-
/** Image files */
|
|
7878
|
+
/** Image files. */
|
|
7797
7879
|
IMAGE = "IMAGE",
|
|
7798
|
-
/** Audio files */
|
|
7880
|
+
/** Audio files. */
|
|
7799
7881
|
AUDIO = "AUDIO",
|
|
7800
|
-
/** Document files */
|
|
7882
|
+
/** Document files. */
|
|
7801
7883
|
DOCUMENT = "DOCUMENT",
|
|
7802
|
-
/** Archive files */
|
|
7884
|
+
/** Archive files. */
|
|
7803
7885
|
ARCHIVE = "ARCHIVE"
|
|
7804
7886
|
}
|
|
7805
7887
|
export interface Signature {
|
|
@@ -7909,6 +7991,8 @@ export interface ProductCheckboxGroupOption {
|
|
|
7909
7991
|
_id?: string;
|
|
7910
7992
|
/** Media item. Media, associated with option, like image. */
|
|
7911
7993
|
media?: MediaItem;
|
|
7994
|
+
/** Flag identifying that option should be selected by default */
|
|
7995
|
+
default?: boolean;
|
|
7912
7996
|
}
|
|
7913
7997
|
export declare enum ImageFit {
|
|
7914
7998
|
UNKNOWN_IMAGE_FIT = "UNKNOWN_IMAGE_FIT",
|
|
@@ -7996,8 +8080,9 @@ export interface ComponentsMultilineAddress {
|
|
|
7996
8080
|
autocompleteEnabled?: boolean;
|
|
7997
8081
|
}
|
|
7998
8082
|
export declare enum DefaultCountryConfigType {
|
|
8083
|
+
/** Unknown default country config type. */
|
|
7999
8084
|
UNKNOWN_DEFAULT_COUNTRY = "UNKNOWN_DEFAULT_COUNTRY",
|
|
8000
|
-
/** Country
|
|
8085
|
+
/** Country is determined by customer's IP address. */
|
|
8001
8086
|
BY_IP = "BY_IP",
|
|
8002
8087
|
/** Pre-selected default country. */
|
|
8003
8088
|
COUNTRY = "COUNTRY"
|
|
@@ -8979,6 +9064,8 @@ export interface FactorConfig {
|
|
|
8979
9064
|
uriConfig?: SpiBaseUri;
|
|
8980
9065
|
/** the type of the factor */
|
|
8981
9066
|
factorType?: FactorType;
|
|
9067
|
+
/** whether the factor supports verify without enrolling first */
|
|
9068
|
+
supportsVerifyWithoutEnroll?: boolean;
|
|
8982
9069
|
}
|
|
8983
9070
|
export declare enum FactorType {
|
|
8984
9071
|
UNKNOWN_FACTOR_TYPE = "UNKNOWN_FACTOR_TYPE",
|
|
@@ -9083,14 +9170,6 @@ export interface LightboxEditorSettings {
|
|
|
9083
9170
|
/** Basic editor settings that are relevant to all page types */
|
|
9084
9171
|
base?: PageEditorSettings;
|
|
9085
9172
|
}
|
|
9086
|
-
export interface PageEditorSettings {
|
|
9087
|
-
/** Add the page to the site menu */
|
|
9088
|
-
addToSiteMenu?: boolean | null;
|
|
9089
|
-
/** Can a page be linked through the link panel */
|
|
9090
|
-
linkable?: boolean | null;
|
|
9091
|
-
/** Can a page be duplicated in the editor (if no essential widget is added in the container) */
|
|
9092
|
-
duplicatable?: boolean | null;
|
|
9093
|
-
}
|
|
9094
9173
|
export interface LightboxCloseOptions {
|
|
9095
9174
|
/** If true or unset, the lightbox will be closed when overlay is clicked */
|
|
9096
9175
|
closeOnOverlayClick?: boolean | null;
|
|
@@ -9387,23 +9466,50 @@ export interface TextToSpeechActionMessage {
|
|
|
9387
9466
|
export interface AudienceProviderConfig {
|
|
9388
9467
|
/** notification preference filter SPI configuration */
|
|
9389
9468
|
baseUri?: SpiBaseUri;
|
|
9469
|
+
/** Provider key */
|
|
9470
|
+
key?: string;
|
|
9471
|
+
/** The name of the audience provider, e.g. `Blog Post Subscribers` / `Contacts Labels` */
|
|
9472
|
+
displayName?: string;
|
|
9390
9473
|
/** Type of participant. Each audience provider can support only one type of recipient */
|
|
9391
|
-
|
|
9474
|
+
participantType?: ParticipantType;
|
|
9392
9475
|
/** Standard json schema which describe the json the provider should get in the Resolve end point */
|
|
9393
9476
|
inputSchema?: Record<string, any> | null;
|
|
9394
|
-
/**
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
9477
|
+
/**
|
|
9478
|
+
* Interface configuration
|
|
9479
|
+
* If empty default interface configuration will be auto generated based on the input schema
|
|
9480
|
+
*/
|
|
9481
|
+
interfaceConfiguration?: InterfaceConfiguration;
|
|
9398
9482
|
/** Specifying which optional methods are implemented. */
|
|
9399
9483
|
implementedMethods?: ImplementedMethods;
|
|
9400
|
-
/**
|
|
9401
|
-
|
|
9484
|
+
/** Define the scopes which the provider audience is relevant */
|
|
9485
|
+
scopes?: Scope[];
|
|
9402
9486
|
}
|
|
9403
9487
|
export declare enum ParticipantType {
|
|
9404
9488
|
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
9405
9489
|
WIX_USER = "WIX_USER",
|
|
9406
|
-
CONTACT = "CONTACT"
|
|
9490
|
+
CONTACT = "CONTACT",
|
|
9491
|
+
ANONYMOUS = "ANONYMOUS"
|
|
9492
|
+
}
|
|
9493
|
+
export interface InterfaceConfiguration extends InterfaceConfigurationOfTypeOneOf {
|
|
9494
|
+
/** Should be filled if the provider implements its own custom UI */
|
|
9495
|
+
widgetComponentConfiguration?: WidgetComponent;
|
|
9496
|
+
/** Type of interface configuration */
|
|
9497
|
+
type?: InterfaceConfigurationType;
|
|
9498
|
+
}
|
|
9499
|
+
/** @oneof */
|
|
9500
|
+
export interface InterfaceConfigurationOfTypeOneOf {
|
|
9501
|
+
/** Should be filled if the provider implements its own custom UI */
|
|
9502
|
+
widgetComponentConfiguration?: WidgetComponent;
|
|
9503
|
+
}
|
|
9504
|
+
export declare enum InterfaceConfigurationType {
|
|
9505
|
+
/** Widget component built by the provider */
|
|
9506
|
+
WIDGET_COMPONENT = "WIDGET_COMPONENT",
|
|
9507
|
+
/** Item Selection, in case the provider implemented item selection component */
|
|
9508
|
+
ITEM_SELECTION = "ITEM_SELECTION"
|
|
9509
|
+
}
|
|
9510
|
+
export interface WidgetComponent {
|
|
9511
|
+
/** widget component id */
|
|
9512
|
+
componentId?: string;
|
|
9407
9513
|
}
|
|
9408
9514
|
export interface ItemSelection {
|
|
9409
9515
|
/** Item selection provider key */
|
|
@@ -9415,6 +9521,12 @@ export interface ImplementedMethods {
|
|
|
9415
9521
|
/** Implements countParticipants */
|
|
9416
9522
|
countParticipants?: boolean;
|
|
9417
9523
|
}
|
|
9524
|
+
export declare enum Scope {
|
|
9525
|
+
/** Provider audience is available only in scope of specific site */
|
|
9526
|
+
SPECIFIC_SITE = "SPECIFIC_SITE",
|
|
9527
|
+
/** Provider audience is available only in scope of non specific site */
|
|
9528
|
+
NON_SPECIFIC_SITE = "NON_SPECIFIC_SITE"
|
|
9529
|
+
}
|
|
9418
9530
|
/** Config for the Price SPI */
|
|
9419
9531
|
export interface PriceSPIConfig {
|
|
9420
9532
|
/** Pricing plan for which the SPI method should optionally apply */
|
|
@@ -9459,10 +9571,12 @@ export interface EditorReactComponent {
|
|
|
9459
9571
|
type?: string;
|
|
9460
9572
|
/** The public description of the component do display */
|
|
9461
9573
|
description?: string;
|
|
9462
|
-
/**
|
|
9574
|
+
/** List of component resources. This comprises any runtime code we need to load and execute for the component. */
|
|
9463
9575
|
resources?: Resources;
|
|
9464
9576
|
/** The configuration describing the component abilities and behaviors on the Editor stage */
|
|
9465
9577
|
editorElement?: EditorElement;
|
|
9578
|
+
/** The installation settings of the component */
|
|
9579
|
+
installation?: InstallationInfo;
|
|
9466
9580
|
}
|
|
9467
9581
|
export interface Resources {
|
|
9468
9582
|
/** The bundle we will load and render in the browser */
|
|
@@ -9969,10 +10083,41 @@ export interface RefElement {
|
|
|
9969
10083
|
/** The override of the used element custom actions */
|
|
9970
10084
|
customActions?: Record<string, Action>;
|
|
9971
10085
|
}
|
|
10086
|
+
export interface InstallationInfo extends InstallationInfoTargetContainerOneOf {
|
|
10087
|
+
/** Which static container should the widget be installed at */
|
|
10088
|
+
staticContainer?: StaticContainer;
|
|
10089
|
+
/** Default presets per breakpoint with which the widget should be installed */
|
|
10090
|
+
presets?: DefaultPresets;
|
|
10091
|
+
}
|
|
10092
|
+
/** @oneof */
|
|
10093
|
+
export interface InstallationInfoTargetContainerOneOf {
|
|
10094
|
+
/** Which static container should the widget be installed at */
|
|
10095
|
+
staticContainer?: StaticContainer;
|
|
10096
|
+
}
|
|
9972
10097
|
export interface MarketplaceSPIConfig {
|
|
9973
10098
|
/** URI where the SPI implementer is deployed */
|
|
9974
10099
|
deploymentUri?: SpiBaseUri;
|
|
9975
10100
|
}
|
|
10101
|
+
export interface FormSchemaDynamicValuesSpiConfig {
|
|
10102
|
+
/** URI where the SPI Implementer is deployed. */
|
|
10103
|
+
uriConfig?: SpiBaseUri;
|
|
10104
|
+
/** Form ID which contains dynamic fields. */
|
|
10105
|
+
formId?: string;
|
|
10106
|
+
/** Field IDs which trigger loading of dynamic values. */
|
|
10107
|
+
fieldsIds?: string[];
|
|
10108
|
+
}
|
|
10109
|
+
export interface BlogPaywallProviderConfig {
|
|
10110
|
+
/** Uri config */
|
|
10111
|
+
uriConfig?: SpiBaseUri;
|
|
10112
|
+
}
|
|
10113
|
+
export interface RewardProviderConfig {
|
|
10114
|
+
/** URI where the SPI Implementer is deployed */
|
|
10115
|
+
deploymentUri?: SpiBaseUri;
|
|
10116
|
+
/** Name of the reward that will be visible to the end users */
|
|
10117
|
+
rewardName?: string;
|
|
10118
|
+
/** Description of the reward that will be visible to the end users, describing how the reward works */
|
|
10119
|
+
rewardDescription?: string;
|
|
10120
|
+
}
|
|
9976
10121
|
export interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
|
|
9977
10122
|
gradualRollout?: GradualRolloutCacheEntity;
|
|
9978
10123
|
gradualUpdate?: GradualUpdateCacheEntity;
|
|
@@ -10133,6 +10278,7 @@ export interface DataExtensionSchemaCreatedEnvelope {
|
|
|
10133
10278
|
* @permissionId DATA_EXTENSION_SCHEMA.READ
|
|
10134
10279
|
* @webhook
|
|
10135
10280
|
* @eventType wix.data_extensions.v1.data_extension_schema_created
|
|
10281
|
+
* @slug created
|
|
10136
10282
|
* @documentationMaturity preview
|
|
10137
10283
|
*/
|
|
10138
10284
|
export declare function onDataExtensionSchemaCreated(handler: (event: DataExtensionSchemaCreatedEnvelope) => void | Promise<void>): void;
|
|
@@ -10154,6 +10300,7 @@ export interface DataExtensionSchemaDeletedEnvelope {
|
|
|
10154
10300
|
* @permissionId DATA_EXTENSION_SCHEMA.READ
|
|
10155
10301
|
* @webhook
|
|
10156
10302
|
* @eventType wix.data_extensions.v1.data_extension_schema_deleted
|
|
10303
|
+
* @slug deleted
|
|
10157
10304
|
* @documentationMaturity preview
|
|
10158
10305
|
*/
|
|
10159
10306
|
export declare function onDataExtensionSchemaDeleted(handler: (event: DataExtensionSchemaDeletedEnvelope) => void | Promise<void>): void;
|
|
@@ -10176,6 +10323,7 @@ export interface DataExtensionSchemaUpdatedEnvelope {
|
|
|
10176
10323
|
* @permissionId DATA_EXTENSION_SCHEMA.READ
|
|
10177
10324
|
* @webhook
|
|
10178
10325
|
* @eventType wix.data_extensions.v1.data_extension_schema_updated
|
|
10326
|
+
* @slug updated
|
|
10179
10327
|
* @documentationMaturity preview
|
|
10180
10328
|
*/
|
|
10181
10329
|
export declare function onDataExtensionSchemaUpdated(handler: (event: DataExtensionSchemaUpdatedEnvelope) => void | Promise<void>): void;
|
|
@@ -10234,10 +10382,14 @@ export declare function updateDataExtensionSchema(dataExtensionSchema: DataExten
|
|
|
10234
10382
|
* @permissionId DATA_EXTENSION_SCHEMA.READ
|
|
10235
10383
|
* @permissionScope Manage Bookings Services and Settings
|
|
10236
10384
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
10385
|
+
* @permissionScope Manage Events
|
|
10386
|
+
* @permissionScopeId SCOPE.EVENTS.MANAGE-EVENTS
|
|
10237
10387
|
* @permissionScope Manage Data Extensions Schemas
|
|
10238
10388
|
* @permissionScopeId SCOPE.DATAEXTENSIONS.MANAGE-SCHEMAS
|
|
10239
10389
|
* @permissionScope Manage Portfolio
|
|
10240
10390
|
* @permissionScopeId SCOPE.PORTFOLIO.MANAGE-PORTFOLIO
|
|
10391
|
+
* @permissionScope Access Verticals by Automations
|
|
10392
|
+
* @permissionScopeId SCOPE.CRM.ACCESS-VERTICALS-BY-AUTOMATIONS
|
|
10241
10393
|
* @permissionScope Read Data Extensions Schemas
|
|
10242
10394
|
* @permissionScopeId SCOPE.DATAEXTENSIONS.READ-SCHEMAS
|
|
10243
10395
|
* @permissionScope Manage Restaurants - all permissions
|