@wix/auto_sdk_data-extension-schema_schemas 1.0.3 → 1.0.4

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.
Files changed (49) hide show
  1. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +1 -1
  2. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js +2 -1
  3. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
  4. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
  5. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js +5 -4
  6. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
  7. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +58 -7
  8. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +52 -2
  9. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
  10. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +58 -7
  11. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +52 -2
  12. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  13. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +1 -1
  14. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.js +1 -1
  15. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
  16. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
  17. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.public.js +1 -1
  18. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
  19. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +58 -7
  20. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +51 -1
  21. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
  22. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +58 -7
  23. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +51 -1
  24. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  25. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +1 -1
  26. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js +2 -1
  27. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
  28. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
  29. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js +5 -4
  30. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
  31. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +58 -7
  32. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +52 -2
  33. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
  34. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +58 -7
  35. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +52 -2
  36. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  37. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.d.ts +1 -1
  38. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.js +1 -1
  39. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.context.js.map +1 -1
  40. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.public.d.ts +1 -1
  41. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.public.js +1 -1
  42. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.public.js.map +1 -1
  43. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.d.ts +58 -7
  44. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +51 -1
  45. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js.map +1 -1
  46. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.d.ts +58 -7
  47. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +51 -1
  48. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  49. package/package.json +2 -2
@@ -20,5 +20,5 @@ export declare const onDataExtensionSchemaDeleted: ReturnType<typeof createEvent
20
20
  * Triggered when a data extension schema is updated.
21
21
  */
22
22
  export declare const onDataExtensionSchemaUpdated: ReturnType<typeof createEventModule<typeof publicOnDataExtensionSchemaUpdated>>;
