@wix/auto_sdk_data-extension-schema_schemas 1.0.31 → 1.0.33

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.
@@ -119,13 +119,6 @@ interface DataExtensionSchema {
119
119
  * @readonly
120
120
  */
121
121
  currentSizeBytes?: number | null;
122
- /**
123
- * Name of the specific entity field this schema is extending, or `"ROOT"` for extensions for the entire entity. Default: `"ROOT"`.
124
- * @internal
125
- * @immutable
126
- * @maxLength 20
127
- */
128
- extensionPoint?: string;
129
122
  }
130
123
  declare enum DataExtensionSchemaState {
131
124
  }
@@ -612,10 +605,12 @@ declare enum ComponentType {
612
605
  BACKEND_WORKER = "BACKEND_WORKER",
613
606
  EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER = "EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER",
614
607
  WIX_HOSTING_APP_ENVIRONMENT_PROVIDER = "WIX_HOSTING_APP_ENVIRONMENT_PROVIDER",
615
- SDK_EXPORTS = "SDK_EXPORTS"
608
+ SDK_EXPORTS = "SDK_EXPORTS",
609
+ VIEWER_SERVICE = "VIEWER_SERVICE",
610
+ WIX_PAYMENTS_PROVIDER_ACCOUNT_SERVICE_PLUGIN = "WIX_PAYMENTS_PROVIDER_ACCOUNT_SERVICE_PLUGIN"
616
611
  }
617
612
  /** @enumType */
618
- type ComponentTypeWithLiterals = ComponentType | 'NONE' | 'STUDIO' | 'PLATFORM' | 'WORKER' | 'DASHBOARD' | 'WIDGET' | 'PAGE' | 'DASHBOARD_PLATFORM' | 'STUDIO_WIDGET' | 'EMBEDDED_SCRIPT' | 'EXTENSION' | 'SNIPPET_SOLUTION' | 'DATA_COMPONENT' | 'WEB' | 'DC_CONFIG' | 'WIDGET_OUT_OF_IFRAME' | 'PAGE_OUT_OF_IFRAME' | 'STATIC_FILE' | 'APP_CONFIG' | 'MULTIPLE_DASHBOARDS' | 'PAYMENTS_GATEWAY' | 'CODE_PACKAGE' | 'AUTOMATION_TRIGGER' | 'INVOICES_ACTIONS' | 'DASHBOARD_APPLICATION' | 'CONTACT_LABELS' | 'WIDGET_PLUGIN' | 'CROSS_SELL' | 'LOCAL_DELIVERY' | 'PAYMENT_PROVIDER' | 'ECOM_MEMBERSHIPS' | 'ECOM_LINE_ITEMS_ENRICHER' | 'ECOM_SHIPPING_RATES' | 'SHIPPING_LABEL_CARRIER' | 'RESTAURANTS_POS' | 'FICTIONAL_SHIPPING_PROVIDER' | 'ALERT_ENRICHER' | 'DATA_EXTENSIONS' | 'GENERIC_HOOKS' | 'AUTOMATIONS_ACTION_PROVIDER' | 'ECOM_CATALOG' | 'BACK_OFFICE_EXTENSION_CONTAINER' | 'BACK_OFFICE_EXTENSION' | 'AUTOMATIONS_TRIGGER_PROVIDER' | 'IDENTITY_PRE_REGISTRATION' | 'PREMIUM_PRODUCTS_PATHS' | 'ECOM_CUSTOM_SCOPE' | 'GIFT_CARDS_PROVIDER' | 'DEALER_EXTERNAL_FILTER_PROVIDER' | 'ECOM_DROPSHIPPING_PROVIDER' | 'INVOICES_PROVIDER' | 'SEO_KEYWORDS_SUGGESTIONS' | 'ECOM_DISCOUNTS_TRIGGER' | 'MULTILINGUAL_CONTENT_PROVIDER' | 'APPLICATION_AUTOMATION' | 'BACK_OFFICE_SIDEBAR_CATEGORY' | 'BACK_OFFICE_PAGE' | 'ECOM_ADDITIONAL_FEES' | 'PING_USER_NOTIFICATION' | 'ECOM_RECOMMENDATIONS_PROVIDER' | 'BOOKINGS_PRICING_PROVIDER' | 'IDENTITY_AUTHENTICATOR' | 'IDENTITY_IDP_CONNECTOR' | 'ITEMS_SELECTION_PROVIDER' | 'PORTFOLIO_SYNCED_PROJECTS_PROVIDER' | 'COMMUNICATION_CHANNEL' | 'IDENTITY_POST_LOGIN' | 'BACK_OFFICE_WIDGET' | 'SOCIAL_MARKETING_DESIGN' | 'FORMS_SUBMISSIONS_PROVIDER' | 'WIX_OFFERING' | 'DEV_CENTER_TESTING_COMPONENT' | 'COMPONENTS_VALIDATOR_PROVIDER' | 'COMPONENTS_TRANSLATIONS_ADDITIONAL_FIELDS_PROVIDER' | 'FORMS_SCHEMA_PROVIDER' | 'BOOKINGS_EXTERNAL_CALENDAR_PROVIDER' | 'ECOM_DEFAULT_TAXATION_CATEGORY' | 'VIEWER_DYNAMIC_SITE_STRUCTURE_PROVIDER' | 'PING_UOU_NOTIFICATION' | 'HEADLESS_OAUTH' | 'ECOM_TAX_CALCULATOR_SPI' | 'COMMENTS_MODERATION_PROVIDER' | 'GRID_APP_FILES_TRANSFORMER' | 'BENEFIT_PROGRAMS_POLICY_PROVIDER' | 'PREMIUM_CUSTOM_CHARGES' | 'ECOM_VALIDATIONS' | 'COMPONENT_REFERENCE_DATA_PROVIDER' | 'WIX_REVIEWS_PRODUCT_CATALOG' | 'SOCIAL_MARKETING_DESIGNS_PROVIDER' | 'GOOGLE_BUSINESS_PROFILE_FEATURE_PROVIDER' | 'COMMENTS_FILTER_PROVIDER' | 'BILLING_TAX_ID_VALIDATOR' | 'PING_SETTINGS_GROUP' | 'FORMS_SPAM_SUBMISSIONS_PROVIDER' | 'EDITOR_ADDON' | 'EXTERNAL_DATABASE_PROVIDER' | 'ECOM_PAYMENT_SETTINGS' | 'NOTIFICATION_TOPIC' | 'NOTIFICATION_PREFERENCES_FILTER_PROVIDER' | 'BOOKINGS_RESOURCE_TYPES_PROVIDER' | 'PRICING_PLANS_FORM_CONFIGURATION' | 'USER_NOTIFICATION' | 'CONTACT_NOTIFICATION' | 'UNIFIED_PAGE' | 'AVAILABILITY_TIME_SLOTS_CONFIGURATION_PROVIDER' | 'PROPOSAL_EDITOR_PROVIDER' | 'CUSTOM_TABLE_RESERVATIONS_PROVIDER' | 'COMMENTS_CONTEXT_PROVIDER' | 'FORMS_SPAM_SUBMISSION_REPORTS_PROVIDER' | 'AUTOMATIONS_VELO_ACTION_PROVIDER' | 'CALENDAR_EVENT_TYPE_PROVIDER' | 'RESERVED' | 'SMS_ACTION_MESSAGE' | 'BOOKING_POLICY_PROVIDER' | 'MULTI_SERVICE_BOOKING_POLICY_PROVIDER' | 'AI_ASSISTANT' | 'FORMS_SUBMISSIONS_EXTENSION_PROVIDER' | 'MULTILINGUAL_TRANSLATION_SCHEMA' | 'TAX_CALCULATION_PROVIDER' | 'TAX_GROUPS_PROVIDER' | 'BACK_OFFICE_MODAL' | 'DEPLOYMENT_PIPELINE_PROVIDER' | 'CUSTOM_ELEMENT_WIDGET' | 'BACK_OFFICE_EXTENSION_WIDGET' | 'BACK_OFFICE_EXTENSION_MENU_ITEM' | 'FORM_TEMPLATE' | 'NOTIFICATION_CONTENT' | 'BROADCAST_LIST' | 'PARTNERS_PAYOUTS' | 'WIX_REVIEWS_ENTITY_CATALOG' | 'VELO_PUBLISH_PIPELINE_TASK_PROVIDER' | 'FUNCTIONS_SHOP_PRICE_PROVIDER' | 'FUNCTION' | 'ECOM_CHECKOUT_CONTENT' | 'COMMUNICATION_CHANNEL_PROVIDER' | 'WEBHOOK' | 'TOPOLOGY' | 'LOYALTY_CUSTOM_REWARDS' | 'FUNCTION_RECIPE' | 'BACK_OFFICE_EXTERNAL_URL' | 'IDENTITY_FACTOR' | 'ECOM_DISCOUNTS' | 'VELO_CUSTOM_CSS' | 'DEALER_ADAPTIVE_COMPONENT_PROVIDER' | 'AI_ASSISTANT_ACTION' | 'ECOM_INVENTORY' | 'MONITORING' | 'PAPI_PROVIDER' | 'UNIFIED_LIGHTBOX' | 'FORMS_EXTENSION_PROVIDER' | 'MULTILINGUAL_TRANSLATION_SCHEMA_GROUP' | 'PANEL' | 'PREMIUM_PURCHASE_VALIDATIONS' | 'BROWSER_STORAGE' | 'SDK_DEFINITION' | 'SITE_WIDGET_SLOT' | 'CALENDAR_EVENT_VALIDATION_PROVIDER' | 'CLIENT_SIDE_SERVICE' | 'BILLING_SETTINGS' | 'PATTERNS_WIZARD' | 'APPLICATION_PROFILE' | 'TEXT_TO_SPEECH_ACTION_MESSAGE' | 'AUDIENCE_PROVIDER' | 'PRICING_PLANS_PRICE' | 'PRICING_PLAN_START_DATE_LIMITS' | 'PRICING_PLAN_START_DATE_RULES' | 'EVENTS_TICKET_RESERVATIONS' | 'PAYMENTS_DISPUTE_SERVICE_PLUGIN' | 'PRICING_PLANS_FEES' | 'EDITOR_REACT_COMPONENT' | 'SUPPLIERS_HUB_MARKETPLACE' | 'FORM_SCHEMA_DYNAMIC_VALUES' | 'BLOG_PAYWALL_PROVIDER' | 'LOYALTY_CUSTOM_REWARDS_V2' | 'STORES_PRODUCT_RESTRICTIONS' | 'FORM_SUBMISSION_MODERATION' | 'EVENTS_EVENT_BADGES' | 'BILLING_OPERATION' | 'BACK_OFFICE_CUSTOMIZATION' | 'COMPONENT_ENRICHER_PROVIDER' | 'BACK_OFFICE_RESTRICTED_CUSTOMIZATION' | 'EDITOR_APP_PREVIEWS_POC' | 'LEGENDS_PERSONA_CONFIGURATION' | 'WIX_HOSTING_APP_DEPLOYMENT_PROVIDER' | 'BACKEND_WORKER' | 'EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER' | 'WIX_HOSTING_APP_ENVIRONMENT_PROVIDER' | 'SDK_EXPORTS';
613
+ type ComponentTypeWithLiterals = ComponentType | 'NONE' | 'STUDIO' | 'PLATFORM' | 'WORKER' | 'DASHBOARD' | 'WIDGET' | 'PAGE' | 'DASHBOARD_PLATFORM' | 'STUDIO_WIDGET' | 'EMBEDDED_SCRIPT' | 'EXTENSION' | 'SNIPPET_SOLUTION' | 'DATA_COMPONENT' | 'WEB' | 'DC_CONFIG' | 'WIDGET_OUT_OF_IFRAME' | 'PAGE_OUT_OF_IFRAME' | 'STATIC_FILE' | 'APP_CONFIG' | 'MULTIPLE_DASHBOARDS' | 'PAYMENTS_GATEWAY' | 'CODE_PACKAGE' | 'AUTOMATION_TRIGGER' | 'INVOICES_ACTIONS' | 'DASHBOARD_APPLICATION' | 'CONTACT_LABELS' | 'WIDGET_PLUGIN' | 'CROSS_SELL' | 'LOCAL_DELIVERY' | 'PAYMENT_PROVIDER' | 'ECOM_MEMBERSHIPS' | 'ECOM_LINE_ITEMS_ENRICHER' | 'ECOM_SHIPPING_RATES' | 'SHIPPING_LABEL_CARRIER' | 'RESTAURANTS_POS' | 'FICTIONAL_SHIPPING_PROVIDER' | 'ALERT_ENRICHER' | 'DATA_EXTENSIONS' | 'GENERIC_HOOKS' | 'AUTOMATIONS_ACTION_PROVIDER' | 'ECOM_CATALOG' | 'BACK_OFFICE_EXTENSION_CONTAINER' | 'BACK_OFFICE_EXTENSION' | 'AUTOMATIONS_TRIGGER_PROVIDER' | 'IDENTITY_PRE_REGISTRATION' | 'PREMIUM_PRODUCTS_PATHS' | 'ECOM_CUSTOM_SCOPE' | 'GIFT_CARDS_PROVIDER' | 'DEALER_EXTERNAL_FILTER_PROVIDER' | 'ECOM_DROPSHIPPING_PROVIDER' | 'INVOICES_PROVIDER' | 'SEO_KEYWORDS_SUGGESTIONS' | 'ECOM_DISCOUNTS_TRIGGER' | 'MULTILINGUAL_CONTENT_PROVIDER' | 'APPLICATION_AUTOMATION' | 'BACK_OFFICE_SIDEBAR_CATEGORY' | 'BACK_OFFICE_PAGE' | 'ECOM_ADDITIONAL_FEES' | 'PING_USER_NOTIFICATION' | 'ECOM_RECOMMENDATIONS_PROVIDER' | 'BOOKINGS_PRICING_PROVIDER' | 'IDENTITY_AUTHENTICATOR' | 'IDENTITY_IDP_CONNECTOR' | 'ITEMS_SELECTION_PROVIDER' | 'PORTFOLIO_SYNCED_PROJECTS_PROVIDER' | 'COMMUNICATION_CHANNEL' | 'IDENTITY_POST_LOGIN' | 'BACK_OFFICE_WIDGET' | 'SOCIAL_MARKETING_DESIGN' | 'FORMS_SUBMISSIONS_PROVIDER' | 'WIX_OFFERING' | 'DEV_CENTER_TESTING_COMPONENT' | 'COMPONENTS_VALIDATOR_PROVIDER' | 'COMPONENTS_TRANSLATIONS_ADDITIONAL_FIELDS_PROVIDER' | 'FORMS_SCHEMA_PROVIDER' | 'BOOKINGS_EXTERNAL_CALENDAR_PROVIDER' | 'ECOM_DEFAULT_TAXATION_CATEGORY' | 'VIEWER_DYNAMIC_SITE_STRUCTURE_PROVIDER' | 'PING_UOU_NOTIFICATION' | 'HEADLESS_OAUTH' | 'ECOM_TAX_CALCULATOR_SPI' | 'COMMENTS_MODERATION_PROVIDER' | 'GRID_APP_FILES_TRANSFORMER' | 'BENEFIT_PROGRAMS_POLICY_PROVIDER' | 'PREMIUM_CUSTOM_CHARGES' | 'ECOM_VALIDATIONS' | 'COMPONENT_REFERENCE_DATA_PROVIDER' | 'WIX_REVIEWS_PRODUCT_CATALOG' | 'SOCIAL_MARKETING_DESIGNS_PROVIDER' | 'GOOGLE_BUSINESS_PROFILE_FEATURE_PROVIDER' | 'COMMENTS_FILTER_PROVIDER' | 'BILLING_TAX_ID_VALIDATOR' | 'PING_SETTINGS_GROUP' | 'FORMS_SPAM_SUBMISSIONS_PROVIDER' | 'EDITOR_ADDON' | 'EXTERNAL_DATABASE_PROVIDER' | 'ECOM_PAYMENT_SETTINGS' | 'NOTIFICATION_TOPIC' | 'NOTIFICATION_PREFERENCES_FILTER_PROVIDER' | 'BOOKINGS_RESOURCE_TYPES_PROVIDER' | 'PRICING_PLANS_FORM_CONFIGURATION' | 'USER_NOTIFICATION' | 'CONTACT_NOTIFICATION' | 'UNIFIED_PAGE' | 'AVAILABILITY_TIME_SLOTS_CONFIGURATION_PROVIDER' | 'PROPOSAL_EDITOR_PROVIDER' | 'CUSTOM_TABLE_RESERVATIONS_PROVIDER' | 'COMMENTS_CONTEXT_PROVIDER' | 'FORMS_SPAM_SUBMISSION_REPORTS_PROVIDER' | 'AUTOMATIONS_VELO_ACTION_PROVIDER' | 'CALENDAR_EVENT_TYPE_PROVIDER' | 'RESERVED' | 'SMS_ACTION_MESSAGE' | 'BOOKING_POLICY_PROVIDER' | 'MULTI_SERVICE_BOOKING_POLICY_PROVIDER' | 'AI_ASSISTANT' | 'FORMS_SUBMISSIONS_EXTENSION_PROVIDER' | 'MULTILINGUAL_TRANSLATION_SCHEMA' | 'TAX_CALCULATION_PROVIDER' | 'TAX_GROUPS_PROVIDER' | 'BACK_OFFICE_MODAL' | 'DEPLOYMENT_PIPELINE_PROVIDER' | 'CUSTOM_ELEMENT_WIDGET' | 'BACK_OFFICE_EXTENSION_WIDGET' | 'BACK_OFFICE_EXTENSION_MENU_ITEM' | 'FORM_TEMPLATE' | 'NOTIFICATION_CONTENT' | 'BROADCAST_LIST' | 'PARTNERS_PAYOUTS' | 'WIX_REVIEWS_ENTITY_CATALOG' | 'VELO_PUBLISH_PIPELINE_TASK_PROVIDER' | 'FUNCTIONS_SHOP_PRICE_PROVIDER' | 'FUNCTION' | 'ECOM_CHECKOUT_CONTENT' | 'COMMUNICATION_CHANNEL_PROVIDER' | 'WEBHOOK' | 'TOPOLOGY' | 'LOYALTY_CUSTOM_REWARDS' | 'FUNCTION_RECIPE' | 'BACK_OFFICE_EXTERNAL_URL' | 'IDENTITY_FACTOR' | 'ECOM_DISCOUNTS' | 'VELO_CUSTOM_CSS' | 'DEALER_ADAPTIVE_COMPONENT_PROVIDER' | 'AI_ASSISTANT_ACTION' | 'ECOM_INVENTORY' | 'MONITORING' | 'PAPI_PROVIDER' | 'UNIFIED_LIGHTBOX' | 'FORMS_EXTENSION_PROVIDER' | 'MULTILINGUAL_TRANSLATION_SCHEMA_GROUP' | 'PANEL' | 'PREMIUM_PURCHASE_VALIDATIONS' | 'BROWSER_STORAGE' | 'SDK_DEFINITION' | 'SITE_WIDGET_SLOT' | 'CALENDAR_EVENT_VALIDATION_PROVIDER' | 'CLIENT_SIDE_SERVICE' | 'BILLING_SETTINGS' | 'PATTERNS_WIZARD' | 'APPLICATION_PROFILE' | 'TEXT_TO_SPEECH_ACTION_MESSAGE' | 'AUDIENCE_PROVIDER' | 'PRICING_PLANS_PRICE' | 'PRICING_PLAN_START_DATE_LIMITS' | 'PRICING_PLAN_START_DATE_RULES' | 'EVENTS_TICKET_RESERVATIONS' | 'PAYMENTS_DISPUTE_SERVICE_PLUGIN' | 'PRICING_PLANS_FEES' | 'EDITOR_REACT_COMPONENT' | 'SUPPLIERS_HUB_MARKETPLACE' | 'FORM_SCHEMA_DYNAMIC_VALUES' | 'BLOG_PAYWALL_PROVIDER' | 'LOYALTY_CUSTOM_REWARDS_V2' | 'STORES_PRODUCT_RESTRICTIONS' | 'FORM_SUBMISSION_MODERATION' | 'EVENTS_EVENT_BADGES' | 'BILLING_OPERATION' | 'BACK_OFFICE_CUSTOMIZATION' | 'COMPONENT_ENRICHER_PROVIDER' | 'BACK_OFFICE_RESTRICTED_CUSTOMIZATION' | 'EDITOR_APP_PREVIEWS_POC' | 'LEGENDS_PERSONA_CONFIGURATION' | 'WIX_HOSTING_APP_DEPLOYMENT_PROVIDER' | 'BACKEND_WORKER' | 'EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER' | 'WIX_HOSTING_APP_ENVIRONMENT_PROVIDER' | 'SDK_EXPORTS' | 'VIEWER_SERVICE' | 'WIX_PAYMENTS_PROVIDER_ACCOUNT_SERVICE_PLUGIN';
619
614
  /** Component data */
