@wix/bex-utils 2.67.0 → 2.68.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.
Files changed (33) hide show
  1. package/@wix/bi-logger-os-data/dist/cjs/index.js +33 -0
  2. package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
  3. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +33 -0
  4. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
  5. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +711 -0
  6. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
  7. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +33 -0
  8. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
  9. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +304 -32
  10. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
  11. package/@wix/bi-logger-os-data/dist/esm/index.js +33 -0
  12. package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
  13. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +33 -0
  14. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
  15. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +711 -0
  16. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
  17. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +33 -0
  18. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
  19. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +263 -2
  20. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
  21. package/@wix/bi-logger-os-data/dist/types/index.d.ts +13 -2
  22. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +150 -0
  23. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +150 -0
  24. package/@wix/bi-logger-os-data/dist/types/types.d.ts +150 -0
  25. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +242 -3
  26. package/@wix/bi-logger-os-data/package.json +2 -2
  27. package/@wix/bi-logger-os-data/src/index.ts +46 -2
  28. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +183 -0
  29. package/@wix/bi-logger-os-data/src/testkit/common.ts +851 -23
  30. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +183 -0
  31. package/@wix/bi-logger-os-data/src/types.ts +292 -2
  32. package/@wix/bi-logger-os-data/src/v2/index.ts +275 -3
  33. package/package.json +3 -3
@@ -58,6 +58,7 @@ export class BiTestkit {
58
58
  current_page_id: string;
59
59
  panel_name: string;
60
60
  builderType: string;
61
+ isAiSiteCreation: boolean;
61
62
  }>(this.util.getRawEvents, 110, 122, this.validate);
62
63
  }
63
64
 
@@ -65,6 +66,7 @@ export class BiTestkit {
65
66
  return new EventsFilter<{
66
67
  service_status: string;
67
68
  mcp_query: string;
69
+ username: string;
68
70
  }>(this.util.getRawEvents, 11, 1992, this.validate);
69
71
  }
70
72
 
@@ -83,6 +85,25 @@ export class BiTestkit {
83
85
  }>(this.util.getRawEvents, 144, 1, this.validate);
84
86
  }
85
87
 
