@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,20 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
|
|
8
|
+
//
|
|
9
|
+
message AppConfig {
|
|
10
|
+
//
|
|
11
|
+
SiteConfig site_config = 1;
|
|
12
|
+
//
|
|
13
|
+
string namespace = 2;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
//
|
|
17
|
+
message SiteConfig {
|
|
18
|
+
//
|
|
19
|
+
google.protobuf.StringValue site_structure_api = 1 [(wix.api.format) = URI]; //todo: WEB_URL
|
|
20
|
+
}
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "google/protobuf/wrappers.proto";
|
|
4
|
+
import "wix/api/annotations.proto";
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
|
|
7
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.automations.service;
|
|
8
|
+
|
|
9
|
+
// Automation Component data that is stored in dev center
|
|
10
|
+
message ApplicationAutomationComponent {
|
|
11
|
+
// A rule that contains a trigger & some actions
|
|
12
|
+
Rule rule = 1;
|
|
13
|
+
|
|
14
|
+
// Automation name
|
|
15
|
+
google.protobuf.StringValue name = 2 [(.wix.api.maxLength) = 500];
|
|
16
|
+
|
|
17
|
+
// Automation description
|
|
18
|
+
google.protobuf.StringValue description = 3 [(.wix.api.maxLength) = 2000];
|
|
19
|
+
|
|
20
|
+
// Automation metadata
|
|
21
|
+
AutomationMetadata metadata = 4;
|
|
22
|
+
|
|
23
|
+
// Automation status
|
|
24
|
+
Status status = 5;
|
|
25
|
+
|
|
26
|
+
enum Status {
|
|
27
|
+
ACTIVE = 0;
|
|
28
|
+
INACTIVE = 1;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
message AutomationMetadata {
|
|
33
|
+
// Is this Automation hidden on a site?
|
|
34
|
+
bool hidden = 1;
|
|
35
|
+
|
|
36
|
+
// Can this Automation be deactivated on a site?
|
|
37
|
+
bool always_active = 2;
|
|
38
|
+
|
|
39
|
+
// Is this Automation's scheduling modification is disabled on a site?
|
|
40
|
+
bool scheduling_modification_disabled = 3;
|
|
41
|
+
|
|
42
|
+
// Is the removal of this Automation's actions disabled?
|
|
43
|
+
bool action_removal_disabled = 4;
|
|
44
|
+
|
|
45
|
+
// Is conditions editing for this Automation allowed on a site?
|
|
46
|
+
bool action_conditions_editing_disabled = 5;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
message Rule {
|
|
50
|
+
option (.wix.api.decomposite_of) = "com.wixpress.automations.service.Rule";
|
|
51
|
+
// an event triggered by visitors on a site, or by a site manager (owner & team).
|
|
52
|
+
Trigger trigger = 1;
|
|
53
|
+
// the actions responding to the trigger happening
|
|
54
|
+
repeated Action actions = 2 [(.wix.api.minSize) = 0, (.wix.api.maxSize) = 100];
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
message Trigger {
|
|
58
|
+
option (.wix.api.decomposite_of) = "com.wixpress.automations.service.Trigger";
|
|
59
|
+
// the id of the app defining the trigger
|
|
60
|
+
string app_id = 1 [(.wix.api.format) = GUID];
|
|
61
|
+
// Identifier for this trigger - human readable action key
|
|
62
|
+
string trigger_key = 2 [(.wix.api.maxLength) = 80];
|
|
63
|
+
// optional list of filters on schema fields
|
|
64
|
+
repeated Filter filters = 3 [(.wix.api.maxSize) = 5];
|
|
65
|
+
|
|
66
|
+
// optional - allows to define a trigger whose following actions will be executed only if the same event for the same resource has not in the last X seconds.
|
|
67
|
+
// for example, if the trigger is "session booked", the resource is a contact and the timeframe is 3600 seconds (contact hasn't booked another session in the last hour),
|
|
68
|
+
// then the actions will be executed only if the same event (session booked for that contact) has not happened in the last hour.
|
|
69
|
+
// resource id is sent in runtime via the externalEntityId parameter, ReportEvent method.
|
|
70
|
+
Debounce debounce = 4;
|
|
71
|
+
|
|
72
|
+
message Debounce {
|
|
73
|
+
// Amount of time in seconds to wait for any additional events to occur before triggering the actions.
|
|
74
|
+
// If no additional events occur within the specified time, the actions will be triggered.
|
|
75
|
+
// If additional events occur within the specified time, the timer will be reset.
|
|
76
|
+
int32 time_frame_in_seconds = 1 [(.wix.api.min) = 1];
|
|
77
|
+
|
|
78
|
+
// The field key in the event payload, which indicates the identifier of the entity/event to debounce on
|
|
79
|
+
// For example: if the trigger is "user logged in", the resource is a contact and the resource key is "contactId",
|
|
80
|
+
// Another example: if the trigger is "visitor logged in", the resource is a visitor and the resource key is "visitorId".
|
|
81
|
+
string field_key = 2 [(.wix.api.minLength) = 0, (.wix.api.maxLength) = 100];
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
message Filter {
|
|
85
|
+
// the filter identifier
|
|
86
|
+
google.protobuf.StringValue id = 3 [(.wix.api.format) = GUID];
|
|
87
|
+
// the field key from the schema, for example "formId"
|
|
88
|
+
string field_key = 1 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 50];
|
|
89
|
+
// filter expression that evaluates to a boolean, for example - {{ contains(["guid1","guid2"];formId) }}
|
|
90
|
+
string filter_expression = 2;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
message Action {
|
|
95
|
+
option (.wix.api.decomposite_of) = "com.wixpress.automations.service.Action";
|
|
96
|
+
// the id of the action for delayed events
|
|
97
|
+
google.protobuf.StringValue id = 1 [(.wix.api.format) = GUID, (.wix.api.readOnly) = true];
|
|
98
|
+
|
|
99
|
+
// the id of the app defining the action
|
|
100
|
+
string app_id = 2 [(.wix.api.format) = GUID];
|
|
101
|
+
|
|
102
|
+
// Identifier for this action - human readable action key - unique per app def id
|
|
103
|
+
string action_key = 3 [(.wix.api.maxLength) = 80];
|
|
104
|
+
|
|
105
|
+
// input mapping expression for the action inputs
|
|
106
|
+
// for example:
|
|
107
|
+
// `{ "subject": "Thanks for reaching out!"
|
|
108
|
+
// "message": "Hi {{contact.name.first}}, thanks for contacting our business"
|
|
109
|
+
// }`
|
|
110
|
+
// where the value for "contact.name.first" comes from the trigger's payload
|
|
111
|
+
string action_config = 4 [(.wix.api.minLength) = 0, (.wix.api.maxLength) = 5000];
|
|
112
|
+
|
|
113
|
+
// output mapping expression for the action output
|
|
114
|
+
// for example in get-contact action:
|
|
115
|
+
// `{ "author": "{{$}}" }`
|
|
116
|
+
// This will map the entire entity of contact under `author` namespace
|
|
117
|
+
google.protobuf.StringValue output_action_config = 5 [(.wix.api.minLength) = 0, (.wix.api.maxLength) = 3000];
|
|
118
|
+
|
|
119
|
+
// Optional delay configuration for the action
|
|
120
|
+
Delay delay = 6;
|
|
121
|
+
|
|
122
|
+
// allows you define an activation policy - like number of activations in a time frame, or limit by some identifier, like contact (e.g. send email to user only at first login)
|
|
123
|
+
RateLimit rate_limit = 7;
|
|
124
|
+
|
|
125
|
+
// allows the user to define a condition for the action to be executed, if the condition fails the action (and following actions) will not be executed
|
|
126
|
+
Condition condition = 8 [(.wix.api.field_deprecated) = {
|
|
127
|
+
replaced_by: "conditions"
|
|
128
|
+
target_removal_date: "2023-08-01"
|
|
129
|
+
}];
|
|
130
|
+
|
|
131
|
+
Conditions conditions = 9;
|
|
132
|
+
|
|
133
|
+
// allows the user to define a namespace for the action output
|
|
134
|
+
google.protobuf.StringValue namespace = 10 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 100];
|
|
135
|
+
|
|
136
|
+
message Conditions {
|
|
137
|
+
// condition evaluates to `true` if either of the blocks evaluate to `true` (aka OR between all)
|
|
138
|
+
repeated ConditionBlock condition_blocks = 1 [(.wix.api.minSize) = 1, (.wix.api.maxSize) = 10];
|
|
139
|
+
|
|
140
|
+
message ConditionBlock {
|
|
141
|
+
BlockType type = 1;
|
|
142
|
+
repeated string line_expressions = 2 [(.wix.api.minSize) = 1, (.wix.api.maxSize) = 20];
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
enum BlockType {
|
|
146
|
+
UNKNOWN = 0;
|
|
147
|
+
OR = 1;
|
|
148
|
+
AND = 2;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
message Delay {
|
|
153
|
+
oneof type {
|
|
154
|
+
// A delay which is calculated based on the immediate time when the action is triggered.
|
|
155
|
+
Offset for = 1;
|
|
156
|
+
// A delay which is calculated based on a date field in the trigger payload. May also be used together with an Offset delay.
|
|
157
|
+
Until until = 2;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
message Offset {
|
|
161
|
+
oneof value {
|
|
162
|
+
// A delay in seconds
|
|
163
|
+
int32 seconds = 1;
|
|
164
|
+
// The key of the field in the trigger payload which contains a delay, in seconds.
|
|
165
|
+
string delay_field_key = 2;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// calculated as date + delay
|
|
170
|
+
message Until {
|
|
171
|
+
// The key of the field in the trigger payload which contains the date to delay until
|
|
172
|
+
string date_field_key = 1;
|
|
173
|
+
|
|
174
|
+
// Optional: a delay to add together with the date described in the payload
|
|
175
|
+
Offset offset = 2;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
message RateLimit {
|
|
180
|
+
// time frame in minutes
|
|
181
|
+
google.protobuf.Int32Value time_frame = 1 [(.wix.api.min) = 1];
|
|
182
|
+
|
|
183
|
+
// number of activations allowed in the given time frame
|
|
184
|
+
int32 activations = 2 [(.wix.api.min) = 1];
|
|
185
|
+
|
|
186
|
+
// limit the activation by an entity, for example activate once per contact. example: {{contact.id}}
|
|
187
|
+
google.protobuf.StringValue unique_identifier_expression = 3 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 300];
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
message Condition {
|
|
191
|
+
// entity object is deprecated due to the new approach to conditions
|
|
192
|
+
// the condition expression, for example - {{and(gt(price;10);lt(price;100))}}
|
|
193
|
+
string condition_expression = 1 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 2000];
|
|
194
|
+
}
|
|
195
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "google/protobuf/struct.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/api/annotations.proto";
|
|
9
|
+
import "wix/spi/definitions.proto";
|
|
10
|
+
|
|
11
|
+
message AutomationTrigger {
|
|
12
|
+
// The name that will be passed with trigger report event to activate an Automation.
|
|
13
|
+
string name = 1 [(wix.api.maxLength) = 80];
|
|
14
|
+
// The name displayed to the user.
|
|
15
|
+
string display_name = 2 [(wix.api.maxLength) = 80];
|
|
16
|
+
// The schema of the payload that will be passed with trigger when activating an Automation.
|
|
17
|
+
SchemaConfig schema_config = 3;
|
|
18
|
+
// flynt-disable unannotated-pii-fields
|
|
19
|
+
// Email template to be shown when user choose this trigger and email action.
|
|
20
|
+
google.protobuf.StringValue email_template_name = 4 [(wix.api.field_exposure) = INTERNAL];
|
|
21
|
+
|
|
22
|
+
string deployment_uri = 5 [(.wix.spi.base_uri) = true];
|
|
23
|
+
int32 revision = 6;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
message SchemaConfig {
|
|
27
|
+
// The fields of the payload as sent in the report event
|
|
28
|
+
repeated SchemaField fields = 1;
|
|
29
|
+
// Dynamic schema service URL.
|
|
30
|
+
// Dynamic schema is used when user needs to choose specific entities from site to activate the Automation.
|
|
31
|
+
// For example form name, purchased product, etc.
|
|
32
|
+
google.protobuf.StringValue dynamic_schema_url = 2 [(wix.api.format) = WEB_URL];
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
message SchemaField {
|
|
36
|
+
// The key as it appears on the report event payload.
|
|
37
|
+
string key = 1;
|
|
38
|
+
// The name displayed to the user.
|
|
39
|
+
string display_name = 2;
|
|
40
|
+
// The field type
|
|
41
|
+
SchemaFieldType field_type = 3;
|
|
42
|
+
// Sample values, values that could show up in the payload of a trigger.
|
|
43
|
+
repeated string sample_values = 4;
|
|
44
|
+
// The field exposure
|
|
45
|
+
Exposure exposure = 5;
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
enum Exposure {
|
|
49
|
+
UNKNOWN_EXPOSURE = 0;
|
|
50
|
+
// Not sent to the action provider
|
|
51
|
+
SETUP = 1;
|
|
52
|
+
// Sent to the action provider and usually hidden from user
|
|
53
|
+
HIDDEN = 2;
|
|
54
|
+
// Sent to the action provider and usually shown to user
|
|
55
|
+
EXPOSED = 3;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
message SchemaFieldType {
|
|
59
|
+
oneof fieldType {
|
|
60
|
+
Primitive primitive = 1;
|
|
61
|
+
Simple simple = 2;
|
|
62
|
+
// The field value must conform to the following JSON structure { "timestamp": string, "timeZone": string }, where the timestamp is ISO format UTC, and the time zone is the full name
|
|
63
|
+
// Example: { "timestamp": "2021-03-22T11:41:47.992Z", timeZone: "Asia/Jerusalem" }
|
|
64
|
+
Date date = 3;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
message Primitive {
|
|
68
|
+
PrimitiveType primitive_type = 1;
|
|
69
|
+
|
|
70
|
+
enum PrimitiveType {
|
|
71
|
+
UNKNOWN_PRIMITIVE_TYPE = 0;
|
|
72
|
+
TEXT = 1;
|
|
73
|
+
BOOLEAN = 2;
|
|
74
|
+
NUMBER = 3;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
message Simple {
|
|
79
|
+
SimpleType simple_type = 1;
|
|
80
|
+
|
|
81
|
+
enum SimpleType {
|
|
82
|
+
UNKNOWN_SIMPLE_TYPE = 0;
|
|
83
|
+
MONEY = 1;
|
|
84
|
+
LINK = 2;
|
|
85
|
+
BACKOFFICE_LINK = 3;
|
|
86
|
+
LIVESITE_LINK = 4;
|
|
87
|
+
MULTILINGUAL = 5;
|
|
88
|
+
IMAGE_LINK = 6;
|
|
89
|
+
GUID = 7;
|
|
90
|
+
EMAIL = 8;
|
|
91
|
+
PHONE = 9;
|
|
92
|
+
CONTACT_ID = 10;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
message Date {
|
|
97
|
+
// Default: false, set this to true if the date is normally a future date, like: Invoice expiration date, Membership renewal date
|
|
98
|
+
google.protobuf.BoolValue allow_negative_offset = 1;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "google/protobuf/struct.proto";
|
|
4
|
+
import "google/protobuf/wrappers.proto";
|
|
5
|
+
import "wix/common/media.proto";
|
|
6
|
+
import "wix/spi/definitions.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
import "wix/api/validations.proto";
|
|
9
|
+
|
|
10
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.esb.spi.action.v1;
|
|
11
|
+
|
|
12
|
+
message ActionProviderSPIConfig {
|
|
13
|
+
reserved 1;
|
|
14
|
+
option (.wix.api.decomposite_of) = "com.wixpress.esb.spi.action.v1.ActionProviderSPIConfig";
|
|
15
|
+
// URL to action provider service for this action
|
|
16
|
+
string base_uri = 2 [(.wix.spi.base_uri) = true];
|
|
17
|
+
// action SPI configuration
|
|
18
|
+
ActionSPIConfig action_config = 3;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message ActionSPIConfig {
|
|
22
|
+
option (.wix.api.decomposite_of) = "com.wixpress.esb.spi.action.v1.ActionSPIConfig";
|
|
23
|
+
// identifier for this action - human readable action key - unique per app def id
|
|
24
|
+
string action_key = 1 [(.wix.api.minLength) = 5, (.wix.api.maxLength) = 50];
|
|
25
|
+
|
|
26
|
+
// The action expects the following input
|
|
27
|
+
// The schema is described according to JSON Schema standard: https://json-schema.org/
|
|
28
|
+
//
|
|
29
|
+
// Example - Add Label to Contact Action input schema:
|
|
30
|
+
// {
|
|
31
|
+
// "$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
32
|
+
// "type": "object",
|
|
33
|
+
// "title": "Add label to contact input schema",
|
|
34
|
+
// "description": "The schema of the json that is sent when invoking this add label to contact action",
|
|
35
|
+
// "default": {},
|
|
36
|
+
// "examples": [
|
|
37
|
+
// {
|
|
38
|
+
// "contactId": "a647eb32-c5f4-11ec-9d64-0242ac120002",
|
|
39
|
+
// "labelId": "1e8b5e5e-dba2-11ec-9d64-0242ac120002"
|
|
40
|
+
// }
|
|
41
|
+
// ],
|
|
42
|
+
// "required": [
|
|
43
|
+
// "contactId",
|
|
44
|
+
// "labelId"
|
|
45
|
+
// ],
|
|
46
|
+
// "properties": {
|
|
47
|
+
// "contactId": {
|
|
48
|
+
// "$id": "#/properties/contactId",
|
|
49
|
+
// "type": "string",
|
|
50
|
+
// "format": "uuid",
|
|
51
|
+
// "title": "Contact Id",
|
|
52
|
+
// "description": "The Id of the contact to apply the label to",
|
|
53
|
+
// "default": "",
|
|
54
|
+
// "identityType": "contact" // can be contact/visitor/user, limited to 1 type per identity.
|
|
55
|
+
// },
|
|
56
|
+
// "labelId": {
|
|
57
|
+
// "$id": "#/properties/labelId",
|
|
58
|
+
// "type": "string",
|
|
59
|
+
// "format": "uuid",
|
|
60
|
+
// "title": "Label Id",
|
|
61
|
+
// "description": "The Id of label to apply",
|
|
62
|
+
// "default": "",
|
|
63
|
+
// }
|
|
64
|
+
// }
|
|
65
|
+
// }
|
|
66
|
+
//
|
|
67
|
+
google.protobuf.Struct input_schema = 3;
|
|
68
|
+
|
|
69
|
+
// The output of the action which will be added to the payload after execution
|
|
70
|
+
// The schema is described according to JSON Schema standard: https://json-schema.org/
|
|
71
|
+
//
|
|
72
|
+
// Example - Output of create task action
|
|
73
|
+
// {
|
|
74
|
+
// "$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
75
|
+
// "type": "object",
|
|
76
|
+
// "title": "Create task action schema",
|
|
77
|
+
// "description": "The schema of the json that is sent when invoking this create task action",
|
|
78
|
+
// "default": {},
|
|
79
|
+
// "examples": [
|
|
80
|
+
// {
|
|
81
|
+
// "taskId": "a647eb32-c5f4-11ec-9d64-0242ac120002",
|
|
82
|
+
// }
|
|
83
|
+
// ],
|
|
84
|
+
// "required": [
|
|
85
|
+
// "taskId"
|
|
86
|
+
// ],
|
|
87
|
+
// "properties": {
|
|
88
|
+
// "taskId": {
|
|
89
|
+
// "$id": "#/properties/taskId",
|
|
90
|
+
// "type": "string",
|
|
91
|
+
// "format": "uuid",
|
|
92
|
+
// "title": "Contact Id",
|
|
93
|
+
// "description": "The Id of the task created",
|
|
94
|
+
// "default": "",
|
|
95
|
+
// }
|
|
96
|
+
// }
|
|
97
|
+
// }
|
|
98
|
+
//
|
|
99
|
+
google.protobuf.Struct output_schema = 4;
|
|
100
|
+
|
|
101
|
+
// actions display name - human readable field. ex. - "Send SMS"
|
|
102
|
+
google.protobuf.StringValue display_name = 7 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 80];
|
|
103
|
+
|
|
104
|
+
google.protobuf.StringValue description = 8;
|
|
105
|
+
|
|
106
|
+
// specifies which optional methods were implemented
|
|
107
|
+
ImplementedMethods implemented_methods = 5;
|
|
108
|
+
// Lets us know if we should wait for the action to complete before executing the next actions or finish and
|
|
109
|
+
// expect a call back in actionCompleted method
|
|
110
|
+
ExecutionType execution_type = 2;
|
|
111
|
+
|
|
112
|
+
Metadata metadata = 6;
|
|
113
|
+
// chosen ui interface for action
|
|
114
|
+
InterfaceConfiguration interface_configuration = 9;
|
|
115
|
+
// icon representing the action in UI
|
|
116
|
+
wix.common.Image icon = 10;
|
|
117
|
+
|
|
118
|
+
message ImplementedMethods {
|
|
119
|
+
option (.wix.api.decomposite_of) = "com.wixpress.esb.spi.action.v1.ActionSPIConfig.ImplementedMethods";
|
|
120
|
+
// implements ValidateConfiguration
|
|
121
|
+
bool validate_configuration = 1;
|
|
122
|
+
// implements DuplicateInputMapping
|
|
123
|
+
bool duplicate_input_mapping = 2;
|
|
124
|
+
// implements GenerateApplicationAutomationInputMapping
|
|
125
|
+
bool generate_application_automation_input_mapping = 3;
|
|
126
|
+
// implements GetQuotaInfo
|
|
127
|
+
bool get_quota_info = 4;
|
|
128
|
+
// implements OnBeforeSave
|
|
129
|
+
bool on_before_save = 5;
|
|
130
|
+
// implements OnReset
|
|
131
|
+
bool on_reset = 6;
|
|
132
|
+
reserved 7;
|
|
133
|
+
// implements generateActionInputMappingFromTemplate
|
|
134
|
+
bool generate_action_input_mapping_from_template = 8;
|
|
135
|
+
// implements OnRemove
|
|
136
|
+
bool on_remove = 9;
|
|
137
|
+
// Implements GetDynamicInputSchema
|
|
138
|
+
bool get_dynamic_input_schema = 10;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
enum ExecutionType {
|
|
142
|
+
UNKNOWN_EXECUTION_TYPE = 0;
|
|
143
|
+
SYNC = 1;
|
|
144
|
+
ASYNC = 2;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
message Metadata {
|
|
148
|
+
option (.wix.api.decomposite_of) = "com.wixpress.esb.spi.action.v1.ActionSPIConfig.Metadata";
|
|
149
|
+
// if the action is hidden from Users in the UI (Wizard)
|
|
150
|
+
bool hidden = 1;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
message InterfaceConfiguration {
|
|
154
|
+
// type of chosen interface
|
|
155
|
+
Type type = 1;
|
|
156
|
+
oneof options {
|
|
157
|
+
option (.wix.api.aligned_with_enum).field = "type";
|
|
158
|
+
WidgetComponentOptions widget_component_options = 2;
|
|
159
|
+
GenericOptions generic_options = 3;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
enum Type {
|
|
163
|
+
UNKNOWN_TYPE = 0;
|
|
164
|
+
WIDGET_COMPONENT = 1;
|
|
165
|
+
GENERIC = 2;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
message WidgetComponentOptions {
|
|
169
|
+
// name of provided component
|
|
170
|
+
string component_name = 1 [(.wix.api.minLength) = 1, (.wix.api.maxLength) = 80];
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
message GenericOptions {
|
|
174
|
+
// ui schema
|
|
175
|
+
google.protobuf.Struct ui_schema = 1;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "google/protobuf/struct.proto";
|
|
4
|
+
import "wix/spi/definitions.proto";
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
|
|
7
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.esb.spi.trigger.v1;
|
|
8
|
+
|
|
9
|
+
message TriggerProviderSPIConfig {
|
|
10
|
+
option (.wix.api.decomposite_of) = "com.wixpress.esb.spi.trigger.v1.TriggerProviderSPIConfig";
|
|
11
|
+
/*
|
|
12
|
+
The trigger configuration
|
|
13
|
+
|
|
14
|
+
example of a trigger:
|
|
15
|
+
|
|
16
|
+
{
|
|
17
|
+
appId: "56cc7843-fdfc-417f-a660-d4af9a2eafe3",
|
|
18
|
+
triggerKey: "form_submit",
|
|
19
|
+
displayName: "Visitor submits a form",
|
|
20
|
+
payloadDataSchema: {
|
|
21
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
22
|
+
"type": "object",
|
|
23
|
+
"title": "Visitor submits a form Payload Schema",
|
|
24
|
+
"description": "The schema of the payload that is part of the triggered event",
|
|
25
|
+
"default": {},
|
|
26
|
+
"examples": [
|
|
27
|
+
{
|
|
28
|
+
"formId": "60d2cd50-1047-4164-884d-8c24fbda84bb",
|
|
29
|
+
"formName": "My Cool Form
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"properties": {
|
|
33
|
+
"formId": {
|
|
34
|
+
"$id": "#/properties/formId",
|
|
35
|
+
"type": "string",
|
|
36
|
+
"format": "uuid",
|
|
37
|
+
"title": "Form ID",
|
|
38
|
+
"description": "The form identifier",
|
|
39
|
+
"default": "",
|
|
40
|
+
"examples": [
|
|
41
|
+
"60d2cd50-1047-4164-884d-8c24fbda84bb"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"formName": {
|
|
45
|
+
"$id": "#/properties/formName",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"title": "Form Name",
|
|
48
|
+
"description": "The form display name",
|
|
49
|
+
"default": "",
|
|
50
|
+
"examples": [
|
|
51
|
+
"My Form"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"contactId": {
|
|
55
|
+
"$id": "#/properties/contactId",
|
|
56
|
+
"type": "string",
|
|
57
|
+
"format": "uuid",
|
|
58
|
+
"title": "Contact Id",
|
|
59
|
+
"description": "The Id of the contact which submitted the form",
|
|
60
|
+
"default": "",
|
|
61
|
+
"identityType": "contact", // can be contact, visitor, user limited to 1 type per identity,
|
|
62
|
+
"name": "contact" // friendly name to be used later on, in order to user that person's data "contact.firstName"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"required": [
|
|
66
|
+
"formId",
|
|
67
|
+
"formName",
|
|
68
|
+
"contactId"
|
|
69
|
+
],
|
|
70
|
+
"additionalProperties": false
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
*/
|
|
74
|
+
google.protobuf.Struct trigger_config = 1;
|
|
75
|
+
// URL to the trigger provider service
|
|
76
|
+
string base_uri = 2 [(.wix.spi.base_uri) = true];
|
|
77
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
import "wix/common/spi.proto";
|
|
4
|
+
import "wix/spi/definitions.proto";
|
|
5
|
+
import "wix/api/annotations.proto";
|
|
6
|
+
|
|
7
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.automations.velo_spi.v1;
|
|
8
|
+
|
|
9
|
+
message VeloActionConfig {
|
|
10
|
+
option (.wix.api.decomposite_of) = "com.wixpress.automations.v1.velo_spi.VeloActionConfig";
|
|
11
|
+
wix.common.spi.SpiBaseUri base_uri = 1;
|
|
12
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.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 AvailabilityTimeSlotsProviderConfig {
|
|
12
|
+
option (.wix.api.decomposite_of) = "com.wixpress.bookings.availability.spi.v2.AvailabilityTimeSlotsProviderConfig";
|
|
13
|
+
// URI where the SPI Implementer is deployed.
|
|
14
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1;
|
|
15
|
+
// User-friendly name of the provider.
|
|
16
|
+
google.protobuf.StringValue provider_name = 2 [(.wix.api.maxLength) = 100];
|
|
17
|
+
}
|