@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,48 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "components_catalog_data/unified_components/shared.proto";
|
|
7
|
+
import "components_catalog_data/page_replace/page_replace.proto";
|
|
8
|
+
import "components_catalog_common.proto";
|
|
9
|
+
|
|
10
|
+
message UnifiedPage {
|
|
11
|
+
// Base info of component by shared logic of unified components
|
|
12
|
+
BaseInfo base = 1;
|
|
13
|
+
// Page installation settings;
|
|
14
|
+
PageInstallationSettings installation = 2;
|
|
15
|
+
// Page replacing options (replacer \ replacing \ none)
|
|
16
|
+
PageReplaceOptions page_replace = 3;
|
|
17
|
+
// Content of page
|
|
18
|
+
PageContent content = 4;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message PageInstallationSettings {
|
|
22
|
+
// Shared installation settings for unified components
|
|
23
|
+
BaseInstallation base = 1;
|
|
24
|
+
// Page installation settings for unified components
|
|
25
|
+
PageInstallation page = 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
message PageInstallation {
|
|
29
|
+
// slug of the page (last part of url that point to the page)
|
|
30
|
+
string slug = 1 [(.wix.api.minLength) = 1, (wix.api.maxLength) = 200];
|
|
31
|
+
// Should add page to site menu
|
|
32
|
+
bool add_to_site_menu = 2;
|
|
33
|
+
// Can page be linked through link panek
|
|
34
|
+
bool linkable = 3;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
message PageContent {
|
|
38
|
+
// Widgets to add as content in page
|
|
39
|
+
repeated WidgetAsContent widgets = 1;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
message WidgetAsContent {
|
|
43
|
+
// GUID of widget to use as content of page
|
|
44
|
+
string widget_guid = 1 [(.wix.api.format) = GUID];
|
|
45
|
+
// The preset should be used
|
|
46
|
+
MainPresets preset = 2;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "components_catalog_data/unified_components/shared.proto";
|
|
7
|
+
import "components_catalog_common.proto";
|
|
8
|
+
|
|
9
|
+
message WidgetInstallationSettings {
|
|
10
|
+
// Shared installation settings for unified components
|
|
11
|
+
BaseInstallation base = 1;
|
|
12
|
+
// Widget installation settings for unified components
|
|
13
|
+
WidgetInstallation widget = 2;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
message WidgetInstallation {
|
|
17
|
+
enum RegionType {
|
|
18
|
+
HEADER = 0;
|
|
19
|
+
BODY = 1;
|
|
20
|
+
FOOTER = 2;
|
|
21
|
+
}
|
|
22
|
+
// Preset should be selected defaultly with installation
|
|
23
|
+
MainPresets default_preset = 1;
|
|
24
|
+
// Region of widget
|
|
25
|
+
RegionType region = 2;
|
|
26
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
message WidgetSize {
|
|
8
|
+
message Height {
|
|
9
|
+
// Height calculation mode
|
|
10
|
+
HeightMode height_mode = 1;
|
|
11
|
+
// Boolean to allow to resize the widget height
|
|
12
|
+
bool allow_resize = 2;
|
|
13
|
+
|
|
14
|
+
oneof height {
|
|
15
|
+
option (.wix.api.aligned_with_enum).field = "height_mode";
|
|
16
|
+
// Height in pixels
|
|
17
|
+
FixedHeightOption fixed_options = 3;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
message FixedHeightOption {
|
|
21
|
+
int32 height = 2 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
enum HeightMode {
|
|
25
|
+
UNKNOWN = 0;
|
|
26
|
+
AUTO = 1; // Height is calculated by content
|
|
27
|
+
FIXED = 2; // Height is fixed require size in px
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
message Width {
|
|
32
|
+
// Boolean to set stretch, will place the widget stretched to the full width of the container
|
|
33
|
+
bool stretch = 1;
|
|
34
|
+
// Boolean to allow resize, will allow the user change the widget width
|
|
35
|
+
bool allow_resize = 2;
|
|
36
|
+
// Width in pixels - needed only when allow_resize is true
|
|
37
|
+
int32 width = 3 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
38
|
+
// Boolean to set stretch by default on installation, if true will place the widget stretched to the full width of the container
|
|
39
|
+
bool stretch_by_default = 4;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
// define the size of the widget's height
|
|
43
|
+
Height height = 2;
|
|
44
|
+
//define the size of the widget's width
|
|
45
|
+
Width width = 3;
|
|
46
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
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
|
+
import "components_catalog_data/notifications_common.proto";
|
|
9
|
+
|
|
10
|
+
// Describes user notifications
|
|
11
|
+
message UserNotification {
|
|
12
|
+
google.protobuf.StringValue reference_id = 8 [(wix.api.format) = GUID, (wix.api.field_exposure) = PRIVATE];
|
|
13
|
+
|
|
14
|
+
UserNotificationData reference_data = 9;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message UserNotificationData {
|
|
18
|
+
message RecipientFilter {
|
|
19
|
+
enum Type {
|
|
20
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
21
|
+
WIX_USERS = 1;
|
|
22
|
+
SITE_CONTRIBUTORS = 2;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
message WixUsersData {
|
|
26
|
+
TypedDynamicParam id = 1; // id
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
message SiteContributorsData {
|
|
30
|
+
repeated string permissions = 1 [(wix.api.minSize) = 1];
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
Type type = 1; // recipient filter type
|
|
34
|
+
oneof data {
|
|
35
|
+
WixUsersData wix_users_data = 2; // wix users data
|
|
36
|
+
SiteContributorsData site_contributors_data = 3; // site contributors data
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
message Initiator {
|
|
40
|
+
enum Type {
|
|
41
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
42
|
+
WIX_USER = 1;
|
|
43
|
+
WIX_APP = 2;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
message WixUserData {
|
|
47
|
+
string dynamic_param_name = 1 [(.wix.api.minLength) = 1]; // dynamic param name
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
Type type = 1; // initiator type
|
|
51
|
+
oneof data {
|
|
52
|
+
WixUserData wix_user_data = 2; // wix user data
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
message Deeplink {
|
|
56
|
+
message BackofficeActionDeeplink {
|
|
57
|
+
string app_id = 1 [(.wix.api.minLength) = 1]; // app ID
|
|
58
|
+
map<string, ConstOrDynamicParam> params = 2; // params
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
oneof of {
|
|
62
|
+
Url url = 1; // url
|
|
63
|
+
BackofficeActionDeeplink backoffice = 2 [(wix.api.field_exposure) = INTERNAL]; // backoffice
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
google.protobuf.StringValue account_id_param_name = 3 [(wix.api.field_exposure) = INTERNAL]; // account id parameter name
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
message Context {
|
|
70
|
+
enum Level {
|
|
71
|
+
UNKNOWN_LEVEL = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
72
|
+
ACCOUNT = 1;
|
|
73
|
+
USER = 2 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
74
|
+
SITE = 3;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
Level level = 1;
|
|
78
|
+
map<string, OrderValue> params = 2; // params
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
google.protobuf.StringValue name = 1 [(.wix.api.field_exposure) = PRIVATE]; // name
|
|
82
|
+
google.protobuf.StringValue description = 2; // description
|
|
83
|
+
google.protobuf.StringValue topic_id = 3 [(.wix.api.minLength) = 1, (wix.api.format)=GUID]; // topic id
|
|
84
|
+
NotificationChannels channels = 4; // channels
|
|
85
|
+
Icon icon = 5; // icon
|
|
86
|
+
Intent intent = 6; // intent
|
|
87
|
+
LimiterField limiter_field = 7; // limiter field
|
|
88
|
+
|
|
89
|
+
RecipientFilter recipient_filter = 10; // recipient filter
|
|
90
|
+
Initiator initiator = 11; // initiator
|
|
91
|
+
Deeplink single_deeplink = 12; // single deeplink
|
|
92
|
+
Deeplink grouped_deeplink = 13; // grouped deeplink
|
|
93
|
+
Context context = 14; // context
|
|
94
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.structure.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.com.wixpress.structure.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "google/api/annotations.proto";
|
|
7
|
+
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
import "wix/spi/definitions.proto";
|
|
10
|
+
|
|
11
|
+
message DynamicSiteStructureProviderConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "com.wixpress.structure.spi.v1.DynamicSiteStructureProviderConfig";
|
|
13
|
+
// URL to dynamic site structure provider service
|
|
14
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
15
|
+
}
|
|
@@ -0,0 +1,350 @@
|
|
|
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/unified_components/shared.proto";
|
|
8
|
+
import "components_catalog_data/unified_components/unified_widget.proto";
|
|
9
|
+
|
|
10
|
+
// A draggable custom element. Add your custom script and generate ui directly in the viewer
|
|
11
|
+
message WebComponentData {
|
|
12
|
+
// A link to a preview image we can render in the editor in place of your component
|
|
13
|
+
string image_preview = 1; // todo: WEB_URL? ask oron
|
|
14
|
+
// Web component size
|
|
15
|
+
Size size = 2;
|
|
16
|
+
// This script url should render temp empty state
|
|
17
|
+
string script_tag = 3 [(wix.api.format) = WEB_URL];
|
|
18
|
+
// Unique tag name to use in order to connect your JS script to your web component
|
|
19
|
+
string tag_name = 4;
|
|
20
|
+
//The settings panel URL for this component
|
|
21
|
+
google.protobuf.StringValue settings_url = 5 [(wix.api.format) = WEB_URL];
|
|
22
|
+
// The editor modal that the user will see
|
|
23
|
+
string modal_title = 6;
|
|
24
|
+
// Settings CTA label
|
|
25
|
+
string connect_label = 7;
|
|
26
|
+
// Dynamic settings(Graphic Floating Properties Panel settings)
|
|
27
|
+
Settings gfpp_settings = 8;
|
|
28
|
+
// Custom element type PAGE / WIDGET
|
|
29
|
+
ElementType type = 9;
|
|
30
|
+
// Boolean to make this component be available for free sites
|
|
31
|
+
bool allowed_for_free_site = 10;
|
|
32
|
+
// A public link to the SEO endpoint
|
|
33
|
+
google.protobuf.StringValue seo_url = 11 [(wix.api.format) = WEB_URL];
|
|
34
|
+
// For case that the widget will be used as page
|
|
35
|
+
google.protobuf.StringValue slug = 12;
|
|
36
|
+
// For case that the widget will be used as page
|
|
37
|
+
bool show_page_in_menu = 13;
|
|
38
|
+
// The details of the selected widget to add
|
|
39
|
+
WidgetDetails widget = 14;
|
|
40
|
+
// Give the option to change the script type
|
|
41
|
+
ScriptType scriptType = 15;
|
|
42
|
+
// Web component default mobile height
|
|
43
|
+
google.protobuf.Int32Value default_mobile_height = 16;
|
|
44
|
+
// Prevent the deletion of the widget when set to true.
|
|
45
|
+
bool essential = 17;
|
|
46
|
+
// Toggle to mark whether the editor should revoke an app that contains this component.
|
|
47
|
+
bool exclude_from_auto_revoke = 18;
|
|
48
|
+
// defines the widget's behaviour in editor page
|
|
49
|
+
WidgetBehavior widget_behavior = 19;
|
|
50
|
+
reserved 20;
|
|
51
|
+
reserved 21;
|
|
52
|
+
|
|
53
|
+
enum ScriptType {
|
|
54
|
+
NO_SCRIPT_TYPE = 0;
|
|
55
|
+
MODULE = 1;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
enum ElementType {
|
|
59
|
+
WIDGET = 0;
|
|
60
|
+
PAGE = 1;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// Web component size
|
|
65
|
+
message Size {
|
|
66
|
+
// Height in pixels
|
|
67
|
+
int32 height = 1 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
68
|
+
// Width in pixels
|
|
69
|
+
int32 width = 2 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// Graphic Floating Properties Panel settings
|
|
73
|
+
message Settings {
|
|
74
|
+
string active_tab = 1;
|
|
75
|
+
google.protobuf.StringValue fetch_initial_data = 2 [(wix.api.format) = WEB_URL];
|
|
76
|
+
repeated Tab tabs = 3;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// Setting tab definition
|
|
80
|
+
message Tab {
|
|
81
|
+
string label = 1;
|
|
82
|
+
repeated Container items = 2;
|
|
83
|
+
// hidden tab will not be visible in editor and dev center preview
|
|
84
|
+
bool hidden = 3;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// UI definition for tab
|
|
88
|
+
message Item {
|
|
89
|
+
oneof data {
|
|
90
|
+
//items
|
|
91
|
+
FontFamilyWithColorPicker font_family_with_color_picker = 1;
|
|
92
|
+
RadioButtonLabeled radio_button_labeled = 2;
|
|
93
|
+
ColorSelectLabeled color_select_labeled = 3;
|
|
94
|
+
Thumbnails thumbnails = 4;
|
|
95
|
+
SliderLabeled slider_labeled = 5;
|
|
96
|
+
DropDownLabeled drop_down_labeled = 6;
|
|
97
|
+
ToggleLabeled toggle_labeled = 7;
|
|
98
|
+
BarAlignment bar_alignment = 8;
|
|
99
|
+
TextInputLabeled text_input_labeled = 9;
|
|
100
|
+
TextStyle text_style = 10;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// UI Container in page
|
|
105
|
+
message Container {
|
|
106
|
+
oneof data {
|
|
107
|
+
//containers
|
|
108
|
+
Main main = 1;
|
|
109
|
+
Section section = 2;
|
|
110
|
+
DrillInListItem drill_in_list_item = 3;
|
|
111
|
+
//items
|
|
112
|
+
Thumbnails thumbnails = 4;
|
|
113
|
+
SliderLabeled slider_labeled = 5;
|
|
114
|
+
DropDownLabeled drop_down_labeled = 6;
|
|
115
|
+
ToggleLabeled toggle_labeled = 7;
|
|
116
|
+
BarAlignment bar_alignment = 8;
|
|
117
|
+
TextInputLabeled text_input_labeled = 9;
|
|
118
|
+
ResetButton reset_button = 10;
|
|
119
|
+
FontFamilyWithColorPicker font_family_with_color_picker = 11;
|
|
120
|
+
RadioButtonLabeled radio_button_labeled = 12;
|
|
121
|
+
ColorSelectLabeled color_select_labeled = 13;
|
|
122
|
+
TextStyle text_style = 14;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
// DrillInListItem 3
|
|
126
|
+
message DrillInListItem {
|
|
127
|
+
repeated DrillItem items = 1;
|
|
128
|
+
string label = 2;
|
|
129
|
+
}
|
|
130
|
+
// Main 1
|
|
131
|
+
message Main {
|
|
132
|
+
repeated MainPropsData items = 1;
|
|
133
|
+
}
|
|
134
|
+
// DrillItem
|
|
135
|
+
message DrillItem {
|
|
136
|
+
oneof data {
|
|
137
|
+
//containers
|
|
138
|
+
Section section = 1;
|
|
139
|
+
//items
|
|
140
|
+
RadioButtonLabeled radio_button_labeled = 2;
|
|
141
|
+
ColorSelectLabeled color_select_labeled = 3;
|
|
142
|
+
Thumbnails thumbnails = 4;
|
|
143
|
+
SliderLabeled slider_labeled = 5;
|
|
144
|
+
DropDownLabeled drop_down_labeled = 6;
|
|
145
|
+
ToggleLabeled toggle_labeled = 7;
|
|
146
|
+
BarAlignment bar_alignment = 8;
|
|
147
|
+
TextInputLabeled text_input_labeled = 9;
|
|
148
|
+
FontFamilyWithColorPicker font_family_with_color_picker = 10;
|
|
149
|
+
TextStyle text_style = 11;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// Section 2
|
|
154
|
+
message Section {
|
|
155
|
+
string label = 1;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
// Elements =========
|
|
159
|
+
// BarAlignment 8
|
|
160
|
+
message BarAlignment {
|
|
161
|
+
BarAlignmentSelected selected = 1 [deprecated = true];
|
|
162
|
+
string key = 2;
|
|
163
|
+
string title = 3;
|
|
164
|
+
string description = 4;
|
|
165
|
+
BarAlignmentSelected value = 5;
|
|
166
|
+
repeated Condition conditions = 6;
|
|
167
|
+
|
|
168
|
+
}
|
|
169
|
+
// SliderLabeled 5
|
|
170
|
+
message SliderLabeled {
|
|
171
|
+
string key = 1;
|
|
172
|
+
string title = 2;
|
|
173
|
+
string size = 3;
|
|
174
|
+
string placeholder = 4;
|
|
175
|
+
string description = 5;
|
|
176
|
+
int32 minSize = 6;
|
|
177
|
+
int32 maxSize = 7;
|
|
178
|
+
}
|
|
179
|
+
// Thumbnails 4
|
|
180
|
+
message Thumbnails {
|
|
181
|
+
string key = 1;
|
|
182
|
+
string title = 2;
|
|
183
|
+
string value = 3;
|
|
184
|
+
repeated ThumbnailData options = 4;
|
|
185
|
+
ThumbnailsSize size = 5;
|
|
186
|
+
string description = 6;
|
|
187
|
+
repeated Condition conditions = 7;
|
|
188
|
+
}
|
|
189
|
+
//11
|
|
190
|
+
message FontFamilyWithColorPicker {
|
|
191
|
+
string key = 1;
|
|
192
|
+
string title = 2;
|
|
193
|
+
string description = 3;
|
|
194
|
+
FontDefinition value = 4;
|
|
195
|
+
FontDefinition defaultValue = 5;
|
|
196
|
+
}
|
|
197
|
+
//10
|
|
198
|
+
message ResetButton {
|
|
199
|
+
string label = 1;
|
|
200
|
+
}
|
|
201
|
+
// TextInputLabeled 9
|
|
202
|
+
message TextInputLabeled {
|
|
203
|
+
string key = 1;
|
|
204
|
+
string title = 2;
|
|
205
|
+
string placeholder = 3;
|
|
206
|
+
string value = 4;
|
|
207
|
+
string description = 5;
|
|
208
|
+
}
|
|
209
|
+
// ToggleLabeled 7
|
|
210
|
+
message ToggleLabeled {
|
|
211
|
+
string key = 1;
|
|
212
|
+
string title = 2;
|
|
213
|
+
bool value = 3;
|
|
214
|
+
string description = 5;
|
|
215
|
+
repeated Condition conditions = 4;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
// RichTextWithIllustrationVertical main 1
|
|
219
|
+
message RichTextWithIllustrationVertical {
|
|
220
|
+
string key = 1;
|
|
221
|
+
string label = 2;
|
|
222
|
+
string text = 3;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
// DropDownLabeled 6
|
|
226
|
+
message DropDownLabeled {
|
|
227
|
+
string key = 1;
|
|
228
|
+
string title = 2;
|
|
229
|
+
string value = 3;
|
|
230
|
+
repeated string options = 4;
|
|
231
|
+
string description = 5;
|
|
232
|
+
repeated Condition conditions = 6;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
// RadioButtonLabeled 12
|
|
236
|
+
message RadioButtonLabeled {
|
|
237
|
+
string key = 1;
|
|
238
|
+
string title = 2;
|
|
239
|
+
string value = 3;
|
|
240
|
+
repeated string options = 4;
|
|
241
|
+
string description = 5;
|
|
242
|
+
repeated Condition conditions = 6;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// ColorSelectLabeled 13
|
|
246
|
+
message ColorSelectLabeled {
|
|
247
|
+
string title = 1;
|
|
248
|
+
string key = 2;
|
|
249
|
+
string color = 3 [deprecated = true];
|
|
250
|
+
oneof data {
|
|
251
|
+
ColorDefinition customColor = 4;
|
|
252
|
+
TemplateDefaultColor templateColor = 5;
|
|
253
|
+
};
|
|
254
|
+
ColorDefinition defaultData = 6;
|
|
255
|
+
string description = 7;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
// TextStyle 14
|
|
259
|
+
message TextStyle {
|
|
260
|
+
string key = 1;
|
|
261
|
+
string title = 2;
|
|
262
|
+
string description = 3;
|
|
263
|
+
DefaultTextStyle defaultTextStyle = 4;
|
|
264
|
+
oneof defaultColor {
|
|
265
|
+
ColorDefinition customColor = 5;
|
|
266
|
+
TemplateDefaultColor templateColor = 6;
|
|
267
|
+
};
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
enum DefaultTextStyle {
|
|
271
|
+
TITLE = 0;
|
|
272
|
+
PARAGRAPH = 1;
|
|
273
|
+
LOWER_HIERARCHY_TEXTS = 2;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
enum TemplateDefaultColor {
|
|
277
|
+
BACKGROUND = 0;
|
|
278
|
+
SECONDARY_TEXTS = 1;
|
|
279
|
+
MAIN_TEXT_AND_ICONS = 2;
|
|
280
|
+
BORDERS_AND_DIVIDERS = 3;
|
|
281
|
+
BUTTONS_AND_LINKS = 4;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// DashboardButton main 2
|
|
285
|
+
message DashboardButton {
|
|
286
|
+
string title = 1;
|
|
287
|
+
string label = 2;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
// defintion and enums
|
|
291
|
+
message FontDefinition {
|
|
292
|
+
string font = 1;
|
|
293
|
+
ColorDefinition color = 2;
|
|
294
|
+
}
|
|
295
|
+
message ColorDefinition {
|
|
296
|
+
string value = 1;
|
|
297
|
+
string opacity = 2;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
// Structure for thumbnail
|
|
301
|
+
message ThumbnailData {
|
|
302
|
+
string value = 1;
|
|
303
|
+
google.protobuf.StringValue src = 2 [(wix.api.format) = WEB_URL];
|
|
304
|
+
google.protobuf.StringValue selected_src = 3 [(wix.api.format) = WEB_URL];
|
|
305
|
+
google.protobuf.StringValue on_hover_src = 4 [(wix.api.format) = WEB_URL];
|
|
306
|
+
string label = 5;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
enum ThumbnailsSize {
|
|
310
|
+
SMALL = 0;
|
|
311
|
+
MEDIUM = 1;
|
|
312
|
+
LARGE = 2;
|
|
313
|
+
XLARGE = 3;
|
|
314
|
+
}
|
|
315
|
+
//Bar alignment selected value
|
|
316
|
+
enum BarAlignmentSelected {
|
|
317
|
+
ALIGN_LEFT = 0;
|
|
318
|
+
ALIGN_CENTER = 1;
|
|
319
|
+
ALIGN_RIGHT = 2;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
// MainPropsData
|
|
323
|
+
message MainPropsData {
|
|
324
|
+
DashboardButton dashboard_button = 1;
|
|
325
|
+
RichTextWithIllustrationVertical rich_text_with_illustration_vertical = 2;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
message Condition {
|
|
329
|
+
string value = 1;
|
|
330
|
+
repeated SingleKeyCondition state = 2;
|
|
331
|
+
|
|
332
|
+
}
|
|
333
|
+
message SingleKeyCondition {
|
|
334
|
+
string key = 1;
|
|
335
|
+
string value = 2;
|
|
336
|
+
bool visible = 3;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
message WidgetDetails {
|
|
340
|
+
google.protobuf.StringValue name = 1;
|
|
341
|
+
google.protobuf.StringValue icon = 2;
|
|
342
|
+
google.protobuf.StringValue description =3;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
message WidgetBehavior {
|
|
346
|
+
// Toggle whether the widget is removable from the page.
|
|
347
|
+
bool removable = 1;
|
|
348
|
+
// Toggle whether the widget is duplicatable from the page.
|
|
349
|
+
bool duplicatable = 2;
|
|
350
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "components_catalog_common.proto";
|
|
8
|
+
|
|
9
|
+
// An iframe to be displayed on the user’s site
|
|
10
|
+
message WidgetComponentData {
|
|
11
|
+
// Allow users to resize and move the widget, or pin it to a specific position on all pages of the site.
|
|
12
|
+
FixedPositionOptions fixed_position_option = 1;
|
|
13
|
+
// Widget will automatically be stretched to this width after installing it
|
|
14
|
+
WidgetWidthType widget_width_type = 2;
|
|
15
|
+
// Widget width size
|
|
16
|
+
google.protobuf.Int32Value width = 3 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
17
|
+
// Widget width height
|
|
18
|
+
google.protobuf.Int32Value height = 4 [(wix.api.min) = 0, (wix.api.max) = 9999];
|
|
19
|
+
// A public link to the widget endpoint
|
|
20
|
+
google.protobuf.StringValue widget_endpoint_url = 5 [(wix.api.format) = WEB_URL];
|
|
21
|
+
// A public link to the mobile endpoint
|
|
22
|
+
google.protobuf.StringValue widget_mobile_endpoint_url = 6;
|
|
23
|
+
// A public link to the settings endpoint
|
|
24
|
+
google.protobuf.StringValue settings_endpoint_url = 7;
|
|
25
|
+
// A public link to the SEO endpoint
|
|
26
|
+
google.protobuf.StringValue seo_endpoint_url = 8;
|
|
27
|
+
//Product display data for this component
|
|
28
|
+
WidgetDisplay widget_display = 9;
|
|
29
|
+
// When true, this is the default component
|
|
30
|
+
bool default = 11;
|
|
31
|
+
// 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
|
|
32
|
+
bool essential = 12;
|
|
33
|
+
// Published state for this widget
|
|
34
|
+
bool published = 13;
|
|
35
|
+
// When true, allow this widget to be added only once
|
|
36
|
+
bool add_only_once = 14;
|
|
37
|
+
// This ID is used to identify your widget endpoint in a Wix site. You can use this ID when using methods of the Wix SDK
|
|
38
|
+
string tpa_widget_id = 15 [(wix.api.readOnly) = true];
|
|
39
|
+
//Where this should be rendered
|
|
40
|
+
Position position = 16;
|
|
41
|
+
// Article id in settings panel
|
|
42
|
+
google.protobuf.StringValue help_id = 17;
|
|
43
|
+
// Default Mobile Height
|
|
44
|
+
google.protobuf.Int32Value default_mobile_height = 18;
|
|
45
|
+
// Min Mobile Height
|
|
46
|
+
google.protobuf.Int32Value min_mobile_height = 19;
|
|
47
|
+
// Mobile Settings Enabled
|
|
48
|
+
bool mobile_settings_enabled = 20;
|
|
49
|
+
// Mobile article id in settings panel
|
|
50
|
+
google.protobuf.StringValue mobile_help_id = 21;
|
|
51
|
+
// Editor setting version. optional values: 1 (old - deprecated) or 2 (new). default value is 2
|
|
52
|
+
google.protobuf.Int32Value settings_version = 22 [(wix.api.min) = 1, (wix.api.max) = 2];
|
|
53
|
+
// If setting version is 1, this will be the public link to the settings endpoint
|
|
54
|
+
google.protobuf.StringValue settings_endpoint_url_v1 = 23; //todo: WEB_URL only after migration from oldJson
|
|
55
|
+
// A public link to the settings endpoint on ADI editor
|
|
56
|
+
google.protobuf.StringValue on_boarding_settings_endpoint_url = 24; //todo: WEB_URL check if need to migrate from oldJson
|
|
57
|
+
// The sub pages list for this component to be rendered in
|
|
58
|
+
repeated SubPage sub_pages = 25;
|
|
59
|
+
//If this component should be stretched in relation to a form factor (desktop, tablet, mobile)
|
|
60
|
+
IsStretched is_stretched = 26;
|
|
61
|
+
//Any margins this page should have in relation to a form factor (desktop, tablet, mobile)
|
|
62
|
+
Margins margins = 27;
|
|
63
|
+
//Any docking this page (horizontal / vertical) should have in relation to a form factor (desktop, tablet, mobile)
|
|
64
|
+
Docking docking = 28;
|
|
65
|
+
//The height of this page in relation to a form factor (desktop, tablet, mobile)
|
|
66
|
+
Height height_break_points = 29;
|
|
67
|
+
//The width of this page in relation to a form factor (desktop, tablet, mobile)
|
|
68
|
+
Width width_break_points = 30;
|
|
69
|
+
// Keep default and let users stretch widget to full width (GFPP)
|
|
70
|
+
bool add_stretch_button = 31;
|
|
71
|
+
// toggle to mark whether the editor should revoke an app that contains this component.
|
|
72
|
+
bool exclude_from_auto_revoke = 32;
|
|
73
|
+
// 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**
|
|
74
|
+
google.protobuf.StringValue settings_endpoint_url_template = 33;
|
|
75
|
+
// 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**
|
|
76
|
+
google.protobuf.StringValue settings_endpoint_url_v1_template = 34;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
// Allow users to resize and move the widget, or pin it to a specific position on all pages of the site.
|
|
80
|
+
message FixedPositionOptions {
|
|
81
|
+
// Vertical widget position in the browser window
|
|
82
|
+
WidgetVertical widget_vertical = 1;
|
|
83
|
+
// Horizontal widget position in the browser window
|
|
84
|
+
WidgetHorizontal widget_horizontal = 2;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// Vertical widget position in the browser window
|
|
88
|
+
enum WidgetVertical {
|
|
89
|
+
NONE_VERTICAL = 0;
|
|
90
|
+
TOP = 1;
|
|
91
|
+
CENTER_VERTICAL = 2;
|
|
92
|
+
BOTTOM = 3;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// Horizontal widget position in the browser window
|
|
96
|
+
enum WidgetHorizontal {
|
|
97
|
+
NONE_HORIZONTAL = 0;
|
|
98
|
+
LEFT = 1;
|
|
99
|
+
CENTER_HORIZONTAL = 2;
|
|
100
|
+
RIGHT = 3;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Widget will automatically be stretched to this width after installing it
|
|
104
|
+
enum WidgetWidthType {
|
|
105
|
+
NONE_TYPE = 0;
|
|
106
|
+
// A custom width for the widget
|
|
107
|
+
CUSTOM = 1;
|
|
108
|
+
// Full width of the browser window
|
|
109
|
+
FULL = 2;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
enum Region {
|
|
113
|
+
no_region = 0;
|
|
114
|
+
header = 1;
|
|
115
|
+
pageContainer = 2;
|
|
116
|
+
footer = 3;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
message Position {
|
|
120
|
+
Region region = 1;
|
|
121
|
+
}
|