@wix/bex-utils 2.3.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js +650 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.d.ts +25136 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.d.ts +12567 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.js +210768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.d.ts +25130 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js +64 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js +582 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js +188 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js +61 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/builders/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/http/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/meta/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/package.json +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/rpc/package.json +6 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/assets_messages.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +137 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing.proto +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing_service.proto +124 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/companies_messages.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_common.proto +217 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ai_assistant/com/wixpress/appservice/api/upstream/wix/genie/assistant/spi/v1/assistant_spi_service.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/app_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +178 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension.proto +99 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_container.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_menu_item.proto +67 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_widget.proto +47 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_modal.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/broadcast_list.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/code_package.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/accepted_message_types.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_branding.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_configuration.proto +41 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/conversation_limitations.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/dm/direct_message_config.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/email/email_message_config.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/media_capabilities.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/sms/sms_message_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_element_widget.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/table_reservations/spi/custom_reservations_approval/v1/custom_reservations_approval.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dc_config.proto +9 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/deployment_pipeline_provider/com/wixpress/appservice/api/upstream/wix/editor/deployments/spi/v1/pipeline_provider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dev_center_component_test.proto +87 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto +44 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/editor_addon.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/form_template.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +39 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto +31 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_extension_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_extension_spi.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/headless_oauth.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto +82 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +194 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multi_service_booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/multi_service_booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema/com/wixpress/appservice/api/upstream/wix/multilingual/translation/schema/v1/schema.proto +71 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_content.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page.proto +70 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_replace/page_replace.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/platform.proto +59 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/plugin-interface.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +655 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/service_availability_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/service_availability_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/slot.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/sms-action-message.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/static_file.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio_widget.proto +128 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_calculation_provider/com/wixpress/appservice/api/upstream/wix/billing/tax_calculation_spi/v1/tax_calculation_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_groups_provider/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_groups_provider_config.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/component_model.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/editor_behaviors.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/plugin_installation_settings.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/shared.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/widget_size.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/user_notification.proto +94 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/web.proto +350 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget.proto +121 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_plugin.proto +54 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/worker.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data.proto +436 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_messages.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_messages.proto +149 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/extensions_messages.proto +111 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/features/features_messages.proto +73 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/listingInfo_messages.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/marketListing_messages.proto +107 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/permissions_messages.proto +158 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/plans/plans_messages.proto +108 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/pricing_model/pricing_model_messages.proto +104 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/translations_data_messages.proto +57 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/versions_messages.proto +341 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/webhooks_messages.proto +65 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/annotations.proto +356 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/entity.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/validations.proto +134 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/media.proto +232 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/paging.proto +116 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/query.proto +768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types/package.json +7 -0
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/dist/cjs/PromiseState.js.map +1 -1
- package/dist/cjs/batchUpdates.js.map +1 -1
- package/dist/cjs/events.js.map +1 -1
- package/dist/cjs/exports/react-dom.js.map +1 -1
- package/dist/cjs/exports/react-native.js.map +1 -1
- package/dist/cjs/exports/react.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/reactive.js.map +1 -1
- package/dist/cjs/reactiveContext.js.map +1 -1
- package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -1
- package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -1
- package/dist/cjs/useReactive.js.map +1 -1
- package/package.json +4 -3
|
@@ -0,0 +1,341 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
import "google/protobuf/timestamp.proto";
|
|
8
|
+
import "components_messages.proto";
|
|
9
|
+
import "webhooks_messages.proto";
|
|
10
|
+
import "permissions_messages.proto";
|
|
11
|
+
import "listingInfo_messages.proto";
|
|
12
|
+
import "marketListing_messages.proto";
|
|
13
|
+
import "translations_data_messages.proto";
|
|
14
|
+
import "companies_messages.proto";
|
|
15
|
+
import "pricing_model/pricing_model_messages.proto";
|
|
16
|
+
import "wix/api/entity.proto";
|
|
17
|
+
|
|
18
|
+
option java_package = "com.wixpress.appservice.api";
|
|
19
|
+
|
|
20
|
+
message UpdatePublishKVRequest {
|
|
21
|
+
repeated string ids = 1; // webSolutions ids
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
message GetLatestMarketVersionsRequest {
|
|
25
|
+
repeated string ids = 1;
|
|
26
|
+
google.protobuf.StringValue language_code = 2;
|
|
27
|
+
bool withComponents = 4;
|
|
28
|
+
// include apps that are hidden from managed apps in the response.
|
|
29
|
+
bool with_hidden_from_managed_apps = 5;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
message GetMarketVersionsRequest {
|
|
33
|
+
string ids_or_slugs = 1;
|
|
34
|
+
google.protobuf.StringValue language_code = 2;
|
|
35
|
+
repeated VersionStatus status = 3;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
message SetAppSlugRequest {
|
|
39
|
+
string app_id = 1[(wix.api.format) = GUID];
|
|
40
|
+
string version = 2;
|
|
41
|
+
string app_slug = 3;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
message RenameAppSlugRequest {
|
|
45
|
+
string app_slug = 1;
|
|
46
|
+
string rename_to = 2;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
message RenameAppSlugResponse {
|
|
50
|
+
string app_id = 1[(wix.api.format) = GUID];
|
|
51
|
+
string app_slug = 2;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
message IsAppSlugExistRequest {
|
|
55
|
+
string app_id = 1[(wix.api.format) = GUID];
|
|
56
|
+
google.protobuf.StringValue name = 2;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
message IsAppSlugExistResponse {
|
|
60
|
+
bool app_slug_exist = 1;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
message MarketVersionByAppIdsOrSlugsResponse {
|
|
64
|
+
repeated MarketVersion appsVersions = 1;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
message MarketVersion {
|
|
68
|
+
string app_id = 1[(wix.api.format) = GUID];
|
|
69
|
+
string version = 2;
|
|
70
|
+
MarketListing market_listing = 3;
|
|
71
|
+
pricing.PricingModel pricing_model = 4;
|
|
72
|
+
Company company = 5;
|
|
73
|
+
OpenConsentIn open_consent_in = 6;
|
|
74
|
+
repeated Component components = 7;
|
|
75
|
+
string slug = 8;
|
|
76
|
+
google.protobuf.StringValue published_version = 9;
|
|
77
|
+
UninstallActions uninstall_action = 10; // Whether uninstalling should be blocked until further actions are taken
|
|
78
|
+
bool silent_consent = 11; // should open consent and show permissions
|
|
79
|
+
repeated string support_emails = 12 [(wix.api.format) = EMAIL];
|
|
80
|
+
google.protobuf.Timestamp first_published_date = 13;
|
|
81
|
+
Classification classification = 14; // the app's classification
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
message GetMarketVersionsByAppIdsOrSlugsRequest{
|
|
85
|
+
repeated string ids_or_slugs = 1;
|
|
86
|
+
google.protobuf.StringValue language_code = 2;
|
|
87
|
+
bool with_components = 3;
|
|
88
|
+
google.protobuf.BoolValue in_review = 4;
|
|
89
|
+
google.protobuf.BoolValue with_hidden_managed_apps = 5;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
message GetMarketVersionsByAppIdsAndVersionRequest{
|
|
93
|
+
map<string, google.protobuf.StringValue> appId_to_version = 1; //map from appId to version
|
|
94
|
+
google.protobuf.StringValue language_code = 2;
|
|
95
|
+
bool with_components = 3;
|
|
96
|
+
bool with_hidden_managed_apps = 4;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
message GetVersionsByStatusResponse {
|
|
100
|
+
repeated VersionsResponse apps = 1; //versions of this app with the given version on this page
|
|
101
|
+
google.protobuf.Int32Value total = 2; //total number of versions with this status
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
message GetVersionsByStatusRequest {
|
|
105
|
+
repeated VersionStatus status = 1; //the requested status
|
|
106
|
+
google.protobuf.Int32Value page = 2 [(.wix.api.min) = 0]; //the desired results page
|
|
107
|
+
google.protobuf.Int32Value limit = 3 [(.wix.api.max) = 100]; //the maximum amount of entries per page
|
|
108
|
+
google.protobuf.StringValue signature = 4; //internal signing method - contact us for details
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
message GetLatestDisplayVersionsResponse {
|
|
112
|
+
repeated DisplayVersions display_versions = 1; //all display versions for this app
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
message DisplayVersions {
|
|
116
|
+
string version = 1 [(wix.api.readOnly) = true]; //the internal version id, e.g. '0.0.2'
|
|
117
|
+
VersionStatus status = 2; //the status of this version
|
|
118
|
+
google.protobuf.StringValue display_name = 3; //the name of this version which is displayed in the dev center, e.g. 'v1'
|
|
119
|
+
repeated StatusUpdateInfo status_updates_info = 4;
|
|
120
|
+
google.protobuf.Timestamp date_updated = 5; //the date this version was last updated
|
|
121
|
+
google.protobuf.Timestamp date_created = 6; //the date this version was created
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
message GetLatestDisplayVersionsRequest {
|
|
125
|
+
string app_id = 1 [(wix.api.format) = GUID]; //the id of the requested display versions
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
message StatusUpdateInfo {
|
|
129
|
+
VersionStatus status = 1;//the status that this version of the app was updated to
|
|
130
|
+
google.protobuf.Timestamp date_updated = 2;//date of update
|
|
131
|
+
google.protobuf.StringValue comment = 3;//the comment that accompanied the update
|
|
132
|
+
string triggered_by = 4 [(wix.api.format) = GUID];//the wix user ID of the person who update
|
|
133
|
+
VersionSubmission submission = 5; //only relevant if the new status is SUBMITTED
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
message VersionsResponse {
|
|
137
|
+
option (.wix.api.entity) = {
|
|
138
|
+
fqdn: "wix.devcenter.versions.v1.versions_response"
|
|
139
|
+
segment: USERS
|
|
140
|
+
};
|
|
141
|
+
string app_id = 1 [(wix.api.readOnly) = true, (wix.api.format) = GUID];
|
|
142
|
+
string version = 2 [(wix.api.readOnly) = true];
|
|
143
|
+
VersionStatus status = 3;
|
|
144
|
+
google.protobuf.Timestamp date_created = 4;
|
|
145
|
+
google.protobuf.Timestamp date_updated = 5;
|
|
146
|
+
VersionType versionType = 6 [(wix.api.readOnly) = true];
|
|
147
|
+
repeated StatusUpdateInfo status_updates = 7;
|
|
148
|
+
google.protobuf.StringValue display_name = 8; // the version name in the market.
|
|
149
|
+
AppListing app_listing = 9; // all marketing materials for this version
|
|
150
|
+
google.protobuf.StringValue release_notes = 10; // the version release notes
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
message GetVersionsByAppResponse {
|
|
154
|
+
repeated VersionsResponse versions = 1; // list of versions
|
|
155
|
+
google.protobuf.Int32Value total = 2; // total number of versions for this app
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
message GetVersionsByAppRequest {
|
|
159
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
160
|
+
google.protobuf.Int32Value page = 2;
|
|
161
|
+
google.protobuf.Int32Value limit = 3;
|
|
162
|
+
google.protobuf.StringValue signature = 4; //internal signing method - contact us for details
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
message PatchedAppVersion {
|
|
166
|
+
repeated Component component = 1; //Component to update
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
message PatchPreviousVersionRequest {
|
|
170
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
171
|
+
string base_version = 2 [(wix.api.readOnly) = true];
|
|
172
|
+
VersionType version_type = 3 [(wix.api.readOnly) = true];
|
|
173
|
+
google.protobuf.StringValue release_notes = 4;
|
|
174
|
+
PatchedAppVersion patched_app_version = 5;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
message PatchPreviousVersionResponse {
|
|
178
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
179
|
+
string new_version = 2 [(wix.api.readOnly) = true];
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
// Create a new version for the app
|
|
183
|
+
message CreateVersionRequest {
|
|
184
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
185
|
+
VersionType version_type = 2 [(wix.api.readOnly) = true]; // todo: add length or validation
|
|
186
|
+
google.protobuf.StringValue release_notes = 3;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
message CreateVersionResponse {
|
|
190
|
+
string new_version = 2 [(wix.api.readOnly) = true]; // The version that was just created
|
|
191
|
+
VersionType type = 1 [(wix.api.readOnly) = true]; // The version type that was just created
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/*
|
|
195
|
+
If a version is XX.YY.ZZ then
|
|
196
|
+
XX = MAJOR
|
|
197
|
+
YY = MINOR
|
|
198
|
+
ZZ = BUILD
|
|
199
|
+
*/
|
|
200
|
+
enum VersionType {
|
|
201
|
+
BUILD = 0;
|
|
202
|
+
MINOR = 1;
|
|
203
|
+
MAJOR = 2;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
message AppLatestVersionMessageKey {
|
|
207
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
//for documentation purposes only
|
|
211
|
+
message AppLatestVersionMessage {
|
|
212
|
+
AppLatestVersionMessageKey key = 1;
|
|
213
|
+
AppLatestVersionMessageValue value = 2;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
message AppLatestVersionMessageValue {
|
|
217
|
+
string latest_version = 1;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
message UpdateVersionRequest {
|
|
221
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
222
|
+
google.protobuf.StringValue version = 2 [(wix.api.readOnly) = true]; //the version id
|
|
223
|
+
google.protobuf.StringValue comments = 3; //comments about this version update status
|
|
224
|
+
VersionStatus status = 4; //the status to update this version to
|
|
225
|
+
google.protobuf.StringValue release_notes = 5; //release notes about this version
|
|
226
|
+
string triggered_by = 6 [(wix.api.format) = GUID]; //the WIX GUID of the person updating this version
|
|
227
|
+
google.protobuf.StringValue signature = 7; //signature required for this action
|
|
228
|
+
VersionSubmission submission = 8; //fields relevant only if this update is to a submitted state
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
message VersionSubmission {
|
|
232
|
+
google.protobuf.StringValue permissions_reason = 1 [(wix.api.maxLength) = 200]; // relevant if the dev added a permission other than MANAGE_INSTANCE
|
|
233
|
+
repeated string screenshots = 2 [(wix.api.format) = URI]; // screenshots of the ready app for AMs to go over
|
|
234
|
+
bool read_guidelines = 3; // user in DC confirmed that they have read the guidelines
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
message UpdateVersionResponse {
|
|
238
|
+
string version = 1 [(wix.api.readOnly) = true]; //the version id
|
|
239
|
+
VersionStatus status = 2;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
enum VersionStatus {
|
|
243
|
+
NONE_STATUS = 0;//default, internal use status. do not use
|
|
244
|
+
DRAFT = 1;//a version which was created in the dev center and has not started the approval process yet
|
|
245
|
+
SUBMITTED = 2;//the version was submitted for review by the developer
|
|
246
|
+
IN_REVIEW = 3;//the version is being reviewed by the app market team in cactus
|
|
247
|
+
APPROVED = 4;//our team approved the version
|
|
248
|
+
PUBLISHED = 5;//this version is published - only one version can be published at any given time; if this app was already published, the previously published version's status is now ARCHIVED
|
|
249
|
+
DECLINED = 6;//our team did not accept this version of the app
|
|
250
|
+
ARCHIVED = 7;//the status for versions that are no longer relevant
|
|
251
|
+
HIDDEN = 8;//status for versions with no significant changes, e.g. for test app. for questions contact our team
|
|
252
|
+
RELEASED = 9;//mark apps as RELEASED, without adding to the apps cache, and allow users to install
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
//payload for kafka event for this version on publish/unpublish
|
|
256
|
+
message AppVersionPublishState {
|
|
257
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
258
|
+
string version = 2 [(wix.api.readOnly) = true];
|
|
259
|
+
VersionStatus status = 3;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
//payload for kafka event for this version on app submit
|
|
263
|
+
message AppVersionStateChanged {
|
|
264
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
265
|
+
string version = 2 [(wix.api.readOnly) = true];
|
|
266
|
+
oneof state {
|
|
267
|
+
AppVersionCreated created = 3;
|
|
268
|
+
AppVersionSubmitted submitted = 4;
|
|
269
|
+
AppVersionPublished published = 5;
|
|
270
|
+
AppVersionDeclined declined = 6;
|
|
271
|
+
AppVersionReleased released = 7;
|
|
272
|
+
AppVersionApproved approved = 8;
|
|
273
|
+
AppVersionDraftChanged draftChanged = 9;
|
|
274
|
+
AppVersionArchived archived = 10;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
message AppVersionCreated {}
|
|
278
|
+
message AppVersionSubmitted {}
|
|
279
|
+
message AppVersionPublished {}
|
|
280
|
+
message AppVersionDeclined {}
|
|
281
|
+
message AppVersionReleased {}
|
|
282
|
+
message AppVersionApproved {}
|
|
283
|
+
message AppVersionDraftChanged {}
|
|
284
|
+
message AppVersionArchived {}
|
|
285
|
+
|
|
286
|
+
VersionStatus previous_state = 11;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
message SubmitAppRequest {
|
|
290
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
291
|
+
bool publish_immediately = 2; // Whether or not the app should not only be submitted, but published immediately. Only relevant to apps that are already published to the app market and the person who triggered it is a wix employee
|
|
292
|
+
// bool force_major = 3; // Jah is one, wallah kulu min Allah. Whether or not we are forcing this submission to update the MAJOR number of the version (which essentially means no silent updates)
|
|
293
|
+
VersionSubmission submission = 4; // fields relevant only if this update is to a submitted state
|
|
294
|
+
VersionStatus final_status = 5; // Either APPROVED/PUBLISHED will be allowed, anything else will be ignored.
|
|
295
|
+
google.protobuf.StringValue triggered_by = 6 [(wix.api.format) = GUID]; //the WIX GUID of the person updating this version
|
|
296
|
+
google.protobuf.StringValue comments = 7; //comments about this version update status
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
message SubmitAppResponse {
|
|
300
|
+
string version = 1; // Created version by this submission
|
|
301
|
+
VersionStatus status = 2; // Current status this version is in
|
|
302
|
+
// google.protobuf.BoolValue bumped_major = 3; // whether or not major was bumped
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
message ReleaseAppRequest {
|
|
306
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
307
|
+
google.protobuf.StringValue version = 2; // Version to release.
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
message CalculateVersionTypeRequest {
|
|
311
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
312
|
+
string version = 2; // Version to find diff from
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
message CalculateVersionTypeResponse {
|
|
316
|
+
VersionType version_type = 1;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
message ReleaseAppResponse {
|
|
320
|
+
string version = 1; // Current version by this release.
|
|
321
|
+
VersionStatus status = 2; // Current status this version is in.
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
message CreateNewDraftRequest {
|
|
325
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
message CreateNewDraftResponse {}
|
|
329
|
+
|
|
330
|
+
enum Classification {
|
|
331
|
+
SITE_APP = 0; // A Regular app entity - used to installed on sites.
|
|
332
|
+
API_KEY = 1; // represents an account API KEY to access wix services.
|
|
333
|
+
VELO_APP = 2; // represents an app developed for Velo editor.
|
|
334
|
+
PRIVATE_APP = 3; // Private App that should be available only for the owner account / sub-accounts.
|
|
335
|
+
HEADLESS = 4; //represents an External Headless (3rd party) App that has access to Wix Public Services
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
message AppSlugChanged {
|
|
339
|
+
string app_id = 1 [(wix.api.format) = GUID]; // app id of the app with the changed slug
|
|
340
|
+
string slug = 2 [(.wix.api.minLength) = 1, (wix.api.maxLength) = 200]; // The slug of the app. A human readable identifier of the app
|
|
341
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
import "wix/api/entity.proto";
|
|
8
|
+
|
|
9
|
+
// Subscribe to a specific webhook, if the app has not yet requested this permission, we'll add it now
|
|
10
|
+
message WebhookSubscribeRequest {
|
|
11
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
12
|
+
string webhook_slug = 2 [(wix.api.minLength) = 1];
|
|
13
|
+
string callback_url = 3 [(wix.api.format) = URI]; // Should we allow different callback urls for each webhook? each domain? one for each app?
|
|
14
|
+
string permission_id = 4 [(wix.api.minLength) = 1];
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message DeleteWebhookRequest {
|
|
18
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
19
|
+
string webhook_slug = 2 [(wix.api.minLength) = 1];
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
message DeleteWebhookResponse {
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
message UpdateWebhookRequest {
|
|
26
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
27
|
+
string webhook_slug = 2 [(wix.api.minLength) = 1];
|
|
28
|
+
string callback_url = 3 [(wix.api.format) = URI]; // Should we allow different callback urls for each webhook? each domain? one for each app?
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
message UpdateWebhookResponse {
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
message WebhookSubscribeResponse {
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
message AppWebhookMessage {
|
|
38
|
+
string key = 1; // key = appId
|
|
39
|
+
AppWebhookMessageValue value = 2;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
message AppWebhook {
|
|
43
|
+
string webhook_slug = 1;
|
|
44
|
+
string callback_url = 2 [(wix.api.format) = URI];
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
message AppWebhookMessageValue {
|
|
48
|
+
repeated AppWebhook webhooks = 1;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
message WebhookSecretRequest {
|
|
52
|
+
string app_id = 1 [(wix.api.format) = GUID];
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
message WebhookSecretResponse {
|
|
56
|
+
google.protobuf.StringValue webhooks_private_key = 2; // Used to sign webhooks that are sent to tpas
|
|
57
|
+
}
|
|
58
|
+
// fake main entity for flynt
|
|
59
|
+
message WebhooksEntity {
|
|
60
|
+
option (.wix.api.entity) = {
|
|
61
|
+
fqdn: "wix.devcenter.webhooks.v1.webhooks_entity"
|
|
62
|
+
segment: USERS
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
syntax = "proto2";
|
|
2
|
+
|
|
3
|
+
package wix.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/descriptor.proto";
|
|
6
|
+
|
|
7
|
+
option java_multiple_files = true;
|
|
8
|
+
option java_outer_classname = "ActionPayloadProto";
|
|
9
|
+
option java_package = "com.wix.api";
|
|
10
|
+
|
|
11
|
+
/*
|
|
12
|
+
action_payload option is used to configure custom slugs for the payload type of a DomainEvent Action:
|
|
13
|
+
service BlooperService {
|
|
14
|
+
option (wix.api.service_entity).message = "com.wixpress.examples.Blooper"; //the "main" entity
|
|
15
|
+
rpc MissedBlooper (MissedBlooperRequest) returns (MissedBlooperResponse) {
|
|
16
|
+
option (wix.api.callback) = {
|
|
17
|
+
event_type: Action
|
|
18
|
+
payload: "com.wixpress.examples.BlooperWasMissed"
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
message BlooperWasMissed {
|
|
23
|
+
option (wix.api.action_payload).custom_slug = "super_custom_slug"; // only define if the default slug value (snake case of the message name) is out of the question
|
|
24
|
+
int32 how_funny_it_could_have_been = 1;
|
|
25
|
+
}
|
|
26
|
+
*/
|
|
27
|
+
extend google.protobuf.MessageOptions {
|
|
28
|
+
optional ActionPayload action_payload = 50600;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
message ActionPayload {
|
|
32
|
+
optional string custom_slug = 1;
|
|
33
|
+
}
|