@wix/bex-utils 1.28.0 → 1.30.0
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/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +33 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/{entitlement_policy_provider/com/wixpress/appservice/api/upstream/wix/entitlements → benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs}/spi/v1/policy_provider_spi.proto +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/reservations/v1/custom_reservation_approval.proto +14 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +6 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +5 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +19 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +6 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +8 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +24 -15
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +7 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +854 -3
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +7 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +183 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/index.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +7 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +854 -3
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +7 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +180 -0
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +3 -2
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +179 -1
- package/@wix/bi-logger-cairo-os/package.json +2 -2
- package/@wix/bi-logger-cairo-os/src/index.ts +6 -2
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +174 -0
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +854 -3
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +174 -0
- package/@wix/bi-logger-cairo-os/src/types.ts +187 -0
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +182 -1
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +4 -4
- package/package.json +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/entitlement_provider/com/wixpress/appservice/api/upstream/wix/entitlements/spi/v1/entitlement_provider_spi.proto +0 -19
|
@@ -92,10 +92,9 @@ declare namespace $wrapper {
|
|
|
92
92
|
PING_UOU_NOTIFICATION = "PING_UOU_NOTIFICATION",
|
|
93
93
|
HEADLESS_OAUTH = "HEADLESS_OAUTH",
|
|
94
94
|
ECOM_TAX_CALCULATOR_SPI = "ECOM_TAX_CALCULATOR_SPI",
|
|
95
|
-
ENTITLEMENT_PROVIDER = "ENTITLEMENT_PROVIDER",
|
|
96
95
|
COMMENTS_MODERATION_PROVIDER = "COMMENTS_MODERATION_PROVIDER",
|
|
97
96
|
GRID_APP_FILES_TRANSFORMER = "GRID_APP_FILES_TRANSFORMER",
|
|
98
|
-
|
|
97
|
+
BENEFIT_PROGRAMS_POLICY_PROVIDER = "BENEFIT_PROGRAMS_POLICY_PROVIDER",
|
|
99
98
|
PREMIUM_CUSTOM_CHARGES = "PREMIUM_CUSTOM_CHARGES",
|
|
100
99
|
ECOM_VALIDATIONS = "ECOM_VALIDATIONS",
|
|
101
100
|
COMPONENT_REFERENCE_DATA_PROVIDER = "COMPONENT_REFERENCE_DATA_PROVIDER",
|
|
@@ -107,6 +106,22 @@ declare namespace $wrapper {
|
|
|
107
106
|
PING_SETTINGS_GROUP = "PING_SETTINGS_GROUP",
|
|
108
107
|
FORMS_SPAM_SUBMISSIONS_PROVIDER = "FORMS_SPAM_SUBMISSIONS_PROVIDER",
|
|
109
108
|
EDITOR_ADDON = "EDITOR_ADDON",
|
|
109
|
+
EXTERNAL_DATABASE_PROVIDER = "EXTERNAL_DATABASE_PROVIDER",
|
|
110
|
+
ECOM_PAYMENT_SETTINGS = "ECOM_PAYMENT_SETTINGS",
|
|
111
|
+
NOTIFICATION_TOPIC = "NOTIFICATION_TOPIC",
|
|
112
|
+
NOTIFICATION_PREFERENCES_FILTER_PROVIDER = "NOTIFICATION_PREFERENCES_FILTER_PROVIDER",
|
|
113
|
+
BOOKINGS_RESOURCE_TYPES_PROVIDER = "BOOKINGS_RESOURCE_TYPES_PROVIDER",
|
|
114
|
+
PRICING_PLANS_FORM_CONFIGURATION = "PRICING_PLANS_FORM_CONFIGURATION",
|
|
115
|
+
USER_NOTIFICATION = "USER_NOTIFICATION",
|
|
116
|
+
CONTACT_NOTIFICATION = "CONTACT_NOTIFICATION",
|
|
117
|
+
UNIFIED_PAGE = "UNIFIED_PAGE",
|
|
118
|
+
AVAILABILITY_TIME_SLOTS_CONFIGURATION_PROVIDER = "AVAILABILITY_TIME_SLOTS_CONFIGURATION_PROVIDER",
|
|
119
|
+
PROPOSAL_EDITOR_PROVIDER = "PROPOSAL_EDITOR_PROVIDER",
|
|
120
|
+
CUSTOM_TABLE_RESERVATIONS_PROVIDER = "CUSTOM_TABLE_RESERVATIONS_PROVIDER",
|
|
121
|
+
COMMENTS_CONTEXT_PROVIDER = "COMMENTS_CONTEXT_PROVIDER",
|
|
122
|
+
FORMS_SPAM_SUBMISSION_REPORTS_PROVIDER = "FORMS_SPAM_SUBMISSION_REPORTS_PROVIDER",
|
|
123
|
+
AUTOMATIONS_VELO_ACTION_PROVIDER = "AUTOMATIONS_VELO_ACTION_PROVIDER",
|
|
124
|
+
CALENDAR_EVENT_TYPE_PROVIDER = "CALENDAR_EVENT_TYPE_PROVIDER",
|
|
110
125
|
}
|
|
111
126
|
export interface IDisplayProperties {
|
|
112
127
|
top?: ($wrapper.com.wixpress.appservice.api.IDisplayValue | null);
|
|
@@ -268,6 +283,10 @@ declare namespace $wrapper {
|
|
|
268
283
|
FINANCIALS_INTERNAL_BO = "FINANCIALS_INTERNAL_BO",
|
|
269
284
|
FED_GUILD_POC = "FED_GUILD_POC",
|
|
270
285
|
STUDIO_DASHBOARD = "STUDIO_DASHBOARD",
|
|
286
|
+
CHANNELS = "CHANNELS",
|
|
287
|
+
DATA_TOOLS = "DATA_TOOLS",
|
|
288
|
+
PSP_BACKOFFICE = "PSP_BACKOFFICE",
|
|
289
|
+
RISE_PLATFORM_ACCOUNT_DASHBOARD = "RISE_PLATFORM_ACCOUNT_DASHBOARD",
|
|
271
290
|
}
|
|
272
291
|
export interface IBackOfficeScriptAsset {
|
|
273
292
|
url?: (string | null);
|
|
@@ -426,10 +445,9 @@ declare namespace $wrapper {
|
|
|
426
445
|
pingUouNotification?: ($wrapper.com.wixpress.appservice.api.IPingNotificationComponentData | null);
|
|
427
446
|
headlessOauth?: ($wrapper.com.wixpress.appservice.api.IHeadlessOAuth | null);
|
|
428
447
|
ecomTaxCalculatorSpi?: ($wrapper.com.wixpress.appservice.api.upstream.wix.billing.spi.v1.ITaxCalculatorSpiConfig | null);
|
|
429
|
-
entitlementProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.entitlements.spi.v1.IEntitlementConfig | null);
|
|
430
448
|
commentsModerationProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.comments.ng.v1.spi.ICommentModerationProviderConfig | null);
|
|
431
449
|
gridAppFilesTransformer?: ($wrapper.com.wixpress.appservice.api.upstream.wix.velo.ide.spi.v1.IGridAppFilesTransformerConfig | null);
|
|
432
|
-
|
|
450
|
+
benefitProgramsPolicyProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.benefit_programs.spi.v1.IPolicyConfig | null);
|
|
433
451
|
premiumCustomCharges?: ($wrapper.com.wixpress.appservice.api.upstream.spi.wix.premium.customcharges.spi.v1.ICustomChargesConfig | null);
|
|
434
452
|
ecomValidations?: ($wrapper.com.wixpress.appservice.api.upstream.com.wix.ecommerce.validations_spi.v1.IValidationsSPIConfig | null);
|
|
435
453
|
componentReferenceDataProvider?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.wix.devcenter.apps.components.reference.data.IComponentReferenceDataConfig | null);
|
|
@@ -441,6 +459,22 @@ declare namespace $wrapper {
|
|
|
441
459
|
pingSettingsGroup?: ($wrapper.com.wixpress.appservice.api.IPingSettingsGroupComponentData | null);
|
|
442
460
|
formsSpamSubmissionsProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormSpamSubmissionSpiConfig | null);
|
|
443
461
|
editorAddon?: ($wrapper.com.wixpress.appservice.api.IEditorAddon | null);
|
|
462
|
+
externalDatabaseProvider?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.cloud.externaldatabasespi.v1.IExternalDatabaseSpiConfig | null);
|
|
463
|
+
ecomPaymentSettings?: ($wrapper.com.wixpress.appservice.api.upstream.com.wix.ecommerce.payment_settings_spi.v1.IPaymentSettingsSPIConfig | null);
|
|
464
|
+
notificationTopic?: ($wrapper.com.wixpress.appservice.api.INotificationTopic | null);
|
|
465
|
+
notificationPreferencesFilterProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.notifications.preferences.v1.notification_preferences_filter_spi.INotificationPreferencesFilterConfig | null);
|
|
466
|
+
bookingsResourceTypesProvider?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.bookings.resources.spi.v2.IBookingsResourceTypesProviderConfig | null);
|
|
467
|
+
pricingPlansFormConfiguration?: ($wrapper.com.wixpress.appservice.api.IPricingPlansFormConfiguration | null);
|
|
468
|
+
userNotification?: ($wrapper.com.wixpress.appservice.api.IUserNotification | null);
|
|
469
|
+
contactNotification?: ($wrapper.com.wixpress.appservice.api.IContactNotification | null);
|
|
470
|
+
unifiedPage?: ($wrapper.com.wixpress.appservice.api.IUnifiedPage | null);
|
|
471
|
+
availabilityTimeSlotsConfigurationProvider?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2.IAvailabilityTimeSlotsProviderConfig | null);
|
|
472
|
+
proposalEditorProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.proposals.spi.v1.IProposalEditorProviderConfig | null);
|
|
473
|
+
customTableReservationsProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.reservations.v1.ITableReservationsConfig | null);
|
|
474
|
+
commentsContextProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.comments.context.v1.spi.ICommentsContextProviderConfig | null);
|
|
475
|
+
formsSpamSubmissionReportsProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormSpamSubmissionReportSpiConfig | null);
|
|
476
|
+
automationsVeloActionProvider?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.velo_spi.v1.IVeloActionConfig | null);
|
|
477
|
+
calendarEventTypeProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.calendar.events.spi.v3.IEventTypeProviderConfig | null);
|
|
444
478
|
}
|
|
445
479
|
export class ComponentData implements IComponentData {
|
|
446
480
|
constructor(data?: IComponentData);
|
|
@@ -524,10 +558,9 @@ declare namespace $wrapper {
|
|
|
524
558
|
pingUouNotification?: ($wrapper.com.wixpress.appservice.api.IPingNotificationComponentData | null);
|
|
525
559
|
headlessOauth?: ($wrapper.com.wixpress.appservice.api.IHeadlessOAuth | null);
|
|
526
560
|
ecomTaxCalculatorSpi?: ($wrapper.com.wixpress.appservice.api.upstream.wix.billing.spi.v1.ITaxCalculatorSpiConfig | null);
|
|
527
|
-
entitlementProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.entitlements.spi.v1.IEntitlementConfig | null);
|
|
528
561
|
commentsModerationProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.comments.ng.v1.spi.ICommentModerationProviderConfig | null);
|
|
529
562
|
gridAppFilesTransformer?: ($wrapper.com.wixpress.appservice.api.upstream.wix.velo.ide.spi.v1.IGridAppFilesTransformerConfig | null);
|
|
530
|
-
|
|
563
|
+
benefitProgramsPolicyProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.benefit_programs.spi.v1.IPolicyConfig | null);
|
|
531
564
|
premiumCustomCharges?: ($wrapper.com.wixpress.appservice.api.upstream.spi.wix.premium.customcharges.spi.v1.ICustomChargesConfig | null);
|
|
532
565
|
ecomValidations?: ($wrapper.com.wixpress.appservice.api.upstream.com.wix.ecommerce.validations_spi.v1.IValidationsSPIConfig | null);
|
|
533
566
|
componentReferenceDataProvider?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.wix.devcenter.apps.components.reference.data.IComponentReferenceDataConfig | null);
|
|
@@ -539,6 +572,22 @@ declare namespace $wrapper {
|
|
|
539
572
|
pingSettingsGroup?: ($wrapper.com.wixpress.appservice.api.IPingSettingsGroupComponentData | null);
|
|
540
573
|
formsSpamSubmissionsProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormSpamSubmissionSpiConfig | null);
|
|
541
574
|
editorAddon?: ($wrapper.com.wixpress.appservice.api.IEditorAddon | null);
|
|
575
|
+
externalDatabaseProvider?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.cloud.externaldatabasespi.v1.IExternalDatabaseSpiConfig | null);
|
|
576
|
+
ecomPaymentSettings?: ($wrapper.com.wixpress.appservice.api.upstream.com.wix.ecommerce.payment_settings_spi.v1.IPaymentSettingsSPIConfig | null);
|
|
577
|
+
notificationTopic?: ($wrapper.com.wixpress.appservice.api.INotificationTopic | null);
|
|
578
|
+
notificationPreferencesFilterProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.notifications.preferences.v1.notification_preferences_filter_spi.INotificationPreferencesFilterConfig | null);
|
|
579
|
+
bookingsResourceTypesProvider?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.bookings.resources.spi.v2.IBookingsResourceTypesProviderConfig | null);
|
|
580
|
+
pricingPlansFormConfiguration?: ($wrapper.com.wixpress.appservice.api.IPricingPlansFormConfiguration | null);
|
|
581
|
+
userNotification?: ($wrapper.com.wixpress.appservice.api.IUserNotification | null);
|
|
582
|
+
contactNotification?: ($wrapper.com.wixpress.appservice.api.IContactNotification | null);
|
|
583
|
+
unifiedPage?: ($wrapper.com.wixpress.appservice.api.IUnifiedPage | null);
|
|
584
|
+
availabilityTimeSlotsConfigurationProvider?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2.IAvailabilityTimeSlotsProviderConfig | null);
|
|
585
|
+
proposalEditorProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.proposals.spi.v1.IProposalEditorProviderConfig | null);
|
|
586
|
+
customTableReservationsProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.reservations.v1.ITableReservationsConfig | null);
|
|
587
|
+
commentsContextProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.comments.context.v1.spi.ICommentsContextProviderConfig | null);
|
|
588
|
+
formsSpamSubmissionReportsProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormSpamSubmissionReportSpiConfig | null);
|
|
589
|
+
automationsVeloActionProvider?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.velo_spi.v1.IVeloActionConfig | null);
|
|
590
|
+
calendarEventTypeProvider?: ($wrapper.com.wixpress.appservice.api.upstream.wix.calendar.events.spi.v3.IEventTypeProviderConfig | null);
|
|
542
591
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
543
592
|
}
|
|
544
593
|
export enum ExtensionType {
|
|
@@ -776,11 +825,13 @@ declare namespace $wrapper {
|
|
|
776
825
|
export interface IBackOfficeMenuItem {
|
|
777
826
|
iconKey?: (string | null);
|
|
778
827
|
action?: ($wrapper.com.wixpress.appservice.api.BackOfficeMenuItem.IAction | null);
|
|
828
|
+
subtitle?: (string | null);
|
|
779
829
|
}
|
|
780
830
|
export class BackOfficeMenuItem implements IBackOfficeMenuItem {
|
|
781
831
|
constructor(data?: IBackOfficeMenuItem);
|
|
782
832
|
iconKey?: (string | null);
|
|
783
833
|
action?: ($wrapper.com.wixpress.appservice.api.BackOfficeMenuItem.IAction | null);
|
|
834
|
+
subtitle?: (string | null);
|
|
784
835
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
785
836
|
}
|
|
786
837
|
export namespace BackOfficeMenuItem {
|
|
@@ -959,18 +1010,44 @@ declare namespace $wrapper {
|
|
|
959
1010
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
960
1011
|
}
|
|
961
1012
|
export interface IEditorAddon {
|
|
962
|
-
marketData?: ($wrapper.com.wixpress.appservice.api.EditorAddon.IAddonMarketData | null);
|
|
963
1013
|
editorScriptUrl?: (string | null);
|
|
964
|
-
|
|
1014
|
+
toolPanelConfig?: ($wrapper.com.wixpress.appservice.api.EditorAddon.IToolPanelConfig | null);
|
|
1015
|
+
marketData?: ($wrapper.com.wixpress.appservice.api.EditorAddon.IAddonMarketData | null);
|
|
965
1016
|
}
|
|
966
1017
|
export class EditorAddon implements IEditorAddon {
|
|
967
1018
|
constructor(data?: IEditorAddon);
|
|
968
|
-
marketData?: ($wrapper.com.wixpress.appservice.api.EditorAddon.IAddonMarketData | null);
|
|
969
1019
|
editorScriptUrl?: (string | null);
|
|
970
|
-
|
|
1020
|
+
toolPanelConfig?: ($wrapper.com.wixpress.appservice.api.EditorAddon.IToolPanelConfig | null);
|
|
1021
|
+
marketData?: ($wrapper.com.wixpress.appservice.api.EditorAddon.IAddonMarketData | null);
|
|
971
1022
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
972
1023
|
}
|
|
973
1024
|
export namespace EditorAddon {
|
|
1025
|
+
export interface IToolPanelConfig {
|
|
1026
|
+
url?: (string | null);
|
|
1027
|
+
width?: (string | null);
|
|
1028
|
+
height?: (string | null);
|
|
1029
|
+
initialPosition?: ($wrapper.com.wixpress.appservice.api.EditorAddon.ToolPanelConfig.IInitialPosition | null);
|
|
1030
|
+
}
|
|
1031
|
+
export class ToolPanelConfig implements IToolPanelConfig {
|
|
1032
|
+
constructor(data?: IToolPanelConfig);
|
|
1033
|
+
url?: (string | null);
|
|
1034
|
+
width?: (string | null);
|
|
1035
|
+
height?: (string | null);
|
|
1036
|
+
initialPosition?: ($wrapper.com.wixpress.appservice.api.EditorAddon.ToolPanelConfig.IInitialPosition | null);
|
|
1037
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1038
|
+
}
|
|
1039
|
+
export namespace ToolPanelConfig {
|
|
1040
|
+
export interface IInitialPosition {
|
|
1041
|
+
x?: (string | null);
|
|
1042
|
+
y?: (string | null);
|
|
1043
|
+
}
|
|
1044
|
+
export class InitialPosition implements IInitialPosition {
|
|
1045
|
+
constructor(data?: IInitialPosition);
|
|
1046
|
+
x?: (string | null);
|
|
1047
|
+
y?: (string | null);
|
|
1048
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
974
1051
|
export interface IAddonMarketData {
|
|
975
1052
|
name?: (string | null);
|
|
976
1053
|
description?: (string | null);
|
|
@@ -1148,6 +1225,16 @@ declare namespace $wrapper {
|
|
|
1148
1225
|
mobile?: ($wrapper.com.wixpress.appservice.api.IDisplayProperties | null);
|
|
1149
1226
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1150
1227
|
}
|
|
1228
|
+
export interface IPageReplace {
|
|
1229
|
+
appId?: (string | null);
|
|
1230
|
+
pageId?: (string | null);
|
|
1231
|
+
}
|
|
1232
|
+
export class PageReplace implements IPageReplace {
|
|
1233
|
+
constructor(data?: IPageReplace);
|
|
1234
|
+
appId?: (string | null);
|
|
1235
|
+
pageId?: (string | null);
|
|
1236
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1237
|
+
}
|
|
1151
1238
|
export interface IPageReplaceOptions {
|
|
1152
1239
|
type?: ($wrapper.com.wixpress.appservice.api.PageReplaceOptions.ReplacementType | null);
|
|
1153
1240
|
replacingOptions?: ($wrapper.com.wixpress.appservice.api.PageReplaceOptions.IReplacingOptions | null);
|
|
@@ -1183,16 +1270,6 @@ declare namespace $wrapper {
|
|
|
1183
1270
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1184
1271
|
}
|
|
1185
1272
|
}
|
|
1186
|
-
export interface IPageReplace {
|
|
1187
|
-
appId?: (string | null);
|
|
1188
|
-
pageId?: (string | null);
|
|
1189
|
-
}
|
|
1190
|
-
export class PageReplace implements IPageReplace {
|
|
1191
|
-
constructor(data?: IPageReplace);
|
|
1192
|
-
appId?: (string | null);
|
|
1193
|
-
pageId?: (string | null);
|
|
1194
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1195
|
-
}
|
|
1196
1273
|
export interface IPageOutOfIframeComponentData {
|
|
1197
1274
|
componentUrl?: (string | null);
|
|
1198
1275
|
controllerUrl?: (string | null);
|
|
@@ -1205,6 +1282,7 @@ declare namespace $wrapper {
|
|
|
1205
1282
|
settingsEndpointUrlV1Template?: (string | null);
|
|
1206
1283
|
noCssComponentUrlTemplate?: (string | null);
|
|
1207
1284
|
noCssComponentUrl?: (string | null);
|
|
1285
|
+
cssPerBreakpoint?: (boolean | null);
|
|
1208
1286
|
}
|
|
1209
1287
|
export class PageOutOfIframeComponentData implements IPageOutOfIframeComponentData {
|
|
1210
1288
|
constructor(data?: IPageOutOfIframeComponentData);
|
|
@@ -1219,6 +1297,7 @@ declare namespace $wrapper {
|
|
|
1219
1297
|
settingsEndpointUrlV1Template?: (string | null);
|
|
1220
1298
|
noCssComponentUrlTemplate?: (string | null);
|
|
1221
1299
|
noCssComponentUrl?: (string | null);
|
|
1300
|
+
cssPerBreakpoint?: (boolean | null);
|
|
1222
1301
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1223
1302
|
}
|
|
1224
1303
|
export interface IOutOfIframeData {
|
|
@@ -1252,11 +1331,13 @@ declare namespace $wrapper {
|
|
|
1252
1331
|
export interface ISlot {
|
|
1253
1332
|
slotRole?: (string | null);
|
|
1254
1333
|
pluginInterfaces?: ($wrapper.com.wixpress.appservice.api.PluginInterface[] | null);
|
|
1334
|
+
slotId?: (string | null);
|
|
1255
1335
|
}
|
|
1256
1336
|
export class Slot implements ISlot {
|
|
1257
1337
|
constructor(data?: ISlot);
|
|
1258
1338
|
slotRole?: (string | null);
|
|
1259
1339
|
pluginInterfaces?: ($wrapper.com.wixpress.appservice.api.PluginInterface[] | null);
|
|
1340
|
+
slotId?: (string | null);
|
|
1260
1341
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1261
1342
|
}
|
|
1262
1343
|
export enum PluginInterface {
|
|
@@ -1269,6 +1350,9 @@ declare namespace $wrapper {
|
|
|
1269
1350
|
RATINGS_SUMMARY_OOI_LIST = "RATINGS_SUMMARY_OOI_LIST",
|
|
1270
1351
|
BOOKINGS_SERVICE = "BOOKINGS_SERVICE",
|
|
1271
1352
|
CHECKOUT_WIDGET = "CHECKOUT_WIDGET",
|
|
1353
|
+
EVENT_DETAILS = "EVENT_DETAILS",
|
|
1354
|
+
BOOKINGS_FORM = "BOOKINGS_FORM",
|
|
1355
|
+
BASE = "BASE",
|
|
1272
1356
|
}
|
|
1273
1357
|
export interface IPlatfromComponentData {
|
|
1274
1358
|
editorScriptUrl?: (string | null);
|
|
@@ -1408,6 +1492,8 @@ declare namespace $wrapper {
|
|
|
1408
1492
|
presetsInfo?: ($wrapper.com.wixpress.appservice.api.IPresetInfo[] | null);
|
|
1409
1493
|
installationSettings?: ($wrapper.com.wixpress.appservice.api.IInstallationSettings | null);
|
|
1410
1494
|
editorPresence?: ($wrapper.com.wixpress.appservice.api.IEditorPresence | null);
|
|
1495
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInfo | null);
|
|
1496
|
+
installation?: ($wrapper.com.wixpress.appservice.api.IWidgetInstallationSettings | null);
|
|
1411
1497
|
}
|
|
1412
1498
|
export class StudioWidgetComponentData implements IStudioWidgetComponentData {
|
|
1413
1499
|
constructor(data?: IStudioWidgetComponentData);
|
|
@@ -1428,6 +1514,8 @@ declare namespace $wrapper {
|
|
|
1428
1514
|
presetsInfo?: ($wrapper.com.wixpress.appservice.api.IPresetInfo[] | null);
|
|
1429
1515
|
installationSettings?: ($wrapper.com.wixpress.appservice.api.IInstallationSettings | null);
|
|
1430
1516
|
editorPresence?: ($wrapper.com.wixpress.appservice.api.IEditorPresence | null);
|
|
1517
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInfo | null);
|
|
1518
|
+
installation?: ($wrapper.com.wixpress.appservice.api.IWidgetInstallationSettings | null);
|
|
1431
1519
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1432
1520
|
}
|
|
1433
1521
|
export interface IStudioWidgetVariation {
|
|
@@ -1496,6 +1584,55 @@ declare namespace $wrapper {
|
|
|
1496
1584
|
mobilePresetId?: (string | null);
|
|
1497
1585
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1498
1586
|
}
|
|
1587
|
+
export interface IWidgetInstallationSettings {
|
|
1588
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInstallation | null);
|
|
1589
|
+
widget?: ($wrapper.com.wixpress.appservice.api.IWidgetInstallation | null);
|
|
1590
|
+
}
|
|
1591
|
+
export class WidgetInstallationSettings implements IWidgetInstallationSettings {
|
|
1592
|
+
constructor(data?: IWidgetInstallationSettings);
|
|
1593
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInstallation | null);
|
|
1594
|
+
widget?: ($wrapper.com.wixpress.appservice.api.IWidgetInstallation | null);
|
|
1595
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1596
|
+
}
|
|
1597
|
+
export interface IWidgetInstallation {
|
|
1598
|
+
defaultPreset?: ($wrapper.com.wixpress.appservice.api.IMainPresets | null);
|
|
1599
|
+
region?: ($wrapper.com.wixpress.appservice.api.WidgetInstallation.RegionType | null);
|
|
1600
|
+
}
|
|
1601
|
+
export class WidgetInstallation implements IWidgetInstallation {
|
|
1602
|
+
constructor(data?: IWidgetInstallation);
|
|
1603
|
+
defaultPreset?: ($wrapper.com.wixpress.appservice.api.IMainPresets | null);
|
|
1604
|
+
region?: ($wrapper.com.wixpress.appservice.api.WidgetInstallation.RegionType | null);
|
|
1605
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1606
|
+
}
|
|
1607
|
+
export namespace WidgetInstallation {
|
|
1608
|
+
export enum RegionType {
|
|
1609
|
+
HEADER = "HEADER",
|
|
1610
|
+
BODY = "BODY",
|
|
1611
|
+
FOOTER = "FOOTER",
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
export interface IBaseInfo {
|
|
1615
|
+
name?: (string | null);
|
|
1616
|
+
id?: (string | null);
|
|
1617
|
+
}
|
|
1618
|
+
export class BaseInfo implements IBaseInfo {
|
|
1619
|
+
constructor(data?: IBaseInfo);
|
|
1620
|
+
name?: (string | null);
|
|
1621
|
+
id?: (string | null);
|
|
1622
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1623
|
+
}
|
|
1624
|
+
export interface IBaseInstallation {
|
|
1625
|
+
autoAdd?: (boolean | null);
|
|
1626
|
+
essential?: (boolean | null);
|
|
1627
|
+
maxInstances?: (number | null);
|
|
1628
|
+
}
|
|
1629
|
+
export class BaseInstallation implements IBaseInstallation {
|
|
1630
|
+
constructor(data?: IBaseInstallation);
|
|
1631
|
+
autoAdd?: (boolean | null);
|
|
1632
|
+
essential?: (boolean | null);
|
|
1633
|
+
maxInstances?: (number | null);
|
|
1634
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1635
|
+
}
|
|
1499
1636
|
export interface IWebComponentData {
|
|
1500
1637
|
imagePreview?: (string | null);
|
|
1501
1638
|
size?: ($wrapper.com.wixpress.appservice.api.ISize | null);
|
|
@@ -1516,6 +1653,8 @@ declare namespace $wrapper {
|
|
|
1516
1653
|
essential?: (boolean | null);
|
|
1517
1654
|
excludeFromAutoRevoke?: (boolean | null);
|
|
1518
1655
|
widgetBehavior?: ($wrapper.com.wixpress.appservice.api.IWidgetBehavior | null);
|
|
1656
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInfo | null);
|
|
1657
|
+
installation?: ($wrapper.com.wixpress.appservice.api.IWidgetInstallationSettings | null);
|
|
1519
1658
|
}
|
|
1520
1659
|
export class WebComponentData implements IWebComponentData {
|
|
1521
1660
|
constructor(data?: IWebComponentData);
|
|
@@ -1538,6 +1677,8 @@ declare namespace $wrapper {
|
|
|
1538
1677
|
essential?: (boolean | null);
|
|
1539
1678
|
excludeFromAutoRevoke?: (boolean | null);
|
|
1540
1679
|
widgetBehavior?: ($wrapper.com.wixpress.appservice.api.IWidgetBehavior | null);
|
|
1680
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInfo | null);
|
|
1681
|
+
installation?: ($wrapper.com.wixpress.appservice.api.IWidgetInstallationSettings | null);
|
|
1541
1682
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1542
1683
|
}
|
|
1543
1684
|
export namespace WebComponentData {
|
|
@@ -2021,6 +2162,60 @@ declare namespace $wrapper {
|
|
|
2021
2162
|
duplicatable?: (boolean | null);
|
|
2022
2163
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2023
2164
|
}
|
|
2165
|
+
export interface IUnifiedPage {
|
|
2166
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInfo | null);
|
|
2167
|
+
installation?: ($wrapper.com.wixpress.appservice.api.IPageInstallationSettings | null);
|
|
2168
|
+
pageReplace?: ($wrapper.com.wixpress.appservice.api.IPageReplaceOptions | null);
|
|
2169
|
+
content?: ($wrapper.com.wixpress.appservice.api.IPageContent | null);
|
|
2170
|
+
}
|
|
2171
|
+
export class UnifiedPage implements IUnifiedPage {
|
|
2172
|
+
constructor(data?: IUnifiedPage);
|
|
2173
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInfo | null);
|
|
2174
|
+
installation?: ($wrapper.com.wixpress.appservice.api.IPageInstallationSettings | null);
|
|
2175
|
+
pageReplace?: ($wrapper.com.wixpress.appservice.api.IPageReplaceOptions | null);
|
|
2176
|
+
content?: ($wrapper.com.wixpress.appservice.api.IPageContent | null);
|
|
2177
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2178
|
+
}
|
|
2179
|
+
export interface IPageInstallationSettings {
|
|
2180
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInstallation | null);
|
|
2181
|
+
page?: ($wrapper.com.wixpress.appservice.api.IPageInstallation | null);
|
|
2182
|
+
}
|
|
2183
|
+
export class PageInstallationSettings implements IPageInstallationSettings {
|
|
2184
|
+
constructor(data?: IPageInstallationSettings);
|
|
2185
|
+
base?: ($wrapper.com.wixpress.appservice.api.IBaseInstallation | null);
|
|
2186
|
+
page?: ($wrapper.com.wixpress.appservice.api.IPageInstallation | null);
|
|
2187
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2188
|
+
}
|
|
2189
|
+
export interface IPageInstallation {
|
|
2190
|
+
slug?: (string | null);
|
|
2191
|
+
addToSiteMenu?: (boolean | null);
|
|
2192
|
+
linkable?: (boolean | null);
|
|
2193
|
+
}
|
|
2194
|
+
export class PageInstallation implements IPageInstallation {
|
|
2195
|
+
constructor(data?: IPageInstallation);
|
|
2196
|
+
slug?: (string | null);
|
|
2197
|
+
addToSiteMenu?: (boolean | null);
|
|
2198
|
+
linkable?: (boolean | null);
|
|
2199
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2200
|
+
}
|
|
2201
|
+
export interface IPageContent {
|
|
2202
|
+
widgets?: ($wrapper.com.wixpress.appservice.api.IWidgetAsContent[] | null);
|
|
2203
|
+
}
|
|
2204
|
+
export class PageContent implements IPageContent {
|
|
2205
|
+
constructor(data?: IPageContent);
|
|
2206
|
+
widgets?: ($wrapper.com.wixpress.appservice.api.IWidgetAsContent[] | null);
|
|
2207
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2208
|
+
}
|
|
2209
|
+
export interface IWidgetAsContent {
|
|
2210
|
+
widgetGuid?: (string | null);
|
|
2211
|
+
preset?: ($wrapper.com.wixpress.appservice.api.IMainPresets | null);
|
|
2212
|
+
}
|
|
2213
|
+
export class WidgetAsContent implements IWidgetAsContent {
|
|
2214
|
+
constructor(data?: IWidgetAsContent);
|
|
2215
|
+
widgetGuid?: (string | null);
|
|
2216
|
+
preset?: ($wrapper.com.wixpress.appservice.api.IMainPresets | null);
|
|
2217
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2218
|
+
}
|
|
2024
2219
|
export interface IWidgetComponentData {
|
|
2025
2220
|
fixedPositionOption?: ($wrapper.com.wixpress.appservice.api.IFixedPositionOptions | null);
|
|
2026
2221
|
widgetWidthType?: ($wrapper.com.wixpress.appservice.api.WidgetWidthType | null);
|
|
@@ -2144,6 +2339,7 @@ declare namespace $wrapper {
|
|
|
2144
2339
|
outOfIframeData?: ($wrapper.com.wixpress.appservice.api.IOutOfIframeData | null);
|
|
2145
2340
|
noCssComponentUrlTemplate?: (string | null);
|
|
2146
2341
|
noCssComponentUrl?: (string | null);
|
|
2342
|
+
cssPerBreakpoint?: (boolean | null);
|
|
2147
2343
|
}
|
|
2148
2344
|
export class WidgetOutOfIframeComponentData implements IWidgetOutOfIframeComponentData {
|
|
2149
2345
|
constructor(data?: IWidgetOutOfIframeComponentData);
|
|
@@ -2156,18 +2352,21 @@ declare namespace $wrapper {
|
|
|
2156
2352
|
outOfIframeData?: ($wrapper.com.wixpress.appservice.api.IOutOfIframeData | null);
|
|
2157
2353
|
noCssComponentUrlTemplate?: (string | null);
|
|
2158
2354
|
noCssComponentUrl?: (string | null);
|
|
2355
|
+
cssPerBreakpoint?: (boolean | null);
|
|
2159
2356
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2160
2357
|
}
|
|
2161
2358
|
export interface IWidgetPluginComponentData {
|
|
2162
2359
|
referenceComponentId?: (string | null);
|
|
2163
2360
|
pluginInterfaces?: ($wrapper.com.wixpress.appservice.api.PluginInterface[] | null);
|
|
2164
2361
|
marketData?: ($wrapper.com.wixpress.appservice.api.WidgetPluginComponentData.IPluginMarketData | null);
|
|
2362
|
+
placements?: ($wrapper.com.wixpress.appservice.api.WidgetPluginComponentData.IPluginPlacement[] | null);
|
|
2165
2363
|
}
|
|
2166
2364
|
export class WidgetPluginComponentData implements IWidgetPluginComponentData {
|
|
2167
2365
|
constructor(data?: IWidgetPluginComponentData);
|
|
2168
2366
|
referenceComponentId?: (string | null);
|
|
2169
2367
|
pluginInterfaces?: ($wrapper.com.wixpress.appservice.api.PluginInterface[] | null);
|
|
2170
2368
|
marketData?: ($wrapper.com.wixpress.appservice.api.WidgetPluginComponentData.IPluginMarketData | null);
|
|
2369
|
+
placements?: ($wrapper.com.wixpress.appservice.api.WidgetPluginComponentData.IPluginPlacement[] | null);
|
|
2171
2370
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2172
2371
|
}
|
|
2173
2372
|
export namespace WidgetPluginComponentData {
|
|
@@ -2183,6 +2382,18 @@ declare namespace $wrapper {
|
|
|
2183
2382
|
logoUrl?: (string | null);
|
|
2184
2383
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2185
2384
|
}
|
|
2385
|
+
export interface IPluginPlacement {
|
|
2386
|
+
appDefinitionId?: (string | null);
|
|
2387
|
+
widgetId?: (string | null);
|
|
2388
|
+
slotId?: (string | null);
|
|
2389
|
+
}
|
|
2390
|
+
export class PluginPlacement implements IPluginPlacement {
|
|
2391
|
+
constructor(data?: IPluginPlacement);
|
|
2392
|
+
appDefinitionId?: (string | null);
|
|
2393
|
+
widgetId?: (string | null);
|
|
2394
|
+
slotId?: (string | null);
|
|
2395
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2396
|
+
}
|
|
2186
2397
|
}
|
|
2187
2398
|
export interface IWorkerComponentData {
|
|
2188
2399
|
workerEndpointUrl?: (string | null);
|
|
@@ -2463,18 +2674,24 @@ declare namespace $wrapper {
|
|
|
2463
2674
|
displayName?: (string | null);
|
|
2464
2675
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2465
2676
|
}
|
|
2466
|
-
export interface ILocalDeliveryComponentData {
|
|
2467
|
-
registrationUrl?: (string | null);
|
|
2468
|
-
apiBaseUri?: (string | null);
|
|
2469
|
-
}
|
|
2470
|
-
export class LocalDeliveryComponentData implements ILocalDeliveryComponentData {
|
|
2471
|
-
constructor(data?: ILocalDeliveryComponentData);
|
|
2472
|
-
registrationUrl?: (string | null);
|
|
2473
|
-
apiBaseUri?: (string | null);
|
|
2474
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2475
|
-
}
|
|
2476
2677
|
export namespace upstream {
|
|
2477
2678
|
export namespace wix {
|
|
2679
|
+
export namespace proposals {
|
|
2680
|
+
export namespace spi {
|
|
2681
|
+
export namespace v1 {
|
|
2682
|
+
export interface IProposalEditorProviderConfig {
|
|
2683
|
+
deploymentUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
2684
|
+
providerName?: (string | null);
|
|
2685
|
+
}
|
|
2686
|
+
export class ProposalEditorProviderConfig implements IProposalEditorProviderConfig {
|
|
2687
|
+
constructor(data?: IProposalEditorProviderConfig);
|
|
2688
|
+
deploymentUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
2689
|
+
providerName?: (string | null);
|
|
2690
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2478
2695
|
export namespace invoices {
|
|
2479
2696
|
export namespace spi {
|
|
2480
2697
|
export namespace v1 {
|
|
@@ -2961,7 +3178,8 @@ declare namespace $wrapper {
|
|
|
2961
3178
|
permissions?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormsPermissions | null);
|
|
2962
3179
|
pendingByDefault?: (boolean | null);
|
|
2963
3180
|
manualContactMapping?: (boolean | null);
|
|
2964
|
-
|
|
3181
|
+
deletePendingAfterDays?: (number | null);
|
|
3182
|
+
submissionValidationEnabled?: (boolean | null);
|
|
2965
3183
|
}
|
|
2966
3184
|
export class FormsSubmissionsNamespaceConfig implements IFormsSubmissionsNamespaceConfig {
|
|
2967
3185
|
constructor(data?: IFormsSubmissionsNamespaceConfig);
|
|
@@ -2969,7 +3187,8 @@ declare namespace $wrapper {
|
|
|
2969
3187
|
permissions?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormsPermissions | null);
|
|
2970
3188
|
pendingByDefault?: (boolean | null);
|
|
2971
3189
|
manualContactMapping?: (boolean | null);
|
|
2972
|
-
|
|
3190
|
+
deletePendingAfterDays?: (number | null);
|
|
3191
|
+
submissionValidationEnabled?: (boolean | null);
|
|
2973
3192
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2974
3193
|
}
|
|
2975
3194
|
export interface IFormsPermissions {
|
|
@@ -3024,6 +3243,44 @@ declare namespace $wrapper {
|
|
|
3024
3243
|
reportNotSpam?: (string | null);
|
|
3025
3244
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3026
3245
|
}
|
|
3246
|
+
export interface IFormSpamSubmissionReportSpiConfig {
|
|
3247
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3248
|
+
namespaceConfigs?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormSpamSubmissionReportsNamespaceConfig[] | null);
|
|
3249
|
+
}
|
|
3250
|
+
export class FormSpamSubmissionReportSpiConfig implements IFormSpamSubmissionReportSpiConfig {
|
|
3251
|
+
constructor(data?: IFormSpamSubmissionReportSpiConfig);
|
|
3252
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3253
|
+
namespaceConfigs?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormSpamSubmissionReportsNamespaceConfig[] | null);
|
|
3254
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3255
|
+
}
|
|
3256
|
+
export interface IFormSpamSubmissionReportsNamespaceConfig {
|
|
3257
|
+
namespace?: (string | null);
|
|
3258
|
+
permissions?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormSpamSubmissionReportPermissions | null);
|
|
3259
|
+
}
|
|
3260
|
+
export class FormSpamSubmissionReportsNamespaceConfig implements IFormSpamSubmissionReportsNamespaceConfig {
|
|
3261
|
+
constructor(data?: IFormSpamSubmissionReportsNamespaceConfig);
|
|
3262
|
+
namespace?: (string | null);
|
|
3263
|
+
permissions?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormSpamSubmissionReportPermissions | null);
|
|
3264
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3265
|
+
}
|
|
3266
|
+
export interface IFormSpamSubmissionReportPermissions {
|
|
3267
|
+
create?: (string | null);
|
|
3268
|
+
delete?: (string | null);
|
|
3269
|
+
update?: (string | null);
|
|
3270
|
+
read?: (string | null);
|
|
3271
|
+
reportNotSpam?: (string | null);
|
|
3272
|
+
checkForSpam?: (string | null);
|
|
3273
|
+
}
|
|
3274
|
+
export class FormSpamSubmissionReportPermissions implements IFormSpamSubmissionReportPermissions {
|
|
3275
|
+
constructor(data?: IFormSpamSubmissionReportPermissions);
|
|
3276
|
+
create?: (string | null);
|
|
3277
|
+
delete?: (string | null);
|
|
3278
|
+
update?: (string | null);
|
|
3279
|
+
read?: (string | null);
|
|
3280
|
+
reportNotSpam?: (string | null);
|
|
3281
|
+
checkForSpam?: (string | null);
|
|
3282
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3283
|
+
}
|
|
3027
3284
|
export interface IFormSchemaSpiConfig {
|
|
3028
3285
|
deploymentUri?: (string | null);
|
|
3029
3286
|
namespaceConfigs?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormsSchemaNamespaceConfig[] | null);
|
|
@@ -3039,6 +3296,7 @@ declare namespace $wrapper {
|
|
|
3039
3296
|
permissions?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormsPermissions | null);
|
|
3040
3297
|
schemaValidationEnabled?: (boolean | null);
|
|
3041
3298
|
restrictions?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IRestrictions | null);
|
|
3299
|
+
multilingualEnabled?: (boolean | null);
|
|
3042
3300
|
}
|
|
3043
3301
|
export class FormsSchemaNamespaceConfig implements IFormsSchemaNamespaceConfig {
|
|
3044
3302
|
constructor(data?: IFormsSchemaNamespaceConfig);
|
|
@@ -3046,6 +3304,7 @@ declare namespace $wrapper {
|
|
|
3046
3304
|
permissions?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IFormsPermissions | null);
|
|
3047
3305
|
schemaValidationEnabled?: (boolean | null);
|
|
3048
3306
|
restrictions?: ($wrapper.com.wixpress.appservice.api.upstream.wix.forms.v4.IRestrictions | null);
|
|
3307
|
+
multilingualEnabled?: (boolean | null);
|
|
3049
3308
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3050
3309
|
}
|
|
3051
3310
|
export interface IRestrictions {
|
|
@@ -3138,19 +3397,9 @@ declare namespace $wrapper {
|
|
|
3138
3397
|
}
|
|
3139
3398
|
}
|
|
3140
3399
|
}
|
|
3141
|
-
export namespace
|
|
3400
|
+
export namespace benefit_programs {
|
|
3142
3401
|
export namespace spi {
|
|
3143
3402
|
export namespace v1 {
|
|
3144
|
-
export interface IEntitlementConfig {
|
|
3145
|
-
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3146
|
-
supportedTypes?: (string[] | null);
|
|
3147
|
-
}
|
|
3148
|
-
export class EntitlementConfig implements IEntitlementConfig {
|
|
3149
|
-
constructor(data?: IEntitlementConfig);
|
|
3150
|
-
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3151
|
-
supportedTypes?: (string[] | null);
|
|
3152
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3153
|
-
}
|
|
3154
3403
|
export interface IPolicyConfig {
|
|
3155
3404
|
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3156
3405
|
}
|
|
@@ -3189,6 +3438,30 @@ declare namespace $wrapper {
|
|
|
3189
3438
|
}
|
|
3190
3439
|
}
|
|
3191
3440
|
}
|
|
3441
|
+
export namespace context {
|
|
3442
|
+
export namespace v1 {
|
|
3443
|
+
export namespace spi {
|
|
3444
|
+
export interface ICommentsContextProviderConfig {
|
|
3445
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3446
|
+
environment?: ($wrapper.com.wixpress.appservice.api.upstream.wix.comments.context.v1.spi.CommentsContextProviderConfig.Environment | null);
|
|
3447
|
+
toggleResourceProviderEnabled?: (boolean | null);
|
|
3448
|
+
}
|
|
3449
|
+
export class CommentsContextProviderConfig implements ICommentsContextProviderConfig {
|
|
3450
|
+
constructor(data?: ICommentsContextProviderConfig);
|
|
3451
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3452
|
+
environment?: ($wrapper.com.wixpress.appservice.api.upstream.wix.comments.context.v1.spi.CommentsContextProviderConfig.Environment | null);
|
|
3453
|
+
toggleResourceProviderEnabled?: (boolean | null);
|
|
3454
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3455
|
+
}
|
|
3456
|
+
export namespace CommentsContextProviderConfig {
|
|
3457
|
+
export enum Environment {
|
|
3458
|
+
LIVE_SITE = "LIVE_SITE",
|
|
3459
|
+
BUSINESS_MANAGER = "BUSINESS_MANAGER",
|
|
3460
|
+
}
|
|
3461
|
+
}
|
|
3462
|
+
}
|
|
3463
|
+
}
|
|
3464
|
+
}
|
|
3192
3465
|
}
|
|
3193
3466
|
export namespace velo {
|
|
3194
3467
|
export namespace ide {
|
|
@@ -3220,11 +3493,13 @@ declare namespace $wrapper {
|
|
|
3220
3493
|
export interface IReviewsProductCatalogProviderConfig {
|
|
3221
3494
|
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3222
3495
|
namespace?: (string | null);
|
|
3496
|
+
isVerifiedReviewsEnabled?: (boolean | null);
|
|
3223
3497
|
}
|
|
3224
3498
|
export class ReviewsProductCatalogProviderConfig implements IReviewsProductCatalogProviderConfig {
|
|
3225
3499
|
constructor(data?: IReviewsProductCatalogProviderConfig);
|
|
3226
3500
|
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3227
3501
|
namespace?: (string | null);
|
|
3502
|
+
isVerifiedReviewsEnabled?: (boolean | null);
|
|
3228
3503
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3229
3504
|
}
|
|
3230
3505
|
}
|
|
@@ -3232,6 +3507,60 @@ declare namespace $wrapper {
|
|
|
3232
3507
|
}
|
|
3233
3508
|
}
|
|
3234
3509
|
}
|
|
3510
|
+
export namespace notifications {
|
|
3511
|
+
export namespace preferences {
|
|
3512
|
+
export namespace v1 {
|
|
3513
|
+
export namespace notification_preferences_filter_spi {
|
|
3514
|
+
export interface INotificationPreferencesFilterConfig {
|
|
3515
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3516
|
+
}
|
|
3517
|
+
export class NotificationPreferencesFilterConfig implements INotificationPreferencesFilterConfig {
|
|
3518
|
+
constructor(data?: INotificationPreferencesFilterConfig);
|
|
3519
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3520
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3521
|
+
}
|
|
3522
|
+
}
|
|
3523
|
+
}
|
|
3524
|
+
}
|
|
3525
|
+
}
|
|
3526
|
+
export namespace reservations {
|
|
3527
|
+
export namespace v1 {
|
|
3528
|
+
export interface ITableReservationsConfig {
|
|
3529
|
+
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3530
|
+
name?: (string | null);
|
|
3531
|
+
}
|
|
3532
|
+
export class TableReservationsConfig implements ITableReservationsConfig {
|
|
3533
|
+
constructor(data?: ITableReservationsConfig);
|
|
3534
|
+
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3535
|
+
name?: (string | null);
|
|
3536
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3537
|
+
}
|
|
3538
|
+
}
|
|
3539
|
+
}
|
|
3540
|
+
export namespace calendar {
|
|
3541
|
+
export namespace events {
|
|
3542
|
+
export namespace spi {
|
|
3543
|
+
export namespace v3 {
|
|
3544
|
+
export interface IEventTypeProviderConfig {
|
|
3545
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3546
|
+
eventTypeName?: (string | null);
|
|
3547
|
+
eventTypeHiddenFromQuery?: (boolean | null);
|
|
3548
|
+
createCallbackEnabled?: (boolean | null);
|
|
3549
|
+
updateCallbackEnabled?: (boolean | null);
|
|
3550
|
+
}
|
|
3551
|
+
export class EventTypeProviderConfig implements IEventTypeProviderConfig {
|
|
3552
|
+
constructor(data?: IEventTypeProviderConfig);
|
|
3553
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3554
|
+
eventTypeName?: (string | null);
|
|
3555
|
+
eventTypeHiddenFromQuery?: (boolean | null);
|
|
3556
|
+
createCallbackEnabled?: (boolean | null);
|
|
3557
|
+
updateCallbackEnabled?: (boolean | null);
|
|
3558
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3559
|
+
}
|
|
3560
|
+
}
|
|
3561
|
+
}
|
|
3562
|
+
}
|
|
3563
|
+
}
|
|
3235
3564
|
}
|
|
3236
3565
|
export namespace com {
|
|
3237
3566
|
export namespace wixpress {
|
|
@@ -3296,6 +3625,7 @@ declare namespace $wrapper {
|
|
|
3296
3625
|
onBeforeSave?: (boolean | null);
|
|
3297
3626
|
onReset?: (boolean | null);
|
|
3298
3627
|
onDelete?: (boolean | null);
|
|
3628
|
+
generateActionInputMappingFromTemplate?: (boolean | null);
|
|
3299
3629
|
}
|
|
3300
3630
|
export class ImplementedMethods implements IImplementedMethods {
|
|
3301
3631
|
constructor(data?: IImplementedMethods);
|
|
@@ -3306,6 +3636,7 @@ declare namespace $wrapper {
|
|
|
3306
3636
|
onBeforeSave?: (boolean | null);
|
|
3307
3637
|
onReset?: (boolean | null);
|
|
3308
3638
|
onDelete?: (boolean | null);
|
|
3639
|
+
generateActionInputMappingFromTemplate?: (boolean | null);
|
|
3309
3640
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3310
3641
|
}
|
|
3311
3642
|
export enum ExecutionType {
|
|
@@ -3375,39 +3706,19 @@ declare namespace $wrapper {
|
|
|
3375
3706
|
}
|
|
3376
3707
|
}
|
|
3377
3708
|
}
|
|
3378
|
-
export namespace
|
|
3379
|
-
export namespace
|
|
3380
|
-
export
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
}
|
|
3389
|
-
}
|
|
3390
|
-
export namespace multilingual {
|
|
3391
|
-
export namespace sitetranslator {
|
|
3392
|
-
export namespace spi {
|
|
3393
|
-
export namespace v1 {
|
|
3394
|
-
export interface IContentProviderConfig {
|
|
3395
|
-
deploymentUri?: (string | null);
|
|
3396
|
-
providerName?: (string | null);
|
|
3397
|
-
maximumReadingBulkSize?: ($wrapper.google.protobuf.IInt32Value | null);
|
|
3398
|
-
}
|
|
3399
|
-
export class ContentProviderConfig implements IContentProviderConfig {
|
|
3400
|
-
constructor(data?: IContentProviderConfig);
|
|
3401
|
-
deploymentUri?: (string | null);
|
|
3402
|
-
providerName?: (string | null);
|
|
3403
|
-
maximumReadingBulkSize?: ($wrapper.google.protobuf.IInt32Value | null);
|
|
3404
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3405
|
-
}
|
|
3709
|
+
export namespace automations {
|
|
3710
|
+
export namespace velo_spi {
|
|
3711
|
+
export namespace v1 {
|
|
3712
|
+
export interface IVeloActionConfig {
|
|
3713
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3714
|
+
}
|
|
3715
|
+
export class VeloActionConfig implements IVeloActionConfig {
|
|
3716
|
+
constructor(data?: IVeloActionConfig);
|
|
3717
|
+
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3718
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3406
3719
|
}
|
|
3407
3720
|
}
|
|
3408
3721
|
}
|
|
3409
|
-
}
|
|
3410
|
-
export namespace automations {
|
|
3411
3722
|
export namespace service {
|
|
3412
3723
|
export interface IApplicationAutomationComponent {
|
|
3413
3724
|
rule?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.IRule | null);
|
|
@@ -3436,6 +3747,7 @@ declare namespace $wrapper {
|
|
|
3436
3747
|
alwaysActive?: (boolean | null);
|
|
3437
3748
|
schedulingModificationDisabled?: (boolean | null);
|
|
3438
3749
|
actionRemovalDisabled?: (boolean | null);
|
|
3750
|
+
actionConditionsEditingDisabled?: (boolean | null);
|
|
3439
3751
|
}
|
|
3440
3752
|
export class AutomationMetadata implements IAutomationMetadata {
|
|
3441
3753
|
constructor(data?: IAutomationMetadata);
|
|
@@ -3443,6 +3755,7 @@ declare namespace $wrapper {
|
|
|
3443
3755
|
alwaysActive?: (boolean | null);
|
|
3444
3756
|
schedulingModificationDisabled?: (boolean | null);
|
|
3445
3757
|
actionRemovalDisabled?: (boolean | null);
|
|
3758
|
+
actionConditionsEditingDisabled?: (boolean | null);
|
|
3446
3759
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3447
3760
|
}
|
|
3448
3761
|
export interface IRule {
|
|
@@ -3502,6 +3815,7 @@ declare namespace $wrapper {
|
|
|
3502
3815
|
delay?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.IDelay | null);
|
|
3503
3816
|
rateLimit?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.IRateLimit | null);
|
|
3504
3817
|
condition?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.ICondition | null);
|
|
3818
|
+
conditions?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.IConditions | null);
|
|
3505
3819
|
}
|
|
3506
3820
|
export class Action implements IAction {
|
|
3507
3821
|
constructor(data?: IAction);
|
|
@@ -3513,9 +3827,35 @@ declare namespace $wrapper {
|
|
|
3513
3827
|
delay?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.IDelay | null);
|
|
3514
3828
|
rateLimit?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.IRateLimit | null);
|
|
3515
3829
|
condition?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.ICondition | null);
|
|
3830
|
+
conditions?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.IConditions | null);
|
|
3516
3831
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3517
3832
|
}
|
|
3518
3833
|
export namespace Action {
|
|
3834
|
+
export interface IConditions {
|
|
3835
|
+
conditionBlocks?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.Conditions.IConditionBlock[] | null);
|
|
3836
|
+
}
|
|
3837
|
+
export class Conditions implements IConditions {
|
|
3838
|
+
constructor(data?: IConditions);
|
|
3839
|
+
conditionBlocks?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.Conditions.IConditionBlock[] | null);
|
|
3840
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3841
|
+
}
|
|
3842
|
+
export namespace Conditions {
|
|
3843
|
+
export interface IConditionBlock {
|
|
3844
|
+
type?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.Conditions.BlockType | null);
|
|
3845
|
+
lineExpressions?: (string[] | null);
|
|
3846
|
+
}
|
|
3847
|
+
export class ConditionBlock implements IConditionBlock {
|
|
3848
|
+
constructor(data?: IConditionBlock);
|
|
3849
|
+
type?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.Conditions.BlockType | null);
|
|
3850
|
+
lineExpressions?: (string[] | null);
|
|
3851
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3852
|
+
}
|
|
3853
|
+
export enum BlockType {
|
|
3854
|
+
UNKNOWN = "UNKNOWN",
|
|
3855
|
+
OR = "OR",
|
|
3856
|
+
AND = "AND",
|
|
3857
|
+
}
|
|
3858
|
+
}
|
|
3519
3859
|
export interface IDelay {
|
|
3520
3860
|
for?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.Delay.IOffset | null);
|
|
3521
3861
|
until?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.automations.service.Action.Delay.IUntil | null);
|
|
@@ -3571,6 +3911,38 @@ declare namespace $wrapper {
|
|
|
3571
3911
|
}
|
|
3572
3912
|
}
|
|
3573
3913
|
}
|
|
3914
|
+
export namespace ecom {
|
|
3915
|
+
export namespace scopes {
|
|
3916
|
+
export interface ICustomScopeConfig {
|
|
3917
|
+
deploymentUri?: (string | null);
|
|
3918
|
+
}
|
|
3919
|
+
export class CustomScopeConfig implements ICustomScopeConfig {
|
|
3920
|
+
constructor(data?: ICustomScopeConfig);
|
|
3921
|
+
deploymentUri?: (string | null);
|
|
3922
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3923
|
+
}
|
|
3924
|
+
}
|
|
3925
|
+
}
|
|
3926
|
+
export namespace multilingual {
|
|
3927
|
+
export namespace sitetranslator {
|
|
3928
|
+
export namespace spi {
|
|
3929
|
+
export namespace v1 {
|
|
3930
|
+
export interface IContentProviderConfig {
|
|
3931
|
+
deploymentUri?: (string | null);
|
|
3932
|
+
providerName?: (string | null);
|
|
3933
|
+
maximumReadingBulkSize?: ($wrapper.google.protobuf.IInt32Value | null);
|
|
3934
|
+
}
|
|
3935
|
+
export class ContentProviderConfig implements IContentProviderConfig {
|
|
3936
|
+
constructor(data?: IContentProviderConfig);
|
|
3937
|
+
deploymentUri?: (string | null);
|
|
3938
|
+
providerName?: (string | null);
|
|
3939
|
+
maximumReadingBulkSize?: ($wrapper.google.protobuf.IInt32Value | null);
|
|
3940
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3941
|
+
}
|
|
3942
|
+
}
|
|
3943
|
+
}
|
|
3944
|
+
}
|
|
3945
|
+
}
|
|
3574
3946
|
export namespace bookings {
|
|
3575
3947
|
export namespace pricing {
|
|
3576
3948
|
export namespace spi {
|
|
@@ -3588,21 +3960,61 @@ declare namespace $wrapper {
|
|
|
3588
3960
|
}
|
|
3589
3961
|
}
|
|
3590
3962
|
}
|
|
3591
|
-
|
|
3592
|
-
export namespace portfolio {
|
|
3593
|
-
export namespace syncedprojects {
|
|
3963
|
+
export namespace resources {
|
|
3594
3964
|
export namespace spi {
|
|
3595
|
-
export
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3965
|
+
export namespace v2 {
|
|
3966
|
+
export interface IBookingsResourceTypesProviderConfig {
|
|
3967
|
+
bookingsResourceTypes?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.bookings.resources.spi.v2.IBookingsResourceType[] | null);
|
|
3968
|
+
}
|
|
3969
|
+
export class BookingsResourceTypesProviderConfig implements IBookingsResourceTypesProviderConfig {
|
|
3970
|
+
constructor(data?: IBookingsResourceTypesProviderConfig);
|
|
3971
|
+
bookingsResourceTypes?: ($wrapper.com.wixpress.appservice.api.upstream.com.wixpress.bookings.resources.spi.v2.IBookingsResourceType[] | null);
|
|
3972
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3973
|
+
}
|
|
3974
|
+
export interface IBookingsResourceType {
|
|
3975
|
+
id?: (string | null);
|
|
3976
|
+
name?: (string | null);
|
|
3977
|
+
}
|
|
3978
|
+
export class BookingsResourceType implements IBookingsResourceType {
|
|
3979
|
+
constructor(data?: IBookingsResourceType);
|
|
3980
|
+
id?: (string | null);
|
|
3981
|
+
name?: (string | null);
|
|
3982
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3983
|
+
}
|
|
3599
3984
|
}
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3985
|
+
}
|
|
3986
|
+
}
|
|
3987
|
+
export namespace availability {
|
|
3988
|
+
export namespace spi {
|
|
3989
|
+
export namespace v2 {
|
|
3990
|
+
export interface IAvailabilityTimeSlotsProviderConfig {
|
|
3991
|
+
deploymentUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3992
|
+
providerName?: (string | null);
|
|
3993
|
+
}
|
|
3994
|
+
export class AvailabilityTimeSlotsProviderConfig implements IAvailabilityTimeSlotsProviderConfig {
|
|
3995
|
+
constructor(data?: IAvailabilityTimeSlotsProviderConfig);
|
|
3996
|
+
deploymentUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
3997
|
+
providerName?: (string | null);
|
|
3998
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3999
|
+
}
|
|
4000
|
+
}
|
|
4001
|
+
}
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
export namespace portfolio {
|
|
4005
|
+
export namespace syncedprojects {
|
|
4006
|
+
export namespace spi {
|
|
4007
|
+
export interface ISyncedProjectsProviderConfig {
|
|
4008
|
+
baseUri?: (string | null);
|
|
4009
|
+
providerName?: (string | null);
|
|
4010
|
+
projectSyncedFields?: (string[] | null);
|
|
4011
|
+
}
|
|
4012
|
+
export class SyncedProjectsProviderConfig implements ISyncedProjectsProviderConfig {
|
|
4013
|
+
constructor(data?: ISyncedProjectsProviderConfig);
|
|
4014
|
+
baseUri?: (string | null);
|
|
4015
|
+
providerName?: (string | null);
|
|
4016
|
+
projectSyncedFields?: (string[] | null);
|
|
4017
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3606
4018
|
}
|
|
3607
4019
|
}
|
|
3608
4020
|
}
|
|
@@ -3804,6 +4216,22 @@ declare namespace $wrapper {
|
|
|
3804
4216
|
}
|
|
3805
4217
|
}
|
|
3806
4218
|
}
|
|
4219
|
+
export namespace cloud {
|
|
4220
|
+
export namespace externaldatabasespi {
|
|
4221
|
+
export namespace v1 {
|
|
4222
|
+
export interface IExternalDatabaseSpiConfig {
|
|
4223
|
+
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
4224
|
+
namespace?: (string | null);
|
|
4225
|
+
}
|
|
4226
|
+
export class ExternalDatabaseSpiConfig implements IExternalDatabaseSpiConfig {
|
|
4227
|
+
constructor(data?: IExternalDatabaseSpiConfig);
|
|
4228
|
+
uriConfig?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
4229
|
+
namespace?: (string | null);
|
|
4230
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4231
|
+
}
|
|
4232
|
+
}
|
|
4233
|
+
}
|
|
4234
|
+
}
|
|
3807
4235
|
}
|
|
3808
4236
|
export namespace wix {
|
|
3809
4237
|
export namespace ecom {
|
|
@@ -4038,16 +4466,28 @@ declare namespace $wrapper {
|
|
|
4038
4466
|
}
|
|
4039
4467
|
}
|
|
4040
4468
|
}
|
|
4469
|
+
export namespace payment_settings_spi {
|
|
4470
|
+
export namespace v1 {
|
|
4471
|
+
export interface IPaymentSettingsSPIConfig {
|
|
4472
|
+
deploymentUri?: (string | null);
|
|
4473
|
+
fallbackValueForRequires3dSecure?: (boolean | null);
|
|
4474
|
+
}
|
|
4475
|
+
export class PaymentSettingsSPIConfig implements IPaymentSettingsSPIConfig {
|
|
4476
|
+
constructor(data?: IPaymentSettingsSPIConfig);
|
|
4477
|
+
deploymentUri?: (string | null);
|
|
4478
|
+
fallbackValueForRequires3dSecure?: (boolean | null);
|
|
4479
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4480
|
+
}
|
|
4481
|
+
}
|
|
4482
|
+
}
|
|
4041
4483
|
export namespace validations_spi {
|
|
4042
4484
|
export namespace v1 {
|
|
4043
4485
|
export interface IValidationsSPIConfig {
|
|
4044
|
-
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
4045
4486
|
validateInCart?: (boolean | null);
|
|
4046
4487
|
deploymentUri?: (string | null);
|
|
4047
4488
|
}
|
|
4048
4489
|
export class ValidationsSPIConfig implements IValidationsSPIConfig {
|
|
4049
4490
|
constructor(data?: IValidationsSPIConfig);
|
|
4050
|
-
baseUri?: ($wrapper.wix.common.spi.ISpiBaseUri | null);
|
|
4051
4491
|
validateInCart?: (boolean | null);
|
|
4052
4492
|
deploymentUri?: (string | null);
|
|
4053
4493
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
@@ -4221,6 +4661,7 @@ declare namespace $wrapper {
|
|
|
4221
4661
|
contentData?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig.IContentData | null);
|
|
4222
4662
|
additionalStepInfo?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig.IAdditionalStepInfo | null);
|
|
4223
4663
|
supportedTags?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig.Tag[] | null);
|
|
4664
|
+
createNewItemInfo?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig.ICreateNewItemInfo | null);
|
|
4224
4665
|
}
|
|
4225
4666
|
export class ItemsSelectionProviderConfig implements IItemsSelectionProviderConfig {
|
|
4226
4667
|
constructor(data?: IItemsSelectionProviderConfig);
|
|
@@ -4230,6 +4671,7 @@ declare namespace $wrapper {
|
|
|
4230
4671
|
contentData?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig.IContentData | null);
|
|
4231
4672
|
additionalStepInfo?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig.IAdditionalStepInfo | null);
|
|
4232
4673
|
supportedTags?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig.Tag[] | null);
|
|
4674
|
+
createNewItemInfo?: ($wrapper.com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig.ICreateNewItemInfo | null);
|
|
4233
4675
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4234
4676
|
}
|
|
4235
4677
|
export namespace ItemsSelectionProviderConfig {
|
|
@@ -4252,6 +4694,14 @@ declare namespace $wrapper {
|
|
|
4252
4694
|
hideItemNote?: (boolean | null);
|
|
4253
4695
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4254
4696
|
}
|
|
4697
|
+
export interface ICreateNewItemInfo {
|
|
4698
|
+
widgetId?: (string | null);
|
|
4699
|
+
}
|
|
4700
|
+
export class CreateNewItemInfo implements ICreateNewItemInfo {
|
|
4701
|
+
constructor(data?: ICreateNewItemInfo);
|
|
4702
|
+
widgetId?: (string | null);
|
|
4703
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4704
|
+
}
|
|
4255
4705
|
export interface IContentData {
|
|
4256
4706
|
iconKey?: (string | null);
|
|
4257
4707
|
providerName?: (string | null);
|
|
@@ -4332,6 +4782,16 @@ declare namespace $wrapper {
|
|
|
4332
4782
|
}
|
|
4333
4783
|
}
|
|
4334
4784
|
}
|
|
4785
|
+
export interface ILocalDeliveryComponentData {
|
|
4786
|
+
registrationUrl?: (string | null);
|
|
4787
|
+
apiBaseUri?: (string | null);
|
|
4788
|
+
}
|
|
4789
|
+
export class LocalDeliveryComponentData implements ILocalDeliveryComponentData {
|
|
4790
|
+
constructor(data?: ILocalDeliveryComponentData);
|
|
4791
|
+
registrationUrl?: (string | null);
|
|
4792
|
+
apiBaseUri?: (string | null);
|
|
4793
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4794
|
+
}
|
|
4335
4795
|
export interface IDataExtensionsComponentData {
|
|
4336
4796
|
schemas?: ({ [k: string]: string } | null);
|
|
4337
4797
|
fqdn?: (string | null);
|
|
@@ -4384,6 +4844,8 @@ declare namespace $wrapper {
|
|
|
4384
4844
|
baseUri?: (string | null);
|
|
4385
4845
|
referenceId?: (string | null);
|
|
4386
4846
|
referenceData?: ($wrapper.com.wixpress.appservice.api.ICustomRefData | null);
|
|
4847
|
+
priceMultiplier?: (number | null);
|
|
4848
|
+
responsePrefix?: (string | null);
|
|
4387
4849
|
}
|
|
4388
4850
|
export class DevCenterTestingComponentData implements IDevCenterTestingComponentData {
|
|
4389
4851
|
constructor(data?: IDevCenterTestingComponentData);
|
|
@@ -4396,6 +4858,8 @@ declare namespace $wrapper {
|
|
|
4396
4858
|
baseUri?: (string | null);
|
|
4397
4859
|
referenceId?: (string | null);
|
|
4398
4860
|
referenceData?: ($wrapper.com.wixpress.appservice.api.ICustomRefData | null);
|
|
4861
|
+
priceMultiplier?: (number | null);
|
|
4862
|
+
responsePrefix?: (string | null);
|
|
4399
4863
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4400
4864
|
}
|
|
4401
4865
|
export interface ICustomRefData {
|
|
@@ -4458,6 +4922,852 @@ declare namespace $wrapper {
|
|
|
4458
4922
|
ALWAYS_ON = "ALWAYS_ON",
|
|
4459
4923
|
}
|
|
4460
4924
|
}
|
|
4925
|
+
export interface IUserNotification {
|
|
4926
|
+
referenceId?: (string | null);
|
|
4927
|
+
referenceData?: ($wrapper.com.wixpress.appservice.api.IUserNotificationData | null);
|
|
4928
|
+
}
|
|
4929
|
+
export class UserNotification implements IUserNotification {
|
|
4930
|
+
constructor(data?: IUserNotification);
|
|
4931
|
+
referenceId?: (string | null);
|
|
4932
|
+
referenceData?: ($wrapper.com.wixpress.appservice.api.IUserNotificationData | null);
|
|
4933
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4934
|
+
}
|
|
4935
|
+
export interface IUserNotificationData {
|
|
4936
|
+
name?: (string | null);
|
|
4937
|
+
description?: (string | null);
|
|
4938
|
+
topicId?: (string | null);
|
|
4939
|
+
channels?: ($wrapper.com.wixpress.appservice.api.INotificationChannels | null);
|
|
4940
|
+
icon?: ($wrapper.com.wixpress.appservice.api.IIcon | null);
|
|
4941
|
+
intent?: ($wrapper.com.wixpress.appservice.api.Intent | null);
|
|
4942
|
+
limiterField?: ($wrapper.com.wixpress.appservice.api.ILimiterField | null);
|
|
4943
|
+
recipientFilter?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IRecipientFilter | null);
|
|
4944
|
+
initiator?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IInitiator | null);
|
|
4945
|
+
singleDeeplink?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IDeeplink | null);
|
|
4946
|
+
groupedDeeplink?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IDeeplink | null);
|
|
4947
|
+
context?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IContext | null);
|
|
4948
|
+
}
|
|
4949
|
+
export class UserNotificationData implements IUserNotificationData {
|
|
4950
|
+
constructor(data?: IUserNotificationData);
|
|
4951
|
+
name?: (string | null);
|
|
4952
|
+
description?: (string | null);
|
|
4953
|
+
topicId?: (string | null);
|
|
4954
|
+
channels?: ($wrapper.com.wixpress.appservice.api.INotificationChannels | null);
|
|
4955
|
+
icon?: ($wrapper.com.wixpress.appservice.api.IIcon | null);
|
|
4956
|
+
intent?: ($wrapper.com.wixpress.appservice.api.Intent | null);
|
|
4957
|
+
limiterField?: ($wrapper.com.wixpress.appservice.api.ILimiterField | null);
|
|
4958
|
+
recipientFilter?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IRecipientFilter | null);
|
|
4959
|
+
initiator?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IInitiator | null);
|
|
4960
|
+
singleDeeplink?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IDeeplink | null);
|
|
4961
|
+
groupedDeeplink?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IDeeplink | null);
|
|
4962
|
+
context?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.IContext | null);
|
|
4963
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4964
|
+
}
|
|
4965
|
+
export namespace UserNotificationData {
|
|
4966
|
+
export interface IRecipientFilter {
|
|
4967
|
+
type?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.RecipientFilter.Type | null);
|
|
4968
|
+
wixUsersData?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.RecipientFilter.IWixUsersData | null);
|
|
4969
|
+
siteContributorsData?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.RecipientFilter.ISiteContributorsData | null);
|
|
4970
|
+
}
|
|
4971
|
+
export class RecipientFilter implements IRecipientFilter {
|
|
4972
|
+
constructor(data?: IRecipientFilter);
|
|
4973
|
+
type?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.RecipientFilter.Type | null);
|
|
4974
|
+
wixUsersData?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.RecipientFilter.IWixUsersData | null);
|
|
4975
|
+
siteContributorsData?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.RecipientFilter.ISiteContributorsData | null);
|
|
4976
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4977
|
+
}
|
|
4978
|
+
export namespace RecipientFilter {
|
|
4979
|
+
export enum Type {
|
|
4980
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
4981
|
+
WIX_USERS = "WIX_USERS",
|
|
4982
|
+
SITE_CONTRIBUTORS = "SITE_CONTRIBUTORS",
|
|
4983
|
+
}
|
|
4984
|
+
export interface IWixUsersData {
|
|
4985
|
+
id?: ($wrapper.com.wixpress.appservice.api.ITypedDynamicParam | null);
|
|
4986
|
+
}
|
|
4987
|
+
export class WixUsersData implements IWixUsersData {
|
|
4988
|
+
constructor(data?: IWixUsersData);
|
|
4989
|
+
id?: ($wrapper.com.wixpress.appservice.api.ITypedDynamicParam | null);
|
|
4990
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4991
|
+
}
|
|
4992
|
+
export interface ISiteContributorsData {
|
|
4993
|
+
permissions?: (string[] | null);
|
|
4994
|
+
}
|
|
4995
|
+
export class SiteContributorsData implements ISiteContributorsData {
|
|
4996
|
+
constructor(data?: ISiteContributorsData);
|
|
4997
|
+
permissions?: (string[] | null);
|
|
4998
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4999
|
+
}
|
|
5000
|
+
}
|
|
5001
|
+
export interface IInitiator {
|
|
5002
|
+
type?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.Initiator.Type | null);
|
|
5003
|
+
wixUserData?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.Initiator.IWixUserData | null);
|
|
5004
|
+
}
|
|
5005
|
+
export class Initiator implements IInitiator {
|
|
5006
|
+
constructor(data?: IInitiator);
|
|
5007
|
+
type?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.Initiator.Type | null);
|
|
5008
|
+
wixUserData?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.Initiator.IWixUserData | null);
|
|
5009
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5010
|
+
}
|
|
5011
|
+
export namespace Initiator {
|
|
5012
|
+
export enum Type {
|
|
5013
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
5014
|
+
WIX_USER = "WIX_USER",
|
|
5015
|
+
WIX_APP = "WIX_APP",
|
|
5016
|
+
}
|
|
5017
|
+
export interface IWixUserData {
|
|
5018
|
+
dynamicParamName?: (string | null);
|
|
5019
|
+
}
|
|
5020
|
+
export class WixUserData implements IWixUserData {
|
|
5021
|
+
constructor(data?: IWixUserData);
|
|
5022
|
+
dynamicParamName?: (string | null);
|
|
5023
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5024
|
+
}
|
|
5025
|
+
}
|
|
5026
|
+
export interface IDeeplink {
|
|
5027
|
+
url?: ($wrapper.com.wixpress.appservice.api.IUrl | null);
|
|
5028
|
+
backoffice?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.Deeplink.IBackofficeActionDeeplink | null);
|
|
5029
|
+
}
|
|
5030
|
+
export class Deeplink implements IDeeplink {
|
|
5031
|
+
constructor(data?: IDeeplink);
|
|
5032
|
+
url?: ($wrapper.com.wixpress.appservice.api.IUrl | null);
|
|
5033
|
+
backoffice?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.Deeplink.IBackofficeActionDeeplink | null);
|
|
5034
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5035
|
+
}
|
|
5036
|
+
export namespace Deeplink {
|
|
5037
|
+
export interface IBackofficeActionDeeplink {
|
|
5038
|
+
appId?: (string | null);
|
|
5039
|
+
params?: ({ [k: string]: $wrapper.com.wixpress.appservice.api.IConstOrDynamicParam } | null);
|
|
5040
|
+
}
|
|
5041
|
+
export class BackofficeActionDeeplink implements IBackofficeActionDeeplink {
|
|
5042
|
+
constructor(data?: IBackofficeActionDeeplink);
|
|
5043
|
+
appId?: (string | null);
|
|
5044
|
+
params?: ({ [k: string]: $wrapper.com.wixpress.appservice.api.IConstOrDynamicParam });
|
|
5045
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5046
|
+
}
|
|
5047
|
+
}
|
|
5048
|
+
export interface IContext {
|
|
5049
|
+
level?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.Context.Level | null);
|
|
5050
|
+
params?: ({ [k: string]: $wrapper.com.wixpress.appservice.api.IOrderValue } | null);
|
|
5051
|
+
}
|
|
5052
|
+
export class Context implements IContext {
|
|
5053
|
+
constructor(data?: IContext);
|
|
5054
|
+
level?: ($wrapper.com.wixpress.appservice.api.UserNotificationData.Context.Level | null);
|
|
5055
|
+
params?: ({ [k: string]: $wrapper.com.wixpress.appservice.api.IOrderValue });
|
|
5056
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5057
|
+
}
|
|
5058
|
+
export namespace Context {
|
|
5059
|
+
export enum Level {
|
|
5060
|
+
UNKNOWN_LEVEL = "UNKNOWN_LEVEL",
|
|
5061
|
+
ACCOUNT = "ACCOUNT",
|
|
5062
|
+
USER = "USER",
|
|
5063
|
+
SITE = "SITE",
|
|
5064
|
+
}
|
|
5065
|
+
}
|
|
5066
|
+
}
|
|
5067
|
+
export interface INotificationChannels {
|
|
5068
|
+
email?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IEmailChannel | null);
|
|
5069
|
+
feed?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IFeedChannels | null);
|
|
5070
|
+
mobilePush?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IMobilePushChannel | null);
|
|
5071
|
+
voice?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IVoiceChannel | null);
|
|
5072
|
+
sms?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.ISmsChannel | null);
|
|
5073
|
+
browserPush?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IBrowserPushChannel | null);
|
|
5074
|
+
contentMap?: ({ [k: string]: string } | null);
|
|
5075
|
+
}
|
|
5076
|
+
export class NotificationChannels implements INotificationChannels {
|
|
5077
|
+
constructor(data?: INotificationChannels);
|
|
5078
|
+
email?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IEmailChannel | null);
|
|
5079
|
+
feed?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IFeedChannels | null);
|
|
5080
|
+
mobilePush?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IMobilePushChannel | null);
|
|
5081
|
+
voice?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IVoiceChannel | null);
|
|
5082
|
+
sms?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.ISmsChannel | null);
|
|
5083
|
+
browserPush?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IBrowserPushChannel | null);
|
|
5084
|
+
contentMap?: ({ [k: string]: string });
|
|
5085
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5086
|
+
}
|
|
5087
|
+
export namespace NotificationChannels {
|
|
5088
|
+
export interface IEmailChannel {
|
|
5089
|
+
config?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.EmailChannel.IEmailTemplateConfig | null);
|
|
5090
|
+
}
|
|
5091
|
+
export class EmailChannel implements IEmailChannel {
|
|
5092
|
+
constructor(data?: IEmailChannel);
|
|
5093
|
+
config?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.EmailChannel.IEmailTemplateConfig | null);
|
|
5094
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5095
|
+
}
|
|
5096
|
+
export namespace EmailChannel {
|
|
5097
|
+
export interface IEmailTemplateConfig {
|
|
5098
|
+
responsysEmail?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.EmailChannel.EmailTemplateConfig.IResponsysEmail | null);
|
|
5099
|
+
velocityEmail?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.EmailChannel.EmailTemplateConfig.IVelocityEmail | null);
|
|
5100
|
+
shoutoutEmail?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.EmailChannel.EmailTemplateConfig.IShoutoutEmail | null);
|
|
5101
|
+
}
|
|
5102
|
+
export class EmailTemplateConfig implements IEmailTemplateConfig {
|
|
5103
|
+
constructor(data?: IEmailTemplateConfig);
|
|
5104
|
+
responsysEmail?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.EmailChannel.EmailTemplateConfig.IResponsysEmail | null);
|
|
5105
|
+
velocityEmail?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.EmailChannel.EmailTemplateConfig.IVelocityEmail | null);
|
|
5106
|
+
shoutoutEmail?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.EmailChannel.EmailTemplateConfig.IShoutoutEmail | null);
|
|
5107
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5108
|
+
}
|
|
5109
|
+
export namespace EmailTemplateConfig {
|
|
5110
|
+
export interface IResponsysEmail {
|
|
5111
|
+
responsysTemplate?: (string | null);
|
|
5112
|
+
}
|
|
5113
|
+
export class ResponsysEmail implements IResponsysEmail {
|
|
5114
|
+
constructor(data?: IResponsysEmail);
|
|
5115
|
+
responsysTemplate?: (string | null);
|
|
5116
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5117
|
+
}
|
|
5118
|
+
export interface IVelocityEmail {
|
|
5119
|
+
velocityModuleName?: (string | null);
|
|
5120
|
+
templateFile?: (string | null);
|
|
5121
|
+
}
|
|
5122
|
+
export class VelocityEmail implements IVelocityEmail {
|
|
5123
|
+
constructor(data?: IVelocityEmail);
|
|
5124
|
+
velocityModuleName?: (string | null);
|
|
5125
|
+
templateFile?: (string | null);
|
|
5126
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5127
|
+
}
|
|
5128
|
+
export interface IShoutoutEmail {
|
|
5129
|
+
templateId?: (string | null);
|
|
5130
|
+
streamBy?: (string | null);
|
|
5131
|
+
templateMsid?: (string | null);
|
|
5132
|
+
}
|
|
5133
|
+
export class ShoutoutEmail implements IShoutoutEmail {
|
|
5134
|
+
constructor(data?: IShoutoutEmail);
|
|
5135
|
+
templateId?: (string | null);
|
|
5136
|
+
streamBy?: (string | null);
|
|
5137
|
+
templateMsid?: (string | null);
|
|
5138
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5139
|
+
}
|
|
5140
|
+
}
|
|
5141
|
+
}
|
|
5142
|
+
export interface IFeedChannels {
|
|
5143
|
+
webFeed?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.IWebFeedChannel | null);
|
|
5144
|
+
mobileFeed?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.IMobileFeedChannel | null);
|
|
5145
|
+
config?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.IFeedChannelsConfig | null);
|
|
5146
|
+
}
|
|
5147
|
+
export class FeedChannels implements IFeedChannels {
|
|
5148
|
+
constructor(data?: IFeedChannels);
|
|
5149
|
+
webFeed?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.IWebFeedChannel | null);
|
|
5150
|
+
mobileFeed?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.IMobileFeedChannel | null);
|
|
5151
|
+
config?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.IFeedChannelsConfig | null);
|
|
5152
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5153
|
+
}
|
|
5154
|
+
export namespace FeedChannels {
|
|
5155
|
+
export interface IWebFeedChannel {
|
|
5156
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.WebFeedChannel.IWebFeedContentKeys | null);
|
|
5157
|
+
}
|
|
5158
|
+
export class WebFeedChannel implements IWebFeedChannel {
|
|
5159
|
+
constructor(data?: IWebFeedChannel);
|
|
5160
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.WebFeedChannel.IWebFeedContentKeys | null);
|
|
5161
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5162
|
+
}
|
|
5163
|
+
export namespace WebFeedChannel {
|
|
5164
|
+
export interface IWebFeedContentKeys {
|
|
5165
|
+
title?: (string | null);
|
|
5166
|
+
message?: (string | null);
|
|
5167
|
+
action?: (string | null);
|
|
5168
|
+
groupOfTwoMessage?: (string | null);
|
|
5169
|
+
groupOfManyMessage?: (string | null);
|
|
5170
|
+
groupOfManyAction?: (string | null);
|
|
5171
|
+
}
|
|
5172
|
+
export class WebFeedContentKeys implements IWebFeedContentKeys {
|
|
5173
|
+
constructor(data?: IWebFeedContentKeys);
|
|
5174
|
+
title?: (string | null);
|
|
5175
|
+
message?: (string | null);
|
|
5176
|
+
action?: (string | null);
|
|
5177
|
+
groupOfTwoMessage?: (string | null);
|
|
5178
|
+
groupOfManyMessage?: (string | null);
|
|
5179
|
+
groupOfManyAction?: (string | null);
|
|
5180
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5181
|
+
}
|
|
5182
|
+
}
|
|
5183
|
+
export interface IMobileFeedChannel {
|
|
5184
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.MobileFeedChannel.IMobileFeedContentKeys | null);
|
|
5185
|
+
}
|
|
5186
|
+
export class MobileFeedChannel implements IMobileFeedChannel {
|
|
5187
|
+
constructor(data?: IMobileFeedChannel);
|
|
5188
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.MobileFeedChannel.IMobileFeedContentKeys | null);
|
|
5189
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5190
|
+
}
|
|
5191
|
+
export namespace MobileFeedChannel {
|
|
5192
|
+
export interface IMobileFeedContentKeys {
|
|
5193
|
+
title?: (string | null);
|
|
5194
|
+
message?: (string | null);
|
|
5195
|
+
action?: (string | null);
|
|
5196
|
+
groupOfTwoMessage?: (string | null);
|
|
5197
|
+
groupOfManyMessage?: (string | null);
|
|
5198
|
+
groupOfManyAction?: (string | null);
|
|
5199
|
+
}
|
|
5200
|
+
export class MobileFeedContentKeys implements IMobileFeedContentKeys {
|
|
5201
|
+
constructor(data?: IMobileFeedContentKeys);
|
|
5202
|
+
title?: (string | null);
|
|
5203
|
+
message?: (string | null);
|
|
5204
|
+
action?: (string | null);
|
|
5205
|
+
groupOfTwoMessage?: (string | null);
|
|
5206
|
+
groupOfManyMessage?: (string | null);
|
|
5207
|
+
groupOfManyAction?: (string | null);
|
|
5208
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5209
|
+
}
|
|
5210
|
+
}
|
|
5211
|
+
export interface IFeedChannelsConfig {
|
|
5212
|
+
aggregation?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.IFeedAggregation | null);
|
|
5213
|
+
}
|
|
5214
|
+
export class FeedChannelsConfig implements IFeedChannelsConfig {
|
|
5215
|
+
constructor(data?: IFeedChannelsConfig);
|
|
5216
|
+
aggregation?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.FeedChannels.IFeedAggregation | null);
|
|
5217
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5218
|
+
}
|
|
5219
|
+
export interface IFeedAggregation {
|
|
5220
|
+
groupKey?: (string | null);
|
|
5221
|
+
window?: (string | null);
|
|
5222
|
+
icon?: ($wrapper.com.wixpress.appservice.api.IIcon | null);
|
|
5223
|
+
}
|
|
5224
|
+
export class FeedAggregation implements IFeedAggregation {
|
|
5225
|
+
constructor(data?: IFeedAggregation);
|
|
5226
|
+
groupKey?: (string | null);
|
|
5227
|
+
window?: (string | null);
|
|
5228
|
+
icon?: ($wrapper.com.wixpress.appservice.api.IIcon | null);
|
|
5229
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5230
|
+
}
|
|
5231
|
+
}
|
|
5232
|
+
export interface IMobilePushChannel {
|
|
5233
|
+
config?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.IMobilePushChannelConfig | null);
|
|
5234
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.IMobilePushContentKeys | null);
|
|
5235
|
+
exposure?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IExposureRule | null);
|
|
5236
|
+
}
|
|
5237
|
+
export class MobilePushChannel implements IMobilePushChannel {
|
|
5238
|
+
constructor(data?: IMobilePushChannel);
|
|
5239
|
+
config?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.IMobilePushChannelConfig | null);
|
|
5240
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.IMobilePushContentKeys | null);
|
|
5241
|
+
exposure?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.IExposureRule | null);
|
|
5242
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5243
|
+
}
|
|
5244
|
+
export namespace MobilePushChannel {
|
|
5245
|
+
export interface IMobilePushChannelConfig {
|
|
5246
|
+
shared?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.ISharedPlatformMobilePushConfig | null);
|
|
5247
|
+
android?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.IAndroidMobilePushConfig | null);
|
|
5248
|
+
}
|
|
5249
|
+
export class MobilePushChannelConfig implements IMobilePushChannelConfig {
|
|
5250
|
+
constructor(data?: IMobilePushChannelConfig);
|
|
5251
|
+
shared?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.ISharedPlatformMobilePushConfig | null);
|
|
5252
|
+
android?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.IAndroidMobilePushConfig | null);
|
|
5253
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5254
|
+
}
|
|
5255
|
+
export interface ISharedPlatformMobilePushConfig {
|
|
5256
|
+
sound?: (string | null);
|
|
5257
|
+
groupKey?: (string | null);
|
|
5258
|
+
ttl?: (number | null);
|
|
5259
|
+
targetApplication?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.SharedPlatformMobilePushConfig.MobileApplication | null);
|
|
5260
|
+
}
|
|
5261
|
+
export class SharedPlatformMobilePushConfig implements ISharedPlatformMobilePushConfig {
|
|
5262
|
+
constructor(data?: ISharedPlatformMobilePushConfig);
|
|
5263
|
+
sound?: (string | null);
|
|
5264
|
+
groupKey?: (string | null);
|
|
5265
|
+
ttl?: (number | null);
|
|
5266
|
+
targetApplication?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.SharedPlatformMobilePushConfig.MobileApplication | null);
|
|
5267
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5268
|
+
}
|
|
5269
|
+
export namespace SharedPlatformMobilePushConfig {
|
|
5270
|
+
export enum MobileApplication {
|
|
5271
|
+
UNKNOWN_MOBILE_APPLICATION = "UNKNOWN_MOBILE_APPLICATION",
|
|
5272
|
+
OWNER = "OWNER",
|
|
5273
|
+
SPACES = "SPACES",
|
|
5274
|
+
DINE = "DINE",
|
|
5275
|
+
FITNESS = "FITNESS",
|
|
5276
|
+
WIX_LIFE = "WIX_LIFE",
|
|
5277
|
+
WIX_PARTNERS = "WIX_PARTNERS",
|
|
5278
|
+
BRANDED = "BRANDED",
|
|
5279
|
+
WIX_STUDIO = "WIX_STUDIO",
|
|
5280
|
+
}
|
|
5281
|
+
}
|
|
5282
|
+
export interface IAndroidMobilePushConfig {
|
|
5283
|
+
subGroupKey?: (string | null);
|
|
5284
|
+
style?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.AndroidMobilePushConfig.AndroidStyle | null);
|
|
5285
|
+
groupedDeeplinkPattern?: (string | null);
|
|
5286
|
+
osSettingsCategory?: (string | null);
|
|
5287
|
+
}
|
|
5288
|
+
export class AndroidMobilePushConfig implements IAndroidMobilePushConfig {
|
|
5289
|
+
constructor(data?: IAndroidMobilePushConfig);
|
|
5290
|
+
subGroupKey?: (string | null);
|
|
5291
|
+
style?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.MobilePushChannel.AndroidMobilePushConfig.AndroidStyle | null);
|
|
5292
|
+
groupedDeeplinkPattern?: (string | null);
|
|
5293
|
+
osSettingsCategory?: (string | null);
|
|
5294
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5295
|
+
}
|
|
5296
|
+
export namespace AndroidMobilePushConfig {
|
|
5297
|
+
export enum AndroidStyle {
|
|
5298
|
+
UNKNOWN_ANDROID_STYLE = "UNKNOWN_ANDROID_STYLE",
|
|
5299
|
+
BIG_TEXT = "BIG_TEXT",
|
|
5300
|
+
MESSAGING = "MESSAGING",
|
|
5301
|
+
INBOX = "INBOX",
|
|
5302
|
+
}
|
|
5303
|
+
}
|
|
5304
|
+
export interface IMobilePushContentKeys {
|
|
5305
|
+
title?: (string | null);
|
|
5306
|
+
message?: (string | null);
|
|
5307
|
+
groupOfManyTitle?: (string | null);
|
|
5308
|
+
groupOfManyMessage?: (string | null);
|
|
5309
|
+
masterGroupNameOverride?: (string | null);
|
|
5310
|
+
}
|
|
5311
|
+
export class MobilePushContentKeys implements IMobilePushContentKeys {
|
|
5312
|
+
constructor(data?: IMobilePushContentKeys);
|
|
5313
|
+
title?: (string | null);
|
|
5314
|
+
message?: (string | null);
|
|
5315
|
+
groupOfManyTitle?: (string | null);
|
|
5316
|
+
groupOfManyMessage?: (string | null);
|
|
5317
|
+
masterGroupNameOverride?: (string | null);
|
|
5318
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5319
|
+
}
|
|
5320
|
+
}
|
|
5321
|
+
export interface IVoiceChannel {
|
|
5322
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.VoiceChannel.IVoiceContentKeys | null);
|
|
5323
|
+
}
|
|
5324
|
+
export class VoiceChannel implements IVoiceChannel {
|
|
5325
|
+
constructor(data?: IVoiceChannel);
|
|
5326
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.VoiceChannel.IVoiceContentKeys | null);
|
|
5327
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5328
|
+
}
|
|
5329
|
+
export namespace VoiceChannel {
|
|
5330
|
+
export interface IVoiceContentKeys {
|
|
5331
|
+
message?: (string | null);
|
|
5332
|
+
}
|
|
5333
|
+
export class VoiceContentKeys implements IVoiceContentKeys {
|
|
5334
|
+
constructor(data?: IVoiceContentKeys);
|
|
5335
|
+
message?: (string | null);
|
|
5336
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5337
|
+
}
|
|
5338
|
+
}
|
|
5339
|
+
export interface ISmsChannel {
|
|
5340
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.SmsChannel.ISmsContentKeys | null);
|
|
5341
|
+
}
|
|
5342
|
+
export class SmsChannel implements ISmsChannel {
|
|
5343
|
+
constructor(data?: ISmsChannel);
|
|
5344
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.SmsChannel.ISmsContentKeys | null);
|
|
5345
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5346
|
+
}
|
|
5347
|
+
export namespace SmsChannel {
|
|
5348
|
+
export interface ISmsContentKeys {
|
|
5349
|
+
message?: (string | null);
|
|
5350
|
+
}
|
|
5351
|
+
export class SmsContentKeys implements ISmsContentKeys {
|
|
5352
|
+
constructor(data?: ISmsContentKeys);
|
|
5353
|
+
message?: (string | null);
|
|
5354
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5355
|
+
}
|
|
5356
|
+
}
|
|
5357
|
+
export interface IBrowserPushChannel {
|
|
5358
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.BrowserPushChannel.IBrowserPushContentKeys | null);
|
|
5359
|
+
}
|
|
5360
|
+
export class BrowserPushChannel implements IBrowserPushChannel {
|
|
5361
|
+
constructor(data?: IBrowserPushChannel);
|
|
5362
|
+
contentKeys?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.BrowserPushChannel.IBrowserPushContentKeys | null);
|
|
5363
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5364
|
+
}
|
|
5365
|
+
export namespace BrowserPushChannel {
|
|
5366
|
+
export interface IBrowserPushContentKeys {
|
|
5367
|
+
title?: (string | null);
|
|
5368
|
+
message?: (string | null);
|
|
5369
|
+
}
|
|
5370
|
+
export class BrowserPushContentKeys implements IBrowserPushContentKeys {
|
|
5371
|
+
constructor(data?: IBrowserPushContentKeys);
|
|
5372
|
+
title?: (string | null);
|
|
5373
|
+
message?: (string | null);
|
|
5374
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5375
|
+
}
|
|
5376
|
+
}
|
|
5377
|
+
export interface IExposureRule {
|
|
5378
|
+
type?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.ExposureRule.Type | null);
|
|
5379
|
+
booleanExperimentExposureRule?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.ExposureRule.IBooleanExperimentExposureRule | null);
|
|
5380
|
+
customExperimentExposureRule?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.ExposureRule.ICustomExperimentExposureRule | null);
|
|
5381
|
+
}
|
|
5382
|
+
export class ExposureRule implements IExposureRule {
|
|
5383
|
+
constructor(data?: IExposureRule);
|
|
5384
|
+
type?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.ExposureRule.Type | null);
|
|
5385
|
+
booleanExperimentExposureRule?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.ExposureRule.IBooleanExperimentExposureRule | null);
|
|
5386
|
+
customExperimentExposureRule?: ($wrapper.com.wixpress.appservice.api.NotificationChannels.ExposureRule.ICustomExperimentExposureRule | null);
|
|
5387
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5388
|
+
}
|
|
5389
|
+
export namespace ExposureRule {
|
|
5390
|
+
export enum Type {
|
|
5391
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
5392
|
+
OPEN_TO_ALL = "OPEN_TO_ALL",
|
|
5393
|
+
OPEN_TO_NONE = "OPEN_TO_NONE",
|
|
5394
|
+
BOOLEAN_EXPERIMENT = "BOOLEAN_EXPERIMENT",
|
|
5395
|
+
CUSTOM_EXPERIMENT = "CUSTOM_EXPERIMENT",
|
|
5396
|
+
}
|
|
5397
|
+
export interface IBooleanExperimentExposureRule {
|
|
5398
|
+
spec?: (string | null);
|
|
5399
|
+
}
|
|
5400
|
+
export class BooleanExperimentExposureRule implements IBooleanExperimentExposureRule {
|
|
5401
|
+
constructor(data?: IBooleanExperimentExposureRule);
|
|
5402
|
+
spec?: (string | null);
|
|
5403
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5404
|
+
}
|
|
5405
|
+
export interface ICustomExperimentExposureRule {
|
|
5406
|
+
spec?: (string | null);
|
|
5407
|
+
defaultValue?: (string | null);
|
|
5408
|
+
expectedValue?: (string | null);
|
|
5409
|
+
}
|
|
5410
|
+
export class CustomExperimentExposureRule implements ICustomExperimentExposureRule {
|
|
5411
|
+
constructor(data?: ICustomExperimentExposureRule);
|
|
5412
|
+
spec?: (string | null);
|
|
5413
|
+
defaultValue?: (string | null);
|
|
5414
|
+
expectedValue?: (string | null);
|
|
5415
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5416
|
+
}
|
|
5417
|
+
}
|
|
5418
|
+
}
|
|
5419
|
+
export interface IIcon {
|
|
5420
|
+
type?: ($wrapper.com.wixpress.appservice.api.Icon.Type | null);
|
|
5421
|
+
urlData?: ($wrapper.com.wixpress.appservice.api.Icon.IUrlData | null);
|
|
5422
|
+
}
|
|
5423
|
+
export class Icon implements IIcon {
|
|
5424
|
+
constructor(data?: IIcon);
|
|
5425
|
+
type?: ($wrapper.com.wixpress.appservice.api.Icon.Type | null);
|
|
5426
|
+
urlData?: ($wrapper.com.wixpress.appservice.api.Icon.IUrlData | null);
|
|
5427
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5428
|
+
}
|
|
5429
|
+
export namespace Icon {
|
|
5430
|
+
export enum Type {
|
|
5431
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
5432
|
+
URL = "URL",
|
|
5433
|
+
SPOUT = "SPOUT",
|
|
5434
|
+
INITIATOR = "INITIATOR",
|
|
5435
|
+
}
|
|
5436
|
+
export interface IUrlData {
|
|
5437
|
+
url?: (string | null);
|
|
5438
|
+
}
|
|
5439
|
+
export class UrlData implements IUrlData {
|
|
5440
|
+
constructor(data?: IUrlData);
|
|
5441
|
+
url?: (string | null);
|
|
5442
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5443
|
+
}
|
|
5444
|
+
}
|
|
5445
|
+
export enum Intent {
|
|
5446
|
+
UNKNOWN_INTENT = "UNKNOWN_INTENT",
|
|
5447
|
+
MARKETING = "MARKETING",
|
|
5448
|
+
TRANSACTIONAL = "TRANSACTIONAL",
|
|
5449
|
+
}
|
|
5450
|
+
export interface ILimiterField {
|
|
5451
|
+
dynamicParamName?: (string | null);
|
|
5452
|
+
}
|
|
5453
|
+
export class LimiterField implements ILimiterField {
|
|
5454
|
+
constructor(data?: ILimiterField);
|
|
5455
|
+
dynamicParamName?: (string | null);
|
|
5456
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5457
|
+
}
|
|
5458
|
+
export interface IConstOrDynamicParam {
|
|
5459
|
+
dynamicParamName?: (string | null);
|
|
5460
|
+
constant?: (string | null);
|
|
5461
|
+
}
|
|
5462
|
+
export class ConstOrDynamicParam implements IConstOrDynamicParam {
|
|
5463
|
+
constructor(data?: IConstOrDynamicParam);
|
|
5464
|
+
dynamicParamName?: (string | null);
|
|
5465
|
+
constant?: (string | null);
|
|
5466
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5467
|
+
}
|
|
5468
|
+
export interface ITypedDynamicParam {
|
|
5469
|
+
name?: (string | null);
|
|
5470
|
+
dynamicParamType?: ($wrapper.com.wixpress.appservice.api.TypedDynamicParam.Type | null);
|
|
5471
|
+
}
|
|
5472
|
+
export class TypedDynamicParam implements ITypedDynamicParam {
|
|
5473
|
+
constructor(data?: ITypedDynamicParam);
|
|
5474
|
+
name?: (string | null);
|
|
5475
|
+
dynamicParamType?: ($wrapper.com.wixpress.appservice.api.TypedDynamicParam.Type | null);
|
|
5476
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5477
|
+
}
|
|
5478
|
+
export namespace TypedDynamicParam {
|
|
5479
|
+
export enum Type {
|
|
5480
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
5481
|
+
STRING = "STRING",
|
|
5482
|
+
ARRAY = "ARRAY",
|
|
5483
|
+
}
|
|
5484
|
+
}
|
|
5485
|
+
export interface IOrderValue {
|
|
5486
|
+
value?: ($wrapper.com.wixpress.appservice.api.IConstOrDynamicParam | null);
|
|
5487
|
+
order?: (number | null);
|
|
5488
|
+
}
|
|
5489
|
+
export class OrderValue implements IOrderValue {
|
|
5490
|
+
constructor(data?: IOrderValue);
|
|
5491
|
+
value?: ($wrapper.com.wixpress.appservice.api.IConstOrDynamicParam | null);
|
|
5492
|
+
order?: (number | null);
|
|
5493
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5494
|
+
}
|
|
5495
|
+
export interface IUrl {
|
|
5496
|
+
constOrDynamicParam?: ($wrapper.com.wixpress.appservice.api.IConstOrDynamicParam | null);
|
|
5497
|
+
}
|
|
5498
|
+
export class Url implements IUrl {
|
|
5499
|
+
constructor(data?: IUrl);
|
|
5500
|
+
constOrDynamicParam?: ($wrapper.com.wixpress.appservice.api.IConstOrDynamicParam | null);
|
|
5501
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5502
|
+
}
|
|
5503
|
+
export interface IContactNotification {
|
|
5504
|
+
referenceId?: (string | null);
|
|
5505
|
+
referenceData?: ($wrapper.com.wixpress.appservice.api.IContactsNotificationData | null);
|
|
5506
|
+
}
|
|
5507
|
+
export class ContactNotification implements IContactNotification {
|
|
5508
|
+
constructor(data?: IContactNotification);
|
|
5509
|
+
referenceId?: (string | null);
|
|
5510
|
+
referenceData?: ($wrapper.com.wixpress.appservice.api.IContactsNotificationData | null);
|
|
5511
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5512
|
+
}
|
|
5513
|
+
export interface IContactsNotificationData {
|
|
5514
|
+
name?: (string | null);
|
|
5515
|
+
description?: (string | null);
|
|
5516
|
+
topicId?: (string | null);
|
|
5517
|
+
channels?: ($wrapper.com.wixpress.appservice.api.INotificationChannels | null);
|
|
5518
|
+
icon?: ($wrapper.com.wixpress.appservice.api.IIcon | null);
|
|
5519
|
+
intent?: ($wrapper.com.wixpress.appservice.api.Intent | null);
|
|
5520
|
+
limiterField?: ($wrapper.com.wixpress.appservice.api.ILimiterField | null);
|
|
5521
|
+
recipientFilter?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IRecipientFilter | null);
|
|
5522
|
+
initiator?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IInitiator | null);
|
|
5523
|
+
singleDeeplink?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IDeeplink | null);
|
|
5524
|
+
groupedDeeplink?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IDeeplink | null);
|
|
5525
|
+
context?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IContext | null);
|
|
5526
|
+
}
|
|
5527
|
+
export class ContactsNotificationData implements IContactsNotificationData {
|
|
5528
|
+
constructor(data?: IContactsNotificationData);
|
|
5529
|
+
name?: (string | null);
|
|
5530
|
+
description?: (string | null);
|
|
5531
|
+
topicId?: (string | null);
|
|
5532
|
+
channels?: ($wrapper.com.wixpress.appservice.api.INotificationChannels | null);
|
|
5533
|
+
icon?: ($wrapper.com.wixpress.appservice.api.IIcon | null);
|
|
5534
|
+
intent?: ($wrapper.com.wixpress.appservice.api.Intent | null);
|
|
5535
|
+
limiterField?: ($wrapper.com.wixpress.appservice.api.ILimiterField | null);
|
|
5536
|
+
recipientFilter?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IRecipientFilter | null);
|
|
5537
|
+
initiator?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IInitiator | null);
|
|
5538
|
+
singleDeeplink?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IDeeplink | null);
|
|
5539
|
+
groupedDeeplink?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IDeeplink | null);
|
|
5540
|
+
context?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.IContext | null);
|
|
5541
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5542
|
+
}
|
|
5543
|
+
export namespace ContactsNotificationData {
|
|
5544
|
+
export interface IRecipientFilter {
|
|
5545
|
+
type?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.RecipientFilter.Type | null);
|
|
5546
|
+
contactsData?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.RecipientFilter.IContactsData | null);
|
|
5547
|
+
}
|
|
5548
|
+
export class RecipientFilter implements IRecipientFilter {
|
|
5549
|
+
constructor(data?: IRecipientFilter);
|
|
5550
|
+
type?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.RecipientFilter.Type | null);
|
|
5551
|
+
contactsData?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.RecipientFilter.IContactsData | null);
|
|
5552
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5553
|
+
}
|
|
5554
|
+
export namespace RecipientFilter {
|
|
5555
|
+
export enum Type {
|
|
5556
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
5557
|
+
CONTACTS = "CONTACTS",
|
|
5558
|
+
}
|
|
5559
|
+
export interface IContactsData {
|
|
5560
|
+
id?: ($wrapper.com.wixpress.appservice.api.ITypedDynamicParam | null);
|
|
5561
|
+
}
|
|
5562
|
+
export class ContactsData implements IContactsData {
|
|
5563
|
+
constructor(data?: IContactsData);
|
|
5564
|
+
id?: ($wrapper.com.wixpress.appservice.api.ITypedDynamicParam | null);
|
|
5565
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5566
|
+
}
|
|
5567
|
+
}
|
|
5568
|
+
export interface IInitiator {
|
|
5569
|
+
type?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.Initiator.Type | null);
|
|
5570
|
+
contactData?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.Initiator.IContactData | null);
|
|
5571
|
+
siteMemberData?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.Initiator.ISiteMemberData | null);
|
|
5572
|
+
}
|
|
5573
|
+
export class Initiator implements IInitiator {
|
|
5574
|
+
constructor(data?: IInitiator);
|
|
5575
|
+
type?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.Initiator.Type | null);
|
|
5576
|
+
contactData?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.Initiator.IContactData | null);
|
|
5577
|
+
siteMemberData?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.Initiator.ISiteMemberData | null);
|
|
5578
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5579
|
+
}
|
|
5580
|
+
export namespace Initiator {
|
|
5581
|
+
export enum Type {
|
|
5582
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
5583
|
+
CONTACT = "CONTACT",
|
|
5584
|
+
SITE_MEMBER = "SITE_MEMBER",
|
|
5585
|
+
}
|
|
5586
|
+
export interface IContactData {
|
|
5587
|
+
dynamicParamName?: (string | null);
|
|
5588
|
+
}
|
|
5589
|
+
export class ContactData implements IContactData {
|
|
5590
|
+
constructor(data?: IContactData);
|
|
5591
|
+
dynamicParamName?: (string | null);
|
|
5592
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5593
|
+
}
|
|
5594
|
+
export interface ISiteMemberData {
|
|
5595
|
+
dynamicParamName?: (string | null);
|
|
5596
|
+
}
|
|
5597
|
+
export class SiteMemberData implements ISiteMemberData {
|
|
5598
|
+
constructor(data?: ISiteMemberData);
|
|
5599
|
+
dynamicParamName?: (string | null);
|
|
5600
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5601
|
+
}
|
|
5602
|
+
}
|
|
5603
|
+
export interface IDeeplink {
|
|
5604
|
+
url?: ($wrapper.com.wixpress.appservice.api.IUrl | null);
|
|
5605
|
+
liveSite?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.Deeplink.ILiveSiteActionDeeplink | null);
|
|
5606
|
+
}
|
|
5607
|
+
export class Deeplink implements IDeeplink {
|
|
5608
|
+
constructor(data?: IDeeplink);
|
|
5609
|
+
url?: ($wrapper.com.wixpress.appservice.api.IUrl | null);
|
|
5610
|
+
liveSite?: ($wrapper.com.wixpress.appservice.api.ContactsNotificationData.Deeplink.ILiveSiteActionDeeplink | null);
|
|
5611
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5612
|
+
}
|
|
5613
|
+
export namespace Deeplink {
|
|
5614
|
+
export interface ILiveSiteActionDeeplink {
|
|
5615
|
+
appPageId?: (string | null);
|
|
5616
|
+
path?: (string | null);
|
|
5617
|
+
language?: ($wrapper.com.wixpress.appservice.api.IConstOrDynamicParam | null);
|
|
5618
|
+
hashFragment?: ($wrapper.com.wixpress.appservice.api.IConstOrDynamicParam | null);
|
|
5619
|
+
queryParams?: ({ [k: string]: $wrapper.com.wixpress.appservice.api.IConstOrDynamicParam } | null);
|
|
5620
|
+
}
|
|
5621
|
+
export class LiveSiteActionDeeplink implements ILiveSiteActionDeeplink {
|
|
5622
|
+
constructor(data?: ILiveSiteActionDeeplink);
|
|
5623
|
+
appPageId?: (string | null);
|
|
5624
|
+
path?: (string | null);
|
|
5625
|
+
language?: ($wrapper.com.wixpress.appservice.api.IConstOrDynamicParam | null);
|
|
5626
|
+
hashFragment?: ($wrapper.com.wixpress.appservice.api.IConstOrDynamicParam | null);
|
|
5627
|
+
queryParams?: ({ [k: string]: $wrapper.com.wixpress.appservice.api.IConstOrDynamicParam });
|
|
5628
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5629
|
+
}
|
|
5630
|
+
}
|
|
5631
|
+
export interface IContext {
|
|
5632
|
+
params?: ({ [k: string]: $wrapper.com.wixpress.appservice.api.IOrderValue } | null);
|
|
5633
|
+
}
|
|
5634
|
+
export class Context implements IContext {
|
|
5635
|
+
constructor(data?: IContext);
|
|
5636
|
+
params?: ({ [k: string]: $wrapper.com.wixpress.appservice.api.IOrderValue });
|
|
5637
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5638
|
+
}
|
|
5639
|
+
}
|
|
5640
|
+
export interface INotificationTopic {
|
|
5641
|
+
description?: (string | null);
|
|
5642
|
+
state?: ($wrapper.com.wixpress.appservice.api.NotificationTopic.State | null);
|
|
5643
|
+
type?: ($wrapper.com.wixpress.appservice.api.NotificationTopic.Type | null);
|
|
5644
|
+
}
|
|
5645
|
+
export class NotificationTopic implements INotificationTopic {
|
|
5646
|
+
constructor(data?: INotificationTopic);
|
|
5647
|
+
description?: (string | null);
|
|
5648
|
+
state?: ($wrapper.com.wixpress.appservice.api.NotificationTopic.State | null);
|
|
5649
|
+
type?: ($wrapper.com.wixpress.appservice.api.NotificationTopic.Type | null);
|
|
5650
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5651
|
+
}
|
|
5652
|
+
export namespace NotificationTopic {
|
|
5653
|
+
export enum State {
|
|
5654
|
+
UNKNOWN_STATE = "UNKNOWN_STATE",
|
|
5655
|
+
DEFAULT_ON = "DEFAULT_ON",
|
|
5656
|
+
DEFAULT_OFF = "DEFAULT_OFF",
|
|
5657
|
+
ALWAYS_ON = "ALWAYS_ON",
|
|
5658
|
+
}
|
|
5659
|
+
export enum Type {
|
|
5660
|
+
UNKNOWN_TYPE = "UNKNOWN_TYPE",
|
|
5661
|
+
PROMOTIONAL = "PROMOTIONAL",
|
|
5662
|
+
TRANSACTIONAL = "TRANSACTIONAL",
|
|
5663
|
+
}
|
|
5664
|
+
}
|
|
5665
|
+
export interface IPricingPlansFormConfiguration {
|
|
5666
|
+
namespace?: (string | null);
|
|
5667
|
+
name?: (string | null);
|
|
5668
|
+
preview?: ($wrapper.com.wixpress.appservice.api.IPlanPreviewConfiguration | null);
|
|
5669
|
+
infoSection?: ($wrapper.com.wixpress.appservice.api.IInfoSectionConfiguration | null);
|
|
5670
|
+
customSections?: ($wrapper.com.wixpress.appservice.api.IPlanFormCustomSection[] | null);
|
|
5671
|
+
sectionOrder?: (string[] | null);
|
|
5672
|
+
}
|
|
5673
|
+
export class PricingPlansFormConfiguration implements IPricingPlansFormConfiguration {
|
|
5674
|
+
constructor(data?: IPricingPlansFormConfiguration);
|
|
5675
|
+
namespace?: (string | null);
|
|
5676
|
+
name?: (string | null);
|
|
5677
|
+
preview?: ($wrapper.com.wixpress.appservice.api.IPlanPreviewConfiguration | null);
|
|
5678
|
+
infoSection?: ($wrapper.com.wixpress.appservice.api.IInfoSectionConfiguration | null);
|
|
5679
|
+
customSections?: ($wrapper.com.wixpress.appservice.api.IPlanFormCustomSection[] | null);
|
|
5680
|
+
sectionOrder?: (string[] | null);
|
|
5681
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5682
|
+
}
|
|
5683
|
+
export interface IPlanPreviewConfiguration {
|
|
5684
|
+
hide?: (boolean | null);
|
|
5685
|
+
sticky?: (boolean | null);
|
|
5686
|
+
title?: (string | null);
|
|
5687
|
+
subtitle?: (string | null);
|
|
5688
|
+
planceholders?: ($wrapper.com.wixpress.appservice.api.PlanPreviewConfiguration.IPlaceholders | null);
|
|
5689
|
+
}
|
|
5690
|
+
export class PlanPreviewConfiguration implements IPlanPreviewConfiguration {
|
|
5691
|
+
constructor(data?: IPlanPreviewConfiguration);
|
|
5692
|
+
hide?: (boolean | null);
|
|
5693
|
+
sticky?: (boolean | null);
|
|
5694
|
+
title?: (string | null);
|
|
5695
|
+
subtitle?: (string | null);
|
|
5696
|
+
planceholders?: ($wrapper.com.wixpress.appservice.api.PlanPreviewConfiguration.IPlaceholders | null);
|
|
5697
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5698
|
+
}
|
|
5699
|
+
export namespace PlanPreviewConfiguration {
|
|
5700
|
+
export interface IPlaceholders {
|
|
5701
|
+
name?: (string | null);
|
|
5702
|
+
}
|
|
5703
|
+
export class Placeholders implements IPlaceholders {
|
|
5704
|
+
constructor(data?: IPlaceholders);
|
|
5705
|
+
name?: (string | null);
|
|
5706
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5707
|
+
}
|
|
5708
|
+
}
|
|
5709
|
+
export interface IInfoSectionConfiguration {
|
|
5710
|
+
hide?: (boolean | null);
|
|
5711
|
+
title?: ($wrapper.com.wixpress.appservice.api.IPlanFormSectionTitle | null);
|
|
5712
|
+
subtitle?: ($wrapper.com.wixpress.appservice.api.IPlanFormSectionSubtitle | null);
|
|
5713
|
+
}
|
|
5714
|
+
export class InfoSectionConfiguration implements IInfoSectionConfiguration {
|
|
5715
|
+
constructor(data?: IInfoSectionConfiguration);
|
|
5716
|
+
hide?: (boolean | null);
|
|
5717
|
+
title?: ($wrapper.com.wixpress.appservice.api.IPlanFormSectionTitle | null);
|
|
5718
|
+
subtitle?: ($wrapper.com.wixpress.appservice.api.IPlanFormSectionSubtitle | null);
|
|
5719
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5720
|
+
}
|
|
5721
|
+
export interface IPlanFormSectionTitle {
|
|
5722
|
+
text?: (string | null);
|
|
5723
|
+
suffixTooltip?: ($wrapper.com.wixpress.appservice.api.ISuffixTooltip | null);
|
|
5724
|
+
}
|
|
5725
|
+
export class PlanFormSectionTitle implements IPlanFormSectionTitle {
|
|
5726
|
+
constructor(data?: IPlanFormSectionTitle);
|
|
5727
|
+
text?: (string | null);
|
|
5728
|
+
suffixTooltip?: ($wrapper.com.wixpress.appservice.api.ISuffixTooltip | null);
|
|
5729
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5730
|
+
}
|
|
5731
|
+
export interface IPlanFormSectionSubtitle {
|
|
5732
|
+
text?: (string | null);
|
|
5733
|
+
suffixTooltip?: ($wrapper.com.wixpress.appservice.api.ISuffixTooltip | null);
|
|
5734
|
+
suffixLink?: ($wrapper.com.wixpress.appservice.api.ISuffixLink | null);
|
|
5735
|
+
}
|
|
5736
|
+
export class PlanFormSectionSubtitle implements IPlanFormSectionSubtitle {
|
|
5737
|
+
constructor(data?: IPlanFormSectionSubtitle);
|
|
5738
|
+
text?: (string | null);
|
|
5739
|
+
suffixTooltip?: ($wrapper.com.wixpress.appservice.api.ISuffixTooltip | null);
|
|
5740
|
+
suffixLink?: ($wrapper.com.wixpress.appservice.api.ISuffixLink | null);
|
|
5741
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5742
|
+
}
|
|
5743
|
+
export interface ISuffixTooltip {
|
|
5744
|
+
text?: (string | null);
|
|
5745
|
+
}
|
|
5746
|
+
export class SuffixTooltip implements ISuffixTooltip {
|
|
5747
|
+
constructor(data?: ISuffixTooltip);
|
|
5748
|
+
text?: (string | null);
|
|
5749
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5750
|
+
}
|
|
5751
|
+
export interface ISuffixLink {
|
|
5752
|
+
text?: (string | null);
|
|
5753
|
+
url?: (string | null);
|
|
5754
|
+
referralInfo?: (string | null);
|
|
5755
|
+
}
|
|
5756
|
+
export class SuffixLink implements ISuffixLink {
|
|
5757
|
+
constructor(data?: ISuffixLink);
|
|
5758
|
+
text?: (string | null);
|
|
5759
|
+
url?: (string | null);
|
|
5760
|
+
referralInfo?: (string | null);
|
|
5761
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5762
|
+
}
|
|
5763
|
+
export interface IPlanFormCustomSection {
|
|
5764
|
+
componentId?: (string | null);
|
|
5765
|
+
}
|
|
5766
|
+
export class PlanFormCustomSection implements IPlanFormCustomSection {
|
|
5767
|
+
constructor(data?: IPlanFormCustomSection);
|
|
5768
|
+
componentId?: (string | null);
|
|
5769
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5770
|
+
}
|
|
4461
5771
|
export interface IComponentCatalog {
|
|
4462
5772
|
componentType?: ($wrapper.com.wixpress.appservice.api.ComponentType | null);
|
|
4463
5773
|
name?: (string | null);
|
|
@@ -4572,10 +5882,12 @@ declare namespace $wrapper {
|
|
|
4572
5882
|
}
|
|
4573
5883
|
export interface IAlignedWithEnum {
|
|
4574
5884
|
field?: (string | null);
|
|
5885
|
+
suffix?: (string | null);
|
|
4575
5886
|
}
|
|
4576
5887
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
4577
5888
|
constructor(data?: IAlignedWithEnum);
|
|
4578
5889
|
field?: (string | null);
|
|
5890
|
+
suffix?: (string | null);
|
|
4579
5891
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4580
5892
|
}
|
|
4581
5893
|
export enum Format {
|
|
@@ -5017,6 +6329,7 @@ declare namespace $wrapper {
|
|
|
5017
6329
|
ANY = "ANY",
|
|
5018
6330
|
HAS_SOME = "HAS_SOME",
|
|
5019
6331
|
EMPTY = "EMPTY",
|
|
6332
|
+
MATCH_ALL = "MATCH_ALL",
|
|
5020
6333
|
}
|
|
5021
6334
|
export enum Sort {
|
|
5022
6335
|
NONE = "NONE",
|
|
@@ -5325,6 +6638,20 @@ declare namespace $wrapper {
|
|
|
5325
6638
|
OTHERS = "OTHERS",
|
|
5326
6639
|
}
|
|
5327
6640
|
}
|
|
6641
|
+
export interface IPermissionRule {
|
|
6642
|
+
name?: (string | null);
|
|
6643
|
+
type?: ($wrapper.wix.api.PermissionType | null);
|
|
6644
|
+
}
|
|
6645
|
+
export class PermissionRule implements IPermissionRule {
|
|
6646
|
+
constructor(data?: IPermissionRule);
|
|
6647
|
+
name?: (string | null);
|
|
6648
|
+
type?: ($wrapper.wix.api.PermissionType | null);
|
|
6649
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6650
|
+
}
|
|
6651
|
+
export enum PermissionType {
|
|
6652
|
+
AUTO = "AUTO",
|
|
6653
|
+
MANUAL = "MANUAL",
|
|
6654
|
+
}
|
|
5328
6655
|
export interface IDetails {
|
|
5329
6656
|
applicationError?: ($wrapper.wix.api.IApplicationError | null);
|
|
5330
6657
|
validationError?: ($wrapper.wix.api.IValidationError | null);
|
|
@@ -5499,20 +6826,6 @@ declare namespace $wrapper {
|
|
|
5499
6826
|
aspectEntry?: ({ [k: string]: string });
|
|
5500
6827
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5501
6828
|
}
|
|
5502
|
-
export interface IPermissionRule {
|
|
5503
|
-
name?: (string | null);
|
|
5504
|
-
type?: ($wrapper.wix.api.PermissionType | null);
|
|
5505
|
-
}
|
|
5506
|
-
export class PermissionRule implements IPermissionRule {
|
|
5507
|
-
constructor(data?: IPermissionRule);
|
|
5508
|
-
name?: (string | null);
|
|
5509
|
-
type?: ($wrapper.wix.api.PermissionType | null);
|
|
5510
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5511
|
-
}
|
|
5512
|
-
export enum PermissionType {
|
|
5513
|
-
AUTO = "AUTO",
|
|
5514
|
-
MANUAL = "MANUAL",
|
|
5515
|
-
}
|
|
5516
6829
|
export interface ISla {
|
|
5517
6830
|
responseTimeMs?: (number | null);
|
|
5518
6831
|
}
|
|
@@ -5526,6 +6839,7 @@ declare namespace $wrapper {
|
|
|
5526
6839
|
segment?: ($wrapper.wix.api.Segment.Segment | null);
|
|
5527
6840
|
batch?: (boolean | null);
|
|
5528
6841
|
entity?: (string | null);
|
|
6842
|
+
dynamic?: (boolean | null);
|
|
5529
6843
|
}
|
|
5530
6844
|
export class Subscription implements ISubscription {
|
|
5531
6845
|
constructor(data?: ISubscription);
|
|
@@ -5533,6 +6847,7 @@ declare namespace $wrapper {
|
|
|
5533
6847
|
segment?: ($wrapper.wix.api.Segment.Segment | null);
|
|
5534
6848
|
batch?: (boolean | null);
|
|
5535
6849
|
entity?: (string | null);
|
|
6850
|
+
dynamic?: (boolean | null);
|
|
5536
6851
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5537
6852
|
}
|
|
5538
6853
|
}
|
|
@@ -6217,6 +7532,7 @@ declare namespace $wrapper {
|
|
|
6217
7532
|
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
6218
7533
|
range?: ($wrapper.wix.common.Aggregation.IRangeAggregation | null);
|
|
6219
7534
|
scalar?: ($wrapper.wix.common.Aggregation.IScalarAggregation | null);
|
|
7535
|
+
groupBy?: ($wrapper.wix.common.Aggregation.IGroupByAggregation | null);
|
|
6220
7536
|
}
|
|
6221
7537
|
export class Aggregation implements IAggregation {
|
|
6222
7538
|
constructor(data?: IAggregation);
|
|
@@ -6226,6 +7542,7 @@ declare namespace $wrapper {
|
|
|
6226
7542
|
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
6227
7543
|
range?: ($wrapper.wix.common.Aggregation.IRangeAggregation | null);
|
|
6228
7544
|
scalar?: ($wrapper.wix.common.Aggregation.IScalarAggregation | null);
|
|
7545
|
+
groupBy?: ($wrapper.wix.common.Aggregation.IGroupByAggregation | null);
|
|
6229
7546
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6230
7547
|
}
|
|
6231
7548
|
export namespace Aggregation {
|
|
@@ -6253,12 +7570,16 @@ declare namespace $wrapper {
|
|
|
6253
7570
|
sortType?: ($wrapper.wix.common.Aggregation.ValueAggregation.SortType | null);
|
|
6254
7571
|
sortDirection?: ($wrapper.wix.common.Aggregation.ValueAggregation.SortDirection | null);
|
|
6255
7572
|
limit?: (number | null);
|
|
7573
|
+
missingValues?: ($wrapper.wix.common.Aggregation.ValueAggregation.MissingValues | null);
|
|
7574
|
+
includeOptions?: ($wrapper.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions | null);
|
|
6256
7575
|
}
|
|
6257
7576
|
export class ValueAggregation implements IValueAggregation {
|
|
6258
7577
|
constructor(data?: IValueAggregation);
|
|
6259
7578
|
sortType?: ($wrapper.wix.common.Aggregation.ValueAggregation.SortType | null);
|
|
6260
7579
|
sortDirection?: ($wrapper.wix.common.Aggregation.ValueAggregation.SortDirection | null);
|
|
6261
7580
|
limit?: (number | null);
|
|
7581
|
+
missingValues?: ($wrapper.wix.common.Aggregation.ValueAggregation.MissingValues | null);
|
|
7582
|
+
includeOptions?: ($wrapper.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions | null);
|
|
6262
7583
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6263
7584
|
}
|
|
6264
7585
|
export namespace ValueAggregation {
|
|
@@ -6270,6 +7591,18 @@ declare namespace $wrapper {
|
|
|
6270
7591
|
DESC = "DESC",
|
|
6271
7592
|
ASC = "ASC",
|
|
6272
7593
|
}
|
|
7594
|
+
export enum MissingValues {
|
|
7595
|
+
EXCLUDE = "EXCLUDE",
|
|
7596
|
+
INCLUDE = "INCLUDE",
|
|
7597
|
+
}
|
|
7598
|
+
export interface IIncludeMissingValuesOptions {
|
|
7599
|
+
addToBucket?: (string | null);
|
|
7600
|
+
}
|
|
7601
|
+
export class IncludeMissingValuesOptions implements IIncludeMissingValuesOptions {
|
|
7602
|
+
constructor(data?: IIncludeMissingValuesOptions);
|
|
7603
|
+
addToBucket?: (string | null);
|
|
7604
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7605
|
+
}
|
|
6273
7606
|
}
|
|
6274
7607
|
export interface IScalarAggregation {
|
|
6275
7608
|
type?: ($wrapper.wix.common.ScalarType | null);
|
|
@@ -6279,6 +7612,18 @@ declare namespace $wrapper {
|
|
|
6279
7612
|
type?: ($wrapper.wix.common.ScalarType | null);
|
|
6280
7613
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6281
7614
|
}
|
|
7615
|
+
export interface IGroupByAggregation {
|
|
7616
|
+
name?: (string | null);
|
|
7617
|
+
fieldPath?: (string | null);
|
|
7618
|
+
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
7619
|
+
}
|
|
7620
|
+
export class GroupByAggregation implements IGroupByAggregation {
|
|
7621
|
+
constructor(data?: IGroupByAggregation);
|
|
7622
|
+
name?: (string | null);
|
|
7623
|
+
fieldPath?: (string | null);
|
|
7624
|
+
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
7625
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7626
|
+
}
|
|
6282
7627
|
}
|
|
6283
7628
|
export interface IAggregationData {
|
|
6284
7629
|
results?: ($wrapper.wix.common.AggregationData.IAggregationResults[] | null);
|
|
@@ -6292,17 +7637,21 @@ declare namespace $wrapper {
|
|
|
6292
7637
|
export interface IAggregationResults {
|
|
6293
7638
|
name?: (string | null);
|
|
6294
7639
|
type?: ($wrapper.wix.common.AggregationType | null);
|
|
7640
|
+
fieldPath?: (string | null);
|
|
6295
7641
|
values?: ($wrapper.wix.common.AggregationData.AggregationResults.IValueResults | null);
|
|
6296
7642
|
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
6297
7643
|
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
7644
|
+
groupedByValue?: ($wrapper.wix.common.AggregationData.AggregationResults.IGroupByValueResults | null);
|
|
6298
7645
|
}
|
|
6299
7646
|
export class AggregationResults implements IAggregationResults {
|
|
6300
7647
|
constructor(data?: IAggregationResults);
|
|
6301
7648
|
name?: (string | null);
|
|
6302
7649
|
type?: ($wrapper.wix.common.AggregationType | null);
|
|
7650
|
+
fieldPath?: (string | null);
|
|
6303
7651
|
values?: ($wrapper.wix.common.AggregationData.AggregationResults.IValueResults | null);
|
|
6304
7652
|
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
6305
7653
|
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
7654
|
+
groupedByValue?: ($wrapper.wix.common.AggregationData.AggregationResults.IGroupByValueResults | null);
|
|
6306
7655
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6307
7656
|
}
|
|
6308
7657
|
export namespace AggregationResults {
|
|
@@ -6358,6 +7707,44 @@ declare namespace $wrapper {
|
|
|
6358
7707
|
value?: (number | null);
|
|
6359
7708
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6360
7709
|
}
|
|
7710
|
+
export interface IGroupByValueResults {
|
|
7711
|
+
results?: ($wrapper.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[] | null);
|
|
7712
|
+
}
|
|
7713
|
+
export class GroupByValueResults implements IGroupByValueResults {
|
|
7714
|
+
constructor(data?: IGroupByValueResults);
|
|
7715
|
+
results?: ($wrapper.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[] | null);
|
|
7716
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7717
|
+
}
|
|
7718
|
+
export namespace GroupByValueResults {
|
|
7719
|
+
export interface INestedValueAggregationResult {
|
|
7720
|
+
value?: (string | null);
|
|
7721
|
+
nestedResults?: ($wrapper.wix.common.AggregationData.AggregationResults.INestedAggregationResults | null);
|
|
7722
|
+
}
|
|
7723
|
+
export class NestedValueAggregationResult implements INestedValueAggregationResult {
|
|
7724
|
+
constructor(data?: INestedValueAggregationResult);
|
|
7725
|
+
value?: (string | null);
|
|
7726
|
+
nestedResults?: ($wrapper.wix.common.AggregationData.AggregationResults.INestedAggregationResults | null);
|
|
7727
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7728
|
+
}
|
|
7729
|
+
}
|
|
7730
|
+
export interface INestedAggregationResults {
|
|
7731
|
+
name?: (string | null);
|
|
7732
|
+
type?: ($wrapper.wix.common.AggregationType | null);
|
|
7733
|
+
fieldPath?: (string | null);
|
|
7734
|
+
values?: ($wrapper.wix.common.AggregationData.AggregationResults.IValueResults | null);
|
|
7735
|
+
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
7736
|
+
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
7737
|
+
}
|
|
7738
|
+
export class NestedAggregationResults implements INestedAggregationResults {
|
|
7739
|
+
constructor(data?: INestedAggregationResults);
|
|
7740
|
+
name?: (string | null);
|
|
7741
|
+
type?: ($wrapper.wix.common.AggregationType | null);
|
|
7742
|
+
fieldPath?: (string | null);
|
|
7743
|
+
values?: ($wrapper.wix.common.AggregationData.AggregationResults.IValueResults | null);
|
|
7744
|
+
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
7745
|
+
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
7746
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7747
|
+
}
|
|
6361
7748
|
}
|
|
6362
7749
|
}
|
|
6363
7750
|
export interface ISorting {
|
|
@@ -6374,6 +7761,46 @@ declare namespace $wrapper {
|
|
|
6374
7761
|
ASC = "ASC",
|
|
6375
7762
|
DESC = "DESC",
|
|
6376
7763
|
}
|
|
7764
|
+
export namespace tags {
|
|
7765
|
+
export interface ITags {
|
|
7766
|
+
privateTags?: ($wrapper.wix.common.tags.Tags.ITagList | null);
|
|
7767
|
+
tags?: ($wrapper.wix.common.tags.Tags.ITagList | null);
|
|
7768
|
+
}
|
|
7769
|
+
export class Tags implements ITags {
|
|
7770
|
+
constructor(data?: ITags);
|
|
7771
|
+
privateTags?: ($wrapper.wix.common.tags.Tags.ITagList | null);
|
|
7772
|
+
tags?: ($wrapper.wix.common.tags.Tags.ITagList | null);
|
|
7773
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7774
|
+
}
|
|
7775
|
+
export namespace Tags {
|
|
7776
|
+
export interface ITagList {
|
|
7777
|
+
tagIds?: (string[] | null);
|
|
7778
|
+
}
|
|
7779
|
+
export class TagList implements ITagList {
|
|
7780
|
+
constructor(data?: ITagList);
|
|
7781
|
+
tagIds?: (string[] | null);
|
|
7782
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7783
|
+
}
|
|
7784
|
+
}
|
|
7785
|
+
export interface IPublicTags {
|
|
7786
|
+
tags?: ($wrapper.wix.common.tags.PublicTags.ITagList | null);
|
|
7787
|
+
}
|
|
7788
|
+
export class PublicTags implements IPublicTags {
|
|
7789
|
+
constructor(data?: IPublicTags);
|
|
7790
|
+
tags?: ($wrapper.wix.common.tags.PublicTags.ITagList | null);
|
|
7791
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7792
|
+
}
|
|
7793
|
+
export namespace PublicTags {
|
|
7794
|
+
export interface ITagList {
|
|
7795
|
+
tagIds?: (string[] | null);
|
|
7796
|
+
}
|
|
7797
|
+
export class TagList implements ITagList {
|
|
7798
|
+
constructor(data?: ITagList);
|
|
7799
|
+
tagIds?: (string[] | null);
|
|
7800
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7801
|
+
}
|
|
7802
|
+
}
|
|
7803
|
+
}
|
|
6377
7804
|
export interface IWixLink {
|
|
6378
7805
|
external?: ($wrapper.wix.common.IExternalLink | null);
|
|
6379
7806
|
page?: ($wrapper.wix.common.IPageLink | null);
|
|
@@ -6776,6 +8203,7 @@ declare namespace $wrapper {
|
|
|
6776
8203
|
abstract upsertDataExtensionGlobalSchema(aspects: AspectStore, req: $wrapper.wix.infra.dataextensions.v1.IUpsertDataExtensionGlobalSchemaRequest): Promise<$wrapper.wix.infra.dataextensions.v1.IUpsertDataExtensionGlobalSchemaResponse>
|
|
6777
8204
|
abstract deleteDemoDataExtensionSchema(aspects: AspectStore, req: $wrapper.wix.infra.dataextensions.v1.IDeleteDemoDataExtensionSchemaRequest): Promise<$wrapper.wix.infra.dataextensions.v1.IDeleteDemoDataExtensionSchemaResponse>
|
|
6778
8205
|
abstract enrichAndSaveDataExtensionSchema(aspects: AspectStore, req: $wrapper.wix.infra.dataextensions.v1.IEnrichAndSaveDataExtensionSchemaRequest): Promise<$wrapper.wix.infra.dataextensions.v1.IEnrichAndSaveDataExtensionSchemaResponse>
|
|
8206
|
+
abstract deleteByWhiteListedMetaSite(aspects: AspectStore, req: $wrapper.wix.infra.dataextensions.v1.IDeleteByWhiteListedMetaSiteRequest): Promise<$wrapper.wix.infra.dataextensions.v1.IDeleteByWhiteListedMetaSiteResponse>
|
|
6779
8207
|
}
|
|
6780
8208
|
export interface IListDataExtensionSchemasRequest {
|
|
6781
8209
|
fqdn?: (string | null);
|
|
@@ -6881,6 +8309,22 @@ declare namespace $wrapper {
|
|
|
6881
8309
|
dataExtensionSchema?: ($wrapper.wix.infra.dataextensions.v1.IDataExtensionSchema | null);
|
|
6882
8310
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6883
8311
|
}
|
|
8312
|
+
export interface IDeleteByWhiteListedMetaSiteRequest {
|
|
8313
|
+
metaSiteId?: (string | null);
|
|
8314
|
+
}
|
|
8315
|
+
export class DeleteByWhiteListedMetaSiteRequest implements IDeleteByWhiteListedMetaSiteRequest {
|
|
8316
|
+
constructor(data?: IDeleteByWhiteListedMetaSiteRequest);
|
|
8317
|
+
metaSiteId?: (string | null);
|
|
8318
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8319
|
+
}
|
|
8320
|
+
export interface IDeleteByWhiteListedMetaSiteResponse {
|
|
8321
|
+
hasMore?: (boolean | null);
|
|
8322
|
+
}
|
|
8323
|
+
export class DeleteByWhiteListedMetaSiteResponse implements IDeleteByWhiteListedMetaSiteResponse {
|
|
8324
|
+
constructor(data?: IDeleteByWhiteListedMetaSiteResponse);
|
|
8325
|
+
hasMore?: (boolean | null);
|
|
8326
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8327
|
+
}
|
|
6884
8328
|
}
|
|
6885
8329
|
}
|
|
6886
8330
|
}
|