@wix/auto_sdk_data-extension-schema_schemas 1.0.10 → 1.0.12
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 +6 -1
- 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 -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 +280 -14
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +46 -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 +282 -21
- package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +48 -5
- 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 +280 -14
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +45 -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 +282 -21
- package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +47 -4
- 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 +6 -1
- 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 -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 +280 -14
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +46 -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 +282 -21
- package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +48 -5
- 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 +280 -14
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +45 -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 +282 -21
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +47 -4
- package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
- package/package.json +4 -4
|
@@ -599,7 +599,8 @@ export declare enum ComponentType {
|
|
|
599
599
|
STORES_PRODUCT_RESTRICTIONS = "STORES_PRODUCT_RESTRICTIONS",
|
|
600
600
|
FORM_SUBMISSION_MODERATION = "FORM_SUBMISSION_MODERATION",
|
|
601
601
|
EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES",
|
|
602
|
-
BILLING_OPERATION = "BILLING_OPERATION"
|
|
602
|
+
BILLING_OPERATION = "BILLING_OPERATION",
|
|
603
|
+
BACK_OFFICE_CUSTOMIZATION = "BACK_OFFICE_CUSTOMIZATION"
|
|
603
604
|
}
|
|
604
605
|
/** Component data */
|
|
605
606
|
export interface ComponentData extends ComponentDataDataOneOf {
|
|
@@ -3273,7 +3274,9 @@ export declare enum BackOfficeHostingPlatforms {
|
|
|
3273
3274
|
/** Wix internal dashboard for data (non proffesional data consumers, i.e any Wix Employee that has a need for BI data) */
|
|
3274
3275
|
DATA = "DATA",
|
|
3275
3276
|
/** Dashboard for viral forms/lite events/etc */
|
|
3276
|
-
LITE_DASHBOARD = "LITE_DASHBOARD"
|
|
3277
|
+
LITE_DASHBOARD = "LITE_DASHBOARD",
|
|
3278
|
+
/** Picasso AI application POC */
|
|
3279
|
+
PICASSO_EDITOR = "PICASSO_EDITOR"
|
|
3277
3280
|
}
|
|
3278
3281
|
/** Definitions of common slots properties */
|
|
3279
3282
|
export interface SlotData extends SlotDataSlotTypeOneOf {
|
|
@@ -5012,17 +5015,32 @@ export interface ButtonData {
|
|
|
5012
5015
|
link?: V1Link;
|
|
5013
5016
|
}
|
|
5014
5017
|
export interface Border {
|
|
5015
|
-
/**
|
|
5018
|
+
/**
|
|
5019
|
+
* Deprecated: Use `borderWidth` in `styles` instead.
|
|
5020
|
+
* @deprecated
|
|
5021
|
+
*/
|
|
5016
5022
|
width?: number | null;
|
|
5017
|
-
/**
|
|
5023
|
+
/**
|
|
5024
|
+
* Deprecated: Use `borderRadius` in `styles` instead.
|
|
5025
|
+
* @deprecated
|
|
5026
|
+
*/
|
|
5018
5027
|
radius?: number | null;
|
|
5019
5028
|
}
|
|
5020
5029
|
export interface Colors {
|
|
5021
|
-
/**
|
|
5030
|
+
/**
|
|
5031
|
+
* Deprecated: Use `textColor` in `styles` instead.
|
|
5032
|
+
* @deprecated
|
|
5033
|
+
*/
|
|
5022
5034
|
text?: string | null;
|
|
5023
|
-
/**
|
|
5035
|
+
/**
|
|
5036
|
+
* Deprecated: Use `borderColor` in `styles` instead.
|
|
5037
|
+
* @deprecated
|
|
5038
|
+
*/
|
|
5024
5039
|
border?: string | null;
|
|
5025
|
-
/**
|
|
5040
|
+
/**
|
|
5041
|
+
* Deprecated: Use `backgroundColor` in `styles` instead.
|
|
5042
|
+
* @deprecated
|
|
5043
|
+
*/
|
|
5026
5044
|
background?: string | null;
|
|
5027
5045
|
}
|
|
5028
5046
|
export interface PluginContainerData {
|
|
@@ -5099,10 +5117,57 @@ export declare enum ButtonDataType {
|
|
|
5099
5117
|
ACTION = "ACTION"
|
|
5100
5118
|
}
|
|
5101
5119
|
export interface Styles {
|
|
5102
|
-
/**
|
|
5120
|
+
/**
|
|
5121
|
+
* Deprecated: Use `borderWidth` and `borderRadius` instead.
|
|
5122
|
+
* @deprecated
|
|
5123
|
+
*/
|
|
5103
5124
|
border?: Border;
|
|
5104
|
-
/**
|
|
5125
|
+
/**
|
|
5126
|
+
* Deprecated: Use `textColor`, `borderColor` and `backgroundColor` instead.
|
|
5127
|
+
* @deprecated
|
|
5128
|
+
*/
|
|
5105
5129
|
colors?: Colors;
|
|
5130
|
+
/** Border width in pixels. */
|
|
5131
|
+
borderWidth?: number | null;
|
|
5132
|
+
/**
|
|
5133
|
+
* Deprecated: Use `borderWidth` for normal/hover states instead.
|
|
5134
|
+
* @deprecated
|
|
5135
|
+
*/
|
|
5136
|
+
borderWidthHover?: number | null;
|
|
5137
|
+
/** Border radius in pixels. */
|
|
5138
|
+
borderRadius?: number | null;
|
|
5139
|
+
/**
|
|
5140
|
+
* Border color as a hexadecimal value.
|
|
5141
|
+
* @format COLOR_HEX
|
|
5142
|
+
*/
|
|
5143
|
+
borderColor?: string | null;
|
|
5144
|
+
/**
|
|
5145
|
+
* Border color as a hexadecimal value (hover state).
|
|
5146
|
+
* @format COLOR_HEX
|
|
5147
|
+
*/
|
|
5148
|
+
borderColorHover?: string | null;
|
|
5149
|
+
/**
|
|
5150
|
+
* Text color as a hexadecimal value.
|
|
5151
|
+
* @format COLOR_HEX
|
|
5152
|
+
*/
|
|
5153
|
+
textColor?: string | null;
|
|
5154
|
+
/**
|
|
5155
|
+
* Text color as a hexadecimal value (hover state).
|
|
5156
|
+
* @format COLOR_HEX
|
|
5157
|
+
*/
|
|
5158
|
+
textColorHover?: string | null;
|
|
5159
|
+
/**
|
|
5160
|
+
* Background color as a hexadecimal value.
|
|
5161
|
+
* @format COLOR_HEX
|
|
5162
|
+
*/
|
|
5163
|
+
backgroundColor?: string | null;
|
|
5164
|
+
/**
|
|
5165
|
+
* Background color as a hexadecimal value (hover state).
|
|
5166
|
+
* @format COLOR_HEX
|
|
5167
|
+
*/
|
|
5168
|
+
backgroundColorHover?: string | null;
|
|
5169
|
+
/** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
|
|
5170
|
+
buttonSize?: string | null;
|
|
5106
5171
|
}
|
|
5107
5172
|
export interface V1Link extends V1LinkDataOneOf {
|
|
5108
5173
|
/** The absolute URL for the linked document. */
|
|
@@ -6263,7 +6328,7 @@ export interface FormsSchemaNamespaceConfig {
|
|
|
6263
6328
|
restrictions?: Restrictions;
|
|
6264
6329
|
/** Enable translations with multilingual */
|
|
6265
6330
|
multilingualEnabled?: boolean;
|
|
6266
|
-
/** Attempt to select unique name for form
|
|
6331
|
+
/** Attempt to select unique name for form */
|
|
6267
6332
|
uniqueName?: boolean;
|
|
6268
6333
|
}
|
|
6269
6334
|
export interface Restrictions {
|
|
@@ -8661,10 +8726,12 @@ export interface FormTemplate extends FormTemplateTemplateTypeOptionsOneOf {
|
|
|
8661
8726
|
*/
|
|
8662
8727
|
updatedDate?: Date | null;
|
|
8663
8728
|
/**
|
|
8664
|
-
* Settings for field groups
|
|
8729
|
+
* Settings for field groups.
|
|
8665
8730
|
* @maxSize 50
|
|
8666
8731
|
*/
|
|
8667
8732
|
fieldGroups?: FieldGroup[];
|
|
8733
|
+
/** Required indicator properties. */
|
|
8734
|
+
requiredIndicatorProperties?: RequiredIndicatorProperties;
|
|
8668
8735
|
}
|
|
8669
8736
|
/** @oneof */
|
|
8670
8737
|
export interface FormTemplateTemplateTypeOptionsOneOf {
|
|
@@ -10482,6 +10549,30 @@ export interface FieldGroup {
|
|
|
10482
10549
|
*/
|
|
10483
10550
|
label?: string | null;
|
|
10484
10551
|
}
|
|
10552
|
+
export interface RequiredIndicatorProperties {
|
|
10553
|
+
/** Required indicator. */
|
|
10554
|
+
requiredIndicator?: RequiredIndicator;
|
|
10555
|
+
/** Required indicator placement. */
|
|
10556
|
+
requiredIndicatorPlacement?: RequiredIndicatorPlacement;
|
|
10557
|
+
}
|
|
10558
|
+
export declare enum RequiredIndicator {
|
|
10559
|
+
/** Unknown required indicator. */
|
|
10560
|
+
UNKNOWN_INDICATOR = "UNKNOWN_INDICATOR",
|
|
10561
|
+
/** Asterisk (*). */
|
|
10562
|
+
ASTERISK = "ASTERISK",
|
|
10563
|
+
/** Text (default: "Required"). */
|
|
10564
|
+
TEXT = "TEXT",
|
|
10565
|
+
/** None. */
|
|
10566
|
+
NONE = "NONE"
|
|
10567
|
+
}
|
|
10568
|
+
export declare enum RequiredIndicatorPlacement {
|
|
10569
|
+
/** Unknown required indicator placement. */
|
|
10570
|
+
UNKNOWN_PLACEMENT = "UNKNOWN_PLACEMENT",
|
|
10571
|
+
/** After field title. */
|
|
10572
|
+
AFTER_FIELD_TITLE = "AFTER_FIELD_TITLE",
|
|
10573
|
+
/** Before field title. */
|
|
10574
|
+
BEFORE_FIELD_TITLE = "BEFORE_FIELD_TITLE"
|
|
10575
|
+
}
|
|
10485
10576
|
/** Describes a setting group of a notification */
|
|
10486
10577
|
export interface NotificationContent {
|
|
10487
10578
|
single?: SingleContent;
|
|
@@ -11123,7 +11214,9 @@ export declare enum Escalation {
|
|
|
11123
11214
|
BREAK_BUILD = "BREAK_BUILD",
|
|
11124
11215
|
BLOCK_ROLLOUT = "BLOCK_ROLLOUT",
|
|
11125
11216
|
BLOCK_FUTURE_ROLLOUT = "BLOCK_FUTURE_ROLLOUT",
|
|
11126
|
-
OPEN_BUG_SLA = "OPEN_BUG_SLA"
|
|
11217
|
+
OPEN_BUG_SLA = "OPEN_BUG_SLA",
|
|
11218
|
+
/** only shows violation in papi-dashboard */
|
|
11219
|
+
VISIBILITY = "VISIBILITY"
|
|
11127
11220
|
}
|
|
11128
11221
|
export declare enum ImportanceLevel {
|
|
11129
11222
|
LOW = "LOW",
|
|
@@ -11687,7 +11780,7 @@ export interface EditorReactComponent {
|
|
|
11687
11780
|
/**
|
|
11688
11781
|
* The public description of the component do display
|
|
11689
11782
|
* @maxLength 300
|
|
11690
|
-
* @minLength
|
|
11783
|
+
* @minLength 3
|
|
11691
11784
|
*/
|
|
11692
11785
|
description?: string;
|
|
11693
11786
|
/** List of component resources. This comprises any runtime code we need to load and execute for the component. */
|
|
@@ -11890,7 +11983,13 @@ export declare enum CssPropertyType {
|
|
|
11890
11983
|
flexDirection = "flexDirection",
|
|
11891
11984
|
gap = "gap",
|
|
11892
11985
|
height = "height",
|
|
11893
|
-
width = "width"
|
|
11986
|
+
width = "width",
|
|
11987
|
+
/** media sizing & alignment */
|
|
11988
|
+
objectFit = "objectFit",
|
|
11989
|
+
objectPosition = "objectPosition",
|
|
11990
|
+
/** blending & compositing */
|
|
11991
|
+
mixBlendMode = "mixBlendMode",
|
|
11992
|
+
isolation = "isolation"
|
|
11894
11993
|
}
|
|
11895
11994
|
/** The supported [CSS Data Types](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types) in Javascript naming format */
|
|
11896
11995
|
export declare enum CssDataType {
|
|
@@ -12716,6 +12815,173 @@ export interface OperationExecutorConfig {
|
|
|
12716
12815
|
/** URI where the SPI Implementer is deployed */
|
|
12717
12816
|
deploymentUri?: SpiBaseUri;
|
|
12718
12817
|
}
|
|
12818
|
+
/** Back-office Customization */
|
|
12819
|
+
export interface BackOfficeCustomization {
|
|
12820
|
+
/** Header customization options, choose between customizing our platformized header or providing your own */
|
|
12821
|
+
headerConfig?: HeaderConfig;
|
|
12822
|
+
/** Dashboard sidebar configuration */
|
|
12823
|
+
sidebarConfig?: SidebarConfig;
|
|
12824
|
+
}
|
|
12825
|
+
export interface HeaderConfig extends HeaderConfigHeaderOneOf {
|
|
12826
|
+
platform?: PlatformHeaderConfig;
|
|
12827
|
+
custom?: CustomHeader;
|
|
12828
|
+
}
|
|
12829
|
+
/** @oneof */
|
|
12830
|
+
export interface HeaderConfigHeaderOneOf {
|
|
12831
|
+
platform?: PlatformHeaderConfig;
|
|
12832
|
+
custom?: CustomHeader;
|
|
12833
|
+
}
|
|
12834
|
+
/** Platform header customization option */
|
|
12835
|
+
export interface PlatformHeaderConfig {
|
|
12836
|
+
/** Header color theme: light or dark */
|
|
12837
|
+
theme?: Theme;
|
|
12838
|
+
/** Header logo */
|
|
12839
|
+
logo?: Logo;
|
|
12840
|
+
/**
|
|
12841
|
+
* Header menuItems / Popovers
|
|
12842
|
+
* @maxSize 10
|
|
12843
|
+
*/
|
|
12844
|
+
menuDropdowns?: MenuDropdown[];
|
|
12845
|
+
/** Header platformized search configuration */
|
|
12846
|
+
searchConfig?: SearchConfig;
|
|
12847
|
+
}
|
|
12848
|
+
/** MenuItems links */
|
|
12849
|
+
export interface MenuLink {
|
|
12850
|
+
/**
|
|
12851
|
+
* Link title
|
|
12852
|
+
* @minLength 2
|
|
12853
|
+
* @maxLength 100
|
|
12854
|
+
*/
|
|
12855
|
+
title?: string;
|
|
12856
|
+
/**
|
|
12857
|
+
* Link url
|
|
12858
|
+
* @format WEB_URL
|
|
12859
|
+
*/
|
|
12860
|
+
url?: string;
|
|
12861
|
+
}
|
|
12862
|
+
/** Color theme */
|
|
12863
|
+
export declare enum Theme {
|
|
12864
|
+
UNKNOWN_THEME = "UNKNOWN_THEME",
|
|
12865
|
+
DARK = "DARK",
|
|
12866
|
+
LIGHT = "LIGHT"
|
|
12867
|
+
}
|
|
12868
|
+
/** option to customize your header logo */
|
|
12869
|
+
export interface Logo {
|
|
12870
|
+
/**
|
|
12871
|
+
* Logo image url
|
|
12872
|
+
* @format WEB_URL
|
|
12873
|
+
*/
|
|
12874
|
+
imageUrl?: string;
|
|
12875
|
+
/**
|
|
12876
|
+
* Target url, choose where to navigate when clicking on the logo
|
|
12877
|
+
* @format WEB_URL
|
|
12878
|
+
*/
|
|
12879
|
+
targetUrl?: string | null;
|
|
12880
|
+
}
|
|
12881
|
+
/** Header menu dropdown, (popover) */
|
|
12882
|
+
export interface MenuDropdown {
|
|
12883
|
+
/**
|
|
12884
|
+
* MenuItem title
|
|
12885
|
+
* @minLength 2
|
|
12886
|
+
* @maxLength 50
|
|
12887
|
+
*/
|
|
12888
|
+
title?: string;
|
|
12889
|
+
/**
|
|
12890
|
+
* Menu dropdown links
|
|
12891
|
+
* @maxSize 20
|
|
12892
|
+
*/
|
|
12893
|
+
links?: MenuLink[];
|
|
12894
|
+
}
|
|
12895
|
+
export interface SearchConfig {
|
|
12896
|
+
/** Weather include platformized search in header or not */
|
|
12897
|
+
visible?: boolean;
|
|
12898
|
+
}
|
|
12899
|
+
/** Header configuration, you can choose provide widgetId/extensionId instead of using our platform header */
|
|
12900
|
+
export interface CustomHeader {
|
|
12901
|
+
/** @format GUID */
|
|
12902
|
+
extensionId?: string;
|
|
12903
|
+
}
|
|
12904
|
+
/** Backoffice sidebar castomization options */
|
|
12905
|
+
export interface SidebarConfig {
|
|
12906
|
+
/**
|
|
12907
|
+
* List of root sidebar items, categories or separators
|
|
12908
|
+
* @maxSize 100
|
|
12909
|
+
*/
|
|
12910
|
+
sidebarItems?: SidebarRootItem[];
|
|
12911
|
+
/** Sidebar skin/them, light or dark */
|
|
12912
|
+
theme?: Theme;
|
|
12913
|
+
/**
|
|
12914
|
+
* Option to override sidebar header with customize extension
|
|
12915
|
+
* @format GUID
|
|
12916
|
+
*/
|
|
12917
|
+
sidebarHeaderId?: string | null;
|
|
12918
|
+
/**
|
|
12919
|
+
* Option to override sidebar footer with customize extension
|
|
12920
|
+
* @format GUID
|
|
12921
|
+
*/
|
|
12922
|
+
sidebarFooterId?: string | null;
|
|
12923
|
+
}
|
|
12924
|
+
/**
|
|
12925
|
+
* Inner level of sidebar item, Category is supported only on first and second levels, on third level it will be ignored
|
|
12926
|
+
* For separator no need to set item
|
|
12927
|
+
*/
|
|
12928
|
+
export interface SidebarChildItem extends SidebarChildItemItemOneOf {
|
|
12929
|
+
category?: Category;
|
|
12930
|
+
page?: Page;
|
|
12931
|
+
type?: SidebarDataType;
|
|
12932
|
+
}
|
|
12933
|
+
/** @oneof */
|
|
12934
|
+
export interface SidebarChildItemItemOneOf {
|
|
12935
|
+
category?: Category;
|
|
12936
|
+
page?: Page;
|
|
12937
|
+
}
|
|
12938
|
+
export declare enum SidebarDataType {
|
|
12939
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
12940
|
+
CATEGORY = "CATEGORY",
|
|
12941
|
+
PAGE = "PAGE",
|
|
12942
|
+
SEPARATOR = "SEPARATOR"
|
|
12943
|
+
}
|
|
12944
|
+
/** Represents sidebar category */
|
|
12945
|
+
export interface Category {
|
|
12946
|
+
/**
|
|
12947
|
+
* Category id, should be unique
|
|
12948
|
+
* @format GUID
|
|
12949
|
+
*/
|
|
12950
|
+
categoryId?: string;
|
|
12951
|
+
/**
|
|
12952
|
+
* Category label
|
|
12953
|
+
* @minLength 2
|
|
12954
|
+
* @maxLength 50
|
|
12955
|
+
*/
|
|
12956
|
+
label?: string;
|
|
12957
|
+
/**
|
|
12958
|
+
* Category icon, supported only on root level, will be ignores otherwise
|
|
12959
|
+
* [Wix Design System icon](https://www.wix-pages.com/wix-design-system-employees/?path=/story/foundations-icons--icons).
|
|
12960
|
+
* Use the full size key. The icon will be rendered in an appropriate size.
|
|
12961
|
+
* @minLength 3
|
|
12962
|
+
* @maxLength 50
|
|
12963
|
+
*/
|
|
12964
|
+
icon?: string | null;
|
|
12965
|
+
/**
|
|
12966
|
+
* Category children, consist of pages, separators or categories, categories can be a child only on root level
|
|
12967
|
+
* @maxSize 100
|
|
12968
|
+
*/
|
|
12969
|
+
children?: SidebarChildItem[];
|
|
12970
|
+
}
|
|
12971
|
+
/** Represents page item in the sidebar */
|
|
12972
|
+
export interface Page {
|
|
12973
|
+
/** @format GUID */
|
|
12974
|
+
pageId?: string;
|
|
12975
|
+
}
|
|
12976
|
+
/** Root level sidebar item, can be category or separator (when not setting category) */
|
|
12977
|
+
export interface SidebarRootItem extends SidebarRootItemItemOneOf {
|
|
12978
|
+
category?: Category;
|
|
12979
|
+
type?: SidebarDataType;
|
|
12980
|
+
}
|
|
12981
|
+
/** @oneof */
|
|
12982
|
+
export interface SidebarRootItemItemOneOf {
|
|
12983
|
+
category?: Category;
|
|
12984
|
+
}
|
|
12719
12985
|
export interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
|
|
12720
12986
|
gradualRollout?: GradualRolloutCacheEntity;
|
|
12721
12987
|
gradualUpdate?: GradualUpdateCacheEntity;
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.RestrictedOperation = exports.LockableOperation = exports.AlgorithmType = exports.ViewMode = exports.BackOfficeScriptAssetType = exports.SlotDataType = exports.DtsDefinitionType = exports.BackOfficeHostingPlatforms = exports.ExtendingComponentType = exports.ExecutionType = exports.SourceType = exports.ActionSPIConfigInterfaceConfigurationType = exports.HookType = exports.Default = exports.MeasurementSystem = exports.MandatoryField = exports.HostContainerId = exports.PartialPaymentRestriction = exports.SchemaFieldExposure = exports.SimpleType = exports.PrimitiveType = exports.ExtensionType = exports.ScriptType = exports.WebComponentDataElementType = exports.DefaultTextStyle = exports.BarAlignmentSelected = exports.ThumbnailsSize = exports.TemplateDefaultColor = exports.EmbedCategory = exports.EmbeddedScriptPlacement = exports.EmbeddedScriptPages = exports.StaticContainer = exports.RegionType = exports.InstallPage = exports.HTTPMethod = exports.Maturity = exports.Exposure = exports.PluginInterface = exports.ReplacementType = exports.VerticalDocking = exports.HorizontalDocking = exports.UnitType = exports.Region = exports.WidgetWidthType = exports.WidgetHorizontal = exports.WidgetVertical = exports.ComponentType = exports.RequestedField = exports.WebhookIdentityType = exports.DataExtensionSchemaState = void 0;
|
|
4
4
|
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;
|
|
5
5
|
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;
|
|
6
|
-
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.CssDataType = exports.CssPropertyType = exports.Scope = exports.InterfaceConfigurationType = exports.ParticipantType = exports.Method = exports.StorageDomain = exports.ConsentCategory = exports.StorageType = exports.PanelContentType = exports.Width = exports.ImportanceLevel = exports.Escalation = exports.MonitoringType = exports.FactorType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.ChannelConfigurationChannelType = exports.WixCodePublishTaskName = exports.EditableProperties = exports.CustomFieldsType = exports.TemplateType = exports.SubmitSuccessAction = exports.Target = exports.Operator = exports.OverrideEntityType = exports.ChangeableProperty = exports.DisplayFieldType = exports.ContactField = void 0;
|
|
6
|
+
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.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;
|
|
7
7
|
var DataExtensionSchemaState;
|
|
8
8
|
(function (DataExtensionSchemaState) {
|
|
9
9
|
})(DataExtensionSchemaState || (exports.DataExtensionSchemaState = DataExtensionSchemaState = {}));
|
|
@@ -204,6 +204,7 @@ var ComponentType;
|
|
|
204
204
|
ComponentType["FORM_SUBMISSION_MODERATION"] = "FORM_SUBMISSION_MODERATION";
|
|
205
205
|
ComponentType["EVENTS_EVENT_BADGES"] = "EVENTS_EVENT_BADGES";
|
|
206
206
|
ComponentType["BILLING_OPERATION"] = "BILLING_OPERATION";
|
|
207
|
+
ComponentType["BACK_OFFICE_CUSTOMIZATION"] = "BACK_OFFICE_CUSTOMIZATION";
|
|
207
208
|
})(ComponentType || (exports.ComponentType = ComponentType = {}));
|
|
208
209
|
/** Vertical widget position in the browser window */
|
|
209
210
|
var WidgetVertical;
|
|
@@ -578,6 +579,8 @@ var BackOfficeHostingPlatforms;
|
|
|
578
579
|
BackOfficeHostingPlatforms["DATA"] = "DATA";
|
|
579
580
|
/** Dashboard for viral forms/lite events/etc */
|
|
580
581
|
BackOfficeHostingPlatforms["LITE_DASHBOARD"] = "LITE_DASHBOARD";
|
|
582
|
+
/** Picasso AI application POC */
|
|
583
|
+
BackOfficeHostingPlatforms["PICASSO_EDITOR"] = "PICASSO_EDITOR";
|
|
581
584
|
})(BackOfficeHostingPlatforms || (exports.BackOfficeHostingPlatforms = BackOfficeHostingPlatforms = {}));
|
|
582
585
|
var DtsDefinitionType;
|
|
583
586
|
(function (DtsDefinitionType) {
|
|
@@ -1622,6 +1625,26 @@ var EditableProperties;
|
|
|
1622
1625
|
/** Change property responsible for field default value */
|
|
1623
1626
|
EditableProperties["DEFAULT_VALUE"] = "DEFAULT_VALUE";
|
|
1624
1627
|
})(EditableProperties || (exports.EditableProperties = EditableProperties = {}));
|
|
1628
|
+
var RequiredIndicator;
|
|
1629
|
+
(function (RequiredIndicator) {
|
|
1630
|
+
/** Unknown required indicator. */
|
|
1631
|
+
RequiredIndicator["UNKNOWN_INDICATOR"] = "UNKNOWN_INDICATOR";
|
|
1632
|
+
/** Asterisk (*). */
|
|
1633
|
+
RequiredIndicator["ASTERISK"] = "ASTERISK";
|
|
1634
|
+
/** Text (default: "Required"). */
|
|
1635
|
+
RequiredIndicator["TEXT"] = "TEXT";
|
|
1636
|
+
/** None. */
|
|
1637
|
+
RequiredIndicator["NONE"] = "NONE";
|
|
1638
|
+
})(RequiredIndicator || (exports.RequiredIndicator = RequiredIndicator = {}));
|
|
1639
|
+
var RequiredIndicatorPlacement;
|
|
1640
|
+
(function (RequiredIndicatorPlacement) {
|
|
1641
|
+
/** Unknown required indicator placement. */
|
|
1642
|
+
RequiredIndicatorPlacement["UNKNOWN_PLACEMENT"] = "UNKNOWN_PLACEMENT";
|
|
1643
|
+
/** After field title. */
|
|
1644
|
+
RequiredIndicatorPlacement["AFTER_FIELD_TITLE"] = "AFTER_FIELD_TITLE";
|
|
1645
|
+
/** Before field title. */
|
|
1646
|
+
RequiredIndicatorPlacement["BEFORE_FIELD_TITLE"] = "BEFORE_FIELD_TITLE";
|
|
1647
|
+
})(RequiredIndicatorPlacement || (exports.RequiredIndicatorPlacement = RequiredIndicatorPlacement = {}));
|
|
1625
1648
|
var WixCodePublishTaskName;
|
|
1626
1649
|
(function (WixCodePublishTaskName) {
|
|
1627
1650
|
/** unknown */
|
|
@@ -1684,6 +1707,8 @@ var Escalation;
|
|
|
1684
1707
|
Escalation["BLOCK_ROLLOUT"] = "BLOCK_ROLLOUT";
|
|
1685
1708
|
Escalation["BLOCK_FUTURE_ROLLOUT"] = "BLOCK_FUTURE_ROLLOUT";
|
|
1686
1709
|
Escalation["OPEN_BUG_SLA"] = "OPEN_BUG_SLA";
|
|
1710
|
+
/** only shows violation in papi-dashboard */
|
|
1711
|
+
Escalation["VISIBILITY"] = "VISIBILITY";
|
|
1687
1712
|
})(Escalation || (exports.Escalation = Escalation = {}));
|
|
1688
1713
|
var ImportanceLevel;
|
|
1689
1714
|
(function (ImportanceLevel) {
|
|
@@ -1869,6 +1894,12 @@ var CssPropertyType;
|
|
|
1869
1894
|
CssPropertyType["gap"] = "gap";
|
|
1870
1895
|
CssPropertyType["height"] = "height";
|
|
1871
1896
|
CssPropertyType["width"] = "width";
|
|
1897
|
+
/** media sizing & alignment */
|
|
1898
|
+
CssPropertyType["objectFit"] = "objectFit";
|
|
1899
|
+
CssPropertyType["objectPosition"] = "objectPosition";
|
|
1900
|
+
/** blending & compositing */
|
|
1901
|
+
CssPropertyType["mixBlendMode"] = "mixBlendMode";
|
|
1902
|
+
CssPropertyType["isolation"] = "isolation";
|
|
1872
1903
|
})(CssPropertyType || (exports.CssPropertyType = CssPropertyType = {}));
|
|
1873
1904
|
/** The supported [CSS Data Types](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types) in Javascript naming format */
|
|
1874
1905
|
var CssDataType;
|
|
@@ -2140,4 +2171,18 @@ var RestrictionLevel;
|
|
|
2140
2171
|
RestrictionLevel["WARNING"] = "WARNING";
|
|
2141
2172
|
RestrictionLevel["LOCKED"] = "LOCKED";
|
|
2142
2173
|
})(RestrictionLevel || (exports.RestrictionLevel = RestrictionLevel = {}));
|
|
2174
|
+
/** Color theme */
|
|
2175
|
+
var Theme;
|
|
2176
|
+
(function (Theme) {
|
|
2177
|
+
Theme["UNKNOWN_THEME"] = "UNKNOWN_THEME";
|
|
2178
|
+
Theme["DARK"] = "DARK";
|
|
2179
|
+
Theme["LIGHT"] = "LIGHT";
|
|
2180
|
+
})(Theme || (exports.Theme = Theme = {}));
|
|
2181
|
+
var SidebarDataType;
|
|
2182
|
+
(function (SidebarDataType) {
|
|
2183
|
+
SidebarDataType["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
2184
|
+
SidebarDataType["CATEGORY"] = "CATEGORY";
|
|
2185
|
+
SidebarDataType["PAGE"] = "PAGE";
|
|
2186
|
+
SidebarDataType["SEPARATOR"] = "SEPARATOR";
|
|
2187
|
+
})(SidebarDataType || (exports.SidebarDataType = SidebarDataType = {}));
|
|
2143
2188
|
//# sourceMappingURL=data-extensions-v1-data-extension-schema-schemas.types.js.map
|