@wix/auto_sdk_data-extension-schema_schemas 1.0.0 → 1.0.2

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 +2 -2
  2. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js +10 -5
  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 +9 -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 +278 -45
  8. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +71 -17
  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 +287 -45
  11. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +77 -17
  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 +2 -2
  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 +278 -45
  20. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +67 -13
  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 +287 -45
  23. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +73 -13
  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 +2 -2
  26. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.context.js +10 -5
  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 +9 -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 +278 -45
  32. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +71 -17
  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 +287 -45
  35. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +77 -17
  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 +2 -2
  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 +278 -45
  44. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +67 -13
  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 +287 -45
  47. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +73 -13
  48. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js.map +1 -1
  49. package/package.json +2 -2
@@ -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, ActionSpiConfig, ActionType, Actions, AdaptiveComponentProviderConfig, AddCustomFields, AdditionalFeesSPIConfig, AdditionalStepInfo, AdditionalTaxGroup, AddonMarketData, AddressInfo, AddressInfoTag, AddressLine2, AdminConfigurableTextInput, AlertEnricherSpiConfiguration, AlgorithmConfig, AlgorithmType, Alignment, AllowedValuesOptions, AlternativeUri, AnchorData, AnchorMetaData, AndCondition, AndroidMobilePushConfig, AndroidStyle, ApiWidth, AppConfig, AppConfiguration, AppData, AppEmbedData, AppEmbedDataAppDataOneOf, AppPermissions, AppRuntimeDataCacheEntity, AppRuntimeDataEvent, AppType, ApplicationAutomationComponent, ApplicationProfile, ApplicationProfileProviderConfig, ArrayComponentType, ArrayItems, ArrayItemsItemTypeOptionsOneOf, ArrayType, 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, 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, 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, DataType, DateInput, DatePicker, DateTimeConstraints, DateTimeInput, Debounce, Decoration, DecorationDataOneOf, DecorationType, Deeplink, DeeplinkOfOneOf, Default, DefaultCountryConfig, DefaultCountryConfigOptionsOneOf, DefaultCountryConfigType, 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, FormSchemaSpiConfig, FormSpamSubmissionReportPermissions, FormSpamSubmissionReportSpiConfig, FormSpamSubmissionReportsNamespaceConfig, FormSpamSubmissionSpiConfig, FormSpiExtensionConfig, 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, ImageFit, ImageShape, Implementation, ImplementedMethods, ImportanceLevel, InitDirection, InitialExpandedItems, InitialPosition, Initiator, InitiatorDataOneOf, InitiatorType, InlineElement, Input, InputConfiguration, InputField, InputFieldInputTypeOptionsOneOf, InputField_Number, InputField_NumberComponentTypeOptionsOneOf, InputType, InputWithPlaceholder, InstallPage, InstallationSettings, InstallationSettingsOptionsOneOf, IntegerType, Intent, InterfaceConfiguration, InterfaceConfigurationOptionsOneOf, 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, 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, ProductType, ProductsPathsConfig, PropertiesType, PropertiesTypeEnum, PropertiesTypePropertiesTypeOptionsOneOf, ProposalEditorProviderConfig, ProviderConfig, ProviderFilterOptions, PurchaseValidationsConfig, QuantityLimit, RadioButtonLabeled, RadioGroup, RadioGroupCustomOption, RadioGroupOption, RateLimit, RatingInput, RecipientFilter, RecipientFilterDataOneOf, RecipientFilterType, RecommendationsProviderConfig, RecurringOptionConfiguration, RedirectOptions, RefElement, Region, RegionType, ReindexEvent, ReindexField, Rel, ReplaceableOptions, ReplacementType, ReplacingOptions, RequestedField, RequiredOptions, ResetButton, Resource, Resources, ResponsysEmail, RestaurantsPOSComponentData, RestoreInfo, RestrictedOperation, Restrictions, ReviewsEntityCatalogProviderConfig, ReviewsProductCatalogProviderConfig, RichContent, RichContentOptions, RichTextWithIllustrationVertical, Rule, RuntimeComponentCacheEntity, RuntimeComponentCacheEntityComponent, RuntimeComponentCacheEntityComponentOneOf, RuntimeComponentCacheEntityExperiment, RuntimeComponentCacheEntityExperimentExperimentOneOf, Schema, SchemaConfig, SchemaField, SchemaFieldExposure, SchemaFieldFieldType, SchemaFieldType, SchemaFieldTypeFieldTypeOneOf, SchemaGroup, SchemaGroupElement, SchemaKey, SchemaScope, ScriptType, SdkDefinition, SearchField, SearchParams, Section, SentryOptions, SeoKeywordsSuggestionsSPIConfig, ServiceAction, ServiceAvailabilityPolicyProviderConfig, Settings, SettingsPanel, SettingsUrl, SetupFeeConfiguration, SharedPlatformMobilePushConfig, ShippingLabelCarrierSpiConfig, ShippingProviderConfig, ShippingRatesConfig, ShoutoutEmail, Signature, Simple, 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, StaticFileComponentData, StaticFilterOption, StaticFilterOptions, Status, Step, StorageDomain, StorageType, StringComponentType, StringType, StringTypeFormatOptionsOneOf, StudioComponentData, StudioWidgetComponentData, StudioWidgetVariation, StyleItem, StyleItemSelectedItemTypeOneOf, Styles, 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, 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, WidgetComponentData, WidgetComponentOptions, WidgetData, WidgetDetails, WidgetDisplay, WidgetHorizontal, WidgetInstallation, WidgetInstallationSettings, 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, 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, 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, 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, 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, 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';
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Direction = exports.DefaultTextStyle = exports.DefaultCountryConfigType = exports.Default = exports.DecorationType = exports.DataType = exports.DataExtensionSchemaState = exports.CustomFieldsType = exports.CustomElementScriptType = exports.CssPropertyType = exports.CssDataType = exports.Crop = exports.ContactField = exports.ConsentCategory = exports.ConnectMethod = exports.ConfirmationLevel = exports.ComponentType = exports.ChannelType = exports.ChannelConfigurationChannelType = exports.ChangeableProperty = exports.CalendarType = exports.ButtonDataType = exports.BooleanComponentType = exports.BlockType = exports.BarAlignmentSelected = exports.BackgroundType = exports.BackOfficeScriptAssetType = exports.BackOfficeHostingPlatforms = exports.AvatarShape = exports.ArrayComponentType = exports.AppType = exports.AndroidStyle = exports.Alignment = exports.AlgorithmType = exports.AddressInfoTag = exports.ActionType = exports.ActionName = exports.AcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.AcceptedDirectMessageType = exports.A11yAttributes = exports.onDataExtensionSchemaUpdated = exports.onDataExtensionSchemaDeleted = exports.onDataExtensionSchemaCreated = exports.deleteByWhiteListedMetaSite = exports.listDataExtensionSchemas = exports.updateDataExtensionSchema = exports.createDataExtensionSchema = exports.__metadata = void 0;
4
- exports.LockableOperation = exports.ListEventFromCalendars = exports.LinkType = exports.LinkTarget = exports.LineStyle = exports.Level = exports.LayoutType = exports.ItemType = exports.InterfaceConfigurationType = exports.Intent = exports.InstallPage = exports.InputType = exports.InitiatorType = exports.InitialExpandedItems = exports.InitDirection = exports.ImportanceLevel = exports.ImageShape = exports.ImageFit = exports.IconType = exports.HostContainerId = exports.HorizontalDocking = exports.HookType = exports.HeightMode = exports.HTTPMethod = exports.HTMLDataSource = exports.GIFType = exports.Format = exports.FontType = exports.FirstDayOfWeek = exports.FilterSelectionType = exports.FilterOptionsType = exports.FieldType = exports.FactorType = exports.ExtensionType = exports.ExtendingComponentType = exports.ExposureRuleType = exports.Exposure = exports.ExecutionType = exports.Escalation = exports.Environment = exports.EmbeddedScriptPlacement = exports.EmbeddedScriptPages = exports.EmbedCategory = exports.EmailInfoTag = exports.ElementType = exports.EditableProperties = exports.DtsDefinitionType = exports.Domain = exports.DividerDataWidth = exports.DisplayFieldType = void 0;
5
- exports.ScriptType = exports.SchemaScope = exports.SchemaFieldFieldType = exports.SchemaFieldExposure = exports.RestrictedOperation = exports.RequestedField = exports.ReplacementType = exports.RegionType = exports.Region = exports.RecipientFilterType = exports.PropertiesTypeEnum = exports.ProductType = exports.PrimitiveType = exports.PriceType = exports.PollLayoutType = exports.PollLayoutDirection = exports.PluginInterface = exports.PluginContainerDataAlignment = exports.PlanPeriodUnit = exports.PlanFormPricingOption = exports.PlanFormDefaultSection = exports.PingSettingsGroupComponentDataState = exports.PhoneInfoTag = exports.PaymentComponentType = exports.ParticipantType = exports.PartialPaymentRestriction = exports.PanelType = exports.PanelContentType = exports.PDFSettingsViewMode = exports.OverrideEntityType = exports.Orientation = exports.Operator = exports.OAuthTechnologies = exports.OAuthAppType = exports.NumberOfColumns = exports.NumberComponentType = exports.NullValue = exports.NotificationTopicType = exports.NotificationTopicState = exports.NodeType = exports.NavigationType = exports.MultilineAddressComponentType = exports.MonitoringType = exports.MobileApplication = exports.Method = exports.MediaMimeType = exports.MeasurementSystem = exports.Maturity = exports.MapType = exports.MandatoryField = void 0;
6
- exports.WixFileComponentType = exports.WixCodePublishTaskName = exports.WidthType = exports.Width = exports.WidgetWidthType = exports.WidgetVertical = exports.WidgetHorizontal = exports.WebhookIdentityType = exports.WebComponentDataElementType = exports.VoteRole = exports.ViewRole = exports.ViewMode = exports.VerticalDocking = exports.VerticalAlignment = exports.UserNotificationDataType = exports.UserNotificationDataRecipientFilterType = exports.UploadFileFormat = exports.UnitType = exports.TypedDynamicParamType = exports.Type = exports.ThumbnailsSize = exports.ThumbnailsAlignment = exports.ThumbnailType = exports.TextInputDisplayType = exports.TextAlignment = exports.TemplateType = exports.TemplateDefaultColor = exports.Target = exports.Tag = exports.SyncToCalendar = exports.SubmitSuccessAction = exports.StringComponentType = exports.StorageType = exports.StorageDomain = exports.Status = exports.SourceType = exports.SlotDataType = exports.SimpleType = void 0;
3
+ exports.DefaultTextStyle = exports.DefaultCountryConfigType = exports.Default = exports.DecorationType = exports.DataType = exports.DataExtensionSchemaState = exports.CustomFieldsType = exports.CustomElementScriptType = exports.CssPropertyType = exports.CssDataType = exports.Crop = exports.ContactField = exports.ConsentCategory = exports.ConnectMethod = exports.ConfirmationLevel = exports.ComponentType = exports.ChannelType = exports.ChannelConfigurationChannelType = exports.ChangeableProperty = exports.CalendarType = exports.ButtonDataType = exports.BooleanComponentType = exports.BlockType = exports.BarAlignmentSelected = exports.BackgroundType = exports.BackOfficeScriptAssetType = exports.BackOfficeHostingPlatforms = exports.AvatarShape = exports.ArrayComponentType = exports.AppType = exports.AndroidStyle = exports.Alignment = exports.AlgorithmType = exports.AddressInfoTag = exports.ActionType = exports.ActionSPIConfigInterfaceConfigurationType = exports.ActionName = exports.AcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.AcceptedDirectMessageType = exports.A11yAttributes = exports.onDataExtensionSchemaUpdated = exports.onDataExtensionSchemaDeleted = exports.onDataExtensionSchemaCreated = exports.deleteByWhiteListedMetaSite = exports.listDataExtensionSchemas = exports.updateDataExtensionSchema = exports.createDataExtensionSchema = exports.__metadata = void 0;
4
+ exports.ListEventFromCalendars = exports.LinkType = exports.LinkTarget = exports.LineStyle = exports.Level = exports.LayoutType = exports.ItemType = exports.InterfaceConfigurationType = exports.Intent = exports.InstallPage = exports.InputType = exports.InitiatorType = exports.InitialExpandedItems = exports.InitDirection = exports.ImportanceLevel = exports.ImageShape = exports.ImageFit = exports.IconType = exports.HostContainerId = exports.HorizontalDocking = exports.HookType = exports.HeightMode = exports.HTTPMethod = exports.HTMLDataSource = exports.GIFType = exports.Format = exports.FontType = exports.FirstDayOfWeek = exports.FilterSelectionType = exports.FilterOptionsType = exports.FieldType = exports.FactorType = exports.ExtensionType = exports.ExtendingComponentType = exports.ExposureRuleType = exports.Exposure = exports.ExecutionType = exports.Escalation = exports.Environment = exports.EmbeddedScriptPlacement = exports.EmbeddedScriptPages = exports.EmbedCategory = exports.EmailInfoTag = exports.ElementType = exports.EditableProperties = exports.DtsDefinitionType = exports.Domain = exports.DividerDataWidth = exports.DisplayFieldType = exports.Direction = void 0;
5
+ exports.SchemaFieldExposure = exports.RestrictionLevel = exports.RestrictedOperation = exports.RequestedField = exports.ReplacementType = exports.RegionType = exports.Region = exports.RecipientType = exports.RecipientFilterType = exports.PropertiesTypeEnum = exports.ProductType = exports.PrimitiveType = exports.PriceType = exports.PollLayoutType = exports.PollLayoutDirection = exports.PluginInterface = exports.PluginContainerDataAlignment = exports.PlanPeriodUnit = exports.PlanFormPricingOption = exports.PlanFormDefaultSection = exports.PingSettingsGroupComponentDataState = exports.PhoneInfoTag = exports.PaymentComponentType = exports.ParticipantType = exports.PartialPaymentRestriction = exports.PanelType = exports.PanelContentType = exports.PDFSettingsViewMode = exports.OverrideEntityType = exports.Orientation = exports.Operator = exports.OAuthTechnologies = exports.OAuthAppType = exports.NumberOfColumns = exports.NumberComponentType = exports.NullValue = exports.NotificationTopicType = exports.NotificationTopicState = exports.NodeType = exports.NavigationType = exports.MultilineAddressComponentType = exports.MonitoringType = exports.MobileApplication = exports.Method = exports.MediaMimeType = exports.MeasurementSystem = exports.Maturity = exports.MapType = exports.MandatoryField = exports.LockableOperation = void 0;
6
+ exports.WixFileComponentType = exports.WixCodePublishTaskName = exports.WidthType = exports.Width = exports.WidgetWidthType = exports.WidgetVertical = exports.WidgetHorizontal = exports.WebhookIdentityType = exports.WebComponentDataElementType = exports.VoteRole = exports.ViewRole = exports.ViewMode = exports.VerticalDocking = exports.VerticalAlignment = exports.UserNotificationDataType = exports.UserNotificationDataRecipientFilterType = exports.UploadFileFormat = exports.UnitType = exports.TypedDynamicParamType = exports.Type = exports.ThumbnailsSize = exports.ThumbnailsAlignment = exports.ThumbnailType = exports.TextInputDisplayType = exports.TextAlignment = exports.TemplateType = exports.TemplateDefaultColor = exports.Target = exports.Tag = exports.SyncToCalendar = exports.SubmitSuccessAction = exports.StringComponentType = exports.StorageType = exports.StorageDomain = exports.Status = exports.StaticContainer = exports.SourceType = exports.SlotDataType = exports.SimpleType = exports.ScriptType = exports.Scope = exports.SchemaScope = exports.SchemaFieldFieldType = void 0;
7
7
  const rename_all_nested_keys_1 = require("@wix/sdk-runtime/rename-all-nested-keys");
