@wix/bex-utils 1.37.0 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js +650 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.d.ts +25136 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.d.ts +12567 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/proto-generated.js +210768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.d.ts +25130 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js +64 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.d.ts +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js +582 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.d.ts +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js +188 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.d.ts +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.d.ts +455 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js +61 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/builders/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/http/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/meta/package.json +7 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/package.json +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/rpc/package.json +6 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/assets_messages.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +137 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing.proto +105 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/com/wixpress/devcenter/appmarketlisting/market_listing_service.proto +124 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/companies_messages.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_common.proto +217 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ai_assistant/com/wixpress/appservice/api/upstream/wix/genie/assistant/spi/v1/assistant_spi_service.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/app_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +195 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +178 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto +77 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension.proto +99 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_container.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_menu_item.proto +67 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_extension_widget.proto +47 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_modal.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/broadcast_list.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/code_package.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/accepted_message_types.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_branding.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_configuration.proto +41 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/conversation_limitations.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/dm/direct_message_config.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/email/email_message_config.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/media_capabilities.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/sms/sms_message_config.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_element_widget.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/table_reservations/spi/custom_reservations_approval/v1/custom_reservations_approval.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dc_config.proto +9 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/deployment_pipeline_provider/com/wixpress/appservice/api/upstream/wix/editor/deployments/spi/v1/pipeline_provider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/dev_center_component_test.proto +87 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto +10 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto +44 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/editor_addon.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/form_template.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +39 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto +31 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_extension_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_extension_spi.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto +28 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/headless_oauth.proto +29 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto +82 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +194 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto +14 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multi_service_booking_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/multi_service_booking_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema/com/wixpress/appservice/api/upstream/wix/multilingual/translation/schema/v1/schema.proto +71 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multilingual_translation_schema.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_content.proto +52 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page.proto +70 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_out_of_iframe.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/page_replace/page_replace.proto +38 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/platform.proto +59 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/plugin-interface.proto +34 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto +12 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +655 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/service_availability_policy_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/service_availability_policy_provider.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto +84 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/slot.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/sms-action-message.proto +16 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto +30 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/static_file.proto +17 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio.proto +35 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/studio_widget.proto +128 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_calculation_provider/com/wixpress/appservice/api/upstream/wix/billing/tax_calculation_spi/v1/tax_calculation_config.proto +18 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/tax_groups_provider/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_groups_provider_config.proto +42 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/component_model.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/editor_behaviors.proto +22 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/plugin_installation_settings.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/shared.proto +27 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/unified_components/widget_size.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/user_notification.proto +94 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto +15 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/web.proto +350 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget.proto +121 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/widget_plugin.proto +54 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +23 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data/worker.proto +11 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_data.proto +436 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_catalog_messages.proto +63 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/components_messages.proto +149 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/extensions_messages.proto +111 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/features/features_messages.proto +73 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/listingInfo_messages.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/marketListing_messages.proto +107 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/permissions_messages.proto +158 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/plans/plans_messages.proto +108 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/pricing_model/pricing_model_messages.proto +104 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/translations_data_messages.proto +57 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/versions_messages.proto +341 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/webhooks_messages.proto +65 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/annotations.proto +356 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/entity.proto +86 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/api/validations.proto +134 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/address.proto +140 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/media.proto +232 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/paging.proto +116 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/query.proto +768 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/spi.proto +66 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/definitions.proto +173 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-devcenter-app-market-listing-v1-market-listing/types/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.d.ts +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +64 -6
- 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 +12 -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/proto/client/proto-generated.d.ts +713 -74
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +359 -38
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +12499 -2105
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +711 -73
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +56 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +10 -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.d.ts +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +60 -5
- 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 +12 -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/types.impl.d.ts +56 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +9 -0
- 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/package.json +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +16 -10
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +23 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +70 -44
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_media.proto +14 -5
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_type.proto +3 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/payment_option.proto +10 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/physical_properties.proto +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +109 -33
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/price_description.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +11 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/secured_media.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/service_properties.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +14 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/inventory/api/v1/inventoryEvents.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address_with_contact.proto +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/locations.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +4 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/errors.proto +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +49 -13
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/media.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +1 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +9 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/pageurl.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/paging.proto +21 -12
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +323 -88
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/sorting.proto +13 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/wixlink.proto +50 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons-adapter.proto +50 -50
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/mediaitem.proto +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +36 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventoryItem.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventory.proto +27 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryItem.proto +75 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryMessages.proto +33 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/accounts.proto +8 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/orders.proto +10 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/charge.proto +3 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +6 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +3 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/payment-event.proto +2 -1
- package/package.json +4 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-recurring-orders.proto +0 -38
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
syntax = "proto2";
|
|
2
|
+
|
|
3
|
+
package wix.spi;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/descriptor.proto";
|
|
6
|
+
import "wix/spi/http_error_status.proto";
|
|
7
|
+
|
|
8
|
+
option java_multiple_files = true;
|
|
9
|
+
option java_outer_classname = "DefinitionsProto";
|
|
10
|
+
option java_package = "com.wix.spi";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
Example SPI proto files:
|
|
14
|
+
|
|
15
|
+
syntax = "proto3";
|
|
16
|
+
|
|
17
|
+
package com.wixpress.ecom.couponsSpi;
|
|
18
|
+
|
|
19
|
+
// this service is bla bla bla...
|
|
20
|
+
//
|
|
21
|
+
// changelog:
|
|
22
|
+
// revision 2: added couponGenerated event
|
|
23
|
+
service CouponsProvider {
|
|
24
|
+
// since this is an SPI interface definition, the FQDN of the service_entity must start with `wix.interfaces.*`
|
|
25
|
+
option (.wix.spi.service) = {
|
|
26
|
+
fqdn: "wix.interfaces.ecom.v1.coupons_provider" // must be `wix.interfaces.*` for entities that define SPI
|
|
27
|
+
spi_identifier: "com.wixpress.appservice.api.ComponentType.AUTOMATION_TRIGGER"
|
|
28
|
+
config_message: "com.wixpresss.ecom.CouponsProviderConfig"
|
|
29
|
+
host_service: "com.wixpress.ecom.couponsSpi.CouponsSpiHost"
|
|
30
|
+
business_manager_url: "/ecom/coupons" // used to provide deep-link to biz-mgr to finish configuration after code publish in Velo
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
// The provider has to send this event when a coupon is generated on the provider system.
|
|
34
|
+
// When the coupon code will be used by a user during checkout,
|
|
35
|
+
// wix-ecom will call the provider in order to calculate the effect of the coupon on the cart
|
|
36
|
+
option (.wix.spi.event) = {
|
|
37
|
+
method_name: "CouponGenerated" // Name of the method on the SPI-Host service that needs to be called. Together with `host_service` annotation above, you can get the full FQN
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
// called when the system has to calculate how a coupon affects a given cart
|
|
41
|
+
rpc CalculateCart (CalculateCartRequest) returns (CalculateCartResponse) {
|
|
42
|
+
option (google.api.http) = {
|
|
43
|
+
post: "/calculate-cart"
|
|
44
|
+
};
|
|
45
|
+
option (.wix.spi.error) = {
|
|
46
|
+
name: "CouponNotSupportedError"
|
|
47
|
+
http_code: INVALID_ARGUMENT
|
|
48
|
+
application_code: "COUPON_TYPE_NOT_SUPPORTED"
|
|
49
|
+
data: "com.wixpress.ecom.couponsSpi.TypeNotSupportedError"
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// called when a coupon is applied during checkout and has to be reserved until the checkout is completed
|
|
54
|
+
// redeem will later be called using the reservation_code returned by this method
|
|
55
|
+
rpc Reserve (ReserveCouponRequest) returns (ReserveCouponResponse) {
|
|
56
|
+
option (google.api.http) = {
|
|
57
|
+
post: "/reserve"
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// called after a successful transaction that used a coupon was made, in order to notify the coupons provider
|
|
62
|
+
// that the coupon was redeemed.
|
|
63
|
+
// sends the reservation_code that the was returned by reserve method
|
|
64
|
+
rpc Redeem (RedeemCouponRequest) returns (RedeemCouponResponse) {
|
|
65
|
+
option (google.api.http) = {
|
|
66
|
+
post: "/redeem"
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// called in order to extend coupon expiration date
|
|
71
|
+
// this method was added later than other methods and therefore needs to be toggled in config_message
|
|
72
|
+
rpc ExtendCoupon (ExtendCouponRequest) returns (ExtendCouponResponse) {
|
|
73
|
+
option (google.api.http) ={
|
|
74
|
+
post: "/extend-coupon"
|
|
75
|
+
};
|
|
76
|
+
option (.wix.spi.feature_toggle) = "toggle_extend_coupon_enabled";
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
message CouponsProviderConfig {
|
|
81
|
+
string base_uri = 1 [(.wix.spi.base_uri) = true]; // the base URI where all the methods are deployed. E.g. "https://golden-coupons.com/wix-provider"
|
|
82
|
+
repeated string supported_coupon_types = 2; // specific field related to this SPI
|
|
83
|
+
bool toggle_extend_coupon_enabled = 3; // feature toggle initialized with default value = false. should be true if implemented by spi provider
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
message TypeNotSupportedError {
|
|
87
|
+
string type = 1; The received type that is not supported by the service
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// =========== another file, standard proto, no SPI annotation ================
|
|
91
|
+
|
|
92
|
+
service CouponsSpiHost {
|
|
93
|
+
// we cannot use the same service_entity as the SPI definition, because it is only interface definition. Here we need concrete FQDN
|
|
94
|
+
option (.wix.api.service_entity).message = "com.wixpress.ecom.couponsProviderGateway";
|
|
95
|
+
|
|
96
|
+
// The provider has to send this event when a coupon is generated on the provider system.
|
|
97
|
+
// When the coupon code will be used by a user during checkout,
|
|
98
|
+
// wix-ecom will call the provider in order to calculate the effect of the coupon on the cart
|
|
99
|
+
rpc CouponGenerated (CouponGeneratedRequest) returns (CouponGeneratedResponse) {
|
|
100
|
+
option (google.api.http) = {
|
|
101
|
+
post: "/v1/coupon-generated"
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
// The following 3 methods are an implementation of the SPI interface
|
|
106
|
+
|
|
107
|
+
rpc CalculateCart (CalculateCartRequest) returns (CalculateCartResponse) {
|
|
108
|
+
option (google.api.http) = {
|
|
109
|
+
post: "/calculate-cart"
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
rpc Reserve (ReserveCouponRequest) returns (ReserveCouponResponse) {
|
|
114
|
+
option (google.api.http) = {
|
|
115
|
+
post: "/reserve"
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
rpc Redeem (RedeemCouponRequest) returns (RedeemCouponResponse) {
|
|
120
|
+
option (google.api.http) ={
|
|
121
|
+
post: "/redeem"
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
rpc ExtendCoupon (ExtendCouponRequest) returns (RedeemCouponResponse) {
|
|
126
|
+
option (google.api.http) ={
|
|
127
|
+
post: "/extend-coupon"
|
|
128
|
+
};
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
message CouponsProviderGateway {
|
|
134
|
+
option (.wix.api.entity) = {
|
|
135
|
+
fqdn: "wix.gateways.ecom.v1.coupons_provider_gateway"
|
|
136
|
+
implements: "wix.intefaces.ecom.v1.coupons_provider"
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
**/
|
|
140
|
+
|
|
141
|
+
extend google.protobuf.ServiceOptions {
|
|
142
|
+
optional Service service = 65000;
|
|
143
|
+
repeated Event event = 65001; // spi event is essentially an endpoint that will get requests from spi implementor
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
extend google.protobuf.FieldOptions {
|
|
147
|
+
optional bool base_uri = 65020; // holds the base URI of the implementing service for this spi. (can be https://... | grpc://... | velo:///...)
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
extend google.protobuf.MethodOptions {
|
|
151
|
+
repeated Error error = 65040; // errors that can be thrown by the method
|
|
152
|
+
optional string feature_toggle = 65041; // name of the controlling feature toggle boolean field as it appears in the config message
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
message Service {
|
|
156
|
+
required string spi_identifier = 1; // string representation of dev-center's catalog [ComponentType](https://github.com/wix-private/devcenter/blob/master/app-service/app-service-api/src/main/proto/components_catalog/components_catalog_type.proto)
|
|
157
|
+
required string config_message = 2; // FQN ref to message with config details
|
|
158
|
+
optional string host_service = 3; // FQN ref to proto service of SPI host that implements endpoints that the provider needs to call
|
|
159
|
+
optional string business_manager_url = 4; // relative deeplink to business-manager page where the user needs to continue configuration of current spi
|
|
160
|
+
optional string fqdn = 5; // may be used to define an FQDN directly on SPI service without having a main entity. must start with `wix.interfaces.*`
|
|
161
|
+
optional string app_id = 6; // SPI Host's App Id
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
message Error {
|
|
165
|
+
required string name = 1; // name that can be used by SDKs to generate error class
|
|
166
|
+
required HttpStatusCode http_code = 2; // HTTP status code that will be returned with this type of error
|
|
167
|
+
required string application_code = 3; // a constant string in the format of ALL_CAPS that describes the specific error type
|
|
168
|
+
optional string data = 4; // FQN of a message that describes structured data that should be provided in the error body
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
message Event {
|
|
172
|
+
required string method_name = 1; // name of the implemented method in SPI host service. Together with `host_service` annotation above, you can get the full FQN
|
|
173
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package wix.spi;
|
|
4
|
+
|
|
5
|
+
import "google/protobuf/descriptor.proto";
|
|
6
|
+
|
|
7
|
+
option java_package = "com.wix.spi";
|
|
8
|
+
|
|
9
|
+
enum HttpStatusCode {
|
|
10
|
+
UNKNOWN_ERROR = 0; // Should not be used
|
|
11
|
+
UNAUTHENTICATED = 1; // 401 - thrown when the request signature could be validated
|
|
12
|
+
INVALID_ARGUMENT = 3; // 400 - thrown when one of the properties has unexpected value or type
|
|
13
|
+
// 500 - thrown when something happened that is the result of server bug, network issue, DB issue,
|
|
14
|
+
// or anything that is not affected by the request itself, and is not the fault of the client in any way.
|
|
15
|
+
INTERNAL = 5;
|
|
16
|
+
RESOURCE_EXHAUSTED = 7; // 429 - The client has sent too many requests in a given amount of time (rate limit)
|
|
17
|
+
CANCELED = 8; // 499 - Request cancelled by the client
|
|
18
|
+
|
|
19
|
+
NOT_FOUND = 4; // 404 - thrown when the resource requested could not be found
|
|
20
|
+
ALREADY_EXISTS = 9; //409 - Can't recreate same resource or concurrency conflict
|
|
21
|
+
// 428 - request cannot be executed in current system state
|
|
22
|
+
// such as deleting a non-empty folder or paying with no funds
|
|
23
|
+
FAILED_PRECONDITION = 10;
|
|
24
|
+
}
|
package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MeasurementUnit, SeoSchema, Settings, Tag, AdditionalInfoSection, Choice, CostAndProfitData, CustomTextField, Discount, DiscountType, FormattedPrice, Media, MediaItem, MediaItemType, MediaItemUrlAndSize, MediaItemVideo, OptionType, PageUrl, PriceData, PricePerUnitData, Product, ProductOption, ProductType, Ribbon, Stock, InventoryStatus, Variant, VariantDataWithNoStock, Cursors, Paging, PagingMetadataV2, Sorting, SortOrder, CreateExportAsyncJobRequest, CreateExportAsyncJobResponse, ExportAsyncJob, ExportAsyncJobData, FieldDescriptor, GetExportAsyncJobRequest, GetExportAsyncJobResponse, MethodMetadata, QueryProductsExportSpiResponse, ProductOrVariant, PlatformMedia, StoreVariant, VariantStock, Image, VideoResolution, VideoV2, QueryRequestLoose, ProductOrVariantV2, QueryVariantsExportSpiResponse, NumericPropertyRange, Status, MethodSpec, QueryFieldNumber, ApplicationError, Details, ValidationError, FieldViolation, RuleType, CancelExportAsyncJobRequest, CancelExportAsyncJobResponse, ExportCursorPaging, ExportQueryV2, GenerateExportAsyncJobDownloadUrlRequest, GenerateExportAsyncJobDownloadUrlResponse, PreorderInfo, Keyword, ArrayFieldDelimiter } from './types.impl';
|
|
1
|
+
import { MeasurementUnit, SeoSchema, Settings, Tag, AdditionalInfoSection, Choice, CostAndProfitData, CustomTextField, Discount, DiscountType, FormattedPrice, Media, MediaItem, MediaItemType, MediaItemUrlAndSize, MediaItemVideo, OptionType, PageUrl, PriceData, PricePerUnitData, Product, ProductOption, ProductType, Ribbon, Stock, InventoryStatus, Variant, VariantDataWithNoStock, Cursors, Paging, PagingMetadataV2, Sorting, SortOrder, CreateExportAsyncJobRequest, CreateExportAsyncJobResponse, ExportAsyncJob, ExportAsyncJobData, FieldDescriptor, GetExportAsyncJobRequest, GetExportAsyncJobResponse, MethodMetadata, QueryProductsExportSpiResponse, ProductOrVariant, PlatformMedia, StoreVariant, VariantStock, Image, VideoResolution, VideoV2, QueryRequestLoose, ProductOrVariantV2, QueryVariantsExportSpiResponse, NumericPropertyRange, Status, MethodSpec, QueryFieldNumber, ApplicationError, Details, ValidationError, FieldViolation, RuleType, CancelExportAsyncJobRequest, CancelExportAsyncJobResponse, ExportCursorPaging, ExportQueryV2, GenerateExportAsyncJobDownloadUrlRequest, GenerateExportAsyncJobDownloadUrlResponse, PreorderInfo, Keyword, ArrayFieldDelimiter, SecuredMedia, FileType, SystemError } from './types.impl';
|
|
2
2
|
export declare function aExportAsyncJob(overrideObject?: Partial<ExportAsyncJob>): ExportAsyncJob;
|
|
3
3
|
export declare function aExportAsyncJobData(overrideObject?: Partial<ExportAsyncJobData>): ExportAsyncJobData;
|
|
4
4
|
export declare function aExportQueryV2(overrideObject?: Partial<ExportQueryV2>): ExportQueryV2;
|
|
@@ -18,6 +18,7 @@ export declare function aApplicationError(overrideObject?: Partial<ApplicationEr
|
|
|
18
18
|
export declare function aValidationError(overrideObject?: Partial<ValidationError>): ValidationError;
|
|
19
19
|
export declare function aRuleType(enumFirstItem?: RuleType): RuleType;
|
|
20
20
|
export declare function aFieldViolation(overrideObject?: Partial<FieldViolation>): FieldViolation;
|
|
21
|
+
export declare function aSystemError(overrideObject?: Partial<SystemError>): SystemError;
|
|
21
22
|
export declare function aStatus(enumFirstItem?: Status): Status;
|
|
22
23
|
export declare function aCreateExportAsyncJobRequest(overrideObject?: Partial<CreateExportAsyncJobRequest>): CreateExportAsyncJobRequest;
|
|
23
24
|
export declare function aCreateExportAsyncJobResponse(overrideObject?: Partial<CreateExportAsyncJobResponse>): CreateExportAsyncJobResponse;
|
|
@@ -61,6 +62,8 @@ export declare function aSeoSchema(overrideObject?: Partial<SeoSchema>): SeoSche
|
|
|
61
62
|
export declare function aKeyword(overrideObject?: Partial<Keyword>): Keyword;
|
|
62
63
|
export declare function aTag(overrideObject?: Partial<Tag>): Tag;
|
|
63
64
|
export declare function aSettings(overrideObject?: Partial<Settings>): Settings;
|
|
65
|
+
export declare function aSecuredMedia(overrideObject?: Partial<SecuredMedia>): SecuredMedia;
|
|
66
|
+
export declare function aFileType(enumFirstItem?: FileType): FileType;
|
|
64
67
|
export declare function aStoreVariant(overrideObject?: Partial<StoreVariant>): StoreVariant;
|
|
65
68
|
export declare function aPlatformMedia(overrideObject?: Partial<PlatformMedia>): PlatformMedia;
|
|
66
69
|
export declare function aImage(overrideObject?: Partial<Image>): Image;
|
package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js
CHANGED
|
@@ -13,8 +13,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
13
13
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
14
14
|
};
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.aProductOrVariantV2 = exports.aQueryProductsExportSpiResponse = exports.aPreorderInfo = exports.aVideoResolution = exports.aVideoV2 = exports.aImage = exports.aPlatformMedia = exports.aStoreVariant = exports.aSettings = exports.aTag = exports.aKeyword = exports.aSeoSchema = exports.aVariantStock = exports.aVariantDataWithNoStock = exports.aVariant = exports.aDiscountType = exports.aDiscount = exports.aPageUrl = exports.aChoice = exports.aOptionType = void 0;
|
|
16
|
+
exports.aCustomTextField = exports.aMediaItemVideo = exports.aMediaItemType = exports.aMediaItemUrlAndSize = exports.aMediaItem = exports.aMedia = exports.aRibbon = exports.aAdditionalInfoSection = exports.aMeasurementUnit = exports.aPricePerUnitData = exports.aCostAndProfitData = exports.aFormattedPrice = exports.aPriceData = exports.aInventoryStatus = exports.aStock = exports.aNumericPropertyRange = exports.aProductType = exports.aProduct = exports.aProductOrVariant = exports.aQueryVariantsExportSpiResponse = exports.aQueryRequestLoose = exports.aGenerateExportAsyncJobDownloadUrlResponse = exports.aGenerateExportAsyncJobDownloadUrlRequest = exports.aCancelExportAsyncJobResponse = exports.aCancelExportAsyncJobRequest = exports.aGetExportAsyncJobResponse = exports.aGetExportAsyncJobRequest = exports.aCreateExportAsyncJobResponse = exports.aCreateExportAsyncJobRequest = exports.aStatus = exports.aSystemError = exports.aFieldViolation = exports.aRuleType = exports.aValidationError = exports.aApplicationError = exports.aDetails = exports.aCursors = exports.aPagingMetadataV2 = exports.aQueryFieldNumber = exports.aMethodSpec = exports.aMethodMetadata = exports.aArrayFieldDelimiter = exports.aFieldDescriptor = exports.aExportCursorPaging = exports.aPaging = exports.aSortOrder = exports.aSorting = exports.aExportQueryV2 = exports.aExportAsyncJobData = exports.aExportAsyncJob = void 0;
|
|
17
|
+
exports.aProductOrVariantV2 = exports.aQueryProductsExportSpiResponse = exports.aPreorderInfo = exports.aVideoResolution = exports.aVideoV2 = exports.aImage = exports.aPlatformMedia = exports.aStoreVariant = exports.aFileType = exports.aSecuredMedia = exports.aSettings = exports.aTag = exports.aKeyword = exports.aSeoSchema = exports.aVariantStock = exports.aVariantDataWithNoStock = exports.aVariant = exports.aDiscountType = exports.aDiscount = exports.aPageUrl = exports.aChoice = exports.aOptionType = exports.aProductOption = void 0;
|
|
18
18
|
var metro_common_builders_1 = require("@wix/metro-common-builders");
|
|
19
19
|
var types_impl_1 = require("./types.impl");
|
|
20
20
|
// @ts-ignore
|
|
@@ -91,8 +91,11 @@ function aSorting(overrideObject) {
|
|
|
91
91
|
return {};
|
|
92
92
|
}
|
|
93
93
|
return (0, metro_common_builders_1.mergeDeep)({
|
|
94
|
-
fieldName: (0, metro_common_builders_1.someString)(
|
|
94
|
+
fieldName: (0, metro_common_builders_1.someString)({
|
|
95
|
+
validations: [{ type: 'MAX_LENGTH', value: '512' }],
|
|
96
|
+
}),
|
|
95
97
|
order: aSortOrder(),
|
|
98
|
+
selectItemsBy: [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
|
|
96
99
|
}, overrideObject);
|
|
97
100
|
}
|
|
98
101
|
exports.aSorting = aSorting;
|
|
@@ -183,8 +186,16 @@ exports.aPagingMetadataV2 = aPagingMetadataV2;
|
|
|
183
186
|
function aCursors(overrideObject) {
|
|
184
187
|
if (overrideObject === void 0) { overrideObject = {}; }
|
|
185
188
|
return (0, metro_common_builders_1.mergeDeep)({
|
|
186
|
-
next: (0, metro_common_builders_1.someString)(
|
|
187
|
-
|
|
189
|
+
next: (0, metro_common_builders_1.someString)({
|
|
190
|
+
validations: [
|
|
191
|
+
{ type: 'MAX_LENGTH', value: '16000' },
|
|
192
|
+
],
|
|
193
|
+
}),
|
|
194
|
+
prev: (0, metro_common_builders_1.someString)({
|
|
195
|
+
validations: [
|
|
196
|
+
{ type: 'MAX_LENGTH', value: '16000' },
|
|
197
|
+
],
|
|
198
|
+
}),
|
|
188
199
|
}, overrideObject);
|
|
189
200
|
}
|
|
190
201
|
exports.aCursors = aCursors;
|
|
@@ -237,6 +248,13 @@ function aFieldViolation(overrideObject) {
|
|
|
237
248
|
}, overrideObject);
|
|
238
249
|
}
|
|
239
250
|
exports.aFieldViolation = aFieldViolation;
|
|
251
|
+
function aSystemError(overrideObject) {
|
|
252
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
253
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
254
|
+
errorCode: (0, metro_common_builders_1.someString)(),
|
|
255
|
+
}, overrideObject);
|
|
256
|
+
}
|
|
257
|
+
exports.aSystemError = aSystemError;
|
|
240
258
|
function aStatus(enumFirstItem) {
|
|
241
259
|
if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.Status.UNKNOWN; }
|
|
242
260
|
return enumFirstItem;
|
|
@@ -459,6 +477,7 @@ function aProduct(overrideObject) {
|
|
|
459
477
|
{ type: 'MAX_LENGTH', value: '100' },
|
|
460
478
|
],
|
|
461
479
|
}),
|
|
480
|
+
digitalFile: aSecuredMedia(),
|
|
462
481
|
}, overrideObject);
|
|
463
482
|
}
|
|
464
483
|
exports.aProduct = aProduct;
|
|
@@ -646,7 +665,7 @@ function aMediaItemUrlAndSize(overrideObject) {
|
|
|
646
665
|
if (overrideObject === void 0) { overrideObject = {}; }
|
|
647
666
|
return (0, metro_common_builders_1.mergeDeep)({
|
|
648
667
|
url: (0, metro_common_builders_1.someString)({
|
|
649
|
-
validations: [{ type: 'FORMAT', value: '
|
|
668
|
+
validations: [{ type: 'FORMAT', value: 'WEB_URL' }],
|
|
650
669
|
}),
|
|
651
670
|
width: (0, metro_common_builders_1.someNumber)({
|
|
652
671
|
validations: [{ type: 'MIN' }],
|
|
@@ -844,6 +863,33 @@ function aSettings(overrideObject) {
|
|
|
844
863
|
}, overrideObject);
|
|
845
864
|
}
|
|
846
865
|
exports.aSettings = aSettings;
|
|
866
|
+
function aSecuredMedia(overrideObject) {
|
|
867
|
+
if (overrideObject === void 0) { overrideObject = {}; }
|
|
868
|
+
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
869
|
+
return {};
|
|
870
|
+
}
|
|
871
|
+
return (0, metro_common_builders_1.mergeDeep)({
|
|
872
|
+
id: (0, metro_common_builders_1.someString)({
|
|
873
|
+
validations: [
|
|
874
|
+
{ type: 'MIN_LENGTH', value: '1' },
|
|
875
|
+
{ type: 'MAX_LENGTH', value: '100' },
|
|
876
|
+
],
|
|
877
|
+
}),
|
|
878
|
+
fileName: (0, metro_common_builders_1.someString)({
|
|
879
|
+
validations: [
|
|
880
|
+
{ type: 'MIN_LENGTH', value: '1' },
|
|
881
|
+
{ type: 'MAX_LENGTH', value: '1000' },
|
|
882
|
+
],
|
|
883
|
+
}),
|
|
884
|
+
fileType: aFileType(),
|
|
885
|
+
}, overrideObject);
|
|
886
|
+
}
|
|
887
|
+
exports.aSecuredMedia = aSecuredMedia;
|
|
888
|
+
function aFileType(enumFirstItem) {
|
|
889
|
+
if (enumFirstItem === void 0) { enumFirstItem = types_impl_1.FileType.UNSPECIFIED; }
|
|
890
|
+
return enumFirstItem;
|
|
891
|
+
}
|
|
892
|
+
exports.aFileType = aFileType;
|
|
847
893
|
function aStoreVariant(overrideObject) {
|
|
848
894
|
if (overrideObject === void 0) { overrideObject = {}; }
|
|
849
895
|
if (isCurrentBuilderWasPreviouslyCalled()) {
|
|
@@ -954,6 +1000,12 @@ function aVideoV2(overrideObject) {
|
|
|
954
1000
|
urlExpirationDate: (0, metro_common_builders_1.someDate)({
|
|
955
1001
|
validations: [{ type: 'READ_ONLY', value: 'true' }],
|
|
956
1002
|
}),
|
|
1003
|
+
durationInMilliseconds: (0, metro_common_builders_1.someNumber)({
|
|
1004
|
+
validations: [
|
|
1005
|
+
{ type: 'READ_ONLY', value: 'true' },
|
|
1006
|
+
{ type: 'MIN' },
|
|
1007
|
+
],
|
|
1008
|
+
}),
|
|
957
1009
|
}, overrideObject);
|
|
958
1010
|
}
|
|
959
1011
|
exports.aVideoV2 = aVideoV2;
|
|
@@ -982,6 +1034,12 @@ function aVideoResolution(overrideObject) {
|
|
|
982
1034
|
{ type: 'MIN' },
|
|
983
1035
|
],
|
|
984
1036
|
}),
|
|
1037
|
+
durationInMilliseconds: (0, metro_common_builders_1.someNumber)({
|
|
1038
|
+
validations: [
|
|
1039
|
+
{ type: 'READ_ONLY', value: 'true' },
|
|
1040
|
+
{ type: 'MIN' },
|
|
1041
|
+
],
|
|
1042
|
+
}),
|
|
985
1043
|
private: true,
|
|
986
1044
|
assetKey: (0, metro_common_builders_1.someString)({
|
|
987
1045
|
validations: [{ type: 'READ_ONLY', value: 'true' }],
|
package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"builders.impl.js","sourceRoot":"","sources":["../../builders.impl.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"builders.impl.js","sourceRoot":"","sources":["../../builders.impl.ts"],"names":[],"mappings":"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"}
|
|
@@ -30,6 +30,18 @@ function resolveWixFedinfraExportserviceV1ExportServiceUrl(opts) {
|
|
|
30
30
|
destPath: '',
|
|
31
31
|
},
|
|
32
32
|
],
|
|
33
|
+
'wixbo.ai': [
|
|
34
|
+
{
|
|
35
|
+
srcPath: '/export-service',
|
|
36
|
+
destPath: '',
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
'dev._base_domain_': [
|
|
40
|
+
{
|
|
41
|
+
srcPath: '/export-service',
|
|
42
|
+
destPath: '',
|
|
43
|
+
},
|
|
44
|
+
],
|
|
33
45
|
};
|
|
34
46
|
return (0, metro_runtime_2.resolveUrl)(Object.assign(opts, { domainToMappings: domainToMappings }));
|
|
35
47
|
}
|
package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"http.impl.js","sourceRoot":"","sources":["../../http.impl.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"http.impl.js","sourceRoot":"","sources":["../../http.impl.ts"],"names":[],"mappings":"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"}
|