@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,63 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "google/protobuf/struct.proto";
|
|
7
|
+
import "components_catalog_data.proto";
|
|
8
|
+
import "com/wixpress/appservice/api/components_catalog_type.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
|
|
11
|
+
// Component Catalog Entity
|
|
12
|
+
message ComponentCatalog {
|
|
13
|
+
// Enum of Component Type
|
|
14
|
+
ComponentType component_type = 1;
|
|
15
|
+
// Component name *from proto comment*
|
|
16
|
+
string name = 2;
|
|
17
|
+
// Component description *from proto comment*
|
|
18
|
+
string description = 3;
|
|
19
|
+
// Exposed in Dev Center to Internal users (Wix employees) or to all users (Wix users) *from proto comment*
|
|
20
|
+
Exposure exposure = 4;
|
|
21
|
+
// Learn more link *from proto comment*
|
|
22
|
+
string learn_more_link = 5;
|
|
23
|
+
// Can be deleted
|
|
24
|
+
bool deletable = 6;
|
|
25
|
+
// Editable in Dev Center
|
|
26
|
+
bool editable = 7;
|
|
27
|
+
// Only one per app / multiple per app
|
|
28
|
+
bool singular = 8;
|
|
29
|
+
// if required approval before adding the component
|
|
30
|
+
bool requires_approval = 9;
|
|
31
|
+
// Present in Editor / Dashboard / Extension
|
|
32
|
+
ComponentPresent component_present = 10;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
enum Exposure {
|
|
36
|
+
NONE_EXPOSURE = 0;
|
|
37
|
+
PRIVATE_EXPOSURE = 1;
|
|
38
|
+
INTERNAL_EXPOSURE = 2;
|
|
39
|
+
PUBLIC_EXPOSURE = 3;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
enum ComponentPresent {
|
|
43
|
+
NONE_PRESENT = 0;
|
|
44
|
+
EDITOR_PRESENT = 1;
|
|
45
|
+
DASHBOARD_PRESENT = 2;
|
|
46
|
+
EXTENSION_PRESENT = 3;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
message GetComponentsCatalogResponse {
|
|
50
|
+
repeated ComponentCatalog components_catalog = 1;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
message CreateComponentCatalogRequest {
|
|
54
|
+
ComponentCatalog component_catalog = 1;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
message UpdateComponentCatalogRequest {
|
|
58
|
+
ComponentCatalog component_catalog = 1;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
message DeleteComponentCatalogRequest {
|
|
62
|
+
ComponentType component_type = 1;
|
|
63
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "google/protobuf/struct.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "components_catalog_data.proto";
|
|
9
|
+
import "com/wixpress/appservice/api/components_catalog_type.proto";
|
|
10
|
+
import "wix/common/query.proto";
|
|
11
|
+
import "wix/api/entity.proto";
|
|
12
|
+
|
|
13
|
+
// Create a new component for the app
|
|
14
|
+
message CreateComponentRequest {
|
|
15
|
+
// Given app id
|
|
16
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
17
|
+
// Component to be created, ENUM
|
|
18
|
+
ComponentType comp_type = 2;
|
|
19
|
+
// Component initial Data in JSON format, can be empty which, in that case it will recieve default values or complete with all of the properties
|
|
20
|
+
ComponentData comp_data = 3;
|
|
21
|
+
// Required to all types except app studio
|
|
22
|
+
google.protobuf.StringValue comp_name = 4;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
// Create a new component for the app
|
|
26
|
+
message CreateComponentResponse {
|
|
27
|
+
// The component id that was just created
|
|
28
|
+
string comp_id = 1 [(wix.api.readOnly) = true, (wix.api.format) = GUID];
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Update a given component type and ID
|
|
32
|
+
message UpdateComponentRequest {
|
|
33
|
+
// Component in this app
|
|
34
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
35
|
+
// Component type to update, ENUM
|
|
36
|
+
ComponentType comp_type = 2 [(wix.api.readOnly) = true];
|
|
37
|
+
// Component data wished to be updated
|
|
38
|
+
ComponentData comp_data = 3;
|
|
39
|
+
// Component id to update, empty component id is relevant for app studio and platform ONLY
|
|
40
|
+
google.protobuf.StringValue comp_id = 4 [(wix.api.format) = GUID];
|
|
41
|
+
// The component name
|
|
42
|
+
google.protobuf.StringValue comp_name = 5;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
// The updated components
|
|
46
|
+
message UpdateComponentResponse {
|
|
47
|
+
// Component in this app
|
|
48
|
+
string app_id = 1 [(wix.api.readOnly) = true, (wix.api.format) = GUID];
|
|
49
|
+
// Components that was just updated
|
|
50
|
+
repeated Component components = 2;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// Update a given components bulk type and ID
|
|
54
|
+
message UpdateComponentsRequest {
|
|
55
|
+
// Component in this app
|
|
56
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
57
|
+
// Update components request list
|
|
58
|
+
repeated Component components = 2;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// The updated components
|
|
62
|
+
message UpdateComponentsResponse {
|
|
63
|
+
// Component in this app
|
|
64
|
+
string app_id = 1 [(wix.api.readOnly) = true, (wix.api.format) = GUID];
|
|
65
|
+
// Components that was just updated
|
|
66
|
+
repeated Component components = 2;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// Delete a given component
|
|
70
|
+
message DeleteComponentRequest {
|
|
71
|
+
// Component in this app
|
|
72
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
73
|
+
// Component Id to delete
|
|
74
|
+
string comp_id = 2 [(wix.api.format) = GUID];
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// Empty response
|
|
78
|
+
message DeleteComponentResponse {}
|
|
79
|
+
|
|
80
|
+
// Return the created version
|
|
81
|
+
message UpdateAndCreateRcVersionComponentResponse {
|
|
82
|
+
// The version that was just created
|
|
83
|
+
string current_rc_version = 1 [(wix.api.readOnly) = true, (wix.api.format) = GUID];
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
// Get components for some specific app ids, and filter it by list of components types
|
|
87
|
+
message GetComponentsRequest {
|
|
88
|
+
// Components for these app Id
|
|
89
|
+
repeated string apps = 1 [(wix.api.format) = GUID];
|
|
90
|
+
|
|
91
|
+
// Filter the result and select which component type to return
|
|
92
|
+
repeated ComponentType components_type = 2;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// List of apps and their component list
|
|
96
|
+
message GetComponentsResponse {
|
|
97
|
+
// List of components
|
|
98
|
+
repeated AppComponents app_components = 1;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// Map from app id to component list
|
|
102
|
+
message AppComponents {
|
|
103
|
+
// App Id for these components
|
|
104
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
105
|
+
// Components list
|
|
106
|
+
repeated Component components = 2;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
// App Component
|
|
110
|
+
message Component {
|
|
111
|
+
option (.wix.api.entity) = {
|
|
112
|
+
fqdn: "wix.devcenter.components.v1.component"
|
|
113
|
+
segment: USERS
|
|
114
|
+
};
|
|
115
|
+
// Unique component Id
|
|
116
|
+
string comp_id = 1 [(wix.api.readOnly) = true];
|
|
117
|
+
// Enum of Component Type
|
|
118
|
+
ComponentType comp_type = 2;
|
|
119
|
+
// One of components data: Editor Widget, Editor Page, Editor Worker (Pixel), Dashboard Page, Editor Widget Out Of Iframe, , Editor Page Out Of Iframe, Editor Platform, Dashboard Platform, Wix Blocks, Wix Blocks Widget, Embedded Script, Web (Custom Element), Data, Static File, App Config
|
|
120
|
+
ComponentData comp_data = 3;
|
|
121
|
+
// Required to all types except Studio (Blocks)
|
|
122
|
+
google.protobuf.StringValue comp_name = 4;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// Create a new component for the app
|
|
126
|
+
message CreateComponentByStructRequest {
|
|
127
|
+
// Given app id
|
|
128
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
129
|
+
// Component to be created, ENUM
|
|
130
|
+
string comp_type = 2;
|
|
131
|
+
// Component initial Data in JSON format, can be empty which, in that case it will recieve default values or complete with all of the properties
|
|
132
|
+
google.protobuf.Struct comp_data = 3;
|
|
133
|
+
// Required to all types except app studio
|
|
134
|
+
google.protobuf.StringValue comp_name = 4;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// Update a given component type and ID
|
|
138
|
+
message UpdateComponentByStructRequest {
|
|
139
|
+
// Component in this app
|
|
140
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
141
|
+
// Component type to update, ENUM
|
|
142
|
+
string comp_type = 2 [(wix.api.readOnly) = true];
|
|
143
|
+
// Component data wished to be updated
|
|
144
|
+
google.protobuf.Struct comp_data = 3;
|
|
145
|
+
// Component id to update, empty component id is relevant for app studio and platform ONLY
|
|
146
|
+
google.protobuf.StringValue comp_id = 4 [(wix.api.format) = GUID];
|
|
147
|
+
// The component name
|
|
148
|
+
google.protobuf.StringValue comp_name = 5;
|
|
149
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "wix/api/entity.proto";
|
|
7
|
+
import "google/protobuf/wrappers.proto";
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
enum ExtensionType {
|
|
11
|
+
NONE_EXTENSION = 0;
|
|
12
|
+
PAYMENTS_GATEWAY_EXTENSION = 1;
|
|
13
|
+
COUPONS_EXTENSION = 2;
|
|
14
|
+
DROPSHIPPING_EXTENSION = 3;
|
|
15
|
+
FULFILMENT_EXTENSION = 4;
|
|
16
|
+
DROPSHIPPING_SUPPLIER_EXTENSION = 5;
|
|
17
|
+
FULFILLMENT_CENTER_EXTENSION = 6;
|
|
18
|
+
RESTAURANTS_POS_EXTENSION = 7;
|
|
19
|
+
ART_STORE_EXTENSION = 8;
|
|
20
|
+
ASCEND_AUTOMATION_EXTENSION = 9;
|
|
21
|
+
CONTACT_LABELS_EXTENSION = 10;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
message Metadata {
|
|
25
|
+
string title = 1;
|
|
26
|
+
string name = 2;
|
|
27
|
+
string description = 3;
|
|
28
|
+
string kb_link = 4;
|
|
29
|
+
string navigation = 5;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
message Extension {
|
|
33
|
+
option (.wix.api.entity) = {
|
|
34
|
+
fqdn: "wix.devcenter.extensions.v1.extension"
|
|
35
|
+
segment: USERS
|
|
36
|
+
};
|
|
37
|
+
string extension_id = 1 [(wix.api.format) = GUID];
|
|
38
|
+
string schema = 2;
|
|
39
|
+
ExtensionType extension_type = 3;
|
|
40
|
+
Metadata meta_data = 4;
|
|
41
|
+
Status status = 5;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
message GetExtensionsRequest {
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
message GetExtensionsResponse {
|
|
48
|
+
repeated Extension extensions = 1;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
message CreateExtensionRequest {
|
|
52
|
+
string schema = 1;
|
|
53
|
+
ExtensionType extension_type = 2;
|
|
54
|
+
Metadata meta_data = 3;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
message CreateExtensionResponse {
|
|
58
|
+
string extension_id = 1 [(wix.api.readOnly) = true, (wix.api.format) = GUID];
|
|
59
|
+
string schema = 2;
|
|
60
|
+
ExtensionType extension_type = 3;
|
|
61
|
+
Metadata meta_data = 4;
|
|
62
|
+
Status status = 5;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
message UpdateExtensionRequest {
|
|
66
|
+
string extension_id = 1 [(wix.api.format) = GUID];
|
|
67
|
+
google.protobuf.StringValue schema = 2;
|
|
68
|
+
ExtensionType extension_type = 3;
|
|
69
|
+
Metadata meta_data = 4;
|
|
70
|
+
Status status = 5;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
message UpdateExtensionResponse {
|
|
74
|
+
string extension_id = 1 [(wix.api.readOnly) = true, (wix.api.format) = GUID];
|
|
75
|
+
string schema = 2;
|
|
76
|
+
ExtensionType extension_type = 3;
|
|
77
|
+
Metadata meta_data = 4;
|
|
78
|
+
Status status = 5;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
message GetExtendersRequest {
|
|
82
|
+
ExtensionType extension_type = 1;
|
|
83
|
+
bool includeDraft = 2;
|
|
84
|
+
bool onlyInstalledOnSite = 3;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
message GetExtendersResponse {
|
|
88
|
+
repeated Extender extenders = 1;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
message Extender {
|
|
92
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
93
|
+
google.protobuf.StringValue version = 2;
|
|
94
|
+
bool is_draft = 3;
|
|
95
|
+
AppExtensionMessageValue extension_data = 4;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
message AppExtensionMessageValue {
|
|
99
|
+
ExtensionData extension_data = 1;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
message ExtensionData {
|
|
103
|
+
string data = 1;
|
|
104
|
+
ExtensionType extension_type = 2;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
enum Status {
|
|
108
|
+
NONE_EXTENSION_STATUS = 0;
|
|
109
|
+
INTERNAL = 1;
|
|
110
|
+
EXTERNAL = 2;
|
|
111
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.pricing;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
|
|
8
|
+
option java_package = "com.wixpress.appservice.api.pricing";
|
|
9
|
+
|
|
10
|
+
message Feature {
|
|
11
|
+
google.protobuf.StringValue id = 1;
|
|
12
|
+
google.protobuf.StringValue name = 2;
|
|
13
|
+
google.protobuf.StringValue description = 3;
|
|
14
|
+
FeatureSection section = 4;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message FeatureSection {
|
|
18
|
+
google.protobuf.StringValue intent = 1;
|
|
19
|
+
google.protobuf.StringValue displayName = 2;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
message CreateFeatureRequest {
|
|
23
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
24
|
+
string language_code = 2; // todo: add format LANGUAGE when client is ready
|
|
25
|
+
Feature feature = 3;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
message CreateFeatureResponse {
|
|
29
|
+
string id = 1;
|
|
30
|
+
Feature feature = 2;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
message UpdateFeatureRequest {
|
|
34
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
35
|
+
string language_code = 2; // todo: add format LANGUAGE when client is ready
|
|
36
|
+
string feature_id = 3 [(wix.api.format) = GUID];
|
|
37
|
+
Feature feature = 4;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
message UpdateFeatureResponse {
|
|
41
|
+
Feature feature = 1;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
message GetFeatureRequest {
|
|
45
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
46
|
+
string language_code = 2; // todo: add format LANGUAGE when client is ready
|
|
47
|
+
string feature_id = 3 [(wix.api.format) = GUID];
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
message GetFeatureResponse {
|
|
51
|
+
Feature feature = 1;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
message DeleteFeatureRequest {
|
|
55
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
56
|
+
string language_code = 2; // todo: add format LANGUAGE when client is ready
|
|
57
|
+
string feature_id = 3 [(wix.api.format) = GUID];
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
message DeleteFeatureResponse {
|
|
61
|
+
string feature_id = 1;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
message UpdateFeatureTranslationWithRequest {
|
|
65
|
+
map<string, string> translation_data = 1;
|
|
66
|
+
string app_id = 2 [(wix.api.format) = GUID];
|
|
67
|
+
string feature_id = 3 [(wix.api.format) = GUID];
|
|
68
|
+
string language_code = 4 [(wix.api.format) = LANGUAGE];
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
message UpdateFeatureTranslationWithResponse {
|
|
72
|
+
|
|
73
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "google/protobuf/timestamp.proto";
|
|
7
|
+
import "google/api/annotations.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
import "marketListing_messages.proto";
|
|
11
|
+
import "wix/api/entity.proto";
|
|
12
|
+
|
|
13
|
+
option java_package = "com.wixpress.appservice.api";
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
message GetListingInfoRequest {
|
|
17
|
+
string app_id = 1 [(wix.api.format) = GUID]; // the app id.
|
|
18
|
+
string language_code = 2;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message GetListingInfoResponse {
|
|
22
|
+
// marketing materials
|
|
23
|
+
string name = 1 [(wix.api.minLength) = 1];
|
|
24
|
+
google.protobuf.StringValue icon_url = 2 [(wix.api.format) = URI];
|
|
25
|
+
google.protobuf.StringValue short_description = 3;
|
|
26
|
+
google.protobuf.StringValue long_description = 4;
|
|
27
|
+
repeated string benefits = 6;
|
|
28
|
+
google.protobuf.StringValue demo_url = 7 [(wix.api.format) = URI];
|
|
29
|
+
repeated string screenshots = 10 [(wix.api.format) = URI];
|
|
30
|
+
SupportInfo support_info = 15;
|
|
31
|
+
CompanyInfo company_info = 16;
|
|
32
|
+
// classification
|
|
33
|
+
repeated string categories = 20 [(wix.api.format) = GUID];
|
|
34
|
+
repeated string tags = 21;
|
|
35
|
+
google.protobuf.StringValue developer_site_url = 22;
|
|
36
|
+
google.protobuf.StringValue developer_meta_site_id = 23;
|
|
37
|
+
string language_code = 24;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
message UpdateListingInfoRequest {
|
|
41
|
+
string app_id = 1 [(wix.api.format) = GUID]; // the app id.
|
|
42
|
+
// marketing materials
|
|
43
|
+
google.protobuf.StringValue name = 2 [(wix.api.minLength) = 1];
|
|
44
|
+
google.protobuf.StringValue icon_url = 3 [(wix.api.format) = URI];
|
|
45
|
+
google.protobuf.StringValue short_description = 4;
|
|
46
|
+
google.protobuf.StringValue long_description = 5;
|
|
47
|
+
repeated string benefits = 6;
|
|
48
|
+
google.protobuf.StringValue demo_url = 7 [(wix.api.format) = URI];
|
|
49
|
+
repeated string screenshots = 10 [(wix.api.format) = URI];
|
|
50
|
+
SupportInfo support_info = 15;
|
|
51
|
+
CompanyInfo company_info = 16;
|
|
52
|
+
// classification
|
|
53
|
+
repeated string categories = 20 [(wix.api.format) = GUID];
|
|
54
|
+
repeated string tags = 21;
|
|
55
|
+
google.protobuf.StringValue developer_site_url = 22;
|
|
56
|
+
google.protobuf.StringValue developer_meta_site_id = 23;
|
|
57
|
+
string language_code = 24;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
message UpdateListingInfoResponse {
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
message SupportInfo {
|
|
64
|
+
google.protobuf.StringValue email = 1 [(wix.api.format) = EMAIL, (.wix.api.pii) = true];
|
|
65
|
+
google.protobuf.StringValue web_page = 2 [(wix.api.format) = URI];
|
|
66
|
+
google.protobuf.StringValue privacy_policy_url = 3 [(wix.api.format) = URI];
|
|
67
|
+
google.protobuf.StringValue terms_of_use_url = 4 [(wix.api.format) = URI];
|
|
68
|
+
repeated FAQ faqs = 11;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
message CompanyInfo {
|
|
72
|
+
google.protobuf.StringValue name = 1 [(wix.api.maxLength) = 50];
|
|
73
|
+
google.protobuf.StringValue website = 2 [(wix.api.format) = URI];
|
|
74
|
+
google.protobuf.StringValue info = 3 [(wix.api.maxLength) = 2000];
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
message FAQ {
|
|
78
|
+
string question = 1;
|
|
79
|
+
string answer = 2;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
message AppListing {
|
|
83
|
+
// marketing materials
|
|
84
|
+
string name = 1 [(wix.api.minLength) = 1];
|
|
85
|
+
google.protobuf.StringValue icon_url = 2 [(wix.api.format) = URI];
|
|
86
|
+
google.protobuf.StringValue short_description = 3;
|
|
87
|
+
google.protobuf.StringValue long_description = 4;
|
|
88
|
+
repeated string benefits = 6;
|
|
89
|
+
google.protobuf.StringValue demo_url = 7 [(wix.api.format) = URI];
|
|
90
|
+
repeated string screenshots = 10 [(wix.api.format) = URI];
|
|
91
|
+
SupportInfo support_info = 15;
|
|
92
|
+
CompanyInfo company_info = 16;
|
|
93
|
+
// classification
|
|
94
|
+
repeated string categories = 20 [(wix.api.format) = GUID];
|
|
95
|
+
repeated string tags = 21;
|
|
96
|
+
google.protobuf.StringValue developer_site_url = 22;
|
|
97
|
+
google.protobuf.StringValue developer_meta_site_id = 23;
|
|
98
|
+
string language_code = 24;
|
|
99
|
+
// new marketing materials
|
|
100
|
+
MarketListing market_listing = 25;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
message EncryptSupportEmailRequest {
|
|
104
|
+
int32 limit = 1;
|
|
105
|
+
google.protobuf.Timestamp date = 2;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
message EncryptSupportEmailResponse {
|
|
109
|
+
int32 changed_records = 1;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
message ListingInfoEntity {
|
|
113
|
+
option (.wix.api.entity) = {
|
|
114
|
+
fqdn: "wix.devcenter.listing_info.v1.listing_info_entity"
|
|
115
|
+
segment: USERS
|
|
116
|
+
};
|
|
117
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
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 "google/api/annotations.proto";
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
import "assets_messages.proto";
|
|
10
|
+
import "wix/api/entity.proto";
|
|
11
|
+
|
|
12
|
+
option java_package = "com.wixpress.appservice.api";
|
|
13
|
+
|
|
14
|
+
message InsertAssetsToMapRequest {
|
|
15
|
+
string app_id = 1 [(wix.api.format) = GUID]; // the app id.
|
|
16
|
+
string language_code = 2[(wix.api.format) = LANGUAGE]; // the language code;
|
|
17
|
+
string key = 3 [(wix.api.minLength) = 1];
|
|
18
|
+
com.wixpress.appservice.api.assets.Assets assets = 4;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message AddAssetRequest {
|
|
22
|
+
string app_id = 1 [(wix.api.format) = GUID]; // the app id.
|
|
23
|
+
string language_code = 2[(wix.api.format) = LANGUAGE]; // the language code;
|
|
24
|
+
string key = 3 [(wix.api.minLength) = 1];
|
|
25
|
+
com.wixpress.appservice.api.assets.Asset asset = 4;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
message UpdateListingInfo {
|
|
29
|
+
string app_id = 1 [(wix.api.format) = GUID]; // the app id.
|
|
30
|
+
string language_code = 2[(wix.api.format) = LANGUAGE]; // the language code;
|
|
31
|
+
MarketListing market_listing = 3;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
message GetListingInfo {
|
|
35
|
+
string app_id = 1 [(wix.api.format) = GUID]; // the app id.
|
|
36
|
+
string language_code = 2[(wix.api.format) = LANGUAGE]; // the language code;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
message MarketListing {
|
|
41
|
+
option (.wix.api.entity) = {
|
|
42
|
+
fqdn: "wix.devcenter.listing_info.v2.market_listing"
|
|
43
|
+
segment: USERS
|
|
44
|
+
};
|
|
45
|
+
// marketing materials
|
|
46
|
+
BasicInfo basic_info = 1;
|
|
47
|
+
map<string, com.wixpress.appservice.api.assets.Assets> assetsMap = 2; // map of all marketing assets
|
|
48
|
+
ContactInfo contact_info = 3;
|
|
49
|
+
Tracking tracking_and_analytics = 4;
|
|
50
|
+
string language_code = 5 [(wix.api.format) = LANGUAGE]; // the language code;
|
|
51
|
+
InstallationRequirement installation_requirement = 6;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
message InstallationRequirement {
|
|
55
|
+
repeated RequiredApp required_apps = 1; // the vertical appIds needed for this app, for example Store
|
|
56
|
+
repeated string include_countries = 2 [(wix.api.format) = COUNTRY];
|
|
57
|
+
repeated string exclude_countries = 3 [(wix.api.format) = COUNTRY];
|
|
58
|
+
|
|
59
|
+
// language options
|
|
60
|
+
repeated string include_languages = 4 [(wix.api.format) = LANGUAGE];
|
|
61
|
+
repeated string exclude_languages = 5 [(wix.api.format) = LANGUAGE];
|
|
62
|
+
bool allow_language_customization = 6;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
message RequiredApp{
|
|
66
|
+
string id = 1 [(wix.api.format) = GUID];
|
|
67
|
+
string slug = 2;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
message BasicInfo {
|
|
71
|
+
string app_id = 1 [(wix.api.format) = GUID]; // the app id.
|
|
72
|
+
string name = 2;
|
|
73
|
+
google.protobuf.StringValue teaser = 3;
|
|
74
|
+
google.protobuf.StringValue long_description = 4;
|
|
75
|
+
repeated Benefits benefits = 5;
|
|
76
|
+
repeated string search_keywords = 6;
|
|
77
|
+
google.protobuf.StringValue demo_url = 7 [(wix.api.format) = URI];
|
|
78
|
+
repeated string categories = 8;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
message Benefits {
|
|
82
|
+
string title = 1;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
message ContactInfo {
|
|
86
|
+
google.protobuf.StringValue website = 1 [(wix.api.format) = URI];
|
|
87
|
+
google.protobuf.StringValue developer_meta_site_id = 2;
|
|
88
|
+
google.protobuf.StringValue support_email = 3 [(wix.api.format) = EMAIL, (.wix.api.pii) = true];
|
|
89
|
+
google.protobuf.StringValue privacy_policy_url = 4 [(wix.api.format) = URI];
|
|
90
|
+
google.protobuf.StringValue terms_of_use_url = 5 [(wix.api.format) = URI];
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
message Tracking {
|
|
94
|
+
google.protobuf.StringValue google_analytics_tracking_id = 1;
|
|
95
|
+
google.protobuf.StringValue google_conversion_id = 2;
|
|
96
|
+
google.protobuf.StringValue adRolll_adv_id = 3;
|
|
97
|
+
google.protobuf.StringValue adRolll_pix_id = 4;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
//payload for kafka event to update new app market listing
|
|
101
|
+
message OldListingChanged {
|
|
102
|
+
string appId = 1;
|
|
103
|
+
MarketListing market_listing = 2;
|
|
104
|
+
string language_code = 3 [(wix.api.format) = LANGUAGE];
|
|
105
|
+
google.protobuf.StringValue name = 4;
|
|
106
|
+
google.protobuf.StringValue icon_url = 5;
|
|
107
|
+
}
|