@wix/bex-utils 2.67.0 → 2.69.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/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/index.js +33 -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 +33 -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 +711 -0
- 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 +33 -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 +304 -32
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js +33 -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 +33 -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 +711 -0
- 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 +33 -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 +263 -2
- 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 +13 -2
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +150 -0
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +150 -0
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +150 -0
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +242 -3
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/index.ts +46 -2
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +183 -0
- package/@wix/bi-logger-os-data/src/testkit/common.ts +851 -23
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +183 -0
- package/@wix/bi-logger-os-data/src/types.ts +292 -2
- package/@wix/bi-logger-os-data/src/v2/index.ts +275 -3
- package/package.json +4 -4
|
@@ -26,10 +26,12 @@ export declare class BiTestkit {
|
|
|
26
26
|
current_page_id: string;
|
|
27
27
|
panel_name: string;
|
|
28
28
|
builderType: string;
|
|
29
|
+
isAiSiteCreation: boolean;
|
|
29
30
|
}>;
|
|
30
31
|
get dpKbMcpServerCallSrc11Evid1992(): EventsFilter<{
|
|
31
32
|
service_status: string;
|
|
32
33
|
mcp_query: string;
|
|
34
|
+
username: string;
|
|
33
35
|
}>;
|
|
34
36
|
get wixPatternsSummaryBarIsShownSrc144Evid1(): EventsFilter<{
|
|
35
37
|
artifactId: string;
|
|
@@ -43,6 +45,22 @@ export declare class BiTestkit {
|
|
|
43
45
|
featureStatus: string;
|
|
44
46
|
hostingPlatformContextId: string;
|
|
45
47
|
}>;
|
|
48
|
+
get wixPatternsDeleteModalShownSrc144Evid10(): EventsFilter<{
|
|
49
|
+
artifactId: string;
|
|
50
|
+
location: string;
|
|
51
|
+
csid: GUID;
|
|
52
|
+
cairoVersion: string;
|
|
53
|
+
isSelectAll: boolean;
|
|
54
|
+
isTPA: boolean;
|
|
55
|
+
componentName: string;
|
|
56
|
+
componentType: string;
|
|
57
|
+
itemId: string;
|
|
58
|
+
itemIndex: number;
|
|
59
|
+
numItems: number;
|
|
60
|
+
appId: string;
|
|
61
|
+
hostingPlatformContextId: string;
|
|
62
|
+
url: string;
|
|
63
|
+
}>;
|
|
46
64
|
get wixPatternsPageInteractiveSrc144Evid1000(): EventsFilter<{
|
|
47
65
|
artifactId: string;
|
|
48
66
|
csid: GUID;
|
|
@@ -217,6 +235,23 @@ export declare class BiTestkit {
|
|
|
217
235
|
product: string;
|
|
218
236
|
url: string;
|
|
219
237
|
}>;
|
|
238
|
+
get wixPatternsDeleteModalCtaClickedSrc144Evid11(): EventsFilter<{
|
|
239
|
+
artifactId: string;
|
|
240
|
+
location: string;
|
|
241
|
+
csid: GUID;
|
|
242
|
+
cairoVersion: string;
|
|
243
|
+
isSelectAll: boolean;
|
|
244
|
+
isTPA: boolean;
|
|
245
|
+
componentName: string;
|
|
246
|
+
componentType: string;
|
|
247
|
+
ctaName: string;
|
|
248
|
+
itemId: string;
|
|
249
|
+
itemIndex: number;
|
|
250
|
+
numItems: number;
|
|
251
|
+
appId: string;
|
|
252
|
+
hostingPlatformContextId: string;
|
|
253
|
+
url: string;
|
|
254
|
+
}>;
|
|
220
255
|
get loadStart(): EventsFilter<{
|
|
221
256
|
artifactId: string;
|
|
222
257
|
csid: GUID;
|
|
@@ -238,6 +273,7 @@ export declare class BiTestkit {
|
|
|
238
273
|
providerId: string;
|
|
239
274
|
providerName: string;
|
|
240
275
|
referralInfo: string;
|
|
276
|
+
isAutoPatterns: boolean;
|
|
241
277
|
hostingPlatformContextId: string;
|
|
242
278
|
theme: string;
|
|
243
279
|
consumerId: string;
|
|
@@ -278,6 +314,7 @@ export declare class BiTestkit {
|
|
|
278
314
|
currentKanban: string;
|
|
279
315
|
referralInfo: string;
|
|
280
316
|
sectionsOverview: string;
|
|
317
|
+
isAutoPatterns: boolean;
|
|
281
318
|
hostingPlatformContextId: string;
|
|
282
319
|
theme: string;
|
|
283
320
|
consumerId: string;
|
|
@@ -1784,6 +1821,78 @@ export declare class BiTestkit {
|
|
|
1784
1821
|
method_fqn: string;
|
|
1785
1822
|
server_artifactid: string;
|
|
1786
1823
|
}>;
|
|
1824
|
+
get genericUserActionSrc193Evid2(): EventsFilter<{
|
|
1825
|
+
actionType: string;
|
|
1826
|
+
actionIntent: string;
|
|
1827
|
+
hostingPlatform: string;
|
|
1828
|
+
origin: string;
|
|
1829
|
+
messageId: string;
|
|
1830
|
+
conversationId: string;
|
|
1831
|
+
entityType: string;
|
|
1832
|
+
entityId: string;
|
|
1833
|
+
actionName: string;
|
|
1834
|
+
requestId: string;
|
|
1835
|
+
assetId: string;
|
|
1836
|
+
projectId: string;
|
|
1837
|
+
componentId: string;
|
|
1838
|
+
assetClass: string;
|
|
1839
|
+
additionalInfo: string;
|
|
1840
|
+
}>;
|
|
1841
|
+
get panelLoadedSrc193Evid4(): EventsFilter<{
|
|
1842
|
+
panelType: string;
|
|
1843
|
+
hostingPlatform: string;
|
|
1844
|
+
origin: string;
|
|
1845
|
+
duration: number;
|
|
1846
|
+
}>;
|
|
1847
|
+
get errorSrc193Evid5(): EventsFilter<{
|
|
1848
|
+
errorType: string;
|
|
1849
|
+
requestId: string;
|
|
1850
|
+
errorMessage: string;
|
|
1851
|
+
errorDescription: string;
|
|
1852
|
+
errorCode: number;
|
|
1853
|
+
entityType: string;
|
|
1854
|
+
entityId: string;
|
|
1855
|
+
displayedAction: string;
|
|
1856
|
+
isDisplayed: boolean;
|
|
1857
|
+
origin: string;
|
|
1858
|
+
hostingPlatform: string;
|
|
1859
|
+
projectId: string;
|
|
1860
|
+
isFatal: boolean;
|
|
1861
|
+
}>;
|
|
1862
|
+
get panelLoadedSrc193Evid6(): EventsFilter<{
|
|
1863
|
+
panelType: string;
|
|
1864
|
+
hostingPlatform: string;
|
|
1865
|
+
origin: string;
|
|
1866
|
+
duration: number;
|
|
1867
|
+
projectId: string;
|
|
1868
|
+
}>;
|
|
1869
|
+
get panelClosedSrc193Evid7(): EventsFilter<{
|
|
1870
|
+
panelType: string;
|
|
1871
|
+
hostingPlatform: string;
|
|
1872
|
+
origin: string;
|
|
1873
|
+
closingButton: string;
|
|
1874
|
+
projectId: string;
|
|
1875
|
+
}>;
|
|
1876
|
+
get searchInitiatedSrc193Evid8(): EventsFilter<{
|
|
1877
|
+
hostingPlatform: string;
|
|
1878
|
+
origin: string;
|
|
1879
|
+
searchTerm: string;
|
|
1880
|
+
resultsCnt: number;
|
|
1881
|
+
resultsArray: string;
|
|
1882
|
+
requestId: string;
|
|
1883
|
+
projectId: string;
|
|
1884
|
+
duration: number;
|
|
1885
|
+
}>;
|
|
1886
|
+
get searchResultClickSrc193Evid9(): EventsFilter<{
|
|
1887
|
+
hostingPlatform: string;
|
|
1888
|
+
origin: string;
|
|
1889
|
+
searchTerm: string;
|
|
1890
|
+
itemIdx: number;
|
|
1891
|
+
resultName: string;
|
|
1892
|
+
resultValue: string;
|
|
1893
|
+
requestId: string;
|
|
1894
|
+
projectId: string;
|
|
1895
|
+
}>;
|
|
1787
1896
|
get pingMarketingConsentUnsubscribeClickSrc19Evid10001(): EventsFilter<{
|
|
1788
1897
|
msid: string;
|
|
1789
1898
|
appDefId: string;
|
|
@@ -7240,6 +7349,42 @@ export declare class BiTestkit {
|
|
|
7240
7349
|
page_view: string;
|
|
7241
7350
|
platform: string;
|
|
7242
7351
|
}>;
|
|
7352
|
+
get toolNotSupportedModalWasShownSrc5Evid1980(): EventsFilter<{
|
|
7353
|
+
hosting_platform: string;
|
|
7354
|
+
referral_info: string;
|
|
7355
|
+
screen_width: number;
|
|
7356
|
+
page_id: string;
|
|
7357
|
+
page_name: string;
|
|
7358
|
+
window_width: number;
|
|
7359
|
+
screen_height: number;
|
|
7360
|
+
app_id: string;
|
|
7361
|
+
route: string;
|
|
7362
|
+
window_height: number;
|
|
7363
|
+
is_internal_page: boolean;
|
|
7364
|
+
hosting_platform_context_id: string;
|
|
7365
|
+
internal_route: string;
|
|
7366
|
+
url: Url;
|
|
7367
|
+
displayMode: string;
|
|
7368
|
+
}>;
|
|
7369
|
+
get toolNotSupportedModalActionSrc5Evid1981(): EventsFilter<{
|
|
7370
|
+
hosting_platform: string;
|
|
7371
|
+
referral_info: string;
|
|
7372
|
+
screen_width: number;
|
|
7373
|
+
page_id: string;
|
|
7374
|
+
page_name: string;
|
|
7375
|
+
window_width: number;
|
|
7376
|
+
screen_height: number;
|
|
7377
|
+
app_id: string;
|
|
7378
|
+
route: string;
|
|
7379
|
+
window_height: number;
|
|
7380
|
+
is_internal_page: boolean;
|
|
7381
|
+
hosting_platform_context_id: string;
|
|
7382
|
+
internal_route: string;
|
|
7383
|
+
url: Url;
|
|
7384
|
+
action_type: string;
|
|
7385
|
+
cta: string;
|
|
7386
|
+
displayMode: string;
|
|
7387
|
+
}>;
|
|
7243
7388
|
get dashboardFetchDealerLayoutFailed(): EventsFilter<{
|
|
7244
7389
|
view_type: string;
|
|
7245
7390
|
type: string;
|
|
@@ -10921,6 +11066,8 @@ export declare class BiTestkit {
|
|
|
10921
11066
|
msid: GUID;
|
|
10922
11067
|
trigger_entity_id: string;
|
|
10923
11068
|
toast_timeout: string;
|
|
11069
|
+
hasRequestId: boolean;
|
|
11070
|
+
toastId: string;
|
|
10924
11071
|
message: string;
|
|
10925
11072
|
app_id: string;
|
|
10926
11073
|
}>;
|
|
@@ -10963,6 +11110,9 @@ export declare class BiTestkit {
|
|
|
10963
11110
|
msid: GUID;
|
|
10964
11111
|
trigger_entity_id: string;
|
|
10965
11112
|
toast_timeout: string;
|
|
11113
|
+
ctaName: string;
|
|
11114
|
+
requestId: string;
|
|
11115
|
+
toastId: string;
|
|
10966
11116
|
}>;
|
|
10967
11117
|
get crmHomeIntegrationsMarketingViewAll(): EventsFilter<{
|
|
10968
11118
|
view_type: string;
|
|
@@ -29,10 +29,12 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
29
29
|
current_page_id: string;
|
|
30
30
|
panel_name: string;
|
|
31
31
|
builderType: string;
|
|
32
|
+
isAiSiteCreation: boolean;
|
|
32
33
|
}>;
|
|
33
34
|
get dpKbMcpServerCallSrc11Evid1992(): EventsFilter<{
|
|
34
35
|
service_status: string;
|
|
35
36
|
mcp_query: string;
|
|
37
|
+
username: string;
|
|
36
38
|
}>;
|
|
37
39
|
get wixPatternsSummaryBarIsShownSrc144Evid1(): EventsFilter<{
|
|
38
40
|
artifactId: string;
|
|
@@ -46,6 +48,22 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
46
48
|
featureStatus: string;
|
|
47
49
|
hostingPlatformContextId: string;
|
|
48
50
|
}>;
|
|
51
|
+
get wixPatternsDeleteModalShownSrc144Evid10(): EventsFilter<{
|
|
52
|
+
artifactId: string;
|
|
53
|
+
location: string;
|
|
54
|
+
csid: GUID;
|
|
55
|
+
cairoVersion: string;
|
|
56
|
+
isSelectAll: boolean;
|
|
57
|
+
isTPA: boolean;
|
|
58
|
+
componentName: string;
|
|
59
|
+
componentType: string;
|
|
60
|
+
itemId: string;
|
|
61
|
+
itemIndex: number;
|
|
62
|
+
numItems: number;
|
|
63
|
+
appId: string;
|
|
64
|
+
hostingPlatformContextId: string;
|
|
65
|
+
url: string;
|
|
66
|
+
}>;
|
|
49
67
|
get wixPatternsPageInteractiveSrc144Evid1000(): EventsFilter<{
|
|
50
68
|
artifactId: string;
|
|
51
69
|
csid: GUID;
|
|
@@ -220,6 +238,23 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
220
238
|
product: string;
|
|
221
239
|
url: string;
|
|
222
240
|
}>;
|
|
241
|
+
get wixPatternsDeleteModalCtaClickedSrc144Evid11(): EventsFilter<{
|
|
242
|
+
artifactId: string;
|
|
243
|
+
location: string;
|
|
244
|
+
csid: GUID;
|
|
245
|
+
cairoVersion: string;
|
|
246
|
+
isSelectAll: boolean;
|
|
247
|
+
isTPA: boolean;
|
|
248
|
+
componentName: string;
|
|
249
|
+
componentType: string;
|
|
250
|
+
ctaName: string;
|
|
251
|
+
itemId: string;
|
|
252
|
+
itemIndex: number;
|
|
253
|
+
numItems: number;
|
|
254
|
+
appId: string;
|
|
255
|
+
hostingPlatformContextId: string;
|
|
256
|
+
url: string;
|
|
257
|
+
}>;
|
|
223
258
|
get loadStart(): EventsFilter<{
|
|
224
259
|
artifactId: string;
|
|
225
260
|
csid: GUID;
|
|
@@ -241,6 +276,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
241
276
|
providerId: string;
|
|
242
277
|
providerName: string;
|
|
243
278
|
referralInfo: string;
|
|
279
|
+
isAutoPatterns: boolean;
|
|
244
280
|
hostingPlatformContextId: string;
|
|
245
281
|
theme: string;
|
|
246
282
|
consumerId: string;
|
|
@@ -281,6 +317,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
281
317
|
currentKanban: string;
|
|
282
318
|
referralInfo: string;
|
|
283
319
|
sectionsOverview: string;
|
|
320
|
+
isAutoPatterns: boolean;
|
|
284
321
|
hostingPlatformContextId: string;
|
|
285
322
|
theme: string;
|
|
286
323
|
consumerId: string;
|
|
@@ -1787,6 +1824,78 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1787
1824
|
method_fqn: string;
|
|
1788
1825
|
server_artifactid: string;
|
|
1789
1826
|
}>;
|
|
1827
|
+
get genericUserActionSrc193Evid2(): EventsFilter<{
|
|
1828
|
+
actionType: string;
|
|
1829
|
+
actionIntent: string;
|
|
1830
|
+
hostingPlatform: string;
|
|
1831
|
+
origin: string;
|
|
1832
|
+
messageId: string;
|
|
1833
|
+
conversationId: string;
|
|
1834
|
+
entityType: string;
|
|
1835
|
+
entityId: string;
|
|
1836
|
+
actionName: string;
|
|
1837
|
+
requestId: string;
|
|
1838
|
+
assetId: string;
|
|
1839
|
+
projectId: string;
|
|
1840
|
+
componentId: string;
|
|
1841
|
+
assetClass: string;
|
|
1842
|
+
additionalInfo: string;
|
|
1843
|
+
}>;
|
|
1844
|
+
get panelLoadedSrc193Evid4(): EventsFilter<{
|
|
1845
|
+
panelType: string;
|
|
1846
|
+
hostingPlatform: string;
|
|
1847
|
+
origin: string;
|
|
1848
|
+
duration: number;
|
|
1849
|
+
}>;
|
|
1850
|
+
get errorSrc193Evid5(): EventsFilter<{
|
|
1851
|
+
errorType: string;
|
|
1852
|
+
requestId: string;
|
|
1853
|
+
errorMessage: string;
|
|
1854
|
+
errorDescription: string;
|
|
1855
|
+
errorCode: number;
|
|
1856
|
+
entityType: string;
|
|
1857
|
+
entityId: string;
|
|
1858
|
+
displayedAction: string;
|
|
1859
|
+
isDisplayed: boolean;
|
|
1860
|
+
origin: string;
|
|
1861
|
+
hostingPlatform: string;
|
|
1862
|
+
projectId: string;
|
|
1863
|
+
isFatal: boolean;
|
|
1864
|
+
}>;
|
|
1865
|
+
get panelLoadedSrc193Evid6(): EventsFilter<{
|
|
1866
|
+
panelType: string;
|
|
1867
|
+
hostingPlatform: string;
|
|
1868
|
+
origin: string;
|
|
1869
|
+
duration: number;
|
|
1870
|
+
projectId: string;
|
|
1871
|
+
}>;
|
|
1872
|
+
get panelClosedSrc193Evid7(): EventsFilter<{
|
|
1873
|
+
panelType: string;
|
|
1874
|
+
hostingPlatform: string;
|
|
1875
|
+
origin: string;
|
|
1876
|
+
closingButton: string;
|
|
1877
|
+
projectId: string;
|
|
1878
|
+
}>;
|
|
1879
|
+
get searchInitiatedSrc193Evid8(): EventsFilter<{
|
|
1880
|
+
hostingPlatform: string;
|
|
1881
|
+
origin: string;
|
|
1882
|
+
searchTerm: string;
|
|
1883
|
+
resultsCnt: number;
|
|
1884
|
+
resultsArray: string;
|
|
1885
|
+
requestId: string;
|
|
1886
|
+
projectId: string;
|
|
1887
|
+
duration: number;
|
|
1888
|
+
}>;
|
|
1889
|
+
get searchResultClickSrc193Evid9(): EventsFilter<{
|
|
1890
|
+
hostingPlatform: string;
|
|
1891
|
+
origin: string;
|
|
1892
|
+
searchTerm: string;
|
|
1893
|
+
itemIdx: number;
|
|
1894
|
+
resultName: string;
|
|
1895
|
+
resultValue: string;
|
|
1896
|
+
requestId: string;
|
|
1897
|
+
projectId: string;
|
|
1898
|
+
}>;
|
|
1790
1899
|
get pingMarketingConsentUnsubscribeClickSrc19Evid10001(): EventsFilter<{
|
|
1791
1900
|
msid: string;
|
|
1792
1901
|
appDefId: string;
|
|
@@ -7243,6 +7352,42 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
7243
7352
|
page_view: string;
|
|
7244
7353
|
platform: string;
|
|
7245
7354
|
}>;
|
|
7355
|
+
get toolNotSupportedModalWasShownSrc5Evid1980(): EventsFilter<{
|
|
7356
|
+
hosting_platform: string;
|
|
7357
|
+
referral_info: string;
|
|
7358
|
+
screen_width: number;
|
|
7359
|
+
page_id: string;
|
|
7360
|
+
page_name: string;
|
|
7361
|
+
window_width: number;
|
|
7362
|
+
screen_height: number;
|
|
7363
|
+
app_id: string;
|
|
7364
|
+
route: string;
|
|
7365
|
+
window_height: number;
|
|
7366
|
+
is_internal_page: boolean;
|
|
7367
|
+
hosting_platform_context_id: string;
|
|
7368
|
+
internal_route: string;
|
|
7369
|
+
url: Url;
|
|
7370
|
+
displayMode: string;
|
|
7371
|
+
}>;
|
|
7372
|
+
get toolNotSupportedModalActionSrc5Evid1981(): EventsFilter<{
|
|
7373
|
+
hosting_platform: string;
|
|
7374
|
+
referral_info: string;
|
|
7375
|
+
screen_width: number;
|
|
7376
|
+
page_id: string;
|
|
7377
|
+
page_name: string;
|
|
7378
|
+
window_width: number;
|
|
7379
|
+
screen_height: number;
|
|
7380
|
+
app_id: string;
|
|
7381
|
+
route: string;
|
|
7382
|
+
window_height: number;
|
|
7383
|
+
is_internal_page: boolean;
|
|
7384
|
+
hosting_platform_context_id: string;
|
|
7385
|
+
internal_route: string;
|
|
7386
|
+
url: Url;
|
|
7387
|
+
action_type: string;
|
|
7388
|
+
cta: string;
|
|
7389
|
+
displayMode: string;
|
|
7390
|
+
}>;
|
|
7246
7391
|
get dashboardFetchDealerLayoutFailed(): EventsFilter<{
|
|
7247
7392
|
view_type: string;
|
|
7248
7393
|
type: string;
|
|
@@ -10924,6 +11069,8 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
10924
11069
|
msid: GUID;
|
|
10925
11070
|
trigger_entity_id: string;
|
|
10926
11071
|
toast_timeout: string;
|
|
11072
|
+
hasRequestId: boolean;
|
|
11073
|
+
toastId: string;
|
|
10927
11074
|
message: string;
|
|
10928
11075
|
app_id: string;
|
|
10929
11076
|
}>;
|
|
@@ -10966,6 +11113,9 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
10966
11113
|
msid: GUID;
|
|
10967
11114
|
trigger_entity_id: string;
|
|
10968
11115
|
toast_timeout: string;
|
|
11116
|
+
ctaName: string;
|
|
11117
|
+
requestId: string;
|
|
11118
|
+
toastId: string;
|
|
10969
11119
|
}>;
|
|
10970
11120
|
get crmHomeIntegrationsMarketingViewAll(): EventsFilter<{
|
|
10971
11121
|
view_type: string;
|
|
@@ -26,10 +26,12 @@ export type bmOverEditorPanelClickSrc110Evid122Params = {
|
|
|
26
26
|
current_page_id?: string;
|
|
27
27
|
panel_name?: string;
|
|
28
28
|
builderType?: string;
|
|
29
|
+
isAiSiteCreation?: boolean;
|
|
29
30
|
};
|
|
30
31
|
export type dpKbMcpServerCallSrc11Evid1992Params = {
|
|
31
32
|
service_status?: string;
|
|
32
33
|
mcp_query?: string;
|
|
34
|
+
username?: string;
|
|
33
35
|
};
|
|
34
36
|
export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
|
|
35
37
|
artifactId?: string;
|
|
@@ -43,6 +45,22 @@ export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
|
|
|
43
45
|
featureStatus?: string;
|
|
44
46
|
hostingPlatformContextId?: string;
|
|
45
47
|
};
|
|
48
|
+
export type wixPatternsDeleteModalShownSrc144Evid10Params = {
|
|
49
|
+
artifactId?: string;
|
|
50
|
+
location?: string;
|
|
51
|
+
csid?: GUID;
|
|
52
|
+
cairoVersion?: string;
|
|
53
|
+
isSelectAll?: boolean;
|
|
54
|
+
isTPA?: boolean;
|
|
55
|
+
componentName?: string;
|
|
56
|
+
componentType?: string;
|
|
57
|
+
itemId?: string;
|
|
58
|
+
itemIndex?: number;
|
|
59
|
+
numItems?: number;
|
|
60
|
+
appId?: string;
|
|
61
|
+
hostingPlatformContextId?: string;
|
|
62
|
+
url?: string;
|
|
63
|
+
};
|
|
46
64
|
export type wixPatternsPageInteractiveSrc144Evid1000Params = {
|
|
47
65
|
artifactId?: string;
|
|
48
66
|
csid?: GUID;
|
|
@@ -217,6 +235,23 @@ export type pikachuItemCategorySelectedParams = {
|
|
|
217
235
|
product?: string;
|
|
218
236
|
url?: string;
|
|
219
237
|
};
|
|
238
|
+
export type wixPatternsDeleteModalCtaClickedSrc144Evid11Params = {
|
|
239
|
+
artifactId?: string;
|
|
240
|
+
location?: string;
|
|
241
|
+
csid?: GUID;
|
|
242
|
+
cairoVersion?: string;
|
|
243
|
+
isSelectAll?: boolean;
|
|
244
|
+
isTPA?: boolean;
|
|
245
|
+
componentName?: string;
|
|
246
|
+
componentType?: string;
|
|
247
|
+
ctaName?: string;
|
|
248
|
+
itemId?: string;
|
|
249
|
+
itemIndex?: number;
|
|
250
|
+
numItems?: number;
|
|
251
|
+
appId?: string;
|
|
252
|
+
hostingPlatformContextId?: string;
|
|
253
|
+
url?: string;
|
|
254
|
+
};
|
|
220
255
|
export type loadStartParams = {
|
|
221
256
|
artifactId?: string;
|
|
222
257
|
csid?: GUID;
|
|
@@ -238,6 +273,7 @@ export type loadStartParams = {
|
|
|
238
273
|
providerId?: string;
|
|
239
274
|
providerName?: string;
|
|
240
275
|
referralInfo?: string;
|
|
276
|
+
isAutoPatterns?: boolean;
|
|
241
277
|
hostingPlatformContextId?: string;
|
|
242
278
|
theme?: string;
|
|
243
279
|
consumerId?: string;
|
|
@@ -278,6 +314,7 @@ export type loadEndParams = {
|
|
|
278
314
|
currentKanban?: string;
|
|
279
315
|
referralInfo?: string;
|
|
280
316
|
sectionsOverview?: string;
|
|
317
|
+
isAutoPatterns?: boolean;
|
|
281
318
|
hostingPlatformContextId?: string;
|
|
282
319
|
theme?: string;
|
|
283
320
|
consumerId?: string;
|
|
@@ -1784,6 +1821,78 @@ export type httpClientErrorSrc176Evid404Params = {
|
|
|
1784
1821
|
method_fqn?: string;
|
|
1785
1822
|
server_artifactid?: string;
|
|
1786
1823
|
};
|
|
1824
|
+
export type genericUserActionSrc193Evid2Params = {
|
|
1825
|
+
actionType?: string;
|
|
1826
|
+
actionIntent?: string;
|
|
1827
|
+
hostingPlatform?: string;
|
|
1828
|
+
origin?: string;
|
|
1829
|
+
messageId?: string;
|
|
1830
|
+
conversationId?: string;
|
|
1831
|
+
entityType?: string;
|
|
1832
|
+
entityId?: string;
|
|
1833
|
+
actionName?: string;
|
|
1834
|
+
requestId?: string;
|
|
1835
|
+
assetId?: string;
|
|
1836
|
+
projectId?: string;
|
|
1837
|
+
componentId?: string;
|
|
1838
|
+
assetClass?: string;
|
|
1839
|
+
additionalInfo?: string;
|
|
1840
|
+
};
|
|
1841
|
+
export type panelLoadedSrc193Evid4Params = {
|
|
1842
|
+
panelType?: string;
|
|
1843
|
+
hostingPlatform?: string;
|
|
1844
|
+
origin?: string;
|
|
1845
|
+
duration?: number;
|
|
1846
|
+
};
|
|
1847
|
+
export type errorSrc193Evid5Params = {
|
|
1848
|
+
errorType?: string;
|
|
1849
|
+
requestId?: string;
|
|
1850
|
+
errorMessage?: string;
|
|
1851
|
+
errorDescription?: string;
|
|
1852
|
+
errorCode?: number;
|
|
1853
|
+
entityType?: string;
|
|
1854
|
+
entityId?: string;
|
|
1855
|
+
displayedAction?: string;
|
|
1856
|
+
isDisplayed?: boolean;
|
|
1857
|
+
origin?: string;
|
|
1858
|
+
hostingPlatform?: string;
|
|
1859
|
+
projectId?: string;
|
|
1860
|
+
isFatal?: boolean;
|
|
1861
|
+
};
|
|
1862
|
+
export type panelLoadedSrc193Evid6Params = {
|
|
1863
|
+
panelType?: string;
|
|
1864
|
+
hostingPlatform?: string;
|
|
1865
|
+
origin?: string;
|
|
1866
|
+
duration?: number;
|
|
1867
|
+
projectId?: string;
|
|
1868
|
+
};
|
|
1869
|
+
export type panelClosedSrc193Evid7Params = {
|
|
1870
|
+
panelType?: string;
|
|
1871
|
+
hostingPlatform?: string;
|
|
1872
|
+
origin?: string;
|
|
1873
|
+
closingButton?: string;
|
|
1874
|
+
projectId?: string;
|
|
1875
|
+
};
|
|
1876
|
+
export type searchInitiatedSrc193Evid8Params = {
|
|
1877
|
+
hostingPlatform?: string;
|
|
1878
|
+
origin?: string;
|
|
1879
|
+
searchTerm?: string;
|
|
1880
|
+
resultsCnt?: number;
|
|
1881
|
+
resultsArray?: string;
|
|
1882
|
+
requestId?: string;
|
|
1883
|
+
projectId?: string;
|
|
1884
|
+
duration?: number;
|
|
1885
|
+
};
|
|
1886
|
+
export type searchResultClickSrc193Evid9Params = {
|
|
1887
|
+
hostingPlatform?: string;
|
|
1888
|
+
origin?: string;
|
|
1889
|
+
searchTerm?: string;
|
|
1890
|
+
itemIdx?: number;
|
|
1891
|
+
resultName?: string;
|
|
1892
|
+
resultValue?: string;
|
|
1893
|
+
requestId?: string;
|
|
1894
|
+
projectId?: string;
|
|
1895
|
+
};
|
|
1787
1896
|
export type pingMarketingConsentUnsubscribeClickSrc19Evid10001Params = {
|
|
1788
1897
|
msid?: string;
|
|
1789
1898
|
appDefId?: string;
|
|
@@ -7240,6 +7349,42 @@ export type mobileClickOnCreateNewSiteParams = {
|
|
|
7240
7349
|
page_view?: string;
|
|
7241
7350
|
platform?: string;
|
|
7242
7351
|
};
|
|
7352
|
+
export type toolNotSupportedModalWasShownSrc5Evid1980Params = {
|
|
7353
|
+
hosting_platform?: string;
|
|
7354
|
+
referral_info?: string;
|
|
7355
|
+
screen_width?: number;
|
|
7356
|
+
page_id?: string;
|
|
7357
|
+
page_name?: string;
|
|
7358
|
+
window_width?: number;
|
|
7359
|
+
screen_height?: number;
|
|
7360
|
+
app_id?: string;
|
|
7361
|
+
route?: string;
|
|
7362
|
+
window_height?: number;
|
|
7363
|
+
is_internal_page?: boolean;
|
|
7364
|
+
hosting_platform_context_id?: string;
|
|
7365
|
+
internal_route?: string;
|
|
7366
|
+
url?: Url;
|
|
7367
|
+
displayMode?: string;
|
|
7368
|
+
};
|
|
7369
|
+
export type toolNotSupportedModalActionSrc5Evid1981Params = {
|
|
7370
|
+
hosting_platform?: string;
|
|
7371
|
+
referral_info?: string;
|
|
7372
|
+
screen_width?: number;
|
|
7373
|
+
page_id?: string;
|
|
7374
|
+
page_name?: string;
|
|
7375
|
+
window_width?: number;
|
|
7376
|
+
screen_height?: number;
|
|
7377
|
+
app_id?: string;
|
|
7378
|
+
route?: string;
|
|
7379
|
+
window_height?: number;
|
|
7380
|
+
is_internal_page?: boolean;
|
|
7381
|
+
hosting_platform_context_id?: string;
|
|
7382
|
+
internal_route?: string;
|
|
7383
|
+
url?: Url;
|
|
7384
|
+
action_type?: string;
|
|
7385
|
+
cta?: string;
|
|
7386
|
+
displayMode?: string;
|
|
7387
|
+
};
|
|
7243
7388
|
export type dashboardFetchDealerLayoutFailedParams = {
|
|
7244
7389
|
view_type?: string;
|
|
7245
7390
|
type?: string;
|
|
@@ -10921,6 +11066,8 @@ export type toastShown85Params = {
|
|
|
10921
11066
|
msid?: GUID;
|
|
10922
11067
|
trigger_entity_id?: string;
|
|
10923
11068
|
toast_timeout?: string;
|
|
11069
|
+
hasRequestId?: boolean;
|
|
11070
|
+
toastId?: string;
|
|
10924
11071
|
message?: string;
|
|
10925
11072
|
app_id?: string;
|
|
10926
11073
|
};
|
|
@@ -10963,6 +11110,9 @@ export type toastClicked86Params = {
|
|
|
10963
11110
|
msid?: GUID;
|
|
10964
11111
|
trigger_entity_id?: string;
|
|
10965
11112
|
toast_timeout?: string;
|
|
11113
|
+
ctaName?: string;
|
|
11114
|
+
requestId?: string;
|
|
11115
|
+
toastId?: string;
|
|
10966
11116
|
};
|
|
10967
11117
|
export type crmHomeIntegrationsMarketingViewAllParams = {
|
|
10968
11118
|
view_type?: string;
|