@wix/bex-utils 1.29.0 → 1.31.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/bex-bundled-mini-essentials/CHANGELOG.md +11 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.d.cts +51 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +10005 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.d.cts +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +10184 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.d.cts +164 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +15307 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.d.ts +51 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +8518 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.d.ts +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.js +6527 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.d.ts +164 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js +11841 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -0
- package/@wix/bex-bundled-mini-essentials/http-client/testkit/client/package.json +6 -0
- package/@wix/bex-bundled-mini-essentials/package.json +60 -0
- package/@wix/bex-bundled-mini-essentials/testkit/package.json +6 -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 +765 -5
- 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.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +154 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
- 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 +765 -5
- 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.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +154 -2
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +154 -2
- package/@wix/bi-logger-cairo-os/package.json +2 -2
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +153 -1
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +765 -5
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +153 -1
- package/@wix/bi-logger-cairo-os/src/types.ts +154 -3
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +154 -2
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +4 -4
- package/package.json +5 -2
- 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
|
@@ -158,6 +158,7 @@ declare namespace $wrapper {
|
|
|
158
158
|
rootCatalogItemId?: (string | null);
|
|
159
159
|
priceDescription?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IPriceDescription | null);
|
|
160
160
|
depositAmount?: (string | null);
|
|
161
|
+
deliveryProfileId?: (string | null);
|
|
161
162
|
}
|
|
162
163
|
export class ItemData implements IItemData {
|
|
163
164
|
constructor(data?: IItemData);
|
|
@@ -181,6 +182,7 @@ declare namespace $wrapper {
|
|
|
181
182
|
rootCatalogItemId?: (string | null);
|
|
182
183
|
priceDescription?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IPriceDescription | null);
|
|
183
184
|
depositAmount?: (string | null);
|
|
185
|
+
deliveryProfileId?: (string | null);
|
|
184
186
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
185
187
|
}
|
|
186
188
|
export interface ISubscriptionOptionInfo {
|
|
@@ -349,12 +351,14 @@ declare namespace $wrapper {
|
|
|
349
351
|
deploymentUri?: (string | null);
|
|
350
352
|
allItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig | null);
|
|
351
353
|
specificItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig | null);
|
|
354
|
+
nameTranslationKey?: (string | null);
|
|
352
355
|
}
|
|
353
356
|
export class CatalogSPIConfig implements ICatalogSPIConfig {
|
|
354
357
|
constructor(data?: ICatalogSPIConfig);
|
|
355
358
|
deploymentUri?: (string | null);
|
|
356
359
|
allItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig | null);
|
|
357
360
|
specificItemsDiscount?: ($wrapper.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig | null);
|
|
361
|
+
nameTranslationKey?: (string | null);
|
|
358
362
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
359
363
|
}
|
|
360
364
|
export interface IDiscountConfig {
|
|
@@ -483,6 +487,7 @@ declare namespace $wrapper {
|
|
|
483
487
|
streetAddress?: ($wrapper.wix.common.IStreetAddress | null);
|
|
484
488
|
addressLine?: (string | null);
|
|
485
489
|
addressLine2?: (string | null);
|
|
490
|
+
geocode?: ($wrapper.wix.common.IAddressLocation | null);
|
|
486
491
|
countryFullname?: (string | null);
|
|
487
492
|
subdivisionFullname?: (string | null);
|
|
488
493
|
}
|
|
@@ -495,6 +500,7 @@ declare namespace $wrapper {
|
|
|
495
500
|
streetAddress?: ($wrapper.wix.common.IStreetAddress | null);
|
|
496
501
|
addressLine?: (string | null);
|
|
497
502
|
addressLine2?: (string | null);
|
|
503
|
+
geocode?: ($wrapper.wix.common.IAddressLocation | null);
|
|
498
504
|
countryFullname?: (string | null);
|
|
499
505
|
subdivisionFullname?: (string | null);
|
|
500
506
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
@@ -536,6 +542,8 @@ declare namespace $wrapper {
|
|
|
536
542
|
WIX_INVOICES = "WIX_INVOICES",
|
|
537
543
|
BACKOFFICE_MERCHANT = "BACKOFFICE_MERCHANT",
|
|
538
544
|
WISH = "WISH",
|
|
545
|
+
CLASS_PASS = "CLASS_PASS",
|
|
546
|
+
GLOBAL_E = "GLOBAL_E",
|
|
539
547
|
}
|
|
540
548
|
export interface IPickupAddress {
|
|
541
549
|
country?: (string | null);
|
|
@@ -789,10 +797,25 @@ declare namespace $wrapper {
|
|
|
789
797
|
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
790
798
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
791
799
|
}
|
|
800
|
+
export interface IPlatformQueryV2 {
|
|
801
|
+
filter?: ({ [key: string]: any } | null);
|
|
802
|
+
sort?: ($wrapper.wix.common.ISorting[] | null);
|
|
803
|
+
paging?: ($wrapper.com.wix.ecommerce.commons.api.IPlatformPaging | null);
|
|
804
|
+
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
805
|
+
}
|
|
806
|
+
export class PlatformQueryV2 implements IPlatformQueryV2 {
|
|
807
|
+
constructor(data?: IPlatformQueryV2);
|
|
808
|
+
filter?: ({ [key: string]: any } | null);
|
|
809
|
+
sort?: ($wrapper.wix.common.ISorting[] | null);
|
|
810
|
+
paging?: ($wrapper.com.wix.ecommerce.commons.api.IPlatformPaging | null);
|
|
811
|
+
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
812
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
813
|
+
}
|
|
792
814
|
export interface IPlatformSearch {
|
|
793
815
|
filter?: ({ [key: string]: any } | null);
|
|
794
816
|
sort?: ($wrapper.wix.common.ISorting[] | null);
|
|
795
817
|
aggregations?: ($wrapper.wix.common.IAggregation[] | null);
|
|
818
|
+
search?: ($wrapper.wix.common.ISearchDetails | null);
|
|
796
819
|
paging?: ($wrapper.com.wix.ecommerce.commons.api.IPlatformPaging | null);
|
|
797
820
|
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
798
821
|
}
|
|
@@ -801,10 +824,27 @@ declare namespace $wrapper {
|
|
|
801
824
|
filter?: ({ [key: string]: any } | null);
|
|
802
825
|
sort?: ($wrapper.wix.common.ISorting[] | null);
|
|
803
826
|
aggregations?: ($wrapper.wix.common.IAggregation[] | null);
|
|
827
|
+
search?: ($wrapper.wix.common.ISearchDetails | null);
|
|
804
828
|
paging?: ($wrapper.com.wix.ecommerce.commons.api.IPlatformPaging | null);
|
|
805
829
|
cursorPaging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
806
830
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
807
831
|
}
|
|
832
|
+
export interface IPlatformOffsetSearch {
|
|
833
|
+
filter?: ({ [key: string]: any } | null);
|
|
834
|
+
sort?: ($wrapper.wix.common.ISorting[] | null);
|
|
835
|
+
aggregations?: ($wrapper.wix.common.IAggregation[] | null);
|
|
836
|
+
search?: ($wrapper.wix.common.ISearchDetails | null);
|
|
837
|
+
paging?: ($wrapper.com.wix.ecommerce.commons.api.IPlatformPaging | null);
|
|
838
|
+
}
|
|
839
|
+
export class PlatformOffsetSearch implements IPlatformOffsetSearch {
|
|
840
|
+
constructor(data?: IPlatformOffsetSearch);
|
|
841
|
+
filter?: ({ [key: string]: any } | null);
|
|
842
|
+
sort?: ($wrapper.wix.common.ISorting[] | null);
|
|
843
|
+
aggregations?: ($wrapper.wix.common.IAggregation[] | null);
|
|
844
|
+
search?: ($wrapper.wix.common.ISearchDetails | null);
|
|
845
|
+
paging?: ($wrapper.com.wix.ecommerce.commons.api.IPlatformPaging | null);
|
|
846
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
847
|
+
}
|
|
808
848
|
export interface IUnlimitedPlatformQuery {
|
|
809
849
|
filter?: ({ [key: string]: any } | null);
|
|
810
850
|
sort?: ($wrapper.wix.common.ISorting[] | null);
|
|
@@ -925,7 +965,7 @@ declare namespace $wrapper {
|
|
|
925
965
|
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
926
966
|
appendixFiles?: ($wrapper.wix.api.IMessageAppendix[] | null);
|
|
927
967
|
oldFqdnForBackwardsCompatibility?: (string | null);
|
|
928
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
968
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
929
969
|
implements?: (string[] | null);
|
|
930
970
|
extensible?: ($wrapper.wix.api.IExtensible | null);
|
|
931
971
|
trashbin?: (boolean | null);
|
|
@@ -940,7 +980,7 @@ declare namespace $wrapper {
|
|
|
940
980
|
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
941
981
|
appendixFiles?: ($wrapper.wix.api.IMessageAppendix[] | null);
|
|
942
982
|
oldFqdnForBackwardsCompatibility?: (string | null);
|
|
943
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
983
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
944
984
|
implements?: (string[] | null);
|
|
945
985
|
extensible?: ($wrapper.wix.api.IExtensible | null);
|
|
946
986
|
trashbin?: (boolean | null);
|
|
@@ -984,6 +1024,14 @@ declare namespace $wrapper {
|
|
|
984
1024
|
eventSequenceNumber?: (boolean | null);
|
|
985
1025
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
986
1026
|
}
|
|
1027
|
+
export interface IReferenceEntityField {
|
|
1028
|
+
path?: (string | null);
|
|
1029
|
+
}
|
|
1030
|
+
export class ReferenceEntityField implements IReferenceEntityField {
|
|
1031
|
+
constructor(data?: IReferenceEntityField);
|
|
1032
|
+
path?: (string | null);
|
|
1033
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1034
|
+
}
|
|
987
1035
|
export interface ICacheSettings {
|
|
988
1036
|
maxAgeSeconds?: (number | null);
|
|
989
1037
|
}
|
|
@@ -1187,6 +1235,7 @@ declare namespace $wrapper {
|
|
|
1187
1235
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1188
1236
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1189
1237
|
meAliasableField?: (string[] | null);
|
|
1238
|
+
search?: ($wrapper.wix.api.ISearch[] | null);
|
|
1190
1239
|
}
|
|
1191
1240
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
1192
1241
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -1195,6 +1244,7 @@ declare namespace $wrapper {
|
|
|
1195
1244
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
1196
1245
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
1197
1246
|
meAliasableField?: (string[] | null);
|
|
1247
|
+
search?: ($wrapper.wix.api.ISearch[] | null);
|
|
1198
1248
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1199
1249
|
}
|
|
1200
1250
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1331,6 +1381,7 @@ declare namespace $wrapper {
|
|
|
1331
1381
|
ANY = "ANY",
|
|
1332
1382
|
HAS_SOME = "HAS_SOME",
|
|
1333
1383
|
EMPTY = "EMPTY",
|
|
1384
|
+
MATCH_ALL = "MATCH_ALL",
|
|
1334
1385
|
}
|
|
1335
1386
|
export enum Sort {
|
|
1336
1387
|
NONE = "NONE",
|
|
@@ -1366,6 +1417,7 @@ declare namespace $wrapper {
|
|
|
1366
1417
|
field?: (string[] | null);
|
|
1367
1418
|
sort?: ($wrapper.wix.api.Wql.Sort | null);
|
|
1368
1419
|
requiredFields?: ($wrapper.wix.api.Wql.IRequiredFields[] | null);
|
|
1420
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1369
1421
|
}
|
|
1370
1422
|
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
1371
1423
|
constructor(data?: IOperatorFieldSupport);
|
|
@@ -1374,9 +1426,20 @@ declare namespace $wrapper {
|
|
|
1374
1426
|
field?: (string[] | null);
|
|
1375
1427
|
sort?: ($wrapper.wix.api.Wql.Sort | null);
|
|
1376
1428
|
requiredFields?: ($wrapper.wix.api.Wql.IRequiredFields[] | null);
|
|
1429
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1377
1430
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1378
1431
|
}
|
|
1379
1432
|
}
|
|
1433
|
+
export interface ISearch {
|
|
1434
|
+
field?: (string[] | null);
|
|
1435
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1436
|
+
}
|
|
1437
|
+
export class Search implements ISearch {
|
|
1438
|
+
constructor(data?: ISearch);
|
|
1439
|
+
field?: (string[] | null);
|
|
1440
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1441
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1442
|
+
}
|
|
1380
1443
|
export interface IHookable {
|
|
1381
1444
|
}
|
|
1382
1445
|
export class Hookable implements IHookable {
|
|
@@ -1455,7 +1518,7 @@ declare namespace $wrapper {
|
|
|
1455
1518
|
}
|
|
1456
1519
|
export interface ICallback {
|
|
1457
1520
|
topic?: (string | null);
|
|
1458
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1521
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1459
1522
|
payload?: (string | null);
|
|
1460
1523
|
permission?: (string | null);
|
|
1461
1524
|
eventType?: ($wrapper.wix.api.Callback.EventType | null);
|
|
@@ -1465,7 +1528,7 @@ declare namespace $wrapper {
|
|
|
1465
1528
|
export class Callback implements ICallback {
|
|
1466
1529
|
constructor(data?: ICallback);
|
|
1467
1530
|
topic?: (string | null);
|
|
1468
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1531
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1469
1532
|
payload?: (string | null);
|
|
1470
1533
|
permission?: (string | null);
|
|
1471
1534
|
eventType?: ($wrapper.wix.api.Callback.EventType | null);
|
|
@@ -1546,7 +1609,7 @@ declare namespace $wrapper {
|
|
|
1546
1609
|
* However, new topics must provide a segment, or greyhound will throw an exception.
|
|
1547
1610
|
* @see https://bo.wix.com/wix-docs/rnd/p13n-guidelines---aips/guidance-aips/design-patterns/[7016]-events#p13n-guidelines---aips_guidance-aips_design-patterns_[7016]-events_12-choose-the-right-segment
|
|
1548
1611
|
*/
|
|
1549
|
-
export enum
|
|
1612
|
+
export enum SegmentName {
|
|
1550
1613
|
UNSPECIFIED = "UNSPECIFIED",
|
|
1551
1614
|
USERS = "USERS",
|
|
1552
1615
|
PUBLIC = "PUBLIC",
|
|
@@ -1575,10 +1638,12 @@ declare namespace $wrapper {
|
|
|
1575
1638
|
}
|
|
1576
1639
|
export interface IAlignedWithEnum {
|
|
1577
1640
|
field?: (string | null);
|
|
1641
|
+
suffix?: (string | null);
|
|
1578
1642
|
}
|
|
1579
1643
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
1580
1644
|
constructor(data?: IAlignedWithEnum);
|
|
1581
1645
|
field?: (string | null);
|
|
1646
|
+
suffix?: (string | null);
|
|
1582
1647
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1583
1648
|
}
|
|
1584
1649
|
export enum Format {
|
|
@@ -1861,16 +1926,18 @@ declare namespace $wrapper {
|
|
|
1861
1926
|
}
|
|
1862
1927
|
export interface ISubscription {
|
|
1863
1928
|
topic?: (string | null);
|
|
1864
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1929
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1865
1930
|
batch?: (boolean | null);
|
|
1866
1931
|
entity?: (string | null);
|
|
1932
|
+
dynamic?: (boolean | null);
|
|
1867
1933
|
}
|
|
1868
1934
|
export class Subscription implements ISubscription {
|
|
1869
1935
|
constructor(data?: ISubscription);
|
|
1870
1936
|
topic?: (string | null);
|
|
1871
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1937
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1872
1938
|
batch?: (boolean | null);
|
|
1873
1939
|
entity?: (string | null);
|
|
1940
|
+
dynamic?: (boolean | null);
|
|
1874
1941
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1875
1942
|
}
|
|
1876
1943
|
}
|
|
@@ -2288,6 +2355,7 @@ declare namespace $wrapper {
|
|
|
2288
2355
|
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2289
2356
|
range?: ($wrapper.wix.common.Aggregation.IRangeAggregation | null);
|
|
2290
2357
|
scalar?: ($wrapper.wix.common.Aggregation.IScalarAggregation | null);
|
|
2358
|
+
groupBy?: ($wrapper.wix.common.Aggregation.IGroupByAggregation | null);
|
|
2291
2359
|
}
|
|
2292
2360
|
export class Aggregation implements IAggregation {
|
|
2293
2361
|
constructor(data?: IAggregation);
|
|
@@ -2297,6 +2365,7 @@ declare namespace $wrapper {
|
|
|
2297
2365
|
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2298
2366
|
range?: ($wrapper.wix.common.Aggregation.IRangeAggregation | null);
|
|
2299
2367
|
scalar?: ($wrapper.wix.common.Aggregation.IScalarAggregation | null);
|
|
2368
|
+
groupBy?: ($wrapper.wix.common.Aggregation.IGroupByAggregation | null);
|
|
2300
2369
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2301
2370
|
}
|
|
2302
2371
|
export namespace Aggregation {
|
|
@@ -2324,12 +2393,16 @@ declare namespace $wrapper {
|
|
|
2324
2393
|
sortType?: ($wrapper.wix.common.Aggregation.ValueAggregation.SortType | null);
|
|
2325
2394
|
sortDirection?: ($wrapper.wix.common.Aggregation.ValueAggregation.SortDirection | null);
|
|
2326
2395
|
limit?: (number | null);
|
|
2396
|
+
missingValues?: ($wrapper.wix.common.Aggregation.ValueAggregation.MissingValues | null);
|
|
2397
|
+
includeOptions?: ($wrapper.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions | null);
|
|
2327
2398
|
}
|
|
2328
2399
|
export class ValueAggregation implements IValueAggregation {
|
|
2329
2400
|
constructor(data?: IValueAggregation);
|
|
2330
2401
|
sortType?: ($wrapper.wix.common.Aggregation.ValueAggregation.SortType | null);
|
|
2331
2402
|
sortDirection?: ($wrapper.wix.common.Aggregation.ValueAggregation.SortDirection | null);
|
|
2332
2403
|
limit?: (number | null);
|
|
2404
|
+
missingValues?: ($wrapper.wix.common.Aggregation.ValueAggregation.MissingValues | null);
|
|
2405
|
+
includeOptions?: ($wrapper.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions | null);
|
|
2333
2406
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2334
2407
|
}
|
|
2335
2408
|
export namespace ValueAggregation {
|
|
@@ -2341,6 +2414,18 @@ declare namespace $wrapper {
|
|
|
2341
2414
|
DESC = "DESC",
|
|
2342
2415
|
ASC = "ASC",
|
|
2343
2416
|
}
|
|
2417
|
+
export enum MissingValues {
|
|
2418
|
+
EXCLUDE = "EXCLUDE",
|
|
2419
|
+
INCLUDE = "INCLUDE",
|
|
2420
|
+
}
|
|
2421
|
+
export interface IIncludeMissingValuesOptions {
|
|
2422
|
+
addToBucket?: (string | null);
|
|
2423
|
+
}
|
|
2424
|
+
export class IncludeMissingValuesOptions implements IIncludeMissingValuesOptions {
|
|
2425
|
+
constructor(data?: IIncludeMissingValuesOptions);
|
|
2426
|
+
addToBucket?: (string | null);
|
|
2427
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2428
|
+
}
|
|
2344
2429
|
}
|
|
2345
2430
|
export interface IScalarAggregation {
|
|
2346
2431
|
type?: ($wrapper.wix.common.ScalarType | null);
|
|
@@ -2350,6 +2435,18 @@ declare namespace $wrapper {
|
|
|
2350
2435
|
type?: ($wrapper.wix.common.ScalarType | null);
|
|
2351
2436
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2352
2437
|
}
|
|
2438
|
+
export interface IGroupByAggregation {
|
|
2439
|
+
name?: (string | null);
|
|
2440
|
+
fieldPath?: (string | null);
|
|
2441
|
+
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2442
|
+
}
|
|
2443
|
+
export class GroupByAggregation implements IGroupByAggregation {
|
|
2444
|
+
constructor(data?: IGroupByAggregation);
|
|
2445
|
+
name?: (string | null);
|
|
2446
|
+
fieldPath?: (string | null);
|
|
2447
|
+
value?: ($wrapper.wix.common.Aggregation.IValueAggregation | null);
|
|
2448
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2449
|
+
}
|
|
2353
2450
|
}
|
|
2354
2451
|
export interface IAggregationData {
|
|
2355
2452
|
results?: ($wrapper.wix.common.AggregationData.IAggregationResults[] | null);
|
|
@@ -2363,17 +2460,21 @@ declare namespace $wrapper {
|
|
|
2363
2460
|
export interface IAggregationResults {
|
|
2364
2461
|
name?: (string | null);
|
|
2365
2462
|
type?: ($wrapper.wix.common.AggregationType | null);
|
|
2463
|
+
fieldPath?: (string | null);
|
|
2366
2464
|
values?: ($wrapper.wix.common.AggregationData.AggregationResults.IValueResults | null);
|
|
2367
2465
|
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
2368
2466
|
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
2467
|
+
groupedByValue?: ($wrapper.wix.common.AggregationData.AggregationResults.IGroupByValueResults | null);
|
|
2369
2468
|
}
|
|
2370
2469
|
export class AggregationResults implements IAggregationResults {
|
|
2371
2470
|
constructor(data?: IAggregationResults);
|
|
2372
2471
|
name?: (string | null);
|
|
2373
2472
|
type?: ($wrapper.wix.common.AggregationType | null);
|
|
2473
|
+
fieldPath?: (string | null);
|
|
2374
2474
|
values?: ($wrapper.wix.common.AggregationData.AggregationResults.IValueResults | null);
|
|
2375
2475
|
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
2376
2476
|
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
2477
|
+
groupedByValue?: ($wrapper.wix.common.AggregationData.AggregationResults.IGroupByValueResults | null);
|
|
2377
2478
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2378
2479
|
}
|
|
2379
2480
|
export namespace AggregationResults {
|
|
@@ -2429,6 +2530,44 @@ declare namespace $wrapper {
|
|
|
2429
2530
|
value?: (number | null);
|
|
2430
2531
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2431
2532
|
}
|
|
2533
|
+
export interface IGroupByValueResults {
|
|
2534
|
+
results?: ($wrapper.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[] | null);
|
|
2535
|
+
}
|
|
2536
|
+
export class GroupByValueResults implements IGroupByValueResults {
|
|
2537
|
+
constructor(data?: IGroupByValueResults);
|
|
2538
|
+
results?: ($wrapper.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[] | null);
|
|
2539
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2540
|
+
}
|
|
2541
|
+
export namespace GroupByValueResults {
|
|
2542
|
+
export interface INestedValueAggregationResult {
|
|
2543
|
+
value?: (string | null);
|
|
2544
|
+
nestedResults?: ($wrapper.wix.common.AggregationData.AggregationResults.INestedAggregationResults | null);
|
|
2545
|
+
}
|
|
2546
|
+
export class NestedValueAggregationResult implements INestedValueAggregationResult {
|
|
2547
|
+
constructor(data?: INestedValueAggregationResult);
|
|
2548
|
+
value?: (string | null);
|
|
2549
|
+
nestedResults?: ($wrapper.wix.common.AggregationData.AggregationResults.INestedAggregationResults | null);
|
|
2550
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2553
|
+
export interface INestedAggregationResults {
|
|
2554
|
+
name?: (string | null);
|
|
2555
|
+
type?: ($wrapper.wix.common.AggregationType | null);
|
|
2556
|
+
fieldPath?: (string | null);
|
|
2557
|
+
values?: ($wrapper.wix.common.AggregationData.AggregationResults.IValueResults | null);
|
|
2558
|
+
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
2559
|
+
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
2560
|
+
}
|
|
2561
|
+
export class NestedAggregationResults implements INestedAggregationResults {
|
|
2562
|
+
constructor(data?: INestedAggregationResults);
|
|
2563
|
+
name?: (string | null);
|
|
2564
|
+
type?: ($wrapper.wix.common.AggregationType | null);
|
|
2565
|
+
fieldPath?: (string | null);
|
|
2566
|
+
values?: ($wrapper.wix.common.AggregationData.AggregationResults.IValueResults | null);
|
|
2567
|
+
ranges?: ($wrapper.wix.common.AggregationData.AggregationResults.IRangeResults | null);
|
|
2568
|
+
scalar?: ($wrapper.wix.common.AggregationData.AggregationResults.IScalarResult | null);
|
|
2569
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2570
|
+
}
|
|
2432
2571
|
}
|
|
2433
2572
|
}
|
|
2434
2573
|
export interface IAddress {
|
|
@@ -2712,6 +2851,46 @@ declare namespace $wrapper {
|
|
|
2712
2851
|
}
|
|
2713
2852
|
}
|
|
2714
2853
|
}
|
|
2854
|
+
export namespace tags {
|
|
2855
|
+
export interface ITags {
|
|
2856
|
+
privateTags?: ($wrapper.wix.common.tags.Tags.ITagList | null);
|
|
2857
|
+
tags?: ($wrapper.wix.common.tags.Tags.ITagList | null);
|
|
2858
|
+
}
|
|
2859
|
+
export class Tags implements ITags {
|
|
2860
|
+
constructor(data?: ITags);
|
|
2861
|
+
privateTags?: ($wrapper.wix.common.tags.Tags.ITagList | null);
|
|
2862
|
+
tags?: ($wrapper.wix.common.tags.Tags.ITagList | null);
|
|
2863
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2864
|
+
}
|
|
2865
|
+
export namespace Tags {
|
|
2866
|
+
export interface ITagList {
|
|
2867
|
+
tagIds?: (string[] | null);
|
|
2868
|
+
}
|
|
2869
|
+
export class TagList implements ITagList {
|
|
2870
|
+
constructor(data?: ITagList);
|
|
2871
|
+
tagIds?: (string[] | null);
|
|
2872
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2873
|
+
}
|
|
2874
|
+
}
|
|
2875
|
+
export interface IPublicTags {
|
|
2876
|
+
tags?: ($wrapper.wix.common.tags.PublicTags.ITagList | null);
|
|
2877
|
+
}
|
|
2878
|
+
export class PublicTags implements IPublicTags {
|
|
2879
|
+
constructor(data?: IPublicTags);
|
|
2880
|
+
tags?: ($wrapper.wix.common.tags.PublicTags.ITagList | null);
|
|
2881
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2882
|
+
}
|
|
2883
|
+
export namespace PublicTags {
|
|
2884
|
+
export interface ITagList {
|
|
2885
|
+
tagIds?: (string[] | null);
|
|
2886
|
+
}
|
|
2887
|
+
export class TagList implements ITagList {
|
|
2888
|
+
constructor(data?: ITagList);
|
|
2889
|
+
tagIds?: (string[] | null);
|
|
2890
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2891
|
+
}
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2715
2894
|
export interface IWixLink {
|
|
2716
2895
|
external?: ($wrapper.wix.common.IExternalLink | null);
|
|
2717
2896
|
page?: ($wrapper.wix.common.IPageLink | null);
|
|
@@ -3498,7 +3677,8 @@ declare namespace $wrapper {
|
|
|
3498
3677
|
allowedPaymentProviderIds?: (string[] | null);
|
|
3499
3678
|
captureMethod?: ($wrapper.wix.payment.api.pay.v2.OrderDescription.CaptureMethod | null);
|
|
3500
3679
|
delayedCaptureOptions?: ($wrapper.wix.payment.api.pay.v2.IDelayedCaptureOptions | null);
|
|
3501
|
-
|
|
3680
|
+
merchantUseSaveEnabled?: (boolean | null);
|
|
3681
|
+
scaRequested?: (boolean | null);
|
|
3502
3682
|
}
|
|
3503
3683
|
export class OrderDescription implements IOrderDescription {
|
|
3504
3684
|
constructor(data?: IOrderDescription);
|
|
@@ -3521,7 +3701,8 @@ declare namespace $wrapper {
|
|
|
3521
3701
|
allowedPaymentProviderIds?: (string[] | null);
|
|
3522
3702
|
captureMethod?: ($wrapper.wix.payment.api.pay.v2.OrderDescription.CaptureMethod | null);
|
|
3523
3703
|
delayedCaptureOptions?: ($wrapper.wix.payment.api.pay.v2.IDelayedCaptureOptions | null);
|
|
3524
|
-
|
|
3704
|
+
merchantUseSaveEnabled?: (boolean | null);
|
|
3705
|
+
scaRequested?: (boolean | null);
|
|
3525
3706
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3526
3707
|
}
|
|
3527
3708
|
export namespace OrderDescription {
|
|
@@ -3848,7 +4029,7 @@ declare namespace $wrapper {
|
|
|
3848
4029
|
savePaymentMethod?: (boolean | null);
|
|
3849
4030
|
paymentAgreementId?: (string | null);
|
|
3850
4031
|
orderId?: (string | null);
|
|
3851
|
-
|
|
4032
|
+
merchantUseAllowed?: (boolean | null);
|
|
3852
4033
|
card?: ($wrapper.wix.payment.api.pay.v2.ICardPayment | null);
|
|
3853
4034
|
cardReader?: ($wrapper.wix.payment.api.pay.v2.ICardReaderPayment | null);
|
|
3854
4035
|
ideal?: ($wrapper.wix.payment.api.pay.v2.IIDealPayment | null);
|
|
@@ -3873,7 +4054,7 @@ declare namespace $wrapper {
|
|
|
3873
4054
|
savePaymentMethod?: (boolean | null);
|
|
3874
4055
|
paymentAgreementId?: (string | null);
|
|
3875
4056
|
orderId?: (string | null);
|
|
3876
|
-
|
|
4057
|
+
merchantUseAllowed?: (boolean | null);
|
|
3877
4058
|
card?: ($wrapper.wix.payment.api.pay.v2.ICardPayment | null);
|
|
3878
4059
|
cardReader?: ($wrapper.wix.payment.api.pay.v2.ICardReaderPayment | null);
|
|
3879
4060
|
ideal?: ($wrapper.wix.payment.api.pay.v2.IIDealPayment | null);
|
|
@@ -3886,11 +4067,13 @@ declare namespace $wrapper {
|
|
|
3886
4067
|
export interface IClientInfo {
|
|
3887
4068
|
deviceFingerprint?: (string | null);
|
|
3888
4069
|
riskProviderData?: ({ [k: string]: string } | null);
|
|
4070
|
+
captchaToken?: (string | null);
|
|
3889
4071
|
}
|
|
3890
4072
|
export class ClientInfo implements IClientInfo {
|
|
3891
4073
|
constructor(data?: IClientInfo);
|
|
3892
4074
|
deviceFingerprint?: (string | null);
|
|
3893
4075
|
riskProviderData?: ({ [k: string]: string });
|
|
4076
|
+
captchaToken?: (string | null);
|
|
3894
4077
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3895
4078
|
}
|
|
3896
4079
|
export interface ICreditCardToken {
|
|
@@ -4015,7 +4198,7 @@ declare namespace $wrapper {
|
|
|
4015
4198
|
returnSavedMethods?: (boolean | null);
|
|
4016
4199
|
returnPaymentAgreement?: (boolean | null);
|
|
4017
4200
|
enforceDelayedCapture?: (boolean | null);
|
|
4018
|
-
|
|
4201
|
+
merchantUseSaveEnabled?: (boolean | null);
|
|
4019
4202
|
buyerContactId?: (string | null);
|
|
4020
4203
|
}
|
|
4021
4204
|
export class ListPaymentMethodsRequest implements IListPaymentMethodsRequest {
|
|
@@ -4031,7 +4214,7 @@ declare namespace $wrapper {
|
|
|
4031
4214
|
returnSavedMethods?: (boolean | null);
|
|
4032
4215
|
returnPaymentAgreement?: (boolean | null);
|
|
4033
4216
|
enforceDelayedCapture?: (boolean | null);
|
|
4034
|
-
|
|
4217
|
+
merchantUseSaveEnabled?: (boolean | null);
|
|
4035
4218
|
buyerContactId?: (string | null);
|
|
4036
4219
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4037
4220
|
}
|
|
@@ -4051,6 +4234,7 @@ declare namespace $wrapper {
|
|
|
4051
4234
|
amount?: (string | null);
|
|
4052
4235
|
locale?: (string | null);
|
|
4053
4236
|
chargeIntent?: ($wrapper.wix.payment.api.pay.v2.Charge.ChargeIntent | null);
|
|
4237
|
+
merchantUseSaveEnabled?: (boolean | null);
|
|
4054
4238
|
}
|
|
4055
4239
|
export class GetPaymentMethodRequest implements IGetPaymentMethodRequest {
|
|
4056
4240
|
constructor(data?: IGetPaymentMethodRequest);
|
|
@@ -4061,6 +4245,7 @@ declare namespace $wrapper {
|
|
|
4061
4245
|
amount?: (string | null);
|
|
4062
4246
|
locale?: (string | null);
|
|
4063
4247
|
chargeIntent?: ($wrapper.wix.payment.api.pay.v2.Charge.ChargeIntent | null);
|
|
4248
|
+
merchantUseSaveEnabled?: (boolean | null);
|
|
4064
4249
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4065
4250
|
}
|
|
4066
4251
|
export interface IGetPaymentMethodResponse {
|
|
@@ -4188,7 +4373,9 @@ declare namespace $wrapper {
|
|
|
4188
4373
|
primary?: (boolean | null);
|
|
4189
4374
|
savedCreditCardDetails?: ($wrapper.wix.payment.api.pay.v2.ISavedCreditCardDetails | null);
|
|
4190
4375
|
savePaymentMethodDisplayOption?: ($wrapper.wix.payment.api.pay.v2.PaymentMethod.SavePaymentMethodDisplayOption | null);
|
|
4191
|
-
|
|
4376
|
+
allowMerchantUseDisplayOption?: ($wrapper.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption | null);
|
|
4377
|
+
unscheduledMitSupport?: (boolean | null);
|
|
4378
|
+
captchaRequired?: (boolean | null);
|
|
4192
4379
|
}
|
|
4193
4380
|
export class PaymentMethod implements IPaymentMethod {
|
|
4194
4381
|
constructor(data?: IPaymentMethod);
|
|
@@ -4214,7 +4401,9 @@ declare namespace $wrapper {
|
|
|
4214
4401
|
primary?: (boolean | null);
|
|
4215
4402
|
savedCreditCardDetails?: ($wrapper.wix.payment.api.pay.v2.ISavedCreditCardDetails | null);
|
|
4216
4403
|
savePaymentMethodDisplayOption?: ($wrapper.wix.payment.api.pay.v2.PaymentMethod.SavePaymentMethodDisplayOption | null);
|
|
4217
|
-
|
|
4404
|
+
allowMerchantUseDisplayOption?: ($wrapper.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption | null);
|
|
4405
|
+
unscheduledMitSupport?: (boolean | null);
|
|
4406
|
+
captchaRequired?: (boolean | null);
|
|
4218
4407
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4219
4408
|
}
|
|
4220
4409
|
export namespace PaymentMethod {
|
|
@@ -4231,16 +4420,16 @@ declare namespace $wrapper {
|
|
|
4231
4420
|
SHOW_MERCHANT_DISCLAIMER = "SHOW_MERCHANT_DISCLAIMER",
|
|
4232
4421
|
}
|
|
4233
4422
|
}
|
|
4234
|
-
export interface
|
|
4423
|
+
export interface IAllowMerchantUseDisplayOptionEnum {
|
|
4235
4424
|
}
|
|
4236
|
-
export class
|
|
4237
|
-
constructor(data?:
|
|
4425
|
+
export class AllowMerchantUseDisplayOptionEnum implements IAllowMerchantUseDisplayOptionEnum {
|
|
4426
|
+
constructor(data?: IAllowMerchantUseDisplayOptionEnum);
|
|
4238
4427
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4239
4428
|
}
|
|
4240
|
-
export namespace
|
|
4241
|
-
export enum
|
|
4429
|
+
export namespace AllowMerchantUseDisplayOptionEnum {
|
|
4430
|
+
export enum AllowMerchantUseDisplayOption {
|
|
4242
4431
|
SHOW_NOTHING = "SHOW_NOTHING",
|
|
4243
|
-
|
|
4432
|
+
SHOW_ALLOW_MERCHANT_USE_CHECKBOX = "SHOW_ALLOW_MERCHANT_USE_CHECKBOX",
|
|
4244
4433
|
}
|
|
4245
4434
|
}
|
|
4246
4435
|
export interface ISavedCreditCardDetails {
|
|
@@ -4413,6 +4602,7 @@ declare namespace $wrapper {
|
|
|
4413
4602
|
PRIVATE_LABEL = "PRIVATE_LABEL",
|
|
4414
4603
|
VISA = "VISA",
|
|
4415
4604
|
VPAY = "VPAY",
|
|
4605
|
+
BANCONTACT_CARD = "BANCONTACT_CARD",
|
|
4416
4606
|
}
|
|
4417
4607
|
export enum MerchantCapability {
|
|
4418
4608
|
UNDEFINED_CAPABILITY = "UNDEFINED_CAPABILITY",
|
|
@@ -5030,7 +5220,7 @@ declare namespace $wrapper {
|
|
|
5030
5220
|
}
|
|
5031
5221
|
}
|
|
5032
5222
|
export namespace v3 {
|
|
5033
|
-
export abstract class
|
|
5223
|
+
export abstract class DoublePaymentEventsService {
|
|
5034
5224
|
}
|
|
5035
5225
|
export interface IPaymentEvent {
|
|
5036
5226
|
id?: (string | null);
|
|
@@ -5338,6 +5528,16 @@ declare namespace $wrapper {
|
|
|
5338
5528
|
SETUP = "SETUP",
|
|
5339
5529
|
}
|
|
5340
5530
|
}
|
|
5531
|
+
export abstract class PaymentEventsService {
|
|
5532
|
+
}
|
|
5533
|
+
export interface IDoublePaymentEvent {
|
|
5534
|
+
transactionId?: (string | null);
|
|
5535
|
+
}
|
|
5536
|
+
export class DoublePaymentEvent implements IDoublePaymentEvent {
|
|
5537
|
+
constructor(data?: IDoublePaymentEvent);
|
|
5538
|
+
transactionId?: (string | null);
|
|
5539
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5540
|
+
}
|
|
5341
5541
|
}
|
|
5342
5542
|
}
|
|
5343
5543
|
}
|
|
@@ -5622,6 +5822,7 @@ declare namespace $wrapper {
|
|
|
5622
5822
|
}
|
|
5623
5823
|
export abstract class CouponsManagerUI {
|
|
5624
5824
|
abstract getAllScopeConfigs(aspects: AspectStore, req: $wrapper.wix.coupons.api.v2.IAllScopeConfigsRequest): Promise<$wrapper.wix.coupons.api.v2.IAllScopeConfigsResponse>
|
|
5825
|
+
abstract getItem(aspects: AspectStore, req: $wrapper.wix.coupons.api.v2.IGetItemRequest): Promise<$wrapper.wix.coupons.api.v2.IGetItemResponse>
|
|
5625
5826
|
abstract getItems(aspects: AspectStore, req: $wrapper.wix.coupons.api.v2.IGetItemsRequest): Promise<$wrapper.wix.coupons.api.v2.IGetItemsResponse>
|
|
5626
5827
|
abstract getShoutoutAdditionalItems(aspects: AspectStore, req: $wrapper.wix.coupons.api.v2.IGetShoutoutAdditionalItemsRequest): Promise<$wrapper.wix.coupons.api.v2.IGetItemsResponse>
|
|
5627
5828
|
}
|
|
@@ -5753,6 +5954,26 @@ declare namespace $wrapper {
|
|
|
5753
5954
|
totalCount?: (number | null);
|
|
5754
5955
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5755
5956
|
}
|
|
5957
|
+
export interface IGetItemRequest {
|
|
5958
|
+
itemId?: (string | null);
|
|
5959
|
+
namespace?: (string | null);
|
|
5960
|
+
group?: (string | null);
|
|
5961
|
+
}
|
|
5962
|
+
export class GetItemRequest implements IGetItemRequest {
|
|
5963
|
+
constructor(data?: IGetItemRequest);
|
|
5964
|
+
itemId?: (string | null);
|
|
5965
|
+
namespace?: (string | null);
|
|
5966
|
+
group?: (string | null);
|
|
5967
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5968
|
+
}
|
|
5969
|
+
export interface IGetItemResponse {
|
|
5970
|
+
item?: ($wrapper.wix.coupons.api.v2.IItemForCoupon | null);
|
|
5971
|
+
}
|
|
5972
|
+
export class GetItemResponse implements IGetItemResponse {
|
|
5973
|
+
constructor(data?: IGetItemResponse);
|
|
5974
|
+
item?: ($wrapper.wix.coupons.api.v2.IItemForCoupon | null);
|
|
5975
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5976
|
+
}
|
|
5756
5977
|
export abstract class CouponsV2 {
|
|
5757
5978
|
abstract create(aspects: AspectStore, req: $wrapper.wix.coupons.api.v2.ICreateCouponRequest): Promise<$wrapper.wix.coupons.api.v2.ICreateCouponResponse>
|
|
5758
5979
|
abstract update(aspects: AspectStore, req: $wrapper.wix.coupons.api.v2.IUpdateCouponRequest): Promise<$wrapper.wix.coupons.api.v2.IUpdateCouponResponse>
|
|
@@ -6932,6 +7153,7 @@ declare namespace $wrapper {
|
|
|
6932
7153
|
abstract queryProductsWithBigPageLimit(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IQueryProductsWithBigPageLimitRequest): Promise<$wrapper.wix.catalog.api.v1.IQueryProductsResponse>
|
|
6933
7154
|
abstract getProducts(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IGetProductsRequest): Promise<$wrapper.wix.catalog.api.v1.IGetProductsResponse>
|
|
6934
7155
|
abstract getProduct(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IGetProductRequest): Promise<$wrapper.wix.catalog.api.v1.IGetProductResponse>
|
|
7156
|
+
abstract getProductPlatformized(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IGetProductPlatformizedRequest): Promise<$wrapper.wix.catalog.api.v1.IGetProductPlatformizedResponse>
|
|
6935
7157
|
abstract queryCollections(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IQueryCollectionsRequest): Promise<$wrapper.wix.catalog.api.v1.IQueryCollectionsResponse>
|
|
6936
7158
|
abstract queryCollectionsPlatformized(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IQueryCollectionsPlatformizedRequest): Promise<$wrapper.wix.catalog.api.v1.IQueryCollectionsPlatformizedResponse>
|
|
6937
7159
|
abstract getCollection(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IGetCollectionRequest): Promise<$wrapper.wix.catalog.api.v1.IGetCollectionResponse>
|
|
@@ -7037,6 +7259,24 @@ declare namespace $wrapper {
|
|
|
7037
7259
|
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7038
7260
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7039
7261
|
}
|
|
7262
|
+
export interface IGetProductPlatformizedRequest {
|
|
7263
|
+
id?: (string | null);
|
|
7264
|
+
includeMerchantSpecificData?: (boolean | null);
|
|
7265
|
+
}
|
|
7266
|
+
export class GetProductPlatformizedRequest implements IGetProductPlatformizedRequest {
|
|
7267
|
+
constructor(data?: IGetProductPlatformizedRequest);
|
|
7268
|
+
id?: (string | null);
|
|
7269
|
+
includeMerchantSpecificData?: (boolean | null);
|
|
7270
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7271
|
+
}
|
|
7272
|
+
export interface IGetProductPlatformizedResponse {
|
|
7273
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7274
|
+
}
|
|
7275
|
+
export class GetProductPlatformizedResponse implements IGetProductPlatformizedResponse {
|
|
7276
|
+
constructor(data?: IGetProductPlatformizedResponse);
|
|
7277
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7278
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7279
|
+
}
|
|
7040
7280
|
export interface IQueryCollectionsRequest {
|
|
7041
7281
|
query?: ($wrapper.wix.catalog.api.v1.IQuery | null);
|
|
7042
7282
|
includeNumberOfProducts?: (boolean | null);
|
|
@@ -7279,8 +7519,11 @@ declare namespace $wrapper {
|
|
|
7279
7519
|
}
|
|
7280
7520
|
export abstract class CatalogWriteApi {
|
|
7281
7521
|
abstract createProduct(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.ICreateProductRequest): Promise<$wrapper.wix.catalog.api.v1.ICreateProductResponse>
|
|
7522
|
+
abstract createProductPlatformized(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.ICreateProductPlatformizedRequest): Promise<$wrapper.wix.catalog.api.v1.ICreateProductPlatformizedResponse>
|
|
7282
7523
|
abstract updateProduct(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IUpdateProductRequest): Promise<$wrapper.wix.catalog.api.v1.IUpdateProductResponse>
|
|
7524
|
+
abstract updateProductPlatformized(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IUpdateProductPlatformizedRequest): Promise<$wrapper.wix.catalog.api.v1.IUpdateProductPlatformizedResponse>
|
|
7283
7525
|
abstract deleteProduct(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IDeleteProductRequest): Promise<$wrapper.wix.catalog.api.v1.IDeleteProductResponse>
|
|
7526
|
+
abstract deleteProductPlatformized(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IDeleteProductPlatformizedRequest): Promise<$wrapper.wix.catalog.api.v1.IDeleteProductPlatformizedResponse>
|
|
7284
7527
|
abstract bulkDeleteProducts(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IBulkDeleteProductsRequest): Promise<$wrapper.wix.catalog.api.v1.IBulkDeleteProductsResponse>
|
|
7285
7528
|
abstract updateVariants(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IUpdateVariantsRequest): Promise<$wrapper.wix.catalog.api.v1.IUpdateVariantsResponse>
|
|
7286
7529
|
abstract resetAllVariantData(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IResetAllVariantDataRequest): Promise<$wrapper.wix.catalog.api.v1.IResetAllVariantDataResponse>
|
|
@@ -7304,6 +7547,7 @@ declare namespace $wrapper {
|
|
|
7304
7547
|
abstract bulkUpdateProductsByFilterSync(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IBulkUpdateProductsByFilterSyncRequest): Promise<$wrapper.wix.catalog.api.v1.IBulkUpdateProductsByFilterSyncResponse>
|
|
7305
7548
|
abstract bulkAdjustProductProperties(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IBulkAdjustProductPropertiesRequest): Promise<$wrapper.wix.catalog.api.v1.IBulkAdjustProductPropertiesResponse>
|
|
7306
7549
|
abstract bulkAdjustProductPropertiesByFilterSync(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IBulkAdjustProductPropertiesByFilterSyncRequest): Promise<$wrapper.wix.catalog.api.v1.IBulkAdjustProductPropertiesByFilterSyncResponse>
|
|
7550
|
+
abstract reCloneStore(aspects: AspectStore, req: $wrapper.wix.catalog.api.v1.IReCloneStoreRequest): Promise<$wrapper.wix.catalog.api.v1.IReCloneStoreResponse>
|
|
7307
7551
|
}
|
|
7308
7552
|
export interface ICreateProductRequest {
|
|
7309
7553
|
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
@@ -7321,6 +7565,22 @@ declare namespace $wrapper {
|
|
|
7321
7565
|
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7322
7566
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7323
7567
|
}
|
|
7568
|
+
export interface ICreateProductPlatformizedRequest {
|
|
7569
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7570
|
+
}
|
|
7571
|
+
export class CreateProductPlatformizedRequest implements ICreateProductPlatformizedRequest {
|
|
7572
|
+
constructor(data?: ICreateProductPlatformizedRequest);
|
|
7573
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7574
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7575
|
+
}
|
|
7576
|
+
export interface ICreateProductPlatformizedResponse {
|
|
7577
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7578
|
+
}
|
|
7579
|
+
export class CreateProductPlatformizedResponse implements ICreateProductPlatformizedResponse {
|
|
7580
|
+
constructor(data?: ICreateProductPlatformizedResponse);
|
|
7581
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7582
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7583
|
+
}
|
|
7324
7584
|
export interface IUpdateProductRequest {
|
|
7325
7585
|
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7326
7586
|
}
|
|
@@ -7337,6 +7597,22 @@ declare namespace $wrapper {
|
|
|
7337
7597
|
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7338
7598
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7339
7599
|
}
|
|
7600
|
+
export interface IUpdateProductPlatformizedRequest {
|
|
7601
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7602
|
+
}
|
|
7603
|
+
export class UpdateProductPlatformizedRequest implements IUpdateProductPlatformizedRequest {
|
|
7604
|
+
constructor(data?: IUpdateProductPlatformizedRequest);
|
|
7605
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7606
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7607
|
+
}
|
|
7608
|
+
export interface IUpdateProductPlatformizedResponse {
|
|
7609
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7610
|
+
}
|
|
7611
|
+
export class UpdateProductPlatformizedResponse implements IUpdateProductPlatformizedResponse {
|
|
7612
|
+
constructor(data?: IUpdateProductPlatformizedResponse);
|
|
7613
|
+
product?: ($wrapper.wix.catalog.api.v1.IProduct | null);
|
|
7614
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7615
|
+
}
|
|
7340
7616
|
export interface IDeleteProductRequest {
|
|
7341
7617
|
id?: (string | null);
|
|
7342
7618
|
}
|
|
@@ -7351,6 +7627,20 @@ declare namespace $wrapper {
|
|
|
7351
7627
|
constructor(data?: IDeleteProductResponse);
|
|
7352
7628
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7353
7629
|
}
|
|
7630
|
+
export interface IDeleteProductPlatformizedRequest {
|
|
7631
|
+
id?: (string | null);
|
|
7632
|
+
}
|
|
7633
|
+
export class DeleteProductPlatformizedRequest implements IDeleteProductPlatformizedRequest {
|
|
7634
|
+
constructor(data?: IDeleteProductPlatformizedRequest);
|
|
7635
|
+
id?: (string | null);
|
|
7636
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7637
|
+
}
|
|
7638
|
+
export interface IDeleteProductPlatformizedResponse {
|
|
7639
|
+
}
|
|
7640
|
+
export class DeleteProductPlatformizedResponse implements IDeleteProductPlatformizedResponse {
|
|
7641
|
+
constructor(data?: IDeleteProductPlatformizedResponse);
|
|
7642
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7643
|
+
}
|
|
7354
7644
|
export interface IBulkDeleteProductsRequest {
|
|
7355
7645
|
ids?: (string[] | null);
|
|
7356
7646
|
}
|
|
@@ -7809,6 +8099,22 @@ declare namespace $wrapper {
|
|
|
7809
8099
|
rate?: (number | null);
|
|
7810
8100
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7811
8101
|
}
|
|
8102
|
+
export interface IReCloneStoreRequest {
|
|
8103
|
+
metasiteId?: (string | null);
|
|
8104
|
+
originalMetasiteId?: (string | null);
|
|
8105
|
+
}
|
|
8106
|
+
export class ReCloneStoreRequest implements IReCloneStoreRequest {
|
|
8107
|
+
constructor(data?: IReCloneStoreRequest);
|
|
8108
|
+
metasiteId?: (string | null);
|
|
8109
|
+
originalMetasiteId?: (string | null);
|
|
8110
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8111
|
+
}
|
|
8112
|
+
export interface IReCloneStoreResponse {
|
|
8113
|
+
}
|
|
8114
|
+
export class ReCloneStoreResponse implements IReCloneStoreResponse {
|
|
8115
|
+
constructor(data?: IReCloneStoreResponse);
|
|
8116
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8117
|
+
}
|
|
7812
8118
|
export interface IProduct {
|
|
7813
8119
|
id?: (string | null);
|
|
7814
8120
|
name?: (string | null);
|
|
@@ -8777,6 +9083,7 @@ declare namespace $wrapper {
|
|
|
8777
9083
|
export abstract class CollectionReadApi {
|
|
8778
9084
|
abstract queryCollections(aspects: AspectStore, req: $wrapper.wix.catalog.api.v2.IQueryCollectionsRequest): Promise<$wrapper.wix.catalog.api.v2.IQueryCollectionsResponse>
|
|
8779
9085
|
abstract getCollection(aspects: AspectStore, req: $wrapper.wix.catalog.api.v2.IGetCollectionRequest): Promise<$wrapper.wix.catalog.api.v2.IGetCollectionResponse>
|
|
9086
|
+
abstract getCollectionBySlug(aspects: AspectStore, req: $wrapper.wix.catalog.api.v2.IGetCollectionBySlugRequest): Promise<$wrapper.wix.catalog.api.v2.IGetCollectionBySlugResponse>
|
|
8780
9087
|
}
|
|
8781
9088
|
export interface IQueryCollectionsRequest {
|
|
8782
9089
|
query?: ($wrapper.com.wix.ecommerce.commons.api.IPlatformQuery | null);
|
|
@@ -8812,6 +9119,22 @@ declare namespace $wrapper {
|
|
|
8812
9119
|
collection?: ($wrapper.wix.catalog.api.v1.ICollection | null);
|
|
8813
9120
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8814
9121
|
}
|
|
9122
|
+
export interface IGetCollectionBySlugRequest {
|
|
9123
|
+
slug?: (string | null);
|
|
9124
|
+
}
|
|
9125
|
+
export class GetCollectionBySlugRequest implements IGetCollectionBySlugRequest {
|
|
9126
|
+
constructor(data?: IGetCollectionBySlugRequest);
|
|
9127
|
+
slug?: (string | null);
|
|
9128
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9129
|
+
}
|
|
9130
|
+
export interface IGetCollectionBySlugResponse {
|
|
9131
|
+
collection?: ($wrapper.wix.catalog.api.v1.ICollection | null);
|
|
9132
|
+
}
|
|
9133
|
+
export class GetCollectionBySlugResponse implements IGetCollectionBySlugResponse {
|
|
9134
|
+
constructor(data?: IGetCollectionBySlugResponse);
|
|
9135
|
+
collection?: ($wrapper.wix.catalog.api.v1.ICollection | null);
|
|
9136
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9137
|
+
}
|
|
8815
9138
|
}
|
|
8816
9139
|
}
|
|
8817
9140
|
}
|
|
@@ -9367,11 +9690,13 @@ declare namespace $wrapper {
|
|
|
9367
9690
|
export interface IListAsyncJobItemsRequest {
|
|
9368
9691
|
jobId?: (string | null);
|
|
9369
9692
|
paging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
9693
|
+
hasError?: (boolean | null);
|
|
9370
9694
|
}
|
|
9371
9695
|
export class ListAsyncJobItemsRequest implements IListAsyncJobItemsRequest {
|
|
9372
9696
|
constructor(data?: IListAsyncJobItemsRequest);
|
|
9373
9697
|
jobId?: (string | null);
|
|
9374
9698
|
paging?: ($wrapper.wix.common.ICursorPaging | null);
|
|
9699
|
+
hasError?: (boolean | null);
|
|
9375
9700
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9376
9701
|
}
|
|
9377
9702
|
export interface IListAsyncJobItemsResponse {
|
|
@@ -9820,6 +10145,7 @@ declare namespace $wrapper {
|
|
|
9820
10145
|
'.wix.api.fieldMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
9821
10146
|
'.wix.api.pii'?: (boolean | null);
|
|
9822
10147
|
'.wix.api.referencedEntity'?: (string | null);
|
|
10148
|
+
'.wix.api.referencedEntityField'?: ($wrapper.wix.api.IReferenceEntityField | null);
|
|
9823
10149
|
'.wix.api.fieldDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
9824
10150
|
'.wix.api.translatable'?: ($wrapper.wix.api.ITranslatable | null);
|
|
9825
10151
|
'.wix.api.sampleData'?: (string | null);
|
|
@@ -9851,6 +10177,7 @@ declare namespace $wrapper {
|
|
|
9851
10177
|
'.wix.api.fieldMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
9852
10178
|
'.wix.api.pii'?: (boolean | null);
|
|
9853
10179
|
'.wix.api.referencedEntity'?: (string | null);
|
|
10180
|
+
'.wix.api.referencedEntityField'?: ($wrapper.wix.api.IReferenceEntityField | null);
|
|
9854
10181
|
'.wix.api.fieldDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
9855
10182
|
'.wix.api.translatable'?: ($wrapper.wix.api.ITranslatable | null);
|
|
9856
10183
|
'.wix.api.sampleData'?: (string | null);
|