@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,42 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecom.recommendations.spi;
|
|
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
|
+
|
|
10
|
+
message RecommendationsProviderConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.recommendations.spi.RecommendationsProviderConfig";
|
|
12
|
+
// URI where the SPI Implementer is deployed
|
|
13
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
14
|
+
|
|
15
|
+
//app ids of catalogs for which related items can be found
|
|
16
|
+
repeated string catalog_app_ids = 2 [(.wix.api.minSize) = 1, (.wix.api.maxSize) = 100, (.wix.api.minLength) = 1, (.wix.api.maxLength) = 36];
|
|
17
|
+
|
|
18
|
+
reserved 3;
|
|
19
|
+
//supported algorithms
|
|
20
|
+
repeated AlgorithmConfig supported_algorithms = 4 [(.wix.api.minSize) = 1, (.wix.api.maxSize) = 100];
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
message AlgorithmConfig {
|
|
24
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.recommendations.spi.AlgorithmConfig";
|
|
25
|
+
//Algorithm id which will be sent in requests. It must be unique per provider.
|
|
26
|
+
string id = 1 [(.wix.api.format) = GUID];
|
|
27
|
+
//Name which will be shown to user in list of algorithms available for site. For example "Best sellers", "Frequently watched together". This value is not translatable.
|
|
28
|
+
string name = 2 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 50];
|
|
29
|
+
//Description of algorithm which will be shown to user in list of algorithms available for site. This value is not translatable. It should describe how algorithm works, if it has any limitations regarding site content, number of items, site traffic and so on.
|
|
30
|
+
string description = 3 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 500];
|
|
31
|
+
//This field can be used when `description ` field is not enough to describe algorithm and you want to have separate section with additional info. It can be used to not overload user with too much information on main page. Depending on frontend implementation it can be displayed as tooltip or as additional section which is collapsed by default.
|
|
32
|
+
google.protobuf.StringValue additional_info = 4 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 300];
|
|
33
|
+
//`RELATED_ITEMS` - algorithm provides recommendations based on some other items interested for user/user of user. For example once one item added to cart algorithm can suggest other items frequently bought together with given one.
|
|
34
|
+
//`GLOBAL` - algorithm provides generic recommendations for given site. For example, best sellers items or new arrivals
|
|
35
|
+
AlgorithmType algorithm_type = 5;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
enum AlgorithmType {
|
|
39
|
+
UNSPECIFIED = 0;
|
|
40
|
+
RELATED_ITEMS = 1;
|
|
41
|
+
GLOBAL = 2;
|
|
42
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// SPI proto:
|
|
2
|
+
|
|
3
|
+
syntax = "proto3";
|
|
4
|
+
|
|
5
|
+
package com.wixpress.appservice.api.upstream.wix.restaurants.pos.v1;
|
|
6
|
+
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/spi/definitions.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
|
|
11
|
+
// Restaurants POS component
|
|
12
|
+
message RestaurantsPOSComponentData {
|
|
13
|
+
option (.wix.api.decomposite_of) = "com.wixpress.restaurants.posspihost.spi.v1.RestaurantsPOSComponentData";
|
|
14
|
+
// URL for the Restaurants POS registration web page.
|
|
15
|
+
// The App Instance and Account Id query parameters are attached to the registration URL
|
|
16
|
+
// so that you can identify your account when accessing the vendor api. [learn more](https://devforum.wix.com/en/article/app-instance)
|
|
17
|
+
string registration_url = 1 [(.wix.api.format) = WEB_URL];
|
|
18
|
+
|
|
19
|
+
// The base URL for all the Restaurants POS api calls.
|
|
20
|
+
// Description of end points and schema can be find in the Restaurants POS documentation.
|
|
21
|
+
string api_base_uri = 2 [(.wix.spi.base_uri) = true];
|
|
22
|
+
|
|
23
|
+
// Configuration parameters defining the behavoiur of the catalog sync.
|
|
24
|
+
CatalogSyncConfiguration catalog_sync_configuration = 3;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
message CatalogSyncConfiguration {
|
|
28
|
+
option (.wix.api.decomposite_of) = "com.wixpress.restaurants.posspihost.spi.v1.CatalogSyncConfiguration";
|
|
29
|
+
enum Default {
|
|
30
|
+
WIX = 0;
|
|
31
|
+
POS = 1;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// Whether Menu/Section/Dish availability will be updated on the POS side or on Wix Menus.
|
|
35
|
+
Default entity_availability_updated = 1;
|
|
36
|
+
// Whether fulfillment method will be defined on the POS side or on Wix menus.
|
|
37
|
+
Default fulfillment_methods_definition = 2;
|
|
38
|
+
// Whether Dish images will be updated on the POS side or on Wix Menus.
|
|
39
|
+
Default dish_images_updated = 3;
|
|
40
|
+
// Whether sorting (Menu/Category/Dish/Options) will be done on the POS side (API order) or on Wix Menus.
|
|
41
|
+
Default entity_sorting_control = 4;
|
|
42
|
+
// Whether Labels will be updated on the POS side or on Wix Menus.
|
|
43
|
+
Default dish_labels_updated = 5;
|
|
44
|
+
// whether min/max amount of choices to be set on the POS side or on Wix Menus.
|
|
45
|
+
Default dish_options_min_max_updated = 6;
|
|
46
|
+
// Whether Dish in/out of stock will be updated on Wix Menus or retrieved from POS.
|
|
47
|
+
Default dish_in_stock_updated = 7;
|
|
48
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.promote.seo_keywords_suggestions_spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.promote.seo_keywords_suggestions_spi.v1";
|
|
5
|
+
|
|
6
|
+
import "google/api/annotations.proto";
|
|
7
|
+
import "google/protobuf/timestamp.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
import "wix/spi/definitions.proto";
|
|
10
|
+
import "wix/api/annotations.proto";
|
|
11
|
+
import "wix/api/validations.proto";
|
|
12
|
+
|
|
13
|
+
message SeoKeywordsSuggestionsSPIConfig {
|
|
14
|
+
option (.wix.api.decomposite_of) = "wix.promote.seo_keywords_suggestions_spi.v1.SeoKeywordsSuggestionsSPIConfig";
|
|
15
|
+
// Base URL of your SEO implementation. Wix sends API requests to endpoints implemented using this URL.
|
|
16
|
+
string base_uri = 1 [(.wix.spi.base_uri)=true, (.wix.api.minLength) = 1];
|
|
17
|
+
// URL of the page where users can purchase a paid plan. Wix offers a link to this page when you respond with a value of `false` in quota's `paidPlan` property.
|
|
18
|
+
google.protobuf.StringValue upgrade_url = 2 [(.wix.api.format)=WEB_URL];
|
|
19
|
+
// List of countries you support for SEO analysis.
|
|
20
|
+
// 2-letter country code in [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements)
|
|
21
|
+
// format.
|
|
22
|
+
repeated string supported_country_codes = 3 [(.wix.api.format)=COUNTRY, (.wix.api.minSize) = 1, (.wix.api.maxSize) = 250];
|
|
23
|
+
// Whether there is a quota limit in the service. When set to true, include the quota object in responses.
|
|
24
|
+
google.protobuf.BoolValue quota_enabled = 4;
|
|
25
|
+
// Your website's landing page.
|
|
26
|
+
string landing_page_url = 5 [(.wix.api.format)=WEB_URL];
|
|
27
|
+
}
|
|
@@ -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 ServiceAvailabilityPolicyProviderConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "com.wixpress.bookings.availability.spi.v2.ServiceAvailabilityPolicyProviderConfig";
|
|
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,84 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecom.shipping.label.carrier_spi.v1;
|
|
4
|
+
|
|
5
|
+
import "google/api/annotations.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
import "wix/api/api_errors.proto";
|
|
9
|
+
import "wix/spi/definitions.proto";
|
|
10
|
+
import "wix/api/entity.proto";
|
|
11
|
+
import "google/protobuf/wrappers.proto";
|
|
12
|
+
import "google/protobuf/timestamp.proto";
|
|
13
|
+
|
|
14
|
+
message PackageDimension {
|
|
15
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.shipping.label.carrier_spi.v1.PackageDimension";
|
|
16
|
+
// width of the package
|
|
17
|
+
double width = 1 [(.wix.api.min) = 0,(.wix.api.max) = 120];
|
|
18
|
+
// length of the package
|
|
19
|
+
double length = 2 [(.wix.api.min) = 0,(.wix.api.max) = 120];
|
|
20
|
+
// height of the package (Optional)
|
|
21
|
+
google.protobuf.DoubleValue height = 3 [(.wix.api.min) = 0,(.wix.api.max) = 120];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
message ShippingLabelCarrierSpiConfig {
|
|
25
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.shipping.label.carrier_spi.v1.ShippingLabelCarrierSpiConfig";
|
|
26
|
+
// the base URI where all the methods are deployed
|
|
27
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true];
|
|
28
|
+
// the countries supported to send from
|
|
29
|
+
repeated string origin_countries = 2 [(.wix.api.format) = COUNTRY, (.wix.api.minSize) = 1, (.wix.api.maxSize) = 300];
|
|
30
|
+
// the countries supported to send to
|
|
31
|
+
repeated string destination_countries = 3 [(.wix.api.format) = COUNTRY, (.wix.api.minSize) = 1, (.wix.api.maxSize) = 300];
|
|
32
|
+
// the currency of the labels
|
|
33
|
+
string currency = 4 [(.wix.api.format) = CURRENCY];
|
|
34
|
+
// the measurement system of he labels (Metric or Imperial)
|
|
35
|
+
MeasurementSystem measurement_system = 5;
|
|
36
|
+
// does carrier support insurance
|
|
37
|
+
bool is_insurance_supported = 6;
|
|
38
|
+
// preset carrier packages
|
|
39
|
+
repeated PackageType package_types = 7 [(.wix.api.minSize) = 1, (.wix.api.maxSize) = 20];
|
|
40
|
+
|
|
41
|
+
enum MeasurementSystem {
|
|
42
|
+
Metric = 0;
|
|
43
|
+
Imperial = 1;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
message PackageType {
|
|
48
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.shipping.label.carrier_spi.v1.PackageType";
|
|
49
|
+
// carrier id that can be used to get quotes and purchase
|
|
50
|
+
string id = 1 [(.wix.api.maxLength) = 30];
|
|
51
|
+
// display name of the package (translated)
|
|
52
|
+
string name = 2 [(.wix.api.maxLength) = 100];
|
|
53
|
+
// description (translated)
|
|
54
|
+
string description = 3 [(.wix.api.maxLength) = 200];
|
|
55
|
+
// the dimensions of the package
|
|
56
|
+
PackageDimension dimension = 4;
|
|
57
|
+
// image of the package (Optional)
|
|
58
|
+
Image image = 5;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
message Image {
|
|
62
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.shipping.label.carrier_spi.v1.Image";
|
|
63
|
+
option (.wix.api.decomposition_minimum_fields) = {
|
|
64
|
+
field: "id"
|
|
65
|
+
field: "height"
|
|
66
|
+
field: "width"
|
|
67
|
+
};
|
|
68
|
+
// WixMedia image ID.
|
|
69
|
+
string id = 1;
|
|
70
|
+
// Image URL.
|
|
71
|
+
string url = 2;
|
|
72
|
+
// Original image height.
|
|
73
|
+
int32 height = 3 [(.wix.api.readOnly) = true];
|
|
74
|
+
// Original image width.
|
|
75
|
+
int32 width = 4 [(.wix.api.readOnly) = true];
|
|
76
|
+
// Image alt text. Optional.
|
|
77
|
+
google.protobuf.StringValue alt_text = 5;
|
|
78
|
+
// Image URL expiration date (when relevant). Optional
|
|
79
|
+
google.protobuf.Timestamp url_expiration_date = 6 [(.wix.api.field_exposure) = PRIVATE];
|
|
80
|
+
// Image filename. Optional.
|
|
81
|
+
google.protobuf.StringValue filename = 7;
|
|
82
|
+
// Image size in bytes. Optional.
|
|
83
|
+
google.protobuf.StringValue size_in_bytes = 8 [(.wix.api.field_exposure) = PRIVATE, (.wix.api.format) = DECIMAL_VALUE];
|
|
84
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "components_catalog_data/plugin-interface.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
|
|
8
|
+
// Definition of slot
|
|
9
|
+
message Slot {
|
|
10
|
+
// Role of the slot component (uniquely identifies slot within parent comp; used by Velo) - former "slotName"
|
|
11
|
+
string slotRole = 1;
|
|
12
|
+
// The list of interfaces that should be implemented by a plugin in order to fit the slot
|
|
13
|
+
repeated PluginInterface plugin_interfaces = 2;
|
|
14
|
+
// Id of the slot component (a.k.a. Velo role)
|
|
15
|
+
string slot_id = 3;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
|
|
9
|
+
|
|
10
|
+
// a translated sms text sent to UOU
|
|
11
|
+
message SmsActionMessage {
|
|
12
|
+
// sms text
|
|
13
|
+
string body = 1 [(.wix.api.minLength) = 1, (wix.api.translatable) = {
|
|
14
|
+
type: LONG_TEXT
|
|
15
|
+
}];
|
|
16
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.promote.social_marketing_design_spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.promote.social_marketing_design_spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
|
|
10
|
+
message SocialMarketingDesignSPIConfig {
|
|
11
|
+
// The URL of the SPI implementation
|
|
12
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true];
|
|
13
|
+
// ID of the provider
|
|
14
|
+
string id = 2;
|
|
15
|
+
// Name of the provider
|
|
16
|
+
string name = 3;
|
|
17
|
+
// URL of the editor
|
|
18
|
+
string editor_url = 4 [(.wix.api.format) = WEB_URL];
|
|
19
|
+
// URL of the templates page
|
|
20
|
+
string templates_page_url = 5 [(.wix.api.format) = WEB_URL];
|
|
21
|
+
// Provider's icon, to be displayed in UI
|
|
22
|
+
string icon_url = 6 [(.wix.api.format) = URI];
|
|
23
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.promote.social_marketing_designs_provider_spi.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
|
|
9
|
+
message SocialMarketingDesignsProviderConfig {
|
|
10
|
+
option (.wix.api.decomposite_of) = "wix.promote.social_marketing_designs_provider_spi.v1.SocialMarketingDesignsProviderConfig";
|
|
11
|
+
// The URL of the SPI implementation
|
|
12
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true, (.wix.api.minLength) = 1, (.wix.api.maxLength) = 1024];
|
|
13
|
+
// Name of the provider
|
|
14
|
+
string name = 2 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 1024];
|
|
15
|
+
// Component id (from dev center) of the editor
|
|
16
|
+
string editor_component_id = 3 [(.wix.api.format) = GUID];
|
|
17
|
+
// Provider's icon, to be displayed in UI
|
|
18
|
+
string icon_url = 4 [(.wix.api.format) = URI];
|
|
19
|
+
// How the Prover should be opened
|
|
20
|
+
NavigationType navigation_type = 5;
|
|
21
|
+
// Is delete design implemented by the provider
|
|
22
|
+
bool delete_design_enabled = 6;
|
|
23
|
+
// If the provider manages designs
|
|
24
|
+
bool manage_designs = 7;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
enum NavigationType {
|
|
28
|
+
NAVIGATE = 0;
|
|
29
|
+
MODAL = 1;
|
|
30
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
//
|
|
8
|
+
message StaticFileComponentData {
|
|
9
|
+
//
|
|
10
|
+
string url = 1 [(wix.api.format) = URI];
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
//
|
|
14
|
+
message AppStaticFileMessageValue {
|
|
15
|
+
//
|
|
16
|
+
repeated string urls = 1; // todo: WEB_URL
|
|
17
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
// An extension to platform used by Wix Blocks UI
|
|
8
|
+
// The main component in the Wix Blocks.
|
|
9
|
+
// no manual adding. auto-created only from Wix Blocks
|
|
10
|
+
message StudioComponentData {
|
|
11
|
+
// Path to a Javascript file that Editor runs on app install
|
|
12
|
+
string editor_script_url = 1;
|
|
13
|
+
// Path to a Javascript file that viewer runs for page components / widgets and applicative business logic
|
|
14
|
+
string viewer_script_url = 2;
|
|
15
|
+
// If true, components of the app wont be added to the editor (only run editor scripts)
|
|
16
|
+
bool platform_only = 3;
|
|
17
|
+
// If the viewer script should run in the Editor
|
|
18
|
+
bool enable_in_editor = 4;
|
|
19
|
+
// URL to get complex routing decisions at runtime from a platform app. Some spec can be seen here: https://docs.google.com/document/d/1t_3bl9vVMoPVm_I9Sx59LsVUPXi07gihGIg3-F7z8Q0/edit?ts=595512f6#heading=h.9ca9859ng5d
|
|
20
|
+
string router_service_url = 5; // todo: WEB_URL
|
|
21
|
+
// Path to a Javascript file that viewer runs for page components / widgets and applicative business logic. Includes verbose logs for Wix runtime.
|
|
22
|
+
string viewer_verbose_script_url = 6; // todo: WEB_URL
|
|
23
|
+
// Instance id of wixCode in the original dev site. used in order to access the widgets code
|
|
24
|
+
string wix_code_instance_id = 7 [(wix.api.format) = GUID];
|
|
25
|
+
// Id of the grid in wixCode FS where the widgets code is located. used in order to access the widgets code
|
|
26
|
+
string wix_code_grid_id = 8 [(wix.api.format) = GUID];
|
|
27
|
+
// Path to a json which contains metaData of the devSite
|
|
28
|
+
string site_header_url = 9; // todo: WEB_URL
|
|
29
|
+
// A map of string descriptor the app understands to a versioned URL topology value, can be an API or statics data. This may have some values which are NOT URL since Studio computes some values on the fly.
|
|
30
|
+
map<string, string> base_urls = 10;
|
|
31
|
+
// If true, not shown in add panel and apps panel when it is installed
|
|
32
|
+
bool hide_in_add_panel = 11;
|
|
33
|
+
// if true, this studio component enforce permissions
|
|
34
|
+
bool permissions_enforced = 12;
|
|
35
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
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
|
+
import "wix/common/media.proto";
|
|
10
|
+
import "components_catalog_data/unified_components/unified_widget.proto";
|
|
11
|
+
import "components_catalog_data/unified_components/shared.proto";
|
|
12
|
+
import "components_catalog_data/unified_components/component_model.proto";
|
|
13
|
+
|
|
14
|
+
message CustomElement {
|
|
15
|
+
// Boolean to make custom element in this widget be available for free sites
|
|
16
|
+
bool allowed_for_free_site = 1;
|
|
17
|
+
// The policy the user agreed to
|
|
18
|
+
oneof ConsentCategory {
|
|
19
|
+
bool essential = 2;
|
|
20
|
+
// Related to performance and other functional measurements.
|
|
21
|
+
bool functional = 3;
|
|
22
|
+
// Related to analytics about how the site is used in order to improve it.
|
|
23
|
+
bool analytics = 4;
|
|
24
|
+
// Related to allowing better customization of the experience to a current visitor.
|
|
25
|
+
bool advertising = 5;
|
|
26
|
+
}
|
|
27
|
+
// CCPA compliance flag.
|
|
28
|
+
bool data_to_third_party = 6;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// A widget component in the Wix Blocks.
|
|
32
|
+
message StudioWidgetComponentData {
|
|
33
|
+
// Id of the widget
|
|
34
|
+
string studio_widget_id = 1; // todo: maybe add GUID
|
|
35
|
+
// Path to a json which contains the widget data and structure
|
|
36
|
+
string page_json_filename = 2; // todo: maybe add WEB_URL
|
|
37
|
+
// variationId -> widget variation data
|
|
38
|
+
map<string, StudioWidgetVariation> variations = 3;
|
|
39
|
+
//Product display data for this component
|
|
40
|
+
WidgetDisplay widget_display = 4;
|
|
41
|
+
//If it is required to be installed as part of the app
|
|
42
|
+
bool essential = 5;
|
|
43
|
+
// The version of blocks used to build this widget
|
|
44
|
+
string blocks_version = 6;
|
|
45
|
+
//If this component should be stretched in relation to a form factor (desktop, tablet, mobile)
|
|
46
|
+
IsStretched is_stretched = 11;
|
|
47
|
+
//Any margins this page should have in relation to a form factor (desktop, tablet, mobile)
|
|
48
|
+
Margins margins = 12;
|
|
49
|
+
//Any docking this page (horizontal / vertical) should have in relation to a form factor (desktop, tablet, mobile)
|
|
50
|
+
Docking docking = 13;
|
|
51
|
+
//The height of this page in relation to a form factor (desktop, tablet, mobile)
|
|
52
|
+
Height height = 14;
|
|
53
|
+
//The width of this page in relation to a form factor (desktop, tablet, mobile)
|
|
54
|
+
Width width = 15;
|
|
55
|
+
//Optional, static artifact short name, used for BoB application to indicate the relation between the widget and its static artifact
|
|
56
|
+
google.protobuf.StringValue related_artifact = 16 [(wix.api.field_exposure) = INTERNAL];
|
|
57
|
+
// Properties of installed custom elements
|
|
58
|
+
CustomElement custom_element = 17;
|
|
59
|
+
// ids of nested widgets in this widget
|
|
60
|
+
NestedWidgets nested_widgets = 18;
|
|
61
|
+
reserved 19;
|
|
62
|
+
// Properties of widget's presets
|
|
63
|
+
repeated PresetInfo presets_info = 20;
|
|
64
|
+
// Widget properties that affect the way it behaves during installation in a site.
|
|
65
|
+
InstallationSettings installation_settings = 21;
|
|
66
|
+
// Properties that affect the widget's presence in the editor.
|
|
67
|
+
EditorPresence editor_presence = 22;
|
|
68
|
+
// Base info of component by shared logic of unified components
|
|
69
|
+
BaseInfo base = 23;
|
|
70
|
+
// Unified widget installation settings
|
|
71
|
+
WidgetInstallationSettings installation = 24;
|
|
72
|
+
// if true, ssr will not cache pages that contain this widget
|
|
73
|
+
bool ssr_cache_excluded = 25 [(wix.api.field_exposure) = INTERNAL];
|
|
74
|
+
// The builder component model by shared logic of unified components. Required in oder to create a builder component
|
|
75
|
+
ComponentModel component_model = 26 [(wix.api.field_exposure) = PRIVATE];
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// A variation of a blocks widget
|
|
79
|
+
message StudioWidgetVariation {
|
|
80
|
+
// Id of the widget variation
|
|
81
|
+
string id = 1;
|
|
82
|
+
// Display name of the variation
|
|
83
|
+
string name = 2;
|
|
84
|
+
// Path to a json which contains the widget variation data and structure
|
|
85
|
+
string page_json_filename = 3; // todo: WEB_URL
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
// Nested widgets
|
|
89
|
+
message NestedWidgets {
|
|
90
|
+
// ids of all recursively nested widgets from the same Blocks app
|
|
91
|
+
repeated string internal = 1 [(wix.api.format) = GUID];
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
// Preset Size
|
|
95
|
+
message PresetSize {
|
|
96
|
+
// The width of the preset when it's added to the stage
|
|
97
|
+
DisplayValue width = 1;
|
|
98
|
+
// The height of the preset when it's added to the stage
|
|
99
|
+
DisplayValue height = 2;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
// Preset Info
|
|
103
|
+
message PresetInfo {
|
|
104
|
+
// Id of the widget's preset
|
|
105
|
+
string preset_id = 1;
|
|
106
|
+
// Display name of the widget's preset
|
|
107
|
+
string preset_name = 2;
|
|
108
|
+
// The default size used when the preset is added to the stage
|
|
109
|
+
PresetSize default_size = 3;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
message EditorPresence {
|
|
113
|
+
// Properties that describe the presence of each of the widget's presets
|
|
114
|
+
repeated PresetEditorPresence presets_editor_presence = 1;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
message PresetEditorPresence {
|
|
118
|
+
// Id of the widget's preset
|
|
119
|
+
string preset_id = 1;
|
|
120
|
+
// Controls whether to show or hide the preset in the Add Panel
|
|
121
|
+
bool show_in_add_panel = 2;
|
|
122
|
+
// Controls whether to show or hide the preset in the Presets Panel
|
|
123
|
+
bool show_in_presets_panel = 3;
|
|
124
|
+
// Optional image to show as the preset's thumbnail in the editor, if left empty an automatic snapshot of the preset will be used
|
|
125
|
+
wix.common.Image wix_media_thumbnail = 4;
|
|
126
|
+
// Another preset id that is a mobile variation of this preset
|
|
127
|
+
string mobile_preset_id = 5;
|
|
128
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.billing.tax_calculation_spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.billing.tax_calculation_spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/common/spi.proto";
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
|
|
10
|
+
message TaxCalculationConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "wix.billing.tax_calculation_spi.v1.TaxCalculationConfig";
|
|
12
|
+
// URI where the SPI Implementer is deployed
|
|
13
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1;
|
|
14
|
+
// User-friendly name of the tax calculator
|
|
15
|
+
string calculator_display_name = 2 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 200];
|
|
16
|
+
// List of countries that are not supported by this tax calculator. Two-letter country code in [ISO-3166 alpha-2](https://www.iso.org/obp/ui/#search/code/) format.
|
|
17
|
+
repeated string unsupported_countries = 3 [(.wix.api.format) = COUNTRY, (.wix.api.maxSize) = 195];
|
|
18
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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/common/address.proto";
|
|
11
|
+
import "google/protobuf/wrappers.proto";
|
|
12
|
+
import "wix/api/annotations.proto";
|
|
13
|
+
import "wix/common/spi.proto";
|
|
14
|
+
|
|
15
|
+
message TaxGroupsProviderConfig {
|
|
16
|
+
option (.wix.api.decomposite_of) = "wix.billing.spi.v1.TaxGroupsProviderConfig";
|
|
17
|
+
// URI where the SPI Implementer is deployed.
|
|
18
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1;
|
|
19
|
+
|
|
20
|
+
// User-friendly name of the default tax group of this app. (this tax group id is the app's ID)
|
|
21
|
+
string default_tax_group = 2 [(.wix.api.translatable) = {
|
|
22
|
+
type: SHORT_TEXT
|
|
23
|
+
name: "default tax group name"
|
|
24
|
+
grouping: "default tax group name"
|
|
25
|
+
}, (.wix.api.maxLength) = 100];
|
|
26
|
+
|
|
27
|
+
// Additional tax groups to be added by default when the app is installed, in addition to the primary one.
|
|
28
|
+
// Here you can choose the ID for each group.
|
|
29
|
+
map <string, AdditionalTaxGroup> additional_tax_groups = 3;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
message AdditionalTaxGroup {
|
|
33
|
+
option (.wix.api.decomposite_of) = "wix.billing.spi.v1.AdditionalTaxGroup";
|
|
34
|
+
// the name of the additional taxation category
|
|
35
|
+
string name = 1 [(.wix.api.translatable) = {
|
|
36
|
+
type: SHORT_TEXT
|
|
37
|
+
name: "additional tax group name"
|
|
38
|
+
grouping: "additional tax group name"
|
|
39
|
+
}, (.wix.api.maxLength) = 100];
|
|
40
|
+
// must be a unique GUID for the default tax group
|
|
41
|
+
string id = 2 [(.wix.api.format) = GUID];
|
|
42
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
import "google/protobuf/wrappers.proto";
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
message ComponentModel {
|
|
8
|
+
// The component type of the builder component.
|
|
9
|
+
string component_type = 1;
|
|
10
|
+
// The component URL of the builder component
|
|
11
|
+
string component_url = 2 [(wix.api.format) = WEB_URL];
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
import "google/protobuf/wrappers.proto";
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
message Dashboard {
|
|
8
|
+
// The dashboard page guid for the widget manage of the widget
|
|
9
|
+
string dashboard_page_component_id = 1 [(.wix.api.format) = GUID];
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
message SettingsPanel {
|
|
13
|
+
//The settings panel URL for this component
|
|
14
|
+
google.protobuf.StringValue settings_url = 1 [(wix.api.format) = WEB_URL];
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message EditorBehaviors {
|
|
18
|
+
// The settings behavior definition for the widget
|
|
19
|
+
SettingsPanel settings = 1;
|
|
20
|
+
// The dashboard behavior definition for the widget
|
|
21
|
+
Dashboard dashboard = 2;
|
|
22
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "components_catalog_data/unified_components/shared.proto";
|
|
6
|
+
import "components_catalog_common.proto";
|
|
7
|
+
|
|
8
|
+
message PluginInstallationSettings {
|
|
9
|
+
// Shared installation settings for unified components
|
|
10
|
+
BaseInstallation base = 1;
|
|
11
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
message BaseInfo {
|
|
9
|
+
// The name of the component
|
|
10
|
+
string name = 1 [(wix.api.minLength) = 5];
|
|
11
|
+
// The internal id of the component by the own app
|
|
12
|
+
string id = 3;
|
|
13
|
+
|
|
14
|
+
reserved 2;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message BaseInstallation {
|
|
18
|
+
// Auto add component to stage
|
|
19
|
+
bool autoAdd = 1;
|
|
20
|
+
|
|
21
|
+
// Mark component as essential for the existence of the app (force to delete the whole app)
|
|
22
|
+
bool essential = 2;
|
|
23
|
+
|
|
24
|
+
// Max instances of the component that can be on site
|
|
25
|
+
//flynt-disable field-type-breaking-change
|
|
26
|
+
google.protobuf.Int32Value max_instances = 3 [(wix.api.min) = 0];
|
|
27
|
+
}
|