@wix/auto_sdk_data-extension-schema_schemas 1.0.49 → 1.0.51
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/index.d.ts +1 -1
- package/build/cjs/index.js +69 -10
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +306 -95
- package/build/cjs/index.typings.js +69 -10
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +64 -10
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +306 -95
- package/build/es/index.typings.mjs +64 -10
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +69 -10
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +306 -95
- package/build/internal/cjs/index.typings.js +69 -10
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +64 -10
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +306 -95
- package/build/internal/es/index.typings.mjs +64 -10
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -655,19 +655,19 @@ interface ComponentData extends ComponentDataDataOneOf {
|
|
|
655
655
|
*/
|
|
656
656
|
widgetPlugin?: WidgetPluginComponentData;
|
|
657
657
|
/**
|
|
658
|
-
*
|
|
658
|
+
* Provide custom shipping rates to a site's cart and checkout.
|
|
659
659
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/shipping-rates-integration-service-plugin/introduction
|
|
660
660
|
*/
|
|
661
661
|
ecomShippingRates?: ShippingRatesConfig;
|
|
662
662
|
/** Extend a Wix entity with custom fields for your app */
|
|
663
663
|
dataExtensions?: DataExtensionsComponentData;
|
|
664
664
|
/**
|
|
665
|
-
*
|
|
665
|
+
* Become a Wix catalog provider and integrate any external repository of sellable items with the Wix eCommerce platform.
|
|
666
666
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/catalog-service-plugin/introduction
|
|
667
667
|
*/
|
|
668
668
|
ecomCatalog?: CatalogSPIConfig;
|
|
669
669
|
/**
|
|
670
|
-
*
|
|
670
|
+
* Implement gift card benefits such as balance retrieval, redemption, and voiding transactions.
|
|
671
671
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/gift-cards-service-plugin/introduction
|
|
672
672
|
*/
|
|
673
673
|
giftCardsProvider?: GiftCardProviderConfig;
|
|
@@ -682,17 +682,17 @@ interface ComponentData extends ComponentDataDataOneOf {
|
|
|
682
682
|
*/
|
|
683
683
|
backOfficePage?: BackOfficePage;
|
|
684
684
|
/**
|
|
685
|
-
*
|
|
685
|
+
* Provide custom additional fees that are added to a site's cart and checkout.
|
|
686
686
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/additional-fees-service-plugin/introduction
|
|
687
687
|
*/
|
|
688
688
|
ecomAdditionalFees?: AdditionalFeesSPIConfig;
|
|
689
689
|
/**
|
|
690
|
-
*
|
|
690
|
+
* Apply custom charges to a site based on usage of your app's services.
|
|
691
691
|
* Learn More: https://dev.wix.com/docs/rest/api-reference/app-management/apps/custom-charges-spi/introduction
|
|
692
692
|
*/
|
|
693
693
|
premiumCustomCharges?: CustomChargesConfig;
|
|
694
694
|
/**
|
|
695
|
-
*
|
|
695
|
+
* Validate items in a site's cart and checkout based on custom logic.
|
|
696
696
|
* Learn More: https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/validations-integration-spi/introduction
|
|
697
697
|
*/
|
|
698
698
|
ecomValidations?: ValidationsSPIConfig;
|
|
@@ -704,7 +704,7 @@ interface ComponentData extends ComponentDataDataOneOf {
|
|
|
704
704
|
/** External Database component */
|
|
705
705
|
externalDatabaseProvider?: ExternalDatabaseSpiConfig;
|
|
706
706
|
/**
|
|
707
|
-
*
|
|
707
|
+
* Integrate your service with Wix's payment process to allow merchants to request and use your services on their Wix sites.
|
|
708
708
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/payment-settings-integration-service-plugin/introduction
|
|
709
709
|
*/
|
|
710
710
|
ecomPaymentSettings?: PaymentSettingsSPIConfig;
|
|
@@ -764,19 +764,19 @@ interface ComponentDataDataOneOf {
|
|
|
764
764
|
*/
|
|
765
765
|
widgetPlugin?: WidgetPluginComponentData;
|
|
766
766
|
/**
|
|
767
|
-
*
|
|
767
|
+
* Provide custom shipping rates to a site's cart and checkout.
|
|
768
768
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/shipping-rates-integration-service-plugin/introduction
|
|
769
769
|
*/
|
|
770
770
|
ecomShippingRates?: ShippingRatesConfig;
|
|
771
771
|
/** Extend a Wix entity with custom fields for your app */
|
|
772
772
|
dataExtensions?: DataExtensionsComponentData;
|
|
773
773
|
/**
|
|
774
|
-
*
|
|
774
|
+
* Become a Wix catalog provider and integrate any external repository of sellable items with the Wix eCommerce platform.
|
|
775
775
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/catalog-service-plugin/introduction
|
|
776
776
|
*/
|
|
777
777
|
ecomCatalog?: CatalogSPIConfig;
|
|
778
778
|
/**
|
|
779
|
-
*
|
|
779
|
+
* Implement gift card benefits such as balance retrieval, redemption, and voiding transactions.
|
|
780
780
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/gift-cards-service-plugin/introduction
|
|
781
781
|
*/
|
|
782
782
|
giftCardsProvider?: GiftCardProviderConfig;
|
|
@@ -791,17 +791,17 @@ interface ComponentDataDataOneOf {
|
|
|
791
791
|
*/
|
|
792
792
|
backOfficePage?: BackOfficePage;
|
|
793
793
|
/**
|
|
794
|
-
*
|
|
794
|
+
* Provide custom additional fees that are added to a site's cart and checkout.
|
|
795
795
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/additional-fees-service-plugin/introduction
|
|
796
796
|
*/
|
|
797
797
|
ecomAdditionalFees?: AdditionalFeesSPIConfig;
|
|
798
798
|
/**
|
|
799
|
-
*
|
|
799
|
+
* Apply custom charges to a site based on usage of your app's services.
|
|
800
800
|
* Learn More: https://dev.wix.com/docs/rest/api-reference/app-management/apps/custom-charges-spi/introduction
|
|
801
801
|
*/
|
|
802
802
|
premiumCustomCharges?: CustomChargesConfig;
|
|
803
803
|
/**
|
|
804
|
-
*
|
|
804
|
+
* Validate items in a site's cart and checkout based on custom logic.
|
|
805
805
|
* Learn More: https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/validations-integration-spi/introduction
|
|
806
806
|
*/
|
|
807
807
|
ecomValidations?: ValidationsSPIConfig;
|
|
@@ -813,7 +813,7 @@ interface ComponentDataDataOneOf {
|
|
|
813
813
|
/** External Database component */
|
|
814
814
|
externalDatabaseProvider?: ExternalDatabaseSpiConfig;
|
|
815
815
|
/**
|
|
816
|
-
*
|
|
816
|
+
* Integrate your service with Wix's payment process to allow merchants to request and use your services on their Wix sites.
|
|
817
817
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/e-commerce/service-plugins/payment-settings-integration-service-plugin/introduction
|
|
818
818
|
*/
|
|
819
819
|
ecomPaymentSettings?: PaymentSettingsSPIConfig;
|
|
@@ -2932,7 +2932,7 @@ interface PackageType {
|
|
|
2932
2932
|
/** the dimensions of the package */
|
|
2933
2933
|
dimension?: PackageDimension;
|
|
2934
2934
|
/** image of the package (Optional) */
|
|
2935
|
-
image?:
|
|
2935
|
+
image?: V1Image;
|
|
2936
2936
|
}
|
|
2937
2937
|
interface PackageDimension {
|
|
2938
2938
|
/**
|
|
@@ -2951,7 +2951,7 @@ interface PackageDimension {
|
|
|
2951
2951
|
*/
|
|
2952
2952
|
height?: number | null;
|
|
2953
2953
|
}
|
|
2954
|
-
interface
|
|
2954
|
+
interface V1Image {
|
|
2955
2955
|
/** WixMedia image ID. */
|
|
2956
2956
|
_id?: string;
|
|
2957
2957
|
/** Image URL. */
|
|
@@ -4507,10 +4507,11 @@ declare enum Tag {
|
|
|
4507
4507
|
ADD_TO_CATEGORY = "ADD_TO_CATEGORY",
|
|
4508
4508
|
MY_BUSINESS = "MY_BUSINESS",
|
|
4509
4509
|
PIPELINE_LINKED_ENTITY = "PIPELINE_LINKED_ENTITY",
|
|
4510
|
-
GET_PAID = "GET_PAID"
|
|
4510
|
+
GET_PAID = "GET_PAID",
|
|
4511
|
+
PIPELINE_CARD_CATALOG_ITEM = "PIPELINE_CARD_CATALOG_ITEM"
|
|
4511
4512
|
}
|
|
4512
4513
|
/** @enumType */
|
|
4513
|
-
type TagWithLiterals = Tag | 'UNKNOWN_TAG' | 'EMBEDDABLE' | 'ECOM_EDIT_ORDER' | 'ECOM_CREATE_ORDER' | 'INBOX' | 'ECOM_CREATE_PAY_LINK' | 'ECOM_DELIVERY_PROFILES' | 'ADD_TO_CATEGORY' | 'MY_BUSINESS' | 'PIPELINE_LINKED_ENTITY' | 'GET_PAID';
|
|
4514
|
+
type TagWithLiterals = Tag | 'UNKNOWN_TAG' | 'EMBEDDABLE' | 'ECOM_EDIT_ORDER' | 'ECOM_CREATE_ORDER' | 'INBOX' | 'ECOM_CREATE_PAY_LINK' | 'ECOM_DELIVERY_PROFILES' | 'ADD_TO_CATEGORY' | 'MY_BUSINESS' | 'PIPELINE_LINKED_ENTITY' | 'GET_PAID' | 'PIPELINE_CARD_CATALOG_ITEM';
|
|
4514
4515
|
declare enum FilterSelectionType {
|
|
4515
4516
|
UNKNOWN_SELECTION = "UNKNOWN_SELECTION",
|
|
4516
4517
|
/** Allow to select only a single item */
|
|
@@ -5584,7 +5585,7 @@ interface ItemImage {
|
|
|
5584
5585
|
/** Link details for images that are links. */
|
|
5585
5586
|
link?: V1Link;
|
|
5586
5587
|
}
|
|
5587
|
-
interface
|
|
5588
|
+
interface ItemVideo {
|
|
5588
5589
|
/** Video file details. */
|
|
5589
5590
|
media?: Media;
|
|
5590
5591
|
/** Video thumbnail file details. */
|
|
@@ -5594,7 +5595,7 @@ interface Item extends ItemDataOneOf {
|
|
|
5594
5595
|
/** An image item. */
|
|
5595
5596
|
image?: ItemImage;
|
|
5596
5597
|
/** A video item. */
|
|
5597
|
-
video?:
|
|
5598
|
+
video?: ItemVideo;
|
|
5598
5599
|
/** Item title. */
|
|
5599
5600
|
title?: string | null;
|
|
5600
5601
|
/** Item's alternative text. */
|
|
@@ -5605,7 +5606,7 @@ interface ItemDataOneOf {
|
|
|
5605
5606
|
/** An image item. */
|
|
5606
5607
|
image?: ItemImage;
|
|
5607
5608
|
/** A video item. */
|
|
5608
|
-
video?:
|
|
5609
|
+
video?: ItemVideo;
|
|
5609
5610
|
}
|
|
5610
5611
|
interface GalleryOptions {
|
|
5611
5612
|
/** Gallery layout. */
|
|
@@ -6254,6 +6255,10 @@ interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
|
6254
6255
|
ribbonStyles?: RibbonStyles;
|
|
6255
6256
|
/** Card styling options. */
|
|
6256
6257
|
cardStyles?: CardStyles;
|
|
6258
|
+
/** Styling for the app embed's container. */
|
|
6259
|
+
containerData?: PluginContainerData;
|
|
6260
|
+
/** Pricing data for embedded Wix App content. */
|
|
6261
|
+
pricingData?: PricingData;
|
|
6257
6262
|
}
|
|
6258
6263
|
/** @oneof */
|
|
6259
6264
|
interface AppEmbedDataAppDataOneOf {
|
|
@@ -6455,6 +6460,33 @@ interface CardStyles {
|
|
|
6455
6460
|
*/
|
|
6456
6461
|
textColor?: string | null;
|
|
6457
6462
|
}
|
|
6463
|
+
interface PricingData {
|
|
6464
|
+
/**
|
|
6465
|
+
* Minimum numeric price value as string (e.g., "10.99").
|
|
6466
|
+
* @decimalValue options { maxScale:2 }
|
|
6467
|
+
*/
|
|
6468
|
+
valueFrom?: string | null;
|
|
6469
|
+
/**
|
|
6470
|
+
* Maximum numeric price value as string (e.g., "19.99").
|
|
6471
|
+
* @decimalValue options { maxScale:2 }
|
|
6472
|
+
*/
|
|
6473
|
+
valueTo?: string | null;
|
|
6474
|
+
/**
|
|
6475
|
+
* Numeric price value as string after discount application (e.g., "15.99").
|
|
6476
|
+
* @decimalValue options { maxScale:2 }
|
|
6477
|
+
*/
|
|
6478
|
+
discountedValue?: string | null;
|
|
6479
|
+
/**
|
|
6480
|
+
* Currency of the value in ISO 4217 format (e.g., "USD", "EUR").
|
|
6481
|
+
* @format CURRENCY
|
|
6482
|
+
*/
|
|
6483
|
+
currency?: string | null;
|
|
6484
|
+
/**
|
|
6485
|
+
* Pricing plan ID.
|
|
6486
|
+
* @format GUID
|
|
6487
|
+
*/
|
|
6488
|
+
pricingPlanId?: string | null;
|
|
6489
|
+
}
|
|
6458
6490
|
interface VideoData {
|
|
6459
6491
|
/** Styling for the video's container. */
|
|
6460
6492
|
containerData?: PluginContainerData;
|
|
@@ -12614,6 +12646,8 @@ interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSelectedCss
|
|
|
12614
12646
|
display?: Display;
|
|
12615
12647
|
/** Additional options to refine the writingMode variable */
|
|
12616
12648
|
writingMode?: WritingMode;
|
|
12649
|
+
/** Additional options to refine the background variable */
|
|
12650
|
+
background?: Background;
|
|
12617
12651
|
/** Additional options to refine the customEnum style item */
|
|
12618
12652
|
customEnum?: CustomEnum;
|
|
12619
12653
|
/** Additional options to refine the number style item */
|
|
@@ -12659,6 +12693,8 @@ interface StyleItemSelectedCssPropertyTypeOneOf {
|
|
|
12659
12693
|
display?: Display;
|
|
12660
12694
|
/** Additional options to refine the writingMode variable */
|
|
12661
12695
|
writingMode?: WritingMode;
|
|
12696
|
+
/** Additional options to refine the background variable */
|
|
12697
|
+
background?: Background;
|
|
12662
12698
|
}
|
|
12663
12699
|
/** @oneof */
|
|
12664
12700
|
interface StyleItemSelectedCssVariableTypeOneOf {
|
|
@@ -13023,15 +13059,49 @@ declare enum WritingModeValue {
|
|
|
13023
13059
|
}
|
|
13024
13060
|
/** @enumType */
|
|
13025
13061
|
type WritingModeValueWithLiterals = WritingModeValue | 'UNKNOWN_WritingModeValue' | 'horizontalTb' | 'verticalRl' | 'verticalLr' | 'sidewaysRl' | 'sidewaysLr';
|
|
13026
|
-
interface Background {
|
|
13027
|
-
/** The
|
|
13028
|
-
|
|
13062
|
+
interface Background extends BackgroundBackgroundMediaModeOneOf {
|
|
13063
|
+
/** The image media manager category to open media manager filtered by the component needs */
|
|
13064
|
+
imageCategory?: ImageCategoryTypesWithLiterals;
|
|
13065
|
+
/** The Shape Divider media manager category to open media manager filtered by the component needs */
|
|
13066
|
+
vectorArtCategory?: VectorArtCategoryTypesWithLiterals;
|
|
13067
|
+
}
|
|
13068
|
+
/** @oneof */
|
|
13069
|
+
interface BackgroundBackgroundMediaModeOneOf {
|
|
13070
|
+
/** The image media manager category to open media manager filtered by the component needs */
|
|
13071
|
+
imageCategory?: ImageCategoryTypesWithLiterals;
|
|
13072
|
+
/** The Shape Divider media manager category to open media manager filtered by the component needs */
|
|
13073
|
+
vectorArtCategory?: VectorArtCategoryTypesWithLiterals;
|
|
13029
13074
|
}
|
|
13030
13075
|
declare enum BackgroundModeEnum {
|
|
13031
13076
|
UNKNOWN_BackgroundModeEnum = "UNKNOWN_BackgroundModeEnum"
|
|
13032
13077
|
}
|
|
13033
13078
|
/** @enumType */
|
|
13034
13079
|
type BackgroundModeEnumWithLiterals = BackgroundModeEnum | 'UNKNOWN_BackgroundModeEnum';
|
|
13080
|
+
/** Categories to open media manager filtered by the component needs */
|
|
13081
|
+
declare enum ImageCategoryTypes {
|
|
13082
|
+
/** Default value when image category is not specified */
|
|
13083
|
+
UNKNOWN_CategoryName = "UNKNOWN_CategoryName",
|
|
13084
|
+
/** Images - mapped to IMAGE */
|
|
13085
|
+
IMAGE = "IMAGE",
|
|
13086
|
+
/** Background Images - mapped to BG_IMAGE */
|
|
13087
|
+
IMAGE_BACKGROUND = "IMAGE_BACKGROUND"
|
|
13088
|
+
}
|
|
13089
|
+
/** @enumType */
|
|
13090
|
+
type ImageCategoryTypesWithLiterals = ImageCategoryTypes | 'UNKNOWN_CategoryName' | 'IMAGE' | 'IMAGE_BACKGROUND';
|
|
13091
|
+
declare enum VectorArtCategoryTypes {
|
|
13092
|
+
/** Default value when vector art category is not specified */
|
|
13093
|
+
UNKNOWN_VectorArtCategoryTypes = "UNKNOWN_VectorArtCategoryTypes",
|
|
13094
|
+
/** Vector Art (both basic and art shapes) - mapped to VECTOR_ART */
|
|
13095
|
+
SHAPE_ALL = "SHAPE_ALL",
|
|
13096
|
+
/** Basic Shapes - mapped to SHAPE_BASIC */
|
|
13097
|
+
SHAPE_BASIC = "SHAPE_BASIC",
|
|
13098
|
+
/** Vector Art Shapes - mapped to SHAPE_ART */
|
|
13099
|
+
SHAPE_ART = "SHAPE_ART",
|
|
13100
|
+
/** Social Icons - mapped to ICON_SOCIAL */
|
|
13101
|
+
ICON_SOCIAL = "ICON_SOCIAL"
|
|
13102
|
+
}
|
|
13103
|
+
/** @enumType */
|
|
13104
|
+
type VectorArtCategoryTypesWithLiterals = VectorArtCategoryTypes | 'UNKNOWN_VectorArtCategoryTypes' | 'SHAPE_ALL' | 'SHAPE_BASIC' | 'SHAPE_ART' | 'ICON_SOCIAL';
|
|
13035
13105
|
interface CustomEnum {
|
|
13036
13106
|
/**
|
|
13037
13107
|
* DEPRECATED: use cssDataType instead
|
|
@@ -13112,6 +13182,14 @@ interface DataItem extends DataItemSelectedDataTypeOneOf {
|
|
|
13112
13182
|
arrayItems?: ArrayItems;
|
|
13113
13183
|
/** A container in which to render another component */
|
|
13114
13184
|
container?: ReactElementContainer;
|
|
13185
|
+
/** A definition of what rich text abilities should be supported */
|
|
13186
|
+
richText?: RichText;
|
|
13187
|
+
/** A definition of what images should be supported */
|
|
13188
|
+
image?: Image;
|
|
13189
|
+
/** A definition of what videos should be supported */
|
|
13190
|
+
video?: Video;
|
|
13191
|
+
/** A definition of what vector arts should be supported */
|
|
13192
|
+
vectorArt?: VectorArt;
|
|
13115
13193
|
/** Defines the type of data we are configuring */
|
|
13116
13194
|
dataType?: DataTypeWithLiterals;
|
|
13117
13195
|
/**
|
|
@@ -13140,6 +13218,14 @@ interface DataItemSelectedDataTypeOneOf {
|
|
|
13140
13218
|
arrayItems?: ArrayItems;
|
|
13141
13219
|
/** A container in which to render another component */
|
|
13142
13220
|
container?: ReactElementContainer;
|
|
13221
|
+
/** A definition of what rich text abilities should be supported */
|
|
13222
|
+
richText?: RichText;
|
|
13223
|
+
/** A definition of what images should be supported */
|
|
13224
|
+
image?: Image;
|
|
13225
|
+
/** A definition of what videos should be supported */
|
|
13226
|
+
video?: Video;
|
|
13227
|
+
/** A definition of what vector arts should be supported */
|
|
13228
|
+
vectorArt?: VectorArt;
|
|
13143
13229
|
}
|
|
13144
13230
|
declare enum DataType {
|
|
13145
13231
|
UNKNOWN_DataType = "UNKNOWN_DataType",
|
|
@@ -13410,6 +13496,14 @@ interface SimpleContainer {
|
|
|
13410
13496
|
layout?: ContainerLayout;
|
|
13411
13497
|
/** Style configuration for the container, can be used to disable style properties, or change their display name. */
|
|
13412
13498
|
style?: ContainerStyleOverrides;
|
|
13499
|
+
/** Behavior configuration for the container, can be used to disable selection of the container. */
|
|
13500
|
+
behaviors?: ContainerBehaviors;
|
|
13501
|
+
/**
|
|
13502
|
+
* An optional override of the display name of the container.
|
|
13503
|
+
* @minLength 4
|
|
13504
|
+
* @maxLength 20
|
|
13505
|
+
*/
|
|
13506
|
+
displayName?: string | null;
|
|
13413
13507
|
}
|
|
13414
13508
|
interface ContainerLayout {
|
|
13415
13509
|
/** Which direction the container can resize to. will be used to determine the resize handle in the editor, and the container layout. */
|
|
@@ -13438,6 +13532,8 @@ interface ContainerStyleOverrides {
|
|
|
13438
13532
|
borderRadius?: StyleItemOverrides;
|
|
13439
13533
|
/** The shadow style of the container, can be used to disable editing of the shadow, or change the display name. */
|
|
13440
13534
|
shadow?: StyleItemOverrides;
|
|
13535
|
+
/** The background style of the container, can be used to disable editing of the background, or change the display name. */
|
|
13536
|
+
background?: StyleItemOverrides;
|
|
13441
13537
|
}
|
|
13442
13538
|
interface StyleItemOverrides {
|
|
13443
13539
|
/** Disables the ability to edit this style-item */
|
|
@@ -13452,6 +13548,10 @@ interface StyleItemOverrides {
|
|
|
13452
13548
|
*/
|
|
13453
13549
|
displayName?: string | null;
|
|
13454
13550
|
}
|
|
13551
|
+
interface ContainerBehaviors {
|
|
13552
|
+
/** Whether the container should be selectable in the editor. */
|
|
13553
|
+
selectable?: boolean | null;
|
|
13554
|
+
}
|
|
13455
13555
|
interface Slot {
|
|
13456
13556
|
/**
|
|
13457
13557
|
* The slot definition that this container should accept as defined in DEV Center
|
|
@@ -13466,6 +13566,71 @@ interface PlaceHolder {
|
|
|
13466
13566
|
*/
|
|
13467
13567
|
placeholderId?: string;
|
|
13468
13568
|
}
|
|
13569
|
+
/** rich text data type allow manipulation of text with html & inline styles */
|
|
13570
|
+
interface RichText {
|
|
13571
|
+
/**
|
|
13572
|
+
* A collection of possible rich text abilities that the component supports. Only one of the types will make it to the component after input.
|
|
13573
|
+
* @maxSize 22
|
|
13574
|
+
*/
|
|
13575
|
+
abilities?: RichTextAbilitiesWithLiterals[];
|
|
13576
|
+
}
|
|
13577
|
+
declare enum RichTextAbilities {
|
|
13578
|
+
UNKNOWN_RichTextAbilities = "UNKNOWN_RichTextAbilities",
|
|
13579
|
+
/** selected theme font, also changing the html tag */
|
|
13580
|
+
font = "font",
|
|
13581
|
+
/** font family of the text */
|
|
13582
|
+
fontFamily = "fontFamily",
|
|
13583
|
+
/** font size of the text */
|
|
13584
|
+
fontSize = "fontSize",
|
|
13585
|
+
/** italic / normal */
|
|
13586
|
+
fontStyle = "fontStyle",
|
|
13587
|
+
/** bold / normal / 100-900 */
|
|
13588
|
+
fontWeight = "fontWeight",
|
|
13589
|
+
/** underline / line-through */
|
|
13590
|
+
textDecoration = "textDecoration",
|
|
13591
|
+
/** color of the text */
|
|
13592
|
+
color = "color",
|
|
13593
|
+
/** background color of the text */
|
|
13594
|
+
backgroundColor = "backgroundColor",
|
|
13595
|
+
/** letter spacing of the text */
|
|
13596
|
+
letterSpacing = "letterSpacing",
|
|
13597
|
+
/** left / center / right / justify */
|
|
13598
|
+
textAlign = "textAlign",
|
|
13599
|
+
/** rtl/ltr */
|
|
13600
|
+
direction = "direction",
|
|
13601
|
+
/** indent of the text */
|
|
13602
|
+
marginStart = "marginStart",
|
|
13603
|
+
/** outdent of the text */
|
|
13604
|
+
marginEnd = "marginEnd",
|
|
13605
|
+
/** special data: */
|
|
13606
|
+
bulletedList = "bulletedList",
|
|
13607
|
+
/** implemented with <ol> */
|
|
13608
|
+
numberedList = "numberedList",
|
|
13609
|
+
/** h1,h2,h3,h4,h5,h6,p,blockquote */
|
|
13610
|
+
seoTag = "seoTag"
|
|
13611
|
+
}
|
|
13612
|
+
/** @enumType */
|
|
13613
|
+
type RichTextAbilitiesWithLiterals = RichTextAbilities | 'UNKNOWN_RichTextAbilities' | 'font' | 'fontFamily' | 'fontSize' | 'fontStyle' | 'fontWeight' | 'textDecoration' | 'color' | 'backgroundColor' | 'letterSpacing' | 'textAlign' | 'direction' | 'marginStart' | 'marginEnd' | 'bulletedList' | 'numberedList' | 'seoTag';
|
|
13614
|
+
interface Image {
|
|
13615
|
+
/** media manager categories to open media manager filtered by the component needs */
|
|
13616
|
+
category?: ImageCategoryTypesWithLiterals;
|
|
13617
|
+
}
|
|
13618
|
+
interface Video {
|
|
13619
|
+
/** media manager categories to open media manager filtered by the component needs */
|
|
13620
|
+
category?: VideoCategoryTypesWithLiterals;
|
|
13621
|
+
}
|
|
13622
|
+
declare enum VideoCategoryTypes {
|
|
13623
|
+
/** Default value when video category is not specified */
|
|
13624
|
+
UNKNOWN_VideoCategoryTypes = "UNKNOWN_VideoCategoryTypes",
|
|
13625
|
+
/** Videos without transparency - mapped to VIDEO */
|
|
13626
|
+
VIDEO_OPAQUE = "VIDEO_OPAQUE"
|
|
13627
|
+
}
|
|
13628
|
+
/** @enumType */
|
|
13629
|
+
type VideoCategoryTypesWithLiterals = VideoCategoryTypes | 'UNKNOWN_VideoCategoryTypes' | 'VIDEO_OPAQUE';
|
|
13630
|
+
interface VectorArt {
|
|
13631
|
+
/** media manager categories to open media manager filtered by the component needs */
|
|
13632
|
+
category?: VectorArtCategoryTypesWithLiterals;
|
|
13633
|
+
}
|
|
13469
13634
|
interface ElementItem extends ElementItemSelectedElementTypeOneOf {
|
|
13470
13635
|
/** An new element definition */
|
|
13471
13636
|
inlineElement?: InlineElement;
|
|
@@ -13523,11 +13688,6 @@ interface InlineElement {
|
|
|
13523
13688
|
states?: Record<string, ElementState>;
|
|
13524
13689
|
/** A reference to a state that needs to be triggered in order for this element to be visible */
|
|
13525
13690
|
visibleState?: VisibleState;
|
|
13526
|
-
/**
|
|
13527
|
-
* The default preset for this inner-element
|
|
13528
|
-
* @maxLength 100
|
|
13529
|
-
*/
|
|
13530
|
-
presetKey?: string | null;
|
|
13531
13691
|
/**
|
|
13532
13692
|
* Display filters for the Element, used to define the visibility of inner / ref elements, style items, data items and custom actions in the editor
|
|
13533
13693
|
* The Element is the first in line to affect the display, Preset and State are after it
|
|
@@ -13556,6 +13716,8 @@ interface Actions {
|
|
|
13556
13716
|
dashboard?: DashboardAction;
|
|
13557
13717
|
/** Allows enabling / disabling and overriding the manageMenu action */
|
|
13558
13718
|
manageMenu?: Action;
|
|
13719
|
+
/** Allows enabling / disabling and overriding the container action */
|
|
13720
|
+
container?: Action;
|
|
13559
13721
|
}
|
|
13560
13722
|
interface Action {
|
|
13561
13723
|
/**
|
|
@@ -13708,10 +13870,12 @@ declare enum ActionName {
|
|
|
13708
13870
|
/** actionName to be triggered from the defined custom actions */
|
|
13709
13871
|
custom = "custom",
|
|
13710
13872
|
/** Manage Menu Items */
|
|
13711
|
-
manageMenu = "manageMenu"
|
|
13873
|
+
manageMenu = "manageMenu",
|
|
13874
|
+
/** Shows the container actions, or select one if there is more than one */
|
|
13875
|
+
container = "container"
|
|
13712
13876
|
}
|
|
13713
13877
|
/** @enumType */
|
|
13714
|
-
type ActionNameWithLiterals = ActionName | 'UNKNOWN_ActionName' | 'settings' | 'design' | 'media' | 'manageItems' | 'dashboard' | 'custom' | 'manageMenu';
|
|
13878
|
+
type ActionNameWithLiterals = ActionName | 'UNKNOWN_ActionName' | 'settings' | 'design' | 'media' | 'manageItems' | 'dashboard' | 'custom' | 'manageMenu' | 'container';
|
|
13715
13879
|
/**
|
|
13716
13880
|
* Represents an action that points into a specific display-group-key,
|
|
13717
13881
|
* the outcome will make the chosen display group visible to the user for changing the groups values in the component
|
|
@@ -13754,40 +13918,32 @@ interface PresetItem {
|
|
|
13754
13918
|
*/
|
|
13755
13919
|
displayName?: string;
|
|
13756
13920
|
/**
|
|
13757
|
-
* A URL to the
|
|
13921
|
+
* A URL to the preset thumbnail file
|
|
13758
13922
|
* @format WEB_URL
|
|
13759
13923
|
* @minLength 13
|
|
13760
13924
|
* @maxLength 500
|
|
13761
13925
|
*/
|
|
13762
13926
|
thumbnailUrl?: string | null;
|
|
13763
|
-
/** The default styles for this preset */
|
|
13764
|
-
defaultStyles?: Record<string, StyleItemDefaults>;
|
|
13765
|
-
/** The default preset and styles of inner elements for this preset */
|
|
13766
|
-
elementsStyleDefaults?: Record<string, ElementStyleDefaults>;
|
|
13767
13927
|
/** Optional initial size of the component when switching into this preset */
|
|
13768
13928
|
initialSize?: ComponentInitialSize;
|
|
13769
13929
|
/**
|
|
13770
13930
|
* Display filters for the Preset, used to define the visibility of inner / ref elements, style items, data items and custom actions in the editor
|
|
13771
|
-
* The Preset is the second in line to affect the display,Element is before and State is after it
|
|
13931
|
+
* The Preset is the second in line to affect the display, Element is before and State is after it
|
|
13772
13932
|
*/
|
|
13773
13933
|
displayFilters?: DisplayFilters;
|
|
13774
|
-
|
|
13775
|
-
|
|
13776
|
-
/** The
|
|
13777
|
-
|
|
13778
|
-
/**
|
|
13779
|
-
|
|
13780
|
-
|
|
13781
|
-
|
|
13782
|
-
|
|
13783
|
-
* The default preset for an element
|
|
13784
|
-
* @maxLength 100
|
|
13934
|
+
/** The default styles for this preset and the inner elements */
|
|
13935
|
+
styleDefaults?: PresetStyleDefaults;
|
|
13936
|
+
/** The style overrides for this preset and the inner elements */
|
|
13937
|
+
styleOverrides?: BreakpointPresetStyleOverrides;
|
|
13938
|
+
/**
|
|
13939
|
+
* Show this preset in panel only on specified breakpoints
|
|
13940
|
+
* (undefined/empty list = all breakpoints, list with values = only those breakpoints)
|
|
13941
|
+
* TODO: MaxSize is 2, because we only support small and large breakpoints for now
|
|
13942
|
+
* @maxSize 2
|
|
13785
13943
|
*/
|
|
13786
|
-
|
|
13787
|
-
/**
|
|
13788
|
-
|
|
13789
|
-
/** The default preset and styles for inner elements */
|
|
13790
|
-
elements?: Record<string, ElementStyleDefaults>;
|
|
13944
|
+
optimizedFor?: BreakpointEnumBreakpointWithLiterals[];
|
|
13945
|
+
/** Optional editor layout behaviors we want to apply when this preset is selected */
|
|
13946
|
+
layout?: EditorElementLayout;
|
|
13791
13947
|
}
|
|
13792
13948
|
interface ComponentInitialSize {
|
|
13793
13949
|
/** The component initial width setting */
|
|
@@ -13864,6 +14020,89 @@ interface DisplayFilter {
|
|
|
13864
14020
|
*/
|
|
13865
14021
|
show?: string[];
|
|
13866
14022
|
}
|
|
14023
|
+
interface PresetStyleDefaults {
|
|
14024
|
+
/** The default styles for this preset */
|
|
14025
|
+
style?: Record<string, StyleItemDefaults>;
|
|
14026
|
+
/** The default styles of inner elements for this preset */
|
|
14027
|
+
elements?: Record<string, ElementStyleDefaults>;
|
|
14028
|
+
}
|
|
14029
|
+
interface StyleItemDefaults {
|
|
14030
|
+
/** The default value of this style item */
|
|
14031
|
+
defaultValue?: any;
|
|
14032
|
+
/** The default values for the style-item when the component is in one of the defined states */
|
|
14033
|
+
statesDefaultValues?: Record<string, any>;
|
|
14034
|
+
}
|
|
14035
|
+
interface ElementStyleDefaults {
|
|
14036
|
+
/** The default styles for an element */
|
|
14037
|
+
style?: Record<string, StyleItemDefaults>;
|
|
14038
|
+
/** The default preset and styles for inner elements */
|
|
14039
|
+
elements?: Record<string, ElementStyleDefaults>;
|
|
14040
|
+
}
|
|
14041
|
+
interface BreakpointPresetStyleOverrides {
|
|
14042
|
+
/** The style overrides values for the default breakpoint, which will cascade to all other breakpoints (if not overridden) */
|
|
14043
|
+
default?: PresetStyleOverrides;
|
|
14044
|
+
/** The style overrides values for the small (mobile) breakpoint */
|
|
14045
|
+
small?: PresetStyleOverrides;
|
|
14046
|
+
}
|
|
14047
|
+
interface PresetStyleOverrides {
|
|
14048
|
+
/** The style overrides for this preset */
|
|
14049
|
+
style?: Record<string, PresetStyleItemOverrides>;
|
|
14050
|
+
/** The style overrides of inner elements for this preset */
|
|
14051
|
+
elements?: Record<string, ElementStyleOverrides>;
|
|
14052
|
+
}
|
|
14053
|
+
interface PresetStyleItemOverrides {
|
|
14054
|
+
/** The override value of this style item */
|
|
14055
|
+
value?: any;
|
|
14056
|
+
/** The override values for the style item when the component is in one of the defined states */
|
|
14057
|
+
statesValues?: Record<string, any>;
|
|
14058
|
+
}
|
|
14059
|
+
interface ElementStyleOverrides {
|
|
14060
|
+
/**
|
|
14061
|
+
* The override preset for an element
|
|
14062
|
+
* @maxLength 100
|
|
14063
|
+
*/
|
|
14064
|
+
presetKey?: string | null;
|
|
14065
|
+
/** The override styles for an element */
|
|
14066
|
+
style?: Record<string, PresetStyleItemOverrides>;
|
|
14067
|
+
/** The override preset and styles for inner elements */
|
|
14068
|
+
elements?: Record<string, ElementStyleOverrides>;
|
|
14069
|
+
}
|
|
14070
|
+
declare enum BreakpointEnumBreakpoint {
|
|
14071
|
+
UNKNOWN_Breakpoint = "UNKNOWN_Breakpoint",
|
|
14072
|
+
/** Represents the small (mobile) breakpoint */
|
|
14073
|
+
small = "small",
|
|
14074
|
+
/** Represents the large (desktop) breakpoint */
|
|
14075
|
+
large = "large"
|
|
14076
|
+
}
|
|
14077
|
+
/** @enumType */
|
|
14078
|
+
type BreakpointEnumBreakpointWithLiterals = BreakpointEnumBreakpoint | 'UNKNOWN_Breakpoint' | 'small' | 'large';
|
|
14079
|
+
/** Top-level message containing all layout capabilities */
|
|
14080
|
+
interface EditorElementLayout {
|
|
14081
|
+
/** The resizing capabilities this component can supports */
|
|
14082
|
+
resizeDirection?: ResizeDirectionWithLiterals;
|
|
14083
|
+
/** Describes the ability of content to impact on the size of this component */
|
|
14084
|
+
contentResizeDirection?: ContentResizeDirectionWithLiterals;
|
|
14085
|
+
/** Will control the availability of the stretch capability for this component */
|
|
14086
|
+
disableStretching?: boolean | null;
|
|
14087
|
+
/** Will control the availability of freely positioning this component */
|
|
14088
|
+
disablePositioning?: boolean | null;
|
|
14089
|
+
/** Will control if the editor allows rotating the element */
|
|
14090
|
+
disableRotation?: boolean | null;
|
|
14091
|
+
}
|
|
14092
|
+
declare enum ContentResizeDirection {
|
|
14093
|
+
/** Default value when content resize behavior is not specified */
|
|
14094
|
+
UNKNOWN_ContentResizeDirection = "UNKNOWN_ContentResizeDirection",
|
|
14095
|
+
/** Component's width will automatically adjust based on its content */
|
|
14096
|
+
horizontal = "horizontal",
|
|
14097
|
+
/** Component's height will automatically adjust based on its content */
|
|
14098
|
+
vertical = "vertical",
|
|
14099
|
+
/** Component's width and height will automatically adjust based on its content */
|
|
14100
|
+
horizontalAndVertical = "horizontalAndVertical",
|
|
14101
|
+
/** Component's size will not be affected by its content */
|
|
14102
|
+
none = "none"
|
|
14103
|
+
}
|
|
14104
|
+
/** @enumType */
|
|
14105
|
+
type ContentResizeDirectionWithLiterals = ContentResizeDirection | 'UNKNOWN_ContentResizeDirection' | 'horizontal' | 'vertical' | 'horizontalAndVertical' | 'none';
|
|
13867
14106
|
declare enum Archetype {
|
|
13868
14107
|
UNKNOWN_Archetype = "UNKNOWN_Archetype",
|
|
13869
14108
|
Button = "Button",
|
|
@@ -13902,10 +14141,12 @@ declare enum Archetype {
|
|
|
13902
14141
|
Avatar = "Avatar",
|
|
13903
14142
|
Captcha = "Captcha",
|
|
13904
14143
|
VectorArt = "VectorArt",
|
|
13905
|
-
AnimatedGraphic = "AnimatedGraphic"
|
|
14144
|
+
AnimatedGraphic = "AnimatedGraphic",
|
|
14145
|
+
Cart = "Cart",
|
|
14146
|
+
ContactForm = "ContactForm"
|
|
13906
14147
|
}
|
|
13907
14148
|
/** @enumType */
|
|
13908
|
-
type ArchetypeWithLiterals = Archetype | 'UNKNOWN_Archetype' | 'Button' | 'LoginButton' | 'Image' | 'Gallery' | 'Video' | 'Audio' | 'Text' | 'TextInput' | 'RichTextEditor' | 'SignatureInput' | 'Checkbox' | 'RadioGroup' | 'Switch' | 'Dropdown' | 'DatePicker' | 'TimePicker' | 'Ratings' | 'RatingInput' | 'Menu' | 'Pagination' | 'Slider' | 'Container' | 'Carousel' | 'Accordion' | 'Tabs' | 'ProgressBar' | 'Upload' | 'Social' | 'Breadcrumbs' | 'SearchBox' | 'Map' | 'Line' | 'Logo' | 'Avatar' | 'Captcha' | 'VectorArt' | 'AnimatedGraphic';
|
|
14149
|
+
type ArchetypeWithLiterals = Archetype | 'UNKNOWN_Archetype' | 'Button' | 'LoginButton' | 'Image' | 'Gallery' | 'Video' | 'Audio' | 'Text' | 'TextInput' | 'RichTextEditor' | 'SignatureInput' | 'Checkbox' | 'RadioGroup' | 'Switch' | 'Dropdown' | 'DatePicker' | 'TimePicker' | 'Ratings' | 'RatingInput' | 'Menu' | 'Pagination' | 'Slider' | 'Container' | 'Carousel' | 'Accordion' | 'Tabs' | 'ProgressBar' | 'Upload' | 'Social' | 'Breadcrumbs' | 'SearchBox' | 'Map' | 'Line' | 'Logo' | 'Avatar' | 'Captcha' | 'VectorArt' | 'AnimatedGraphic' | 'Cart' | 'ContactForm';
|
|
13909
14150
|
interface ElementState {
|
|
13910
14151
|
/**
|
|
13911
14152
|
* Display name of this state
|
|
@@ -14034,9 +14275,9 @@ declare enum GroupType {
|
|
|
14034
14275
|
/** A group that contains items */
|
|
14035
14276
|
UNKNOWN_GroupType = "UNKNOWN_GroupType",
|
|
14036
14277
|
/** A group that contains style items defined with cssDataType */
|
|
14037
|
-
|
|
14278
|
+
cssDataType = "cssDataType",
|
|
14038
14279
|
/** A group that contains data items */
|
|
14039
|
-
|
|
14280
|
+
dataType = "dataType",
|
|
14040
14281
|
/** Style Shorthand Groups */
|
|
14041
14282
|
background = "background",
|
|
14042
14283
|
margin = "margin",
|
|
@@ -14054,7 +14295,7 @@ declare enum GroupType {
|
|
|
14054
14295
|
gap = "gap"
|
|
14055
14296
|
}
|
|
14056
14297
|
/** @enumType */
|
|
14057
|
-
type GroupTypeWithLiterals = GroupType | 'UNKNOWN_GroupType' | '
|
|
14298
|
+
type GroupTypeWithLiterals = GroupType | 'UNKNOWN_GroupType' | 'cssDataType' | 'dataType' | 'background' | 'margin' | 'padding' | 'border' | 'borderTop' | 'borderRight' | 'borderBottom' | 'borderLeft' | 'borderRadius' | 'borderInlineStart' | 'borderInlineEnd' | 'font' | 'textDecoration' | 'gap';
|
|
14058
14299
|
interface ItemsGroup {
|
|
14059
14300
|
/**
|
|
14060
14301
|
* A list of items that should be in this group
|
|
@@ -14259,12 +14500,14 @@ interface RefElement {
|
|
|
14259
14500
|
/** A reference to a state that needs to be triggered in order for this element to be visible */
|
|
14260
14501
|
visibleState?: VisibleState;
|
|
14261
14502
|
/**
|
|
14262
|
-
*
|
|
14263
|
-
* @
|
|
14503
|
+
* DEPRECATED use 'elements' to set the defaults for inner elements instead
|
|
14504
|
+
* @deprecated DEPRECATED use 'elements' to set the defaults for inner elements instead
|
|
14505
|
+
* @replacedBy elements
|
|
14506
|
+
* @targetRemovalDate 2025-08-15
|
|
14264
14507
|
*/
|
|
14265
|
-
presetKey?: string | null;
|
|
14266
|
-
/** The default preset and styles for inner elements */
|
|
14267
14508
|
elementsDefaults?: Record<string, RefInnerElementDefaults>;
|
|
14509
|
+
/** The default style & data for inner elements */
|
|
14510
|
+
elements?: Record<string, RefInnerElementDefaults>;
|
|
14268
14511
|
/**
|
|
14269
14512
|
* This is where you can override the display filter defined by the original element
|
|
14270
14513
|
* The override is per field. So you can override: style items, data items, custom actions and elements or just some of them.
|
|
@@ -14284,11 +14527,6 @@ interface DataItemOverrides {
|
|
|
14284
14527
|
displayName?: string | null;
|
|
14285
14528
|
}
|
|
14286
14529
|
interface RefInnerElementDefaults {
|
|
14287
|
-
/**
|
|
14288
|
-
* The default preset for an element
|
|
14289
|
-
* @maxLength 100
|
|
14290
|
-
*/
|
|
14291
|
-
presetKey?: string | null;
|
|
14292
14530
|
/** The default styles for an element */
|
|
14293
14531
|
style?: Record<string, StyleItemDefaults>;
|
|
14294
14532
|
/** The default data for an element */
|
|
@@ -14296,33 +14534,6 @@ interface RefInnerElementDefaults {
|
|
|
14296
14534
|
/** The default preset and styles for inner elements */
|
|
14297
14535
|
elements?: Record<string, RefInnerElementDefaults>;
|
|
14298
14536
|
}
|
|
14299
|
-
/** Top-level message containing all layout capabilities */
|
|
14300
|
-
interface EditorElementLayout {
|
|
14301
|
-
/** The resizing capabilities this component can supports */
|
|
14302
|
-
resizeDirection?: ResizeDirectionWithLiterals;
|
|
14303
|
-
/** Describes the ability of content to impact on the size of this component */
|
|
14304
|
-
contentResizeDirection?: ContentResizeDirectionWithLiterals;
|
|
14305
|
-
/** Will control the availability of the stretch capability for this component */
|
|
14306
|
-
disableStretching?: boolean | null;
|
|
14307
|
-
/** Will control the availability of freely positioning this component */
|
|
14308
|
-
disablePositioning?: boolean | null;
|
|
14309
|
-
/** Will control if the editor allows rotating the element */
|
|
14310
|
-
disableRotation?: boolean | null;
|
|
14311
|
-
}
|
|
14312
|
-
declare enum ContentResizeDirection {
|
|
14313
|
-
/** Default value when content resize behavior is not specified */
|
|
14314
|
-
UNKNOWN_ContentResizeDirection = "UNKNOWN_ContentResizeDirection",
|
|
14315
|
-
/** Component's width will automatically adjust based on its content */
|
|
14316
|
-
horizontal = "horizontal",
|
|
14317
|
-
/** Component's height will automatically adjust based on its content */
|
|
14318
|
-
vertical = "vertical",
|
|
14319
|
-
/** Component's width and height will automatically adjust based on its content */
|
|
14320
|
-
horizontalAndVertical = "horizontalAndVertical",
|
|
14321
|
-
/** Component's size will not be affected by its content */
|
|
14322
|
-
none = "none"
|
|
14323
|
-
}
|
|
14324
|
-
/** @enumType */
|
|
14325
|
-
type ContentResizeDirectionWithLiterals = ContentResizeDirection | 'UNKNOWN_ContentResizeDirection' | 'horizontal' | 'vertical' | 'horizontalAndVertical' | 'none';
|
|
14326
14537
|
interface Interactions {
|
|
14327
14538
|
/** @maxSize 7 */
|
|
14328
14539
|
triggers?: TriggerWithLiterals[];
|
|
@@ -15778,4 +15989,4 @@ interface ListDataExtensionSchemasOptions {
|
|
|
15778
15989
|
*/
|
|
15779
15990
|
declare function deleteByWhiteListedMetaSite(metaSiteId: string): Promise<NonNullablePaths<DeleteByWhiteListedMetaSiteResponse, `hasMore`>>;
|
|
15780
15991
|
|
|
15781
|
-
export { type A11y, A11yAttributes, type A11yAttributesWithLiterals, AcceptedDirectMessageType, type AcceptedDirectMessageTypeWithLiterals, AcceptedMessageTypesAcceptedDirectMessageType, type AcceptedMessageTypesAcceptedDirectMessageTypeWithLiterals, AcceptedMessageTypesAcceptedSmsMessageType, type AcceptedMessageTypesAcceptedSmsMessageTypeWithLiterals, AcceptedSmsMessageType, type AcceptedSmsMessageTypeWithLiterals, type Action, type ActionCondition, type ActionEvent, ActionName, type ActionNameWithLiterals, type ActionProviderSPIConfig, type ActionSPIConfig, type ActionSPIConfigImplementedMethods, type ActionSPIConfigInterfaceConfiguration, type ActionSPIConfigInterfaceConfigurationOptionsOneOf, ActionSPIConfigInterfaceConfigurationType, type ActionSPIConfigInterfaceConfigurationTypeWithLiterals, type ActionSpiConfig, ActionType, type ActionTypeWithLiterals, type Actions, type AdaptiveComponentProviderConfig, type AddCustomFields, type AdditionalFeesSPIConfig, type AdditionalStepInfo, type AdditionalTaxGroup, type AddonMarketData, type AddressInfo, AddressInfoTag, type AddressInfoTagWithLiterals, type AddressLine2, type AdminConfigurableTextInput, type AlertEnricherSpiConfiguration, type AlgorithmConfig, AlgorithmType, type AlgorithmTypeWithLiterals, Alignment, type AlignmentWithLiterals, type AllowedValuesOptions, type AlternativeUri, type AnchorData, type AnchorMetaData, type AndCondition, type AndroidMobilePushConfig, AndroidStyle, type AndroidStyleWithLiterals, type ApiSlot, type ApiWidth, type AppConfig, type AppConfiguration, type AppData, type AppDeploymentProviderConfig, type AppEmbedData, type AppEmbedDataAppDataOneOf, type AppEnvironmentProviderConfig, type AppPermissions, type AppPreviewProviderConfig, type AppRuntimeDataCacheEntity, type AppRuntimeDataEvent, AppType, type AppTypeWithLiterals, type ApplicationAutomationComponent, type ApplicationProfile, type ApplicationProfileProviderConfig, Archetype, type ArchetypeWithLiterals, ArrayComponentType, type ArrayComponentTypeWithLiterals, type ArrayItems, type ArrayItemsArrayDataOneOf, type ArrayType, type ArrayTypeArrayItems, type ArrayTypeArrayItemsItemTypeOptionsOneOf, AspectRatio, type AspectRatioWithLiterals, type AssistantSpiConfig, type AudienceProviderConfig, type AudioData, type AuthenticatorConfig, type AutomationMetadata, type AutomationTrigger, type AvailabilityTimeSlotsProviderConfig, type AvatarConfig, AvatarShape, type AvatarShapeWithLiterals, type BackOfficeCustomization, type BackOfficeCustomizationSidebarEntity, type BackOfficeCustomizationSidebarEntityItemOneOf, type BackOfficeExtension, type BackOfficeExtensionContainer, type BackOfficeExtensionExtensionOneOf, type BackOfficeExtensionMenuItem, type BackOfficeExtensionWidget, type BackOfficeExtensionWidgetAssetOneOf, type BackOfficeExternalUrl, BackOfficeHostingPlatforms, type BackOfficeHostingPlatformsWithLiterals, type BackOfficeModal, type BackOfficeModalContentOneOf, type BackOfficePage, type BackOfficePageAssetOneOf, type BackOfficeRestrictedCustomization, type BackOfficeScriptAsset, BackOfficeScriptAssetType, type BackOfficeScriptAssetTypeWithLiterals, type BackOfficeSidebarCategory, type BackOfficeWidget, type BackOfficeWidgetContentOneOf, type BackdropFilter, type BackendWorker, type Background, BackgroundModeEnum, type BackgroundModeEnumWithLiterals, BackgroundType, type BackgroundTypeWithLiterals, type BackofficeActionDeeplink, type BarAlignment, BarAlignmentSelected, type BarAlignmentSelectedWithLiterals, type BaseEventMetadata, type BaseInfo, type BaseInstallation, type Behaviors, type BillingSettingsConfig, BlockType, type BlockTypeWithLiterals, type BlockquoteData, type BlocksData, type BlogPaywallProviderConfig, type BookingData, type BookingPolicyProviderConfig, type BookingsPricingProviderConfig, type BookingsResourceType, type BookingsResourceTypesProviderConfig, type BoolListOptions, BooleanComponentType, type BooleanComponentTypeWithLiterals, type BooleanExperimentExposureRule, type BooleanType, type Border, type BorderColors, type BrandIcons, type BreakPoint, type BreakPointSection, type Breakpoint, type Breakpoints, type BroadcastList, type BrowserPushChannel, type BrowserPushContentKeys, type BrowserStorage, type BuilderSpi, type BulletedListData, type Bundle, type BusinessManagerPage, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, CalendarType, type CalendarTypeWithLiterals, type CaptionData, type CardStyles, CardStylesType, type CardStylesTypeWithLiterals, type CatalogSPIConfig, type CatalogSyncConfiguration, type CellStyle, ChangeableProperty, type ChangeablePropertyWithLiterals, type ChannelBrandIcons, type ChannelBranding, type ChannelChannelBranding, type ChannelChannelConfiguration, type ChannelChannelConfigurationMessagingConfigOneOf, type ChannelConfiguration, ChannelConfigurationChannelType, type ChannelConfigurationChannelTypeWithLiterals, type ChannelConfigurationMessagingConfigOneOf, type ChannelIcon, type ChannelImplementedMethods, type ChannelMediaCapabilities, ChannelType, type ChannelTypeWithLiterals, type Checkbox, type CheckboxConfiguration, type CheckboxField, type CheckboxGroup, type CheckboxGroupOption, type CheckoutContentSPIConfig, type ClientResources, type ClientSideService, type CodeBlockData, type CodePackageComponentData, type CodePanel, type CollapsibleListData, type Color, type ColorData, type ColorDefinition, type ColorSelectLabeled, type ColorSelectLabeledDataOneOf, type Colors, type CommentFilterProviderConfig, type CommentModerationProviderConfig, type CommentsContextProviderConfig, type CommonCustomOption, type CommonImage, type CommunicationChannelConfiguration, type ComponentData, type ComponentDataDataOneOf, type ComponentEnricherConfig, type ComponentInitialSize, type ComponentMetaData, type ComponentModel, type ComponentReferenceDataConfig, type ComponentTranslationAdditionalFieldsConfig, ComponentType, type ComponentTypeWithLiterals, type ComponentsMultilineAddress, type ComponentsValidatorConfig, type Condition, type ConditionBlock, type ConditionNode, type ConditionNodeNodeOneOf, type Conditions, type Configuration, ConfirmationLevel, type ConfirmationLevelWithLiterals, ConnectMethod, type ConnectMethodWithLiterals, ConsentCategory, type ConsentCategoryWithLiterals, type Consequence, type ConstOrDynamicParam, type ConstOrDynamicParamValueOneOf, type Constraint, type ContactData, ContactField, type ContactFieldWithLiterals, type ContactLabelsComponentData, type ContactNotification, type ContactsData, type ContactsNotificationData, type Container, type ContainerDataOneOf, type ContainerLayout, type ContainerStyleOverrides, ContainerType, type ContainerTypeWithLiterals, type ContentData, type ContentDataOverrides, type ContentProviderConfig, ContentResizeDirection, type ContentResizeDirectionWithLiterals, type Context, type ConversationLimitations, type Coordinates, type CoreApps, type Corners, type CountrySubdivisionListOptions, type CoverImageConfiguration, type CreateDataExtensionSchemaRequest, type CreateDataExtensionSchemaResponse, type CreateNewItemInfo, type CreatedByCacheEntity, Crop, type CropWithLiterals, type CrossSellConfig, CssDataType, type CssDataTypeWithLiterals, type CssNumber, CssPropertyType, type CssPropertyTypeWithLiterals, CssVariableTypeEnumCssDataType, type CssVariableTypeEnumCssDataTypeWithLiterals, type CurrencyCodeListOptions, type CustomChargesConfig, type CustomElement, type CustomElementConsentCategoryOneOf, CustomElementScriptType, type CustomElementScriptTypeWithLiterals, type CustomElementWidget, type CustomEnum, type CustomEnumOption, type CustomEnumOptionCssProperty, type CustomExperimentExposureRule, type CustomFieldInfo, CustomFieldsType, type CustomFieldsTypeWithLiterals, type CustomOption, type CustomPermission, type CustomRefData, type CustomReservationsApprovalConfig, type CustomRewardProviderConfig, type CustomScopeConfig, type CustomTriggerConfig, type DCConfigData, type Dashboard, type DashboardAction, type DashboardApplicationData, type DashboardButton, type DashboardComponentData, type DashboardItem, type DashboardPlatfromComponentData, type DataAction, type DataComponent, type DataExtensionSchema, type DataExtensionSchemaCreatedEnvelope, type DataExtensionSchemaDeletedEnvelope, DataExtensionSchemaState, type DataExtensionSchemaStateWithLiterals, type DataExtensionSchemaUpdatedEnvelope, type DataExtensionsComponentData, type DataItem, type DataItemOverrides, type DataItemSelectedDataTypeOneOf, type DataItems, DataType, type DataTypeWithLiterals, type DateInput, type DatePicker, type DateTimeConstraints, type DateTimeInput, type Debounce, type DecimalListOptions, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type Deeplink, type DeeplinkOfOneOf, Default, type DefaultCountryConfig, type DefaultCountryConfigOptionsOneOf, DefaultCountryConfigType, type DefaultCountryConfigTypeWithLiterals, type DefaultPresets, type DefaultTaxGroupProviderConfig, DefaultTextStyle, type DefaultTextStyleWithLiterals, type DefaultWithLiterals, type Definition, type Delay, type DelayTypeOneOf, type DeleteByWhiteListedMetaSiteRequest, type DeleteByWhiteListedMetaSiteResponse, type DeleteDemoDataExtensionSchemaRequest, type DeleteDemoDataExtensionSchemaResponse, type DeleteGlobalExtensionSchemaRequest, type DeleteGlobalExtensionSchemaResponse, type DeleteTemplateFields, type DeleteUserDefinedFieldsRequest, type DeleteUserDefinedFieldsResponse, type DeploymentPipelineProviderConfig, type Description, type Design, type DevCenterTestingComponentData, type DevCenterTestingComponentDataTranslatableOneOfOneOf, type Dimension, type Dimensions, type DirectMessageConfig, Direction, type DirectionWithLiterals, type DiscountConfig, type DiscountsSPIConfig, type DiscoveryMetaData, type Display, type DisplayField, type DisplayFieldDisplayFieldTypeOptionsOneOf, DisplayFieldType, type DisplayFieldTypeWithLiterals, type DisplayFilter, type DisplayFilters, type DisplayGroupAction, type DisplayGroupItem, type DisplayGroupItemSelectedGroupTypeOneOf, type DisplayProperties, type DisplayValue, DisplayValueEnumDisplayValue, type DisplayValueEnumDisplayValueWithLiterals, type DisputeServicePluginConfig, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, DividerDataWidth, type DividerDataWidthWithLiterals, type DmDirectMessageConfig, type Docking, type DockingProperties, type DocumentStyle, Domain, type DomainEvent, type DomainEventBodyOneOf, type DomainWithLiterals, type DonationInput, type DonationInputOption, type DrillInListItem, type DrillItem, type DrillItemDataOneOf, type DropDownLabeled, type Dropdown, type DropdownCustomOption, type DropdownField, type DropdownFieldOption, type DropdownOption, type DropshippingProviderSPIConfig, type DtsContent, type DtsDefinitionReference, type DtsDefinitionReferenceDtsDefinitionOneOf, DtsDefinitionType, type DtsDefinitionTypeWithLiterals, type DtsHttpLink, type DurationInputConfiguration, type DurationRenameOptions, type DynamicPriceOptions, type DynamicSiteStructureProviderConfig, type EditableFields, EditableProperties, type EditablePropertiesWithLiterals, type EditorAddon, type EditorBehaviors, type EditorElement, type EditorElementLayout, type EditorPresence, type EditorReactComponent, EffectGroup, type EffectGroupWithLiterals, ElementDisplayOption, type ElementDisplayOptionWithLiterals, type ElementItem, type ElementItemSelectedElementTypeOneOf, type ElementState, type ElementStyleDefaults, ElementType, type ElementTypeWithLiterals, type EmailChannel, type EmailEmailMessageConfig, type EmailInfo, EmailInfoTag, type EmailInfoTagWithLiterals, type EmailMessageConfig, type EmailTemplateConfig, type EmailTemplateConfigProviderOneOf, EmbedCategory, type EmbedCategoryWithLiterals, type EmbedData, type EmbeddedScriptComponentData, EmbeddedScriptPages, type EmbeddedScriptPagesWithLiterals, EmbeddedScriptPlacement, type EmbeddedScriptPlacementWithLiterals, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, Environment, type EnvironmentWithLiterals, type ErrorReporting, type ErrorReportingArtifact, Escalation, type EscalationWithLiterals, type EventAction, type EventBadgesSpiConfig, type EventData, type EventMetadata, type EventTimeSlotsProviderConfig, type EventTypeProviderConfig, type EventValidationProviderConfig, type Execution, type ExecutionActionExecuteOneOf, ExecutionType, type ExecutionTypeWithLiterals, type ExpectedInputs, type ExperimentGroupWrapper, type ExportMetadata, Exposure, type ExposureRule, type ExposureRuleRuleOneOf, ExposureRuleType, type ExposureRuleTypeWithLiterals, type ExposureWithLiterals, type Extendable, ExtendingComponentType, type ExtendingComponentTypeWithLiterals, type ExtensionData, type ExtensionDetails, type ExtensionExposure, ExtensionType, type ExtensionTypeWithLiterals, type ExternalDatabaseSpiConfig, type ExternalFilterProviderConfig, type FactorConfig, FactorType, type FactorTypeWithLiterals, type FeedAggregation, type FeedChannels, type FeedChannelsConfig, type FeesSPIConfig, type Field, type FieldFieldTypeOptionsOneOf, type FieldGroup, type FieldOverride, type FieldOverridePropertyTypeOptionsOneOf, type FieldOverrides, FieldType, type FieldTypeWithLiterals, type FieldsOverrides, type FieldsSettings, type FileData, type FileSource, type FileSourceDataOneOf, type FileUpload, type Filter, FilterFunction, type FilterFunctionWithLiterals, type FilterInfo, type FilterInfoOptionsOneOf, FilterOptionsType, type FilterOptionsTypeWithLiterals, FilterSelectionType, type FilterSelectionTypeWithLiterals, FilterValueDefinitionMode, type FilterValueDefinitionModeWithLiterals, type FilteringCapability, FirstDayOfWeek, type FirstDayOfWeekWithLiterals, type FirstLevelCategory, type FixedPositionOptions, type FixedPriceOptions, type FocalPoint, type Font, type FontDefinition, type FontFamilyWithColorPicker, type FontSizeData, FontType, type FontTypeWithLiterals, type FormFieldContactInfo, type FormFieldContactInfoAdditionalInfoOneOf, type FormLayout, type FormOverride, type FormOverrideEntityTypeOptionsOneOf, type FormSchemaDynamicValuesSpiConfig, type FormSchemaSpiConfig, type FormSpamSubmissionReportPermissions, type FormSpamSubmissionReportSpiConfig, type FormSpamSubmissionReportsNamespaceConfig, type FormSpamSubmissionSpiConfig, type FormSpiExtensionConfig, type FormSubmissionModerationSpiConfig, type FormSubmissionModerationSpiNamespaceConfig, type FormSubmissionSpiConfig, type FormSubmissionSpiExtensionConfig, type FormTemplate, type FormTemplateTemplateTypeOptionsOneOf, Format, type FormatWithLiterals, type FormsPermissions, type FormsSchemaNamespaceConfig, type FormsSpamSubmissionsNamespaceConfig, type FormsSubmissionsExtensionNamespaceConfig, type FormsSubmissionsNamespaceConfig, type ForwardAction, type ForwardActionActionOneOf, type FreeOptionConfiguration, type FreeTrialConfiguration, type FunctionDefinition, type FunctionRecipe, type FunctionsShopPriceSpiConfig, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GalleryOptionsThumbnails, type Gap, type GbpFeatureConfig, type GenericHookConfig, type GenericHooksConfig, type GenericOptions, type GiftCardProviderConfig, type Gradient, type GradualDeleteCacheEntity, type GradualRolloutCacheEntity, type GradualUpdateCacheEntity, type GridAppFilesTransformerConfig, GroupType, type GroupTypeWithLiterals, type GroupedContent, type HTMLData, type HTMLDataDataOneOf, HTMLDataSource, type HTMLDataSourceWithLiterals, HTTPMethod, type HTTPMethodWithLiterals, type Header, type HeaderConfig, type HeaderConfigHeaderConfigOneOf, type HeaderConfigOneOf, type HeaderWidgetConfig, type HeadingData, type HeadlessOAuth, type Height, HeightMode, type HeightModeWithLiterals, type HelpResources, type HiddenOptions, HookType, type HookTypeWithLiterals, HorizontalDocking, type HorizontalDockingWithLiterals, HostContainerId, type HostContainerIdWithLiterals, type HostedComponent, type HostedPage, type IDPConnectionConfig, type Icon, type IconDataOneOf, IconType, type IconTypeWithLiterals, type IdentificationData, type IdentificationDataIdOneOf, type Illustration, type IllustrationIllustrationOneOf, type Image, type ImageConfig, type ImageData, type ImageDataStyles, type ImageDataStylesBorder, ImageFit, type ImageFitWithLiterals, ImageShape, type ImageShapeWithLiterals, type ImageStyles, ImageStylesPosition, type ImageStylesPositionWithLiterals, type Implementation, type ImplementedMethods, ImportanceLevel, type ImportanceLevelWithLiterals, InitDirection, type InitDirectionWithLiterals, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type InitialPosition, type InitialSizeSetting, type InitialSizeSettingSelectedSizingTypeOneOf, type Initiator, type InitiatorDataOneOf, InitiatorType, type InitiatorTypeWithLiterals, type InlineElement, type Input, type InputConfiguration, type InputField, type InputFieldInputTypeOptionsOneOf, type InputField_Number, type InputField_NumberComponentTypeOptionsOneOf, InputType, type InputTypeWithLiterals, type InputWithPlaceholder, InstallPage, type InstallPageWithLiterals, type InstallationInfo, type InstallationInfoTargetContainerOneOf, type InstallationSettings, type InstallationSettingsOptionsOneOf, type IntListOptions, type IntegerType, Intent, type IntentWithLiterals, type Interactions, type InterfaceConfiguration, type InterfaceConfigurationOfTypeOneOf, InterfaceConfigurationType, type InterfaceConfigurationTypeWithLiterals, type InternalComponentMetadata, type InventorySpiConfig, type InvoicesActionsComponentData, type InvoicesConfig, type IsStretched, type Item, type ItemDataOneOf, type ItemImage, type ItemLayout, type ItemSelection, type ItemSelectionOptions, type ItemStyle, type ItemThumbnail, type ItemThumbnailOptionsOneOf, ItemType, type ItemTypeWithLiterals, type ItemsGroup, type ItemsSelectionProviderConfig, type Keywords, type LanguageTagListOptions, Layout, type LayoutCellData, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, type LearnMore, type LegacyBackOfficeExtensionWidget, type LegacyBackOfficeExtensionWidgetAssetOneOf, type LegacyBackOfficeMenuItem, type LegacyBackOfficeMenuItemAction, type LegendsSpiConfig, Level, type LevelWithLiterals, type LightboxCloseOptions, type LightboxContent, type LightboxEditorSettings, type LightboxOptions, type LimiterField, type LineItemsEnricherConfig, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkPreviewData, type LinkPreviewDataStyles, type LinkSuffix, LinkTarget, type LinkTargetWithLiterals, LinkType, type LinkTypeWithLiterals, type ListDataExtensionSchemasOptions, type ListDataExtensionSchemasRequest, type ListDataExtensionSchemasResponse, ListEventFromCalendars, type ListEventFromCalendarsWithLiterals, type ListValue, type LiveSiteActionDeeplink, type LocalDeliveryComponentData, LockableOperation, type LockableOperationWithLiterals, type Logo, type Logos, type Main, type MainPresets, type MainPropsData, MandatoryField, type MandatoryFieldWithLiterals, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type Margin, type Margins, type MarketplaceSPIConfig, Maturity, type MaturityWithLiterals, MeasurementSystem, type MeasurementSystemWithLiterals, type Media, type MediaCapabilities, type MediaItem, type MediaItemMediaOneOf, MediaMimeType, type MediaMimeTypeWithLiterals, type MembershipsSPIConfig, type MentionData, type MenuAction, type MenuActionActionOneOf, type MenuDropdown, type MenuLink, type MenuSlot, type MessageContainingTranslatables, type MessageEnvelope, type Metadata, Method, type MethodWithLiterals, type MinMaxRange, MobileApplication, type MobileApplicationWithLiterals, type MobileFeedChannel, type MobileFeedContentKeys, type MobilePushChannel, type MobilePushChannelConfig, type MobilePushContentKeys, type ModalParams, type Monitoring, type MonitoringOptionsOneOf, MonitoringType, type MonitoringTypeWithLiterals, type MultiServiceBookingPolicyProviderConfig, type MultilineAddress, MultilineAddressComponentType, type MultilineAddressComponentTypeOptionsOneOf, type MultilineAddressComponentTypeWithLiterals, type MultilineAddressValidation, type MultilingualTranslationSchema, type MultipleDashboardsComponentData, type Namespace, type NamespaceConfig, NativeStateType, type NativeStateTypeWithLiterals, type NavigateToPageAction, NavigationType, type NavigationTypeWithLiterals, type NestedWidgets, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, type NotificationChannels, type NotificationContent, type NotificationPreferencesFilterConfig, type NotificationTopic, NotificationTopicState, type NotificationTopicStateWithLiterals, NotificationTopicType, type NotificationTopicTypeWithLiterals, type Npm, NullValue, type NullValueWithLiterals, NumberComponentType, type NumberComponentTypeWithLiterals, type NumberInput, NumberOfColumns, type NumberOfColumnsWithLiterals, type NumberType, OAuthAppType, type OAuthAppTypeWithLiterals, OAuthTechnologies, type OAuthTechnologiesWithLiterals, type ObjectType, type Oembed, type Offset, type OffsetValueOneOf, type OneTimeOptionConfiguration, type OpenComponent, type OpenModalAction, type OperationExecutorConfig, Operator, type OperatorConfiguration, OperatorEnumOperator, type OperatorEnumOperatorWithLiterals, type OperatorWithLiterals, type Option, type OptionDesign, type OptionLayout, type OrCondition, type OrderValue, type OrderedListData, Orientation, type OrientationWithLiterals, type OriginInfo, type OutOfIframeData, type Output, OverrideEntityType, type OverrideEntityTypeWithLiterals, type OverrideTemplateFields, type PDFSettings, PDFSettingsViewMode, type PDFSettingsViewModeWithLiterals, type PackageDimension, type PackageType, type Padding, type Page, type PageAnchor, type PageComponentData, type PageContent, type PageDashboardApplicationComponent, type PageEditorSettings, type PageInstallation, type PageInstallationSettings, type PageNavigationOptions, type PageOptions, type PageOutOfIframeComponentData, type PageReplace, type PageReplaceOptions, type PageReplaceOptionsOptionsOneOf, type PageWidgetAsContent, PaginationMode, type PaginationModeWithLiterals, type Panel, type PanelAction, type PanelActionSelectedPanelTypeOneOf, PanelContentType, type PanelContentTypeWithLiterals, type PanelSelectedContentTypeOneOf, type PanelSize, PanelType, type PanelTypeWithLiterals, type PanoramaOptions, type ParagraphData, type Param, type Parameter, ParameterType, type ParameterTypeWithLiterals, type ParameterValueDefinitionDetailsOneOf, PartialPaymentRestriction, type PartialPaymentRestrictionWithLiterals, type PartialUpdateCacheEntity, ParticipantType, type ParticipantTypeWithLiterals, type PatternsWizard, type Payment, PaymentComponentType, type PaymentComponentTypeOptionsOneOf, type PaymentComponentTypeWithLiterals, type PaymentDateModification, type PaymentMethod, type PaymentMethodMethodOneOf, type PaymentServiceProviderConfig, type PaymentServiceProviderCredentialsField, type PaymentServiceProviderCredentialsFieldFieldOneOf, type PaymentSettingsSPIConfig, type PaymentType, type PaymentsGatewayComponentData, type PayoutsProviderConfig, type PerkValues, type PerksConfiguration, type Permissions, type PhoneConstraints, type PhoneInfo, PhoneInfoTag, type PhoneInfoTagWithLiterals, type PhoneInput, type PingNotificationComponentData, type PingSettingsGroupComponentData, PingSettingsGroupComponentDataState, type PingSettingsGroupComponentDataStateWithLiterals, type PlaceHolder, Placement, type PlacementWithLiterals, type PlanDuration, type PlanFormBenefitsSection, type PlanFormCustomSection, PlanFormDefaultSection, type PlanFormDefaultSectionWithLiterals, type PlanFormInfoSection, type PlanFormInitialValue, type PlanFormPagePermissionsSection, type PlanFormPlanSettingsSection, type PlanFormPreviewSection, type PlanFormPricingAndDurationSection, PlanFormPricingOption, type PlanFormPricingOptionWithLiterals, type PlanFormSection, type PlanFormSectionSectionOneOf, type PlanFormTypeMetadata, PlanPeriodUnit, type PlanPeriodUnitWithLiterals, type PlanPriceData, type PlanPricing, type PlanPricingPricingModelOneOf, type PlanSettingsRowConfiguration, type PlatformHeaderConfig, type PlatfromComponentData, type PlaybackOptions, type PluginConfig, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataHeight, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type PluginInstallationSettings, PluginInterface, type PluginInterfaceWithLiterals, type PluginMarketData, type PluginPlacement, type PolicyConfig, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollDesignBackground, type PollDesignBackgroundBackgroundOneOf, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, type PollOption, type PollSettings, type Position, type PostLoginConfig, type PreRegisterConfig, type PredefinedExpectedInput, type PredefinedExpectedInputConfiguration, type PredefinedExpectedInputConfigurationTypeOneOf, type PredefinedLabel, type PredefinedValues, type Preset, type PresetEditorPresence, type PresetInfo, type PresetItem, type PresetSize, type PreviewCardPlaceholders, type PreviewConfiguration, type PreviewFields, type PriceSPIConfig, PriceType, type PriceTypeWithLiterals, type PricingPlansFormConfiguration, type PricingRecurring, type Primitive, PrimitiveType, type PrimitiveTypeWithLiterals, type Product, type ProductCatalogProviderConfig, type ProductCheckboxGroup, type ProductCheckboxGroupOption, type ProductPriceOptionsOneOf, type ProductRestrictionsConfig, ProductType, type ProductTypeWithLiterals, type ProductsPathsConfig, type Project, type PropertiesType, PropertiesTypeEnum, type PropertiesTypeEnumWithLiterals, type PropertiesTypePropertiesTypeOptionsOneOf, type ProposalEditorProviderConfig, type ProviderAccountServicePluginConfig, type ProviderConfig, type ProviderConfigMessage, type ProviderFilterOptions, type PurchaseValidationsConfig, type QuantityLimit, type RadioButtonLabeled, type RadioGroup, type RadioGroupCustomOption, type RadioGroupOption, type RangeConstraints, type RateLimit, type RatingInput, type ReactElementContainer, type ReactElementContainerSelectedContainerTypeOneOf, type RecipientFilter, type RecipientFilterDataOneOf, RecipientFilterType, type RecipientFilterTypeWithLiterals, RecipientType, type RecipientTypeWithLiterals, type RecommendationsProviderConfig, type RecurringOptionConfiguration, type RedirectOptions, type RefElement, type RefInnerElementDefaults, Region, RegionType, type RegionTypeWithLiterals, type RegionWithLiterals, type ReindexEvent, type ReindexField, type Rel, type RenderOverrides, type ReplaceableOptions, ReplacementType, type ReplacementTypeWithLiterals, type ReplacingOptions, RequestedField, type RequestedFieldWithLiterals, RequiredIndicator, RequiredIndicatorPlacement, type RequiredIndicatorPlacementWithLiterals, type RequiredIndicatorProperties, type RequiredIndicatorWithLiterals, type RequiredOptions, type ResetButton, ResizeDirection, type ResizeDirectionWithLiterals, Resizing, type ResizingWithLiterals, type Resource, type Resources, type ResponsysEmail, type RestaurantsPOSComponentData, type RestoreInfo, RestrictedOperation, type RestrictedOperationWithLiterals, type Restriction, RestrictionLevel, type RestrictionLevelWithLiterals, type Restrictions, type RestrictionsConfig, type ReviewsEntityCatalogProviderConfig, type ReviewsProductCatalogProviderConfig, type RewardProviderConfig, type RibbonStyles, type RichContent, type RichContentOptions, type RichTextWithIllustrationVertical, type Rule, type RuntimeComponentCacheEntity, type RuntimeComponentCacheEntityComponent, type RuntimeComponentCacheEntityComponentOneOf, type RuntimeComponentCacheEntityExperiment, type RuntimeComponentCacheEntityExperimentExperimentOneOf, type SDKExports, type SDKExportsNpm, type Schema, type SchemaConfig, type SchemaField, SchemaFieldExposure, type SchemaFieldExposureWithLiterals, SchemaFieldFieldType, type SchemaFieldFieldTypeWithLiterals, type SchemaFieldType, type SchemaFieldTypeFieldTypeOneOf, type SchemaGroup, type SchemaGroupElement, type SchemaKey, SchemaScope, type SchemaScopeWithLiterals, Scope, type ScopeWithLiterals, ScriptType, type ScriptTypeWithLiterals, type SdkDefinition, type SearchConfig, type SearchField, type SearchParams, type SecondLevelCategory, type Section, type SentryOptions, type SeoKeywordsSuggestionsSPIConfig, type ServiceAction, type ServiceAvailabilityPolicyProviderConfig, type ServiceTrigger, type Settings, type SettingsPanel, type SettingsPermissions, type SettingsUrl, type SetupFeeConfiguration, type SharedPlatformMobilePushConfig, type ShippingLabelCarrierSpiConfig, type ShippingProviderConfig, type ShippingRatesConfig, type ShorthandGroupBackground, type ShoutoutEmail, type Sidebar, type SidebarChildItem, type SidebarChildItemItemOneOf, type SidebarConfig, type SidebarConfigOneOf, SidebarDataType, type SidebarDataTypeWithLiterals, SidebarEntityType, type SidebarEntityTypeWithLiterals, type SidebarRootItem, type SidebarRootItemItemOneOf, type SidebarSecondLevelChildItem, type SidebarSecondLevelChildItemItemOneOf, type SidebarWidget, type SidebarWidgetConfig, type SidebarWidgetConfigOneOf, type Signature, type Simple, type SimpleContainer, type SimpleField, SimpleType, type SimpleTypeWithLiterals, type SingleContent, type SingleKeyCondition, type SiteConfig, type SiteContributorsData, type SiteMemberData, type SiteWidgetSlot, type Size, SizingType, type SizingTypeWithLiterals, type SliderLabeled, type Slot, type SlotData, type SlotDataSlotTypeOneOf, SlotDataType, type SlotDataTypeWithLiterals, type SlotParams, type SmsActionMessage, type SmsChannel, type SmsContentKeys, type SmsMessageConfig, type SmsSmsMessageConfig, type SnippetSolutionData, type SocialMarketingDesignSPIConfig, type SocialMarketingDesignsProviderConfig, type Source, type SourceOptionsOneOf, SourceType, type SourceTypeWithLiterals, type SpamSubmissionPermissions, type Spi, type SpiBaseUri, type Spoiler, type SpoilerData, type StartDateLimitsSPIConfig, type StartDateRulesSPIConfig, type State, StaticContainer, type StaticContainerWithLiterals, type StaticFileComponentData, type StaticFilterOption, type StaticFilterOptions, Status, type StatusWithLiterals, type Step, StorageDomain, type StorageDomainWithLiterals, StorageType, type StorageTypeWithLiterals, StringComponentType, type StringComponentTypeWithLiterals, type StringListOptions, type StringType, type StringTypeFormatOptionsOneOf, type StudioComponentData, type StudioWidgetComponentData, type StudioWidgetVariation, type StyleAction, type StyleItem, type StyleItemDefaults, type StyleItemOverrides, type StyleItemSelectedCssPropertyTypeOneOf, type StyleItemSelectedCssVariableTypeOneOf, type StyleItemSelectedItemTypeOneOf, StyleType, type StyleTypeWithLiterals, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type SubPage, type SubmitSettings, type SubmitSettingsSubmitSuccessActionOptionsOneOf, SubmitSuccessAction, type SubmitSuccessActionWithLiterals, type SubscriptionInfo, SyncToCalendar, type SyncToCalendarWithLiterals, type SyncedProjectsProviderConfig, type Tab, type TableCellData, type TableData, Tag, type TagOverrides, type TagOverridesEntry, type TagWithLiterals, Target, type TargetWithLiterals, type TaxCalculationConfig, type TaxCalculatorSpiConfig, type TaxCountriesConfig, type TaxGroupsProviderConfig, type TaxIdValidatorConfig, type TaxTypesConfig, type TaxationCategoryProvider, TemplateDefaultColor, type TemplateDefaultColorWithLiterals, TemplateType, type TemplateTypeWithLiterals, type TermsAndConditionsConfiguration, type TermsModalConfiguration, type Text, TextAlignment, type TextAlignmentWithLiterals, type TextData, type TextDecoration, type TextEnum, type TextInput, TextInputDisplayType, type TextInputDisplayTypeWithLiterals, type TextInputLabeled, type TextInputSettings, type TextNodeStyle, type TextStyle, type TextStyleDefaultColorOneOf, type TextToSpeechActionMessage, type TextWithSuffix, type TextWithSuffixSuffixOneOf, type TextWithTooltip, type ThankYouMessageOptions, type ThankYouPageConfiguration, type ThankYouPageInputConfig, type ThankYouPageModalConfiguration, type ThankYouPagePreviewConfiguration, type ThankYouPageRedirectsConfiguration, type ThumbnailData, ThumbnailType, type ThumbnailTypeWithLiterals, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, ThumbnailsSize, type ThumbnailsSizeWithLiterals, type TicketReservationsSpiConfig, type TimeConstraintConfiguration, type TimeConstraintConfigurationValueConstraintsOneOf, TimeConstraintType, type TimeConstraintTypeWithLiterals, type TimeInput, type ToggleLabeled, type ToolPanelConfig, type TooltipSuffix, type TopologyComponentData, type TranslatedData, type TranslatedMessageWithIdRepeated, type TranslatedMessageWithUniqueFieldRepeated, type TranslationResources, Trigger, type TriggerFilter, type TriggerProviderSPIConfig, type TriggerWithLiterals, Type, type TypeWithLiterals, type TypedDynamicParam, TypedDynamicParamType, type TypedDynamicParamTypeWithLiterals, type UnifiedLightbox, type UnifiedPage, type UnifiedPageEditorSettings, UnitType, type UnitTypeWithLiterals, type Until, type UpdateDataExtensionSchemaRequest, type UpdateDataExtensionSchemaResponse, UploadFileFormat, type UploadFileFormatWithLiterals, type UpstreamWixCommonImage, type Url, type UrlData, type UrlParam, type UserNotification, type UserNotificationData, type UserNotificationDataContext, type UserNotificationDataDeeplink, type UserNotificationDataDeeplinkOfOneOf, type UserNotificationDataInitiator, type UserNotificationDataInitiatorDataOneOf, type UserNotificationDataRecipientFilter, type UserNotificationDataRecipientFilterDataOneOf, UserNotificationDataRecipientFilterType, type UserNotificationDataRecipientFilterTypeWithLiterals, UserNotificationDataType, type UserNotificationDataTypeWithLiterals, type V1ImplementedMethods, type V1Link, type V1LinkDataOneOf, type V1Metadata, type V1SchemaField, type V1TextStyle, type V2CommunicationChannelConfiguration, type V2Condition, type V2ImplementedMethods, type V2Rule, type ValidationTarget, type ValidationsSPIConfig, ValueConstraintType, type ValueConstraintTypeWithLiterals, type VeloActionConfig, type VeloCustomCss, type VeloPublishPipelineTaskProviderConfig, type VelocityEmail, VerticalAlignment, type VerticalAlignmentWithLiterals, VerticalDocking, type VerticalDockingWithLiterals, type Video, type VideoData, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, type ViewerService, type ViewerServiceAssets, type VisibleState, type VoiceChannel, type VoiceContentKeys, VoteRole, type VoteRoleWithLiterals, type WebComponentData, WebComponentDataElementType, type WebComponentDataElementTypeWithLiterals, type WebFeedChannel, type WebFeedContentKeys, type WebhookComponentData, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type WidgetAsContent, type WidgetBehavior, type WidgetComponent, type WidgetComponentData, type WidgetComponentOptions, type WidgetData, type WidgetDetails, type WidgetDisplay, WidgetHorizontal, type WidgetHorizontalWithLiterals, type WidgetInstallation, type WidgetInstallationSettings, type WidgetInstallationSettingsTargetContainerOneOf, type WidgetOutOfIframeComponentData, type WidgetPluginComponentData, type WidgetSize, type WidgetSizeHeight, type WidgetSizeWidth, type WidgetSlot, WidgetVertical, type WidgetVerticalWithLiterals, WidgetWidthType, type WidgetWidthTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, type WixApiOptions, WixCodePublishTaskName, type WixCodePublishTaskNameWithLiterals, type WixDependency, type WixFile, WixFileComponentType, type WixFileComponentTypeOptionsOneOf, type WixFileComponentTypeWithLiterals, type WixOfferingComponentData, type WixOfferingComponentDataOfferingOneOf, type WixPagesDomainMapping, type WixUserData, type WixUsersData, type WorkerComponentData, type WritingMode, WritingModeValue, type WritingModeValueWithLiterals, type _Array, type _ArrayComponentTypeOptionsOneOf, type _Boolean, type _BooleanComponentTypeOptionsOneOf, type _Date, type _Function, type _Number, type _Object, type _String, type _StringComponentTypeOptionsOneOf, createDataExtensionSchema, deleteByWhiteListedMetaSite, listDataExtensionSchemas, onDataExtensionSchemaCreated, onDataExtensionSchemaDeleted, onDataExtensionSchemaUpdated, updateDataExtensionSchema };
|
|
15992
|
+
export { type A11y, A11yAttributes, type A11yAttributesWithLiterals, AcceptedDirectMessageType, type AcceptedDirectMessageTypeWithLiterals, AcceptedMessageTypesAcceptedDirectMessageType, type AcceptedMessageTypesAcceptedDirectMessageTypeWithLiterals, AcceptedMessageTypesAcceptedSmsMessageType, type AcceptedMessageTypesAcceptedSmsMessageTypeWithLiterals, AcceptedSmsMessageType, type AcceptedSmsMessageTypeWithLiterals, type Action, type ActionCondition, type ActionEvent, ActionName, type ActionNameWithLiterals, type ActionProviderSPIConfig, type ActionSPIConfig, type ActionSPIConfigImplementedMethods, type ActionSPIConfigInterfaceConfiguration, type ActionSPIConfigInterfaceConfigurationOptionsOneOf, ActionSPIConfigInterfaceConfigurationType, type ActionSPIConfigInterfaceConfigurationTypeWithLiterals, type ActionSpiConfig, ActionType, type ActionTypeWithLiterals, type Actions, type AdaptiveComponentProviderConfig, type AddCustomFields, type AdditionalFeesSPIConfig, type AdditionalStepInfo, type AdditionalTaxGroup, type AddonMarketData, type AddressInfo, AddressInfoTag, type AddressInfoTagWithLiterals, type AddressLine2, type AdminConfigurableTextInput, type AlertEnricherSpiConfiguration, type AlgorithmConfig, AlgorithmType, type AlgorithmTypeWithLiterals, Alignment, type AlignmentWithLiterals, type AllowedValuesOptions, type AlternativeUri, type AnchorData, type AnchorMetaData, type AndCondition, type AndroidMobilePushConfig, AndroidStyle, type AndroidStyleWithLiterals, type ApiSlot, type ApiWidth, type AppConfig, type AppConfiguration, type AppData, type AppDeploymentProviderConfig, type AppEmbedData, type AppEmbedDataAppDataOneOf, type AppEnvironmentProviderConfig, type AppPermissions, type AppPreviewProviderConfig, type AppRuntimeDataCacheEntity, type AppRuntimeDataEvent, AppType, type AppTypeWithLiterals, type ApplicationAutomationComponent, type ApplicationProfile, type ApplicationProfileProviderConfig, Archetype, type ArchetypeWithLiterals, ArrayComponentType, type ArrayComponentTypeWithLiterals, type ArrayItems, type ArrayItemsArrayDataOneOf, type ArrayType, type ArrayTypeArrayItems, type ArrayTypeArrayItemsItemTypeOptionsOneOf, AspectRatio, type AspectRatioWithLiterals, type AssistantSpiConfig, type AudienceProviderConfig, type AudioData, type AuthenticatorConfig, type AutomationMetadata, type AutomationTrigger, type AvailabilityTimeSlotsProviderConfig, type AvatarConfig, AvatarShape, type AvatarShapeWithLiterals, type BackOfficeCustomization, type BackOfficeCustomizationSidebarEntity, type BackOfficeCustomizationSidebarEntityItemOneOf, type BackOfficeExtension, type BackOfficeExtensionContainer, type BackOfficeExtensionExtensionOneOf, type BackOfficeExtensionMenuItem, type BackOfficeExtensionWidget, type BackOfficeExtensionWidgetAssetOneOf, type BackOfficeExternalUrl, BackOfficeHostingPlatforms, type BackOfficeHostingPlatformsWithLiterals, type BackOfficeModal, type BackOfficeModalContentOneOf, type BackOfficePage, type BackOfficePageAssetOneOf, type BackOfficeRestrictedCustomization, type BackOfficeScriptAsset, BackOfficeScriptAssetType, type BackOfficeScriptAssetTypeWithLiterals, type BackOfficeSidebarCategory, type BackOfficeWidget, type BackOfficeWidgetContentOneOf, type BackdropFilter, type BackendWorker, type Background, type BackgroundBackgroundMediaModeOneOf, BackgroundModeEnum, type BackgroundModeEnumWithLiterals, BackgroundType, type BackgroundTypeWithLiterals, type BackofficeActionDeeplink, type BarAlignment, BarAlignmentSelected, type BarAlignmentSelectedWithLiterals, type BaseEventMetadata, type BaseInfo, type BaseInstallation, type Behaviors, type BillingSettingsConfig, BlockType, type BlockTypeWithLiterals, type BlockquoteData, type BlocksData, type BlogPaywallProviderConfig, type BookingData, type BookingPolicyProviderConfig, type BookingsPricingProviderConfig, type BookingsResourceType, type BookingsResourceTypesProviderConfig, type BoolListOptions, BooleanComponentType, type BooleanComponentTypeWithLiterals, type BooleanExperimentExposureRule, type BooleanType, type Border, type BorderColors, type BrandIcons, type BreakPoint, type BreakPointSection, type Breakpoint, BreakpointEnumBreakpoint, type BreakpointEnumBreakpointWithLiterals, type BreakpointPresetStyleOverrides, type Breakpoints, type BroadcastList, type BrowserPushChannel, type BrowserPushContentKeys, type BrowserStorage, type BuilderSpi, type BulletedListData, type Bundle, type BusinessManagerPage, type ButtonData, ButtonDataType, type ButtonDataTypeWithLiterals, type ButtonStyles, CalendarType, type CalendarTypeWithLiterals, type CaptionData, type CardStyles, CardStylesType, type CardStylesTypeWithLiterals, type CatalogSPIConfig, type CatalogSyncConfiguration, type CellStyle, ChangeableProperty, type ChangeablePropertyWithLiterals, type ChannelBrandIcons, type ChannelBranding, type ChannelChannelBranding, type ChannelChannelConfiguration, type ChannelChannelConfigurationMessagingConfigOneOf, type ChannelConfiguration, ChannelConfigurationChannelType, type ChannelConfigurationChannelTypeWithLiterals, type ChannelConfigurationMessagingConfigOneOf, type ChannelIcon, type ChannelImplementedMethods, type ChannelMediaCapabilities, ChannelType, type ChannelTypeWithLiterals, type Checkbox, type CheckboxConfiguration, type CheckboxField, type CheckboxGroup, type CheckboxGroupOption, type CheckoutContentSPIConfig, type ClientResources, type ClientSideService, type CodeBlockData, type CodePackageComponentData, type CodePanel, type CollapsibleListData, type Color, type ColorData, type ColorDefinition, type ColorSelectLabeled, type ColorSelectLabeledDataOneOf, type Colors, type CommentFilterProviderConfig, type CommentModerationProviderConfig, type CommentsContextProviderConfig, type CommonCustomOption, type CommonImage, type CommunicationChannelConfiguration, type ComponentData, type ComponentDataDataOneOf, type ComponentEnricherConfig, type ComponentInitialSize, type ComponentMetaData, type ComponentModel, type ComponentReferenceDataConfig, type ComponentTranslationAdditionalFieldsConfig, ComponentType, type ComponentTypeWithLiterals, type ComponentsMultilineAddress, type ComponentsValidatorConfig, type Condition, type ConditionBlock, type ConditionNode, type ConditionNodeNodeOneOf, type Conditions, type Configuration, ConfirmationLevel, type ConfirmationLevelWithLiterals, ConnectMethod, type ConnectMethodWithLiterals, ConsentCategory, type ConsentCategoryWithLiterals, type Consequence, type ConstOrDynamicParam, type ConstOrDynamicParamValueOneOf, type Constraint, type ContactData, ContactField, type ContactFieldWithLiterals, type ContactLabelsComponentData, type ContactNotification, type ContactsData, type ContactsNotificationData, type Container, type ContainerBehaviors, type ContainerDataOneOf, type ContainerLayout, type ContainerStyleOverrides, ContainerType, type ContainerTypeWithLiterals, type ContentData, type ContentDataOverrides, type ContentProviderConfig, ContentResizeDirection, type ContentResizeDirectionWithLiterals, type Context, type ConversationLimitations, type Coordinates, type CoreApps, type Corners, type CountrySubdivisionListOptions, type CoverImageConfiguration, type CreateDataExtensionSchemaRequest, type CreateDataExtensionSchemaResponse, type CreateNewItemInfo, type CreatedByCacheEntity, Crop, type CropWithLiterals, type CrossSellConfig, CssDataType, type CssDataTypeWithLiterals, type CssNumber, CssPropertyType, type CssPropertyTypeWithLiterals, CssVariableTypeEnumCssDataType, type CssVariableTypeEnumCssDataTypeWithLiterals, type CurrencyCodeListOptions, type CustomChargesConfig, type CustomElement, type CustomElementConsentCategoryOneOf, CustomElementScriptType, type CustomElementScriptTypeWithLiterals, type CustomElementWidget, type CustomEnum, type CustomEnumOption, type CustomEnumOptionCssProperty, type CustomExperimentExposureRule, type CustomFieldInfo, CustomFieldsType, type CustomFieldsTypeWithLiterals, type CustomOption, type CustomPermission, type CustomRefData, type CustomReservationsApprovalConfig, type CustomRewardProviderConfig, type CustomScopeConfig, type CustomTriggerConfig, type DCConfigData, type Dashboard, type DashboardAction, type DashboardApplicationData, type DashboardButton, type DashboardComponentData, type DashboardItem, type DashboardPlatfromComponentData, type DataAction, type DataComponent, type DataExtensionSchema, type DataExtensionSchemaCreatedEnvelope, type DataExtensionSchemaDeletedEnvelope, DataExtensionSchemaState, type DataExtensionSchemaStateWithLiterals, type DataExtensionSchemaUpdatedEnvelope, type DataExtensionsComponentData, type DataItem, type DataItemOverrides, type DataItemSelectedDataTypeOneOf, type DataItems, DataType, type DataTypeWithLiterals, type DateInput, type DatePicker, type DateTimeConstraints, type DateTimeInput, type Debounce, type DecimalListOptions, type Decoration, type DecorationDataOneOf, DecorationType, type DecorationTypeWithLiterals, type Deeplink, type DeeplinkOfOneOf, Default, type DefaultCountryConfig, type DefaultCountryConfigOptionsOneOf, DefaultCountryConfigType, type DefaultCountryConfigTypeWithLiterals, type DefaultPresets, type DefaultTaxGroupProviderConfig, DefaultTextStyle, type DefaultTextStyleWithLiterals, type DefaultWithLiterals, type Definition, type Delay, type DelayTypeOneOf, type DeleteByWhiteListedMetaSiteRequest, type DeleteByWhiteListedMetaSiteResponse, type DeleteDemoDataExtensionSchemaRequest, type DeleteDemoDataExtensionSchemaResponse, type DeleteGlobalExtensionSchemaRequest, type DeleteGlobalExtensionSchemaResponse, type DeleteTemplateFields, type DeleteUserDefinedFieldsRequest, type DeleteUserDefinedFieldsResponse, type DeploymentPipelineProviderConfig, type Description, type Design, type DevCenterTestingComponentData, type DevCenterTestingComponentDataTranslatableOneOfOneOf, type Dimension, type Dimensions, type DirectMessageConfig, Direction, type DirectionWithLiterals, type DiscountConfig, type DiscountsSPIConfig, type DiscoveryMetaData, type Display, type DisplayField, type DisplayFieldDisplayFieldTypeOptionsOneOf, DisplayFieldType, type DisplayFieldTypeWithLiterals, type DisplayFilter, type DisplayFilters, type DisplayGroupAction, type DisplayGroupItem, type DisplayGroupItemSelectedGroupTypeOneOf, type DisplayProperties, type DisplayValue, DisplayValueEnumDisplayValue, type DisplayValueEnumDisplayValueWithLiterals, type DisputeServicePluginConfig, type DividerData, DividerDataAlignment, type DividerDataAlignmentWithLiterals, DividerDataWidth, type DividerDataWidthWithLiterals, type DmDirectMessageConfig, type Docking, type DockingProperties, type DocumentStyle, Domain, type DomainEvent, type DomainEventBodyOneOf, type DomainWithLiterals, type DonationInput, type DonationInputOption, type DrillInListItem, type DrillItem, type DrillItemDataOneOf, type DropDownLabeled, type Dropdown, type DropdownCustomOption, type DropdownField, type DropdownFieldOption, type DropdownOption, type DropshippingProviderSPIConfig, type DtsContent, type DtsDefinitionReference, type DtsDefinitionReferenceDtsDefinitionOneOf, DtsDefinitionType, type DtsDefinitionTypeWithLiterals, type DtsHttpLink, type DurationInputConfiguration, type DurationRenameOptions, type DynamicPriceOptions, type DynamicSiteStructureProviderConfig, type EditableFields, EditableProperties, type EditablePropertiesWithLiterals, type EditorAddon, type EditorBehaviors, type EditorElement, type EditorElementLayout, type EditorPresence, type EditorReactComponent, EffectGroup, type EffectGroupWithLiterals, ElementDisplayOption, type ElementDisplayOptionWithLiterals, type ElementItem, type ElementItemSelectedElementTypeOneOf, type ElementState, type ElementStyleDefaults, type ElementStyleOverrides, ElementType, type ElementTypeWithLiterals, type EmailChannel, type EmailEmailMessageConfig, type EmailInfo, EmailInfoTag, type EmailInfoTagWithLiterals, type EmailMessageConfig, type EmailTemplateConfig, type EmailTemplateConfigProviderOneOf, EmbedCategory, type EmbedCategoryWithLiterals, type EmbedData, type EmbeddedScriptComponentData, EmbeddedScriptPages, type EmbeddedScriptPagesWithLiterals, EmbeddedScriptPlacement, type EmbeddedScriptPlacementWithLiterals, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, Environment, type EnvironmentWithLiterals, type ErrorReporting, type ErrorReportingArtifact, Escalation, type EscalationWithLiterals, type EventAction, type EventBadgesSpiConfig, type EventData, type EventMetadata, type EventTimeSlotsProviderConfig, type EventTypeProviderConfig, type EventValidationProviderConfig, type Execution, type ExecutionActionExecuteOneOf, ExecutionType, type ExecutionTypeWithLiterals, type ExpectedInputs, type ExperimentGroupWrapper, type ExportMetadata, Exposure, type ExposureRule, type ExposureRuleRuleOneOf, ExposureRuleType, type ExposureRuleTypeWithLiterals, type ExposureWithLiterals, type Extendable, ExtendingComponentType, type ExtendingComponentTypeWithLiterals, type ExtensionData, type ExtensionDetails, type ExtensionExposure, ExtensionType, type ExtensionTypeWithLiterals, type ExternalDatabaseSpiConfig, type ExternalFilterProviderConfig, type FactorConfig, FactorType, type FactorTypeWithLiterals, type FeedAggregation, type FeedChannels, type FeedChannelsConfig, type FeesSPIConfig, type Field, type FieldFieldTypeOptionsOneOf, type FieldGroup, type FieldOverride, type FieldOverridePropertyTypeOptionsOneOf, type FieldOverrides, FieldType, type FieldTypeWithLiterals, type FieldsOverrides, type FieldsSettings, type FileData, type FileSource, type FileSourceDataOneOf, type FileUpload, type Filter, FilterFunction, type FilterFunctionWithLiterals, type FilterInfo, type FilterInfoOptionsOneOf, FilterOptionsType, type FilterOptionsTypeWithLiterals, FilterSelectionType, type FilterSelectionTypeWithLiterals, FilterValueDefinitionMode, type FilterValueDefinitionModeWithLiterals, type FilteringCapability, FirstDayOfWeek, type FirstDayOfWeekWithLiterals, type FirstLevelCategory, type FixedPositionOptions, type FixedPriceOptions, type FocalPoint, type Font, type FontDefinition, type FontFamilyWithColorPicker, type FontSizeData, FontType, type FontTypeWithLiterals, type FormFieldContactInfo, type FormFieldContactInfoAdditionalInfoOneOf, type FormLayout, type FormOverride, type FormOverrideEntityTypeOptionsOneOf, type FormSchemaDynamicValuesSpiConfig, type FormSchemaSpiConfig, type FormSpamSubmissionReportPermissions, type FormSpamSubmissionReportSpiConfig, type FormSpamSubmissionReportsNamespaceConfig, type FormSpamSubmissionSpiConfig, type FormSpiExtensionConfig, type FormSubmissionModerationSpiConfig, type FormSubmissionModerationSpiNamespaceConfig, type FormSubmissionSpiConfig, type FormSubmissionSpiExtensionConfig, type FormTemplate, type FormTemplateTemplateTypeOptionsOneOf, Format, type FormatWithLiterals, type FormsPermissions, type FormsSchemaNamespaceConfig, type FormsSpamSubmissionsNamespaceConfig, type FormsSubmissionsExtensionNamespaceConfig, type FormsSubmissionsNamespaceConfig, type ForwardAction, type ForwardActionActionOneOf, type FreeOptionConfiguration, type FreeTrialConfiguration, type FunctionDefinition, type FunctionRecipe, type FunctionsShopPriceSpiConfig, type GIF, type GIFData, GIFType, type GIFTypeWithLiterals, type GalleryData, type GalleryOptions, type GalleryOptionsLayout, type GalleryOptionsThumbnails, type Gap, type GbpFeatureConfig, type GenericHookConfig, type GenericHooksConfig, type GenericOptions, type GiftCardProviderConfig, type Gradient, type GradualDeleteCacheEntity, type GradualRolloutCacheEntity, type GradualUpdateCacheEntity, type GridAppFilesTransformerConfig, GroupType, type GroupTypeWithLiterals, type GroupedContent, type HTMLData, type HTMLDataDataOneOf, HTMLDataSource, type HTMLDataSourceWithLiterals, HTTPMethod, type HTTPMethodWithLiterals, type Header, type HeaderConfig, type HeaderConfigHeaderConfigOneOf, type HeaderConfigOneOf, type HeaderWidgetConfig, type HeadingData, type HeadlessOAuth, type Height, HeightMode, type HeightModeWithLiterals, type HelpResources, type HiddenOptions, HookType, type HookTypeWithLiterals, HorizontalDocking, type HorizontalDockingWithLiterals, HostContainerId, type HostContainerIdWithLiterals, type HostedComponent, type HostedPage, type IDPConnectionConfig, type Icon, type IconDataOneOf, IconType, type IconTypeWithLiterals, type IdentificationData, type IdentificationDataIdOneOf, type Illustration, type IllustrationIllustrationOneOf, type Image, ImageCategoryTypes, type ImageCategoryTypesWithLiterals, type ImageConfig, type ImageData, type ImageDataStyles, type ImageDataStylesBorder, ImageFit, type ImageFitWithLiterals, ImageShape, type ImageShapeWithLiterals, type ImageStyles, ImageStylesPosition, type ImageStylesPositionWithLiterals, type Implementation, type ImplementedMethods, ImportanceLevel, type ImportanceLevelWithLiterals, InitDirection, type InitDirectionWithLiterals, InitialExpandedItems, type InitialExpandedItemsWithLiterals, type InitialPosition, type InitialSizeSetting, type InitialSizeSettingSelectedSizingTypeOneOf, type Initiator, type InitiatorDataOneOf, InitiatorType, type InitiatorTypeWithLiterals, type InlineElement, type Input, type InputConfiguration, type InputField, type InputFieldInputTypeOptionsOneOf, type InputField_Number, type InputField_NumberComponentTypeOptionsOneOf, InputType, type InputTypeWithLiterals, type InputWithPlaceholder, InstallPage, type InstallPageWithLiterals, type InstallationInfo, type InstallationInfoTargetContainerOneOf, type InstallationSettings, type InstallationSettingsOptionsOneOf, type IntListOptions, type IntegerType, Intent, type IntentWithLiterals, type Interactions, type InterfaceConfiguration, type InterfaceConfigurationOfTypeOneOf, InterfaceConfigurationType, type InterfaceConfigurationTypeWithLiterals, type InternalComponentMetadata, type InventorySpiConfig, type InvoicesActionsComponentData, type InvoicesConfig, type IsStretched, type Item, type ItemDataOneOf, type ItemImage, type ItemLayout, type ItemSelection, type ItemSelectionOptions, type ItemStyle, type ItemThumbnail, type ItemThumbnailOptionsOneOf, ItemType, type ItemTypeWithLiterals, type ItemVideo, type ItemsGroup, type ItemsSelectionProviderConfig, type Keywords, type LanguageTagListOptions, Layout, type LayoutCellData, LayoutType, type LayoutTypeWithLiterals, type LayoutWithLiterals, type LearnMore, type LegacyBackOfficeExtensionWidget, type LegacyBackOfficeExtensionWidgetAssetOneOf, type LegacyBackOfficeMenuItem, type LegacyBackOfficeMenuItemAction, type LegendsSpiConfig, Level, type LevelWithLiterals, type LightboxCloseOptions, type LightboxContent, type LightboxEditorSettings, type LightboxOptions, type LimiterField, type LineItemsEnricherConfig, LineStyle, type LineStyleWithLiterals, type Link, type LinkData, type LinkPreviewData, type LinkPreviewDataStyles, type LinkSuffix, LinkTarget, type LinkTargetWithLiterals, LinkType, type LinkTypeWithLiterals, type ListDataExtensionSchemasOptions, type ListDataExtensionSchemasRequest, type ListDataExtensionSchemasResponse, ListEventFromCalendars, type ListEventFromCalendarsWithLiterals, type ListValue, type LiveSiteActionDeeplink, type LocalDeliveryComponentData, LockableOperation, type LockableOperationWithLiterals, type Logo, type Logos, type Main, type MainPresets, type MainPropsData, MandatoryField, type MandatoryFieldWithLiterals, type MapData, type MapSettings, MapType, type MapTypeWithLiterals, type Margin, type Margins, type MarketplaceSPIConfig, Maturity, type MaturityWithLiterals, MeasurementSystem, type MeasurementSystemWithLiterals, type Media, type MediaCapabilities, type MediaItem, type MediaItemMediaOneOf, MediaMimeType, type MediaMimeTypeWithLiterals, type MembershipsSPIConfig, type MentionData, type MenuAction, type MenuActionActionOneOf, type MenuDropdown, type MenuLink, type MenuSlot, type MessageContainingTranslatables, type MessageEnvelope, type Metadata, Method, type MethodWithLiterals, type MinMaxRange, MobileApplication, type MobileApplicationWithLiterals, type MobileFeedChannel, type MobileFeedContentKeys, type MobilePushChannel, type MobilePushChannelConfig, type MobilePushContentKeys, type ModalParams, type Monitoring, type MonitoringOptionsOneOf, MonitoringType, type MonitoringTypeWithLiterals, type MultiServiceBookingPolicyProviderConfig, type MultilineAddress, MultilineAddressComponentType, type MultilineAddressComponentTypeOptionsOneOf, type MultilineAddressComponentTypeWithLiterals, type MultilineAddressValidation, type MultilingualTranslationSchema, type MultipleDashboardsComponentData, type Namespace, type NamespaceConfig, NativeStateType, type NativeStateTypeWithLiterals, type NavigateToPageAction, NavigationType, type NavigationTypeWithLiterals, type NestedWidgets, type Node, type NodeDataOneOf, type NodeStyle, NodeType, type NodeTypeWithLiterals, type NotificationChannels, type NotificationContent, type NotificationPreferencesFilterConfig, type NotificationTopic, NotificationTopicState, type NotificationTopicStateWithLiterals, NotificationTopicType, type NotificationTopicTypeWithLiterals, type Npm, NullValue, type NullValueWithLiterals, NumberComponentType, type NumberComponentTypeWithLiterals, type NumberInput, NumberOfColumns, type NumberOfColumnsWithLiterals, type NumberType, OAuthAppType, type OAuthAppTypeWithLiterals, OAuthTechnologies, type OAuthTechnologiesWithLiterals, type ObjectType, type Oembed, type Offset, type OffsetValueOneOf, type OneTimeOptionConfiguration, type OpenComponent, type OpenModalAction, type OperationExecutorConfig, Operator, type OperatorConfiguration, OperatorEnumOperator, type OperatorEnumOperatorWithLiterals, type OperatorWithLiterals, type Option, type OptionDesign, type OptionLayout, type OrCondition, type OrderValue, type OrderedListData, Orientation, type OrientationWithLiterals, type OriginInfo, type OutOfIframeData, type Output, OverrideEntityType, type OverrideEntityTypeWithLiterals, type OverrideTemplateFields, type PDFSettings, PDFSettingsViewMode, type PDFSettingsViewModeWithLiterals, type PackageDimension, type PackageType, type Padding, type Page, type PageAnchor, type PageComponentData, type PageContent, type PageDashboardApplicationComponent, type PageEditorSettings, type PageInstallation, type PageInstallationSettings, type PageNavigationOptions, type PageOptions, type PageOutOfIframeComponentData, type PageReplace, type PageReplaceOptions, type PageReplaceOptionsOptionsOneOf, type PageWidgetAsContent, PaginationMode, type PaginationModeWithLiterals, type Panel, type PanelAction, type PanelActionSelectedPanelTypeOneOf, PanelContentType, type PanelContentTypeWithLiterals, type PanelSelectedContentTypeOneOf, type PanelSize, PanelType, type PanelTypeWithLiterals, type PanoramaOptions, type ParagraphData, type Param, type Parameter, ParameterType, type ParameterTypeWithLiterals, type ParameterValueDefinitionDetailsOneOf, PartialPaymentRestriction, type PartialPaymentRestrictionWithLiterals, type PartialUpdateCacheEntity, ParticipantType, type ParticipantTypeWithLiterals, type PatternsWizard, type Payment, PaymentComponentType, type PaymentComponentTypeOptionsOneOf, type PaymentComponentTypeWithLiterals, type PaymentDateModification, type PaymentMethod, type PaymentMethodMethodOneOf, type PaymentServiceProviderConfig, type PaymentServiceProviderCredentialsField, type PaymentServiceProviderCredentialsFieldFieldOneOf, type PaymentSettingsSPIConfig, type PaymentType, type PaymentsGatewayComponentData, type PayoutsProviderConfig, type PerkValues, type PerksConfiguration, type Permissions, type PhoneConstraints, type PhoneInfo, PhoneInfoTag, type PhoneInfoTagWithLiterals, type PhoneInput, type PingNotificationComponentData, type PingSettingsGroupComponentData, PingSettingsGroupComponentDataState, type PingSettingsGroupComponentDataStateWithLiterals, type PlaceHolder, Placement, type PlacementWithLiterals, type PlanDuration, type PlanFormBenefitsSection, type PlanFormCustomSection, PlanFormDefaultSection, type PlanFormDefaultSectionWithLiterals, type PlanFormInfoSection, type PlanFormInitialValue, type PlanFormPagePermissionsSection, type PlanFormPlanSettingsSection, type PlanFormPreviewSection, type PlanFormPricingAndDurationSection, PlanFormPricingOption, type PlanFormPricingOptionWithLiterals, type PlanFormSection, type PlanFormSectionSectionOneOf, type PlanFormTypeMetadata, PlanPeriodUnit, type PlanPeriodUnitWithLiterals, type PlanPriceData, type PlanPricing, type PlanPricingPricingModelOneOf, type PlanSettingsRowConfiguration, type PlatformHeaderConfig, type PlatfromComponentData, type PlaybackOptions, type PluginConfig, type PluginContainerData, PluginContainerDataAlignment, type PluginContainerDataAlignmentWithLiterals, type PluginContainerDataHeight, type PluginContainerDataWidth, type PluginContainerDataWidthDataOneOf, type PluginInstallationSettings, PluginInterface, type PluginInterfaceWithLiterals, type PluginMarketData, type PluginPlacement, type PolicyConfig, type Poll, type PollData, type PollDataLayout, type PollDesign, type PollDesignBackground, type PollDesignBackgroundBackgroundOneOf, type PollLayout, PollLayoutDirection, type PollLayoutDirectionWithLiterals, PollLayoutType, type PollLayoutTypeWithLiterals, type PollOption, type PollSettings, type Position, type PostLoginConfig, type PreRegisterConfig, type PredefinedExpectedInput, type PredefinedExpectedInputConfiguration, type PredefinedExpectedInputConfigurationTypeOneOf, type PredefinedLabel, type PredefinedValues, type Preset, type PresetEditorPresence, type PresetInfo, type PresetItem, type PresetSize, type PresetStyleDefaults, type PresetStyleItemOverrides, type PresetStyleOverrides, type PreviewCardPlaceholders, type PreviewConfiguration, type PreviewFields, type PriceSPIConfig, PriceType, type PriceTypeWithLiterals, type PricingData, type PricingPlansFormConfiguration, type PricingRecurring, type Primitive, PrimitiveType, type PrimitiveTypeWithLiterals, type Product, type ProductCatalogProviderConfig, type ProductCheckboxGroup, type ProductCheckboxGroupOption, type ProductPriceOptionsOneOf, type ProductRestrictionsConfig, ProductType, type ProductTypeWithLiterals, type ProductsPathsConfig, type Project, type PropertiesType, PropertiesTypeEnum, type PropertiesTypeEnumWithLiterals, type PropertiesTypePropertiesTypeOptionsOneOf, type ProposalEditorProviderConfig, type ProviderAccountServicePluginConfig, type ProviderConfig, type ProviderConfigMessage, type ProviderFilterOptions, type PurchaseValidationsConfig, type QuantityLimit, type RadioButtonLabeled, type RadioGroup, type RadioGroupCustomOption, type RadioGroupOption, type RangeConstraints, type RateLimit, type RatingInput, type ReactElementContainer, type ReactElementContainerSelectedContainerTypeOneOf, type RecipientFilter, type RecipientFilterDataOneOf, RecipientFilterType, type RecipientFilterTypeWithLiterals, RecipientType, type RecipientTypeWithLiterals, type RecommendationsProviderConfig, type RecurringOptionConfiguration, type RedirectOptions, type RefElement, type RefInnerElementDefaults, Region, RegionType, type RegionTypeWithLiterals, type RegionWithLiterals, type ReindexEvent, type ReindexField, type Rel, type RenderOverrides, type ReplaceableOptions, ReplacementType, type ReplacementTypeWithLiterals, type ReplacingOptions, RequestedField, type RequestedFieldWithLiterals, RequiredIndicator, RequiredIndicatorPlacement, type RequiredIndicatorPlacementWithLiterals, type RequiredIndicatorProperties, type RequiredIndicatorWithLiterals, type RequiredOptions, type ResetButton, ResizeDirection, type ResizeDirectionWithLiterals, Resizing, type ResizingWithLiterals, type Resource, type Resources, type ResponsysEmail, type RestaurantsPOSComponentData, type RestoreInfo, RestrictedOperation, type RestrictedOperationWithLiterals, type Restriction, RestrictionLevel, type RestrictionLevelWithLiterals, type Restrictions, type RestrictionsConfig, type ReviewsEntityCatalogProviderConfig, type ReviewsProductCatalogProviderConfig, type RewardProviderConfig, type RibbonStyles, type RichContent, type RichContentOptions, type RichText, RichTextAbilities, type RichTextAbilitiesWithLiterals, type RichTextWithIllustrationVertical, type Rule, type RuntimeComponentCacheEntity, type RuntimeComponentCacheEntityComponent, type RuntimeComponentCacheEntityComponentOneOf, type RuntimeComponentCacheEntityExperiment, type RuntimeComponentCacheEntityExperimentExperimentOneOf, type SDKExports, type SDKExportsNpm, type Schema, type SchemaConfig, type SchemaField, SchemaFieldExposure, type SchemaFieldExposureWithLiterals, SchemaFieldFieldType, type SchemaFieldFieldTypeWithLiterals, type SchemaFieldType, type SchemaFieldTypeFieldTypeOneOf, type SchemaGroup, type SchemaGroupElement, type SchemaKey, SchemaScope, type SchemaScopeWithLiterals, Scope, type ScopeWithLiterals, ScriptType, type ScriptTypeWithLiterals, type SdkDefinition, type SearchConfig, type SearchField, type SearchParams, type SecondLevelCategory, type Section, type SentryOptions, type SeoKeywordsSuggestionsSPIConfig, type ServiceAction, type ServiceAvailabilityPolicyProviderConfig, type ServiceTrigger, type Settings, type SettingsPanel, type SettingsPermissions, type SettingsUrl, type SetupFeeConfiguration, type SharedPlatformMobilePushConfig, type ShippingLabelCarrierSpiConfig, type ShippingProviderConfig, type ShippingRatesConfig, type ShorthandGroupBackground, type ShoutoutEmail, type Sidebar, type SidebarChildItem, type SidebarChildItemItemOneOf, type SidebarConfig, type SidebarConfigOneOf, SidebarDataType, type SidebarDataTypeWithLiterals, SidebarEntityType, type SidebarEntityTypeWithLiterals, type SidebarRootItem, type SidebarRootItemItemOneOf, type SidebarSecondLevelChildItem, type SidebarSecondLevelChildItemItemOneOf, type SidebarWidget, type SidebarWidgetConfig, type SidebarWidgetConfigOneOf, type Signature, type Simple, type SimpleContainer, type SimpleField, SimpleType, type SimpleTypeWithLiterals, type SingleContent, type SingleKeyCondition, type SiteConfig, type SiteContributorsData, type SiteMemberData, type SiteWidgetSlot, type Size, SizingType, type SizingTypeWithLiterals, type SliderLabeled, type Slot, type SlotData, type SlotDataSlotTypeOneOf, SlotDataType, type SlotDataTypeWithLiterals, type SlotParams, type SmsActionMessage, type SmsChannel, type SmsContentKeys, type SmsMessageConfig, type SmsSmsMessageConfig, type SnippetSolutionData, type SocialMarketingDesignSPIConfig, type SocialMarketingDesignsProviderConfig, type Source, type SourceOptionsOneOf, SourceType, type SourceTypeWithLiterals, type SpamSubmissionPermissions, type Spi, type SpiBaseUri, type Spoiler, type SpoilerData, type StartDateLimitsSPIConfig, type StartDateRulesSPIConfig, type State, StaticContainer, type StaticContainerWithLiterals, type StaticFileComponentData, type StaticFilterOption, type StaticFilterOptions, Status, type StatusWithLiterals, type Step, StorageDomain, type StorageDomainWithLiterals, StorageType, type StorageTypeWithLiterals, StringComponentType, type StringComponentTypeWithLiterals, type StringListOptions, type StringType, type StringTypeFormatOptionsOneOf, type StudioComponentData, type StudioWidgetComponentData, type StudioWidgetVariation, type StyleAction, type StyleItem, type StyleItemDefaults, type StyleItemOverrides, type StyleItemSelectedCssPropertyTypeOneOf, type StyleItemSelectedCssVariableTypeOneOf, type StyleItemSelectedItemTypeOneOf, StyleType, type StyleTypeWithLiterals, type Styles, type StylesBorder, StylesPosition, type StylesPositionWithLiterals, type SubPage, type SubmitSettings, type SubmitSettingsSubmitSuccessActionOptionsOneOf, SubmitSuccessAction, type SubmitSuccessActionWithLiterals, type SubscriptionInfo, SyncToCalendar, type SyncToCalendarWithLiterals, type SyncedProjectsProviderConfig, type Tab, type TableCellData, type TableData, Tag, type TagOverrides, type TagOverridesEntry, type TagWithLiterals, Target, type TargetWithLiterals, type TaxCalculationConfig, type TaxCalculatorSpiConfig, type TaxCountriesConfig, type TaxGroupsProviderConfig, type TaxIdValidatorConfig, type TaxTypesConfig, type TaxationCategoryProvider, TemplateDefaultColor, type TemplateDefaultColorWithLiterals, TemplateType, type TemplateTypeWithLiterals, type TermsAndConditionsConfiguration, type TermsModalConfiguration, type Text, TextAlignment, type TextAlignmentWithLiterals, type TextData, type TextDecoration, type TextEnum, type TextInput, TextInputDisplayType, type TextInputDisplayTypeWithLiterals, type TextInputLabeled, type TextInputSettings, type TextNodeStyle, type TextStyle, type TextStyleDefaultColorOneOf, type TextToSpeechActionMessage, type TextWithSuffix, type TextWithSuffixSuffixOneOf, type TextWithTooltip, type ThankYouMessageOptions, type ThankYouPageConfiguration, type ThankYouPageInputConfig, type ThankYouPageModalConfiguration, type ThankYouPagePreviewConfiguration, type ThankYouPageRedirectsConfiguration, type ThumbnailData, ThumbnailType, type ThumbnailTypeWithLiterals, type Thumbnails, ThumbnailsAlignment, type ThumbnailsAlignmentWithLiterals, ThumbnailsSize, type ThumbnailsSizeWithLiterals, type TicketReservationsSpiConfig, type TimeConstraintConfiguration, type TimeConstraintConfigurationValueConstraintsOneOf, TimeConstraintType, type TimeConstraintTypeWithLiterals, type TimeInput, type ToggleLabeled, type ToolPanelConfig, type TooltipSuffix, type TopologyComponentData, type TranslatedData, type TranslatedMessageWithIdRepeated, type TranslatedMessageWithUniqueFieldRepeated, type TranslationResources, Trigger, type TriggerFilter, type TriggerProviderSPIConfig, type TriggerWithLiterals, Type, type TypeWithLiterals, type TypedDynamicParam, TypedDynamicParamType, type TypedDynamicParamTypeWithLiterals, type UnifiedLightbox, type UnifiedPage, type UnifiedPageEditorSettings, UnitType, type UnitTypeWithLiterals, type Until, type UpdateDataExtensionSchemaRequest, type UpdateDataExtensionSchemaResponse, UploadFileFormat, type UploadFileFormatWithLiterals, type UpstreamWixCommonImage, type Url, type UrlData, type UrlParam, type UserNotification, type UserNotificationData, type UserNotificationDataContext, type UserNotificationDataDeeplink, type UserNotificationDataDeeplinkOfOneOf, type UserNotificationDataInitiator, type UserNotificationDataInitiatorDataOneOf, type UserNotificationDataRecipientFilter, type UserNotificationDataRecipientFilterDataOneOf, UserNotificationDataRecipientFilterType, type UserNotificationDataRecipientFilterTypeWithLiterals, UserNotificationDataType, type UserNotificationDataTypeWithLiterals, type V1Image, type V1ImplementedMethods, type V1Link, type V1LinkDataOneOf, type V1Metadata, type V1SchemaField, type V1TextStyle, type V2CommunicationChannelConfiguration, type V2Condition, type V2ImplementedMethods, type V2Rule, type ValidationTarget, type ValidationsSPIConfig, ValueConstraintType, type ValueConstraintTypeWithLiterals, type VectorArt, VectorArtCategoryTypes, type VectorArtCategoryTypesWithLiterals, type VeloActionConfig, type VeloCustomCss, type VeloPublishPipelineTaskProviderConfig, type VelocityEmail, VerticalAlignment, type VerticalAlignmentWithLiterals, VerticalDocking, type VerticalDockingWithLiterals, type Video, VideoCategoryTypes, type VideoCategoryTypesWithLiterals, type VideoData, ViewMode, type ViewModeWithLiterals, ViewRole, type ViewRoleWithLiterals, type ViewerService, type ViewerServiceAssets, type VisibleState, type VoiceChannel, type VoiceContentKeys, VoteRole, type VoteRoleWithLiterals, type WebComponentData, WebComponentDataElementType, type WebComponentDataElementTypeWithLiterals, type WebFeedChannel, type WebFeedContentKeys, type WebhookComponentData, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, type WidgetAsContent, type WidgetBehavior, type WidgetComponent, type WidgetComponentData, type WidgetComponentOptions, type WidgetData, type WidgetDetails, type WidgetDisplay, WidgetHorizontal, type WidgetHorizontalWithLiterals, type WidgetInstallation, type WidgetInstallationSettings, type WidgetInstallationSettingsTargetContainerOneOf, type WidgetOutOfIframeComponentData, type WidgetPluginComponentData, type WidgetSize, type WidgetSizeHeight, type WidgetSizeWidth, type WidgetSlot, WidgetVertical, type WidgetVerticalWithLiterals, WidgetWidthType, type WidgetWidthTypeWithLiterals, Width, WidthType, type WidthTypeWithLiterals, type WidthWithLiterals, type WixApiOptions, WixCodePublishTaskName, type WixCodePublishTaskNameWithLiterals, type WixDependency, type WixFile, WixFileComponentType, type WixFileComponentTypeOptionsOneOf, type WixFileComponentTypeWithLiterals, type WixOfferingComponentData, type WixOfferingComponentDataOfferingOneOf, type WixPagesDomainMapping, type WixUserData, type WixUsersData, type WorkerComponentData, type WritingMode, WritingModeValue, type WritingModeValueWithLiterals, type _Array, type _ArrayComponentTypeOptionsOneOf, type _Boolean, type _BooleanComponentTypeOptionsOneOf, type _Date, type _Function, type _Number, type _Object, type _String, type _StringComponentTypeOptionsOneOf, createDataExtensionSchema, deleteByWhiteListedMetaSite, listDataExtensionSchemas, onDataExtensionSchemaCreated, onDataExtensionSchemaDeleted, onDataExtensionSchemaUpdated, updateDataExtensionSchema };
|