@wix/bex-utils 2.3.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/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- 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 +4 -3
|
@@ -0,0 +1,101 @@
|
|
|
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 "google/protobuf/struct.proto";
|
|
8
|
+
import "components_catalog_common.proto";
|
|
9
|
+
|
|
10
|
+
/*
|
|
11
|
+
Experimental-WIP: Specifies the app module configuration of business manager module
|
|
12
|
+
*/
|
|
13
|
+
message DashboardApplicationData {
|
|
14
|
+
//List of bundles to be loaded for your module
|
|
15
|
+
repeated Bundle bundles = 1 [(.wix.api.minSize) = 1];
|
|
16
|
+
//Your module id as defined in business-manager-api
|
|
17
|
+
google.protobuf.StringValue id = 2 [(.wix.api.minLength) = 2, (.wix.api.maxLength) = 64];
|
|
18
|
+
//List of available page components that your module is registering
|
|
19
|
+
repeated PageDashboardApplicationComponent page_components = 3;
|
|
20
|
+
//The default component to load when another app navigates to your module
|
|
21
|
+
google.protobuf.StringValue default_page_component_id = 4;
|
|
22
|
+
//Config section that will be provided to your lazy component and component along with all other properties from business-manager, if your config object will contain topology parameter, you'll be able to benefit from statics override machanism
|
|
23
|
+
AppConfiguration config = 5;
|
|
24
|
+
//Allows an application to declare that when it's opened inside the business-manager without a deeplink the business-manager home should be shown. It currently only affects opening the app from Editor/ADI
|
|
25
|
+
google.protobuf.BoolValue use_home_as_landing_page = 6;
|
|
26
|
+
//If there are some experiments that define if this page should be enabled, list of experiment lists with OR relationship between them, experiments should be in business manager scope
|
|
27
|
+
repeated ExperimentGroupWrapper enabled_by_experiments = 7;
|
|
28
|
+
//If this module should load in absence of any pages, by default this won't run
|
|
29
|
+
google.protobuf.BoolValue load_without_pages = 8;
|
|
30
|
+
//List of hosted component of the application
|
|
31
|
+
repeated HostedComponent components = 9;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/*
|
|
35
|
+
Specifes business hosted component configuration
|
|
36
|
+
*/
|
|
37
|
+
message HostedComponent {
|
|
38
|
+
enum HostContainerId {
|
|
39
|
+
BUSINESS_MANAGER = 0;
|
|
40
|
+
BUSINESS_DASHBOARD_HOST = 1;
|
|
41
|
+
SIDEBAR_FOOTER = 2;
|
|
42
|
+
}
|
|
43
|
+
//A unique id for the component, maps between the host and name
|
|
44
|
+
string id = 1 [(.wix.api.minLength) = 1];
|
|
45
|
+
//The component name used in registerComponentWithModuleParams components can be shared by using the same name but a unique id
|
|
46
|
+
string name = 2 [(.wix.api.minLength) = 1];
|
|
47
|
+
//Permissions required for the component, this is not strictly enforced
|
|
48
|
+
string required_permission = 3;
|
|
49
|
+
//Represents the collection of components where the component will be hosted, get this value from the host provider.
|
|
50
|
+
HostContainerId host_container_id = 4;
|
|
51
|
+
//If there are some experiments that define if this page should be enabled, list of experiment lists with OR relationship between them, experiments should be in business manager scope
|
|
52
|
+
repeated ExperimentGroupWrapper enabled_by_experiments = 5;
|
|
53
|
+
//A URI used to send component error events
|
|
54
|
+
ErrorReporting error_reporting = 6;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/*
|
|
58
|
+
Specifes business manager module file bundle
|
|
59
|
+
*/
|
|
60
|
+
message Bundle {
|
|
61
|
+
//The JavaScript file to load
|
|
62
|
+
string file = 1 [(wix.api.format) = WEB_URL];
|
|
63
|
+
//If there are some experiments that define if this page should be enabled, list of experiment lists with OR relationship between them, experiments should be in business manager scope
|
|
64
|
+
repeated ExperimentGroupWrapper enabled_by_experiments = 2;
|
|
65
|
+
//A alternative debug file for debugging issues
|
|
66
|
+
google.protobuf.StringValue debug_file = 3 [(wix.api.format) = WEB_URL];
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/*
|
|
70
|
+
Specifies page components for a business manager module
|
|
71
|
+
*/
|
|
72
|
+
message PageDashboardApplicationComponent {
|
|
73
|
+
//The id of the page
|
|
74
|
+
string id = 1 [(.wix.api.minLength) = 1];
|
|
75
|
+
//The route of the page, the part of the url after /dashboard/{msid}/ (must be unique in the specific application)
|
|
76
|
+
string route = 2 [(.wix.api.minLength) = 1];
|
|
77
|
+
//The name you used to register this component to the ModuleRegistry (must be unique across apps)
|
|
78
|
+
string name = 3 [(.wix.api.minLength) = 1];
|
|
79
|
+
//If there are some experiments that define if this page should be enabled, list of experiment lists with OR relationship between them, experiments should be in business manager scope.
|
|
80
|
+
repeated ExperimentGroupWrapper enabled_by_experiments = 4;
|
|
81
|
+
//Additional routes to the page
|
|
82
|
+
repeated string route_aliases = 5;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/*
|
|
86
|
+
Specifies a list of experiments that have AND relationship between them, and OR relationship between each list
|
|
87
|
+
*/
|
|
88
|
+
message ExperimentGroupWrapper{
|
|
89
|
+
//list of experiments with AND relationship between them, for false value use ! before experiment spec
|
|
90
|
+
repeated string experiments_group = 1 [(.wix.api.minSize) = 1];
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/*
|
|
94
|
+
Specifies config for topology and config data
|
|
95
|
+
*/
|
|
96
|
+
message AppConfiguration {
|
|
97
|
+
//A map of topology key to template url
|
|
98
|
+
map<string, string> topology = 1;
|
|
99
|
+
//Config section that will be provided to your lazy component and component along with all other properties from business-manager, if your config object will contain topology parameter
|
|
100
|
+
map<string, string> config_data = 2;
|
|
101
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
// A collection of native components that load directly in the Business Manager
|
|
8
|
+
message DashboardPlatfromComponentData {
|
|
9
|
+
// Path to a Javascript file that Dashboard runs on app install
|
|
10
|
+
string script_url = 1 [(wix.api.format) = URI];
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
option java_package = "com.wixpress.appservice.api.components";
|
|
6
|
+
|
|
7
|
+
import "google/protobuf/wrappers.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
|
|
11
|
+
// A component which represents collections that will be installed as part of the app
|
|
12
|
+
message DataComponent {
|
|
13
|
+
// Token used used by blocks to allow installing collections when the app is installed
|
|
14
|
+
google.protobuf.StringValue collections_token = 10 [(wix.api.format) = GUID, (wix.api.field_exposure) = INTERNAL];
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/struct.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
|
|
8
|
+
// A component holding schema of Data Extensions
|
|
9
|
+
message DataExtensionsComponentData {
|
|
10
|
+
// Deprecated, use fqdn and schema instead.
|
|
11
|
+
map<string, string> schemas = 1 [(.wix.api.field_exposure) = PRIVATE, deprecated = true];
|
|
12
|
+
// FQDN of the entity that the application extends
|
|
13
|
+
string fqdn = 2;
|
|
14
|
+
// Schema of the extended fields in JSON Schema compatible format
|
|
15
|
+
google.protobuf.Struct schema = 3;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.dealerExternalServiceProviders.api.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/spi/definitions.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
|
|
10
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.dealerExternalServiceProviders.api.v1";
|
|
11
|
+
|
|
12
|
+
message ExternalFilterProviderConfig {
|
|
13
|
+
option (.wix.api.decomposite_of) = "wix.dealerExternalFilterService.api.v1.ExternalFilterProviderConfig";
|
|
14
|
+
// the base URI where all the methods are deployed. E.g
|
|
15
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true];
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.editor.deployments.spi.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/common/spi.proto";
|
|
6
|
+
import "google/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
message DeploymentPipelineProviderConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "wix.editor.deployments.spi.v1.DeploymentPipelineProviderConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed
|
|
14
|
+
.wix.common.spi.SpiBaseUri deployment_pipeline_uri = 1;
|
|
15
|
+
|
|
16
|
+
// The deployment pipeline implementer id
|
|
17
|
+
string deployment_pipeline_id = 2 [(.wix.api.format) = GUID];
|
|
18
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
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 "wix/spi/definitions.proto";
|
|
9
|
+
|
|
10
|
+
// A component used for testing dev center functionality
|
|
11
|
+
message DevCenterTestingComponentData {
|
|
12
|
+
// Non translatable field
|
|
13
|
+
string non_translatable = 1;
|
|
14
|
+
|
|
15
|
+
string name = 2 [(wix.api.translatable) = {
|
|
16
|
+
type: SHORT_TEXT
|
|
17
|
+
name: "Name"
|
|
18
|
+
grouping: "name"
|
|
19
|
+
}];
|
|
20
|
+
|
|
21
|
+
google.protobuf.StringValue description = 3 [(.wix.api.maxLength) = 500, (wix.api.translatable) = {
|
|
22
|
+
type: LONG_TEXT
|
|
23
|
+
grouping: "description"
|
|
24
|
+
}];
|
|
25
|
+
|
|
26
|
+
map<string, string> translations_map = 4 [(wix.api.translatable) = {
|
|
27
|
+
type: SHORT_TEXT
|
|
28
|
+
name: "Readable name of translations map"
|
|
29
|
+
grouping: "some_map"
|
|
30
|
+
}];
|
|
31
|
+
|
|
32
|
+
MessageContainingTranslatables translatable_message = 5;
|
|
33
|
+
|
|
34
|
+
map<string, MessageContainingTranslatables> map_of_translatable_messages = 6;
|
|
35
|
+
|
|
36
|
+
string base_uri = 7 [(.wix.spi.base_uri) = true];
|
|
37
|
+
|
|
38
|
+
google.protobuf.StringValue reference_id = 8 [(wix.api.format) = GUID];
|
|
39
|
+
|
|
40
|
+
CustomRefData reference_data = 9;
|
|
41
|
+
|
|
42
|
+
int32 price_multiplier = 10;
|
|
43
|
+
|
|
44
|
+
string response_prefix = 11;
|
|
45
|
+
|
|
46
|
+
oneof translatable_one_of {
|
|
47
|
+
string translatable_string = 12 [(wix.api.translatable) = {
|
|
48
|
+
type: SHORT_TEXT
|
|
49
|
+
grouping: "translatable_string"
|
|
50
|
+
}];
|
|
51
|
+
|
|
52
|
+
google.protobuf.StringValue translatable_optional_string = 13 [(wix.api.translatable) = {
|
|
53
|
+
type: SHORT_TEXT
|
|
54
|
+
grouping: "translatable_optional_string"
|
|
55
|
+
}];
|
|
56
|
+
|
|
57
|
+
MessageContainingTranslatables translatable_message_in_one_of = 14;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
message CustomRefData {
|
|
62
|
+
string title = 1 [(wix.api.translatable) = {
|
|
63
|
+
type: SHORT_TEXT
|
|
64
|
+
name: "Title"
|
|
65
|
+
grouping: "title"
|
|
66
|
+
}];
|
|
67
|
+
|
|
68
|
+
string another_title = 2;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
message MessageContainingTranslatables {
|
|
72
|
+
string message_name = 2 [(wix.api.translatable) = {
|
|
73
|
+
type: SHORT_TEXT
|
|
74
|
+
grouping: "name"
|
|
75
|
+
}];
|
|
76
|
+
|
|
77
|
+
google.protobuf.StringValue message_description = 3 [(wix.api.translatable) = {
|
|
78
|
+
type: LONG_TEXT
|
|
79
|
+
name: "Readable name of description"
|
|
80
|
+
grouping: "description"
|
|
81
|
+
}];
|
|
82
|
+
|
|
83
|
+
map<string, string> message_translations_map = 4 [(wix.api.translatable) = {
|
|
84
|
+
type: SHORT_TEXT
|
|
85
|
+
grouping: "some_map"
|
|
86
|
+
}];
|
|
87
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecommerce.additional_fees_spi.api.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/spi/definitions.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "google/protobuf/wrappers.proto";
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
message AdditionalFeesSPIConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "com.wix.ecommerce.additional_fees_spi.api.v1.AdditionalFeesSPIConfig";
|
|
12
|
+
// Base URI where the endpoints are called.
|
|
13
|
+
// Wix eCommerce appends the endpoint path to the base URI.
|
|
14
|
+
// For example, to call the Calculate Additional Fees endpoint at `https://my-additional-fees.com/v1/calculateAdditionalFees`,
|
|
15
|
+
// the base URI you provide here is `https://my-additional-fees.com/`.
|
|
16
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
17
|
+
// If not specified, the cache layer will apply for 5 minutes. Set to "false" to prevent caching, but be aware that this may affect performance. Default: true
|
|
18
|
+
google.protobuf.BoolValue cacheable = 2 [(.wix.api.field_exposure) = INTERNAL];
|
|
19
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecommerce.catalog_spi.api.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/spi/definitions.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
|
|
10
|
+
message CatalogSPIConfig {
|
|
11
|
+
// The URL of the SPI implementation
|
|
12
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
13
|
+
//The enablement and UI configuration for discount of all items in the catalog
|
|
14
|
+
DiscountConfig all_items_discount = 2;
|
|
15
|
+
//The enablement and UI configuration for discount of specific items in the catalog
|
|
16
|
+
DiscountConfig specific_items_discount = 3;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
message DiscountConfig {
|
|
20
|
+
//Signifies if the discount is enabled in the service
|
|
21
|
+
bool enabled = 1;
|
|
22
|
+
//The translation key to get the text to display to the user
|
|
23
|
+
string translation_key = 2 [(.wix.api.minLength) = 5, (.wix.api.maxLength) = 100];
|
|
24
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.billing.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.billing.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "google/api/annotations.proto";
|
|
7
|
+
import "wix/api/entity.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "wix/spi/definitions.proto";
|
|
10
|
+
import "wix/api/annotations.proto";
|
|
11
|
+
|
|
12
|
+
message DefaultTaxGroupProviderConfig {
|
|
13
|
+
option (.wix.api.decomposite_of) = "wix.billing.spi.v1.DefaultTaxGroupProviderConfig";
|
|
14
|
+
// URI where the SPI Implementer is deployed
|
|
15
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
16
|
+
|
|
17
|
+
// User-friendly name of the tax category
|
|
18
|
+
string taxation_category = 2 [(.wix.api.translatable) = {
|
|
19
|
+
type: SHORT_TEXT
|
|
20
|
+
name: "Taxation category name"
|
|
21
|
+
grouping: "Taxation category name"
|
|
22
|
+
}];
|
|
23
|
+
map <string,TaxationCategoryProvider> additional_categories = 3;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
message TaxationCategoryProvider {
|
|
27
|
+
string taxation_category = 1 [(.wix.api.translatable) = {
|
|
28
|
+
type: SHORT_TEXT
|
|
29
|
+
name: "Additional taxation category name"
|
|
30
|
+
grouping: "additional taxation category name"
|
|
31
|
+
}]; // the name of the additional taxation category
|
|
32
|
+
string taxation_category_uuid = 2[(.wix.api.format) = GUID]; //must be a unique GUID for the category
|
|
33
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecom.custom_trigger.v1.spi;
|
|
4
|
+
|
|
5
|
+
import "wix/spi/definitions.proto";
|
|
6
|
+
|
|
7
|
+
message CustomTriggerConfig {
|
|
8
|
+
// URI where the SPI Implementer is deployed
|
|
9
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
10
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecommerce.dropshipping_provider_spi.api.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/spi/definitions.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
|
|
9
|
+
message DropshippingProviderSPIConfig {
|
|
10
|
+
option (.wix.api.decomposite_of) = "com.wix.ecommerce.dropshipping_provider_spi.api.v1.DropshippingProviderSPIConfig";
|
|
11
|
+
//name of the dropshipping provider was it appears in relevant screens/mails in eComm Platform
|
|
12
|
+
string name = 8;
|
|
13
|
+
// The URL of the SPI implementation - not needed in this case
|
|
14
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
15
|
+
// URI for the thumbnail page
|
|
16
|
+
string thumbnail_uri = 2 [(.wix.api.format) = URI];
|
|
17
|
+
//URI of the dashboard page
|
|
18
|
+
string dashboard_uri = 3 [(.wix.api.format) = URI];
|
|
19
|
+
// if duplication operation for product is locked
|
|
20
|
+
LockableOperation duplicate_product = 4;
|
|
21
|
+
// whether there is a warning or not when price is changed
|
|
22
|
+
RestrictedOperation change_price = 5;
|
|
23
|
+
// whether the chagne inventory operations are locked
|
|
24
|
+
LockableOperation change_inventory = 6;
|
|
25
|
+
// where there is a warning of not when changing options
|
|
26
|
+
RestrictedOperation manage_options = 7;
|
|
27
|
+
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
enum RestrictedOperation {
|
|
32
|
+
|
|
33
|
+
UNSPECIFIED_RESTRICTED = 0;
|
|
34
|
+
ALLOW = 1;
|
|
35
|
+
WARN = 2;
|
|
36
|
+
}
|
|
37
|
+
enum LockableOperation {
|
|
38
|
+
// When operation lockability is not specified
|
|
39
|
+
UNSPECIFIED_LOCKABLE = 0;
|
|
40
|
+
// Operation is locked
|
|
41
|
+
LOCKED = 1;
|
|
42
|
+
// Operation is unlocked
|
|
43
|
+
UNLOCKED = 2;
|
|
44
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecom.line_items_enricher_spi.api.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/spi/definitions.proto";
|
|
8
|
+
|
|
9
|
+
message LineItemsEnricherConfig {
|
|
10
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.line_items_enricher_spi.api.v1.LineItemsEnricherConfig";
|
|
11
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true]; // the base URI where all the methods are deployed.
|
|
12
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecommerce.payment_settings_spi.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/spi/definitions.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
|
|
8
|
+
message PaymentSettingsSPIConfig {
|
|
9
|
+
option (.wix.api.decomposite_of) = "com.wix.ecommerce.payment_settings_spi.v1.PaymentSettingsSPIConfig";
|
|
10
|
+
/*
|
|
11
|
+
Required. Base URI which Wix eCommerce will call to retrieve the payment settings. For example, `"deploymentUri": "https://my-payment-settings.com"`.
|
|
12
|
+
*/
|
|
13
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
14
|
+
/*
|
|
15
|
+
The fallback value which will be used for 'requires_3d_secure' in case of a failure of the SPI call. Default: `false`
|
|
16
|
+
*/
|
|
17
|
+
bool fallback_value_for_requires_3d_secure = 2;
|
|
18
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecom.shipping_rates.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/spi/definitions.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
|
|
10
|
+
message ShippingRatesConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.shipping_rates.v1.ShippingRatesConfig";
|
|
12
|
+
// Base URI where the endpoints are called.
|
|
13
|
+
// Wix eCommerce appends the endpoint path to the base URI.
|
|
14
|
+
// For example, to call the Get Shipping Rates endpoint at `https://my-shipping-provider.com/v1/getRates`,
|
|
15
|
+
// the base URI you provide here is `https://my-shipping-provider.com/`.
|
|
16
|
+
string deployment_uri = 1 [(.wix.api.minLength) = 1, (.wix.spi.base_uri) = true];
|
|
17
|
+
|
|
18
|
+
// Human-readable name of the shipping provider.
|
|
19
|
+
string name = 2 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 64];
|
|
20
|
+
|
|
21
|
+
// Description of the shipping provider.
|
|
22
|
+
google.protobuf.StringValue description = 3 [(.wix.api.maxLength) = 200];
|
|
23
|
+
|
|
24
|
+
// URL to more info about the shipping provider.
|
|
25
|
+
google.protobuf.StringValue learn_more_url = 4 [(.wix.api.maxLength) = 200];
|
|
26
|
+
|
|
27
|
+
// URL to reach the shipping provider app's dashboard.
|
|
28
|
+
google.protobuf.StringValue dashboard_url = 5 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 2048, (.wix.api.format) = URI];
|
|
29
|
+
|
|
30
|
+
// Whether to require the site owner to define a fallback/default rate. Set to `true` if you do not provide rates as part of the integration.
|
|
31
|
+
bool fallback_definition_mandatory = 6;
|
|
32
|
+
|
|
33
|
+
// Thumbnail image of the shipping rates provider. Displayed in the shipping settings section in the Dashboard.
|
|
34
|
+
// The URL must be of an image uploaded to the [Wix Media Manager](https://support.wix.com/en/article/wix-media-uploading-media-to-the-media-manager).
|
|
35
|
+
google.protobuf.StringValue thumbnail_url = 7 [(.wix.api.format) = URI];
|
|
36
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.billing.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.billing.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "google/api/annotations.proto";
|
|
7
|
+
import "wix/api/entity.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
import "wix/spi/definitions.proto";
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
message TaxCalculatorSpiConfig {
|
|
14
|
+
option (.wix.api.decomposite_of) = "wix.billing.spi.v1.TaxCalculatorSpiConfig";
|
|
15
|
+
// URI where the SPI Implementer is deployed
|
|
16
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];//the calc deployment url
|
|
17
|
+
// User-friendly name of the tax calculator
|
|
18
|
+
string calculator_display_name = 2; // the calc name
|
|
19
|
+
TaxCountriesConfig tax_countries_config = 3; // list of countries and boolean represents if its a white list or black list (supported or unsupported countries)
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
message TaxCountriesConfig {
|
|
23
|
+
repeated string countries = 1 [(.wix.api.format) = COUNTRY]; // list of countries
|
|
24
|
+
bool is_supported = 2; // represents if the calculator supports tax in those countries or not
|
|
25
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecommerce.validations_spi.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/common/spi.proto";
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
|
|
10
|
+
message ValidationsSPIConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "com.wix.ecommerce.validations_spi.v1.ValidationsSPIConfig";
|
|
12
|
+
reserved 1;
|
|
13
|
+
// Whether to validate the cart page in addition to the checkout page. Default: `false`
|
|
14
|
+
bool validate_in_cart = 2;
|
|
15
|
+
/*
|
|
16
|
+
Base URI which Wix eCommerce will call to retrieve the validation violations. For example, `"deploymentUri": "https://my-validations.com"`.
|
|
17
|
+
*/
|
|
18
|
+
string deployment_uri = 3 [(.wix.api.minLength) = 1, (.wix.spi.base_uri) = true];
|
|
19
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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
|
+
|
|
9
|
+
// Editor Addon component
|
|
10
|
+
message EditorAddon {
|
|
11
|
+
// Path to a Javascript file that Editor runs on Addon install
|
|
12
|
+
string editor_script_url = 1 [(wix.api.format) = WEB_URL];
|
|
13
|
+
|
|
14
|
+
// Tool panel configuration
|
|
15
|
+
ToolPanelConfig tool_panel_config = 2;
|
|
16
|
+
|
|
17
|
+
message ToolPanelConfig {
|
|
18
|
+
// Iframe URL for the Addon tool panel
|
|
19
|
+
string url = 1 [(wix.api.format) = WEB_URL];
|
|
20
|
+
|
|
21
|
+
// Addon tool panel width
|
|
22
|
+
string width = 2;
|
|
23
|
+
|
|
24
|
+
// Addon tool panel height
|
|
25
|
+
string height = 3;
|
|
26
|
+
|
|
27
|
+
// Initial position of the opened panel (offset from top left corner)
|
|
28
|
+
InitialPosition initial_position = 4;
|
|
29
|
+
|
|
30
|
+
message InitialPosition {
|
|
31
|
+
// Offset from left
|
|
32
|
+
string x = 1;
|
|
33
|
+
|
|
34
|
+
// Offset from top
|
|
35
|
+
string y = 2;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
// Information to display in Addons Market
|
|
40
|
+
AddonMarketData market_data = 3;
|
|
41
|
+
|
|
42
|
+
message AddonMarketData {
|
|
43
|
+
// The name of the Addon
|
|
44
|
+
string name = 1 [(wix.api.minLength) = 5, (wix.api.translatable) = {
|
|
45
|
+
type: SHORT_TEXT
|
|
46
|
+
name: "Name"
|
|
47
|
+
grouping: "name"
|
|
48
|
+
}];
|
|
49
|
+
|
|
50
|
+
// The short description of the Addon
|
|
51
|
+
string description = 2 [(wix.api.minLength) = 10, (wix.api.translatable) = {
|
|
52
|
+
type: LONG_TEXT
|
|
53
|
+
name: "Description"
|
|
54
|
+
grouping: "description"
|
|
55
|
+
}];
|
|
56
|
+
|
|
57
|
+
// The icon of the Addon, should be a square image 36x36 px in `JPG` or `PNG` format
|
|
58
|
+
google.protobuf.StringValue icon_url = 3 [(wix.api.format) = WEB_URL];
|
|
59
|
+
|
|
60
|
+
// Author's name
|
|
61
|
+
string author = 4;
|
|
62
|
+
}
|
|
63
|
+
}
|