@wix/bex-utils 1.29.0 → 1.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +33 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/{entitlement_policy_provider/com/wixpress/appservice/api/upstream/wix/entitlements → benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs}/spi/v1/policy_provider_spi.proto +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/reservations/v1/custom_reservation_approval.proto +14 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +6 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +5 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +19 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +6 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +8 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +24 -15
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +11 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.d.cts +51 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +10005 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.d.cts +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +10184 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.d.cts +164 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +15307 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.d.ts +51 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +8518 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.d.ts +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.js +6527 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.d.ts +164 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js +11841 -0
- package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js.map +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -0
- package/@wix/bex-bundled-mini-essentials/http-client/testkit/client/package.json +6 -0
- package/@wix/bex-bundled-mini-essentials/package.json +60 -0
- package/@wix/bex-bundled-mini-essentials/testkit/package.json +6 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +765 -5
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +154 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +765 -5
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +154 -2
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +154 -2
- package/@wix/bi-logger-cairo-os/package.json +2 -2
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +153 -1
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +765 -5
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +153 -1
- package/@wix/bi-logger-cairo-os/src/types.ts +154 -3
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +154 -2
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +4 -4
- package/package.json +5 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/entitlement_provider/com/wixpress/appservice/api/upstream/wix/entitlements/spi/v1/entitlement_provider_spi.proto +0 -19
|
@@ -420,7 +420,7 @@ declare namespace $wrapper {
|
|
|
420
420
|
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
421
421
|
settings?: ({ [key: string]: any } | null);
|
|
422
422
|
componentSettings?: ($wrapper.com.wix.fed.settings.IGetComponentSettingsItem[] | null);
|
|
423
|
-
translations?: (
|
|
423
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
424
424
|
}
|
|
425
425
|
export class GetGlobalSettingsForMigrationResponse implements IGetGlobalSettingsForMigrationResponse {
|
|
426
426
|
constructor(data?: IGetGlobalSettingsForMigrationResponse);
|
|
@@ -428,7 +428,7 @@ declare namespace $wrapper {
|
|
|
428
428
|
host?: ($wrapper.com.wix.fed.settings.Host | null);
|
|
429
429
|
settings?: ({ [key: string]: any } | null);
|
|
430
430
|
componentSettings?: ($wrapper.com.wix.fed.settings.IGetComponentSettingsItem[] | null);
|
|
431
|
-
translations?: (
|
|
431
|
+
translations?: ($wrapper.com.wix.fed.settings.ITranslatedLanguage[] | null);
|
|
432
432
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
433
433
|
}
|
|
434
434
|
export abstract class AppSettingsService {
|
|
@@ -600,6 +600,63 @@ declare namespace $wrapper {
|
|
|
600
600
|
abstract bulkSet(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IBulkSetUserPrefencesRequest): Promise<$wrapper.com.wix.fed.settings.IBulkSetUserPrefencesResponse>
|
|
601
601
|
abstract delete(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IDeleteUserPrefencesRequest): Promise<$wrapper.com.wix.fed.settings.IEmpty>
|
|
602
602
|
}
|
|
603
|
+
export interface IAccountPreferences {
|
|
604
|
+
accountId?: (string | null);
|
|
605
|
+
namespace?: (string | null);
|
|
606
|
+
key?: (string | null);
|
|
607
|
+
blob?: (any | null);
|
|
608
|
+
dateCreated?: (Date | null);
|
|
609
|
+
dateUpdated?: (Date | null);
|
|
610
|
+
ttlInDays?: (number | null);
|
|
611
|
+
}
|
|
612
|
+
export class AccountPreferences implements IAccountPreferences {
|
|
613
|
+
constructor(data?: IAccountPreferences);
|
|
614
|
+
accountId?: (string | null);
|
|
615
|
+
namespace?: (string | null);
|
|
616
|
+
key?: (string | null);
|
|
617
|
+
blob?: (any | null);
|
|
618
|
+
dateCreated?: (Date | null);
|
|
619
|
+
dateUpdated?: (Date | null);
|
|
620
|
+
ttlInDays?: (number | null);
|
|
621
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
622
|
+
}
|
|
623
|
+
export interface IGetAccountPreferencesRequest {
|
|
624
|
+
accountId?: (string | null);
|
|
625
|
+
namespace?: (string | null);
|
|
626
|
+
key?: (string | null);
|
|
627
|
+
}
|
|
628
|
+
export class GetAccountPreferencesRequest implements IGetAccountPreferencesRequest {
|
|
629
|
+
constructor(data?: IGetAccountPreferencesRequest);
|
|
630
|
+
accountId?: (string | null);
|
|
631
|
+
namespace?: (string | null);
|
|
632
|
+
key?: (string | null);
|
|
633
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
634
|
+
}
|
|
635
|
+
export interface IDeleteAccountPreferencesRequest {
|
|
636
|
+
accountId?: (string | null);
|
|
637
|
+
namespace?: (string | null);
|
|
638
|
+
key?: (string | null);
|
|
639
|
+
}
|
|
640
|
+
export class DeleteAccountPreferencesRequest implements IDeleteAccountPreferencesRequest {
|
|
641
|
+
constructor(data?: IDeleteAccountPreferencesRequest);
|
|
642
|
+
accountId?: (string | null);
|
|
643
|
+
namespace?: (string | null);
|
|
644
|
+
key?: (string | null);
|
|
645
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
646
|
+
}
|
|
647
|
+
export interface IGetAccountPreferencesResponse {
|
|
648
|
+
accountPreferences?: ($wrapper.com.wix.fed.settings.IAccountPreferences[] | null);
|
|
649
|
+
}
|
|
650
|
+
export class GetAccountPreferencesResponse implements IGetAccountPreferencesResponse {
|
|
651
|
+
constructor(data?: IGetAccountPreferencesResponse);
|
|
652
|
+
accountPreferences?: ($wrapper.com.wix.fed.settings.IAccountPreferences[] | null);
|
|
653
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
654
|
+
}
|
|
655
|
+
export abstract class AccountPreferencesService {
|
|
656
|
+
abstract getAccountPreferences(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IGetAccountPreferencesRequest): Promise<$wrapper.com.wix.fed.settings.IGetAccountPreferencesResponse>
|
|
657
|
+
abstract setAccountPreferences(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IAccountPreferences): Promise<$wrapper.com.wix.fed.settings.IAccountPreferences>
|
|
658
|
+
abstract deleteAccountPreferences(aspects: AspectStore, req: $wrapper.com.wix.fed.settings.IDeleteAccountPreferencesRequest): Promise<$wrapper.com.wix.fed.settings.IEmpty>
|
|
659
|
+
}
|
|
603
660
|
}
|
|
604
661
|
}
|
|
605
662
|
}
|
|
@@ -628,10 +685,12 @@ declare namespace $wrapper {
|
|
|
628
685
|
}
|
|
629
686
|
export interface IAlignedWithEnum {
|
|
630
687
|
field?: (string | null);
|
|
688
|
+
suffix?: (string | null);
|
|
631
689
|
}
|
|
632
690
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
633
691
|
constructor(data?: IAlignedWithEnum);
|
|
634
692
|
field?: (string | null);
|
|
693
|
+
suffix?: (string | null);
|
|
635
694
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
636
695
|
}
|
|
637
696
|
export enum Format {
|
|
@@ -716,6 +775,14 @@ declare namespace $wrapper {
|
|
|
716
775
|
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
717
776
|
}
|
|
718
777
|
}
|
|
778
|
+
export interface IReferenceEntityField {
|
|
779
|
+
path?: (string | null);
|
|
780
|
+
}
|
|
781
|
+
export class ReferenceEntityField implements IReferenceEntityField {
|
|
782
|
+
constructor(data?: IReferenceEntityField);
|
|
783
|
+
path?: (string | null);
|
|
784
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
785
|
+
}
|
|
719
786
|
export interface ICacheSettings {
|
|
720
787
|
maxAgeSeconds?: (number | null);
|
|
721
788
|
}
|
|
@@ -919,6 +986,7 @@ declare namespace $wrapper {
|
|
|
919
986
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
920
987
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
921
988
|
meAliasableField?: (string[] | null);
|
|
989
|
+
search?: ($wrapper.wix.api.ISearch[] | null);
|
|
922
990
|
}
|
|
923
991
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
924
992
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -927,6 +995,7 @@ declare namespace $wrapper {
|
|
|
927
995
|
paging?: ($wrapper.wix.api.IPaging | null);
|
|
928
996
|
wql?: ($wrapper.wix.api.IWql | null);
|
|
929
997
|
meAliasableField?: (string[] | null);
|
|
998
|
+
search?: ($wrapper.wix.api.ISearch[] | null);
|
|
930
999
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
931
1000
|
}
|
|
932
1001
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1063,6 +1132,7 @@ declare namespace $wrapper {
|
|
|
1063
1132
|
ANY = "ANY",
|
|
1064
1133
|
HAS_SOME = "HAS_SOME",
|
|
1065
1134
|
EMPTY = "EMPTY",
|
|
1135
|
+
MATCH_ALL = "MATCH_ALL",
|
|
1066
1136
|
}
|
|
1067
1137
|
export enum Sort {
|
|
1068
1138
|
NONE = "NONE",
|
|
@@ -1098,6 +1168,7 @@ declare namespace $wrapper {
|
|
|
1098
1168
|
field?: (string[] | null);
|
|
1099
1169
|
sort?: ($wrapper.wix.api.Wql.Sort | null);
|
|
1100
1170
|
requiredFields?: ($wrapper.wix.api.Wql.IRequiredFields[] | null);
|
|
1171
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1101
1172
|
}
|
|
1102
1173
|
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
1103
1174
|
constructor(data?: IOperatorFieldSupport);
|
|
@@ -1106,9 +1177,20 @@ declare namespace $wrapper {
|
|
|
1106
1177
|
field?: (string[] | null);
|
|
1107
1178
|
sort?: ($wrapper.wix.api.Wql.Sort | null);
|
|
1108
1179
|
requiredFields?: ($wrapper.wix.api.Wql.IRequiredFields[] | null);
|
|
1180
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1109
1181
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1110
1182
|
}
|
|
1111
1183
|
}
|
|
1184
|
+
export interface ISearch {
|
|
1185
|
+
field?: (string[] | null);
|
|
1186
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1187
|
+
}
|
|
1188
|
+
export class Search implements ISearch {
|
|
1189
|
+
constructor(data?: ISearch);
|
|
1190
|
+
field?: (string[] | null);
|
|
1191
|
+
maturity?: ($wrapper.wix.api.Maturity | null);
|
|
1192
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1193
|
+
}
|
|
1112
1194
|
export interface IHookable {
|
|
1113
1195
|
}
|
|
1114
1196
|
export class Hookable implements IHookable {
|
|
@@ -1200,13 +1282,14 @@ declare namespace $wrapper {
|
|
|
1200
1282
|
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
1201
1283
|
appendixFiles?: ($wrapper.wix.api.IMessageAppendix[] | null);
|
|
1202
1284
|
oldFqdnForBackwardsCompatibility?: (string | null);
|
|
1203
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1285
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1204
1286
|
implements?: (string[] | null);
|
|
1205
1287
|
extensible?: ($wrapper.wix.api.IExtensible | null);
|
|
1206
1288
|
trashbin?: (boolean | null);
|
|
1207
1289
|
plural?: (string | null);
|
|
1208
1290
|
domainEventsReadPermission?: (string | null);
|
|
1209
1291
|
appDefId?: (string | null);
|
|
1292
|
+
domainEvents?: ($wrapper.wix.api.IDomainEventOptions | null);
|
|
1210
1293
|
}
|
|
1211
1294
|
export class Entity implements IEntity {
|
|
1212
1295
|
constructor(data?: IEntity);
|
|
@@ -1214,13 +1297,14 @@ declare namespace $wrapper {
|
|
|
1214
1297
|
exposure?: ($wrapper.wix.api.Exposure | null);
|
|
1215
1298
|
appendixFiles?: ($wrapper.wix.api.IMessageAppendix[] | null);
|
|
1216
1299
|
oldFqdnForBackwardsCompatibility?: (string | null);
|
|
1217
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1300
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1218
1301
|
implements?: (string[] | null);
|
|
1219
1302
|
extensible?: ($wrapper.wix.api.IExtensible | null);
|
|
1220
1303
|
trashbin?: (boolean | null);
|
|
1221
1304
|
plural?: (string | null);
|
|
1222
1305
|
domainEventsReadPermission?: (string | null);
|
|
1223
1306
|
appDefId?: (string | null);
|
|
1307
|
+
domainEvents?: ($wrapper.wix.api.IDomainEventOptions | null);
|
|
1224
1308
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1225
1309
|
}
|
|
1226
1310
|
export interface IExtensible {
|
|
@@ -1249,9 +1333,17 @@ declare namespace $wrapper {
|
|
|
1249
1333
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1250
1334
|
}
|
|
1251
1335
|
}
|
|
1336
|
+
export interface IDomainEventOptions {
|
|
1337
|
+
eventSequenceNumber?: (boolean | null);
|
|
1338
|
+
}
|
|
1339
|
+
export class DomainEventOptions implements IDomainEventOptions {
|
|
1340
|
+
constructor(data?: IDomainEventOptions);
|
|
1341
|
+
eventSequenceNumber?: (boolean | null);
|
|
1342
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1343
|
+
}
|
|
1252
1344
|
export interface ICallback {
|
|
1253
1345
|
topic?: (string | null);
|
|
1254
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1346
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1255
1347
|
payload?: (string | null);
|
|
1256
1348
|
permission?: (string | null);
|
|
1257
1349
|
eventType?: ($wrapper.wix.api.Callback.EventType | null);
|
|
@@ -1261,7 +1353,7 @@ declare namespace $wrapper {
|
|
|
1261
1353
|
export class Callback implements ICallback {
|
|
1262
1354
|
constructor(data?: ICallback);
|
|
1263
1355
|
topic?: (string | null);
|
|
1264
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1356
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1265
1357
|
payload?: (string | null);
|
|
1266
1358
|
permission?: (string | null);
|
|
1267
1359
|
eventType?: ($wrapper.wix.api.Callback.EventType | null);
|
|
@@ -1336,13 +1428,33 @@ declare namespace $wrapper {
|
|
|
1336
1428
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1337
1429
|
}
|
|
1338
1430
|
export namespace Segment {
|
|
1339
|
-
|
|
1431
|
+
/**
|
|
1432
|
+
* [Segment] annotation registers to Confluent clusters.
|
|
1433
|
+
* Existing topics might have a hard-coded segment in Greyhound, so this option is not required in proto.
|
|
1434
|
+
* However, new topics must provide a segment, or greyhound will throw an exception.
|
|
1435
|
+
* @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
|
|
1436
|
+
*/
|
|
1437
|
+
export enum SegmentName {
|
|
1340
1438
|
UNSPECIFIED = "UNSPECIFIED",
|
|
1341
1439
|
USERS = "USERS",
|
|
1342
1440
|
PUBLIC = "PUBLIC",
|
|
1343
1441
|
OTHERS = "OTHERS",
|
|
1344
1442
|
}
|
|
1345
1443
|
}
|
|
1444
|
+
export interface IPermissionRule {
|
|
1445
|
+
name?: (string | null);
|
|
1446
|
+
type?: ($wrapper.wix.api.PermissionType | null);
|
|
1447
|
+
}
|
|
1448
|
+
export class PermissionRule implements IPermissionRule {
|
|
1449
|
+
constructor(data?: IPermissionRule);
|
|
1450
|
+
name?: (string | null);
|
|
1451
|
+
type?: ($wrapper.wix.api.PermissionType | null);
|
|
1452
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1453
|
+
}
|
|
1454
|
+
export enum PermissionType {
|
|
1455
|
+
AUTO = "AUTO",
|
|
1456
|
+
MANUAL = "MANUAL",
|
|
1457
|
+
}
|
|
1346
1458
|
export interface IActionPayload {
|
|
1347
1459
|
customSlug?: (string | null);
|
|
1348
1460
|
}
|
|
@@ -1517,20 +1629,6 @@ declare namespace $wrapper {
|
|
|
1517
1629
|
supported?: (string[] | null);
|
|
1518
1630
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1519
1631
|
}
|
|
1520
|
-
export interface IPermissionRule {
|
|
1521
|
-
name?: (string | null);
|
|
1522
|
-
type?: ($wrapper.wix.api.PermissionType | null);
|
|
1523
|
-
}
|
|
1524
|
-
export class PermissionRule implements IPermissionRule {
|
|
1525
|
-
constructor(data?: IPermissionRule);
|
|
1526
|
-
name?: (string | null);
|
|
1527
|
-
type?: ($wrapper.wix.api.PermissionType | null);
|
|
1528
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1529
|
-
}
|
|
1530
|
-
export enum PermissionType {
|
|
1531
|
-
AUTO = "AUTO",
|
|
1532
|
-
MANUAL = "MANUAL",
|
|
1533
|
-
}
|
|
1534
1632
|
export interface ISla {
|
|
1535
1633
|
responseTimeMs?: (number | null);
|
|
1536
1634
|
}
|
|
@@ -1541,16 +1639,18 @@ declare namespace $wrapper {
|
|
|
1541
1639
|
}
|
|
1542
1640
|
export interface ISubscription {
|
|
1543
1641
|
topic?: (string | null);
|
|
1544
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1642
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1545
1643
|
batch?: (boolean | null);
|
|
1546
1644
|
entity?: (string | null);
|
|
1645
|
+
dynamic?: (boolean | null);
|
|
1547
1646
|
}
|
|
1548
1647
|
export class Subscription implements ISubscription {
|
|
1549
1648
|
constructor(data?: ISubscription);
|
|
1550
1649
|
topic?: (string | null);
|
|
1551
|
-
segment?: ($wrapper.wix.api.Segment.
|
|
1650
|
+
segment?: ($wrapper.wix.api.Segment.SegmentName | null);
|
|
1552
1651
|
batch?: (boolean | null);
|
|
1553
1652
|
entity?: (string | null);
|
|
1653
|
+
dynamic?: (boolean | null);
|
|
1554
1654
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1555
1655
|
}
|
|
1556
1656
|
}
|
|
@@ -1558,11 +1658,13 @@ declare namespace $wrapper {
|
|
|
1558
1658
|
export interface IInferFieldmask {
|
|
1559
1659
|
from?: (string | null);
|
|
1560
1660
|
fieldmask?: (string | null);
|
|
1661
|
+
snakeCaseCommaSeparatedMask?: (boolean | null);
|
|
1561
1662
|
}
|
|
1562
1663
|
export class InferFieldmask implements IInferFieldmask {
|
|
1563
1664
|
constructor(data?: IInferFieldmask);
|
|
1564
1665
|
from?: (string | null);
|
|
1565
1666
|
fieldmask?: (string | null);
|
|
1667
|
+
snakeCaseCommaSeparatedMask?: (boolean | null);
|
|
1566
1668
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1567
1669
|
}
|
|
1568
1670
|
}
|
|
@@ -1583,7 +1685,7 @@ declare namespace $wrapper {
|
|
|
1583
1685
|
hostService?: (string | null);
|
|
1584
1686
|
businessManagerUrl?: (string | null);
|
|
1585
1687
|
fqdn?: (string | null);
|
|
1586
|
-
|
|
1688
|
+
appId?: (string | null);
|
|
1587
1689
|
}
|
|
1588
1690
|
export class Service implements IService {
|
|
1589
1691
|
constructor(data?: IService);
|
|
@@ -1592,7 +1694,7 @@ declare namespace $wrapper {
|
|
|
1592
1694
|
hostService?: (string | null);
|
|
1593
1695
|
businessManagerUrl?: (string | null);
|
|
1594
1696
|
fqdn?: (string | null);
|
|
1595
|
-
|
|
1697
|
+
appId?: (string | null);
|
|
1596
1698
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1597
1699
|
}
|
|
1598
1700
|
export interface IError {
|
|
@@ -1973,6 +2075,7 @@ declare namespace $wrapper {
|
|
|
1973
2075
|
'.wix.api.fieldMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
1974
2076
|
'.wix.api.pii'?: (boolean | null);
|
|
1975
2077
|
'.wix.api.referencedEntity'?: (string | null);
|
|
2078
|
+
'.wix.api.referencedEntityField'?: ($wrapper.wix.api.IReferenceEntityField | null);
|
|
1976
2079
|
'.wix.api.fieldDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
1977
2080
|
'.wix.api.translatable'?: ($wrapper.wix.api.ITranslatable | null);
|
|
1978
2081
|
'.wix.api.sampleData'?: (string | null);
|
|
@@ -2004,6 +2107,7 @@ declare namespace $wrapper {
|
|
|
2004
2107
|
'.wix.api.fieldMaturity'?: ($wrapper.wix.api.Maturity | null);
|
|
2005
2108
|
'.wix.api.pii'?: (boolean | null);
|
|
2006
2109
|
'.wix.api.referencedEntity'?: (string | null);
|
|
2110
|
+
'.wix.api.referencedEntityField'?: ($wrapper.wix.api.IReferenceEntityField | null);
|
|
2007
2111
|
'.wix.api.fieldDeprecated'?: ($wrapper.wix.api.IDeprecated | null);
|
|
2008
2112
|
'.wix.api.translatable'?: ($wrapper.wix.api.ITranslatable | null);
|
|
2009
2113
|
'.wix.api.sampleData'?: (string | null);
|