@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
|
@@ -25,6 +25,7 @@ export declare class BiTestkit {
|
|
|
25
25
|
cta: string;
|
|
26
26
|
current_page_id: string;
|
|
27
27
|
panel_name: string;
|
|
28
|
+
builderType: string;
|
|
28
29
|
}>;
|
|
29
30
|
get wixPatternsSummaryBarIsShownSrc144Evid1(): EventsFilter<{
|
|
30
31
|
artifactId: string;
|
|
@@ -397,6 +398,7 @@ export declare class BiTestkit {
|
|
|
397
398
|
appId: string;
|
|
398
399
|
product: string;
|
|
399
400
|
stageCardCnt: string;
|
|
401
|
+
kanbanId: string;
|
|
400
402
|
hostingPlatformContextId: string;
|
|
401
403
|
}>;
|
|
402
404
|
get cairoFilterToggled(): EventsFilter<{
|
|
@@ -419,6 +421,7 @@ export declare class BiTestkit {
|
|
|
419
421
|
filteredListSize: number;
|
|
420
422
|
product: string;
|
|
421
423
|
preLoadToolbarUsed: boolean;
|
|
424
|
+
kanbanId: string;
|
|
422
425
|
filterType: string;
|
|
423
426
|
isCustomField: boolean;
|
|
424
427
|
}>;
|
|
@@ -1131,7 +1134,7 @@ export declare class BiTestkit {
|
|
|
1131
1134
|
appId: string;
|
|
1132
1135
|
product: string;
|
|
1133
1136
|
pipelineId: string;
|
|
1134
|
-
|
|
1137
|
+
additionalInfo: string;
|
|
1135
1138
|
url: string;
|
|
1136
1139
|
origin: string;
|
|
1137
1140
|
}>;
|
|
@@ -11701,6 +11704,8 @@ export declare class BiTestkit {
|
|
|
11701
11704
|
hosting_platform_context_id: string;
|
|
11702
11705
|
internal_route: string;
|
|
11703
11706
|
firstFromIframe: boolean;
|
|
11707
|
+
url: Url;
|
|
11708
|
+
builderType: string;
|
|
11704
11709
|
prevRoute: string;
|
|
11705
11710
|
displayMode: string;
|
|
11706
11711
|
prevDisplayMode: string;
|
|
@@ -11728,6 +11733,8 @@ export declare class BiTestkit {
|
|
|
11728
11733
|
loading_time_from_first_feedback: number;
|
|
11729
11734
|
loading_time: number;
|
|
11730
11735
|
firstFromIframe: boolean;
|
|
11736
|
+
url: Url;
|
|
11737
|
+
builderType: string;
|
|
11731
11738
|
prevRoute: string;
|
|
11732
11739
|
displayMode: string;
|
|
11733
11740
|
prevDisplayMode: string;
|
|
@@ -11866,6 +11873,8 @@ export declare class BiTestkit {
|
|
|
11866
11873
|
internal_route: string;
|
|
11867
11874
|
loading_time: number;
|
|
11868
11875
|
firstFromIframe: boolean;
|
|
11876
|
+
url: Url;
|
|
11877
|
+
builderType: string;
|
|
11869
11878
|
prevRoute: string;
|
|
11870
11879
|
displayMode: string;
|
|
11871
11880
|
prevDisplayMode: string;
|
|
@@ -28,6 +28,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
28
28
|
cta: string;
|
|
29
29
|
current_page_id: string;
|
|
30
30
|
panel_name: string;
|
|
31
|
+
builderType: string;
|
|
31
32
|
}>;
|
|
32
33
|
get wixPatternsSummaryBarIsShownSrc144Evid1(): EventsFilter<{
|
|
33
34
|
artifactId: string;
|
|
@@ -400,6 +401,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
400
401
|
appId: string;
|
|
401
402
|
product: string;
|
|
402
403
|
stageCardCnt: string;
|
|
404
|
+
kanbanId: string;
|
|
403
405
|
hostingPlatformContextId: string;
|
|
404
406
|
}>;
|
|
405
407
|
get cairoFilterToggled(): EventsFilter<{
|
|
@@ -422,6 +424,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
422
424
|
filteredListSize: number;
|
|
423
425
|
product: string;
|
|
424
426
|
preLoadToolbarUsed: boolean;
|
|
427
|
+
kanbanId: string;
|
|
425
428
|
filterType: string;
|
|
426
429
|
isCustomField: boolean;
|
|
427
430
|
}>;
|
|
@@ -1134,7 +1137,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1134
1137
|
appId: string;
|
|
1135
1138
|
product: string;
|
|
1136
1139
|
pipelineId: string;
|
|
1137
|
-
|
|
1140
|
+
additionalInfo: string;
|
|
1138
1141
|
url: string;
|
|
1139
1142
|
origin: string;
|
|
1140
1143
|
}>;
|
|
@@ -11704,6 +11707,8 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
11704
11707
|
hosting_platform_context_id: string;
|
|
11705
11708
|
internal_route: string;
|
|
11706
11709
|
firstFromIframe: boolean;
|
|
11710
|
+
url: Url;
|
|
11711
|
+
builderType: string;
|
|
11707
11712
|
prevRoute: string;
|
|
11708
11713
|
displayMode: string;
|
|
11709
11714
|
prevDisplayMode: string;
|
|
@@ -11731,6 +11736,8 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
11731
11736
|
loading_time_from_first_feedback: number;
|
|
11732
11737
|
loading_time: number;
|
|
11733
11738
|
firstFromIframe: boolean;
|
|
11739
|
+
url: Url;
|
|
11740
|
+
builderType: string;
|
|
11734
11741
|
prevRoute: string;
|
|
11735
11742
|
displayMode: string;
|
|
11736
11743
|
prevDisplayMode: string;
|
|
@@ -11869,6 +11876,8 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
11869
11876
|
internal_route: string;
|
|
11870
11877
|
loading_time: number;
|
|
11871
11878
|
firstFromIframe: boolean;
|
|
11879
|
+
url: Url;
|
|
11880
|
+
builderType: string;
|
|
11872
11881
|
prevRoute: string;
|
|
11873
11882
|
displayMode: string;
|
|
11874
11883
|
prevDisplayMode: string;
|
|
@@ -25,6 +25,7 @@ export type bmOverEditorPanelClickSrc110Evid122Params = {
|
|
|
25
25
|
cta?: string;
|
|
26
26
|
current_page_id?: string;
|
|
27
27
|
panel_name?: string;
|
|
28
|
+
builderType?: string;
|
|
28
29
|
};
|
|
29
30
|
export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
|
|
30
31
|
artifactId?: string;
|
|
@@ -397,6 +398,7 @@ export type cairoSearchResultsParams = {
|
|
|
397
398
|
appId?: string;
|
|
398
399
|
product?: string;
|
|
399
400
|
stageCardCnt?: string;
|
|
401
|
+
kanbanId?: string;
|
|
400
402
|
hostingPlatformContextId?: string;
|
|
401
403
|
};
|
|
402
404
|
export type cairoFilterToggledParams = {
|
|
@@ -419,6 +421,7 @@ export type cairoFilterToggledParams = {
|
|
|
419
421
|
filteredListSize?: number;
|
|
420
422
|
product?: string;
|
|
421
423
|
preLoadToolbarUsed?: boolean;
|
|
424
|
+
kanbanId?: string;
|
|
422
425
|
filterType?: string;
|
|
423
426
|
isCustomField?: boolean;
|
|
424
427
|
};
|
|
@@ -1131,7 +1134,7 @@ export type cairoPageCtaClickedParams = {
|
|
|
1131
1134
|
appId?: string;
|
|
1132
1135
|
product?: string;
|
|
1133
1136
|
pipelineId?: string;
|
|
1134
|
-
|
|
1137
|
+
additionalInfo?: string;
|
|
1135
1138
|
url?: string;
|
|
1136
1139
|
origin?: string;
|
|
1137
1140
|
};
|
|
@@ -11701,6 +11704,8 @@ export type gizaPageStartLoading9001Params = {
|
|
|
11701
11704
|
hosting_platform_context_id?: string;
|
|
11702
11705
|
internal_route?: string;
|
|
11703
11706
|
firstFromIframe?: boolean;
|
|
11707
|
+
url?: Url;
|
|
11708
|
+
builderType?: string;
|
|
11704
11709
|
prevRoute?: string;
|
|
11705
11710
|
displayMode?: string;
|
|
11706
11711
|
prevDisplayMode?: string;
|
|
@@ -11728,6 +11733,8 @@ export type gizaPageFinishLoading9002Params = {
|
|
|
11728
11733
|
loading_time_from_first_feedback?: number;
|
|
11729
11734
|
loading_time?: number;
|
|
11730
11735
|
firstFromIframe?: boolean;
|
|
11736
|
+
url?: Url;
|
|
11737
|
+
builderType?: string;
|
|
11731
11738
|
prevRoute?: string;
|
|
11732
11739
|
displayMode?: string;
|
|
11733
11740
|
prevDisplayMode?: string;
|
|
@@ -11866,6 +11873,8 @@ export type allPageLoadersAreDown9029Params = {
|
|
|
11866
11873
|
internal_route?: string;
|
|
11867
11874
|
loading_time?: number;
|
|
11868
11875
|
firstFromIframe?: boolean;
|
|
11876
|
+
url?: Url;
|
|
11877
|
+
builderType?: string;
|
|
11869
11878
|
prevRoute?: string;
|
|
11870
11879
|
displayMode?: string;
|
|
11871
11880
|
prevDisplayMode?: string;
|
|
@@ -10,6 +10,7 @@ import { LogObject, accountDialogClickItemParams, accountManagerClickOnBackInSid
|
|
|
10
10
|
* @property {string} cta - X or "go to dashboard)
|
|
11
11
|
* @property {string} current_page_id - the page_id of the current page
|
|
12
12
|
* @property {string} panel_name - the name of the panel
|
|
13
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
13
14
|
* @return {LogObject<bmOverEditorPanelClickSrc110Evid122Params>} LogObject<bmOverEditorPanelClickSrc110Evid122Params>
|
|
14
15
|
*/
|
|
15
16
|
export declare function bmOverEditorPanelClickSrc110Evid122(params: bmOverEditorPanelClickSrc110Evid122Params): LogObject<bmOverEditorPanelClickSrc110Evid122Params>;
|
|
@@ -514,6 +515,8 @@ export declare function cairoCtaClicked(params: cairoCtaClickedParams): LogObjec
|
|
|
514
515
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
515
516
|
* @property {string} stageCardCnt - JSON field: each key is the section ID or name, and the value is the number of cards in that section
|
|
516
517
|
* relevant for TableKanbanSwtich
|
|
518
|
+
* @property {string} kanbanId - kanban id. relevant for TableKanbanSwitch
|
|
519
|
+
*
|
|
517
520
|
* @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
|
|
518
521
|
*
|
|
519
522
|
* @return {LogObject<cairoSearchResultsParams>} LogObject<cairoSearchResultsParams>
|
|
@@ -544,6 +547,8 @@ export declare function cairoSearchResults(params: cairoSearchResultsParams): Lo
|
|
|
544
547
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
545
548
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
546
549
|
* @property {boolean} preLoadToolbarUsed - will be true if the user used the filter before the component was loaded, false otherwise
|
|
550
|
+
* @property {string} kanbanId - kanban id. relevant for TableKanbanSwitch
|
|
551
|
+
*
|
|
547
552
|
* @property {string} filterType - The type of the filter - Multi Selection, Single Selection, Number Range
|
|
548
553
|
* @property {boolean} isCustomField - true if the field is customized
|
|
549
554
|
* @return {LogObject<cairoFilterToggledParams>} LogObject<cairoFilterToggledParams>
|
|
@@ -1499,7 +1504,7 @@ export declare function cairoApiRequestDataLoadEnd(params: cairoApiRequestDataLo
|
|
|
1499
1504
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1500
1505
|
* @property {string} pipelineId - pipeline id. relevant for TableKanbanSwitch
|
|
1501
1506
|
*
|
|
1502
|
-
* @property {string}
|
|
1507
|
+
* @property {string} additionalInfo - Used by any consumer who wants to send specific content
|
|
1503
1508
|
* @property {string} url - The page's url
|
|
1504
1509
|
* @property {string} origin - the origin of the page - collection page or entity page
|
|
1505
1510
|
* @return {LogObject<cairoPageCtaClickedParams>} LogObject<cairoPageCtaClickedParams>
|
|
@@ -20908,6 +20913,8 @@ export declare function sdkLoaded9000(params: sdkLoaded9000Params): LogObject<sd
|
|
|
20908
20913
|
* @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
|
|
20909
20914
|
* @property {string} internal_route - in case of internal page- in this field we will get the additional part of the route
|
|
20910
20915
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
20916
|
+
* @property {Url} url - url
|
|
20917
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
20911
20918
|
* @property {string} prevRoute - the previous route
|
|
20912
20919
|
* @property {string} displayMode - main / overlay
|
|
20913
20920
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -20943,6 +20950,8 @@ export declare function gizaPageStartLoading9001(params: gizaPageStartLoading900
|
|
|
20943
20950
|
* @property {number} loading_time - loading time from the moment the loader of the page is shown (in milliseconds)
|
|
20944
20951
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
20945
20952
|
*
|
|
20953
|
+
* @property {Url} url - url
|
|
20954
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
20946
20955
|
* @property {string} prevRoute - the previous route
|
|
20947
20956
|
* @property {string} displayMode - main / overlay
|
|
20948
20957
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -21196,6 +21205,8 @@ export declare function wixInvoicesBannerWhenCreatingInvoiceOrder(params: wixInv
|
|
|
21196
21205
|
* @property {number} loading_time - loading time from event 9001 (page start load) until all the loaders are down (in milliseconds)
|
|
21197
21206
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
21198
21207
|
*
|
|
21208
|
+
* @property {Url} url - url
|
|
21209
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
21199
21210
|
* @property {string} prevRoute - the previous route
|
|
21200
21211
|
* @property {string} displayMode - main / overlay
|
|
21201
21212
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bi-logger-os-data",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.278.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "schema-logger-generator",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"artifactId": "bi-logger-os-data"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"falconPackageHash": "
|
|
44
|
+
"falconPackageHash": "feeb08b4a2b7ac3a99e910fe4890793e30057ee3153d80fbb478b2ba",
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
47
47
|
"url": "https://github.com/wix-private/bi-schema-loggers.git",
|
|
@@ -57,6 +57,7 @@ export class BiTestkit {
|
|
|
57
57
|
cta: string;
|
|
58
58
|
current_page_id: string;
|
|
59
59
|
panel_name: string;
|
|
60
|
+
builderType: string;
|
|
60
61
|
}>(this.util.getRawEvents, 110, 122, this.validate);
|
|
61
62
|
}
|
|
62
63
|
|
|
@@ -480,6 +481,7 @@ export class BiTestkit {
|
|
|
480
481
|
appId: string;
|
|
481
482
|
product: string;
|
|
482
483
|
stageCardCnt: string;
|
|
484
|
+
kanbanId: string;
|
|
483
485
|
hostingPlatformContextId: string;
|
|
484
486
|
}>(this.util.getRawEvents, 144, 116, this.validate);
|
|
485
487
|
}
|
|
@@ -505,6 +507,7 @@ export class BiTestkit {
|
|
|
505
507
|
filteredListSize: number;
|
|
506
508
|
product: string;
|
|
507
509
|
preLoadToolbarUsed: boolean;
|
|
510
|
+
kanbanId: string;
|
|
508
511
|
filterType: string;
|
|
509
512
|
isCustomField: boolean;
|
|
510
513
|
}>(this.util.getRawEvents, 144, 117, this.validate);
|
|
@@ -1319,7 +1322,7 @@ export class BiTestkit {
|
|
|
1319
1322
|
appId: string;
|
|
1320
1323
|
product: string;
|
|
1321
1324
|
pipelineId: string;
|
|
1322
|
-
|
|
1325
|
+
additionalInfo: string;
|
|
1323
1326
|
url: string;
|
|
1324
1327
|
origin: string;
|
|
1325
1328
|
}>(this.util.getRawEvents, 144, 150, this.validate);
|
|
@@ -15602,6 +15605,8 @@ export class BiTestkit {
|
|
|
15602
15605
|
hosting_platform_context_id: string;
|
|
15603
15606
|
internal_route: string;
|
|
15604
15607
|
firstFromIframe: boolean;
|
|
15608
|
+
url: Url;
|
|
15609
|
+
builderType: string;
|
|
15605
15610
|
prevRoute: string;
|
|
15606
15611
|
displayMode: string;
|
|
15607
15612
|
prevDisplayMode: string;
|
|
@@ -15632,6 +15637,8 @@ export class BiTestkit {
|
|
|
15632
15637
|
loading_time_from_first_feedback: number;
|
|
15633
15638
|
loading_time: number;
|
|
15634
15639
|
firstFromIframe: boolean;
|
|
15640
|
+
url: Url;
|
|
15641
|
+
builderType: string;
|
|
15635
15642
|
prevRoute: string;
|
|
15636
15643
|
displayMode: string;
|
|
15637
15644
|
prevDisplayMode: string;
|
|
@@ -15818,6 +15825,8 @@ export class BiTestkit {
|
|
|
15818
15825
|
internal_route: string;
|
|
15819
15826
|
loading_time: number;
|
|
15820
15827
|
firstFromIframe: boolean;
|
|
15828
|
+
url: Url;
|
|
15829
|
+
builderType: string;
|
|
15821
15830
|
prevRoute: string;
|
|
15822
15831
|
displayMode: string;
|
|
15823
15832
|
prevDisplayMode: string;
|
|
@@ -50178,6 +50178,18 @@ const schemaObj: SchemaObj = [
|
|
|
50178
50178
|
"mandatory": false
|
|
50179
50179
|
}
|
|
50180
50180
|
,
|
|
50181
|
+
{
|
|
50182
|
+
"inputName": "url",
|
|
50183
|
+
"type": "URL",
|
|
50184
|
+
"mandatory": false
|
|
50185
|
+
}
|
|
50186
|
+
,
|
|
50187
|
+
{
|
|
50188
|
+
"inputName": "builderType",
|
|
50189
|
+
"type": "STRING",
|
|
50190
|
+
"mandatory": false
|
|
50191
|
+
}
|
|
50192
|
+
,
|
|
50181
50193
|
{
|
|
50182
50194
|
"inputName": "prevRoute",
|
|
50183
50195
|
"type": "STRING",
|
|
@@ -50333,6 +50345,18 @@ const schemaObj: SchemaObj = [
|
|
|
50333
50345
|
"mandatory": false
|
|
50334
50346
|
}
|
|
50335
50347
|
,
|
|
50348
|
+
{
|
|
50349
|
+
"inputName": "url",
|
|
50350
|
+
"type": "URL",
|
|
50351
|
+
"mandatory": false
|
|
50352
|
+
}
|
|
50353
|
+
,
|
|
50354
|
+
{
|
|
50355
|
+
"inputName": "builderType",
|
|
50356
|
+
"type": "STRING",
|
|
50357
|
+
"mandatory": false
|
|
50358
|
+
}
|
|
50359
|
+
,
|
|
50336
50360
|
{
|
|
50337
50361
|
"inputName": "prevRoute",
|
|
50338
50362
|
"type": "STRING",
|
|
@@ -51049,6 +51073,18 @@ const schemaObj: SchemaObj = [
|
|
|
51049
51073
|
"mandatory": false
|
|
51050
51074
|
}
|
|
51051
51075
|
,
|
|
51076
|
+
{
|
|
51077
|
+
"inputName": "url",
|
|
51078
|
+
"type": "URL",
|
|
51079
|
+
"mandatory": false
|
|
51080
|
+
}
|
|
51081
|
+
,
|
|
51082
|
+
{
|
|
51083
|
+
"inputName": "builderType",
|
|
51084
|
+
"type": "STRING",
|
|
51085
|
+
"mandatory": false
|
|
51086
|
+
}
|
|
51087
|
+
,
|
|
51052
51088
|
{
|
|
51053
51089
|
"inputName": "prevRoute",
|
|
51054
51090
|
"type": "STRING",
|
|
@@ -57939,6 +57975,12 @@ const schemaObj: SchemaObj = [
|
|
|
57939
57975
|
"type": "STRING",
|
|
57940
57976
|
"mandatory": false
|
|
57941
57977
|
}
|
|
57978
|
+
,
|
|
57979
|
+
{
|
|
57980
|
+
"inputName": "builderType",
|
|
57981
|
+
"type": "STRING",
|
|
57982
|
+
"mandatory": false
|
|
57983
|
+
}
|
|
57942
57984
|
]
|
|
57943
57985
|
} as BiEventSchema
|
|
57944
57986
|
]
|
|
@@ -60058,6 +60100,12 @@ const schemaObj: SchemaObj = [
|
|
|
60058
60100
|
"mandatory": false
|
|
60059
60101
|
}
|
|
60060
60102
|
,
|
|
60103
|
+
{
|
|
60104
|
+
"inputName": "kanbanId",
|
|
60105
|
+
"type": "STRING",
|
|
60106
|
+
"mandatory": false
|
|
60107
|
+
}
|
|
60108
|
+
,
|
|
60061
60109
|
{
|
|
60062
60110
|
"inputName": "hostingPlatformContextId",
|
|
60063
60111
|
"type": "STRING",
|
|
@@ -60183,6 +60231,12 @@ const schemaObj: SchemaObj = [
|
|
|
60183
60231
|
"mandatory": false
|
|
60184
60232
|
}
|
|
60185
60233
|
,
|
|
60234
|
+
{
|
|
60235
|
+
"inputName": "kanbanId",
|
|
60236
|
+
"type": "STRING",
|
|
60237
|
+
"mandatory": false
|
|
60238
|
+
}
|
|
60239
|
+
,
|
|
60186
60240
|
{
|
|
60187
60241
|
"inputName": "filterType",
|
|
60188
60242
|
"type": "STRING",
|
|
@@ -64218,7 +64272,7 @@ const schemaObj: SchemaObj = [
|
|
|
64218
64272
|
}
|
|
64219
64273
|
,
|
|
64220
64274
|
{
|
|
64221
|
-
"inputName": "
|
|
64275
|
+
"inputName": "additionalInfo",
|
|
64222
64276
|
"type": "STRING",
|
|
64223
64277
|
"mandatory": false
|
|
64224
64278
|
}
|
|
@@ -67,6 +67,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
67
67
|
cta: string;
|
|
68
68
|
current_page_id: string;
|
|
69
69
|
panel_name: string;
|
|
70
|
+
builderType: string;
|
|
70
71
|
}>(this.util.getRawEvents, 110, 122, this.validate);
|
|
71
72
|
}
|
|
72
73
|
|
|
@@ -490,6 +491,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
490
491
|
appId: string;
|
|
491
492
|
product: string;
|
|
492
493
|
stageCardCnt: string;
|
|
494
|
+
kanbanId: string;
|
|
493
495
|
hostingPlatformContextId: string;
|
|
494
496
|
}>(this.util.getRawEvents, 144, 116, this.validate);
|
|
495
497
|
}
|
|
@@ -515,6 +517,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
515
517
|
filteredListSize: number;
|
|
516
518
|
product: string;
|
|
517
519
|
preLoadToolbarUsed: boolean;
|
|
520
|
+
kanbanId: string;
|
|
518
521
|
filterType: string;
|
|
519
522
|
isCustomField: boolean;
|
|
520
523
|
}>(this.util.getRawEvents, 144, 117, this.validate);
|
|
@@ -1329,7 +1332,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1329
1332
|
appId: string;
|
|
1330
1333
|
product: string;
|
|
1331
1334
|
pipelineId: string;
|
|
1332
|
-
|
|
1335
|
+
additionalInfo: string;
|
|
1333
1336
|
url: string;
|
|
1334
1337
|
origin: string;
|
|
1335
1338
|
}>(this.util.getRawEvents, 144, 150, this.validate);
|
|
@@ -15612,6 +15615,8 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
15612
15615
|
hosting_platform_context_id: string;
|
|
15613
15616
|
internal_route: string;
|
|
15614
15617
|
firstFromIframe: boolean;
|
|
15618
|
+
url: Url;
|
|
15619
|
+
builderType: string;
|
|
15615
15620
|
prevRoute: string;
|
|
15616
15621
|
displayMode: string;
|
|
15617
15622
|
prevDisplayMode: string;
|
|
@@ -15642,6 +15647,8 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
15642
15647
|
loading_time_from_first_feedback: number;
|
|
15643
15648
|
loading_time: number;
|
|
15644
15649
|
firstFromIframe: boolean;
|
|
15650
|
+
url: Url;
|
|
15651
|
+
builderType: string;
|
|
15645
15652
|
prevRoute: string;
|
|
15646
15653
|
displayMode: string;
|
|
15647
15654
|
prevDisplayMode: string;
|
|
@@ -15828,6 +15835,8 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
15828
15835
|
internal_route: string;
|
|
15829
15836
|
loading_time: number;
|
|
15830
15837
|
firstFromIframe: boolean;
|
|
15838
|
+
url: Url;
|
|
15839
|
+
builderType: string;
|
|
15831
15840
|
prevRoute: string;
|
|
15832
15841
|
displayMode: string;
|
|
15833
15842
|
prevDisplayMode: string;
|
|
@@ -32,6 +32,8 @@ export type bmOverEditorPanelClickSrc110Evid122Params = {
|
|
|
32
32
|
current_page_id?: string;
|
|
33
33
|
// the name of the panel
|
|
34
34
|
panel_name?: string;
|
|
35
|
+
// builder type - relevant for BM over editor
|
|
36
|
+
builderType?: string;
|
|
35
37
|
};
|
|
36
38
|
export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
|
|
37
39
|
// Artifact that owns the component
|
|
@@ -754,6 +756,9 @@ export type cairoSearchResultsParams = {
|
|
|
754
756
|
// JSON field: each key is the section ID or name, and the value is the number of cards in that section
|
|
755
757
|
// relevant for TableKanbanSwtich
|
|
756
758
|
stageCardCnt?: string;
|
|
759
|
+
// kanban id. relevant for TableKanbanSwitch
|
|
760
|
+
//
|
|
761
|
+
kanbanId?: string;
|
|
757
762
|
// the id of the context entity that the user view or edit (app/account/site)
|
|
758
763
|
//
|
|
759
764
|
hostingPlatformContextId?: string;
|
|
@@ -797,6 +802,9 @@ export type cairoFilterToggledParams = {
|
|
|
797
802
|
product?: string;
|
|
798
803
|
// will be true if the user used the filter before the component was loaded, false otherwise
|
|
799
804
|
preLoadToolbarUsed?: boolean;
|
|
805
|
+
// kanban id. relevant for TableKanbanSwitch
|
|
806
|
+
//
|
|
807
|
+
kanbanId?: string;
|
|
800
808
|
// The type of the filter - Multi Selection, Single Selection, Number Range
|
|
801
809
|
filterType?: string;
|
|
802
810
|
// true if the field is customized
|
|
@@ -2159,7 +2167,7 @@ export type cairoPageCtaClickedParams = {
|
|
|
2159
2167
|
//
|
|
2160
2168
|
pipelineId?: string;
|
|
2161
2169
|
// Used by any consumer who wants to send specific content
|
|
2162
|
-
|
|
2170
|
+
additionalInfo?: string;
|
|
2163
2171
|
// The page's url
|
|
2164
2172
|
url?: string;
|
|
2165
2173
|
// the origin of the page - collection page or entity page
|
|
@@ -20849,6 +20857,10 @@ export type gizaPageStartLoading9001Params = {
|
|
|
20849
20857
|
internal_route?: string;
|
|
20850
20858
|
// currently relevant for BM over editor
|
|
20851
20859
|
firstFromIframe?: boolean;
|
|
20860
|
+
// url
|
|
20861
|
+
url?: Url;
|
|
20862
|
+
// builder type - relevant for BM over editor
|
|
20863
|
+
builderType?: string;
|
|
20852
20864
|
// the previous route
|
|
20853
20865
|
prevRoute?: string;
|
|
20854
20866
|
// main / overlay
|
|
@@ -20902,6 +20914,10 @@ export type gizaPageFinishLoading9002Params = {
|
|
|
20902
20914
|
// currently relevant for BM over editor
|
|
20903
20915
|
//
|
|
20904
20916
|
firstFromIframe?: boolean;
|
|
20917
|
+
// url
|
|
20918
|
+
url?: Url;
|
|
20919
|
+
// builder type - relevant for BM over editor
|
|
20920
|
+
builderType?: string;
|
|
20905
20921
|
// the previous route
|
|
20906
20922
|
prevRoute?: string;
|
|
20907
20923
|
// main / overlay
|
|
@@ -21148,6 +21164,10 @@ export type allPageLoadersAreDown9029Params = {
|
|
|
21148
21164
|
// currently relevant for BM over editor
|
|
21149
21165
|
//
|
|
21150
21166
|
firstFromIframe?: boolean;
|
|
21167
|
+
// url
|
|
21168
|
+
url?: Url;
|
|
21169
|
+
// builder type - relevant for BM over editor
|
|
21170
|
+
builderType?: string;
|
|
21151
21171
|
// the previous route
|
|
21152
21172
|
prevRoute?: string;
|
|
21153
21173
|
// main / overlay
|
|
@@ -11,6 +11,7 @@ import { LogObject, accountDialogClickItemParams, accountManagerClickOnBackInSid
|
|
|
11
11
|
* @property {string} cta - X or "go to dashboard)
|
|
12
12
|
* @property {string} current_page_id - the page_id of the current page
|
|
13
13
|
* @property {string} panel_name - the name of the panel
|
|
14
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
14
15
|
* @return {LogObject<bmOverEditorPanelClickSrc110Evid122Params>} LogObject<bmOverEditorPanelClickSrc110Evid122Params>
|
|
15
16
|
*/
|
|
16
17
|
export function bmOverEditorPanelClickSrc110Evid122(params: bmOverEditorPanelClickSrc110Evid122Params): LogObject<bmOverEditorPanelClickSrc110Evid122Params> {
|
|
@@ -566,6 +567,8 @@ export function cairoCtaClicked(params: cairoCtaClickedParams): LogObject<cairoC
|
|
|
566
567
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
567
568
|
* @property {string} stageCardCnt - JSON field: each key is the section ID or name, and the value is the number of cards in that section
|
|
568
569
|
* relevant for TableKanbanSwtich
|
|
570
|
+
* @property {string} kanbanId - kanban id. relevant for TableKanbanSwitch
|
|
571
|
+
*
|
|
569
572
|
* @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
|
|
570
573
|
*
|
|
571
574
|
* @return {LogObject<cairoSearchResultsParams>} LogObject<cairoSearchResultsParams>
|
|
@@ -599,6 +602,8 @@ export function cairoSearchResults(params: cairoSearchResultsParams): LogObject<
|
|
|
599
602
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
600
603
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
601
604
|
* @property {boolean} preLoadToolbarUsed - will be true if the user used the filter before the component was loaded, false otherwise
|
|
605
|
+
* @property {string} kanbanId - kanban id. relevant for TableKanbanSwitch
|
|
606
|
+
*
|
|
602
607
|
* @property {string} filterType - The type of the filter - Multi Selection, Single Selection, Number Range
|
|
603
608
|
* @property {boolean} isCustomField - true if the field is customized
|
|
604
609
|
* @return {LogObject<cairoFilterToggledParams>} LogObject<cairoFilterToggledParams>
|
|
@@ -1656,7 +1661,7 @@ export function cairoApiRequestDataLoadEnd(params: cairoApiRequestDataLoadEndPar
|
|
|
1656
1661
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1657
1662
|
* @property {string} pipelineId - pipeline id. relevant for TableKanbanSwitch
|
|
1658
1663
|
*
|
|
1659
|
-
* @property {string}
|
|
1664
|
+
* @property {string} additionalInfo - Used by any consumer who wants to send specific content
|
|
1660
1665
|
* @property {string} url - The page's url
|
|
1661
1666
|
* @property {string} origin - the origin of the page - collection page or entity page
|
|
1662
1667
|
* @return {LogObject<cairoPageCtaClickedParams>} LogObject<cairoPageCtaClickedParams>
|
|
@@ -24818,6 +24823,8 @@ export function sdkLoaded9000(params: sdkLoaded9000Params): LogObject<sdkLoaded9
|
|
|
24818
24823
|
* @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
|
|
24819
24824
|
* @property {string} internal_route - in case of internal page- in this field we will get the additional part of the route
|
|
24820
24825
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
24826
|
+
* @property {Url} url - url
|
|
24827
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
24821
24828
|
* @property {string} prevRoute - the previous route
|
|
24822
24829
|
* @property {string} displayMode - main / overlay
|
|
24823
24830
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -24856,6 +24863,8 @@ export function gizaPageStartLoading9001(params: gizaPageStartLoading9001Params)
|
|
|
24856
24863
|
* @property {number} loading_time - loading time from the moment the loader of the page is shown (in milliseconds)
|
|
24857
24864
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
24858
24865
|
*
|
|
24866
|
+
* @property {Url} url - url
|
|
24867
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
24859
24868
|
* @property {string} prevRoute - the previous route
|
|
24860
24869
|
* @property {string} displayMode - main / overlay
|
|
24861
24870
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
|
@@ -25157,6 +25166,8 @@ export function wixInvoicesBannerWhenCreatingInvoiceOrder(params: wixInvoicesBan
|
|
|
25157
25166
|
* @property {number} loading_time - loading time from event 9001 (page start load) until all the loaders are down (in milliseconds)
|
|
25158
25167
|
* @property {boolean} firstFromIframe - currently relevant for BM over editor
|
|
25159
25168
|
*
|
|
25169
|
+
* @property {Url} url - url
|
|
25170
|
+
* @property {string} builderType - builder type - relevant for BM over editor
|
|
25160
25171
|
* @property {string} prevRoute - the previous route
|
|
25161
25172
|
* @property {string} displayMode - main / overlay
|
|
25162
25173
|
* @property {string} prevDisplayMode - previous display mode - main / overlay
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kobi",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@wix/ambassador-media-site-media-v1-file-descriptor": "^1.0.127",
|
|
60
60
|
"@wix/ambassador-os-tags-v1-tag": "^1.0.24",
|
|
61
61
|
"@wix/bex-bundled-mini-essentials": "2.22.0",
|
|
62
|
-
"@wix/bi-logger-os-data": "^1.
|
|
62
|
+
"@wix/bi-logger-os-data": "^1.278.0",
|
|
63
63
|
"@wix/eslint-config-yoshi": "^6.74.0",
|
|
64
64
|
"@wix/jest-yoshi-preset-base": "^6.74.0",
|
|
65
65
|
"@wix/wix-i18n-config": "^6.4.0",
|
|
@@ -152,5 +152,5 @@
|
|
|
152
152
|
"wallaby": {
|
|
153
153
|
"autoDetect": true
|
|
154
154
|
},
|
|
155
|
-
"falconPackageHash": "
|
|
155
|
+
"falconPackageHash": "34b060ba0170b6fdd7c70d6057e108abdeceb1f443f22cf8f01a0c22"
|
|
156
156
|
}
|