@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
|
@@ -4888,7 +4888,7 @@ export interface Node extends NodeDataOneOf {
|
|
|
4888
4888
|
/** 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. */
|
|
4889
4889
|
type?: NodeType;
|
|
4890
4890
|
/** Node ID. */
|
|
4891
|
-
|
|
4891
|
+
id?: string;
|
|
4892
4892
|
/** A list of child nodes. */
|
|
4893
4893
|
nodes?: Node[];
|
|
4894
4894
|
/** Padding and background color styling for the node. */
|
|
@@ -5305,7 +5305,7 @@ export interface FileSource extends FileSourceDataOneOf {
|
|
|
5305
5305
|
*/
|
|
5306
5306
|
custom?: string | null;
|
|
5307
5307
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
5308
|
-
|
|
5308
|
+
id?: string | null;
|
|
5309
5309
|
/** Indicates whether the file's source is private. Defaults to `false`. */
|
|
5310
5310
|
private?: boolean | null;
|
|
5311
5311
|
}
|
|
@@ -5319,7 +5319,7 @@ export interface FileSourceDataOneOf {
|
|
|
5319
5319
|
*/
|
|
5320
5320
|
custom?: string | null;
|
|
5321
5321
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
5322
|
-
|
|
5322
|
+
id?: string | null;
|
|
5323
5323
|
}
|
|
5324
5324
|
export interface PDFSettings {
|
|
5325
5325
|
/**
|
|
@@ -5722,7 +5722,7 @@ export interface SettingsPermissions {
|
|
|
5722
5722
|
}
|
|
5723
5723
|
export interface PollOption {
|
|
5724
5724
|
/** Option ID. */
|
|
5725
|
-
|
|
5725
|
+
id?: string | null;
|
|
5726
5726
|
/** Option title. */
|
|
5727
5727
|
title?: string | null;
|
|
5728
5728
|
/** The image displayed with the option. */
|
|
@@ -5819,7 +5819,7 @@ export interface OptionDesign {
|
|
|
5819
5819
|
}
|
|
5820
5820
|
export interface Poll {
|
|
5821
5821
|
/** Poll ID. */
|
|
5822
|
-
|
|
5822
|
+
id?: string | null;
|
|
5823
5823
|
/** Poll title. */
|
|
5824
5824
|
title?: string | null;
|
|
5825
5825
|
/** Poll creator ID. */
|
|
@@ -5930,7 +5930,7 @@ export interface MentionData {
|
|
|
5930
5930
|
/** The version of the user's name that appears after the `@` character in the mention. */
|
|
5931
5931
|
slug?: string;
|
|
5932
5932
|
/** Mentioned user's ID. */
|
|
5933
|
-
|
|
5933
|
+
id?: string | null;
|
|
5934
5934
|
}
|
|
5935
5935
|
export interface FontSizeData {
|
|
5936
5936
|
/** The units used for the font size. */
|
|
@@ -5944,7 +5944,7 @@ export declare enum FontType {
|
|
|
5944
5944
|
}
|
|
5945
5945
|
export interface SpoilerData {
|
|
5946
5946
|
/** Spoiler ID. */
|
|
5947
|
-
|
|
5947
|
+
id?: string | null;
|
|
5948
5948
|
}
|
|
5949
5949
|
export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
5950
5950
|
/** Data for embedded Wix Bookings content. */
|
|
@@ -11823,7 +11823,12 @@ export interface EditorReactComponent {
|
|
|
11823
11823
|
editorElement?: EditorElement;
|
|
11824
11824
|
/** The installation settings of the component */
|
|
11825
11825
|
installation?: InstallationInfo;
|
|
11826
|
-
/**
|
|
11826
|
+
/**
|
|
11827
|
+
* The Archetype this component adheres to, to be used for classification by AI models
|
|
11828
|
+
* @deprecated The Archetype this component adheres to, to be used for classification by AI models
|
|
11829
|
+
* @replacedBy editor_element.archetype
|
|
11830
|
+
* @targetRemovalDate 2026-06-30
|
|
11831
|
+
*/
|
|
11827
11832
|
archetype?: Archetype;
|
|
11828
11833
|
}
|
|
11829
11834
|
export interface Resources {
|
|
@@ -11873,16 +11878,15 @@ export interface TranslationResources {
|
|
|
11873
11878
|
export interface EditorElement {
|
|
11874
11879
|
/**
|
|
11875
11880
|
* DOM Query selector for this element that we can use to find it when rendering it (preferably a className)
|
|
11876
|
-
* @minLength
|
|
11877
|
-
* @maxLength
|
|
11881
|
+
* @minLength 2
|
|
11882
|
+
* @maxLength 100
|
|
11878
11883
|
*/
|
|
11879
11884
|
selector?: string;
|
|
11880
11885
|
/**
|
|
11881
11886
|
* Human friendly name on the editor stage when the component is in interaction with the user
|
|
11882
|
-
* @
|
|
11883
|
-
* @maxLength 20
|
|
11887
|
+
* @maxLength 50
|
|
11884
11888
|
*/
|
|
11885
|
-
displayName?: string;
|
|
11889
|
+
displayName?: string | null;
|
|
11886
11890
|
/** 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 `--` */
|
|
11887
11891
|
style?: Record<string, StyleItem>;
|
|
11888
11892
|
/** 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 */
|
|
@@ -11899,6 +11903,8 @@ export interface EditorElement {
|
|
|
11899
11903
|
elementsDefaults?: Record<string, ElementDefaults>;
|
|
11900
11904
|
/** Layout capabilities of the component */
|
|
11901
11905
|
layout?: EditorElementLayout;
|
|
11906
|
+
/** The Archetype this component adheres to, to be used for classification by AI models */
|
|
11907
|
+
archetype?: Archetype;
|
|
11902
11908
|
}
|
|
11903
11909
|
export interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSelectedCssPropertyTypeOneOf, StyleItemSelectedCssVariableTypeOneOf {
|
|
11904
11910
|
/** type selection key for css-properties */
|
|
@@ -11915,6 +11921,8 @@ export interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSele
|
|
|
11915
11921
|
writingMode?: WritingMode;
|
|
11916
11922
|
/** Additional options to refine the customEnum variable */
|
|
11917
11923
|
customEnum?: CustomEnum;
|
|
11924
|
+
/** Additional options to refine the number variable */
|
|
11925
|
+
number?: CssNumber;
|
|
11918
11926
|
/** default value for the style item */
|
|
11919
11927
|
defaultValue?: any;
|
|
11920
11928
|
/**
|
|
@@ -11945,6 +11953,8 @@ export interface StyleItemSelectedCssPropertyTypeOneOf {
|
|
|
11945
11953
|
export interface StyleItemSelectedCssVariableTypeOneOf {
|
|
11946
11954
|
/** Additional options to refine the customEnum variable */
|
|
11947
11955
|
customEnum?: CustomEnum;
|
|
11956
|
+
/** Additional options to refine the number variable */
|
|
11957
|
+
number?: CssNumber;
|
|
11948
11958
|
}
|
|
11949
11959
|
/** The supported [CSS Property Types](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference#index) in Javascript naming format */
|
|
11950
11960
|
export declare enum CssPropertyType {
|
|
@@ -12165,20 +12175,30 @@ export interface CustomEnumOption {
|
|
|
12165
12175
|
*/
|
|
12166
12176
|
value?: string;
|
|
12167
12177
|
/** @maxLength 100 */
|
|
12168
|
-
displayName?: string;
|
|
12178
|
+
displayName?: string | null;
|
|
12169
12179
|
}
|
|
12170
12180
|
export interface CustomEnumOptionCssProperty {
|
|
12171
12181
|
/**
|
|
12172
12182
|
* the css property
|
|
12183
|
+
* @minLength 1
|
|
12173
12184
|
* @maxLength 100
|
|
12174
12185
|
*/
|
|
12175
12186
|
property?: string;
|
|
12176
12187
|
/**
|
|
12177
12188
|
* the css value
|
|
12189
|
+
* @minLength 1
|
|
12178
12190
|
* @maxLength 100
|
|
12179
12191
|
*/
|
|
12180
12192
|
value?: string;
|
|
12181
12193
|
}
|
|
12194
|
+
export interface CssNumber {
|
|
12195
|
+
/** Indicates minimum value required for the number */
|
|
12196
|
+
minimum?: number | null;
|
|
12197
|
+
/** Indicates maximum value allowed for the number */
|
|
12198
|
+
maximum?: number | null;
|
|
12199
|
+
/** The multiplier for the number value */
|
|
12200
|
+
multipleOf?: number | null;
|
|
12201
|
+
}
|
|
12182
12202
|
export interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
12183
12203
|
/** An optional object to define limitations on the text input */
|
|
12184
12204
|
text?: Text;
|
|
@@ -12304,7 +12324,7 @@ export interface Option {
|
|
|
12304
12324
|
* display name for this text item
|
|
12305
12325
|
* @maxLength 100
|
|
12306
12326
|
*/
|
|
12307
|
-
displayName?: string;
|
|
12327
|
+
displayName?: string | null;
|
|
12308
12328
|
}
|
|
12309
12329
|
export interface _Number {
|
|
12310
12330
|
/** Indicates minimum value required for the number */
|
|
@@ -12444,10 +12464,9 @@ export interface ReactElementContainer extends ReactElementContainerSelectedCont
|
|
|
12444
12464
|
placeholder?: PlaceHolder;
|
|
12445
12465
|
/**
|
|
12446
12466
|
* A DOM Selector that will allow us to target it in the editor
|
|
12447
|
-
* @minLength 2
|
|
12448
12467
|
* @maxLength 100
|
|
12449
12468
|
*/
|
|
12450
|
-
selector?: string;
|
|
12469
|
+
selector?: string | null;
|
|
12451
12470
|
/** The type of Container to be rendered */
|
|
12452
12471
|
containerType?: ContainerType;
|
|
12453
12472
|
}
|
|
@@ -12512,16 +12531,15 @@ export declare enum ElementType {
|
|
|
12512
12531
|
export interface InlineElement {
|
|
12513
12532
|
/**
|
|
12514
12533
|
* Relative DOM Query selector for this element. We assume nesting by it's parent elements for CSS Vars scoping.
|
|
12515
|
-
* @minLength
|
|
12516
|
-
* @maxLength
|
|
12534
|
+
* @minLength 2
|
|
12535
|
+
* @maxLength 100
|
|
12517
12536
|
*/
|
|
12518
12537
|
selector?: string;
|
|
12519
12538
|
/**
|
|
12520
12539
|
* Human friendly name on the editor stage when the component is in interaction with the user
|
|
12521
|
-
* @
|
|
12522
|
-
* @maxLength 20
|
|
12540
|
+
* @maxLength 50
|
|
12523
12541
|
*/
|
|
12524
|
-
displayName?: string;
|
|
12542
|
+
displayName?: string | null;
|
|
12525
12543
|
/** 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 `--` */
|
|
12526
12544
|
style?: Record<string, StyleItem>;
|
|
12527
12545
|
/** 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 */
|
|
@@ -12538,6 +12556,8 @@ export interface InlineElement {
|
|
|
12538
12556
|
presets?: Record<string, PresetItem>;
|
|
12539
12557
|
/** The default preset, styles and data of inner elements */
|
|
12540
12558
|
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12559
|
+
/** The Archetype this component adheres to, to be used for classification by AI models */
|
|
12560
|
+
archetype?: Archetype;
|
|
12541
12561
|
}
|
|
12542
12562
|
export interface Behaviors {
|
|
12543
12563
|
/** Determines if the inner-element can be selectable in the editor */
|
|
@@ -12563,10 +12583,9 @@ export interface Action {
|
|
|
12563
12583
|
hidden?: boolean | null;
|
|
12564
12584
|
/**
|
|
12565
12585
|
* The public human-readable name given to the action by the developer.
|
|
12566
|
-
* @
|
|
12567
|
-
* @maxLength 20
|
|
12586
|
+
* @maxLength 50
|
|
12568
12587
|
*/
|
|
12569
|
-
displayName?: string;
|
|
12588
|
+
displayName?: string | null;
|
|
12570
12589
|
/** A model definition for declaring a concrete instructions action will perform */
|
|
12571
12590
|
execution?: Execution;
|
|
12572
12591
|
}
|
|
@@ -12701,16 +12720,14 @@ export interface DashboardAction {
|
|
|
12701
12720
|
hidden?: boolean | null;
|
|
12702
12721
|
/**
|
|
12703
12722
|
* The public human-readable name given to the action by the developer.
|
|
12704
|
-
* @
|
|
12705
|
-
* @maxLength 20
|
|
12723
|
+
* @maxLength 50
|
|
12706
12724
|
*/
|
|
12707
|
-
displayName?: string;
|
|
12725
|
+
displayName?: string | null;
|
|
12708
12726
|
/**
|
|
12709
12727
|
* Optional pageId of the dashboard in case there is more than one
|
|
12710
|
-
* @minLength 4
|
|
12711
12728
|
* @maxLength 50
|
|
12712
12729
|
*/
|
|
12713
|
-
dashboardPageId?: string;
|
|
12730
|
+
dashboardPageId?: string | null;
|
|
12714
12731
|
/** A model definition for declaring a concrete instructions action will perform */
|
|
12715
12732
|
execution?: Execution;
|
|
12716
12733
|
}
|
|
@@ -12718,7 +12735,6 @@ export interface PresetItem {
|
|
|
12718
12735
|
/**
|
|
12719
12736
|
* A URL to the CSS file of this preset
|
|
12720
12737
|
* @format WEB_URL
|
|
12721
|
-
* @minLength 13
|
|
12722
12738
|
* @maxLength 500
|
|
12723
12739
|
*/
|
|
12724
12740
|
cssUrl?: string;
|
|
@@ -12726,11 +12742,10 @@ export interface PresetItem {
|
|
|
12726
12742
|
* Preset name for displaying purposes in the editor
|
|
12727
12743
|
* @maxLength 100
|
|
12728
12744
|
*/
|
|
12729
|
-
displayName?: string;
|
|
12745
|
+
displayName?: string | null;
|
|
12730
12746
|
/**
|
|
12731
12747
|
* A URL to the CSS preset thumbnail file
|
|
12732
12748
|
* @format WEB_URL
|
|
12733
|
-
* @minLength 13
|
|
12734
12749
|
* @maxLength 500
|
|
12735
12750
|
*/
|
|
12736
12751
|
thumbnailUrl?: string | null;
|
|
@@ -12746,7 +12761,7 @@ export interface ElementStyleDefaults {
|
|
|
12746
12761
|
* The default preset for an element
|
|
12747
12762
|
* @maxLength 100
|
|
12748
12763
|
*/
|
|
12749
|
-
presetKey?: string;
|
|
12764
|
+
presetKey?: string | null;
|
|
12750
12765
|
/** The default styles for an element */
|
|
12751
12766
|
style?: Record<string, any>;
|
|
12752
12767
|
/** The default preset and styles for inner elements */
|
|
@@ -12797,6 +12812,46 @@ export interface ElementDefaults {
|
|
|
12797
12812
|
/** The default preset and styles for inner elements */
|
|
12798
12813
|
elementsDefaults?: Record<string, ElementDefaults>;
|
|
12799
12814
|
}
|
|
12815
|
+
export declare enum Archetype {
|
|
12816
|
+
UNKNOWN_Archetype = "UNKNOWN_Archetype",
|
|
12817
|
+
Button = "Button",
|
|
12818
|
+
LoginButton = "LoginButton",
|
|
12819
|
+
Image = "Image",
|
|
12820
|
+
Gallery = "Gallery",
|
|
12821
|
+
Video = "Video",
|
|
12822
|
+
Audio = "Audio",
|
|
12823
|
+
Text = "Text",
|
|
12824
|
+
TextInput = "TextInput",
|
|
12825
|
+
RichTextEditor = "RichTextEditor",
|
|
12826
|
+
SignatureInput = "SignatureInput",
|
|
12827
|
+
Checkbox = "Checkbox",
|
|
12828
|
+
RadioGroup = "RadioGroup",
|
|
12829
|
+
Switch = "Switch",
|
|
12830
|
+
Dropdown = "Dropdown",
|
|
12831
|
+
DatePicker = "DatePicker",
|
|
12832
|
+
TimePicker = "TimePicker",
|
|
12833
|
+
Ratings = "Ratings",
|
|
12834
|
+
RatingInput = "RatingInput",
|
|
12835
|
+
Menu = "Menu",
|
|
12836
|
+
Pagination = "Pagination",
|
|
12837
|
+
Slider = "Slider",
|
|
12838
|
+
Container = "Container",
|
|
12839
|
+
Carousel = "Carousel",
|
|
12840
|
+
Accordion = "Accordion",
|
|
12841
|
+
Tabs = "Tabs",
|
|
12842
|
+
ProgressBar = "ProgressBar",
|
|
12843
|
+
Upload = "Upload",
|
|
12844
|
+
Social = "Social",
|
|
12845
|
+
Breadcrumbs = "Breadcrumbs",
|
|
12846
|
+
SearchBox = "SearchBox",
|
|
12847
|
+
Map = "Map",
|
|
12848
|
+
Line = "Line",
|
|
12849
|
+
Logo = "Logo",
|
|
12850
|
+
Avatar = "Avatar",
|
|
12851
|
+
Captcha = "Captcha",
|
|
12852
|
+
VectorArt = "VectorArt",
|
|
12853
|
+
AnimatedGraphic = "AnimatedGraphic"
|
|
12854
|
+
}
|
|
12800
12855
|
export interface RefElement {
|
|
12801
12856
|
/**
|
|
12802
12857
|
* The type of the referenced element. Must exist in the Wix Dev Center and be fullly typed (`appSlug.componentType`).
|
|
@@ -12812,10 +12867,9 @@ export interface RefElement {
|
|
|
12812
12867
|
selector?: string;
|
|
12813
12868
|
/**
|
|
12814
12869
|
* The override of the used element displayName
|
|
12815
|
-
* @
|
|
12816
|
-
* @maxLength 20
|
|
12870
|
+
* @maxLength 50
|
|
12817
12871
|
*/
|
|
12818
|
-
displayName?: string;
|
|
12872
|
+
displayName?: string | null;
|
|
12819
12873
|
/** The override of the used element style */
|
|
12820
12874
|
style?: Record<string, StyleItemOverrides>;
|
|
12821
12875
|
/** The override of the used element data */
|
|
@@ -12895,46 +12949,6 @@ export interface InstallationInfoTargetContainerOneOf {
|
|
|
12895
12949
|
/** Which static container should the component be installed at */
|
|
12896
12950
|
staticContainer?: StaticContainer;
|
|
12897
12951
|
}
|
|
12898
|
-
export declare enum Archetype {
|
|
12899
|
-
UNKNOWN_Archetype = "UNKNOWN_Archetype",
|
|
12900
|
-
Button = "Button",
|
|
12901
|
-
LoginButton = "LoginButton",
|
|
12902
|
-
Image = "Image",
|
|
12903
|
-
Gallery = "Gallery",
|
|
12904
|
-
Video = "Video",
|
|
12905
|
-
Audio = "Audio",
|
|
12906
|
-
Text = "Text",
|
|
12907
|
-
TextInput = "TextInput",
|
|
12908
|
-
RichTextEditor = "RichTextEditor",
|
|
12909
|
-
SignatureInput = "SignatureInput",
|
|
12910
|
-
Checkbox = "Checkbox",
|
|
12911
|
-
RadioGroup = "RadioGroup",
|
|
12912
|
-
Switch = "Switch",
|
|
12913
|
-
Dropdown = "Dropdown",
|
|
12914
|
-
DatePicker = "DatePicker",
|
|
12915
|
-
TimePicker = "TimePicker",
|
|
12916
|
-
Ratings = "Ratings",
|
|
12917
|
-
RatingInput = "RatingInput",
|
|
12918
|
-
Menu = "Menu",
|
|
12919
|
-
Pagination = "Pagination",
|
|
12920
|
-
Slider = "Slider",
|
|
12921
|
-
Container = "Container",
|
|
12922
|
-
Carousel = "Carousel",
|
|
12923
|
-
Accordion = "Accordion",
|
|
12924
|
-
Tabs = "Tabs",
|
|
12925
|
-
ProgressBar = "ProgressBar",
|
|
12926
|
-
Upload = "Upload",
|
|
12927
|
-
Social = "Social",
|
|
12928
|
-
Breadcrumbs = "Breadcrumbs",
|
|
12929
|
-
SearchBox = "SearchBox",
|
|
12930
|
-
Map = "Map",
|
|
12931
|
-
Line = "Line",
|
|
12932
|
-
Logo = "Logo",
|
|
12933
|
-
Avatar = "Avatar",
|
|
12934
|
-
Captcha = "Captcha",
|
|
12935
|
-
VectorArt = "VectorArt",
|
|
12936
|
-
AnimatedGraphic = "AnimatedGraphic"
|
|
12937
|
-
}
|
|
12938
12952
|
export interface MarketplaceSPIConfig {
|
|
12939
12953
|
/** URI where the SPI implementer is deployed */
|
|
12940
12954
|
deploymentUri?: SpiBaseUri;
|
|
@@ -13391,8 +13405,14 @@ export interface NamespaceConfig {
|
|
|
13391
13405
|
* @maxLength 100
|
|
13392
13406
|
*/
|
|
13393
13407
|
namespace?: string;
|
|
13394
|
-
/**
|
|
13408
|
+
/** PersonaService permissions associated with this namespace. */
|
|
13395
13409
|
personaPermissions?: Permissions;
|
|
13410
|
+
/** KnowledgeService permissions associated with this namespace. */
|
|
13411
|
+
knowledgePermissions?: Permissions;
|
|
13412
|
+
/** MediaService permissions associated with this namespace. */
|
|
13413
|
+
mediaPermissions?: Permissions;
|
|
13414
|
+
/** PersonaChatService permissions associated with this namespace. */
|
|
13415
|
+
chatPermissions?: Permissions;
|
|
13396
13416
|
}
|
|
13397
13417
|
export interface Permissions {
|
|
13398
13418
|
/**
|
|
@@ -2175,34 +2175,6 @@ export var SizingType;
|
|
|
2175
2175
|
/** Initial size should be set in pixels */
|
|
2176
2176
|
SizingType["pixels"] = "pixels";
|
|
2177
2177
|
})(SizingType || (SizingType = {}));
|
|
2178
|
-
export var ResizeDirection;
|
|
2179
|
-
(function (ResizeDirection) {
|
|
2180
|
-
/** Default value when direction is not specified */
|
|
2181
|
-
ResizeDirection["UNKNOWN_ResizeDirection"] = "UNKNOWN_ResizeDirection";
|
|
2182
|
-
/** Component can only be resized horizontally */
|
|
2183
|
-
ResizeDirection["horizontal"] = "horizontal";
|
|
2184
|
-
/** Component can only be resized vertically */
|
|
2185
|
-
ResizeDirection["vertical"] = "vertical";
|
|
2186
|
-
/** Component can be resized both horizontally and vertically */
|
|
2187
|
-
ResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2188
|
-
/** Component maintains its aspect ratio while resizing */
|
|
2189
|
-
ResizeDirection["aspectRatio"] = "aspectRatio";
|
|
2190
|
-
/** Component cannot be resized in any direction */
|
|
2191
|
-
ResizeDirection["none"] = "none";
|
|
2192
|
-
})(ResizeDirection || (ResizeDirection = {}));
|
|
2193
|
-
export var ContentResizeDirection;
|
|
2194
|
-
(function (ContentResizeDirection) {
|
|
2195
|
-
/** Default value when content resize behavior is not specified */
|
|
2196
|
-
ContentResizeDirection["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2197
|
-
/** Component's width will automatically adjust based on its content */
|
|
2198
|
-
ContentResizeDirection["horizontal"] = "horizontal";
|
|
2199
|
-
/** Component's height will automatically adjust based on its content */
|
|
2200
|
-
ContentResizeDirection["vertical"] = "vertical";
|
|
2201
|
-
/** Component's width and height will automatically adjust based on its content */
|
|
2202
|
-
ContentResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2203
|
-
/** Component's size will not be affected by its content */
|
|
2204
|
-
ContentResizeDirection["none"] = "none";
|
|
2205
|
-
})(ContentResizeDirection || (ContentResizeDirection = {}));
|
|
2206
2178
|
export var Archetype;
|
|
2207
2179
|
(function (Archetype) {
|
|
2208
2180
|
Archetype["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
|
|
@@ -2244,6 +2216,34 @@ export var Archetype;
|
|
|
2244
2216
|
Archetype["VectorArt"] = "VectorArt";
|
|
2245
2217
|
Archetype["AnimatedGraphic"] = "AnimatedGraphic";
|
|
2246
2218
|
})(Archetype || (Archetype = {}));
|
|
2219
|
+
export var ResizeDirection;
|
|
2220
|
+
(function (ResizeDirection) {
|
|
2221
|
+
/** Default value when direction is not specified */
|
|
2222
|
+
ResizeDirection["UNKNOWN_ResizeDirection"] = "UNKNOWN_ResizeDirection";
|
|
2223
|
+
/** Component can only be resized horizontally */
|
|
2224
|
+
ResizeDirection["horizontal"] = "horizontal";
|
|
2225
|
+
/** Component can only be resized vertically */
|
|
2226
|
+
ResizeDirection["vertical"] = "vertical";
|
|
2227
|
+
/** Component can be resized both horizontally and vertically */
|
|
2228
|
+
ResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2229
|
+
/** Component maintains its aspect ratio while resizing */
|
|
2230
|
+
ResizeDirection["aspectRatio"] = "aspectRatio";
|
|
2231
|
+
/** Component cannot be resized in any direction */
|
|
2232
|
+
ResizeDirection["none"] = "none";
|
|
2233
|
+
})(ResizeDirection || (ResizeDirection = {}));
|
|
2234
|
+
export var ContentResizeDirection;
|
|
2235
|
+
(function (ContentResizeDirection) {
|
|
2236
|
+
/** Default value when content resize behavior is not specified */
|
|
2237
|
+
ContentResizeDirection["UNKNOWN_ContentResizeDirection"] = "UNKNOWN_ContentResizeDirection";
|
|
2238
|
+
/** Component's width will automatically adjust based on its content */
|
|
2239
|
+
ContentResizeDirection["horizontal"] = "horizontal";
|
|
2240
|
+
/** Component's height will automatically adjust based on its content */
|
|
2241
|
+
ContentResizeDirection["vertical"] = "vertical";
|
|
2242
|
+
/** Component's width and height will automatically adjust based on its content */
|
|
2243
|
+
ContentResizeDirection["horizontalAndVertical"] = "horizontalAndVertical";
|
|
2244
|
+
/** Component's size will not be affected by its content */
|
|
2245
|
+
ContentResizeDirection["none"] = "none";
|
|
2246
|
+
})(ContentResizeDirection || (ContentResizeDirection = {}));
|
|
2247
2247
|
export var RestrictionLevel;
|
|
2248
2248
|
(function (RestrictionLevel) {
|
|
2249
2249
|
RestrictionLevel["UNKNOWN_RESTRICTION_TYPE"] = "UNKNOWN_RESTRICTION_TYPE";
|