@wix/bex-utils 2.4.0 → 2.5.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/dist/cjs/PromiseState.js.map +1 -1
- package/dist/cjs/batchUpdates.js.map +1 -1
- package/dist/cjs/events.js.map +1 -1
- package/dist/cjs/exports/react-dom.js.map +1 -1
- package/dist/cjs/exports/react-native.js.map +1 -1
- package/dist/cjs/exports/react.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/reactive.js.map +1 -1
- package/dist/cjs/reactiveContext.js.map +1 -1
- package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -1
- package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -1
- package/dist/cjs/useReactive.js.map +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,99 @@
|
|
|
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 "wix/api/annotations.proto";
|
|
8
|
+
import "components_catalog_data/back_office_extension_container.proto";
|
|
9
|
+
import "components_catalog_common.proto";
|
|
10
|
+
|
|
11
|
+
// A component that enables extending Wix Dashboard Functionality, as defined by ExtendingComponentType.
|
|
12
|
+
// Currently this supports extending menus and extending widget slots (for Wix apps that expose such menus and slots)
|
|
13
|
+
message BackOfficeExtension {
|
|
14
|
+
// The Identifier of the container that this extension applies to (e.g. Widget slot or menu slot)
|
|
15
|
+
string extends = 1 [(wix.api.format) = GUID];
|
|
16
|
+
// The title of the extension, as displayed in Dev Center
|
|
17
|
+
string title = 2 [(wix.api.translatable) = {
|
|
18
|
+
type: SHORT_TEXT
|
|
19
|
+
grouping: "title"
|
|
20
|
+
}];
|
|
21
|
+
// The description of the extension, as displayed in Dev Center
|
|
22
|
+
google.protobuf.StringValue description = 3;
|
|
23
|
+
// The type of this extension (e.g. Widget extension)
|
|
24
|
+
com.wixpress.appservice.api.Extendable.ExtendingComponentType extension_type = 4;
|
|
25
|
+
// The specific data that is relevant to this extension
|
|
26
|
+
oneof extension {
|
|
27
|
+
// Data for the widget extension type
|
|
28
|
+
LegacyBackOfficeExtensionWidget widget = 5;
|
|
29
|
+
// Data for the menu item extension type
|
|
30
|
+
LegacyBackOfficeMenuItem menu_item = 6;
|
|
31
|
+
}
|
|
32
|
+
// The platform this page is hosted on (e.g. The Wix Dashboard, or Enterprise Dashboard)
|
|
33
|
+
BackOfficeHostingPlatforms hosting_platform = 7;
|
|
34
|
+
// Required permission to view the extension.
|
|
35
|
+
string required_permission = 8 [(wix.api.field_exposure) = INTERNAL];
|
|
36
|
+
// Sentry error reporting DSN (internal)
|
|
37
|
+
ErrorReporting error_reporting = 9 [(wix.api.field_exposure) = INTERNAL];
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
// flynt-disable field-type-breaking-change
|
|
41
|
+
// The schema of a widget extending a slot exposed in a page in the Wix Dashboard
|
|
42
|
+
message LegacyBackOfficeExtensionWidget {
|
|
43
|
+
oneof asset {
|
|
44
|
+
// Url of the iframe to render in the widget
|
|
45
|
+
string iframe_url = 1 [(wix.api.format) = WEB_URL];
|
|
46
|
+
|
|
47
|
+
// Wix script asset to use in this widget
|
|
48
|
+
BackOfficeScriptAsset script_asset = 2 [(wix.api.field_exposure) = INTERNAL];
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// Initial widget width size in pixels while loading, width may be adjusted dynamicaly according to content and/or limited by the container
|
|
52
|
+
google.protobuf.Int32Value width = 3 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
53
|
+
|
|
54
|
+
// Initial widget height size in pixels while loading, height may be adjusted dynamicaly according to content and/or limited by the container
|
|
55
|
+
google.protobuf.Int32Value height = 4 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// flynt-disable field-type-breaking-change
|
|
59
|
+
// The schema of a menu extension of a slot exposed in a page in the Wix Dashboard
|
|
60
|
+
message LegacyBackOfficeMenuItem {
|
|
61
|
+
// WSR icon identifier. To see the full list: https://www.wix-style-react.com/storybook/?path=/story/foundations-icons--icons
|
|
62
|
+
// Please use the full size key - the icon will be rendered in a small/normal size
|
|
63
|
+
google.protobuf.StringValue icon_key = 1 [(wix.api.minLength) = 3, (wix.api.maxLength) = 50];
|
|
64
|
+
// The action that will be invoked when clicking on the menu entry
|
|
65
|
+
Action action = 4;
|
|
66
|
+
// The SubTitle of the menu item
|
|
67
|
+
google.protobuf.StringValue subtitle = 5 [(wix.api.translatable) = {
|
|
68
|
+
type: SHORT_TEXT
|
|
69
|
+
grouping: "subtitle"
|
|
70
|
+
}, (wix.api.maxLength) = 200];
|
|
71
|
+
|
|
72
|
+
// The schema of an action that is onvoked from menu extensions
|
|
73
|
+
message Action {
|
|
74
|
+
// The configuration and data of the component that is opened upon invocation of this action
|
|
75
|
+
OpenComponent open_component = 1;
|
|
76
|
+
|
|
77
|
+
// the schema of the data needed to open a component from menu extensions
|
|
78
|
+
message OpenComponent {
|
|
79
|
+
// The component ID that should be opened
|
|
80
|
+
string component_id = 1 [(wix.api.format) = GUID];
|
|
81
|
+
// flynt-disable field-type-breaking-change
|
|
82
|
+
// Determines how to open the component in runtime
|
|
83
|
+
ViewMode view_mode = 2;
|
|
84
|
+
// Query/Search static params for navigation to page or props for modal
|
|
85
|
+
map<string, string> component_params = 3;
|
|
86
|
+
|
|
87
|
+
// View modes for how to open a component
|
|
88
|
+
enum ViewMode {
|
|
89
|
+
// Opens a page in place of the current page
|
|
90
|
+
PAGE = 0;
|
|
91
|
+
// Opens as a Modal over the current page
|
|
92
|
+
MODAL = 1;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
reserved 2, 3;
|
|
98
|
+
reserved "icon_url", "label";
|
|
99
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "components_catalog_common.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
|
|
8
|
+
// A container (slot) that can be extended by other applications (e.g. widget slot or context menu slot)
|
|
9
|
+
message BackOfficeExtensionContainer {
|
|
10
|
+
// The properties that define this container
|
|
11
|
+
Extendable extendable = 1;
|
|
12
|
+
// The platform this page is hosted on (e.g. Wix Dashboard)
|
|
13
|
+
BackOfficeHostingPlatforms hosting_platform = 2 [(wix.api.field_exposure) = INTERNAL];
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// Extensibility properties used by containers (slots)
|
|
17
|
+
message Extendable {
|
|
18
|
+
// Component type allowed in this extendable (enum)
|
|
19
|
+
ExtendingComponentType extended_by = 1;
|
|
20
|
+
|
|
21
|
+
// Which component types can be extended in containers
|
|
22
|
+
enum ExtendingComponentType {
|
|
23
|
+
INVALID = 0;
|
|
24
|
+
BACK_OFFICE_MENU_ITEM = 2;
|
|
25
|
+
BACK_OFFICE_EXTENSION_WIDGET = 3;
|
|
26
|
+
|
|
27
|
+
reserved 1;
|
|
28
|
+
reserved "BACK_OFFICE_WIDGET";
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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 "wix/api/annotations.proto";
|
|
8
|
+
import "components_catalog_common.proto";
|
|
9
|
+
|
|
10
|
+
// A component that enables extending a Wix dashboard menu.
|
|
11
|
+
message BackOfficeExtensionMenuItem {
|
|
12
|
+
// The platform this page is hosted on (e.g. The Wix Dashboard, or Enterprise Dashboard)
|
|
13
|
+
BackOfficeHostingPlatforms hosting_platform = 1;
|
|
14
|
+
|
|
15
|
+
// The Identifier of the container that this extension applies to
|
|
16
|
+
string extends = 2 [(wix.api.format) = GUID];
|
|
17
|
+
|
|
18
|
+
// The description of the extension, as displayed in Dev Center
|
|
19
|
+
google.protobuf.StringValue description = 3;
|
|
20
|
+
|
|
21
|
+
// The title of the extension, as displayed in Dev Center
|
|
22
|
+
string title = 4 [(wix.api.translatable) = {
|
|
23
|
+
type: SHORT_TEXT
|
|
24
|
+
grouping: "title"
|
|
25
|
+
}];
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
// The sub title of the menu item
|
|
29
|
+
google.protobuf.StringValue subtitle = 5 [(wix.api.translatable) = {
|
|
30
|
+
type: SHORT_TEXT
|
|
31
|
+
grouping: "subtitle"
|
|
32
|
+
}, (wix.api.maxLength) = 200];
|
|
33
|
+
|
|
34
|
+
// WSR icon identifier. To see the full list: https://www.wix-style-react.com/storybook/?path=/story/foundations-icons--icons
|
|
35
|
+
// Please use the full size key - the icon will be rendered in a small/normal size
|
|
36
|
+
google.protobuf.StringValue icon_key = 6 [(wix.api.minLength) = 3, (wix.api.maxLength) = 50];
|
|
37
|
+
|
|
38
|
+
// Required permission to view the extension.
|
|
39
|
+
string required_permission = 7 [(wix.api.field_exposure) = INTERNAL];
|
|
40
|
+
|
|
41
|
+
// Sentry error reporting DSN (internal)
|
|
42
|
+
ErrorReporting error_reporting = 8 [(wix.api.field_exposure) = INTERNAL];
|
|
43
|
+
|
|
44
|
+
// The action that will be invoked when clicking on the menu entry
|
|
45
|
+
MenuAction action = 9;
|
|
46
|
+
|
|
47
|
+
message MenuAction {
|
|
48
|
+
oneof action {
|
|
49
|
+
NavigateToPageAction navigate_to_page = 1;
|
|
50
|
+
OpenModalAction open_modal = 2;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
message NavigateToPageAction {
|
|
55
|
+
// The component ID for the required page
|
|
56
|
+
string page_id = 1 [(wix.api.format) = GUID];
|
|
57
|
+
// Relative URL string to append to the base page URL. May include path sements, search params and hash.
|
|
58
|
+
google.protobuf.StringValue relative_url = 2;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
message OpenModalAction {
|
|
62
|
+
// The component ID that should be opened
|
|
63
|
+
string component_id = 1 [(wix.api.format) = GUID];
|
|
64
|
+
// Parameters for the modal
|
|
65
|
+
map<string, string> component_params = 2;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
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 "wix/api/annotations.proto";
|
|
8
|
+
import "components_catalog_common.proto";
|
|
9
|
+
|
|
10
|
+
// A component that enables extending Wix dashboard functionality.
|
|
11
|
+
message BackOfficeExtensionWidget {
|
|
12
|
+
// The platform this extension is hosted on (e.g. The Wix Dashboard, or Enterprise Dashboard)
|
|
13
|
+
BackOfficeHostingPlatforms hosting_platform = 1;
|
|
14
|
+
|
|
15
|
+
// The Identifier of the container that this extension applies to
|
|
16
|
+
string extends = 2 [(wix.api.format) = GUID];
|
|
17
|
+
|
|
18
|
+
// The description of the extension, as displayed in Dev Center
|
|
19
|
+
google.protobuf.StringValue description = 3;
|
|
20
|
+
|
|
21
|
+
// The title of the extension, as displayed in Dev Center
|
|
22
|
+
string title = 4 [(wix.api.translatable) = {
|
|
23
|
+
type: SHORT_TEXT
|
|
24
|
+
grouping: "title"
|
|
25
|
+
}];
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
// Required permission to view the extension.
|
|
29
|
+
string required_permission = 5 [(wix.api.field_exposure) = INTERNAL];
|
|
30
|
+
|
|
31
|
+
// Sentry error reporting DSN (internal)
|
|
32
|
+
ErrorReporting error_reporting = 6 [(wix.api.field_exposure) = INTERNAL];
|
|
33
|
+
|
|
34
|
+
// Initial widget width size in pixels while loading, width may be adjusted dynamicaly according to content and/or limited by the container
|
|
35
|
+
google.protobuf.Int32Value width = 7 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
36
|
+
|
|
37
|
+
// Initial widget height size in pixels while loading, height may be adjusted dynamicaly according to content and/or limited by the container
|
|
38
|
+
google.protobuf.Int32Value height = 8 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
39
|
+
|
|
40
|
+
oneof asset {
|
|
41
|
+
// Url of the iframe to render in the widget
|
|
42
|
+
string iframe_url = 9 [(wix.api.format) = WEB_URL];
|
|
43
|
+
|
|
44
|
+
// Wix script asset to use in this widget
|
|
45
|
+
BackOfficeScriptAsset script_asset = 10 [(wix.api.field_exposure) = INTERNAL];
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -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/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "components_catalog_common.proto";
|
|
9
|
+
|
|
10
|
+
// A modal in one of the back-office platforms
|
|
11
|
+
message BackOfficeModal {
|
|
12
|
+
// The platform this modal might be used in
|
|
13
|
+
BackOfficeHostingPlatforms hosting_platform = 1 [(wix.api.field_exposure) = INTERNAL];
|
|
14
|
+
// Modal contents
|
|
15
|
+
oneof content {
|
|
16
|
+
string iframe_url = 2 [(wix.api.format) = WEB_URL];
|
|
17
|
+
BackOfficeScriptAsset script_asset = 3 [(wix.api.field_exposure) = INTERNAL];
|
|
18
|
+
}
|
|
19
|
+
// Modal title
|
|
20
|
+
string title = 4 [(.wix.api.minLength) = 1, (wix.api.translatable) = {
|
|
21
|
+
type: SHORT_TEXT
|
|
22
|
+
grouping: "title"
|
|
23
|
+
}];
|
|
24
|
+
// Required permission to view this modal
|
|
25
|
+
string required_permission = 5 [(wix.api.field_exposure) = INTERNAL];
|
|
26
|
+
// Sentry error reporting DSN
|
|
27
|
+
ErrorReporting error_reporting = 6 [(wix.api.field_exposure) = INTERNAL];
|
|
28
|
+
// Initial modal width size in pixels while loading, width may be adjusted dynamicaly according to content and/or limited by the container
|
|
29
|
+
google.protobuf.Int32Value width = 7 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
30
|
+
// Initial modal height size in pixels while loading, height may be adjusted dynamicaly according to content and/or limited by the container
|
|
31
|
+
google.protobuf.Int32Value height = 9 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
32
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "components_catalog_common.proto";
|
|
9
|
+
|
|
10
|
+
// A page in one of the back-office platforms
|
|
11
|
+
message BackOfficePage {
|
|
12
|
+
// The platform this page is hosted on
|
|
13
|
+
BackOfficeHostingPlatforms hosting_platform = 1 [(wix.api.field_exposure) = INTERNAL];
|
|
14
|
+
// Page component information
|
|
15
|
+
oneof asset {
|
|
16
|
+
string iframe_url = 2 [(wix.api.format) = WEB_URL];
|
|
17
|
+
BackOfficeScriptAsset script_asset = 3 [(wix.api.field_exposure) = INTERNAL];
|
|
18
|
+
}
|
|
19
|
+
// The route of the page, must be a valid URL path, relative to the app namespace or app id
|
|
20
|
+
string route_path = 4;
|
|
21
|
+
// Routes that redirect to this page, these paths should include the original path including the namespace or app id
|
|
22
|
+
repeated string previous_route_paths = 5;
|
|
23
|
+
// Page title, also used as sidebar entry label
|
|
24
|
+
string title = 6 [(.wix.api.minLength) = 1, (wix.api.translatable) = {
|
|
25
|
+
type: SHORT_TEXT
|
|
26
|
+
grouping: "title"
|
|
27
|
+
}];
|
|
28
|
+
// False by default, if true, sidebar will be hidden when loading the page
|
|
29
|
+
bool full_page = 7;
|
|
30
|
+
// Required permission to view page. if subject is missing this permission, the page link will be hidden from the sidebar and a "no-permission-page" will be displayed when visiting the route
|
|
31
|
+
string required_permission = 8 [(wix.api.field_exposure) = INTERNAL];
|
|
32
|
+
// Optional: category this page belongs to
|
|
33
|
+
google.protobuf.StringValue page_category_id = 9 [(wix.api.format) = GUID];
|
|
34
|
+
// Should the page be shown or hidden in the sidebar, by default a link to the page will be shown
|
|
35
|
+
bool hide_in_sidebar = 10;
|
|
36
|
+
// Sidebar order within the category and app, lower priority means the page is earlier, by default priority is 0, meaning newer pages will appear first
|
|
37
|
+
int32 priority = 11;
|
|
38
|
+
// Which page is active in sidebar when this page is loaded
|
|
39
|
+
google.protobuf.StringValue active_sidebar_page_id = 12 [(wix.api.format) = GUID];
|
|
40
|
+
// Sentry error reporting DSN
|
|
41
|
+
ErrorReporting error_reporting = 13 [(wix.api.field_exposure) = INTERNAL];
|
|
42
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "components_catalog_common.proto";
|
|
8
|
+
|
|
9
|
+
// Back-office sidebar categories
|
|
10
|
+
message BackOfficeSidebarCategory {
|
|
11
|
+
// The hosting platform of the category
|
|
12
|
+
BackOfficeHostingPlatforms hosting_platform = 1 [(wix.api.field_exposure) = INTERNAL];
|
|
13
|
+
// Category title, used as sidebar entry label
|
|
14
|
+
string title = 2 [(.wix.api.minLength) = 1, (wix.api.translatable) = {
|
|
15
|
+
type: SHORT_TEXT
|
|
16
|
+
grouping: "title"
|
|
17
|
+
}];
|
|
18
|
+
// Sidebar order within the app
|
|
19
|
+
int32 priority = 3;
|
|
20
|
+
}
|
|
@@ -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/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "components_catalog_common.proto";
|
|
9
|
+
|
|
10
|
+
// A general widget in one of the back-office platforms
|
|
11
|
+
message BackOfficeWidget {
|
|
12
|
+
// The platform this widget might be used in
|
|
13
|
+
BackOfficeHostingPlatforms hosting_platform = 1 [(wix.api.field_exposure) = INTERNAL];
|
|
14
|
+
// Widget render content
|
|
15
|
+
oneof content {
|
|
16
|
+
string iframe_url = 2 [(wix.api.format) = WEB_URL];
|
|
17
|
+
BackOfficeScriptAsset script_asset = 3 [(wix.api.field_exposure) = INTERNAL];
|
|
18
|
+
}
|
|
19
|
+
// Widget title
|
|
20
|
+
string title = 4 [(.wix.api.minLength) = 1, (wix.api.translatable) = {
|
|
21
|
+
type: SHORT_TEXT
|
|
22
|
+
grouping: "title"
|
|
23
|
+
}];
|
|
24
|
+
// Required permission to view this widget
|
|
25
|
+
string required_permission = 5 [(wix.api.field_exposure) = INTERNAL];
|
|
26
|
+
// Sentry error reporting DSN
|
|
27
|
+
ErrorReporting error_reporting = 6 [(wix.api.field_exposure) = INTERNAL];
|
|
28
|
+
// Initial widget width size in pixels while loading, width may be adjusted dynamicaly according to content and/or limited by the container
|
|
29
|
+
google.protobuf.Int32Value width = 7 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
30
|
+
// Initial widget height size in pixels while loading, height may be adjusted dynamicaly according to content and/or limited by the container
|
|
31
|
+
google.protobuf.Int32Value height = 9 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
32
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.benefit_programs.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.benefit_programs.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "google/api/annotations.proto";
|
|
7
|
+
import "google/protobuf/timestamp.proto";
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
import "wix/api/validations.proto";
|
|
10
|
+
import "wix/common/spi.proto";
|
|
11
|
+
|
|
12
|
+
message PolicyConfig {
|
|
13
|
+
option (.wix.api.decomposite_of) = "wix.benefit_programs.spi.v1.PolicyConfig";
|
|
14
|
+
// URI where the SPI Implementer is deployed
|
|
15
|
+
.wix.common.spi.SpiBaseUri uri_config = 1;
|
|
16
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.billing.tax.validation.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.billing.tax.validation.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/common/spi.proto";
|
|
8
|
+
import "wix/spi/definitions.proto";
|
|
9
|
+
|
|
10
|
+
message TaxIdValidatorConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "wix.billing.tax.validation.spi.v1.TaxIdValidatorConfig";
|
|
12
|
+
|
|
13
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1; // URI where the SPI Implementer is deployed
|
|
14
|
+
string validation_provider = 2; // User-friendly name of the tax id validator
|
|
15
|
+
TaxTypesConfig tax_types_config = 3; // Configuration of supported tax types
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
message TaxTypesConfig {
|
|
19
|
+
repeated string supported_tax_types = 1; // List of supported tax types, as provided in ValidateTaxIdRequest and persisted in TaxIdValidationService
|
|
20
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/spi/definitions.proto";
|
|
9
|
+
import "wix/common/spi.proto";
|
|
10
|
+
|
|
11
|
+
message BookingPolicyProviderConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "com.wixpress.bookings.availability.spi.v2.BookingPolicyProviderConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed.
|
|
14
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1;
|
|
15
|
+
// User-friendly name of the provider.
|
|
16
|
+
google.protobuf.StringValue provider_name = 2 [(.wix.api.maxLength) = 100];
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.bookings.externalcalendar.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.com.wix.bookings.externalcalendar.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
|
|
8
|
+
// World known types of external calendars
|
|
9
|
+
message CalendarTypeEnum {
|
|
10
|
+
option (.wix.api.decomposite_of) = "com.wix.bookings.externalcalendar.spi.v1.CalendarTypeEnum";
|
|
11
|
+
enum CalendarType {
|
|
12
|
+
UNDEFINED = 0;
|
|
13
|
+
GOOGLE = 1;
|
|
14
|
+
I_CAL = 2;
|
|
15
|
+
MICROSOFT = 5;
|
|
16
|
+
OTHER = 6;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.bookings.externalcalendar.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.com.wix.bookings.externalcalendar.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/spi/definitions.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto";
|
|
10
|
+
|
|
11
|
+
message ProviderConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "com.wix.bookings.externalcalendar.spi.v1.ProviderConfig";
|
|
13
|
+
// The name of the calendar provider.
|
|
14
|
+
string name = 1 [(.wix.api.minLength) = 1];
|
|
15
|
+
// The base URI in which all methods are deployed.
|
|
16
|
+
string base_uri = 2 [(.wix.spi.base_uri) = true];
|
|
17
|
+
// The provided calendar type.
|
|
18
|
+
CalendarTypeEnum.CalendarType calendar_type = 3;
|
|
19
|
+
// Connect methods used to connect to the calendar.
|
|
20
|
+
repeated ConnectMethod connect_methods = 4 [(.wix.api.minSize) = 1];
|
|
21
|
+
// Whether the sync configuration can be updated.
|
|
22
|
+
bool can_update_sync_config = 5;
|
|
23
|
+
// Whether events can be listed from the external calendar to the Wix calendar.
|
|
24
|
+
ListEventFromCalendars list_event_from_calendars = 6;
|
|
25
|
+
// Whether Wix calendar sessions can be synced to the external calendar.
|
|
26
|
+
SyncToCalendar sync_to_calendar = 7;
|
|
27
|
+
|
|
28
|
+
enum ConnectMethod {
|
|
29
|
+
OAUTH = 0;
|
|
30
|
+
CREDENTIALS = 1;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
enum ListEventFromCalendars {
|
|
34
|
+
// Listing events from the external calendar is not supported.
|
|
35
|
+
LIST_NOT_SUPPORTED = 0;
|
|
36
|
+
// Listing events from the primary external calendar only.
|
|
37
|
+
LIST_FROM_PRIMARY_CALENDAR_ONLY = 1;
|
|
38
|
+
// Listing events from specific external calendars.
|
|
39
|
+
// The external calendars can be listed using the `ExternalCalendarProvider.ListCalendars` API.
|
|
40
|
+
LIST_FROM_SPECIFIC_CALENDARS = 2;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
enum SyncToCalendar {
|
|
44
|
+
// Syncing Wix calendar sessions to the external calendar is not supported.
|
|
45
|
+
SYNC_NOT_SUPPORTED = 0;
|
|
46
|
+
// Syncing Wix calendar sessions to the primary external calendar only.
|
|
47
|
+
SYNC_TO_PRIMARY_CALENDAR_ONLY = 1;
|
|
48
|
+
// Syncing Wix calendar sessions to a new external calendar.
|
|
49
|
+
SYNC_TO_DEDICATED_CALENDAR = 2;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.bookings.pricing.spi.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
|
|
8
|
+
message BookingsPricingProviderConfig {
|
|
9
|
+
option (.wix.api.decomposite_of) = "com.wixpress.bookings.pricing.spi.v1.BookingsPricingProviderConfig";
|
|
10
|
+
// URI where the SPI Implementer is deployed
|
|
11
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
12
|
+
|
|
13
|
+
// User-friendly name of the pricing provider
|
|
14
|
+
string pricing_provider_name = 2;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.bookings.resources.spi.v2;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
|
|
9
|
+
// This config provides details of the resource types that are managed by an app implementing this component SPI.
|
|
10
|
+
message BookingsResourceTypesProviderConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "com.wixpress.bookings.resources.spi.v2.BookingsResourceTypesProviderConfig";
|
|
12
|
+
// References of the resource types that are managed by the app that implements this component SPI.
|
|
13
|
+
repeated BookingsResourceType bookings_resource_types = 1 [(.wix.api.maxSize) = 10];
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
message BookingsResourceType {
|
|
17
|
+
option (.wix.api.decomposite_of) = "com.wixpress.bookings.resources.spi.v2.BookingsResourceType";
|
|
18
|
+
// The ID of the resource type. Must be a GUID that is unique within the app.
|
|
19
|
+
google.protobuf.StringValue id = 1 [(.wix.api.format) = GUID];
|
|
20
|
+
// The name of the resource type. This can be any string, such as 'staff' or 'table'.
|
|
21
|
+
google.protobuf.StringValue name = 2 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 40];
|
|
22
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
import "google/protobuf/struct.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
|
|
9
|
+
// Describes topic of a notification
|
|
10
|
+
message BroadcastList {
|
|
11
|
+
string display_name = 1 [(wix.api.translatable) = {
|
|
12
|
+
type: LONG_TEXT,
|
|
13
|
+
name: "Broadcast List Display Name"
|
|
14
|
+
}]; // the display name of the list
|
|
15
|
+
|
|
16
|
+
repeated Param params = 2 [(wix.api.maxSize) = 20];
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
message Param {
|
|
20
|
+
string id = 1;
|
|
21
|
+
string display_name = 2 [(wix.api.translatable) = {
|
|
22
|
+
type: LONG_TEXT,
|
|
23
|
+
name: "Parameter Display Name"
|
|
24
|
+
}]; // the display name of the param
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.calendar.events.spi.v3;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/common/spi.proto";
|
|
7
|
+
|
|
8
|
+
message EventTypeProviderConfig {
|
|
9
|
+
// Reserved.
|
|
10
|
+
.wix.common.spi.SpiBaseUri base_uri = 1 [(.wix.api.field_exposure) = PRIVATE];
|
|
11
|
+
// The name of the event type.
|
|
12
|
+
// Must be globally unique.
|
|
13
|
+
string event_type_name = 2;
|
|
14
|
+
// Whether the events of this type should be hidden from query results if no type filter is provided.
|
|
15
|
+
// Default is false.
|
|
16
|
+
bool event_type_hidden_from_query = 3;
|
|
17
|
+
reserved 4;
|
|
18
|
+
reserved 5;
|
|
19
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
|
|
8
|
+
// A component that indicates the existence of an importable code package in a Wix Blocks application.
|
|
9
|
+
message CodePackageComponentData {
|
|
10
|
+
// The GUID to access the package code in the Velo/Wix Code system
|
|
11
|
+
string grid_id = 1 [(wix.api.format) = GUID];
|
|
12
|
+
|
|
13
|
+
// Name of the package for display
|
|
14
|
+
string display_name = 2;
|
|
15
|
+
|
|
16
|
+
// Name of the package for import
|
|
17
|
+
string import_name = 3;
|
|
18
|
+
|
|
19
|
+
//An optional description of this package and what it does
|
|
20
|
+
google.protobuf.StringValue description = 4;
|
|
21
|
+
|
|
22
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// flynt-disable missing-service-entity
|
|
2
|
+
syntax = "proto3";
|
|
3
|
+
|
|
4
|
+
package com.wixpress.appservice.api.upstream.wix.comments.context.v1.spi;
|
|
5
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.comments.context.v1.spi";
|
|
6
|
+
|
|
7
|
+
import "google/api/annotations.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
import "wix/api/entity.proto";
|
|
10
|
+
import "wix/api/annotations.proto";
|
|
11
|
+
import "wix/api/permissions.proto";
|
|
12
|
+
import "wix/api/validations.proto";
|
|
13
|
+
import "wix/spi/definitions.proto";
|
|
14
|
+
import "wix/common/spi.proto";
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
message CommentsContextProviderConfig {
|
|
18
|
+
option (.wix.api.decomposite_of) = "wix.comments.context.v1.spi.CommentsContextProviderConfig";
|
|
19
|
+
|
|
20
|
+
// URI where the SPI Implementer is deployed
|
|
21
|
+
.wix.common.spi.SpiBaseUri base_uri = 1;
|
|
22
|
+
|
|
23
|
+
// Comments Environment
|
|
24
|
+
Environment environment = 2;
|
|
25
|
+
|
|
26
|
+
// Feature toggle to indicate if method GetCommentContextResources is implemented
|
|
27
|
+
bool toggle_resource_provider_enabled = 3;
|
|
28
|
+
|
|
29
|
+
enum Environment {
|
|
30
|
+
LIVE_SITE = 0;
|
|
31
|
+
BUSINESS_MANAGER = 1;
|
|
32
|
+
}
|
|
33
|
+
}
|