620
615
  interface ComponentData extends ComponentDataDataOneOf {
621
616
  /**
@@ -719,11 +714,6 @@ interface ComponentData extends ComponentDataDataOneOf {
719
714
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
720
715
  */
721
716
  storesProductRestrictions?: ProductRestrictionsConfig;
722
- /**
723
- * SDK exports for existing app relavent SDK
724
- * @internal
725
- */
726
- sdkExports?: SDKExports;
727
717
  }
728
718
  /** @oneof */
729
719
  interface ComponentDataDataOneOf {
@@ -828,11 +818,6 @@ interface ComponentDataDataOneOf {
828
818
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
829
819
  */
830
820
  storesProductRestrictions?: ProductRestrictionsConfig;
831
- /**
832
- * SDK exports for existing app relavent SDK
833
- * @internal
834
- */
835
- sdkExports?: SDKExports;
836
821
  }
837
822
  /** An iframe to be displayed on the user’s site */
838
823
  interface WidgetComponentData {
@@ -1208,6 +1193,11 @@ interface WidgetOutOfIframeComponentData {
1208
1193
  * @format WEB_URL
1209
1194
  */
1210
1195
  builderConfigUrl?: string | null;
1196
+ /**
1197
+ * Builder config URL template. `<%=serviceUrl('your_artifact_id', 'builder_url_bundle_file')%>`
1198
+ * @maxLength 512
1199
+ */
1200
+ builderConfigUrlTemplate?: string | null;
1211
1201
  }
1212
1202
  /** Out Of Iframes additional info */
1213
1203
  interface OutOfIframeData {
@@ -1367,6 +1357,11 @@ interface PageOutOfIframeComponentData {
1367
1357
  * @format WEB_URL
1368
1358
  */
1369
1359
  builderConfigUrl?: string | null;
1360
+ /**
1361
+ * Builder config URL template. `<%=serviceUrl('your_artifact_id', 'builder_url_bundle_file')%>`
1362
+ * @maxLength 512
1363
+ */
1364
+ builderConfigUrlTemplate?: string | null;
1370
1365
  }
1371
1366
  /** Create a collection of native Editor components that loads directly in the Editor DOM */
1372
1367
  interface PlatfromComponentData {
@@ -4477,10 +4472,11 @@ declare enum Tag {
4477
4472
  INBOX = "INBOX",
4478
4473
  ECOM_CREATE_PAY_LINK = "ECOM_CREATE_PAY_LINK",
4479
4474
  ECOM_DELIVERY_PROFILES = "ECOM_DELIVERY_PROFILES",
4480
- ADD_TO_CATEGORY = "ADD_TO_CATEGORY"
4475
+ ADD_TO_CATEGORY = "ADD_TO_CATEGORY",
4476
+ MY_BUSINESS = "MY_BUSINESS"
4481
4477
  }
4482
4478
  /** @enumType */
4483
- type TagWithLiterals = Tag | 'UNKNOWN_TAG' | 'EMBEDDABLE' | 'ECOM_EDIT_ORDER' | 'ECOM_CREATE_ORDER' | 'INBOX' | 'ECOM_CREATE_PAY_LINK' | 'ECOM_DELIVERY_PROFILES' | 'ADD_TO_CATEGORY';
4479
+ type TagWithLiterals = Tag | 'UNKNOWN_TAG' | 'EMBEDDABLE' | 'ECOM_EDIT_ORDER' | 'ECOM_CREATE_ORDER' | 'INBOX' | 'ECOM_CREATE_PAY_LINK' | 'ECOM_DELIVERY_PROFILES' | 'ADD_TO_CATEGORY' | 'MY_BUSINESS';
4484
4480
  declare enum FilterSelectionType {
4485
4481
  UNKNOWN_SELECTION = "UNKNOWN_SELECTION",
4486
4482
  /** Allow to select only a single item */
@@ -4527,6 +4523,20 @@ interface ProviderFilterOptions {
4527
4523
  */
4528
4524
  key?: string;
4529
4525
  }
4526
+ interface ContentDataOverrides {
4527
+ /**
4528
+ * Provider name.
4529
+ * @minLength 1
4530
+ * @maxLength 100
4531
+ */
4532
+ providerName?: string | null;
4533
+ }
4534
+ interface TagOverrides {
4535
+ /** Additional fields associated with the provider. */
4536
+ additionalFields?: Record<string, any> | null;
4537
+ /** Display data such as provider name. */
4538
+ contentData?: ContentDataOverrides;
4539
+ }
4530
4540
  interface SearchParams {
4531
4541
  /**
4532
4542
  * Supported search parameters.
@@ -4624,6 +4634,12 @@ declare enum PaginationMode {
4624
4634
  }
4625
4635
  /** @enumType */
4626
4636
  type PaginationModeWithLiterals = PaginationMode | 'UNKNOWN_PAGINATION_MODE' | 'CURSOR' | 'OFFSET';
4637
+ interface TagOverridesEntry {
4638
+ /** The tag associated with the overrides. */
4639
+ tag?: TagWithLiterals;
4640
+ /** The overrides for the tag. */
4641
+ overrides?: TagOverrides;
4642
+ }
4627
4643
  interface SyncedProjectsProviderConfig {
4628
4644
  /** URI where the SPI Implementer is deployed */
4629
4645
  baseUri?: string;
@@ -6065,6 +6081,10 @@ interface Decoration extends DecorationDataOneOf {
6065
6081
  spoilerData?: SpoilerData;
6066
6082
  /** Data for a strikethrough decoration. Defaults to `true`. */
6067
6083
  strikethroughData?: boolean | null;
6084
+ /** Data for a superscript decoration. Defaults to `true`. */
6085
+ superscriptData?: boolean | null;
6086
+ /** Data for a subscript decoration. Defaults to `true`. */
6087
+ subscriptData?: boolean | null;
6068
6088
  /** The type of decoration to apply. */
6069
6089
  type?: DecorationTypeWithLiterals;
6070
6090
  }
@@ -6090,6 +6110,10 @@ interface DecorationDataOneOf {
6090
6110
  spoilerData?: SpoilerData;
6091
6111
  /** Data for a strikethrough decoration. Defaults to `true`. */
6092
6112
  strikethroughData?: boolean | null;
6113
+ /** Data for a superscript decoration. Defaults to `true`. */
6114
+ superscriptData?: boolean | null;
6115
+ /** Data for a subscript decoration. Defaults to `true`. */
6116
+ subscriptData?: boolean | null;
6093
6117
  }
6094
6118
  declare enum DecorationType {
6095
6119
  BOLD = "BOLD",
@@ -6102,10 +6126,12 @@ declare enum DecorationType {
6102
6126
  COLOR = "COLOR",
6103
6127
  FONT_SIZE = "FONT_SIZE",
6104
6128
  EXTERNAL = "EXTERNAL",
6105
- STRIKETHROUGH = "STRIKETHROUGH"
6129
+ STRIKETHROUGH = "STRIKETHROUGH",
6130
+ SUPERSCRIPT = "SUPERSCRIPT",
6131
+ SUBSCRIPT = "SUBSCRIPT"
6106
6132
  }
6107
6133
  /** @enumType */
6108
- type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
6134
+ type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
6109
6135
  interface AnchorData {
6110
6136
  /** The target node's ID. */
6111
6137
  anchor?: string;
@@ -11135,8 +11161,6 @@ interface Configuration {
11135
11161
  multipleInstancesAllowed?: boolean | null;
11136
11162
  /** Spi configuration */
11137
11163
  spi?: Spi;
11138
- /** Do not include the function in the functions catalog in the BM */
11139
- hideFromFunctionsCatalog?: boolean | null;
11140
11164
  }
11141
11165
  interface Description {
11142
11166
  /** @maxLength 600 */
@@ -11465,6 +11489,8 @@ interface FactorConfig {
11465
11489
  factorType?: FactorTypeWithLiterals;
11466
11490
  /** whether the factor supports verify without enrolling first */
11467
11491
  supportsVerifyWithoutEnroll?: boolean;
11492
+ /** whether the factor requires enrollment */
11493
+ enrollRequired?: boolean;
11468
11494
  }
11469
11495
  declare enum FactorType {
11470
11496
  UNKNOWN_FACTOR_TYPE = "UNKNOWN_FACTOR_TYPE",
@@ -11473,10 +11499,11 @@ declare enum FactorType {
11473
11499
  CALL = "CALL",
11474
11500
  EMAIL = "EMAIL",
11475
11501
  TOTP = "TOTP",
11476
- PUSH = "PUSH"
11502
+ PUSH = "PUSH",
11503
+ WEBAUTHN = "WEBAUTHN"
11477
11504
  }
11478
11505
  /** @enumType */
11479
- type FactorTypeWithLiterals = FactorType | 'UNKNOWN_FACTOR_TYPE' | 'PASSWORD' | 'SMS' | 'CALL' | 'EMAIL' | 'TOTP' | 'PUSH';
11506
+ type FactorTypeWithLiterals = FactorType | 'UNKNOWN_FACTOR_TYPE' | 'PASSWORD' | 'SMS' | 'CALL' | 'EMAIL' | 'TOTP' | 'PUSH' | 'WEBAUTHN';
11480
11507
  interface DiscountsSPIConfig {
11481
11508
  /**
11482
11509
  * Base URI where the endpoints are called.
@@ -12293,6 +12320,8 @@ interface EditorElement {
12293
12320
  layout?: EditorElementLayout;
12294
12321
  /** The Archetype this component adheres to, to be used for classification by AI models */
12295
12322
  archetype?: ArchetypeWithLiterals;
12323
+ /** A map with definitions of states that this element can be edited in */
12324
+ states?: Record<string, ElementState>;
12296
12325
  }
12297
12326
  interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSelectedCssPropertyTypeOneOf, StyleItemSelectedCssVariableTypeOneOf {
12298
12327
  /** type selection key for css-properties */
@@ -12311,13 +12340,15 @@ interface StyleItem extends StyleItemSelectedItemTypeOneOf, StyleItemSelectedCss
12311
12340
  customEnum?: CustomEnum;
12312
12341
  /** Additional options to refine the number variable */
12313
12342
  number?: CssNumber;
12314
- /** default value for the style item */
12343
+ /** The default value for the style-item when the component is in the "regular" state */
12315
12344
  defaultValue?: any;
12316
12345
  /**
12317
- * Will be used as displayName of this style item
12346
+ * Will be used as displayName of this style-item
12318
12347
  * @maxLength 100
12319
12348
  */
12320
12349
  displayName?: string | null;
12350
+ /** This defines if this style item is custom css property (CSS Variable), if set to `true` it will be rendered with a `--` prefix using the key in the map */
12351
+ cssCustomProperty?: boolean;
12321
12352
  }
12322
12353
  /** @oneof */
12323
12354
  interface StyleItemSelectedItemTypeOneOf {
@@ -12358,6 +12389,7 @@ declare enum CssPropertyType {
12358
12389
  backgroundRepeat = "backgroundRepeat",
12359
12390
  backgroundAttachment = "backgroundAttachment",
12360
12391
  fill = "fill",
12392
+ fillOpacity = "fillOpacity",
12361
12393
  /** margin properties */
12362
12394
  margin = "margin",
12363
12395
  marginTop = "marginTop",
@@ -12456,10 +12488,14 @@ declare enum CssPropertyType {
12456
12488
  objectPosition = "objectPosition",
12457
12489
  /** blending & compositing */
12458
12490
  mixBlendMode = "mixBlendMode",
12459
- isolation = "isolation"
12491
+ isolation = "isolation",
12492
+ /** stroke properties */
12493
+ stroke = "stroke",
12494
+ strokeWidth = "strokeWidth",
12495
+ strokeOpacity = "strokeOpacity"
12460
12496
  }
12461
12497
  /** @enumType */
12462
- type CssPropertyTypeWithLiterals = CssPropertyType | 'UNKNOWN_CssPropertyType' | 'background' | 'backgroundSize' | 'backgroundColor' | 'backgroundImage' | 'backgroundClip' | 'backgroundOrigin' | 'backgroundPosition' | 'backgroundRepeat' | 'backgroundAttachment' | 'fill' | 'margin' | 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft' | 'marginInlineStart' | 'marginInlineEnd' | 'padding' | 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft' | 'paddingInlineStart' | 'paddingInlineEnd' | 'border' | 'borderWidth' | 'borderStyle' | 'borderColor' | 'borderTop' | 'borderTopColor' | 'borderTopWidth' | 'borderTopStyle' | 'borderRight' | 'borderRightColor' | 'borderRightWidth' | 'borderRightStyle' | 'borderBottom' | 'borderBottomColor' | 'borderBottomWidth' | 'borderBottomStyle' | 'borderLeft' | 'borderLeftColor' | 'borderLeftWidth' | 'borderLeftStyle' | 'borderInlineStart' | 'borderInlineStartColor' | 'borderInlineStartWidth' | 'borderInlineStartStyle' | 'borderInlineEnd' | 'borderInlineEndColor' | 'borderInlineEndWidth' | 'borderInlineEndStyle' | 'borderRadius' | 'borderTopLeftRadius' | 'borderTopRightRadius' | 'borderBottomRightRadius' | 'borderBottomLeftRadius' | 'borderStartStartRadius' | 'borderStartEndRadius' | 'borderEndStartRadius' | 'borderEndEndRadius' | 'font' | 'fontFamily' | 'fontSize' | 'fontStretch' | 'fontStyle' | 'fontVariant' | 'fontWeight' | 'lineHeight' | 'color' | 'letterSpacing' | 'writingMode' | 'textAlign' | 'textTransform' | 'textShadow' | 'textOverflow' | 'textDecoration' | 'textDecorationColor' | 'textDecorationLine' | 'textDecorationStyle' | 'textDecorationThickness' | 'boxShadow' | 'opacity' | 'overflow' | 'display' | 'alignSelf' | 'justifyContent' | 'alignItems' | 'flexDirection' | 'gap' | 'height' | 'width' | 'columnGap' | 'rowGap' | 'filter' | 'backdropFilter' | 'objectFit' | 'objectPosition' | 'mixBlendMode' | 'isolation';
12498
+ type CssPropertyTypeWithLiterals = CssPropertyType | 'UNKNOWN_CssPropertyType' | 'background' | 'backgroundSize' | 'backgroundColor' | 'backgroundImage' | 'backgroundClip' | 'backgroundOrigin' | 'backgroundPosition' | 'backgroundRepeat' | 'backgroundAttachment' | 'fill' | 'fillOpacity' | 'margin' | 'marginTop' | 'marginRight' | 'marginBottom' | 'marginLeft' | 'marginInlineStart' | 'marginInlineEnd' | 'padding' | 'paddingTop' | 'paddingRight' | 'paddingBottom' | 'paddingLeft' | 'paddingInlineStart' | 'paddingInlineEnd' | 'border' | 'borderWidth' | 'borderStyle' | 'borderColor' | 'borderTop' | 'borderTopColor' | 'borderTopWidth' | 'borderTopStyle' | 'borderRight' | 'borderRightColor' | 'borderRightWidth' | 'borderRightStyle' | 'borderBottom' | 'borderBottomColor' | 'borderBottomWidth' | 'borderBottomStyle' | 'borderLeft' | 'borderLeftColor' | 'borderLeftWidth' | 'borderLeftStyle' | 'borderInlineStart' | 'borderInlineStartColor' | 'borderInlineStartWidth' | 'borderInlineStartStyle' | 'borderInlineEnd' | 'borderInlineEndColor' | 'borderInlineEndWidth' | 'borderInlineEndStyle' | 'borderRadius' | 'borderTopLeftRadius' | 'borderTopRightRadius' | 'borderBottomRightRadius' | 'borderBottomLeftRadius' | 'borderStartStartRadius' | 'borderStartEndRadius' | 'borderEndStartRadius' | 'borderEndEndRadius' | 'font' | 'fontFamily' | 'fontSize' | 'fontStretch' | 'fontStyle' | 'fontVariant' | 'fontWeight' | 'lineHeight' | 'color' | 'letterSpacing' | 'writingMode' | 'textAlign' | 'textTransform' | 'textShadow' | 'textOverflow' | 'textDecoration' | 'textDecorationColor' | 'textDecorationLine' | 'textDecorationStyle' | 'textDecorationThickness' | 'boxShadow' | 'opacity' | 'overflow' | 'display' | 'alignSelf' | 'justifyContent' | 'alignItems' | 'flexDirection' | 'gap' | 'height' | 'width' | 'columnGap' | 'rowGap' | 'filter' | 'backdropFilter' | 'objectFit' | 'objectPosition' | 'mixBlendMode' | 'isolation' | 'stroke' | 'strokeWidth' | 'strokeOpacity';
12463
12499
  /** The supported [CSS Data Types](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types) in Javascript naming format */
12464
12500
  declare enum CssDataType {
12465
12501
  UNKNOWN_CssDataType = "UNKNOWN_CssDataType",
@@ -12584,7 +12620,7 @@ interface CustomEnumOptionCssProperty {
12584
12620
  property?: string;
12585
12621
  /**
12586
12622
  * the css value
12587
- * @maxLength 100
12623
+ * @maxLength 300
12588
12624
  */
12589
12625
  value?: string;
12590
12626
  }
@@ -12900,10 +12936,12 @@ declare enum ContainerType {
12900
12936
  /** A slot declared by a component in DEV Center that allows integrations with a Props API from the host */
12901
12937
  slot = "slot",
12902
12938
  /** A container to add elements targeting a specific product use case, exposed in DEV Center */
12903
- placeholder = "placeholder"
12939
+ placeholder = "placeholder",
12940
+ /** A container that can be used to render a template multiple times */
12941
+ template = "template"
12904
12942
  }
12905
12943
  /** @enumType */
12906
- type ContainerTypeWithLiterals = ContainerType | 'UNKNOWN_CONTAINER_TYPE' | 'simple' | 'slot' | 'placeholder';
12944
+ type ContainerTypeWithLiterals = ContainerType | 'UNKNOWN_CONTAINER_TYPE' | 'simple' | 'slot' | 'placeholder' | 'template';
12907
12945
  /** Currently doesn't have any properties defined */
12908
12946
  interface SimpleContainer {
12909
12947
  }
@@ -12976,6 +13014,10 @@ interface InlineElement {
12976
13014
  elementsDefaults?: Record<string, ElementDefaults>;
12977
13015
  /** The Archetype this component adheres to, to be used for classification by AI models */
12978
13016
  archetype?: ArchetypeWithLiterals;
13017
+ /** A map with definitions of states that this element can be edited in */
13018
+ states?: Record<string, ElementState>;
13019
+ /** A reference to a state that needs to be triggered in order for this element to be visible */
13020
+ visibleState?: VisibleState;
12979
13021
  }
12980
13022
  interface Behaviors {
12981
13023
  /** Determines if the inner-element can be selectable in the editor */
@@ -13285,6 +13327,49 @@ declare enum Archetype {
13285
13327
  }
13286
13328
  /** @enumType */
13287
13329
  type ArchetypeWithLiterals = Archetype | 'UNKNOWN_Archetype' | 'Button' | 'LoginButton' | 'Image' | 'Gallery' | 'Video' | 'Audio' | 'Text' | 'TextInput' | 'RichTextEditor' | 'SignatureInput' | 'Checkbox' | 'RadioGroup' | 'Switch' | 'Dropdown' | 'DatePicker' | 'TimePicker' | 'Ratings' | 'RatingInput' | 'Menu' | 'Pagination' | 'Slider' | 'Container' | 'Carousel' | 'Accordion' | 'Tabs' | 'ProgressBar' | 'Upload' | 'Social' | 'Breadcrumbs' | 'SearchBox' | 'Map' | 'Line' | 'Logo' | 'Avatar' | 'Captcha' | 'VectorArt' | 'AnimatedGraphic';
13330
+ interface ElementState {
13331
+ /**
13332
+ * Display name of this state
13333
+ * @maxLength 100
13334
+ */
13335
+ displayName?: string | null;
13336
+ /**
13337
+ * The class-name to apply when this state is applied
13338
+ * @maxLength 100
13339
+ */
13340
+ className?: string | null;
13341
+ /** The pseudo-class to used to target this state in the browser */
13342
+ pseudoClass?: NativeStateTypeWithLiterals;
13343
+ /** The state props to apply when this state is applied */
13344
+ props?: Record<string, any>;
13345
+ }
13346
+ declare enum NativeStateType {
13347
+ UNKNOWN_NativeStateType = "UNKNOWN_NativeStateType",
13348
+ /** native browser "hover" state */
13349
+ hover = "hover",
13350
+ /** native browser "focus" state */
13351
+ focus = "focus",
13352
+ /** native browser "disabled" state */
13353
+ disabled = "disabled",
13354
+ /** native browser "invalid" state */
13355
+ invalid = "invalid"
13356
+ }
13357
+ /** @enumType */
13358
+ type NativeStateTypeWithLiterals = NativeStateType | 'UNKNOWN_NativeStateType' | 'hover' | 'focus' | 'disabled' | 'invalid';
13359
+ interface VisibleState {
13360
+ /**
13361
+ * The key of the state that will trigger the visibility of this element
13362
+ * @minLength 1
13363
+ * @maxLength 100
13364
+ */
13365
+ stateKey?: string;
13366
+ /**
13367
+ * The path to the element that owns the relevant state to trigger, path pattern "/elementkey/elementkey"
13368
+ * @minLength 1
13369
+ * @maxLength 500
13370
+ */
13371
+ elementPath?: string;
13372
+ }
13288
13373
  interface RefElement {
13289
13374
  /**
13290
13375
  * The type of the referenced element. Must exist in the Wix Dev Center and be fullly typed (`appSlug.componentType`).
@@ -13314,12 +13399,14 @@ interface RefElement {
13314
13399
  actions?: Actions;
13315
13400
  /** The override of the used element custom actions */
13316
13401
  customActions?: Record<string, Action>;
13402
+ /** A reference to a state that needs to be triggered in order for this element to be visible */
13403
+ visibleState?: VisibleState;
13317
13404
  }
13318
13405
  interface StyleItemOverrides {
13319
13406
  /** Disables the ability to edit this style-item */
13320
13407
  disableEditing?: boolean | null;
13321
13408
  /**
13322
- * Overrides Display displayName of this style item
13409
+ * Overrides Display displayName of this style-item
13323
13410
  * @maxLength 100
13324
13411
  */
13325
13412
  displayName?: string | null;
@@ -13343,6 +13430,8 @@ interface EditorElementLayout {
13343
13430
  disableStretching?: boolean | null;
13344
13431
  /** Will control the availability of freely positioning this component */
13345
13432
  disablePositioning?: boolean | null;
13433
+ /** Will control if the editor allows rotating the element */
13434
+ disableRotation?: boolean | null;
13346
13435
  }
13347
13436
  declare enum ResizeDirection {
13348
13437
  /** Default value when direction is not specified */
@@ -13982,6 +14071,16 @@ interface SDKExports {
13982
14071
  exportMetadata?: ExportMetadata;
13983
14072
  /** The maturity of the SDK exports */
13984
14073
  exposureAndMaturity?: ExtensionExposure;
14074
+ /**
14075
+ * Npm peer dependencies
14076
+ * @maxSize 50
14077
+ */
14078
+ peerDependencies?: SDKExportsNpm[];
14079
+ /**
14080
+ * Npm dev dependencies
14081
+ * @maxSize 50
14082
+ */
14083
+ devDependencies?: SDKExportsNpm[];
13985
14084
  }
13986
14085
  interface SDKExportsNpm {
13987
14086
  /**
@@ -14023,6 +14122,46 @@ interface ExportMetadata {
14023
14122
  */
14024
14123
  relativeSpecifier?: string | null;
14025
14124
  }
14125
+ /** A service to be used by components and apps in the viewer and editor */
14126
+ interface ViewerService {
14127
+ /**
14128
+ * A unique package name of the service,@wix/site-environment, to be used when calling the `getService` API
14129
+ * @minLength 7
14130
+ * @maxLength 80
14131
+ */
14132
+ packageName?: string;
14133
+ /** The viewer implemenation of this service, *bundle* is required */
14134
+ viewer?: ViewerServiceAssets;
14135
+ /** The optional editor implementation of this service, optional (if you need a different version for the editor) */
14136
+ editor?: ViewerServiceAssets;
14137
+ /**
14138
+ * A short description of this service
14139
+ * @maxLength 50
14140
+ */
14141
+ description?: string | null;
14142
+ /**
14143
+ * A link to documentation by the article Id, example: "https://dev.wix.com/docs/editor/components/viewer-service"
14144
+ * @format WEB_URL
14145
+ */
14146
+ docLink?: string | null;
14147
+ }
14148
+ interface ViewerServiceAssets {
14149
+ /**
14150
+ * The bundle of this javascript resource in production, example: "https://static.parastorage.com/services/wix-site-environment/1.0.0/bundle.min.js"
14151
+ * @format WEB_URL
14152
+ */
14153
+ bundle?: string;
14154
+ /**
14155
+ * The package names of other *Wix* services this service may depend on based on their unique package name, example: ["@wix/site-environment", "@wix/site-language"]
14156
+ * @maxSize 20
14157
+ * @maxLength 80
14158
+ */
14159
+ dependencies?: string[];
14160
+ }
14161
+ interface ProviderAccountServicePluginConfig {
14162
+ /** The base URI where all the methods are deployed. */
14163
+ baseUri?: SpiBaseUri;
14164
+ }
14026
14165
  interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
14027
14166
  gradualRollout?: GradualRolloutCacheEntity;
14028
14167
  gradualUpdate?: GradualUpdateCacheEntity;
@@ -14242,4 +14381,4 @@ interface ListDataExtensionSchemasOptions {
14242
14381
  extensionPoints?: string[];
14243
14382
  }
14244
14383
 
14245
- export { BackOfficeScriptAssetType as $, HostContainerId as A, BarAlignmentSelected as B, ComponentType as C, type DataExtensionSchema as D, Exposure as E, MandatoryField as F, MeasurementSystem as G, HorizontalDocking as H, InstallPage as I, Default as J, HookType as K, type ListDataExtensionSchemasOptions as L, Maturity as M, ActionSPIConfigInterfaceConfigurationType as N, SourceType as O, PluginInterface as P, ExecutionType as Q, RequestedField as R, StaticContainer as S, TemplateDefaultColor as T, type UpdateDataExtensionSchemaResponse as U, VerticalDocking as V, WebhookIdentityType as W, ExtendingComponentType as X, BackOfficeHostingPlatforms as Y, DtsDefinitionType as Z, SlotDataType as _, type ListDataExtensionSchemasResponse as a, PlanPeriodUnit as a$, ViewMode as a0, AlgorithmType as a1, LockableOperation as a2, RestrictedOperation as a3, BlockType as a4, Domain as a5, Status as a6, TextInputDisplayType as a7, ThumbnailType as a8, ImageShape as a9, StylesPosition as aA, MapType as aB, ViewRole as aC, VoteRole as aD, PollLayoutType as aE, PollLayoutDirection as aF, BackgroundType as aG, DecorationType as aH, FontType as aI, AppType as aJ, InitialExpandedItems as aK, Direction as aL, VerticalAlignment as aM, NullValue as aN, CalendarType as aO, ConnectMethod as aP, ListEventFromCalendars as aQ, SyncToCalendar as aR, OAuthAppType as aS, OAuthTechnologies as aT, NavigationType as aU, PingSettingsGroupComponentDataState as aV, NotificationTopicState as aW, NotificationTopicType as aX, RecipientType as aY, PlanFormPricingOption as aZ, PlanFormDefaultSection as a_, AvatarShape as aa, Tag as ab, FilterSelectionType as ac, FilterOptionsType as ad, PaginationMode as ae, ChannelType as af, AcceptedDirectMessageType as ag, MediaMimeType as ah, AcceptedSmsMessageType as ai, InitDirection as aj, NodeType as ak, WidthType as al, PluginContainerDataAlignment as am, ButtonDataType as an, LinkTarget as ao, TextAlignment as ap, LineStyle as aq, DividerDataWidth as ar, Alignment as as, PDFSettingsViewMode as at, LayoutType as au, Orientation as av, Crop as aw, ThumbnailsAlignment as ax, GIFType as ay, HTMLDataSource as az, type DeleteByWhiteListedMetaSiteResponse as b, ConsentCategory as b$, TypedDynamicParamType as b0, UserNotificationDataRecipientFilterType as b1, InitiatorType as b2, Level as b3, IconType as b4, MobileApplication as b5, AndroidStyle as b6, ExposureRuleType as b7, Intent as b8, UserNotificationDataType as b9, EmailInfoTag as bA, PhoneInfoTag as bB, AddressInfoTag as bC, ConfirmationLevel as bD, ContactField as bE, DisplayFieldType as bF, ChangeableProperty as bG, OverrideEntityType as bH, Operator as bI, Target as bJ, SubmitSuccessAction as bK, TemplateType as bL, CustomFieldsType as bM, EditableProperties as bN, RequiredIndicator as bO, RequiredIndicatorPlacement as bP, WixCodePublishTaskName as bQ, ChannelConfigurationChannelType as bR, AcceptedMessageTypesAcceptedDirectMessageType as bS, AcceptedMessageTypesAcceptedSmsMessageType as bT, FactorType as bU, MonitoringType as bV, Escalation as bW, ImportanceLevel as bX, Width as bY, PanelContentType as bZ, StorageType as b_, RecipientFilterType as ba, Type as bb, Environment as bc, SchemaScope as bd, SchemaFieldFieldType as be, CustomElementScriptType as bf, HeightMode as bg, FieldType as bh, Format as bi, StringComponentType as bj, NumberOfColumns as bk, FirstDayOfWeek as bl, NumberComponentType as bm, BooleanComponentType as bn, ItemType as bo, PropertiesTypeEnum as bp, ArrayComponentType as bq, WixFileComponentType as br, UploadFileFormat as bs, PaymentComponentType as bt, ProductType as bu, PriceType as bv, ImageFit as bw, MultilineAddressComponentType as bx, DefaultCountryConfigType as by, InputType as bz, type DataExtensionSchemaCreatedEnvelope as c, type DisplayValue as c$, StorageDomain as c0, Method as c1, ParticipantType as c2, InterfaceConfigurationType as c3, Scope as c4, CssPropertyType as c5, CssDataType as c6, FilterFunction as c7, DisplayValueEnumDisplayValue as c8, WritingModeValue as c9, type ReindexEvent as cA, type ReindexField as cB, type CreateDataExtensionSchemaRequest as cC, type CreateDataExtensionSchemaResponse as cD, type UpdateDataExtensionSchemaRequest as cE, type ListDataExtensionSchemasRequest as cF, type DeleteDemoDataExtensionSchemaRequest as cG, type DeleteDemoDataExtensionSchemaResponse as cH, type DeleteGlobalExtensionSchemaRequest as cI, type DeleteGlobalExtensionSchemaResponse as cJ, type DeleteByWhiteListedMetaSiteRequest as cK, type Empty as cL, type AppRuntimeDataEvent as cM, type AppRuntimeDataCacheEntity as cN, type RuntimeComponentCacheEntity as cO, type RuntimeComponentCacheEntityComponentOneOf as cP, type RuntimeComponentCacheEntityComponent as cQ, type ComponentData as cR, type ComponentDataDataOneOf as cS, type WidgetComponentData as cT, type FixedPositionOptions as cU, type WidgetDisplay as cV, type Position as cW, type SubPage as cX, type IsStretched as cY, type Margins as cZ, type DisplayProperties as c_, DataType as ca, A11yAttributes as cb, LinkType as cc, ContainerType as cd, ElementType as ce, ActionType as cf, PanelType as cg, ActionName as ch, SizingType as ci, Archetype as cj, ResizeDirection as ck, ContentResizeDirection as cl, RestrictionLevel as cm, ElementDisplayOption as cn, SidebarDataType as co, SidebarEntityType as cp, type DomainEvent as cq, type DomainEventBodyOneOf as cr, type EntityCreatedEvent as cs, type RestoreInfo as ct, type EntityUpdatedEvent as cu, type EntityDeletedEvent as cv, type ActionEvent as cw, type MessageEnvelope as cx, type IdentificationData as cy, type IdentificationDataIdOneOf as cz, type DataExtensionSchemaDeletedEnvelope as d, type DrillItem as d$, type Docking as d0, type DockingProperties as d1, type Height as d2, type ApiWidth as d3, type PageComponentData as d4, type Padding as d5, type PageReplaceOptions as d6, type PageReplaceOptionsOptionsOneOf as d7, type PageReplace as d8, type ReplacingOptions as d9, type EditorPresence as dA, type PresetEditorPresence as dB, type FocalPoint as dC, type BaseInfo as dD, type HelpResources as dE, type WidgetInstallationSettings as dF, type WidgetInstallationSettingsTargetContainerOneOf as dG, type BaseInstallation as dH, type WidgetInstallation as dI, type DefaultPresets as dJ, type ComponentModel as dK, type CodePackageComponentData as dL, type DashboardPlatfromComponentData as dM, type EmbeddedScriptComponentData as dN, type WixDependency as dO, type WebComponentData as dP, type Size as dQ, type Settings as dR, type Tab as dS, type Container as dT, type ContainerDataOneOf as dU, type Main as dV, type MainPropsData as dW, type DashboardButton as dX, type RichTextWithIllustrationVertical as dY, type Section as dZ, type DrillInListItem as d_, type ReplaceableOptions as da, type WidgetOutOfIframeComponentData as db, type OutOfIframeData as dc, type SettingsUrl as dd, type ErrorReporting as de, type ErrorReportingArtifact as df, type ApiSlot as dg, type ExtensionExposure as dh, type PageOutOfIframeComponentData as di, type PlatfromComponentData as dj, type DashboardComponentData as dk, type WorkerComponentData as dl, type StudioComponentData as dm, type StudioWidgetComponentData as dn, type StudioWidgetVariation as dp, type CustomElement as dq, type CustomElementConsentCategoryOneOf as dr, type NestedWidgets as ds, type PresetInfo as dt, type PresetSize as du, type InstallationSettings as dv, type InstallationSettingsOptionsOneOf as dw, type MainPresets as dx, type PageOptions as dy, type LightboxOptions as dz, type DataExtensionSchemaUpdatedEnvelope as e, type CheckboxField as e$, type DrillItemDataOneOf as e0, type RadioButtonLabeled as e1, type Condition as e2, type SingleKeyCondition as e3, type ColorSelectLabeled as e4, type ColorSelectLabeledDataOneOf as e5, type ColorDefinition as e6, type Thumbnails as e7, type ThumbnailData as e8, type SliderLabeled as e9, type _Date as eA, type SchemaFieldType as eB, type SchemaFieldTypeFieldTypeOneOf as eC, type InvoicesActionsComponentData as eD, type DashboardApplicationData as eE, type Bundle as eF, type ExperimentGroupWrapper as eG, type PageDashboardApplicationComponent as eH, type AppConfiguration as eI, type HostedComponent as eJ, type ContactLabelsComponentData as eK, type PredefinedLabel as eL, type WidgetPluginComponentData as eM, type PluginMarketData as eN, type PluginPlacement as eO, type PluginInstallationSettings as eP, type CrossSellConfig as eQ, type LocalDeliveryComponentData as eR, type PaymentServiceProviderConfig as eS, type PaymentMethod as eT, type PaymentMethodMethodOneOf as eU, type HostedPage as eV, type Logos as eW, type Color as eX, type PaymentServiceProviderCredentialsField as eY, type PaymentServiceProviderCredentialsFieldFieldOneOf as eZ, type SimpleField as e_, type DropDownLabeled as ea, type ToggleLabeled as eb, type BarAlignment as ec, type TextInputLabeled as ed, type FontFamilyWithColorPicker as ee, type FontDefinition as ef, type TextStyle as eg, type TextStyleDefaultColorOneOf as eh, type ResetButton as ei, type WidgetDetails as ej, type WidgetBehavior as ek, type ExtensionData as el, type SnippetSolutionData as em, type DataComponent as en, type DCConfigData as eo, type StaticFileComponentData as ep, type AppConfig as eq, type SiteConfig as er, type MultipleDashboardsComponentData as es, type DashboardItem as et, type PaymentsGatewayComponentData as eu, type AutomationTrigger as ev, type SchemaConfig as ew, type SchemaField as ex, type Primitive as ey, type Simple as ez, DataExtensionSchemaState as f, type CustomTriggerConfig as f$, type DropdownField as f0, type DropdownFieldOption as f1, type MembershipsSPIConfig as f2, type LineItemsEnricherConfig as f3, type ShippingRatesConfig as f4, type ShippingLabelCarrierSpiConfig as f5, type PackageType as f6, type PackageDimension as f7, type Image as f8, type RestaurantsPOSComponentData as f9, type DtsDefinitionReferenceDtsDefinitionOneOf as fA, type DtsHttpLink as fB, type DtsContent as fC, type BlocksData as fD, type Dimension as fE, type SlotParams as fF, type WidgetSlot as fG, type MenuSlot as fH, type BackOfficeExtension as fI, type BackOfficeExtensionExtensionOneOf as fJ, type LegacyBackOfficeExtensionWidget as fK, type LegacyBackOfficeExtensionWidgetAssetOneOf as fL, type BackOfficeScriptAsset as fM, type LegacyBackOfficeMenuItem as fN, type OpenComponent as fO, type LegacyBackOfficeMenuItemAction as fP, type TriggerProviderSPIConfig as fQ, type PreRegisterConfig as fR, type ProductsPathsConfig as fS, type CustomScopeConfig as fT, type GiftCardProviderConfig as fU, type ExternalFilterProviderConfig as fV, type RecommendationsProviderConfig as fW, type AlgorithmConfig as fX, type DropshippingProviderSPIConfig as fY, type InvoicesConfig as fZ, type SeoKeywordsSuggestionsSPIConfig as f_, type CatalogSyncConfiguration as fa, type ShippingProviderConfig as fb, type SpiBaseUri as fc, type AlternativeUri as fd, type AlertEnricherSpiConfiguration as fe, type DataExtensionsComponentData as ff, type GenericHooksConfig as fg, type GenericHookConfig as fh, type ActionProviderSPIConfig as fi, type ActionSPIConfig as fj, type WidgetComponentOptions as fk, type GenericOptions as fl, type WixApiOptions as fm, type ActionSPIConfigImplementedMethods as fn, type Metadata as fo, type ActionSPIConfigInterfaceConfiguration as fp, type ActionSPIConfigInterfaceConfigurationOptionsOneOf as fq, type Source as fr, type SourceOptionsOneOf as fs, type CatalogSPIConfig as ft, type DiscountConfig as fu, type BackOfficeExtensionContainer as fv, type Extendable as fw, type SlotData as fx, type SlotDataSlotTypeOneOf as fy, type DtsDefinitionReference as fz, WidgetVertical as g, type ChannelIcon as g$, type ContentProviderConfig as g0, type ApplicationAutomationComponent as g1, type Rule as g2, type Trigger as g3, type TriggerFilter as g4, type Debounce as g5, type ServiceAction as g6, type ConditionBlock as g7, type Offset as g8, type OffsetValueOneOf as g9, type IDPConnectionConfig as gA, type ItemsSelectionProviderConfig as gB, type LearnMore as gC, type ImageConfig as gD, type AvatarConfig as gE, type SearchField as gF, type FilterInfo as gG, type FilterInfoOptionsOneOf as gH, type StaticFilterOptions as gI, type StaticFilterOption as gJ, type ProviderFilterOptions as gK, type SearchParams as gL, type ContentData as gM, type AdditionalStepInfo as gN, type CreateNewItemInfo as gO, type ItemThumbnail as gP, type ItemThumbnailOptionsOneOf as gQ, type SyncedProjectsProviderConfig as gR, type CommunicationChannelConfiguration as gS, type ChannelConfiguration as gT, type ChannelConfigurationMessagingConfigOneOf as gU, type DirectMessageConfig as gV, type MediaCapabilities as gW, type EmailMessageConfig as gX, type SmsMessageConfig as gY, type ChannelBranding as gZ, type BrandIcons as g_, type Until as ga, type Delay as gb, type DelayTypeOneOf as gc, type RateLimit as gd, type ActionCondition as ge, type Conditions as gf, type AutomationMetadata as gg, type OriginInfo as gh, type BackOfficeSidebarCategory as gi, type BackOfficePage as gj, type BackOfficePageAssetOneOf as gk, type ComponentMetaData as gl, type Keywords as gm, type PageAnchor as gn, type AnchorMetaData as go, type UrlParam as gp, type AdditionalFeesSPIConfig as gq, type PingNotificationComponentData as gr, type BookingsPricingProviderConfig as gs, type AuthenticatorConfig as gt, type ExpectedInputs as gu, type PredefinedExpectedInput as gv, type PredefinedExpectedInputConfiguration as gw, type PredefinedExpectedInputConfigurationTypeOneOf as gx, type AdminConfigurableTextInput as gy, type TextInputSettings as gz, WidgetHorizontal as h, type PollSettings as h$, type ConversationLimitations as h0, type PostLoginConfig as h1, type BackOfficeWidget as h2, type BackOfficeWidgetContentOneOf as h3, type SocialMarketingDesignSPIConfig as h4, type FormSubmissionSpiConfig as h5, type FormsSubmissionsNamespaceConfig as h6, type FormsPermissions as h7, type WixOfferingComponentData as h8, type WixOfferingComponentDataOfferingOneOf as h9, type PDFSettings as hA, type GalleryData as hB, type Media as hC, type ItemImage as hD, type Video as hE, type Item as hF, type ItemDataOneOf as hG, type GalleryOptions as hH, type Layout as hI, type ItemStyle as hJ, type GalleryOptionsThumbnails as hK, type GIFData as hL, type GIF as hM, type HeadingData as hN, type HTMLData as hO, type HTMLDataDataOneOf as hP, type ImageData as hQ, type StylesBorder as hR, type ImageDataStyles as hS, type LinkPreviewData as hT, type LinkPreviewDataStyles as hU, type MapData as hV, type MapSettings as hW, type ParagraphData as hX, type PollData as hY, type SettingsPermissions as hZ, type PollOption as h_, type BusinessManagerPage as ha, type DevCenterTestingComponentData as hb, type DevCenterTestingComponentDataTranslatableOneOfOneOf as hc, type MessageContainingTranslatables as hd, type RichContent as he, type Node as hf, type NodeDataOneOf as hg, type NodeStyle as hh, type ButtonData as hi, type Border as hj, type Colors as hk, type PluginContainerData as hl, type PluginContainerDataWidth as hm, type PluginContainerDataWidthDataOneOf as hn, type Spoiler as ho, type PluginContainerDataHeight as hp, type Styles as hq, type V1Link as hr, type V1LinkDataOneOf as hs, type Rel as ht, type CodeBlockData as hu, type V1TextStyle as hv, type DividerData as hw, type FileData as hx, type FileSource as hy, type FileSourceDataOneOf as hz, WidgetWidthType as i, type CommentModerationProviderConfig as i$, type PollLayout as i0, type OptionLayout as i1, type Gradient as i2, type Background as i3, type BackgroundBackgroundOneOf as i4, type PollDesign as i5, type OptionDesign as i6, type Poll as i7, type PollDataLayout as i8, type Design as i9, type AudioData as iA, type OrderedListData as iB, type BulletedListData as iC, type BlockquoteData as iD, type CaptionData as iE, type LayoutCellData as iF, type V1Metadata as iG, type DocumentStyle as iH, type TextNodeStyle as iI, type CustomRefData as iJ, type TranslatedMessageWithUniqueFieldRepeated as iK, type TranslatedMessageWithIdRepeated as iL, type DiscoveryMetaData as iM, type InternalComponentMetadata as iN, type ComponentsValidatorConfig as iO, type ComponentTranslationAdditionalFieldsConfig as iP, type FormSchemaSpiConfig as iQ, type FormsSchemaNamespaceConfig as iR, type Restrictions as iS, type ProviderConfig as iT, type DefaultTaxGroupProviderConfig as iU, type TaxationCategoryProvider as iV, type DynamicSiteStructureProviderConfig as iW, type HeadlessOAuth as iX, type WixPagesDomainMapping as iY, type TaxCalculatorSpiConfig as iZ, type TaxCountriesConfig as i_, type TextData as ia, type Decoration as ib, type DecorationDataOneOf as ic, type AnchorData as id, type ColorData as ie, type LinkData as ig, type MentionData as ih, type FontSizeData as ii, type SpoilerData as ij, type AppEmbedData as ik, type AppEmbedDataAppDataOneOf as il, type BookingData as im, type EventData as io, type VideoData as ip, type PlaybackOptions as iq, type EmbedData as ir, type Oembed as is, type CollapsibleListData as it, type TableData as iu, type Dimensions as iv, type TableCellData as iw, type CellStyle as ix, type BorderColors as iy, type ListValue as iz, Region as j, type PlanFormPlanSettingsSection as j$, type GridAppFilesTransformerConfig as j0, type PolicyConfig as j1, type CustomChargesConfig as j2, type ValidationsSPIConfig as j3, type ComponentReferenceDataConfig as j4, type ReviewsProductCatalogProviderConfig as j5, type SocialMarketingDesignsProviderConfig as j6, type GbpFeatureConfig as j7, type CommentFilterProviderConfig as j8, type TaxIdValidatorConfig as j9, type PreviewConfiguration as jA, type TermsModalConfiguration as jB, type ThankYouPageInputConfig as jC, type ThankYouPageRedirectsConfiguration as jD, type ThankYouPagePreviewConfiguration as jE, type ThankYouPageModalConfiguration as jF, type PlanSettingsRowConfiguration as jG, type TermsAndConditionsConfiguration as jH, type ThankYouPageConfiguration as jI, type DurationInputConfiguration as jJ, type DurationRenameOptions as jK, type InputConfiguration as jL, type SetupFeeConfiguration as jM, type FreeTrialConfiguration as jN, type FreeOptionConfiguration as jO, type OneTimeOptionConfiguration as jP, type RecurringOptionConfiguration as jQ, type Illustration as jR, type IllustrationIllustrationOneOf as jS, type PlanDuration as jT, type PlanPriceData as jU, type PricingRecurring as jV, type PerkValues as jW, type PlanPricing as jX, type PlanPricingPricingModelOneOf as jY, type PlanFormPreviewSection as jZ, type PlanFormInfoSection as j_, type TaxTypesConfig as ja, type PingSettingsGroupComponentData as jb, type FormSpamSubmissionSpiConfig as jc, type FormsSpamSubmissionsNamespaceConfig as jd, type SpamSubmissionPermissions as je, type EditorAddon as jf, type InitialPosition as jg, type ToolPanelConfig as jh, type AddonMarketData as ji, type ExternalDatabaseSpiConfig as jj, type PaymentSettingsSPIConfig as jk, type NotificationTopic as jl, type NotificationPreferencesFilterConfig as jm, type BookingsResourceTypesProviderConfig as jn, type BookingsResourceType as jo, type PricingPlansFormConfiguration as jp, type TextWithTooltip as jq, type TooltipSuffix as jr, type TextWithSuffix as js, type TextWithSuffixSuffixOneOf as jt, type LinkSuffix as ju, type PreviewCardPlaceholders as jv, type InputWithPlaceholder as jw, type CoverImageConfiguration as jx, type PerksConfiguration as jy, type CheckboxConfiguration as jz, UnitType as k, type SiteMemberData as k$, type PlanFormBenefitsSection as k0, type PlanFormPricingAndDurationSection as k1, type PlanFormCustomSection as k2, type PlanFormSection as k3, type PlanFormSectionSectionOneOf as k4, type PlanFormTypeMetadata as k5, type PlanFormPagePermissionsSection as k6, type PlanFormInitialValue as k7, type UserNotification as k8, type UserNotificationData as k9, type MobilePushChannelConfig as kA, type MobilePushContentKeys as kB, type ExposureRule as kC, type ExposureRuleRuleOneOf as kD, type BooleanExperimentExposureRule as kE, type CustomExperimentExposureRule as kF, type VoiceContentKeys as kG, type SmsContentKeys as kH, type BrowserPushContentKeys as kI, type EmailChannel as kJ, type FeedChannels as kK, type MobilePushChannel as kL, type VoiceChannel as kM, type SmsChannel as kN, type BrowserPushChannel as kO, type LimiterField as kP, type UserNotificationDataRecipientFilter as kQ, type UserNotificationDataRecipientFilterDataOneOf as kR, type UserNotificationDataInitiator as kS, type UserNotificationDataInitiatorDataOneOf as kT, type UserNotificationDataDeeplink as kU, type UserNotificationDataDeeplinkOfOneOf as kV, type UserNotificationDataContext as kW, type ContactNotification as kX, type ContactsNotificationData as kY, type ContactsData as kZ, type ContactData as k_, type TypedDynamicParam as ka, type WixUsersData as kb, type SiteContributorsData as kc, type WixUserData as kd, type ConstOrDynamicParam as ke, type ConstOrDynamicParamValueOneOf as kf, type Url as kg, type BackofficeActionDeeplink as kh, type OrderValue as ki, type NotificationChannels as kj, type ResponsysEmail as kk, type VelocityEmail as kl, type ShoutoutEmail as km, type EmailTemplateConfig as kn, type EmailTemplateConfigProviderOneOf as ko, type WebFeedContentKeys as kp, type MobileFeedContentKeys as kq, type FeedAggregation as kr, type Icon as ks, type IconDataOneOf as kt, type UrlData as ku, type WebFeedChannel as kv, type MobileFeedChannel as kw, type FeedChannelsConfig as kx, type SharedPlatformMobilePushConfig as ky, type AndroidMobilePushConfig as kz, ReplacementType as l, type Field as l$, type LiveSiteActionDeeplink as l0, type RecipientFilter as l1, type RecipientFilterDataOneOf as l2, type Initiator as l3, type InitiatorDataOneOf as l4, type Deeplink as l5, type DeeplinkOfOneOf as l6, type Context as l7, type UnifiedPage as l8, type PageInstallationSettings as l9, type TaxGroupsProviderConfig as lA, type AdditionalTaxGroup as lB, type TaxCalculationConfig as lC, type BackOfficeModal as lD, type BackOfficeModalContentOneOf as lE, type ModalParams as lF, type DeploymentPipelineProviderConfig as lG, type CustomElementWidget as lH, type WidgetData as lI, type EditorBehaviors as lJ, type SettingsPanel as lK, type Dashboard as lL, type WidgetSize as lM, type WidgetSizeHeight as lN, type WidgetSizeWidth as lO, type Preset as lP, type Breakpoints as lQ, type Breakpoint as lR, type BackOfficeExtensionWidget as lS, type BackOfficeExtensionWidgetAssetOneOf as lT, type BackOfficeExtensionMenuItem as lU, type NavigateToPageAction as lV, type OpenModalAction as lW, type MenuAction as lX, type MenuActionActionOneOf as lY, type FormTemplate as lZ, type FormTemplateTemplateTypeOptionsOneOf as l_, type PageInstallation as la, type PageContent as lb, type WidgetAsContent as lc, type UnifiedPageEditorSettings as ld, type PageEditorSettings as le, type AvailabilityTimeSlotsProviderConfig as lf, type ProposalEditorProviderConfig as lg, type CustomReservationsApprovalConfig as lh, type CommentsContextProviderConfig as li, type FormSpamSubmissionReportSpiConfig as lj, type FormSpamSubmissionReportsNamespaceConfig as lk, type FormSpamSubmissionReportPermissions as ll, type VeloActionConfig as lm, type EventTypeProviderConfig as ln, type ServiceAvailabilityPolicyProviderConfig as lo, type SmsActionMessage as lp, type BookingPolicyProviderConfig as lq, type MultiServiceBookingPolicyProviderConfig as lr, type FormSubmissionSpiExtensionConfig as ls, type FormsSubmissionsExtensionNamespaceConfig as lt, type AssistantSpiConfig as lu, type MultilingualTranslationSchema as lv, type Schema as lw, type SchemaKey as lx, type V1SchemaField as ly, type PreviewFields as lz, HTTPMethod as m, type CustomFieldInfo as m$, type FieldFieldTypeOptionsOneOf as m0, type InputField as m1, type InputFieldInputTypeOptionsOneOf as m2, type StringType as m3, type StringTypeFormatOptionsOneOf as m4, type DateTimeConstraints as m5, type PhoneConstraints as m6, type TextInput as m7, type RadioGroup as m8, type RadioGroupOption as m9, type CustomOption as mA, type FileUpload as mB, type Signature as mC, type PaymentType as mD, type QuantityLimit as mE, type FixedPriceOptions as mF, type DynamicPriceOptions as mG, type Product as mH, type ProductPriceOptionsOneOf as mI, type ProductCheckboxGroup as mJ, type ProductCheckboxGroupOption as mK, type DonationInput as mL, type DonationInputOption as mM, type CommonCustomOption as mN, type MultilineAddressValidation as mO, type FieldOverrides as mP, type FieldsOverrides as mQ, type ComponentsMultilineAddress as mR, type AddressLine2 as mS, type DefaultCountryConfig as mT, type DefaultCountryConfigOptionsOneOf as mU, type FieldsSettings as mV, type FormFieldContactInfo as mW, type FormFieldContactInfoAdditionalInfoOneOf as mX, type EmailInfo as mY, type PhoneInfo as mZ, type AddressInfo as m_, type RadioGroupCustomOption as ma, type Dropdown as mb, type DropdownOption as mc, type DropdownCustomOption as md, type DateTimeInput as me, type PhoneInput as mf, type DateInput as mg, type TimeInput as mh, type DatePicker as mi, type NumberType as mj, type NumberInput as mk, type RatingInput as ml, type BooleanType as mm, type Checkbox as mn, type ArrayType as mo, type IntegerType as mp, type ObjectType as mq, type PropertiesType as mr, type PropertiesTypePropertiesTypeOptionsOneOf as ms, type ArrayTypeArrayItems as mt, type ArrayTypeArrayItemsItemTypeOptionsOneOf as mu, type CheckboxGroup as mv, type MediaItem as mw, type MediaItemMediaOneOf as mx, type CommonImage as my, type CheckboxGroupOption as mz, RegionType as n, type Output as n$, type SubscriptionInfo as n0, type _String as n1, type _StringComponentTypeOptionsOneOf as n2, type InputField_Number as n3, type InputField_NumberComponentTypeOptionsOneOf as n4, type _Boolean as n5, type _BooleanComponentTypeOptionsOneOf as n6, type _Array as n7, type _ArrayComponentTypeOptionsOneOf as n8, type _Object as n9, type V2Condition as nA, type FormOverride as nB, type FormOverrideEntityTypeOptionsOneOf as nC, type SubmitSettings as nD, type SubmitSettingsSubmitSuccessActionOptionsOneOf as nE, type ThankYouMessageOptions as nF, type RedirectOptions as nG, type ExtensionDetails as nH, type EditableFields as nI, type AddCustomFields as nJ, type OverrideTemplateFields as nK, type DeleteTemplateFields as nL, type FieldGroup as nM, type RequiredIndicatorProperties as nN, type NotificationContent as nO, type SingleContent as nP, type GroupedContent as nQ, type BroadcastList as nR, type Param as nS, type PayoutsProviderConfig as nT, type ReviewsEntityCatalogProviderConfig as nU, type VeloPublishPipelineTaskProviderConfig as nV, type FunctionsShopPriceSpiConfig as nW, type Namespace as nX, type _Function as nY, type Input as nZ, type BuilderSpi as n_, type WixFile as na, type WixFileComponentTypeOptionsOneOf as nb, type Payment as nc, type PaymentComponentTypeOptionsOneOf as nd, type MultilineAddress as ne, type MultilineAddressComponentTypeOptionsOneOf as nf, type DisplayField as ng, type DisplayFieldDisplayFieldTypeOptionsOneOf as nh, type RichContentOptions as ni, type PageNavigationOptions as nj, type Step as nk, type FormLayout as nl, type BreakPoint as nm, type ItemLayout as nn, type Margin as no, type BreakPointSection as np, type V2Rule as nq, type RequiredOptions as nr, type HiddenOptions as ns, type AllowedValuesOptions as nt, type FieldOverride as nu, type FieldOverridePropertyTypeOptionsOneOf as nv, type ConditionNode as nw, type ConditionNodeNodeOneOf as nx, type AndCondition as ny, type OrCondition as nz, EmbeddedScriptPages as o, type ApplicationProfile as o$, type State as o0, type Spi as o1, type FunctionDefinition as o2, type Configuration as o3, type Description as o4, type CheckoutContentSPIConfig as o5, type V2CommunicationChannelConfiguration as o6, type ChannelChannelConfiguration as o7, type ChannelChannelConfigurationMessagingConfigOneOf as o8, type DmDirectMessageConfig as o9, type UnifiedLightbox as oA, type LightboxEditorSettings as oB, type LightboxCloseOptions as oC, type LightboxContent as oD, type PageWidgetAsContent as oE, type FormSpiExtensionConfig as oF, type SchemaGroup as oG, type SchemaGroupElement as oH, type Panel as oI, type PanelSelectedContentTypeOneOf as oJ, type PanelSize as oK, type CodePanel as oL, type PurchaseValidationsConfig as oM, type BrowserStorage as oN, type SdkDefinition as oO, type SiteWidgetSlot as oP, type EventValidationProviderConfig as oQ, type ValidationTarget as oR, type ClientSideService as oS, type Npm as oT, type Definition as oU, type Implementation as oV, type BillingSettingsConfig as oW, type PaymentDateModification as oX, type PatternsWizard as oY, type ApplicationProfileProviderConfig as oZ, type V1ImplementedMethods as o_, type ChannelMediaCapabilities as oa, type EmailEmailMessageConfig as ob, type SmsSmsMessageConfig as oc, type ChannelChannelBranding as od, type ChannelBrandIcons as oe, type UpstreamWixCommonImage as of, type ChannelImplementedMethods as og, type WebhookComponentData as oh, type TopologyComponentData as oi, type CustomRewardProviderConfig as oj, type FunctionRecipe as ok, type BackOfficeExternalUrl as ol, type FactorConfig as om, type DiscountsSPIConfig as on, type VeloCustomCss as oo, type AdaptiveComponentProviderConfig as op, type ActionSpiConfig as oq, type InventorySpiConfig as or, type Monitoring as os, type MonitoringOptionsOneOf as ot, type SentryOptions as ou, type Project as ov, type PanoramaOptions as ow, type PluginConfig as ox, type Consequence as oy, type Constraint as oz, EmbeddedScriptPlacement as p, type PresetItem as p$, type TextToSpeechActionMessage as p0, type AudienceProviderConfig as p1, type InterfaceConfiguration as p2, type InterfaceConfigurationOfTypeOneOf as p3, type WidgetComponent as p4, type ItemSelection as p5, type ImplementedMethods as p6, type PriceSPIConfig as p7, type StartDateLimitsSPIConfig as p8, type StartDateRulesSPIConfig as p9, type _Number as pA, type A11y as pB, type Link as pC, type ArrayItems as pD, type ArrayItemsArrayDataOneOf as pE, type DataItems as pF, type ReactElementContainer as pG, type ReactElementContainerSelectedContainerTypeOneOf as pH, type SimpleContainer as pI, type Slot as pJ, type PlaceHolder as pK, type ElementItem as pL, type ElementItemSelectedElementTypeOneOf as pM, type InlineElement as pN, type Behaviors as pO, type Actions as pP, type Action as pQ, type Execution as pR, type ExecutionActionExecuteOneOf as pS, type DataAction as pT, type StyleAction as pU, type EventAction as pV, type PanelAction as pW, type PanelActionSelectedPanelTypeOneOf as pX, type ForwardAction as pY, type ForwardActionActionOneOf as pZ, type DashboardAction as p_, type TicketReservationsSpiConfig as pa, type DisputeServicePluginConfig as pb, type FeesSPIConfig as pc, type EditorReactComponent as pd, type Resources as pe, type ClientResources as pf, type Resource as pg, type TranslationResources as ph, type EditorElement as pi, type StyleItem as pj, type StyleItemSelectedItemTypeOneOf as pk, type StyleItemSelectedCssPropertyTypeOneOf as pl, type StyleItemSelectedCssVariableTypeOneOf as pm, type Filter as pn, type BackdropFilter as po, type Display as pp, type WritingMode as pq, type CustomEnum as pr, type CustomEnumOption as ps, type CustomEnumOptionCssProperty as pt, type CssNumber as pu, type DataItem as pv, type DataItemSelectedDataTypeOneOf as pw, type Text as px, type TextEnum as py, type Option as pz, EmbedCategory as q, type ExportMetadata as q$, type ElementStyleDefaults as q0, type ComponentInitialSize as q1, type InitialSizeSetting as q2, type InitialSizeSettingSelectedSizingTypeOneOf as q3, type ElementDefaults as q4, type RefElement as q5, type StyleItemOverrides as q6, type DataItemOverrides as q7, type EditorElementLayout as q8, type InstallationInfo as q9, type SidebarChildItem as qA, type SidebarChildItemItemOneOf as qB, type SecondLevelCategory as qC, type SidebarSecondLevelChildItem as qD, type SidebarSecondLevelChildItemItemOneOf as qE, type Page as qF, type FirstLevelCategory as qG, type SidebarWidgetConfig as qH, type SidebarRootItem as qI, type SidebarRootItemItemOneOf as qJ, type SidebarWidget as qK, type SidebarWidgetConfigOneOf as qL, type BackOfficeCustomizationSidebarEntity as qM, type BackOfficeCustomizationSidebarEntityItemOneOf as qN, type CoreApps as qO, type ComponentEnricherConfig as qP, type BackOfficeRestrictedCustomization as qQ, type AppPreviewProviderConfig as qR, type LegendsSpiConfig as qS, type NamespaceConfig as qT, type Permissions as qU, type AppDeploymentProviderConfig as qV, type BackendWorker as qW, type EventTimeSlotsProviderConfig as qX, type AppEnvironmentProviderConfig as qY, type SDKExports as qZ, type SDKExportsNpm as q_, type InstallationInfoTargetContainerOneOf as qa, type MarketplaceSPIConfig as qb, type FormSchemaDynamicValuesSpiConfig as qc, type BlogPaywallProviderConfig as qd, type RewardProviderConfig as qe, type ProductRestrictionsConfig as qf, type RestrictionsConfig as qg, type Restriction as qh, type FormSubmissionModerationSpiConfig as qi, type FormSubmissionModerationSpiNamespaceConfig as qj, type EventBadgesSpiConfig as qk, type OperationExecutorConfig as ql, type BackOfficeCustomization as qm, type Header as qn, type HeaderConfigOneOf as qo, type HeaderConfig as qp, type HeaderConfigHeaderConfigOneOf as qq, type PlatformHeaderConfig as qr, type MenuLink as qs, type Logo as qt, type MenuDropdown as qu, type SearchConfig as qv, type HeaderWidgetConfig as qw, type Sidebar as qx, type SidebarConfigOneOf as qy, type SidebarConfig as qz, ThumbnailsSize as r, type RuntimeComponentCacheEntityExperiment as r0, type RuntimeComponentCacheEntityExperimentExperimentOneOf as r1, type GradualRolloutCacheEntity as r2, type GradualUpdateCacheEntity as r3, type GradualDeleteCacheEntity as r4, type PartialUpdateCacheEntity as r5, type CreatedByCacheEntity as r6, type AppPermissions as r7, type AppData as r8, type TranslatedData as r9, type DeleteUserDefinedFieldsRequest as ra, type DeleteUserDefinedFieldsResponse as rb, type BaseEventMetadata as rc, type EventMetadata as rd, DefaultTextStyle as s, WebComponentDataElementType as t, ScriptType as u, ExtensionType as v, PrimitiveType as w, SimpleType as x, SchemaFieldExposure as y, PartialPaymentRestriction as z };
14384
+ export { BackOfficeScriptAssetType as $, HostContainerId as A, BarAlignmentSelected as B, ComponentType as C, type DataExtensionSchema as D, Exposure as E, MandatoryField as F, MeasurementSystem as G, HorizontalDocking as H, InstallPage as I, Default as J, HookType as K, type ListDataExtensionSchemasOptions as L, Maturity as M, ActionSPIConfigInterfaceConfigurationType as N, SourceType as O, PluginInterface as P, ExecutionType as Q, RequestedField as R, StaticContainer as S, TemplateDefaultColor as T, type UpdateDataExtensionSchemaResponse as U, VerticalDocking as V, WebhookIdentityType as W, ExtendingComponentType as X, BackOfficeHostingPlatforms as Y, DtsDefinitionType as Z, SlotDataType as _, type ListDataExtensionSchemasResponse as a, PlanPeriodUnit as a$, ViewMode as a0, AlgorithmType as a1, LockableOperation as a2, RestrictedOperation as a3, BlockType as a4, Domain as a5, Status as a6, TextInputDisplayType as a7, ThumbnailType as a8, ImageShape as a9, StylesPosition as aA, MapType as aB, ViewRole as aC, VoteRole as aD, PollLayoutType as aE, PollLayoutDirection as aF, BackgroundType as aG, DecorationType as aH, FontType as aI, AppType as aJ, InitialExpandedItems as aK, Direction as aL, VerticalAlignment as aM, NullValue as aN, CalendarType as aO, ConnectMethod as aP, ListEventFromCalendars as aQ, SyncToCalendar as aR, OAuthAppType as aS, OAuthTechnologies as aT, NavigationType as aU, PingSettingsGroupComponentDataState as aV, NotificationTopicState as aW, NotificationTopicType as aX, RecipientType as aY, PlanFormPricingOption as aZ, PlanFormDefaultSection as a_, AvatarShape as aa, Tag as ab, FilterSelectionType as ac, FilterOptionsType as ad, PaginationMode as ae, ChannelType as af, AcceptedDirectMessageType as ag, MediaMimeType as ah, AcceptedSmsMessageType as ai, InitDirection as aj, NodeType as ak, WidthType as al, PluginContainerDataAlignment as am, ButtonDataType as an, LinkTarget as ao, TextAlignment as ap, LineStyle as aq, DividerDataWidth as ar, Alignment as as, PDFSettingsViewMode as at, LayoutType as au, Orientation as av, Crop as aw, ThumbnailsAlignment as ax, GIFType as ay, HTMLDataSource as az, type DeleteByWhiteListedMetaSiteResponse as b, ConsentCategory as b$, TypedDynamicParamType as b0, UserNotificationDataRecipientFilterType as b1, InitiatorType as b2, Level as b3, IconType as b4, MobileApplication as b5, AndroidStyle as b6, ExposureRuleType as b7, Intent as b8, UserNotificationDataType as b9, EmailInfoTag as bA, PhoneInfoTag as bB, AddressInfoTag as bC, ConfirmationLevel as bD, ContactField as bE, DisplayFieldType as bF, ChangeableProperty as bG, OverrideEntityType as bH, Operator as bI, Target as bJ, SubmitSuccessAction as bK, TemplateType as bL, CustomFieldsType as bM, EditableProperties as bN, RequiredIndicator as bO, RequiredIndicatorPlacement as bP, WixCodePublishTaskName as bQ, ChannelConfigurationChannelType as bR, AcceptedMessageTypesAcceptedDirectMessageType as bS, AcceptedMessageTypesAcceptedSmsMessageType as bT, FactorType as bU, MonitoringType as bV, Escalation as bW, ImportanceLevel as bX, Width as bY, PanelContentType as bZ, StorageType as b_, RecipientFilterType as ba, Type as bb, Environment as bc, SchemaScope as bd, SchemaFieldFieldType as be, CustomElementScriptType as bf, HeightMode as bg, FieldType as bh, Format as bi, StringComponentType as bj, NumberOfColumns as bk, FirstDayOfWeek as bl, NumberComponentType as bm, BooleanComponentType as bn, ItemType as bo, PropertiesTypeEnum as bp, ArrayComponentType as bq, WixFileComponentType as br, UploadFileFormat as bs, PaymentComponentType as bt, ProductType as bu, PriceType as bv, ImageFit as bw, MultilineAddressComponentType as bx, DefaultCountryConfigType as by, InputType as bz, type DataExtensionSchemaCreatedEnvelope as c, type DisplayProperties as c$, StorageDomain as c0, Method as c1, ParticipantType as c2, InterfaceConfigurationType as c3, Scope as c4, CssPropertyType as c5, CssDataType as c6, FilterFunction as c7, DisplayValueEnumDisplayValue as c8, WritingModeValue as c9, type IdentificationDataIdOneOf as cA, type ReindexEvent as cB, type ReindexField as cC, type CreateDataExtensionSchemaRequest as cD, type CreateDataExtensionSchemaResponse as cE, type UpdateDataExtensionSchemaRequest as cF, type ListDataExtensionSchemasRequest as cG, type DeleteDemoDataExtensionSchemaRequest as cH, type DeleteDemoDataExtensionSchemaResponse as cI, type DeleteGlobalExtensionSchemaRequest as cJ, type DeleteGlobalExtensionSchemaResponse as cK, type DeleteByWhiteListedMetaSiteRequest as cL, type Empty as cM, type AppRuntimeDataEvent as cN, type AppRuntimeDataCacheEntity as cO, type RuntimeComponentCacheEntity as cP, type RuntimeComponentCacheEntityComponentOneOf as cQ, type RuntimeComponentCacheEntityComponent as cR, type ComponentData as cS, type ComponentDataDataOneOf as cT, type WidgetComponentData as cU, type FixedPositionOptions as cV, type WidgetDisplay as cW, type Position as cX, type SubPage as cY, type IsStretched as cZ, type Margins as c_, DataType as ca, A11yAttributes as cb, LinkType as cc, ContainerType as cd, ElementType as ce, ActionType as cf, PanelType as cg, ActionName as ch, SizingType as ci, Archetype as cj, NativeStateType as ck, ResizeDirection as cl, ContentResizeDirection as cm, RestrictionLevel as cn, ElementDisplayOption as co, SidebarDataType as cp, SidebarEntityType as cq, type DomainEvent as cr, type DomainEventBodyOneOf as cs, type EntityCreatedEvent as ct, type RestoreInfo as cu, type EntityUpdatedEvent as cv, type EntityDeletedEvent as cw, type ActionEvent as cx, type MessageEnvelope as cy, type IdentificationData as cz, type DataExtensionSchemaDeletedEnvelope as d, type DrillInListItem as d$, type DisplayValue as d0, type Docking as d1, type DockingProperties as d2, type Height as d3, type ApiWidth as d4, type PageComponentData as d5, type Padding as d6, type PageReplaceOptions as d7, type PageReplaceOptionsOptionsOneOf as d8, type PageReplace as d9, type LightboxOptions as dA, type EditorPresence as dB, type PresetEditorPresence as dC, type FocalPoint as dD, type BaseInfo as dE, type HelpResources as dF, type WidgetInstallationSettings as dG, type WidgetInstallationSettingsTargetContainerOneOf as dH, type BaseInstallation as dI, type WidgetInstallation as dJ, type DefaultPresets as dK, type ComponentModel as dL, type CodePackageComponentData as dM, type DashboardPlatfromComponentData as dN, type EmbeddedScriptComponentData as dO, type WixDependency as dP, type WebComponentData as dQ, type Size as dR, type Settings as dS, type Tab as dT, type Container as dU, type ContainerDataOneOf as dV, type Main as dW, type MainPropsData as dX, type DashboardButton as dY, type RichTextWithIllustrationVertical as dZ, type Section as d_, type ReplacingOptions as da, type ReplaceableOptions as db, type WidgetOutOfIframeComponentData as dc, type OutOfIframeData as dd, type SettingsUrl as de, type ErrorReporting as df, type ErrorReportingArtifact as dg, type ApiSlot as dh, type ExtensionExposure as di, type PageOutOfIframeComponentData as dj, type PlatfromComponentData as dk, type DashboardComponentData as dl, type WorkerComponentData as dm, type StudioComponentData as dn, type StudioWidgetComponentData as dp, type StudioWidgetVariation as dq, type CustomElement as dr, type CustomElementConsentCategoryOneOf as ds, type NestedWidgets as dt, type PresetInfo as du, type PresetSize as dv, type InstallationSettings as dw, type InstallationSettingsOptionsOneOf as dx, type MainPresets as dy, type PageOptions as dz, type DataExtensionSchemaUpdatedEnvelope as e, type SimpleField as e$, type DrillItem as e0, type DrillItemDataOneOf as e1, type RadioButtonLabeled as e2, type Condition as e3, type SingleKeyCondition as e4, type ColorSelectLabeled as e5, type ColorSelectLabeledDataOneOf as e6, type ColorDefinition as e7, type Thumbnails as e8, type ThumbnailData as e9, type Simple as eA, type _Date as eB, type SchemaFieldType as eC, type SchemaFieldTypeFieldTypeOneOf as eD, type InvoicesActionsComponentData as eE, type DashboardApplicationData as eF, type Bundle as eG, type ExperimentGroupWrapper as eH, type PageDashboardApplicationComponent as eI, type AppConfiguration as eJ, type HostedComponent as eK, type ContactLabelsComponentData as eL, type PredefinedLabel as eM, type WidgetPluginComponentData as eN, type PluginMarketData as eO, type PluginPlacement as eP, type PluginInstallationSettings as eQ, type CrossSellConfig as eR, type LocalDeliveryComponentData as eS, type PaymentServiceProviderConfig as eT, type PaymentMethod as eU, type PaymentMethodMethodOneOf as eV, type HostedPage as eW, type Logos as eX, type Color as eY, type PaymentServiceProviderCredentialsField as eZ, type PaymentServiceProviderCredentialsFieldFieldOneOf as e_, type SliderLabeled as ea, type DropDownLabeled as eb, type ToggleLabeled as ec, type BarAlignment as ed, type TextInputLabeled as ee, type FontFamilyWithColorPicker as ef, type FontDefinition as eg, type TextStyle as eh, type TextStyleDefaultColorOneOf as ei, type ResetButton as ej, type WidgetDetails as ek, type WidgetBehavior as el, type ExtensionData as em, type SnippetSolutionData as en, type DataComponent as eo, type DCConfigData as ep, type StaticFileComponentData as eq, type AppConfig as er, type SiteConfig as es, type MultipleDashboardsComponentData as et, type DashboardItem as eu, type PaymentsGatewayComponentData as ev, type AutomationTrigger as ew, type SchemaConfig as ex, type SchemaField as ey, type Primitive as ez, DataExtensionSchemaState as f, type SeoKeywordsSuggestionsSPIConfig as f$, type CheckboxField as f0, type DropdownField as f1, type DropdownFieldOption as f2, type MembershipsSPIConfig as f3, type LineItemsEnricherConfig as f4, type ShippingRatesConfig as f5, type ShippingLabelCarrierSpiConfig as f6, type PackageType as f7, type PackageDimension as f8, type Image as f9, type DtsDefinitionReference as fA, type DtsDefinitionReferenceDtsDefinitionOneOf as fB, type DtsHttpLink as fC, type DtsContent as fD, type BlocksData as fE, type Dimension as fF, type SlotParams as fG, type WidgetSlot as fH, type MenuSlot as fI, type BackOfficeExtension as fJ, type BackOfficeExtensionExtensionOneOf as fK, type LegacyBackOfficeExtensionWidget as fL, type LegacyBackOfficeExtensionWidgetAssetOneOf as fM, type BackOfficeScriptAsset as fN, type LegacyBackOfficeMenuItem as fO, type OpenComponent as fP, type LegacyBackOfficeMenuItemAction as fQ, type TriggerProviderSPIConfig as fR, type PreRegisterConfig as fS, type ProductsPathsConfig as fT, type CustomScopeConfig as fU, type GiftCardProviderConfig as fV, type ExternalFilterProviderConfig as fW, type RecommendationsProviderConfig as fX, type AlgorithmConfig as fY, type DropshippingProviderSPIConfig as fZ, type InvoicesConfig as f_, type RestaurantsPOSComponentData as fa, type CatalogSyncConfiguration as fb, type ShippingProviderConfig as fc, type SpiBaseUri as fd, type AlternativeUri as fe, type AlertEnricherSpiConfiguration as ff, type DataExtensionsComponentData as fg, type GenericHooksConfig as fh, type GenericHookConfig as fi, type ActionProviderSPIConfig as fj, type ActionSPIConfig as fk, type WidgetComponentOptions as fl, type GenericOptions as fm, type WixApiOptions as fn, type ActionSPIConfigImplementedMethods as fo, type Metadata as fp, type ActionSPIConfigInterfaceConfiguration as fq, type ActionSPIConfigInterfaceConfigurationOptionsOneOf as fr, type Source as fs, type SourceOptionsOneOf as ft, type CatalogSPIConfig as fu, type DiscountConfig as fv, type BackOfficeExtensionContainer as fw, type Extendable as fx, type SlotData as fy, type SlotDataSlotTypeOneOf as fz, WidgetVertical as g, type EmailMessageConfig as g$, type CustomTriggerConfig as g0, type ContentProviderConfig as g1, type ApplicationAutomationComponent as g2, type Rule as g3, type Trigger as g4, type TriggerFilter as g5, type Debounce as g6, type ServiceAction as g7, type ConditionBlock as g8, type Offset as g9, type TextInputSettings as gA, type IDPConnectionConfig as gB, type ItemsSelectionProviderConfig as gC, type LearnMore as gD, type ImageConfig as gE, type AvatarConfig as gF, type SearchField as gG, type FilterInfo as gH, type FilterInfoOptionsOneOf as gI, type StaticFilterOptions as gJ, type StaticFilterOption as gK, type ProviderFilterOptions as gL, type ContentDataOverrides as gM, type TagOverrides as gN, type SearchParams as gO, type ContentData as gP, type AdditionalStepInfo as gQ, type CreateNewItemInfo as gR, type ItemThumbnail as gS, type ItemThumbnailOptionsOneOf as gT, type TagOverridesEntry as gU, type SyncedProjectsProviderConfig as gV, type CommunicationChannelConfiguration as gW, type ChannelConfiguration as gX, type ChannelConfigurationMessagingConfigOneOf as gY, type DirectMessageConfig as gZ, type MediaCapabilities as g_, type OffsetValueOneOf as ga, type Until as gb, type Delay as gc, type DelayTypeOneOf as gd, type RateLimit as ge, type ActionCondition as gf, type Conditions as gg, type AutomationMetadata as gh, type OriginInfo as gi, type BackOfficeSidebarCategory as gj, type BackOfficePage as gk, type BackOfficePageAssetOneOf as gl, type ComponentMetaData as gm, type Keywords as gn, type PageAnchor as go, type AnchorMetaData as gp, type UrlParam as gq, type AdditionalFeesSPIConfig as gr, type PingNotificationComponentData as gs, type BookingsPricingProviderConfig as gt, type AuthenticatorConfig as gu, type ExpectedInputs as gv, type PredefinedExpectedInput as gw, type PredefinedExpectedInputConfiguration as gx, type PredefinedExpectedInputConfigurationTypeOneOf as gy, type AdminConfigurableTextInput as gz, WidgetHorizontal as h, type ParagraphData as h$, type SmsMessageConfig as h0, type ChannelBranding as h1, type BrandIcons as h2, type ChannelIcon as h3, type ConversationLimitations as h4, type PostLoginConfig as h5, type BackOfficeWidget as h6, type BackOfficeWidgetContentOneOf as h7, type SocialMarketingDesignSPIConfig as h8, type FormSubmissionSpiConfig as h9, type DividerData as hA, type FileData as hB, type FileSource as hC, type FileSourceDataOneOf as hD, type PDFSettings as hE, type GalleryData as hF, type Media as hG, type ItemImage as hH, type Video as hI, type Item as hJ, type ItemDataOneOf as hK, type GalleryOptions as hL, type Layout as hM, type ItemStyle as hN, type GalleryOptionsThumbnails as hO, type GIFData as hP, type GIF as hQ, type HeadingData as hR, type HTMLData as hS, type HTMLDataDataOneOf as hT, type ImageData as hU, type StylesBorder as hV, type ImageDataStyles as hW, type LinkPreviewData as hX, type LinkPreviewDataStyles as hY, type MapData as hZ, type MapSettings as h_, type FormsSubmissionsNamespaceConfig as ha, type FormsPermissions as hb, type WixOfferingComponentData as hc, type WixOfferingComponentDataOfferingOneOf as hd, type BusinessManagerPage as he, type DevCenterTestingComponentData as hf, type DevCenterTestingComponentDataTranslatableOneOfOneOf as hg, type MessageContainingTranslatables as hh, type RichContent as hi, type Node as hj, type NodeDataOneOf as hk, type NodeStyle as hl, type ButtonData as hm, type Border as hn, type Colors as ho, type PluginContainerData as hp, type PluginContainerDataWidth as hq, type PluginContainerDataWidthDataOneOf as hr, type Spoiler as hs, type PluginContainerDataHeight as ht, type Styles as hu, type V1Link as hv, type V1LinkDataOneOf as hw, type Rel as hx, type CodeBlockData as hy, type V1TextStyle as hz, WidgetWidthType as i, type HeadlessOAuth as i$, type PollData as i0, type SettingsPermissions as i1, type PollOption as i2, type PollSettings as i3, type PollLayout as i4, type OptionLayout as i5, type Gradient as i6, type Background as i7, type BackgroundBackgroundOneOf as i8, type PollDesign as i9, type TableCellData as iA, type CellStyle as iB, type BorderColors as iC, type ListValue as iD, type AudioData as iE, type OrderedListData as iF, type BulletedListData as iG, type BlockquoteData as iH, type CaptionData as iI, type LayoutCellData as iJ, type V1Metadata as iK, type DocumentStyle as iL, type TextNodeStyle as iM, type CustomRefData as iN, type TranslatedMessageWithUniqueFieldRepeated as iO, type TranslatedMessageWithIdRepeated as iP, type DiscoveryMetaData as iQ, type InternalComponentMetadata as iR, type ComponentsValidatorConfig as iS, type ComponentTranslationAdditionalFieldsConfig as iT, type FormSchemaSpiConfig as iU, type FormsSchemaNamespaceConfig as iV, type Restrictions as iW, type ProviderConfig as iX, type DefaultTaxGroupProviderConfig as iY, type TaxationCategoryProvider as iZ, type DynamicSiteStructureProviderConfig as i_, type OptionDesign as ia, type Poll as ib, type PollDataLayout as ic, type Design as id, type TextData as ie, type Decoration as ig, type DecorationDataOneOf as ih, type AnchorData as ii, type ColorData as ij, type LinkData as ik, type MentionData as il, type FontSizeData as im, type SpoilerData as io, type AppEmbedData as ip, type AppEmbedDataAppDataOneOf as iq, type BookingData as ir, type EventData as is, type VideoData as it, type PlaybackOptions as iu, type EmbedData as iv, type Oembed as iw, type CollapsibleListData as ix, type TableData as iy, type Dimensions as iz, Region as j, type PlanPricing as j$, type WixPagesDomainMapping as j0, type TaxCalculatorSpiConfig as j1, type TaxCountriesConfig as j2, type CommentModerationProviderConfig as j3, type GridAppFilesTransformerConfig as j4, type PolicyConfig as j5, type CustomChargesConfig as j6, type ValidationsSPIConfig as j7, type ComponentReferenceDataConfig as j8, type ReviewsProductCatalogProviderConfig as j9, type InputWithPlaceholder as jA, type CoverImageConfiguration as jB, type PerksConfiguration as jC, type CheckboxConfiguration as jD, type PreviewConfiguration as jE, type TermsModalConfiguration as jF, type ThankYouPageInputConfig as jG, type ThankYouPageRedirectsConfiguration as jH, type ThankYouPagePreviewConfiguration as jI, type ThankYouPageModalConfiguration as jJ, type PlanSettingsRowConfiguration as jK, type TermsAndConditionsConfiguration as jL, type ThankYouPageConfiguration as jM, type DurationInputConfiguration as jN, type DurationRenameOptions as jO, type InputConfiguration as jP, type SetupFeeConfiguration as jQ, type FreeTrialConfiguration as jR, type FreeOptionConfiguration as jS, type OneTimeOptionConfiguration as jT, type RecurringOptionConfiguration as jU, type Illustration as jV, type IllustrationIllustrationOneOf as jW, type PlanDuration as jX, type PlanPriceData as jY, type PricingRecurring as jZ, type PerkValues as j_, type SocialMarketingDesignsProviderConfig as ja, type GbpFeatureConfig as jb, type CommentFilterProviderConfig as jc, type TaxIdValidatorConfig as jd, type TaxTypesConfig as je, type PingSettingsGroupComponentData as jf, type FormSpamSubmissionSpiConfig as jg, type FormsSpamSubmissionsNamespaceConfig as jh, type SpamSubmissionPermissions as ji, type EditorAddon as jj, type InitialPosition as jk, type ToolPanelConfig as jl, type AddonMarketData as jm, type ExternalDatabaseSpiConfig as jn, type PaymentSettingsSPIConfig as jo, type NotificationTopic as jp, type NotificationPreferencesFilterConfig as jq, type BookingsResourceTypesProviderConfig as jr, type BookingsResourceType as js, type PricingPlansFormConfiguration as jt, type TextWithTooltip as ju, type TooltipSuffix as jv, type TextWithSuffix as jw, type TextWithSuffixSuffixOneOf as jx, type LinkSuffix as jy, type PreviewCardPlaceholders as jz, UnitType as k, type ContactNotification as k$, type PlanPricingPricingModelOneOf as k0, type PlanFormPreviewSection as k1, type PlanFormInfoSection as k2, type PlanFormPlanSettingsSection as k3, type PlanFormBenefitsSection as k4, type PlanFormPricingAndDurationSection as k5, type PlanFormCustomSection as k6, type PlanFormSection as k7, type PlanFormSectionSectionOneOf as k8, type PlanFormTypeMetadata as k9, type MobileFeedChannel as kA, type FeedChannelsConfig as kB, type SharedPlatformMobilePushConfig as kC, type AndroidMobilePushConfig as kD, type MobilePushChannelConfig as kE, type MobilePushContentKeys as kF, type ExposureRule as kG, type ExposureRuleRuleOneOf as kH, type BooleanExperimentExposureRule as kI, type CustomExperimentExposureRule as kJ, type VoiceContentKeys as kK, type SmsContentKeys as kL, type BrowserPushContentKeys as kM, type EmailChannel as kN, type FeedChannels as kO, type MobilePushChannel as kP, type VoiceChannel as kQ, type SmsChannel as kR, type BrowserPushChannel as kS, type LimiterField as kT, type UserNotificationDataRecipientFilter as kU, type UserNotificationDataRecipientFilterDataOneOf as kV, type UserNotificationDataInitiator as kW, type UserNotificationDataInitiatorDataOneOf as kX, type UserNotificationDataDeeplink as kY, type UserNotificationDataDeeplinkOfOneOf as kZ, type UserNotificationDataContext as k_, type PlanFormPagePermissionsSection as ka, type PlanFormInitialValue as kb, type UserNotification as kc, type UserNotificationData as kd, type TypedDynamicParam as ke, type WixUsersData as kf, type SiteContributorsData as kg, type WixUserData as kh, type ConstOrDynamicParam as ki, type ConstOrDynamicParamValueOneOf as kj, type Url as kk, type BackofficeActionDeeplink as kl, type OrderValue as km, type NotificationChannels as kn, type ResponsysEmail as ko, type VelocityEmail as kp, type ShoutoutEmail as kq, type EmailTemplateConfig as kr, type EmailTemplateConfigProviderOneOf as ks, type WebFeedContentKeys as kt, type MobileFeedContentKeys as ku, type FeedAggregation as kv, type Icon as kw, type IconDataOneOf as kx, type UrlData as ky, type WebFeedChannel as kz, ReplacementType as l, type MenuAction as l$, type ContactsNotificationData as l0, type ContactsData as l1, type ContactData as l2, type SiteMemberData as l3, type LiveSiteActionDeeplink as l4, type RecipientFilter as l5, type RecipientFilterDataOneOf as l6, type Initiator as l7, type InitiatorDataOneOf as l8, type Deeplink as l9, type Schema as lA, type SchemaKey as lB, type V1SchemaField as lC, type PreviewFields as lD, type TaxGroupsProviderConfig as lE, type AdditionalTaxGroup as lF, type TaxCalculationConfig as lG, type BackOfficeModal as lH, type BackOfficeModalContentOneOf as lI, type ModalParams as lJ, type DeploymentPipelineProviderConfig as lK, type CustomElementWidget as lL, type WidgetData as lM, type EditorBehaviors as lN, type SettingsPanel as lO, type Dashboard as lP, type WidgetSize as lQ, type WidgetSizeHeight as lR, type WidgetSizeWidth as lS, type Preset as lT, type Breakpoints as lU, type Breakpoint as lV, type BackOfficeExtensionWidget as lW, type BackOfficeExtensionWidgetAssetOneOf as lX, type BackOfficeExtensionMenuItem as lY, type NavigateToPageAction as lZ, type OpenModalAction as l_, type DeeplinkOfOneOf as la, type Context as lb, type UnifiedPage as lc, type PageInstallationSettings as ld, type PageInstallation as le, type PageContent as lf, type WidgetAsContent as lg, type UnifiedPageEditorSettings as lh, type PageEditorSettings as li, type AvailabilityTimeSlotsProviderConfig as lj, type ProposalEditorProviderConfig as lk, type CustomReservationsApprovalConfig as ll, type CommentsContextProviderConfig as lm, type FormSpamSubmissionReportSpiConfig as ln, type FormSpamSubmissionReportsNamespaceConfig as lo, type FormSpamSubmissionReportPermissions as lp, type VeloActionConfig as lq, type EventTypeProviderConfig as lr, type ServiceAvailabilityPolicyProviderConfig as ls, type SmsActionMessage as lt, type BookingPolicyProviderConfig as lu, type MultiServiceBookingPolicyProviderConfig as lv, type FormSubmissionSpiExtensionConfig as lw, type FormsSubmissionsExtensionNamespaceConfig as lx, type AssistantSpiConfig as ly, type MultilingualTranslationSchema as lz, HTTPMethod as m, type FormFieldContactInfoAdditionalInfoOneOf as m$, type MenuActionActionOneOf as m0, type FormTemplate as m1, type FormTemplateTemplateTypeOptionsOneOf as m2, type Field as m3, type FieldFieldTypeOptionsOneOf as m4, type InputField as m5, type InputFieldInputTypeOptionsOneOf as m6, type StringType as m7, type StringTypeFormatOptionsOneOf as m8, type DateTimeConstraints as m9, type MediaItem as mA, type MediaItemMediaOneOf as mB, type CommonImage as mC, type CheckboxGroupOption as mD, type CustomOption as mE, type FileUpload as mF, type Signature as mG, type PaymentType as mH, type QuantityLimit as mI, type FixedPriceOptions as mJ, type DynamicPriceOptions as mK, type Product as mL, type ProductPriceOptionsOneOf as mM, type ProductCheckboxGroup as mN, type ProductCheckboxGroupOption as mO, type DonationInput as mP, type DonationInputOption as mQ, type CommonCustomOption as mR, type MultilineAddressValidation as mS, type FieldOverrides as mT, type FieldsOverrides as mU, type ComponentsMultilineAddress as mV, type AddressLine2 as mW, type DefaultCountryConfig as mX, type DefaultCountryConfigOptionsOneOf as mY, type FieldsSettings as mZ, type FormFieldContactInfo as m_, type PhoneConstraints as ma, type TextInput as mb, type RadioGroup as mc, type RadioGroupOption as md, type RadioGroupCustomOption as me, type Dropdown as mf, type DropdownOption as mg, type DropdownCustomOption as mh, type DateTimeInput as mi, type PhoneInput as mj, type DateInput as mk, type TimeInput as ml, type DatePicker as mm, type NumberType as mn, type NumberInput as mo, type RatingInput as mp, type BooleanType as mq, type Checkbox as mr, type ArrayType as ms, type IntegerType as mt, type ObjectType as mu, type PropertiesType as mv, type PropertiesTypePropertiesTypeOptionsOneOf as mw, type ArrayTypeArrayItems as mx, type ArrayTypeArrayItemsItemTypeOptionsOneOf as my, type CheckboxGroup as mz, RegionType as n, type Namespace as n$, type EmailInfo as n0, type PhoneInfo as n1, type AddressInfo as n2, type CustomFieldInfo as n3, type SubscriptionInfo as n4, type _String as n5, type _StringComponentTypeOptionsOneOf as n6, type InputField_Number as n7, type InputField_NumberComponentTypeOptionsOneOf as n8, type _Boolean as n9, type ConditionNode as nA, type ConditionNodeNodeOneOf as nB, type AndCondition as nC, type OrCondition as nD, type V2Condition as nE, type FormOverride as nF, type FormOverrideEntityTypeOptionsOneOf as nG, type SubmitSettings as nH, type SubmitSettingsSubmitSuccessActionOptionsOneOf as nI, type ThankYouMessageOptions as nJ, type RedirectOptions as nK, type ExtensionDetails as nL, type EditableFields as nM, type AddCustomFields as nN, type OverrideTemplateFields as nO, type DeleteTemplateFields as nP, type FieldGroup as nQ, type RequiredIndicatorProperties as nR, type NotificationContent as nS, type SingleContent as nT, type GroupedContent as nU, type BroadcastList as nV, type Param as nW, type PayoutsProviderConfig as nX, type ReviewsEntityCatalogProviderConfig as nY, type VeloPublishPipelineTaskProviderConfig as nZ, type FunctionsShopPriceSpiConfig as n_, type _BooleanComponentTypeOptionsOneOf as na, type _Array as nb, type _ArrayComponentTypeOptionsOneOf as nc, type _Object as nd, type WixFile as ne, type WixFileComponentTypeOptionsOneOf as nf, type Payment as ng, type PaymentComponentTypeOptionsOneOf as nh, type MultilineAddress as ni, type MultilineAddressComponentTypeOptionsOneOf as nj, type DisplayField as nk, type DisplayFieldDisplayFieldTypeOptionsOneOf as nl, type RichContentOptions as nm, type PageNavigationOptions as nn, type Step as no, type FormLayout as np, type BreakPoint as nq, type ItemLayout as nr, type Margin as ns, type BreakPointSection as nt, type V2Rule as nu, type RequiredOptions as nv, type HiddenOptions as nw, type AllowedValuesOptions as nx, type FieldOverride as ny, type FieldOverridePropertyTypeOptionsOneOf as nz, EmbeddedScriptPages as o, type PaymentDateModification as o$, type _Function as o0, type Input as o1, type BuilderSpi as o2, type Output as o3, type State as o4, type Spi as o5, type FunctionDefinition as o6, type Configuration as o7, type Description as o8, type CheckoutContentSPIConfig as o9, type PanoramaOptions as oA, type PluginConfig as oB, type Consequence as oC, type Constraint as oD, type UnifiedLightbox as oE, type LightboxEditorSettings as oF, type LightboxCloseOptions as oG, type LightboxContent as oH, type PageWidgetAsContent as oI, type FormSpiExtensionConfig as oJ, type SchemaGroup as oK, type SchemaGroupElement as oL, type Panel as oM, type PanelSelectedContentTypeOneOf as oN, type PanelSize as oO, type CodePanel as oP, type PurchaseValidationsConfig as oQ, type BrowserStorage as oR, type SdkDefinition as oS, type SiteWidgetSlot as oT, type EventValidationProviderConfig as oU, type ValidationTarget as oV, type ClientSideService as oW, type Npm as oX, type Definition as oY, type Implementation as oZ, type BillingSettingsConfig as o_, type V2CommunicationChannelConfiguration as oa, type ChannelChannelConfiguration as ob, type ChannelChannelConfigurationMessagingConfigOneOf as oc, type DmDirectMessageConfig as od, type ChannelMediaCapabilities as oe, type EmailEmailMessageConfig as of, type SmsSmsMessageConfig as og, type ChannelChannelBranding as oh, type ChannelBrandIcons as oi, type UpstreamWixCommonImage as oj, type ChannelImplementedMethods as ok, type WebhookComponentData as ol, type TopologyComponentData as om, type CustomRewardProviderConfig as on, type FunctionRecipe as oo, type BackOfficeExternalUrl as op, type FactorConfig as oq, type DiscountsSPIConfig as or, type VeloCustomCss as os, type AdaptiveComponentProviderConfig as ot, type ActionSpiConfig as ou, type InventorySpiConfig as ov, type Monitoring as ow, type MonitoringOptionsOneOf as ox, type SentryOptions as oy, type Project as oz, EmbeddedScriptPlacement as p, type PanelActionSelectedPanelTypeOneOf as p$, type PatternsWizard as p0, type ApplicationProfileProviderConfig as p1, type V1ImplementedMethods as p2, type ApplicationProfile as p3, type TextToSpeechActionMessage as p4, type AudienceProviderConfig as p5, type InterfaceConfiguration as p6, type InterfaceConfigurationOfTypeOneOf as p7, type WidgetComponent as p8, type ItemSelection as p9, type DataItemSelectedDataTypeOneOf as pA, type Text as pB, type TextEnum as pC, type Option as pD, type _Number as pE, type A11y as pF, type Link as pG, type ArrayItems as pH, type ArrayItemsArrayDataOneOf as pI, type DataItems as pJ, type ReactElementContainer as pK, type ReactElementContainerSelectedContainerTypeOneOf as pL, type SimpleContainer as pM, type Slot as pN, type PlaceHolder as pO, type ElementItem as pP, type ElementItemSelectedElementTypeOneOf as pQ, type InlineElement as pR, type Behaviors as pS, type Actions as pT, type Action as pU, type Execution as pV, type ExecutionActionExecuteOneOf as pW, type DataAction as pX, type StyleAction as pY, type EventAction as pZ, type PanelAction as p_, type ImplementedMethods as pa, type PriceSPIConfig as pb, type StartDateLimitsSPIConfig as pc, type StartDateRulesSPIConfig as pd, type TicketReservationsSpiConfig as pe, type DisputeServicePluginConfig as pf, type FeesSPIConfig as pg, type EditorReactComponent as ph, type Resources as pi, type ClientResources as pj, type Resource as pk, type TranslationResources as pl, type EditorElement as pm, type StyleItem as pn, type StyleItemSelectedItemTypeOneOf as po, type StyleItemSelectedCssPropertyTypeOneOf as pp, type StyleItemSelectedCssVariableTypeOneOf as pq, type Filter as pr, type BackdropFilter as ps, type Display as pt, type WritingMode as pu, type CustomEnum as pv, type CustomEnumOption as pw, type CustomEnumOptionCssProperty as px, type CssNumber as py, type DataItem as pz, EmbedCategory as q, type AppDeploymentProviderConfig as q$, type ForwardAction as q0, type ForwardActionActionOneOf as q1, type DashboardAction as q2, type PresetItem as q3, type ElementStyleDefaults as q4, type ComponentInitialSize as q5, type InitialSizeSetting as q6, type InitialSizeSettingSelectedSizingTypeOneOf as q7, type ElementDefaults as q8, type ElementState as q9, type MenuDropdown as qA, type SearchConfig as qB, type HeaderWidgetConfig as qC, type Sidebar as qD, type SidebarConfigOneOf as qE, type SidebarConfig as qF, type SidebarChildItem as qG, type SidebarChildItemItemOneOf as qH, type SecondLevelCategory as qI, type SidebarSecondLevelChildItem as qJ, type SidebarSecondLevelChildItemItemOneOf as qK, type Page as qL, type FirstLevelCategory as qM, type SidebarWidgetConfig as qN, type SidebarRootItem as qO, type SidebarRootItemItemOneOf as qP, type SidebarWidget as qQ, type SidebarWidgetConfigOneOf as qR, type BackOfficeCustomizationSidebarEntity as qS, type BackOfficeCustomizationSidebarEntityItemOneOf as qT, type CoreApps as qU, type ComponentEnricherConfig as qV, type BackOfficeRestrictedCustomization as qW, type AppPreviewProviderConfig as qX, type LegendsSpiConfig as qY, type NamespaceConfig as qZ, type Permissions as q_, type VisibleState as qa, type RefElement as qb, type StyleItemOverrides as qc, type DataItemOverrides as qd, type EditorElementLayout as qe, type InstallationInfo as qf, type InstallationInfoTargetContainerOneOf as qg, type MarketplaceSPIConfig as qh, type FormSchemaDynamicValuesSpiConfig as qi, type BlogPaywallProviderConfig as qj, type RewardProviderConfig as qk, type ProductRestrictionsConfig as ql, type RestrictionsConfig as qm, type Restriction as qn, type FormSubmissionModerationSpiConfig as qo, type FormSubmissionModerationSpiNamespaceConfig as qp, type EventBadgesSpiConfig as qq, type OperationExecutorConfig as qr, type BackOfficeCustomization as qs, type Header as qt, type HeaderConfigOneOf as qu, type HeaderConfig as qv, type HeaderConfigHeaderConfigOneOf as qw, type PlatformHeaderConfig as qx, type MenuLink as qy, type Logo as qz, ThumbnailsSize as r, type BackendWorker as r0, type EventTimeSlotsProviderConfig as r1, type AppEnvironmentProviderConfig as r2, type SDKExports as r3, type SDKExportsNpm as r4, type ExportMetadata as r5, type ViewerService as r6, type ViewerServiceAssets as r7, type ProviderAccountServicePluginConfig as r8, type RuntimeComponentCacheEntityExperiment as r9, type RuntimeComponentCacheEntityExperimentExperimentOneOf as ra, type GradualRolloutCacheEntity as rb, type GradualUpdateCacheEntity as rc, type GradualDeleteCacheEntity as rd, type PartialUpdateCacheEntity as re, type CreatedByCacheEntity as rf, type AppPermissions as rg, type AppData as rh, type TranslatedData as ri, type DeleteUserDefinedFieldsRequest as rj, type DeleteUserDefinedFieldsResponse as rk, type BaseEventMetadata as rl, type EventMetadata as rm, DefaultTextStyle as s, WebComponentDataElementType as t, ScriptType as u, ExtensionType as v, PrimitiveType as w, SimpleType as x, SchemaFieldExposure as y, PartialPaymentRestriction as z };