@wix/bex-utils 2.4.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js +650 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.d.ts +25136 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.d.ts +12567 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.js +210768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.d.ts +25130 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js +64 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js +582 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js +188 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js +61 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/builders/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/http/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/meta/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/package.json +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/rpc/package.json +6 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/assets_messages.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +137 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing.proto +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing_service.proto +124 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/companies_messages.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_common.proto +217 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ai_assistant/com/wixpress/appservice/api/upstream/wix/genie/assistant/spi/v1/assistant_spi_service.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/app_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +178 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension.proto +99 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_container.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_menu_item.proto +67 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_widget.proto +47 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_modal.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/broadcast_list.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/code_package.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/accepted_message_types.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_branding.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_configuration.proto +41 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/conversation_limitations.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/dm/direct_message_config.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/email/email_message_config.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/media_capabilities.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/sms/sms_message_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_element_widget.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/table_reservations/spi/custom_reservations_approval/v1/custom_reservations_approval.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dc_config.proto +9 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/deployment_pipeline_provider/com/wixpress/appservice/api/upstream/wix/editor/deployments/spi/v1/pipeline_provider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dev_center_component_test.proto +87 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto +44 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/editor_addon.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/form_template.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +39 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto +31 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_extension_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_extension_spi.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/headless_oauth.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto +82 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +194 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multi_service_booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/multi_service_booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema/com/wixpress/appservice/api/upstream/wix/multilingual/translation/schema/v1/schema.proto +71 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_content.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page.proto +70 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_replace/page_replace.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/platform.proto +59 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/plugin-interface.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +655 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/service_availability_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/service_availability_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/slot.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/sms-action-message.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/static_file.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio_widget.proto +128 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_calculation_provider/com/wixpress/appservice/api/upstream/wix/billing/tax_calculation_spi/v1/tax_calculation_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_groups_provider/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_groups_provider_config.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/component_model.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/editor_behaviors.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/plugin_installation_settings.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/shared.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/widget_size.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/user_notification.proto +94 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/web.proto +350 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget.proto +121 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_plugin.proto +54 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/worker.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data.proto +436 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_messages.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_messages.proto +149 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/extensions_messages.proto +111 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/features/features_messages.proto +73 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/listingInfo_messages.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/marketListing_messages.proto +107 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/permissions_messages.proto +158 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/plans/plans_messages.proto +108 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/pricing_model/pricing_model_messages.proto +104 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/translations_data_messages.proto +57 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/versions_messages.proto +341 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/webhooks_messages.proto +65 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/annotations.proto +356 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/entity.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/validations.proto +134 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/media.proto +232 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/paging.proto +116 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/query.proto +768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types/package.json +7 -0
- package/dist/cjs/PromiseState.js.map +1 -1
- package/dist/cjs/batchUpdates.js.map +1 -1
- package/dist/cjs/events.js.map +1 -1
- package/dist/cjs/exports/react-dom.js.map +1 -1
- package/dist/cjs/exports/react-native.js.map +1 -1
- package/dist/cjs/exports/react.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/reactive.js.map +1 -1
- package/dist/cjs/reactiveContext.js.map +1 -1
- package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -1
- package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -1
- package/dist/cjs/useReactive.js.map +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "wix/api/annotations.proto";
|
|
4
|
+
import "wix/spi/definitions.proto";
|
|
5
|
+
|
|
6
|
+
package com.wixpress.appservice.api.upstream.wix.invoices.spi.v1;
|
|
7
|
+
|
|
8
|
+
message InvoicesConfig {
|
|
9
|
+
option (.wix.api.decomposite_of) = "wix.invoices.spi.v1.InvoicesConfig";
|
|
10
|
+
//Base URI of spi provider
|
|
11
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true];
|
|
12
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "components_catalog_common.proto";
|
|
8
|
+
|
|
9
|
+
// represents Invoices integration policies
|
|
10
|
+
message InvoicesActionsComponentData {
|
|
11
|
+
// partial payment restriction on invoice
|
|
12
|
+
PartialPaymentRestriction partial_payment = 1;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
//Possible Partial Payment Policy Values
|
|
16
|
+
enum PartialPaymentRestriction {
|
|
17
|
+
UNDEFINED = 0;
|
|
18
|
+
ALLOW = 1; // Allow Partial Payment
|
|
19
|
+
DISALLOW = 2; // Disallow Partial Payment
|
|
20
|
+
}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.src.main.proto.com.wixpress.items_selection.spi.v1;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/spi/definitions.proto";
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
|
|
10
|
+
message ItemsSelectionProviderConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig";
|
|
12
|
+
// Base URI which Wix calls to retrieve the selected items. For example, `"deploymentUri": "https://my-items.com"`.
|
|
13
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true, (wix.api.minLength) = 1];
|
|
14
|
+
|
|
15
|
+
// A unique identifier for the provider.
|
|
16
|
+
string key = 2 [(wix.api.minLength) = 3, (wix.api.maxLength) = 250];
|
|
17
|
+
|
|
18
|
+
// Supported search parameters.
|
|
19
|
+
SearchParams search_params = 3;
|
|
20
|
+
|
|
21
|
+
// Display data such as provider name and icon.
|
|
22
|
+
ContentData content_data = 4;
|
|
23
|
+
|
|
24
|
+
// Optional additional step taken after the initial item selection.
|
|
25
|
+
AdditionalStepInfo additional_step_info = 5 [(.wix.api.field_exposure) = INTERNAL];
|
|
26
|
+
|
|
27
|
+
// An array of strings representing the Wix UI pages supported by your SPI implementation. If no tags are listed, Wix assumes that the implementation supports all eligible pages. Supported values: `EMBEDDABLE` (for all eligible pages), `ECOM_EDIT_ORDER` (for the Wix eCommerce Order page).
|
|
28
|
+
repeated Tag supported_tags = 6 [(wix.api.maxSize) = 50];
|
|
29
|
+
|
|
30
|
+
// Optional create new item option, to define a widget that will be opened to create a new item
|
|
31
|
+
CreateNewItemInfo create_new_item_info = 7 [(.wix.api.field_exposure) = INTERNAL];
|
|
32
|
+
|
|
33
|
+
enum Tag {
|
|
34
|
+
UNKNOWN_TAG = 0;
|
|
35
|
+
EMBEDDABLE = 1;
|
|
36
|
+
ECOM_EDIT_ORDER = 2;
|
|
37
|
+
ECOM_CREATE_ORDER = 3;
|
|
38
|
+
INBOX = 4;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
message AdditionalStepInfo {
|
|
42
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.AdditionalStepInfo";
|
|
43
|
+
// ID of the widget associated with the step.
|
|
44
|
+
string widget_id = 1;
|
|
45
|
+
|
|
46
|
+
// Title of the additional step.
|
|
47
|
+
string title = 2 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100, (wix.api.translatable) = {
|
|
48
|
+
type: SHORT_TEXT
|
|
49
|
+
name: "Additional Step Title"
|
|
50
|
+
grouping: "metadata"
|
|
51
|
+
}];
|
|
52
|
+
|
|
53
|
+
// Subtitle of the additional step.
|
|
54
|
+
google.protobuf.StringValue subtitle = 3 [(wix.api.maxLength) = 100, (wix.api.translatable) = {
|
|
55
|
+
type: SHORT_TEXT
|
|
56
|
+
name: "Additional Step Subtitle"
|
|
57
|
+
grouping: "metadata"
|
|
58
|
+
}];
|
|
59
|
+
|
|
60
|
+
// Hide item note if exists when showing selected item on additional step header, default: false.
|
|
61
|
+
google.protobuf.BoolValue hide_item_note = 4;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
message CreateNewItemInfo {
|
|
65
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.CreateNewItemInfo";
|
|
66
|
+
// ID of the widget associated with the new item modal.
|
|
67
|
+
string widget_id = 1;
|
|
68
|
+
// one app (mobile) component id that will be opened to create a new item
|
|
69
|
+
google.protobuf.StringValue mobile_component_id = 2 [(.wix.api.field_exposure) = INTERNAL];
|
|
70
|
+
// Button label for creating a new item
|
|
71
|
+
google.protobuf.StringValue button_text = 3 [(wix.api.minLength) = 1, (wix.api.maxLength) = 50, (wix.api.translatable) = {
|
|
72
|
+
type: SHORT_TEXT
|
|
73
|
+
name: "Create New Item Button"
|
|
74
|
+
grouping: "metadata"
|
|
75
|
+
}];
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
message ContentData {
|
|
79
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.ContentData";
|
|
80
|
+
// Provider icon. Choose an icon name from the [Wix Design System](https://www.wixdesignsystem.com/).
|
|
81
|
+
google.protobuf.StringValue icon_key = 1 [(wix.api.minLength) = 3, (wix.api.maxLength) = 50];
|
|
82
|
+
|
|
83
|
+
// Provider name.
|
|
84
|
+
string provider_name = 2 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100, (wix.api.translatable) = {
|
|
85
|
+
type: SHORT_TEXT
|
|
86
|
+
name: "Provider Name"
|
|
87
|
+
grouping: "metadata"
|
|
88
|
+
}];
|
|
89
|
+
|
|
90
|
+
// Item title.
|
|
91
|
+
string title = 3 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100, (wix.api.translatable) = {
|
|
92
|
+
type: SHORT_TEXT
|
|
93
|
+
name: "Picker Title"
|
|
94
|
+
grouping: "metadata"
|
|
95
|
+
}];
|
|
96
|
+
|
|
97
|
+
// Button label.
|
|
98
|
+
string button = 4 [(wix.api.minLength) = 1, (wix.api.maxLength) = 50, (wix.api.translatable) = {
|
|
99
|
+
type: SHORT_TEXT
|
|
100
|
+
name: "Select Button"
|
|
101
|
+
grouping: "metadata"
|
|
102
|
+
}];
|
|
103
|
+
|
|
104
|
+
// Item description.
|
|
105
|
+
google.protobuf.StringValue subtitle = 5 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100, (wix.api.translatable) = {
|
|
106
|
+
type: SHORT_TEXT
|
|
107
|
+
name: "Picker Subtitle"
|
|
108
|
+
grouping: "metadata"
|
|
109
|
+
}];
|
|
110
|
+
|
|
111
|
+
// Learn more link.
|
|
112
|
+
LearnMore learn_more = 6;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
message SearchParams {
|
|
116
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.SearchParams";
|
|
117
|
+
// Supported search parameters.
|
|
118
|
+
repeated SearchField fields = 1 [(.wix.api.maxSize) = 50];
|
|
119
|
+
|
|
120
|
+
// Filter for viewing only part of the items.
|
|
121
|
+
FilterInfo filter = 2;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
message SearchField {
|
|
125
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.SearchField";
|
|
126
|
+
// Supported searchable fields.
|
|
127
|
+
string key = 1;
|
|
128
|
+
|
|
129
|
+
// Item description.
|
|
130
|
+
string description = 2 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100];
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
message FilterInfo {
|
|
134
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.FilterInfo";
|
|
135
|
+
// Key of the filter
|
|
136
|
+
string key = 1 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100];
|
|
137
|
+
|
|
138
|
+
// Optional filter will be shown only for consumers with this tag. Only one filter is allowed per tag.
|
|
139
|
+
Tag tag = 2;
|
|
140
|
+
|
|
141
|
+
// The filter selection type. For now only single selection is available
|
|
142
|
+
FilterSelectionType selection_type = 3;
|
|
143
|
+
|
|
144
|
+
// Filter options type. For now only static options are supported
|
|
145
|
+
FilterOptionsType options_type = 4;
|
|
146
|
+
oneof options {
|
|
147
|
+
option (.wix.api.aligned_with_enum).field = "options_type";
|
|
148
|
+
// Static hardcoded options
|
|
149
|
+
StaticFilterOptions static_options = 5;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
message StaticFilterOptions {
|
|
154
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.StaticFilterOptions";
|
|
155
|
+
// List of hardcoded options for a filter
|
|
156
|
+
repeated StaticFilterOption data = 1 [(.wix.api.maxSize) = 50];
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
message StaticFilterOption {
|
|
160
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.StaticFilterOption";
|
|
161
|
+
// Title of a filter option
|
|
162
|
+
string label = 1 [(wix.api.minLength) = 1, (wix.api.maxLength) = 500, (wix.api.translatable) = {
|
|
163
|
+
type: SHORT_TEXT
|
|
164
|
+
name: "Filter Option Label"
|
|
165
|
+
grouping: "metadata"
|
|
166
|
+
}];
|
|
167
|
+
// Value of a filter option
|
|
168
|
+
string value = 2 [(wix.api.minLength) = 1, (.wix.api.maxLength) = 100];
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
message LearnMore {
|
|
172
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.LearnMore";
|
|
173
|
+
// The url of the learn more link. If you want a dynamic url according to the user locale, you can add {{locale}} variable within the string.
|
|
174
|
+
string url = 1 [(.wix.api.maxLength) = 2048];
|
|
175
|
+
// Optional link label.
|
|
176
|
+
google.protobuf.StringValue label = 2 [(wix.api.maxLength) = 500, (wix.api.translatable) = {
|
|
177
|
+
type: SHORT_TEXT
|
|
178
|
+
name: "Learn More Label"
|
|
179
|
+
grouping: "metadata"
|
|
180
|
+
}];
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
enum FilterSelectionType {
|
|
184
|
+
UNKNOWN_SELECTION = 0;
|
|
185
|
+
// Allow to select only a single item
|
|
186
|
+
SINGLE_SELECTION = 1;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
enum FilterOptionsType {
|
|
190
|
+
UNKNOWN_FILTER_OPTIONS = 0;
|
|
191
|
+
// Static hardcoded options
|
|
192
|
+
STATIC = 1;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// SPI proto:
|
|
2
|
+
// https://github.com/wix-private/restaurants-bazel/blob/master/local-delivery/proto/com/wixpress/localdelivery/spi/v1/local_delivery_provider.proto
|
|
3
|
+
|
|
4
|
+
syntax = "proto3";
|
|
5
|
+
|
|
6
|
+
package com.wixpress.appservice.api;
|
|
7
|
+
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
import "wix/spi/definitions.proto";
|
|
11
|
+
|
|
12
|
+
// Local Delivery component
|
|
13
|
+
message LocalDeliveryComponentData {
|
|
14
|
+
option (.wix.api.decomposite_of) = "com.wixpress.appservice.api.LocalDeliveryComponentData";
|
|
15
|
+
|
|
16
|
+
// URL for the Delivery provider registration web page.
|
|
17
|
+
// The App Instance and Account Id query parameters are attached to the registration URL
|
|
18
|
+
// so that you can identify your account when accessing the vendor api. [learn more](https://devforum.wix.com/en/article/app-instance)
|
|
19
|
+
string registration_url = 1 [(wix.api.format) = WEB_URL];
|
|
20
|
+
|
|
21
|
+
// The base URL for all the local delivery api calls.
|
|
22
|
+
// Description of end points and schema can be find in the local delivery documentation.
|
|
23
|
+
string api_base_uri = 2 [(.wix.spi.base_uri) = true];
|
|
24
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wix.ecom.memberships_spi.v1;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/spi/definitions.proto";
|
|
8
|
+
|
|
9
|
+
message MembershipsSPIConfig {
|
|
10
|
+
option (.wix.api.decomposite_of) = "com.wix.ecom.memberships_spi.v1.MembershipsSPIConfig";
|
|
11
|
+
// The URL of the SPI implementation
|
|
12
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
13
|
+
repeated string catalog_app_def_ids = 2 [(.wix.api.minSize) = 1, (.wix.api.maxSize) = 300];
|
|
14
|
+
}
|
|
@@ -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 MultiServiceBookingPolicyProviderConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "com.wixpress.bookings.availability.spi.v2.MultiServiceBookingPolicyProviderConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed.
|
|
14
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1;
|
|
15
|
+
// User-friendly name of the provider.
|
|
16
|
+
google.protobuf.StringValue provider_name = 2 [(.wix.api.maxLength) = 100];
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.multilingual.sitetranslator.spi.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
|
+
|
|
11
|
+
|
|
12
|
+
message ContentProviderConfig {
|
|
13
|
+
option (.wix.api.decomposite_of) = "com.wixpress.multilingual.sitetranslator.spi.v1.ContentProviderConfig";
|
|
14
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true]; // base uri for each implementer
|
|
15
|
+
string provider_name = 2 [(.wix.api.maxLength) = 64]; // a human readable name of the provider
|
|
16
|
+
.google.protobuf.Int32Value maximum_reading_bulk_size = 3; //the maximum items allowed to read and update in a single request
|
|
17
|
+
|
|
18
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
package com.wixpress.appservice.api.upstream.wix.multilingual.translation.schema.v1;
|
|
3
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.multilingual.translation.schema.v1";
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "google/api/annotations.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
import "google/protobuf/timestamp.proto";
|
|
10
|
+
import "wix/api/entity.proto";
|
|
11
|
+
|
|
12
|
+
message Schema {
|
|
13
|
+
option (.wix.api.decomposite_of) = "wix.multilingual.translation.schema.v1.Schema";
|
|
14
|
+
google.protobuf.StringValue id = 1 [(.wix.api.readOnly) = true, (.wix.api.format) = GUID]; // Schema ID.
|
|
15
|
+
SchemaKey key = 2; // (compound key) Schema key.
|
|
16
|
+
map<string, SchemaField> fields = 3 [(.wix.api.minSize) = 1, (.wix.api.maxSize) = 1000]; // A list of unique fields on the entity in the specific language
|
|
17
|
+
PreviewFields preview_fields = 4; // Fields that will be displayed in content previews (e.g., product name for products).
|
|
18
|
+
google.protobuf.BoolValue hidden = 5; // Whether the schema is hidden from the site.
|
|
19
|
+
google.protobuf.StringValue display_name = 6 [(.wix.api.maxLength) = 100, (.wix.api.translatable) = {type: SHORT_TEXT, grouping: "General", name: "Schema name"}]; // The name of the schema
|
|
20
|
+
google.protobuf.StringValue parent_id = 7 [(.wix.api.referenced_entity) = "wix.multilingual.translation.v1.schema", (.wix.api.format) = GUID]; // Higher level schema, group_by_name will point to an entity of this schema.
|
|
21
|
+
google.protobuf.Int64Value revision = 9 [(.wix.api.readOnly) = true];
|
|
22
|
+
google.protobuf.Timestamp created_date = 10 [(.wix.api.readOnly) = true];
|
|
23
|
+
google.protobuf.Timestamp updated_date = 11 [(.wix.api.readOnly) = true];
|
|
24
|
+
google.protobuf.BoolValue duplicate_content = 12; // indicate if the content should be duplicated when the site is cloned
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
message SchemaKey {
|
|
28
|
+
option (.wix.api.decomposite_of) = "wix.multilingual.translation.schema.v1.SchemaKey";
|
|
29
|
+
string app_id = 1 [(.wix.api.format) = GUID, (.wix.api.readOnly) = true]; // ID of app that created the schema.
|
|
30
|
+
string entity_type = 2 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 80, (.wix.api.immutable) = true]; //Unique name defined by the creator app, used to distinguish between different entities in the the app domain.
|
|
31
|
+
SchemaScope scope = 3 [(.wix.api.immutable) = true]; //Scope schema is defined in (Global/Site)
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
message SchemaField {
|
|
35
|
+
option (.wix.api.decomposite_of) = "wix.multilingual.translation.schema.v1.SchemaField";
|
|
36
|
+
string id = 1 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 100, (.wix.api.custom_validation) = {rule_name: "validate with regax `a-zA-Z0-9_-)(`"}, (.wix.api.readOnly) = true]; //Field ID.
|
|
37
|
+
FieldType type = 2; // Field type.
|
|
38
|
+
google.protobuf.StringValue display_name = 3 [(.wix.api.maxLength) = 100, (.wix.api.translatable) = {type: SHORT_TEXT, grouping: "Fields", name: "Field name"}]; //Field descriptive name.
|
|
39
|
+
google.protobuf.StringValue group_name = 4 [(.wix.api.maxLength) = 100, (.wix.api.translatable) = {type: SHORT_TEXT, grouping: "Fields", name: "Field group name"}]; // Field semantic grouping
|
|
40
|
+
google.protobuf.Int32Value min_length = 5 [(.wix.api.min) = 1]; // Field minimum length (in case of text field)
|
|
41
|
+
google.protobuf.Int32Value max_length = 6 [(.wix.api.min) = 1]; // Field maximum length (in case text field)
|
|
42
|
+
google.protobuf.StringValue format = 7 [(.wix.api.minLength) = 2, (.wix.api.maxLength) = 20]; // Field format. If set - must be one of the values of wix.api.format as string (case insensitive)
|
|
43
|
+
bool hidden = 8; // Whether the field is hidden from the site. Hidden field constraints (type, min/max length) are still active!
|
|
44
|
+
bool display_only = 9; // Whether the field is for display only and should not allowed to be translated
|
|
45
|
+
google.protobuf.DoubleValue index = 10 [(.wix.api.min) = 0]; // In cases where the order of the fields holds meaning, use this index
|
|
46
|
+
|
|
47
|
+
enum FieldType {
|
|
48
|
+
UNDEFINED_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED]; // Undefined field type
|
|
49
|
+
SHORT_TEXT = 1; // Short text TEXT
|
|
50
|
+
LONG_TEXT = 2; // Long Plain Text TEXT
|
|
51
|
+
HTML = 3; // Long text including styles, images, links and more... HTML
|
|
52
|
+
RICH_CONTENT = 4; // Wix Rich-Content format RICO
|
|
53
|
+
IMAGE = 5; // Wix Image media item
|
|
54
|
+
IMAGE_LINK = 6; // Image URL without metadata
|
|
55
|
+
JSON = 7 [(.wix.api.enum_exposure) = PRIVATE]; // contain an XML representation of an entity or part of it
|
|
56
|
+
VIDEO = 8; // Wix Video media item
|
|
57
|
+
DOCUMENT = 9; // Wix Document media item
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
enum SchemaScope {
|
|
62
|
+
UNKNOWN_SCOPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED];
|
|
63
|
+
GLOBAL = 1; //Global schema, relevant to all sites
|
|
64
|
+
SITE = 2; //Site schema, relevant to specific site only
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
message PreviewFields {
|
|
68
|
+
option (.wix.api.decomposite_of) = "wix.multilingual.translation.schema.v1.PreviewFields";
|
|
69
|
+
google.protobuf.StringValue title_field_id = 1 [(.wix.api.maxLength) = 100]; //ID of field representing the schema's title.
|
|
70
|
+
google.protobuf.StringValue image_field_id = 2 [(.wix.api.maxLength) = 100]; //ID of field representing the schema's image.
|
|
71
|
+
}
|
|
@@ -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
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "components_catalog_data/multilingual_translation_schema/com/wixpress/appservice/api/upstream/wix/multilingual/translation/schema/v1/schema.proto";
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
message MultilingualTranslationSchema {
|
|
11
|
+
google.protobuf.StringValue reference_id = 1 [(wix.api.format) = GUID, (wix.api.field_exposure) = PRIVATE];
|
|
12
|
+
com.wixpress.appservice.api.upstream.wix.multilingual.translation.schema.v1.Schema reference_data = 2[(wix.api.field_exposure) = PRIVATE];
|
|
13
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "components_catalog_data/dashboard.proto";
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
|
|
8
|
+
// Business Manager sidebar category that contains sidebar links.
|
|
9
|
+
// each link in the category opens in the business manager in an iframe.
|
|
10
|
+
message MultipleDashboardsComponentData {
|
|
11
|
+
// items inside the category
|
|
12
|
+
repeated DashboardItem items = 1;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
// a single dashboard page,
|
|
16
|
+
// represented in Business Manager as sidebar link that opens in an iframe
|
|
17
|
+
message DashboardItem {
|
|
18
|
+
// name of the sidebar link of the page
|
|
19
|
+
string label = 1;
|
|
20
|
+
// data about the current page
|
|
21
|
+
DashboardComponentData dashboard_data = 2;
|
|
22
|
+
// permission to check for this page.
|
|
23
|
+
google.protobuf.StringValue permission_id = 3;
|
|
24
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
import "google/protobuf/struct.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
|
|
9
|
+
// Describes a setting group of a notification
|
|
10
|
+
message NotificationContent {
|
|
11
|
+
SingleContent single = 1;
|
|
12
|
+
GroupedContent grouped = 2;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
//notification content
|
|
16
|
+
message SingleContent {
|
|
17
|
+
//title
|
|
18
|
+
google.protobuf.StringValue title = 1 [(.wix.api.translatable) = {
|
|
19
|
+
type: SHORT_TEXT
|
|
20
|
+
name: "single notification title"
|
|
21
|
+
}];
|
|
22
|
+
//message
|
|
23
|
+
string message = 2 [(.wix.api.translatable) = {
|
|
24
|
+
type: SHORT_TEXT
|
|
25
|
+
name: "single notification message"
|
|
26
|
+
}];
|
|
27
|
+
//action
|
|
28
|
+
google.protobuf.StringValue action = 3 [(.wix.api.translatable) = {
|
|
29
|
+
type: SHORT_TEXT
|
|
30
|
+
name: "single notification action"
|
|
31
|
+
}];
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
//notification content
|
|
36
|
+
message GroupedContent {
|
|
37
|
+
//title
|
|
38
|
+
google.protobuf.StringValue title = 1 [(.wix.api.translatable) = {
|
|
39
|
+
type: SHORT_TEXT
|
|
40
|
+
name: "grouped notification title"
|
|
41
|
+
}];
|
|
42
|
+
//message
|
|
43
|
+
string message = 2 [(.wix.api.translatable) = {
|
|
44
|
+
type: SHORT_TEXT
|
|
45
|
+
name: "grouped notification message"
|
|
46
|
+
}];
|
|
47
|
+
//action
|
|
48
|
+
google.protobuf.StringValue action = 3 [(.wix.api.translatable) = {
|
|
49
|
+
type: SHORT_TEXT
|
|
50
|
+
name: "grouped notification action"
|
|
51
|
+
}];
|
|
52
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
import "wix/api/annotations.proto";
|
|
3
|
+
import "wix/api/validations.proto";
|
|
4
|
+
import "wix/spi/definitions.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/common/spi.proto";
|
|
7
|
+
package com.wixpress.appservice.api.upstream.wix.notifications.preferences.v1.notification_preferences_filter_spi;
|
|
8
|
+
|
|
9
|
+
message NotificationPreferencesFilterConfig {
|
|
10
|
+
.wix.common.spi.SpiBaseUri base_uri = 1; // the base URI where all the methods are deployed. E.g. "https://golden-coupons.com/wix-provider"
|
|
11
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
import "google/protobuf/struct.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
|
|
9
|
+
// Describes topic of a notification
|
|
10
|
+
message NotificationTopic {
|
|
11
|
+
google.protobuf.StringValue description = 1; // the description of the topic
|
|
12
|
+
State state = 2; // the default state of the topic
|
|
13
|
+
Type type = 3; // the type of the topic
|
|
14
|
+
|
|
15
|
+
enum State {
|
|
16
|
+
UNKNOWN_STATE = 0;
|
|
17
|
+
DEFAULT_ON = 1;
|
|
18
|
+
DEFAULT_OFF = 2;
|
|
19
|
+
ALWAYS_ON = 3 [(.wix.api.enum_exposure) = PRIVATE];
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
enum Type {
|
|
23
|
+
UNKNOWN_TYPE = 0;
|
|
24
|
+
PROMOTIONAL = 1;
|
|
25
|
+
TRANSACTIONAL = 2;
|
|
26
|
+
}
|
|
27
|
+
}
|