@wix/bex-utils 1.28.0 → 1.30.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-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +33 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/{entitlement_policy_provider/com/wixpress/appservice/api/upstream/wix/entitlements → benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs}/spi/v1/policy_provider_spi.proto +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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 +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/reservations/v1/custom_reservation_approval.proto +14 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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 +6 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +5 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +19 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +6 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +8 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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 +24 -15
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/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-data-extensions-v1-data-extension-schema/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 +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +7 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +854 -3
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +7 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +183 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/index.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +7 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +854 -3
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +7 -0
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +180 -0
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +3 -2
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +179 -1
- package/@wix/bi-logger-cairo-os/package.json +2 -2
- package/@wix/bi-logger-cairo-os/src/index.ts +6 -2
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +174 -0
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +854 -3
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +174 -0
- package/@wix/bi-logger-cairo-os/src/types.ts +187 -0
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +182 -1
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +4 -4
- package/package.json +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/entitlement_provider/com/wixpress/appservice/api/upstream/wix/entitlements/spi/v1/entitlement_provider_spi.proto +0 -19
|
@@ -9,23 +9,26 @@ import "wix/api/annotations.proto";
|
|
|
9
9
|
|
|
10
10
|
message ItemsSelectionProviderConfig {
|
|
11
11
|
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.ItemsSelectionProviderConfig";
|
|
12
|
-
// URI
|
|
13
|
-
string deployment_uri = 1 [(.wix.spi.base_uri) = true];
|
|
12
|
+
// Required. Base URI which Wix will call to retrieve the selected items. For example, `"baseUri": "https://my-items.com"`.
|
|
13
|
+
string deployment_uri = 1 [(.wix.spi.base_uri) = true, (wix.api.minLength) = 1];
|
|
14
14
|
|
|
15
|
-
// A unique identifier for the provider
|
|
15
|
+
// A unique identifier for the provider.
|
|
16
16
|
string key = 2 [(wix.api.minLength) = 3, (wix.api.maxLength) = 250];
|
|
17
17
|
|
|
18
|
-
// Supported search
|
|
18
|
+
// Supported search parameters.
|
|
19
19
|
SearchParams search_params = 3;
|
|
20
20
|
|
|
21
|
-
//
|
|
21
|
+
// Display data such as provider name and icon.
|
|
22
22
|
ContentData content_data = 4;
|
|
23
23
|
|
|
24
24
|
// Optional additional step taken after the initial item selection.
|
|
25
25
|
AdditionalStepInfo additional_step_info = 5 [(.wix.api.field_exposure) = INTERNAL];
|
|
26
26
|
|
|
27
|
-
//
|
|
28
|
-
repeated Tag supported_tags = 6 [(wix.api.maxSize) = 50
|
|
27
|
+
// An array of strings representing the Wix UI pages supported by your SPI implementation. If no tags are listed, Wix assumes that the implementation supports all eligible pages. Supported values: `EMBEDDABLE` (for all eligible pages), `ECOM_EDIT_ORDER` (for the Wix eCommerce Order page).
|
|
28
|
+
repeated Tag supported_tags = 6 [(wix.api.maxSize) = 50];
|
|
29
|
+
|
|
30
|
+
// Optional create new item option, to define a widget that will be opened to create a new item
|
|
31
|
+
CreateNewItemInfo create_new_item_info = 7 [(.wix.api.field_exposure) = INTERNAL];
|
|
29
32
|
|
|
30
33
|
enum Tag {
|
|
31
34
|
UNKNOWN_TAG = 0;
|
|
@@ -56,33 +59,39 @@ message ItemsSelectionProviderConfig {
|
|
|
56
59
|
google.protobuf.BoolValue hide_item_note = 4;
|
|
57
60
|
}
|
|
58
61
|
|
|
62
|
+
message CreateNewItemInfo {
|
|
63
|
+
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.CreateNewItemInfo";
|
|
64
|
+
// ID of the widget associated with the new item modal.
|
|
65
|
+
string widget_id = 1;
|
|
66
|
+
}
|
|
67
|
+
|
|
59
68
|
message ContentData {
|
|
60
69
|
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.ContentData";
|
|
61
|
-
//
|
|
70
|
+
// Provider icon. Choose an icon name from the [Wix Design System](https://www.wixdesignsystem.com/).
|
|
62
71
|
google.protobuf.StringValue icon_key = 1 [(wix.api.minLength) = 3, (wix.api.maxLength) = 50];
|
|
63
72
|
|
|
64
|
-
//
|
|
73
|
+
// Provider name.
|
|
65
74
|
string provider_name = 2 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100, (wix.api.translatable) = {
|
|
66
75
|
type: SHORT_TEXT
|
|
67
76
|
name: "Provider Name"
|
|
68
77
|
grouping: "metadata"
|
|
69
78
|
}];
|
|
70
79
|
|
|
71
|
-
//
|
|
80
|
+
// Item title.
|
|
72
81
|
string title = 3 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100, (wix.api.translatable) = {
|
|
73
82
|
type: SHORT_TEXT
|
|
74
83
|
name: "Picker Title"
|
|
75
84
|
grouping: "metadata"
|
|
76
85
|
}];
|
|
77
86
|
|
|
78
|
-
//
|
|
87
|
+
// Button label.
|
|
79
88
|
string button = 4 [(wix.api.minLength) = 1, (wix.api.maxLength) = 50, (wix.api.translatable) = {
|
|
80
89
|
type: SHORT_TEXT
|
|
81
90
|
name: "Select Button"
|
|
82
91
|
grouping: "metadata"
|
|
83
92
|
}];
|
|
84
93
|
|
|
85
|
-
//
|
|
94
|
+
// Item description.
|
|
86
95
|
google.protobuf.StringValue subtitle = 5 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100, (wix.api.translatable) = {
|
|
87
96
|
type: SHORT_TEXT
|
|
88
97
|
name: "Picker Subtitle"
|
|
@@ -92,16 +101,16 @@ message ItemsSelectionProviderConfig {
|
|
|
92
101
|
|
|
93
102
|
message SearchParams {
|
|
94
103
|
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.SearchParams";
|
|
95
|
-
// Supported
|
|
104
|
+
// Supported search parameters.
|
|
96
105
|
repeated SearchField fields = 1 [(.wix.api.maxSize) = 50];
|
|
97
106
|
}
|
|
98
107
|
|
|
99
108
|
message SearchField {
|
|
100
109
|
option (.wix.api.decomposite_of) = "com.wixpress.items_selection.spi.v1.SearchField";
|
|
101
|
-
//
|
|
110
|
+
// Supported searchable fields.
|
|
102
111
|
string key = 1;
|
|
103
112
|
|
|
104
|
-
//
|
|
113
|
+
// Item description.
|
|
105
114
|
string description = 2 [(wix.api.minLength) = 1, (wix.api.maxLength) = 100];
|
|
106
115
|
}
|
|
107
116
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
import "wix/api/annotations.proto";
|
|
3
|
+
import "wix/api/validations.proto";
|
|
4
|
+
import "wix/spi/definitions.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/common/spi.proto";
|
|
7
|
+
package com.wixpress.appservice.api.upstream.wix.notifications.preferences.v1.notification_preferences_filter_spi;
|
|
8
|
+
|
|
9
|
+
message NotificationPreferencesFilterConfig {
|
|
10
|
+
.wix.common.spi.SpiBaseUri base_uri = 1; // the base URI where all the methods are deployed. E.g. "https://golden-coupons.com/wix-provider"
|
|
11
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
import "google/protobuf/struct.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
|
|
9
|
+
// Describes topic of a notification
|
|
10
|
+
message NotificationTopic {
|
|
11
|
+
google.protobuf.StringValue description = 1; // the description of the topic
|
|
12
|
+
State state = 2; // the default state of the topic
|
|
13
|
+
Type type = 3; // the type of the topic
|
|
14
|
+
|
|
15
|
+
enum State {
|
|
16
|
+
UNKNOWN_STATE = 0;
|
|
17
|
+
DEFAULT_ON = 1;
|
|
18
|
+
DEFAULT_OFF = 2;
|
|
19
|
+
ALWAYS_ON = 3 [(.wix.api.enum_exposure) = PRIVATE];
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
enum Type {
|
|
23
|
+
UNKNOWN_TYPE = 0;
|
|
24
|
+
PROMOTIONAL = 1;
|
|
25
|
+
TRANSACTIONAL = 2;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
import "google/protobuf/struct.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
|
|
9
|
+
message NotificationChannels {
|
|
10
|
+
message EmailChannel {
|
|
11
|
+
message EmailTemplateConfig {
|
|
12
|
+
message ResponsysEmail {
|
|
13
|
+
string responsys_template = 1 [(.wix.api.minLength) = 1]; // responsys email
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
message VelocityEmail {
|
|
17
|
+
string velocity_module_name = 1 [(.wix.api.minLength) = 1]; // velocity module name
|
|
18
|
+
string template_file = 2 [(.wix.api.minLength) = 1]; // template file
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message ShoutoutEmail {
|
|
22
|
+
string template_id = 1 [(.wix.api.minLength) = 1]; // template ID
|
|
23
|
+
string stream_by = 2 [(.wix.api.minLength) = 1]; // stream by
|
|
24
|
+
string template_msid = 3 [(.wix.api.minLength) = 1]; // template msid
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
oneof provider {
|
|
28
|
+
ResponsysEmail responsys_email = 1; // responsys email
|
|
29
|
+
VelocityEmail velocity_email = 2 [(wix.api.field_exposure) = PRIVATE]; // velocity email
|
|
30
|
+
ShoutoutEmail shoutout_email = 3 [(wix.api.field_exposure) = PRIVATE]; // shoutout email
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
EmailTemplateConfig config = 1; // config
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
message FeedChannels {
|
|
38
|
+
message WebFeedChannel {
|
|
39
|
+
message WebFeedContentKeys {
|
|
40
|
+
google.protobuf.StringValue title = 1; // title
|
|
41
|
+
google.protobuf.StringValue message = 2; // message
|
|
42
|
+
google.protobuf.StringValue action = 3; // action
|
|
43
|
+
google.protobuf.StringValue group_of_two_message = 4; // group of two message
|
|
44
|
+
google.protobuf.StringValue group_of_many_message = 5; // group of many message
|
|
45
|
+
google.protobuf.StringValue group_of_many_action = 6; // group of many action
|
|
46
|
+
}
|
|
47
|
+
WebFeedContentKeys content_keys = 1; // content_keys
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
message MobileFeedChannel {
|
|
51
|
+
message MobileFeedContentKeys {
|
|
52
|
+
google.protobuf.StringValue title = 1; // title
|
|
53
|
+
google.protobuf.StringValue message = 2; // message
|
|
54
|
+
google.protobuf.StringValue action = 3; // action
|
|
55
|
+
google.protobuf.StringValue group_of_two_message = 4; // group of two message
|
|
56
|
+
google.protobuf.StringValue group_of_many_message = 5; // group of many message
|
|
57
|
+
google.protobuf.StringValue group_of_many_action = 6; // group of many action
|
|
58
|
+
}
|
|
59
|
+
MobileFeedContentKeys content_keys = 1; // content keys
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
message FeedChannelsConfig {
|
|
63
|
+
FeedAggregation aggregation = 1; // aggregation
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
message FeedAggregation {
|
|
67
|
+
string group_key = 1 [(.wix.api.minLength) = 1]; // group key
|
|
68
|
+
string window = 2 [(.wix.api.minLength) = 1]; // window
|
|
69
|
+
Icon icon = 3; // icon
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
WebFeedChannel web_feed = 1; // web feed
|
|
73
|
+
MobileFeedChannel mobile_feed = 2; // mobile feed
|
|
74
|
+
FeedChannelsConfig config = 3; // config
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
message MobilePushChannel {
|
|
78
|
+
message MobilePushChannelConfig {
|
|
79
|
+
SharedPlatformMobilePushConfig shared = 1; // shared
|
|
80
|
+
AndroidMobilePushConfig android = 2; // android
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
message SharedPlatformMobilePushConfig {
|
|
84
|
+
enum MobileApplication {
|
|
85
|
+
UNKNOWN_MOBILE_APPLICATION = 0;
|
|
86
|
+
OWNER = 1;
|
|
87
|
+
SPACES = 2;
|
|
88
|
+
DINE = 3;
|
|
89
|
+
FITNESS = 4;
|
|
90
|
+
WIX_LIFE = 5;
|
|
91
|
+
WIX_PARTNERS = 6;
|
|
92
|
+
BRANDED = 7;
|
|
93
|
+
WIX_STUDIO = 8;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
string sound = 1; // sound
|
|
98
|
+
google.protobuf.StringValue group_key = 2; // group key
|
|
99
|
+
google.protobuf.Int32Value ttl = 3; // ttl
|
|
100
|
+
MobileApplication target_application = 4; // target application
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
message AndroidMobilePushConfig {
|
|
104
|
+
enum AndroidStyle {
|
|
105
|
+
UNKNOWN_ANDROID_STYLE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
106
|
+
BIG_TEXT = 1;
|
|
107
|
+
MESSAGING = 2;
|
|
108
|
+
INBOX = 3;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
google.protobuf.StringValue sub_group_key = 1; // sub group key
|
|
112
|
+
AndroidStyle style = 2; // style
|
|
113
|
+
google.protobuf.StringValue grouped_deeplink_pattern = 3; // grouped deeplink pattern
|
|
114
|
+
google.protobuf.StringValue os_settings_category = 4; // os settings category
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
message MobilePushContentKeys {
|
|
118
|
+
google.protobuf.StringValue title = 1; // title
|
|
119
|
+
google.protobuf.StringValue message = 2; // message
|
|
120
|
+
google.protobuf.StringValue group_of_many_title = 3; // group of many title
|
|
121
|
+
google.protobuf.StringValue group_of_many_message = 4; // group of many message
|
|
122
|
+
google.protobuf.StringValue master_group_name_override = 5; // master group name override
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
MobilePushChannelConfig config = 1; // config
|
|
126
|
+
MobilePushContentKeys content_keys = 2; // content_keys
|
|
127
|
+
ExposureRule exposure = 3 [(wix.api.field_exposure) = PRIVATE]; // exposure rule
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
message VoiceChannel {
|
|
131
|
+
message VoiceContentKeys {
|
|
132
|
+
google.protobuf.StringValue message = 1; // message
|
|
133
|
+
}
|
|
134
|
+
VoiceContentKeys content_keys = 1; // content keys
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
message SmsChannel {
|
|
138
|
+
message SmsContentKeys {
|
|
139
|
+
google.protobuf.StringValue message = 1; // message
|
|
140
|
+
}
|
|
141
|
+
SmsContentKeys content_keys = 1; // content_keys
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
message BrowserPushChannel {
|
|
145
|
+
message BrowserPushContentKeys {
|
|
146
|
+
google.protobuf.StringValue title = 1; // title
|
|
147
|
+
google.protobuf.StringValue message = 2; // message
|
|
148
|
+
}
|
|
149
|
+
BrowserPushContentKeys content_keys = 1; // content_keys
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
message ExposureRule {
|
|
153
|
+
enum Type {
|
|
154
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
155
|
+
OPEN_TO_ALL = 1;
|
|
156
|
+
OPEN_TO_NONE = 2;
|
|
157
|
+
BOOLEAN_EXPERIMENT = 3;
|
|
158
|
+
CUSTOM_EXPERIMENT = 4;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
message BooleanExperimentExposureRule {
|
|
162
|
+
string spec = 1; // spec
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
message CustomExperimentExposureRule {
|
|
166
|
+
string spec = 1; // spec
|
|
167
|
+
string default_value = 2; // default value
|
|
168
|
+
string expected_value = 3; // expected value
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
Type type = 1; // type
|
|
172
|
+
oneof rule {
|
|
173
|
+
BooleanExperimentExposureRule boolean_experiment_exposure_rule = 2; // boolean experiment exposure rule
|
|
174
|
+
CustomExperimentExposureRule custom_experiment_exposure_rule = 3; // custom experiment exposure rule
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
EmailChannel email = 1; // email
|
|
179
|
+
FeedChannels feed = 2; // feed
|
|
180
|
+
MobilePushChannel mobile_push = 3; // mobile push
|
|
181
|
+
VoiceChannel voice = 4 ; // voice
|
|
182
|
+
SmsChannel sms = 5; // sms
|
|
183
|
+
BrowserPushChannel browser_push = 6; // browser push
|
|
184
|
+
map<string, string> content_map = 10 [(wix.api.translatable) = {
|
|
185
|
+
type: LONG_TEXT
|
|
186
|
+
}];
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
message Icon {
|
|
190
|
+
enum Type {
|
|
191
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
192
|
+
URL = 1;
|
|
193
|
+
SPOUT = 2;
|
|
194
|
+
INITIATOR = 3;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
message UrlData {
|
|
198
|
+
string url = 1 [(.wix.api.format) = WEB_URL]; // actual url
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
Type type = 1; // icon type
|
|
202
|
+
oneof data {
|
|
203
|
+
UrlData url_data = 2; // url data
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
enum Intent {
|
|
208
|
+
UNKNOWN_INTENT = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
209
|
+
MARKETING = 1;
|
|
210
|
+
TRANSACTIONAL = 2;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
message LimiterField {
|
|
214
|
+
string dynamic_param_name = 1; // dynamic param name
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
message ConstOrDynamicParam {
|
|
218
|
+
oneof value {
|
|
219
|
+
string dynamic_param_name = 1 [(.wix.api.minLength) = 1]; // dynamic param name
|
|
220
|
+
string constant = 2 [(.wix.api.minLength) = 1]; // constant
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
message TypedDynamicParam {
|
|
225
|
+
enum Type {
|
|
226
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
227
|
+
STRING = 1;
|
|
228
|
+
ARRAY = 2;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
string name = 1 [(.wix.api.minLength) = 1]; // name
|
|
232
|
+
Type dynamic_param_type = 2; // dynamic param type
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
message OrderValue {
|
|
236
|
+
ConstOrDynamicParam value = 1; // can be const/dynamicParamName
|
|
237
|
+
int32 order = 2 [(.wix.api.min) = 1]; // order
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
message Url {
|
|
241
|
+
ConstOrDynamicParam const_or_dynamic_param = 1;
|
|
242
|
+
}
|
|
@@ -68,30 +68,3 @@ message Padding {
|
|
|
68
68
|
DisplayProperties tablet = 2;
|
|
69
69
|
DisplayProperties mobile = 3;
|
|
70
70
|
}
|
|
71
|
-
|
|
72
|
-
message PageReplaceOptions {
|
|
73
|
-
|
|
74
|
-
enum ReplacementType {
|
|
75
|
-
UNKNOWN_REPLACEMENT = 0;
|
|
76
|
-
REPLACING = 1;
|
|
77
|
-
REPLACEABLE = 2;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
message ReplacingOptions {
|
|
81
|
-
// describe the page and application id that this page will replace.
|
|
82
|
-
PageReplace page_replace = 1;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
message ReplaceableOptions {
|
|
86
|
-
// toggle to mark whether this page can be replaced by other page or app.
|
|
87
|
-
bool is_replaceable = 1;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
ReplacementType type = 1;
|
|
91
|
-
oneof options {
|
|
92
|
-
option (.wix.api.aligned_with_enum).field = "type";
|
|
93
|
-
ReplacingOptions replacing_options = 2;
|
|
94
|
-
ReplaceableOptions replaceable_options = 3;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
@@ -31,4 +31,6 @@ message PageOutOfIframeComponentData {
|
|
|
31
31
|
google.protobuf.StringValue no_css_component_url_template = 10;
|
|
32
32
|
// A link to the out of iframe no css component url
|
|
33
33
|
google.protobuf.StringValue no_css_component_url = 11 [(wix.api.format) = WEB_URL];
|
|
34
|
+
// Enable support for different style param values for different breakpoint (Css Per Breakpoint)
|
|
35
|
+
google.protobuf.BoolValue css_per_breakpoint = 12;
|
|
34
36
|
}
|
|
@@ -9,4 +9,30 @@ message PageReplace {
|
|
|
9
9
|
string app_id = 1 [(.wix.api.format) = GUID];
|
|
10
10
|
// The page id the app can replace
|
|
11
11
|
string page_id = 2 [(.wix.api.format) = GUID];
|
|
12
|
-
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
message PageReplaceOptions {
|
|
15
|
+
|
|
16
|
+
enum ReplacementType {
|
|
17
|
+
UNKNOWN_REPLACEMENT = 0;
|
|
18
|
+
REPLACING = 1;
|
|
19
|
+
REPLACEABLE = 2;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
message ReplacingOptions {
|
|
23
|
+
// describe the page and application id that this page will replace.
|
|
24
|
+
PageReplace page_replace = 1;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
message ReplaceableOptions {
|
|
28
|
+
// toggle to mark whether this page can be replaced by other page or app.
|
|
29
|
+
bool is_replaceable = 1;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
ReplacementType type = 1;
|
|
33
|
+
oneof options {
|
|
34
|
+
option (.wix.api.aligned_with_enum).field = "type";
|
|
35
|
+
ReplacingOptions replacing_options = 2;
|
|
36
|
+
ReplaceableOptions replaceable_options = 3;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -22,4 +22,10 @@ enum PluginInterface {
|
|
|
22
22
|
BOOKINGS_SERVICE = 7;
|
|
23
23
|
// The slot requires the CHECKOUT_WIDGET interface to be implemented by the plugin. The plugin specifies the implementation of the CHECKOUT_WIDGET interface
|
|
24
24
|
CHECKOUT_WIDGET = 8;
|
|
25
|
+
// The slot requires the EVENT_DETAILS interface to be implemented by the plugin. The plugin specifies the implementation of the EVENT_DETAILS interface
|
|
26
|
+
EVENT_DETAILS = 9;
|
|
27
|
+
// The slot requires the BOOKINGS_FORM interface to be implemented by the plugin. The plugin specifies the implementation of the BOOKINGS_FORM interface
|
|
28
|
+
BOOKINGS_FORM = 10;
|
|
29
|
+
// The slot requires the BASE interface to be implemented by the plugin. The plugin specifies the implementation of the BASE interface
|
|
30
|
+
BASE = 11;
|
|
25
31
|
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
|
|
9
|
+
message PricingPlansFormConfiguration {
|
|
10
|
+
// Name of integrating vertical
|
|
11
|
+
string namespace = 1;
|
|
12
|
+
// Custom form name. Must be unique within the namespace
|
|
13
|
+
string name = 2;
|
|
14
|
+
// Preview section configuration
|
|
15
|
+
PlanPreviewConfiguration preview = 3;
|
|
16
|
+
// Info section configuration
|
|
17
|
+
InfoSectionConfiguration infoSection = 4;
|
|
18
|
+
// Custom section configuration
|
|
19
|
+
repeated PlanFormCustomSection customSections = 5;
|
|
20
|
+
// Order, in which sections will be rendered. Can include default section ids or custom section component ids.
|
|
21
|
+
// Visible sections that don't exist in this array will be displayed below ordered section in default oder.
|
|
22
|
+
repeated string sectionOrder = 6;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
message PlanPreviewConfiguration {
|
|
26
|
+
// Hide section from the form. If true, further configuration will be ignored
|
|
27
|
+
bool hide = 1;
|
|
28
|
+
// Stick Preview section to the right while scrolling. Makes rest of the sections narrower.
|
|
29
|
+
bool sticky = 2;
|
|
30
|
+
// Preview box title. "null" will hide it
|
|
31
|
+
google.protobuf.StringValue title = 3 [(wix.api.translatable) = {
|
|
32
|
+
type: SHORT_TEXT,
|
|
33
|
+
grouping: "title"
|
|
34
|
+
}];
|
|
35
|
+
// Preview box subtitle. "null" will hide it
|
|
36
|
+
google.protobuf.StringValue subtitle = 4 [(wix.api.translatable) = {
|
|
37
|
+
type: SHORT_TEXT,
|
|
38
|
+
grouping: "subtitle"
|
|
39
|
+
}];
|
|
40
|
+
// Placeholder overrides for form inputs
|
|
41
|
+
Placeholders planceholders = 5;
|
|
42
|
+
message Placeholders {
|
|
43
|
+
// Placeholder plan name for preview, e.g. "Untitled Package"
|
|
44
|
+
string name = 6 [(wix.api.translatable) = {
|
|
45
|
+
type: SHORT_TEXT,
|
|
46
|
+
grouping: ""
|
|
47
|
+
}];
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
message InfoSectionConfiguration {
|
|
52
|
+
// Hide section from the form. If true, further configuration will be ignored
|
|
53
|
+
bool hide = 1;
|
|
54
|
+
PlanFormSectionTitle title = 2;
|
|
55
|
+
PlanFormSectionSubtitle subtitle = 3;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
message PlanFormSectionTitle {
|
|
59
|
+
// Override for info section title text
|
|
60
|
+
string text = 1 [(wix.api.translatable) = {
|
|
61
|
+
type: SHORT_TEXT,
|
|
62
|
+
grouping: "section title"
|
|
63
|
+
}];
|
|
64
|
+
// Configuration for tooltip, which will be render next to the title
|
|
65
|
+
SuffixTooltip suffixTooltip = 2;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
message PlanFormSectionSubtitle {
|
|
69
|
+
// Override for info section title text
|
|
70
|
+
string text = 1 [(wix.api.translatable) = {
|
|
71
|
+
type: SHORT_TEXT,
|
|
72
|
+
grouping: "section subtitle"
|
|
73
|
+
}];
|
|
74
|
+
// Configuration for suffix, which will be render next to subtitle
|
|
75
|
+
oneof suffix {
|
|
76
|
+
SuffixTooltip suffixTooltip = 2;
|
|
77
|
+
SuffixLink suffixLink = 3;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
message SuffixTooltip {
|
|
82
|
+
// Tooltip content
|
|
83
|
+
string text = 1 [(wix.api.translatable) = {
|
|
84
|
+
type: SHORT_TEXT
|
|
85
|
+
grouping: "suffix text"
|
|
86
|
+
}];
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
message SuffixLink {
|
|
90
|
+
// Link text
|
|
91
|
+
string text = 1 [(wix.api.translatable) = {
|
|
92
|
+
type: SHORT_TEXT
|
|
93
|
+
grouping: "link text"
|
|
94
|
+
}];
|
|
95
|
+
// External url to open on link click
|
|
96
|
+
string url = 2 [(wix.api.translatable) = {
|
|
97
|
+
type: SHORT_TEXT
|
|
98
|
+
grouping: "link url"
|
|
99
|
+
}];
|
|
100
|
+
// Text, passed to click BI event as referral_info field
|
|
101
|
+
string referralInfo = 3;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
message PlanFormCustomSection {
|
|
105
|
+
// Custom section id that will be rendered in the form
|
|
106
|
+
string componentId = 1 [(wix.api.format) = GUID];
|
|
107
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api.upstream.wix.proposals.spi.v1;
|
|
4
|
+
option java_package = "com.wixpress.appservice.api.upstream.wix.proposals.spi.v1";
|
|
5
|
+
|
|
6
|
+
import "wix/api/annotations.proto";
|
|
7
|
+
import "wix/api/validations.proto";
|
|
8
|
+
import "wix/common/spi.proto";
|
|
9
|
+
import "google/protobuf/struct.proto";
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
message ProposalEditorProviderConfig {
|
|
13
|
+
option (.wix.api.decomposite_of) = "wix.proposals.spi.v1.ProposalEditorProviderConfig";
|
|
14
|
+
// URI where the SPI Implementer is deployed
|
|
15
|
+
.wix.common.spi.SpiBaseUri deployment_uri = 1;
|
|
16
|
+
|
|
17
|
+
// User-friendly name of ProposalEditor provider
|
|
18
|
+
string provider_name = 2 [(.wix.api.maxLength) = 100];
|
|
19
|
+
|
|
20
|
+
// todo decide whether we need supported_fields
|
|
21
|
+
}
|
|
22
|
+
|
|
@@ -13,7 +13,7 @@ import "wix/api/validations.proto";
|
|
|
13
13
|
message SeoKeywordsSuggestionsSPIConfig {
|
|
14
14
|
option (.wix.api.decomposite_of) = "wix.promote.seo_keywords_suggestions_spi.v1.SeoKeywordsSuggestionsSPIConfig";
|
|
15
15
|
// Base URL of your SEO implementation. Wix sends API requests to endpoints implemented using this URL.
|
|
16
|
-
string base_uri = 1 [(.wix.spi.base_uri)=true];
|
|
16
|
+
string base_uri = 1 [(.wix.spi.base_uri)=true, (.wix.api.minLength) = 1];
|
|
17
17
|
// URL of the page where users can purchase a paid plan. Wix offers a link to this page when you respond with a value of `false` in quota's `paidPlan` property.
|
|
18
18
|
google.protobuf.StringValue upgrade_url = 2 [(.wix.api.format)=WEB_URL];
|
|
19
19
|
// List of countries you support for SEO analysis.
|
|
@@ -3,6 +3,7 @@ syntax = "proto3";
|
|
|
3
3
|
package com.wixpress.appservice.api;
|
|
4
4
|
|
|
5
5
|
import "components_catalog_data/plugin-interface.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
6
7
|
|
|
7
8
|
// Definition of slot
|
|
8
9
|
message Slot {
|
|
@@ -10,4 +11,6 @@ message Slot {
|
|
|
10
11
|
string slotRole = 1;
|
|
11
12
|
// The list of interfaces that should be implemented by a plugin in order to fit the slot
|
|
12
13
|
repeated PluginInterface plugin_interfaces = 2;
|
|
14
|
+
// Id of the slot component (a.k.a. Velo role)
|
|
15
|
+
string slot_id = 3;
|
|
13
16
|
}
|
|
@@ -7,6 +7,8 @@ import "wix/api/annotations.proto";
|
|
|
7
7
|
import "wix/api/validations.proto";
|
|
8
8
|
import "components_catalog_common.proto";
|
|
9
9
|
import "wix/common/media.proto";
|
|
10
|
+
import "components_catalog_data/unified_components/unified_widget.proto";
|
|
11
|
+
import "components_catalog_data/unified_components/shared.proto";
|
|
10
12
|
|
|
11
13
|
message CustomElement {
|
|
12
14
|
// Boolean to make custom element in this widget be available for free sites
|
|
@@ -62,6 +64,10 @@ message StudioWidgetComponentData {
|
|
|
62
64
|
InstallationSettings installation_settings = 21;
|
|
63
65
|
// Properties that affect the widget's presence in the editor.
|
|
64
66
|
EditorPresence editor_presence = 22;
|
|
67
|
+
// Base info of component by shared logic of unified components
|
|
68
|
+
BaseInfo base = 23;
|
|
69
|
+
// Unified widget installation settings
|
|
70
|
+
WidgetInstallationSettings installation = 24;
|
|
65
71
|
}
|
|
66
72
|
|
|
67
73
|
// A variation of a blocks widget
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
message BaseInfo {
|
|
9
|
+
// The name of the component
|
|
10
|
+
string name = 1 [(wix.api.minLength) = 5];
|
|
11
|
+
// The internal id of the component by the own app
|
|
12
|
+
string id = 3;
|
|
13
|
+
|
|
14
|
+
reserved 2;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message BaseInstallation {
|
|
18
|
+
// Auto add component to stage
|
|
19
|
+
bool autoAdd = 1;
|
|
20
|
+
// Mark component as essential for the existence of the app (force to delete the whole app)
|
|
21
|
+
bool essential = 2;
|
|
22
|
+
// Max instances of the component that can be on site
|
|
23
|
+
google.protobuf.UInt32Value max_instances = 3;
|
|
24
|
+
}
|