@wix/bex-utils 1.29.0 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +33 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/{entitlement_policy_provider/com/wixpress/appservice/api/upstream/wix/entitlements → benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs}/spi/v1/policy_provider_spi.proto +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/reservations/v1/custom_reservation_approval.proto +14 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +6 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +5 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +19 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +6 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +8 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +24 -15
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/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 +2 -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 $requests {
|
|
|
158
158
|
rootCatalogItemId?: string;
|
|
159
159
|
priceDescription?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IPriceDescription;
|
|
160
160
|
depositAmount?: string;
|
|
161
|
+
deliveryProfileId?: string;
|
|
161
162
|
}
|
|
162
163
|
export class ItemData implements IItemData {
|
|
163
164
|
constructor(data?: IItemData);
|
|
@@ -181,6 +182,7 @@ declare namespace $requests {
|
|
|
181
182
|
rootCatalogItemId?: string;
|
|
182
183
|
priceDescription?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IPriceDescription;
|
|
183
184
|
depositAmount?: string;
|
|
185
|
+
deliveryProfileId?: string;
|
|
184
186
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
185
187
|
}
|
|
186
188
|
export interface ISubscriptionOptionInfo {
|
|
@@ -345,12 +347,14 @@ declare namespace $requests {
|
|
|
345
347
|
deploymentUri?: string;
|
|
346
348
|
allItemsDiscount?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig;
|
|
347
349
|
specificItemsDiscount?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig;
|
|
350
|
+
nameTranslationKey?: string;
|
|
348
351
|
}
|
|
349
352
|
export class CatalogSPIConfig implements ICatalogSPIConfig {
|
|
350
353
|
constructor(data?: ICatalogSPIConfig);
|
|
351
354
|
deploymentUri?: string;
|
|
352
355
|
allItemsDiscount?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig;
|
|
353
356
|
specificItemsDiscount?: $requests.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig;
|
|
357
|
+
nameTranslationKey?: string;
|
|
354
358
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
355
359
|
}
|
|
356
360
|
export interface IDiscountConfig {
|
|
@@ -479,6 +483,7 @@ declare namespace $requests {
|
|
|
479
483
|
streetAddress?: $requests.wix.common.IStreetAddress;
|
|
480
484
|
addressLine?: string;
|
|
481
485
|
addressLine2?: string;
|
|
486
|
+
geocode?: $requests.wix.common.IAddressLocation;
|
|
482
487
|
countryFullname?: string;
|
|
483
488
|
subdivisionFullname?: string;
|
|
484
489
|
}
|
|
@@ -491,6 +496,7 @@ declare namespace $requests {
|
|
|
491
496
|
streetAddress?: $requests.wix.common.IStreetAddress;
|
|
492
497
|
addressLine?: string;
|
|
493
498
|
addressLine2?: string;
|
|
499
|
+
geocode?: $requests.wix.common.IAddressLocation;
|
|
494
500
|
countryFullname?: string;
|
|
495
501
|
subdivisionFullname?: string;
|
|
496
502
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
@@ -532,6 +538,8 @@ declare namespace $requests {
|
|
|
532
538
|
WIX_INVOICES = "WIX_INVOICES",
|
|
533
539
|
BACKOFFICE_MERCHANT = "BACKOFFICE_MERCHANT",
|
|
534
540
|
WISH = "WISH",
|
|
541
|
+
CLASS_PASS = "CLASS_PASS",
|
|
542
|
+
GLOBAL_E = "GLOBAL_E",
|
|
535
543
|
}
|
|
536
544
|
export interface IPickupAddress {
|
|
537
545
|
country?: string;
|
|
@@ -785,10 +793,25 @@ declare namespace $requests {
|
|
|
785
793
|
cursorPaging?: $requests.wix.common.ICursorPaging;
|
|
786
794
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
787
795
|
}
|
|
796
|
+
export interface IPlatformQueryV2 {
|
|
797
|
+
filter?: { [key: string]: any };
|
|
798
|
+
sort?: $requests.wix.common.ISorting[];
|
|
799
|
+
paging?: $requests.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
800
|
+
cursorPaging?: $requests.wix.common.ICursorPaging;
|
|
801
|
+
}
|
|
802
|
+
export class PlatformQueryV2 implements IPlatformQueryV2 {
|
|
803
|
+
constructor(data?: IPlatformQueryV2);
|
|
804
|
+
filter?: { [key: string]: any };
|
|
805
|
+
sort?: $requests.wix.common.ISorting[];
|
|
806
|
+
paging?: $requests.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
807
|
+
cursorPaging?: $requests.wix.common.ICursorPaging;
|
|
808
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
809
|
+
}
|
|
788
810
|
export interface IPlatformSearch {
|
|
789
811
|
filter?: { [key: string]: any };
|
|
790
812
|
sort?: $requests.wix.common.ISorting[];
|
|
791
813
|
aggregations?: $requests.wix.common.IAggregation[];
|
|
814
|
+
search?: $requests.wix.common.ISearchDetails;
|
|
792
815
|
paging?: $requests.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
793
816
|
cursorPaging?: $requests.wix.common.ICursorPaging;
|
|
794
817
|
}
|
|
@@ -797,10 +820,27 @@ declare namespace $requests {
|
|
|
797
820
|
filter?: { [key: string]: any };
|
|
798
821
|
sort?: $requests.wix.common.ISorting[];
|
|
799
822
|
aggregations?: $requests.wix.common.IAggregation[];
|
|
823
|
+
search?: $requests.wix.common.ISearchDetails;
|
|
800
824
|
paging?: $requests.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
801
825
|
cursorPaging?: $requests.wix.common.ICursorPaging;
|
|
802
826
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
803
827
|
}
|
|
828
|
+
export interface IPlatformOffsetSearch {
|
|
829
|
+
filter?: { [key: string]: any };
|
|
830
|
+
sort?: $requests.wix.common.ISorting[];
|
|
831
|
+
aggregations?: $requests.wix.common.IAggregation[];
|
|
832
|
+
search?: $requests.wix.common.ISearchDetails;
|
|
833
|
+
paging?: $requests.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
834
|
+
}
|
|
835
|
+
export class PlatformOffsetSearch implements IPlatformOffsetSearch {
|
|
836
|
+
constructor(data?: IPlatformOffsetSearch);
|
|
837
|
+
filter?: { [key: string]: any };
|
|
838
|
+
sort?: $requests.wix.common.ISorting[];
|
|
839
|
+
aggregations?: $requests.wix.common.IAggregation[];
|
|
840
|
+
search?: $requests.wix.common.ISearchDetails;
|
|
841
|
+
paging?: $requests.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
842
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
843
|
+
}
|
|
804
844
|
export interface IUnlimitedPlatformQuery {
|
|
805
845
|
filter?: { [key: string]: any };
|
|
806
846
|
sort?: $requests.wix.common.ISorting[];
|
|
@@ -921,7 +961,7 @@ declare namespace $requests {
|
|
|
921
961
|
exposure?: $requests.wix.api.Exposure;
|
|
922
962
|
appendixFiles?: $requests.wix.api.IMessageAppendix[];
|
|
923
963
|
oldFqdnForBackwardsCompatibility?: string;
|
|
924
|
-
segment?: $requests.wix.api.Segment.
|
|
964
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
925
965
|
implements?: string[];
|
|
926
966
|
extensible?: $requests.wix.api.IExtensible;
|
|
927
967
|
trashbin?: boolean;
|
|
@@ -936,7 +976,7 @@ declare namespace $requests {
|
|
|
936
976
|
exposure?: $requests.wix.api.Exposure;
|
|
937
977
|
appendixFiles?: $requests.wix.api.IMessageAppendix[];
|
|
938
978
|
oldFqdnForBackwardsCompatibility?: string;
|
|
939
|
-
segment?: $requests.wix.api.Segment.
|
|
979
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
940
980
|
implements?: string[];
|
|
941
981
|
extensible?: $requests.wix.api.IExtensible;
|
|
942
982
|
trashbin?: boolean;
|
|
@@ -980,6 +1020,14 @@ declare namespace $requests {
|
|
|
980
1020
|
eventSequenceNumber?: boolean;
|
|
981
1021
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
982
1022
|
}
|
|
1023
|
+
export interface IReferenceEntityField {
|
|
1024
|
+
path?: string;
|
|
1025
|
+
}
|
|
1026
|
+
export class ReferenceEntityField implements IReferenceEntityField {
|
|
1027
|
+
constructor(data?: IReferenceEntityField);
|
|
1028
|
+
path?: string;
|
|
1029
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1030
|
+
}
|
|
983
1031
|
export interface ICacheSettings {
|
|
984
1032
|
maxAgeSeconds?: number;
|
|
985
1033
|
}
|
|
@@ -1183,6 +1231,7 @@ declare namespace $requests {
|
|
|
1183
1231
|
paging?: $requests.wix.api.IPaging;
|
|
1184
1232
|
wql?: $requests.wix.api.IWql;
|
|
1185
1233
|
meAliasableField?: string[];
|
|
1234
|
+
search?: $requests.wix.api.ISearch[];
|
|
1186
1235
|
}
|
|
1187
1236
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
1188
1237
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -1191,6 +1240,7 @@ declare namespace $requests {
|
|
|
1191
1240
|
paging?: $requests.wix.api.IPaging;
|
|
1192
1241
|
wql?: $requests.wix.api.IWql;
|
|
1193
1242
|
meAliasableField?: string[];
|
|
1243
|
+
search?: $requests.wix.api.ISearch[];
|
|
1194
1244
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1195
1245
|
}
|
|
1196
1246
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1327,6 +1377,7 @@ declare namespace $requests {
|
|
|
1327
1377
|
ANY = "ANY",
|
|
1328
1378
|
HAS_SOME = "HAS_SOME",
|
|
1329
1379
|
EMPTY = "EMPTY",
|
|
1380
|
+
MATCH_ALL = "MATCH_ALL",
|
|
1330
1381
|
}
|
|
1331
1382
|
export enum Sort {
|
|
1332
1383
|
NONE = "NONE",
|
|
@@ -1362,6 +1413,7 @@ declare namespace $requests {
|
|
|
1362
1413
|
field?: string[];
|
|
1363
1414
|
sort?: $requests.wix.api.Wql.Sort;
|
|
1364
1415
|
requiredFields?: $requests.wix.api.Wql.IRequiredFields[];
|
|
1416
|
+
maturity?: $requests.wix.api.Maturity;
|
|
1365
1417
|
}
|
|
1366
1418
|
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
1367
1419
|
constructor(data?: IOperatorFieldSupport);
|
|
@@ -1370,9 +1422,20 @@ declare namespace $requests {
|
|
|
1370
1422
|
field?: string[];
|
|
1371
1423
|
sort?: $requests.wix.api.Wql.Sort;
|
|
1372
1424
|
requiredFields?: $requests.wix.api.Wql.IRequiredFields[];
|
|
1425
|
+
maturity?: $requests.wix.api.Maturity;
|
|
1373
1426
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1374
1427
|
}
|
|
1375
1428
|
}
|
|
1429
|
+
export interface ISearch {
|
|
1430
|
+
field?: string[];
|
|
1431
|
+
maturity?: $requests.wix.api.Maturity;
|
|
1432
|
+
}
|
|
1433
|
+
export class Search implements ISearch {
|
|
1434
|
+
constructor(data?: ISearch);
|
|
1435
|
+
field?: string[];
|
|
1436
|
+
maturity?: $requests.wix.api.Maturity;
|
|
1437
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1438
|
+
}
|
|
1376
1439
|
export interface IHookable {
|
|
1377
1440
|
}
|
|
1378
1441
|
export class Hookable implements IHookable {
|
|
@@ -1451,7 +1514,7 @@ declare namespace $requests {
|
|
|
1451
1514
|
}
|
|
1452
1515
|
export interface ICallback {
|
|
1453
1516
|
topic?: string;
|
|
1454
|
-
segment?: $requests.wix.api.Segment.
|
|
1517
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
1455
1518
|
payload?: string;
|
|
1456
1519
|
permission?: string;
|
|
1457
1520
|
eventType?: $requests.wix.api.Callback.EventType;
|
|
@@ -1461,7 +1524,7 @@ declare namespace $requests {
|
|
|
1461
1524
|
export class Callback implements ICallback {
|
|
1462
1525
|
constructor(data?: ICallback);
|
|
1463
1526
|
topic?: string;
|
|
1464
|
-
segment?: $requests.wix.api.Segment.
|
|
1527
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
1465
1528
|
payload?: string;
|
|
1466
1529
|
permission?: string;
|
|
1467
1530
|
eventType?: $requests.wix.api.Callback.EventType;
|
|
@@ -1542,7 +1605,7 @@ declare namespace $requests {
|
|
|
1542
1605
|
* However, new topics must provide a segment, or greyhound will throw an exception.
|
|
1543
1606
|
* @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
|
|
1544
1607
|
*/
|
|
1545
|
-
export enum
|
|
1608
|
+
export enum SegmentName {
|
|
1546
1609
|
UNSPECIFIED = "UNSPECIFIED",
|
|
1547
1610
|
USERS = "USERS",
|
|
1548
1611
|
PUBLIC = "PUBLIC",
|
|
@@ -1571,10 +1634,12 @@ declare namespace $requests {
|
|
|
1571
1634
|
}
|
|
1572
1635
|
export interface IAlignedWithEnum {
|
|
1573
1636
|
field?: string;
|
|
1637
|
+
suffix?: string;
|
|
1574
1638
|
}
|
|
1575
1639
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
1576
1640
|
constructor(data?: IAlignedWithEnum);
|
|
1577
1641
|
field?: string;
|
|
1642
|
+
suffix?: string;
|
|
1578
1643
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1579
1644
|
}
|
|
1580
1645
|
export enum Format {
|
|
@@ -1857,16 +1922,18 @@ declare namespace $requests {
|
|
|
1857
1922
|
}
|
|
1858
1923
|
export interface ISubscription {
|
|
1859
1924
|
topic?: string;
|
|
1860
|
-
segment?: $requests.wix.api.Segment.
|
|
1925
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
1861
1926
|
batch?: boolean;
|
|
1862
1927
|
entity?: string;
|
|
1928
|
+
dynamic?: boolean;
|
|
1863
1929
|
}
|
|
1864
1930
|
export class Subscription implements ISubscription {
|
|
1865
1931
|
constructor(data?: ISubscription);
|
|
1866
1932
|
topic?: string;
|
|
1867
|
-
segment?: $requests.wix.api.Segment.
|
|
1933
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
1868
1934
|
batch?: boolean;
|
|
1869
1935
|
entity?: string;
|
|
1936
|
+
dynamic?: boolean;
|
|
1870
1937
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1871
1938
|
}
|
|
1872
1939
|
}
|
|
@@ -2284,6 +2351,7 @@ declare namespace $requests {
|
|
|
2284
2351
|
value?: $requests.wix.common.Aggregation.IValueAggregation;
|
|
2285
2352
|
range?: $requests.wix.common.Aggregation.IRangeAggregation;
|
|
2286
2353
|
scalar?: $requests.wix.common.Aggregation.IScalarAggregation;
|
|
2354
|
+
groupBy?: $requests.wix.common.Aggregation.IGroupByAggregation;
|
|
2287
2355
|
}
|
|
2288
2356
|
export class Aggregation implements IAggregation {
|
|
2289
2357
|
constructor(data?: IAggregation);
|
|
@@ -2293,6 +2361,7 @@ declare namespace $requests {
|
|
|
2293
2361
|
value?: $requests.wix.common.Aggregation.IValueAggregation;
|
|
2294
2362
|
range?: $requests.wix.common.Aggregation.IRangeAggregation;
|
|
2295
2363
|
scalar?: $requests.wix.common.Aggregation.IScalarAggregation;
|
|
2364
|
+
groupBy?: $requests.wix.common.Aggregation.IGroupByAggregation;
|
|
2296
2365
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2297
2366
|
}
|
|
2298
2367
|
export namespace Aggregation {
|
|
@@ -2320,12 +2389,16 @@ declare namespace $requests {
|
|
|
2320
2389
|
sortType?: $requests.wix.common.Aggregation.ValueAggregation.SortType;
|
|
2321
2390
|
sortDirection?: $requests.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
2322
2391
|
limit?: number;
|
|
2392
|
+
missingValues?: $requests.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
2393
|
+
includeOptions?: $requests.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
2323
2394
|
}
|
|
2324
2395
|
export class ValueAggregation implements IValueAggregation {
|
|
2325
2396
|
constructor(data?: IValueAggregation);
|
|
2326
2397
|
sortType?: $requests.wix.common.Aggregation.ValueAggregation.SortType;
|
|
2327
2398
|
sortDirection?: $requests.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
2328
2399
|
limit?: number;
|
|
2400
|
+
missingValues?: $requests.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
2401
|
+
includeOptions?: $requests.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
2329
2402
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2330
2403
|
}
|
|
2331
2404
|
export namespace ValueAggregation {
|
|
@@ -2337,6 +2410,18 @@ declare namespace $requests {
|
|
|
2337
2410
|
DESC = "DESC",
|
|
2338
2411
|
ASC = "ASC",
|
|
2339
2412
|
}
|
|
2413
|
+
export enum MissingValues {
|
|
2414
|
+
EXCLUDE = "EXCLUDE",
|
|
2415
|
+
INCLUDE = "INCLUDE",
|
|
2416
|
+
}
|
|
2417
|
+
export interface IIncludeMissingValuesOptions {
|
|
2418
|
+
addToBucket?: string;
|
|
2419
|
+
}
|
|
2420
|
+
export class IncludeMissingValuesOptions implements IIncludeMissingValuesOptions {
|
|
2421
|
+
constructor(data?: IIncludeMissingValuesOptions);
|
|
2422
|
+
addToBucket?: string;
|
|
2423
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2424
|
+
}
|
|
2340
2425
|
}
|
|
2341
2426
|
export interface IScalarAggregation {
|
|
2342
2427
|
type?: $requests.wix.common.ScalarType;
|
|
@@ -2346,6 +2431,18 @@ declare namespace $requests {
|
|
|
2346
2431
|
type?: $requests.wix.common.ScalarType;
|
|
2347
2432
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2348
2433
|
}
|
|
2434
|
+
export interface IGroupByAggregation {
|
|
2435
|
+
name?: string;
|
|
2436
|
+
fieldPath?: string;
|
|
2437
|
+
value?: $requests.wix.common.Aggregation.IValueAggregation;
|
|
2438
|
+
}
|
|
2439
|
+
export class GroupByAggregation implements IGroupByAggregation {
|
|
2440
|
+
constructor(data?: IGroupByAggregation);
|
|
2441
|
+
name?: string;
|
|
2442
|
+
fieldPath?: string;
|
|
2443
|
+
value?: $requests.wix.common.Aggregation.IValueAggregation;
|
|
2444
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2445
|
+
}
|
|
2349
2446
|
}
|
|
2350
2447
|
export interface IAggregationData {
|
|
2351
2448
|
results?: $requests.wix.common.AggregationData.IAggregationResults[];
|
|
@@ -2359,17 +2456,21 @@ declare namespace $requests {
|
|
|
2359
2456
|
export interface IAggregationResults {
|
|
2360
2457
|
name?: string;
|
|
2361
2458
|
type?: $requests.wix.common.AggregationType;
|
|
2459
|
+
fieldPath?: string;
|
|
2362
2460
|
values?: $requests.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
2363
2461
|
ranges?: $requests.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
2364
2462
|
scalar?: $requests.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
2463
|
+
groupedByValue?: $requests.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
2365
2464
|
}
|
|
2366
2465
|
export class AggregationResults implements IAggregationResults {
|
|
2367
2466
|
constructor(data?: IAggregationResults);
|
|
2368
2467
|
name?: string;
|
|
2369
2468
|
type?: $requests.wix.common.AggregationType;
|
|
2469
|
+
fieldPath?: string;
|
|
2370
2470
|
values?: $requests.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
2371
2471
|
ranges?: $requests.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
2372
2472
|
scalar?: $requests.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
2473
|
+
groupedByValue?: $requests.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
2373
2474
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2374
2475
|
}
|
|
2375
2476
|
export namespace AggregationResults {
|
|
@@ -2425,6 +2526,44 @@ declare namespace $requests {
|
|
|
2425
2526
|
value?: number;
|
|
2426
2527
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2427
2528
|
}
|
|
2529
|
+
export interface IGroupByValueResults {
|
|
2530
|
+
results?: $requests.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
2531
|
+
}
|
|
2532
|
+
export class GroupByValueResults implements IGroupByValueResults {
|
|
2533
|
+
constructor(data?: IGroupByValueResults);
|
|
2534
|
+
results?: $requests.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
2535
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2536
|
+
}
|
|
2537
|
+
export namespace GroupByValueResults {
|
|
2538
|
+
export interface INestedValueAggregationResult {
|
|
2539
|
+
value?: string;
|
|
2540
|
+
nestedResults?: $requests.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
2541
|
+
}
|
|
2542
|
+
export class NestedValueAggregationResult implements INestedValueAggregationResult {
|
|
2543
|
+
constructor(data?: INestedValueAggregationResult);
|
|
2544
|
+
value?: string;
|
|
2545
|
+
nestedResults?: $requests.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
2546
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
export interface INestedAggregationResults {
|
|
2550
|
+
name?: string;
|
|
2551
|
+
type?: $requests.wix.common.AggregationType;
|
|
2552
|
+
fieldPath?: string;
|
|
2553
|
+
values?: $requests.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
2554
|
+
ranges?: $requests.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
2555
|
+
scalar?: $requests.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
2556
|
+
}
|
|
2557
|
+
export class NestedAggregationResults implements INestedAggregationResults {
|
|
2558
|
+
constructor(data?: INestedAggregationResults);
|
|
2559
|
+
name?: string;
|
|
2560
|
+
type?: $requests.wix.common.AggregationType;
|
|
2561
|
+
fieldPath?: string;
|
|
2562
|
+
values?: $requests.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
2563
|
+
ranges?: $requests.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
2564
|
+
scalar?: $requests.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
2565
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2566
|
+
}
|
|
2428
2567
|
}
|
|
2429
2568
|
}
|
|
2430
2569
|
export interface IAddress {
|
|
@@ -2708,6 +2847,46 @@ declare namespace $requests {
|
|
|
2708
2847
|
}
|
|
2709
2848
|
}
|
|
2710
2849
|
}
|
|
2850
|
+
export namespace tags {
|
|
2851
|
+
export interface ITags {
|
|
2852
|
+
privateTags?: $requests.wix.common.tags.Tags.ITagList;
|
|
2853
|
+
tags?: $requests.wix.common.tags.Tags.ITagList;
|
|
2854
|
+
}
|
|
2855
|
+
export class Tags implements ITags {
|
|
2856
|
+
constructor(data?: ITags);
|
|
2857
|
+
privateTags?: $requests.wix.common.tags.Tags.ITagList;
|
|
2858
|
+
tags?: $requests.wix.common.tags.Tags.ITagList;
|
|
2859
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2860
|
+
}
|
|
2861
|
+
export namespace Tags {
|
|
2862
|
+
export interface ITagList {
|
|
2863
|
+
tagIds?: string[];
|
|
2864
|
+
}
|
|
2865
|
+
export class TagList implements ITagList {
|
|
2866
|
+
constructor(data?: ITagList);
|
|
2867
|
+
tagIds?: string[];
|
|
2868
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2869
|
+
}
|
|
2870
|
+
}
|
|
2871
|
+
export interface IPublicTags {
|
|
2872
|
+
tags?: $requests.wix.common.tags.PublicTags.ITagList;
|
|
2873
|
+
}
|
|
2874
|
+
export class PublicTags implements IPublicTags {
|
|
2875
|
+
constructor(data?: IPublicTags);
|
|
2876
|
+
tags?: $requests.wix.common.tags.PublicTags.ITagList;
|
|
2877
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2878
|
+
}
|
|
2879
|
+
export namespace PublicTags {
|
|
2880
|
+
export interface ITagList {
|
|
2881
|
+
tagIds?: string[];
|
|
2882
|
+
}
|
|
2883
|
+
export class TagList implements ITagList {
|
|
2884
|
+
constructor(data?: ITagList);
|
|
2885
|
+
tagIds?: string[];
|
|
2886
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2711
2890
|
export interface IWixLink {
|
|
2712
2891
|
external?: $requests.wix.common.IExternalLink;
|
|
2713
2892
|
page?: $requests.wix.common.IPageLink;
|
|
@@ -3463,7 +3642,8 @@ declare namespace $requests {
|
|
|
3463
3642
|
allowedPaymentProviderIds?: string[];
|
|
3464
3643
|
captureMethod?: $requests.wix.payment.api.pay.v2.OrderDescription.CaptureMethod;
|
|
3465
3644
|
delayedCaptureOptions?: $requests.wix.payment.api.pay.v2.IDelayedCaptureOptions;
|
|
3466
|
-
|
|
3645
|
+
merchantUseSaveEnabled?: boolean;
|
|
3646
|
+
scaRequested?: boolean;
|
|
3467
3647
|
}
|
|
3468
3648
|
export class OrderDescription implements IOrderDescription {
|
|
3469
3649
|
constructor(data?: IOrderDescription);
|
|
@@ -3486,7 +3666,8 @@ declare namespace $requests {
|
|
|
3486
3666
|
allowedPaymentProviderIds?: string[];
|
|
3487
3667
|
captureMethod?: $requests.wix.payment.api.pay.v2.OrderDescription.CaptureMethod;
|
|
3488
3668
|
delayedCaptureOptions?: $requests.wix.payment.api.pay.v2.IDelayedCaptureOptions;
|
|
3489
|
-
|
|
3669
|
+
merchantUseSaveEnabled?: boolean;
|
|
3670
|
+
scaRequested?: boolean;
|
|
3490
3671
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3491
3672
|
}
|
|
3492
3673
|
export namespace OrderDescription {
|
|
@@ -3810,7 +3991,7 @@ declare namespace $requests {
|
|
|
3810
3991
|
savePaymentMethod?: boolean;
|
|
3811
3992
|
paymentAgreementId?: string;
|
|
3812
3993
|
orderId?: string;
|
|
3813
|
-
|
|
3994
|
+
merchantUseAllowed?: boolean;
|
|
3814
3995
|
card?: $requests.wix.payment.api.pay.v2.ICardPayment;
|
|
3815
3996
|
cardReader?: $requests.wix.payment.api.pay.v2.ICardReaderPayment;
|
|
3816
3997
|
ideal?: $requests.wix.payment.api.pay.v2.IIDealPayment;
|
|
@@ -3835,7 +4016,7 @@ declare namespace $requests {
|
|
|
3835
4016
|
savePaymentMethod?: boolean;
|
|
3836
4017
|
paymentAgreementId?: string;
|
|
3837
4018
|
orderId?: string;
|
|
3838
|
-
|
|
4019
|
+
merchantUseAllowed?: boolean;
|
|
3839
4020
|
card?: $requests.wix.payment.api.pay.v2.ICardPayment;
|
|
3840
4021
|
cardReader?: $requests.wix.payment.api.pay.v2.ICardReaderPayment;
|
|
3841
4022
|
ideal?: $requests.wix.payment.api.pay.v2.IIDealPayment;
|
|
@@ -3848,11 +4029,13 @@ declare namespace $requests {
|
|
|
3848
4029
|
export interface IClientInfo {
|
|
3849
4030
|
deviceFingerprint?: string;
|
|
3850
4031
|
riskProviderData?: { [k: string]: string };
|
|
4032
|
+
captchaToken?: string;
|
|
3851
4033
|
}
|
|
3852
4034
|
export class ClientInfo implements IClientInfo {
|
|
3853
4035
|
constructor(data?: IClientInfo);
|
|
3854
4036
|
deviceFingerprint?: string;
|
|
3855
4037
|
riskProviderData?: { [k: string]: string };
|
|
4038
|
+
captchaToken?: string;
|
|
3856
4039
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3857
4040
|
}
|
|
3858
4041
|
export interface ICreditCardToken {
|
|
@@ -3969,7 +4152,7 @@ declare namespace $requests {
|
|
|
3969
4152
|
returnSavedMethods?: boolean;
|
|
3970
4153
|
returnPaymentAgreement?: boolean;
|
|
3971
4154
|
enforceDelayedCapture?: boolean;
|
|
3972
|
-
|
|
4155
|
+
merchantUseSaveEnabled?: boolean;
|
|
3973
4156
|
buyerContactId?: string;
|
|
3974
4157
|
}
|
|
3975
4158
|
export class ListPaymentMethodsRequest implements IListPaymentMethodsRequest {
|
|
@@ -3985,7 +4168,7 @@ declare namespace $requests {
|
|
|
3985
4168
|
returnSavedMethods?: boolean;
|
|
3986
4169
|
returnPaymentAgreement?: boolean;
|
|
3987
4170
|
enforceDelayedCapture?: boolean;
|
|
3988
|
-
|
|
4171
|
+
merchantUseSaveEnabled?: boolean;
|
|
3989
4172
|
buyerContactId?: string;
|
|
3990
4173
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3991
4174
|
}
|
|
@@ -4005,6 +4188,7 @@ declare namespace $requests {
|
|
|
4005
4188
|
amount?: string;
|
|
4006
4189
|
locale?: string;
|
|
4007
4190
|
chargeIntent?: $requests.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
4191
|
+
merchantUseSaveEnabled?: boolean;
|
|
4008
4192
|
}
|
|
4009
4193
|
export class GetPaymentMethodRequest implements IGetPaymentMethodRequest {
|
|
4010
4194
|
constructor(data?: IGetPaymentMethodRequest);
|
|
@@ -4015,6 +4199,7 @@ declare namespace $requests {
|
|
|
4015
4199
|
amount?: string;
|
|
4016
4200
|
locale?: string;
|
|
4017
4201
|
chargeIntent?: $requests.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
4202
|
+
merchantUseSaveEnabled?: boolean;
|
|
4018
4203
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4019
4204
|
}
|
|
4020
4205
|
export interface IGetPaymentMethodResponse {
|
|
@@ -4142,7 +4327,9 @@ declare namespace $requests {
|
|
|
4142
4327
|
primary?: boolean;
|
|
4143
4328
|
savedCreditCardDetails?: $requests.wix.payment.api.pay.v2.ISavedCreditCardDetails;
|
|
4144
4329
|
savePaymentMethodDisplayOption?: $requests.wix.payment.api.pay.v2.PaymentMethod.SavePaymentMethodDisplayOption;
|
|
4145
|
-
|
|
4330
|
+
allowMerchantUseDisplayOption?: $requests.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption;
|
|
4331
|
+
unscheduledMitSupport?: boolean;
|
|
4332
|
+
captchaRequired?: boolean;
|
|
4146
4333
|
}
|
|
4147
4334
|
export class PaymentMethod implements IPaymentMethod {
|
|
4148
4335
|
constructor(data?: IPaymentMethod);
|
|
@@ -4168,7 +4355,9 @@ declare namespace $requests {
|
|
|
4168
4355
|
primary?: boolean;
|
|
4169
4356
|
savedCreditCardDetails?: $requests.wix.payment.api.pay.v2.ISavedCreditCardDetails;
|
|
4170
4357
|
savePaymentMethodDisplayOption?: $requests.wix.payment.api.pay.v2.PaymentMethod.SavePaymentMethodDisplayOption;
|
|
4171
|
-
|
|
4358
|
+
allowMerchantUseDisplayOption?: $requests.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption;
|
|
4359
|
+
unscheduledMitSupport?: boolean;
|
|
4360
|
+
captchaRequired?: boolean;
|
|
4172
4361
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4173
4362
|
}
|
|
4174
4363
|
export namespace PaymentMethod {
|
|
@@ -4185,16 +4374,16 @@ declare namespace $requests {
|
|
|
4185
4374
|
SHOW_MERCHANT_DISCLAIMER = "SHOW_MERCHANT_DISCLAIMER",
|
|
4186
4375
|
}
|
|
4187
4376
|
}
|
|
4188
|
-
export interface
|
|
4377
|
+
export interface IAllowMerchantUseDisplayOptionEnum {
|
|
4189
4378
|
}
|
|
4190
|
-
export class
|
|
4191
|
-
constructor(data?:
|
|
4379
|
+
export class AllowMerchantUseDisplayOptionEnum implements IAllowMerchantUseDisplayOptionEnum {
|
|
4380
|
+
constructor(data?: IAllowMerchantUseDisplayOptionEnum);
|
|
4192
4381
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4193
4382
|
}
|
|
4194
|
-
export namespace
|
|
4195
|
-
export enum
|
|
4383
|
+
export namespace AllowMerchantUseDisplayOptionEnum {
|
|
4384
|
+
export enum AllowMerchantUseDisplayOption {
|
|
4196
4385
|
SHOW_NOTHING = "SHOW_NOTHING",
|
|
4197
|
-
|
|
4386
|
+
SHOW_ALLOW_MERCHANT_USE_CHECKBOX = "SHOW_ALLOW_MERCHANT_USE_CHECKBOX",
|
|
4198
4387
|
}
|
|
4199
4388
|
}
|
|
4200
4389
|
export interface ISavedCreditCardDetails {
|
|
@@ -4367,6 +4556,7 @@ declare namespace $requests {
|
|
|
4367
4556
|
PRIVATE_LABEL = "PRIVATE_LABEL",
|
|
4368
4557
|
VISA = "VISA",
|
|
4369
4558
|
VPAY = "VPAY",
|
|
4559
|
+
BANCONTACT_CARD = "BANCONTACT_CARD",
|
|
4370
4560
|
}
|
|
4371
4561
|
export enum MerchantCapability {
|
|
4372
4562
|
UNDEFINED_CAPABILITY = "UNDEFINED_CAPABILITY",
|
|
@@ -5270,6 +5460,14 @@ declare namespace $requests {
|
|
|
5270
5460
|
SETUP = "SETUP",
|
|
5271
5461
|
}
|
|
5272
5462
|
}
|
|
5463
|
+
export interface IDoublePaymentEvent {
|
|
5464
|
+
transactionId?: string;
|
|
5465
|
+
}
|
|
5466
|
+
export class DoublePaymentEvent implements IDoublePaymentEvent {
|
|
5467
|
+
constructor(data?: IDoublePaymentEvent);
|
|
5468
|
+
transactionId?: string;
|
|
5469
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5470
|
+
}
|
|
5273
5471
|
}
|
|
5274
5472
|
}
|
|
5275
5473
|
}
|
|
@@ -5675,6 +5873,26 @@ declare namespace $requests {
|
|
|
5675
5873
|
totalCount?: number;
|
|
5676
5874
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5677
5875
|
}
|
|
5876
|
+
export interface IGetItemRequest {
|
|
5877
|
+
itemId?: string;
|
|
5878
|
+
namespace?: string;
|
|
5879
|
+
group?: string;
|
|
5880
|
+
}
|
|
5881
|
+
export class GetItemRequest implements IGetItemRequest {
|
|
5882
|
+
constructor(data?: IGetItemRequest);
|
|
5883
|
+
itemId?: string;
|
|
5884
|
+
namespace?: string;
|
|
5885
|
+
group?: string;
|
|
5886
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5887
|
+
}
|
|
5888
|
+
export interface IGetItemResponse {
|
|
5889
|
+
item?: $requests.wix.coupons.api.v2.IItemForCoupon;
|
|
5890
|
+
}
|
|
5891
|
+
export class GetItemResponse implements IGetItemResponse {
|
|
5892
|
+
constructor(data?: IGetItemResponse);
|
|
5893
|
+
item?: $requests.wix.coupons.api.v2.IItemForCoupon;
|
|
5894
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5895
|
+
}
|
|
5678
5896
|
export interface IHasCouponsRequest {
|
|
5679
5897
|
}
|
|
5680
5898
|
export class HasCouponsRequest implements IHasCouponsRequest {
|
|
@@ -6896,6 +7114,24 @@ declare namespace $requests {
|
|
|
6896
7114
|
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
6897
7115
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6898
7116
|
}
|
|
7117
|
+
export interface IGetProductPlatformizedRequest {
|
|
7118
|
+
id?: string;
|
|
7119
|
+
includeMerchantSpecificData?: boolean;
|
|
7120
|
+
}
|
|
7121
|
+
export class GetProductPlatformizedRequest implements IGetProductPlatformizedRequest {
|
|
7122
|
+
constructor(data?: IGetProductPlatformizedRequest);
|
|
7123
|
+
id?: string;
|
|
7124
|
+
includeMerchantSpecificData?: boolean;
|
|
7125
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7126
|
+
}
|
|
7127
|
+
export interface IGetProductPlatformizedResponse {
|
|
7128
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7129
|
+
}
|
|
7130
|
+
export class GetProductPlatformizedResponse implements IGetProductPlatformizedResponse {
|
|
7131
|
+
constructor(data?: IGetProductPlatformizedResponse);
|
|
7132
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7133
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7134
|
+
}
|
|
6899
7135
|
export interface IQueryCollectionsRequest {
|
|
6900
7136
|
query?: $requests.wix.catalog.api.v1.IQuery;
|
|
6901
7137
|
includeNumberOfProducts?: boolean;
|
|
@@ -7152,6 +7388,22 @@ declare namespace $requests {
|
|
|
7152
7388
|
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7153
7389
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7154
7390
|
}
|
|
7391
|
+
export interface ICreateProductPlatformizedRequest {
|
|
7392
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7393
|
+
}
|
|
7394
|
+
export class CreateProductPlatformizedRequest implements ICreateProductPlatformizedRequest {
|
|
7395
|
+
constructor(data?: ICreateProductPlatformizedRequest);
|
|
7396
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7397
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7398
|
+
}
|
|
7399
|
+
export interface ICreateProductPlatformizedResponse {
|
|
7400
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7401
|
+
}
|
|
7402
|
+
export class CreateProductPlatformizedResponse implements ICreateProductPlatformizedResponse {
|
|
7403
|
+
constructor(data?: ICreateProductPlatformizedResponse);
|
|
7404
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7405
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7406
|
+
}
|
|
7155
7407
|
export interface IUpdateProductRequest {
|
|
7156
7408
|
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7157
7409
|
}
|
|
@@ -7168,6 +7420,22 @@ declare namespace $requests {
|
|
|
7168
7420
|
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7169
7421
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7170
7422
|
}
|
|
7423
|
+
export interface IUpdateProductPlatformizedRequest {
|
|
7424
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7425
|
+
}
|
|
7426
|
+
export class UpdateProductPlatformizedRequest implements IUpdateProductPlatformizedRequest {
|
|
7427
|
+
constructor(data?: IUpdateProductPlatformizedRequest);
|
|
7428
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7429
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7430
|
+
}
|
|
7431
|
+
export interface IUpdateProductPlatformizedResponse {
|
|
7432
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7433
|
+
}
|
|
7434
|
+
export class UpdateProductPlatformizedResponse implements IUpdateProductPlatformizedResponse {
|
|
7435
|
+
constructor(data?: IUpdateProductPlatformizedResponse);
|
|
7436
|
+
product?: $requests.wix.catalog.api.v1.IProduct;
|
|
7437
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7438
|
+
}
|
|
7171
7439
|
export interface IDeleteProductRequest {
|
|
7172
7440
|
id?: string;
|
|
7173
7441
|
}
|
|
@@ -7182,6 +7450,20 @@ declare namespace $requests {
|
|
|
7182
7450
|
constructor(data?: IDeleteProductResponse);
|
|
7183
7451
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7184
7452
|
}
|
|
7453
|
+
export interface IDeleteProductPlatformizedRequest {
|
|
7454
|
+
id?: string;
|
|
7455
|
+
}
|
|
7456
|
+
export class DeleteProductPlatformizedRequest implements IDeleteProductPlatformizedRequest {
|
|
7457
|
+
constructor(data?: IDeleteProductPlatformizedRequest);
|
|
7458
|
+
id?: string;
|
|
7459
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7460
|
+
}
|
|
7461
|
+
export interface IDeleteProductPlatformizedResponse {
|
|
7462
|
+
}
|
|
7463
|
+
export class DeleteProductPlatformizedResponse implements IDeleteProductPlatformizedResponse {
|
|
7464
|
+
constructor(data?: IDeleteProductPlatformizedResponse);
|
|
7465
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7466
|
+
}
|
|
7185
7467
|
export interface IBulkDeleteProductsRequest {
|
|
7186
7468
|
ids?: string[];
|
|
7187
7469
|
}
|
|
@@ -7640,6 +7922,22 @@ declare namespace $requests {
|
|
|
7640
7922
|
rate?: number;
|
|
7641
7923
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7642
7924
|
}
|
|
7925
|
+
export interface IReCloneStoreRequest {
|
|
7926
|
+
metasiteId?: string;
|
|
7927
|
+
originalMetasiteId?: string;
|
|
7928
|
+
}
|
|
7929
|
+
export class ReCloneStoreRequest implements IReCloneStoreRequest {
|
|
7930
|
+
constructor(data?: IReCloneStoreRequest);
|
|
7931
|
+
metasiteId?: string;
|
|
7932
|
+
originalMetasiteId?: string;
|
|
7933
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7934
|
+
}
|
|
7935
|
+
export interface IReCloneStoreResponse {
|
|
7936
|
+
}
|
|
7937
|
+
export class ReCloneStoreResponse implements IReCloneStoreResponse {
|
|
7938
|
+
constructor(data?: IReCloneStoreResponse);
|
|
7939
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
7940
|
+
}
|
|
7643
7941
|
export interface IProduct {
|
|
7644
7942
|
id?: string;
|
|
7645
7943
|
name?: string;
|
|
@@ -8624,6 +8922,22 @@ declare namespace $requests {
|
|
|
8624
8922
|
collection?: $requests.wix.catalog.api.v1.ICollection;
|
|
8625
8923
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8626
8924
|
}
|
|
8925
|
+
export interface IGetCollectionBySlugRequest {
|
|
8926
|
+
slug?: string;
|
|
8927
|
+
}
|
|
8928
|
+
export class GetCollectionBySlugRequest implements IGetCollectionBySlugRequest {
|
|
8929
|
+
constructor(data?: IGetCollectionBySlugRequest);
|
|
8930
|
+
slug?: string;
|
|
8931
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8932
|
+
}
|
|
8933
|
+
export interface IGetCollectionBySlugResponse {
|
|
8934
|
+
collection?: $requests.wix.catalog.api.v1.ICollection;
|
|
8935
|
+
}
|
|
8936
|
+
export class GetCollectionBySlugResponse implements IGetCollectionBySlugResponse {
|
|
8937
|
+
constructor(data?: IGetCollectionBySlugResponse);
|
|
8938
|
+
collection?: $requests.wix.catalog.api.v1.ICollection;
|
|
8939
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
8940
|
+
}
|
|
8627
8941
|
}
|
|
8628
8942
|
}
|
|
8629
8943
|
}
|
|
@@ -9153,11 +9467,13 @@ declare namespace $requests {
|
|
|
9153
9467
|
export interface IListAsyncJobItemsRequest {
|
|
9154
9468
|
jobId?: string;
|
|
9155
9469
|
paging?: $requests.wix.common.ICursorPaging;
|
|
9470
|
+
hasError?: boolean;
|
|
9156
9471
|
}
|
|
9157
9472
|
export class ListAsyncJobItemsRequest implements IListAsyncJobItemsRequest {
|
|
9158
9473
|
constructor(data?: IListAsyncJobItemsRequest);
|
|
9159
9474
|
jobId?: string;
|
|
9160
9475
|
paging?: $requests.wix.common.ICursorPaging;
|
|
9476
|
+
hasError?: boolean;
|
|
9161
9477
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
9162
9478
|
}
|
|
9163
9479
|
export interface IListAsyncJobItemsResponse {
|
|
@@ -9606,6 +9922,7 @@ declare namespace $requests {
|
|
|
9606
9922
|
'.wix.api.fieldMaturity'?: $requests.wix.api.Maturity;
|
|
9607
9923
|
'.wix.api.pii'?: boolean;
|
|
9608
9924
|
'.wix.api.referencedEntity'?: string;
|
|
9925
|
+
'.wix.api.referencedEntityField'?: $requests.wix.api.IReferenceEntityField;
|
|
9609
9926
|
'.wix.api.fieldDeprecated'?: $requests.wix.api.IDeprecated;
|
|
9610
9927
|
'.wix.api.translatable'?: $requests.wix.api.ITranslatable;
|
|
9611
9928
|
'.wix.api.sampleData'?: string;
|
|
@@ -9637,6 +9954,7 @@ declare namespace $requests {
|
|
|
9637
9954
|
'.wix.api.fieldMaturity'?: $requests.wix.api.Maturity;
|
|
9638
9955
|
'.wix.api.pii'?: boolean;
|
|
9639
9956
|
'.wix.api.referencedEntity'?: string;
|
|
9957
|
+
'.wix.api.referencedEntityField'?: $requests.wix.api.IReferenceEntityField;
|
|
9640
9958
|
'.wix.api.fieldDeprecated'?: $requests.wix.api.IDeprecated;
|
|
9641
9959
|
'.wix.api.translatable'?: $requests.wix.api.ITranslatable;
|
|
9642
9960
|
'.wix.api.sampleData'?: string;
|
|
@@ -10083,6 +10401,7 @@ declare namespace $responses {
|
|
|
10083
10401
|
rootCatalogItemId?: string;
|
|
10084
10402
|
priceDescription?: $responses.com.wix.ecommerce.catalog_spi.api.v1.IPriceDescription;
|
|
10085
10403
|
depositAmount?: string;
|
|
10404
|
+
deliveryProfileId?: string;
|
|
10086
10405
|
}
|
|
10087
10406
|
export class ItemData implements IItemData {
|
|
10088
10407
|
constructor(data?: IItemData);
|
|
@@ -10106,6 +10425,7 @@ declare namespace $responses {
|
|
|
10106
10425
|
rootCatalogItemId?: string;
|
|
10107
10426
|
priceDescription?: $responses.com.wix.ecommerce.catalog_spi.api.v1.IPriceDescription;
|
|
10108
10427
|
depositAmount?: string;
|
|
10428
|
+
deliveryProfileId?: string;
|
|
10109
10429
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10110
10430
|
}
|
|
10111
10431
|
export interface ISubscriptionOptionInfo {
|
|
@@ -10270,12 +10590,14 @@ declare namespace $responses {
|
|
|
10270
10590
|
deploymentUri: string;
|
|
10271
10591
|
allItemsDiscount?: $responses.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig;
|
|
10272
10592
|
specificItemsDiscount?: $responses.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig;
|
|
10593
|
+
nameTranslationKey: string;
|
|
10273
10594
|
}
|
|
10274
10595
|
export class CatalogSPIConfig implements ICatalogSPIConfig {
|
|
10275
10596
|
constructor(data?: ICatalogSPIConfig);
|
|
10276
10597
|
deploymentUri: string;
|
|
10277
10598
|
allItemsDiscount?: $responses.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig;
|
|
10278
10599
|
specificItemsDiscount?: $responses.com.wix.ecommerce.catalog_spi.api.v1.IDiscountConfig;
|
|
10600
|
+
nameTranslationKey: string;
|
|
10279
10601
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10280
10602
|
}
|
|
10281
10603
|
export interface IDiscountConfig {
|
|
@@ -10404,6 +10726,7 @@ declare namespace $responses {
|
|
|
10404
10726
|
streetAddress?: $responses.wix.common.IStreetAddress;
|
|
10405
10727
|
addressLine?: string;
|
|
10406
10728
|
addressLine2?: string;
|
|
10729
|
+
geocode?: $responses.wix.common.IAddressLocation;
|
|
10407
10730
|
countryFullname?: string;
|
|
10408
10731
|
subdivisionFullname?: string;
|
|
10409
10732
|
}
|
|
@@ -10416,6 +10739,7 @@ declare namespace $responses {
|
|
|
10416
10739
|
streetAddress?: $responses.wix.common.IStreetAddress;
|
|
10417
10740
|
addressLine?: string;
|
|
10418
10741
|
addressLine2?: string;
|
|
10742
|
+
geocode?: $responses.wix.common.IAddressLocation;
|
|
10419
10743
|
countryFullname?: string;
|
|
10420
10744
|
subdivisionFullname?: string;
|
|
10421
10745
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
@@ -10457,6 +10781,8 @@ declare namespace $responses {
|
|
|
10457
10781
|
WIX_INVOICES = "WIX_INVOICES",
|
|
10458
10782
|
BACKOFFICE_MERCHANT = "BACKOFFICE_MERCHANT",
|
|
10459
10783
|
WISH = "WISH",
|
|
10784
|
+
CLASS_PASS = "CLASS_PASS",
|
|
10785
|
+
GLOBAL_E = "GLOBAL_E",
|
|
10460
10786
|
}
|
|
10461
10787
|
export interface IPickupAddress {
|
|
10462
10788
|
country?: string;
|
|
@@ -10710,10 +11036,25 @@ declare namespace $responses {
|
|
|
10710
11036
|
cursorPaging?: $responses.wix.common.ICursorPaging;
|
|
10711
11037
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10712
11038
|
}
|
|
11039
|
+
export interface IPlatformQueryV2 {
|
|
11040
|
+
filter?: { [key: string]: any };
|
|
11041
|
+
sort: $responses.wix.common.ISorting[];
|
|
11042
|
+
paging?: $responses.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
11043
|
+
cursorPaging?: $responses.wix.common.ICursorPaging;
|
|
11044
|
+
}
|
|
11045
|
+
export class PlatformQueryV2 implements IPlatformQueryV2 {
|
|
11046
|
+
constructor(data?: IPlatformQueryV2);
|
|
11047
|
+
filter?: { [key: string]: any };
|
|
11048
|
+
sort: $responses.wix.common.ISorting[];
|
|
11049
|
+
paging?: $responses.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
11050
|
+
cursorPaging?: $responses.wix.common.ICursorPaging;
|
|
11051
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11052
|
+
}
|
|
10713
11053
|
export interface IPlatformSearch {
|
|
10714
11054
|
filter?: { [key: string]: any };
|
|
10715
11055
|
sort: $responses.wix.common.ISorting[];
|
|
10716
11056
|
aggregations: $responses.wix.common.IAggregation[];
|
|
11057
|
+
search?: $responses.wix.common.ISearchDetails;
|
|
10717
11058
|
paging?: $responses.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
10718
11059
|
cursorPaging?: $responses.wix.common.ICursorPaging;
|
|
10719
11060
|
}
|
|
@@ -10722,10 +11063,27 @@ declare namespace $responses {
|
|
|
10722
11063
|
filter?: { [key: string]: any };
|
|
10723
11064
|
sort: $responses.wix.common.ISorting[];
|
|
10724
11065
|
aggregations: $responses.wix.common.IAggregation[];
|
|
11066
|
+
search?: $responses.wix.common.ISearchDetails;
|
|
10725
11067
|
paging?: $responses.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
10726
11068
|
cursorPaging?: $responses.wix.common.ICursorPaging;
|
|
10727
11069
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10728
11070
|
}
|
|
11071
|
+
export interface IPlatformOffsetSearch {
|
|
11072
|
+
filter?: { [key: string]: any };
|
|
11073
|
+
sort: $responses.wix.common.ISorting[];
|
|
11074
|
+
aggregations: $responses.wix.common.IAggregation[];
|
|
11075
|
+
search?: $responses.wix.common.ISearchDetails;
|
|
11076
|
+
paging?: $responses.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
11077
|
+
}
|
|
11078
|
+
export class PlatformOffsetSearch implements IPlatformOffsetSearch {
|
|
11079
|
+
constructor(data?: IPlatformOffsetSearch);
|
|
11080
|
+
filter?: { [key: string]: any };
|
|
11081
|
+
sort: $responses.wix.common.ISorting[];
|
|
11082
|
+
aggregations: $responses.wix.common.IAggregation[];
|
|
11083
|
+
search?: $responses.wix.common.ISearchDetails;
|
|
11084
|
+
paging?: $responses.com.wix.ecommerce.commons.api.IPlatformPaging;
|
|
11085
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11086
|
+
}
|
|
10729
11087
|
export interface IUnlimitedPlatformQuery {
|
|
10730
11088
|
filter?: { [key: string]: any };
|
|
10731
11089
|
sort: $responses.wix.common.ISorting[];
|
|
@@ -10846,7 +11204,7 @@ declare namespace $responses {
|
|
|
10846
11204
|
exposure: $responses.wix.api.Exposure;
|
|
10847
11205
|
appendixFiles: $responses.wix.api.IMessageAppendix[];
|
|
10848
11206
|
oldFqdnForBackwardsCompatibility: string;
|
|
10849
|
-
segment: $responses.wix.api.Segment.
|
|
11207
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
10850
11208
|
implements: string[];
|
|
10851
11209
|
extensible?: $responses.wix.api.IExtensible;
|
|
10852
11210
|
trashbin: boolean;
|
|
@@ -10861,7 +11219,7 @@ declare namespace $responses {
|
|
|
10861
11219
|
exposure: $responses.wix.api.Exposure;
|
|
10862
11220
|
appendixFiles: $responses.wix.api.IMessageAppendix[];
|
|
10863
11221
|
oldFqdnForBackwardsCompatibility: string;
|
|
10864
|
-
segment: $responses.wix.api.Segment.
|
|
11222
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
10865
11223
|
implements: string[];
|
|
10866
11224
|
extensible?: $responses.wix.api.IExtensible;
|
|
10867
11225
|
trashbin: boolean;
|
|
@@ -10905,6 +11263,14 @@ declare namespace $responses {
|
|
|
10905
11263
|
eventSequenceNumber: boolean;
|
|
10906
11264
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
10907
11265
|
}
|
|
11266
|
+
export interface IReferenceEntityField {
|
|
11267
|
+
path: string;
|
|
11268
|
+
}
|
|
11269
|
+
export class ReferenceEntityField implements IReferenceEntityField {
|
|
11270
|
+
constructor(data?: IReferenceEntityField);
|
|
11271
|
+
path: string;
|
|
11272
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11273
|
+
}
|
|
10908
11274
|
export interface ICacheSettings {
|
|
10909
11275
|
maxAgeSeconds: number;
|
|
10910
11276
|
}
|
|
@@ -11108,6 +11474,7 @@ declare namespace $responses {
|
|
|
11108
11474
|
paging?: $responses.wix.api.IPaging;
|
|
11109
11475
|
wql?: $responses.wix.api.IWql;
|
|
11110
11476
|
meAliasableField: string[];
|
|
11477
|
+
search: $responses.wix.api.ISearch[];
|
|
11111
11478
|
}
|
|
11112
11479
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
11113
11480
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -11116,6 +11483,7 @@ declare namespace $responses {
|
|
|
11116
11483
|
paging?: $responses.wix.api.IPaging;
|
|
11117
11484
|
wql?: $responses.wix.api.IWql;
|
|
11118
11485
|
meAliasableField: string[];
|
|
11486
|
+
search: $responses.wix.api.ISearch[];
|
|
11119
11487
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11120
11488
|
}
|
|
11121
11489
|
export interface IBulkCreateMethodOptions {
|
|
@@ -11252,6 +11620,7 @@ declare namespace $responses {
|
|
|
11252
11620
|
ANY = "ANY",
|
|
11253
11621
|
HAS_SOME = "HAS_SOME",
|
|
11254
11622
|
EMPTY = "EMPTY",
|
|
11623
|
+
MATCH_ALL = "MATCH_ALL",
|
|
11255
11624
|
}
|
|
11256
11625
|
export enum Sort {
|
|
11257
11626
|
NONE = "NONE",
|
|
@@ -11287,6 +11656,7 @@ declare namespace $responses {
|
|
|
11287
11656
|
field: string[];
|
|
11288
11657
|
sort: $responses.wix.api.Wql.Sort;
|
|
11289
11658
|
requiredFields: $responses.wix.api.Wql.IRequiredFields[];
|
|
11659
|
+
maturity: $responses.wix.api.Maturity;
|
|
11290
11660
|
}
|
|
11291
11661
|
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
11292
11662
|
constructor(data?: IOperatorFieldSupport);
|
|
@@ -11295,9 +11665,20 @@ declare namespace $responses {
|
|
|
11295
11665
|
field: string[];
|
|
11296
11666
|
sort: $responses.wix.api.Wql.Sort;
|
|
11297
11667
|
requiredFields: $responses.wix.api.Wql.IRequiredFields[];
|
|
11668
|
+
maturity: $responses.wix.api.Maturity;
|
|
11298
11669
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11299
11670
|
}
|
|
11300
11671
|
}
|
|
11672
|
+
export interface ISearch {
|
|
11673
|
+
field: string[];
|
|
11674
|
+
maturity: $responses.wix.api.Maturity;
|
|
11675
|
+
}
|
|
11676
|
+
export class Search implements ISearch {
|
|
11677
|
+
constructor(data?: ISearch);
|
|
11678
|
+
field: string[];
|
|
11679
|
+
maturity: $responses.wix.api.Maturity;
|
|
11680
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11681
|
+
}
|
|
11301
11682
|
export interface IHookable {
|
|
11302
11683
|
}
|
|
11303
11684
|
export class Hookable implements IHookable {
|
|
@@ -11376,7 +11757,7 @@ declare namespace $responses {
|
|
|
11376
11757
|
}
|
|
11377
11758
|
export interface ICallback {
|
|
11378
11759
|
topic: string;
|
|
11379
|
-
segment: $responses.wix.api.Segment.
|
|
11760
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
11380
11761
|
payload: string;
|
|
11381
11762
|
permission: string;
|
|
11382
11763
|
eventType: $responses.wix.api.Callback.EventType;
|
|
@@ -11386,7 +11767,7 @@ declare namespace $responses {
|
|
|
11386
11767
|
export class Callback implements ICallback {
|
|
11387
11768
|
constructor(data?: ICallback);
|
|
11388
11769
|
topic: string;
|
|
11389
|
-
segment: $responses.wix.api.Segment.
|
|
11770
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
11390
11771
|
payload: string;
|
|
11391
11772
|
permission: string;
|
|
11392
11773
|
eventType: $responses.wix.api.Callback.EventType;
|
|
@@ -11467,7 +11848,7 @@ declare namespace $responses {
|
|
|
11467
11848
|
* However, new topics must provide a segment, or greyhound will throw an exception.
|
|
11468
11849
|
* @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
|
|
11469
11850
|
*/
|
|
11470
|
-
export enum
|
|
11851
|
+
export enum SegmentName {
|
|
11471
11852
|
UNSPECIFIED = "UNSPECIFIED",
|
|
11472
11853
|
USERS = "USERS",
|
|
11473
11854
|
PUBLIC = "PUBLIC",
|
|
@@ -11496,10 +11877,12 @@ declare namespace $responses {
|
|
|
11496
11877
|
}
|
|
11497
11878
|
export interface IAlignedWithEnum {
|
|
11498
11879
|
field: string;
|
|
11880
|
+
suffix: string;
|
|
11499
11881
|
}
|
|
11500
11882
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
11501
11883
|
constructor(data?: IAlignedWithEnum);
|
|
11502
11884
|
field: string;
|
|
11885
|
+
suffix: string;
|
|
11503
11886
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11504
11887
|
}
|
|
11505
11888
|
export enum Format {
|
|
@@ -11782,16 +12165,18 @@ declare namespace $responses {
|
|
|
11782
12165
|
}
|
|
11783
12166
|
export interface ISubscription {
|
|
11784
12167
|
topic: string;
|
|
11785
|
-
segment: $responses.wix.api.Segment.
|
|
12168
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
11786
12169
|
batch: boolean;
|
|
11787
12170
|
entity: string;
|
|
12171
|
+
dynamic: boolean;
|
|
11788
12172
|
}
|
|
11789
12173
|
export class Subscription implements ISubscription {
|
|
11790
12174
|
constructor(data?: ISubscription);
|
|
11791
12175
|
topic: string;
|
|
11792
|
-
segment: $responses.wix.api.Segment.
|
|
12176
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
11793
12177
|
batch: boolean;
|
|
11794
12178
|
entity: string;
|
|
12179
|
+
dynamic: boolean;
|
|
11795
12180
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
11796
12181
|
}
|
|
11797
12182
|
}
|
|
@@ -12209,6 +12594,7 @@ declare namespace $responses {
|
|
|
12209
12594
|
value?: $responses.wix.common.Aggregation.IValueAggregation;
|
|
12210
12595
|
range?: $responses.wix.common.Aggregation.IRangeAggregation;
|
|
12211
12596
|
scalar?: $responses.wix.common.Aggregation.IScalarAggregation;
|
|
12597
|
+
groupBy?: $responses.wix.common.Aggregation.IGroupByAggregation;
|
|
12212
12598
|
}
|
|
12213
12599
|
export class Aggregation implements IAggregation {
|
|
12214
12600
|
constructor(data?: IAggregation);
|
|
@@ -12218,6 +12604,7 @@ declare namespace $responses {
|
|
|
12218
12604
|
value?: $responses.wix.common.Aggregation.IValueAggregation;
|
|
12219
12605
|
range?: $responses.wix.common.Aggregation.IRangeAggregation;
|
|
12220
12606
|
scalar?: $responses.wix.common.Aggregation.IScalarAggregation;
|
|
12607
|
+
groupBy?: $responses.wix.common.Aggregation.IGroupByAggregation;
|
|
12221
12608
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12222
12609
|
}
|
|
12223
12610
|
export namespace Aggregation {
|
|
@@ -12245,12 +12632,16 @@ declare namespace $responses {
|
|
|
12245
12632
|
sortType: $responses.wix.common.Aggregation.ValueAggregation.SortType;
|
|
12246
12633
|
sortDirection: $responses.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
12247
12634
|
limit?: number;
|
|
12635
|
+
missingValues: $responses.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
12636
|
+
includeOptions?: $responses.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
12248
12637
|
}
|
|
12249
12638
|
export class ValueAggregation implements IValueAggregation {
|
|
12250
12639
|
constructor(data?: IValueAggregation);
|
|
12251
12640
|
sortType: $responses.wix.common.Aggregation.ValueAggregation.SortType;
|
|
12252
12641
|
sortDirection: $responses.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
12253
12642
|
limit?: number;
|
|
12643
|
+
missingValues: $responses.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
12644
|
+
includeOptions?: $responses.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
12254
12645
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12255
12646
|
}
|
|
12256
12647
|
export namespace ValueAggregation {
|
|
@@ -12262,6 +12653,18 @@ declare namespace $responses {
|
|
|
12262
12653
|
DESC = "DESC",
|
|
12263
12654
|
ASC = "ASC",
|
|
12264
12655
|
}
|
|
12656
|
+
export enum MissingValues {
|
|
12657
|
+
EXCLUDE = "EXCLUDE",
|
|
12658
|
+
INCLUDE = "INCLUDE",
|
|
12659
|
+
}
|
|
12660
|
+
export interface IIncludeMissingValuesOptions {
|
|
12661
|
+
addToBucket: string;
|
|
12662
|
+
}
|
|
12663
|
+
export class IncludeMissingValuesOptions implements IIncludeMissingValuesOptions {
|
|
12664
|
+
constructor(data?: IIncludeMissingValuesOptions);
|
|
12665
|
+
addToBucket: string;
|
|
12666
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12667
|
+
}
|
|
12265
12668
|
}
|
|
12266
12669
|
export interface IScalarAggregation {
|
|
12267
12670
|
type: $responses.wix.common.ScalarType;
|
|
@@ -12271,6 +12674,18 @@ declare namespace $responses {
|
|
|
12271
12674
|
type: $responses.wix.common.ScalarType;
|
|
12272
12675
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12273
12676
|
}
|
|
12677
|
+
export interface IGroupByAggregation {
|
|
12678
|
+
name?: string;
|
|
12679
|
+
fieldPath: string;
|
|
12680
|
+
value?: $responses.wix.common.Aggregation.IValueAggregation;
|
|
12681
|
+
}
|
|
12682
|
+
export class GroupByAggregation implements IGroupByAggregation {
|
|
12683
|
+
constructor(data?: IGroupByAggregation);
|
|
12684
|
+
name?: string;
|
|
12685
|
+
fieldPath: string;
|
|
12686
|
+
value?: $responses.wix.common.Aggregation.IValueAggregation;
|
|
12687
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12688
|
+
}
|
|
12274
12689
|
}
|
|
12275
12690
|
export interface IAggregationData {
|
|
12276
12691
|
results: $responses.wix.common.AggregationData.IAggregationResults[];
|
|
@@ -12284,17 +12699,21 @@ declare namespace $responses {
|
|
|
12284
12699
|
export interface IAggregationResults {
|
|
12285
12700
|
name: string;
|
|
12286
12701
|
type: $responses.wix.common.AggregationType;
|
|
12702
|
+
fieldPath: string;
|
|
12287
12703
|
values?: $responses.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
12288
12704
|
ranges?: $responses.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
12289
12705
|
scalar?: $responses.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
12706
|
+
groupedByValue?: $responses.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
12290
12707
|
}
|
|
12291
12708
|
export class AggregationResults implements IAggregationResults {
|
|
12292
12709
|
constructor(data?: IAggregationResults);
|
|
12293
12710
|
name: string;
|
|
12294
12711
|
type: $responses.wix.common.AggregationType;
|
|
12712
|
+
fieldPath: string;
|
|
12295
12713
|
values?: $responses.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
12296
12714
|
ranges?: $responses.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
12297
12715
|
scalar?: $responses.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
12716
|
+
groupedByValue?: $responses.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
12298
12717
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12299
12718
|
}
|
|
12300
12719
|
export namespace AggregationResults {
|
|
@@ -12350,6 +12769,44 @@ declare namespace $responses {
|
|
|
12350
12769
|
value: number;
|
|
12351
12770
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12352
12771
|
}
|
|
12772
|
+
export interface IGroupByValueResults {
|
|
12773
|
+
results: $responses.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
12774
|
+
}
|
|
12775
|
+
export class GroupByValueResults implements IGroupByValueResults {
|
|
12776
|
+
constructor(data?: IGroupByValueResults);
|
|
12777
|
+
results: $responses.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
12778
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12779
|
+
}
|
|
12780
|
+
export namespace GroupByValueResults {
|
|
12781
|
+
export interface INestedValueAggregationResult {
|
|
12782
|
+
value: string;
|
|
12783
|
+
nestedResults?: $responses.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
12784
|
+
}
|
|
12785
|
+
export class NestedValueAggregationResult implements INestedValueAggregationResult {
|
|
12786
|
+
constructor(data?: INestedValueAggregationResult);
|
|
12787
|
+
value: string;
|
|
12788
|
+
nestedResults?: $responses.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
12789
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12790
|
+
}
|
|
12791
|
+
}
|
|
12792
|
+
export interface INestedAggregationResults {
|
|
12793
|
+
name: string;
|
|
12794
|
+
type: $responses.wix.common.AggregationType;
|
|
12795
|
+
fieldPath: string;
|
|
12796
|
+
values?: $responses.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
12797
|
+
ranges?: $responses.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
12798
|
+
scalar?: $responses.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
12799
|
+
}
|
|
12800
|
+
export class NestedAggregationResults implements INestedAggregationResults {
|
|
12801
|
+
constructor(data?: INestedAggregationResults);
|
|
12802
|
+
name: string;
|
|
12803
|
+
type: $responses.wix.common.AggregationType;
|
|
12804
|
+
fieldPath: string;
|
|
12805
|
+
values?: $responses.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
12806
|
+
ranges?: $responses.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
12807
|
+
scalar?: $responses.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
12808
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
12809
|
+
}
|
|
12353
12810
|
}
|
|
12354
12811
|
}
|
|
12355
12812
|
export interface IAddress {
|
|
@@ -12633,6 +13090,46 @@ declare namespace $responses {
|
|
|
12633
13090
|
}
|
|
12634
13091
|
}
|
|
12635
13092
|
}
|
|
13093
|
+
export namespace tags {
|
|
13094
|
+
export interface ITags {
|
|
13095
|
+
privateTags?: $responses.wix.common.tags.Tags.ITagList;
|
|
13096
|
+
tags?: $responses.wix.common.tags.Tags.ITagList;
|
|
13097
|
+
}
|
|
13098
|
+
export class Tags implements ITags {
|
|
13099
|
+
constructor(data?: ITags);
|
|
13100
|
+
privateTags?: $responses.wix.common.tags.Tags.ITagList;
|
|
13101
|
+
tags?: $responses.wix.common.tags.Tags.ITagList;
|
|
13102
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13103
|
+
}
|
|
13104
|
+
export namespace Tags {
|
|
13105
|
+
export interface ITagList {
|
|
13106
|
+
tagIds: string[];
|
|
13107
|
+
}
|
|
13108
|
+
export class TagList implements ITagList {
|
|
13109
|
+
constructor(data?: ITagList);
|
|
13110
|
+
tagIds: string[];
|
|
13111
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13112
|
+
}
|
|
13113
|
+
}
|
|
13114
|
+
export interface IPublicTags {
|
|
13115
|
+
tags?: $responses.wix.common.tags.PublicTags.ITagList;
|
|
13116
|
+
}
|
|
13117
|
+
export class PublicTags implements IPublicTags {
|
|
13118
|
+
constructor(data?: IPublicTags);
|
|
13119
|
+
tags?: $responses.wix.common.tags.PublicTags.ITagList;
|
|
13120
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13121
|
+
}
|
|
13122
|
+
export namespace PublicTags {
|
|
13123
|
+
export interface ITagList {
|
|
13124
|
+
tagIds: string[];
|
|
13125
|
+
}
|
|
13126
|
+
export class TagList implements ITagList {
|
|
13127
|
+
constructor(data?: ITagList);
|
|
13128
|
+
tagIds: string[];
|
|
13129
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13130
|
+
}
|
|
13131
|
+
}
|
|
13132
|
+
}
|
|
12636
13133
|
export interface IWixLink {
|
|
12637
13134
|
external?: $responses.wix.common.IExternalLink;
|
|
12638
13135
|
page?: $responses.wix.common.IPageLink;
|
|
@@ -13388,7 +13885,8 @@ declare namespace $responses {
|
|
|
13388
13885
|
allowedPaymentProviderIds: string[];
|
|
13389
13886
|
captureMethod: $responses.wix.payment.api.pay.v2.OrderDescription.CaptureMethod;
|
|
13390
13887
|
delayedCaptureOptions?: $responses.wix.payment.api.pay.v2.IDelayedCaptureOptions;
|
|
13391
|
-
|
|
13888
|
+
merchantUseSaveEnabled: boolean;
|
|
13889
|
+
scaRequested: boolean;
|
|
13392
13890
|
}
|
|
13393
13891
|
export class OrderDescription implements IOrderDescription {
|
|
13394
13892
|
constructor(data?: IOrderDescription);
|
|
@@ -13411,7 +13909,8 @@ declare namespace $responses {
|
|
|
13411
13909
|
allowedPaymentProviderIds: string[];
|
|
13412
13910
|
captureMethod: $responses.wix.payment.api.pay.v2.OrderDescription.CaptureMethod;
|
|
13413
13911
|
delayedCaptureOptions?: $responses.wix.payment.api.pay.v2.IDelayedCaptureOptions;
|
|
13414
|
-
|
|
13912
|
+
merchantUseSaveEnabled: boolean;
|
|
13913
|
+
scaRequested: boolean;
|
|
13415
13914
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13416
13915
|
}
|
|
13417
13916
|
export namespace OrderDescription {
|
|
@@ -13735,7 +14234,7 @@ declare namespace $responses {
|
|
|
13735
14234
|
savePaymentMethod: boolean;
|
|
13736
14235
|
paymentAgreementId?: string;
|
|
13737
14236
|
orderId?: string;
|
|
13738
|
-
|
|
14237
|
+
merchantUseAllowed: boolean;
|
|
13739
14238
|
card?: $responses.wix.payment.api.pay.v2.ICardPayment;
|
|
13740
14239
|
cardReader?: $responses.wix.payment.api.pay.v2.ICardReaderPayment;
|
|
13741
14240
|
ideal?: $responses.wix.payment.api.pay.v2.IIDealPayment;
|
|
@@ -13760,7 +14259,7 @@ declare namespace $responses {
|
|
|
13760
14259
|
savePaymentMethod: boolean;
|
|
13761
14260
|
paymentAgreementId?: string;
|
|
13762
14261
|
orderId?: string;
|
|
13763
|
-
|
|
14262
|
+
merchantUseAllowed: boolean;
|
|
13764
14263
|
card?: $responses.wix.payment.api.pay.v2.ICardPayment;
|
|
13765
14264
|
cardReader?: $responses.wix.payment.api.pay.v2.ICardReaderPayment;
|
|
13766
14265
|
ideal?: $responses.wix.payment.api.pay.v2.IIDealPayment;
|
|
@@ -13773,11 +14272,13 @@ declare namespace $responses {
|
|
|
13773
14272
|
export interface IClientInfo {
|
|
13774
14273
|
deviceFingerprint?: string;
|
|
13775
14274
|
riskProviderData?: { [k: string]: string };
|
|
14275
|
+
captchaToken?: string;
|
|
13776
14276
|
}
|
|
13777
14277
|
export class ClientInfo implements IClientInfo {
|
|
13778
14278
|
constructor(data?: IClientInfo);
|
|
13779
14279
|
deviceFingerprint?: string;
|
|
13780
14280
|
riskProviderData?: { [k: string]: string };
|
|
14281
|
+
captchaToken?: string;
|
|
13781
14282
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13782
14283
|
}
|
|
13783
14284
|
export interface ICreditCardToken {
|
|
@@ -13894,7 +14395,7 @@ declare namespace $responses {
|
|
|
13894
14395
|
returnSavedMethods: boolean;
|
|
13895
14396
|
returnPaymentAgreement: boolean;
|
|
13896
14397
|
enforceDelayedCapture: boolean;
|
|
13897
|
-
|
|
14398
|
+
merchantUseSaveEnabled: boolean;
|
|
13898
14399
|
buyerContactId?: string;
|
|
13899
14400
|
}
|
|
13900
14401
|
export class ListPaymentMethodsRequest implements IListPaymentMethodsRequest {
|
|
@@ -13910,7 +14411,7 @@ declare namespace $responses {
|
|
|
13910
14411
|
returnSavedMethods: boolean;
|
|
13911
14412
|
returnPaymentAgreement: boolean;
|
|
13912
14413
|
enforceDelayedCapture: boolean;
|
|
13913
|
-
|
|
14414
|
+
merchantUseSaveEnabled: boolean;
|
|
13914
14415
|
buyerContactId?: string;
|
|
13915
14416
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13916
14417
|
}
|
|
@@ -13930,6 +14431,7 @@ declare namespace $responses {
|
|
|
13930
14431
|
amount?: string;
|
|
13931
14432
|
locale?: string;
|
|
13932
14433
|
chargeIntent: $responses.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
14434
|
+
merchantUseSaveEnabled: boolean;
|
|
13933
14435
|
}
|
|
13934
14436
|
export class GetPaymentMethodRequest implements IGetPaymentMethodRequest {
|
|
13935
14437
|
constructor(data?: IGetPaymentMethodRequest);
|
|
@@ -13940,6 +14442,7 @@ declare namespace $responses {
|
|
|
13940
14442
|
amount?: string;
|
|
13941
14443
|
locale?: string;
|
|
13942
14444
|
chargeIntent: $responses.wix.payment.api.pay.v2.Charge.ChargeIntent;
|
|
14445
|
+
merchantUseSaveEnabled: boolean;
|
|
13943
14446
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
13944
14447
|
}
|
|
13945
14448
|
export interface IGetPaymentMethodResponse {
|
|
@@ -14067,7 +14570,9 @@ declare namespace $responses {
|
|
|
14067
14570
|
primary?: boolean;
|
|
14068
14571
|
savedCreditCardDetails?: $responses.wix.payment.api.pay.v2.ISavedCreditCardDetails;
|
|
14069
14572
|
savePaymentMethodDisplayOption: $responses.wix.payment.api.pay.v2.PaymentMethod.SavePaymentMethodDisplayOption;
|
|
14070
|
-
|
|
14573
|
+
allowMerchantUseDisplayOption: $responses.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption;
|
|
14574
|
+
unscheduledMitSupport: boolean;
|
|
14575
|
+
captchaRequired: boolean;
|
|
14071
14576
|
}
|
|
14072
14577
|
export class PaymentMethod implements IPaymentMethod {
|
|
14073
14578
|
constructor(data?: IPaymentMethod);
|
|
@@ -14093,7 +14598,9 @@ declare namespace $responses {
|
|
|
14093
14598
|
primary?: boolean;
|
|
14094
14599
|
savedCreditCardDetails?: $responses.wix.payment.api.pay.v2.ISavedCreditCardDetails;
|
|
14095
14600
|
savePaymentMethodDisplayOption: $responses.wix.payment.api.pay.v2.PaymentMethod.SavePaymentMethodDisplayOption;
|
|
14096
|
-
|
|
14601
|
+
allowMerchantUseDisplayOption: $responses.wix.payment.api.pay.v2.AllowMerchantUseDisplayOptionEnum.AllowMerchantUseDisplayOption;
|
|
14602
|
+
unscheduledMitSupport: boolean;
|
|
14603
|
+
captchaRequired: boolean;
|
|
14097
14604
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14098
14605
|
}
|
|
14099
14606
|
export namespace PaymentMethod {
|
|
@@ -14110,16 +14617,16 @@ declare namespace $responses {
|
|
|
14110
14617
|
SHOW_MERCHANT_DISCLAIMER = "SHOW_MERCHANT_DISCLAIMER",
|
|
14111
14618
|
}
|
|
14112
14619
|
}
|
|
14113
|
-
export interface
|
|
14620
|
+
export interface IAllowMerchantUseDisplayOptionEnum {
|
|
14114
14621
|
}
|
|
14115
|
-
export class
|
|
14116
|
-
constructor(data?:
|
|
14622
|
+
export class AllowMerchantUseDisplayOptionEnum implements IAllowMerchantUseDisplayOptionEnum {
|
|
14623
|
+
constructor(data?: IAllowMerchantUseDisplayOptionEnum);
|
|
14117
14624
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
14118
14625
|
}
|
|
14119
|
-
export namespace
|
|
14120
|
-
export enum
|
|
14626
|
+
export namespace AllowMerchantUseDisplayOptionEnum {
|
|
14627
|
+
export enum AllowMerchantUseDisplayOption {
|
|
14121
14628
|
SHOW_NOTHING = "SHOW_NOTHING",
|
|
14122
|
-
|
|
14629
|
+
SHOW_ALLOW_MERCHANT_USE_CHECKBOX = "SHOW_ALLOW_MERCHANT_USE_CHECKBOX",
|
|
14123
14630
|
}
|
|
14124
14631
|
}
|
|
14125
14632
|
export interface ISavedCreditCardDetails {
|
|
@@ -14292,6 +14799,7 @@ declare namespace $responses {
|
|
|
14292
14799
|
PRIVATE_LABEL = "PRIVATE_LABEL",
|
|
14293
14800
|
VISA = "VISA",
|
|
14294
14801
|
VPAY = "VPAY",
|
|
14802
|
+
BANCONTACT_CARD = "BANCONTACT_CARD",
|
|
14295
14803
|
}
|
|
14296
14804
|
export enum MerchantCapability {
|
|
14297
14805
|
UNDEFINED_CAPABILITY = "UNDEFINED_CAPABILITY",
|
|
@@ -15195,6 +15703,14 @@ declare namespace $responses {
|
|
|
15195
15703
|
SETUP = "SETUP",
|
|
15196
15704
|
}
|
|
15197
15705
|
}
|
|
15706
|
+
export interface IDoublePaymentEvent {
|
|
15707
|
+
transactionId: string;
|
|
15708
|
+
}
|
|
15709
|
+
export class DoublePaymentEvent implements IDoublePaymentEvent {
|
|
15710
|
+
constructor(data?: IDoublePaymentEvent);
|
|
15711
|
+
transactionId: string;
|
|
15712
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15713
|
+
}
|
|
15198
15714
|
}
|
|
15199
15715
|
}
|
|
15200
15716
|
}
|
|
@@ -15600,6 +16116,26 @@ declare namespace $responses {
|
|
|
15600
16116
|
totalCount: number;
|
|
15601
16117
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
15602
16118
|
}
|
|
16119
|
+
export interface IGetItemRequest {
|
|
16120
|
+
itemId: string;
|
|
16121
|
+
namespace: string;
|
|
16122
|
+
group: string;
|
|
16123
|
+
}
|
|
16124
|
+
export class GetItemRequest implements IGetItemRequest {
|
|
16125
|
+
constructor(data?: IGetItemRequest);
|
|
16126
|
+
itemId: string;
|
|
16127
|
+
namespace: string;
|
|
16128
|
+
group: string;
|
|
16129
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16130
|
+
}
|
|
16131
|
+
export interface IGetItemResponse {
|
|
16132
|
+
item?: $responses.wix.coupons.api.v2.IItemForCoupon;
|
|
16133
|
+
}
|
|
16134
|
+
export class GetItemResponse implements IGetItemResponse {
|
|
16135
|
+
constructor(data?: IGetItemResponse);
|
|
16136
|
+
item?: $responses.wix.coupons.api.v2.IItemForCoupon;
|
|
16137
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16138
|
+
}
|
|
15603
16139
|
export interface IHasCouponsRequest {
|
|
15604
16140
|
}
|
|
15605
16141
|
export class HasCouponsRequest implements IHasCouponsRequest {
|
|
@@ -16821,6 +17357,24 @@ declare namespace $responses {
|
|
|
16821
17357
|
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
16822
17358
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
16823
17359
|
}
|
|
17360
|
+
export interface IGetProductPlatformizedRequest {
|
|
17361
|
+
id: string;
|
|
17362
|
+
includeMerchantSpecificData: boolean;
|
|
17363
|
+
}
|
|
17364
|
+
export class GetProductPlatformizedRequest implements IGetProductPlatformizedRequest {
|
|
17365
|
+
constructor(data?: IGetProductPlatformizedRequest);
|
|
17366
|
+
id: string;
|
|
17367
|
+
includeMerchantSpecificData: boolean;
|
|
17368
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17369
|
+
}
|
|
17370
|
+
export interface IGetProductPlatformizedResponse {
|
|
17371
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17372
|
+
}
|
|
17373
|
+
export class GetProductPlatformizedResponse implements IGetProductPlatformizedResponse {
|
|
17374
|
+
constructor(data?: IGetProductPlatformizedResponse);
|
|
17375
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17376
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17377
|
+
}
|
|
16824
17378
|
export interface IQueryCollectionsRequest {
|
|
16825
17379
|
query?: $responses.wix.catalog.api.v1.IQuery;
|
|
16826
17380
|
includeNumberOfProducts: boolean;
|
|
@@ -17077,6 +17631,22 @@ declare namespace $responses {
|
|
|
17077
17631
|
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17078
17632
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17079
17633
|
}
|
|
17634
|
+
export interface ICreateProductPlatformizedRequest {
|
|
17635
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17636
|
+
}
|
|
17637
|
+
export class CreateProductPlatformizedRequest implements ICreateProductPlatformizedRequest {
|
|
17638
|
+
constructor(data?: ICreateProductPlatformizedRequest);
|
|
17639
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17640
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17641
|
+
}
|
|
17642
|
+
export interface ICreateProductPlatformizedResponse {
|
|
17643
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17644
|
+
}
|
|
17645
|
+
export class CreateProductPlatformizedResponse implements ICreateProductPlatformizedResponse {
|
|
17646
|
+
constructor(data?: ICreateProductPlatformizedResponse);
|
|
17647
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17648
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17649
|
+
}
|
|
17080
17650
|
export interface IUpdateProductRequest {
|
|
17081
17651
|
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17082
17652
|
}
|
|
@@ -17093,6 +17663,22 @@ declare namespace $responses {
|
|
|
17093
17663
|
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17094
17664
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17095
17665
|
}
|
|
17666
|
+
export interface IUpdateProductPlatformizedRequest {
|
|
17667
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17668
|
+
}
|
|
17669
|
+
export class UpdateProductPlatformizedRequest implements IUpdateProductPlatformizedRequest {
|
|
17670
|
+
constructor(data?: IUpdateProductPlatformizedRequest);
|
|
17671
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17672
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17673
|
+
}
|
|
17674
|
+
export interface IUpdateProductPlatformizedResponse {
|
|
17675
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17676
|
+
}
|
|
17677
|
+
export class UpdateProductPlatformizedResponse implements IUpdateProductPlatformizedResponse {
|
|
17678
|
+
constructor(data?: IUpdateProductPlatformizedResponse);
|
|
17679
|
+
product?: $responses.wix.catalog.api.v1.IProduct;
|
|
17680
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17681
|
+
}
|
|
17096
17682
|
export interface IDeleteProductRequest {
|
|
17097
17683
|
id: string;
|
|
17098
17684
|
}
|
|
@@ -17107,6 +17693,20 @@ declare namespace $responses {
|
|
|
17107
17693
|
constructor(data?: IDeleteProductResponse);
|
|
17108
17694
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17109
17695
|
}
|
|
17696
|
+
export interface IDeleteProductPlatformizedRequest {
|
|
17697
|
+
id: string;
|
|
17698
|
+
}
|
|
17699
|
+
export class DeleteProductPlatformizedRequest implements IDeleteProductPlatformizedRequest {
|
|
17700
|
+
constructor(data?: IDeleteProductPlatformizedRequest);
|
|
17701
|
+
id: string;
|
|
17702
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17703
|
+
}
|
|
17704
|
+
export interface IDeleteProductPlatformizedResponse {
|
|
17705
|
+
}
|
|
17706
|
+
export class DeleteProductPlatformizedResponse implements IDeleteProductPlatformizedResponse {
|
|
17707
|
+
constructor(data?: IDeleteProductPlatformizedResponse);
|
|
17708
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17709
|
+
}
|
|
17110
17710
|
export interface IBulkDeleteProductsRequest {
|
|
17111
17711
|
ids: string[];
|
|
17112
17712
|
}
|
|
@@ -17565,6 +18165,22 @@ declare namespace $responses {
|
|
|
17565
18165
|
rate: number;
|
|
17566
18166
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
17567
18167
|
}
|
|
18168
|
+
export interface IReCloneStoreRequest {
|
|
18169
|
+
metasiteId?: string;
|
|
18170
|
+
originalMetasiteId?: string;
|
|
18171
|
+
}
|
|
18172
|
+
export class ReCloneStoreRequest implements IReCloneStoreRequest {
|
|
18173
|
+
constructor(data?: IReCloneStoreRequest);
|
|
18174
|
+
metasiteId?: string;
|
|
18175
|
+
originalMetasiteId?: string;
|
|
18176
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18177
|
+
}
|
|
18178
|
+
export interface IReCloneStoreResponse {
|
|
18179
|
+
}
|
|
18180
|
+
export class ReCloneStoreResponse implements IReCloneStoreResponse {
|
|
18181
|
+
constructor(data?: IReCloneStoreResponse);
|
|
18182
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18183
|
+
}
|
|
17568
18184
|
export interface IProduct {
|
|
17569
18185
|
id: string;
|
|
17570
18186
|
name?: string;
|
|
@@ -18549,6 +19165,22 @@ declare namespace $responses {
|
|
|
18549
19165
|
collection?: $responses.wix.catalog.api.v1.ICollection;
|
|
18550
19166
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
18551
19167
|
}
|
|
19168
|
+
export interface IGetCollectionBySlugRequest {
|
|
19169
|
+
slug: string;
|
|
19170
|
+
}
|
|
19171
|
+
export class GetCollectionBySlugRequest implements IGetCollectionBySlugRequest {
|
|
19172
|
+
constructor(data?: IGetCollectionBySlugRequest);
|
|
19173
|
+
slug: string;
|
|
19174
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
19175
|
+
}
|
|
19176
|
+
export interface IGetCollectionBySlugResponse {
|
|
19177
|
+
collection?: $responses.wix.catalog.api.v1.ICollection;
|
|
19178
|
+
}
|
|
19179
|
+
export class GetCollectionBySlugResponse implements IGetCollectionBySlugResponse {
|
|
19180
|
+
constructor(data?: IGetCollectionBySlugResponse);
|
|
19181
|
+
collection?: $responses.wix.catalog.api.v1.ICollection;
|
|
19182
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
19183
|
+
}
|
|
18552
19184
|
}
|
|
18553
19185
|
}
|
|
18554
19186
|
}
|
|
@@ -19078,11 +19710,13 @@ declare namespace $responses {
|
|
|
19078
19710
|
export interface IListAsyncJobItemsRequest {
|
|
19079
19711
|
jobId: string;
|
|
19080
19712
|
paging?: $responses.wix.common.ICursorPaging;
|
|
19713
|
+
hasError?: boolean;
|
|
19081
19714
|
}
|
|
19082
19715
|
export class ListAsyncJobItemsRequest implements IListAsyncJobItemsRequest {
|
|
19083
19716
|
constructor(data?: IListAsyncJobItemsRequest);
|
|
19084
19717
|
jobId: string;
|
|
19085
19718
|
paging?: $responses.wix.common.ICursorPaging;
|
|
19719
|
+
hasError?: boolean;
|
|
19086
19720
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
19087
19721
|
}
|
|
19088
19722
|
export interface IListAsyncJobItemsResponse {
|
|
@@ -19531,6 +20165,7 @@ declare namespace $responses {
|
|
|
19531
20165
|
'.wix.api.fieldMaturity': $responses.wix.api.Maturity;
|
|
19532
20166
|
'.wix.api.pii': boolean;
|
|
19533
20167
|
'.wix.api.referencedEntity': string;
|
|
20168
|
+
'.wix.api.referencedEntityField'?: $responses.wix.api.IReferenceEntityField;
|
|
19534
20169
|
'.wix.api.fieldDeprecated'?: $responses.wix.api.IDeprecated;
|
|
19535
20170
|
'.wix.api.translatable'?: $responses.wix.api.ITranslatable;
|
|
19536
20171
|
'.wix.api.sampleData': string;
|
|
@@ -19562,6 +20197,7 @@ declare namespace $responses {
|
|
|
19562
20197
|
'.wix.api.fieldMaturity': $responses.wix.api.Maturity;
|
|
19563
20198
|
'.wix.api.pii': boolean;
|
|
19564
20199
|
'.wix.api.referencedEntity': string;
|
|
20200
|
+
'.wix.api.referencedEntityField'?: $responses.wix.api.IReferenceEntityField;
|
|
19565
20201
|
'.wix.api.fieldDeprecated'?: $responses.wix.api.IDeprecated;
|
|
19566
20202
|
'.wix.api.translatable'?: $responses.wix.api.ITranslatable;
|
|
19567
20203
|
'.wix.api.sampleData': string;
|
|
@@ -19983,6 +20619,8 @@ declare namespace $services {
|
|
|
19983
20619
|
}
|
|
19984
20620
|
}
|
|
19985
20621
|
export namespace v3 {
|
|
20622
|
+
export abstract class DoublePaymentEventsService {
|
|
20623
|
+
}
|
|
19986
20624
|
export abstract class PaymentEventsService {
|
|
19987
20625
|
}
|
|
19988
20626
|
}
|
|
@@ -20003,6 +20641,8 @@ declare namespace $services {
|
|
|
20003
20641
|
export abstract class CouponsManagerUI {
|
|
20004
20642
|
abstract getAllScopeConfigs(aspects: AspectStore, req: $requests.wix.coupons.api.v2.IAllScopeConfigsRequest): Promise<$responses.wix.coupons.api.v2.IAllScopeConfigsResponse>
|
|
20005
20643
|
abstract getAllScopeConfigs(req: $requests.wix.coupons.api.v2.IAllScopeConfigsRequest): Promise<$responses.wix.coupons.api.v2.IAllScopeConfigsResponse>
|
|
20644
|
+
abstract getItem(aspects: AspectStore, req: $requests.wix.coupons.api.v2.IGetItemRequest): Promise<$responses.wix.coupons.api.v2.IGetItemResponse>
|
|
20645
|
+
abstract getItem(req: $requests.wix.coupons.api.v2.IGetItemRequest): Promise<$responses.wix.coupons.api.v2.IGetItemResponse>
|
|
20006
20646
|
abstract getItems(aspects: AspectStore, req: $requests.wix.coupons.api.v2.IGetItemsRequest): Promise<$responses.wix.coupons.api.v2.IGetItemsResponse>
|
|
20007
20647
|
abstract getItems(req: $requests.wix.coupons.api.v2.IGetItemsRequest): Promise<$responses.wix.coupons.api.v2.IGetItemsResponse>
|
|
20008
20648
|
abstract getShoutoutAdditionalItems(aspects: AspectStore, req: $requests.wix.coupons.api.v2.IGetShoutoutAdditionalItemsRequest): Promise<$responses.wix.coupons.api.v2.IGetItemsResponse>
|
|
@@ -20107,6 +20747,8 @@ declare namespace $services {
|
|
|
20107
20747
|
abstract getProducts(req: $requests.wix.catalog.api.v1.IGetProductsRequest): Promise<$responses.wix.catalog.api.v1.IGetProductsResponse>
|
|
20108
20748
|
abstract getProduct(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IGetProductRequest): Promise<$responses.wix.catalog.api.v1.IGetProductResponse>
|
|
20109
20749
|
abstract getProduct(req: $requests.wix.catalog.api.v1.IGetProductRequest): Promise<$responses.wix.catalog.api.v1.IGetProductResponse>
|
|
20750
|
+
abstract getProductPlatformized(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IGetProductPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.IGetProductPlatformizedResponse>
|
|
20751
|
+
abstract getProductPlatformized(req: $requests.wix.catalog.api.v1.IGetProductPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.IGetProductPlatformizedResponse>
|
|
20110
20752
|
abstract queryCollections(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IQueryCollectionsRequest): Promise<$responses.wix.catalog.api.v1.IQueryCollectionsResponse>
|
|
20111
20753
|
abstract queryCollections(req: $requests.wix.catalog.api.v1.IQueryCollectionsRequest): Promise<$responses.wix.catalog.api.v1.IQueryCollectionsResponse>
|
|
20112
20754
|
abstract queryCollectionsPlatformized(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IQueryCollectionsPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.IQueryCollectionsPlatformizedResponse>
|
|
@@ -20135,10 +20777,16 @@ declare namespace $services {
|
|
|
20135
20777
|
export abstract class CatalogWriteApi {
|
|
20136
20778
|
abstract createProduct(aspects: AspectStore, req: $requests.wix.catalog.api.v1.ICreateProductRequest): Promise<$responses.wix.catalog.api.v1.ICreateProductResponse>
|
|
20137
20779
|
abstract createProduct(req: $requests.wix.catalog.api.v1.ICreateProductRequest): Promise<$responses.wix.catalog.api.v1.ICreateProductResponse>
|
|
20780
|
+
abstract createProductPlatformized(aspects: AspectStore, req: $requests.wix.catalog.api.v1.ICreateProductPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.ICreateProductPlatformizedResponse>
|
|
20781
|
+
abstract createProductPlatformized(req: $requests.wix.catalog.api.v1.ICreateProductPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.ICreateProductPlatformizedResponse>
|
|
20138
20782
|
abstract updateProduct(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IUpdateProductRequest): Promise<$responses.wix.catalog.api.v1.IUpdateProductResponse>
|
|
20139
20783
|
abstract updateProduct(req: $requests.wix.catalog.api.v1.IUpdateProductRequest): Promise<$responses.wix.catalog.api.v1.IUpdateProductResponse>
|
|
20784
|
+
abstract updateProductPlatformized(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IUpdateProductPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.IUpdateProductPlatformizedResponse>
|
|
20785
|
+
abstract updateProductPlatformized(req: $requests.wix.catalog.api.v1.IUpdateProductPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.IUpdateProductPlatformizedResponse>
|
|
20140
20786
|
abstract deleteProduct(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IDeleteProductRequest): Promise<$responses.wix.catalog.api.v1.IDeleteProductResponse>
|
|
20141
20787
|
abstract deleteProduct(req: $requests.wix.catalog.api.v1.IDeleteProductRequest): Promise<$responses.wix.catalog.api.v1.IDeleteProductResponse>
|
|
20788
|
+
abstract deleteProductPlatformized(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IDeleteProductPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.IDeleteProductPlatformizedResponse>
|
|
20789
|
+
abstract deleteProductPlatformized(req: $requests.wix.catalog.api.v1.IDeleteProductPlatformizedRequest): Promise<$responses.wix.catalog.api.v1.IDeleteProductPlatformizedResponse>
|
|
20142
20790
|
abstract bulkDeleteProducts(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IBulkDeleteProductsRequest): Promise<$responses.wix.catalog.api.v1.IBulkDeleteProductsResponse>
|
|
20143
20791
|
abstract bulkDeleteProducts(req: $requests.wix.catalog.api.v1.IBulkDeleteProductsRequest): Promise<$responses.wix.catalog.api.v1.IBulkDeleteProductsResponse>
|
|
20144
20792
|
abstract updateVariants(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IUpdateVariantsRequest): Promise<$responses.wix.catalog.api.v1.IUpdateVariantsResponse>
|
|
@@ -20185,6 +20833,8 @@ declare namespace $services {
|
|
|
20185
20833
|
abstract bulkAdjustProductProperties(req: $requests.wix.catalog.api.v1.IBulkAdjustProductPropertiesRequest): Promise<$responses.wix.catalog.api.v1.IBulkAdjustProductPropertiesResponse>
|
|
20186
20834
|
abstract bulkAdjustProductPropertiesByFilterSync(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IBulkAdjustProductPropertiesByFilterSyncRequest): Promise<$responses.wix.catalog.api.v1.IBulkAdjustProductPropertiesByFilterSyncResponse>
|
|
20187
20835
|
abstract bulkAdjustProductPropertiesByFilterSync(req: $requests.wix.catalog.api.v1.IBulkAdjustProductPropertiesByFilterSyncRequest): Promise<$responses.wix.catalog.api.v1.IBulkAdjustProductPropertiesByFilterSyncResponse>
|
|
20836
|
+
abstract reCloneStore(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IReCloneStoreRequest): Promise<$responses.wix.catalog.api.v1.IReCloneStoreResponse>
|
|
20837
|
+
abstract reCloneStore(req: $requests.wix.catalog.api.v1.IReCloneStoreRequest): Promise<$responses.wix.catalog.api.v1.IReCloneStoreResponse>
|
|
20188
20838
|
}
|
|
20189
20839
|
export abstract class CatalogReadAPINotReviewed {
|
|
20190
20840
|
abstract listOptions(aspects: AspectStore, req: $requests.wix.catalog.api.v1.IListOptionsRequest): Promise<$responses.wix.catalog.api.v1.IListOptionsResponse>
|
|
@@ -20219,6 +20869,8 @@ declare namespace $services {
|
|
|
20219
20869
|
abstract queryCollections(req: $requests.wix.catalog.api.v2.IQueryCollectionsRequest): Promise<$responses.wix.catalog.api.v2.IQueryCollectionsResponse>
|
|
20220
20870
|
abstract getCollection(aspects: AspectStore, req: $requests.wix.catalog.api.v2.IGetCollectionRequest): Promise<$responses.wix.catalog.api.v2.IGetCollectionResponse>
|
|
20221
20871
|
abstract getCollection(req: $requests.wix.catalog.api.v2.IGetCollectionRequest): Promise<$responses.wix.catalog.api.v2.IGetCollectionResponse>
|
|
20872
|
+
abstract getCollectionBySlug(aspects: AspectStore, req: $requests.wix.catalog.api.v2.IGetCollectionBySlugRequest): Promise<$responses.wix.catalog.api.v2.IGetCollectionBySlugResponse>
|
|
20873
|
+
abstract getCollectionBySlug(req: $requests.wix.catalog.api.v2.IGetCollectionBySlugRequest): Promise<$responses.wix.catalog.api.v2.IGetCollectionBySlugResponse>
|
|
20222
20874
|
}
|
|
20223
20875
|
}
|
|
20224
20876
|
}
|