@wix/auto_sdk_data-extension-schema_schemas 1.0.29 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/{internal/data-extensions-v1-data-extension-schema-schemas.universal-B3TsUdwU.d.ts → cjs/data-extensions-v1-data-extension-schema-schemas.universal-W5JlJR4f.d.ts} +101 -15
- package/build/cjs/index.d.ts +60 -0
- package/build/{index.js → cjs/index.js} +3 -0
- package/build/cjs/index.js.map +1 -0
- package/build/{internal → cjs}/meta.d.ts +1 -1
- package/build/{internal/data-extensions-v1-data-extension-schema-schemas.universal-B3TsUdwU.d.mts → es/data-extensions-v1-data-extension-schema-schemas.universal-W5JlJR4f.d.mts} +101 -15
- package/build/es/index.d.mts +60 -0
- package/build/{index.mjs → es/index.mjs} +3 -0
- package/build/es/index.mjs.map +1 -0
- package/build/{internal → es}/meta.d.mts +1 -1
- package/build/es/package.json +3 -0
- package/build/{data-extensions-v1-data-extension-schema-schemas.universal-Bx8vcVGh.d.mts → internal/cjs/data-extensions-v1-data-extension-schema-schemas.universal-CHC7Sckz.d.ts} +118 -8
- package/build/internal/cjs/index.d.ts +60 -0
- package/build/internal/{index.js → cjs/index.js} +3 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/{meta.d.ts → internal/cjs/meta.d.ts} +1 -1
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/{data-extensions-v1-data-extension-schema-schemas.universal-Bx8vcVGh.d.ts → internal/es/data-extensions-v1-data-extension-schema-schemas.universal-CHC7Sckz.d.mts} +118 -8
- package/build/internal/es/index.d.mts +60 -0
- package/build/internal/{index.mjs → es/index.mjs} +3 -0
- package/build/internal/es/index.mjs.map +1 -0
- package/build/{meta.d.mts → internal/es/meta.d.mts} +1 -1
- package/build/internal/es/meta.mjs.map +1 -0
- package/package.json +10 -10
- package/build/index.d.mts +0 -60
- package/build/index.d.ts +0 -60
- package/build/index.js.map +0 -1
- package/build/index.mjs.map +0 -1
- package/build/internal/index.d.mts +0 -60
- package/build/internal/index.d.ts +0 -60
- package/build/internal/index.js.map +0 -1
- package/build/internal/index.mjs.map +0 -1
- package/build/meta.js.map +0 -1
- package/build/meta.mjs.map +0 -1
- /package/build/{internal → cjs}/meta.js +0 -0
- /package/build/{internal → cjs}/meta.js.map +0 -0
- /package/build/{internal → es}/meta.mjs +0 -0
- /package/build/{internal → es}/meta.mjs.map +0 -0
- /package/build/{meta.js → internal/cjs/meta.js} +0 -0
- /package/build/{meta.mjs → internal/es/meta.mjs} +0 -0
|
@@ -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
|
}
|
|
@@ -611,10 +604,11 @@ declare enum ComponentType {
|
|
|
611
604
|
WIX_HOSTING_APP_DEPLOYMENT_PROVIDER = "WIX_HOSTING_APP_DEPLOYMENT_PROVIDER",
|
|
612
605
|
BACKEND_WORKER = "BACKEND_WORKER",
|
|
613
606
|
EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER = "EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER",
|
|
614
|
-
WIX_HOSTING_APP_ENVIRONMENT_PROVIDER = "WIX_HOSTING_APP_ENVIRONMENT_PROVIDER"
|
|
607
|
+
WIX_HOSTING_APP_ENVIRONMENT_PROVIDER = "WIX_HOSTING_APP_ENVIRONMENT_PROVIDER",
|
|
608
|
+
SDK_EXPORTS = "SDK_EXPORTS"
|
|
615
609
|
}
|
|
616
610
|
/** @enumType */
|
|
617
|
-
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';
|
|
611
|
+
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';
|
|
618
612
|
/** Component data */
|
|
619
613
|
interface ComponentData extends ComponentDataDataOneOf {
|
|
620
614
|
/**
|
|
@@ -713,6 +707,11 @@ interface ComponentData extends ComponentDataDataOneOf {
|
|
|
713
707
|
* Learn More: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions
|
|
714
708
|
*/
|
|
715
709
|
customElementWidget?: CustomElementWidget;
|
|
710
|
+
/**
|
|
711
|
+
* Restriction service plugin for editing products managed by third-party fulfillment apps, such as dropshipping or print-on-demand services
|
|
712
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
|
|
713
|
+
*/
|
|
714
|
+
storesProductRestrictions?: ProductRestrictionsConfig;
|
|
716
715
|
}
|
|
717
716
|
/** @oneof */
|
|
718
717
|
interface ComponentDataDataOneOf {
|
|
@@ -812,6 +811,11 @@ interface ComponentDataDataOneOf {
|
|
|
812
811
|
* Learn More: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions
|
|
813
812
|
*/
|
|
814
813
|
customElementWidget?: CustomElementWidget;
|
|
814
|
+
/**
|
|
815
|
+
* Restriction service plugin for editing products managed by third-party fulfillment apps, such as dropshipping or print-on-demand services
|
|
816
|
+
* Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
|
|
817
|
+
*/
|
|
818
|
+
storesProductRestrictions?: ProductRestrictionsConfig;
|
|
815
819
|
}
|
|
816
820
|
/** An iframe to be displayed on the user’s site */
|
|
817
821
|
interface WidgetComponentData {
|
|
@@ -6636,6 +6640,15 @@ interface HeadlessOAuth {
|
|
|
6636
6640
|
applicationType?: OAuthAppTypeWithLiterals;
|
|
6637
6641
|
/** OAuth technology used by the application. */
|
|
6638
6642
|
technology?: OAuthTechnologiesWithLiterals;
|
|
6643
|
+
/**
|
|
6644
|
+
* List of domain mappings from external domains to Wix domains.
|
|
6645
|
+
*
|
|
6646
|
+
* When a user accesses a non-Wix domain, they can be automatically forwarded to the corresponding
|
|
6647
|
+
* Wix domain based on these mappings. This enables domain-level redirection from
|
|
6648
|
+
* external domains to Wix-hosted pages.
|
|
6649
|
+
* @maxSize 10
|
|
6650
|
+
*/
|
|
6651
|
+
wixPagesDomainsMappings?: WixPagesDomainMapping[];
|
|
6639
6652
|
}
|
|
6640
6653
|
/** Types of OAuth application. */
|
|
6641
6654
|
declare enum OAuthAppType {
|
|
@@ -6673,6 +6686,12 @@ declare enum OAuthTechnologies {
|
|
|
6673
6686
|
}
|
|
6674
6687
|
/** @enumType */
|
|
6675
6688
|
type OAuthTechnologiesWithLiterals = OAuthTechnologies | 'OAUTH_TECHNOLOGY_UNSPECIFIED' | 'JAVASCRIPT' | 'ANGULAR' | 'VUE' | 'REACT' | 'REACT_NATIVE' | 'IOS' | 'ANDROID' | 'OTHER_TECHNOLOGY';
|
|
6689
|
+
interface WixPagesDomainMapping {
|
|
6690
|
+
/** @maxLength 2048 */
|
|
6691
|
+
origin?: string;
|
|
6692
|
+
/** @maxLength 2048 */
|
|
6693
|
+
destination?: string;
|
|
6694
|
+
}
|
|
6676
6695
|
interface TaxCalculatorSpiConfig {
|
|
6677
6696
|
/** URI where the SPI Implementer is deployed */
|
|
6678
6697
|
deploymentUri?: string;
|
|
@@ -12435,10 +12454,11 @@ declare enum CssDataType {
|
|
|
12435
12454
|
lengthPercentage = "lengthPercentage",
|
|
12436
12455
|
blendMode = "blendMode",
|
|
12437
12456
|
customEnum = "customEnum",
|
|
12438
|
-
string = "string"
|
|
12457
|
+
string = "string",
|
|
12458
|
+
time = "time"
|
|
12439
12459
|
}
|
|
12440
12460
|
/** @enumType */
|
|
12441
|
-
type CssDataTypeWithLiterals = CssDataType | 'UNKNOWN_CssDataType' | 'number' | 'length' | 'color' | 'angle' | 'percentage' | 'lengthPercentage' | 'blendMode' | 'customEnum' | 'string';
|
|
12461
|
+
type CssDataTypeWithLiterals = CssDataType | 'UNKNOWN_CssDataType' | 'number' | 'length' | 'color' | 'angle' | 'percentage' | 'lengthPercentage' | 'blendMode' | 'customEnum' | 'string' | 'time';
|
|
12442
12462
|
interface Filter {
|
|
12443
12463
|
/**
|
|
12444
12464
|
* List of filter functions in case of reducing the abilities exposed to the User
|
|
@@ -12654,10 +12674,12 @@ declare enum DataType {
|
|
|
12654
12674
|
/** An array type of data */
|
|
12655
12675
|
arrayItems = "arrayItems",
|
|
12656
12676
|
/** selected `direction` for the component according to (HTML `dir` attribute)[https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir] */
|
|
12657
|
-
direction = "direction"
|
|
12677
|
+
direction = "direction",
|
|
12678
|
+
/** A list of menu-items */
|
|
12679
|
+
menuItems = "menuItems"
|
|
12658
12680
|
}
|
|
12659
12681
|
/** @enumType */
|
|
12660
|
-
type DataTypeWithLiterals = DataType | 'UNKNOWN_DataType' | 'text' | 'textEnum' | 'number' | 'booleanValue' | 'a11y' | 'link' | 'image' | 'video' | 'vectorArt' | 'audio' | 'schema' | 'localDate' | 'localTime' | 'localDateTime' | 'webUrl' | 'email' | 'phone' | 'hostname' | 'regex' | 'guid' | 'richText' | 'container' | 'arrayItems' | 'direction';
|
|
12682
|
+
type DataTypeWithLiterals = DataType | 'UNKNOWN_DataType' | 'text' | 'textEnum' | 'number' | 'booleanValue' | 'a11y' | 'link' | 'image' | 'video' | 'vectorArt' | 'audio' | 'schema' | 'localDate' | 'localTime' | 'localDateTime' | 'webUrl' | 'email' | 'phone' | 'hostname' | 'regex' | 'guid' | 'richText' | 'container' | 'arrayItems' | 'direction' | 'menuItems';
|
|
12661
12683
|
interface Text {
|
|
12662
12684
|
/** Indicates maximum length allowed for the text */
|
|
12663
12685
|
maxLength?: number | null;
|
|
@@ -13889,10 +13911,25 @@ interface AppDeploymentProviderConfig {
|
|
|
13889
13911
|
}
|
|
13890
13912
|
interface BackendWorker {
|
|
13891
13913
|
/**
|
|
13892
|
-
*
|
|
13914
|
+
* BAAS deployment ID
|
|
13893
13915
|
* @format GUID
|
|
13894
13916
|
*/
|
|
13895
13917
|
deploymentId?: string;
|
|
13918
|
+
/**
|
|
13919
|
+
* BAAS deployment URL
|
|
13920
|
+
* @format WEB_URL
|
|
13921
|
+
*/
|
|
13922
|
+
deploymentUrl?: string | null;
|
|
13923
|
+
/**
|
|
13924
|
+
* User assigned label
|
|
13925
|
+
* @maxLength 200
|
|
13926
|
+
*/
|
|
13927
|
+
label?: string | null;
|
|
13928
|
+
/**
|
|
13929
|
+
* Deployment git commit hash
|
|
13930
|
+
* @maxLength 40
|
|
13931
|
+
*/
|
|
13932
|
+
commitHash?: string | null;
|
|
13896
13933
|
}
|
|
13897
13934
|
interface EventTimeSlotsProviderConfig {
|
|
13898
13935
|
/** Reserved. */
|
|
@@ -13920,6 +13957,55 @@ interface AppEnvironmentProviderConfig {
|
|
|
13920
13957
|
*/
|
|
13921
13958
|
toggleIsAppEnvironmentPermitted?: boolean;
|
|
13922
13959
|
}
|
|
13960
|
+
/** SDK exports specify the metadata of a module. */
|
|
13961
|
+
interface SDKExports {
|
|
13962
|
+
/** Npm data that */
|
|
13963
|
+
importMetadata?: SDKExportsNpm;
|
|
13964
|
+
/** The export definition of a module */
|
|
13965
|
+
exportMetadata?: ExportMetadata;
|
|
13966
|
+
/** The maturity of the SDK exports */
|
|
13967
|
+
exposureAndMaturity?: ExtensionExposure;
|
|
13968
|
+
}
|
|
13969
|
+
interface SDKExportsNpm {
|
|
13970
|
+
/**
|
|
13971
|
+
* Npm package name
|
|
13972
|
+
* @minLength 2
|
|
13973
|
+
* @maxLength 100
|
|
13974
|
+
*/
|
|
13975
|
+
packageName?: string;
|
|
13976
|
+
/**
|
|
13977
|
+
* Npm semantic version
|
|
13978
|
+
* @minLength 2
|
|
13979
|
+
* @maxLength 100
|
|
13980
|
+
*/
|
|
13981
|
+
packageVersion?: string;
|
|
13982
|
+
/**
|
|
13983
|
+
* Package entry point, default to main entry
|
|
13984
|
+
* @minLength 2
|
|
13985
|
+
* @maxLength 100
|
|
13986
|
+
*/
|
|
13987
|
+
specifier?: string | null;
|
|
13988
|
+
/**
|
|
13989
|
+
* Imported name, default to default import
|
|
13990
|
+
* @minLength 2
|
|
13991
|
+
* @maxLength 100
|
|
13992
|
+
*/
|
|
13993
|
+
importedName?: string | null;
|
|
13994
|
+
}
|
|
13995
|
+
interface ExportMetadata {
|
|
13996
|
+
/**
|
|
13997
|
+
* Exported name of a module
|
|
13998
|
+
* @minLength 2
|
|
13999
|
+
* @maxLength 100
|
|
14000
|
+
*/
|
|
14001
|
+
exportedName?: string;
|
|
14002
|
+
/**
|
|
14003
|
+
* Package entry point, default to main entry
|
|
14004
|
+
* @minLength 2
|
|
14005
|
+
* @maxLength 100
|
|
14006
|
+
*/
|
|
14007
|
+
relativeSpecifier?: string | null;
|
|
14008
|
+
}
|
|
13923
14009
|
interface RuntimeComponentCacheEntityExperiment extends RuntimeComponentCacheEntityExperimentExperimentOneOf {
|
|
13924
14010
|
gradualRollout?: GradualRolloutCacheEntity;
|
|
13925
14011
|
gradualUpdate?: GradualUpdateCacheEntity;
|
|
@@ -14139,4 +14225,4 @@ interface ListDataExtensionSchemasOptions {
|
|
|
14139
14225
|
extensionPoints?: string[];
|
|
14140
14226
|
}
|
|
14141
14227
|
|
|
14142
|
-
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 GridAppFilesTransformerConfig 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 TaxCalculatorSpiConfig as iY, type TaxCountriesConfig as iZ, type CommentModerationProviderConfig 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 PlanFormBenefitsSection as j$, type PolicyConfig as j0, type CustomChargesConfig as j1, type ValidationsSPIConfig as j2, type ComponentReferenceDataConfig as j3, type ReviewsProductCatalogProviderConfig as j4, type SocialMarketingDesignsProviderConfig as j5, type GbpFeatureConfig as j6, type CommentFilterProviderConfig as j7, type TaxIdValidatorConfig as j8, type TaxTypesConfig as j9, type TermsModalConfiguration as jA, type ThankYouPageInputConfig as jB, type ThankYouPageRedirectsConfiguration as jC, type ThankYouPagePreviewConfiguration as jD, type ThankYouPageModalConfiguration as jE, type PlanSettingsRowConfiguration as jF, type TermsAndConditionsConfiguration as jG, type ThankYouPageConfiguration as jH, type DurationInputConfiguration as jI, type DurationRenameOptions as jJ, type InputConfiguration as jK, type SetupFeeConfiguration as jL, type FreeTrialConfiguration as jM, type FreeOptionConfiguration as jN, type OneTimeOptionConfiguration as jO, type RecurringOptionConfiguration as jP, type Illustration as jQ, type IllustrationIllustrationOneOf as jR, type PlanDuration as jS, type PlanPriceData as jT, type PricingRecurring as jU, type PerkValues as jV, type PlanPricing as jW, type PlanPricingPricingModelOneOf as jX, type PlanFormPreviewSection as jY, type PlanFormInfoSection as jZ, type PlanFormPlanSettingsSection as j_, type PingSettingsGroupComponentData as ja, type FormSpamSubmissionSpiConfig as jb, type FormsSpamSubmissionsNamespaceConfig as jc, type SpamSubmissionPermissions as jd, type EditorAddon as je, type InitialPosition as jf, type ToolPanelConfig as jg, type AddonMarketData as jh, type ExternalDatabaseSpiConfig as ji, type PaymentSettingsSPIConfig as jj, type NotificationTopic as jk, type NotificationPreferencesFilterConfig as jl, type BookingsResourceTypesProviderConfig as jm, type BookingsResourceType as jn, type PricingPlansFormConfiguration as jo, type TextWithTooltip as jp, type TooltipSuffix as jq, type TextWithSuffix as jr, type TextWithSuffixSuffixOneOf as js, type LinkSuffix as jt, type PreviewCardPlaceholders as ju, type InputWithPlaceholder as jv, type CoverImageConfiguration as jw, type PerksConfiguration as jx, type CheckboxConfiguration as jy, type PreviewConfiguration as jz, UnitType as k, type LiveSiteActionDeeplink as k$, type PlanFormPricingAndDurationSection as k0, type PlanFormCustomSection as k1, type PlanFormSection as k2, type PlanFormSectionSectionOneOf as k3, type PlanFormTypeMetadata as k4, type PlanFormPagePermissionsSection as k5, type PlanFormInitialValue as k6, type UserNotification as k7, type UserNotificationData as k8, type TypedDynamicParam as k9, type MobilePushContentKeys as kA, type ExposureRule as kB, type ExposureRuleRuleOneOf as kC, type BooleanExperimentExposureRule as kD, type CustomExperimentExposureRule as kE, type VoiceContentKeys as kF, type SmsContentKeys as kG, type BrowserPushContentKeys as kH, type EmailChannel as kI, type FeedChannels as kJ, type MobilePushChannel as kK, type VoiceChannel as kL, type SmsChannel as kM, type BrowserPushChannel as kN, type LimiterField as kO, type UserNotificationDataRecipientFilter as kP, type UserNotificationDataRecipientFilterDataOneOf as kQ, type UserNotificationDataInitiator as kR, type UserNotificationDataInitiatorDataOneOf as kS, type UserNotificationDataDeeplink as kT, type UserNotificationDataDeeplinkOfOneOf as kU, type UserNotificationDataContext as kV, type ContactNotification as kW, type ContactsNotificationData as kX, type ContactsData as kY, type ContactData as kZ, type SiteMemberData as k_, type WixUsersData as ka, type SiteContributorsData as kb, type WixUserData as kc, type ConstOrDynamicParam as kd, type ConstOrDynamicParamValueOneOf as ke, type Url as kf, type BackofficeActionDeeplink as kg, type OrderValue as kh, type NotificationChannels as ki, type ResponsysEmail as kj, type VelocityEmail as kk, type ShoutoutEmail as kl, type EmailTemplateConfig as km, type EmailTemplateConfigProviderOneOf as kn, type WebFeedContentKeys as ko, type MobileFeedContentKeys as kp, type FeedAggregation as kq, type Icon as kr, type IconDataOneOf as ks, type UrlData as kt, type WebFeedChannel as ku, type MobileFeedChannel as kv, type FeedChannelsConfig as kw, type SharedPlatformMobilePushConfig as kx, type AndroidMobilePushConfig as ky, type MobilePushChannelConfig as kz, ReplacementType as l, type FieldFieldTypeOptionsOneOf as l$, type RecipientFilter as l0, type RecipientFilterDataOneOf as l1, type Initiator as l2, type InitiatorDataOneOf as l3, type Deeplink as l4, type DeeplinkOfOneOf as l5, type Context as l6, type UnifiedPage as l7, type PageInstallationSettings as l8, type PageInstallation as l9, type AdditionalTaxGroup as lA, type TaxCalculationConfig as lB, type BackOfficeModal as lC, type BackOfficeModalContentOneOf as lD, type ModalParams as lE, type DeploymentPipelineProviderConfig as lF, type CustomElementWidget as lG, type WidgetData as lH, type EditorBehaviors as lI, type SettingsPanel as lJ, type Dashboard as lK, type WidgetSize as lL, type WidgetSizeHeight as lM, type WidgetSizeWidth as lN, type Preset as lO, type Breakpoints as lP, type Breakpoint as lQ, type BackOfficeExtensionWidget as lR, type BackOfficeExtensionWidgetAssetOneOf as lS, type BackOfficeExtensionMenuItem as lT, type NavigateToPageAction as lU, type OpenModalAction as lV, type MenuAction as lW, type MenuActionActionOneOf as lX, type FormTemplate as lY, type FormTemplateTemplateTypeOptionsOneOf as lZ, type Field as l_, type PageContent as la, type WidgetAsContent as lb, type UnifiedPageEditorSettings as lc, type PageEditorSettings as ld, type AvailabilityTimeSlotsProviderConfig as le, type ProposalEditorProviderConfig as lf, type CustomReservationsApprovalConfig as lg, type CommentsContextProviderConfig as lh, type FormSpamSubmissionReportSpiConfig as li, type FormSpamSubmissionReportsNamespaceConfig as lj, type FormSpamSubmissionReportPermissions as lk, type VeloActionConfig as ll, type EventTypeProviderConfig as lm, type ServiceAvailabilityPolicyProviderConfig as ln, type SmsActionMessage as lo, type BookingPolicyProviderConfig as lp, type MultiServiceBookingPolicyProviderConfig as lq, type FormSubmissionSpiExtensionConfig as lr, type FormsSubmissionsExtensionNamespaceConfig as ls, type AssistantSpiConfig as lt, type MultilingualTranslationSchema as lu, type Schema as lv, type SchemaKey as lw, type V1SchemaField as lx, type PreviewFields as ly, type TaxGroupsProviderConfig as lz, HTTPMethod as m, type SubscriptionInfo as m$, type InputField as m0, type InputFieldInputTypeOptionsOneOf as m1, type StringType as m2, type StringTypeFormatOptionsOneOf as m3, type DateTimeConstraints as m4, type PhoneConstraints as m5, type TextInput as m6, type RadioGroup as m7, type RadioGroupOption as m8, type RadioGroupCustomOption as m9, type FileUpload as mA, type Signature as mB, type PaymentType as mC, type QuantityLimit as mD, type FixedPriceOptions as mE, type DynamicPriceOptions as mF, type Product as mG, type ProductPriceOptionsOneOf as mH, type ProductCheckboxGroup as mI, type ProductCheckboxGroupOption as mJ, type DonationInput as mK, type DonationInputOption as mL, type CommonCustomOption as mM, type MultilineAddressValidation as mN, type FieldOverrides as mO, type FieldsOverrides as mP, type ComponentsMultilineAddress as mQ, type AddressLine2 as mR, type DefaultCountryConfig as mS, type DefaultCountryConfigOptionsOneOf as mT, type FieldsSettings as mU, type FormFieldContactInfo as mV, type FormFieldContactInfoAdditionalInfoOneOf as mW, type EmailInfo as mX, type PhoneInfo as mY, type AddressInfo as mZ, type CustomFieldInfo as m_, type Dropdown as ma, type DropdownOption as mb, type DropdownCustomOption as mc, type DateTimeInput as md, type PhoneInput as me, type DateInput as mf, type TimeInput as mg, type DatePicker as mh, type NumberType as mi, type NumberInput as mj, type RatingInput as mk, type BooleanType as ml, type Checkbox as mm, type ArrayType as mn, type IntegerType as mo, type ObjectType as mp, type PropertiesType as mq, type PropertiesTypePropertiesTypeOptionsOneOf as mr, type ArrayTypeArrayItems as ms, type ArrayTypeArrayItemsItemTypeOptionsOneOf as mt, type CheckboxGroup as mu, type MediaItem as mv, type MediaItemMediaOneOf as mw, type CommonImage as mx, type CheckboxGroupOption as my, type CustomOption as mz, RegionType as n, type State as n$, type _String as n0, type _StringComponentTypeOptionsOneOf as n1, type InputField_Number as n2, type InputField_NumberComponentTypeOptionsOneOf as n3, type _Boolean as n4, type _BooleanComponentTypeOptionsOneOf as n5, type _Array as n6, type _ArrayComponentTypeOptionsOneOf as n7, type _Object as n8, type WixFile as n9, type FormOverride as nA, type FormOverrideEntityTypeOptionsOneOf as nB, type SubmitSettings as nC, type SubmitSettingsSubmitSuccessActionOptionsOneOf as nD, type ThankYouMessageOptions as nE, type RedirectOptions as nF, type ExtensionDetails as nG, type EditableFields as nH, type AddCustomFields as nI, type OverrideTemplateFields as nJ, type DeleteTemplateFields as nK, type FieldGroup as nL, type RequiredIndicatorProperties as nM, type NotificationContent as nN, type SingleContent as nO, type GroupedContent as nP, type BroadcastList as nQ, type Param as nR, type PayoutsProviderConfig as nS, type ReviewsEntityCatalogProviderConfig as nT, type VeloPublishPipelineTaskProviderConfig as nU, type FunctionsShopPriceSpiConfig as nV, type Namespace as nW, type _Function as nX, type Input as nY, type BuilderSpi as nZ, type Output as n_, type WixFileComponentTypeOptionsOneOf as na, type Payment as nb, type PaymentComponentTypeOptionsOneOf as nc, type MultilineAddress as nd, type MultilineAddressComponentTypeOptionsOneOf as ne, type DisplayField as nf, type DisplayFieldDisplayFieldTypeOptionsOneOf as ng, type RichContentOptions as nh, type PageNavigationOptions as ni, type Step as nj, type FormLayout as nk, type BreakPoint as nl, type ItemLayout as nm, type Margin as nn, type BreakPointSection as no, type V2Rule as np, type RequiredOptions as nq, type HiddenOptions as nr, type AllowedValuesOptions as ns, type FieldOverride as nt, type FieldOverridePropertyTypeOptionsOneOf as nu, type ConditionNode as nv, type ConditionNodeNodeOneOf as nw, type AndCondition as nx, type OrCondition as ny, type V2Condition as nz, EmbeddedScriptPages as o, type TextToSpeechActionMessage as o$, type Spi as o0, type FunctionDefinition as o1, type Configuration as o2, type Description as o3, type CheckoutContentSPIConfig as o4, type V2CommunicationChannelConfiguration as o5, type ChannelChannelConfiguration as o6, type ChannelChannelConfigurationMessagingConfigOneOf as o7, type DmDirectMessageConfig as o8, type ChannelMediaCapabilities as o9, type LightboxEditorSettings as oA, type LightboxCloseOptions as oB, type LightboxContent as oC, type PageWidgetAsContent as oD, type FormSpiExtensionConfig as oE, type SchemaGroup as oF, type SchemaGroupElement as oG, type Panel as oH, type PanelSelectedContentTypeOneOf as oI, type PanelSize as oJ, type CodePanel as oK, type PurchaseValidationsConfig as oL, type BrowserStorage as oM, type SdkDefinition as oN, type SiteWidgetSlot as oO, type EventValidationProviderConfig as oP, type ValidationTarget as oQ, type ClientSideService as oR, type Npm as oS, type Definition as oT, type Implementation as oU, type BillingSettingsConfig as oV, type PaymentDateModification as oW, type PatternsWizard as oX, type ApplicationProfileProviderConfig as oY, type V1ImplementedMethods as oZ, type ApplicationProfile as o_, type EmailEmailMessageConfig as oa, type SmsSmsMessageConfig as ob, type ChannelChannelBranding as oc, type ChannelBrandIcons as od, type UpstreamWixCommonImage as oe, type ChannelImplementedMethods as of, type WebhookComponentData as og, type TopologyComponentData as oh, type CustomRewardProviderConfig as oi, type FunctionRecipe as oj, type BackOfficeExternalUrl as ok, type FactorConfig as ol, type DiscountsSPIConfig as om, type VeloCustomCss as on, type AdaptiveComponentProviderConfig as oo, type ActionSpiConfig as op, type InventorySpiConfig as oq, type Monitoring as or, type MonitoringOptionsOneOf as os, type SentryOptions as ot, type Project as ou, type PanoramaOptions as ov, type PluginConfig as ow, type Consequence as ox, type Constraint as oy, type UnifiedLightbox as oz, EmbeddedScriptPlacement as p, type ElementStyleDefaults as p$, type AudienceProviderConfig as p0, type InterfaceConfiguration as p1, type InterfaceConfigurationOfTypeOneOf as p2, type WidgetComponent as p3, type ItemSelection as p4, type ImplementedMethods as p5, type PriceSPIConfig as p6, type StartDateLimitsSPIConfig as p7, type StartDateRulesSPIConfig as p8, type TicketReservationsSpiConfig as p9, type A11y as pA, type Link as pB, type ArrayItems as pC, type ArrayItemsArrayDataOneOf as pD, type DataItems as pE, type ReactElementContainer as pF, type ReactElementContainerSelectedContainerTypeOneOf as pG, type SimpleContainer as pH, type Slot as pI, type PlaceHolder as pJ, type ElementItem as pK, type ElementItemSelectedElementTypeOneOf as pL, type InlineElement as pM, type Behaviors as pN, type Actions as pO, type Action as pP, type Execution as pQ, type ExecutionActionExecuteOneOf as pR, type DataAction as pS, type StyleAction as pT, type EventAction as pU, type PanelAction as pV, type PanelActionSelectedPanelTypeOneOf as pW, type ForwardAction as pX, type ForwardActionActionOneOf as pY, type DashboardAction as pZ, type PresetItem as p_, type DisputeServicePluginConfig as pa, type FeesSPIConfig as pb, type EditorReactComponent as pc, type Resources as pd, type ClientResources as pe, type Resource as pf, type TranslationResources as pg, type EditorElement as ph, type StyleItem as pi, type StyleItemSelectedItemTypeOneOf as pj, type StyleItemSelectedCssPropertyTypeOneOf as pk, type StyleItemSelectedCssVariableTypeOneOf as pl, type Filter as pm, type BackdropFilter as pn, type Display as po, type WritingMode as pp, type CustomEnum as pq, type CustomEnumOption as pr, type CustomEnumOptionCssProperty as ps, type CssNumber as pt, type DataItem as pu, type DataItemSelectedDataTypeOneOf as pv, type Text as pw, type TextEnum as px, type Option as py, type _Number as pz, EmbedCategory as q, type GradualUpdateCacheEntity as q$, type ComponentInitialSize as q0, type InitialSizeSetting as q1, type InitialSizeSettingSelectedSizingTypeOneOf as q2, type ElementDefaults as q3, type RefElement as q4, type StyleItemOverrides as q5, type DataItemOverrides as q6, type EditorElementLayout as q7, type InstallationInfo as q8, type InstallationInfoTargetContainerOneOf as q9, type SidebarChildItemItemOneOf as qA, type SecondLevelCategory as qB, type SidebarSecondLevelChildItem as qC, type SidebarSecondLevelChildItemItemOneOf as qD, type Page as qE, type FirstLevelCategory as qF, type SidebarWidgetConfig as qG, type SidebarRootItem as qH, type SidebarRootItemItemOneOf as qI, type SidebarWidget as qJ, type SidebarWidgetConfigOneOf as qK, type BackOfficeCustomizationSidebarEntity as qL, type BackOfficeCustomizationSidebarEntityItemOneOf as qM, type CoreApps as qN, type ComponentEnricherConfig as qO, type BackOfficeRestrictedCustomization as qP, type AppPreviewProviderConfig as qQ, type LegendsSpiConfig as qR, type NamespaceConfig as qS, type Permissions as qT, type AppDeploymentProviderConfig as qU, type BackendWorker as qV, type EventTimeSlotsProviderConfig as qW, type AppEnvironmentProviderConfig as qX, type RuntimeComponentCacheEntityExperiment as qY, type RuntimeComponentCacheEntityExperimentExperimentOneOf as qZ, type GradualRolloutCacheEntity as q_, type MarketplaceSPIConfig as qa, type FormSchemaDynamicValuesSpiConfig as qb, type BlogPaywallProviderConfig as qc, type RewardProviderConfig as qd, type ProductRestrictionsConfig as qe, type RestrictionsConfig as qf, type Restriction as qg, type FormSubmissionModerationSpiConfig as qh, type FormSubmissionModerationSpiNamespaceConfig as qi, type EventBadgesSpiConfig as qj, type OperationExecutorConfig as qk, type BackOfficeCustomization as ql, type Header as qm, type HeaderConfigOneOf as qn, type HeaderConfig as qo, type HeaderConfigHeaderConfigOneOf as qp, type PlatformHeaderConfig as qq, type MenuLink as qr, type Logo as qs, type MenuDropdown as qt, type SearchConfig as qu, type HeaderWidgetConfig as qv, type Sidebar as qw, type SidebarConfigOneOf as qx, type SidebarConfig as qy, type SidebarChildItem as qz, ThumbnailsSize as r, type GradualDeleteCacheEntity as r0, type PartialUpdateCacheEntity as r1, type CreatedByCacheEntity as r2, type AppPermissions as r3, type AppData as r4, type TranslatedData as r5, type DeleteUserDefinedFieldsRequest as r6, type DeleteUserDefinedFieldsResponse as r7, type BaseEventMetadata as r8, type EventMetadata as r9, DefaultTextStyle as s, WebComponentDataElementType as t, ScriptType as u, ExtensionType as v, PrimitiveType as w, SimpleType as x, SchemaFieldExposure as y, PartialPaymentRestriction as z };
|
|
14228
|
+
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 };
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
+
import { D as DataExtensionSchema, U as UpdateDataExtensionSchemaResponse, L as ListDataExtensionSchemasOptions, a as ListDataExtensionSchemasResponse, b as DeleteByWhiteListedMetaSiteResponse, c as DataExtensionSchemaCreatedEnvelope, d as DataExtensionSchemaDeletedEnvelope, e as DataExtensionSchemaUpdatedEnvelope } from './data-extensions-v1-data-extension-schema-schemas.universal-W5JlJR4f.js';
|
|
3
|
+
export { pB as A11y, cb as A11yAttributes, ag as AcceptedDirectMessageType, bS as AcceptedMessageTypesAcceptedDirectMessageType, bT as AcceptedMessageTypesAcceptedSmsMessageType, ai as AcceptedSmsMessageType, pQ as Action, ge as ActionCondition, cw as ActionEvent, ch as ActionName, fi as ActionProviderSPIConfig, fj as ActionSPIConfig, fn as ActionSPIConfigImplementedMethods, fp as ActionSPIConfigInterfaceConfiguration, fq as ActionSPIConfigInterfaceConfigurationOptionsOneOf, N as ActionSPIConfigInterfaceConfigurationType, oq as ActionSpiConfig, cf as ActionType, pP as Actions, op as AdaptiveComponentProviderConfig, nJ as AddCustomFields, gq as AdditionalFeesSPIConfig, gN as AdditionalStepInfo, lB as AdditionalTaxGroup, ji as AddonMarketData, m_ as AddressInfo, bC as AddressInfoTag, mS as AddressLine2, gy as AdminConfigurableTextInput, fe as AlertEnricherSpiConfiguration, fX as AlgorithmConfig, a1 as AlgorithmType, as as Alignment, nt as AllowedValuesOptions, fd as AlternativeUri, id as AnchorData, go as AnchorMetaData, ny as AndCondition, kz as AndroidMobilePushConfig, b6 as AndroidStyle, dg as ApiSlot, d3 as ApiWidth, eq as AppConfig, eI as AppConfiguration, r8 as AppData, qV as AppDeploymentProviderConfig, ik as AppEmbedData, il as AppEmbedDataAppDataOneOf, qY as AppEnvironmentProviderConfig, r7 as AppPermissions, qR as AppPreviewProviderConfig, cN as AppRuntimeDataCacheEntity, cM as AppRuntimeDataEvent, aJ as AppType, g1 as ApplicationAutomationComponent, o$ as ApplicationProfile, oZ as ApplicationProfileProviderConfig, cj as Archetype, bq as ArrayComponentType, pD as ArrayItems, pE as ArrayItemsArrayDataOneOf, mo as ArrayType, mt as ArrayTypeArrayItems, mu as ArrayTypeArrayItemsItemTypeOptionsOneOf, lu as AssistantSpiConfig, p1 as AudienceProviderConfig, iA as AudioData, gt as AuthenticatorConfig, gg as AutomationMetadata, ev as AutomationTrigger, lf as AvailabilityTimeSlotsProviderConfig, gE as AvatarConfig, aa as AvatarShape, qm as BackOfficeCustomization, qM as BackOfficeCustomizationSidebarEntity, qN as BackOfficeCustomizationSidebarEntityItemOneOf, fI as BackOfficeExtension, fv as BackOfficeExtensionContainer, fJ as BackOfficeExtensionExtensionOneOf, lU as BackOfficeExtensionMenuItem, lS as BackOfficeExtensionWidget, lT as BackOfficeExtensionWidgetAssetOneOf, ol as BackOfficeExternalUrl, Y as BackOfficeHostingPlatforms, lD as BackOfficeModal, lE as BackOfficeModalContentOneOf, gj as BackOfficePage, gk as BackOfficePageAssetOneOf, qQ as BackOfficeRestrictedCustomization, fM as BackOfficeScriptAsset, $ as BackOfficeScriptAssetType, gi as BackOfficeSidebarCategory, h2 as BackOfficeWidget, h3 as BackOfficeWidgetContentOneOf, po as BackdropFilter, qW as BackendWorker, i3 as Background, i4 as BackgroundBackgroundOneOf, aG as BackgroundType, kh as BackofficeActionDeeplink, ec as BarAlignment, B as BarAlignmentSelected, rc as BaseEventMetadata, dD as BaseInfo, dH as BaseInstallation, pO as Behaviors, oW as BillingSettingsConfig, a4 as BlockType, iD as BlockquoteData, fD as BlocksData, qd as BlogPaywallProviderConfig, im as BookingData, lq as BookingPolicyProviderConfig, gs as BookingsPricingProviderConfig, jo as BookingsResourceType, jn as BookingsResourceTypesProviderConfig, bn as BooleanComponentType, kE as BooleanExperimentExposureRule, mm as BooleanType, hj as Border, iy as BorderColors, g_ as BrandIcons, nm as BreakPoint, np as BreakPointSection, lR as Breakpoint, lQ as Breakpoints, nR as BroadcastList, kO as BrowserPushChannel, kI as BrowserPushContentKeys, oN as BrowserStorage, n_ as BuilderSpi, iC as BulletedListData, eF as Bundle, ha as BusinessManagerPage, hi as ButtonData, an as ButtonDataType, aO as CalendarType, iE as CaptionData, ft as CatalogSPIConfig, fa as CatalogSyncConfiguration, ix as CellStyle, bG as ChangeableProperty, oe as ChannelBrandIcons, gZ as ChannelBranding, od as ChannelChannelBranding, o7 as ChannelChannelConfiguration, o8 as ChannelChannelConfigurationMessagingConfigOneOf, gT as ChannelConfiguration, bR as ChannelConfigurationChannelType, gU as ChannelConfigurationMessagingConfigOneOf, g$ as ChannelIcon, og as ChannelImplementedMethods, oa as ChannelMediaCapabilities, af as ChannelType, mn as Checkbox, jz as CheckboxConfiguration, e$ as CheckboxField, mv as CheckboxGroup, mz as CheckboxGroupOption, o5 as CheckoutContentSPIConfig, pf as ClientResources, oS as ClientSideService, hu as CodeBlockData, dL as CodePackageComponentData, oL as CodePanel, it as CollapsibleListData, eX as Color, ie as ColorData, e6 as ColorDefinition, e4 as ColorSelectLabeled, e5 as ColorSelectLabeledDataOneOf, hk as Colors, j8 as CommentFilterProviderConfig, i$ as CommentModerationProviderConfig, li as CommentsContextProviderConfig, mN as CommonCustomOption, my as CommonImage, gS as CommunicationChannelConfiguration, cR as ComponentData, cS as ComponentDataDataOneOf, qP as ComponentEnricherConfig, q1 as ComponentInitialSize, gl as ComponentMetaData, dK as ComponentModel, j4 as ComponentReferenceDataConfig, iP as ComponentTranslationAdditionalFieldsConfig, C as ComponentType, mR as ComponentsMultilineAddress, iO as ComponentsValidatorConfig, e2 as Condition, g7 as ConditionBlock, nw as ConditionNode, nx as ConditionNodeNodeOneOf, gf as Conditions, o3 as Configuration, bD as ConfirmationLevel, aP as ConnectMethod, b$ as ConsentCategory, oy as Consequence, ke as ConstOrDynamicParam, kf as ConstOrDynamicParamValueOneOf, oz as Constraint, k_ as ContactData, bE as ContactField, eK as ContactLabelsComponentData, kX as ContactNotification, kZ as ContactsData, kY as ContactsNotificationData, dT as Container, dU as ContainerDataOneOf, cd as ContainerType, gM as ContentData, g0 as ContentProviderConfig, cl as ContentResizeDirection, l7 as Context, h0 as ConversationLimitations, qO as CoreApps, jx as CoverImageConfiguration, cC as CreateDataExtensionSchemaRequest, cD as CreateDataExtensionSchemaResponse, gO as CreateNewItemInfo, r6 as CreatedByCacheEntity, aw as Crop, eQ as CrossSellConfig, c6 as CssDataType, pu as CssNumber, c5 as CssPropertyType, j2 as CustomChargesConfig, dq as CustomElement, dr as CustomElementConsentCategoryOneOf, bf as CustomElementScriptType, lH as CustomElementWidget, pr as CustomEnum, ps as CustomEnumOption, pt as CustomEnumOptionCssProperty, kF as CustomExperimentExposureRule, m$ as CustomFieldInfo, bM as CustomFieldsType, mA as CustomOption, iJ as CustomRefData, lh as CustomReservationsApprovalConfig, oj as CustomRewardProviderConfig, fT as CustomScopeConfig, f$ as CustomTriggerConfig, eo as DCConfigData, lL as Dashboard, p_ as DashboardAction, eE as DashboardApplicationData, dX as DashboardButton, dk as DashboardComponentData, et as DashboardItem, dM as DashboardPlatfromComponentData, pT as DataAction, en as DataComponent, f as DataExtensionSchemaState, ff as DataExtensionsComponentData, pv as DataItem, q7 as DataItemOverrides, pw as DataItemSelectedDataTypeOneOf, pF as DataItems, ca as DataType, mg as DateInput, mi as DatePicker, m5 as DateTimeConstraints, me as DateTimeInput, g5 as Debounce, ib as Decoration, ic as DecorationDataOneOf, aH as DecorationType, l5 as Deeplink, l6 as DeeplinkOfOneOf, J as Default, mT as DefaultCountryConfig, mU as DefaultCountryConfigOptionsOneOf, by as DefaultCountryConfigType, dJ as DefaultPresets, iU as DefaultTaxGroupProviderConfig, s as DefaultTextStyle, oU as Definition, gb as Delay, gc as DelayTypeOneOf, cK as DeleteByWhiteListedMetaSiteRequest, cG as DeleteDemoDataExtensionSchemaRequest, cH as DeleteDemoDataExtensionSchemaResponse, cI as DeleteGlobalExtensionSchemaRequest, cJ as DeleteGlobalExtensionSchemaResponse, nL as DeleteTemplateFields, ra as DeleteUserDefinedFieldsRequest, rb as DeleteUserDefinedFieldsResponse, lG as DeploymentPipelineProviderConfig, o4 as Description, i9 as Design, hb as DevCenterTestingComponentData, hc as DevCenterTestingComponentDataTranslatableOneOfOneOf, fE as Dimension, iv as Dimensions, gV as DirectMessageConfig, aL as Direction, fu as DiscountConfig, on as DiscountsSPIConfig, iM as DiscoveryMetaData, pp as Display, ng as DisplayField, nh as DisplayFieldDisplayFieldTypeOptionsOneOf, bF as DisplayFieldType, c_ as DisplayProperties, c$ as DisplayValue, c8 as DisplayValueEnumDisplayValue, pb as DisputeServicePluginConfig, hw as DividerData, ar as DividerDataWidth, o9 as DmDirectMessageConfig, d0 as Docking, d1 as DockingProperties, iH as DocumentStyle, a5 as Domain, cq as DomainEvent, cr as DomainEventBodyOneOf, mL as DonationInput, mM as DonationInputOption, d_ as DrillInListItem, d$ as DrillItem, e0 as DrillItemDataOneOf, ea as DropDownLabeled, mb as Dropdown, md as DropdownCustomOption, f0 as DropdownField, f1 as DropdownFieldOption, mc as DropdownOption, fY as DropshippingProviderSPIConfig, fC as DtsContent, fz as DtsDefinitionReference, fA as DtsDefinitionReferenceDtsDefinitionOneOf, Z as DtsDefinitionType, fB as DtsHttpLink, jJ as DurationInputConfiguration, jK as DurationRenameOptions, mG as DynamicPriceOptions, iW as DynamicSiteStructureProviderConfig, nI as EditableFields, bN as EditableProperties, jf as EditorAddon, lJ as EditorBehaviors, pi as EditorElement, q8 as EditorElementLayout, dA as EditorPresence, pd as EditorReactComponent, q4 as ElementDefaults, cn as ElementDisplayOption, pL as ElementItem, pM as ElementItemSelectedElementTypeOneOf, q0 as ElementStyleDefaults, ce as ElementType, kJ as EmailChannel, ob as EmailEmailMessageConfig, mY as EmailInfo, bA as EmailInfoTag, gX as EmailMessageConfig, kn as EmailTemplateConfig, ko as EmailTemplateConfigProviderOneOf, q as EmbedCategory, ir as EmbedData, dN as EmbeddedScriptComponentData, o as EmbeddedScriptPages, p as EmbeddedScriptPlacement, cL as Empty, cs as EntityCreatedEvent, cv as EntityDeletedEvent, cu as EntityUpdatedEvent, bc as Environment, de as ErrorReporting, df as ErrorReportingArtifact, bW as Escalation, pV as EventAction, qk as EventBadgesSpiConfig, io as EventData, rd as EventMetadata, qX as EventTimeSlotsProviderConfig, ln as EventTypeProviderConfig, oQ as EventValidationProviderConfig, pR as Execution, pS as ExecutionActionExecuteOneOf, Q as ExecutionType, gu as ExpectedInputs, eG as ExperimentGroupWrapper, q$ as ExportMetadata, E as Exposure, kC as ExposureRule, kD as ExposureRuleRuleOneOf, b7 as ExposureRuleType, fw as Extendable, X as ExtendingComponentType, el as ExtensionData, nH as ExtensionDetails, dh as ExtensionExposure, v as ExtensionType, jj as ExternalDatabaseSpiConfig, fV as ExternalFilterProviderConfig, om as FactorConfig, bU as FactorType, kr as FeedAggregation, kK as FeedChannels, kx as FeedChannelsConfig, pc as FeesSPIConfig, l$ as Field, m0 as FieldFieldTypeOptionsOneOf, nM as FieldGroup, nu as FieldOverride, nv as FieldOverridePropertyTypeOptionsOneOf, mP as FieldOverrides, bh as FieldType, mQ as FieldsOverrides, mV as FieldsSettings, hx as FileData, hy as FileSource, hz as FileSourceDataOneOf, mB as FileUpload, pn as Filter, c7 as FilterFunction, gG as FilterInfo, gH as FilterInfoOptionsOneOf, ad as FilterOptionsType, ac as FilterSelectionType, bl as FirstDayOfWeek, qG as FirstLevelCategory, cU as FixedPositionOptions, mF as FixedPriceOptions, dC as FocalPoint, ef as FontDefinition, ee as FontFamilyWithColorPicker, ii as FontSizeData, aI as FontType, mW as FormFieldContactInfo, mX as FormFieldContactInfoAdditionalInfoOneOf, nl as FormLayout, nB as FormOverride, nC as FormOverrideEntityTypeOptionsOneOf, qc as FormSchemaDynamicValuesSpiConfig, iQ as FormSchemaSpiConfig, ll as FormSpamSubmissionReportPermissions, lj as FormSpamSubmissionReportSpiConfig, lk as FormSpamSubmissionReportsNamespaceConfig, jc as FormSpamSubmissionSpiConfig, oF as FormSpiExtensionConfig, qi as FormSubmissionModerationSpiConfig, qj as FormSubmissionModerationSpiNamespaceConfig, h5 as FormSubmissionSpiConfig, ls as FormSubmissionSpiExtensionConfig, lZ as FormTemplate, l_ as FormTemplateTemplateTypeOptionsOneOf, bi as Format, h7 as FormsPermissions, iR as FormsSchemaNamespaceConfig, jd as FormsSpamSubmissionsNamespaceConfig, lt as FormsSubmissionsExtensionNamespaceConfig, h6 as FormsSubmissionsNamespaceConfig, pY as ForwardAction, pZ as ForwardActionActionOneOf, jO as FreeOptionConfiguration, jN as FreeTrialConfiguration, o2 as FunctionDefinition, ok as FunctionRecipe, nW as FunctionsShopPriceSpiConfig, hM as GIF, hL as GIFData, ay as GIFType, hB as GalleryData, hH as GalleryOptions, hK as GalleryOptionsThumbnails, j7 as GbpFeatureConfig, fh as GenericHookConfig, fg as GenericHooksConfig, fl as GenericOptions, fU as GiftCardProviderConfig, i2 as Gradient, r4 as GradualDeleteCacheEntity, r2 as GradualRolloutCacheEntity, r3 as GradualUpdateCacheEntity, j0 as GridAppFilesTransformerConfig, nQ as GroupedContent, hO as HTMLData, hP as HTMLDataDataOneOf, az as HTMLDataSource, m as HTTPMethod, qn as Header, qp as HeaderConfig, qq as HeaderConfigHeaderConfigOneOf, qo as HeaderConfigOneOf, qw as HeaderWidgetConfig, hN as HeadingData, iX as HeadlessOAuth, d2 as Height, bg as HeightMode, dE as HelpResources, ns as HiddenOptions, K as HookType, H as HorizontalDocking, A as HostContainerId, eJ as HostedComponent, eV as HostedPage, gA as IDPConnectionConfig, ks as Icon, kt as IconDataOneOf, b4 as IconType, cy as IdentificationData, cz as IdentificationDataIdOneOf, jR as Illustration, jS as IllustrationIllustrationOneOf, f8 as Image, gD as ImageConfig, hQ as ImageData, hS as ImageDataStyles, bw as ImageFit, a9 as ImageShape, oV as Implementation, p6 as ImplementedMethods, bX as ImportanceLevel, aj as InitDirection, aK as InitialExpandedItems, jg as InitialPosition, q2 as InitialSizeSetting, q3 as InitialSizeSettingSelectedSizingTypeOneOf, l3 as Initiator, l4 as InitiatorDataOneOf, b2 as InitiatorType, pN as InlineElement, nZ as Input, jL as InputConfiguration, m1 as InputField, m2 as InputFieldInputTypeOptionsOneOf, n3 as InputField_Number, n4 as InputField_NumberComponentTypeOptionsOneOf, bz as InputType, jw as InputWithPlaceholder, I as InstallPage, q9 as InstallationInfo, qa as InstallationInfoTargetContainerOneOf, dv as InstallationSettings, dw as InstallationSettingsOptionsOneOf, mp as IntegerType, b8 as Intent, p2 as InterfaceConfiguration, p3 as InterfaceConfigurationOfTypeOneOf, c3 as InterfaceConfigurationType, iN as InternalComponentMetadata, or as InventorySpiConfig, eD as InvoicesActionsComponentData, fZ as InvoicesConfig, cY as IsStretched, hF as Item, hG as ItemDataOneOf, hD as ItemImage, nn as ItemLayout, p5 as ItemSelection, hJ as ItemStyle, gP as ItemThumbnail, gQ as ItemThumbnailOptionsOneOf, bo as ItemType, gB as ItemsSelectionProviderConfig, gm as Keywords, hI as Layout, iF as LayoutCellData, au as LayoutType, gC as LearnMore, fK as LegacyBackOfficeExtensionWidget, fL as LegacyBackOfficeExtensionWidgetAssetOneOf, fN as LegacyBackOfficeMenuItem, fP as LegacyBackOfficeMenuItemAction, qS as LegendsSpiConfig, b3 as Level, oC as LightboxCloseOptions, oD as LightboxContent, oB as LightboxEditorSettings, dz as LightboxOptions, kP as LimiterField, f3 as LineItemsEnricherConfig, aq as LineStyle, pC as Link, ig as LinkData, hT as LinkPreviewData, hU as LinkPreviewDataStyles, ju as LinkSuffix, ao as LinkTarget, cc as LinkType, cF as ListDataExtensionSchemasRequest, aQ as ListEventFromCalendars, iz as ListValue, l0 as LiveSiteActionDeeplink, eR as LocalDeliveryComponentData, a2 as LockableOperation, qt as Logo, eW as Logos, dV as Main, dx as MainPresets, dW as MainPropsData, F as MandatoryField, hV as MapData, hW as MapSettings, aB as MapType, no as Margin, cZ as Margins, qb as MarketplaceSPIConfig, M as Maturity, G as MeasurementSystem, hC as Media, gW as MediaCapabilities, mw as MediaItem, mx as MediaItemMediaOneOf, ah as MediaMimeType, f2 as MembershipsSPIConfig, ih as MentionData, lX as MenuAction, lY as MenuActionActionOneOf, qu as MenuDropdown, qs as MenuLink, fH as MenuSlot, hd as MessageContainingTranslatables, cx as MessageEnvelope, fo as Metadata, c1 as Method, b5 as MobileApplication, kw as MobileFeedChannel, kq as MobileFeedContentKeys, kL as MobilePushChannel, kA as MobilePushChannelConfig, kB as MobilePushContentKeys, lF as ModalParams, os as Monitoring, ot as MonitoringOptionsOneOf, bV as MonitoringType, lr as MultiServiceBookingPolicyProviderConfig, ne as MultilineAddress, bx as MultilineAddressComponentType, nf as MultilineAddressComponentTypeOptionsOneOf, mO as MultilineAddressValidation, lv as MultilingualTranslationSchema, es as MultipleDashboardsComponentData, nX as Namespace, qT as NamespaceConfig, lV as NavigateToPageAction, aU as NavigationType, ds as NestedWidgets, hf as Node, hg as NodeDataOneOf, hh as NodeStyle, ak as NodeType, kj as NotificationChannels, nO as NotificationContent, jm as NotificationPreferencesFilterConfig, jl as NotificationTopic, aW as NotificationTopicState, aX as NotificationTopicType, oT as Npm, aN as NullValue, bm as NumberComponentType, mk as NumberInput, bk as NumberOfColumns, mj as NumberType, aS as OAuthAppType, aT as OAuthTechnologies, mq as ObjectType, is as Oembed, g8 as Offset, g9 as OffsetValueOneOf, jP as OneTimeOptionConfiguration, fO as OpenComponent, lW as OpenModalAction, ql as OperationExecutorConfig, bI as Operator, pz as Option, i6 as OptionDesign, i1 as OptionLayout, nz as OrCondition, ki as OrderValue, iB as OrderedListData, av as Orientation, gh as OriginInfo, dc as OutOfIframeData, n$ as Output, bH as OverrideEntityType, nK as OverrideTemplateFields, hA as PDFSettings, at as PDFSettingsViewMode, f7 as PackageDimension, f6 as PackageType, d5 as Padding, qF as Page, gn as PageAnchor, d4 as PageComponentData, lb as PageContent, eH as PageDashboardApplicationComponent, le as PageEditorSettings, la as PageInstallation, l9 as PageInstallationSettings, nj as PageNavigationOptions, dy as PageOptions, di as PageOutOfIframeComponentData, d8 as PageReplace, d6 as PageReplaceOptions, d7 as PageReplaceOptionsOptionsOneOf, oE as PageWidgetAsContent, ae as PaginationMode, oI as Panel, pW as PanelAction, pX as PanelActionSelectedPanelTypeOneOf, bZ as PanelContentType, oJ as PanelSelectedContentTypeOneOf, oK as PanelSize, cg as PanelType, ow as PanoramaOptions, hX as ParagraphData, nS as Param, z as PartialPaymentRestriction, r5 as PartialUpdateCacheEntity, c2 as ParticipantType, oY as PatternsWizard, nc as Payment, bt as PaymentComponentType, nd as PaymentComponentTypeOptionsOneOf, oX as PaymentDateModification, eT as PaymentMethod, eU as PaymentMethodMethodOneOf, eS as PaymentServiceProviderConfig, eY as PaymentServiceProviderCredentialsField, eZ as PaymentServiceProviderCredentialsFieldFieldOneOf, jk as PaymentSettingsSPIConfig, mD as PaymentType, eu as PaymentsGatewayComponentData, nT as PayoutsProviderConfig, jW as PerkValues, jy as PerksConfiguration, qU as Permissions, m6 as PhoneConstraints, mZ as PhoneInfo, bB as PhoneInfoTag, mf as PhoneInput, gr as PingNotificationComponentData, jb as PingSettingsGroupComponentData, aV as PingSettingsGroupComponentDataState, pK as PlaceHolder, jT as PlanDuration, k0 as PlanFormBenefitsSection, k2 as PlanFormCustomSection, a_ as PlanFormDefaultSection, j_ as PlanFormInfoSection, k7 as PlanFormInitialValue, k6 as PlanFormPagePermissionsSection, j$ as PlanFormPlanSettingsSection, jZ as PlanFormPreviewSection, k1 as PlanFormPricingAndDurationSection, aZ as PlanFormPricingOption, k3 as PlanFormSection, k4 as PlanFormSectionSectionOneOf, k5 as PlanFormTypeMetadata, a$ as PlanPeriodUnit, jU as PlanPriceData, jX as PlanPricing, jY as PlanPricingPricingModelOneOf, jG as PlanSettingsRowConfiguration, qr as PlatformHeaderConfig, dj as PlatfromComponentData, iq as PlaybackOptions, ox as PluginConfig, hl as PluginContainerData, am as PluginContainerDataAlignment, hp as PluginContainerDataHeight, hm as PluginContainerDataWidth, hn as PluginContainerDataWidthDataOneOf, eP as PluginInstallationSettings, P as PluginInterface, eN as PluginMarketData, eO as PluginPlacement, j1 as PolicyConfig, i7 as Poll, hY as PollData, i8 as PollDataLayout, i5 as PollDesign, i0 as PollLayout, aF as PollLayoutDirection, aE as PollLayoutType, h_ as PollOption, h$ as PollSettings, cW as Position, h1 as PostLoginConfig, fR as PreRegisterConfig, gv as PredefinedExpectedInput, gw as PredefinedExpectedInputConfiguration, gx as PredefinedExpectedInputConfigurationTypeOneOf, eL as PredefinedLabel, lP as Preset, dB as PresetEditorPresence, dt as PresetInfo, p$ as PresetItem, du as PresetSize, jv as PreviewCardPlaceholders, jA as PreviewConfiguration, lz as PreviewFields, p7 as PriceSPIConfig, bv as PriceType, jp as PricingPlansFormConfiguration, jV as PricingRecurring, ey as Primitive, w as PrimitiveType, mH as Product, mJ as ProductCheckboxGroup, mK as ProductCheckboxGroupOption, mI as ProductPriceOptionsOneOf, qf as ProductRestrictionsConfig, bu as ProductType, fS as ProductsPathsConfig, ov as Project, mr as PropertiesType, bp as PropertiesTypeEnum, ms as PropertiesTypePropertiesTypeOptionsOneOf, lg as ProposalEditorProviderConfig, iT as ProviderConfig, gK as ProviderFilterOptions, oM as PurchaseValidationsConfig, mE as QuantityLimit, e1 as RadioButtonLabeled, m8 as RadioGroup, ma as RadioGroupCustomOption, m9 as RadioGroupOption, gd as RateLimit, ml as RatingInput, pG as ReactElementContainer, pH as ReactElementContainerSelectedContainerTypeOneOf, l1 as RecipientFilter, l2 as RecipientFilterDataOneOf, ba as RecipientFilterType, aY as RecipientType, fW as RecommendationsProviderConfig, jQ as RecurringOptionConfiguration, nG as RedirectOptions, q5 as RefElement, j as Region, n as RegionType, cA as ReindexEvent, cB as ReindexField, ht as Rel, da as ReplaceableOptions, l as ReplacementType, d9 as ReplacingOptions, R as RequestedField, bO as RequiredIndicator, bP as RequiredIndicatorPlacement, nN as RequiredIndicatorProperties, nr as RequiredOptions, ei as ResetButton, ck as ResizeDirection, pg as Resource, pe as Resources, kk as ResponsysEmail, f9 as RestaurantsPOSComponentData, ct as RestoreInfo, a3 as RestrictedOperation, qh as Restriction, cm as RestrictionLevel, iS as Restrictions, qg as RestrictionsConfig, nU as ReviewsEntityCatalogProviderConfig, j5 as ReviewsProductCatalogProviderConfig, qe as RewardProviderConfig, he as RichContent, ni as RichContentOptions, dY as RichTextWithIllustrationVertical, g2 as Rule, cO as RuntimeComponentCacheEntity, cQ as RuntimeComponentCacheEntityComponent, cP as RuntimeComponentCacheEntityComponentOneOf, r0 as RuntimeComponentCacheEntityExperiment, r1 as RuntimeComponentCacheEntityExperimentExperimentOneOf, qZ as SDKExports, q_ as SDKExportsNpm, lw as Schema, ew as SchemaConfig, ex as SchemaField, y as SchemaFieldExposure, be as SchemaFieldFieldType, eB as SchemaFieldType, eC as SchemaFieldTypeFieldTypeOneOf, oG as SchemaGroup, oH as SchemaGroupElement, lx as SchemaKey, bd as SchemaScope, c4 as Scope, u as ScriptType, oO as SdkDefinition, qv as SearchConfig, gF as SearchField, gL as SearchParams, qC as SecondLevelCategory, dZ as Section, ou as SentryOptions, f_ as SeoKeywordsSuggestionsSPIConfig, g6 as ServiceAction, lo as ServiceAvailabilityPolicyProviderConfig, dR as Settings, lK as SettingsPanel, hZ as SettingsPermissions, dd as SettingsUrl, jM as SetupFeeConfiguration, ky as SharedPlatformMobilePushConfig, f5 as ShippingLabelCarrierSpiConfig, fb as ShippingProviderConfig, f4 as ShippingRatesConfig, km as ShoutoutEmail, qx as Sidebar, qA as SidebarChildItem, qB as SidebarChildItemItemOneOf, qz as SidebarConfig, qy as SidebarConfigOneOf, co as SidebarDataType, cp as SidebarEntityType, qI as SidebarRootItem, qJ as SidebarRootItemItemOneOf, qD as SidebarSecondLevelChildItem, qE as SidebarSecondLevelChildItemItemOneOf, qK as SidebarWidget, qH as SidebarWidgetConfig, qL as SidebarWidgetConfigOneOf, mC as Signature, ez as Simple, pI as SimpleContainer, e_ as SimpleField, x as SimpleType, nP as SingleContent, e3 as SingleKeyCondition, er as SiteConfig, kc as SiteContributorsData, k$ as SiteMemberData, oP as SiteWidgetSlot, dQ as Size, ci as SizingType, e9 as SliderLabeled, pJ as Slot, fx as SlotData, fy as SlotDataSlotTypeOneOf, _ as SlotDataType, fF as SlotParams, lp as SmsActionMessage, kN as SmsChannel, kH as SmsContentKeys, gY as SmsMessageConfig, oc as SmsSmsMessageConfig, em as SnippetSolutionData, h4 as SocialMarketingDesignSPIConfig, j6 as SocialMarketingDesignsProviderConfig, fr as Source, fs as SourceOptionsOneOf, O as SourceType, je as SpamSubmissionPermissions, o1 as Spi, fc as SpiBaseUri, ho as Spoiler, ij as SpoilerData, p8 as StartDateLimitsSPIConfig, p9 as StartDateRulesSPIConfig, o0 as State, S as StaticContainer, ep as StaticFileComponentData, gJ as StaticFilterOption, gI as StaticFilterOptions, a6 as Status, nk as Step, c0 as StorageDomain, b_ as StorageType, bj as StringComponentType, m3 as StringType, m4 as StringTypeFormatOptionsOneOf, dm as StudioComponentData, dn as StudioWidgetComponentData, dp as StudioWidgetVariation, pU as StyleAction, pj as StyleItem, q6 as StyleItemOverrides, pl as StyleItemSelectedCssPropertyTypeOneOf, pm as StyleItemSelectedCssVariableTypeOneOf, pk as StyleItemSelectedItemTypeOneOf, hq as Styles, hR as StylesBorder, aA as StylesPosition, cX as SubPage, nD as SubmitSettings, nE as SubmitSettingsSubmitSuccessActionOptionsOneOf, bK as SubmitSuccessAction, n0 as SubscriptionInfo, aR as SyncToCalendar, gR as SyncedProjectsProviderConfig, dS as Tab, iw as TableCellData, iu as TableData, ab as Tag, bJ as Target, lC as TaxCalculationConfig, iZ as TaxCalculatorSpiConfig, i_ as TaxCountriesConfig, lA as TaxGroupsProviderConfig, j9 as TaxIdValidatorConfig, ja as TaxTypesConfig, iV as TaxationCategoryProvider, T as TemplateDefaultColor, bL as TemplateType, jH as TermsAndConditionsConfiguration, jB as TermsModalConfiguration, px as Text, ap as TextAlignment, ia as TextData, py as TextEnum, m7 as TextInput, a7 as TextInputDisplayType, ed as TextInputLabeled, gz as TextInputSettings, iI as TextNodeStyle, eg as TextStyle, eh as TextStyleDefaultColorOneOf, p0 as TextToSpeechActionMessage, js as TextWithSuffix, jt as TextWithSuffixSuffixOneOf, jq as TextWithTooltip, nF as ThankYouMessageOptions, jI as ThankYouPageConfiguration, jC as ThankYouPageInputConfig, jF as ThankYouPageModalConfiguration, jE as ThankYouPagePreviewConfiguration, jD as ThankYouPageRedirectsConfiguration, e8 as ThumbnailData, a8 as ThumbnailType, e7 as Thumbnails, ax as ThumbnailsAlignment, r as ThumbnailsSize, pa as TicketReservationsSpiConfig, mh as TimeInput, eb as ToggleLabeled, jh as ToolPanelConfig, jr as TooltipSuffix, oi as TopologyComponentData, r9 as TranslatedData, iL as TranslatedMessageWithIdRepeated, iK as TranslatedMessageWithUniqueFieldRepeated, ph as TranslationResources, g3 as Trigger, g4 as TriggerFilter, fQ as TriggerProviderSPIConfig, bb as Type, ka as TypedDynamicParam, b0 as TypedDynamicParamType, oA as UnifiedLightbox, l8 as UnifiedPage, ld as UnifiedPageEditorSettings, k as UnitType, ga as Until, cE as UpdateDataExtensionSchemaRequest, bs as UploadFileFormat, of as UpstreamWixCommonImage, kg as Url, ku as UrlData, gp as UrlParam, k8 as UserNotification, k9 as UserNotificationData, kW as UserNotificationDataContext, kU as UserNotificationDataDeeplink, kV as UserNotificationDataDeeplinkOfOneOf, kS as UserNotificationDataInitiator, kT as UserNotificationDataInitiatorDataOneOf, kQ as UserNotificationDataRecipientFilter, kR as UserNotificationDataRecipientFilterDataOneOf, b1 as UserNotificationDataRecipientFilterType, b9 as UserNotificationDataType, o_ as V1ImplementedMethods, hr as V1Link, hs as V1LinkDataOneOf, iG as V1Metadata, ly as V1SchemaField, hv as V1TextStyle, o6 as V2CommunicationChannelConfiguration, nA as V2Condition, nq as V2Rule, oR as ValidationTarget, j3 as ValidationsSPIConfig, lm as VeloActionConfig, oo as VeloCustomCss, nV as VeloPublishPipelineTaskProviderConfig, kl as VelocityEmail, aM as VerticalAlignment, V as VerticalDocking, hE as Video, ip as VideoData, a0 as ViewMode, aC as ViewRole, kM as VoiceChannel, kG as VoiceContentKeys, aD as VoteRole, dP as WebComponentData, t as WebComponentDataElementType, kv as WebFeedChannel, kp as WebFeedContentKeys, oh as WebhookComponentData, W as WebhookIdentityType, lc as WidgetAsContent, ek as WidgetBehavior, p4 as WidgetComponent, cT as WidgetComponentData, fk as WidgetComponentOptions, lI as WidgetData, ej as WidgetDetails, cV as WidgetDisplay, h as WidgetHorizontal, dI as WidgetInstallation, dF as WidgetInstallationSettings, dG as WidgetInstallationSettingsTargetContainerOneOf, db as WidgetOutOfIframeComponentData, eM as WidgetPluginComponentData, lM as WidgetSize, lN as WidgetSizeHeight, lO as WidgetSizeWidth, fG as WidgetSlot, g as WidgetVertical, i as WidgetWidthType, bY as Width, al as WidthType, fm as WixApiOptions, bQ as WixCodePublishTaskName, dO as WixDependency, na as WixFile, br as WixFileComponentType, nb as WixFileComponentTypeOptionsOneOf, h8 as WixOfferingComponentData, h9 as WixOfferingComponentDataOfferingOneOf, iY as WixPagesDomainMapping, kd as WixUserData, kb as WixUsersData, dl as WorkerComponentData, pq as WritingMode, c9 as WritingModeValue, n7 as _Array, n8 as _ArrayComponentTypeOptionsOneOf, n5 as _Boolean, n6 as _BooleanComponentTypeOptionsOneOf, eA as _Date, nY as _Function, pA as _Number, n9 as _Object, n1 as _String, n2 as _StringComponentTypeOptionsOneOf } from './data-extensions-v1-data-extension-schema-schemas.universal-W5JlJR4f.js';
|
|
4
|
+
|
|
5
|
+
declare function createDataExtensionSchema$1(httpClient: HttpClient): CreateDataExtensionSchemaSignature;
|
|
6
|
+
interface CreateDataExtensionSchemaSignature {
|
|
7
|
+
/**
|
|
8
|
+
* Creates a user-defined data extension schema.
|
|
9
|
+
* @param - Schema to create.
|
|
10
|
+
* @returns Created schema.
|
|
11
|
+
*/
|
|
12
|
+
(dataExtensionSchema: DataExtensionSchema): Promise<DataExtensionSchema>;
|
|
13
|
+
}
|
|
14
|
+
declare function updateDataExtensionSchema$1(httpClient: HttpClient): UpdateDataExtensionSchemaSignature;
|
|
15
|
+
interface UpdateDataExtensionSchemaSignature {
|
|
16
|
+
/**
|
|
17
|
+
* Updates a user-defined data extension schema, overriding the existing data.
|
|
18
|
+
* @param - Schema to update.
|
|
19
|
+
* @param - Field options. The following fields **must** be passed: `_id`, `jsonSchema`, `revision`.
|
|
20
|
+
*/
|
|
21
|
+
(dataExtensionSchema: DataExtensionSchema): Promise<UpdateDataExtensionSchemaResponse>;
|
|
22
|
+
}
|
|
23
|
+
declare function listDataExtensionSchemas$1(httpClient: HttpClient): ListDataExtensionSchemasSignature;
|
|
24
|
+
interface ListDataExtensionSchemasSignature {
|
|
25
|
+
/**
|
|
26
|
+
* Retrieves a list of global and user-defined data extension schemas for a given FQDN.
|
|
27
|
+
* @param - [Fully qualified domain name](https://dev.wix.com/docs/rest/articles/getting-started/fqdns).
|
|
28
|
+
*/
|
|
29
|
+
(fqdn: string, options?: ListDataExtensionSchemasOptions | undefined): Promise<ListDataExtensionSchemasResponse>;
|
|
30
|
+
}
|
|
31
|
+
declare function deleteByWhiteListedMetaSite$1(httpClient: HttpClient): DeleteByWhiteListedMetaSiteSignature;
|
|
32
|
+
interface DeleteByWhiteListedMetaSiteSignature {
|
|
33
|
+
/**
|
|
34
|
+
* Deletes schemas of whitelisted metasite ids
|
|
35
|
+
* @param - Meta site id
|
|
36
|
+
*/
|
|
37
|
+
(metaSiteId: string): Promise<DeleteByWhiteListedMetaSiteResponse>;
|
|
38
|
+
}
|
|
39
|
+
declare const onDataExtensionSchemaCreated$1: EventDefinition<DataExtensionSchemaCreatedEnvelope, "wix.data_extensions.v1.data_extension_schema_created">;
|
|
40
|
+
declare const onDataExtensionSchemaDeleted$1: EventDefinition<DataExtensionSchemaDeletedEnvelope, "wix.data_extensions.v1.data_extension_schema_deleted">;
|
|
41
|
+
declare const onDataExtensionSchemaUpdated$1: EventDefinition<DataExtensionSchemaUpdatedEnvelope, "wix.data_extensions.v1.data_extension_schema_updated">;
|
|
42
|
+
|
|
43
|
+
declare const createDataExtensionSchema: MaybeContext<BuildRESTFunction<typeof createDataExtensionSchema$1> & typeof createDataExtensionSchema$1>;
|
|
44
|
+
declare const updateDataExtensionSchema: MaybeContext<BuildRESTFunction<typeof updateDataExtensionSchema$1> & typeof updateDataExtensionSchema$1>;
|
|
45
|
+
declare const listDataExtensionSchemas: MaybeContext<BuildRESTFunction<typeof listDataExtensionSchemas$1> & typeof listDataExtensionSchemas$1>;
|
|
46
|
+
declare const deleteByWhiteListedMetaSite: MaybeContext<BuildRESTFunction<typeof deleteByWhiteListedMetaSite$1> & typeof deleteByWhiteListedMetaSite$1>;
|
|
47
|
+
/**
|
|
48
|
+
* Triggered when a data extension schema is created.
|
|
49
|
+
*/
|
|
50
|
+
declare const onDataExtensionSchemaCreated: BuildEventDefinition<typeof onDataExtensionSchemaCreated$1>;
|
|
51
|
+
/**
|
|
52
|
+
* Triggered when a data extension schema is deleted.
|
|
53
|
+
*/
|
|
54
|
+
declare const onDataExtensionSchemaDeleted: BuildEventDefinition<typeof onDataExtensionSchemaDeleted$1>;
|
|
55
|
+
/**
|
|
56
|
+
* Triggered when a data extension schema is updated.
|
|
57
|
+
*/
|
|
58
|
+
declare const onDataExtensionSchemaUpdated: BuildEventDefinition<typeof onDataExtensionSchemaUpdated$1>;
|
|
59
|
+
|
|
60
|
+
export { DataExtensionSchema, DataExtensionSchemaCreatedEnvelope, DataExtensionSchemaDeletedEnvelope, DataExtensionSchemaUpdatedEnvelope, DeleteByWhiteListedMetaSiteResponse, ListDataExtensionSchemasOptions, ListDataExtensionSchemasResponse, UpdateDataExtensionSchemaResponse, createDataExtensionSchema, deleteByWhiteListedMetaSite, listDataExtensionSchemas, onDataExtensionSchemaCreated, onDataExtensionSchemaDeleted, onDataExtensionSchemaUpdated, updateDataExtensionSchema };
|
|
@@ -599,6 +599,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
599
599
|
ComponentType2["BACKEND_WORKER"] = "BACKEND_WORKER";
|
|
600
600
|
ComponentType2["EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER"] = "EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER";
|
|
601
601
|
ComponentType2["WIX_HOSTING_APP_ENVIRONMENT_PROVIDER"] = "WIX_HOSTING_APP_ENVIRONMENT_PROVIDER";
|
|
602
|
+
ComponentType2["SDK_EXPORTS"] = "SDK_EXPORTS";
|
|
602
603
|
return ComponentType2;
|
|
603
604
|
})(ComponentType || {});
|
|
604
605
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -1989,6 +1990,7 @@ var CssDataType = /* @__PURE__ */ ((CssDataType2) => {
|
|
|
1989
1990
|
CssDataType2["blendMode"] = "blendMode";
|
|
1990
1991
|
CssDataType2["customEnum"] = "customEnum";
|
|
1991
1992
|
CssDataType2["string"] = "string";
|
|
1993
|
+
CssDataType2["time"] = "time";
|
|
1992
1994
|
return CssDataType2;
|
|
1993
1995
|
})(CssDataType || {});
|
|
1994
1996
|
var FilterFunction = /* @__PURE__ */ ((FilterFunction2) => {
|
|
@@ -2058,6 +2060,7 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
|
2058
2060
|
DataType2["container"] = "container";
|
|
2059
2061
|
DataType2["arrayItems"] = "arrayItems";
|
|
2060
2062
|
DataType2["direction"] = "direction";
|
|
2063
|
+
DataType2["menuItems"] = "menuItems";
|
|
2061
2064
|
return DataType2;
|
|
2062
2065
|
})(DataType || {});
|
|
2063
2066
|
var A11yAttributes = /* @__PURE__ */ ((A11yAttributes2) => {
|