@wix/auto_sdk_data-extension-schema_schemas 1.0.4 → 1.0.6

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 +4 -3
  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 +3 -2
  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 +26 -6
  8. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +14 -5
  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 +26 -6
  11. package/build/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +14 -5
  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 +26 -6
  20. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +11 -2
  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 +26 -6
  23. package/build/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +11 -2
  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 +4 -3
  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 +3 -2
  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 +26 -6
  32. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.types.js +14 -5
  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 +26 -6
  35. package/build/internal/cjs/src/data-extensions-v1-data-extension-schema-schemas.universal.js +14 -5
  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 +26 -6
  44. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.types.js +11 -2
  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 +26 -6
  47. package/build/internal/es/src/data-extensions-v1-data-extension-schema-schemas.universal.js +11 -2
  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, Archetype, RestrictionLevel, } from './data-extensions-v1-data-extension-schema-schemas.universal.js';
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';
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, PaginationMode, 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
+ 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, StartDateLimitsSPIConfig, StartDateRulesSPIConfig, 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, EventBadgesSpiConfig, 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';
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BackOfficeHostingPlatforms = exports.ExtendingComponentType = exports.ExecutionType = exports.SourceType = exports.ActionSPIConfigInterfaceConfigurationType = exports.HookType = exports.Default = exports.MeasurementSystem = exports.MandatoryField = exports.HostContainerId = exports.PartialPaymentRestriction = exports.SchemaFieldExposure = exports.SimpleType = exports.PrimitiveType = exports.ExtensionType = exports.ScriptType = exports.WebComponentDataElementType = exports.DefaultTextStyle = exports.BarAlignmentSelected = exports.ThumbnailsSize = exports.TemplateDefaultColor = exports.EmbedCategory = exports.EmbeddedScriptPlacement = exports.EmbeddedScriptPages = exports.StaticContainer = exports.RegionType = exports.InstallPage = exports.HTTPMethod = exports.Maturity = exports.Exposure = exports.PluginInterface = exports.ReplacementType = exports.VerticalDocking = exports.HorizontalDocking = exports.UnitType = exports.Region = exports.WidgetWidthType = exports.WidgetHorizontal = exports.WidgetVertical = exports.ComponentType = exports.RequestedField = exports.WebhookIdentityType = exports.DataExtensionSchemaState = exports.onDataExtensionSchemaUpdated = exports.onDataExtensionSchemaDeleted = exports.onDataExtensionSchemaCreated = exports.deleteByWhiteListedMetaSite = exports.listDataExtensionSchemas = exports.updateDataExtensionSchema = exports.createDataExtensionSchema = void 0;
4
- exports.VerticalAlignment = exports.Direction = exports.InitialExpandedItems = exports.AppType = exports.FontType = exports.DecorationType = exports.BackgroundType = exports.PollLayoutDirection = exports.PollLayoutType = exports.VoteRole = exports.ViewRole = exports.MapType = exports.HTMLDataSource = exports.GIFType = exports.ThumbnailsAlignment = exports.Crop = exports.Orientation = exports.LayoutType = exports.PDFSettingsViewMode = exports.Alignment = exports.DividerDataWidth = exports.LineStyle = exports.TextAlignment = exports.LinkTarget = exports.ButtonDataType = exports.PluginContainerDataAlignment = exports.WidthType = exports.NodeType = exports.InitDirection = exports.AcceptedSmsMessageType = exports.MediaMimeType = exports.AcceptedDirectMessageType = exports.ChannelType = exports.FilterOptionsType = exports.FilterSelectionType = exports.Tag = exports.AvatarShape = exports.ImageShape = exports.ThumbnailType = exports.TextInputDisplayType = exports.Status = exports.Domain = exports.BlockType = exports.RestrictedOperation = exports.LockableOperation = exports.AlgorithmType = exports.ViewMode = exports.BackOfficeScriptAssetType = exports.SlotDataType = exports.DtsDefinitionType = void 0;
5
- exports.DefaultCountryConfigType = exports.MultilineAddressComponentType = exports.ImageFit = exports.PriceType = exports.ProductType = exports.PaymentComponentType = exports.UploadFileFormat = exports.WixFileComponentType = exports.ArrayComponentType = exports.PropertiesTypeEnum = exports.ItemType = exports.BooleanComponentType = exports.NumberComponentType = exports.FirstDayOfWeek = exports.NumberOfColumns = exports.StringComponentType = exports.Format = exports.FieldType = exports.HeightMode = exports.CustomElementScriptType = exports.SchemaFieldFieldType = exports.SchemaScope = exports.Environment = exports.Type = exports.RecipientFilterType = exports.UserNotificationDataType = exports.Intent = exports.ExposureRuleType = exports.AndroidStyle = exports.MobileApplication = exports.IconType = exports.Level = exports.InitiatorType = exports.UserNotificationDataRecipientFilterType = exports.TypedDynamicParamType = exports.PlanPeriodUnit = exports.PlanFormDefaultSection = exports.PlanFormPricingOption = exports.RecipientType = exports.NotificationTopicType = exports.NotificationTopicState = exports.PingSettingsGroupComponentDataState = exports.NavigationType = exports.OAuthTechnologies = exports.OAuthAppType = exports.SyncToCalendar = exports.ListEventFromCalendars = exports.ConnectMethod = exports.CalendarType = exports.NullValue = void 0;
6
- exports.RestrictionLevel = exports.Archetype = exports.ActionName = exports.PanelType = exports.ActionType = exports.ElementType = exports.ContainerType = exports.LinkType = exports.A11yAttributes = exports.DataType = exports.CssDataType = exports.CssPropertyType = exports.Scope = exports.InterfaceConfigurationType = exports.ParticipantType = exports.Method = exports.StorageDomain = exports.ConsentCategory = exports.StorageType = exports.PanelContentType = exports.Width = exports.ImportanceLevel = exports.Escalation = exports.MonitoringType = exports.FactorType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.ChannelConfigurationChannelType = exports.WixCodePublishTaskName = exports.EditableProperties = exports.CustomFieldsType = exports.TemplateType = exports.SubmitSuccessAction = exports.Target = exports.Operator = exports.OverrideEntityType = exports.ChangeableProperty = exports.DisplayFieldType = exports.ContactField = exports.ConfirmationLevel = exports.AddressInfoTag = exports.PhoneInfoTag = exports.EmailInfoTag = exports.InputType = void 0;
4
+ exports.Direction = exports.InitialExpandedItems = exports.AppType = exports.FontType = exports.DecorationType = exports.BackgroundType = exports.PollLayoutDirection = exports.PollLayoutType = exports.VoteRole = exports.ViewRole = exports.MapType = exports.HTMLDataSource = exports.GIFType = exports.ThumbnailsAlignment = exports.Crop = exports.Orientation = exports.LayoutType = exports.PDFSettingsViewMode = exports.Alignment = exports.DividerDataWidth = exports.LineStyle = exports.TextAlignment = exports.LinkTarget = exports.ButtonDataType = exports.PluginContainerDataAlignment = exports.WidthType = exports.NodeType = exports.InitDirection = exports.AcceptedSmsMessageType = exports.MediaMimeType = exports.AcceptedDirectMessageType = exports.ChannelType = exports.PaginationMode = exports.FilterOptionsType = exports.FilterSelectionType = exports.Tag = exports.AvatarShape = exports.ImageShape = exports.ThumbnailType = exports.TextInputDisplayType = exports.Status = exports.Domain = exports.BlockType = exports.RestrictedOperation = exports.LockableOperation = exports.AlgorithmType = exports.ViewMode = exports.BackOfficeScriptAssetType = exports.SlotDataType = exports.DtsDefinitionType = void 0;
5
+ exports.MultilineAddressComponentType = exports.ImageFit = exports.PriceType = exports.ProductType = exports.PaymentComponentType = exports.UploadFileFormat = exports.WixFileComponentType = exports.ArrayComponentType = exports.PropertiesTypeEnum = exports.ItemType = exports.BooleanComponentType = exports.NumberComponentType = exports.FirstDayOfWeek = exports.NumberOfColumns = exports.StringComponentType = exports.Format = exports.FieldType = exports.HeightMode = exports.CustomElementScriptType = exports.SchemaFieldFieldType = exports.SchemaScope = exports.Environment = exports.Type = exports.RecipientFilterType = exports.UserNotificationDataType = exports.Intent = exports.ExposureRuleType = exports.AndroidStyle = exports.MobileApplication = exports.IconType = exports.Level = exports.InitiatorType = exports.UserNotificationDataRecipientFilterType = exports.TypedDynamicParamType = exports.PlanPeriodUnit = exports.PlanFormDefaultSection = exports.PlanFormPricingOption = exports.RecipientType = exports.NotificationTopicType = exports.NotificationTopicState = exports.PingSettingsGroupComponentDataState = exports.NavigationType = exports.OAuthTechnologies = exports.OAuthAppType = exports.SyncToCalendar = exports.ListEventFromCalendars = exports.ConnectMethod = exports.CalendarType = exports.NullValue = exports.VerticalAlignment = void 0;
6
+ exports.RestrictionLevel = exports.Archetype = exports.ActionName = exports.PanelType = exports.ActionType = exports.ElementType = exports.ContainerType = exports.LinkType = exports.A11yAttributes = exports.DataType = exports.CssDataType = exports.CssPropertyType = exports.Scope = exports.InterfaceConfigurationType = exports.ParticipantType = exports.Method = exports.StorageDomain = exports.ConsentCategory = exports.StorageType = exports.PanelContentType = exports.Width = exports.ImportanceLevel = exports.Escalation = exports.MonitoringType = exports.FactorType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.ChannelConfigurationChannelType = exports.WixCodePublishTaskName = exports.EditableProperties = exports.CustomFieldsType = exports.TemplateType = exports.SubmitSuccessAction = exports.Target = exports.Operator = exports.OverrideEntityType = exports.ChangeableProperty = exports.DisplayFieldType = exports.ContactField = exports.ConfirmationLevel = exports.AddressInfoTag = exports.PhoneInfoTag = exports.EmailInfoTag = exports.InputType = exports.DefaultCountryConfigType = void 0;
7
7
  const data_extensions_v1_data_extension_schema_schemas_public_js_1 = require("./data-extensions-v1-data-extension-schema-schemas.public.js");
