@wix/auto_sdk_data-extension-schema_schemas 1.0.21 → 1.0.23
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 +2 -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.map +1 -1
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +91 -71
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +29 -29
- 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 +98 -78
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +29 -29
- 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.map +1 -1
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +91 -71
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +28 -28
- 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 +98 -78
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +28 -28
- 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 +2 -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.map +1 -1
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +91 -71
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +29 -29
- 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 +98 -78
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +29 -29
- 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.map +1 -1
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +91 -71
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +28 -28
- 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 +98 -78
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +28 -28
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
- package/package.json +4 -4
package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts
CHANGED
|
@@ -4895,7 +4895,7 @@ export interface Node extends NodeDataOneOf {
|
|
|
4895
4895
|
/** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
|
|
4896
4896
|
type?: NodeType;
|
|
4897
4897
|
/** Node ID. */
|
|
4898
|
-
|
|
4898
|
+
id?: string;
|
|
4899
4899
|
/** A list of child nodes. */
|
|
4900
4900
|
nodes?: Node[];
|
|
4901
4901
|
/** Padding and background color styling for the node. */
|
|
@@ -5312,7 +5312,7 @@ export interface FileSource extends FileSourceDataOneOf {
|
|
|
5312
5312
|
*/
|
|
5313
5313
|
custom?: string | null;
|
|
5314
5314
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
5315
|
-
|
|
5315
|
+
id?: string | null;
|
|
5316
5316
|
/** Indicates whether the file's source is private. Defaults to `false`. */
|
|
5317
5317
|
private?: boolean | null;
|
|
5318
5318
|
}
|
|
@@ -5326,7 +5326,7 @@ export interface FileSourceDataOneOf {
|
|
|
5326
5326
|
*/
|
|
5327
5327
|
custom?: string | null;
|
|
5328
5328
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
5329
|
-
|
|
5329
|
+
id?: string | null;
|
|
5330
5330
|
}
|
|
5331
5331
|
export interface PDFSettings {
|
|
5332
5332
|
/**
|
|
@@ -5729,7 +5729,7 @@ export interface SettingsPermissions {
|
|
|
5729
5729
|
}
|
|
5730
5730
|
export interface PollOption {
|
|
5731
5731
|
/** Option ID. */
|
|
5732
|
-
|
|
5732
|
+
id?: string | null;
|
|
5733
5733
|
/** Option title. */
|
|
5734
5734
|
title?: string | null;
|
|
5735
5735
|
/** The image displayed with the option. */
|
|
@@ -5826,7 +5826,7 @@ export interface OptionDesign {
|
|
|
5826
5826
|
}
|
|
5827
5827
|
export interface Poll {
|
|
5828
5828
|
/** Poll ID. */
|
|
5829
|
-
|
|
5829
|
+
id?: string | null;
|
|
5830
5830
|
/** Poll title. */
|
|
5831
5831
|
title?: string | null;
|
|
5832
5832
|
/** Poll creator ID. */
|
|
@@ -5937,7 +5937,7 @@ export interface MentionData {
|
|
|
5937
5937
|
/** The version of the user's name that appears after the `@` character in the mention. */
|
|
5938
5938
|
slug?: string;
|
|
5939
5939
|
/** Mentioned user's ID. */
|
|
5940
|
-
|
|
5940
|
+
id?: string | null;
|
|
5941
5941
|
}
|
|
5942
5942
|
export interface FontSizeData {
|
|
5943
5943
|
/** The units used for the font size. */
|
|
@@ -5951,7 +5951,7 @@ export declare enum FontType {
|
|
|
5951
5951
|
}
|
|
5952
5952
|
export interface SpoilerData {
|
|
5953
5953
|
/** Spoiler ID. */
|
|
5954
|
-
|
|
5954
|
+
id?: string | null;
|
|
5955
5955
|
}
|
|
5956
5956
|
export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
5957
5957
|
/** Data for embedded Wix Bookings content. */
|
|
@@ -11830,7 +11830,12 @@ export interface EditorReactComponent {
|
|
|
11830
11830
|
editorElement?: EditorElement;
|
|
11831
11831
|
/** The installation settings of the component */
|
|
11832
11832
|
installation?: InstallationInfo;
|
|
11833
|
-
/**
|
|
11833
|
+
/**
|
|
11834
|
+
* The Archetype this component adheres to, to be used for classification by AI models
|
|
11835
|
+
* @deprecated The Archetype this component adheres to, to be used for classification by AI models
|
|
11836
|
+
* @replacedBy editor_element.archetype
|
|
11837
|
+
* @targetRemovalDate 2026-06-30
|
|
11838
|
+
*/
|
|
11834
11839
|
archetype?: Archetype;
|
|
11835
11840
|
}
|
|
11836
11841
|
export interface Resources {
|
|
@@ -11880,16 +11885,15 @@ export interface TranslationResources {
|
|
|
11880
11885
|
export interface EditorElement {
|
|
11881
11886
|
/**
|
|
11882
11887
|
* DOM Query selector for this element that we can use to find it when rendering it (preferably a className)
|
|
11883
|
-
* @minLength
|
|
11884
|
-
* @maxLength
|
|
11888
|
+
* @minLength 2
|
|
11889
|
+
* @maxLength 100
|
|
11885
11890
|
*/
|
|
11886
11891
|
selector?: string;
|
|
11887
11892
|
/**
|
|
11888
11893
|
* Human friendly name on the editor stage when the component is in interaction with the user
|
|
11889
|
-
* @
|
|
11890
|
-
* @maxLength 20
|
|
11894
|
+
* @maxLength 50
|
|
11891
11895
|
*/
|
|
11892
|
-
displayName?: string;
|
|
11896
|
+
displayName?: string | null;
|
|
11893
11897
|
/** style-api of this element, a map of style-items where the key is the style-item name and the value is the style-item definition. These will be manifested as CSS vars in the scope of the component and prefixed with `--` */
|
|
11894
11898
|
style?: Record<string, StyleItem>;
|
|
11895
11899
|
/** data-api of this element, a map of data-items where the key is the data-item name and the value is the data-item definition. These will be manifested as `props` for the component */
|
|
@@ -11906,6 +11910,8 @@ export interface EditorElement {
|
|
|
11906
11910
|
elementsDefaults?: Record<string, ElementDefaults>;
|
|
11907
11911
|
/** Layout capabilities of the component */
|
|
11908
11912
|
layout?: EditorElementLayout;
|
|
11913
|
+
/** The Archetype this component adheres to, to be used for classification by AI models */
|
|
11914
|
+
archetype?: Archetype;
|
|
11909
11915
|
}
|
|
11910
11916
|
export interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSelectedCssPropertyTypeOneOf, StyleItemSelectedCssVariableTypeOneOf {
|
|
11911
11917
|
/** type selection key for css-properties */
|
|
@@ -11922,6 +11928,8 @@ export interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSele
|
|
|
11922
11928
|
writingMode?: WritingMode;
|
|
11923
11929
|
/** Additional options to refine the customEnum variable */
|
|
11924
11930
|
customEnum?: CustomEnum;
|
|
11931
|
+
/** Additional options to refine the number variable */
|
|
11932
|
+
number?: CssNumber;
|
|
11925
11933
|
/** default value for the style item */
|
|
11926
11934
|
defaultValue?: any;
|
|
11927
11935
|
/**
|
|
@@ -11952,6 +11960,8 @@ export interface StyleItemSelectedCssPropertyTypeOneOf {
|
|
|
11952
11960
|
export interface StyleItemSelectedCssVariableTypeOneOf {
|
|
11953
11961
|
/** Additional options to refine the customEnum variable */
|
|
11954
11962
|
customEnum?: CustomEnum;
|
|
11963
|
+
/** Additional options to refine the number variable */
|
|
11964
|
+
number?: CssNumber;
|
|
11955
11965
|
}
|
|
11956
11966
|
/** The supported [CSS Property Types](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference#index) in Javascript naming format */
|
|
11957
11967
|
export declare enum CssPropertyType {
|
|
@@ -12172,20 +12182,30 @@ export interface CustomEnumOption {
|
|
|
12172
12182
|
*/
|
|
12173
12183
|
value?: string;
|
|
12174
12184
|
/** @maxLength 100 */
|
|
12175
|
-
displayName?: string;
|
|
12185
|
+
displayName?: string | null;
|
|
12176
12186
|
}
|
|
12177
12187
|
export interface CustomEnumOptionCssProperty {
|
|
12178
12188
|
/**
|
|
12179
12189
|
* the css property
|
|
12190
|
+
* @minLength 1
|
|
12180
12191
|
* @maxLength 100
|
|
12181
12192
|
*/
|
|
12182
12193
|
property?: string;
|
|
12183
12194
|
/**
|
|
12184
12195
|
* the css value
|
|
12196
|
+
* @minLength 1
|
|
12185
12197
|
* @maxLength 100
|
|
12186
12198
|
*/
|
|
12187
12199
|
value?: string;
|
|
12188
12200
|
}
|
|
12201
|
+
export interface CssNumber {
|
|
12202
|
+
/** Indicates minimum value required for the number */
|
|
12203
|
+
minimum?: number | null;
|
|
12204
|
+
/** Indicates maximum value allowed for the number */
|
|
12205
|
+
maximum?: number | null;
|
|
12206
|
+
/** The multiplier for the number value */
|
|
12207
|
+
multipleOf?: number | null;
|
|
12208
|
+
}
|
|
12189
12209
|
export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
12190
12210
|
/** An optional object to define limitations on the text input */
|
|
12191
12211
|
text?: Text;
|
|
@@ -12311,7 +12331,7 @@ export interface Option {
|
|
|
12311
12331
|
* display name for this text item
|
|
12312
12332
|
* @maxLength 100
|
|
12313
12333
|
*/
|
|
12314
|
-
displayName?: string;
|
|
12334
|
+
displayName?: string | null;
|
|
12315
12335
|
}
|
|
12316
12336
|
export interface _Number {
|
|
12317
12337
|
/** Indicates minimum value required for the number */
|
|
@@ -12451,10 +12471,9 @@ export interface ReactElementContainer extends ReactElementContainerSelectedCont
|
|
|
12451
12471
|
placeholder?: PlaceHolder;
|
|
12452
12472
|
/**
|
|
12453
12473
|
* A DOM Selector that will allow us to target it in the editor
|
|
12454
|
-
* @minLength 2
|
|
12455
12474
|
* @maxLength 100
|
|
12456
12475
|
*/
|
|
12457
|
-
selector?: string;
|
|
12476
|
+
selector?: string | null;
|
|
12458
12477
|
/** The type of Container to be rendered */
|
|
12459
12478
|
containerType?: ContainerType;
|
|
12460
12479
|
}
|
|
@@ -12519,16 +12538,15 @@ export declare enum ElementType {
|
|
|
12519
12538
|
export interface InlineElement {
|
|
12520
12539
|
/**
|
|
12521
12540
|
* Relative DOM Query selector for this element. We assume nesting by it's parent elements for CSS Vars scoping.
|
|
12522
|
-
* @minLength
|
|
12523
|
-
* @maxLength
|
|
12541
|
+
* @minLength 2
|
|
12542
|
+
* @maxLength 100
|
|
12524
12543
|
*/
|
|
12525
12544
|
selector?: string;
|
|
12526
12545
|
/**
|
|
12527
12546
|
* Human friendly name on the editor stage when the component is in interaction with the user
|
|
12528
|
-
* @
|
|
12529
|
-
* @maxLength 20
|
|
12547
|
+
* @maxLength 50
|
|
12530
12548
|
*/
|
|
12531
|
-
displayName?: string;
|
|
12549
|
+
displayName?: string | null;
|
|
12532
12550
|
/** style-api of this element, a map of style-items where the key is the style-item name and the value is the style-item definition. These will be manifested as CSS vars in the scope of the component and prefixed with `--` */
|
|
12533
12551
|
style?: Record<string, StyleItem>;
|
|
12534
12552
|
/** data-api of this element, a map of data-items where the key is the data-item name and the value is the data-item definition */
|
|
@@ -12545,6 +12563,8 @@ export interface InlineElement {
|
|
|
12545
12563
|
presets?: Record<string, PresetItem>;
|
|
12546
12564
|
/** The default preset, styles and data of inner elements */
|
|
12547
12565
|
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12566
|
+
/** The Archetype this component adheres to, to be used for classification by AI models */
|
|
12567
|
+
archetype?: Archetype;
|
|
12548
12568
|
}
|
|
12549
12569
|
export interface Behaviors {
|
|
12550
12570
|
/** Determines if the inner-element can be selectable in the editor */
|
|
@@ -12570,10 +12590,9 @@ export interface Action {
|
|
|
12570
12590
|
hidden?: boolean | null;
|
|
12571
12591
|
/**
|
|
12572
12592
|
* The public human-readable name given to the action by the developer.
|
|
12573
|
-
* @
|
|
12574
|
-
* @maxLength 20
|
|
12593
|
+
* @maxLength 50
|
|
12575
12594
|
*/
|
|
12576
|
-
displayName?: string;
|
|
12595
|
+
displayName?: string | null;
|
|
12577
12596
|
/** A model definition for declaring a concrete instructions action will perform */
|
|
12578
12597
|
execution?: Execution;
|
|
12579
12598
|
}
|
|
@@ -12708,16 +12727,14 @@ export interface DashboardAction {
|
|
|
12708
12727
|
hidden?: boolean | null;
|
|
12709
12728
|
/**
|
|
12710
12729
|
* The public human-readable name given to the action by the developer.
|
|
12711
|
-
* @
|
|
12712
|
-
* @maxLength 20
|
|
12730
|
+
* @maxLength 50
|
|
12713
12731
|
*/
|
|
12714
|
-
displayName?: string;
|
|
12732
|
+
displayName?: string | null;
|
|
12715
12733
|
/**
|
|
12716
12734
|
* Optional pageId of the dashboard in case there is more than one
|
|
12717
|
-
* @minLength 4
|
|
12718
12735
|
* @maxLength 50
|
|
12719
12736
|
*/
|
|
12720
|
-
dashboardPageId?: string;
|
|
12737
|
+
dashboardPageId?: string | null;
|
|
12721
12738
|
/** A model definition for declaring a concrete instructions action will perform */
|
|
12722
12739
|
execution?: Execution;
|
|
12723
12740
|
}
|
|
@@ -12725,7 +12742,6 @@ export interface PresetItem {
|
|
|
12725
12742
|
/**
|
|
12726
12743
|
* A URL to the CSS file of this preset
|
|
12727
12744
|
* @format WEB_URL
|
|
12728
|
-
* @minLength 13
|
|
12729
12745
|
* @maxLength 500
|
|
12730
12746
|
*/
|
|
12731
12747
|
cssUrl?: string;
|
|
@@ -12733,11 +12749,10 @@ export interface PresetItem {
|
|
|
12733
12749
|
* Preset name for displaying purposes in the editor
|
|
12734
12750
|
* @maxLength 100
|
|
12735
12751
|
*/
|
|
12736
|
-
displayName?: string;
|
|
12752
|
+
displayName?: string | null;
|
|
12737
12753
|
/**
|
|
12738
12754
|
* A URL to the CSS preset thumbnail file
|
|
12739
12755
|
* @format WEB_URL
|
|
12740
|
-
* @minLength 13
|
|
12741
12756
|
* @maxLength 500
|
|
12742
12757
|
*/
|
|
12743
12758
|
thumbnailUrl?: string | null;
|
|
@@ -12753,7 +12768,7 @@ export interface ElementStyleDefaults {
|
|
|
12753
12768
|
* The default preset for an element
|
|
12754
12769
|
* @maxLength 100
|
|
12755
12770
|
*/
|
|
12756
|
-
presetKey?: string;
|
|
12771
|
+
presetKey?: string | null;
|
|
12757
12772
|
/** The default styles for an element */
|
|
12758
12773
|
style?: Record<string, any>;
|
|
12759
12774
|
/** The default preset and styles for inner elements */
|
|
@@ -12804,6 +12819,46 @@ export interface ElementDefaults {
|
|
|
12804
12819
|
/** The default preset and styles for inner elements */
|
|
12805
12820
|
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12806
12821
|
}
|
|
12822
|
+
export declare enum Archetype {
|
|
12823
|
+
UNKNOWN_Archetype = "UNKNOWN_Archetype",
|
|
12824
|
+
Button = "Button",
|
|
12825
|
+
LoginButton = "LoginButton",
|
|
12826
|
+
Image = "Image",
|
|
12827
|
+
Gallery = "Gallery",
|
|
12828
|
+
Video = "Video",
|
|
12829
|
+
Audio = "Audio",
|
|
12830
|
+
Text = "Text",
|
|
12831
|
+
TextInput = "TextInput",
|
|
12832
|
+
RichTextEditor = "RichTextEditor",
|
|
12833
|
+
SignatureInput = "SignatureInput",
|
|
12834
|
+
Checkbox = "Checkbox",
|
|
12835
|
+
RadioGroup = "RadioGroup",
|
|
12836
|
+
Switch = "Switch",
|
|
12837
|
+
Dropdown = "Dropdown",
|
|
12838
|
+
DatePicker = "DatePicker",
|
|
12839
|
+
TimePicker = "TimePicker",
|
|
12840
|
+
Ratings = "Ratings",
|
|
12841
|
+
RatingInput = "RatingInput",
|
|
12842
|
+
Menu = "Menu",
|
|
12843
|
+
Pagination = "Pagination",
|
|
12844
|
+
Slider = "Slider",
|
|
12845
|
+
Container = "Container",
|
|
12846
|
+
Carousel = "Carousel",
|
|
12847
|
+
Accordion = "Accordion",
|
|
12848
|
+
Tabs = "Tabs",
|
|
12849
|
+
ProgressBar = "ProgressBar",
|
|
12850
|
+
Upload = "Upload",
|
|
12851
|
+
Social = "Social",
|
|
12852
|
+
Breadcrumbs = "Breadcrumbs",
|
|
12853
|
+
SearchBox = "SearchBox",
|
|
12854
|
+
Map = "Map",
|
|
12855
|
+
Line = "Line",
|
|
12856
|
+
Logo = "Logo",
|
|
12857
|
+
Avatar = "Avatar",
|
|
12858
|
+
Captcha = "Captcha",
|
|
12859
|
+
VectorArt = "VectorArt",
|
|
12860
|
+
AnimatedGraphic = "AnimatedGraphic"
|
|
12861
|
+
}
|
|
12807
12862
|
export interface RefElement {
|
|
12808
12863
|
/**
|
|
12809
12864
|
* The type of the referenced element. Must exist in the Wix Dev Center and be fullly typed (`appSlug.componentType`).
|
|
@@ -12819,10 +12874,9 @@ export interface RefElement {
|
|
|
12819
12874
|
selector?: string;
|
|
12820
12875
|
/**
|
|
12821
12876
|
* The override of the used element displayName
|
|
12822
|
-
* @
|
|
12823
|
-
* @maxLength 20
|
|
12877
|
+
* @maxLength 50
|
|
12824
12878
|
*/
|
|
12825
|
-
displayName?: string;
|
|
12879
|
+
displayName?: string | null;
|
|
12826
12880
|
/** The override of the used element style */
|
|
12827
12881
|
style?: Record<string, StyleItemOverrides>;
|
|
12828
12882
|
/** The override of the used element data */
|
|
@@ -12902,46 +12956,6 @@ export interface InstallationInfoTargetContainerOneOf {
|
|
|
12902
12956
|
/** Which static container should the component be installed at */
|
|
12903
12957
|
staticContainer?: StaticContainer;
|
|
12904
12958
|
}
|
|
12905
|
-
export declare enum Archetype {
|
|
12906
|
-
UNKNOWN_Archetype = "UNKNOWN_Archetype",
|
|
12907
|
-
Button = "Button",
|
|
12908
|
-
LoginButton = "LoginButton",
|
|
12909
|
-
Image = "Image",
|
|
12910
|
-
Gallery = "Gallery",
|
|
12911
|
-
Video = "Video",
|
|
12912
|
-
Audio = "Audio",
|
|
12913
|
-
Text = "Text",
|
|
12914
|
-
TextInput = "TextInput",
|
|
12915
|
-
RichTextEditor = "RichTextEditor",
|
|
12916
|
-
SignatureInput = "SignatureInput",
|
|
12917
|
-
Checkbox = "Checkbox",
|
|
12918
|
-
RadioGroup = "RadioGroup",
|
|
12919
|
-
Switch = "Switch",
|
|
12920
|
-
Dropdown = "Dropdown",
|
|
12921
|
-
DatePicker = "DatePicker",
|
|
12922
|
-
TimePicker = "TimePicker",
|
|
12923
|
-
Ratings = "Ratings",
|
|
12924
|
-
RatingInput = "RatingInput",
|
|
12925
|
-
Menu = "Menu",
|
|
12926
|
-
Pagination = "Pagination",
|
|
12927
|
-
Slider = "Slider",
|
|
12928
|
-
Container = "Container",
|
|
12929
|
-
Carousel = "Carousel",
|
|
12930
|
-
Accordion = "Accordion",
|
|
12931
|
-
Tabs = "Tabs",
|
|
12932
|
-
ProgressBar = "ProgressBar",
|
|
12933
|
-
Upload = "Upload",
|
|
12934
|
-
Social = "Social",
|
|
12935
|
-
Breadcrumbs = "Breadcrumbs",
|
|
12936
|
-
SearchBox = "SearchBox",
|
|
12937
|
-
Map = "Map",
|
|
12938
|
-
Line = "Line",
|
|
12939
|
-
Logo = "Logo",
|
|
12940
|
-
Avatar = "Avatar",
|
|
12941
|
-
Captcha = "Captcha",
|
|
12942
|
-
VectorArt = "VectorArt",
|
|
12943
|
-
AnimatedGraphic = "AnimatedGraphic"
|
|
12944
|
-
}
|
|
12945
12959
|
export interface MarketplaceSPIConfig {
|
|
12946
12960
|
/** URI where the SPI implementer is deployed */
|
|
12947
12961
|
deploymentUri?: SpiBaseUri;
|
|
@@ -13398,8 +13412,14 @@ export interface NamespaceConfig {
|
|
|
13398
13412
|
* @maxLength 100
|
|
13399
13413
|
*/
|
|
13400
13414
|
namespace?: string;
|
|
13401
|
-
/**
|
|
13415
|
+
/** PersonaService permissions associated with this namespace. */
|
|
13402
13416
|
personaPermissions?: Permissions;
|
|
13417
|
+
/** KnowledgeService permissions associated with this namespace. */
|
|
13418
|
+
knowledgePermissions?: Permissions;
|
|
13419
|
+
/** MediaService permissions associated with this namespace. */
|
|
13420
|
+
mediaPermissions?: Permissions;
|
|
13421
|
+
/** PersonaChatService permissions associated with this namespace. */
|
|
13422
|
+
chatPermissions?: Permissions;
|
|
13403
13423
|
}
|
|
13404
13424
|
export interface Permissions {
|
|
13405
13425
|
/**
|
package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js
CHANGED
|
@@ -26,7 +26,7 @@ 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.SidebarEntityType = exports.SidebarDataType = exports.ElementDisplayOption = exports.RestrictionLevel = exports.
|
|
29
|
+
exports.SidebarEntityType = exports.SidebarDataType = exports.ElementDisplayOption = exports.RestrictionLevel = exports.ContentResizeDirection = exports.ResizeDirection = exports.Archetype = exports.SizingType = exports.ActionName = exports.PanelType = exports.ActionType = exports.ElementType = exports.ContainerType = exports.LinkType = exports.A11yAttributes = exports.DataType = exports.WritingModeValue = exports.DisplayValueEnumDisplayValue = 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
30
|
exports.deleteByWhiteListedMetaSite = exports.listDataExtensionSchemas = exports.updateDataExtensionSchema = exports.createDataExtensionSchema = void 0;
|
|
31
31
|
const transform_error_1 = require("@wix/sdk-runtime/transform-error");
|
|
32
32
|
const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-keys");
|
|
@@ -2205,34 +2205,6 @@ var SizingType;
|
|
|
2205
2205
|
/** Initial size should be set in pixels */
|
|
2206
2206
|
SizingType["pixels"] = "pixels";
|
|
2207
2207
|
})(SizingType || (exports.SizingType = SizingType = {}));
|
|
2208
|
-
var ResizeDirection;
|
|
2209
|
-
(function (ResizeDirection) {
|
|
2210
|
-
/** Default value when direction is not specified */
|
|
2211
|
-
ResizeDirection["UNKNOWN_ResizeDirection"] = "UNKNOWN_ResizeDirection";
|
|
2212
|
-
/** Component can only be resized horizontally */
|
|
2213
|
-
ResizeDirection["horizontal"] = "horizontal";
|
|
2214
|
-
/** Component can only be resized vertically */
|
|
2215
|
-
ResizeDirection["vertical"] = "vertical";
|
|
2216
|
-
/** Component can be resized both horizontally and vertically */
|
|
2217
|
-
ResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2218
|
-
/** Component maintains its aspect ratio while resizing */
|
|
2219
|
-
ResizeDirection["aspectRatio"] = "aspectRatio";
|
|
2220
|
-
/** Component cannot be resized in any direction */
|
|
2221
|
-
ResizeDirection["none"] = "none";
|
|
2222
|
-
})(ResizeDirection || (exports.ResizeDirection = ResizeDirection = {}));
|
|
2223
|
-
var ContentResizeDirection;
|
|
2224
|
-
(function (ContentResizeDirection) {
|
|
2225
|
-
/** Default value when content resize behavior is not specified */
|
|
2226
|
-
ContentResizeDirection["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2227
|
-
/** Component's width will automatically adjust based on its content */
|
|
2228
|
-
ContentResizeDirection["horizontal"] = "horizontal";
|
|
2229
|
-
/** Component's height will automatically adjust based on its content */
|
|
2230
|
-
ContentResizeDirection["vertical"] = "vertical";
|
|
2231
|
-
/** Component's width and height will automatically adjust based on its content */
|
|
2232
|
-
ContentResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2233
|
-
/** Component's size will not be affected by its content */
|
|
2234
|
-
ContentResizeDirection["none"] = "none";
|
|
2235
|
-
})(ContentResizeDirection || (exports.ContentResizeDirection = ContentResizeDirection = {}));
|
|
2236
2208
|
var Archetype;
|
|
2237
2209
|
(function (Archetype) {
|
|
2238
2210
|
Archetype["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
@@ -2274,6 +2246,34 @@ var Archetype;
|
|
|
2274
2246
|
Archetype["VectorArt"] = "VectorArt";
|
|
2275
2247
|
Archetype["AnimatedGraphic"] = "AnimatedGraphic";
|
|
2276
2248
|
})(Archetype || (exports.Archetype = Archetype = {}));
|
|
2249
|
+
var ResizeDirection;
|
|
2250
|
+
(function (ResizeDirection) {
|
|
2251
|
+
/** Default value when direction is not specified */
|
|
2252
|
+
ResizeDirection["UNKNOWN_ResizeDirection"] = "UNKNOWN_ResizeDirection";
|
|
2253
|
+
/** Component can only be resized horizontally */
|
|
2254
|
+
ResizeDirection["horizontal"] = "horizontal";
|
|
2255
|
+
/** Component can only be resized vertically */
|
|
2256
|
+
ResizeDirection["vertical"] = "vertical";
|
|
2257
|
+
/** Component can be resized both horizontally and vertically */
|
|
2258
|
+
ResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2259
|
+
/** Component maintains its aspect ratio while resizing */
|
|
2260
|
+
ResizeDirection["aspectRatio"] = "aspectRatio";
|
|
2261
|
+
/** Component cannot be resized in any direction */
|
|
2262
|
+
ResizeDirection["none"] = "none";
|
|
2263
|
+
})(ResizeDirection || (exports.ResizeDirection = ResizeDirection = {}));
|
|
2264
|
+
var ContentResizeDirection;
|
|
2265
|
+
(function (ContentResizeDirection) {
|
|
2266
|
+
/** Default value when content resize behavior is not specified */
|
|
2267
|
+
ContentResizeDirection["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2268
|
+
/** Component's width will automatically adjust based on its content */
|
|
2269
|
+
ContentResizeDirection["horizontal"] = "horizontal";
|
|
2270
|
+
/** Component's height will automatically adjust based on its content */
|
|
2271
|
+
ContentResizeDirection["vertical"] = "vertical";
|
|
2272
|
+
/** Component's width and height will automatically adjust based on its content */
|
|
2273
|
+
ContentResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2274
|
+
/** Component's size will not be affected by its content */
|
|
2275
|
+
ContentResizeDirection["none"] = "none";
|
|
2276
|
+
})(ContentResizeDirection || (exports.ContentResizeDirection = ContentResizeDirection = {}));
|
|
2277
2277
|
var RestrictionLevel;
|
|
2278
2278
|
(function (RestrictionLevel) {
|
|
2279
2279
|
RestrictionLevel["UNKNOWN_RESTRICTION_TYPE"] = "UNKNOWN_RESTRICTION_TYPE";
|