@wix/bex-utils 2.16.0 → 2.18.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/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +43 -18
- package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +1 -0
- package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +43 -19
- package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -1
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/index.js +6 -0
- 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 +6 -0
- 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 +190 -18
- 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 +6 -0
- 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 +95 -37
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js +6 -0
- 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 +6 -0
- 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 +190 -18
- 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 +6 -0
- 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 +64 -8
- 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 -2
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +43 -7
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +43 -7
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +43 -7
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +61 -9
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/index.ts +10 -2
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +49 -7
- package/@wix/bi-logger-os-data/src/testkit/common.ts +221 -19
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +49 -7
- package/@wix/bi-logger-os-data/src/types.ts +85 -15
- package/@wix/bi-logger-os-data/src/v2/index.ts +67 -9
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +3 -3
- package/package.json +3 -3
|
@@ -33,6 +33,38 @@ export declare class BiTestkit {
|
|
|
33
33
|
featureStatus: string;
|
|
34
34
|
hostingPlatformContextId: string;
|
|
35
35
|
}>;
|
|
36
|
+
get wixPatternsPageInteractiveSrc144Evid1000(): EventsFilter<{
|
|
37
|
+
artifactId: string;
|
|
38
|
+
csid: GUID;
|
|
39
|
+
url: Url;
|
|
40
|
+
cairoVersion: string;
|
|
41
|
+
domain: string;
|
|
42
|
+
componentName: string;
|
|
43
|
+
componentType: string;
|
|
44
|
+
resource: string;
|
|
45
|
+
loadingTime: number;
|
|
46
|
+
appId: string;
|
|
47
|
+
product: string;
|
|
48
|
+
route: string;
|
|
49
|
+
hostingPlatformContextId: string;
|
|
50
|
+
routerUsage: boolean;
|
|
51
|
+
}>;
|
|
52
|
+
get wixPatternsFullPageLoadCompletedSrc144Evid1001(): EventsFilter<{
|
|
53
|
+
artifactId: string;
|
|
54
|
+
csid: GUID;
|
|
55
|
+
url: Url;
|
|
56
|
+
cairoVersion: string;
|
|
57
|
+
domain: string;
|
|
58
|
+
componentName: string;
|
|
59
|
+
componentType: string;
|
|
60
|
+
resource: string;
|
|
61
|
+
loadingTime: number;
|
|
62
|
+
appId: string;
|
|
63
|
+
product: string;
|
|
64
|
+
route: string;
|
|
65
|
+
hostingPlatformContextId: string;
|
|
66
|
+
routerUsage: boolean;
|
|
67
|
+
}>;
|
|
36
68
|
get pickerModalUsability(): EventsFilter<{
|
|
37
69
|
artifactId: string;
|
|
38
70
|
csid: GUID;
|
|
@@ -1575,6 +1607,8 @@ export declare class BiTestkit {
|
|
|
1575
1607
|
appId: string;
|
|
1576
1608
|
components: string;
|
|
1577
1609
|
pageType: string;
|
|
1610
|
+
componentId: string;
|
|
1611
|
+
isSinglePage: boolean;
|
|
1578
1612
|
}>;
|
|
1579
1613
|
get wixPatternsSelectAProviderSrc144Evid6(): EventsFilter<{
|
|
1580
1614
|
artifactId: string;
|
|
@@ -1597,18 +1631,17 @@ export declare class BiTestkit {
|
|
|
1597
1631
|
artifact_id: string;
|
|
1598
1632
|
hosting_platform: string;
|
|
1599
1633
|
app_id: string;
|
|
1600
|
-
initial_page_id: string;
|
|
1601
|
-
active_page_id: string;
|
|
1602
1634
|
error_code: number;
|
|
1603
|
-
application_error: string;
|
|
1604
|
-
message: string;
|
|
1605
1635
|
is_override_error: string;
|
|
1606
1636
|
is_override_error_state_function: string;
|
|
1607
|
-
msid: string;
|
|
1608
|
-
project: string;
|
|
1609
|
-
owner: string;
|
|
1610
1637
|
action: string;
|
|
1611
1638
|
error_json: string;
|
|
1639
|
+
translated_message: string;
|
|
1640
|
+
error_message: string;
|
|
1641
|
+
exception_message: string;
|
|
1642
|
+
client_error_code: string;
|
|
1643
|
+
error_type: string;
|
|
1644
|
+
is_consumer_resolved_error: boolean;
|
|
1612
1645
|
}>;
|
|
1613
1646
|
get pingMarketingConsentUnsubscribeClickSrc19Evid10001(): EventsFilter<{
|
|
1614
1647
|
msid: string;
|
|
@@ -11357,6 +11390,7 @@ export declare class BiTestkit {
|
|
|
11357
11390
|
is_internal_page: boolean;
|
|
11358
11391
|
hosting_platform_context_id: string;
|
|
11359
11392
|
internal_route: string;
|
|
11393
|
+
prevRoute: string;
|
|
11360
11394
|
}>;
|
|
11361
11395
|
get gizaPageFinishLoading9002(): EventsFilter<{
|
|
11362
11396
|
hosting_platform: string;
|
|
@@ -11378,6 +11412,7 @@ export declare class BiTestkit {
|
|
|
11378
11412
|
internal_route: string;
|
|
11379
11413
|
loading_time_from_first_feedback: number;
|
|
11380
11414
|
loading_time: number;
|
|
11415
|
+
prevRoute: string;
|
|
11381
11416
|
}>;
|
|
11382
11417
|
get formBuildrUouSubmitFormSuccess(): EventsFilter<{
|
|
11383
11418
|
isfp: boolean;
|
|
@@ -11510,6 +11545,7 @@ export declare class BiTestkit {
|
|
|
11510
11545
|
hosting_platform_context_id: string;
|
|
11511
11546
|
internal_route: string;
|
|
11512
11547
|
loading_time: number;
|
|
11548
|
+
prevRoute: string;
|
|
11513
11549
|
}>;
|
|
11514
11550
|
get formBuilderManageFieldsAddNewFieldCompleted(): EventsFilter<{
|
|
11515
11551
|
plugin: string;
|
|
@@ -36,6 +36,38 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
36
36
|
featureStatus: string;
|
|
37
37
|
hostingPlatformContextId: string;
|
|
38
38
|
}>;
|
|
39
|
+
get wixPatternsPageInteractiveSrc144Evid1000(): EventsFilter<{
|
|
40
|
+
artifactId: string;
|
|
41
|
+
csid: GUID;
|
|
42
|
+
url: Url;
|
|
43
|
+
cairoVersion: string;
|
|
44
|
+
domain: string;
|
|
45
|
+
componentName: string;
|
|
46
|
+
componentType: string;
|
|
47
|
+
resource: string;
|
|
48
|
+
loadingTime: number;
|
|
49
|
+
appId: string;
|
|
50
|
+
product: string;
|
|
51
|
+
route: string;
|
|
52
|
+
hostingPlatformContextId: string;
|
|
53
|
+
routerUsage: boolean;
|
|
54
|
+
}>;
|
|
55
|
+
get wixPatternsFullPageLoadCompletedSrc144Evid1001(): EventsFilter<{
|
|
56
|
+
artifactId: string;
|
|
57
|
+
csid: GUID;
|
|
58
|
+
url: Url;
|
|
59
|
+
cairoVersion: string;
|
|
60
|
+
domain: string;
|
|
61
|
+
componentName: string;
|
|
62
|
+
componentType: string;
|
|
63
|
+
resource: string;
|
|
64
|
+
loadingTime: number;
|
|
65
|
+
appId: string;
|
|
66
|
+
product: string;
|
|
67
|
+
route: string;
|
|
68
|
+
hostingPlatformContextId: string;
|
|
69
|
+
routerUsage: boolean;
|
|
70
|
+
}>;
|
|
39
71
|
get pickerModalUsability(): EventsFilter<{
|
|
40
72
|
artifactId: string;
|
|
41
73
|
csid: GUID;
|
|
@@ -1578,6 +1610,8 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1578
1610
|
appId: string;
|
|
1579
1611
|
components: string;
|
|
1580
1612
|
pageType: string;
|
|
1613
|
+
componentId: string;
|
|
1614
|
+
isSinglePage: boolean;
|
|
1581
1615
|
}>;
|
|
1582
1616
|
get wixPatternsSelectAProviderSrc144Evid6(): EventsFilter<{
|
|
1583
1617
|
artifactId: string;
|
|
@@ -1600,18 +1634,17 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1600
1634
|
artifact_id: string;
|
|
1601
1635
|
hosting_platform: string;
|
|
1602
1636
|
app_id: string;
|
|
1603
|
-
initial_page_id: string;
|
|
1604
|
-
active_page_id: string;
|
|
1605
1637
|
error_code: number;
|
|
1606
|
-
application_error: string;
|
|
1607
|
-
message: string;
|
|
1608
1638
|
is_override_error: string;
|
|
1609
1639
|
is_override_error_state_function: string;
|
|
1610
|
-
msid: string;
|
|
1611
|
-
project: string;
|
|
1612
|
-
owner: string;
|
|
1613
1640
|
action: string;
|
|
1614
1641
|
error_json: string;
|
|
1642
|
+
translated_message: string;
|
|
1643
|
+
error_message: string;
|
|
1644
|
+
exception_message: string;
|
|
1645
|
+
client_error_code: string;
|
|
1646
|
+
error_type: string;
|
|
1647
|
+
is_consumer_resolved_error: boolean;
|
|
1615
1648
|
}>;
|
|
1616
1649
|
get pingMarketingConsentUnsubscribeClickSrc19Evid10001(): EventsFilter<{
|
|
1617
1650
|
msid: string;
|
|
@@ -11360,6 +11393,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
11360
11393
|
is_internal_page: boolean;
|
|
11361
11394
|
hosting_platform_context_id: string;
|
|
11362
11395
|
internal_route: string;
|
|
11396
|
+
prevRoute: string;
|
|
11363
11397
|
}>;
|
|
11364
11398
|
get gizaPageFinishLoading9002(): EventsFilter<{
|
|
11365
11399
|
hosting_platform: string;
|
|
@@ -11381,6 +11415,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
11381
11415
|
internal_route: string;
|
|
11382
11416
|
loading_time_from_first_feedback: number;
|
|
11383
11417
|
loading_time: number;
|
|
11418
|
+
prevRoute: string;
|
|
11384
11419
|
}>;
|
|
11385
11420
|
get formBuildrUouSubmitFormSuccess(): EventsFilter<{
|
|
11386
11421
|
isfp: boolean;
|
|
@@ -11513,6 +11548,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
11513
11548
|
hosting_platform_context_id: string;
|
|
11514
11549
|
internal_route: string;
|
|
11515
11550
|
loading_time: number;
|
|
11551
|
+
prevRoute: string;
|
|
11516
11552
|
}>;
|
|
11517
11553
|
get formBuilderManageFieldsAddNewFieldCompleted(): EventsFilter<{
|
|
11518
11554
|
plugin: string;
|
|
@@ -33,6 +33,38 @@ export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
|
|
|
33
33
|
featureStatus?: string;
|
|
34
34
|
hostingPlatformContextId?: string;
|
|
35
35
|
};
|
|
36
|
+
export type wixPatternsPageInteractiveSrc144Evid1000Params = {
|
|
37
|
+
artifactId?: string;
|
|
38
|
+
csid?: GUID;
|
|
39
|
+
url?: Url;
|
|
40
|
+
cairoVersion?: string;
|
|
41
|
+
domain?: string;
|
|
42
|
+
componentName?: string;
|
|
43
|
+
componentType?: string;
|
|
44
|
+
resource?: string;
|
|
45
|
+
loadingTime?: number;
|
|
46
|
+
appId?: string;
|
|
47
|
+
product?: string;
|
|
48
|
+
route?: string;
|
|
49
|
+
hostingPlatformContextId?: string;
|
|
50
|
+
routerUsage?: boolean;
|
|
51
|
+
};
|
|
52
|
+
export type wixPatternsFullPageLoadCompletedSrc144Evid1001Params = {
|
|
53
|
+
artifactId?: string;
|
|
54
|
+
csid?: GUID;
|
|
55
|
+
url?: Url;
|
|
56
|
+
cairoVersion?: string;
|
|
57
|
+
domain?: string;
|
|
58
|
+
componentName?: string;
|
|
59
|
+
componentType?: string;
|
|
60
|
+
resource?: string;
|
|
61
|
+
loadingTime?: number;
|
|
62
|
+
appId?: string;
|
|
63
|
+
product?: string;
|
|
64
|
+
route?: string;
|
|
65
|
+
hostingPlatformContextId?: string;
|
|
66
|
+
routerUsage?: boolean;
|
|
67
|
+
};
|
|
36
68
|
export type pickerModalUsabilityParams = {
|
|
37
69
|
artifactId?: string;
|
|
38
70
|
csid?: GUID;
|
|
@@ -1575,6 +1607,8 @@ export type wixPatternsMappingPagesSrc144Evid5Params = {
|
|
|
1575
1607
|
appId?: string;
|
|
1576
1608
|
components?: string;
|
|
1577
1609
|
pageType?: string;
|
|
1610
|
+
componentId?: string;
|
|
1611
|
+
isSinglePage?: boolean;
|
|
1578
1612
|
};
|
|
1579
1613
|
export type wixPatternsSelectAProviderSrc144Evid6Params = {
|
|
1580
1614
|
artifactId?: string;
|
|
@@ -1597,18 +1631,17 @@ export type httpClientErrorSrc176Evid404Params = {
|
|
|
1597
1631
|
artifact_id?: string;
|
|
1598
1632
|
hosting_platform?: string;
|
|
1599
1633
|
app_id?: string;
|
|
1600
|
-
initial_page_id?: string;
|
|
1601
|
-
active_page_id?: string;
|
|
1602
1634
|
error_code?: number;
|
|
1603
|
-
application_error?: string;
|
|
1604
|
-
message?: string;
|
|
1605
1635
|
is_override_error?: string;
|
|
1606
1636
|
is_override_error_state_function?: string;
|
|
1607
|
-
msid?: string;
|
|
1608
|
-
project?: string;
|
|
1609
|
-
owner?: string;
|
|
1610
1637
|
action?: string;
|
|
1611
1638
|
error_json?: string;
|
|
1639
|
+
translated_message?: string;
|
|
1640
|
+
error_message?: string;
|
|
1641
|
+
exception_message?: string;
|
|
1642
|
+
client_error_code?: string;
|
|
1643
|
+
error_type?: string;
|
|
1644
|
+
is_consumer_resolved_error?: boolean;
|
|
1612
1645
|
};
|
|
1613
1646
|
export type pingMarketingConsentUnsubscribeClickSrc19Evid10001Params = {
|
|
1614
1647
|
msid?: string;
|
|
@@ -11357,6 +11390,7 @@ export type gizaPageStartLoading9001Params = {
|
|
|
11357
11390
|
is_internal_page?: boolean;
|
|
11358
11391
|
hosting_platform_context_id?: string;
|
|
11359
11392
|
internal_route?: string;
|
|
11393
|
+
prevRoute?: string;
|
|
11360
11394
|
};
|
|
11361
11395
|
export type gizaPageFinishLoading9002Params = {
|
|
11362
11396
|
hosting_platform?: string;
|
|
@@ -11378,6 +11412,7 @@ export type gizaPageFinishLoading9002Params = {
|
|
|
11378
11412
|
internal_route?: string;
|
|
11379
11413
|
loading_time_from_first_feedback?: number;
|
|
11380
11414
|
loading_time?: number;
|
|
11415
|
+
prevRoute?: string;
|
|
11381
11416
|
};
|
|
11382
11417
|
export type formBuildrUouSubmitFormSuccessParams = {
|
|
11383
11418
|
isfp?: boolean;
|
|
@@ -11510,6 +11545,7 @@ export type allPageLoadersAreDown9029Params = {
|
|
|
11510
11545
|
hosting_platform_context_id?: string;
|
|
11511
11546
|
internal_route?: string;
|
|
11512
11547
|
loading_time?: number;
|
|
11548
|
+
prevRoute?: string;
|
|
11513
11549
|
};
|
|
11514
11550
|
export type formBuilderManageFieldsAddNewFieldCompletedParams = {
|
|
11515
11551
|
plugin?: string;
|