8
8
  const rest_modules_1 = require("@wix/sdk-runtime/rest-modules");
9
9
  const event_definition_modules_1 = require("@wix/sdk-runtime/event-definition-modules");
@@ -87,6 +87,7 @@ Object.defineProperty(exports, "AvatarShape", { enumerable: true, get: function
87
87
  Object.defineProperty(exports, "Tag", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_1.Tag; } });
88
88
  Object.defineProperty(exports, "FilterSelectionType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_1.FilterSelectionType; } });
89
89
  Object.defineProperty(exports, "FilterOptionsType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_1.FilterOptionsType; } });
90
+ Object.defineProperty(exports, "PaginationMode", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_1.PaginationMode; } });
90
91
  Object.defineProperty(exports, "ChannelType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_1.ChannelType; } });
91
92
  Object.defineProperty(exports, "AcceptedDirectMessageType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_1.AcceptedDirectMessageType; } });
92
93
  Object.defineProperty(exports, "MediaMimeType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_1.MediaMimeType; } });
@@ -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, 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';
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, 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, EventBadgesSpiConfig, 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, PaginationMode, 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, StartDateLimitsSPIConfig, StartDateRulesSPIConfig, 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';
@@ -2,8 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Default = exports.DecorationType = exports.DataType = exports.DataExtensionSchemaState = exports.CustomFieldsType = exports.CustomElementScriptType = exports.CssPropertyType = exports.CssDataType = exports.Crop = exports.ContainerType = 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.Archetype = 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
4
  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 = exports.DefaultTextStyle = exports.DefaultCountryConfigType = void 0;
5
- 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 = exports.ListEventFromCalendars = exports.LinkType = 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 = exports.SchemaFieldExposure = exports.RestrictionLevel = void 0;
5
+ 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.PaginationMode = 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 = exports.ListEventFromCalendars = exports.LinkType = 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 = exports.SchemaFieldExposure = exports.RestrictionLevel = exports.RestrictedOperation = 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");
@@ -182,6 +182,7 @@ Object.defineProperty(exports, "Operator", { enumerable: true, get: function ()
182
182
  Object.defineProperty(exports, "Orientation", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.Orientation; } });
183
183
  Object.defineProperty(exports, "OverrideEntityType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.OverrideEntityType; } });
184
184
  Object.defineProperty(exports, "PDFSettingsViewMode", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.PDFSettingsViewMode; } });
185
+ Object.defineProperty(exports, "PaginationMode", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.PaginationMode; } });
185
186
  Object.defineProperty(exports, "PanelContentType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.PanelContentType; } });
186
187
  Object.defineProperty(exports, "PanelType", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.PanelType; } });
