@wix/bex-utils 1.28.0 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +33 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/{entitlement_policy_provider/com/wixpress/appservice/api/upstream/wix/entitlements → benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs}/spi/v1/policy_provider_spi.proto +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/reservations/v1/custom_reservation_approval.proto +14 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +6 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +5 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +19 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +6 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +8 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +24 -15
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +7 -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 +854 -3
- 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 +7 -0
- 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 +183 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/index.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +7 -0
- 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 +854 -3
- 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 +7 -0
- 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 +180 -0
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +3 -2
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +179 -1
- package/@wix/bi-logger-cairo-os/package.json +2 -2
- package/@wix/bi-logger-cairo-os/src/index.ts +6 -2
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +174 -0
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +854 -3
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +174 -0
- package/@wix/bi-logger-cairo-os/src/types.ts +187 -0
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +182 -1
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +4 -4
- package/package.json +3 -3
- 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
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "components_catalog_data/unified_components/shared.proto";
|
|
7
|
+
import "components_catalog_data/page_replace/page_replace.proto";
|
|
8
|
+
import "components_catalog_common.proto";
|
|
9
|
+
|
|
10
|
+
message UnifiedPage {
|
|
11
|
+
// Base info of component by shared logic of unified components
|
|
12
|
+
BaseInfo base = 1;
|
|
13
|
+
// Page installation settings;
|
|
14
|
+
PageInstallationSettings installation = 2;
|
|
15
|
+
// Page replacing options (replacer \ replacing \ none)
|
|
16
|
+
PageReplaceOptions page_replace = 3;
|
|
17
|
+
// Content of page
|
|
18
|
+
PageContent content = 4;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
message PageInstallationSettings {
|
|
22
|
+
// Shared installation settings for unified components
|
|
23
|
+
BaseInstallation base = 1;
|
|
24
|
+
// Page installation settings for unified components
|
|
25
|
+
PageInstallation page = 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
message PageInstallation {
|
|
29
|
+
// slug of the page (last part of url that point to the page)
|
|
30
|
+
string slug = 1 [(.wix.api.minLength) = 1, (wix.api.maxLength) = 200];
|
|
31
|
+
// Should add page to site menu
|
|
32
|
+
bool add_to_site_menu = 2;
|
|
33
|
+
// Can page be linked through link panek
|
|
34
|
+
bool linkable = 3;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
message PageContent {
|
|
38
|
+
// Widgets to add as content in page
|
|
39
|
+
repeated WidgetAsContent widgets = 1;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
message WidgetAsContent {
|
|
43
|
+
// GUID of widget to use as content of page
|
|
44
|
+
string widget_guid = 1 [(.wix.api.format) = GUID];
|
|
45
|
+
// The preset should be used
|
|
46
|
+
MainPresets preset = 2;
|
|
47
|
+
}
|
|
48
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
|
|
5
|
+
import "wix/api/validations.proto";
|
|
6
|
+
import "components_catalog_data/unified_components/shared.proto";
|
|
7
|
+
import "components_catalog_common.proto";
|
|
8
|
+
|
|
9
|
+
message WidgetInstallationSettings {
|
|
10
|
+
// Shared installation settings for unified components
|
|
11
|
+
BaseInstallation base = 1;
|
|
12
|
+
// Widget installation settings for unified components
|
|
13
|
+
WidgetInstallation widget = 2;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
message WidgetInstallation {
|
|
17
|
+
enum RegionType {
|
|
18
|
+
HEADER = 0;
|
|
19
|
+
BODY = 1;
|
|
20
|
+
FOOTER = 2;
|
|
21
|
+
}
|
|
22
|
+
// Preset should be selected defaultly with installation
|
|
23
|
+
MainPresets default_preset = 1;
|
|
24
|
+
// Region of widget
|
|
25
|
+
RegionType region = 2;
|
|
26
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
syntax = "proto3";
|
|
2
|
+
|
|
3
|
+
package com.wixpress.appservice.api;
|
|
4
|
+
import "google/protobuf/struct.proto";
|
|
5
|
+
import "google/protobuf/wrappers.proto";
|
|
6
|
+
import "wix/api/validations.proto";
|
|
7
|
+
import "wix/api/annotations.proto";
|
|
8
|
+
import "components_catalog_data/notifications_common.proto";
|
|
9
|
+
|
|
10
|
+
// Describes user notifications
|
|
11
|
+
message UserNotification {
|
|
12
|
+
google.protobuf.StringValue reference_id = 8 [(wix.api.format) = GUID, (wix.api.field_exposure) = PRIVATE];
|
|
13
|
+
|
|
14
|
+
UserNotificationData reference_data = 9;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
message UserNotificationData {
|
|
18
|
+
message RecipientFilter {
|
|
19
|
+
enum Type {
|
|
20
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
21
|
+
WIX_USERS = 1;
|
|
22
|
+
SITE_CONTRIBUTORS = 2;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
message WixUsersData {
|
|
26
|
+
TypedDynamicParam id = 1; // id
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
message SiteContributorsData {
|
|
30
|
+
repeated string permissions = 1 [(wix.api.minSize) = 1];
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
Type type = 1; // recipient filter type
|
|
34
|
+
oneof data {
|
|
35
|
+
WixUsersData wix_users_data = 2; // wix users data
|
|
36
|
+
SiteContributorsData site_contributors_data = 3; // site contributors data
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
message Initiator {
|
|
40
|
+
enum Type {
|
|
41
|
+
UNKNOWN_TYPE = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
42
|
+
WIX_USER = 1;
|
|
43
|
+
WIX_APP = 2;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
message WixUserData {
|
|
47
|
+
string dynamic_param_name = 1 [(.wix.api.minLength) = 1]; // dynamic param name
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
Type type = 1; // initiator type
|
|
51
|
+
oneof data {
|
|
52
|
+
WixUserData wix_user_data = 2; // wix user data
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
message Deeplink {
|
|
56
|
+
message BackofficeActionDeeplink {
|
|
57
|
+
string app_id = 1 [(.wix.api.minLength) = 1]; // app ID
|
|
58
|
+
map<string, ConstOrDynamicParam> params = 2; // params
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
oneof of {
|
|
62
|
+
Url url = 1; // url
|
|
63
|
+
BackofficeActionDeeplink backoffice = 2 [(wix.api.field_exposure) = INTERNAL]; // backoffice
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
message Context {
|
|
67
|
+
enum Level {
|
|
68
|
+
UNKNOWN_LEVEL = 0 [(.wix.api.enum_maturity) = NOT_IMPLEMENTED, (.wix.api.enum_exposure) = PRIVATE];
|
|
69
|
+
ACCOUNT = 1;
|
|
70
|
+
USER = 2;
|
|
71
|
+
SITE = 3;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
Level level = 1;
|
|
75
|
+
map<string, OrderValue> params = 2; // params
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
google.protobuf.StringValue name = 1 [(.wix.api.field_exposure) = PRIVATE]; // name
|
|
79
|
+
google.protobuf.StringValue description = 2; // description
|
|
80
|
+
google.protobuf.StringValue topic_id = 3 [(.wix.api.minLength) = 1]; // topic id
|
|
81
|
+
NotificationChannels channels = 4; // channels
|
|
82
|
+
Icon icon = 5; // icon
|
|
83
|
+
Intent intent = 6; // intent
|
|
84
|
+
LimiterField limiter_field = 7; // limiter field
|
|
85
|
+
|
|
86
|
+
RecipientFilter recipient_filter = 10; // recipient filter
|
|
87
|
+
Initiator initiator = 11; // initiator
|
|
88
|
+
Deeplink single_deeplink = 12; // single deeplink
|
|
89
|
+
Deeplink grouped_deeplink = 13; // grouped deeplink
|
|
90
|
+
Context context = 14; // context
|
|
91
|
+
}
|
|
@@ -4,6 +4,8 @@ package com.wixpress.appservice.api;
|
|
|
4
4
|
|
|
5
5
|
import "google/protobuf/wrappers.proto";
|
|
6
6
|
import "wix/api/validations.proto";
|
|
7
|
+
import "components_catalog_data/unified_components/shared.proto";
|
|
8
|
+
import "components_catalog_data/unified_components/unified_widget.proto";
|
|
7
9
|
|
|
8
10
|
// A draggable custom element. Add your custom script and generate ui directly in the viewer
|
|
9
11
|
message WebComponentData {
|
|
@@ -33,9 +35,9 @@ message WebComponentData {
|
|
|
33
35
|
google.protobuf.StringValue slug = 12;
|
|
34
36
|
// For case that the widget will be used as page
|
|
35
37
|
bool show_page_in_menu = 13;
|
|
36
|
-
//The details of the selected widget to add
|
|
38
|
+
// The details of the selected widget to add
|
|
37
39
|
WidgetDetails widget = 14;
|
|
38
|
-
|
|
40
|
+
// Give the option to change the script type
|
|
39
41
|
ScriptType scriptType = 15;
|
|
40
42
|
// Web component default mobile height
|
|
41
43
|
google.protobuf.Int32Value default_mobile_height = 16;
|
|
@@ -45,6 +47,10 @@ message WebComponentData {
|
|
|
45
47
|
bool exclude_from_auto_revoke = 18;
|
|
46
48
|
// defines the widget's behaviour in editor page
|
|
47
49
|
WidgetBehavior widget_behavior = 19;
|
|
50
|
+
// Base info of component by shared logic of unified components
|
|
51
|
+
BaseInfo base = 20;
|
|
52
|
+
// Unified widget installation settings
|
|
53
|
+
WidgetInstallationSettings installation = 21;
|
|
48
54
|
|
|
49
55
|
enum ScriptType {
|
|
50
56
|
NO_SCRIPT_TYPE = 0;
|
|
@@ -27,4 +27,6 @@ message WidgetOutOfIframeComponentData {
|
|
|
27
27
|
google.protobuf.StringValue no_css_component_url_template = 8;
|
|
28
28
|
// A link to the out of iframe no css component url
|
|
29
29
|
google.protobuf.StringValue no_css_component_url = 9 [(wix.api.format) = WEB_URL];
|
|
30
|
+
// Enable support for different style param values for different breakpoint (Css Per Breakpoint)
|
|
31
|
+
google.protobuf.BoolValue css_per_breakpoint = 10;
|
|
30
32
|
}
|
|
@@ -17,10 +17,11 @@ message WidgetPluginComponentData {
|
|
|
17
17
|
// Marketing information about the plugin
|
|
18
18
|
PluginMarketData market_data = 3;
|
|
19
19
|
|
|
20
|
+
// The list of placements where the plugin is allowed to be installed
|
|
21
|
+
repeated PluginPlacement placements = 4;
|
|
22
|
+
|
|
20
23
|
// Marketing information about the plugin
|
|
21
24
|
message PluginMarketData {
|
|
22
|
-
reserved 4;
|
|
23
|
-
|
|
24
25
|
// The name of the Plugin
|
|
25
26
|
string name = 1 [(wix.api.minLength) = 5];
|
|
26
27
|
|
|
@@ -29,6 +30,20 @@ message WidgetPluginComponentData {
|
|
|
29
30
|
|
|
30
31
|
// The logo of the Plugin, should be a square image 35 x 35 px in `JPG` or `PNG` format
|
|
31
32
|
google.protobuf.StringValue logo_url = 3 [(wix.api.format) = WEB_URL];
|
|
33
|
+
|
|
34
|
+
reserved 4;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Combination of IDs that uniquely identify a slot in the app component
|
|
38
|
+
message PluginPlacement {
|
|
39
|
+
// Slot app definition ID
|
|
40
|
+
string app_definition_id = 1 [(wix.api.format) = GUID];
|
|
41
|
+
|
|
42
|
+
// Slot app component ID
|
|
43
|
+
string widget_id = 2 [(wix.api.format) = GUID];
|
|
44
|
+
|
|
45
|
+
// Slot ID (a.k.a. Velo role)
|
|
46
|
+
string slot_id = 3 [(wix.api.minLength) = 1];
|
|
32
47
|
}
|
|
33
48
|
}
|
|
34
49
|
|
|
@@ -8,11 +8,16 @@ import "wix/api/annotations.proto";
|
|
|
8
8
|
import "wix/api/validations.proto";
|
|
9
9
|
import "wix/common/spi.proto";
|
|
10
10
|
|
|
11
|
+
|
|
12
|
+
// Configuration for ReviewsProductCatalogProvider
|
|
11
13
|
message ReviewsProductCatalogProviderConfig {
|
|
12
|
-
|
|
14
|
+
option (.wix.api.decomposite_of) = "wix.reviews.product.catalog.spi.v1.ReviewsProductCatalogProviderConfig";
|
|
13
15
|
// URI where the SPI Implementer is deployed
|
|
14
16
|
.wix.common.spi.SpiBaseUri uri_config = 1;
|
|
15
17
|
|
|
16
18
|
// Namespace of catalog provider
|
|
17
19
|
string namespace = 2;
|
|
20
|
+
|
|
21
|
+
// Flag that indicates if verified reviews are enabled
|
|
22
|
+
bool is_verified_reviews_enabled = 3;
|
|
18
23
|
}
|
|
@@ -26,6 +26,7 @@ import "components_catalog_data/static_file.proto";
|
|
|
26
26
|
import "components_catalog_data/studio.proto";
|
|
27
27
|
import "components_catalog_data/studio_widget.proto";
|
|
28
28
|
import "components_catalog_data/web.proto";
|
|
29
|
+
import "components_catalog_data/unified_components/unified_page.proto";
|
|
29
30
|
import "components_catalog_data/widget.proto";
|
|
30
31
|
import "components_catalog_data/widget_out_of_iframe.proto";
|
|
31
32
|
import "components_catalog_data/widget_plugin.proto";
|
|
@@ -36,6 +37,7 @@ import "components_catalog_data/automation_trigger.proto";
|
|
|
36
37
|
import "components_catalog_data/invoices_actions.proto";
|
|
37
38
|
import "components_catalog_data/dashboard_application.proto";
|
|
38
39
|
import "components_catalog_data/contact_labels.proto";
|
|
40
|
+
import "components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto";
|
|
39
41
|
import "components_catalog_data/local_delivery.proto";
|
|
40
42
|
import "components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto";
|
|
41
43
|
import "components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto";
|
|
@@ -51,8 +53,10 @@ import "components_catalog_data/data_extensions.proto";
|
|
|
51
53
|
import "components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto";
|
|
52
54
|
import "components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto";
|
|
53
55
|
import "components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto";
|
|
56
|
+
import "components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto";
|
|
54
57
|
import "components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto";
|
|
55
58
|
import "components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto";
|
|
59
|
+
import "components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto";
|
|
56
60
|
import "components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto";
|
|
57
61
|
import "components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto";
|
|
58
62
|
import "components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto";
|
|
@@ -70,6 +74,7 @@ import "components_catalog_data/ping_notifications.proto";
|
|
|
70
74
|
import "components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto";
|
|
71
75
|
import "components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto";
|
|
72
76
|
import "components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto";
|
|
77
|
+
import "components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto";
|
|
73
78
|
import "components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto";
|
|
74
79
|
import "components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto";
|
|
75
80
|
import "components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto";
|
|
@@ -78,6 +83,7 @@ import "components_catalog_data/communication_channel/com/wixpress/appservice/ap
|
|
|
78
83
|
import "components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto";
|
|
79
84
|
import "components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto";
|
|
80
85
|
import "components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto";
|
|
86
|
+
import "components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto";
|
|
81
87
|
import "components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto";
|
|
82
88
|
import "components_catalog_data/wix_offering.proto";
|
|
83
89
|
import "components_catalog_data/dev_center_component_test.proto";
|
|
@@ -87,8 +93,7 @@ import "components_catalog_data/ecom_default_taxation_category/com/wixpress/apps
|
|
|
87
93
|
import "components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto";
|
|
88
94
|
import "components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto";
|
|
89
95
|
import "components_catalog_data/headless_oauth.proto";
|
|
90
|
-
import "components_catalog_data/
|
|
91
|
-
import "components_catalog_data/entitlement_policy_provider/com/wixpress/appservice/api/upstream/wix/entitlements/spi/v1/policy_provider_spi.proto";
|
|
96
|
+
import "components_catalog_data/benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs/spi/v1/policy_provider_spi.proto";
|
|
92
97
|
import "components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto";
|
|
93
98
|
import "components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto";
|
|
94
99
|
import "components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto";
|
|
@@ -98,6 +103,16 @@ import "components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream
|
|
|
98
103
|
import "components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto";
|
|
99
104
|
import "components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto";
|
|
100
105
|
import "components_catalog_data/ping_settings_group.proto";
|
|
106
|
+
import "components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto";
|
|
107
|
+
import "components_catalog_data/user_notification.proto";
|
|
108
|
+
import "components_catalog_data/contact_notification.proto";
|
|
109
|
+
import "components_catalog_data/notification_topic.proto";
|
|
110
|
+
import "components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto";
|
|
111
|
+
import "components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto";
|
|
112
|
+
import "components_catalog_data/pricing_plans_form_configuration.proto";
|
|
113
|
+
import "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";
|
|
114
|
+
import "components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/reservations/v1/custom_reservation_approval.proto";
|
|
115
|
+
import "components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto";
|
|
101
116
|
|
|
102
117
|
// Component data
|
|
103
118
|
message ComponentData {
|
|
@@ -204,13 +219,13 @@ message ComponentData {
|
|
|
204
219
|
// Alert Enricher Integration
|
|
205
220
|
upstream.spi.com.wixpress.vi.enricher.spi.AlertEnricherSpiConfiguration alert_enricher = 39 [(wix.api.field_exposure) = PRIVATE];
|
|
206
221
|
// Extend a Wix entity with custom fields for your app
|
|
207
|
-
DataExtensionsComponentData data_extensions = 40 [(wix.api.field_exposure) =
|
|
222
|
+
DataExtensionsComponentData data_extensions = 40 [(wix.api.field_exposure) = PUBLIC];
|
|
208
223
|
// A common component type for all Generic Hooks
|
|
209
224
|
upstream.wix.framework.hooks.GenericHooksConfig generic_hooks = 41 [(wix.api.field_exposure) = PRIVATE];
|
|
210
225
|
// WIP: automations action provider
|
|
211
226
|
upstream.com.wixpress.esb.spi.action.v1.ActionProviderSPIConfig automations_action_provider = 42 [(wix.api.field_exposure) = PRIVATE];
|
|
212
227
|
// Catalog SPI for ECOM platform
|
|
213
|
-
upstream.com.wix.ecommerce.catalog_spi.api.v1.CatalogSPIConfig ecom_catalog = 43 [(wix.api.field_exposure) =
|
|
228
|
+
upstream.com.wix.ecommerce.catalog_spi.api.v1.CatalogSPIConfig ecom_catalog = 43 [(wix.api.field_exposure) = INTERNAL];
|
|
214
229
|
// Add a space to a Wix Dashboard page that can be extended with a widget or menu item.
|
|
215
230
|
BackOfficeExtensionContainer back_office_extension_container = 44 [(wix.api.field_exposure) = INTERNAL];
|
|
216
231
|
// Create a widget or menu item that will be rendered within a Wix Dashboard page.
|
|
@@ -234,8 +249,9 @@ message ComponentData {
|
|
|
234
249
|
com.wixpress.appservice.api.upstream.com.wix.ecommerce.dropshipping_provider_spi.api.v1.DropshippingProviderSPIConfig ecom_dropshipping_provider = 52 [(wix.api.field_exposure) = PRIVATE];
|
|
235
250
|
// Invoices SPI
|
|
236
251
|
com.wixpress.appservice.api.upstream.wix.invoices.spi.v1.InvoicesConfig invoices_provider = 53 [(wix.api.field_exposure) = PRIVATE];
|
|
237
|
-
// SEO
|
|
238
|
-
|
|
252
|
+
// Provide SEO keyword suggestions to site collaborators, report quota usage, and provide a page where users can upgrade their plan.
|
|
253
|
+
// Learn More: https://dev.wix.com/docs/rest/api-reference/marketing/seo-keywords-suggestions-v-1/introduction
|
|
254
|
+
com.wixpress.appservice.api.upstream.wix.promote.seo_keywords_suggestions_spi.v1.SeoKeywordsSuggestionsSPIConfig seo_keywords_suggestions = 54 [(wix.api.field_exposure) = PUBLIC];
|
|
239
255
|
// Ecom custom discount trigger SPI provider - define custom triggers to apply discount rules
|
|
240
256
|
// Learn More: https://dev.wix.com/api/rest/wix-ecommerce/custom-discount-triggers-integration-spi/introduction
|
|
241
257
|
com.wixpress.appservice.api.upstream.com.wix.ecom.custom_trigger.v1.spi.CustomTriggerConfig ecom_discounts_trigger = 55 [(wix.api.field_exposure) = PRIVATE];
|
|
@@ -299,18 +315,17 @@ message ComponentData {
|
|
|
299
315
|
// Tax Calculator Structure Config
|
|
300
316
|
// Learn More: https://bo.wix.com/wix-docs/rest/drafts/platform-tax
|
|
301
317
|
com.wixpress.appservice.api.upstream.wix.billing.spi.v1.TaxCalculatorSpiConfig ecom_tax_calculator_spi = 86 [(wix.api.field_exposure) = INTERNAL];
|
|
302
|
-
// Holds entitlement provider configuration
|
|
303
|
-
com.wixpress.appservice.api.upstream.wix.entitlements.spi.v1.EntitlementConfig entitlement_provider = 87 [(wix.api.field_exposure) = PRIVATE];
|
|
304
318
|
// Comments Moderation Provider Config
|
|
305
319
|
com.wixpress.appservice.api.upstream.wix.comments.ng.v1.spi.CommentModerationProviderConfig comments_moderation_provider = 88 [(wix.api.field_exposure) = PRIVATE, (wix.api.field_deprecated) = {replaced_by: 'comments_filter_provider'}];
|
|
306
320
|
// GridApp files transformer config
|
|
307
321
|
com.wixpress.appservice.api.upstream.wix.velo.ide.spi.v1.GridAppFilesTransformerConfig grid_app_files_transformer = 89 [(wix.api.field_exposure) = PRIVATE];
|
|
308
|
-
// Holds
|
|
309
|
-
com.wixpress.appservice.api.upstream.wix.
|
|
322
|
+
// Holds benefit programs policy provider configuration
|
|
323
|
+
com.wixpress.appservice.api.upstream.wix.benefit_programs.spi.v1.PolicyConfig benefit_programs_policy_provider = 90 [(wix.api.field_exposure) = PRIVATE];
|
|
310
324
|
// Premium Custom Charges Config
|
|
311
325
|
com.wixpress.appservice.api.upstream.spi.wix.premium.customcharges.spi.v1.CustomChargesConfig premium_custom_charges = 91 [(wix.api.field_exposure) = INTERNAL];
|
|
312
326
|
// Performs Validations for a site's cart and checkout.
|
|
313
|
-
|
|
327
|
+
// Learn More: https://dev.wix.com/api/rest/wix-ecommerce/validations-integration-spi
|
|
328
|
+
upstream.com.wix.ecommerce.validations_spi.v1.ValidationsSPIConfig ecom_validations = 92 [(wix.api.field_exposure) = PUBLIC];
|
|
314
329
|
// Component Reference Data SPI
|
|
315
330
|
com.wixpress.appservice.api.upstream.src.main.proto.wix.devcenter.apps.components.reference.data.ComponentReferenceDataConfig component_reference_data_provider = 93 [(wix.api.field_exposure) = PRIVATE];
|
|
316
331
|
// Wix Reviews SPI
|
|
@@ -328,6 +343,38 @@ message ComponentData {
|
|
|
328
343
|
// Forms Spam Submissions SPI
|
|
329
344
|
com.wixpress.appservice.api.upstream.wix.forms.v4.FormSpamSubmissionSpiConfig forms_spam_submissions_provider = 100 [(wix.api.field_exposure) = PRIVATE];
|
|
330
345
|
// Editor Addon component
|
|
331
|
-
EditorAddon editor_addon = 101 [(wix.api.field_exposure) =
|
|
346
|
+
EditorAddon editor_addon = 101 [(wix.api.field_exposure) = INTERNAL];
|
|
347
|
+
// External Database component
|
|
348
|
+
com.wixpress.appservice.api.upstream.com.wixpress.cloud.externaldatabasespi.v1.ExternalDatabaseSpiConfig external_database_provider = 102 [(wix.api.field_exposure) = PRIVATE];
|
|
349
|
+
// Ecom Payment Settings SPI Config
|
|
350
|
+
upstream.com.wix.ecommerce.payment_settings_spi.v1.PaymentSettingsSPIConfig ecom_payment_settings = 103 [(wix.api.field_exposure) = INTERNAL];
|
|
351
|
+
// Notification Topic
|
|
352
|
+
NotificationTopic notification_topic = 104 [(wix.api.field_exposure) = PRIVATE];
|
|
353
|
+
//Notification Preference SPI
|
|
354
|
+
com.wixpress.appservice.api.upstream.wix.notifications.preferences.v1.notification_preferences_filter_spi.NotificationPreferencesFilterConfig notification_preferences_filter_provider = 105 [(wix.api.field_exposure) = PRIVATE];
|
|
355
|
+
// Bookings Resource Types provider SPI config
|
|
356
|
+
com.wixpress.appservice.api.upstream.com.wixpress.bookings.resources.spi.v2.BookingsResourceTypesProviderConfig bookings_resource_types_provider = 106 [(wix.api.field_exposure) = PRIVATE];
|
|
357
|
+
// Pricing Plans form configuration
|
|
358
|
+
PricingPlansFormConfiguration pricing_plans_form_configuration = 107 [(wix.api.field_exposure) = PRIVATE];
|
|
359
|
+
// User Notification
|
|
360
|
+
UserNotification user_notification = 108 [(wix.api.field_exposure) = PRIVATE];
|
|
361
|
+
// Contact Notification
|
|
362
|
+
ContactNotification contact_notification = 109 [(wix.api.field_exposure) = PRIVATE];
|
|
363
|
+
// Page component of unified components logic
|
|
364
|
+
UnifiedPage unified_page = 110 [(wix.api.field_exposure) = PRIVATE];
|
|
365
|
+
// Availability Time Slots Configuration Provider SPI
|
|
366
|
+
com.wixpress.appservice.api.upstream.com.wixpress.bookings.availability.spi.v2.AvailabilityTimeSlotsProviderConfig availability_time_slots_configuration_provider = 111 [(wix.api.field_exposure) = PRIVATE];
|
|
367
|
+
// Proposal Editor Provider SPI config
|
|
368
|
+
com.wixpress.appservice.api.upstream.wix.proposals.spi.v1.ProposalEditorProviderConfig proposal_editor_provider = 112 [(wix.api.field_exposure) = PRIVATE];
|
|
369
|
+
// Custom Table Reservations Provider SPI config
|
|
370
|
+
com.wixpress.appservice.api.upstream.wix.reservations.v1.TableReservationsConfig custom_table_reservations_provider = 113 [(wix.api.field_exposure) = PRIVATE];
|
|
371
|
+
// Comments Context provider
|
|
372
|
+
com.wixpress.appservice.api.upstream.wix.comments.context.v1.spi.CommentsContextProviderConfig comments_context_provider = 114 [(wix.api.field_exposure) = PRIVATE];
|
|
373
|
+
// Forms Spam Submission Reports SPI
|
|
374
|
+
com.wixpress.appservice.api.upstream.wix.forms.v4.FormSpamSubmissionReportSpiConfig forms_spam_submission_reports_provider = 115 [(wix.api.field_exposure) = PRIVATE];
|
|
375
|
+
// Automation Velo Action Spi Provider
|
|
376
|
+
com.wixpress.appservice.api.upstream.com.wixpress.automations.velo_spi.v1.VeloActionConfig automations_velo_action_provider = 116 [(wix.api.field_exposure) = PRIVATE];
|
|
377
|
+
// Calendar Event Type Provider
|
|
378
|
+
com.wixpress.appservice.api.upstream.wix.calendar.events.spi.v3.EventTypeProviderConfig calendar_event_type_provider = 117 [(wix.api.field_exposure) = PRIVATE];
|
|
332
379
|
}
|
|
333
380
|
}
|
|
@@ -249,6 +249,7 @@ message Wql {
|
|
|
249
249
|
ANY = 12 [deprecated = true]; // [Array] Matches arrays that contain at least one element specified in the query.
|
|
250
250
|
HAS_SOME = 12; // [Array] Matches arrays that contain at least one element specified in the query.
|
|
251
251
|
EMPTY = 13; // [Array] Matches arrays that contain no elements.
|
|
252
|
+
MATCH_ALL = 14; // [Array] match multiple fields within array with AND operator semantics.
|
|
252
253
|
}
|
|
253
254
|
enum Sort {
|
|
254
255
|
NONE = 0; // no sorting enabled
|
|
@@ -91,6 +91,7 @@ extend google.protobuf.MethodOptions {
|
|
|
91
91
|
// example use:
|
|
92
92
|
// option (wix.api.writable) = "id"; // user-generated id is enabled
|
|
93
93
|
repeated string writable = 50213;
|
|
94
|
+
|
|
94
95
|
}
|
|
95
96
|
|
|
96
97
|
extend google.protobuf.OneofOptions {
|
|
@@ -101,6 +102,8 @@ extend google.protobuf.OneofOptions {
|
|
|
101
102
|
|
|
102
103
|
message AlignedWithEnum {
|
|
103
104
|
required string field = 1;
|
|
105
|
+
// defaults to _options if not specified
|
|
106
|
+
optional string suffix = 2;
|
|
104
107
|
}
|
|
105
108
|
|
|
106
109
|
enum Format {
|
|
@@ -122,12 +125,10 @@ enum Format {
|
|
|
122
125
|
DECIMAL_VALUE = 12;
|
|
123
126
|
CURRENCY = 13; // 3 letters - all available currencies
|
|
124
127
|
LANGUAGE_TAG = 14; // IETF BCP 47 language tag (e.g. en-US)
|
|
125
|
-
COLOR_HEX = 15;
|
|
128
|
+
COLOR_HEX = 15; // hex color format as defined by the MDN https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color
|
|
126
129
|
LOCAL_DATE = 16; // ISO-8601 extended local date format (YYYY-MM-DD)
|
|
127
130
|
LOCAL_TIME = 17; // ISO-8601 extended local time format (hh:mm[:ss][.sss])
|
|
128
131
|
LOCAL_DATE_TIME = 18; // ISO-8601 extended local date-time format (YYYY-MM-DDThh:mm[:ss][.sss])
|
|
129
132
|
URL_SLUG = 19;
|
|
130
133
|
SYSTEM_SLUG = 20;
|
|
131
134
|
}
|
|
132
|
-
|
|
133
|
-
|
|
@@ -171,8 +171,8 @@ enum ScalarType {
|
|
|
171
171
|
message Aggregation {
|
|
172
172
|
message RangeAggregation {
|
|
173
173
|
message RangeBucket {
|
|
174
|
-
google.protobuf.
|
|
175
|
-
google.protobuf.
|
|
174
|
+
google.protobuf.DoubleValue from = 1; // Inclusive lower bound of the range. Required if to is not given.
|
|
175
|
+
google.protobuf.DoubleValue to = 2; // Exclusive upper bound of the range. Required if from is not given.
|
|
176
176
|
}
|
|
177
177
|
repeated RangeBucket buckets = 1;
|
|
178
178
|
}
|
|
@@ -186,15 +186,39 @@ message Aggregation {
|
|
|
186
186
|
DESC = 0;
|
|
187
187
|
ASC = 1;
|
|
188
188
|
}
|
|
189
|
+
|
|
190
|
+
enum MissingValues {
|
|
191
|
+
EXCLUDE = 0;
|
|
192
|
+
INCLUDE = 1;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
message IncludeMissingValuesOptions {
|
|
196
|
+
string add_to_bucket = 1; // can specify custom bucket name. Defaults are [string -> "N/A"], [int -> "0"], [bool -> "false"] ...
|
|
197
|
+
}
|
|
198
|
+
|
|
189
199
|
SortType sort_type = 1;
|
|
190
200
|
SortDirection sort_direction = 2;
|
|
191
201
|
google.protobuf.Int32Value limit = 3; // How many aggregations would you like to return? Can be between 1 and 250. 10 is the default.
|
|
202
|
+
|
|
203
|
+
MissingValues missing_values = 4; // should missing values be included or excluded from the aggregation results. Default is EXCLUDE
|
|
204
|
+
oneof options {
|
|
205
|
+
option (.wix.api.aligned_with_enum).field = "missing_values";
|
|
206
|
+
IncludeMissingValuesOptions include_options = 5; // options for including missing values
|
|
207
|
+
}
|
|
192
208
|
}
|
|
193
209
|
|
|
194
210
|
message ScalarAggregation {
|
|
195
211
|
ScalarType type = 1;
|
|
196
212
|
}
|
|
197
213
|
|
|
214
|
+
message GroupByAggregation {
|
|
215
|
+
google.protobuf.StringValue name = 1;
|
|
216
|
+
string field_path = 3;
|
|
217
|
+
oneof kind {
|
|
218
|
+
ValueAggregation value = 4;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
|
|
198
222
|
google.protobuf.StringValue name = 1;
|
|
199
223
|
AggregationType type = 2;
|
|
200
224
|
string field_path = 3;
|
|
@@ -203,6 +227,7 @@ message Aggregation {
|
|
|
203
227
|
RangeAggregation range = 5;
|
|
204
228
|
ScalarAggregation scalar = 6;
|
|
205
229
|
}
|
|
230
|
+
GroupByAggregation group_by = 7;
|
|
206
231
|
}
|
|
207
232
|
|
|
208
233
|
message AggregationData {
|
|
@@ -217,8 +242,8 @@ message AggregationData {
|
|
|
217
242
|
|
|
218
243
|
message RangeResults {
|
|
219
244
|
message RangeAggregationResult {
|
|
220
|
-
google.protobuf.
|
|
221
|
-
google.protobuf.
|
|
245
|
+
google.protobuf.DoubleValue from = 1;
|
|
246
|
+
google.protobuf.DoubleValue to = 2;
|
|
222
247
|
int32 count = 3;
|
|
223
248
|
}
|
|
224
249
|
repeated RangeAggregationResult results = 1;
|
|
@@ -229,12 +254,34 @@ message AggregationData {
|
|
|
229
254
|
double value = 2;
|
|
230
255
|
}
|
|
231
256
|
|
|
257
|
+
message GroupByValueResults {
|
|
258
|
+
message NestedValueAggregationResult {
|
|
259
|
+
string value = 1;
|
|
260
|
+
NestedAggregationResults nested_results = 2;
|
|
261
|
+
|
|
262
|
+
}
|
|
263
|
+
repeated NestedValueAggregationResult results = 1;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
message NestedAggregationResults {
|
|
267
|
+
string name = 1;
|
|
268
|
+
AggregationType type = 2;
|
|
269
|
+
string field_path = 6;
|
|
270
|
+
oneof result {
|
|
271
|
+
ValueResults values = 3;
|
|
272
|
+
RangeResults ranges = 4;
|
|
273
|
+
ScalarResult scalar = 5;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
|
|
232
277
|
string name = 1;
|
|
233
278
|
AggregationType type = 2;
|
|
279
|
+
string field_path = 6;
|
|
234
280
|
oneof result {
|
|
235
281
|
ValueResults values = 3;
|
|
236
282
|
RangeResults ranges = 4;
|
|
237
283
|
ScalarResult scalar = 5;
|
|
284
|
+
GroupByValueResults grouped_by_value = 7;
|
|
238
285
|
}
|
|
239
286
|
}
|
|
240
287
|
|
|
@@ -414,4 +461,73 @@ message ProductSearchResponse {
|
|
|
414
461
|
},
|
|
415
462
|
products: [...]
|
|
416
463
|
}
|
|
464
|
+
|
|
465
|
+
// example Group By Aggregation Request:
|
|
466
|
+
{
|
|
467
|
+
"filter" : {
|
|
468
|
+
"region" : "EU"
|
|
469
|
+
},
|
|
470
|
+
"aggregations" : [ {
|
|
471
|
+
"name" : "production countries",
|
|
472
|
+
"type" : "VALUE",
|
|
473
|
+
"fieldPath" : "production_countries",
|
|
474
|
+
"value" : {
|
|
475
|
+
"limit" : 5
|
|
476
|
+
},
|
|
477
|
+
"groupBy" : {
|
|
478
|
+
"name" : "production companies",
|
|
479
|
+
"fieldPath" : "production_companies",
|
|
480
|
+
"value" : { }
|
|
481
|
+
}
|
|
482
|
+
} ]
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// example Group By Aggregation Response:
|
|
486
|
+
{
|
|
487
|
+
"aggregations" : {
|
|
488
|
+
"results" : [ {
|
|
489
|
+
"name" : "production companies",
|
|
490
|
+
"type" : "VALUE",
|
|
491
|
+
"fieldPath" : "production_companies",
|
|
492
|
+
"groupedByValue" : {
|
|
493
|
+
"results" : [ {
|
|
494
|
+
"value" : "Warner Bros.",
|
|
495
|
+
"nestedResults" : {
|
|
496
|
+
"name" : "production countries",
|
|
497
|
+
"type" : "VALUE",
|
|
498
|
+
"fieldPath" : "production_countries",
|
|
499
|
+
"values" : {
|
|
500
|
+
"results" : [ {
|
|
501
|
+
"value" : "GB",
|
|
502
|
+
"count" : 221
|
|
503
|
+
}, {
|
|
504
|
+
"value" : "PL",
|
|
505
|
+
"count" : 12
|
|
506
|
+
} ]
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
}, {
|
|
510
|
+
"value" : "Metro-Goldwyn-Mayer (MGM)",
|
|
511
|
+
"nestedResults" : {
|
|
512
|
+
"name" : "production countries",
|
|
513
|
+
"type" : "VALUE",
|
|
514
|
+
"fieldPath" : "production_countries",
|
|
515
|
+
"values" : {
|
|
516
|
+
"results" : [ {
|
|
517
|
+
"value" : "SWE",
|
|
518
|
+
"count" : 24
|
|
519
|
+
}, {
|
|
520
|
+
"value" : "FR",
|
|
521
|
+
"count" : 18
|
|
522
|
+
}, {
|
|
523
|
+
"value" : "LT",
|
|
524
|
+
"count" : 2
|
|
525
|
+
} ]
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
} ]
|
|
529
|
+
}
|
|
530
|
+
} ]
|
|
531
|
+
}
|
|
532
|
+
}
|
|
417
533
|
*/
|