@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
package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts
CHANGED
|
@@ -420,7 +420,7 @@ declare namespace $requests {
|
|
|
420
420
|
host: $requests.com.wix.fed.settings.Host;
|
|
421
421
|
settings?: { [key: string]: any };
|
|
422
422
|
componentSettings: $requests.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
423
|
-
translations
|
|
423
|
+
translations: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
424
424
|
}
|
|
425
425
|
export class GetGlobalSettingsForMigrationResponse implements IGetGlobalSettingsForMigrationResponse {
|
|
426
426
|
constructor(data?: IGetGlobalSettingsForMigrationResponse);
|
|
@@ -428,7 +428,7 @@ declare namespace $requests {
|
|
|
428
428
|
host: $requests.com.wix.fed.settings.Host;
|
|
429
429
|
settings?: { [key: string]: any };
|
|
430
430
|
componentSettings: $requests.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
431
|
-
translations
|
|
431
|
+
translations: $requests.com.wix.fed.settings.ITranslatedLanguage[];
|
|
432
432
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
433
433
|
}
|
|
434
434
|
export interface IEmpty {
|
|
@@ -579,6 +579,58 @@ declare namespace $requests {
|
|
|
579
579
|
userId?: string;
|
|
580
580
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
581
581
|
}
|
|
582
|
+
export interface IAccountPreferences {
|
|
583
|
+
accountId?: string;
|
|
584
|
+
namespace?: string;
|
|
585
|
+
key?: string;
|
|
586
|
+
blob?: any;
|
|
587
|
+
dateCreated?: Date;
|
|
588
|
+
dateUpdated?: Date;
|
|
589
|
+
ttlInDays?: number;
|
|
590
|
+
}
|
|
591
|
+
export class AccountPreferences implements IAccountPreferences {
|
|
592
|
+
constructor(data?: IAccountPreferences);
|
|
593
|
+
accountId?: string;
|
|
594
|
+
namespace?: string;
|
|
595
|
+
key?: string;
|
|
596
|
+
blob?: any;
|
|
597
|
+
dateCreated?: Date;
|
|
598
|
+
dateUpdated?: Date;
|
|
599
|
+
ttlInDays?: number;
|
|
600
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
601
|
+
}
|
|
602
|
+
export interface IGetAccountPreferencesRequest {
|
|
603
|
+
accountId?: string;
|
|
604
|
+
namespace?: string;
|
|
605
|
+
key?: string;
|
|
606
|
+
}
|
|
607
|
+
export class GetAccountPreferencesRequest implements IGetAccountPreferencesRequest {
|
|
608
|
+
constructor(data?: IGetAccountPreferencesRequest);
|
|
609
|
+
accountId?: string;
|
|
610
|
+
namespace?: string;
|
|
611
|
+
key?: string;
|
|
612
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
613
|
+
}
|
|
614
|
+
export interface IDeleteAccountPreferencesRequest {
|
|
615
|
+
accountId?: string;
|
|
616
|
+
namespace?: string;
|
|
617
|
+
key?: string;
|
|
618
|
+
}
|
|
619
|
+
export class DeleteAccountPreferencesRequest implements IDeleteAccountPreferencesRequest {
|
|
620
|
+
constructor(data?: IDeleteAccountPreferencesRequest);
|
|
621
|
+
accountId?: string;
|
|
622
|
+
namespace?: string;
|
|
623
|
+
key?: string;
|
|
624
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
625
|
+
}
|
|
626
|
+
export interface IGetAccountPreferencesResponse {
|
|
627
|
+
accountPreferences: $requests.com.wix.fed.settings.IAccountPreferences[];
|
|
628
|
+
}
|
|
629
|
+
export class GetAccountPreferencesResponse implements IGetAccountPreferencesResponse {
|
|
630
|
+
constructor(data?: IGetAccountPreferencesResponse);
|
|
631
|
+
accountPreferences: $requests.com.wix.fed.settings.IAccountPreferences[];
|
|
632
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
633
|
+
}
|
|
582
634
|
}
|
|
583
635
|
}
|
|
584
636
|
}
|
|
@@ -607,10 +659,12 @@ declare namespace $requests {
|
|
|
607
659
|
}
|
|
608
660
|
export interface IAlignedWithEnum {
|
|
609
661
|
field: string;
|
|
662
|
+
suffix: string;
|
|
610
663
|
}
|
|
611
664
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
612
665
|
constructor(data?: IAlignedWithEnum);
|
|
613
666
|
field: string;
|
|
667
|
+
suffix: string;
|
|
614
668
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
615
669
|
}
|
|
616
670
|
export enum Format {
|
|
@@ -695,6 +749,14 @@ declare namespace $requests {
|
|
|
695
749
|
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
696
750
|
}
|
|
697
751
|
}
|
|
752
|
+
export interface IReferenceEntityField {
|
|
753
|
+
path: string;
|
|
754
|
+
}
|
|
755
|
+
export class ReferenceEntityField implements IReferenceEntityField {
|
|
756
|
+
constructor(data?: IReferenceEntityField);
|
|
757
|
+
path: string;
|
|
758
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
759
|
+
}
|
|
698
760
|
export interface ICacheSettings {
|
|
699
761
|
maxAgeSeconds: number;
|
|
700
762
|
}
|
|
@@ -898,6 +960,7 @@ declare namespace $requests {
|
|
|
898
960
|
paging?: $requests.wix.api.IPaging;
|
|
899
961
|
wql?: $requests.wix.api.IWql;
|
|
900
962
|
meAliasableField: string[];
|
|
963
|
+
search: $requests.wix.api.ISearch[];
|
|
901
964
|
}
|
|
902
965
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
903
966
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -906,6 +969,7 @@ declare namespace $requests {
|
|
|
906
969
|
paging?: $requests.wix.api.IPaging;
|
|
907
970
|
wql?: $requests.wix.api.IWql;
|
|
908
971
|
meAliasableField: string[];
|
|
972
|
+
search: $requests.wix.api.ISearch[];
|
|
909
973
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
910
974
|
}
|
|
911
975
|
export interface IBulkCreateMethodOptions {
|
|
@@ -1042,6 +1106,7 @@ declare namespace $requests {
|
|
|
1042
1106
|
ANY = "ANY",
|
|
1043
1107
|
HAS_SOME = "HAS_SOME",
|
|
1044
1108
|
EMPTY = "EMPTY",
|
|
1109
|
+
MATCH_ALL = "MATCH_ALL",
|
|
1045
1110
|
}
|
|
1046
1111
|
export enum Sort {
|
|
1047
1112
|
NONE = "NONE",
|
|
@@ -1077,6 +1142,7 @@ declare namespace $requests {
|
|
|
1077
1142
|
field: string[];
|
|
1078
1143
|
sort: $requests.wix.api.Wql.Sort;
|
|
1079
1144
|
requiredFields: $requests.wix.api.Wql.IRequiredFields[];
|
|
1145
|
+
maturity: $requests.wix.api.Maturity;
|
|
1080
1146
|
}
|
|
1081
1147
|
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
1082
1148
|
constructor(data?: IOperatorFieldSupport);
|
|
@@ -1085,9 +1151,20 @@ declare namespace $requests {
|
|
|
1085
1151
|
field: string[];
|
|
1086
1152
|
sort: $requests.wix.api.Wql.Sort;
|
|
1087
1153
|
requiredFields: $requests.wix.api.Wql.IRequiredFields[];
|
|
1154
|
+
maturity: $requests.wix.api.Maturity;
|
|
1088
1155
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1089
1156
|
}
|
|
1090
1157
|
}
|
|
1158
|
+
export interface ISearch {
|
|
1159
|
+
field: string[];
|
|
1160
|
+
maturity: $requests.wix.api.Maturity;
|
|
1161
|
+
}
|
|
1162
|
+
export class Search implements ISearch {
|
|
1163
|
+
constructor(data?: ISearch);
|
|
1164
|
+
field: string[];
|
|
1165
|
+
maturity: $requests.wix.api.Maturity;
|
|
1166
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1167
|
+
}
|
|
1091
1168
|
export interface IHookable {
|
|
1092
1169
|
}
|
|
1093
1170
|
export class Hookable implements IHookable {
|
|
@@ -1179,13 +1256,14 @@ declare namespace $requests {
|
|
|
1179
1256
|
exposure: $requests.wix.api.Exposure;
|
|
1180
1257
|
appendixFiles: $requests.wix.api.IMessageAppendix[];
|
|
1181
1258
|
oldFqdnForBackwardsCompatibility: string;
|
|
1182
|
-
segment: $requests.wix.api.Segment.
|
|
1259
|
+
segment: $requests.wix.api.Segment.SegmentName;
|
|
1183
1260
|
implements: string[];
|
|
1184
1261
|
extensible?: $requests.wix.api.IExtensible;
|
|
1185
1262
|
trashbin: boolean;
|
|
1186
1263
|
plural: string;
|
|
1187
1264
|
domainEventsReadPermission: string;
|
|
1188
1265
|
appDefId: string;
|
|
1266
|
+
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1189
1267
|
}
|
|
1190
1268
|
export class Entity implements IEntity {
|
|
1191
1269
|
constructor(data?: IEntity);
|
|
@@ -1193,13 +1271,14 @@ declare namespace $requests {
|
|
|
1193
1271
|
exposure: $requests.wix.api.Exposure;
|
|
1194
1272
|
appendixFiles: $requests.wix.api.IMessageAppendix[];
|
|
1195
1273
|
oldFqdnForBackwardsCompatibility: string;
|
|
1196
|
-
segment: $requests.wix.api.Segment.
|
|
1274
|
+
segment: $requests.wix.api.Segment.SegmentName;
|
|
1197
1275
|
implements: string[];
|
|
1198
1276
|
extensible?: $requests.wix.api.IExtensible;
|
|
1199
1277
|
trashbin: boolean;
|
|
1200
1278
|
plural: string;
|
|
1201
1279
|
domainEventsReadPermission: string;
|
|
1202
1280
|
appDefId: string;
|
|
1281
|
+
domainEvents?: $requests.wix.api.IDomainEventOptions;
|
|
1203
1282
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1204
1283
|
}
|
|
1205
1284
|
export interface IExtensible {
|
|
@@ -1228,9 +1307,17 @@ declare namespace $requests {
|
|
|
1228
1307
|
MULTILINGUAL = "MULTILINGUAL",
|
|
1229
1308
|
}
|
|
1230
1309
|
}
|
|
1310
|
+
export interface IDomainEventOptions {
|
|
1311
|
+
eventSequenceNumber: boolean;
|
|
1312
|
+
}
|
|
1313
|
+
export class DomainEventOptions implements IDomainEventOptions {
|
|
1314
|
+
constructor(data?: IDomainEventOptions);
|
|
1315
|
+
eventSequenceNumber: boolean;
|
|
1316
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1317
|
+
}
|
|
1231
1318
|
export interface ICallback {
|
|
1232
1319
|
topic: string;
|
|
1233
|
-
segment: $requests.wix.api.Segment.
|
|
1320
|
+
segment: $requests.wix.api.Segment.SegmentName;
|
|
1234
1321
|
payload: string;
|
|
1235
1322
|
permission: string;
|
|
1236
1323
|
eventType: $requests.wix.api.Callback.EventType;
|
|
@@ -1240,7 +1327,7 @@ declare namespace $requests {
|
|
|
1240
1327
|
export class Callback implements ICallback {
|
|
1241
1328
|
constructor(data?: ICallback);
|
|
1242
1329
|
topic: string;
|
|
1243
|
-
segment: $requests.wix.api.Segment.
|
|
1330
|
+
segment: $requests.wix.api.Segment.SegmentName;
|
|
1244
1331
|
payload: string;
|
|
1245
1332
|
permission: string;
|
|
1246
1333
|
eventType: $requests.wix.api.Callback.EventType;
|
|
@@ -1315,13 +1402,33 @@ declare namespace $requests {
|
|
|
1315
1402
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1316
1403
|
}
|
|
1317
1404
|
export namespace Segment {
|
|
1318
|
-
|
|
1405
|
+
/**
|
|
1406
|
+
* [Segment] annotation registers to Confluent clusters.
|
|
1407
|
+
* Existing topics might have a hard-coded segment in Greyhound, so this option is not required in proto.
|
|
1408
|
+
* However, new topics must provide a segment, or greyhound will throw an exception.
|
|
1409
|
+
* @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
|
|
1410
|
+
*/
|
|
1411
|
+
export enum SegmentName {
|
|
1319
1412
|
UNSPECIFIED = "UNSPECIFIED",
|
|
1320
1413
|
USERS = "USERS",
|
|
1321
1414
|
PUBLIC = "PUBLIC",
|
|
1322
1415
|
OTHERS = "OTHERS",
|
|
1323
1416
|
}
|
|
1324
1417
|
}
|
|
1418
|
+
export interface IPermissionRule {
|
|
1419
|
+
name: string;
|
|
1420
|
+
type: $requests.wix.api.PermissionType;
|
|
1421
|
+
}
|
|
1422
|
+
export class PermissionRule implements IPermissionRule {
|
|
1423
|
+
constructor(data?: IPermissionRule);
|
|
1424
|
+
name: string;
|
|
1425
|
+
type: $requests.wix.api.PermissionType;
|
|
1426
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1427
|
+
}
|
|
1428
|
+
export enum PermissionType {
|
|
1429
|
+
AUTO = "AUTO",
|
|
1430
|
+
MANUAL = "MANUAL",
|
|
1431
|
+
}
|
|
1325
1432
|
export interface IActionPayload {
|
|
1326
1433
|
customSlug: string;
|
|
1327
1434
|
}
|
|
@@ -1496,20 +1603,6 @@ declare namespace $requests {
|
|
|
1496
1603
|
supported: string[];
|
|
1497
1604
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1498
1605
|
}
|
|
1499
|
-
export interface IPermissionRule {
|
|
1500
|
-
name: string;
|
|
1501
|
-
type: $requests.wix.api.PermissionType;
|
|
1502
|
-
}
|
|
1503
|
-
export class PermissionRule implements IPermissionRule {
|
|
1504
|
-
constructor(data?: IPermissionRule);
|
|
1505
|
-
name: string;
|
|
1506
|
-
type: $requests.wix.api.PermissionType;
|
|
1507
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1508
|
-
}
|
|
1509
|
-
export enum PermissionType {
|
|
1510
|
-
AUTO = "AUTO",
|
|
1511
|
-
MANUAL = "MANUAL",
|
|
1512
|
-
}
|
|
1513
1606
|
export interface ISla {
|
|
1514
1607
|
responseTimeMs: number;
|
|
1515
1608
|
}
|
|
@@ -1520,16 +1613,18 @@ declare namespace $requests {
|
|
|
1520
1613
|
}
|
|
1521
1614
|
export interface ISubscription {
|
|
1522
1615
|
topic: string;
|
|
1523
|
-
segment: $requests.wix.api.Segment.
|
|
1616
|
+
segment: $requests.wix.api.Segment.SegmentName;
|
|
1524
1617
|
batch: boolean;
|
|
1525
1618
|
entity: string;
|
|
1619
|
+
dynamic: boolean;
|
|
1526
1620
|
}
|
|
1527
1621
|
export class Subscription implements ISubscription {
|
|
1528
1622
|
constructor(data?: ISubscription);
|
|
1529
1623
|
topic: string;
|
|
1530
|
-
segment: $requests.wix.api.Segment.
|
|
1624
|
+
segment: $requests.wix.api.Segment.SegmentName;
|
|
1531
1625
|
batch: boolean;
|
|
1532
1626
|
entity: string;
|
|
1627
|
+
dynamic: boolean;
|
|
1533
1628
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1534
1629
|
}
|
|
1535
1630
|
}
|
|
@@ -1537,11 +1632,13 @@ declare namespace $requests {
|
|
|
1537
1632
|
export interface IInferFieldmask {
|
|
1538
1633
|
from: string;
|
|
1539
1634
|
fieldmask: string;
|
|
1635
|
+
snakeCaseCommaSeparatedMask: boolean;
|
|
1540
1636
|
}
|
|
1541
1637
|
export class InferFieldmask implements IInferFieldmask {
|
|
1542
1638
|
constructor(data?: IInferFieldmask);
|
|
1543
1639
|
from: string;
|
|
1544
1640
|
fieldmask: string;
|
|
1641
|
+
snakeCaseCommaSeparatedMask: boolean;
|
|
1545
1642
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1546
1643
|
}
|
|
1547
1644
|
}
|
|
@@ -1562,7 +1659,7 @@ declare namespace $requests {
|
|
|
1562
1659
|
hostService: string;
|
|
1563
1660
|
businessManagerUrl: string;
|
|
1564
1661
|
fqdn: string;
|
|
1565
|
-
|
|
1662
|
+
appId: string;
|
|
1566
1663
|
}
|
|
1567
1664
|
export class Service implements IService {
|
|
1568
1665
|
constructor(data?: IService);
|
|
@@ -1571,7 +1668,7 @@ declare namespace $requests {
|
|
|
1571
1668
|
hostService: string;
|
|
1572
1669
|
businessManagerUrl: string;
|
|
1573
1670
|
fqdn: string;
|
|
1574
|
-
|
|
1671
|
+
appId: string;
|
|
1575
1672
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1576
1673
|
}
|
|
1577
1674
|
export interface IError {
|
|
@@ -1952,6 +2049,7 @@ declare namespace $requests {
|
|
|
1952
2049
|
'.wix.api.fieldMaturity': $requests.wix.api.Maturity;
|
|
1953
2050
|
'.wix.api.pii': boolean;
|
|
1954
2051
|
'.wix.api.referencedEntity': string;
|
|
2052
|
+
'.wix.api.referencedEntityField'?: $requests.wix.api.IReferenceEntityField;
|
|
1955
2053
|
'.wix.api.fieldDeprecated'?: $requests.wix.api.IDeprecated;
|
|
1956
2054
|
'.wix.api.translatable'?: $requests.wix.api.ITranslatable;
|
|
1957
2055
|
'.wix.api.sampleData': string;
|
|
@@ -1983,6 +2081,7 @@ declare namespace $requests {
|
|
|
1983
2081
|
'.wix.api.fieldMaturity': $requests.wix.api.Maturity;
|
|
1984
2082
|
'.wix.api.pii': boolean;
|
|
1985
2083
|
'.wix.api.referencedEntity': string;
|
|
2084
|
+
'.wix.api.referencedEntityField'?: $requests.wix.api.IReferenceEntityField;
|
|
1986
2085
|
'.wix.api.fieldDeprecated'?: $requests.wix.api.IDeprecated;
|
|
1987
2086
|
'.wix.api.translatable'?: $requests.wix.api.ITranslatable;
|
|
1988
2087
|
'.wix.api.sampleData': string;
|
|
@@ -2680,7 +2779,7 @@ declare namespace $responses {
|
|
|
2680
2779
|
host?: $responses.com.wix.fed.settings.Host;
|
|
2681
2780
|
settings?: { [key: string]: any };
|
|
2682
2781
|
componentSettings?: $responses.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
2683
|
-
translations?:
|
|
2782
|
+
translations?: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2684
2783
|
}
|
|
2685
2784
|
export class GetGlobalSettingsForMigrationResponse implements IGetGlobalSettingsForMigrationResponse {
|
|
2686
2785
|
constructor(data?: IGetGlobalSettingsForMigrationResponse);
|
|
@@ -2688,7 +2787,7 @@ declare namespace $responses {
|
|
|
2688
2787
|
host?: $responses.com.wix.fed.settings.Host;
|
|
2689
2788
|
settings?: { [key: string]: any };
|
|
2690
2789
|
componentSettings?: $responses.com.wix.fed.settings.IGetComponentSettingsItem[];
|
|
2691
|
-
translations?:
|
|
2790
|
+
translations?: $responses.com.wix.fed.settings.ITranslatedLanguage[];
|
|
2692
2791
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2693
2792
|
}
|
|
2694
2793
|
export interface IEmpty {
|
|
@@ -2839,6 +2938,58 @@ declare namespace $responses {
|
|
|
2839
2938
|
userId?: string;
|
|
2840
2939
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2841
2940
|
}
|
|
2941
|
+
export interface IAccountPreferences {
|
|
2942
|
+
accountId?: string;
|
|
2943
|
+
namespace?: string;
|
|
2944
|
+
key?: string;
|
|
2945
|
+
blob?: any;
|
|
2946
|
+
dateCreated?: Date;
|
|
2947
|
+
dateUpdated?: Date;
|
|
2948
|
+
ttlInDays?: number;
|
|
2949
|
+
}
|
|
2950
|
+
export class AccountPreferences implements IAccountPreferences {
|
|
2951
|
+
constructor(data?: IAccountPreferences);
|
|
2952
|
+
accountId?: string;
|
|
2953
|
+
namespace?: string;
|
|
2954
|
+
key?: string;
|
|
2955
|
+
blob?: any;
|
|
2956
|
+
dateCreated?: Date;
|
|
2957
|
+
dateUpdated?: Date;
|
|
2958
|
+
ttlInDays?: number;
|
|
2959
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2960
|
+
}
|
|
2961
|
+
export interface IGetAccountPreferencesRequest {
|
|
2962
|
+
accountId?: string;
|
|
2963
|
+
namespace?: string;
|
|
2964
|
+
key?: string;
|
|
2965
|
+
}
|
|
2966
|
+
export class GetAccountPreferencesRequest implements IGetAccountPreferencesRequest {
|
|
2967
|
+
constructor(data?: IGetAccountPreferencesRequest);
|
|
2968
|
+
accountId?: string;
|
|
2969
|
+
namespace?: string;
|
|
2970
|
+
key?: string;
|
|
2971
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2972
|
+
}
|
|
2973
|
+
export interface IDeleteAccountPreferencesRequest {
|
|
2974
|
+
accountId?: string;
|
|
2975
|
+
namespace?: string;
|
|
2976
|
+
key?: string;
|
|
2977
|
+
}
|
|
2978
|
+
export class DeleteAccountPreferencesRequest implements IDeleteAccountPreferencesRequest {
|
|
2979
|
+
constructor(data?: IDeleteAccountPreferencesRequest);
|
|
2980
|
+
accountId?: string;
|
|
2981
|
+
namespace?: string;
|
|
2982
|
+
key?: string;
|
|
2983
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2984
|
+
}
|
|
2985
|
+
export interface IGetAccountPreferencesResponse {
|
|
2986
|
+
accountPreferences?: $responses.com.wix.fed.settings.IAccountPreferences[];
|
|
2987
|
+
}
|
|
2988
|
+
export class GetAccountPreferencesResponse implements IGetAccountPreferencesResponse {
|
|
2989
|
+
constructor(data?: IGetAccountPreferencesResponse);
|
|
2990
|
+
accountPreferences?: $responses.com.wix.fed.settings.IAccountPreferences[];
|
|
2991
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2992
|
+
}
|
|
2842
2993
|
}
|
|
2843
2994
|
}
|
|
2844
2995
|
}
|
|
@@ -2867,10 +3018,12 @@ declare namespace $responses {
|
|
|
2867
3018
|
}
|
|
2868
3019
|
export interface IAlignedWithEnum {
|
|
2869
3020
|
field?: string;
|
|
3021
|
+
suffix?: string;
|
|
2870
3022
|
}
|
|
2871
3023
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
2872
3024
|
constructor(data?: IAlignedWithEnum);
|
|
2873
3025
|
field?: string;
|
|
3026
|
+
suffix?: string;
|
|
2874
3027
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2875
3028
|
}
|
|
2876
3029
|
export enum Format {
|
|
@@ -2955,6 +3108,14 @@ declare namespace $responses {
|
|
|
2955
3108
|
FAILED_PRECONDITION = "FAILED_PRECONDITION",
|
|
2956
3109
|
}
|
|
2957
3110
|
}
|
|
3111
|
+
export interface IReferenceEntityField {
|
|
3112
|
+
path?: string;
|
|
3113
|
+
}
|
|
3114
|
+
export class ReferenceEntityField implements IReferenceEntityField {
|
|
3115
|
+
constructor(data?: IReferenceEntityField);
|
|
3116
|
+
path?: string;
|
|
3117
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3118
|
+
}
|
|
2958
3119
|
export interface ICacheSettings {
|
|
2959
3120
|
maxAgeSeconds?: number;
|
|
2960
3121
|
}
|
|
@@ -3158,6 +3319,7 @@ declare namespace $responses {
|
|
|
3158
3319
|
paging?: $responses.wix.api.IPaging;
|
|
3159
3320
|
wql?: $responses.wix.api.IWql;
|
|
3160
3321
|
meAliasableField?: string[];
|
|
3322
|
+
search?: $responses.wix.api.ISearch[];
|
|
3161
3323
|
}
|
|
3162
3324
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
3163
3325
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -3166,6 +3328,7 @@ declare namespace $responses {
|
|
|
3166
3328
|
paging?: $responses.wix.api.IPaging;
|
|
3167
3329
|
wql?: $responses.wix.api.IWql;
|
|
3168
3330
|
meAliasableField?: string[];
|
|
3331
|
+
search?: $responses.wix.api.ISearch[];
|
|
3169
3332
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3170
3333
|
}
|
|
3171
3334
|
export interface IBulkCreateMethodOptions {
|
|
@@ -3302,6 +3465,7 @@ declare namespace $responses {
|
|
|
3302
3465
|
ANY = "ANY",
|
|
3303
3466
|
HAS_SOME = "HAS_SOME",
|
|
3304
3467
|
EMPTY = "EMPTY",
|
|
3468
|
+
MATCH_ALL = "MATCH_ALL",
|
|
3305
3469
|
}
|
|
3306
3470
|
export enum Sort {
|
|
3307
3471
|
NONE = "NONE",
|
|
@@ -3337,6 +3501,7 @@ declare namespace $responses {
|
|
|
3337
3501
|
field?: string[];
|
|
3338
3502
|
sort?: $responses.wix.api.Wql.Sort;
|
|
3339
3503
|
requiredFields?: $responses.wix.api.Wql.IRequiredFields[];
|
|
3504
|
+
maturity?: $responses.wix.api.Maturity;
|
|
3340
3505
|
}
|
|
3341
3506
|
export class OperatorFieldSupport implements IOperatorFieldSupport {
|
|
3342
3507
|
constructor(data?: IOperatorFieldSupport);
|
|
@@ -3345,9 +3510,20 @@ declare namespace $responses {
|
|
|
3345
3510
|
field?: string[];
|
|
3346
3511
|
sort?: $responses.wix.api.Wql.Sort;
|
|
3347
3512
|
requiredFields?: $responses.wix.api.Wql.IRequiredFields[];
|
|
3513
|
+
maturity?: $responses.wix.api.Maturity;
|
|
3348
3514
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3349
3515
|
}
|
|
3350
3516
|
}
|
|
3517
|
+
export interface ISearch {
|
|
3518
|
+
field?: string[];
|
|
3519
|
+
maturity?: $responses.wix.api.Maturity;
|
|
3520
|
+
}
|
|
3521
|
+
export class Search implements ISearch {
|
|
3522
|
+
constructor(data?: ISearch);
|
|
3523
|
+
field?: string[];
|
|
3524
|
+
maturity?: $responses.wix.api.Maturity;
|
|
3525
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3526
|
+
}
|
|
3351
3527
|
export interface IHookable {
|
|
3352
3528
|
}
|
|
3353
3529
|
export class Hookable implements IHookable {
|
|
@@ -3439,13 +3615,14 @@ declare namespace $responses {
|
|
|
3439
3615
|
exposure?: $responses.wix.api.Exposure;
|
|
3440
3616
|
appendixFiles?: $responses.wix.api.IMessageAppendix[];
|
|
3441
3617
|
oldFqdnForBackwardsCompatibility?: string;
|
|
3442
|
-
segment?: $responses.wix.api.Segment.
|
|
3618
|
+
segment?: $responses.wix.api.Segment.SegmentName;
|
|
3443
3619
|
implements?: string[];
|
|
3444
3620
|
extensible?: $responses.wix.api.IExtensible;
|
|
3445
3621
|
trashbin?: boolean;
|
|
3446
3622
|
plural?: string;
|
|
3447
3623
|
domainEventsReadPermission?: string;
|
|
3448
3624
|
appDefId?: string;
|
|
3625
|
+
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
3449
3626
|
}
|
|
3450
3627
|
export class Entity implements IEntity {
|
|
3451
3628
|
constructor(data?: IEntity);
|
|
@@ -3453,13 +3630,14 @@ declare namespace $responses {
|
|
|
3453
3630
|
exposure?: $responses.wix.api.Exposure;
|
|
3454
3631
|
appendixFiles?: $responses.wix.api.IMessageAppendix[];
|
|
3455
3632
|
oldFqdnForBackwardsCompatibility?: string;
|
|
3456
|
-
segment?: $responses.wix.api.Segment.
|
|
3633
|
+
segment?: $responses.wix.api.Segment.SegmentName;
|
|
3457
3634
|
implements?: string[];
|
|
3458
3635
|
extensible?: $responses.wix.api.IExtensible;
|
|
3459
3636
|
trashbin?: boolean;
|
|
3460
3637
|
plural?: string;
|
|
3461
3638
|
domainEventsReadPermission?: string;
|
|
3462
3639
|
appDefId?: string;
|
|
3640
|
+
domainEvents?: $responses.wix.api.IDomainEventOptions;
|
|
3463
3641
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3464
3642
|
}
|
|
3465
3643
|
export interface IExtensible {
|
|
@@ -3488,9 +3666,17 @@ declare namespace $responses {
|
|
|
3488
3666
|
MULTILINGUAL = "MULTILINGUAL",
|
|
3489
3667
|
}
|
|
3490
3668
|
}
|
|
3669
|
+
export interface IDomainEventOptions {
|
|
3670
|
+
eventSequenceNumber?: boolean;
|
|
3671
|
+
}
|
|
3672
|
+
export class DomainEventOptions implements IDomainEventOptions {
|
|
3673
|
+
constructor(data?: IDomainEventOptions);
|
|
3674
|
+
eventSequenceNumber?: boolean;
|
|
3675
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3676
|
+
}
|
|
3491
3677
|
export interface ICallback {
|
|
3492
3678
|
topic?: string;
|
|
3493
|
-
segment?: $responses.wix.api.Segment.
|
|
3679
|
+
segment?: $responses.wix.api.Segment.SegmentName;
|
|
3494
3680
|
payload?: string;
|
|
3495
3681
|
permission?: string;
|
|
3496
3682
|
eventType?: $responses.wix.api.Callback.EventType;
|
|
@@ -3500,7 +3686,7 @@ declare namespace $responses {
|
|
|
3500
3686
|
export class Callback implements ICallback {
|
|
3501
3687
|
constructor(data?: ICallback);
|
|
3502
3688
|
topic?: string;
|
|
3503
|
-
segment?: $responses.wix.api.Segment.
|
|
3689
|
+
segment?: $responses.wix.api.Segment.SegmentName;
|
|
3504
3690
|
payload?: string;
|
|
3505
3691
|
permission?: string;
|
|
3506
3692
|
eventType?: $responses.wix.api.Callback.EventType;
|
|
@@ -3575,13 +3761,33 @@ declare namespace $responses {
|
|
|
3575
3761
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3576
3762
|
}
|
|
3577
3763
|
export namespace Segment {
|
|
3578
|
-
|
|
3764
|
+
/**
|
|
3765
|
+
* [Segment] annotation registers to Confluent clusters.
|
|
3766
|
+
* Existing topics might have a hard-coded segment in Greyhound, so this option is not required in proto.
|
|
3767
|
+
* However, new topics must provide a segment, or greyhound will throw an exception.
|
|
3768
|
+
* @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
|
|
3769
|
+
*/
|
|
3770
|
+
export enum SegmentName {
|
|
3579
3771
|
UNSPECIFIED = "UNSPECIFIED",
|
|
3580
3772
|
USERS = "USERS",
|
|
3581
3773
|
PUBLIC = "PUBLIC",
|
|
3582
3774
|
OTHERS = "OTHERS",
|
|
3583
3775
|
}
|
|
3584
3776
|
}
|
|
3777
|
+
export interface IPermissionRule {
|
|
3778
|
+
name?: string;
|
|
3779
|
+
type?: $responses.wix.api.PermissionType;
|
|
3780
|
+
}
|
|
3781
|
+
export class PermissionRule implements IPermissionRule {
|
|
3782
|
+
constructor(data?: IPermissionRule);
|
|
3783
|
+
name?: string;
|
|
3784
|
+
type?: $responses.wix.api.PermissionType;
|
|
3785
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3786
|
+
}
|
|
3787
|
+
export enum PermissionType {
|
|
3788
|
+
AUTO = "AUTO",
|
|
3789
|
+
MANUAL = "MANUAL",
|
|
3790
|
+
}
|
|
3585
3791
|
export interface IActionPayload {
|
|
3586
3792
|
customSlug?: string;
|
|
3587
3793
|
}
|
|
@@ -3756,20 +3962,6 @@ declare namespace $responses {
|
|
|
3756
3962
|
supported?: string[];
|
|
3757
3963
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3758
3964
|
}
|
|
3759
|
-
export interface IPermissionRule {
|
|
3760
|
-
name?: string;
|
|
3761
|
-
type?: $responses.wix.api.PermissionType;
|
|
3762
|
-
}
|
|
3763
|
-
export class PermissionRule implements IPermissionRule {
|
|
3764
|
-
constructor(data?: IPermissionRule);
|
|
3765
|
-
name?: string;
|
|
3766
|
-
type?: $responses.wix.api.PermissionType;
|
|
3767
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3768
|
-
}
|
|
3769
|
-
export enum PermissionType {
|
|
3770
|
-
AUTO = "AUTO",
|
|
3771
|
-
MANUAL = "MANUAL",
|
|
3772
|
-
}
|
|
3773
3965
|
export interface ISla {
|
|
3774
3966
|
responseTimeMs?: number;
|
|
3775
3967
|
}
|
|
@@ -3780,16 +3972,18 @@ declare namespace $responses {
|
|
|
3780
3972
|
}
|
|
3781
3973
|
export interface ISubscription {
|
|
3782
3974
|
topic?: string;
|
|
3783
|
-
segment?: $responses.wix.api.Segment.
|
|
3975
|
+
segment?: $responses.wix.api.Segment.SegmentName;
|
|
3784
3976
|
batch?: boolean;
|
|
3785
3977
|
entity?: string;
|
|
3978
|
+
dynamic?: boolean;
|
|
3786
3979
|
}
|
|
3787
3980
|
export class Subscription implements ISubscription {
|
|
3788
3981
|
constructor(data?: ISubscription);
|
|
3789
3982
|
topic?: string;
|
|
3790
|
-
segment?: $responses.wix.api.Segment.
|
|
3983
|
+
segment?: $responses.wix.api.Segment.SegmentName;
|
|
3791
3984
|
batch?: boolean;
|
|
3792
3985
|
entity?: string;
|
|
3986
|
+
dynamic?: boolean;
|
|
3793
3987
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3794
3988
|
}
|
|
3795
3989
|
}
|
|
@@ -3797,11 +3991,13 @@ declare namespace $responses {
|
|
|
3797
3991
|
export interface IInferFieldmask {
|
|
3798
3992
|
from?: string;
|
|
3799
3993
|
fieldmask?: string;
|
|
3994
|
+
snakeCaseCommaSeparatedMask?: boolean;
|
|
3800
3995
|
}
|
|
3801
3996
|
export class InferFieldmask implements IInferFieldmask {
|
|
3802
3997
|
constructor(data?: IInferFieldmask);
|
|
3803
3998
|
from?: string;
|
|
3804
3999
|
fieldmask?: string;
|
|
4000
|
+
snakeCaseCommaSeparatedMask?: boolean;
|
|
3805
4001
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3806
4002
|
}
|
|
3807
4003
|
}
|
|
@@ -3822,7 +4018,7 @@ declare namespace $responses {
|
|
|
3822
4018
|
hostService?: string;
|
|
3823
4019
|
businessManagerUrl?: string;
|
|
3824
4020
|
fqdn?: string;
|
|
3825
|
-
|
|
4021
|
+
appId?: string;
|
|
3826
4022
|
}
|
|
3827
4023
|
export class Service implements IService {
|
|
3828
4024
|
constructor(data?: IService);
|
|
@@ -3831,7 +4027,7 @@ declare namespace $responses {
|
|
|
3831
4027
|
hostService?: string;
|
|
3832
4028
|
businessManagerUrl?: string;
|
|
3833
4029
|
fqdn?: string;
|
|
3834
|
-
|
|
4030
|
+
appId?: string;
|
|
3835
4031
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3836
4032
|
}
|
|
3837
4033
|
export interface IError {
|
|
@@ -4212,6 +4408,7 @@ declare namespace $responses {
|
|
|
4212
4408
|
'.wix.api.fieldMaturity'?: $responses.wix.api.Maturity;
|
|
4213
4409
|
'.wix.api.pii'?: boolean;
|
|
4214
4410
|
'.wix.api.referencedEntity'?: string;
|
|
4411
|
+
'.wix.api.referencedEntityField'?: $responses.wix.api.IReferenceEntityField;
|
|
4215
4412
|
'.wix.api.fieldDeprecated'?: $responses.wix.api.IDeprecated;
|
|
4216
4413
|
'.wix.api.translatable'?: $responses.wix.api.ITranslatable;
|
|
4217
4414
|
'.wix.api.sampleData'?: string;
|
|
@@ -4243,6 +4440,7 @@ declare namespace $responses {
|
|
|
4243
4440
|
'.wix.api.fieldMaturity'?: $responses.wix.api.Maturity;
|
|
4244
4441
|
'.wix.api.pii'?: boolean;
|
|
4245
4442
|
'.wix.api.referencedEntity'?: string;
|
|
4443
|
+
'.wix.api.referencedEntityField'?: $responses.wix.api.IReferenceEntityField;
|
|
4246
4444
|
'.wix.api.fieldDeprecated'?: $responses.wix.api.IDeprecated;
|
|
4247
4445
|
'.wix.api.translatable'?: $responses.wix.api.ITranslatable;
|
|
4248
4446
|
'.wix.api.sampleData'?: string;
|
|
@@ -4551,6 +4749,11 @@ declare namespace $services {
|
|
|
4551
4749
|
abstract bulkSet(aspects: AspectStore, req: $requests.com.wix.fed.settings.IBulkSetUserPrefencesRequest): Promise<$responses.com.wix.fed.settings.IBulkSetUserPrefencesResponse>
|
|
4552
4750
|
abstract delete(aspects: AspectStore, req: $requests.com.wix.fed.settings.IDeleteUserPrefencesRequest): Promise<$responses.com.wix.fed.settings.IEmpty>
|
|
4553
4751
|
}
|
|
4752
|
+
export abstract class AccountPreferencesService {
|
|
4753
|
+
abstract getAccountPreferences(aspects: AspectStore, req: $requests.com.wix.fed.settings.IGetAccountPreferencesRequest): Promise<$responses.com.wix.fed.settings.IGetAccountPreferencesResponse>
|
|
4754
|
+
abstract setAccountPreferences(aspects: AspectStore, req: $requests.com.wix.fed.settings.IAccountPreferences): Promise<$responses.com.wix.fed.settings.IAccountPreferences>
|
|
4755
|
+
abstract deleteAccountPreferences(aspects: AspectStore, req: $requests.com.wix.fed.settings.IDeleteAccountPreferencesRequest): Promise<$responses.com.wix.fed.settings.IEmpty>
|
|
4756
|
+
}
|
|
4554
4757
|
}
|
|
4555
4758
|
}
|
|
4556
4759
|
}
|