88
+ get wixPatternsDeleteModalShownSrc144Evid10() {
89
+ return new EventsFilter<{
90
+ artifactId: string;
91
+ location: string;
92
+ csid: GUID;
93
+ cairoVersion: string;
94
+ isSelectAll: boolean;
95
+ isTPA: boolean;
96
+ componentName: string;
97
+ componentType: string;
98
+ itemId: string;
99
+ itemIndex: number;
100
+ numItems: number;
101
+ appId: string;
102
+ hostingPlatformContextId: string;
103
+ url: string;
104
+ }>(this.util.getRawEvents, 144, 10, this.validate);
105
+ }
106
+
86
107
  get wixPatternsPageInteractiveSrc144Evid1000() {
87
108
  return new EventsFilter<{
88
109
  artifactId: string;
@@ -284,6 +305,26 @@ export class BiTestkit {
284
305
  }>(this.util.getRawEvents, 144, 109, this.validate);
285
306
  }
286
307
 
308
+ get wixPatternsDeleteModalCtaClickedSrc144Evid11() {
309
+ return new EventsFilter<{
310
+ artifactId: string;
311
+ location: string;
312
+ csid: GUID;
313
+ cairoVersion: string;
314
+ isSelectAll: boolean;
315
+ isTPA: boolean;
316
+ componentName: string;
317
+ componentType: string;
318
+ ctaName: string;
319
+ itemId: string;
320
+ itemIndex: number;
321
+ numItems: number;
322
+ appId: string;
323
+ hostingPlatformContextId: string;
324
+ url: string;
325
+ }>(this.util.getRawEvents, 144, 11, this.validate);
326
+ }
327
+
287
328
  get loadStart() {
288
329
  return new EventsFilter<{
289
330
  artifactId: string;
@@ -306,6 +347,7 @@ export class BiTestkit {
306
347
  providerId: string;
307
348
  providerName: string;
308
349
  referralInfo: string;
350
+ isAutoPatterns: boolean;
309
351
  hostingPlatformContextId: string;
310
352
  theme: string;
311
353
  consumerId: string;
@@ -349,6 +391,7 @@ export class BiTestkit {
349
391
  currentKanban: string;
350
392
  referralInfo: string;
351
393
  sectionsOverview: string;
394
+ isAutoPatterns: boolean;
352
395
  hostingPlatformContextId: string;
353
396
  theme: string;
354
397
  consumerId: string;
@@ -2092,6 +2135,99 @@ export class BiTestkit {
2092
2135
  }>(this.util.getRawEvents, 176, 404, this.validate);
2093
2136
  }
2094
2137
 
2138
+ get genericUserActionSrc193Evid2() {
2139
+ return new EventsFilter<{
2140
+ actionType: string;
2141
+ actionIntent: string;
2142
+ hostingPlatform: string;
2143
+ origin: string;
2144
+ messageId: string;
2145
+ conversationId: string;
2146
+ entityType: string;
2147
+ entityId: string;
2148
+ actionName: string;
2149
+ requestId: string;
2150
+ assetId: string;
2151
+ projectId: string;
2152
+ componentId: string;
2153
+ assetClass: string;
2154
+ additionalInfo: string;
2155
+ }>(this.util.getRawEvents, 193, 2, this.validate);
2156
+ }
2157
+
2158
+ get panelLoadedSrc193Evid4() {
2159
+ return new EventsFilter<{
2160
+ panelType: string;
2161
+ hostingPlatform: string;
2162
+ origin: string;
2163
+ duration: number;
2164
+ }>(this.util.getRawEvents, 193, 4, this.validate);
2165
+ }
2166
+
2167
+ get errorSrc193Evid5() {
2168
+ return new EventsFilter<{
2169
+ errorType: string;
2170
+ requestId: string;
2171
+ errorMessage: string;
2172
+ errorDescription: string;
2173
+ errorCode: number;
2174
+ entityType: string;
2175
+ entityId: string;
2176
+ displayedAction: string;
2177
+ isDisplayed: boolean;
2178
+ origin: string;
2179
+ hostingPlatform: string;
2180
+ projectId: string;
2181
+ isFatal: boolean;
2182
+ }>(this.util.getRawEvents, 193, 5, this.validate);
2183
+ }
2184
+
2185
+ get panelLoadedSrc193Evid6() {
2186
+ return new EventsFilter<{
2187
+ panelType: string;
2188
+ hostingPlatform: string;
2189
+ origin: string;
2190
+ duration: number;
2191
+ projectId: string;
2192
+ }>(this.util.getRawEvents, 193, 6, this.validate);
2193
+ }
2194
+
2195
+ get panelClosedSrc193Evid7() {
2196
+ return new EventsFilter<{
2197
+ panelType: string;
2198
+ hostingPlatform: string;
2199
+ origin: string;
2200
+ closingButton: string;
2201
+ projectId: string;
2202
+ }>(this.util.getRawEvents, 193, 7, this.validate);
2203
+ }
2204
+
2205
+ get searchInitiatedSrc193Evid8() {
2206
+ return new EventsFilter<{
2207
+ hostingPlatform: string;
2208
+ origin: string;
2209
+ searchTerm: string;
2210
+ resultsCnt: number;
2211
+ resultsArray: string;
2212
+ requestId: string;
2213
+ projectId: string;
2214
+ duration: number;
2215
+ }>(this.util.getRawEvents, 193, 8, this.validate);
2216
+ }
2217
+
2218
+ get searchResultClickSrc193Evid9() {
2219
+ return new EventsFilter<{
2220
+ hostingPlatform: string;
2221
+ origin: string;
2222
+ searchTerm: string;
2223
+ itemIdx: number;
2224
+ resultName: string;
2225
+ resultValue: string;
2226
+ requestId: string;
2227
+ projectId: string;
2228
+ }>(this.util.getRawEvents, 193, 9, this.validate);
2229
+ }
2230
+
2095
2231
  get pingMarketingConsentUnsubscribeClickSrc19Evid10001() {
2096
2232
  return new EventsFilter<{
2097
2233
  msid: string;
@@ -9540,6 +9676,48 @@ export class BiTestkit {
9540
9676
  }>(this.util.getRawEvents, 5, 196, this.validate);
9541
9677
  }
9542
9678
 
9679
+ get toolNotSupportedModalWasShownSrc5Evid1980() {
9680
+ return new EventsFilter<{
9681
+ hosting_platform: string;
9682
+ referral_info: string;
9683
+ screen_width: number;
9684
+ page_id: string;
9685
+ page_name: string;
9686
+ window_width: number;
9687
+ screen_height: number;
9688
+ app_id: string;
9689
+ route: string;
9690
+ window_height: number;
9691
+ is_internal_page: boolean;
9692
+ hosting_platform_context_id: string;
9693
+ internal_route: string;
9694
+ url: Url;
9695
+ displayMode: string;
9696
+ }>(this.util.getRawEvents, 5, 1980, this.validate);
9697
+ }
9698
+
9699
+ get toolNotSupportedModalActionSrc5Evid1981() {
9700
+ return new EventsFilter<{
9701
+ hosting_platform: string;
9702
+ referral_info: string;
9703
+ screen_width: number;
9704
+ page_id: string;
9705
+ page_name: string;
9706
+ window_width: number;
9707
+ screen_height: number;
9708
+ app_id: string;
9709
+ route: string;
9710
+ window_height: number;
9711
+ is_internal_page: boolean;
9712
+ hosting_platform_context_id: string;
9713
+ internal_route: string;
9714
+ url: Url;
9715
+ action_type: string;
9716
+ cta: string;
9717
+ displayMode: string;
9718
+ }>(this.util.getRawEvents, 5, 1981, this.validate);
9719
+ }
9720
+
9543
9721
  get dashboardFetchDealerLayoutFailed() {
9544
9722
  return new EventsFilter<{
9545
9723
  view_type: string;
@@ -14549,6 +14727,8 @@ export class BiTestkit {
14549
14727
  msid: GUID;
14550
14728
  trigger_entity_id: string;
14551
14729
  toast_timeout: string;
14730
+ hasRequestId: boolean;
14731
+ toastId: string;
14552
14732
  message: string;
14553
14733
  app_id: string;
14554
14734
  }>(this.util.getRawEvents, 5, 85, this.validate);
@@ -14606,6 +14786,9 @@ export class BiTestkit {
14606
14786
  msid: GUID;
14607
14787
  trigger_entity_id: string;
14608
14788
  toast_timeout: string;
14789
+ ctaName: string;
14790
+ requestId: string;
14791
+ toastId: string;
14609
14792
  }>(this.util.getRawEvents, 5, 86, this.validate);
14610
14793
  }
14611
14794