@wix/bex-utils 2.55.0 → 2.56.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/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +46 -1
- 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.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +12 -1
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -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 +46 -1
- 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.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js +12 -1
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +10 -1
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +10 -1
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +10 -1
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +12 -1
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +10 -1
- package/@wix/bi-logger-os-data/src/testkit/common.ts +55 -1
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +10 -1
- package/@wix/bi-logger-os-data/src/types.ts +21 -1
- package/@wix/bi-logger-os-data/src/v2/index.ts +12 -1
- package/package.json +3 -3
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* @property {string} cta - X or "go to dashboard)
|
|
10
10
|
* @property {string} current_page_id - the page_id of the current page
|
|
11
11
|
* @property {string} panel_name - the name of the panel
|
|
12
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
12
13
|
* @return {LogObject<bmOverEditorPanelClickSrc110Evid122Params>} LogObject<bmOverEditorPanelClickSrc110Evid122Params>
|
|
13
14
|
*/
|
|
14
15
|
export function bmOverEditorPanelClickSrc110Evid122(params) {
|
|
@@ -547,6 +548,8 @@ export function cairoCtaClicked(params) {
|
|
|
547
548
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
548
549
|
* @property {string} stageCardCnt - JSON field: each key is the section ID or name, and the value is the number of cards in that section
|
|
549
550
|
* relevant for TableKanbanSwtich
|
|
551
|
+
* @property {string} kanbanId - kanban id. relevant for TableKanbanSwitch
|
|
552
|
+
*
|
|
550
553
|
* @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
|
|
551
554
|
*
|
|
552
555
|
* @return {LogObject<cairoSearchResultsParams>} LogObject<cairoSearchResultsParams>
|
|
@@ -579,6 +582,8 @@ export function cairoSearchResults(params) {
|
|
|
579
582
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
580
583
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
581
584
|
* @property {boolean} preLoadToolbarUsed - will be true if the user used the filter before the component was loaded, false otherwise
|
|
585
|
+
* @property {string} kanbanId - kanban id. relevant for TableKanbanSwitch
|
|
586
|
+
*
|
|
582
587
|
* @property {string} filterType - The type of the filter - Multi Selection, Single Selection, Number Range
|
|
583
588
|
* @property {boolean} isCustomField - true if the field is customized
|
|
584
589
|
* @return {LogObject<cairoFilterToggledParams>} LogObject<cairoFilterToggledParams>
|
|
@@ -1602,7 +1607,7 @@ export function cairoApiRequestDataLoadEnd(params) {
|
|
|
1602
1607
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1603
1608
|
* @property {string} pipelineId - pipeline id. relevant for TableKanbanSwitch
|
|
1604
1609
|
*
|
|
1605
|
-
* @property {string}
|
|
1610
|
+
* @property {string} additionalInfo - Used by any consumer who wants to send specific content
|
|
1606
1611
|
* @property {string} url - The page's url
|
|
1607
1612
|
* @property {string} origin - the origin of the page - collection page or entity page
|
|
1608
1613
|
* @return {LogObject<cairoPageCtaClickedParams>} LogObject<cairoPageCtaClickedParams>
|
|
@@ -23513,6 +23518,8 @@ export function sdkLoaded9000(params) {
|
|
|
23513
23518
|
* @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
|
|
23514
23519
|
* @property {string} internal_route - in case of internal page- in this field we will get the additional part of the route
|
|
23515
23520
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
23521
|
+
* @property {Url} url - url
|
|
23522
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
23516
23523
|
* @property {string} prevRoute - the previous route
|
|
23517
23524
|
* @property {string} displayMode - main / overlay
|
|
23518
23525
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -23550,6 +23557,8 @@ export function gizaPageStartLoading9001(params) {
|
|
|
23550
23557
|
* @property {number} loading_time - loading time from the moment the loader of the page is shown (in milliseconds)
|
|
23551
23558
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
23552
23559
|
*
|
|
23560
|
+
* @property {Url} url - url
|
|
23561
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
23553
23562
|
* @property {string} prevRoute - the previous route
|
|
23554
23563
|
* @property {string} displayMode - main / overlay
|
|
23555
23564
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -23835,6 +23844,8 @@ export function wixInvoicesBannerWhenCreatingInvoiceOrder(params) {
|
|
|
23835
23844
|
* @property {number} loading_time - loading time from event 9001 (page start load) until all the loaders are down (in milliseconds)
|
|
23836
23845
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
23837
23846
|
*
|
|
23847
|
+
* @property {Url} url - url
|
|
23848
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
23838
23849
|
* @property {string} prevRoute - the previous route
|
|
23839
23850
|
* @property {string} displayMode - main / overlay
|
|
23840
23851
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|