187
188
  Object.defineProperty(exports, "PartialPaymentRestriction", { enumerable: true, get: function () { return data_extensions_v1_data_extension_schema_schemas_universal_js_2.PartialPaymentRestriction; } });
@@ -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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"}
@@ -586,8 +586,8 @@ export declare enum ComponentType {
586
586
  TEXT_TO_SPEECH_ACTION_MESSAGE = "TEXT_TO_SPEECH_ACTION_MESSAGE",
587
587
  AUDIENCE_PROVIDER = "AUDIENCE_PROVIDER",
588
588
  PRICING_PLANS_PRICE = "PRICING_PLANS_PRICE",
589
- PRICING_PLAN_CUSTOMER_START_DATE_LIMIT = "PRICING_PLAN_CUSTOMER_START_DATE_LIMIT",
590
- PRICING_PLAN_START_DATE_POLICY = "PRICING_PLAN_START_DATE_POLICY",
589
+ PRICING_PLAN_START_DATE_LIMITS = "PRICING_PLAN_START_DATE_LIMITS",
590
+ PRICING_PLAN_START_DATE_RULES = "PRICING_PLAN_START_DATE_RULES",
591
591
  EVENTS_TICKET_RESERVATIONS = "EVENTS_TICKET_RESERVATIONS",
592
592
  PAYMENTS_DISPUTE_SERVICE_PLUGIN = "PAYMENTS_DISPUTE_SERVICE_PLUGIN",
593
593
  PRICING_PLANS_FEES = "PRICING_PLANS_FEES",
@@ -597,7 +597,8 @@ export declare enum ComponentType {
597
597
  BLOG_PAYWALL_PROVIDER = "BLOG_PAYWALL_PROVIDER",
598
598
  LOYALTY_CUSTOM_REWARDS_V2 = "LOYALTY_CUSTOM_REWARDS_V2",
599
599
  STORES_PRODUCT_RESTRICTIONS = "STORES_PRODUCT_RESTRICTIONS",
600
- FORM_SUBMISSION_MODERATION = "FORM_SUBMISSION_MODERATION"
600
+ FORM_SUBMISSION_MODERATION = "FORM_SUBMISSION_MODERATION",
601
+ EVENTS_EVENT_BADGES = "EVENTS_EVENT_BADGES"
601
602
  }
602
603
  /** Component data */
603
604
  export interface ComponentData extends ComponentDataDataOneOf {
@@ -3264,7 +3265,9 @@ export declare enum BackOfficeHostingPlatforms {
3264
3265
  /** Employee only getting paid cluster dashboard */
3265
3266
  GETTING_PAID = "GETTING_PAID",
3266
3267
  /** Wix internal dashboard for data (non proffesional data consumers, i.e any Wix Employee that has a need for BI data) */
3267
- DATA = "DATA"
3268
+ DATA = "DATA",
3269
+ /** Dashboard for viral forms/lite events/etc */
3270
+ LITE_DASHBOARD = "LITE_DASHBOARD"
3268
3271
  }
3269
3272
  /** Definitions of common slots properties */
3270
3273
  export interface SlotData extends SlotDataSlotTypeOneOf {
@@ -4236,6 +4239,8 @@ export interface ItemsSelectionProviderConfig {
4236
4239
  supportedTags?: Tag[];
4237
4240
  /** Configuration settings for how the thumbnail is displayed. */
4238
4241
  itemThumbnail?: ItemThumbnail;
4242
+ /** Pagination Mode */
4243
+ paginationMode?: PaginationMode;
4239
4244
  }
4240
4245
  export interface LearnMore {
4241
4246
  /**
@@ -4458,6 +4463,11 @@ export interface ItemThumbnailOptionsOneOf {
4458
4463
  /** Configuration specific to avatars. */
4459
4464
  avatarConfig?: AvatarConfig;
4460
4465
  }
4466
+ export declare enum PaginationMode {
4467
+ UNKNOWN_PAGINATION_MODE = "UNKNOWN_PAGINATION_MODE",
4468
+ CURSOR = "CURSOR",
4469
+ OFFSET = "OFFSET"
4470
+ }
4461
4471
  export interface SyncedProjectsProviderConfig {
4462
4472
  /** URI where the SPI Implementer is deployed */
4463
4473
  baseUri?: string;
@@ -11559,7 +11569,7 @@ export interface PriceSPIConfig {
11559
11569
  /** Required. Base URI where the endpoints are called. Wix appends the endpoint path to the base URI. */
11560
11570
  uriConfig?: SpiBaseUri;
11561
11571
  }
11562
- export interface CustomerStartDateLimitSPIConfig {
11572
+ export interface StartDateLimitsSPIConfig {
11563
11573
  /** Base URI where the endpoints are called. Wix appends the endpoint path to the base URI. */
11564
11574
  baseUri?: SpiBaseUri;
11565
11575
  /**
@@ -11568,7 +11578,7 @@ export interface CustomerStartDateLimitSPIConfig {
11568
11578
  */
11569
11579
  planId?: string;
11570
11580
  }
11571
- export interface StartDatePolicySPIConfig {
11581
+ export interface StartDateRulesSPIConfig {
11572
11582
  /** Base URI where the endpoints are called. Wix appends the endpoint path to the base URI. */
11573
11583
  baseUri?: SpiBaseUri;
11574
11584
  /**
@@ -12466,6 +12476,16 @@ export interface FormSubmissionModerationSpiConfig {
12466
12476
  */
12467
12477
  formIds?: string[];
12468
12478
  }
12479
+ export interface EventBadgesSpiConfig {
12480
+ /** URI where the SPI Implementer is deployed. */
12481
+ baseUri?: SpiBaseUri;
12482
+ /**
12483
+ * Events for which the SPI method should apply. If empty, applies to all events.
12484
+ * @maxSize 100
12485
+ * @format GUID
12486
+ */
12487
+ eventId?: string[];
12488
+ }
12469
12489
  export interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
12470
12490
  gradualRollout?: GradualRolloutCacheEntity;
12471
12491
  gradualUpdate?: GradualUpdateCacheEntity;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RestrictedOperation = exports.LockableOperation = exports.AlgorithmType = exports.ViewMode = exports.BackOfficeScriptAssetType = exports.SlotDataType = exports.DtsDefinitionType = exports.BackOfficeHostingPlatforms = exports.ExtendingComponentType = exports.ExecutionType = exports.SourceType = exports.ActionSPIConfigInterfaceConfigurationType = exports.HookType = exports.Default = exports.MeasurementSystem = exports.MandatoryField = exports.HostContainerId = exports.PartialPaymentRestriction = exports.SchemaFieldExposure = exports.SimpleType = exports.PrimitiveType = exports.ExtensionType = exports.ScriptType = exports.WebComponentDataElementType = exports.DefaultTextStyle = exports.BarAlignmentSelected = exports.ThumbnailsSize = exports.TemplateDefaultColor = exports.EmbedCategory = exports.EmbeddedScriptPlacement = exports.EmbeddedScriptPages = exports.StaticContainer = exports.RegionType = exports.InstallPage = exports.HTTPMethod = exports.Maturity = exports.Exposure = exports.PluginInterface = exports.ReplacementType = exports.VerticalDocking = exports.HorizontalDocking = exports.UnitType = exports.Region = exports.WidgetWidthType = exports.WidgetHorizontal = exports.WidgetVertical = exports.ComponentType = exports.RequestedField = exports.WebhookIdentityType = exports.DataExtensionSchemaState = void 0;
4
- exports.OAuthTechnologies = exports.OAuthAppType = exports.SyncToCalendar = exports.ListEventFromCalendars = exports.ConnectMethod = exports.CalendarType = exports.NullValue = exports.VerticalAlignment = exports.Direction = exports.InitialExpandedItems = exports.AppType = exports.FontType = exports.DecorationType = exports.BackgroundType = exports.PollLayoutDirection = exports.PollLayoutType = exports.VoteRole = exports.ViewRole = exports.MapType = exports.HTMLDataSource = exports.GIFType = exports.ThumbnailsAlignment = exports.Crop = exports.Orientation = exports.LayoutType = exports.PDFSettingsViewMode = exports.Alignment = exports.DividerDataWidth = exports.LineStyle = exports.TextAlignment = exports.LinkTarget = exports.ButtonDataType = exports.PluginContainerDataAlignment = exports.WidthType = exports.NodeType = exports.InitDirection = exports.AcceptedSmsMessageType = exports.MediaMimeType = exports.AcceptedDirectMessageType = exports.ChannelType = exports.FilterOptionsType = exports.FilterSelectionType = exports.Tag = exports.AvatarShape = exports.ImageShape = exports.ThumbnailType = exports.TextInputDisplayType = exports.Status = exports.Domain = exports.BlockType = void 0;
5
- exports.DisplayFieldType = exports.ContactField = exports.ConfirmationLevel = exports.AddressInfoTag = exports.PhoneInfoTag = exports.EmailInfoTag = exports.InputType = exports.DefaultCountryConfigType = exports.MultilineAddressComponentType = exports.ImageFit = exports.PriceType = exports.ProductType = exports.PaymentComponentType = exports.UploadFileFormat = exports.WixFileComponentType = exports.ArrayComponentType = exports.PropertiesTypeEnum = exports.ItemType = exports.BooleanComponentType = exports.NumberComponentType = exports.FirstDayOfWeek = exports.NumberOfColumns = exports.StringComponentType = exports.Format = exports.FieldType = exports.HeightMode = exports.CustomElementScriptType = exports.SchemaFieldFieldType = exports.SchemaScope = exports.Environment = exports.Type = exports.RecipientFilterType = exports.UserNotificationDataType = exports.Intent = exports.ExposureRuleType = exports.AndroidStyle = exports.MobileApplication = exports.IconType = exports.Level = exports.InitiatorType = exports.UserNotificationDataRecipientFilterType = exports.TypedDynamicParamType = exports.PlanPeriodUnit = exports.PlanFormDefaultSection = exports.PlanFormPricingOption = exports.RecipientType = exports.NotificationTopicType = exports.NotificationTopicState = exports.PingSettingsGroupComponentDataState = exports.NavigationType = void 0;
6
- exports.RestrictionLevel = exports.Archetype = exports.ActionName = exports.PanelType = exports.ActionType = exports.ElementType = exports.ContainerType = exports.LinkType = exports.A11yAttributes = exports.DataType = exports.CssDataType = exports.CssPropertyType = exports.Scope = exports.InterfaceConfigurationType = exports.ParticipantType = exports.Method = exports.StorageDomain = exports.ConsentCategory = exports.StorageType = exports.PanelContentType = exports.Width = exports.ImportanceLevel = exports.Escalation = exports.MonitoringType = exports.FactorType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.ChannelConfigurationChannelType = exports.WixCodePublishTaskName = exports.EditableProperties = exports.CustomFieldsType = exports.TemplateType = exports.SubmitSuccessAction = exports.Target = exports.Operator = exports.OverrideEntityType = exports.ChangeableProperty = void 0;
4
+ exports.OAuthAppType = exports.SyncToCalendar = exports.ListEventFromCalendars = exports.ConnectMethod = exports.CalendarType = exports.NullValue = exports.VerticalAlignment = exports.Direction = exports.InitialExpandedItems = exports.AppType = exports.FontType = exports.DecorationType = exports.BackgroundType = exports.PollLayoutDirection = exports.PollLayoutType = exports.VoteRole = exports.ViewRole = exports.MapType = exports.HTMLDataSource = exports.GIFType = exports.ThumbnailsAlignment = exports.Crop = exports.Orientation = exports.LayoutType = exports.PDFSettingsViewMode = exports.Alignment = exports.DividerDataWidth = exports.LineStyle = exports.TextAlignment = exports.LinkTarget = exports.ButtonDataType = exports.PluginContainerDataAlignment = exports.WidthType = exports.NodeType = exports.InitDirection = exports.AcceptedSmsMessageType = exports.MediaMimeType = exports.AcceptedDirectMessageType = exports.ChannelType = exports.PaginationMode = exports.FilterOptionsType = exports.FilterSelectionType = exports.Tag = exports.AvatarShape = exports.ImageShape = exports.ThumbnailType = exports.TextInputDisplayType = exports.Status = exports.Domain = exports.BlockType = void 0;
5
+ exports.ContactField = exports.ConfirmationLevel = exports.AddressInfoTag = exports.PhoneInfoTag = exports.EmailInfoTag = exports.InputType = exports.DefaultCountryConfigType = exports.MultilineAddressComponentType = exports.ImageFit = exports.PriceType = exports.ProductType = exports.PaymentComponentType = exports.UploadFileFormat = exports.WixFileComponentType = exports.ArrayComponentType = exports.PropertiesTypeEnum = exports.ItemType = exports.BooleanComponentType = exports.NumberComponentType = exports.FirstDayOfWeek = exports.NumberOfColumns = exports.StringComponentType = exports.Format = exports.FieldType = exports.HeightMode = exports.CustomElementScriptType = exports.SchemaFieldFieldType = exports.SchemaScope = exports.Environment = exports.Type = exports.RecipientFilterType = exports.UserNotificationDataType = exports.Intent = exports.ExposureRuleType = exports.AndroidStyle = exports.MobileApplication = exports.IconType = exports.Level = exports.InitiatorType = exports.UserNotificationDataRecipientFilterType = exports.TypedDynamicParamType = exports.PlanPeriodUnit = exports.PlanFormDefaultSection = exports.PlanFormPricingOption = exports.RecipientType = exports.NotificationTopicType = exports.NotificationTopicState = exports.PingSettingsGroupComponentDataState = exports.NavigationType = exports.OAuthTechnologies = void 0;
6
+ exports.RestrictionLevel = exports.Archetype = exports.ActionName = exports.PanelType = exports.ActionType = exports.ElementType = exports.ContainerType = exports.LinkType = exports.A11yAttributes = exports.DataType = exports.CssDataType = exports.CssPropertyType = exports.Scope = exports.InterfaceConfigurationType = exports.ParticipantType = exports.Method = exports.StorageDomain = exports.ConsentCategory = exports.StorageType = exports.PanelContentType = exports.Width = exports.ImportanceLevel = exports.Escalation = exports.MonitoringType = exports.FactorType = exports.AcceptedMessageTypesAcceptedSmsMessageType = exports.AcceptedMessageTypesAcceptedDirectMessageType = exports.ChannelConfigurationChannelType = exports.WixCodePublishTaskName = exports.EditableProperties = exports.CustomFieldsType = exports.TemplateType = exports.SubmitSuccessAction = exports.Target = exports.Operator = exports.OverrideEntityType = exports.ChangeableProperty = exports.DisplayFieldType = void 0;
7
7
  var DataExtensionSchemaState;
8
8
  (function (DataExtensionSchemaState) {
9
9
  })(DataExtensionSchemaState || (exports.DataExtensionSchemaState = DataExtensionSchemaState = {}));
@@ -190,8 +190,8 @@ var ComponentType;
190
190
  ComponentType["TEXT_TO_SPEECH_ACTION_MESSAGE"] = "TEXT_TO_SPEECH_ACTION_MESSAGE";
191
191
  ComponentType["AUDIENCE_PROVIDER"] = "AUDIENCE_PROVIDER";
192
192
  ComponentType["PRICING_PLANS_PRICE"] = "PRICING_PLANS_PRICE";
193
- ComponentType["PRICING_PLAN_CUSTOMER_START_DATE_LIMIT"] = "PRICING_PLAN_CUSTOMER_START_DATE_LIMIT";
194
- ComponentType["PRICING_PLAN_START_DATE_POLICY"] = "PRICING_PLAN_START_DATE_POLICY";
193
+ ComponentType["PRICING_PLAN_START_DATE_LIMITS"] = "PRICING_PLAN_START_DATE_LIMITS";
194
+ ComponentType["PRICING_PLAN_START_DATE_RULES"] = "PRICING_PLAN_START_DATE_RULES";
195
195
  ComponentType["EVENTS_TICKET_RESERVATIONS"] = "EVENTS_TICKET_RESERVATIONS";
196
196
  ComponentType["PAYMENTS_DISPUTE_SERVICE_PLUGIN"] = "PAYMENTS_DISPUTE_SERVICE_PLUGIN";
197
197
  ComponentType["PRICING_PLANS_FEES"] = "PRICING_PLANS_FEES";
@@ -202,6 +202,7 @@ var ComponentType;
202
202
  ComponentType["LOYALTY_CUSTOM_REWARDS_V2"] = "LOYALTY_CUSTOM_REWARDS_V2";
203
203
  ComponentType["STORES_PRODUCT_RESTRICTIONS"] = "STORES_PRODUCT_RESTRICTIONS";
204
204
  ComponentType["FORM_SUBMISSION_MODERATION"] = "FORM_SUBMISSION_MODERATION";
205
+ ComponentType["EVENTS_EVENT_BADGES"] = "EVENTS_EVENT_BADGES";
205
206
  })(ComponentType || (exports.ComponentType = ComponentType = {}));
206
207
  /** Vertical widget position in the browser window */
207
208
  var WidgetVertical;
@@ -574,6 +575,8 @@ var BackOfficeHostingPlatforms;
574
575
  BackOfficeHostingPlatforms["GETTING_PAID"] = "GETTING_PAID";
575
576
  /** Wix internal dashboard for data (non proffesional data consumers, i.e any Wix Employee that has a need for BI data) */
576
577
  BackOfficeHostingPlatforms["DATA"] = "DATA";
578
+ /** Dashboard for viral forms/lite events/etc */
579
+ BackOfficeHostingPlatforms["LITE_DASHBOARD"] = "LITE_DASHBOARD";
577
580
  })(BackOfficeHostingPlatforms || (exports.BackOfficeHostingPlatforms = BackOfficeHostingPlatforms = {}));
578
581
  var DtsDefinitionType;
579
582
  (function (DtsDefinitionType) {
@@ -701,6 +704,12 @@ var FilterOptionsType;
701
704
  FilterOptionsType["STATIC"] = "STATIC";
702
705
  FilterOptionsType["PROVIDER"] = "PROVIDER";
703
706
  })(FilterOptionsType || (exports.FilterOptionsType = FilterOptionsType = {}));
707
+ var PaginationMode;
708
+ (function (PaginationMode) {
709
+ PaginationMode["UNKNOWN_PAGINATION_MODE"] = "UNKNOWN_PAGINATION_MODE";
710
+ PaginationMode["CURSOR"] = "CURSOR";
711
+ PaginationMode["OFFSET"] = "OFFSET";
712
+ })(PaginationMode || (exports.PaginationMode = PaginationMode = {}));
704
713
  /** The type of the communication channel */
705
714
  var ChannelType;
706
715
  (function (ChannelType) {