@wix/auto_sdk_data-extension-schema_schemas 1.0.11 → 1.0.13
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 +4 -2
- 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 +6 -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 +306 -26
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +49 -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 +306 -26
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +50 -1
- 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 +306 -26
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +48 -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 +306 -26
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +48 -0
- 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 +4 -2
- 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 +6 -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 +306 -26
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +49 -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 +306 -26
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +50 -1
- 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 +306 -26
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +48 -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 +306 -26
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +48 -0
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
- package/package.json +2 -2
package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts
CHANGED
|
@@ -605,7 +605,12 @@ export declare enum ComponentType {
|
|
|
605
605
|
FORM_SUBMISSION_MODERATION = "FORM_SUBMISSION_MODERATION",
|
|
606
606
|
EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES",
|
|
607
607
|
BILLING_OPERATION = "BILLING_OPERATION",
|
|
608
|
-
BACK_OFFICE_CUSTOMIZATION = "BACK_OFFICE_CUSTOMIZATION"
|
|
608
|
+
BACK_OFFICE_CUSTOMIZATION = "BACK_OFFICE_CUSTOMIZATION",
|
|
609
|
+
COMPONENT_ENRICHER_PROVIDER = "COMPONENT_ENRICHER_PROVIDER",
|
|
610
|
+
BACK_OFFICE_RESTRICTED_CUSTOMIZATION = "BACK_OFFICE_RESTRICTED_CUSTOMIZATION",
|
|
611
|
+
EDITOR_APP_PREVIEWS_POC = "EDITOR_APP_PREVIEWS_POC",
|
|
612
|
+
LEGENDS_PERSONA_CONFIGURATION = "LEGENDS_PERSONA_CONFIGURATION",
|
|
613
|
+
WIX_HOSTING_APP_DEPLOYMENT_PROVIDER = "WIX_HOSTING_APP_DEPLOYMENT_PROVIDER"
|
|
609
614
|
}
|
|
610
615
|
/** Component data */
|
|
611
616
|
export interface ComponentData extends ComponentDataDataOneOf {
|
|
@@ -3784,7 +3789,7 @@ export interface Trigger {
|
|
|
3784
3789
|
* optional list of filters on schema fields
|
|
3785
3790
|
* @maxSize 5
|
|
3786
3791
|
*/
|
|
3787
|
-
filters?:
|
|
3792
|
+
filters?: TriggerFilter[];
|
|
3788
3793
|
/**
|
|
3789
3794
|
* optional - allows to define a trigger whose following actions will be executed only if the same event for the same resource has not in the last X seconds.
|
|
3790
3795
|
* for example, if the trigger is "session booked", the resource is a contact and the timeframe is 3600 seconds (contact hasn't booked another session in the last hour),
|
|
@@ -3793,7 +3798,7 @@ export interface Trigger {
|
|
|
3793
3798
|
*/
|
|
3794
3799
|
debounce?: Debounce;
|
|
3795
3800
|
}
|
|
3796
|
-
export interface
|
|
3801
|
+
export interface TriggerFilter {
|
|
3797
3802
|
/**
|
|
3798
3803
|
* the filter identifier
|
|
3799
3804
|
* @format GUID
|
|
@@ -5111,7 +5116,10 @@ export interface Styles {
|
|
|
5111
5116
|
colors?: Colors;
|
|
5112
5117
|
/** Border width in pixels. */
|
|
5113
5118
|
borderWidth?: number | null;
|
|
5114
|
-
/**
|
|
5119
|
+
/**
|
|
5120
|
+
* Deprecated: Use `borderWidth` for normal/hover states instead.
|
|
5121
|
+
* @deprecated
|
|
5122
|
+
*/
|
|
5115
5123
|
borderWidthHover?: number | null;
|
|
5116
5124
|
/** Border radius in pixels. */
|
|
5117
5125
|
borderRadius?: number | null;
|
|
@@ -5698,7 +5706,7 @@ export declare enum VoteRole {
|
|
|
5698
5706
|
/** Anyone */
|
|
5699
5707
|
ALL = "ALL"
|
|
5700
5708
|
}
|
|
5701
|
-
export interface
|
|
5709
|
+
export interface SettingsPermissions {
|
|
5702
5710
|
/** Sets who can view the poll results. */
|
|
5703
5711
|
view?: ViewRole;
|
|
5704
5712
|
/** Sets who can vote. */
|
|
@@ -5716,7 +5724,7 @@ export interface PollOption {
|
|
|
5716
5724
|
}
|
|
5717
5725
|
export interface PollSettings {
|
|
5718
5726
|
/** Permissions settings for voting. */
|
|
5719
|
-
permissions?:
|
|
5727
|
+
permissions?: SettingsPermissions;
|
|
5720
5728
|
/** Sets whether voters are displayed in the vote results. Defaults to `true`. */
|
|
5721
5729
|
showVoters?: boolean | null;
|
|
5722
5730
|
/** Sets whether the vote count is displayed. Defaults to `true`. */
|
|
@@ -11147,16 +11155,19 @@ export interface InventorySpiConfig {
|
|
|
11147
11155
|
deploymentUri?: string;
|
|
11148
11156
|
}
|
|
11149
11157
|
export interface Monitoring extends MonitoringOptionsOneOf {
|
|
11158
|
+
/** Sentry provider options */
|
|
11150
11159
|
sentryOptions?: SentryOptions;
|
|
11160
|
+
/** Panorama provider options */
|
|
11161
|
+
panoramaOptions?: PanoramaOptions;
|
|
11162
|
+
/** Provider type */
|
|
11151
11163
|
type?: MonitoringType;
|
|
11152
11164
|
}
|
|
11153
11165
|
/** @oneof */
|
|
11154
11166
|
export interface MonitoringOptionsOneOf {
|
|
11167
|
+
/** Sentry provider options */
|
|
11155
11168
|
sentryOptions?: SentryOptions;
|
|
11156
|
-
|
|
11157
|
-
|
|
11158
|
-
UNKNOWN_PROVIDER = "UNKNOWN_PROVIDER",
|
|
11159
|
-
SENTRY = "SENTRY"
|
|
11169
|
+
/** Panorama provider options */
|
|
11170
|
+
panoramaOptions?: PanoramaOptions;
|
|
11160
11171
|
}
|
|
11161
11172
|
export interface SentryOptions {
|
|
11162
11173
|
/**
|
|
@@ -11166,6 +11177,37 @@ export interface SentryOptions {
|
|
|
11166
11177
|
*/
|
|
11167
11178
|
dsn?: string;
|
|
11168
11179
|
}
|
|
11180
|
+
export interface Project {
|
|
11181
|
+
/**
|
|
11182
|
+
* Group id (e.g. com.wixpress)
|
|
11183
|
+
* @minLength 1
|
|
11184
|
+
* @maxLength 100
|
|
11185
|
+
*/
|
|
11186
|
+
groupId?: string;
|
|
11187
|
+
/**
|
|
11188
|
+
* Short artifact id
|
|
11189
|
+
* @minLength 1
|
|
11190
|
+
* @maxLength 100
|
|
11191
|
+
*/
|
|
11192
|
+
artifactId?: string;
|
|
11193
|
+
/**
|
|
11194
|
+
* Build fingerprint
|
|
11195
|
+
* @minLength 1
|
|
11196
|
+
* @maxLength 100
|
|
11197
|
+
*/
|
|
11198
|
+
fingerprint?: string;
|
|
11199
|
+
}
|
|
11200
|
+
export declare enum MonitoringType {
|
|
11201
|
+
UNKNOWN_PROVIDER = "UNKNOWN_PROVIDER",
|
|
11202
|
+
SENTRY = "SENTRY",
|
|
11203
|
+
PANORAMA = "PANORAMA"
|
|
11204
|
+
}
|
|
11205
|
+
export interface PanoramaOptions {
|
|
11206
|
+
/** Sentry config */
|
|
11207
|
+
sentry?: SentryOptions;
|
|
11208
|
+
/** Project config */
|
|
11209
|
+
project?: Project;
|
|
11210
|
+
}
|
|
11169
11211
|
export interface PluginConfig {
|
|
11170
11212
|
/** @maxLength 1000 */
|
|
11171
11213
|
deploymentUri?: string;
|
|
@@ -11845,11 +11887,15 @@ export interface EditorElement {
|
|
|
11845
11887
|
/** Layout capabilities of the component */
|
|
11846
11888
|
layout?: EditorElementLayout;
|
|
11847
11889
|
}
|
|
11848
|
-
export interface StyleItem extends StyleItemSelectedItemTypeOneOf {
|
|
11890
|
+
export interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSelectedCssPropertyTypeOneOf {
|
|
11849
11891
|
/** type selection key for css-properties */
|
|
11850
11892
|
cssPropertyType?: CssPropertyType;
|
|
11851
11893
|
/** type selection key for css-data-types */
|
|
11852
11894
|
cssVariableType?: CssDataType;
|
|
11895
|
+
/** Additional options to refine the filter variable */
|
|
11896
|
+
filter?: Filter;
|
|
11897
|
+
/** Additional options to refine the backdropFilter variable */
|
|
11898
|
+
backdropFilter?: BackdropFilter;
|
|
11853
11899
|
/** default value for the style item */
|
|
11854
11900
|
defaultValue?: any;
|
|
11855
11901
|
/**
|
|
@@ -11865,6 +11911,13 @@ export interface StyleItemSelectedItemTypeOneOf {
|
|
|
11865
11911
|
/** type selection key for css-data-types */
|
|
11866
11912
|
cssVariableType?: CssDataType;
|
|
11867
11913
|
}
|
|
11914
|
+
/** @oneof */
|
|
11915
|
+
export interface StyleItemSelectedCssPropertyTypeOneOf {
|
|
11916
|
+
/** Additional options to refine the filter variable */
|
|
11917
|
+
filter?: Filter;
|
|
11918
|
+
/** Additional options to refine the backdropFilter variable */
|
|
11919
|
+
backdropFilter?: BackdropFilter;
|
|
11920
|
+
}
|
|
11868
11921
|
/** The supported [CSS Property Types](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference#index) in Javascript naming format */
|
|
11869
11922
|
export declare enum CssPropertyType {
|
|
11870
11923
|
UNKNOWN_CssPropertyType = "UNKNOWN_CssPropertyType",
|
|
@@ -11962,7 +12015,16 @@ export declare enum CssPropertyType {
|
|
|
11962
12015
|
flexDirection = "flexDirection",
|
|
11963
12016
|
gap = "gap",
|
|
11964
12017
|
height = "height",
|
|
11965
|
-
width = "width"
|
|
12018
|
+
width = "width",
|
|
12019
|
+
/** filters */
|
|
12020
|
+
filter = "filter",
|
|
12021
|
+
backdropFilter = "backdropFilter",
|
|
12022
|
+
/** media sizing & alignment */
|
|
12023
|
+
objectFit = "objectFit",
|
|
12024
|
+
objectPosition = "objectPosition",
|
|
12025
|
+
/** blending & compositing */
|
|
12026
|
+
mixBlendMode = "mixBlendMode",
|
|
12027
|
+
isolation = "isolation"
|
|
11966
12028
|
}
|
|
11967
12029
|
/** The supported [CSS Data Types](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types) in Javascript naming format */
|
|
11968
12030
|
export declare enum CssDataType {
|
|
@@ -11975,6 +12037,43 @@ export declare enum CssDataType {
|
|
|
11975
12037
|
lengthPercentage = "lengthPercentage",
|
|
11976
12038
|
blendMode = "blendMode"
|
|
11977
12039
|
}
|
|
12040
|
+
export interface Filter {
|
|
12041
|
+
/**
|
|
12042
|
+
* List of filter functions in case of reducing the abilities exposed to the User
|
|
12043
|
+
* @maxSize 100
|
|
12044
|
+
*/
|
|
12045
|
+
filterFunctions?: FilterFunction[];
|
|
12046
|
+
}
|
|
12047
|
+
export declare enum FilterFunction {
|
|
12048
|
+
UNKNOWN_FilterFunctions = "UNKNOWN_FilterFunctions",
|
|
12049
|
+
/** The value used for blur filter */
|
|
12050
|
+
blur = "blur",
|
|
12051
|
+
/** The value used for brightness filter */
|
|
12052
|
+
brightness = "brightness",
|
|
12053
|
+
/** The value used for contrast filter */
|
|
12054
|
+
contrast = "contrast",
|
|
12055
|
+
/** The value used for drop-shadow filter */
|
|
12056
|
+
drop_shadow = "drop_shadow",
|
|
12057
|
+
/** The value used for grayscale filter */
|
|
12058
|
+
grayscale = "grayscale",
|
|
12059
|
+
/** The value used for hue-rotate filter */
|
|
12060
|
+
hue_rotate = "hue_rotate",
|
|
12061
|
+
/** The value used for invert filter */
|
|
12062
|
+
invert = "invert",
|
|
12063
|
+
/** The value used for opacity filter */
|
|
12064
|
+
opacity = "opacity",
|
|
12065
|
+
/** The value used for sepia filter */
|
|
12066
|
+
sepia = "sepia",
|
|
12067
|
+
/** The value used for saturate filter */
|
|
12068
|
+
saturate = "saturate"
|
|
12069
|
+
}
|
|
12070
|
+
export interface BackdropFilter {
|
|
12071
|
+
/**
|
|
12072
|
+
* List of filter functions in case of reducing the abilities exposed to the User
|
|
12073
|
+
* @maxSize 100
|
|
12074
|
+
*/
|
|
12075
|
+
filterFunctions?: FilterFunction[];
|
|
12076
|
+
}
|
|
11978
12077
|
export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
11979
12078
|
/** An optional object to define limitations on the text input */
|
|
11980
12079
|
text?: Text;
|
|
@@ -12369,6 +12468,8 @@ export interface Action {
|
|
|
12369
12468
|
export interface Execution extends ExecutionActionExecuteOneOf {
|
|
12370
12469
|
/** Executes an action that manipulates component's data */
|
|
12371
12470
|
data?: DataAction;
|
|
12471
|
+
/** Executes an action that manipulates component's style */
|
|
12472
|
+
style?: StyleAction;
|
|
12372
12473
|
/** Executes an event-based action. Triggered event should be intercepted in the editor script */
|
|
12373
12474
|
event?: EventAction;
|
|
12374
12475
|
/** Opens a URL inside an iframe panel */
|
|
@@ -12382,6 +12483,8 @@ export interface Execution extends ExecutionActionExecuteOneOf {
|
|
|
12382
12483
|
export interface ExecutionActionExecuteOneOf {
|
|
12383
12484
|
/** Executes an action that manipulates component's data */
|
|
12384
12485
|
data?: DataAction;
|
|
12486
|
+
/** Executes an action that manipulates component's style */
|
|
12487
|
+
style?: StyleAction;
|
|
12385
12488
|
/** Executes an event-based action. Triggered event should be intercepted in the editor script */
|
|
12386
12489
|
event?: EventAction;
|
|
12387
12490
|
/** Opens a URL inside an iframe panel */
|
|
@@ -12394,7 +12497,8 @@ export declare enum ActionType {
|
|
|
12394
12497
|
data = "data",
|
|
12395
12498
|
event = "event",
|
|
12396
12499
|
panel = "panel",
|
|
12397
|
-
forward = "forward"
|
|
12500
|
+
forward = "forward",
|
|
12501
|
+
style = "style"
|
|
12398
12502
|
}
|
|
12399
12503
|
/** Represents an action that interacts with a specific data item */
|
|
12400
12504
|
export interface DataAction {
|
|
@@ -12405,6 +12509,15 @@ export interface DataAction {
|
|
|
12405
12509
|
*/
|
|
12406
12510
|
dataItemKey?: string;
|
|
12407
12511
|
}
|
|
12512
|
+
/** Represents an action that interacts with a specific style item */
|
|
12513
|
+
export interface StyleAction {
|
|
12514
|
+
/**
|
|
12515
|
+
* Points to the style item within the component’s style structure
|
|
12516
|
+
* @minLength 1
|
|
12517
|
+
* @maxLength 50
|
|
12518
|
+
*/
|
|
12519
|
+
styleItemKey?: string;
|
|
12520
|
+
}
|
|
12408
12521
|
/** Executes an event-based action. Triggered event should be intercepted in the editor script */
|
|
12409
12522
|
export interface EventAction {
|
|
12410
12523
|
/**
|
|
@@ -12881,7 +12994,7 @@ export interface SidebarConfig {
|
|
|
12881
12994
|
* @maxSize 100
|
|
12882
12995
|
*/
|
|
12883
12996
|
sidebarItems?: SidebarRootItem[];
|
|
12884
|
-
/** Sidebar
|
|
12997
|
+
/** Sidebar theme, dark or light */
|
|
12885
12998
|
theme?: Theme;
|
|
12886
12999
|
/**
|
|
12887
13000
|
* Option to override sidebar header with customize extension
|
|
@@ -12895,17 +13008,17 @@ export interface SidebarConfig {
|
|
|
12895
13008
|
sidebarFooterId?: string | null;
|
|
12896
13009
|
}
|
|
12897
13010
|
/**
|
|
12898
|
-
* Inner level of sidebar item,
|
|
13011
|
+
* First Inner level of sidebar item, can containe pages or separators or categories
|
|
12899
13012
|
* For separator no need to set item
|
|
12900
13013
|
*/
|
|
12901
13014
|
export interface SidebarChildItem extends SidebarChildItemItemOneOf {
|
|
12902
|
-
category?:
|
|
13015
|
+
category?: SecondLevelCategory;
|
|
12903
13016
|
page?: Page;
|
|
12904
13017
|
type?: SidebarDataType;
|
|
12905
13018
|
}
|
|
12906
13019
|
/** @oneof */
|
|
12907
13020
|
export interface SidebarChildItemItemOneOf {
|
|
12908
|
-
category?:
|
|
13021
|
+
category?: SecondLevelCategory;
|
|
12909
13022
|
page?: Page;
|
|
12910
13023
|
}
|
|
12911
13024
|
export declare enum SidebarDataType {
|
|
@@ -12914,8 +13027,44 @@ export declare enum SidebarDataType {
|
|
|
12914
13027
|
PAGE = "PAGE",
|
|
12915
13028
|
SEPARATOR = "SEPARATOR"
|
|
12916
13029
|
}
|
|
12917
|
-
/** Represents sidebar category */
|
|
12918
|
-
export interface
|
|
13030
|
+
/** Represents sidebar category of second level */
|
|
13031
|
+
export interface SecondLevelCategory {
|
|
13032
|
+
/**
|
|
13033
|
+
* Category id, should be unique
|
|
13034
|
+
* @format GUID
|
|
13035
|
+
*/
|
|
13036
|
+
categoryId?: string;
|
|
13037
|
+
/**
|
|
13038
|
+
* Category label
|
|
13039
|
+
* @minLength 2
|
|
13040
|
+
* @maxLength 50
|
|
13041
|
+
*/
|
|
13042
|
+
label?: string;
|
|
13043
|
+
/**
|
|
13044
|
+
* Category children, consist of pages, separators or categories, categories can be a child only on root level
|
|
13045
|
+
* @maxSize 100
|
|
13046
|
+
*/
|
|
13047
|
+
children?: SidebarSecondLevelChildItem[];
|
|
13048
|
+
}
|
|
13049
|
+
/**
|
|
13050
|
+
* Second Inner level of sidebar item, can contain pages or separators
|
|
13051
|
+
* For separator no need to set item
|
|
13052
|
+
*/
|
|
13053
|
+
export interface SidebarSecondLevelChildItem extends SidebarSecondLevelChildItemItemOneOf {
|
|
13054
|
+
page?: Page;
|
|
13055
|
+
type?: SidebarDataType;
|
|
13056
|
+
}
|
|
13057
|
+
/** @oneof */
|
|
13058
|
+
export interface SidebarSecondLevelChildItemItemOneOf {
|
|
13059
|
+
page?: Page;
|
|
13060
|
+
}
|
|
13061
|
+
/** Represents page item in the sidebar */
|
|
13062
|
+
export interface Page {
|
|
13063
|
+
/** @format GUID */
|
|
13064
|
+
pageId?: string;
|
|
13065
|
+
}
|
|
13066
|
+
/** Represents sidebar category of root level */
|
|
13067
|
+
export interface FirstLevelCategory {
|
|
12919
13068
|
/**
|
|
12920
13069
|
* Category id, should be unique
|
|
12921
13070
|
* @format GUID
|
|
@@ -12941,19 +13090,150 @@ export interface Category {
|
|
|
12941
13090
|
*/
|
|
12942
13091
|
children?: SidebarChildItem[];
|
|
12943
13092
|
}
|
|
12944
|
-
/** Represents page item in the sidebar */
|
|
12945
|
-
export interface Page {
|
|
12946
|
-
/** @format GUID */
|
|
12947
|
-
pageId?: string;
|
|
12948
|
-
}
|
|
12949
13093
|
/** Root level sidebar item, can be category or separator (when not setting category) */
|
|
12950
13094
|
export interface SidebarRootItem extends SidebarRootItemItemOneOf {
|
|
12951
|
-
category?:
|
|
13095
|
+
category?: FirstLevelCategory;
|
|
12952
13096
|
type?: SidebarDataType;
|
|
12953
13097
|
}
|
|
12954
13098
|
/** @oneof */
|
|
12955
13099
|
export interface SidebarRootItemItemOneOf {
|
|
12956
|
-
category?:
|
|
13100
|
+
category?: FirstLevelCategory;
|
|
13101
|
+
}
|
|
13102
|
+
/** SPI config - defines the relation between implementer URL and which types it is validates */
|
|
13103
|
+
export interface ComponentEnricherConfig {
|
|
13104
|
+
/**
|
|
13105
|
+
* URI where the SPI Implementer is deployed
|
|
13106
|
+
* @maxLength 400
|
|
13107
|
+
*/
|
|
13108
|
+
deploymentUri?: string;
|
|
13109
|
+
/**
|
|
13110
|
+
* Component types that will be enriched
|
|
13111
|
+
* @minSize 1
|
|
13112
|
+
* @maxSize 100
|
|
13113
|
+
*/
|
|
13114
|
+
componentEnrichmentTypes?: ComponentType[];
|
|
13115
|
+
}
|
|
13116
|
+
/** Back-office Restricted Customization */
|
|
13117
|
+
export interface BackOfficeRestrictedCustomization {
|
|
13118
|
+
/**
|
|
13119
|
+
* List of entities to hide from sidebar
|
|
13120
|
+
* @maxSize 200
|
|
13121
|
+
*/
|
|
13122
|
+
sidebarEntitiesToHide?: Entity[];
|
|
13123
|
+
}
|
|
13124
|
+
/** Sidebar entity type */
|
|
13125
|
+
export declare enum SidebarEntityType {
|
|
13126
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
13127
|
+
CLUSTER = "CLUSTER",
|
|
13128
|
+
CATEGORY = "CATEGORY",
|
|
13129
|
+
PAGE = "PAGE"
|
|
13130
|
+
}
|
|
13131
|
+
export interface Entity extends EntityItemOneOf {
|
|
13132
|
+
/**
|
|
13133
|
+
* Cluster (first level) id
|
|
13134
|
+
* @minLength 1
|
|
13135
|
+
* @maxLength 50
|
|
13136
|
+
*/
|
|
13137
|
+
clusterId?: string | null;
|
|
13138
|
+
/**
|
|
13139
|
+
* Category (second level) id
|
|
13140
|
+
* @format GUID
|
|
13141
|
+
*/
|
|
13142
|
+
categoryId?: string | null;
|
|
13143
|
+
/**
|
|
13144
|
+
* Page id
|
|
13145
|
+
* @format GUID
|
|
13146
|
+
*/
|
|
13147
|
+
pageId?: string | null;
|
|
13148
|
+
/** Sidebar entity type */
|
|
13149
|
+
type?: SidebarEntityType;
|
|
13150
|
+
}
|
|
13151
|
+
/** @oneof */
|
|
13152
|
+
export interface EntityItemOneOf {
|
|
13153
|
+
/**
|
|
13154
|
+
* Cluster (first level) id
|
|
13155
|
+
* @minLength 1
|
|
13156
|
+
* @maxLength 50
|
|
13157
|
+
*/
|
|
13158
|
+
clusterId?: string | null;
|
|
13159
|
+
/**
|
|
13160
|
+
* Category (second level) id
|
|
13161
|
+
* @format GUID
|
|
13162
|
+
*/
|
|
13163
|
+
categoryId?: string | null;
|
|
13164
|
+
/**
|
|
13165
|
+
* Page id
|
|
13166
|
+
* @format GUID
|
|
13167
|
+
*/
|
|
13168
|
+
pageId?: string | null;
|
|
13169
|
+
}
|
|
13170
|
+
export interface AppPreviewProviderConfig {
|
|
13171
|
+
/** URI where the SPI Implementer is deployed */
|
|
13172
|
+
deploymentUri?: SpiBaseUri;
|
|
13173
|
+
/**
|
|
13174
|
+
* Used to redirect to app overview
|
|
13175
|
+
* @maxLength 50
|
|
13176
|
+
*/
|
|
13177
|
+
slug?: string | null;
|
|
13178
|
+
}
|
|
13179
|
+
export interface LegendsSpiConfig {
|
|
13180
|
+
/**
|
|
13181
|
+
* URI where the SPI Implementer is deployed.
|
|
13182
|
+
* @format WEB_URL
|
|
13183
|
+
*/
|
|
13184
|
+
deploymentUri?: string;
|
|
13185
|
+
/**
|
|
13186
|
+
* Configuration of namespaces known by implementer.
|
|
13187
|
+
* @maxSize 5
|
|
13188
|
+
*/
|
|
13189
|
+
namespaceConfigs?: NamespaceConfig[];
|
|
13190
|
+
}
|
|
13191
|
+
export interface NamespaceConfig {
|
|
13192
|
+
/**
|
|
13193
|
+
* Namespace name.
|
|
13194
|
+
* @maxLength 100
|
|
13195
|
+
*/
|
|
13196
|
+
namespace?: string;
|
|
13197
|
+
/** Persona permissions associated with this namespace. */
|
|
13198
|
+
personaPermissions?: Permissions;
|
|
13199
|
+
}
|
|
13200
|
+
export interface Permissions {
|
|
13201
|
+
/**
|
|
13202
|
+
* Create permission.
|
|
13203
|
+
* @maxLength 50
|
|
13204
|
+
*/
|
|
13205
|
+
create?: string;
|
|
13206
|
+
/**
|
|
13207
|
+
* Read permission.
|
|
13208
|
+
* @maxLength 50
|
|
13209
|
+
*/
|
|
13210
|
+
read?: string;
|
|
13211
|
+
/**
|
|
13212
|
+
* Update permission.
|
|
13213
|
+
* @maxLength 50
|
|
13214
|
+
*/
|
|
13215
|
+
update?: string;
|
|
13216
|
+
/**
|
|
13217
|
+
* Delete permission.
|
|
13218
|
+
* @maxLength 50
|
|
13219
|
+
*/
|
|
13220
|
+
delete?: string;
|
|
13221
|
+
}
|
|
13222
|
+
export interface AppDeploymentProviderConfig {
|
|
13223
|
+
/** URI where the SPI implementer is deployed */
|
|
13224
|
+
deploymentUri?: SpiBaseUri;
|
|
13225
|
+
/**
|
|
13226
|
+
* `true` if SPI implementer provides custom permission checks API calls
|
|
13227
|
+
*
|
|
13228
|
+
* Default: `false`
|
|
13229
|
+
*/
|
|
13230
|
+
toggleIsPermitted?: boolean;
|
|
13231
|
+
/**
|
|
13232
|
+
* `true` if SPI implementer provides override cloud provider logic for CreateAppDeployment API calls
|
|
13233
|
+
*
|
|
13234
|
+
* Default: `false`
|
|
13235
|
+
*/
|
|
13236
|
+
toggleOverrideCloudProvider?: boolean;
|
|
12957
13237
|
}
|
|
12958
13238
|
export interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
|
|
12959
13239
|
gradualRollout?: GradualRolloutCacheEntity;
|
package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js
CHANGED
|
@@ -26,7 +26,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
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;
|
|
27
27
|
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.StylesPosition = 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.PaginationMode = exports.FilterOptionsType = exports.FilterSelectionType = exports.Tag = exports.AvatarShape = exports.ImageShape = exports.ThumbnailType = exports.TextInputDisplayType = exports.Status = exports.Domain = exports.BlockType = void 0;
|
|
28
28
|
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 = exports.OAuthTechnologies = exports.OAuthAppType = void 0;
|
|
29
|
-
exports.
|
|
29
|
+
exports.listDataExtensionSchemas = exports.updateDataExtensionSchema = exports.createDataExtensionSchema = exports.SidebarEntityType = exports.SidebarDataType = exports.Theme = exports.RestrictionLevel = exports.Archetype = exports.ContentResizeDirection = exports.ResizeDirection = exports.ActionName = exports.PanelType = exports.ActionType = exports.ElementType = exports.ContainerType = exports.LinkType = exports.A11yAttributes = exports.DataType = exports.FilterFunction = 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.RequiredIndicatorPlacement = exports.RequiredIndicator = exports.EditableProperties = exports.CustomFieldsType = exports.TemplateType = exports.SubmitSuccessAction = exports.Target = exports.Operator = exports.OverrideEntityType = exports.ChangeableProperty = exports.DisplayFieldType = exports.ContactField = void 0;
|
|
30
|
+
exports.deleteByWhiteListedMetaSite = void 0;
|
|
30
31
|
const transform_error_1 = require("@wix/sdk-runtime/transform-error");
|
|
31
32
|
const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-keys");
|
|
32
33
|
const ambassadorWixDataExtensionsV1DataExtensionSchema = __importStar(require("./data-extensions-v1-data-extension-schema-schemas.http.js"));
|
|
@@ -231,6 +232,11 @@ var ComponentType;
|
|
|
231
232
|
ComponentType["EVENTS_EVENT_BADGES"] = "EVENTS_EVENT_BADGES";
|
|
232
233
|
ComponentType["BILLING_OPERATION"] = "BILLING_OPERATION";
|
|
233
234
|
ComponentType["BACK_OFFICE_CUSTOMIZATION"] = "BACK_OFFICE_CUSTOMIZATION";
|
|
235
|
+
ComponentType["COMPONENT_ENRICHER_PROVIDER"] = "COMPONENT_ENRICHER_PROVIDER";
|
|
236
|
+
ComponentType["BACK_OFFICE_RESTRICTED_CUSTOMIZATION"] = "BACK_OFFICE_RESTRICTED_CUSTOMIZATION";
|
|
237
|
+
ComponentType["EDITOR_APP_PREVIEWS_POC"] = "EDITOR_APP_PREVIEWS_POC";
|
|
238
|
+
ComponentType["LEGENDS_PERSONA_CONFIGURATION"] = "LEGENDS_PERSONA_CONFIGURATION";
|
|
239
|
+
ComponentType["WIX_HOSTING_APP_DEPLOYMENT_PROVIDER"] = "WIX_HOSTING_APP_DEPLOYMENT_PROVIDER";
|
|
234
240
|
})(ComponentType || (exports.ComponentType = ComponentType = {}));
|
|
235
241
|
/** Vertical widget position in the browser window */
|
|
236
242
|
var WidgetVertical;
|
|
@@ -1726,6 +1732,7 @@ var MonitoringType;
|
|
|
1726
1732
|
(function (MonitoringType) {
|
|
1727
1733
|
MonitoringType["UNKNOWN_PROVIDER"] = "UNKNOWN_PROVIDER";
|
|
1728
1734
|
MonitoringType["SENTRY"] = "SENTRY";
|
|
1735
|
+
MonitoringType["PANORAMA"] = "PANORAMA";
|
|
1729
1736
|
})(MonitoringType || (exports.MonitoringType = MonitoringType = {}));
|
|
1730
1737
|
var Escalation;
|
|
1731
1738
|
(function (Escalation) {
|
|
@@ -1920,6 +1927,15 @@ var CssPropertyType;
|
|
|
1920
1927
|
CssPropertyType["gap"] = "gap";
|
|
1921
1928
|
CssPropertyType["height"] = "height";
|
|
1922
1929
|
CssPropertyType["width"] = "width";
|
|
1930
|
+
/** filters */
|
|
1931
|
+
CssPropertyType["filter"] = "filter";
|
|
1932
|
+
CssPropertyType["backdropFilter"] = "backdropFilter";
|
|
1933
|
+
/** media sizing & alignment */
|
|
1934
|
+
CssPropertyType["objectFit"] = "objectFit";
|
|
1935
|
+
CssPropertyType["objectPosition"] = "objectPosition";
|
|
1936
|
+
/** blending & compositing */
|
|
1937
|
+
CssPropertyType["mixBlendMode"] = "mixBlendMode";
|
|
1938
|
+
CssPropertyType["isolation"] = "isolation";
|
|
1923
1939
|
})(CssPropertyType || (exports.CssPropertyType = CssPropertyType = {}));
|
|
1924
1940
|
/** The supported [CSS Data Types](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types) in Javascript naming format */
|
|
1925
1941
|
var CssDataType;
|
|
@@ -1933,6 +1949,30 @@ var CssDataType;
|
|
|
1933
1949
|
CssDataType["lengthPercentage"] = "lengthPercentage";
|
|
1934
1950
|
CssDataType["blendMode"] = "blendMode";
|
|
1935
1951
|
})(CssDataType || (exports.CssDataType = CssDataType = {}));
|
|
1952
|
+
var FilterFunction;
|
|
1953
|
+
(function (FilterFunction) {
|
|
1954
|
+
FilterFunction["UNKNOWN_FilterFunctions"] = "UNKNOWN_FilterFunctions";
|
|
1955
|
+
/** The value used for blur filter */
|
|
1956
|
+
FilterFunction["blur"] = "blur";
|
|
1957
|
+
/** The value used for brightness filter */
|
|
1958
|
+
FilterFunction["brightness"] = "brightness";
|
|
1959
|
+
/** The value used for contrast filter */
|
|
1960
|
+
FilterFunction["contrast"] = "contrast";
|
|
1961
|
+
/** The value used for drop-shadow filter */
|
|
1962
|
+
FilterFunction["drop_shadow"] = "drop_shadow";
|
|
1963
|
+
/** The value used for grayscale filter */
|
|
1964
|
+
FilterFunction["grayscale"] = "grayscale";
|
|
1965
|
+
/** The value used for hue-rotate filter */
|
|
1966
|
+
FilterFunction["hue_rotate"] = "hue_rotate";
|
|
1967
|
+
/** The value used for invert filter */
|
|
1968
|
+
FilterFunction["invert"] = "invert";
|
|
1969
|
+
/** The value used for opacity filter */
|
|
1970
|
+
FilterFunction["opacity"] = "opacity";
|
|
1971
|
+
/** The value used for sepia filter */
|
|
1972
|
+
FilterFunction["sepia"] = "sepia";
|
|
1973
|
+
/** The value used for saturate filter */
|
|
1974
|
+
FilterFunction["saturate"] = "saturate";
|
|
1975
|
+
})(FilterFunction || (exports.FilterFunction = FilterFunction = {}));
|
|
1936
1976
|
var DataType;
|
|
1937
1977
|
(function (DataType) {
|
|
1938
1978
|
DataType["UNKNOWN_DataType"] = "UNKNOWN_DataType";
|
|
@@ -2093,6 +2133,7 @@ var ActionType;
|
|
|
2093
2133
|
ActionType["event"] = "event";
|
|
2094
2134
|
ActionType["panel"] = "panel";
|
|
2095
2135
|
ActionType["forward"] = "forward";
|
|
2136
|
+
ActionType["style"] = "style";
|
|
2096
2137
|
})(ActionType || (exports.ActionType = ActionType = {}));
|
|
2097
2138
|
/** list of possible panel types */
|
|
2098
2139
|
var PanelType;
|
|
@@ -2205,6 +2246,14 @@ var SidebarDataType;
|
|
|
2205
2246
|
SidebarDataType["PAGE"] = "PAGE";
|
|
2206
2247
|
SidebarDataType["SEPARATOR"] = "SEPARATOR";
|
|
2207
2248
|
})(SidebarDataType || (exports.SidebarDataType = SidebarDataType = {}));
|
|
2249
|
+
/** Sidebar entity type */
|
|
2250
|
+
var SidebarEntityType;
|
|
2251
|
+
(function (SidebarEntityType) {
|
|
2252
|
+
SidebarEntityType["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
2253
|
+
SidebarEntityType["CLUSTER"] = "CLUSTER";
|
|
2254
|
+
SidebarEntityType["CATEGORY"] = "CATEGORY";
|
|
2255
|
+
SidebarEntityType["PAGE"] = "PAGE";
|
|
2256
|
+
})(SidebarEntityType || (exports.SidebarEntityType = SidebarEntityType = {}));
|
|
2208
2257
|
/**
|
|
2209
2258
|
* Creates a user-defined data extension schema.
|
|
2210
2259
|
* @param dataExtensionSchema - Schema to create.
|