@wix/bex-utils 2.34.0 → 2.36.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-items-selection-spi-host-v1-provider/build/cjs/builders.impl.d.ts +40 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/builders.impl.js +561 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.d.ts +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.js +120 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.js +81 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/client/proto-generated.d.ts +7332 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.d.ts +3666 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.js +59840 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/server/proto-generated.d.ts +7328 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.d.ts +23 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.js +73 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.d.ts +363 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.js +56 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.d.ts +40 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.js +507 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.d.ts +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.js +114 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.js +56 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.d.ts +23 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.js +48 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.d.ts +363 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.js +53 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/builders/package.json +7 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/http/package.json +7 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/meta/package.json +7 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/package.json +52 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/rpc/package.json +6 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/additional_data/ecom_catalog_data.proto +20 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/additional_data/inbox_data.proto +17 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/additional_data.proto +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/image.proto +11 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +246 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_spi.proto +145 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/annotations.proto +393 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/entity.proto +122 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/idempotency.proto +25 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/validations.proto +137 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/address.proto +148 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/media.proto +236 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/paging.proto +121 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/query.proto +795 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/spi.proto +85 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/items_selection/spi_host/v1/items_selection_service.proto +136 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/spi/definitions.proto +186 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/types/package.json +7 -0
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/index.js +4 -1
- package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +4 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +101 -5
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +4 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +53 -23
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js +4 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +4 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +101 -5
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +4 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js +35 -6
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/types/index.d.ts +4 -3
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +22 -2
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +22 -2
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +22 -2
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +34 -7
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/index.ts +7 -3
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +25 -2
- package/@wix/bi-logger-os-data/src/testkit/common.ts +119 -6
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +25 -2
- package/@wix/bi-logger-os-data/src/types.ts +42 -4
- package/@wix/bi-logger-os-data/src/v2/index.ts +37 -7
- package/package.json +5 -4
|
@@ -299,6 +299,7 @@ export function pikachuItemCategorySelected(params) {
|
|
|
299
299
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
300
300
|
* @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
|
|
301
301
|
*
|
|
302
|
+
* @property {string} theme - relevant to custom field - inline / card
|
|
302
303
|
* @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
|
|
303
304
|
*
|
|
304
305
|
* @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
|
|
@@ -340,6 +341,7 @@ export function loadStart(params) {
|
|
|
340
341
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
341
342
|
* @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
|
|
342
343
|
*
|
|
344
|
+
* @property {string} theme - relevant to custom field - inline / card
|
|
343
345
|
* @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
|
|
344
346
|
* @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
|
|
345
347
|
*
|
|
@@ -2509,6 +2511,7 @@ export function showErrorSrc176Evid102(params) {
|
|
|
2509
2511
|
* @property {string} is_override_error - Has override errors object
|
|
2510
2512
|
* @property {string} is_override_error_state_function - is_override_error_state_function
|
|
2511
2513
|
* @property {string} error_json - the full error json
|
|
2514
|
+
* @property {string} translated_message - translated_message
|
|
2512
2515
|
* @property {string} error_message - the error message from the json
|
|
2513
2516
|
* @property {string} exception_message - exception message
|
|
2514
2517
|
* @property {string} client_error_code - client error code (browser code)
|
|
@@ -2724,6 +2727,7 @@ export function pingNotificationCreationRequest(params) {
|
|
|
2724
2727
|
* @property {string} target - target
|
|
2725
2728
|
* @property {string} contact_id - contact_id
|
|
2726
2729
|
* @property {string} os_category - os_category
|
|
2730
|
+
* @property {string} groupNotificationId - An ID for a group of similar notifications clustered in feed
|
|
2727
2731
|
* @return {LogObject<pingNotificationSendParams>} LogObject<pingNotificationSendParams>
|
|
2728
2732
|
*/
|
|
2729
2733
|
export function pingNotificationSend(params) {
|
|
@@ -2983,12 +2987,14 @@ export function dashboardDeleteAndRestoreSiteOpenPopup(params) {
|
|
|
2983
2987
|
* @param {pageClassifierSrc5Evid10000Params} params - The parameters for this event
|
|
2984
2988
|
* @property {string} page_id - the page id (the component id of the page)
|
|
2985
2989
|
* @property {string} page_name - the component name of the page
|
|
2986
|
-
* @property {string} app_id - the app id of the app the page belongs to
|
|
2987
2990
|
* @property {string} route - the page's route
|
|
2988
2991
|
* @property {string} uuid - uuid
|
|
2989
2992
|
* @property {string} msid - msid
|
|
2990
2993
|
* @property {number} revision - revision
|
|
2991
2994
|
* @property {string} pageType - entity / collection / settings
|
|
2995
|
+
* @property {number} score - accuracy of the page type
|
|
2996
|
+
* @property {Url} url - url
|
|
2997
|
+
* @property {string} previewUrl - preview
|
|
2992
2998
|
* @return {LogObject<pageClassifierSrc5Evid10000Params>} LogObject<pageClassifierSrc5Evid10000Params>
|
|
2993
2999
|
*/
|
|
2994
3000
|
export function pageClassifierSrc5Evid10000(params) {
|
|
@@ -11963,20 +11969,20 @@ export function clickOnSearchEverywhereInSettingsLobbysSearchSrc5Evid1646(params
|
|
|
11963
11969
|
return { evid: 1646, src: 5, endpoint: '', params };
|
|
11964
11970
|
}
|
|
11965
11971
|
/**
|
|
11966
|
-
* A function to create a log object for the '
|
|
11972
|
+
* A function to create a log object for the 'gizaOverlayPageModalCtaClicked1648' event (evid: 1648)
|
|
11967
11973
|
*
|
|
11968
11974
|
* Event description: When a cta is clicked within in - context experience
|
|
11969
11975
|
*
|
|
11970
|
-
* @param {
|
|
11976
|
+
* @param {gizaOverlayPageModalCtaClicked1648Params} params - The parameters for this event
|
|
11971
11977
|
* @property {string} hosting_platform - accountmanagr/bizmanagr/devcenter/etc.
|
|
11972
11978
|
* @property {string} page_id - the page id
|
|
11973
11979
|
* @property {string} page_name - page name
|
|
11974
11980
|
* @property {string} app_id - the app id of the app the page belongs to
|
|
11975
11981
|
* @property {string} hosting_platform_context_id - context id: when the context is site - msid, when the context is app_id (like in devCenter f.e) - appDefId. In account manager is null
|
|
11976
11982
|
* @property {string} cta - cta name (in english) - exit/ go back
|
|
11977
|
-
* @return {LogObject<
|
|
11983
|
+
* @return {LogObject<gizaOverlayPageModalCtaClicked1648Params>} LogObject<gizaOverlayPageModalCtaClicked1648Params>
|
|
11978
11984
|
*/
|
|
11979
|
-
export function
|
|
11985
|
+
export function gizaOverlayPageModalCtaClicked1648(params) {
|
|
11980
11986
|
return { evid: 1648, src: 5, endpoint: '', params };
|
|
11981
11987
|
}
|
|
11982
11988
|
/**
|
|
@@ -13679,6 +13685,28 @@ export function teamManagementSwitchToStudioLearnMore(params) {
|
|
|
13679
13685
|
export function teamManagementEditRoleUpdateClick(params) {
|
|
13680
13686
|
return { evid: 184, src: 5, endpoint: '', params };
|
|
13681
13687
|
}
|
|
13688
|
+
/**
|
|
13689
|
+
* A function to create a log object for the 'searchToDeleteSrc5Evid1847' event (evid: 1847)
|
|
13690
|
+
*
|
|
13691
|
+
* Event description: Search > To delete
|
|
13692
|
+
*
|
|
13693
|
+
* @param {searchToDeleteSrc5Evid1847Params} params - The parameters for this event
|
|
13694
|
+
* @property {string} query - the users's query search
|
|
13695
|
+
* @property {string} view_type - view_type
|
|
13696
|
+
* @property {string} triggred_from - search/show_all
|
|
13697
|
+
* @property {string} sub_view - page in app
|
|
13698
|
+
* @property {string} results - send all results who return on time in the following way -> section: number of results: time to load
|
|
13699
|
+
* @property {string} origin - settings lobby / bizmgr
|
|
13700
|
+
* @property {string} seen_results - send only results who were seen in search -> section: number of results: time to load
|
|
13701
|
+
* @property {string} platform - platform
|
|
13702
|
+
* @property {string} view - requested view
|
|
13703
|
+
* @property {string} hosting_platform_context_id - context id: when the context is site - msid, when the context is app_id (like in devCenter f.e) - appDefId. In account manager is null
|
|
13704
|
+
* @property {boolean} isFromSettingsSearch - Boolean field: true if the query was initially written in the settings search and the user then clicked on 'Search Everywhere.'
|
|
13705
|
+
* @return {LogObject<searchToDeleteSrc5Evid1847Params>} LogObject<searchToDeleteSrc5Evid1847Params>
|
|
13706
|
+
*/
|
|
13707
|
+
export function searchToDeleteSrc5Evid1847(params) {
|
|
13708
|
+
return { evid: 1847, src: 5, endpoint: '', params };
|
|
13709
|
+
}
|
|
13682
13710
|
/**
|
|
13683
13711
|
* A function to create a log object for the 'teamManagementResendInviteClick' event (evid: 185)
|
|
13684
13712
|
*
|
|
@@ -14884,7 +14912,8 @@ export function notificationsEnableToTurnOnOffAllSiteNotificationsExperts(params
|
|
|
14884
14912
|
* @property {string} group - preference guid(extension_id)
|
|
14885
14913
|
* @property {GUID} contactId - contact id
|
|
14886
14914
|
* @property {string} notificationName - The specifc notification that is toggled(on/off).
|
|
14887
|
-
* @property {string} targetEntity - The entity that the preferences is changed for.(e.g. owner/member/contact)
|
|
14915
|
+
* @property {string} targetEntity - The entity that the preferences is changed for.(e.g. owner/member/contact/msid)
|
|
14916
|
+
* @property {string} targetMsid - if targetEntity = 'msid', msid.
|
|
14888
14917
|
* @return {LogObject<notificationsEnableToTurnOnOffNotificationsPerChannelParams>} LogObject<notificationsEnableToTurnOnOffNotificationsPerChannelParams>
|
|
14889
14918
|
*/
|
|
14890
14919
|
export function notificationsEnableToTurnOnOffNotificationsPerChannel(params) {
|