23
- export { DataExtensionSchemaState, WebhookIdentityType, RequestedField, ComponentType, WidgetVertical, WidgetHorizontal, WidgetWidthType, Region, UnitType, HorizontalDocking, VerticalDocking, ReplacementType, PluginInterface, Exposure, Maturity, HTTPMethod, InstallPage, RegionType, StaticContainer, EmbeddedScriptPages, EmbeddedScriptPlacement, EmbedCategory, TemplateDefaultColor, ThumbnailsSize, BarAlignmentSelected, DefaultTextStyle, WebComponentDataElementType, ScriptType, ExtensionType, PrimitiveType, SimpleType, SchemaFieldExposure, PartialPaymentRestriction, HostContainerId, MandatoryField, MeasurementSystem, Default, HookType, ActionSPIConfigInterfaceConfigurationType, SourceType, ExecutionType, ExtendingComponentType, BackOfficeHostingPlatforms, DtsDefinitionType, SlotDataType, BackOfficeScriptAssetType, ViewMode, AlgorithmType, LockableOperation, RestrictedOperation, BlockType, Domain, Status, TextInputDisplayType, ThumbnailType, ImageShape, AvatarShape, Tag, FilterSelectionType, FilterOptionsType, ChannelType, AcceptedDirectMessageType, MediaMimeType, AcceptedSmsMessageType, InitDirection, NodeType, WidthType, PluginContainerDataAlignment, ButtonDataType, LinkTarget, TextAlignment, LineStyle, DividerDataWidth, Alignment, PDFSettingsViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, HTMLDataSource, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, CalendarType, ConnectMethod, ListEventFromCalendars, SyncToCalendar, OAuthAppType, OAuthTechnologies, NavigationType, PingSettingsGroupComponentDataState, NotificationTopicState, NotificationTopicType, RecipientType, PlanFormPricingOption, PlanFormDefaultSection, PlanPeriodUnit, TypedDynamicParamType, UserNotificationDataRecipientFilterType, InitiatorType, Level, IconType, MobileApplication, AndroidStyle, ExposureRuleType, Intent, UserNotificationDataType, RecipientFilterType, Type, Environment, SchemaScope, SchemaFieldFieldType, CustomElementScriptType, HeightMode, FieldType, Format, StringComponentType, NumberOfColumns, FirstDayOfWeek, NumberComponentType, BooleanComponentType, ItemType, PropertiesTypeEnum, ArrayComponentType, WixFileComponentType, UploadFileFormat, PaymentComponentType, ProductType, PriceType, ImageFit, MultilineAddressComponentType, DefaultCountryConfigType, InputType, EmailInfoTag, PhoneInfoTag, AddressInfoTag, ConfirmationLevel, ContactField, DisplayFieldType, ChangeableProperty, OverrideEntityType, Operator, Target, SubmitSuccessAction, TemplateType, CustomFieldsType, EditableProperties, WixCodePublishTaskName, ChannelConfigurationChannelType, AcceptedMessageTypesAcceptedDirectMessageType, AcceptedMessageTypesAcceptedSmsMessageType, FactorType, MonitoringType, Escalation, ImportanceLevel, Width, PanelContentType, StorageType, ConsentCategory, StorageDomain, Method, ParticipantType, InterfaceConfigurationType, Scope, CssPropertyType, CssDataType, DataType, A11yAttributes, LinkType, ContainerType, ElementType, ActionType, PanelType, ActionName, RestrictionLevel, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
23
+ export { DataExtensionSchemaState, WebhookIdentityType, RequestedField, ComponentType, WidgetVertical, WidgetHorizontal, WidgetWidthType, Region, UnitType, HorizontalDocking, VerticalDocking, ReplacementType, PluginInterface, Exposure, Maturity, HTTPMethod, InstallPage, RegionType, StaticContainer, EmbeddedScriptPages, EmbeddedScriptPlacement, EmbedCategory, TemplateDefaultColor, ThumbnailsSize, BarAlignmentSelected, DefaultTextStyle, WebComponentDataElementType, ScriptType, ExtensionType, PrimitiveType, SimpleType, SchemaFieldExposure, PartialPaymentRestriction, HostContainerId, MandatoryField, MeasurementSystem, Default, HookType, ActionSPIConfigInterfaceConfigurationType, SourceType, ExecutionType, ExtendingComponentType, BackOfficeHostingPlatforms, DtsDefinitionType, SlotDataType, BackOfficeScriptAssetType, ViewMode, AlgorithmType, LockableOperation, RestrictedOperation, BlockType, Domain, Status, TextInputDisplayType, ThumbnailType, ImageShape, AvatarShape, Tag, FilterSelectionType, FilterOptionsType, ChannelType, AcceptedDirectMessageType, MediaMimeType, AcceptedSmsMessageType, InitDirection, NodeType, WidthType, PluginContainerDataAlignment, ButtonDataType, LinkTarget, TextAlignment, LineStyle, DividerDataWidth, Alignment, PDFSettingsViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, HTMLDataSource, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, CalendarType, ConnectMethod, ListEventFromCalendars, SyncToCalendar, OAuthAppType, OAuthTechnologies, NavigationType, PingSettingsGroupComponentDataState, NotificationTopicState, NotificationTopicType, RecipientType, PlanFormPricingOption, PlanFormDefaultSection, PlanPeriodUnit, TypedDynamicParamType, UserNotificationDataRecipientFilterType, InitiatorType, Level, IconType, MobileApplication, AndroidStyle, ExposureRuleType, Intent, UserNotificationDataType, RecipientFilterType, Type, Environment, SchemaScope, SchemaFieldFieldType, CustomElementScriptType, HeightMode, FieldType, Format, StringComponentType, NumberOfColumns, FirstDayOfWeek, NumberComponentType, BooleanComponentType, ItemType, PropertiesTypeEnum, ArrayComponentType, WixFileComponentType, UploadFileFormat, PaymentComponentType, ProductType, PriceType, ImageFit, MultilineAddressComponentType, DefaultCountryConfigType, InputType, EmailInfoTag, PhoneInfoTag, AddressInfoTag, ConfirmationLevel, ContactField, DisplayFieldType, ChangeableProperty, OverrideEntityType, Operator, Target, SubmitSuccessAction, TemplateType, CustomFieldsType, EditableProperties, WixCodePublishTaskName, ChannelConfigurationChannelType, AcceptedMessageTypesAcceptedDirectMessageType, AcceptedMessageTypesAcceptedSmsMessageType, FactorType, MonitoringType, Escalation, ImportanceLevel, Width, PanelContentType, StorageType, ConsentCategory, StorageDomain, Method, ParticipantType, InterfaceConfigurationType, Scope, CssPropertyType, CssDataType, DataType, A11yAttributes, LinkType, ContainerType, ElementType, ActionType, PanelType, ActionName, Archetype, RestrictionLevel, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
24
24
  export { DataExtensionSchema, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, RestoreInfo, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, MessageEnvelope, IdentificationData, IdentificationDataIdOneOf, ReindexEvent, ReindexField, CreateDataExtensionSchemaRequest, CreateDataExtensionSchemaResponse, UpdateDataExtensionSchemaRequest, UpdateDataExtensionSchemaResponse, ListDataExtensionSchemasRequest, ListDataExtensionSchemasResponse, DeleteDemoDataExtensionSchemaRequest, DeleteDemoDataExtensionSchemaResponse, DeleteGlobalExtensionSchemaRequest, DeleteGlobalExtensionSchemaResponse, DeleteByWhiteListedMetaSiteRequest, DeleteByWhiteListedMetaSiteResponse, Empty, AppRuntimeDataEvent, AppRuntimeDataCacheEntity, RuntimeComponentCacheEntity, RuntimeComponentCacheEntityComponentOneOf, RuntimeComponentCacheEntityComponent, ComponentData, ComponentDataDataOneOf, WidgetComponentData, FixedPositionOptions, WidgetDisplay, Position, SubPage, IsStretched, Margins, DisplayProperties, DisplayValue, Docking, DockingProperties, Height, ApiWidth, PageComponentData, Padding, PageReplaceOptions, PageReplaceOptionsOptionsOneOf, PageReplace, ReplacingOptions, ReplaceableOptions, WidgetOutOfIframeComponentData, OutOfIframeData, SettingsUrl, ErrorReporting, ErrorReportingArtifact, ApiSlot, ExtensionExposure, PageOutOfIframeComponentData, PlatfromComponentData, DashboardComponentData, WorkerComponentData, StudioComponentData, StudioWidgetComponentData, StudioWidgetVariation, CustomElement, CustomElementConsentCategoryOneOf, NestedWidgets, PresetInfo, PresetSize, InstallationSettings, InstallationSettingsOptionsOneOf, MainPresets, PageOptions, LightboxOptions, EditorPresence, PresetEditorPresence, FocalPoint, BaseInfo, HelpResources, WidgetInstallationSettings, WidgetInstallationSettingsTargetContainerOneOf, BaseInstallation, WidgetInstallation, DefaultPresets, ComponentModel, CodePackageComponentData, DashboardPlatfromComponentData, EmbeddedScriptComponentData, WixDependency, WebComponentData, Size, Settings, Tab, Container, ContainerDataOneOf, Main, MainPropsData, DashboardButton, RichTextWithIllustrationVertical, Section, DrillInListItem, DrillItem, DrillItemDataOneOf, RadioButtonLabeled, Condition, SingleKeyCondition, ColorSelectLabeled, ColorSelectLabeledDataOneOf, ColorDefinition, Thumbnails, ThumbnailData, SliderLabeled, DropDownLabeled, ToggleLabeled, BarAlignment, TextInputLabeled, FontFamilyWithColorPicker, FontDefinition, TextStyle, TextStyleDefaultColorOneOf, ResetButton, WidgetDetails, WidgetBehavior, ExtensionData, SnippetSolutionData, DataComponent, DCConfigData, StaticFileComponentData, AppConfig, SiteConfig, MultipleDashboardsComponentData, DashboardItem, PaymentsGatewayComponentData, AutomationTrigger, SchemaConfig, SchemaField, Primitive, Simple, _Date, SchemaFieldType, SchemaFieldTypeFieldTypeOneOf, InvoicesActionsComponentData, DashboardApplicationData, Bundle, ExperimentGroupWrapper, PageDashboardApplicationComponent, AppConfiguration, HostedComponent, ContactLabelsComponentData, PredefinedLabel, WidgetPluginComponentData, PluginMarketData, PluginPlacement, PluginInstallationSettings, CrossSellConfig, LocalDeliveryComponentData, PaymentServiceProviderConfig, PaymentMethod, PaymentMethodMethodOneOf, HostedPage, Logos, Color, PaymentServiceProviderCredentialsField, PaymentServiceProviderCredentialsFieldFieldOneOf, SimpleField, CheckboxField, DropdownField, DropdownFieldOption, MembershipsSPIConfig, LineItemsEnricherConfig, ShippingRatesConfig, ShippingLabelCarrierSpiConfig, PackageType, PackageDimension, Image, RestaurantsPOSComponentData, CatalogSyncConfiguration, ShippingProviderConfig, SpiBaseUri, AlternativeUri, AlertEnricherSpiConfiguration, DataExtensionsComponentData, GenericHooksConfig, GenericHookConfig, ActionProviderSPIConfig, ActionSPIConfig, WidgetComponentOptions, GenericOptions, WixApiOptions, ActionSPIConfigImplementedMethods, Metadata, ActionSPIConfigInterfaceConfiguration, ActionSPIConfigInterfaceConfigurationOptionsOneOf, Source, SourceOptionsOneOf, CatalogSPIConfig, DiscountConfig, BackOfficeExtensionContainer, Extendable, SlotData, SlotDataSlotTypeOneOf, DtsDefinitionReference, DtsDefinitionReferenceDtsDefinitionOneOf, DtsHttpLink, DtsContent, BlocksData, Dimension, SlotParams, WidgetSlot, MenuSlot, BackOfficeExtension, BackOfficeExtensionExtensionOneOf, LegacyBackOfficeExtensionWidget, LegacyBackOfficeExtensionWidgetAssetOneOf, BackOfficeScriptAsset, LegacyBackOfficeMenuItem, OpenComponent, LegacyBackOfficeMenuItemAction, TriggerProviderSPIConfig, PreRegisterConfig, ProductsPathsConfig, CustomScopeConfig, GiftCardProviderConfig, ExternalFilterProviderConfig, RecommendationsProviderConfig, AlgorithmConfig, DropshippingProviderSPIConfig, InvoicesConfig, SeoKeywordsSuggestionsSPIConfig, CustomTriggerConfig, ContentProviderConfig, ApplicationAutomationComponent, Rule, Trigger, Filter, Debounce, ServiceAction, ConditionBlock, Offset, OffsetValueOneOf, Until, Delay, DelayTypeOneOf, RateLimit, ActionCondition, Conditions, AutomationMetadata, OriginInfo, BackOfficeSidebarCategory, BackOfficePage, BackOfficePageAssetOneOf, ComponentMetaData, Keywords, PageAnchor, AnchorMetaData, UrlParam, AdditionalFeesSPIConfig, PingNotificationComponentData, BookingsPricingProviderConfig, AuthenticatorConfig, ExpectedInputs, PredefinedExpectedInput, PredefinedExpectedInputConfiguration, PredefinedExpectedInputConfigurationTypeOneOf, AdminConfigurableTextInput, TextInputSettings, IDPConnectionConfig, ItemsSelectionProviderConfig, LearnMore, ImageConfig, AvatarConfig, SearchField, FilterInfo, FilterInfoOptionsOneOf, StaticFilterOptions, StaticFilterOption, ProviderFilterOptions, SearchParams, ContentData, AdditionalStepInfo, CreateNewItemInfo, ItemThumbnail, ItemThumbnailOptionsOneOf, SyncedProjectsProviderConfig, CommunicationChannelConfiguration, ChannelConfiguration, ChannelConfigurationMessagingConfigOneOf, DirectMessageConfig, MediaCapabilities, EmailMessageConfig, SmsMessageConfig, ChannelBranding, BrandIcons, ChannelIcon, ConversationLimitations, PostLoginConfig, BackOfficeWidget, BackOfficeWidgetContentOneOf, SocialMarketingDesignSPIConfig, FormSubmissionSpiConfig, FormsSubmissionsNamespaceConfig, FormsPermissions, WixOfferingComponentData, WixOfferingComponentDataOfferingOneOf, BusinessManagerPage, DevCenterTestingComponentData, DevCenterTestingComponentDataTranslatableOneOfOneOf, MessageContainingTranslatables, RichContent, Node, NodeDataOneOf, NodeStyle, ButtonData, Border, Colors, PluginContainerData, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Spoiler, PluginContainerDataHeight, Styles, V1Link, V1LinkDataOneOf, Rel, CodeBlockData, V1TextStyle, DividerData, FileData, FileSource, FileSourceDataOneOf, PDFSettings, GalleryData, Media, ItemImage, Video, Item, ItemDataOneOf, GalleryOptions, Layout, ItemStyle, GalleryOptionsThumbnails, GIFData, GIF, HeadingData, HTMLData, HTMLDataDataOneOf, ImageData, StylesBorder, ImageDataStyles, LinkPreviewData, MapData, MapSettings, ParagraphData, PollData, Permissions, PollOption, PollSettings, PollLayout, OptionLayout, Gradient, Background, BackgroundBackgroundOneOf, PollDesign, OptionDesign, Poll, PollDataLayout, Design, TextData, Decoration, DecorationDataOneOf, AnchorData, ColorData, LinkData, MentionData, FontSizeData, SpoilerData, AppEmbedData, AppEmbedDataAppDataOneOf, BookingData, EventData, VideoData, PlaybackOptions, EmbedData, Oembed, CollapsibleListData, TableData, Dimensions, TableCellData, CellStyle, BorderColors, ListValue, AudioData, OrderedListData, BulletedListData, BlockquoteData, CaptionData, LayoutCellData, V1Metadata, DocumentStyle, TextNodeStyle, CustomRefData, TranslatedMessageWithUniqueFieldRepeated, TranslatedMessageWithIdRepeated, DiscoveryMetaData, InternalComponentMetadata, ComponentsValidatorConfig, ComponentTranslationAdditionalFieldsConfig, FormSchemaSpiConfig, FormsSchemaNamespaceConfig, Restrictions, ProviderConfig, DefaultTaxGroupProviderConfig, TaxationCategoryProvider, DynamicSiteStructureProviderConfig, HeadlessOAuth, TaxCalculatorSpiConfig, TaxCountriesConfig, CommentModerationProviderConfig, GridAppFilesTransformerConfig, PolicyConfig, CustomChargesConfig, ValidationsSPIConfig, ComponentReferenceDataConfig, ReviewsProductCatalogProviderConfig, SocialMarketingDesignsProviderConfig, GbpFeatureConfig, CommentFilterProviderConfig, TaxIdValidatorConfig, TaxTypesConfig, PingSettingsGroupComponentData, FormSpamSubmissionSpiConfig, FormsSpamSubmissionsNamespaceConfig, SpamSubmissionPermissions, EditorAddon, InitialPosition, ToolPanelConfig, AddonMarketData, ExternalDatabaseSpiConfig, PaymentSettingsSPIConfig, NotificationTopic, NotificationPreferencesFilterConfig, BookingsResourceTypesProviderConfig, BookingsResourceType, PricingPlansFormConfiguration, TextWithTooltip, TooltipSuffix, TextWithSuffix, TextWithSuffixSuffixOneOf, LinkSuffix, PreviewCardPlaceholders, InputWithPlaceholder, CoverImageConfiguration, PerksConfiguration, CheckboxConfiguration, PreviewConfiguration, TermsModalConfiguration, ThankYouPageInputConfig, ThankYouPageRedirectsConfiguration, ThankYouPagePreviewConfiguration, ThankYouPageModalConfiguration, PlanSettingsRowConfiguration, TermsAndConditionsConfiguration, ThankYouPageConfiguration, DurationInputConfiguration, DurationRenameOptions, InputConfiguration, SetupFeeConfiguration, FreeTrialConfiguration, FreeOptionConfiguration, OneTimeOptionConfiguration, RecurringOptionConfiguration, Illustration, IllustrationIllustrationOneOf, PlanDuration, PlanPriceData, PricingRecurring, PerkValues, PlanPricing, PlanPricingPricingModelOneOf, PlanFormPreviewSection, PlanFormInfoSection, PlanFormPlanSettingsSection, PlanFormBenefitsSection, PlanFormPricingAndDurationSection, PlanFormCustomSection, PlanFormSection, PlanFormSectionSectionOneOf, PlanFormTypeMetadata, PlanFormPagePermissionsSection, PlanFormInitialValue, UserNotification, UserNotificationData, TypedDynamicParam, WixUsersData, SiteContributorsData, WixUserData, ConstOrDynamicParam, ConstOrDynamicParamValueOneOf, Url, BackofficeActionDeeplink, OrderValue, NotificationChannels, ResponsysEmail, VelocityEmail, ShoutoutEmail, EmailTemplateConfig, EmailTemplateConfigProviderOneOf, WebFeedContentKeys, MobileFeedContentKeys, FeedAggregation, Icon, IconDataOneOf, UrlData, WebFeedChannel, MobileFeedChannel, FeedChannelsConfig, SharedPlatformMobilePushConfig, AndroidMobilePushConfig, MobilePushChannelConfig, MobilePushContentKeys, ExposureRule, ExposureRuleRuleOneOf, BooleanExperimentExposureRule, CustomExperimentExposureRule, VoiceContentKeys, SmsContentKeys, BrowserPushContentKeys, EmailChannel, FeedChannels, MobilePushChannel, VoiceChannel, SmsChannel, BrowserPushChannel, LimiterField, UserNotificationDataRecipientFilter, UserNotificationDataRecipientFilterDataOneOf, UserNotificationDataInitiator, UserNotificationDataInitiatorDataOneOf, UserNotificationDataDeeplink, UserNotificationDataDeeplinkOfOneOf, UserNotificationDataContext, ContactNotification, ContactsNotificationData, ContactsData, ContactData, SiteMemberData, LiveSiteActionDeeplink, RecipientFilter, RecipientFilterDataOneOf, Initiator, InitiatorDataOneOf, Deeplink, DeeplinkOfOneOf, Context, UnifiedPage, PageInstallationSettings, PageInstallation, PageContent, WidgetAsContent, UnifiedPageEditorSettings, PageEditorSettings, AvailabilityTimeSlotsProviderConfig, ProposalEditorProviderConfig, CustomReservationsApprovalConfig, CommentsContextProviderConfig, FormSpamSubmissionReportSpiConfig, FormSpamSubmissionReportsNamespaceConfig, FormSpamSubmissionReportPermissions, VeloActionConfig, EventTypeProviderConfig, ServiceAvailabilityPolicyProviderConfig, SmsActionMessage, BookingPolicyProviderConfig, MultiServiceBookingPolicyProviderConfig, FormSubmissionSpiExtensionConfig, FormsSubmissionsExtensionNamespaceConfig, AssistantSpiConfig, MultilingualTranslationSchema, Schema, SchemaKey, V1SchemaField, PreviewFields, TaxGroupsProviderConfig, AdditionalTaxGroup, TaxCalculationConfig, BackOfficeModal, BackOfficeModalContentOneOf, ModalParams, DeploymentPipelineProviderConfig, CustomElementWidget, WidgetData, EditorBehaviors, SettingsPanel, Dashboard, WidgetSize, WidgetSizeHeight, WidgetSizeWidth, Preset, Breakpoints, Breakpoint, BackOfficeExtensionWidget, BackOfficeExtensionWidgetAssetOneOf, BackOfficeExtensionMenuItem, NavigateToPageAction, OpenModalAction, MenuAction, MenuActionActionOneOf, FormTemplate, FormTemplateTemplateTypeOptionsOneOf, Field, FieldFieldTypeOptionsOneOf, InputField, InputFieldInputTypeOptionsOneOf, StringType, StringTypeFormatOptionsOneOf, DateTimeConstraints, PhoneConstraints, TextInput, RadioGroup, RadioGroupOption, RadioGroupCustomOption, Dropdown, DropdownOption, DropdownCustomOption, DateTimeInput, PhoneInput, DateInput, TimeInput, DatePicker, NumberType, NumberInput, RatingInput, BooleanType, Checkbox, ArrayType, IntegerType, ObjectType, PropertiesType, PropertiesTypePropertiesTypeOptionsOneOf, ArrayTypeArrayItems, ArrayTypeArrayItemsItemTypeOptionsOneOf, CheckboxGroup, MediaItem, MediaItemMediaOneOf, CommonImage, CheckboxGroupOption, CustomOption, FileUpload, Signature, PaymentType, QuantityLimit, FixedPriceOptions, DynamicPriceOptions, Product, ProductPriceOptionsOneOf, ProductCheckboxGroup, ProductCheckboxGroupOption, DonationInput, DonationInputOption, CommonCustomOption, MultilineAddressValidation, FieldOverrides, FieldsOverrides, ComponentsMultilineAddress, AddressLine2, DefaultCountryConfig, DefaultCountryConfigOptionsOneOf, FieldsSettings, FormFieldContactInfo, FormFieldContactInfoAdditionalInfoOneOf, EmailInfo, PhoneInfo, AddressInfo, CustomFieldInfo, SubscriptionInfo, _String, _StringComponentTypeOptionsOneOf, InputField_Number, InputField_NumberComponentTypeOptionsOneOf, _Boolean, _BooleanComponentTypeOptionsOneOf, _Array, _ArrayComponentTypeOptionsOneOf, _Object, WixFile, WixFileComponentTypeOptionsOneOf, Payment, PaymentComponentTypeOptionsOneOf, MultilineAddress, MultilineAddressComponentTypeOptionsOneOf, DisplayField, DisplayFieldDisplayFieldTypeOptionsOneOf, RichContentOptions, PageNavigationOptions, Step, FormLayout, BreakPoint, ItemLayout, Margin, BreakPointSection, V2Rule, RequiredOptions, HiddenOptions, AllowedValuesOptions, FieldOverride, FieldOverridePropertyTypeOptionsOneOf, ConditionNode, ConditionNodeNodeOneOf, AndCondition, OrCondition, V2Condition, FormOverride, FormOverrideEntityTypeOptionsOneOf, SubmitSettings, SubmitSettingsSubmitSuccessActionOptionsOneOf, ThankYouMessageOptions, RedirectOptions, ExtensionDetails, EditableFields, AddCustomFields, OverrideTemplateFields, DeleteTemplateFields, FieldGroup, NotificationContent, SingleContent, GroupedContent, BroadcastList, Param, PayoutsProviderConfig, ReviewsEntityCatalogProviderConfig, VeloPublishPipelineTaskProviderConfig, FunctionsShopPriceSpiConfig, Namespace, _Function, Input, BuilderSpi, Output, State, Spi, FunctionDefinition, Configuration, Description, CheckoutContentSPIConfig, V2CommunicationChannelConfiguration, ChannelChannelConfiguration, ChannelChannelConfigurationMessagingConfigOneOf, DmDirectMessageConfig, ChannelMediaCapabilities, EmailEmailMessageConfig, SmsSmsMessageConfig, ChannelChannelBranding, ChannelBrandIcons, UpstreamWixCommonImage, ChannelImplementedMethods, WebhookComponentData, TopologyComponentData, CustomRewardProviderConfig, FunctionRecipe, BackOfficeExternalUrl, FactorConfig, DiscountsSPIConfig, VeloCustomCss, AdaptiveComponentProviderConfig, ActionSpiConfig, InventorySpiConfig, Monitoring, MonitoringOptionsOneOf, SentryOptions, PluginConfig, Consequence, Constraint, UnifiedLightbox, LightboxEditorSettings, LightboxCloseOptions, LightboxContent, PageWidgetAsContent, FormSpiExtensionConfig, SchemaGroup, SchemaGroupElement, Panel, PanelSelectedContentTypeOneOf, PanelSize, CodePanel, PurchaseValidationsConfig, BrowserStorage, SdkDefinition, SiteWidgetSlot, EventValidationProviderConfig, ValidationTarget, ClientSideService, Npm, Definition, Implementation, BillingSettingsConfig, PaymentDateModification, PatternsWizard, ApplicationProfileProviderConfig, V1ImplementedMethods, ApplicationProfile, TextToSpeechActionMessage, AudienceProviderConfig, InterfaceConfiguration, InterfaceConfigurationOfTypeOneOf, WidgetComponent, ItemSelection, ImplementedMethods, PriceSPIConfig, CustomerStartDateLimitSPIConfig, StartDatePolicySPIConfig, TicketReservationsSpiConfig, DisputeServicePluginConfig, FeesSPIConfig, EditorReactComponent, Resources, ClientResources, Resource, EditorElement, StyleItem, StyleItemSelectedItemTypeOneOf, DataItem, DataItemSelectedDataTypeOneOf, Text, TextEnum, Option, _Number, A11y, Link, ArrayItems, ArrayItemsArrayDataOneOf, DataItems, ReactElementContainer, ReactElementContainerSelectedContainerTypeOneOf, SimpleContainer, Slot, PlaceHolder, ElementItem, ElementItemSelectedElementTypeOneOf, InlineElement, Behaviors, Actions, Action, Execution, ExecutionActionExecuteOneOf, DataAction, EventAction, PanelAction, PanelActionSelectedPanelTypeOneOf, ForwardAction, ForwardActionActionOneOf, DashboardAction, PresetItem, RefElement, InstallationInfo, InstallationInfoTargetContainerOneOf, MarketplaceSPIConfig, FormSchemaDynamicValuesSpiConfig, BlogPaywallProviderConfig, RewardProviderConfig, ProductRestrictionsConfig, RestrictionsConfig, Restriction, FormSubmissionModerationSpiConfig, RuntimeComponentCacheEntityExperiment, RuntimeComponentCacheEntityExperimentExperimentOneOf, GradualRolloutCacheEntity, GradualUpdateCacheEntity, GradualDeleteCacheEntity, PartialUpdateCacheEntity, CreatedByCacheEntity, AppPermissions, AppData, TranslatedData, DataExtensionSchemaNonNullableFields, CreateDataExtensionSchemaResponseNonNullableFields, UpdateDataExtensionSchemaResponseNonNullableFields, ListDataExtensionSchemasResponseNonNullableFields, DeleteByWhiteListedMetaSiteResponseNonNullableFields, BaseEventMetadata, EventMetadata, DataExtensionSchemaCreatedEnvelope, DataExtensionSchemaDeletedEnvelope, DataExtensionSchemaUpdatedEnvelope, ListDataExtensionSchemasOptions, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
@@ -20,5 +20,5 @@ export const onDataExtensionSchemaDeleted = createEventModule(publicOnDataExtens
20
20
  * Triggered when a data extension schema is updated.
21
21
  */
22
22
  export const onDataExtensionSchemaUpdated = createEventModule(publicOnDataExtensionSchemaUpdated);
23
- export { DataExtensionSchemaState, WebhookIdentityType, RequestedField, ComponentType, WidgetVertical, WidgetHorizontal, WidgetWidthType, Region, UnitType, HorizontalDocking, VerticalDocking, ReplacementType, PluginInterface, Exposure, Maturity, HTTPMethod, InstallPage, RegionType, StaticContainer, EmbeddedScriptPages, EmbeddedScriptPlacement, EmbedCategory, TemplateDefaultColor, ThumbnailsSize, BarAlignmentSelected, DefaultTextStyle, WebComponentDataElementType, ScriptType, ExtensionType, PrimitiveType, SimpleType, SchemaFieldExposure, PartialPaymentRestriction, HostContainerId, MandatoryField, MeasurementSystem, Default, HookType, ActionSPIConfigInterfaceConfigurationType, SourceType, ExecutionType, ExtendingComponentType, BackOfficeHostingPlatforms, DtsDefinitionType, SlotDataType, BackOfficeScriptAssetType, ViewMode, AlgorithmType, LockableOperation, RestrictedOperation, BlockType, Domain, Status, TextInputDisplayType, ThumbnailType, ImageShape, AvatarShape, Tag, FilterSelectionType, FilterOptionsType, ChannelType, AcceptedDirectMessageType, MediaMimeType, AcceptedSmsMessageType, InitDirection, NodeType, WidthType, PluginContainerDataAlignment, ButtonDataType, LinkTarget, TextAlignment, LineStyle, DividerDataWidth, Alignment, PDFSettingsViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, HTMLDataSource, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, CalendarType, ConnectMethod, ListEventFromCalendars, SyncToCalendar, OAuthAppType, OAuthTechnologies, NavigationType, PingSettingsGroupComponentDataState, NotificationTopicState, NotificationTopicType, RecipientType, PlanFormPricingOption, PlanFormDefaultSection, PlanPeriodUnit, TypedDynamicParamType, UserNotificationDataRecipientFilterType, InitiatorType, Level, IconType, MobileApplication, AndroidStyle, ExposureRuleType, Intent, UserNotificationDataType, RecipientFilterType, Type, Environment, SchemaScope, SchemaFieldFieldType, CustomElementScriptType, HeightMode, FieldType, Format, StringComponentType, NumberOfColumns, FirstDayOfWeek, NumberComponentType, BooleanComponentType, ItemType, PropertiesTypeEnum, ArrayComponentType, WixFileComponentType, UploadFileFormat, PaymentComponentType, ProductType, PriceType, ImageFit, MultilineAddressComponentType, DefaultCountryConfigType, InputType, EmailInfoTag, PhoneInfoTag, AddressInfoTag, ConfirmationLevel, ContactField, DisplayFieldType, ChangeableProperty, OverrideEntityType, Operator, Target, SubmitSuccessAction, TemplateType, CustomFieldsType, EditableProperties, WixCodePublishTaskName, ChannelConfigurationChannelType, AcceptedMessageTypesAcceptedDirectMessageType, AcceptedMessageTypesAcceptedSmsMessageType, FactorType, MonitoringType, Escalation, ImportanceLevel, Width, PanelContentType, StorageType, ConsentCategory, StorageDomain, Method, ParticipantType, InterfaceConfigurationType, Scope, CssPropertyType, CssDataType, DataType, A11yAttributes, LinkType, ContainerType, ElementType, ActionType, PanelType, ActionName, RestrictionLevel, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
23
+ export { DataExtensionSchemaState, WebhookIdentityType, RequestedField, ComponentType, WidgetVertical, WidgetHorizontal, WidgetWidthType, Region, UnitType, HorizontalDocking, VerticalDocking, ReplacementType, PluginInterface, Exposure, Maturity, HTTPMethod, InstallPage, RegionType, StaticContainer, EmbeddedScriptPages, EmbeddedScriptPlacement, EmbedCategory, TemplateDefaultColor, ThumbnailsSize, BarAlignmentSelected, DefaultTextStyle, WebComponentDataElementType, ScriptType, ExtensionType, PrimitiveType, SimpleType, SchemaFieldExposure, PartialPaymentRestriction, HostContainerId, MandatoryField, MeasurementSystem, Default, HookType, ActionSPIConfigInterfaceConfigurationType, SourceType, ExecutionType, ExtendingComponentType, BackOfficeHostingPlatforms, DtsDefinitionType, SlotDataType, BackOfficeScriptAssetType, ViewMode, AlgorithmType, LockableOperation, RestrictedOperation, BlockType, Domain, Status, TextInputDisplayType, ThumbnailType, ImageShape, AvatarShape, Tag, FilterSelectionType, FilterOptionsType, ChannelType, AcceptedDirectMessageType, MediaMimeType, AcceptedSmsMessageType, InitDirection, NodeType, WidthType, PluginContainerDataAlignment, ButtonDataType, LinkTarget, TextAlignment, LineStyle, DividerDataWidth, Alignment, PDFSettingsViewMode, LayoutType, Orientation, Crop, ThumbnailsAlignment, GIFType, HTMLDataSource, MapType, ViewRole, VoteRole, PollLayoutType, PollLayoutDirection, BackgroundType, DecorationType, FontType, AppType, InitialExpandedItems, Direction, VerticalAlignment, NullValue, CalendarType, ConnectMethod, ListEventFromCalendars, SyncToCalendar, OAuthAppType, OAuthTechnologies, NavigationType, PingSettingsGroupComponentDataState, NotificationTopicState, NotificationTopicType, RecipientType, PlanFormPricingOption, PlanFormDefaultSection, PlanPeriodUnit, TypedDynamicParamType, UserNotificationDataRecipientFilterType, InitiatorType, Level, IconType, MobileApplication, AndroidStyle, ExposureRuleType, Intent, UserNotificationDataType, RecipientFilterType, Type, Environment, SchemaScope, SchemaFieldFieldType, CustomElementScriptType, HeightMode, FieldType, Format, StringComponentType, NumberOfColumns, FirstDayOfWeek, NumberComponentType, BooleanComponentType, ItemType, PropertiesTypeEnum, ArrayComponentType, WixFileComponentType, UploadFileFormat, PaymentComponentType, ProductType, PriceType, ImageFit, MultilineAddressComponentType, DefaultCountryConfigType, InputType, EmailInfoTag, PhoneInfoTag, AddressInfoTag, ConfirmationLevel, ContactField, DisplayFieldType, ChangeableProperty, OverrideEntityType, Operator, Target, SubmitSuccessAction, TemplateType, CustomFieldsType, EditableProperties, WixCodePublishTaskName, ChannelConfigurationChannelType, AcceptedMessageTypesAcceptedDirectMessageType, AcceptedMessageTypesAcceptedSmsMessageType, FactorType, MonitoringType, Escalation, ImportanceLevel, Width, PanelContentType, StorageType, ConsentCategory, StorageDomain, Method, ParticipantType, InterfaceConfigurationType, Scope, CssPropertyType, CssDataType, DataType, A11yAttributes, LinkType, ContainerType, ElementType, ActionType, PanelType, ActionName, Archetype, RestrictionLevel, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
24
24
  //# sourceMappingURL=data-extensions-v1-data-extension-schema-schemas.context.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-extensions-v1-data-extension-schema-schemas.context.js","sourceRoot":"","sources":["../../../../src/data-extensions-v1-data-extension-schema-schemas.context.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"data-extensions-v1-data-extension-schema-schemas.context.js","sourceRoot":"","sources":["../../../../src/data-extensions-v1-data-extension-schema-schemas.context.ts"],"names":[],"mappings":"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"}
@@ -40,4 +40,4 @@ interface DeleteByWhiteListedMetaSiteSignature {
40
40
  export declare const onDataExtensionSchemaCreated: EventDefinition<DataExtensionSchemaCreatedEnvelope, "wix.data_extensions.v1.data_extension_schema_created">;
41
41
  export declare const onDataExtensionSchemaDeleted: EventDefinition<DataExtensionSchemaDeletedEnvelope, "wix.data_extensions.v1.data_extension_schema_deleted">;
42
42
  export declare const onDataExtensionSchemaUpdated: EventDefinition<DataExtensionSchemaUpdatedEnvelope, "wix.data_extensions.v1.data_extension_schema_updated">;
43
- export { A11y, A11yAttributes, AcceptedDirectMessageType, AcceptedMessageTypesAcceptedDirectMessageType, AcceptedMessageTypesAcceptedSmsMessageType, AcceptedSmsMessageType, Action, ActionCondition, ActionEvent, ActionName, ActionProviderSPIConfig, ActionSPIConfig, ActionSPIConfigImplementedMethods, ActionSPIConfigInterfaceConfiguration, ActionSPIConfigInterfaceConfigurationOptionsOneOf, ActionSPIConfigInterfaceConfigurationType, ActionSpiConfig, ActionType, Actions, AdaptiveComponentProviderConfig, AddCustomFields, AdditionalFeesSPIConfig, AdditionalStepInfo, AdditionalTaxGroup, AddonMarketData, AddressInfo, AddressInfoTag, AddressLine2, AdminConfigurableTextInput, AlertEnricherSpiConfiguration, AlgorithmConfig, AlgorithmType, Alignment, AllowedValuesOptions, AlternativeUri, AnchorData, AnchorMetaData, AndCondition, AndroidMobilePushConfig, AndroidStyle, ApiSlot, ApiWidth, AppConfig, AppConfiguration, AppData, AppEmbedData, AppEmbedDataAppDataOneOf, AppPermissions, AppRuntimeDataCacheEntity, AppRuntimeDataEvent, AppType, ApplicationAutomationComponent, ApplicationProfile, ApplicationProfileProviderConfig, ArrayComponentType, ArrayItems, ArrayItemsArrayDataOneOf, ArrayType, ArrayTypeArrayItems, ArrayTypeArrayItemsItemTypeOptionsOneOf, AssistantSpiConfig, AudienceProviderConfig, AudioData, AuthenticatorConfig, AutomationMetadata, AutomationTrigger, AvailabilityTimeSlotsProviderConfig, AvatarConfig, AvatarShape, BackOfficeExtension, BackOfficeExtensionContainer, BackOfficeExtensionExtensionOneOf, BackOfficeExtensionMenuItem, BackOfficeExtensionWidget, BackOfficeExtensionWidgetAssetOneOf, BackOfficeExternalUrl, BackOfficeHostingPlatforms, BackOfficeModal, BackOfficeModalContentOneOf, BackOfficePage, BackOfficePageAssetOneOf, BackOfficeScriptAsset, BackOfficeScriptAssetType, BackOfficeSidebarCategory, BackOfficeWidget, BackOfficeWidgetContentOneOf, Background, BackgroundBackgroundOneOf, BackgroundType, BackofficeActionDeeplink, BarAlignment, BarAlignmentSelected, BaseEventMetadata, BaseInfo, BaseInstallation, Behaviors, BillingSettingsConfig, BlockType, BlockquoteData, BlocksData, BlogPaywallProviderConfig, BookingData, BookingPolicyProviderConfig, BookingsPricingProviderConfig, BookingsResourceType, BookingsResourceTypesProviderConfig, BooleanComponentType, BooleanExperimentExposureRule, BooleanType, Border, BorderColors, BrandIcons, BreakPoint, BreakPointSection, Breakpoint, Breakpoints, BroadcastList, BrowserPushChannel, BrowserPushContentKeys, BrowserStorage, BuilderSpi, BulletedListData, Bundle, BusinessManagerPage, ButtonData, ButtonDataType, CalendarType, CaptionData, CatalogSPIConfig, CatalogSyncConfiguration, CellStyle, ChangeableProperty, ChannelBrandIcons, ChannelBranding, ChannelChannelBranding, ChannelChannelConfiguration, ChannelChannelConfigurationMessagingConfigOneOf, ChannelConfiguration, ChannelConfigurationChannelType, ChannelConfigurationMessagingConfigOneOf, ChannelIcon, ChannelImplementedMethods, ChannelMediaCapabilities, ChannelType, Checkbox, CheckboxConfiguration, CheckboxField, CheckboxGroup, CheckboxGroupOption, CheckoutContentSPIConfig, ClientResources, ClientSideService, CodeBlockData, CodePackageComponentData, CodePanel, CollapsibleListData, Color, ColorData, ColorDefinition, ColorSelectLabeled, ColorSelectLabeledDataOneOf, Colors, CommentFilterProviderConfig, CommentModerationProviderConfig, CommentsContextProviderConfig, CommonCustomOption, CommonImage, CommunicationChannelConfiguration, ComponentData, ComponentDataDataOneOf, ComponentMetaData, ComponentModel, ComponentReferenceDataConfig, ComponentTranslationAdditionalFieldsConfig, ComponentType, ComponentsMultilineAddress, ComponentsValidatorConfig, Condition, ConditionBlock, ConditionNode, ConditionNodeNodeOneOf, Conditions, Configuration, ConfirmationLevel, ConnectMethod, ConsentCategory, Consequence, ConstOrDynamicParam, ConstOrDynamicParamValueOneOf, Constraint, ContactData, ContactField, ContactLabelsComponentData, ContactNotification, ContactsData, ContactsNotificationData, Container, ContainerDataOneOf, ContainerType, ContentData, ContentProviderConfig, Context, ConversationLimitations, CoverImageConfiguration, CreateDataExtensionSchemaRequest, CreateDataExtensionSchemaResponse, CreateDataExtensionSchemaResponseNonNullableFields, CreateNewItemInfo, CreatedByCacheEntity, Crop, CrossSellConfig, CssDataType, CssPropertyType, CustomChargesConfig, CustomElement, CustomElementConsentCategoryOneOf, CustomElementScriptType, CustomElementWidget, CustomExperimentExposureRule, CustomFieldInfo, CustomFieldsType, CustomOption, CustomRefData, CustomReservationsApprovalConfig, CustomRewardProviderConfig, CustomScopeConfig, CustomTriggerConfig, CustomerStartDateLimitSPIConfig, DCConfigData, Dashboard, DashboardAction, DashboardApplicationData, DashboardButton, DashboardComponentData, DashboardItem, DashboardPlatfromComponentData, DataAction, DataComponent, DataExtensionSchema, DataExtensionSchemaCreatedEnvelope, DataExtensionSchemaDeletedEnvelope, DataExtensionSchemaNonNullableFields, DataExtensionSchemaState, DataExtensionSchemaUpdatedEnvelope, DataExtensionsComponentData, DataItem, DataItemSelectedDataTypeOneOf, DataItems, DataType, DateInput, DatePicker, DateTimeConstraints, DateTimeInput, Debounce, Decoration, DecorationDataOneOf, DecorationType, Deeplink, DeeplinkOfOneOf, Default, DefaultCountryConfig, DefaultCountryConfigOptionsOneOf, DefaultCountryConfigType, DefaultPresets, DefaultTaxGroupProviderConfig, DefaultTextStyle, Definition, Delay, DelayTypeOneOf, DeleteByWhiteListedMetaSiteRequest, DeleteByWhiteListedMetaSiteResponse, DeleteByWhiteListedMetaSiteResponseNonNullableFields, DeleteDemoDataExtensionSchemaRequest, DeleteDemoDataExtensionSchemaResponse, DeleteGlobalExtensionSchemaRequest, DeleteGlobalExtensionSchemaResponse, DeleteTemplateFields, DeploymentPipelineProviderConfig, Description, Design, DevCenterTestingComponentData, DevCenterTestingComponentDataTranslatableOneOfOneOf, Dimension, Dimensions, DirectMessageConfig, Direction, DiscountConfig, DiscountsSPIConfig, DiscoveryMetaData, DisplayField, DisplayFieldDisplayFieldTypeOptionsOneOf, DisplayFieldType, DisplayProperties, DisplayValue, DisputeServicePluginConfig, DividerData, DividerDataWidth, DmDirectMessageConfig, Docking, DockingProperties, DocumentStyle, Domain, DomainEvent, DomainEventBodyOneOf, DonationInput, DonationInputOption, DrillInListItem, DrillItem, DrillItemDataOneOf, DropDownLabeled, Dropdown, DropdownCustomOption, DropdownField, DropdownFieldOption, DropdownOption, DropshippingProviderSPIConfig, DtsContent, DtsDefinitionReference, DtsDefinitionReferenceDtsDefinitionOneOf, DtsDefinitionType, DtsHttpLink, DurationInputConfiguration, DurationRenameOptions, DynamicPriceOptions, DynamicSiteStructureProviderConfig, EditableFields, EditableProperties, EditorAddon, EditorBehaviors, EditorElement, EditorPresence, EditorReactComponent, ElementItem, ElementItemSelectedElementTypeOneOf, ElementType, EmailChannel, EmailEmailMessageConfig, EmailInfo, EmailInfoTag, EmailMessageConfig, EmailTemplateConfig, EmailTemplateConfigProviderOneOf, EmbedCategory, EmbedData, EmbeddedScriptComponentData, EmbeddedScriptPages, EmbeddedScriptPlacement, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Environment, ErrorReporting, ErrorReportingArtifact, Escalation, EventAction, EventData, EventMetadata, EventTypeProviderConfig, EventValidationProviderConfig, Execution, ExecutionActionExecuteOneOf, ExecutionType, ExpectedInputs, ExperimentGroupWrapper, Exposure, ExposureRule, ExposureRuleRuleOneOf, ExposureRuleType, Extendable, ExtendingComponentType, ExtensionData, ExtensionDetails, ExtensionExposure, ExtensionType, ExternalDatabaseSpiConfig, ExternalFilterProviderConfig, FactorConfig, FactorType, FeedAggregation, FeedChannels, FeedChannelsConfig, FeesSPIConfig, Field, FieldFieldTypeOptionsOneOf, FieldGroup, FieldOverride, FieldOverridePropertyTypeOptionsOneOf, FieldOverrides, FieldType, FieldsOverrides, FieldsSettings, FileData, FileSource, FileSourceDataOneOf, FileUpload, Filter, FilterInfo, FilterInfoOptionsOneOf, FilterOptionsType, FilterSelectionType, FirstDayOfWeek, FixedPositionOptions, FixedPriceOptions, FocalPoint, FontDefinition, FontFamilyWithColorPicker, FontSizeData, FontType, FormFieldContactInfo, FormFieldContactInfoAdditionalInfoOneOf, FormLayout, FormOverride, FormOverrideEntityTypeOptionsOneOf, FormSchemaDynamicValuesSpiConfig, FormSchemaSpiConfig, FormSpamSubmissionReportPermissions, FormSpamSubmissionReportSpiConfig, FormSpamSubmissionReportsNamespaceConfig, FormSpamSubmissionSpiConfig, FormSpiExtensionConfig, FormSubmissionModerationSpiConfig, FormSubmissionSpiConfig, FormSubmissionSpiExtensionConfig, FormTemplate, FormTemplateTemplateTypeOptionsOneOf, Format, FormsPermissions, FormsSchemaNamespaceConfig, FormsSpamSubmissionsNamespaceConfig, FormsSubmissionsExtensionNamespaceConfig, FormsSubmissionsNamespaceConfig, ForwardAction, ForwardActionActionOneOf, FreeOptionConfiguration, FreeTrialConfiguration, FunctionDefinition, FunctionRecipe, FunctionsShopPriceSpiConfig, GIF, GIFData, GIFType, GalleryData, GalleryOptions, GalleryOptionsThumbnails, GbpFeatureConfig, GenericHookConfig, GenericHooksConfig, GenericOptions, GiftCardProviderConfig, Gradient, GradualDeleteCacheEntity, GradualRolloutCacheEntity, GradualUpdateCacheEntity, GridAppFilesTransformerConfig, GroupedContent, HTMLData, HTMLDataDataOneOf, HTMLDataSource, HTTPMethod, HeadingData, HeadlessOAuth, Height, HeightMode, HelpResources, HiddenOptions, HookType, HorizontalDocking, HostContainerId, HostedComponent, HostedPage, IDPConnectionConfig, Icon, IconDataOneOf, IconType, IdentificationData, IdentificationDataIdOneOf, Illustration, IllustrationIllustrationOneOf, Image, ImageConfig, ImageData, ImageDataStyles, ImageFit, ImageShape, Implementation, ImplementedMethods, ImportanceLevel, InitDirection, InitialExpandedItems, InitialPosition, Initiator, InitiatorDataOneOf, InitiatorType, InlineElement, Input, InputConfiguration, InputField, InputFieldInputTypeOptionsOneOf, InputField_Number, InputField_NumberComponentTypeOptionsOneOf, InputType, InputWithPlaceholder, InstallPage, InstallationInfo, InstallationInfoTargetContainerOneOf, InstallationSettings, InstallationSettingsOptionsOneOf, IntegerType, Intent, InterfaceConfiguration, InterfaceConfigurationOfTypeOneOf, InterfaceConfigurationType, InternalComponentMetadata, InventorySpiConfig, InvoicesActionsComponentData, InvoicesConfig, IsStretched, Item, ItemDataOneOf, ItemImage, ItemLayout, ItemSelection, ItemStyle, ItemThumbnail, ItemThumbnailOptionsOneOf, ItemType, ItemsSelectionProviderConfig, Keywords, Layout, LayoutCellData, LayoutType, LearnMore, LegacyBackOfficeExtensionWidget, LegacyBackOfficeExtensionWidgetAssetOneOf, LegacyBackOfficeMenuItem, LegacyBackOfficeMenuItemAction, Level, LightboxCloseOptions, LightboxContent, LightboxEditorSettings, LightboxOptions, LimiterField, LineItemsEnricherConfig, LineStyle, Link, LinkData, LinkPreviewData, LinkSuffix, LinkTarget, LinkType, ListDataExtensionSchemasOptions, ListDataExtensionSchemasRequest, ListDataExtensionSchemasResponse, ListDataExtensionSchemasResponseNonNullableFields, ListEventFromCalendars, ListValue, LiveSiteActionDeeplink, LocalDeliveryComponentData, LockableOperation, Logos, Main, MainPresets, MainPropsData, MandatoryField, MapData, MapSettings, MapType, Margin, Margins, MarketplaceSPIConfig, Maturity, MeasurementSystem, Media, MediaCapabilities, MediaItem, MediaItemMediaOneOf, MediaMimeType, MembershipsSPIConfig, MentionData, MenuAction, MenuActionActionOneOf, MenuSlot, MessageContainingTranslatables, MessageEnvelope, Metadata, Method, MobileApplication, MobileFeedChannel, MobileFeedContentKeys, MobilePushChannel, MobilePushChannelConfig, MobilePushContentKeys, ModalParams, Monitoring, MonitoringOptionsOneOf, MonitoringType, MultiServiceBookingPolicyProviderConfig, MultilineAddress, MultilineAddressComponentType, MultilineAddressComponentTypeOptionsOneOf, MultilineAddressValidation, MultilingualTranslationSchema, MultipleDashboardsComponentData, Namespace, NavigateToPageAction, NavigationType, NestedWidgets, Node, NodeDataOneOf, NodeStyle, NodeType, NotificationChannels, NotificationContent, NotificationPreferencesFilterConfig, NotificationTopic, NotificationTopicState, NotificationTopicType, Npm, NullValue, NumberComponentType, NumberInput, NumberOfColumns, NumberType, OAuthAppType, OAuthTechnologies, ObjectType, Oembed, Offset, OffsetValueOneOf, OneTimeOptionConfiguration, OpenComponent, OpenModalAction, Operator, Option, OptionDesign, OptionLayout, OrCondition, OrderValue, OrderedListData, Orientation, OriginInfo, OutOfIframeData, Output, OverrideEntityType, OverrideTemplateFields, PDFSettings, PDFSettingsViewMode, PackageDimension, PackageType, Padding, PageAnchor, PageComponentData, PageContent, PageDashboardApplicationComponent, PageEditorSettings, PageInstallation, PageInstallationSettings, PageNavigationOptions, PageOptions, PageOutOfIframeComponentData, PageReplace, PageReplaceOptions, PageReplaceOptionsOptionsOneOf, PageWidgetAsContent, Panel, PanelAction, PanelActionSelectedPanelTypeOneOf, PanelContentType, PanelSelectedContentTypeOneOf, PanelSize, PanelType, ParagraphData, Param, PartialPaymentRestriction, PartialUpdateCacheEntity, ParticipantType, PatternsWizard, Payment, PaymentComponentType, PaymentComponentTypeOptionsOneOf, PaymentDateModification, PaymentMethod, PaymentMethodMethodOneOf, PaymentServiceProviderConfig, PaymentServiceProviderCredentialsField, PaymentServiceProviderCredentialsFieldFieldOneOf, PaymentSettingsSPIConfig, PaymentType, PaymentsGatewayComponentData, PayoutsProviderConfig, PerkValues, PerksConfiguration, Permissions, PhoneConstraints, PhoneInfo, PhoneInfoTag, PhoneInput, PingNotificationComponentData, PingSettingsGroupComponentData, PingSettingsGroupComponentDataState, PlaceHolder, PlanDuration, PlanFormBenefitsSection, PlanFormCustomSection, PlanFormDefaultSection, PlanFormInfoSection, PlanFormInitialValue, PlanFormPagePermissionsSection, PlanFormPlanSettingsSection, PlanFormPreviewSection, PlanFormPricingAndDurationSection, PlanFormPricingOption, PlanFormSection, PlanFormSectionSectionOneOf, PlanFormTypeMetadata, PlanPeriodUnit, PlanPriceData, PlanPricing, PlanPricingPricingModelOneOf, PlanSettingsRowConfiguration, PlatfromComponentData, PlaybackOptions, PluginConfig, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataHeight, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, PluginInstallationSettings, PluginInterface, PluginMarketData, PluginPlacement, PolicyConfig, Poll, PollData, PollDataLayout, PollDesign, PollLayout, PollLayoutDirection, PollLayoutType, PollOption, PollSettings, Position, PostLoginConfig, PreRegisterConfig, PredefinedExpectedInput, PredefinedExpectedInputConfiguration, PredefinedExpectedInputConfigurationTypeOneOf, PredefinedLabel, Preset, PresetEditorPresence, PresetInfo, PresetItem, PresetSize, PreviewCardPlaceholders, PreviewConfiguration, PreviewFields, PriceSPIConfig, PriceType, PricingPlansFormConfiguration, PricingRecurring, Primitive, PrimitiveType, Product, ProductCheckboxGroup, ProductCheckboxGroupOption, ProductPriceOptionsOneOf, ProductRestrictionsConfig, ProductType, ProductsPathsConfig, PropertiesType, PropertiesTypeEnum, PropertiesTypePropertiesTypeOptionsOneOf, ProposalEditorProviderConfig, ProviderConfig, ProviderFilterOptions, PurchaseValidationsConfig, QuantityLimit, RadioButtonLabeled, RadioGroup, RadioGroupCustomOption, RadioGroupOption, RateLimit, RatingInput, ReactElementContainer, ReactElementContainerSelectedContainerTypeOneOf, RecipientFilter, RecipientFilterDataOneOf, RecipientFilterType, RecipientType, RecommendationsProviderConfig, RecurringOptionConfiguration, RedirectOptions, RefElement, Region, RegionType, ReindexEvent, ReindexField, Rel, ReplaceableOptions, ReplacementType, ReplacingOptions, RequestedField, RequiredOptions, ResetButton, Resource, Resources, ResponsysEmail, RestaurantsPOSComponentData, RestoreInfo, RestrictedOperation, Restriction, RestrictionLevel, Restrictions, RestrictionsConfig, ReviewsEntityCatalogProviderConfig, ReviewsProductCatalogProviderConfig, RewardProviderConfig, RichContent, RichContentOptions, RichTextWithIllustrationVertical, Rule, RuntimeComponentCacheEntity, RuntimeComponentCacheEntityComponent, RuntimeComponentCacheEntityComponentOneOf, RuntimeComponentCacheEntityExperiment, RuntimeComponentCacheEntityExperimentExperimentOneOf, Schema, SchemaConfig, SchemaField, SchemaFieldExposure, SchemaFieldFieldType, SchemaFieldType, SchemaFieldTypeFieldTypeOneOf, SchemaGroup, SchemaGroupElement, SchemaKey, SchemaScope, Scope, ScriptType, SdkDefinition, SearchField, SearchParams, Section, SentryOptions, SeoKeywordsSuggestionsSPIConfig, ServiceAction, ServiceAvailabilityPolicyProviderConfig, Settings, SettingsPanel, SettingsUrl, SetupFeeConfiguration, SharedPlatformMobilePushConfig, ShippingLabelCarrierSpiConfig, ShippingProviderConfig, ShippingRatesConfig, ShoutoutEmail, Signature, Simple, SimpleContainer, SimpleField, SimpleType, SingleContent, SingleKeyCondition, SiteConfig, SiteContributorsData, SiteMemberData, SiteWidgetSlot, Size, SliderLabeled, Slot, SlotData, SlotDataSlotTypeOneOf, SlotDataType, SlotParams, SmsActionMessage, SmsChannel, SmsContentKeys, SmsMessageConfig, SmsSmsMessageConfig, SnippetSolutionData, SocialMarketingDesignSPIConfig, SocialMarketingDesignsProviderConfig, Source, SourceOptionsOneOf, SourceType, SpamSubmissionPermissions, Spi, SpiBaseUri, Spoiler, SpoilerData, StartDatePolicySPIConfig, State, StaticContainer, StaticFileComponentData, StaticFilterOption, StaticFilterOptions, Status, Step, StorageDomain, StorageType, StringComponentType, StringType, StringTypeFormatOptionsOneOf, StudioComponentData, StudioWidgetComponentData, StudioWidgetVariation, StyleItem, StyleItemSelectedItemTypeOneOf, Styles, StylesBorder, SubPage, SubmitSettings, SubmitSettingsSubmitSuccessActionOptionsOneOf, SubmitSuccessAction, SubscriptionInfo, SyncToCalendar, SyncedProjectsProviderConfig, Tab, TableCellData, TableData, Tag, Target, TaxCalculationConfig, TaxCalculatorSpiConfig, TaxCountriesConfig, TaxGroupsProviderConfig, TaxIdValidatorConfig, TaxTypesConfig, TaxationCategoryProvider, TemplateDefaultColor, TemplateType, TermsAndConditionsConfiguration, TermsModalConfiguration, Text, TextAlignment, TextData, TextEnum, TextInput, TextInputDisplayType, TextInputLabeled, TextInputSettings, TextNodeStyle, TextStyle, TextStyleDefaultColorOneOf, TextToSpeechActionMessage, TextWithSuffix, TextWithSuffixSuffixOneOf, TextWithTooltip, ThankYouMessageOptions, ThankYouPageConfiguration, ThankYouPageInputConfig, ThankYouPageModalConfiguration, ThankYouPagePreviewConfiguration, ThankYouPageRedirectsConfiguration, ThumbnailData, ThumbnailType, Thumbnails, ThumbnailsAlignment, ThumbnailsSize, TicketReservationsSpiConfig, TimeInput, ToggleLabeled, ToolPanelConfig, TooltipSuffix, TopologyComponentData, TranslatedData, TranslatedMessageWithIdRepeated, TranslatedMessageWithUniqueFieldRepeated, Trigger, TriggerProviderSPIConfig, Type, TypedDynamicParam, TypedDynamicParamType, UnifiedLightbox, UnifiedPage, UnifiedPageEditorSettings, UnitType, Until, UpdateDataExtensionSchemaRequest, UpdateDataExtensionSchemaResponse, UpdateDataExtensionSchemaResponseNonNullableFields, UploadFileFormat, UpstreamWixCommonImage, Url, UrlData, UrlParam, UserNotification, UserNotificationData, UserNotificationDataContext, UserNotificationDataDeeplink, UserNotificationDataDeeplinkOfOneOf, UserNotificationDataInitiator, UserNotificationDataInitiatorDataOneOf, UserNotificationDataRecipientFilter, UserNotificationDataRecipientFilterDataOneOf, UserNotificationDataRecipientFilterType, UserNotificationDataType, V1ImplementedMethods, V1Link, V1LinkDataOneOf, V1Metadata, V1SchemaField, V1TextStyle, V2CommunicationChannelConfiguration, V2Condition, V2Rule, ValidationTarget, ValidationsSPIConfig, VeloActionConfig, VeloCustomCss, VeloPublishPipelineTaskProviderConfig, VelocityEmail, VerticalAlignment, VerticalDocking, Video, VideoData, ViewMode, ViewRole, VoiceChannel, VoiceContentKeys, VoteRole, WebComponentData, WebComponentDataElementType, WebFeedChannel, WebFeedContentKeys, WebhookComponentData, WebhookIdentityType, WidgetAsContent, WidgetBehavior, WidgetComponent, WidgetComponentData, WidgetComponentOptions, WidgetData, WidgetDetails, WidgetDisplay, WidgetHorizontal, WidgetInstallation, WidgetInstallationSettings, WidgetInstallationSettingsTargetContainerOneOf, WidgetOutOfIframeComponentData, WidgetPluginComponentData, WidgetSize, WidgetSizeHeight, WidgetSizeWidth, WidgetSlot, WidgetVertical, WidgetWidthType, Width, WidthType, WixApiOptions, WixCodePublishTaskName, WixDependency, WixFile, WixFileComponentType, WixFileComponentTypeOptionsOneOf, WixOfferingComponentData, WixOfferingComponentDataOfferingOneOf, WixUserData, WixUsersData, WorkerComponentData, _Array, _ArrayComponentTypeOptionsOneOf, _Boolean, _BooleanComponentTypeOptionsOneOf, _Date, _Function, _Number, _Object, _String, _StringComponentTypeOptionsOneOf, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
43
+ export { A11y, A11yAttributes, AcceptedDirectMessageType, AcceptedMessageTypesAcceptedDirectMessageType, AcceptedMessageTypesAcceptedSmsMessageType, AcceptedSmsMessageType, Action, ActionCondition, ActionEvent, ActionName, ActionProviderSPIConfig, ActionSPIConfig, ActionSPIConfigImplementedMethods, ActionSPIConfigInterfaceConfiguration, ActionSPIConfigInterfaceConfigurationOptionsOneOf, ActionSPIConfigInterfaceConfigurationType, ActionSpiConfig, ActionType, Actions, AdaptiveComponentProviderConfig, AddCustomFields, AdditionalFeesSPIConfig, AdditionalStepInfo, AdditionalTaxGroup, AddonMarketData, AddressInfo, AddressInfoTag, AddressLine2, AdminConfigurableTextInput, AlertEnricherSpiConfiguration, AlgorithmConfig, AlgorithmType, Alignment, AllowedValuesOptions, AlternativeUri, AnchorData, AnchorMetaData, AndCondition, AndroidMobilePushConfig, AndroidStyle, ApiSlot, ApiWidth, AppConfig, AppConfiguration, AppData, AppEmbedData, AppEmbedDataAppDataOneOf, AppPermissions, AppRuntimeDataCacheEntity, AppRuntimeDataEvent, AppType, ApplicationAutomationComponent, ApplicationProfile, ApplicationProfileProviderConfig, Archetype, ArrayComponentType, ArrayItems, ArrayItemsArrayDataOneOf, ArrayType, ArrayTypeArrayItems, ArrayTypeArrayItemsItemTypeOptionsOneOf, AssistantSpiConfig, AudienceProviderConfig, AudioData, AuthenticatorConfig, AutomationMetadata, AutomationTrigger, AvailabilityTimeSlotsProviderConfig, AvatarConfig, AvatarShape, BackOfficeExtension, BackOfficeExtensionContainer, BackOfficeExtensionExtensionOneOf, BackOfficeExtensionMenuItem, BackOfficeExtensionWidget, BackOfficeExtensionWidgetAssetOneOf, BackOfficeExternalUrl, BackOfficeHostingPlatforms, BackOfficeModal, BackOfficeModalContentOneOf, BackOfficePage, BackOfficePageAssetOneOf, BackOfficeScriptAsset, BackOfficeScriptAssetType, BackOfficeSidebarCategory, BackOfficeWidget, BackOfficeWidgetContentOneOf, Background, BackgroundBackgroundOneOf, BackgroundType, BackofficeActionDeeplink, BarAlignment, BarAlignmentSelected, BaseEventMetadata, BaseInfo, BaseInstallation, Behaviors, BillingSettingsConfig, BlockType, BlockquoteData, BlocksData, BlogPaywallProviderConfig, BookingData, BookingPolicyProviderConfig, BookingsPricingProviderConfig, BookingsResourceType, BookingsResourceTypesProviderConfig, BooleanComponentType, BooleanExperimentExposureRule, BooleanType, Border, BorderColors, BrandIcons, BreakPoint, BreakPointSection, Breakpoint, Breakpoints, BroadcastList, BrowserPushChannel, BrowserPushContentKeys, BrowserStorage, BuilderSpi, BulletedListData, Bundle, BusinessManagerPage, ButtonData, ButtonDataType, CalendarType, CaptionData, CatalogSPIConfig, CatalogSyncConfiguration, CellStyle, ChangeableProperty, ChannelBrandIcons, ChannelBranding, ChannelChannelBranding, ChannelChannelConfiguration, ChannelChannelConfigurationMessagingConfigOneOf, ChannelConfiguration, ChannelConfigurationChannelType, ChannelConfigurationMessagingConfigOneOf, ChannelIcon, ChannelImplementedMethods, ChannelMediaCapabilities, ChannelType, Checkbox, CheckboxConfiguration, CheckboxField, CheckboxGroup, CheckboxGroupOption, CheckoutContentSPIConfig, ClientResources, ClientSideService, CodeBlockData, CodePackageComponentData, CodePanel, CollapsibleListData, Color, ColorData, ColorDefinition, ColorSelectLabeled, ColorSelectLabeledDataOneOf, Colors, CommentFilterProviderConfig, CommentModerationProviderConfig, CommentsContextProviderConfig, CommonCustomOption, CommonImage, CommunicationChannelConfiguration, ComponentData, ComponentDataDataOneOf, ComponentMetaData, ComponentModel, ComponentReferenceDataConfig, ComponentTranslationAdditionalFieldsConfig, ComponentType, ComponentsMultilineAddress, ComponentsValidatorConfig, Condition, ConditionBlock, ConditionNode, ConditionNodeNodeOneOf, Conditions, Configuration, ConfirmationLevel, ConnectMethod, ConsentCategory, Consequence, ConstOrDynamicParam, ConstOrDynamicParamValueOneOf, Constraint, ContactData, ContactField, ContactLabelsComponentData, ContactNotification, ContactsData, ContactsNotificationData, Container, ContainerDataOneOf, ContainerType, ContentData, ContentProviderConfig, Context, ConversationLimitations, CoverImageConfiguration, CreateDataExtensionSchemaRequest, CreateDataExtensionSchemaResponse, CreateDataExtensionSchemaResponseNonNullableFields, CreateNewItemInfo, CreatedByCacheEntity, Crop, CrossSellConfig, CssDataType, CssPropertyType, CustomChargesConfig, CustomElement, CustomElementConsentCategoryOneOf, CustomElementScriptType, CustomElementWidget, CustomExperimentExposureRule, CustomFieldInfo, CustomFieldsType, CustomOption, CustomRefData, CustomReservationsApprovalConfig, CustomRewardProviderConfig, CustomScopeConfig, CustomTriggerConfig, CustomerStartDateLimitSPIConfig, DCConfigData, Dashboard, DashboardAction, DashboardApplicationData, DashboardButton, DashboardComponentData, DashboardItem, DashboardPlatfromComponentData, DataAction, DataComponent, DataExtensionSchema, DataExtensionSchemaCreatedEnvelope, DataExtensionSchemaDeletedEnvelope, DataExtensionSchemaNonNullableFields, DataExtensionSchemaState, DataExtensionSchemaUpdatedEnvelope, DataExtensionsComponentData, DataItem, DataItemSelectedDataTypeOneOf, DataItems, DataType, DateInput, DatePicker, DateTimeConstraints, DateTimeInput, Debounce, Decoration, DecorationDataOneOf, DecorationType, Deeplink, DeeplinkOfOneOf, Default, DefaultCountryConfig, DefaultCountryConfigOptionsOneOf, DefaultCountryConfigType, DefaultPresets, DefaultTaxGroupProviderConfig, DefaultTextStyle, Definition, Delay, DelayTypeOneOf, DeleteByWhiteListedMetaSiteRequest, DeleteByWhiteListedMetaSiteResponse, DeleteByWhiteListedMetaSiteResponseNonNullableFields, DeleteDemoDataExtensionSchemaRequest, DeleteDemoDataExtensionSchemaResponse, DeleteGlobalExtensionSchemaRequest, DeleteGlobalExtensionSchemaResponse, DeleteTemplateFields, DeploymentPipelineProviderConfig, Description, Design, DevCenterTestingComponentData, DevCenterTestingComponentDataTranslatableOneOfOneOf, Dimension, Dimensions, DirectMessageConfig, Direction, DiscountConfig, DiscountsSPIConfig, DiscoveryMetaData, DisplayField, DisplayFieldDisplayFieldTypeOptionsOneOf, DisplayFieldType, DisplayProperties, DisplayValue, DisputeServicePluginConfig, DividerData, DividerDataWidth, DmDirectMessageConfig, Docking, DockingProperties, DocumentStyle, Domain, DomainEvent, DomainEventBodyOneOf, DonationInput, DonationInputOption, DrillInListItem, DrillItem, DrillItemDataOneOf, DropDownLabeled, Dropdown, DropdownCustomOption, DropdownField, DropdownFieldOption, DropdownOption, DropshippingProviderSPIConfig, DtsContent, DtsDefinitionReference, DtsDefinitionReferenceDtsDefinitionOneOf, DtsDefinitionType, DtsHttpLink, DurationInputConfiguration, DurationRenameOptions, DynamicPriceOptions, DynamicSiteStructureProviderConfig, EditableFields, EditableProperties, EditorAddon, EditorBehaviors, EditorElement, EditorPresence, EditorReactComponent, ElementItem, ElementItemSelectedElementTypeOneOf, ElementType, EmailChannel, EmailEmailMessageConfig, EmailInfo, EmailInfoTag, EmailMessageConfig, EmailTemplateConfig, EmailTemplateConfigProviderOneOf, EmbedCategory, EmbedData, EmbeddedScriptComponentData, EmbeddedScriptPages, EmbeddedScriptPlacement, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, Environment, ErrorReporting, ErrorReportingArtifact, Escalation, EventAction, EventData, EventMetadata, EventTypeProviderConfig, EventValidationProviderConfig, Execution, ExecutionActionExecuteOneOf, ExecutionType, ExpectedInputs, ExperimentGroupWrapper, Exposure, ExposureRule, ExposureRuleRuleOneOf, ExposureRuleType, Extendable, ExtendingComponentType, ExtensionData, ExtensionDetails, ExtensionExposure, ExtensionType, ExternalDatabaseSpiConfig, ExternalFilterProviderConfig, FactorConfig, FactorType, FeedAggregation, FeedChannels, FeedChannelsConfig, FeesSPIConfig, Field, FieldFieldTypeOptionsOneOf, FieldGroup, FieldOverride, FieldOverridePropertyTypeOptionsOneOf, FieldOverrides, FieldType, FieldsOverrides, FieldsSettings, FileData, FileSource, FileSourceDataOneOf, FileUpload, Filter, FilterInfo, FilterInfoOptionsOneOf, FilterOptionsType, FilterSelectionType, FirstDayOfWeek, FixedPositionOptions, FixedPriceOptions, FocalPoint, FontDefinition, FontFamilyWithColorPicker, FontSizeData, FontType, FormFieldContactInfo, FormFieldContactInfoAdditionalInfoOneOf, FormLayout, FormOverride, FormOverrideEntityTypeOptionsOneOf, FormSchemaDynamicValuesSpiConfig, FormSchemaSpiConfig, FormSpamSubmissionReportPermissions, FormSpamSubmissionReportSpiConfig, FormSpamSubmissionReportsNamespaceConfig, FormSpamSubmissionSpiConfig, FormSpiExtensionConfig, FormSubmissionModerationSpiConfig, FormSubmissionSpiConfig, FormSubmissionSpiExtensionConfig, FormTemplate, FormTemplateTemplateTypeOptionsOneOf, Format, FormsPermissions, FormsSchemaNamespaceConfig, FormsSpamSubmissionsNamespaceConfig, FormsSubmissionsExtensionNamespaceConfig, FormsSubmissionsNamespaceConfig, ForwardAction, ForwardActionActionOneOf, FreeOptionConfiguration, FreeTrialConfiguration, FunctionDefinition, FunctionRecipe, FunctionsShopPriceSpiConfig, GIF, GIFData, GIFType, GalleryData, GalleryOptions, GalleryOptionsThumbnails, GbpFeatureConfig, GenericHookConfig, GenericHooksConfig, GenericOptions, GiftCardProviderConfig, Gradient, GradualDeleteCacheEntity, GradualRolloutCacheEntity, GradualUpdateCacheEntity, GridAppFilesTransformerConfig, GroupedContent, HTMLData, HTMLDataDataOneOf, HTMLDataSource, HTTPMethod, HeadingData, HeadlessOAuth, Height, HeightMode, HelpResources, HiddenOptions, HookType, HorizontalDocking, HostContainerId, HostedComponent, HostedPage, IDPConnectionConfig, Icon, IconDataOneOf, IconType, IdentificationData, IdentificationDataIdOneOf, Illustration, IllustrationIllustrationOneOf, Image, ImageConfig, ImageData, ImageDataStyles, ImageFit, ImageShape, Implementation, ImplementedMethods, ImportanceLevel, InitDirection, InitialExpandedItems, InitialPosition, Initiator, InitiatorDataOneOf, InitiatorType, InlineElement, Input, InputConfiguration, InputField, InputFieldInputTypeOptionsOneOf, InputField_Number, InputField_NumberComponentTypeOptionsOneOf, InputType, InputWithPlaceholder, InstallPage, InstallationInfo, InstallationInfoTargetContainerOneOf, InstallationSettings, InstallationSettingsOptionsOneOf, IntegerType, Intent, InterfaceConfiguration, InterfaceConfigurationOfTypeOneOf, InterfaceConfigurationType, InternalComponentMetadata, InventorySpiConfig, InvoicesActionsComponentData, InvoicesConfig, IsStretched, Item, ItemDataOneOf, ItemImage, ItemLayout, ItemSelection, ItemStyle, ItemThumbnail, ItemThumbnailOptionsOneOf, ItemType, ItemsSelectionProviderConfig, Keywords, Layout, LayoutCellData, LayoutType, LearnMore, LegacyBackOfficeExtensionWidget, LegacyBackOfficeExtensionWidgetAssetOneOf, LegacyBackOfficeMenuItem, LegacyBackOfficeMenuItemAction, Level, LightboxCloseOptions, LightboxContent, LightboxEditorSettings, LightboxOptions, LimiterField, LineItemsEnricherConfig, LineStyle, Link, LinkData, LinkPreviewData, LinkSuffix, LinkTarget, LinkType, ListDataExtensionSchemasOptions, ListDataExtensionSchemasRequest, ListDataExtensionSchemasResponse, ListDataExtensionSchemasResponseNonNullableFields, ListEventFromCalendars, ListValue, LiveSiteActionDeeplink, LocalDeliveryComponentData, LockableOperation, Logos, Main, MainPresets, MainPropsData, MandatoryField, MapData, MapSettings, MapType, Margin, Margins, MarketplaceSPIConfig, Maturity, MeasurementSystem, Media, MediaCapabilities, MediaItem, MediaItemMediaOneOf, MediaMimeType, MembershipsSPIConfig, MentionData, MenuAction, MenuActionActionOneOf, MenuSlot, MessageContainingTranslatables, MessageEnvelope, Metadata, Method, MobileApplication, MobileFeedChannel, MobileFeedContentKeys, MobilePushChannel, MobilePushChannelConfig, MobilePushContentKeys, ModalParams, Monitoring, MonitoringOptionsOneOf, MonitoringType, MultiServiceBookingPolicyProviderConfig, MultilineAddress, MultilineAddressComponentType, MultilineAddressComponentTypeOptionsOneOf, MultilineAddressValidation, MultilingualTranslationSchema, MultipleDashboardsComponentData, Namespace, NavigateToPageAction, NavigationType, NestedWidgets, Node, NodeDataOneOf, NodeStyle, NodeType, NotificationChannels, NotificationContent, NotificationPreferencesFilterConfig, NotificationTopic, NotificationTopicState, NotificationTopicType, Npm, NullValue, NumberComponentType, NumberInput, NumberOfColumns, NumberType, OAuthAppType, OAuthTechnologies, ObjectType, Oembed, Offset, OffsetValueOneOf, OneTimeOptionConfiguration, OpenComponent, OpenModalAction, Operator, Option, OptionDesign, OptionLayout, OrCondition, OrderValue, OrderedListData, Orientation, OriginInfo, OutOfIframeData, Output, OverrideEntityType, OverrideTemplateFields, PDFSettings, PDFSettingsViewMode, PackageDimension, PackageType, Padding, PageAnchor, PageComponentData, PageContent, PageDashboardApplicationComponent, PageEditorSettings, PageInstallation, PageInstallationSettings, PageNavigationOptions, PageOptions, PageOutOfIframeComponentData, PageReplace, PageReplaceOptions, PageReplaceOptionsOptionsOneOf, PageWidgetAsContent, Panel, PanelAction, PanelActionSelectedPanelTypeOneOf, PanelContentType, PanelSelectedContentTypeOneOf, PanelSize, PanelType, ParagraphData, Param, PartialPaymentRestriction, PartialUpdateCacheEntity, ParticipantType, PatternsWizard, Payment, PaymentComponentType, PaymentComponentTypeOptionsOneOf, PaymentDateModification, PaymentMethod, PaymentMethodMethodOneOf, PaymentServiceProviderConfig, PaymentServiceProviderCredentialsField, PaymentServiceProviderCredentialsFieldFieldOneOf, PaymentSettingsSPIConfig, PaymentType, PaymentsGatewayComponentData, PayoutsProviderConfig, PerkValues, PerksConfiguration, Permissions, PhoneConstraints, PhoneInfo, PhoneInfoTag, PhoneInput, PingNotificationComponentData, PingSettingsGroupComponentData, PingSettingsGroupComponentDataState, PlaceHolder, PlanDuration, PlanFormBenefitsSection, PlanFormCustomSection, PlanFormDefaultSection, PlanFormInfoSection, PlanFormInitialValue, PlanFormPagePermissionsSection, PlanFormPlanSettingsSection, PlanFormPreviewSection, PlanFormPricingAndDurationSection, PlanFormPricingOption, PlanFormSection, PlanFormSectionSectionOneOf, PlanFormTypeMetadata, PlanPeriodUnit, PlanPriceData, PlanPricing, PlanPricingPricingModelOneOf, PlanSettingsRowConfiguration, PlatfromComponentData, PlaybackOptions, PluginConfig, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataHeight, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, PluginInstallationSettings, PluginInterface, PluginMarketData, PluginPlacement, PolicyConfig, Poll, PollData, PollDataLayout, PollDesign, PollLayout, PollLayoutDirection, PollLayoutType, PollOption, PollSettings, Position, PostLoginConfig, PreRegisterConfig, PredefinedExpectedInput, PredefinedExpectedInputConfiguration, PredefinedExpectedInputConfigurationTypeOneOf, PredefinedLabel, Preset, PresetEditorPresence, PresetInfo, PresetItem, PresetSize, PreviewCardPlaceholders, PreviewConfiguration, PreviewFields, PriceSPIConfig, PriceType, PricingPlansFormConfiguration, PricingRecurring, Primitive, PrimitiveType, Product, ProductCheckboxGroup, ProductCheckboxGroupOption, ProductPriceOptionsOneOf, ProductRestrictionsConfig, ProductType, ProductsPathsConfig, PropertiesType, PropertiesTypeEnum, PropertiesTypePropertiesTypeOptionsOneOf, ProposalEditorProviderConfig, ProviderConfig, ProviderFilterOptions, PurchaseValidationsConfig, QuantityLimit, RadioButtonLabeled, RadioGroup, RadioGroupCustomOption, RadioGroupOption, RateLimit, RatingInput, ReactElementContainer, ReactElementContainerSelectedContainerTypeOneOf, RecipientFilter, RecipientFilterDataOneOf, RecipientFilterType, RecipientType, RecommendationsProviderConfig, RecurringOptionConfiguration, RedirectOptions, RefElement, Region, RegionType, ReindexEvent, ReindexField, Rel, ReplaceableOptions, ReplacementType, ReplacingOptions, RequestedField, RequiredOptions, ResetButton, Resource, Resources, ResponsysEmail, RestaurantsPOSComponentData, RestoreInfo, RestrictedOperation, Restriction, RestrictionLevel, Restrictions, RestrictionsConfig, ReviewsEntityCatalogProviderConfig, ReviewsProductCatalogProviderConfig, RewardProviderConfig, RichContent, RichContentOptions, RichTextWithIllustrationVertical, Rule, RuntimeComponentCacheEntity, RuntimeComponentCacheEntityComponent, RuntimeComponentCacheEntityComponentOneOf, RuntimeComponentCacheEntityExperiment, RuntimeComponentCacheEntityExperimentExperimentOneOf, Schema, SchemaConfig, SchemaField, SchemaFieldExposure, SchemaFieldFieldType, SchemaFieldType, SchemaFieldTypeFieldTypeOneOf, SchemaGroup, SchemaGroupElement, SchemaKey, SchemaScope, Scope, ScriptType, SdkDefinition, SearchField, SearchParams, Section, SentryOptions, SeoKeywordsSuggestionsSPIConfig, ServiceAction, ServiceAvailabilityPolicyProviderConfig, Settings, SettingsPanel, SettingsUrl, SetupFeeConfiguration, SharedPlatformMobilePushConfig, ShippingLabelCarrierSpiConfig, ShippingProviderConfig, ShippingRatesConfig, ShoutoutEmail, Signature, Simple, SimpleContainer, SimpleField, SimpleType, SingleContent, SingleKeyCondition, SiteConfig, SiteContributorsData, SiteMemberData, SiteWidgetSlot, Size, SliderLabeled, Slot, SlotData, SlotDataSlotTypeOneOf, SlotDataType, SlotParams, SmsActionMessage, SmsChannel, SmsContentKeys, SmsMessageConfig, SmsSmsMessageConfig, SnippetSolutionData, SocialMarketingDesignSPIConfig, SocialMarketingDesignsProviderConfig, Source, SourceOptionsOneOf, SourceType, SpamSubmissionPermissions, Spi, SpiBaseUri, Spoiler, SpoilerData, StartDatePolicySPIConfig, State, StaticContainer, StaticFileComponentData, StaticFilterOption, StaticFilterOptions, Status, Step, StorageDomain, StorageType, StringComponentType, StringType, StringTypeFormatOptionsOneOf, StudioComponentData, StudioWidgetComponentData, StudioWidgetVariation, StyleItem, StyleItemSelectedItemTypeOneOf, Styles, StylesBorder, SubPage, SubmitSettings, SubmitSettingsSubmitSuccessActionOptionsOneOf, SubmitSuccessAction, SubscriptionInfo, SyncToCalendar, SyncedProjectsProviderConfig, Tab, TableCellData, TableData, Tag, Target, TaxCalculationConfig, TaxCalculatorSpiConfig, TaxCountriesConfig, TaxGroupsProviderConfig, TaxIdValidatorConfig, TaxTypesConfig, TaxationCategoryProvider, TemplateDefaultColor, TemplateType, TermsAndConditionsConfiguration, TermsModalConfiguration, Text, TextAlignment, TextData, TextEnum, TextInput, TextInputDisplayType, TextInputLabeled, TextInputSettings, TextNodeStyle, TextStyle, TextStyleDefaultColorOneOf, TextToSpeechActionMessage, TextWithSuffix, TextWithSuffixSuffixOneOf, TextWithTooltip, ThankYouMessageOptions, ThankYouPageConfiguration, ThankYouPageInputConfig, ThankYouPageModalConfiguration, ThankYouPagePreviewConfiguration, ThankYouPageRedirectsConfiguration, ThumbnailData, ThumbnailType, Thumbnails, ThumbnailsAlignment, ThumbnailsSize, TicketReservationsSpiConfig, TimeInput, ToggleLabeled, ToolPanelConfig, TooltipSuffix, TopologyComponentData, TranslatedData, TranslatedMessageWithIdRepeated, TranslatedMessageWithUniqueFieldRepeated, Trigger, TriggerProviderSPIConfig, Type, TypedDynamicParam, TypedDynamicParamType, UnifiedLightbox, UnifiedPage, UnifiedPageEditorSettings, UnitType, Until, UpdateDataExtensionSchemaRequest, UpdateDataExtensionSchemaResponse, UpdateDataExtensionSchemaResponseNonNullableFields, UploadFileFormat, UpstreamWixCommonImage, Url, UrlData, UrlParam, UserNotification, UserNotificationData, UserNotificationDataContext, UserNotificationDataDeeplink, UserNotificationDataDeeplinkOfOneOf, UserNotificationDataInitiator, UserNotificationDataInitiatorDataOneOf, UserNotificationDataRecipientFilter, UserNotificationDataRecipientFilterDataOneOf, UserNotificationDataRecipientFilterType, UserNotificationDataType, V1ImplementedMethods, V1Link, V1LinkDataOneOf, V1Metadata, V1SchemaField, V1TextStyle, V2CommunicationChannelConfiguration, V2Condition, V2Rule, ValidationTarget, ValidationsSPIConfig, VeloActionConfig, VeloCustomCss, VeloPublishPipelineTaskProviderConfig, VelocityEmail, VerticalAlignment, VerticalDocking, Video, VideoData, ViewMode, ViewRole, VoiceChannel, VoiceContentKeys, VoteRole, WebComponentData, WebComponentDataElementType, WebFeedChannel, WebFeedContentKeys, WebhookComponentData, WebhookIdentityType, WidgetAsContent, WidgetBehavior, WidgetComponent, WidgetComponentData, WidgetComponentOptions, WidgetData, WidgetDetails, WidgetDisplay, WidgetHorizontal, WidgetInstallation, WidgetInstallationSettings, WidgetInstallationSettingsTargetContainerOneOf, WidgetOutOfIframeComponentData, WidgetPluginComponentData, WidgetSize, WidgetSizeHeight, WidgetSizeWidth, WidgetSlot, WidgetVertical, WidgetWidthType, Width, WidthType, WixApiOptions, WixCodePublishTaskName, WixDependency, WixFile, WixFileComponentType, WixFileComponentTypeOptionsOneOf, WixOfferingComponentData, WixOfferingComponentDataOfferingOneOf, WixUserData, WixUsersData, WorkerComponentData, _Array, _ArrayComponentTypeOptionsOneOf, _Boolean, _BooleanComponentTypeOptionsOneOf, _Date, _Function, _Number, _Object, _String, _StringComponentTypeOptionsOneOf, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
@@ -54,5 +54,5 @@ export const onDataExtensionSchemaUpdated = EventDefinition('wix.data_extensions
54
54
  ],
55
55
  },
56
56
  ])))();
57
- export { A11yAttributes, AcceptedDirectMessageType, AcceptedMessageTypesAcceptedDirectMessageType, AcceptedMessageTypesAcceptedSmsMessageType, AcceptedSmsMessageType, ActionName, ActionSPIConfigInterfaceConfigurationType, ActionType, AddressInfoTag, AlgorithmType, Alignment, AndroidStyle, AppType, ArrayComponentType, AvatarShape, BackOfficeHostingPlatforms, BackOfficeScriptAssetType, BackgroundType, BarAlignmentSelected, BlockType, BooleanComponentType, ButtonDataType, CalendarType, ChangeableProperty, ChannelConfigurationChannelType, ChannelType, ComponentType, ConfirmationLevel, ConnectMethod, ConsentCategory, ContactField, ContainerType, Crop, CssDataType, CssPropertyType, CustomElementScriptType, CustomFieldsType, DataExtensionSchemaState, DataType, DecorationType, Default, DefaultCountryConfigType, DefaultTextStyle, Direction, DisplayFieldType, DividerDataWidth, Domain, DtsDefinitionType, EditableProperties, ElementType, EmailInfoTag, EmbedCategory, EmbeddedScriptPages, EmbeddedScriptPlacement, Environment, Escalation, ExecutionType, Exposure, ExposureRuleType, ExtendingComponentType, ExtensionType, FactorType, FieldType, FilterOptionsType, FilterSelectionType, FirstDayOfWeek, FontType, Format, GIFType, HTMLDataSource, HTTPMethod, HeightMode, HookType, HorizontalDocking, HostContainerId, IconType, ImageFit, ImageShape, ImportanceLevel, InitDirection, InitialExpandedItems, InitiatorType, InputType, InstallPage, Intent, InterfaceConfigurationType, ItemType, LayoutType, Level, LineStyle, LinkTarget, LinkType, ListEventFromCalendars, LockableOperation, MandatoryField, MapType, Maturity, MeasurementSystem, MediaMimeType, Method, MobileApplication, MonitoringType, MultilineAddressComponentType, NavigationType, NodeType, NotificationTopicState, NotificationTopicType, NullValue, NumberComponentType, NumberOfColumns, OAuthAppType, OAuthTechnologies, Operator, Orientation, OverrideEntityType, PDFSettingsViewMode, PanelContentType, PanelType, PartialPaymentRestriction, ParticipantType, PaymentComponentType, PhoneInfoTag, PingSettingsGroupComponentDataState, PlanFormDefaultSection, PlanFormPricingOption, PlanPeriodUnit, PluginContainerDataAlignment, PluginInterface, PollLayoutDirection, PollLayoutType, PriceType, PrimitiveType, ProductType, PropertiesTypeEnum, RecipientFilterType, RecipientType, Region, RegionType, ReplacementType, RequestedField, RestrictedOperation, RestrictionLevel, SchemaFieldExposure, SchemaFieldFieldType, SchemaScope, Scope, ScriptType, SimpleType, SlotDataType, SourceType, StaticContainer, Status, StorageDomain, StorageType, StringComponentType, SubmitSuccessAction, SyncToCalendar, Tag, Target, TemplateDefaultColor, TemplateType, TextAlignment, TextInputDisplayType, ThumbnailType, ThumbnailsAlignment, ThumbnailsSize, Type, TypedDynamicParamType, UnitType, UploadFileFormat, UserNotificationDataRecipientFilterType, UserNotificationDataType, VerticalAlignment, VerticalDocking, ViewMode, ViewRole, VoteRole, WebComponentDataElementType, WebhookIdentityType, WidgetHorizontal, WidgetVertical, WidgetWidthType, Width, WidthType, WixCodePublishTaskName, WixFileComponentType, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
57
+ export { A11yAttributes, AcceptedDirectMessageType, AcceptedMessageTypesAcceptedDirectMessageType, AcceptedMessageTypesAcceptedSmsMessageType, AcceptedSmsMessageType, ActionName, ActionSPIConfigInterfaceConfigurationType, ActionType, AddressInfoTag, AlgorithmType, Alignment, AndroidStyle, AppType, Archetype, ArrayComponentType, AvatarShape, BackOfficeHostingPlatforms, BackOfficeScriptAssetType, BackgroundType, BarAlignmentSelected, BlockType, BooleanComponentType, ButtonDataType, CalendarType, ChangeableProperty, ChannelConfigurationChannelType, ChannelType, ComponentType, ConfirmationLevel, ConnectMethod, ConsentCategory, ContactField, ContainerType, Crop, CssDataType, CssPropertyType, CustomElementScriptType, CustomFieldsType, DataExtensionSchemaState, DataType, DecorationType, Default, DefaultCountryConfigType, DefaultTextStyle, Direction, DisplayFieldType, DividerDataWidth, Domain, DtsDefinitionType, EditableProperties, ElementType, EmailInfoTag, EmbedCategory, EmbeddedScriptPages, EmbeddedScriptPlacement, Environment, Escalation, ExecutionType, Exposure, ExposureRuleType, ExtendingComponentType, ExtensionType, FactorType, FieldType, FilterOptionsType, FilterSelectionType, FirstDayOfWeek, FontType, Format, GIFType, HTMLDataSource, HTTPMethod, HeightMode, HookType, HorizontalDocking, HostContainerId, IconType, ImageFit, ImageShape, ImportanceLevel, InitDirection, InitialExpandedItems, InitiatorType, InputType, InstallPage, Intent, InterfaceConfigurationType, ItemType, LayoutType, Level, LineStyle, LinkTarget, LinkType, ListEventFromCalendars, LockableOperation, MandatoryField, MapType, Maturity, MeasurementSystem, MediaMimeType, Method, MobileApplication, MonitoringType, MultilineAddressComponentType, NavigationType, NodeType, NotificationTopicState, NotificationTopicType, NullValue, NumberComponentType, NumberOfColumns, OAuthAppType, OAuthTechnologies, Operator, Orientation, OverrideEntityType, PDFSettingsViewMode, PanelContentType, PanelType, PartialPaymentRestriction, ParticipantType, PaymentComponentType, PhoneInfoTag, PingSettingsGroupComponentDataState, PlanFormDefaultSection, PlanFormPricingOption, PlanPeriodUnit, PluginContainerDataAlignment, PluginInterface, PollLayoutDirection, PollLayoutType, PriceType, PrimitiveType, ProductType, PropertiesTypeEnum, RecipientFilterType, RecipientType, Region, RegionType, ReplacementType, RequestedField, RestrictedOperation, RestrictionLevel, SchemaFieldExposure, SchemaFieldFieldType, SchemaScope, Scope, ScriptType, SimpleType, SlotDataType, SourceType, StaticContainer, Status, StorageDomain, StorageType, StringComponentType, SubmitSuccessAction, SyncToCalendar, Tag, Target, TemplateDefaultColor, TemplateType, TextAlignment, TextInputDisplayType, ThumbnailType, ThumbnailsAlignment, ThumbnailsSize, Type, TypedDynamicParamType, UnitType, UploadFileFormat, UserNotificationDataRecipientFilterType, UserNotificationDataType, VerticalAlignment, VerticalDocking, ViewMode, ViewRole, VoteRole, WebComponentDataElementType, WebhookIdentityType, WidgetHorizontal, WidgetVertical, WidgetWidthType, Width, WidthType, WixCodePublishTaskName, WixFileComponentType, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
58
58
  //# sourceMappingURL=data-extensions-v1-data-extension-schema-schemas.public.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-extensions-v1-data-extension-schema-schemas.public.js","sourceRoot":"","sources":["../../../../src/data-extensions-v1-data-extension-schema-schemas.public.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"data-extensions-v1-data-extension-schema-schemas.public.js","sourceRoot":"","sources":["../../../../src/data-extensions-v1-data-extension-schema-schemas.public.ts"],"names":[],"mappings":"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"}
@@ -9512,19 +9512,19 @@ export interface QuantityLimit {
9512
9512
  export interface FixedPriceOptions {
9513
9513
  /**
9514
9514
  * Fixed price monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99).
9515
- * @decimalValue options - {gte:0.00,maxScale:2}
9515
+ * @decimalValue options { gte:0.00, maxScale:2 }
9516
9516
  */
9517
9517
  price?: string;
9518
9518
  }
9519
9519
  export interface DynamicPriceOptions {
9520
9520
  /**
9521
9521
  * Minimal price monetary amount.
9522
- * @decimalValue options - {gte:0.00,maxScale:2}
9522
+ * @decimalValue options { gte:0.00, maxScale:2 }
9523
9523
  */
9524
9524
  minPrice?: string;
9525
9525
  /**
9526
9526
  * Maximal price monetary amount.
9527
- * @decimalValue options - {gte:0.00,maxScale:2}
9527
+ * @decimalValue options { gte:0.00, maxScale:2 }
9528
9528
  */
9529
9529
  maxPrice?: string | null;
9530
9530
  }
@@ -11619,6 +11619,8 @@ export interface EditorReactComponent {
11619
11619
  editorElement?: EditorElement;
11620
11620
  /** The installation settings of the component */
11621
11621
  installation?: InstallationInfo;
11622
+ /** The Archetype this component adheres to, to be used for classification by AI models */
11623
+ archetype?: Archetype;
11622
11624
  }
11623
11625
  export interface Resources {
11624
11626
  /** The bundle we will load and render in the browser */
@@ -11749,12 +11751,18 @@ export declare enum CssPropertyType {
11749
11751
  textDecorationLine = "textDecorationLine",
11750
11752
  textDecorationStyle = "textDecorationStyle",
11751
11753
  textDecorationThickness = "textDecorationThickness",
11752
- /** general properties */
11754
+ /** general box properties */
11753
11755
  boxShadow = "boxShadow",
11754
11756
  opacity = "opacity",
11757
+ overflow = "overflow",
11755
11758
  /** layout properties */
11756
11759
  alignSelf = "alignSelf",
11757
- justifyContent = "justifyContent"
11760
+ justifyContent = "justifyContent",
11761
+ alignItems = "alignItems",
11762
+ flexDirection = "flexDirection",
11763
+ gap = "gap",
11764
+ height = "height",
11765
+ width = "width"
11758
11766
  }
11759
11767
  /** The supported [CSS Data Types](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types) in Javascript naming format */
11760
11768
  export declare enum CssDataType {
@@ -11763,7 +11771,8 @@ export declare enum CssDataType {
11763
11771
  length = "length",
11764
11772
  color = "color",
11765
11773
  angle = "angle",
11766
- percentage = "percentage"
11774
+ percentage = "percentage",
11775
+ blendMode = "blendMode"
11767
11776
  }
11768
11777
  export interface DataItem extends DataItemSelectedDataTypeOneOf {
11769
11778
  /** An optional object to define limitations on the text input */
@@ -11856,7 +11865,9 @@ export declare enum DataType {
11856
11865
  /** A container place in the component that will be passed in as {children} or a function prop, depending on the case */
11857
11866
  container = "container",
11858
11867
  /** An array type of data */
11859
- arrayItems = "arrayItems"
11868
+ arrayItems = "arrayItems",
11869
+ /** selected `direction` for the component according to (HTML `dir` attribute)[https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir] */
11870
+ direction = "direction"
11860
11871
  }
11861
11872
  export interface Text {
11862
11873
  /** Indicates maximum length allowed for the text */
@@ -12338,6 +12349,46 @@ export interface InstallationInfoTargetContainerOneOf {
12338
12349
  /** Which static container should the widget be installed at */
12339
12350
  staticContainer?: StaticContainer;
12340
12351
  }
12352
+ export declare enum Archetype {
12353
+ UNKNOWN_Archetype = "UNKNOWN_Archetype",
12354
+ Button = "Button",
12355
+ LoginButton = "LoginButton",
12356
+ Image = "Image",
12357
+ Gallery = "Gallery",
12358
+ Video = "Video",
12359
+ Audio = "Audio",
12360
+ Text = "Text",
12361
+ TextInput = "TextInput",
12362
+ RichTextEditor = "RichTextEditor",
12363
+ SignatureInput = "SignatureInput",
12364
+ Checkbox = "Checkbox",
12365
+ RadioGroup = "RadioGroup",
12366
+ Switch = "Switch",
12367
+ Dropdown = "Dropdown",
12368
+ DatePicker = "DatePicker",
12369
+ TimePicker = "TimePicker",
12370
+ Ratings = "Ratings",
12371
+ RatingInput = "RatingInput",
12372
+ Menu = "Menu",
12373
+ Pagination = "Pagination",
12374
+ Slider = "Slider",
12375
+ Container = "Container",
12376
+ Carousel = "Carousel",
12377
+ Accordion = "Accordion",
12378
+ Tabs = "Tabs",
12379
+ ProgressBar = "ProgressBar",
12380
+ Upload = "Upload",
12381
+ Social = "Social",
12382
+ Breadcrumbs = "Breadcrumbs",
12383
+ SearchBox = "SearchBox",
12384
+ Map = "Map",
12385
+ Line = "Line",
12386
+ Logo = "Logo",
12387
+ Avatar = "Avatar",
12388
+ Captcha = "Captcha",
12389
+ VectorArt = "VectorArt",
12390
+ AnimatedGraphic = "AnimatedGraphic"
12391
+ }
12341
12392
  export interface MarketplaceSPIConfig {
12342
12393
  /** URI where the SPI implementer is deployed */
12343
12394
  deploymentUri?: SpiBaseUri;
@@ -1809,12 +1809,18 @@ export var CssPropertyType;
1809
1809
  CssPropertyType["textDecorationLine"] = "textDecorationLine";
1810
1810
  CssPropertyType["textDecorationStyle"] = "textDecorationStyle";
1811
1811
  CssPropertyType["textDecorationThickness"] = "textDecorationThickness";
1812
- /** general properties */
1812
+ /** general box properties */
1813
1813
  CssPropertyType["boxShadow"] = "boxShadow";
1814
1814
  CssPropertyType["opacity"] = "opacity";
1815
+ CssPropertyType["overflow"] = "overflow";
1815
1816
  /** layout properties */
1816
1817
  CssPropertyType["alignSelf"] = "alignSelf";
1817
1818
  CssPropertyType["justifyContent"] = "justifyContent";
1819
+ CssPropertyType["alignItems"] = "alignItems";
1820
+ CssPropertyType["flexDirection"] = "flexDirection";
1821
+ CssPropertyType["gap"] = "gap";
1822
+ CssPropertyType["height"] = "height";
1823
+ CssPropertyType["width"] = "width";
1818
1824
  })(CssPropertyType || (CssPropertyType = {}));
1819
1825
  /** The supported [CSS Data Types](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types) in Javascript naming format */
1820
1826
  export var CssDataType;
@@ -1825,6 +1831,7 @@ export var CssDataType;
1825
1831
  CssDataType["color"] = "color";
1826
1832
  CssDataType["angle"] = "angle";
1827
1833
  CssDataType["percentage"] = "percentage";
1834
+ CssDataType["blendMode"] = "blendMode";
1828
1835
  })(CssDataType || (CssDataType = {}));
1829
1836
  export var DataType;
1830
1837
  (function (DataType) {
@@ -1875,6 +1882,8 @@ export var DataType;
1875
1882
  DataType["container"] = "container";
1876
1883
  /** An array type of data */
1877
1884
  DataType["arrayItems"] = "arrayItems";
1885
+ /** selected `direction` for the component according to (HTML `dir` attribute)[https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir] */
1886
+ DataType["direction"] = "direction";
1878
1887
  })(DataType || (DataType = {}));
1879
1888
  export var A11yAttributes;
1880
1889
  (function (A11yAttributes) {
@@ -2007,6 +2016,47 @@ export var ActionName;
2007
2016
  /** actionName to be triggered from the defined custom actions */
2008
2017
  ActionName["custom"] = "custom";
2009
2018
  })(ActionName || (ActionName = {}));
2019
+ export var Archetype;
2020
+ (function (Archetype) {
2021
+ Archetype["UNKNOWN_Archetype"] = "UNKNOWN_Archetype";
2022
+ Archetype["Button"] = "Button";
2023
+ Archetype["LoginButton"] = "LoginButton";
2024
+ Archetype["Image"] = "Image";
2025
+ Archetype["Gallery"] = "Gallery";
2026
+ Archetype["Video"] = "Video";
2027
+ Archetype["Audio"] = "Audio";
2028
+ Archetype["Text"] = "Text";
2029
+ Archetype["TextInput"] = "TextInput";
2030
+ Archetype["RichTextEditor"] = "RichTextEditor";
2031
+ Archetype["SignatureInput"] = "SignatureInput";
2032
+ Archetype["Checkbox"] = "Checkbox";
2033
+ Archetype["RadioGroup"] = "RadioGroup";
2034
+ Archetype["Switch"] = "Switch";
2035
+ Archetype["Dropdown"] = "Dropdown";
2036
+ Archetype["DatePicker"] = "DatePicker";
2037
+ Archetype["TimePicker"] = "TimePicker";
2038
+ Archetype["Ratings"] = "Ratings";
2039
+ Archetype["RatingInput"] = "RatingInput";
2040
+ Archetype["Menu"] = "Menu";
2041
+ Archetype["Pagination"] = "Pagination";
2042
+ Archetype["Slider"] = "Slider";
2043
+ Archetype["Container"] = "Container";
2044
+ Archetype["Carousel"] = "Carousel";
2045
+ Archetype["Accordion"] = "Accordion";
2046
+ Archetype["Tabs"] = "Tabs";
2047
+ Archetype["ProgressBar"] = "ProgressBar";
2048
+ Archetype["Upload"] = "Upload";
2049
+ Archetype["Social"] = "Social";
2050
+ Archetype["Breadcrumbs"] = "Breadcrumbs";
2051
+ Archetype["SearchBox"] = "SearchBox";
2052
+ Archetype["Map"] = "Map";
2053
+ Archetype["Line"] = "Line";
2054
+ Archetype["Logo"] = "Logo";
2055
+ Archetype["Avatar"] = "Avatar";
2056
+ Archetype["Captcha"] = "Captcha";
2057
+ Archetype["VectorArt"] = "VectorArt";
2058
+ Archetype["AnimatedGraphic"] = "AnimatedGraphic";
2059
+ })(Archetype || (Archetype = {}));
2010
2060
  export var RestrictionLevel;
2011
2061
  (function (RestrictionLevel) {
2012
2062
  RestrictionLevel["UNKNOWN_RESTRICTION_TYPE"] = "UNKNOWN_RESTRICTION_TYPE";