@wix/bex-utils 1.38.0 → 1.40.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-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js +650 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.d.ts +25136 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.d.ts +12567 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.js +210768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.d.ts +25130 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js +64 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js +582 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js +188 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js +61 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/builders/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/http/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/meta/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/package.json +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/rpc/package.json +6 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/assets_messages.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +137 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing.proto +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing_service.proto +124 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/companies_messages.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_common.proto +217 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ai_assistant/com/wixpress/appservice/api/upstream/wix/genie/assistant/spi/v1/assistant_spi_service.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/app_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +178 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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-devcenter-app-market-listing-v1-market-listing/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-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension.proto +99 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_container.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_menu_item.proto +67 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_widget.proto +47 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_modal.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/broadcast_list.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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 +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/code_package.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/accepted_message_types.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_branding.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_configuration.proto +41 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/conversation_limitations.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/dm/direct_message_config.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/email/email_message_config.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/media_capabilities.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/sms/sms_message_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_element_widget.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/table_reservations/spi/custom_reservations_approval/v1/custom_reservations_approval.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dc_config.proto +9 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/deployment_pipeline_provider/com/wixpress/appservice/api/upstream/wix/editor/deployments/spi/v1/pipeline_provider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dev_center_component_test.proto +87 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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 +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto +44 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/editor_addon.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/form_template.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +39 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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-devcenter-app-market-listing-v1-market-listing/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-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto +31 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_extension_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_extension_spi.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/headless_oauth.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto +82 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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 +194 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multi_service_booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/multi_service_booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema/com/wixpress/appservice/api/upstream/wix/multilingual/translation/schema/v1/schema.proto +71 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_content.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page.proto +70 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_replace/page_replace.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/platform.proto +59 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/plugin-interface.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +655 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/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 +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/service_availability_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/service_availability_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/slot.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/sms-action-message.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/static_file.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio_widget.proto +128 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_calculation_provider/com/wixpress/appservice/api/upstream/wix/billing/tax_calculation_spi/v1/tax_calculation_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_groups_provider/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_groups_provider_config.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/component_model.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/editor_behaviors.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/plugin_installation_settings.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/shared.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/widget_size.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/user_notification.proto +94 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/web.proto +350 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget.proto +121 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_plugin.proto +54 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/worker.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data.proto +436 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_messages.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_messages.proto +149 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/extensions_messages.proto +111 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/features/features_messages.proto +73 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/listingInfo_messages.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/marketListing_messages.proto +107 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/permissions_messages.proto +158 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/plans/plans_messages.proto +108 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/pricing_model/pricing_model_messages.proto +104 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/translations_data_messages.proto +57 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/versions_messages.proto +341 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/webhooks_messages.proto +65 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/annotations.proto +356 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/entity.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/validations.proto +134 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/media.proto +232 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/paging.proto +116 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/query.proto +768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types/package.json +7 -0
- package/package.json +3 -2
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "components_catalog_data/widget.proto";
|
|
8
|
+
import "components_catalog_data/out_of_iframe.proto";
|
|
9
|
+
|
|
10
|
+
// A widget out of iframe component that loads directly in the Editor DOM
|
|
11
|
+
message WidgetOutOfIframeComponentData {
|
|
12
|
+
// A link to the out of iframe component
|
|
13
|
+
string component_url = 1 [(wix.api.format) = WEB_URL];
|
|
14
|
+
// A link to the out of iframe controller
|
|
15
|
+
google.protobuf.StringValue controller_url = 2 [(wix.api.format) = WEB_URL];
|
|
16
|
+
// This is that widget's data.
|
|
17
|
+
WidgetComponentData widget_data = 3;
|
|
18
|
+
// A link to the out of iframe SSR
|
|
19
|
+
google.protobuf.StringValue ssr_component_url = 4 [(wix.api.format) = WEB_URL];
|
|
20
|
+
// should be <%=serviceUrl('your_artifact_id', 'component_url_bundle_file')%>
|
|
21
|
+
google.protobuf.StringValue component_url_template = 5;
|
|
22
|
+
// should be <%=serviceUrl('your_artifact_id', 'controller_url_bundle_file')%>
|
|
23
|
+
google.protobuf.StringValue controller_url_template = 6;
|
|
24
|
+
// Additional info on this OOI widget
|
|
25
|
+
OutOfIframeData out_of_iframe_data = 7;
|
|
26
|
+
// should be <%=serviceUrl('your_artifact_id', 'no_css_component_url_bundle_file')%>
|
|
27
|
+
google.protobuf.StringValue no_css_component_url_template = 8;
|
|
28
|
+
// A link to the out of iframe no css component url
|
|
29
|
+
google.protobuf.StringValue no_css_component_url = 9 [(wix.api.format) = WEB_URL];
|
|
30
|
+
// Enable support for different style param values for different breakpoint (Css Per Breakpoint)
|
|
31
|
+
google.protobuf.BoolValue css_per_breakpoint = 10;
|
|
32
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "components_catalog_data/plugin-interface.proto";
|
|
8
|
+
import "components_catalog_data/unified_components/plugin_installation_settings.proto";
|
|
9
|
+
|
|
10
|
+
// A component to be rendered within Widget Slots
|
|
11
|
+
message WidgetPluginComponentData {
|
|
12
|
+
// The ID of the actual widget used that is the Plugin component
|
|
13
|
+
string reference_component_id = 1 [(wix.api.format) = GUID];
|
|
14
|
+
|
|
15
|
+
// The APIs implemented by the Plugin's widget
|
|
16
|
+
repeated PluginInterface plugin_interfaces = 2;
|
|
17
|
+
|
|
18
|
+
// Marketing information about the plugin
|
|
19
|
+
PluginMarketData market_data = 3;
|
|
20
|
+
|
|
21
|
+
// The list of placements where the plugin is allowed to be installed
|
|
22
|
+
repeated PluginPlacement placements = 4;
|
|
23
|
+
|
|
24
|
+
// Widget plugin installation settings
|
|
25
|
+
//flynt-disable field-type-breaking-change
|
|
26
|
+
PluginInstallationSettings installation = 5;
|
|
27
|
+
|
|
28
|
+
// Marketing information about the plugin
|
|
29
|
+
message PluginMarketData {
|
|
30
|
+
// The name of the Plugin
|
|
31
|
+
string name = 1 [(wix.api.minLength) = 5];
|
|
32
|
+
|
|
33
|
+
// The short description of the Plugin
|
|
34
|
+
string description = 2 [(wix.api.minLength) = 10];
|
|
35
|
+
|
|
36
|
+
// The logo of the Plugin, should be a square image 35 x 35 px in `JPG` or `PNG` format
|
|
37
|
+
google.protobuf.StringValue logo_url = 3 [(wix.api.format) = WEB_URL];
|
|
38
|
+
|
|
39
|
+
reserved 4;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// Combination of IDs that uniquely identify a slot in the app component
|
|
43
|
+
message PluginPlacement {
|
|
44
|
+
// Slot app definition ID
|
|
45
|
+
string app_definition_id = 1 [(wix.api.format) = GUID];
|
|
46
|
+
|
|
47
|
+
// Slot app component ID
|
|
48
|
+
string widget_id = 2 [(wix.api.format) = GUID];
|
|
49
|
+
|
|
50
|
+
// Slot ID (a.k.a. Velo role)
|
|
51
|
+
string slot_id = 3 [(wix.api.minLength) = 1];
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
|
|
8
|
+
// Redirects to either a page component in the Business Manager or to a wix answers article
|
|
9
|
+
message WixOfferingComponentData {
|
|
10
|
+
// The offering to redirect to
|
|
11
|
+
oneof offering {
|
|
12
|
+
BusinessManagerPage business_manager_page = 1; // Redirect to a page in the Business Manager
|
|
13
|
+
string article_guid = 2 [(wix.api.format) = GUID]; // Redirect to an article with this ID
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message BusinessManagerPage {
|
|
18
|
+
string component_id = 1; // The ID of the page component to redirect to
|
|
19
|
+
google.protobuf.StringValue app_state = 2; // Redirect to this app state
|
|
20
|
+
bool show_regular_app_page = 3; // Whether to show the regular app page in the App Market instead of redirect to the Business Manager page
|
|
21
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.reviews.product.catalog.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.reviews.product.catalog.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "wix/common/spi.proto";
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
// Configuration for ReviewsProductCatalogProvider
|
|
13
|
+
message ReviewsProductCatalogProviderConfig {
|
|
14
|
+
option (.wix.api.decomposite_of) = "wix.reviews.product.catalog.spi.v1.ReviewsProductCatalogProviderConfig";
|
|
15
|
+
// URI where the SPI Implementer is deployed
|
|
16
|
+
.wix.common.spi.SpiBaseUri uri_config = 1;
|
|
17
|
+
|
|
18
|
+
// Namespace of catalog provider
|
|
19
|
+
string namespace = 2;
|
|
20
|
+
|
|
21
|
+
// Flag that indicates if verified reviews are enabled
|
|
22
|
+
bool is_verified_reviews_enabled = 3;
|
|
23
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
// An invisible iframe to track site activity. It’ll be added to every page on the user’s site
|
|
8
|
+
message WorkerComponentData {
|
|
9
|
+
// A public link to the worker endpoint
|
|
10
|
+
string worker_endpoint_url = 1 [(wix.api.format) = URI];
|
|
11
|
+
}
|
|
@@ -0,0 +1,436 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/entity.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "extensions_messages.proto";
|
|
8
|
+
import "components_catalog_data/app_config.proto";
|
|
9
|
+
import "components_catalog_data/back_office_extension.proto";
|
|
10
|
+
import "components_catalog_data/back_office_extension_widget.proto";
|
|
11
|
+
import "components_catalog_data/back_office_extension_menu_item.proto";
|
|
12
|
+
import "components_catalog_data/back_office_extension_container.proto";
|
|
13
|
+
import "components_catalog_data/back_office_page.proto";
|
|
14
|
+
import "components_catalog_data/back_office_widget.proto";
|
|
15
|
+
import "components_catalog_data/back_office_sidebar_category.proto";
|
|
16
|
+
import "components_catalog_data/back_office_modal.proto";
|
|
17
|
+
import "components_catalog_data/code_package.proto";
|
|
18
|
+
import "components_catalog_data/dashboard.proto";
|
|
19
|
+
import "components_catalog_data/dashboard_platform.proto";
|
|
20
|
+
import "components_catalog_data/data.proto";
|
|
21
|
+
import "components_catalog_data/dc_config.proto";
|
|
22
|
+
import "components_catalog_data/editor_addon.proto";
|
|
23
|
+
import "components_catalog_data/embedded_script.proto";
|
|
24
|
+
import "components_catalog_data/page.proto";
|
|
25
|
+
import "components_catalog_data/page_out_of_iframe.proto";
|
|
26
|
+
import "components_catalog_data/platform.proto";
|
|
27
|
+
import "components_catalog_data/snippet_solution.proto";
|
|
28
|
+
import "components_catalog_data/static_file.proto";
|
|
29
|
+
import "components_catalog_data/studio.proto";
|
|
30
|
+
import "components_catalog_data/studio_widget.proto";
|
|
31
|
+
import "components_catalog_data/web.proto";
|
|
32
|
+
import "components_catalog_data/unified_components/unified_page.proto";
|
|
33
|
+
import "components_catalog_data/custom_element_widget.proto";
|
|
34
|
+
import "components_catalog_data/widget.proto";
|
|
35
|
+
import "components_catalog_data/widget_out_of_iframe.proto";
|
|
36
|
+
import "components_catalog_data/widget_plugin.proto";
|
|
37
|
+
import "components_catalog_data/worker.proto";
|
|
38
|
+
import "components_catalog_data/multiple_dashboards.proto";
|
|
39
|
+
import "components_catalog_data/payments_gateway.proto";
|
|
40
|
+
import "components_catalog_data/automation_trigger.proto";
|
|
41
|
+
import "components_catalog_data/invoices_actions.proto";
|
|
42
|
+
import "components_catalog_data/dashboard_application.proto";
|
|
43
|
+
import "components_catalog_data/contact_labels.proto";
|
|
44
|
+
import "components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto";
|
|
45
|
+
import "components_catalog_data/local_delivery.proto";
|
|
46
|
+
import "components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto";
|
|
47
|
+
import "components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto";
|
|
48
|
+
import "components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto";
|
|
49
|
+
import "components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto";
|
|
50
|
+
import "components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto";
|
|
51
|
+
import "components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto";
|
|
52
|
+
import "components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto";
|
|
53
|
+
import "components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto";
|
|
54
|
+
import "components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto";
|
|
55
|
+
import "components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto";
|
|
56
|
+
import "components_catalog_data/data_extensions.proto";
|
|
57
|
+
import "components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto";
|
|
58
|
+
import "components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto";
|
|
59
|
+
import "components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto";
|
|
60
|
+
import "components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto";
|
|
61
|
+
import "components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto";
|
|
62
|
+
import "components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto";
|
|
63
|
+
import "components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto";
|
|
64
|
+
import "components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto";
|
|
65
|
+
import "components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto";
|
|
66
|
+
import "components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto";
|
|
67
|
+
import "components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto";
|
|
68
|
+
import "components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto";
|
|
69
|
+
import "components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto";
|
|
70
|
+
import "components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto";
|
|
71
|
+
import "components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto";
|
|
72
|
+
import "components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto";
|
|
73
|
+
import "components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto";
|
|
74
|
+
import "components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto";
|
|
75
|
+
import "components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto";
|
|
76
|
+
import "components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto";
|
|
77
|
+
import "components_catalog_data/ping_notifications.proto";
|
|
78
|
+
import "components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto";
|
|
79
|
+
import "components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto";
|
|
80
|
+
import "components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto";
|
|
81
|
+
import "components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto";
|
|
82
|
+
import "components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto";
|
|
83
|
+
import "components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto";
|
|
84
|
+
import "components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto";
|
|
85
|
+
import "components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto";
|
|
86
|
+
import "components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto";
|
|
87
|
+
import "components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto";
|
|
88
|
+
import "components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto";
|
|
89
|
+
import "components_catalog_data/forms_submissions_extension_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_extension_spi.proto";
|
|
90
|
+
import "components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto";
|
|
91
|
+
import "components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto";
|
|
92
|
+
import "components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto";
|
|
93
|
+
import "components_catalog_data/wix_offering.proto";
|
|
94
|
+
import "components_catalog_data/dev_center_component_test.proto";
|
|
95
|
+
import "components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto";
|
|
96
|
+
import "components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto";
|
|
97
|
+
import "components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto";
|
|
98
|
+
import "components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto";
|
|
99
|
+
import "components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto";
|
|
100
|
+
import "components_catalog_data/headless_oauth.proto";
|
|
101
|
+
import "components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto";
|
|
102
|
+
import "components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto";
|
|
103
|
+
import "components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto";
|
|
104
|
+
import "components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto";
|
|
105
|
+
import "components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto";
|
|
106
|
+
import "components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto";
|
|
107
|
+
import "components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto";
|
|
108
|
+
import "components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto";
|
|
109
|
+
import "components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto";
|
|
110
|
+
import "components_catalog_data/ping_settings_group.proto";
|
|
111
|
+
import "components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto";
|
|
112
|
+
import "components_catalog_data/user_notification.proto";
|
|
113
|
+
import "components_catalog_data/contact_notification.proto";
|
|
114
|
+
import "components_catalog_data/notification_topic.proto";
|
|
115
|
+
import "components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto";
|
|
116
|
+
import "components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto";
|
|
117
|
+
import "components_catalog_data/pricing_plans_form_configuration.proto";
|
|
118
|
+
import "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";
|
|
119
|
+
import "components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto";
|
|
120
|
+
import "components_catalog_data/sms-action-message.proto";
|
|
121
|
+
import "components_catalog_data/form_template.proto";
|
|
122
|
+
import "components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/table_reservations/spi/custom_reservations_approval/v1/custom_reservations_approval.proto";
|
|
123
|
+
import "components_catalog_data/service_availability_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/service_availability_policy_provider.proto";
|
|
124
|
+
import "components_catalog_data/booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/booking_policy_provider.proto";
|
|
125
|
+
import "components_catalog_data/multi_service_booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/multi_service_booking_policy_provider.proto";
|
|
126
|
+
import "components_catalog_data/ai_assistant/com/wixpress/appservice/api/upstream/wix/genie/assistant/spi/v1/assistant_spi_service.proto";
|
|
127
|
+
import "components_catalog_data/multilingual_translation_schema.proto";
|
|
128
|
+
import "components_catalog_data/tax_calculation_provider/com/wixpress/appservice/api/upstream/wix/billing/tax_calculation_spi/v1/tax_calculation_config.proto";
|
|
129
|
+
import "components_catalog_data/tax_groups_provider/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_groups_provider_config.proto";
|
|
130
|
+
import "components_catalog_data/deployment_pipeline_provider/com/wixpress/appservice/api/upstream/wix/editor/deployments/spi/v1/pipeline_provider.proto";
|
|
131
|
+
import "components_catalog_data/notification_content.proto";
|
|
132
|
+
import "components_catalog_data/broadcast_list.proto";
|
|
133
|
+
// Component data
|
|
134
|
+
message ComponentData {
|
|
135
|
+
option (wix.api.entity) = {
|
|
136
|
+
fqdn: "wix.devcenter.v1.component_data",
|
|
137
|
+
segment: USERS
|
|
138
|
+
};
|
|
139
|
+
|
|
140
|
+
oneof data {
|
|
141
|
+
// Create a widget iframe that users can display on their site. We recommend submitting a proposal before using iframes in your app.
|
|
142
|
+
// Learn More: https://devforum.wix.com/en/article/widget-components
|
|
143
|
+
WidgetComponentData widget_component_data = 7 [(wix.api.field_exposure) = PUBLIC];
|
|
144
|
+
// Display an iframe as a page on a user's site.
|
|
145
|
+
// Learn More: https://dev.wix.com/docs/build-apps/developer-tools/extensions/iframes/guide-to-page-extensions
|
|
146
|
+
PageComponentData page_component_data = 8 [(wix.api.field_exposure) = PUBLIC];
|
|
147
|
+
// Load a WOOI directly in the Editor DOM.
|
|
148
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/editor-widget-out-of-iframe/widget-out-of-iframe-component-data-object
|
|
149
|
+
WidgetOutOfIframeComponentData widget_out_of_iframe_data = 17 [(wix.api.field_exposure) = INTERNAL];
|
|
150
|
+
// Load a POOI directly in the Editor DOM.
|
|
151
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/editor-page-out-of-iframe/page-out-of-iframe-component-data-object
|
|
152
|
+
PageOutOfIframeComponentData page_out_of_iframe_data = 18 [(wix.api.field_exposure) = INTERNAL];
|
|
153
|
+
// Load a collection of native Editor components directly in the Editor DOM.
|
|
154
|
+
// Learn More: https://bo.wix.com/wix-docs/fe-guild/editor-platform
|
|
155
|
+
PlatfromComponentData platform_component_data = 4 [(wix.api.field_exposure) = INTERNAL];
|
|
156
|
+
// Open an iframe in the Dashboard, or add a link to a page on your platform.
|
|
157
|
+
// Learn More: https://devforum.wix.com/en/article/create-a-dashboard-page-component
|
|
158
|
+
DashboardComponentData dashboard_component_data = 6 [(wix.api.field_exposure) = PUBLIC];
|
|
159
|
+
// Use an invisible iframe to track activity. It’s added to every page on the site (max. 1).
|
|
160
|
+
// Learn More: https://devforum.wix.com/en/article/worker-components
|
|
161
|
+
WorkerComponentData worker_component_data = 5 [(wix.api.field_exposure) = PUBLIC];
|
|
162
|
+
// Use Wix Blocks to create a widget component. Wix Blocks will open in a new tab.
|
|
163
|
+
// Learn More: https://bo.wix.com/wix-docs/rest/drafts/wix-blocks-server---app-builder
|
|
164
|
+
StudioComponentData studio_component_data = 3 [(wix.api.field_exposure) = PRIVATE];
|
|
165
|
+
// A widget component in the Wix Blocks.
|
|
166
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/wix-blocks
|
|
167
|
+
StudioWidgetComponentData studio_widget_component_data = 10 [(wix.api.field_exposure) = PRIVATE];
|
|
168
|
+
// A component that indicates the existence of an importable code package in a Wix Blocks application.
|
|
169
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/wix-blocks-code-package
|
|
170
|
+
CodePackageComponentData code_package_component_data = 23 [(wix.api.field_exposure) = PRIVATE];
|
|
171
|
+
// Load a collection of native components directly in the Business Manager.
|
|
172
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/dashboard-platfrom/dashboard-platfrom-component-data-object
|
|
173
|
+
DashboardPlatfromComponentData dashboard_platform_component_data = 9 [(wix.api.field_exposure) = INTERNAL];
|
|
174
|
+
// Inject your script into a user’s site.
|
|
175
|
+
// Learn More: https://devforum.wix.com/en/article/about-embedded-script-components
|
|
176
|
+
EmbeddedScriptComponentData embedded_script_component_data = 11 [(wix.api.field_exposure) = PUBLIC];
|
|
177
|
+
// Display a draggable component in the Editor using an HTML custom element.
|
|
178
|
+
// Learn More: https://devforum.wix.com/kb/en/article/create-a-custom-element
|
|
179
|
+
WebComponentData web_component_data = 15 [(wix.api.field_exposure) = PUBLIC];
|
|
180
|
+
// Extend app with internal Wix extension.
|
|
181
|
+
ExtensionData extension_data = 12 [(wix.api.field_exposure) = PRIVATE];
|
|
182
|
+
//
|
|
183
|
+
SnippetSolutionData snippet_solutions_data = 13 [(wix.api.field_exposure) = PRIVATE];
|
|
184
|
+
//
|
|
185
|
+
DataComponent data_component = 14 [(wix.api.field_exposure) = PRIVATE];
|
|
186
|
+
//
|
|
187
|
+
DCConfigData dc_config_data = 16 [(wix.api.field_exposure) = PRIVATE];
|
|
188
|
+
// Serve a file from the user’s site domain.
|
|
189
|
+
// Learn More: https://devforum.wix.com/en/article/serving-staic-files-from-the-installed-sites-domain
|
|
190
|
+
StaticFileComponentData static_file_component_data = 19 [(wix.api.field_exposure) = PRIVATE];
|
|
191
|
+
//
|
|
192
|
+
AppConfig app_config = 20 [(wix.api.field_exposure) = PRIVATE];
|
|
193
|
+
// Create a multi-page dashboard in the Business Manager.
|
|
194
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/multiple-dashboards
|
|
195
|
+
MultipleDashboardsComponentData multiple_dashboards_component_data = 21 [(wix.api.field_exposure) = PRIVATE];
|
|
196
|
+
// Payments gateway extension description
|
|
197
|
+
PaymentsGatewayComponentData payments_gateway = 22 [(wix.api.field_exposure) = INTERNAL];
|
|
198
|
+
// Extend an app with automation capabilities using CRM Automations
|
|
199
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/automation-trigger
|
|
200
|
+
AutomationTrigger automation_trigger = 24 [(wix.api.field_exposure) = PRIVATE];
|
|
201
|
+
// Any restrictions on invoices actions
|
|
202
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/invoices-actions
|
|
203
|
+
InvoicesActionsComponentData invoices_actions_component_data = 25 [(wix.api.field_exposure) = PRIVATE];
|
|
204
|
+
// Experimental-WIP: Business manager app_config, configures a module and its page components in business manager.
|
|
205
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/dashboard-application
|
|
206
|
+
DashboardApplicationData dashboard_application_data = 26 [(wix.api.field_exposure) = PRIVATE];
|
|
207
|
+
// Contact Labels Components
|
|
208
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/contact-labels
|
|
209
|
+
ContactLabelsComponentData contact_labels = 27 [(wix.api.field_exposure) = INTERNAL];
|
|
210
|
+
// Plugin Component for Widgets
|
|
211
|
+
// Learn More: https://dev.wix.com/docs/build-apps/developer-tools/extensions/plugins/build-a-plugin#step-4--configure-your-plugin-in-the-developers-center
|
|
212
|
+
WidgetPluginComponentData widget_plugin = 28 [(wix.api.field_exposure) = PUBLIC];
|
|
213
|
+
// Cross Sell Integration
|
|
214
|
+
upstream.com.wixpress.buildup.spi.CrossSellConfig cross_sell = 30 [(wix.api.field_exposure) = PRIVATE];
|
|
215
|
+
// Experimental-WIP: Local Delivery extension description.
|
|
216
|
+
// Learn More: https://bo.wix.com/wix-docs/rnd/dev-center/components-catalog/local-delivery
|
|
217
|
+
LocalDeliveryComponentData local_delivery = 31 [(wix.api.field_exposure) = PRIVATE];
|
|
218
|
+
// WIP: Velo payment provider SPI
|
|
219
|
+
upstream.wix.psp.v1.PaymentServiceProviderConfig payment_provider = 32 [(wix.api.field_exposure) = PRIVATE];
|
|
220
|
+
// Memberships SPI for ECOM platform
|
|
221
|
+
upstream.com.wix.ecom.memberships_spi.v1.MembershipsSPIConfig ecom_memberships = 33 [(wix.api.field_exposure) = PRIVATE];
|
|
222
|
+
// Line Items Enricher SPI for ECOM platform
|
|
223
|
+
upstream.com.wix.ecom.line_items_enricher_spi.api.v1.LineItemsEnricherConfig ecom_line_items_enricher = 34 [(wix.api.field_exposure) = PRIVATE];
|
|
224
|
+
// Displays the options from your Shipping Rates SPI in a site's cart and checkout.
|
|
225
|
+
// Learn More: https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/shipping-rates-integration-spi/introduction
|
|
226
|
+
upstream.com.wix.ecom.shipping_rates.v1.ShippingRatesConfig ecom_shipping_rates = 35 [(wix.api.field_exposure) = PUBLIC];
|
|
227
|
+
// Shipping Label Carrier SPI
|
|
228
|
+
upstream.com.wix.ecom.shipping.label.carrier_spi.v1.ShippingLabelCarrierSpiConfig shipping_label_carrier = 36 [(wix.api.field_exposure) = PRIVATE];
|
|
229
|
+
// Restaurants POS SPI
|
|
230
|
+
upstream.wix.restaurants.pos.v1.RestaurantsPOSComponentData restaurants_pos = 37 [(wix.api.field_exposure) = PRIVATE];
|
|
231
|
+
|
|
232
|
+
// A fictional Shipping SPI that is used by developers to complete SPI training
|
|
233
|
+
// https://github.com/wix-academy/spi-in-scala-path
|
|
234
|
+
.com.wixpress.test.shipping.ShippingProviderConfig fictional_shipping_provider = 38 [(wix.api.field_exposure) = PRIVATE];
|
|
235
|
+
// Alert Enricher Integration
|
|
236
|
+
upstream.spi.com.wixpress.vi.enricher.spi.AlertEnricherSpiConfiguration alert_enricher = 39 [(wix.api.field_exposure) = PRIVATE];
|
|
237
|
+
// Extend a Wix entity with custom fields for your app
|
|
238
|
+
DataExtensionsComponentData data_extensions = 40 [(wix.api.field_exposure) = PUBLIC];
|
|
239
|
+
// A common component type for all Generic Hooks
|
|
240
|
+
upstream.wix.framework.hooks.GenericHooksConfig generic_hooks = 41 [(wix.api.field_exposure) = PRIVATE];
|
|
241
|
+
// WIP: automations action provider
|
|
242
|
+
upstream.com.wixpress.esb.spi.action.v1.ActionProviderSPIConfig automations_action_provider = 42 [(wix.api.field_exposure) = PRIVATE];
|
|
243
|
+
// Catalog SPI for ECOM platform
|
|
244
|
+
upstream.com.wix.ecommerce.catalog_spi.api.v1.CatalogSPIConfig ecom_catalog = 43 [(wix.api.field_exposure) = INTERNAL];
|
|
245
|
+
// Add a space to a Wix Dashboard page that can be extended with a widget or menu item.
|
|
246
|
+
BackOfficeExtensionContainer back_office_extension_container = 44 [(wix.api.field_exposure) = INTERNAL];
|
|
247
|
+
// Create a widget or menu item that will be rendered within a Wix Dashboard page.
|
|
248
|
+
// Learn More: https://devforum.wix.com/kb/en/article/create-a-wix-dashboard-extension
|
|
249
|
+
BackOfficeExtension back_office_extension = 45 [(wix.api.field_exposure) = PUBLIC];
|
|
250
|
+
// WIP: automations trigger provider
|
|
251
|
+
upstream.com.wixpress.esb.spi.trigger.v1.TriggerProviderSPIConfig automations_trigger_provider = 46 [(wix.api.field_exposure) = PRIVATE];
|
|
252
|
+
// WIP - SPI for execution before identity creation in the new IAM platform
|
|
253
|
+
upstream.wix.iam.identity.v1.PreRegisterConfig identity_pre_registration = 47[(wix.api.field_exposure) = PRIVATE];
|
|
254
|
+
// Premium products upgrades/downgrades
|
|
255
|
+
upstream.spi.com.wixpress.premium.productspaths.v1.ProductsPathsConfig premium_products_paths = 48 [(wix.api.field_exposure) = PRIVATE];
|
|
256
|
+
// ECOM custom scopes provider - define scopes of catalog items based custom attributes
|
|
257
|
+
com.wixpress.appservice.api.upstream.com.wixpress.ecom.scopes.CustomScopeConfig ecom_custom_scope = 49 [(wix.api.field_exposure) = PRIVATE];
|
|
258
|
+
// Gift Card SPI for Ecom Platform
|
|
259
|
+
com.wixpress.appservice.api.upstream.wix.gift.cards.provider.api.GiftCardProviderConfig gift_cards_provider = 50 [(wix.api.field_exposure) = PRIVATE];
|
|
260
|
+
// Dealer External Filter SPI
|
|
261
|
+
com.wixpress.appservice.api.upstream.wix.dealerExternalServiceProviders.api.v1.ExternalFilterProviderConfig dealer_external_filter_provider = 51 [(wix.api.field_exposure) = PRIVATE];
|
|
262
|
+
// Recommendations provider SPI
|
|
263
|
+
com.wixpress.appservice.api.upstream.com.wix.ecom.recommendations.spi.RecommendationsProviderConfig ecom_recommendations_provider = 60 [(wix.api.field_exposure) = PRIVATE];
|
|
264
|
+
// Dropshipping Provider SPI for Ecom Platform
|
|
265
|
+
com.wixpress.appservice.api.upstream.com.wix.ecommerce.dropshipping_provider_spi.api.v1.DropshippingProviderSPIConfig ecom_dropshipping_provider = 52 [(wix.api.field_exposure) = PRIVATE];
|
|
266
|
+
// Invoices SPI
|
|
267
|
+
com.wixpress.appservice.api.upstream.wix.invoices.spi.v1.InvoicesConfig invoices_provider = 53 [(wix.api.field_exposure) = PRIVATE];
|
|
268
|
+
// Provide SEO keyword suggestions to site collaborators, report quota usage, and provide a page where users can upgrade their plan.
|
|
269
|
+
// Learn More: https://dev.wix.com/docs/rest/api-reference/marketing/seo-keywords-suggestions-v-1/introduction
|
|
270
|
+
com.wixpress.appservice.api.upstream.wix.promote.seo_keywords_suggestions_spi.v1.SeoKeywordsSuggestionsSPIConfig seo_keywords_suggestions = 54 [(wix.api.field_exposure) = PUBLIC];
|
|
271
|
+
// Ecom custom discount trigger SPI provider - define custom triggers to apply discount rules
|
|
272
|
+
// Learn More: https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/custom-discount-triggers-integration-spi/introduction
|
|
273
|
+
com.wixpress.appservice.api.upstream.com.wix.ecom.custom_trigger.v1.spi.CustomTriggerConfig ecom_discounts_trigger = 55 [(wix.api.field_exposure) = PRIVATE];
|
|
274
|
+
//Multilingual content provider for site translator to read and update translations
|
|
275
|
+
com.wixpress.appservice.api.upstream.com.wixpress.multilingual.sitetranslator.spi.v1.ContentProviderConfig multilingual_content_provider = 56 [(wix.api.field_exposure) = PRIVATE];
|
|
276
|
+
|
|
277
|
+
// Application Automation
|
|
278
|
+
com.wixpress.appservice.api.upstream.com.wixpress.automations.service.ApplicationAutomationComponent application_automation = 61 [(wix.api.field_exposure) = PRIVATE];
|
|
279
|
+
|
|
280
|
+
// Experimental-WIP: A back office page category
|
|
281
|
+
BackOfficeSidebarCategory back_office_sidebar_category = 62 [(wix.api.field_exposure) = INTERNAL];
|
|
282
|
+
// Configure a page for your app that will be embedded in the Wix Dashboard.
|
|
283
|
+
// Learn More: https://devforum.wix.com/kb/en/article/create-a-dashboard-page-component
|
|
284
|
+
BackOfficePage back_office_page = 63 [(wix.api.field_exposure) = PRIVATE];
|
|
285
|
+
// Displays the fees from your Additional Fees SPI in a site's cart and checkout.
|
|
286
|
+
// Learn More: https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/additional-fees-integration-spi/introduction
|
|
287
|
+
upstream.com.wix.ecommerce.additional_fees_spi.api.v1.AdditionalFeesSPIConfig ecom_additional_fees = 64 [(wix.api.field_exposure) = PUBLIC];
|
|
288
|
+
// Send notifications to your app users
|
|
289
|
+
PingNotificationComponentData ping_user_notification = 65 [(wix.api.field_exposure) = PRIVATE];
|
|
290
|
+
//Bookings Pricing Provider SPI
|
|
291
|
+
com.wixpress.appservice.api.upstream.com.wixpress.bookings.pricing.spi.v1.BookingsPricingProviderConfig bookings_pricing_provider = 66 [(wix.api.field_exposure) = PRIVATE];
|
|
292
|
+
// Authenticator SPI
|
|
293
|
+
com.wixpress.appservice.api.upstream.wix.iam.identity.authentication.authenticator.v1.AuthenticatorConfig identity_authenticator = 67 [(wix.api.field_exposure) = PRIVATE];
|
|
294
|
+
// WIP - SPI for authenticating via external IDP in the new IAM platform
|
|
295
|
+
com.wixpress.appservice.api.upstream.wix.iam.authentication.v1.IDPConnectionConfig identity_idp_connector = 68 [(wix.api.field_exposure) = PRIVATE];
|
|
296
|
+
// Items Selection
|
|
297
|
+
com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig items_selection_provider = 69 [(wix.api.field_exposure) = INTERNAL];
|
|
298
|
+
// Portfolio synced projects provider
|
|
299
|
+
com.wixpress.appservice.api.upstream.com.wixpress.portfolio.syncedprojects.spi.SyncedProjectsProviderConfig portfolio_synced_projects_provider = 70 [(wix.api.field_exposure) = PRIVATE];
|
|
300
|
+
//Communication Channel
|
|
301
|
+
com.wixpress.appservice.api.upstream.com.wixpress.comm.channels.spi.v1.CommunicationChannelConfiguration communication_channel = 71 [(wix.api.field_exposure) = PRIVATE];
|
|
302
|
+
// WIP - SPI to run after the login process
|
|
303
|
+
com.wixpress.appservice.api.upstream.wix.iam.authentication.v1.PostLoginConfig identity_post_login = 72 [(wix.api.field_exposure) = PRIVATE];
|
|
304
|
+
// Create a component that can be easily placed in or opened from a Wix app page.
|
|
305
|
+
BackOfficeWidget back_office_widget = 73 [(wix.api.field_exposure) = INTERNAL];
|
|
306
|
+
// Social Marketing Design SPI
|
|
307
|
+
com.wixpress.appservice.api.upstream.wix.promote.social_marketing_design_spi.v1.SocialMarketingDesignSPIConfig social_marketing_design = 74 [(wix.api.field_exposure) = PRIVATE];
|
|
308
|
+
// Forms Submissions SPI
|
|
309
|
+
com.wixpress.appservice.api.upstream.wix.forms.v4.FormSubmissionSpiConfig forms_submissions_provider = 75 [(wix.api.field_exposure) = PRIVATE];
|
|
310
|
+
// Wix Offering
|
|
311
|
+
WixOfferingComponentData wix_offering = 76 [(wix.api.field_exposure) = INTERNAL];
|
|
312
|
+
// Components translation test component
|
|
313
|
+
DevCenterTestingComponentData dev_center_testing_component = 77 [(wix.api.field_exposure) = PRIVATE];
|
|
314
|
+
// Components Validator SPI
|
|
315
|
+
com.wixpress.appservice.api.upstream.src.main.proto.wix.devcenter.apps.components.validator.ComponentsValidatorConfig components_validator_provider = 78 [(wix.api.field_exposure) = PRIVATE];
|
|
316
|
+
// Components Translations additional fields config
|
|
317
|
+
com.wixpress.appservice.api.upstream.wix.devcenter.components.translation.v1.spi.ComponentTranslationAdditionalFieldsConfig components_translations_additional_fields_provider = 79 [(wix.api.field_exposure) = PRIVATE];
|
|
318
|
+
// Forms Schema SPI
|
|
319
|
+
com.wixpress.appservice.api.upstream.wix.forms.v4.FormSchemaSpiConfig forms_schema_provider = 80 [(wix.api.field_exposure) = PRIVATE];
|
|
320
|
+
// Bookings External Calendar Provider
|
|
321
|
+
com.wixpress.appservice.api.upstream.com.wix.bookings.externalcalendar.spi.v1.ProviderConfig bookings_external_calendar_provider = 81 [(wix.api.field_exposure) = PRIVATE];
|
|
322
|
+
// Default Tax Category Config
|
|
323
|
+
// Learn More: https://bo.wix.com/wix-docs/rest/drafts/platform-tax
|
|
324
|
+
com.wixpress.appservice.api.upstream.wix.billing.spi.v1.DefaultTaxGroupProviderConfig ecom_default_taxation_category = 82 [(wix.api.field_exposure) = INTERNAL];
|
|
325
|
+
// Viewer Dynamic Site Structure Config
|
|
326
|
+
com.wixpress.appservice.api.upstream.com.wixpress.structure.spi.v1.DynamicSiteStructureProviderConfig viewer_dynamic_site_structure_provider = 83 [(wix.api.field_exposure) = PRIVATE];
|
|
327
|
+
// Send notifications to your app users of users
|
|
328
|
+
PingNotificationComponentData ping_uou_notification = 84 [(wix.api.field_exposure) = PRIVATE];
|
|
329
|
+
// Holds data for authenticating Headless Applications
|
|
330
|
+
HeadlessOAuth headless_oauth = 85 [(wix.api.field_exposure) = INTERNAL];
|
|
331
|
+
// Tax Calculator Structure Config
|
|
332
|
+
// Learn More: https://bo.wix.com/wix-docs/rest/drafts/platform-tax
|
|
333
|
+
com.wixpress.appservice.api.upstream.wix.billing.spi.v1.TaxCalculatorSpiConfig ecom_tax_calculator_spi = 86 [(wix.api.field_exposure) = INTERNAL];
|
|
334
|
+
// Comments Moderation Provider Config
|
|
335
|
+
com.wixpress.appservice.api.upstream.wix.comments.ng.v1.spi.CommentModerationProviderConfig comments_moderation_provider = 88 [(wix.api.field_exposure) = PRIVATE, (wix.api.field_deprecated) = {replaced_by: 'comments_filter_provider'}];
|
|
336
|
+
// GridApp files transformer config
|
|
337
|
+
com.wixpress.appservice.api.upstream.wix.velo.ide.spi.v1.GridAppFilesTransformerConfig grid_app_files_transformer = 89 [(wix.api.field_exposure) = PRIVATE];
|
|
338
|
+
// Holds benefit programs policy provider configuration
|
|
339
|
+
com.wixpress.appservice.api.upstream.wix.benefit_programs.spi.v1.PolicyConfig benefit_programs_policy_provider = 90 [(wix.api.field_exposure) = PRIVATE];
|
|
340
|
+
// Premium Custom Charges Config
|
|
341
|
+
// Learn More: https://dev.wix.com/docs/rest/api-reference/app-management/apps/custom-charges-spi/introduction
|
|
342
|
+
com.wixpress.appservice.api.upstream.spi.wix.premium.customcharges.spi.v1.CustomChargesConfig premium_custom_charges = 91 [(wix.api.field_exposure) = PUBLIC];
|
|
343
|
+
// Performs Validations for a site's cart and checkout.
|
|
344
|
+
// Learn More: https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/validations-integration-spi/introduction
|
|
345
|
+
upstream.com.wix.ecommerce.validations_spi.v1.ValidationsSPIConfig ecom_validations = 92 [(wix.api.field_exposure) = PUBLIC];
|
|
346
|
+
// Component Reference Data SPI
|
|
347
|
+
com.wixpress.appservice.api.upstream.src.main.proto.wix.devcenter.apps.components.reference.data.ComponentReferenceDataConfig component_reference_data_provider = 93 [(wix.api.field_exposure) = PRIVATE];
|
|
348
|
+
// Wix Reviews SPI
|
|
349
|
+
com.wixpress.appservice.api.upstream.wix.reviews.product.catalog.spi.v1.ReviewsProductCatalogProviderConfig wix_reviews_product_catalog = 94 [(wix.api.field_exposure) = PRIVATE];
|
|
350
|
+
// Promote Social Marketing Designs Provider Configuration
|
|
351
|
+
com.wixpress.appservice.api.upstream.wix.promote.social_marketing_designs_provider_spi.v1.SocialMarketingDesignsProviderConfig social_marketing_designs_provider = 95 [(wix.api.field_exposure) = PRIVATE];
|
|
352
|
+
// Promote Google Business Profile Provider Configuration
|
|
353
|
+
com.wixpress.appservice.api.upstream.wix.promote.gbp_feature_provider_spi.v1.GbpFeatureConfig google_business_profile_feature_provider = 96 [(wix.api.field_exposure) = PRIVATE];
|
|
354
|
+
// Comments Filter Provider Config
|
|
355
|
+
com.wixpress.appservice.api.upstream.wix.comments.ng.v1.spi.CommentFilterProviderConfig comments_filter_provider = 97 [(wix.api.field_exposure) = PRIVATE];
|
|
356
|
+
// Tax ID Validator SPI Config
|
|
357
|
+
com.wixpress.appservice.api.upstream.wix.billing.tax.validation.spi.v1.TaxIdValidatorConfig billing_tax_id_validator = 98 [(wix.api.field_exposure) = PRIVATE];
|
|
358
|
+
//Ping Settings Group Data
|
|
359
|
+
PingSettingsGroupComponentData ping_settings_group = 99 [(wix.api.field_exposure) = PRIVATE];
|
|
360
|
+
// Forms Spam Submissions SPI
|
|
361
|
+
com.wixpress.appservice.api.upstream.wix.forms.v4.FormSpamSubmissionSpiConfig forms_spam_submissions_provider = 100 [(wix.api.field_exposure) = PRIVATE];
|
|
362
|
+
// Editor Addon component
|
|
363
|
+
EditorAddon editor_addon = 101 [(wix.api.field_exposure) = INTERNAL];
|
|
364
|
+
// External Database component
|
|
365
|
+
com.wixpress.appservice.api.upstream.com.wixpress.cloud.externaldatabasespi.v1.ExternalDatabaseSpiConfig external_database_provider = 102 [(wix.api.field_exposure) = PRIVATE];
|
|
366
|
+
// Ecom Payment Settings SPI Config
|
|
367
|
+
// Learn More: https://dev.wix.com/docs/rest/api-reference/wix-e-commerce/payment-settings-integration-spi/introduction
|
|
368
|
+
upstream.com.wix.ecommerce.payment_settings_spi.v1.PaymentSettingsSPIConfig ecom_payment_settings = 103 [(wix.api.field_exposure) = PUBLIC];
|
|
369
|
+
// Group multiple notifications into one preference toggle.
|
|
370
|
+
// Learn More: https://dev.wix.com/docs/build-apps/build-your-app/user-notifications/add-notification-topics
|
|
371
|
+
NotificationTopic notification_topic = 104 [(wix.api.field_exposure) = PRIVATE];
|
|
372
|
+
//Notification Preference SPI
|
|
373
|
+
com.wixpress.appservice.api.upstream.wix.notifications.preferences.v1.notification_preferences_filter_spi.NotificationPreferencesFilterConfig notification_preferences_filter_provider = 105 [(wix.api.field_exposure) = PRIVATE];
|
|
374
|
+
// Bookings Resource Types provider SPI config
|
|
375
|
+
com.wixpress.appservice.api.upstream.com.wixpress.bookings.resources.spi.v2.BookingsResourceTypesProviderConfig bookings_resource_types_provider = 106 [(wix.api.field_exposure) = PRIVATE];
|
|
376
|
+
// Pricing Plans form configuration
|
|
377
|
+
PricingPlansFormConfiguration pricing_plans_form_configuration = 107 [(wix.api.field_exposure) = INTERNAL];
|
|
378
|
+
// Create a notification to alert your app users about important updates and events.
|
|
379
|
+
// Learn More: https://dev.wix.com/docs/build-apps/build-your-app/user-notifications/app-notifications
|
|
380
|
+
UserNotification user_notification = 108 [(wix.api.field_exposure) = PRIVATE];
|
|
381
|
+
// Contact Notification
|
|
382
|
+
ContactNotification contact_notification = 109 [(wix.api.field_exposure) = PRIVATE];
|
|
383
|
+
// Page component of unified components logic
|
|
384
|
+
UnifiedPage unified_page = 110 [(wix.api.field_exposure) = PRIVATE];
|
|
385
|
+
// Availability Time Slots Configuration Provider SPI
|
|
386
|
+
com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2.AvailabilityTimeSlotsProviderConfig availability_time_slots_configuration_provider = 111 [(wix.api.field_exposure) = PRIVATE];
|
|
387
|
+
// Proposal Editor Provider SPI config
|
|
388
|
+
com.wixpress.appservice.api.upstream.wix.proposals.spi.v1.ProposalEditorProviderConfig proposal_editor_provider = 112 [(wix.api.field_exposure) = PRIVATE];
|
|
389
|
+
// Custom Table Reservations Provider SPI config
|
|
390
|
+
com.wixpress.appservice.api.upstream.wix.table_reservations.spi.custom_reservations_approval.v1.CustomReservationsApprovalConfig custom_table_reservations_provider = 113 [(wix.api.field_exposure) = PRIVATE];
|
|
391
|
+
// Comments Context provider
|
|
392
|
+
com.wixpress.appservice.api.upstream.wix.comments.context.v1.spi.CommentsContextProviderConfig comments_context_provider = 114 [(wix.api.field_exposure) = PRIVATE];
|
|
393
|
+
// Forms Spam Submission Reports SPI
|
|
394
|
+
com.wixpress.appservice.api.upstream.wix.forms.v4.FormSpamSubmissionReportSpiConfig forms_spam_submission_reports_provider = 115 [(wix.api.field_exposure) = PRIVATE];
|
|
395
|
+
// Automation Velo Action Spi Provider
|
|
396
|
+
com.wixpress.appservice.api.upstream.com.wixpress.automations.velo_spi.v1.VeloActionConfig automations_velo_action_provider = 116 [(wix.api.field_exposure) = PRIVATE];
|
|
397
|
+
// Calendar Event Type Provider
|
|
398
|
+
com.wixpress.appservice.api.upstream.wix.calendar.events.spi.v3.EventTypeProviderConfig calendar_event_type_provider = 117 [(wix.api.field_exposure) = PRIVATE];
|
|
399
|
+
// Reserved - previously was `service_availability_policy_provider`
|
|
400
|
+
com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2.ServiceAvailabilityPolicyProviderConfig reserved = 118 [(wix.api.field_exposure) = PRIVATE];
|
|
401
|
+
// Create an SMS message for a pre-installed automation, in order to translate it.
|
|
402
|
+
SmsActionMessage sms_action_message = 119 [(wix.api.field_exposure) = INTERNAL];
|
|
403
|
+
// Booking Policy Provider SPI
|
|
404
|
+
com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2.BookingPolicyProviderConfig booking_policy_provider = 120 [(wix.api.field_exposure) = PRIVATE];
|
|
405
|
+
// Multi Service Booking Policy Provider SPI
|
|
406
|
+
com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2.MultiServiceBookingPolicyProviderConfig multi_service_booking_policy_provider = 121 [(wix.api.field_exposure) = PRIVATE];
|
|
407
|
+
// Forms Submissions Extension SPI
|
|
408
|
+
com.wixpress.appservice.api.upstream.wix.forms.v4.FormSubmissionSpiExtensionConfig forms_submissions_extension_provider = 122 [(wix.api.field_exposure) = PRIVATE];
|
|
409
|
+
// AI Assistant SPI
|
|
410
|
+
com.wixpress.appservice.api.upstream.wix.genie.assistant.spi.v1.AssistantSpiConfig ai_assistant = 123 [(wix.api.field_exposure) = PRIVATE];
|
|
411
|
+
// Multilingual translation schema
|
|
412
|
+
com.wixpress.appservice.api.MultilingualTranslationSchema multilingual_translation_schema = 124 [(wix.api.field_exposure) = PRIVATE];
|
|
413
|
+
// Tax Groups Provider SPI
|
|
414
|
+
com.wixpress.appservice.api.upstream.wix.billing.spi.v1.TaxGroupsProviderConfig tax_groups_provider = 125 [(wix.api.field_exposure) = PRIVATE];
|
|
415
|
+
// Tax Calculation Provider SPI
|
|
416
|
+
com.wixpress.appservice.api.upstream.wix.billing.tax_calculation_spi.v1.TaxCalculationConfig tax_calculation_provider = 126 [(wix.api.field_exposure) = PRIVATE];
|
|
417
|
+
// Create a reusable modal that can be utilized across multiple pages within your app and in other applications.
|
|
418
|
+
BackOfficeModal back_office_modal = 127 [(wix.api.field_exposure) = PRIVATE];
|
|
419
|
+
// Deployment Pipeline Provider SPI
|
|
420
|
+
com.wixpress.appservice.api.upstream.wix.editor.deployments.spi.v1.DeploymentPipelineProviderConfig deployment_pipeline_provider = 128 [(wix.api.field_exposure) = PRIVATE];
|
|
421
|
+
// Editor component using an HTML custom element.
|
|
422
|
+
CustomElementWidget custom_element_widget = 129 [(wix.api.field_exposure) = PRIVATE];
|
|
423
|
+
// Create a widget that will be rendered within a Wix Dashboard page.
|
|
424
|
+
// Learn More: https://devforum.wix.com/kb/en/article/create-a-wix-dashboard-extension
|
|
425
|
+
BackOfficeExtensionWidget back_office_extension_widget = 130 [(wix.api.field_exposure) = PRIVATE];
|
|
426
|
+
// Create a menu item that will be rendered within a Wix Dashboard page.
|
|
427
|
+
// Learn More: https://devforum.wix.com/kb/en/article/create-a-wix-dashboard-extension
|
|
428
|
+
BackOfficeExtensionMenuItem back_office_extension_menu_item = 131 [(wix.api.field_exposure) = PRIVATE];
|
|
429
|
+
// Form Template
|
|
430
|
+
FormTemplate form_template = 132 [(wix.api.field_exposure) = PRIVATE];
|
|
431
|
+
//Notification Content
|
|
432
|
+
NotificationContent notification_content = 133 [(wix.api.field_exposure) = PRIVATE];
|
|
433
|
+
// Broadcast List
|
|
434
|
+
BroadcastList broadcast_list = 134 [(wix.api.field_exposure) = PRIVATE];
|
|
435
|
+
}
|
|
436
|
+
}
|