8
8
  const timestamp_1 = require("@wix/sdk-runtime/transformations/timestamp");
9
9
  const transform_paths_1 = require("@wix/sdk-runtime/transformations/transform-paths");
@@ -71,6 +71,7 @@ Object.defineProperty(exports, "AcceptedMessageTypesAcceptedDirectMessageType",
71
71
  Object.defineProperty(exports, "AcceptedMessageTypesAcceptedSmsMessageType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.AcceptedMessageTypesAcceptedSmsMessageType; } });
72
72
  Object.defineProperty(exports, "AcceptedSmsMessageType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.AcceptedSmsMessageType; } });
73
73
  Object.defineProperty(exports, "ActionName", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.ActionName; } });
74
+ Object.defineProperty(exports, "ActionSPIConfigInterfaceConfigurationType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.ActionSPIConfigInterfaceConfigurationType; } });
74
75
  Object.defineProperty(exports, "ActionType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.ActionType; } });
75
76
  Object.defineProperty(exports, "AddressInfoTag", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.AddressInfoTag; } });
76
77
  Object.defineProperty(exports, "AlgorithmType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.AlgorithmType; } });
@@ -198,18 +199,22 @@ Object.defineProperty(exports, "PrimitiveType", { enumerable: true, get: functio
198
199
  Object.defineProperty(exports, "ProductType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.ProductType; } });
199
200
  Object.defineProperty(exports, "PropertiesTypeEnum", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.PropertiesTypeEnum; } });
200
201
  Object.defineProperty(exports, "RecipientFilterType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.RecipientFilterType; } });
202
+ Object.defineProperty(exports, "RecipientType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.RecipientType; } });
201
203
  Object.defineProperty(exports, "Region", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.Region; } });
202
204
  Object.defineProperty(exports, "RegionType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.RegionType; } });
203
205
  Object.defineProperty(exports, "ReplacementType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.ReplacementType; } });
204
206
  Object.defineProperty(exports, "RequestedField", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.RequestedField; } });
205
207
  Object.defineProperty(exports, "RestrictedOperation", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.RestrictedOperation; } });
208
+ Object.defineProperty(exports, "RestrictionLevel", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.RestrictionLevel; } });
206
209
  Object.defineProperty(exports, "SchemaFieldExposure", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.SchemaFieldExposure; } });
207
210
  Object.defineProperty(exports, "SchemaFieldFieldType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.SchemaFieldFieldType; } });
208
211
  Object.defineProperty(exports, "SchemaScope", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.SchemaScope; } });
212
+ Object.defineProperty(exports, "Scope", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.Scope; } });
209
213
  Object.defineProperty(exports, "ScriptType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.ScriptType; } });
210
214
  Object.defineProperty(exports, "SimpleType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.SimpleType; } });
211
215
  Object.defineProperty(exports, "SlotDataType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.SlotDataType; } });
212
216
  Object.defineProperty(exports, "SourceType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.SourceType; } });
217
+ Object.defineProperty(exports, "StaticContainer", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.StaticContainer; } });
213
218
  Object.defineProperty(exports, "Status", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.Status; } });
214
219
  Object.defineProperty(exports, "StorageDomain", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.StorageDomain; } });
215
220
  Object.defineProperty(exports, "StorageType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.StorageType; } });
@@ -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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"}