@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
|
@@ -228,7 +228,6 @@ declare namespace $requests {
|
|
|
228
228
|
wql?: $requests.wix.api.IWql;
|
|
229
229
|
meAliasableField?: string[];
|
|
230
230
|
search?: $requests.wix.api.ISearch[];
|
|
231
|
-
aggregation?: $requests.wix.api.IAggregation[];
|
|
232
231
|
}
|
|
233
232
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
234
233
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -238,7 +237,6 @@ declare namespace $requests {
|
|
|
238
237
|
wql?: $requests.wix.api.IWql;
|
|
239
238
|
meAliasableField?: string[];
|
|
240
239
|
search?: $requests.wix.api.ISearch[];
|
|
241
|
-
aggregation?: $requests.wix.api.IAggregation[];
|
|
242
240
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
243
241
|
}
|
|
244
242
|
export interface IBulkCreateMethodOptions {
|
|
@@ -434,16 +432,6 @@ declare namespace $requests {
|
|
|
434
432
|
maturity?: $requests.wix.api.Maturity;
|
|
435
433
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
436
434
|
}
|
|
437
|
-
export interface IAggregation {
|
|
438
|
-
field?: string[];
|
|
439
|
-
maturity?: $requests.wix.api.Maturity;
|
|
440
|
-
}
|
|
441
|
-
export class Aggregation implements IAggregation {
|
|
442
|
-
constructor(data?: IAggregation);
|
|
443
|
-
field?: string[];
|
|
444
|
-
maturity?: $requests.wix.api.Maturity;
|
|
445
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
446
|
-
}
|
|
447
435
|
export interface IHookable {
|
|
448
436
|
}
|
|
449
437
|
export class Hookable implements IHookable {
|
|
@@ -582,7 +570,7 @@ declare namespace $requests {
|
|
|
582
570
|
}
|
|
583
571
|
export interface ICallback {
|
|
584
572
|
topic?: string;
|
|
585
|
-
segment?: $requests.wix.api.Segment.
|
|
573
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
586
574
|
payload?: string;
|
|
587
575
|
permission?: string;
|
|
588
576
|
eventType?: $requests.wix.api.Callback.EventType;
|
|
@@ -592,7 +580,7 @@ declare namespace $requests {
|
|
|
592
580
|
export class Callback implements ICallback {
|
|
593
581
|
constructor(data?: ICallback);
|
|
594
582
|
topic?: string;
|
|
595
|
-
segment?: $requests.wix.api.Segment.
|
|
583
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
596
584
|
payload?: string;
|
|
597
585
|
permission?: string;
|
|
598
586
|
eventType?: $requests.wix.api.Callback.EventType;
|
|
@@ -673,7 +661,7 @@ declare namespace $requests {
|
|
|
673
661
|
* However, new topics must provide a segment, or greyhound will throw an exception.
|
|
674
662
|
* @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
|
|
675
663
|
*/
|
|
676
|
-
export enum
|
|
664
|
+
export enum SegmentName {
|
|
677
665
|
UNSPECIFIED = "UNSPECIFIED",
|
|
678
666
|
USERS = "USERS",
|
|
679
667
|
PUBLIC = "PUBLIC",
|
|
@@ -719,7 +707,7 @@ declare namespace $requests {
|
|
|
719
707
|
exposure?: $requests.wix.api.Exposure;
|
|
720
708
|
appendixFiles?: $requests.wix.api.IMessageAppendix[];
|
|
721
709
|
oldFqdnForBackwardsCompatibility?: string;
|
|
722
|
-
segment?: $requests.wix.api.Segment.
|
|
710
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
723
711
|
implements?: string[];
|
|
724
712
|
extensible?: $requests.wix.api.IExtensible;
|
|
725
713
|
trashbin?: boolean;
|
|
@@ -734,7 +722,7 @@ declare namespace $requests {
|
|
|
734
722
|
exposure?: $requests.wix.api.Exposure;
|
|
735
723
|
appendixFiles?: $requests.wix.api.IMessageAppendix[];
|
|
736
724
|
oldFqdnForBackwardsCompatibility?: string;
|
|
737
|
-
segment?: $requests.wix.api.Segment.
|
|
725
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
738
726
|
implements?: string[];
|
|
739
727
|
extensible?: $requests.wix.api.IExtensible;
|
|
740
728
|
trashbin?: boolean;
|
|
@@ -944,16 +932,18 @@ declare namespace $requests {
|
|
|
944
932
|
}
|
|
945
933
|
export interface ISubscription {
|
|
946
934
|
topic?: string;
|
|
947
|
-
segment?: $requests.wix.api.Segment.
|
|
935
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
948
936
|
batch?: boolean;
|
|
949
937
|
entity?: string;
|
|
938
|
+
dynamic?: boolean;
|
|
950
939
|
}
|
|
951
940
|
export class Subscription implements ISubscription {
|
|
952
941
|
constructor(data?: ISubscription);
|
|
953
942
|
topic?: string;
|
|
954
|
-
segment?: $requests.wix.api.Segment.
|
|
943
|
+
segment?: $requests.wix.api.Segment.SegmentName;
|
|
955
944
|
batch?: boolean;
|
|
956
945
|
entity?: string;
|
|
946
|
+
dynamic?: boolean;
|
|
957
947
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
958
948
|
}
|
|
959
949
|
/**
|
|
@@ -978,10 +968,12 @@ declare namespace $requests {
|
|
|
978
968
|
}
|
|
979
969
|
export interface IAlignedWithEnum {
|
|
980
970
|
field?: string;
|
|
971
|
+
suffix?: string;
|
|
981
972
|
}
|
|
982
973
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
983
974
|
constructor(data?: IAlignedWithEnum);
|
|
984
975
|
field?: string;
|
|
976
|
+
suffix?: string;
|
|
985
977
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
986
978
|
}
|
|
987
979
|
export enum Format {
|
|
@@ -1691,7 +1683,6 @@ declare namespace $requests {
|
|
|
1691
1683
|
aggregationIllegalGroupFieldType?: $requests.wix.common.data.ErrorDetails.IAggregationIllegalGroupFieldType;
|
|
1692
1684
|
aggregationIllegalAggregationFieldType?: $requests.wix.common.data.ErrorDetails.IAggregationIllegalAggregationFieldType;
|
|
1693
1685
|
uniqueKeyNotFound?: $requests.wix.common.data.ErrorDetails.IUniqueKeyNotFound;
|
|
1694
|
-
uniqueKeyDoesNotMatch?: $requests.wix.common.data.ErrorDetails.IUniqueKeyDoesNotMatch;
|
|
1695
1686
|
invalidUniqueKey?: $requests.wix.common.data.ErrorDetails.IInvalidUniqueKey;
|
|
1696
1687
|
}
|
|
1697
1688
|
export class ErrorDetails implements IErrorDetails {
|
|
@@ -1723,7 +1714,6 @@ declare namespace $requests {
|
|
|
1723
1714
|
aggregationIllegalGroupFieldType?: $requests.wix.common.data.ErrorDetails.IAggregationIllegalGroupFieldType;
|
|
1724
1715
|
aggregationIllegalAggregationFieldType?: $requests.wix.common.data.ErrorDetails.IAggregationIllegalAggregationFieldType;
|
|
1725
1716
|
uniqueKeyNotFound?: $requests.wix.common.data.ErrorDetails.IUniqueKeyNotFound;
|
|
1726
|
-
uniqueKeyDoesNotMatch?: $requests.wix.common.data.ErrorDetails.IUniqueKeyDoesNotMatch;
|
|
1727
1717
|
invalidUniqueKey?: $requests.wix.common.data.ErrorDetails.IInvalidUniqueKey;
|
|
1728
1718
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1729
1719
|
}
|
|
@@ -1754,14 +1744,6 @@ declare namespace $requests {
|
|
|
1754
1744
|
filter?: { [key: string]: any };
|
|
1755
1745
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1756
1746
|
}
|
|
1757
|
-
export interface IUniqueKeyDoesNotMatch {
|
|
1758
|
-
filter?: { [key: string]: any };
|
|
1759
|
-
}
|
|
1760
|
-
export class UniqueKeyDoesNotMatch implements IUniqueKeyDoesNotMatch {
|
|
1761
|
-
constructor(data?: IUniqueKeyDoesNotMatch);
|
|
1762
|
-
filter?: { [key: string]: any };
|
|
1763
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
1764
|
-
}
|
|
1765
1747
|
export interface IInvalidUniqueKey {
|
|
1766
1748
|
keys?: string[];
|
|
1767
1749
|
}
|
|
@@ -2434,6 +2416,7 @@ declare namespace $requests {
|
|
|
2434
2416
|
value?: $requests.wix.common.Aggregation.IValueAggregation;
|
|
2435
2417
|
range?: $requests.wix.common.Aggregation.IRangeAggregation;
|
|
2436
2418
|
scalar?: $requests.wix.common.Aggregation.IScalarAggregation;
|
|
2419
|
+
groupBy?: $requests.wix.common.Aggregation.IGroupByAggregation;
|
|
2437
2420
|
}
|
|
2438
2421
|
export class Aggregation implements IAggregation {
|
|
2439
2422
|
constructor(data?: IAggregation);
|
|
@@ -2443,6 +2426,7 @@ declare namespace $requests {
|
|
|
2443
2426
|
value?: $requests.wix.common.Aggregation.IValueAggregation;
|
|
2444
2427
|
range?: $requests.wix.common.Aggregation.IRangeAggregation;
|
|
2445
2428
|
scalar?: $requests.wix.common.Aggregation.IScalarAggregation;
|
|
2429
|
+
groupBy?: $requests.wix.common.Aggregation.IGroupByAggregation;
|
|
2446
2430
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2447
2431
|
}
|
|
2448
2432
|
export namespace Aggregation {
|
|
@@ -2470,12 +2454,16 @@ declare namespace $requests {
|
|
|
2470
2454
|
sortType?: $requests.wix.common.Aggregation.ValueAggregation.SortType;
|
|
2471
2455
|
sortDirection?: $requests.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
2472
2456
|
limit?: number;
|
|
2457
|
+
missingValues?: $requests.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
2458
|
+
includeOptions?: $requests.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
2473
2459
|
}
|
|
2474
2460
|
export class ValueAggregation implements IValueAggregation {
|
|
2475
2461
|
constructor(data?: IValueAggregation);
|
|
2476
2462
|
sortType?: $requests.wix.common.Aggregation.ValueAggregation.SortType;
|
|
2477
2463
|
sortDirection?: $requests.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
2478
2464
|
limit?: number;
|
|
2465
|
+
missingValues?: $requests.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
2466
|
+
includeOptions?: $requests.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
2479
2467
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2480
2468
|
}
|
|
2481
2469
|
export namespace ValueAggregation {
|
|
@@ -2487,6 +2475,18 @@ declare namespace $requests {
|
|
|
2487
2475
|
DESC = "DESC",
|
|
2488
2476
|
ASC = "ASC",
|
|
2489
2477
|
}
|
|
2478
|
+
export enum MissingValues {
|
|
2479
|
+
EXCLUDE = "EXCLUDE",
|
|
2480
|
+
INCLUDE = "INCLUDE",
|
|
2481
|
+
}
|
|
2482
|
+
export interface IIncludeMissingValuesOptions {
|
|
2483
|
+
addToBucket?: string;
|
|
2484
|
+
}
|
|
2485
|
+
export class IncludeMissingValuesOptions implements IIncludeMissingValuesOptions {
|
|
2486
|
+
constructor(data?: IIncludeMissingValuesOptions);
|
|
2487
|
+
addToBucket?: string;
|
|
2488
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2489
|
+
}
|
|
2490
2490
|
}
|
|
2491
2491
|
export interface IScalarAggregation {
|
|
2492
2492
|
type?: $requests.wix.common.ScalarType;
|
|
@@ -2496,6 +2496,18 @@ declare namespace $requests {
|
|
|
2496
2496
|
type?: $requests.wix.common.ScalarType;
|
|
2497
2497
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2498
2498
|
}
|
|
2499
|
+
export interface IGroupByAggregation {
|
|
2500
|
+
name?: string;
|
|
2501
|
+
fieldPath?: string;
|
|
2502
|
+
value?: $requests.wix.common.Aggregation.IValueAggregation;
|
|
2503
|
+
}
|
|
2504
|
+
export class GroupByAggregation implements IGroupByAggregation {
|
|
2505
|
+
constructor(data?: IGroupByAggregation);
|
|
2506
|
+
name?: string;
|
|
2507
|
+
fieldPath?: string;
|
|
2508
|
+
value?: $requests.wix.common.Aggregation.IValueAggregation;
|
|
2509
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2510
|
+
}
|
|
2499
2511
|
}
|
|
2500
2512
|
export interface IAggregationData {
|
|
2501
2513
|
results?: $requests.wix.common.AggregationData.IAggregationResults[];
|
|
@@ -2509,17 +2521,21 @@ declare namespace $requests {
|
|
|
2509
2521
|
export interface IAggregationResults {
|
|
2510
2522
|
name?: string;
|
|
2511
2523
|
type?: $requests.wix.common.AggregationType;
|
|
2524
|
+
fieldPath?: string;
|
|
2512
2525
|
values?: $requests.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
2513
2526
|
ranges?: $requests.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
2514
2527
|
scalar?: $requests.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
2528
|
+
groupedByValue?: $requests.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
2515
2529
|
}
|
|
2516
2530
|
export class AggregationResults implements IAggregationResults {
|
|
2517
2531
|
constructor(data?: IAggregationResults);
|
|
2518
2532
|
name?: string;
|
|
2519
2533
|
type?: $requests.wix.common.AggregationType;
|
|
2534
|
+
fieldPath?: string;
|
|
2520
2535
|
values?: $requests.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
2521
2536
|
ranges?: $requests.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
2522
2537
|
scalar?: $requests.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
2538
|
+
groupedByValue?: $requests.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
2523
2539
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2524
2540
|
}
|
|
2525
2541
|
export namespace AggregationResults {
|
|
@@ -2575,6 +2591,44 @@ declare namespace $requests {
|
|
|
2575
2591
|
value?: number;
|
|
2576
2592
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2577
2593
|
}
|
|
2594
|
+
export interface IGroupByValueResults {
|
|
2595
|
+
results?: $requests.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
2596
|
+
}
|
|
2597
|
+
export class GroupByValueResults implements IGroupByValueResults {
|
|
2598
|
+
constructor(data?: IGroupByValueResults);
|
|
2599
|
+
results?: $requests.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
2600
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2601
|
+
}
|
|
2602
|
+
export namespace GroupByValueResults {
|
|
2603
|
+
export interface INestedValueAggregationResult {
|
|
2604
|
+
value?: string;
|
|
2605
|
+
nestedResults?: $requests.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
2606
|
+
}
|
|
2607
|
+
export class NestedValueAggregationResult implements INestedValueAggregationResult {
|
|
2608
|
+
constructor(data?: INestedValueAggregationResult);
|
|
2609
|
+
value?: string;
|
|
2610
|
+
nestedResults?: $requests.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
2611
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
export interface INestedAggregationResults {
|
|
2615
|
+
name?: string;
|
|
2616
|
+
type?: $requests.wix.common.AggregationType;
|
|
2617
|
+
fieldPath?: string;
|
|
2618
|
+
values?: $requests.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
2619
|
+
ranges?: $requests.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
2620
|
+
scalar?: $requests.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
2621
|
+
}
|
|
2622
|
+
export class NestedAggregationResults implements INestedAggregationResults {
|
|
2623
|
+
constructor(data?: INestedAggregationResults);
|
|
2624
|
+
name?: string;
|
|
2625
|
+
type?: $requests.wix.common.AggregationType;
|
|
2626
|
+
fieldPath?: string;
|
|
2627
|
+
values?: $requests.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
2628
|
+
ranges?: $requests.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
2629
|
+
scalar?: $requests.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
2630
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2631
|
+
}
|
|
2578
2632
|
}
|
|
2579
2633
|
}
|
|
2580
2634
|
export interface ISorting {
|
|
@@ -2852,6 +2906,7 @@ declare namespace $requests {
|
|
|
2852
2906
|
name?: string;
|
|
2853
2907
|
fqdn?: string;
|
|
2854
2908
|
exposure?: $requests.wix.os.v1.TagExposure;
|
|
2909
|
+
deleted?: boolean;
|
|
2855
2910
|
}
|
|
2856
2911
|
export class Tag implements ITag {
|
|
2857
2912
|
constructor(data?: ITag);
|
|
@@ -2862,6 +2917,7 @@ declare namespace $requests {
|
|
|
2862
2917
|
name?: string;
|
|
2863
2918
|
fqdn?: string;
|
|
2864
2919
|
exposure?: $requests.wix.os.v1.TagExposure;
|
|
2920
|
+
deleted?: boolean;
|
|
2865
2921
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
2866
2922
|
}
|
|
2867
2923
|
export enum TagExposure {
|
|
@@ -3896,7 +3952,6 @@ declare namespace $responses {
|
|
|
3896
3952
|
wql?: $responses.wix.api.IWql;
|
|
3897
3953
|
meAliasableField: string[];
|
|
3898
3954
|
search: $responses.wix.api.ISearch[];
|
|
3899
|
-
aggregation: $responses.wix.api.IAggregation[];
|
|
3900
3955
|
}
|
|
3901
3956
|
export class SearchMethodOptions implements ISearchMethodOptions {
|
|
3902
3957
|
constructor(data?: ISearchMethodOptions);
|
|
@@ -3906,7 +3961,6 @@ declare namespace $responses {
|
|
|
3906
3961
|
wql?: $responses.wix.api.IWql;
|
|
3907
3962
|
meAliasableField: string[];
|
|
3908
3963
|
search: $responses.wix.api.ISearch[];
|
|
3909
|
-
aggregation: $responses.wix.api.IAggregation[];
|
|
3910
3964
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
3911
3965
|
}
|
|
3912
3966
|
export interface IBulkCreateMethodOptions {
|
|
@@ -4102,16 +4156,6 @@ declare namespace $responses {
|
|
|
4102
4156
|
maturity: $responses.wix.api.Maturity;
|
|
4103
4157
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4104
4158
|
}
|
|
4105
|
-
export interface IAggregation {
|
|
4106
|
-
field: string[];
|
|
4107
|
-
maturity: $responses.wix.api.Maturity;
|
|
4108
|
-
}
|
|
4109
|
-
export class Aggregation implements IAggregation {
|
|
4110
|
-
constructor(data?: IAggregation);
|
|
4111
|
-
field: string[];
|
|
4112
|
-
maturity: $responses.wix.api.Maturity;
|
|
4113
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4114
|
-
}
|
|
4115
4159
|
export interface IHookable {
|
|
4116
4160
|
}
|
|
4117
4161
|
export class Hookable implements IHookable {
|
|
@@ -4250,7 +4294,7 @@ declare namespace $responses {
|
|
|
4250
4294
|
}
|
|
4251
4295
|
export interface ICallback {
|
|
4252
4296
|
topic: string;
|
|
4253
|
-
segment: $responses.wix.api.Segment.
|
|
4297
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
4254
4298
|
payload: string;
|
|
4255
4299
|
permission: string;
|
|
4256
4300
|
eventType: $responses.wix.api.Callback.EventType;
|
|
@@ -4260,7 +4304,7 @@ declare namespace $responses {
|
|
|
4260
4304
|
export class Callback implements ICallback {
|
|
4261
4305
|
constructor(data?: ICallback);
|
|
4262
4306
|
topic: string;
|
|
4263
|
-
segment: $responses.wix.api.Segment.
|
|
4307
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
4264
4308
|
payload: string;
|
|
4265
4309
|
permission: string;
|
|
4266
4310
|
eventType: $responses.wix.api.Callback.EventType;
|
|
@@ -4341,7 +4385,7 @@ declare namespace $responses {
|
|
|
4341
4385
|
* However, new topics must provide a segment, or greyhound will throw an exception.
|
|
4342
4386
|
* @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
|
|
4343
4387
|
*/
|
|
4344
|
-
export enum
|
|
4388
|
+
export enum SegmentName {
|
|
4345
4389
|
UNSPECIFIED = "UNSPECIFIED",
|
|
4346
4390
|
USERS = "USERS",
|
|
4347
4391
|
PUBLIC = "PUBLIC",
|
|
@@ -4387,7 +4431,7 @@ declare namespace $responses {
|
|
|
4387
4431
|
exposure: $responses.wix.api.Exposure;
|
|
4388
4432
|
appendixFiles: $responses.wix.api.IMessageAppendix[];
|
|
4389
4433
|
oldFqdnForBackwardsCompatibility: string;
|
|
4390
|
-
segment: $responses.wix.api.Segment.
|
|
4434
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
4391
4435
|
implements: string[];
|
|
4392
4436
|
extensible?: $responses.wix.api.IExtensible;
|
|
4393
4437
|
trashbin: boolean;
|
|
@@ -4402,7 +4446,7 @@ declare namespace $responses {
|
|
|
4402
4446
|
exposure: $responses.wix.api.Exposure;
|
|
4403
4447
|
appendixFiles: $responses.wix.api.IMessageAppendix[];
|
|
4404
4448
|
oldFqdnForBackwardsCompatibility: string;
|
|
4405
|
-
segment: $responses.wix.api.Segment.
|
|
4449
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
4406
4450
|
implements: string[];
|
|
4407
4451
|
extensible?: $responses.wix.api.IExtensible;
|
|
4408
4452
|
trashbin: boolean;
|
|
@@ -4612,16 +4656,18 @@ declare namespace $responses {
|
|
|
4612
4656
|
}
|
|
4613
4657
|
export interface ISubscription {
|
|
4614
4658
|
topic: string;
|
|
4615
|
-
segment: $responses.wix.api.Segment.
|
|
4659
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
4616
4660
|
batch: boolean;
|
|
4617
4661
|
entity: string;
|
|
4662
|
+
dynamic: boolean;
|
|
4618
4663
|
}
|
|
4619
4664
|
export class Subscription implements ISubscription {
|
|
4620
4665
|
constructor(data?: ISubscription);
|
|
4621
4666
|
topic: string;
|
|
4622
|
-
segment: $responses.wix.api.Segment.
|
|
4667
|
+
segment: $responses.wix.api.Segment.SegmentName;
|
|
4623
4668
|
batch: boolean;
|
|
4624
4669
|
entity: string;
|
|
4670
|
+
dynamic: boolean;
|
|
4625
4671
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4626
4672
|
}
|
|
4627
4673
|
/**
|
|
@@ -4646,10 +4692,12 @@ declare namespace $responses {
|
|
|
4646
4692
|
}
|
|
4647
4693
|
export interface IAlignedWithEnum {
|
|
4648
4694
|
field: string;
|
|
4695
|
+
suffix: string;
|
|
4649
4696
|
}
|
|
4650
4697
|
export class AlignedWithEnum implements IAlignedWithEnum {
|
|
4651
4698
|
constructor(data?: IAlignedWithEnum);
|
|
4652
4699
|
field: string;
|
|
4700
|
+
suffix: string;
|
|
4653
4701
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
4654
4702
|
}
|
|
4655
4703
|
export enum Format {
|
|
@@ -5359,7 +5407,6 @@ declare namespace $responses {
|
|
|
5359
5407
|
aggregationIllegalGroupFieldType?: $responses.wix.common.data.ErrorDetails.IAggregationIllegalGroupFieldType;
|
|
5360
5408
|
aggregationIllegalAggregationFieldType?: $responses.wix.common.data.ErrorDetails.IAggregationIllegalAggregationFieldType;
|
|
5361
5409
|
uniqueKeyNotFound?: $responses.wix.common.data.ErrorDetails.IUniqueKeyNotFound;
|
|
5362
|
-
uniqueKeyDoesNotMatch?: $responses.wix.common.data.ErrorDetails.IUniqueKeyDoesNotMatch;
|
|
5363
5410
|
invalidUniqueKey?: $responses.wix.common.data.ErrorDetails.IInvalidUniqueKey;
|
|
5364
5411
|
}
|
|
5365
5412
|
export class ErrorDetails implements IErrorDetails {
|
|
@@ -5391,7 +5438,6 @@ declare namespace $responses {
|
|
|
5391
5438
|
aggregationIllegalGroupFieldType?: $responses.wix.common.data.ErrorDetails.IAggregationIllegalGroupFieldType;
|
|
5392
5439
|
aggregationIllegalAggregationFieldType?: $responses.wix.common.data.ErrorDetails.IAggregationIllegalAggregationFieldType;
|
|
5393
5440
|
uniqueKeyNotFound?: $responses.wix.common.data.ErrorDetails.IUniqueKeyNotFound;
|
|
5394
|
-
uniqueKeyDoesNotMatch?: $responses.wix.common.data.ErrorDetails.IUniqueKeyDoesNotMatch;
|
|
5395
5441
|
invalidUniqueKey?: $responses.wix.common.data.ErrorDetails.IInvalidUniqueKey;
|
|
5396
5442
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5397
5443
|
}
|
|
@@ -5422,14 +5468,6 @@ declare namespace $responses {
|
|
|
5422
5468
|
filter?: { [key: string]: any };
|
|
5423
5469
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5424
5470
|
}
|
|
5425
|
-
export interface IUniqueKeyDoesNotMatch {
|
|
5426
|
-
filter?: { [key: string]: any };
|
|
5427
|
-
}
|
|
5428
|
-
export class UniqueKeyDoesNotMatch implements IUniqueKeyDoesNotMatch {
|
|
5429
|
-
constructor(data?: IUniqueKeyDoesNotMatch);
|
|
5430
|
-
filter?: { [key: string]: any };
|
|
5431
|
-
static __$$generatedFromProtobuf$$__: Symbol;
|
|
5432
|
-
}
|
|
5433
5471
|
export interface IInvalidUniqueKey {
|
|
5434
5472
|
keys: string[];
|
|
5435
5473
|
}
|
|
@@ -6102,6 +6140,7 @@ declare namespace $responses {
|
|
|
6102
6140
|
value?: $responses.wix.common.Aggregation.IValueAggregation;
|
|
6103
6141
|
range?: $responses.wix.common.Aggregation.IRangeAggregation;
|
|
6104
6142
|
scalar?: $responses.wix.common.Aggregation.IScalarAggregation;
|
|
6143
|
+
groupBy?: $responses.wix.common.Aggregation.IGroupByAggregation;
|
|
6105
6144
|
}
|
|
6106
6145
|
export class Aggregation implements IAggregation {
|
|
6107
6146
|
constructor(data?: IAggregation);
|
|
@@ -6111,6 +6150,7 @@ declare namespace $responses {
|
|
|
6111
6150
|
value?: $responses.wix.common.Aggregation.IValueAggregation;
|
|
6112
6151
|
range?: $responses.wix.common.Aggregation.IRangeAggregation;
|
|
6113
6152
|
scalar?: $responses.wix.common.Aggregation.IScalarAggregation;
|
|
6153
|
+
groupBy?: $responses.wix.common.Aggregation.IGroupByAggregation;
|
|
6114
6154
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6115
6155
|
}
|
|
6116
6156
|
export namespace Aggregation {
|
|
@@ -6138,12 +6178,16 @@ declare namespace $responses {
|
|
|
6138
6178
|
sortType: $responses.wix.common.Aggregation.ValueAggregation.SortType;
|
|
6139
6179
|
sortDirection: $responses.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
6140
6180
|
limit?: number;
|
|
6181
|
+
missingValues: $responses.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
6182
|
+
includeOptions?: $responses.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
6141
6183
|
}
|
|
6142
6184
|
export class ValueAggregation implements IValueAggregation {
|
|
6143
6185
|
constructor(data?: IValueAggregation);
|
|
6144
6186
|
sortType: $responses.wix.common.Aggregation.ValueAggregation.SortType;
|
|
6145
6187
|
sortDirection: $responses.wix.common.Aggregation.ValueAggregation.SortDirection;
|
|
6146
6188
|
limit?: number;
|
|
6189
|
+
missingValues: $responses.wix.common.Aggregation.ValueAggregation.MissingValues;
|
|
6190
|
+
includeOptions?: $responses.wix.common.Aggregation.ValueAggregation.IIncludeMissingValuesOptions;
|
|
6147
6191
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6148
6192
|
}
|
|
6149
6193
|
export namespace ValueAggregation {
|
|
@@ -6155,6 +6199,18 @@ declare namespace $responses {
|
|
|
6155
6199
|
DESC = "DESC",
|
|
6156
6200
|
ASC = "ASC",
|
|
6157
6201
|
}
|
|
6202
|
+
export enum MissingValues {
|
|
6203
|
+
EXCLUDE = "EXCLUDE",
|
|
6204
|
+
INCLUDE = "INCLUDE",
|
|
6205
|
+
}
|
|
6206
|
+
export interface IIncludeMissingValuesOptions {
|
|
6207
|
+
addToBucket: string;
|
|
6208
|
+
}
|
|
6209
|
+
export class IncludeMissingValuesOptions implements IIncludeMissingValuesOptions {
|
|
6210
|
+
constructor(data?: IIncludeMissingValuesOptions);
|
|
6211
|
+
addToBucket: string;
|
|
6212
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6213
|
+
}
|
|
6158
6214
|
}
|
|
6159
6215
|
export interface IScalarAggregation {
|
|
6160
6216
|
type: $responses.wix.common.ScalarType;
|
|
@@ -6164,6 +6220,18 @@ declare namespace $responses {
|
|
|
6164
6220
|
type: $responses.wix.common.ScalarType;
|
|
6165
6221
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6166
6222
|
}
|
|
6223
|
+
export interface IGroupByAggregation {
|
|
6224
|
+
name?: string;
|
|
6225
|
+
fieldPath: string;
|
|
6226
|
+
value?: $responses.wix.common.Aggregation.IValueAggregation;
|
|
6227
|
+
}
|
|
6228
|
+
export class GroupByAggregation implements IGroupByAggregation {
|
|
6229
|
+
constructor(data?: IGroupByAggregation);
|
|
6230
|
+
name?: string;
|
|
6231
|
+
fieldPath: string;
|
|
6232
|
+
value?: $responses.wix.common.Aggregation.IValueAggregation;
|
|
6233
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6234
|
+
}
|
|
6167
6235
|
}
|
|
6168
6236
|
export interface IAggregationData {
|
|
6169
6237
|
results: $responses.wix.common.AggregationData.IAggregationResults[];
|
|
@@ -6177,17 +6245,21 @@ declare namespace $responses {
|
|
|
6177
6245
|
export interface IAggregationResults {
|
|
6178
6246
|
name: string;
|
|
6179
6247
|
type: $responses.wix.common.AggregationType;
|
|
6248
|
+
fieldPath: string;
|
|
6180
6249
|
values?: $responses.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
6181
6250
|
ranges?: $responses.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
6182
6251
|
scalar?: $responses.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
6252
|
+
groupedByValue?: $responses.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
6183
6253
|
}
|
|
6184
6254
|
export class AggregationResults implements IAggregationResults {
|
|
6185
6255
|
constructor(data?: IAggregationResults);
|
|
6186
6256
|
name: string;
|
|
6187
6257
|
type: $responses.wix.common.AggregationType;
|
|
6258
|
+
fieldPath: string;
|
|
6188
6259
|
values?: $responses.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
6189
6260
|
ranges?: $responses.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
6190
6261
|
scalar?: $responses.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
6262
|
+
groupedByValue?: $responses.wix.common.AggregationData.AggregationResults.IGroupByValueResults;
|
|
6191
6263
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6192
6264
|
}
|
|
6193
6265
|
export namespace AggregationResults {
|
|
@@ -6243,6 +6315,44 @@ declare namespace $responses {
|
|
|
6243
6315
|
value: number;
|
|
6244
6316
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6245
6317
|
}
|
|
6318
|
+
export interface IGroupByValueResults {
|
|
6319
|
+
results: $responses.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
6320
|
+
}
|
|
6321
|
+
export class GroupByValueResults implements IGroupByValueResults {
|
|
6322
|
+
constructor(data?: IGroupByValueResults);
|
|
6323
|
+
results: $responses.wix.common.AggregationData.AggregationResults.GroupByValueResults.INestedValueAggregationResult[];
|
|
6324
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6325
|
+
}
|
|
6326
|
+
export namespace GroupByValueResults {
|
|
6327
|
+
export interface INestedValueAggregationResult {
|
|
6328
|
+
value: string;
|
|
6329
|
+
nestedResults?: $responses.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
6330
|
+
}
|
|
6331
|
+
export class NestedValueAggregationResult implements INestedValueAggregationResult {
|
|
6332
|
+
constructor(data?: INestedValueAggregationResult);
|
|
6333
|
+
value: string;
|
|
6334
|
+
nestedResults?: $responses.wix.common.AggregationData.AggregationResults.INestedAggregationResults;
|
|
6335
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6336
|
+
}
|
|
6337
|
+
}
|
|
6338
|
+
export interface INestedAggregationResults {
|
|
6339
|
+
name: string;
|
|
6340
|
+
type: $responses.wix.common.AggregationType;
|
|
6341
|
+
fieldPath: string;
|
|
6342
|
+
values?: $responses.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
6343
|
+
ranges?: $responses.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
6344
|
+
scalar?: $responses.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
6345
|
+
}
|
|
6346
|
+
export class NestedAggregationResults implements INestedAggregationResults {
|
|
6347
|
+
constructor(data?: INestedAggregationResults);
|
|
6348
|
+
name: string;
|
|
6349
|
+
type: $responses.wix.common.AggregationType;
|
|
6350
|
+
fieldPath: string;
|
|
6351
|
+
values?: $responses.wix.common.AggregationData.AggregationResults.IValueResults;
|
|
6352
|
+
ranges?: $responses.wix.common.AggregationData.AggregationResults.IRangeResults;
|
|
6353
|
+
scalar?: $responses.wix.common.AggregationData.AggregationResults.IScalarResult;
|
|
6354
|
+
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6355
|
+
}
|
|
6246
6356
|
}
|
|
6247
6357
|
}
|
|
6248
6358
|
export interface ISorting {
|
|
@@ -6520,6 +6630,7 @@ declare namespace $responses {
|
|
|
6520
6630
|
name?: string;
|
|
6521
6631
|
fqdn?: string;
|
|
6522
6632
|
exposure: $responses.wix.os.v1.TagExposure;
|
|
6633
|
+
deleted?: boolean;
|
|
6523
6634
|
}
|
|
6524
6635
|
export class Tag implements ITag {
|
|
6525
6636
|
constructor(data?: ITag);
|
|
@@ -6530,6 +6641,7 @@ declare namespace $responses {
|
|
|
6530
6641
|
name?: string;
|
|
6531
6642
|
fqdn?: string;
|
|
6532
6643
|
exposure: $responses.wix.os.v1.TagExposure;
|
|
6644
|
+
deleted?: boolean;
|
|
6533
6645
|
static __$$generatedFromProtobuf$$__: Symbol;
|
|
6534
6646
|
}
|
|
6535
6647
|
export enum TagExposure {
|