@wix/bex-utils 2.4.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js +650 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.d.ts +25136 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.d.ts +12567 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.js +210768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.d.ts +25130 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js +64 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js +582 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js +188 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js +61 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/builders/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/http/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/meta/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/package.json +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/rpc/package.json +6 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/assets_messages.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +137 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing.proto +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing_service.proto +124 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/companies_messages.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_common.proto +217 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ai_assistant/com/wixpress/appservice/api/upstream/wix/genie/assistant/spi/v1/assistant_spi_service.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/app_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +178 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension.proto +99 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_container.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_menu_item.proto +67 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_widget.proto +47 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_modal.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/broadcast_list.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/code_package.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/accepted_message_types.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_branding.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_configuration.proto +41 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/conversation_limitations.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/dm/direct_message_config.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/email/email_message_config.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/media_capabilities.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/sms/sms_message_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_element_widget.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/table_reservations/spi/custom_reservations_approval/v1/custom_reservations_approval.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dc_config.proto +9 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/deployment_pipeline_provider/com/wixpress/appservice/api/upstream/wix/editor/deployments/spi/v1/pipeline_provider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dev_center_component_test.proto +87 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto +44 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/editor_addon.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/form_template.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +39 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto +31 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_extension_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_extension_spi.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/headless_oauth.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto +82 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +194 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multi_service_booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/multi_service_booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema/com/wixpress/appservice/api/upstream/wix/multilingual/translation/schema/v1/schema.proto +71 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_content.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page.proto +70 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_replace/page_replace.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/platform.proto +59 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/plugin-interface.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +655 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/service_availability_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/service_availability_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/slot.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/sms-action-message.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/static_file.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio_widget.proto +128 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_calculation_provider/com/wixpress/appservice/api/upstream/wix/billing/tax_calculation_spi/v1/tax_calculation_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_groups_provider/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_groups_provider_config.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/component_model.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/editor_behaviors.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/plugin_installation_settings.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/shared.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/widget_size.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/user_notification.proto +94 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/web.proto +350 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget.proto +121 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_plugin.proto +54 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/worker.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data.proto +436 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_messages.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_messages.proto +149 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/extensions_messages.proto +111 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/features/features_messages.proto +73 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/listingInfo_messages.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/marketListing_messages.proto +107 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/permissions_messages.proto +158 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/plans/plans_messages.proto +108 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/pricing_model/pricing_model_messages.proto +104 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/translations_data_messages.proto +57 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/versions_messages.proto +341 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/webhooks_messages.proto +65 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/annotations.proto +356 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/entity.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/validations.proto +134 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/media.proto +232 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/paging.proto +116 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/query.proto +768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types/package.json +7 -0
- package/dist/cjs/PromiseState.js.map +1 -1
- package/dist/cjs/batchUpdates.js.map +1 -1
- package/dist/cjs/events.js.map +1 -1
- package/dist/cjs/exports/react-dom.js.map +1 -1
- package/dist/cjs/exports/react-native.js.map +1 -1
- package/dist/cjs/exports/react.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/reactive.js.map +1 -1
- package/dist/cjs/reactiveContext.js.map +1 -1
- package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -1
- package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -1
- package/dist/cjs/useReactive.js.map +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
|
|
8
|
+
// Inject third party scripts into the user’s site
|
|
9
|
+
message EmbeddedScriptComponentData {
|
|
10
|
+
// The script
|
|
11
|
+
string template = 1;
|
|
12
|
+
// A name that’s unique to this component. Names can include letters and the hyphen (-) character only
|
|
13
|
+
string name = 2;
|
|
14
|
+
//What category of pages this will be embedded on (single, many, none)
|
|
15
|
+
EmbeddedScriptPages pages = 3;
|
|
16
|
+
//Where in the HTML this should be embedded
|
|
17
|
+
EmbeddedScriptPlacement placement = 4;
|
|
18
|
+
//An article explaining how to activate the script
|
|
19
|
+
string connectArticleUrl = 5 [(wix.api.format) = URI]; // todo: WEB_URL
|
|
20
|
+
// Type of script you are injecting. This will be used for GDPR and cookie consent purposes
|
|
21
|
+
EmbedCategory embed_category = 6;
|
|
22
|
+
// if the script should be loaded once - default and only supported value is true
|
|
23
|
+
bool load_once = 7 [(wix.api.readOnly) = true];
|
|
24
|
+
// allow developers to decide if their app script can be install on free sites
|
|
25
|
+
bool allowed_for_free_site = 8;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
//Category of pages this will be embedded on (single, many, none)
|
|
29
|
+
enum EmbeddedScriptPages {
|
|
30
|
+
//It will not be embedded
|
|
31
|
+
NONE_PAGES = 0;
|
|
32
|
+
//It will be embedded once
|
|
33
|
+
ONCE = 1;
|
|
34
|
+
//It will be embedded multiple times on specific pages
|
|
35
|
+
SPECIFIC_PAGES = 2;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
//Where that embed will be rendered
|
|
39
|
+
enum EmbeddedScriptPlacement {
|
|
40
|
+
//It will not be rendered
|
|
41
|
+
NONE_PLACEMENT = 0;
|
|
42
|
+
//In the document head
|
|
43
|
+
HEAD = 1;
|
|
44
|
+
//Prepended before all children already rendered in the body tag
|
|
45
|
+
BODY_START = 2;
|
|
46
|
+
//Appended after the last child already rendered in the body tag
|
|
47
|
+
BODY_END = 3;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
//The embed version and content
|
|
51
|
+
message AppEmbeddedScriptMessage {
|
|
52
|
+
//The embed key, split built as appId:version
|
|
53
|
+
string key = 1;
|
|
54
|
+
//The embed value or "template" which will be rendered
|
|
55
|
+
AppEmbeddedScriptMessageValue value = 2;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
//An embedded app content
|
|
59
|
+
message AppEmbeddedScriptMessageValue {
|
|
60
|
+
//The code that will be embeded in the site
|
|
61
|
+
string template = 1 [(wix.api.minLength) = 10];
|
|
62
|
+
//The compliance category for this embed
|
|
63
|
+
EmbedCategory embed_category = 2;
|
|
64
|
+
//If it is currently disabled (meaning will not be loaded in production)
|
|
65
|
+
bool disabled = 3;
|
|
66
|
+
//if the script should be loaded once
|
|
67
|
+
bool load_once = 4;
|
|
68
|
+
// allow developers to decide if their app script can be install on free sites
|
|
69
|
+
bool allowed_for_free_site = 5;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
//Embed category defined for Privacy regulation compliance in EU and CCPA in the US
|
|
73
|
+
enum EmbedCategory {
|
|
74
|
+
//Not categorized yet
|
|
75
|
+
UNKNOWN = 0;
|
|
76
|
+
//Must load regardless of policy
|
|
77
|
+
ESSENTIAL = 1;
|
|
78
|
+
//Adds optional functionality to the site
|
|
79
|
+
FUNCTIONAL = 2;
|
|
80
|
+
//Adds analytics abilities to the site
|
|
81
|
+
ANALYTICS = 3;
|
|
82
|
+
//Adds advertising content or advertising tracking to the site
|
|
83
|
+
ADVERTISING = 4;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
//The request to get all embedded scripts
|
|
87
|
+
message GetAllEmbeddedScriptsRequest {}
|
|
88
|
+
|
|
89
|
+
//All the embedded scripts we have
|
|
90
|
+
message GetAllEmbeddedScriptsResponse {
|
|
91
|
+
//A map of embedded script ids to Embedded scripts
|
|
92
|
+
map<string, AppEmbeddedScriptMessageValue> scripts = 1;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
//The request to get all types of embed categories (defined for Privacy regulation compliance in EU and CCPA in the US)
|
|
96
|
+
message GetAllEmbeddedCategoriesRequest {
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
//All categories we support for embeded scripts
|
|
100
|
+
message GetAllEmbeddedCategoriesResponse {
|
|
101
|
+
//A map of ? to category
|
|
102
|
+
map<string, EmbedCategory> categories = 1;
|
|
103
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.cloud.externaldatabasespi.v1;
|
|
4
|
+
|
|
5
|
+
import "google/api/annotations.proto";
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
import "wix/api/entity.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
import "wix/spi/definitions.proto";
|
|
11
|
+
import "wix/common/spi.proto";
|
|
12
|
+
|
|
13
|
+
message ExternalDatabaseSpiConfig {
|
|
14
|
+
option (.wix.api.decomposite_of) = "com.wixpress.cloud.externaldatabasespi.v1.ExternalDatabaseSpiConfig";
|
|
15
|
+
// The URI where the service provider is deployed.
|
|
16
|
+
.wix.common.spi.SpiBaseUri uri_config = 1;
|
|
17
|
+
|
|
18
|
+
// The namespace of the external database. This can be used to access collections within the database, for example `namespace/collectionId`.
|
|
19
|
+
string namespace = 2;
|
|
20
|
+
|
|
21
|
+
// Indicates if database is managed by WIX.
|
|
22
|
+
google.protobuf.BoolValue database_managed_by_wix = 3 [(wix.api.field_exposure) = PRIVATE];
|
|
23
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.test.shipping;
|
|
4
|
+
|
|
5
|
+
import "wix/spi/definitions.proto";
|
|
6
|
+
import "wix/common/spi.proto";
|
|
7
|
+
|
|
8
|
+
message ShippingProviderConfig {
|
|
9
|
+
// URI configuration of the deployment
|
|
10
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
11
|
+
|
|
12
|
+
// User-friendly name of the shipping provider
|
|
13
|
+
string shipping_company_name = 2;
|
|
14
|
+
|
|
15
|
+
// Cost of making a shipment
|
|
16
|
+
double shipping_price = 3;
|
|
17
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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 "wix/api/annotations.proto";
|
|
8
|
+
|
|
9
|
+
// A component to manage Form composer features and templates
|
|
10
|
+
message FormTemplate {
|
|
11
|
+
// Form template id
|
|
12
|
+
string id = 1 [(wix.api.format) = GUID];
|
|
13
|
+
// Form template version id (guid)
|
|
14
|
+
string version_id = 2 [(wix.api.format) = GUID];
|
|
15
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.forms.v4;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
import "google/api/annotations.proto";
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
import "components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto";
|
|
10
|
+
|
|
11
|
+
message FormSchemaSpiConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormSchemaSpiConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed
|
|
14
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
15
|
+
// Configuration of namespaces known by implementer
|
|
16
|
+
repeated FormsSchemaNamespaceConfig namespace_configs = 2 [(.wix.api.maxSize) = 3];
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
message FormsSchemaNamespaceConfig {
|
|
20
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormsSchemaNamespaceConfig";
|
|
21
|
+
// Namespace name.
|
|
22
|
+
string namespace = 1 [(.wix.api.minLength) = 10, (.wix.api.maxLength) = 50];
|
|
23
|
+
// Permissions associated with this namespace.
|
|
24
|
+
FormsPermissions permissions = 2;
|
|
25
|
+
// Enable client specific form validation for the namespace, more info in ValidateFormSchema.
|
|
26
|
+
bool schema_validation_enabled = 3;
|
|
27
|
+
// Restrictions associated with this namespace.
|
|
28
|
+
Restrictions restrictions = 4;
|
|
29
|
+
// Enable translations with multilingual
|
|
30
|
+
bool multilingual_enabled = 5;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
message Restrictions {
|
|
34
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.Restrictions";
|
|
35
|
+
// Maximum amount of forms allowed per namespace.
|
|
36
|
+
int32 max_forms_amount = 1 [(.wix.api.min) = 0, (.wix.api.max) = 10000];
|
|
37
|
+
// Maximum amount of fields allowed per form.
|
|
38
|
+
int32 max_fields_amount = 2 [(.wix.api.min) = 0, (.wix.api.max) = 200];
|
|
39
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.forms.v4;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.forms.v4";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
|
|
9
|
+
message FormSpamSubmissionReportPermissions {
|
|
10
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormSpamSubmissionReportPermissions";
|
|
11
|
+
// Create permission name
|
|
12
|
+
string create = 1 [(.wix.api.maxLength) = 60];
|
|
13
|
+
// Delete permission name
|
|
14
|
+
string delete = 2 [(.wix.api.maxLength) = 60];
|
|
15
|
+
// Update permission name
|
|
16
|
+
string update = 3 [(.wix.api.maxLength) = 60];
|
|
17
|
+
// Read permission name
|
|
18
|
+
string read = 4 [(.wix.api.maxLength) = 60];
|
|
19
|
+
// Report as not spam permission name
|
|
20
|
+
string report_not_spam = 5 [(.wix.api.maxLength) = 60];
|
|
21
|
+
// Report as not spam permission name
|
|
22
|
+
string check_for_spam = 6 [(.wix.api.maxLength) = 60];
|
|
23
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "wix/api/annotations.proto";
|
|
4
|
+
import "wix/api/validations.proto";
|
|
5
|
+
import "wix/common/spi.proto";
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
import "components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto";
|
|
8
|
+
|
|
9
|
+
package com.wixpress.appservice.api.upstream.wix.forms.v4;
|
|
10
|
+
|
|
11
|
+
message FormSpamSubmissionReportSpiConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormSpamSubmissionReportSpiConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed
|
|
14
|
+
.wix.common.spi.SpiBaseUri base_uri = 1;
|
|
15
|
+
// Configuration of namespaces known by implementer
|
|
16
|
+
repeated FormSpamSubmissionReportsNamespaceConfig namespace_configs = 2 [(.wix.api.maxSize) = 3];
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
message FormSpamSubmissionReportsNamespaceConfig {
|
|
20
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormSpamSubmissionReportsNamespaceConfig";
|
|
21
|
+
// Namespace name.
|
|
22
|
+
string namespace = 1 [(.wix.api.minLength) = 10, (.wix.api.maxLength) = 50];
|
|
23
|
+
// Permissions associated with this namespace.
|
|
24
|
+
FormSpamSubmissionReportPermissions permissions = 2;
|
|
25
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "wix/api/annotations.proto";
|
|
4
|
+
import "wix/api/validations.proto";
|
|
5
|
+
import "wix/common/spi.proto";
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
import "components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto";
|
|
8
|
+
|
|
9
|
+
package com.wixpress.appservice.api.upstream.wix.forms.v4;
|
|
10
|
+
|
|
11
|
+
message FormSpamSubmissionSpiConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormSpamSubmissionSpiConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed
|
|
14
|
+
.wix.common.spi.SpiBaseUri base_uri = 1;
|
|
15
|
+
// Configuration of namespaces known by implementer
|
|
16
|
+
repeated FormsSpamSubmissionsNamespaceConfig namespace_configs = 2 [(.wix.api.maxSize) = 3];
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
message FormsSpamSubmissionsNamespaceConfig {
|
|
20
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormsSpamSubmissionsNamespaceConfig";
|
|
21
|
+
// Namespace name.
|
|
22
|
+
string namespace = 1 [(.wix.api.minLength) = 10, (.wix.api.maxLength) = 50];
|
|
23
|
+
// Permissions associated with this namespace.
|
|
24
|
+
SpamSubmissionPermissions permissions = 2;
|
|
25
|
+
reserved 3;
|
|
26
|
+
/*
|
|
27
|
+
Disables Wix spam submissions filter.
|
|
28
|
+
Spam submissions are persisted in spam submissions storage to support marking submissions as not spam.
|
|
29
|
+
*/
|
|
30
|
+
bool wix_spam_filter_disabled = 4;
|
|
31
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.forms.v4;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.forms.v4";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
|
|
9
|
+
message SpamSubmissionPermissions {
|
|
10
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.SpamSubmissionPermissions";
|
|
11
|
+
// Create permission name
|
|
12
|
+
string create = 1 [(.wix.api.maxLength) = 50];
|
|
13
|
+
// Delete permission name
|
|
14
|
+
string delete = 2 [(.wix.api.maxLength) = 50];
|
|
15
|
+
// Update permission name
|
|
16
|
+
string update = 3 [(.wix.api.maxLength) = 50];
|
|
17
|
+
// Read permission name
|
|
18
|
+
string read = 4 [(.wix.api.maxLength) = 50];
|
|
19
|
+
// Report as not spam permission name
|
|
20
|
+
string report_not_spam = 5 [(.wix.api.maxLength) = 50];
|
|
21
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.forms.v4;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.forms.v4";
|
|
5
|
+
|
|
6
|
+
import "google/api/annotations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
|
|
10
|
+
message FormsPermissions {
|
|
11
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.Permissions";
|
|
12
|
+
// Create permission name
|
|
13
|
+
string create = 1 [(.wix.api.maxLength) = 50];
|
|
14
|
+
// Delete permission name
|
|
15
|
+
string delete = 2 [(.wix.api.maxLength) = 50];
|
|
16
|
+
// Update permission name
|
|
17
|
+
string update = 3 [(.wix.api.maxLength) = 50];
|
|
18
|
+
// Read permission name
|
|
19
|
+
string read = 4 [(.wix.api.maxLength) = 50];
|
|
20
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// flynt-disable field-type-breaking-change
|
|
2
|
+
// flynt-disable missing-entity-id-field
|
|
3
|
+
syntax = "proto3";
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "wix/api/entity.proto";
|
|
7
|
+
import "google/api/annotations.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
import "wix/common/spi.proto";
|
|
11
|
+
|
|
12
|
+
package com.wixpress.appservice.api.upstream.wix.forms.v4;
|
|
13
|
+
|
|
14
|
+
message FormSubmissionSpiExtensionConfig {
|
|
15
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormSubmissionSpiExtensionConfig";
|
|
16
|
+
// URI where the SPI Implementer is deployed
|
|
17
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1;
|
|
18
|
+
// Namespace names.
|
|
19
|
+
repeated FormsSubmissionsExtensionNamespaceConfig namespace_configs = 2 [(.wix.api.maxSize) = 10];
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
message FormsSubmissionsExtensionNamespaceConfig {
|
|
23
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormsSubmissionsExtensionNamespaceConfig";
|
|
24
|
+
// Targeted namespace, with what submissions should trigger defined methods.
|
|
25
|
+
string namespace = 1 [(.wix.api.minLength) = 10, (.wix.api.maxLength) = 50];
|
|
26
|
+
// Enable submission validation.
|
|
27
|
+
bool submission_validation_enabled = 3;
|
|
28
|
+
}
|
|
29
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "wix/api/validations.proto";
|
|
4
|
+
import "wix/spi/definitions.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto";
|
|
8
|
+
|
|
9
|
+
package com.wixpress.appservice.api.upstream.wix.forms.v4;
|
|
10
|
+
|
|
11
|
+
message FormSubmissionSpiConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormSubmissionSpiConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed
|
|
14
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true, (.wix.api.maxLength) = 500];
|
|
15
|
+
// Configuration of namespaces known by implementer
|
|
16
|
+
repeated FormsSubmissionsNamespaceConfig namespace_configs = 2 [(.wix.api.maxSize) = 3];
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
message FormsSubmissionsNamespaceConfig {
|
|
20
|
+
option (.wix.api.decomposite_of) = "wix.forms.v4.FormsSubmissionsNamespaceConfig";
|
|
21
|
+
reserved 5;
|
|
22
|
+
// Namespace name.
|
|
23
|
+
string namespace = 1 [(.wix.api.minLength) = 10, (.wix.api.maxLength) = 50];
|
|
24
|
+
// Permissions associated with this namespace.
|
|
25
|
+
FormsPermissions permissions = 2;
|
|
26
|
+
// Mark new submission as pending by default.
|
|
27
|
+
bool pending_by_default = 3;
|
|
28
|
+
// Allows to disable automatic contact insert/update on contact mapping provided.
|
|
29
|
+
// On manual contact mapping enabled, the implementer is responsible for mapping the submission to a contact.
|
|
30
|
+
// Out of the box GDPR support is not available for unmapped submissions with contact PII fields.
|
|
31
|
+
bool manual_contact_mapping = 4;
|
|
32
|
+
// Delete a PENDING submission after X days.
|
|
33
|
+
google.protobuf.Int32Value delete_pending_after_days = 6 [(.wix.api.min) = 1];
|
|
34
|
+
// Enable submission validation.
|
|
35
|
+
bool submission_validation_enabled = 7;
|
|
36
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.framework.hooks;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
|
|
8
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.framework.hooks";
|
|
9
|
+
|
|
10
|
+
message GenericHooksConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "wix.framework.hooks.GenericHooksConfig";
|
|
12
|
+
// Hook definitions
|
|
13
|
+
repeated GenericHookConfig hooks = 1 [(.wix.api.maxSize) = 100];
|
|
14
|
+
|
|
15
|
+
message GenericHookConfig {
|
|
16
|
+
option (.wix.api.decomposite_of) = "wix.framework.hooks.GenericHooksConfig.GenericHookConfig";
|
|
17
|
+
// FQN of proto service
|
|
18
|
+
string service_fqn = 1;
|
|
19
|
+
// Name of RPC inside given proto service
|
|
20
|
+
string method_name = 2;
|
|
21
|
+
|
|
22
|
+
// An URI, which uniquely identifies the hook for invocation
|
|
23
|
+
string uri = 3 [(.wix.api.format) = URI];
|
|
24
|
+
|
|
25
|
+
// Type of hook
|
|
26
|
+
HookType hook_type = 4;
|
|
27
|
+
enum HookType {
|
|
28
|
+
UNDEFINED = 0;
|
|
29
|
+
BEFORE_BLOCKING = 1;
|
|
30
|
+
BEFORE = 2;
|
|
31
|
+
AFTER = 3;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.gift.cards.provider.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/spi/definitions.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
|
|
10
|
+
message GiftCardProviderConfig {
|
|
11
|
+
option (.wix.api.decomposite_of) = "wix.gift.cards.provider.api.v1.GiftCardProviderConfig";
|
|
12
|
+
// The URL of the SPI implementation
|
|
13
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.promote.gbp_feature_provider_spi.v1;
|
|
4
|
+
|
|
5
|
+
import "google/api/annotations.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/spi/definitions.proto";
|
|
9
|
+
import "wix/common/spi.proto";
|
|
10
|
+
|
|
11
|
+
message GbpFeatureConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "wix.promote.gbp_feature_spi.v1.GbpFeatureConfig";
|
|
13
|
+
.wix.common.spi.SpiBaseUri base_uri = 1;
|
|
14
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.velo.ide.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.velo.ide.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/common/spi.proto";
|
|
9
|
+
import "wix/spi/definitions.proto";
|
|
10
|
+
|
|
11
|
+
message GridAppFilesTransformerConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "wix.velo.ide.spi.v1.GridAppFilesTransformerConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed
|
|
14
|
+
.wix.common.spi.SpiBaseUri uri_config = 1;
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
Transformation layout which should match to value from
|
|
18
|
+
[GridAppLayout](https://github.com/wix-private/wix-code/blob/master/editor/wix-code-ide-server-ng/proto/wix/velo/ide/v1/grid_app_layout.proto) enum.
|
|
19
|
+
The new values should be added via PR.
|
|
20
|
+
*/
|
|
21
|
+
string layout = 2;
|
|
22
|
+
|
|
23
|
+
// List of paths which requires content transformation to GridApp format
|
|
24
|
+
repeated string files_content_to_transform_to_grid_app = 3 [(.wix.api.maxSize) = 10];
|
|
25
|
+
|
|
26
|
+
// List of paths which requires content transformation to Layout format
|
|
27
|
+
repeated string files_content_to_transform_to_layout = 4 [(.wix.api.maxSize) = 10];
|
|
28
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "wix/api/validations.proto";
|
|
4
|
+
import "google/protobuf/wrappers.proto";
|
|
5
|
+
|
|
6
|
+
package com.wixpress.appservice.api;
|
|
7
|
+
|
|
8
|
+
message HeadlessOAuth {
|
|
9
|
+
// The Id of the site that uses the component.
|
|
10
|
+
string site_id = 1 [(.wix.api.format) = GUID];
|
|
11
|
+
|
|
12
|
+
// List of domains that will be allowed to be redirected to after a login.
|
|
13
|
+
repeated string allowed_domains = 2;
|
|
14
|
+
|
|
15
|
+
// Component description.
|
|
16
|
+
google.protobuf.StringValue description = 3;
|
|
17
|
+
|
|
18
|
+
// login url to automatically redirect users to from wix pages.
|
|
19
|
+
google.protobuf.StringValue login_url = 4 [(.wix.api.format) = WEB_URL];
|
|
20
|
+
|
|
21
|
+
// List of uris that will be allowed to be redirected to after oAuth2 authorization.
|
|
22
|
+
repeated string allowed_redirect_uris = 5 [(.wix.api.format) = URI];
|
|
23
|
+
|
|
24
|
+
// A flag that indicates whether a user can resolve the app secret.
|
|
25
|
+
bool block_secret_generation = 6;
|
|
26
|
+
|
|
27
|
+
// logout url to automatically invoke when users logout from wix pages.
|
|
28
|
+
google.protobuf.StringValue logout_url = 7 [(.wix.api.format) = WEB_URL];
|
|
29
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "wix/api/annotations.proto";
|
|
4
|
+
import "wix/spi/definitions.proto";
|
|
5
|
+
|
|
6
|
+
package com.wixpress.appservice.api.upstream.wix.iam.identity.v1;
|
|
7
|
+
|
|
8
|
+
message PreRegisterConfig {
|
|
9
|
+
option (.wix.api.decomposite_of) = "wix.iam.identity.v1.PreRegisterConfig";
|
|
10
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true]; // the base URI where all the methods are deployed.
|
|
11
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "google/api/annotations.proto";
|
|
4
|
+
import "google/protobuf/empty.proto";
|
|
5
|
+
import "wix/spi/definitions.proto";
|
|
6
|
+
import "google/protobuf/wrappers.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/api/entity.proto";
|
|
9
|
+
import "wix/api/annotations.proto";
|
|
10
|
+
import "google/protobuf/field_mask.proto";
|
|
11
|
+
|
|
12
|
+
package com.wixpress.appservice.api.upstream.wix.iam.identity.authentication.authenticator.v1;
|
|
13
|
+
|
|
14
|
+
message AuthenticatorConfig {
|
|
15
|
+
option (.wix.api.decomposite_of) = "wix.iam.identity.authentication.authenticator.v1.AuthenticatorConfig";
|
|
16
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true]; // the base URI where all the methods are deployed.
|
|
17
|
+
// Is the enrolment step required (eg. for saving the password, public key, etc.)
|
|
18
|
+
bool require_user_enroll = 2;
|
|
19
|
+
// Information required during the enrollment and authentication processes
|
|
20
|
+
ExpectedInputs expected_inputs = 3;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
message ExpectedInputs {
|
|
24
|
+
option (.wix.api.decomposite_of) = "wix.iam.identity.authentication.authenticator.v1.ExpectedInputs";
|
|
25
|
+
// Inputs that will be expected from the user at the start of the process of trying to enroll or authenticate
|
|
26
|
+
repeated PredefinedExpectedInput expected_start_inputs = 1;
|
|
27
|
+
// Inputs that may be required during a second step of enroll/authenticate, specified at runtime by sending a Verify response
|
|
28
|
+
repeated PredefinedExpectedInput expected_verify_inputs = 2;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Specifies an expected input that can be fully configured by the SPI implementor, perhaps with overrides by the admin, _before_ runtime.
|
|
32
|
+
// Notably, this does not include WebAuthn, as that input requires a unique, random challenge to be generated and persisted per request (ie at runtime)
|
|
33
|
+
// in order to be implemented correctly.
|
|
34
|
+
message PredefinedExpectedInput {
|
|
35
|
+
option (.wix.api.decomposite_of) = "wix.iam.identity.authentication.authenticator.v1.PredefinedExpectedInput";
|
|
36
|
+
// The key used to identify the value entered into the input in the user_start_inputs or user_verify_inputs map
|
|
37
|
+
string key = 1;
|
|
38
|
+
// The name of the input as it should be indicated to the user
|
|
39
|
+
string display_name = 2;
|
|
40
|
+
// The configuration for the input
|
|
41
|
+
PredefinedExpectedInputConfiguration configuration = 3;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
message PredefinedExpectedInputConfiguration {
|
|
45
|
+
option (.wix.api.decomposite_of) = "wix.iam.identity.authentication.authenticator.v1.PredefinedExpectedInputConfiguration";
|
|
46
|
+
oneof type {
|
|
47
|
+
AdminConfigurableTextInput text_input = 1;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
message AdminConfigurableTextInput {
|
|
52
|
+
option (.wix.api.decomposite_of) = "wix.iam.identity.authentication.authenticator.v1.AdminConfigurableTextInput";
|
|
53
|
+
// The default settings for the text input
|
|
54
|
+
TextInputSettings default_settings = 1;
|
|
55
|
+
// Settings that must be have non-null values.
|
|
56
|
+
// This must be a subset of admin_configurable_settings.
|
|
57
|
+
google.protobuf.FieldMask required_settings = 2;
|
|
58
|
+
// Settings that the admin may override.
|
|
59
|
+
// This must be a valid FieldMask with respect to TextFieldSettings as the root object.
|
|
60
|
+
google.protobuf.FieldMask admin_configurable_settings = 3;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
message TextInputSettings {
|
|
64
|
+
option (.wix.api.decomposite_of) = "wix.iam.identity.authentication.authenticator.v1.TextInputSettings";
|
|
65
|
+
// The minimum length required for the user to enter
|
|
66
|
+
google.protobuf.UInt32Value min_length = 1;
|
|
67
|
+
// The maximum length allowed for the user to enter
|
|
68
|
+
google.protobuf.UInt32Value max_length = 2;
|
|
69
|
+
// A regex that the text entered by the user must match
|
|
70
|
+
google.protobuf.StringValue regex = 3;
|
|
71
|
+
// How should the field be displayed to the end user
|
|
72
|
+
TextInputDisplayType display_type = 4;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
enum TextInputDisplayType {
|
|
76
|
+
// A regular text field
|
|
77
|
+
TEXT = 0;
|
|
78
|
+
// A password field (where the text is hidden visually)
|
|
79
|
+
PASSWORD = 1;
|
|
80
|
+
// A field optimized for one time codes
|
|
81
|
+
CODE = 2;
|
|
82
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.iam.authentication.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.iam.authentication.v1";
|
|
5
|
+
|
|
6
|
+
import "google/api/annotations.proto";
|
|
7
|
+
import "google/protobuf/empty.proto";
|
|
8
|
+
import "wix/spi/definitions.proto";
|
|
9
|
+
import "google/protobuf/wrappers.proto";
|
|
10
|
+
import "wix/api/validations.proto";
|
|
11
|
+
import "wix/api/entity.proto";
|
|
12
|
+
import "wix/api/annotations.proto";
|
|
13
|
+
|
|
14
|
+
message IDPConnectionConfig {
|
|
15
|
+
option (.wix.api.decomposite_of) = "wix.iam.authentication.v1.IDPConnectionConfig";
|
|
16
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true]; // the base URI where all the methods are deployed.
|
|
17
|
+
map<string, string> required_config = 2; // Information required from the admin when he will install the app;
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.iam.authentication.v1;
|
|
4
|
+
|
|
5
|
+
import "google/api/annotations.proto";
|
|
6
|
+
import "google/protobuf/empty.proto";
|
|
7
|
+
import "wix/spi/definitions.proto";
|
|
8
|
+
import "google/protobuf/wrappers.proto";
|
|
9
|
+
import "wix/api/validations.proto";
|
|
10
|
+
import "wix/api/entity.proto";
|
|
11
|
+
import "wix/api/annotations.proto";
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
message PostLoginConfig {
|
|
15
|
+
option (.wix.api.decomposite_of) = "wix.iam.authentication.v1.PostLoginConfig";
|
|
16
|
+
// the base URI where all the methods are deployed.
|
|
17
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true];
|
|
18
|
+
}
|