@wix/bex-utils 1.38.0 → 1.40.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/package.json +3 -2
|
@@ -0,0 +1,242 @@
|
|
|
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
|
+
message NotificationChannels {
|
|
10
|
+
message EmailChannel {
|
|
11
|
+
message EmailTemplateConfig {
|
|
12
|
+
message ResponsysEmail {
|
|
13
|
+
string responsys_template = 1 [(.wix.api.minLength) = 1]; // responsys email
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
message VelocityEmail {
|
|
17
|
+
string velocity_module_name = 1 [(.wix.api.minLength) = 1]; // velocity module name
|
|
18
|
+
string template_file = 2 [(.wix.api.minLength) = 1]; // template file
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message ShoutoutEmail {
|
|
22
|
+
string template_id = 1 [(.wix.api.minLength) = 1]; // template ID
|
|
23
|
+
string stream_by = 2 [(.wix.api.minLength) = 1]; // stream by
|
|
24
|
+
string template_msid = 3 [(.wix.api.minLength) = 1]; // template msid
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
oneof provider {
|
|
28
|
+
ResponsysEmail responsys_email = 1; // responsys email
|
|
29
|
+
VelocityEmail velocity_email = 2 [(wix.api.field_exposure) = PRIVATE]; // velocity email
|
|
30
|
+
ShoutoutEmail shoutout_email = 3 [(wix.api.field_exposure) = PRIVATE]; // shoutout email
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
EmailTemplateConfig config = 1; // config
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
message FeedChannels {
|
|
38
|
+
message WebFeedChannel {
|
|
39
|
+
message WebFeedContentKeys {
|
|
40
|
+
google.protobuf.StringValue title = 1; // title
|
|
41
|
+
google.protobuf.StringValue message = 2; // message
|
|
42
|
+
google.protobuf.StringValue action = 3; // action
|
|
43
|
+
google.protobuf.StringValue group_of_two_message = 4; // group of two message
|
|
44
|
+
google.protobuf.StringValue group_of_many_message = 5; // group of many message
|
|
45
|
+
google.protobuf.StringValue group_of_many_action = 6; // group of many action
|
|
46
|
+
}
|
|
47
|
+
WebFeedContentKeys content_keys = 1; // content_keys
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
message MobileFeedChannel {
|
|
51
|
+
message MobileFeedContentKeys {
|
|
52
|
+
google.protobuf.StringValue title = 1; // title
|
|
53
|
+
google.protobuf.StringValue message = 2; // message
|
|
54
|
+
google.protobuf.StringValue action = 3; // action
|
|
55
|
+
google.protobuf.StringValue group_of_two_message = 4; // group of two message
|
|
56
|
+
google.protobuf.StringValue group_of_many_message = 5; // group of many message
|
|
57
|
+
google.protobuf.StringValue group_of_many_action = 6; // group of many action
|
|
58
|
+
}
|
|
59
|
+
MobileFeedContentKeys content_keys = 1; // content keys
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
message FeedChannelsConfig {
|
|
63
|
+
FeedAggregation aggregation = 1; // aggregation
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
message FeedAggregation {
|
|
67
|
+
string group_key = 1 [(.wix.api.minLength) = 1]; // group key
|
|
68
|
+
string window = 2 [(.wix.api.minLength) = 1]; // window
|
|
69
|
+
Icon icon = 3; // icon
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
WebFeedChannel web_feed = 1; // web feed
|
|
73
|
+
MobileFeedChannel mobile_feed = 2; // mobile feed
|
|
74
|
+
FeedChannelsConfig config = 3; // config
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
message MobilePushChannel {
|
|
78
|
+
message MobilePushChannelConfig {
|
|
79
|
+
SharedPlatformMobilePushConfig shared = 1; // shared
|
|
80
|
+
AndroidMobilePushConfig android = 2; // android
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
message SharedPlatformMobilePushConfig {
|
|
84
|
+
enum MobileApplication {
|
|
85
|
+
UNKNOWN_MOBILE_APPLICATION = 0;
|
|
86
|
+
OWNER = 1;
|
|
87
|
+
SPACES = 2;
|
|
88
|
+
DINE = 3;
|
|
89
|
+
FITNESS = 4;
|
|
90
|
+
WIX_LIFE = 5;
|
|
91
|
+
WIX_PARTNERS = 6;
|
|
92
|
+
BRANDED = 7;
|
|
93
|
+
WIX_STUDIO = 8;
|
|
94
|
+
NO_SPECIFIC_TARGET_APP = 9;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
string sound = 1; // sound
|
|
98
|
+
google.protobuf.StringValue group_key = 2; // group key
|
|
99
|
+
google.protobuf.Int32Value ttl = 3; // ttl
|
|
100
|
+
MobileApplication target_application = 4; // target application
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
message AndroidMobilePushConfig {
|
|
104
|
+
enum AndroidStyle {
|
|
105
|
+
UNKNOWN_ANDROID_STYLE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
106
|
+
BIG_TEXT = 1;
|
|
107
|
+
MESSAGING = 2;
|
|
108
|
+
INBOX = 3;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
google.protobuf.StringValue sub_group_key = 1; // sub group key
|
|
112
|
+
AndroidStyle style = 2; // style
|
|
113
|
+
google.protobuf.StringValue grouped_deeplink_pattern = 3; // grouped deeplink pattern
|
|
114
|
+
google.protobuf.StringValue os_settings_category = 4 [(wix.api.field_exposure) = PRIVATE]; // os settings category
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
message MobilePushContentKeys {
|
|
118
|
+
google.protobuf.StringValue title = 1; // title
|
|
119
|
+
google.protobuf.StringValue message = 2; // message
|
|
120
|
+
google.protobuf.StringValue group_of_many_title = 3; // group of many title
|
|
121
|
+
google.protobuf.StringValue group_of_many_message = 4; // group of many message
|
|
122
|
+
google.protobuf.StringValue master_group_name_override = 5; // master group name override
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
MobilePushChannelConfig config = 1; // config
|
|
126
|
+
MobilePushContentKeys content_keys = 2; // content_keys
|
|
127
|
+
ExposureRule exposure = 3 [(wix.api.field_exposure) = PRIVATE]; // exposure rule
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
message VoiceChannel {
|
|
131
|
+
message VoiceContentKeys {
|
|
132
|
+
google.protobuf.StringValue message = 1; // message
|
|
133
|
+
}
|
|
134
|
+
VoiceContentKeys content_keys = 1; // content keys
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
message SmsChannel {
|
|
138
|
+
message SmsContentKeys {
|
|
139
|
+
google.protobuf.StringValue message = 1; // message
|
|
140
|
+
}
|
|
141
|
+
SmsContentKeys content_keys = 1; // content_keys
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
message BrowserPushChannel {
|
|
145
|
+
message BrowserPushContentKeys {
|
|
146
|
+
google.protobuf.StringValue title = 1; // title
|
|
147
|
+
google.protobuf.StringValue message = 2; // message
|
|
148
|
+
}
|
|
149
|
+
BrowserPushContentKeys content_keys = 1; // content_keys
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
message ExposureRule {
|
|
153
|
+
enum Type {
|
|
154
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
155
|
+
OPEN_TO_ALL = 1;
|
|
156
|
+
OPEN_TO_NONE = 2;
|
|
157
|
+
BOOLEAN_EXPERIMENT = 3;
|
|
158
|
+
CUSTOM_EXPERIMENT = 4;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
message BooleanExperimentExposureRule {
|
|
162
|
+
string spec = 1; // spec
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
message CustomExperimentExposureRule {
|
|
166
|
+
string spec = 1; // spec
|
|
167
|
+
string default_value = 2; // default value
|
|
168
|
+
string expected_value = 3; // expected value
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
Type type = 1; // type
|
|
172
|
+
oneof rule {
|
|
173
|
+
BooleanExperimentExposureRule boolean_experiment_exposure_rule = 2; // boolean experiment exposure rule
|
|
174
|
+
CustomExperimentExposureRule custom_experiment_exposure_rule = 3; // custom experiment exposure rule
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
EmailChannel email = 1; // email
|
|
179
|
+
FeedChannels feed = 2; // feed
|
|
180
|
+
MobilePushChannel mobile_push = 3; // mobile push
|
|
181
|
+
VoiceChannel voice = 4 ; // voice
|
|
182
|
+
SmsChannel sms = 5; // sms
|
|
183
|
+
BrowserPushChannel browser_push = 6; // browser push
|
|
184
|
+
map<string, string> content_map = 10 [(wix.api.translatable) = {
|
|
185
|
+
type: LONG_TEXT
|
|
186
|
+
}];
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
message Icon {
|
|
190
|
+
enum Type {
|
|
191
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
192
|
+
URL = 1;
|
|
193
|
+
SPOUT = 2;
|
|
194
|
+
INITIATOR = 3;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
message UrlData {
|
|
198
|
+
string url = 1 [(.wix.api.format) = WEB_URL]; // actual url
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
Type type = 1; // icon type
|
|
202
|
+
oneof data {
|
|
203
|
+
UrlData url_data = 2; // url data
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
enum Intent {
|
|
208
|
+
UNKNOWN_INTENT = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
209
|
+
MARKETING = 1;
|
|
210
|
+
TRANSACTIONAL = 2;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
message LimiterField {
|
|
214
|
+
string dynamic_param_name = 1; // dynamic param name
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
message ConstOrDynamicParam {
|
|
218
|
+
oneof value {
|
|
219
|
+
string dynamic_param_name = 1 [(.wix.api.minLength) = 1]; // dynamic param name
|
|
220
|
+
string constant = 2 [(.wix.api.minLength) = 1]; // constant
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
message TypedDynamicParam {
|
|
225
|
+
enum Type {
|
|
226
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
227
|
+
STRING = 1;
|
|
228
|
+
ARRAY = 2;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
string name = 1 [(.wix.api.minLength) = 1]; // name
|
|
232
|
+
Type dynamic_param_type = 2; // dynamic param type
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
message OrderValue {
|
|
236
|
+
ConstOrDynamicParam value = 1; // can be const/dynamicParamName
|
|
237
|
+
int32 order = 2 [(.wix.api.min) = 1]; // order
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
message Url {
|
|
241
|
+
ConstOrDynamicParam const_or_dynamic_param = 1;
|
|
242
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import "components_catalog_data/slot.proto";
|
|
9
|
+
|
|
10
|
+
// Out Of Iframes additional info
|
|
11
|
+
message OutOfIframeData {
|
|
12
|
+
// The setting URLs for the app
|
|
13
|
+
repeated SettingsUrl settings_urls = 1;
|
|
14
|
+
// Automatically installed on app installation
|
|
15
|
+
bool auto_install = 2;
|
|
16
|
+
// The info about how to report errors for the App
|
|
17
|
+
ErrorReporting error_reporting = 3;
|
|
18
|
+
// The list of slots available
|
|
19
|
+
repeated Slot slots = 4;
|
|
20
|
+
// if true, ssr will not cache pages that contain this widget
|
|
21
|
+
bool ssr_cache_excluded = 5;
|
|
22
|
+
// Should use loadable-components
|
|
23
|
+
bool is_loadable = 6;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// An editor settings configuration
|
|
27
|
+
message SettingsUrl {
|
|
28
|
+
// The URL for the setting panel
|
|
29
|
+
string url = 1 [(wix.api.format) = WEB_URL];
|
|
30
|
+
// What type of editor this is
|
|
31
|
+
string editor_type = 2;
|
|
32
|
+
// How this view is rendered (mobile, tablet, etc)
|
|
33
|
+
string view_type = 3;
|
|
34
|
+
// should be <%=serviceUrl('your_artifact_id', '<resource-path>')%>, this field will later be used to trasform the settings url field in both the component and the **derived widget**
|
|
35
|
+
google.protobuf.StringValue url_template = 4;
|
|
36
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
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
|
+
import "components_catalog_data/page_replace/page_replace.proto";
|
|
9
|
+
|
|
10
|
+
// An iframe to be displayed as a full page on the user’s site
|
|
11
|
+
message PageComponentData {
|
|
12
|
+
// Hide this page from the user’s site menu
|
|
13
|
+
bool is_hidden = 1;
|
|
14
|
+
// Show in pages menu
|
|
15
|
+
google.protobuf.BoolValue show_in_panel = 2;
|
|
16
|
+
// Set page to full width
|
|
17
|
+
bool is_full_width = 3;
|
|
18
|
+
// Keep default and let users stretch page to full width (GFPP)
|
|
19
|
+
bool add_strech_button = 4;
|
|
20
|
+
// A public link to the page endpoint
|
|
21
|
+
google.protobuf.StringValue page_endpoint_url = 5 [(wix.api.format) = WEB_URL];
|
|
22
|
+
// A public link to the mobile endpoint
|
|
23
|
+
google.protobuf.StringValue page_mobile_endpoint_url = 6; // todo: WEB_URL
|
|
24
|
+
// A public link to the settings endpoint
|
|
25
|
+
google.protobuf.StringValue settings_endpoint_url = 7; //todo: WEB_URL only after migration from oldJson. maybe chage to StringValue
|
|
26
|
+
// A public link to the SEO endpoint
|
|
27
|
+
google.protobuf.StringValue seo_endpoint_url = 8; // todo: WEB_URL
|
|
28
|
+
// When true, this is the default component
|
|
29
|
+
// Main visual component. One components must be default (no more than 1 component)
|
|
30
|
+
bool default = 9;
|
|
31
|
+
// Second visual component
|
|
32
|
+
// When this is turned on, this page will be added to the site when installing the app, regardless of whether it's the default component or not
|
|
33
|
+
bool essential = 10;
|
|
34
|
+
// Published state for this page
|
|
35
|
+
bool published = 11;
|
|
36
|
+
// This ID is used to identify your page endpoint in a Wix site. You can use this ID when using methods of the Wix SDK
|
|
37
|
+
string tpa_widget_id = 12 [(wix.api.readOnly) = true];
|
|
38
|
+
// Article id in settings panel
|
|
39
|
+
google.protobuf.StringValue help_id = 13;
|
|
40
|
+
// Default Mobile Height
|
|
41
|
+
google.protobuf.Int32Value default_mobile_height = 14;
|
|
42
|
+
// Min Mobile Height
|
|
43
|
+
google.protobuf.Int32Value min_mobile_height = 15;
|
|
44
|
+
// Mobile Settings Enabled
|
|
45
|
+
bool mobile_settings_enabled = 16;
|
|
46
|
+
// Mobile article id in settings panel
|
|
47
|
+
google.protobuf.StringValue mobile_help_id = 17;
|
|
48
|
+
// Editor setting version. optional values: 1 (old - deprecated) or 2 (new). default value is 2
|
|
49
|
+
google.protobuf.Int32Value settings_version = 18 [(wix.api.min) = 1, (wix.api.max) = 2];
|
|
50
|
+
// If setting version is 1, this will be the public link to the settings endpoint
|
|
51
|
+
google.protobuf.StringValue settings_endpoint_url_v1 = 19;
|
|
52
|
+
// A public link to the settings endpoint on ADI editor
|
|
53
|
+
google.protobuf.StringValue on_boarding_settings_endpoint_url = 20;
|
|
54
|
+
//The padding to use in different views
|
|
55
|
+
Padding padding = 21;
|
|
56
|
+
// The sub pages list for this component to be rendered in
|
|
57
|
+
repeated SubPage sub_pages = 22;
|
|
58
|
+
// toggle to mark whether the editor should revoke an app that contains this component.
|
|
59
|
+
bool exclude_from_auto_revoke = 23;
|
|
60
|
+
// Options to mark whether this page is replacing other page or is replaced by other page.
|
|
61
|
+
PageReplaceOptions page_replace_options = 24;
|
|
62
|
+
// Elements in the editor can be linked to this page (a button for example)
|
|
63
|
+
google.protobuf.BoolValue linkable = 25;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
message Padding {
|
|
67
|
+
DisplayProperties desktop = 1;
|
|
68
|
+
DisplayProperties tablet = 2;
|
|
69
|
+
DisplayProperties mobile = 3;
|
|
70
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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_data/out_of_iframe.proto";
|
|
8
|
+
import "components_catalog_data/page.proto";
|
|
9
|
+
|
|
10
|
+
// A page out of iframe component that loads directly in the Editor DOM
|
|
11
|
+
message PageOutOfIframeComponentData {
|
|
12
|
+
// A link to the out of iframe component
|
|
13
|
+
string component_url = 1 [(wix.api.format) = WEB_URL];
|
|
14
|
+
// A link to the out of iframe controller
|
|
15
|
+
google.protobuf.StringValue controller_url = 2 [(wix.api.format) = WEB_URL];
|
|
16
|
+
// This is that page's data
|
|
17
|
+
PageComponentData page_data = 3;
|
|
18
|
+
// A link to the out of iframe SSR
|
|
19
|
+
google.protobuf.StringValue ssr_component_url = 4 [(wix.api.format) = WEB_URL];
|
|
20
|
+
// should be <%=serviceUrl('your_artifact_id', 'component_url_bundle_file')%>
|
|
21
|
+
google.protobuf.StringValue component_url_template = 5;
|
|
22
|
+
// should be <%=serviceUrl('your_artifact_id', 'controller_url_bundle_file')%>
|
|
23
|
+
google.protobuf.StringValue controller_url_template = 6;
|
|
24
|
+
// Additional info on this OOI page
|
|
25
|
+
OutOfIframeData out_of_iframe_data = 7;
|
|
26
|
+
// should be <%=serviceUrl('your_artifact_id', '<resource-path>')%>, this field will later be used to trasform the settings url field in both the component and the **derived widget**
|
|
27
|
+
google.protobuf.StringValue settings_endpoint_url_template = 8;
|
|
28
|
+
// should be <%=serviceUrl('your_artifact_id', '<resource-path>')%>, this field will later be used to trasform the settings url field in both the component and the **derived widget**
|
|
29
|
+
google.protobuf.StringValue settings_endpoint_url_v1_template = 9;
|
|
30
|
+
// should be <%=serviceUrl('your_artifact_id', 'no_css_component_url_bundle_file')%>
|
|
31
|
+
google.protobuf.StringValue no_css_component_url_template = 10;
|
|
32
|
+
// A link to the out of iframe no css component url
|
|
33
|
+
google.protobuf.StringValue no_css_component_url = 11 [(wix.api.format) = WEB_URL];
|
|
34
|
+
// Enable support for different style param values for different breakpoint (Css Per Breakpoint)
|
|
35
|
+
google.protobuf.BoolValue css_per_breakpoint = 12;
|
|
36
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
message PageReplace {
|
|
8
|
+
// The app id of the page the app can replace
|
|
9
|
+
string app_id = 1 [(.wix.api.format) = GUID];
|
|
10
|
+
// The page id the app can replace
|
|
11
|
+
string page_id = 2 [(.wix.api.format) = GUID];
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
message PageReplaceOptions {
|
|
15
|
+
|
|
16
|
+
enum ReplacementType {
|
|
17
|
+
UNKNOWN_REPLACEMENT = 0;
|
|
18
|
+
REPLACING = 1;
|
|
19
|
+
REPLACEABLE = 2;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
message ReplacingOptions {
|
|
23
|
+
// describe the page and application id that this page will replace.
|
|
24
|
+
PageReplace page_replace = 1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
message ReplaceableOptions {
|
|
28
|
+
// toggle to mark whether this page can be replaced by other page or app.
|
|
29
|
+
bool is_replaceable = 1;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
ReplacementType type = 1;
|
|
33
|
+
oneof options {
|
|
34
|
+
option (.wix.api.aligned_with_enum).field = "type";
|
|
35
|
+
ReplacingOptions replacing_options = 2;
|
|
36
|
+
ReplaceableOptions replaceable_options = 3;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.psp.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.psp.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/spi/definitions.proto";
|
|
9
|
+
import "google/protobuf/wrappers.proto";
|
|
10
|
+
|
|
11
|
+
// Configuration for the payment service SPI implementor
|
|
12
|
+
message PaymentServiceProviderConfig {
|
|
13
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.PaymentServiceProviderConfig";
|
|
14
|
+
// Payment service provider to display on Accept payments tab in Business manager
|
|
15
|
+
string title = 1 [(.wix.api.minLength) = 1];
|
|
16
|
+
// SPI base url
|
|
17
|
+
string base_url = 2 [(.wix.spi.base_uri) = true];
|
|
18
|
+
// Available payment methods
|
|
19
|
+
repeated PaymentMethod payment_methods = 3;
|
|
20
|
+
// Provider authentication methods
|
|
21
|
+
repeated PaymentServiceProviderCredentialsField credentials_fields = 4;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
message PaymentMethod {
|
|
25
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.PaymentMethod";
|
|
26
|
+
oneof method {
|
|
27
|
+
// Information about hosted page payment method
|
|
28
|
+
HostedPage hosted_page = 1;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
message HostedPage {
|
|
33
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.HostedPage";
|
|
34
|
+
// The payment method title to be will be displayed on accept payments tab in business manager as well as on the checkout
|
|
35
|
+
string title = 1 [(.wix.api.minLength) = 1];
|
|
36
|
+
// Url to images in different formats and colors
|
|
37
|
+
Logos logos = 2;
|
|
38
|
+
// Billing address fields that buyer needs to fill in order to process payment with the specified payment method
|
|
39
|
+
repeated MandatoryField billing_address_mandatory_fields = 3;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
message Logos {
|
|
43
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.Logos";
|
|
44
|
+
// white theme logos
|
|
45
|
+
Color white = 1;
|
|
46
|
+
// colored theme logos
|
|
47
|
+
Color colored = 2;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
message Color {
|
|
51
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.Color";
|
|
52
|
+
// URL to SVG image
|
|
53
|
+
string svg = 1 [(.wix.api.format) = WEB_URL];
|
|
54
|
+
// URL to PNG image
|
|
55
|
+
string png = 2 [(.wix.api.format) = WEB_URL];
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
enum MandatoryField {
|
|
59
|
+
ZIPCODE = 0;
|
|
60
|
+
CITY = 1;
|
|
61
|
+
STATE = 2;
|
|
62
|
+
ADDRESS = 3;
|
|
63
|
+
COUNTRY_CODE = 4;
|
|
64
|
+
EMAIL = 5;
|
|
65
|
+
PHONE = 6;
|
|
66
|
+
FIRST_NAME = 7;
|
|
67
|
+
LAST_NAME = 8;
|
|
68
|
+
STREET = 9;
|
|
69
|
+
HOUSE_NUMBER = 10;
|
|
70
|
+
TAX_IDENTIFIER = 11;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
message PaymentServiceProviderCredentialsField {
|
|
74
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.PaymentServiceProviderCredentialsField";
|
|
75
|
+
oneof field {
|
|
76
|
+
// text field
|
|
77
|
+
SimpleField simple_field = 1;
|
|
78
|
+
// checkbox field
|
|
79
|
+
CheckboxField checkbox_field = 2;
|
|
80
|
+
// dropdown field
|
|
81
|
+
DropdownField dropdown_field = 3;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
message SimpleField {
|
|
86
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.SimpleField";
|
|
87
|
+
// field name
|
|
88
|
+
string name = 1 [(.wix.api.minLength) = 1];
|
|
89
|
+
// field label
|
|
90
|
+
string label = 2 [(.wix.api.minLength) = 1];
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
message CheckboxField {
|
|
94
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.CheckboxField";
|
|
95
|
+
// field name
|
|
96
|
+
string name = 1 [(.wix.api.minLength) = 1];
|
|
97
|
+
// field label
|
|
98
|
+
string label = 2 [(.wix.api.minLength) = 1];
|
|
99
|
+
// field tooltip
|
|
100
|
+
google.protobuf.StringValue tooltip = 3;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
message DropdownField {
|
|
104
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.DropdownField";
|
|
105
|
+
// field name
|
|
106
|
+
string name = 1 [(.wix.api.minLength) = 1];
|
|
107
|
+
// field label
|
|
108
|
+
string label = 2 [(.wix.api.minLength) = 1];
|
|
109
|
+
// specific options
|
|
110
|
+
repeated DropdownFieldOption options = 3;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
message DropdownFieldOption {
|
|
114
|
+
option (.wix.api.decomposite_of) = "wix.psp.v1.DropdownFieldOption";
|
|
115
|
+
// option key
|
|
116
|
+
string key = 1 [(.wix.api.minLength) = 1];
|
|
117
|
+
// option value
|
|
118
|
+
string value = 2 [(.wix.api.minLength) = 1];
|
|
119
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
|
|
8
|
+
// Describes a notification that can be sent to users
|
|
9
|
+
message PingNotificationComponentData {
|
|
10
|
+
// The ID of a specific version of the notification template.
|
|
11
|
+
string template_id = 2 [(wix.api.format) = GUID, (wix.api.field_exposure) = INTERNAL];
|
|
12
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 PingSettingsGroupComponentData {
|
|
11
|
+
string title = 2 [(.wix.api.translatable) = {
|
|
12
|
+
type: SHORT_TEXT
|
|
13
|
+
name: "Notification preference group name"
|
|
14
|
+
grouping: "settings group"
|
|
15
|
+
}]; //the name of the setting group
|
|
16
|
+
google.protobuf.StringValue description = 3; //the description of the setting group
|
|
17
|
+
State state = 4; // the default state of the setting group
|
|
18
|
+
|
|
19
|
+
enum State {
|
|
20
|
+
UNKNOWN_STATE = 0;
|
|
21
|
+
DEFAULT_ON = 1;
|
|
22
|
+
DEFAULT_OFF = 2;
|
|
23
|
+
ALWAYS_ON = 3 [(.wix.api.enum_exposure) = PRIVATE];
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "components_catalog_common.proto";
|
|
10
|
+
|
|
11
|
+
// Create a collection of native Editor components that loads directly in the Editor DOM
|
|
12
|
+
message PlatfromComponentData {
|
|
13
|
+
// Path to a Javascript file that Editor runs on app install
|
|
14
|
+
google.protobuf.StringValue editor_script_url = 1 [(wix.api.format) = WEB_URL];
|
|
15
|
+
// Path to a Javascript file that viewer runs for page components / widgets and applicative business logic
|
|
16
|
+
google.protobuf.StringValue viewer_script_url = 2;
|
|
17
|
+
// If true, components of the app wont be added to the editor (only run editor scripts)
|
|
18
|
+
bool platform_only = 3;
|
|
19
|
+
// If the viewer script should run in the Editor
|
|
20
|
+
bool enable_in_editor = 4;
|
|
21
|
+
// URL to get complex routing decisions at runtime from a platform app. Some spec can be seen here: https://docs.google.com/document/d/1t_3bl9vVMoPVm_I9Sx59LsVUPXi07gihGIg3-F7z8Q0/edit?ts=595512f6#heading=h.9ca9859ng5d
|
|
22
|
+
google.protobuf.StringValue router_service_url = 5;
|
|
23
|
+
// Path to a Javascript file that viewer runs for page components / widgets and applicative business logic. Includes verbose logs for Wix runtime.
|
|
24
|
+
google.protobuf.StringValue viewer_verbose_script_url = 6 [(wix.api.format) = WEB_URL];
|
|
25
|
+
// A map of string descriptor the app understands to a versioned URL topology value, can be an API or statics data. Example: `storesCartAPI: https://stores.com/api/v2/cart/
|
|
26
|
+
map<string, string> base_urls = 7;
|
|
27
|
+
// Used by DAC (gradual roll-out). A map of string descriptor the app understands to a template versioned URL topology value, Example: `storeCSSStuff: https://static.pararstorage.com/services/stores-css-stuff/<%=serviceVersion('your_artifact_id')%>/main.css
|
|
28
|
+
map<string, string> base_urls_template = 9;
|
|
29
|
+
// should be <%=serviceUrl('your_artifact_id', 'viewer_script_url_bundle_file')%>
|
|
30
|
+
google.protobuf.StringValue viewer_script_url_template = 8;
|
|
31
|
+
// If this component should be stretched in relation to a form factor (desktop, tablet, mobile)
|
|
32
|
+
IsStretched is_stretched = 10;
|
|
33
|
+
// Any margins this page should have in relation to a form factor (desktop, tablet, mobile)
|
|
34
|
+
Margins margins = 11;
|
|
35
|
+
// Any docking this page (horizontal / vertical) should have in relation to a form factor (desktop, tablet, mobile)
|
|
36
|
+
Docking docking = 12;
|
|
37
|
+
// The height of this page in relation to a form factor (desktop, tablet, mobile)
|
|
38
|
+
Height height = 13;
|
|
39
|
+
// The width of this page in relation to a form factor (desktop, tablet, mobile)
|
|
40
|
+
Width width = 14;
|
|
41
|
+
// Support adding application pages with preset data
|
|
42
|
+
// Vertical endpoint that clones the data
|
|
43
|
+
// https://docs.google.com/document/d/1pUp-d9vVMCTjDdQffBuwh1mBvQacQZy0n6nm2amCMV4/edit
|
|
44
|
+
google.protobuf.StringValue clone_app_data_url = 15 [(wix.api.format) = WEB_URL];
|
|
45
|
+
// False by default
|
|
46
|
+
// If false, data is cloned per app
|
|
47
|
+
// If true, the data is cloned per add component on component addition
|
|
48
|
+
bool should_clone_data_per_component = 16;
|
|
49
|
+
// Error reporting URL used to report errors at platform level,
|
|
50
|
+
// and as fallback for pageOOI and widgetOOI error reporting
|
|
51
|
+
ErrorReporting error_reporting = 17;
|
|
52
|
+
// A concrete versioned URL of the translation template, contains `{language}` parameter in the path
|
|
53
|
+
google.protobuf.StringValue editor_translation_url = 18 [(wix.api.format) = WEB_URL];
|
|
54
|
+
// A version templated URL of the translation template, contains a <%=serviceVersion('your_artifact_id')%> template and a `{language}` template
|
|
55
|
+
google.protobuf.StringValue editor_translation_url_template = 19;
|
|
56
|
+
bool exclude_from_auto_revoke = 20;
|
|
57
|
+
// Should be <%=serviceUrl('your_artifact_id', 'editor_script_url_bundle_file')%>, this will later be resolved to the right version in the context of the request, meaning, URL/Cookie overrides, Rollout version, Employee Preview version and override the version of editor_script_url.
|
|
58
|
+
google.protobuf.StringValue editor_script_url_template = 21 [(wix.api.field_exposure) = INTERNAL];
|
|
59
|
+
}
|