@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
|
@@ -40,6 +40,7 @@ exports.dummyNameSrc96Evid12200 = exports.dummyNameSrc96Evid11900 = exports.dcAp
|
|
|
40
40
|
* @property {string} cta - X or "go to dashboard)
|
|
41
41
|
* @property {string} current_page_id - the page_id of the current page
|
|
42
42
|
* @property {string} panel_name - the name of the panel
|
|
43
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
43
44
|
* @return {LogObject<bmOverEditorPanelClickSrc110Evid122Params>} LogObject<bmOverEditorPanelClickSrc110Evid122Params>
|
|
44
45
|
*/
|
|
45
46
|
function bmOverEditorPanelClickSrc110Evid122(params) {
|
|
@@ -595,6 +596,8 @@ exports.cairoCtaClicked = cairoCtaClicked;
|
|
|
595
596
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
596
597
|
* @property {string} stageCardCnt - JSON field: each key is the section ID or name, and the value is the number of cards in that section
|
|
597
598
|
* relevant for TableKanbanSwtich
|
|
599
|
+
* @property {string} kanbanId - kanban id. relevant for TableKanbanSwitch
|
|
600
|
+
*
|
|
598
601
|
* @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
|
|
599
602
|
*
|
|
600
603
|
* @return {LogObject<cairoSearchResultsParams>} LogObject<cairoSearchResultsParams>
|
|
@@ -628,6 +631,8 @@ exports.cairoSearchResults = cairoSearchResults;
|
|
|
628
631
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
629
632
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
630
633
|
* @property {boolean} preLoadToolbarUsed - will be true if the user used the filter before the component was loaded, false otherwise
|
|
634
|
+
* @property {string} kanbanId - kanban id. relevant for TableKanbanSwitch
|
|
635
|
+
*
|
|
631
636
|
* @property {string} filterType - The type of the filter - Multi Selection, Single Selection, Number Range
|
|
632
637
|
* @property {boolean} isCustomField - true if the field is customized
|
|
633
638
|
* @return {LogObject<cairoFilterToggledParams>} LogObject<cairoFilterToggledParams>
|
|
@@ -1685,7 +1690,7 @@ exports.cairoApiRequestDataLoadEnd = cairoApiRequestDataLoadEnd;
|
|
|
1685
1690
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1686
1691
|
* @property {string} pipelineId - pipeline id. relevant for TableKanbanSwitch
|
|
1687
1692
|
*
|
|
1688
|
-
* @property {string}
|
|
1693
|
+
* @property {string} additionalInfo - Used by any consumer who wants to send specific content
|
|
1689
1694
|
* @property {string} url - The page's url
|
|
1690
1695
|
* @property {string} origin - the origin of the page - collection page or entity page
|
|
1691
1696
|
* @return {LogObject<cairoPageCtaClickedParams>} LogObject<cairoPageCtaClickedParams>
|
|
@@ -24847,6 +24852,8 @@ exports.sdkLoaded9000 = sdkLoaded9000;
|
|
|
24847
24852
|
* @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
|
|
24848
24853
|
* @property {string} internal_route - in case of internal page- in this field we will get the additional part of the route
|
|
24849
24854
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
24855
|
+
* @property {Url} url - url
|
|
24856
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
24850
24857
|
* @property {string} prevRoute - the previous route
|
|
24851
24858
|
* @property {string} displayMode - main / overlay
|
|
24852
24859
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -24885,6 +24892,8 @@ exports.gizaPageStartLoading9001 = gizaPageStartLoading9001;
|
|
|
24885
24892
|
* @property {number} loading_time - loading time from the moment the loader of the page is shown (in milliseconds)
|
|
24886
24893
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
24887
24894
|
*
|
|
24895
|
+
* @property {Url} url - url
|
|
24896
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
24888
24897
|
* @property {string} prevRoute - the previous route
|
|
24889
24898
|
* @property {string} displayMode - main / overlay
|
|
24890
24899
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -25186,6 +25195,8 @@ exports.wixInvoicesBannerWhenCreatingInvoiceOrder = wixInvoicesBannerWhenCreatin
|
|
|
25186
25195
|
* @property {number} loading_time - loading time from event 9001 (page start load) until all the loaders are down (in milliseconds)
|
|
25187
25196
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
25188
25197
|
*
|
|
25198
|
+
* @property {Url} url - url
|
|
25199
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
25189
25200
|
* @property {string} prevRoute - the previous route
|
|
25190
25201
|
* @property {string} displayMode - main / overlay
|
|
25191
25202
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|