@wix/bex-utils 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js +650 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.d.ts +25136 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.d.ts +12567 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.js +210768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.d.ts +25130 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js +64 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js +582 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js +188 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js +61 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/builders/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/http/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/meta/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/package.json +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/rpc/package.json +6 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/assets_messages.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +137 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing.proto +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing_service.proto +124 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/companies_messages.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_common.proto +217 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ai_assistant/com/wixpress/appservice/api/upstream/wix/genie/assistant/spi/v1/assistant_spi_service.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/app_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +178 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension.proto +99 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_container.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_menu_item.proto +67 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_widget.proto +47 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_modal.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/broadcast_list.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/code_package.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/accepted_message_types.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_branding.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_configuration.proto +41 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/conversation_limitations.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/dm/direct_message_config.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/email/email_message_config.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/media_capabilities.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/sms/sms_message_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_element_widget.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/table_reservations/spi/custom_reservations_approval/v1/custom_reservations_approval.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dc_config.proto +9 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/deployment_pipeline_provider/com/wixpress/appservice/api/upstream/wix/editor/deployments/spi/v1/pipeline_provider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dev_center_component_test.proto +87 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto +44 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/editor_addon.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/form_template.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +39 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto +31 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_extension_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_extension_spi.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/headless_oauth.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto +82 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +194 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multi_service_booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/multi_service_booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema/com/wixpress/appservice/api/upstream/wix/multilingual/translation/schema/v1/schema.proto +71 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_content.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page.proto +70 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_replace/page_replace.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/platform.proto +59 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/plugin-interface.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +655 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/service_availability_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/service_availability_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/slot.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/sms-action-message.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/static_file.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio_widget.proto +128 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_calculation_provider/com/wixpress/appservice/api/upstream/wix/billing/tax_calculation_spi/v1/tax_calculation_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_groups_provider/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_groups_provider_config.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/component_model.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/editor_behaviors.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/plugin_installation_settings.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/shared.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/widget_size.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/user_notification.proto +94 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/web.proto +350 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget.proto +121 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_plugin.proto +54 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/worker.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data.proto +436 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_messages.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_messages.proto +149 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/extensions_messages.proto +111 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/features/features_messages.proto +73 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/listingInfo_messages.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/marketListing_messages.proto +107 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/permissions_messages.proto +158 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/plans/plans_messages.proto +108 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/pricing_model/pricing_model_messages.proto +104 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/translations_data_messages.proto +57 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/versions_messages.proto +341 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/webhooks_messages.proto +65 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/annotations.proto +356 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/entity.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/validations.proto +134 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/media.proto +232 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/paging.proto +116 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/query.proto +768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types/package.json +7 -0
- package/dist/cjs/PromiseState.js.map +1 -1
- package/dist/cjs/batchUpdates.js.map +1 -1
- package/dist/cjs/events.js.map +1 -1
- package/dist/cjs/exports/react-dom.js.map +1 -1
- package/dist/cjs/exports/react-native.js.map +1 -1
- package/dist/cjs/exports/react.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/reactive.js.map +1 -1
- package/dist/cjs/reactiveContext.js.map +1 -1
- package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -1
- package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -1
- package/dist/cjs/useReactive.js.map +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,655 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
|
|
9
|
+
message PricingPlansFormConfiguration {
|
|
10
|
+
reserved 1, 2;
|
|
11
|
+
// "Plan preview" section configuration.
|
|
12
|
+
PlanFormPreviewSection plan_preview = 3;
|
|
13
|
+
// "Plan info" section configuration
|
|
14
|
+
PlanFormInfoSection info_section = 4;
|
|
15
|
+
// "Settings" section configuration
|
|
16
|
+
PlanFormPlanSettingsSection settings_section = 5;
|
|
17
|
+
// "Benefits" section configuration
|
|
18
|
+
PlanFormBenefitsSection benefits_section = 6;
|
|
19
|
+
// "Pricing options" section configuration
|
|
20
|
+
PlanFormPricingAndDurationSection pricing_and_duration_section = 7;
|
|
21
|
+
// Custom sections to render inside the form
|
|
22
|
+
repeated PlanFormCustomSection custom_sections = 8 [(wix.api.maxSize) = 99];
|
|
23
|
+
// Order, in which sections will be rendered. Can include default section ids or custom section component ids.
|
|
24
|
+
// Visible sections that don't exist in this array will be displayed below others, in default oder.
|
|
25
|
+
repeated PlanFormSection section_order = 9 [(wix.api.maxSize) = 99];
|
|
26
|
+
// Information about custom plan form
|
|
27
|
+
PlanFormTypeMetadata metadata = 10;
|
|
28
|
+
|
|
29
|
+
reserved 11;
|
|
30
|
+
|
|
31
|
+
// "Page permissions" section configuration
|
|
32
|
+
PlanFormPagePermissionsSection page_permissions = 12;
|
|
33
|
+
// Initial plan data to prefill in the form
|
|
34
|
+
PlanFormInitialValue initial_plan_value = 13;
|
|
35
|
+
// Custom form name (e.g., 'bookings-membership'). Should be unique within the app
|
|
36
|
+
string form_name = 14 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100];
|
|
37
|
+
|
|
38
|
+
message PlanFormPreviewSection {
|
|
39
|
+
// Hide Preview section. If set to `true`, remaining fields will be ignored
|
|
40
|
+
bool hide = 1;
|
|
41
|
+
|
|
42
|
+
reserved 2;
|
|
43
|
+
|
|
44
|
+
// Preview card title
|
|
45
|
+
TextWithTooltip title = 3;
|
|
46
|
+
// Preview card subtitle
|
|
47
|
+
TextWithSuffix subtitle = 4;
|
|
48
|
+
// Placeholder overrides for previewed plan
|
|
49
|
+
PreviewCardPlaceholders placeholders = 5;
|
|
50
|
+
// Stick Preview section to the right while scrolling. Makes rest of the sections narrower.
|
|
51
|
+
google.protobuf.BoolValue is_sticky = 6;
|
|
52
|
+
|
|
53
|
+
message PreviewCardPlaceholders {
|
|
54
|
+
// Placeholder plan name for preview, e.g. "Untitled Package"
|
|
55
|
+
string name = 1 [(wix.api.translatable) = {
|
|
56
|
+
type: SHORT_TEXT,
|
|
57
|
+
grouping: ""
|
|
58
|
+
}];
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
message PlanFormInfoSection {
|
|
63
|
+
// Hide Info section. If set to `true`, remaining fields will be ignored
|
|
64
|
+
bool hide = 1;
|
|
65
|
+
// Tooltip title
|
|
66
|
+
TextWithTooltip title = 2;
|
|
67
|
+
// Tooltip subtitle
|
|
68
|
+
TextWithSuffix subtitle = 3;
|
|
69
|
+
// Plan name input configuration
|
|
70
|
+
InputWithPlaceholder name = 4;
|
|
71
|
+
// Plan tagline input configuration
|
|
72
|
+
InputWithPlaceholder tagline = 5;
|
|
73
|
+
// Plan cover image input configuration
|
|
74
|
+
CoverImageConfiguration cover_image = 6;
|
|
75
|
+
// Plan perks subsection configuration
|
|
76
|
+
PerksConfiguration perks = 7;
|
|
77
|
+
|
|
78
|
+
message CoverImageConfiguration {
|
|
79
|
+
// Hide cover image input. If set to `true`, remaining fields will be ignored
|
|
80
|
+
bool hide = 1;
|
|
81
|
+
// Cover image input label
|
|
82
|
+
TextWithTooltip label = 2;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
message PerksConfiguration {
|
|
86
|
+
// Hide Perks subsection. If set to `true`, remaining fields will be ignored
|
|
87
|
+
bool hide = 1;
|
|
88
|
+
// Perks subsection title
|
|
89
|
+
TextWithTooltip title = 2;
|
|
90
|
+
// Perks input placeholder
|
|
91
|
+
string placeholder = 3 [(wix.api.translatable) = {
|
|
92
|
+
type: SHORT_TEXT
|
|
93
|
+
grouping: ""
|
|
94
|
+
}];
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
message PlanFormPlanSettingsSection {
|
|
99
|
+
// Hide "Advanced settings" section. If set to `true`, remaining fields will be ignored
|
|
100
|
+
bool hide = 1;
|
|
101
|
+
// Section title configuration
|
|
102
|
+
TextWithTooltip title = 2;
|
|
103
|
+
// Section subtitle configuration
|
|
104
|
+
TextWithSuffix subtitle = 3;
|
|
105
|
+
// Configuration for "Limit to 1 purchase per person" plan setting
|
|
106
|
+
PlanSettingsRowConfiguration single_purchase = 4;
|
|
107
|
+
// Configuration for "Allow plan cancellation" plan setting
|
|
108
|
+
PlanSettingsRowConfiguration allow_cancellation = 5;
|
|
109
|
+
// Configuration for "Let people set start date" plan setting
|
|
110
|
+
PlanSettingsRowConfiguration custom_start_date = 6;
|
|
111
|
+
// Configuration for "Add a policy" plan setting
|
|
112
|
+
TermsAndConditionsConfiguration terms_and_conditions = 7;
|
|
113
|
+
// Configuration for "Collect additional info" plan setting
|
|
114
|
+
PlanSettingsRowConfiguration custom_forms = 8;
|
|
115
|
+
// Configuration for "Customize a Thank You page" plan setting
|
|
116
|
+
ThankYouPageConfiguration thank_you_page = 9;
|
|
117
|
+
|
|
118
|
+
message PlanSettingsRowConfiguration {
|
|
119
|
+
// Hide row. If set to `true`, remaining fields will be ignored
|
|
120
|
+
bool hide = 1;
|
|
121
|
+
// Row title
|
|
122
|
+
TextWithTooltip title = 2;
|
|
123
|
+
// Row subtitle
|
|
124
|
+
TextWithTooltip subtitle = 3;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
message TermsAndConditionsConfiguration {
|
|
128
|
+
// Hide row. If set to `true`, remaining fields will be ignored
|
|
129
|
+
bool hide = 1;
|
|
130
|
+
// Row title
|
|
131
|
+
TextWithTooltip title = 2;
|
|
132
|
+
// Row subtitle
|
|
133
|
+
TextWithTooltip subtitle = 3;
|
|
134
|
+
// "Plan policies" modal configuration
|
|
135
|
+
TermsModalConfiguration modal = 4;
|
|
136
|
+
message TermsModalConfiguration {
|
|
137
|
+
// Modal title
|
|
138
|
+
string title = 1 [(wix.api.translatable) = {
|
|
139
|
+
type: SHORT_TEXT,
|
|
140
|
+
grouping: ""
|
|
141
|
+
}];
|
|
142
|
+
// Modal subtitle
|
|
143
|
+
string subtitle = 2 [(wix.api.translatable) = {
|
|
144
|
+
type: SHORT_TEXT,
|
|
145
|
+
grouping: ""
|
|
146
|
+
}];
|
|
147
|
+
// "Save" button text
|
|
148
|
+
string primary_button_text = 3 [(wix.api.translatable) = {
|
|
149
|
+
type: SHORT_TEXT,
|
|
150
|
+
grouping: ""
|
|
151
|
+
}];
|
|
152
|
+
// "Cancel" button text
|
|
153
|
+
string secondary_button_text = 4 [(wix.api.translatable) = {
|
|
154
|
+
type: SHORT_TEXT,
|
|
155
|
+
grouping: ""
|
|
156
|
+
}];
|
|
157
|
+
// "Terms and conditions" input configuration
|
|
158
|
+
InputWithPlaceholder input = 5;
|
|
159
|
+
// "Policy agreement checkbox" input configuratino
|
|
160
|
+
CheckboxConfiguration checkbox = 6;
|
|
161
|
+
// Terms and conditions preview configuration
|
|
162
|
+
PreviewConfiguration preview = 7;
|
|
163
|
+
// Modal footer text
|
|
164
|
+
string footer = 8 [(wix.api.translatable) = {
|
|
165
|
+
type: SHORT_TEXT,
|
|
166
|
+
grouping: ""
|
|
167
|
+
}];
|
|
168
|
+
|
|
169
|
+
message CheckboxConfiguration {
|
|
170
|
+
// "Policy agreement checkbox" input label
|
|
171
|
+
string label = 1 [(wix.api.translatable) = {
|
|
172
|
+
type: SHORT_TEXT,
|
|
173
|
+
grouping: ""
|
|
174
|
+
}];
|
|
175
|
+
// "Policy checkbox" toggle configuration
|
|
176
|
+
TextWithTooltip accept_required_toggle = 2;
|
|
177
|
+
// "Checked by default" toggle configuration
|
|
178
|
+
TextWithTooltip accepted_by_default_toggle = 3;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
message PreviewConfiguration {
|
|
182
|
+
// Preview card title
|
|
183
|
+
string title = 1 [(wix.api.translatable) = {
|
|
184
|
+
type: SHORT_TEXT,
|
|
185
|
+
grouping: ""
|
|
186
|
+
}];
|
|
187
|
+
// Preview card subtitle
|
|
188
|
+
string subtitle = 2 [(wix.api.translatable) = {
|
|
189
|
+
type: SHORT_TEXT,
|
|
190
|
+
grouping: ""
|
|
191
|
+
}];
|
|
192
|
+
// Label for checkbox in preview
|
|
193
|
+
string checkbox_label = 3 [(wix.api.translatable) = {
|
|
194
|
+
type: SHORT_TEXT,
|
|
195
|
+
grouping: ""
|
|
196
|
+
}];
|
|
197
|
+
// Text for "Buy now" in preview
|
|
198
|
+
string button_text = 4 [(wix.api.translatable) = {
|
|
199
|
+
type: SHORT_TEXT,
|
|
200
|
+
grouping: ""
|
|
201
|
+
}];
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
message ThankYouPageConfiguration {
|
|
207
|
+
// Hide row. If set to `true`, remaining fields will be ignored
|
|
208
|
+
bool hide = 1;
|
|
209
|
+
// Row title
|
|
210
|
+
TextWithTooltip title = 2;
|
|
211
|
+
// Row subtitle
|
|
212
|
+
TextWithTooltip subtitle = 3;
|
|
213
|
+
// "Thank you page" modal configuration
|
|
214
|
+
ThankYouPageModalConfiguration modal = 4;
|
|
215
|
+
|
|
216
|
+
message ThankYouPageModalConfiguration {
|
|
217
|
+
// Modal title
|
|
218
|
+
string title = 1 [(wix.api.translatable) = {
|
|
219
|
+
type: SHORT_TEXT,
|
|
220
|
+
grouping: ""
|
|
221
|
+
}];
|
|
222
|
+
// Modal subtitle
|
|
223
|
+
TextWithSuffix subtitle = 2;
|
|
224
|
+
// "Save" button text
|
|
225
|
+
string primary_button_text = 3 [(wix.api.translatable) = {
|
|
226
|
+
type: SHORT_TEXT,
|
|
227
|
+
grouping: ""
|
|
228
|
+
}];
|
|
229
|
+
// "Cancel" button text
|
|
230
|
+
string secondary_button_text = 4 [(wix.api.translatable) = {
|
|
231
|
+
type: SHORT_TEXT,
|
|
232
|
+
grouping: ""
|
|
233
|
+
}];
|
|
234
|
+
// "Reset to default" button text
|
|
235
|
+
string reset_button_text = 5 [(wix.api.translatable) = {
|
|
236
|
+
type: SHORT_TEXT,
|
|
237
|
+
grouping: ""
|
|
238
|
+
}];
|
|
239
|
+
// Thank you page title input configuration
|
|
240
|
+
ThankYouPageInputConfig title_input = 6;
|
|
241
|
+
// Thank you page content input configuration
|
|
242
|
+
ThankYouPageInputConfig message_input = 7;
|
|
243
|
+
// Thank you page button text input configuration
|
|
244
|
+
ThankYouPageInputConfig button_text_input = 8;
|
|
245
|
+
// Thank you page button action field configuration
|
|
246
|
+
ThankYouPageRedirectsConfiguration redirects = 9;
|
|
247
|
+
// Thank you page preview configuration
|
|
248
|
+
ThankYouPagePreviewConfiguration preview = 10;
|
|
249
|
+
|
|
250
|
+
message ThankYouPageRedirectsConfiguration {
|
|
251
|
+
// Hide "Redirects". If set to `true`, remaining fields will be ignored
|
|
252
|
+
bool hide = 1;
|
|
253
|
+
// "Redirects" field label
|
|
254
|
+
TextWithTooltip label = 2;
|
|
255
|
+
// "Homde Page" option label
|
|
256
|
+
string home_page_option = 3 [(wix.api.translatable) = {
|
|
257
|
+
type: SHORT_TEXT,
|
|
258
|
+
grouping: ""
|
|
259
|
+
}];
|
|
260
|
+
// "Other Page" option label
|
|
261
|
+
string redirect_url_option = 4 [(wix.api.translatable) = {
|
|
262
|
+
type: SHORT_TEXT,
|
|
263
|
+
grouping: ""
|
|
264
|
+
}];
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
message ThankYouPagePreviewConfiguration {
|
|
268
|
+
// Preview card title
|
|
269
|
+
string title = 1 [(wix.api.translatable) = {
|
|
270
|
+
type: SHORT_TEXT,
|
|
271
|
+
grouping: ""
|
|
272
|
+
}];
|
|
273
|
+
// Preview card subtitle
|
|
274
|
+
string subtitle = 2 [(wix.api.translatable) = {
|
|
275
|
+
type: SHORT_TEXT,
|
|
276
|
+
grouping: ""
|
|
277
|
+
}];
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
message ThankYouPageInputConfig {
|
|
281
|
+
// Hide input. If set to `true`, remaining fields will be ignored
|
|
282
|
+
bool hide = 1;
|
|
283
|
+
// Label config
|
|
284
|
+
TextWithTooltip label = 2;
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
message PlanFormBenefitsSection {
|
|
291
|
+
// Hide Benefits section. If set to `true`, remaining fields will be ignored
|
|
292
|
+
bool hide = 1;
|
|
293
|
+
// Benefits section title
|
|
294
|
+
TextWithTooltip title = 2;
|
|
295
|
+
// Benefits section subtitle
|
|
296
|
+
TextWithSuffix subtitle = 3;
|
|
297
|
+
// Suffix link configuration. Rendered at the right side of section header
|
|
298
|
+
LinkSuffix suffix = 4;
|
|
299
|
+
// Hide specific benefits from section
|
|
300
|
+
repeated string hidden_benefits = 5 [(wix.api.maxSize) = 99];
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
message PlanFormPricingAndDurationSection {
|
|
304
|
+
// Hide Pricing and Duration section. If set to `true`, remaining fields will be ignored
|
|
305
|
+
bool hide = 1;
|
|
306
|
+
// Section title
|
|
307
|
+
TextWithTooltip title = 2;
|
|
308
|
+
// Section subtitle
|
|
309
|
+
TextWithSuffix subtitle = 3;
|
|
310
|
+
// "Free" pricing option configuration
|
|
311
|
+
FreeOptionConfiguration free_pricing_option = 4;
|
|
312
|
+
// "One-time payment" pricing option configuration
|
|
313
|
+
OneTimeOptionConfiguration one_time_option = 5;
|
|
314
|
+
// "Recurring" pricing option configuration
|
|
315
|
+
RecurringOptionConfiguration recurring_option = 6;
|
|
316
|
+
// Order, in which pricing options should be displayed
|
|
317
|
+
repeated PlanFormPricingOption pricing_option_order = 7 [(wix.api.maxSize) = 99];
|
|
318
|
+
|
|
319
|
+
message FreeOptionConfiguration {
|
|
320
|
+
// Hide free option. If set to `true`, remaining fields will be ignored
|
|
321
|
+
bool hide = 1;
|
|
322
|
+
// Option title
|
|
323
|
+
string title = 2 [(wix.api.translatable) = {
|
|
324
|
+
type: SHORT_TEXT
|
|
325
|
+
grouping: ""
|
|
326
|
+
}];
|
|
327
|
+
// Option subtitle
|
|
328
|
+
string subtitle = 3 [(wix.api.translatable) = {
|
|
329
|
+
type: SHORT_TEXT
|
|
330
|
+
grouping: ""
|
|
331
|
+
}];
|
|
332
|
+
// Plan duration dropdown configuration
|
|
333
|
+
DurationInputConfiguration duration = 4;
|
|
334
|
+
// Custom duration period dropdown configuration
|
|
335
|
+
InputConfiguration custom_duration_period = 5;
|
|
336
|
+
// Custom duration input configuration
|
|
337
|
+
InputConfiguration custom_duration_input = 6;
|
|
338
|
+
|
|
339
|
+
reserved 7;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
message OneTimeOptionConfiguration {
|
|
343
|
+
// Hide "One-time payment" option. If set to `true`, remaining fields will be ignored
|
|
344
|
+
bool hide = 1;
|
|
345
|
+
// Option title
|
|
346
|
+
string title = 2 [(wix.api.translatable) = {
|
|
347
|
+
type: SHORT_TEXT
|
|
348
|
+
grouping: ""
|
|
349
|
+
}];
|
|
350
|
+
// Option subtitle
|
|
351
|
+
string subtitle = 3 [(wix.api.translatable) = {
|
|
352
|
+
type: SHORT_TEXT
|
|
353
|
+
grouping: ""
|
|
354
|
+
}];
|
|
355
|
+
// Plan duration dropdown configuration
|
|
356
|
+
DurationInputConfiguration duration = 4;
|
|
357
|
+
// Custom duration period dropdown configuration
|
|
358
|
+
InputConfiguration custom_duration_period = 5;
|
|
359
|
+
// Custom duration input configuration
|
|
360
|
+
InputConfiguration custom_duration_input = 6;
|
|
361
|
+
// Price input configuration
|
|
362
|
+
InputWithPlaceholder price = 7;
|
|
363
|
+
// Setup fee field configuration
|
|
364
|
+
SetupFeeConfiguration setup_fee = 8;
|
|
365
|
+
|
|
366
|
+
reserved 9;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
message RecurringOptionConfiguration {
|
|
370
|
+
// hide "recurring" option. if set to `true`, remaining fields will be ignored
|
|
371
|
+
bool hide = 1;
|
|
372
|
+
// Option title
|
|
373
|
+
string title = 2 [(wix.api.translatable) = {
|
|
374
|
+
type: SHORT_TEXT
|
|
375
|
+
grouping: ""
|
|
376
|
+
}];
|
|
377
|
+
// Option subtitle
|
|
378
|
+
string subtitle = 3 [(wix.api.translatable) = {
|
|
379
|
+
type: SHORT_TEXT
|
|
380
|
+
grouping: ""
|
|
381
|
+
}];
|
|
382
|
+
// Plan duration dropdown configuration
|
|
383
|
+
DurationInputConfiguration duration = 4;
|
|
384
|
+
// Price input configuration
|
|
385
|
+
InputWithPlaceholder price = 5;
|
|
386
|
+
// Setup fee field configuration
|
|
387
|
+
SetupFeeConfiguration setup_fee = 6;
|
|
388
|
+
// Free trial field configuration
|
|
389
|
+
FreeTrialConfiguration free_trial = 7;
|
|
390
|
+
// Frequency dropdown configuration
|
|
391
|
+
InputConfiguration frequency = 8;
|
|
392
|
+
// Custom frequency input configuration
|
|
393
|
+
InputConfiguration custom_frequency = 9;
|
|
394
|
+
|
|
395
|
+
reserved 10;
|
|
396
|
+
|
|
397
|
+
message FreeTrialConfiguration {
|
|
398
|
+
// Hide "Free trial" toggle. If set to `true`, remaining fields will be ignored
|
|
399
|
+
bool hide = 1;
|
|
400
|
+
// Free trial toggle label
|
|
401
|
+
TextWithTooltip label = 2;
|
|
402
|
+
// Free trial duration dropdown configuration
|
|
403
|
+
InputConfiguration duration = 3;
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
message DurationInputConfiguration {
|
|
408
|
+
// Duration dropdown label
|
|
409
|
+
TextWithTooltip label = 1;
|
|
410
|
+
// Duration dropdown placeholder
|
|
411
|
+
string placeholder = 2 [(wix.api.translatable) = {
|
|
412
|
+
type: SHORT_TEXT
|
|
413
|
+
grouping: ""
|
|
414
|
+
}];
|
|
415
|
+
// Labels for duration dropdown options
|
|
416
|
+
DurationRenameOptions rename_options = 3;
|
|
417
|
+
|
|
418
|
+
message DurationRenameOptions {
|
|
419
|
+
// Text for "Forever" duration option
|
|
420
|
+
string forever = 1 [(wix.api.translatable) = {
|
|
421
|
+
type: SHORT_TEXT
|
|
422
|
+
grouping: ""
|
|
423
|
+
}];
|
|
424
|
+
// Text for "Custom" duration option
|
|
425
|
+
string custom = 2 [(wix.api.translatable) = {
|
|
426
|
+
type: SHORT_TEXT
|
|
427
|
+
grouping: ""
|
|
428
|
+
}];
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
message SetupFeeConfiguration {
|
|
433
|
+
// Hide "Setup fee" toggle. If set to `true`, remaining fields will be ignored
|
|
434
|
+
bool hide = 1;
|
|
435
|
+
// Setup fee toggle label
|
|
436
|
+
TextWithTooltip label = 2;
|
|
437
|
+
// Setup fee amount input configuration
|
|
438
|
+
InputWithPlaceholder amount = 3;
|
|
439
|
+
// Setup fee name input configuration
|
|
440
|
+
InputWithPlaceholder name = 4;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
message InputConfiguration {
|
|
444
|
+
// Input label
|
|
445
|
+
TextWithTooltip label = 1;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
enum PlanFormPricingOption {
|
|
449
|
+
UNKNOWN_OPTION = 0 [(wix.api.enum_maturity) = NOT_IMPLEMENTED, (wix.api.enum_exposure) = PRIVATE];
|
|
450
|
+
FREE = 1;
|
|
451
|
+
ONE_TIME = 2;
|
|
452
|
+
RECURRING = 3;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
message PlanFormCustomSection {
|
|
457
|
+
// Id of dashboard extension component.
|
|
458
|
+
// Extensions should have containerId `fb869315-532f-4057-9049-e316f94e192f`
|
|
459
|
+
string component_id = 1 [(wix.api.format) = GUID];
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
message PlanFormSection {
|
|
463
|
+
oneof section {
|
|
464
|
+
// Extension component id
|
|
465
|
+
string component_id = 1;
|
|
466
|
+
// Default section name
|
|
467
|
+
PlanFormDefaultSection section_name = 2;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
reserved 3;
|
|
471
|
+
|
|
472
|
+
enum PlanFormDefaultSection {
|
|
473
|
+
UNKNWON_PLAN_FORM_SECTION = 0 [(wix.api.enum_maturity) = NOT_IMPLEMENTED, (wix.api.enum_exposure) = PRIVATE];
|
|
474
|
+
INFO = 1;
|
|
475
|
+
BENEFITS = 2;
|
|
476
|
+
PAGE_PERMISSIONS = 3;
|
|
477
|
+
PRICING_AND_DURATION = 4;
|
|
478
|
+
ADVANCED_SETTINGS = 5;
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
message PlanFormTypeMetadata {
|
|
483
|
+
// Name of configuration (i.e. plan type). Used in various places. Should be short, but clear
|
|
484
|
+
string title = 1 [(wix.api.translatable) = {
|
|
485
|
+
type: SHORT_TEXT,
|
|
486
|
+
grouping: ""
|
|
487
|
+
}];
|
|
488
|
+
// Plan type subtitle. Used in type choice modal
|
|
489
|
+
string subtitle = 2 [(wix.api.translatable) = {
|
|
490
|
+
type: SHORT_TEXT,
|
|
491
|
+
grouping: ""
|
|
492
|
+
}];
|
|
493
|
+
// Longer description of plan type. Used in type choice modal
|
|
494
|
+
string description = 3 [(wix.api.translatable) = {
|
|
495
|
+
type: SHORT_TEXT,
|
|
496
|
+
grouping: ""
|
|
497
|
+
}];
|
|
498
|
+
// Plan type illustration. Used in type choice modal
|
|
499
|
+
Illustration illustration = 4;
|
|
500
|
+
// Your business manager module id
|
|
501
|
+
string module_id = 5;
|
|
502
|
+
|
|
503
|
+
message Illustration {
|
|
504
|
+
oneof illustration {
|
|
505
|
+
// Custom exported component id to be rendered as illustration
|
|
506
|
+
string component_id = 1 [(wix.api.format) = GUID];
|
|
507
|
+
// 96x96 image used in type choice modal
|
|
508
|
+
string src = 2;
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
message PlanFormInitialValue {
|
|
514
|
+
// Plan name
|
|
515
|
+
google.protobuf.StringValue name = 1;
|
|
516
|
+
// Plan description
|
|
517
|
+
google.protobuf.StringValue description = 2;
|
|
518
|
+
// What is included with this plan (e.g., 1 weekly entrance to a specific class).
|
|
519
|
+
PerkValues perks = 3;
|
|
520
|
+
// Plan price, payment schedule, and expiration
|
|
521
|
+
PlanPricing pricing = 4;
|
|
522
|
+
// Whether the plan is public (visible to site visitors and members)
|
|
523
|
+
google.protobuf.BoolValue public = 5;
|
|
524
|
+
// Number of times the same buyer can purchase the plan. Currently limited to support:
|
|
525
|
+
// - Empty value or a value of `0`, meaning no limitation.
|
|
526
|
+
// - Value of `1`, meaning limited to one purchase per buyer.
|
|
527
|
+
google.protobuf.Int32Value max_purchases_per_buyer = 6;
|
|
528
|
+
// Whether the buyer can start the plan at a later date
|
|
529
|
+
google.protobuf.BoolValue allow_future_start_date = 7;
|
|
530
|
+
// Whether the buyer is allowed to cancel their plan
|
|
531
|
+
google.protobuf.BoolValue buyer_can_cancel = 8;
|
|
532
|
+
// Any terms and conditions that apply to the plan. This information will be displayed during checkout
|
|
533
|
+
google.protobuf.StringValue terms_and_conditions = 9 [(wix.api.maxLength) = 3000];
|
|
534
|
+
// Additional plan data, related to it's display in the client
|
|
535
|
+
map<string, string> client_data = 10;
|
|
536
|
+
|
|
537
|
+
message PerkValues {
|
|
538
|
+
// List of perks
|
|
539
|
+
repeated string values = 1 [(wix.api.maxSize) = 99];
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
message PlanPricing {
|
|
543
|
+
// Amount for a single payment (or the whole subscription if it's not a recurring plan)
|
|
544
|
+
PlanPriceData price = 1;
|
|
545
|
+
|
|
546
|
+
// Type of payment schedule and its details.
|
|
547
|
+
oneof pricing_model {
|
|
548
|
+
// Plan has recurring payments.
|
|
549
|
+
PricingRecurring subscription = 2;
|
|
550
|
+
// One time payment, plan is valid for the specified duration.
|
|
551
|
+
PlanDuration single_payment_for_duration = 3;
|
|
552
|
+
// One time payment, plan is valid until it is canceled.
|
|
553
|
+
bool single_payment_unlimited = 4;
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
message PlanPriceData {
|
|
557
|
+
// Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99)
|
|
558
|
+
string value = 1;
|
|
559
|
+
// Currency code. Must be valid ISO 4217 currency code (e.g., USD).
|
|
560
|
+
string currency = 2;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
message PricingRecurring {
|
|
564
|
+
// Length of one payment cycle.
|
|
565
|
+
PlanDuration cycle_duration = 1;
|
|
566
|
+
// Amount of payment cycles this subscription is valid for.
|
|
567
|
+
// `0` for unlimited or until-canceled.
|
|
568
|
+
int32 cycle_count = 2;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
message PlanDuration {
|
|
572
|
+
// The amount of a duration `unit` in a single payment cycle.
|
|
573
|
+
int32 count = 1;
|
|
574
|
+
// Unit of time for the cycle duration.
|
|
575
|
+
PlanPeriodUnit unit = 2;
|
|
576
|
+
|
|
577
|
+
// A predefined basic time unit.
|
|
578
|
+
enum PlanPeriodUnit {
|
|
579
|
+
UNDEFINED = 0 [(wix.api.enum_maturity) = NOT_IMPLEMENTED, (wix.api.enum_exposure) = PRIVATE];
|
|
580
|
+
DAY = 1;
|
|
581
|
+
WEEK = 2;
|
|
582
|
+
MONTH = 3;
|
|
583
|
+
YEAR = 4;
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
message PlanFormPagePermissionsSection {
|
|
590
|
+
// Hide "Page permissions" section. If set to `true`, remaining fields will be ignored
|
|
591
|
+
bool hide = 1;
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
message TextWithSuffix {
|
|
596
|
+
// Hide element. If set to `true`, remaining fields will be ignored
|
|
597
|
+
bool hide = 1;
|
|
598
|
+
// Displayed text
|
|
599
|
+
string text = 2 [(wix.api.translatable) = {
|
|
600
|
+
type: SHORT_TEXT,
|
|
601
|
+
grouping: ""
|
|
602
|
+
}];
|
|
603
|
+
oneof suffix {
|
|
604
|
+
// Tooltip to show next to the text
|
|
605
|
+
TooltipSuffix suffix_tooltip = 3;
|
|
606
|
+
// Link to show next to the text
|
|
607
|
+
LinkSuffix suffix_link = 4;
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
message TextWithTooltip {
|
|
612
|
+
// Displayed text
|
|
613
|
+
string text = 1 [(wix.api.translatable) = {
|
|
614
|
+
type: SHORT_TEXT,
|
|
615
|
+
grouping: ""
|
|
616
|
+
}];
|
|
617
|
+
// Tooltip to show next to text
|
|
618
|
+
TooltipSuffix tooltip = 2;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
message TooltipSuffix {
|
|
622
|
+
// Tooltip content
|
|
623
|
+
string text = 1 [(wix.api.translatable) = {
|
|
624
|
+
type: SHORT_TEXT
|
|
625
|
+
grouping: ""
|
|
626
|
+
}];
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
message LinkSuffix {
|
|
630
|
+
// Hide element. If set to `true`, remaining fields will be ignored
|
|
631
|
+
bool hide = 1;
|
|
632
|
+
// Link text
|
|
633
|
+
string text = 2 [(wix.api.translatable) = {
|
|
634
|
+
type: SHORT_TEXT
|
|
635
|
+
grouping: ""
|
|
636
|
+
}];
|
|
637
|
+
// External url to open on link click
|
|
638
|
+
string url = 3 [(wix.api.translatable) = {
|
|
639
|
+
type: SHORT_TEXT
|
|
640
|
+
grouping: ""
|
|
641
|
+
}];
|
|
642
|
+
|
|
643
|
+
// Text, passed to click BI event as referral_info field
|
|
644
|
+
string referral_info = 4;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
message InputWithPlaceholder {
|
|
648
|
+
// Input label
|
|
649
|
+
TextWithTooltip label = 1;
|
|
650
|
+
// Input placeholder
|
|
651
|
+
string placeholder = 2 [(wix.api.translatable) = {
|
|
652
|
+
type: SHORT_TEXT
|
|
653
|
+
grouping: ""
|
|
654
|
+
}];
|
|
655
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.proposals.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.proposals.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/common/spi.proto";
|
|
9
|
+
import "google/protobuf/struct.proto";
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
message ProposalEditorProviderConfig {
|
|
13
|
+
option (.wix.api.decomposite_of) = "wix.proposals.spi.v1.ProposalEditorProviderConfig";
|
|
14
|
+
// URI where the SPI Implementer is deployed
|
|
15
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1;
|
|
16
|
+
|
|
17
|
+
// User-friendly name of ProposalEditor provider
|
|
18
|
+
string provider_name = 2 [(.wix.api.maxLength) = 100];
|
|
19
|
+
|
|
20
|
+
// todo decide whether we need supported_fields
|
|
21
|
+
}
|
|
22
|
+
|