@wix/bex-utils 2.42.0 → 2.43.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/index.js +3 -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 +3 -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 +72 -41
- 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 +3 -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 +55 -45
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js +3 -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 +3 -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 +72 -41
- 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 +3 -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 +26 -17
- 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 +3 -2
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +16 -9
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +16 -9
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +16 -9
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +25 -18
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/index.ts +6 -2
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +17 -9
- package/@wix/bi-logger-os-data/src/testkit/common.ts +84 -49
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +17 -9
- package/@wix/bi-logger-os-data/src/types.ts +31 -19
- package/@wix/bi-logger-os-data/src/v2/index.ts +28 -18
- package/package.json +3 -3
|
@@ -199,6 +199,7 @@ export class BiTestkit {
|
|
|
199
199
|
appId: string;
|
|
200
200
|
filteredListSize: number;
|
|
201
201
|
product: string;
|
|
202
|
+
consumerArtifactId: string;
|
|
202
203
|
}>(this.util.getRawEvents, 144, 106, this.validate);
|
|
203
204
|
}
|
|
204
205
|
|
|
@@ -228,6 +229,7 @@ export class BiTestkit {
|
|
|
228
229
|
appId: string;
|
|
229
230
|
filteredListSize: number;
|
|
230
231
|
product: string;
|
|
232
|
+
consumerArtifactId: string;
|
|
231
233
|
}>(this.util.getRawEvents, 144, 107, this.validate);
|
|
232
234
|
}
|
|
233
235
|
|
|
@@ -286,6 +288,7 @@ export class BiTestkit {
|
|
|
286
288
|
hostingPlatformContextId: string;
|
|
287
289
|
theme: string;
|
|
288
290
|
consumerId: string;
|
|
291
|
+
consumerArtifactId: string;
|
|
289
292
|
routerUsage: boolean;
|
|
290
293
|
isCurrentViewCustomMade: boolean;
|
|
291
294
|
artifactIdNew: string;
|
|
@@ -321,6 +324,8 @@ export class BiTestkit {
|
|
|
321
324
|
hostingPlatformContextId: string;
|
|
322
325
|
theme: string;
|
|
323
326
|
consumerId: string;
|
|
327
|
+
consumerArtifactId: string;
|
|
328
|
+
route: string;
|
|
324
329
|
routerUsage: boolean;
|
|
325
330
|
isCurrentViewCustomMade: boolean;
|
|
326
331
|
artifactIdNew: string;
|
|
@@ -478,6 +483,8 @@ export class BiTestkit {
|
|
|
478
483
|
product: string;
|
|
479
484
|
filterType: string;
|
|
480
485
|
isCustomField: boolean;
|
|
486
|
+
loadingTime: number;
|
|
487
|
+
isOriginComponentLoaded: boolean;
|
|
481
488
|
}>(this.util.getRawEvents, 144, 117, this.validate);
|
|
482
489
|
}
|
|
483
490
|
|
|
@@ -2002,6 +2009,10 @@ export class BiTestkit {
|
|
|
2002
2009
|
}>(this.util.getRawEvents, 176, 102, this.validate);
|
|
2003
2010
|
}
|
|
2004
2011
|
|
|
2012
|
+
get retryErrorSrc176Evid103() {
|
|
2013
|
+
return new EventsFilter<{ session_id: string; }>(this.util.getRawEvents, 176, 103, this.validate);
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2005
2016
|
get httpClientErrorSrc176Evid404() {
|
|
2006
2017
|
return new EventsFilter<{
|
|
2007
2018
|
request_id: string;
|
|
@@ -2014,6 +2025,7 @@ export class BiTestkit {
|
|
|
2014
2025
|
is_override_error_state_function: string;
|
|
2015
2026
|
error_json: string;
|
|
2016
2027
|
translated_message: string;
|
|
2028
|
+
method: string;
|
|
2017
2029
|
error_message: string;
|
|
2018
2030
|
exception_message: string;
|
|
2019
2031
|
client_error_code: string;
|
|
@@ -2358,6 +2370,7 @@ export class BiTestkit {
|
|
|
2358
2370
|
url: Url;
|
|
2359
2371
|
previewUrl: string;
|
|
2360
2372
|
isPatternsPage: boolean;
|
|
2373
|
+
fullRoute: string;
|
|
2361
2374
|
}>(this.util.getRawEvents, 5, 10000, this.validate);
|
|
2362
2375
|
}
|
|
2363
2376
|
|
|
@@ -6257,7 +6270,6 @@ export class BiTestkit {
|
|
|
6257
6270
|
number_of_invalid_emails: number;
|
|
6258
6271
|
invite_role_ids: string;
|
|
6259
6272
|
assignment_type: string;
|
|
6260
|
-
number_of_existing_emails: number;
|
|
6261
6273
|
origin: string;
|
|
6262
6274
|
invite_id: GUID;
|
|
6263
6275
|
num_sites: number;
|
|
@@ -6267,8 +6279,6 @@ export class BiTestkit {
|
|
|
6267
6279
|
num_folders: number;
|
|
6268
6280
|
contributors_quota: number;
|
|
6269
6281
|
invite_role_names: string;
|
|
6270
|
-
Invite_predefined_role_ids: string;
|
|
6271
|
-
invite_custom_role_ids: string;
|
|
6272
6282
|
contributors_count: number;
|
|
6273
6283
|
app_id: string;
|
|
6274
6284
|
Has_ai_assistant: boolean;
|
|
@@ -9278,15 +9288,10 @@ export class BiTestkit {
|
|
|
9278
9288
|
get rolesAndPermissionsInviteTeammatesSendInviteClickSrc5Evid1874() {
|
|
9279
9289
|
return new EventsFilter<{
|
|
9280
9290
|
context: string;
|
|
9281
|
-
number_of_invalid_emails: number;
|
|
9282
|
-
invite_custom_role_ids: string;
|
|
9283
|
-
assignment_type: string;
|
|
9284
|
-
number_of_existing_emails: number;
|
|
9285
9291
|
origin: string;
|
|
9286
9292
|
invite_id: GUID;
|
|
9287
|
-
platform: string;
|
|
9288
9293
|
number_of_valid_emails: number;
|
|
9289
|
-
|
|
9294
|
+
role_ids: string;
|
|
9290
9295
|
app_id: string;
|
|
9291
9296
|
Has_ai_assistant: boolean;
|
|
9292
9297
|
}>(this.util.getRawEvents, 5, 1874, this.validate);
|
|
@@ -9668,6 +9673,7 @@ export class BiTestkit {
|
|
|
9668
9673
|
favoritesName: string;
|
|
9669
9674
|
wasSuccess: boolean;
|
|
9670
9675
|
hostingPlatformContextId: string;
|
|
9676
|
+
origin: string;
|
|
9671
9677
|
}>(this.util.getRawEvents, 5, 215, this.validate);
|
|
9672
9678
|
}
|
|
9673
9679
|
|
|
@@ -14271,6 +14277,7 @@ export class BiTestkit {
|
|
|
14271
14277
|
url: Url;
|
|
14272
14278
|
origin: string;
|
|
14273
14279
|
action: string;
|
|
14280
|
+
esi: string;
|
|
14274
14281
|
}>(this.util.getRawEvents, 5, 814, this.validate);
|
|
14275
14282
|
}
|
|
14276
14283
|
|
|
@@ -14279,6 +14286,7 @@ export class BiTestkit {
|
|
|
14279
14286
|
url: Url;
|
|
14280
14287
|
toggle: boolean;
|
|
14281
14288
|
action: string;
|
|
14289
|
+
esi: string;
|
|
14282
14290
|
}>(this.util.getRawEvents, 5, 815, this.validate);
|
|
14283
14291
|
}
|
|
14284
14292
|
|
|
@@ -399,6 +399,12 @@ const schemaObj: SchemaObj = [
|
|
|
399
399
|
"type": "BOOL",
|
|
400
400
|
"mandatory": false
|
|
401
401
|
}
|
|
402
|
+
,
|
|
403
|
+
{
|
|
404
|
+
"inputName": "fullRoute",
|
|
405
|
+
"type": "STRING",
|
|
406
|
+
"mandatory": false
|
|
407
|
+
}
|
|
402
408
|
]
|
|
403
409
|
} as BiEventSchema,
|
|
404
410
|
{
|
|
@@ -14884,12 +14890,6 @@ const schemaObj: SchemaObj = [
|
|
|
14884
14890
|
"mandatory": false
|
|
14885
14891
|
}
|
|
14886
14892
|
,
|
|
14887
|
-
{
|
|
14888
|
-
"inputName": "number_of_existing_emails",
|
|
14889
|
-
"type": "NUMERIC",
|
|
14890
|
-
"mandatory": false
|
|
14891
|
-
}
|
|
14892
|
-
,
|
|
14893
14893
|
{
|
|
14894
14894
|
"inputName": "origin",
|
|
14895
14895
|
"type": "STRING",
|
|
@@ -14944,18 +14944,6 @@ const schemaObj: SchemaObj = [
|
|
|
14944
14944
|
"mandatory": false
|
|
14945
14945
|
}
|
|
14946
14946
|
,
|
|
14947
|
-
{
|
|
14948
|
-
"inputName": "Invite_predefined_role_ids",
|
|
14949
|
-
"type": "STRING",
|
|
14950
|
-
"mandatory": false
|
|
14951
|
-
}
|
|
14952
|
-
,
|
|
14953
|
-
{
|
|
14954
|
-
"inputName": "invite_custom_role_ids",
|
|
14955
|
-
"type": "STRING",
|
|
14956
|
-
"mandatory": false
|
|
14957
|
-
}
|
|
14958
|
-
,
|
|
14959
14947
|
{
|
|
14960
14948
|
"inputName": "contributors_count",
|
|
14961
14949
|
"type": "NUMERIC",
|
|
@@ -26283,30 +26271,6 @@ const schemaObj: SchemaObj = [
|
|
|
26283
26271
|
"mandatory": false
|
|
26284
26272
|
}
|
|
26285
26273
|
,
|
|
26286
|
-
{
|
|
26287
|
-
"inputName": "number_of_invalid_emails",
|
|
26288
|
-
"type": "NUMERIC",
|
|
26289
|
-
"mandatory": false
|
|
26290
|
-
}
|
|
26291
|
-
,
|
|
26292
|
-
{
|
|
26293
|
-
"inputName": "invite_custom_role_ids",
|
|
26294
|
-
"type": "STRING",
|
|
26295
|
-
"mandatory": false
|
|
26296
|
-
}
|
|
26297
|
-
,
|
|
26298
|
-
{
|
|
26299
|
-
"inputName": "assignment_type",
|
|
26300
|
-
"type": "STRING",
|
|
26301
|
-
"mandatory": false
|
|
26302
|
-
}
|
|
26303
|
-
,
|
|
26304
|
-
{
|
|
26305
|
-
"inputName": "number_of_existing_emails",
|
|
26306
|
-
"type": "NUMERIC",
|
|
26307
|
-
"mandatory": false
|
|
26308
|
-
}
|
|
26309
|
-
,
|
|
26310
26274
|
{
|
|
26311
26275
|
"inputName": "origin",
|
|
26312
26276
|
"type": "STRING",
|
|
@@ -26319,12 +26283,6 @@ const schemaObj: SchemaObj = [
|
|
|
26319
26283
|
"mandatory": false
|
|
26320
26284
|
}
|
|
26321
26285
|
,
|
|
26322
|
-
{
|
|
26323
|
-
"inputName": "platform",
|
|
26324
|
-
"type": "STRING",
|
|
26325
|
-
"mandatory": false
|
|
26326
|
-
}
|
|
26327
|
-
,
|
|
26328
26286
|
{
|
|
26329
26287
|
"inputName": "number_of_valid_emails",
|
|
26330
26288
|
"type": "NUMERIC",
|
|
@@ -26332,7 +26290,7 @@ const schemaObj: SchemaObj = [
|
|
|
26332
26290
|
}
|
|
26333
26291
|
,
|
|
26334
26292
|
{
|
|
26335
|
-
"inputName": "
|
|
26293
|
+
"inputName": "role_ids",
|
|
26336
26294
|
"type": "STRING",
|
|
26337
26295
|
"mandatory": false
|
|
26338
26296
|
}
|
|
@@ -27822,6 +27780,12 @@ const schemaObj: SchemaObj = [
|
|
|
27822
27780
|
"type": "STRING",
|
|
27823
27781
|
"mandatory": false
|
|
27824
27782
|
}
|
|
27783
|
+
,
|
|
27784
|
+
{
|
|
27785
|
+
"inputName": "origin",
|
|
27786
|
+
"type": "STRING",
|
|
27787
|
+
"mandatory": false
|
|
27788
|
+
}
|
|
27825
27789
|
]
|
|
27826
27790
|
} as BiEventSchema,
|
|
27827
27791
|
{
|
|
@@ -45323,6 +45287,12 @@ const schemaObj: SchemaObj = [
|
|
|
45323
45287
|
"type": "STRING",
|
|
45324
45288
|
"mandatory": false
|
|
45325
45289
|
}
|
|
45290
|
+
,
|
|
45291
|
+
{
|
|
45292
|
+
"inputName": "esi",
|
|
45293
|
+
"type": "STRING",
|
|
45294
|
+
"mandatory": false
|
|
45295
|
+
}
|
|
45326
45296
|
]
|
|
45327
45297
|
} as BiEventSchema,
|
|
45328
45298
|
{
|
|
@@ -45346,6 +45316,12 @@ const schemaObj: SchemaObj = [
|
|
|
45346
45316
|
"type": "STRING",
|
|
45347
45317
|
"mandatory": false
|
|
45348
45318
|
}
|
|
45319
|
+
,
|
|
45320
|
+
{
|
|
45321
|
+
"inputName": "esi",
|
|
45322
|
+
"type": "STRING",
|
|
45323
|
+
"mandatory": false
|
|
45324
|
+
}
|
|
45349
45325
|
]
|
|
45350
45326
|
} as BiEventSchema,
|
|
45351
45327
|
{
|
|
@@ -58395,6 +58371,12 @@ const schemaObj: SchemaObj = [
|
|
|
58395
58371
|
"type": "STRING",
|
|
58396
58372
|
"mandatory": false
|
|
58397
58373
|
}
|
|
58374
|
+
,
|
|
58375
|
+
{
|
|
58376
|
+
"inputName": "consumerArtifactId",
|
|
58377
|
+
"type": "STRING",
|
|
58378
|
+
"mandatory": false
|
|
58379
|
+
}
|
|
58398
58380
|
]
|
|
58399
58381
|
} as BiEventSchema,
|
|
58400
58382
|
{
|
|
@@ -58544,6 +58526,12 @@ const schemaObj: SchemaObj = [
|
|
|
58544
58526
|
"type": "STRING",
|
|
58545
58527
|
"mandatory": false
|
|
58546
58528
|
}
|
|
58529
|
+
,
|
|
58530
|
+
{
|
|
58531
|
+
"inputName": "consumerArtifactId",
|
|
58532
|
+
"type": "STRING",
|
|
58533
|
+
"mandatory": false
|
|
58534
|
+
}
|
|
58547
58535
|
]
|
|
58548
58536
|
} as BiEventSchema,
|
|
58549
58537
|
{
|
|
@@ -58818,6 +58806,12 @@ const schemaObj: SchemaObj = [
|
|
|
58818
58806
|
"mandatory": false
|
|
58819
58807
|
}
|
|
58820
58808
|
,
|
|
58809
|
+
{
|
|
58810
|
+
"inputName": "consumerArtifactId",
|
|
58811
|
+
"type": "STRING",
|
|
58812
|
+
"mandatory": false
|
|
58813
|
+
}
|
|
58814
|
+
,
|
|
58821
58815
|
{
|
|
58822
58816
|
"inputName": "routerUsage",
|
|
58823
58817
|
"type": "BOOL",
|
|
@@ -59003,6 +58997,18 @@ const schemaObj: SchemaObj = [
|
|
|
59003
58997
|
"mandatory": false
|
|
59004
58998
|
}
|
|
59005
58999
|
,
|
|
59000
|
+
{
|
|
59001
|
+
"inputName": "consumerArtifactId",
|
|
59002
|
+
"type": "STRING",
|
|
59003
|
+
"mandatory": false
|
|
59004
|
+
}
|
|
59005
|
+
,
|
|
59006
|
+
{
|
|
59007
|
+
"inputName": "route",
|
|
59008
|
+
"type": "STRING",
|
|
59009
|
+
"mandatory": false
|
|
59010
|
+
}
|
|
59011
|
+
,
|
|
59006
59012
|
{
|
|
59007
59013
|
"inputName": "routerUsage",
|
|
59008
59014
|
"type": "BOOL",
|
|
@@ -59794,6 +59800,18 @@ const schemaObj: SchemaObj = [
|
|
|
59794
59800
|
"type": "BOOL",
|
|
59795
59801
|
"mandatory": false
|
|
59796
59802
|
}
|
|
59803
|
+
,
|
|
59804
|
+
{
|
|
59805
|
+
"inputName": "loadingTime",
|
|
59806
|
+
"type": "NUMERIC",
|
|
59807
|
+
"mandatory": false
|
|
59808
|
+
}
|
|
59809
|
+
,
|
|
59810
|
+
{
|
|
59811
|
+
"inputName": "isOriginComponentLoaded",
|
|
59812
|
+
"type": "BOOL",
|
|
59813
|
+
"mandatory": false
|
|
59814
|
+
}
|
|
59797
59815
|
]
|
|
59798
59816
|
} as BiEventSchema,
|
|
59799
59817
|
{
|
|
@@ -67152,6 +67170,17 @@ const schemaObj: SchemaObj = [
|
|
|
67152
67170
|
}
|
|
67153
67171
|
]
|
|
67154
67172
|
} as BiEventSchema,
|
|
67173
|
+
{
|
|
67174
|
+
"event_id": 103,
|
|
67175
|
+
"name": "retryError",
|
|
67176
|
+
"fields": [
|
|
67177
|
+
{
|
|
67178
|
+
"inputName": "session_id",
|
|
67179
|
+
"type": "STRING",
|
|
67180
|
+
"mandatory": false
|
|
67181
|
+
}
|
|
67182
|
+
]
|
|
67183
|
+
} as BiEventSchema,
|
|
67155
67184
|
{
|
|
67156
67185
|
"event_id": 404,
|
|
67157
67186
|
"name": "Http Client Error",
|
|
@@ -67216,6 +67245,12 @@ const schemaObj: SchemaObj = [
|
|
|
67216
67245
|
"mandatory": false
|
|
67217
67246
|
}
|
|
67218
67247
|
,
|
|
67248
|
+
{
|
|
67249
|
+
"inputName": "method",
|
|
67250
|
+
"type": "STRING",
|
|
67251
|
+
"mandatory": false
|
|
67252
|
+
}
|
|
67253
|
+
,
|
|
67219
67254
|
{
|
|
67220
67255
|
"inputName": "error_message",
|
|
67221
67256
|
"type": "STRING",
|
|
@@ -209,6 +209,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
209
209
|
appId: string;
|
|
210
210
|
filteredListSize: number;
|
|
211
211
|
product: string;
|
|
212
|
+
consumerArtifactId: string;
|
|
212
213
|
}>(this.util.getRawEvents, 144, 106, this.validate);
|
|
213
214
|
}
|
|
214
215
|
|
|
@@ -238,6 +239,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
238
239
|
appId: string;
|
|
239
240
|
filteredListSize: number;
|
|
240
241
|
product: string;
|
|
242
|
+
consumerArtifactId: string;
|
|
241
243
|
}>(this.util.getRawEvents, 144, 107, this.validate);
|
|
242
244
|
}
|
|
243
245
|
|
|
@@ -296,6 +298,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
296
298
|
hostingPlatformContextId: string;
|
|
297
299
|
theme: string;
|
|
298
300
|
consumerId: string;
|
|
301
|
+
consumerArtifactId: string;
|
|
299
302
|
routerUsage: boolean;
|
|
300
303
|
isCurrentViewCustomMade: boolean;
|
|
301
304
|
artifactIdNew: string;
|
|
@@ -331,6 +334,8 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
331
334
|
hostingPlatformContextId: string;
|
|
332
335
|
theme: string;
|
|
333
336
|
consumerId: string;
|
|
337
|
+
consumerArtifactId: string;
|
|
338
|
+
route: string;
|
|
334
339
|
routerUsage: boolean;
|
|
335
340
|
isCurrentViewCustomMade: boolean;
|
|
336
341
|
artifactIdNew: string;
|
|
@@ -488,6 +493,8 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
488
493
|
product: string;
|
|
489
494
|
filterType: string;
|
|
490
495
|
isCustomField: boolean;
|
|
496
|
+
loadingTime: number;
|
|
497
|
+
isOriginComponentLoaded: boolean;
|
|
491
498
|
}>(this.util.getRawEvents, 144, 117, this.validate);
|
|
492
499
|
}
|
|
493
500
|
|
|
@@ -2012,6 +2019,10 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
2012
2019
|
}>(this.util.getRawEvents, 176, 102, this.validate);
|
|
2013
2020
|
}
|
|
2014
2021
|
|
|
2022
|
+
get retryErrorSrc176Evid103() {
|
|
2023
|
+
return new EventsFilter<{ session_id: string; }>(this.util.getRawEvents, 176, 103, this.validate);
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2015
2026
|
get httpClientErrorSrc176Evid404() {
|
|
2016
2027
|
return new EventsFilter<{
|
|
2017
2028
|
request_id: string;
|
|
@@ -2024,6 +2035,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
2024
2035
|
is_override_error_state_function: string;
|
|
2025
2036
|
error_json: string;
|
|
2026
2037
|
translated_message: string;
|
|
2038
|
+
method: string;
|
|
2027
2039
|
error_message: string;
|
|
2028
2040
|
exception_message: string;
|
|
2029
2041
|
client_error_code: string;
|
|
@@ -2368,6 +2380,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
2368
2380
|
url: Url;
|
|
2369
2381
|
previewUrl: string;
|
|
2370
2382
|
isPatternsPage: boolean;
|
|
2383
|
+
fullRoute: string;
|
|
2371
2384
|
}>(this.util.getRawEvents, 5, 10000, this.validate);
|
|
2372
2385
|
}
|
|
2373
2386
|
|
|
@@ -6267,7 +6280,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
6267
6280
|
number_of_invalid_emails: number;
|
|
6268
6281
|
invite_role_ids: string;
|
|
6269
6282
|
assignment_type: string;
|
|
6270
|
-
number_of_existing_emails: number;
|
|
6271
6283
|
origin: string;
|
|
6272
6284
|
invite_id: GUID;
|
|
6273
6285
|
num_sites: number;
|
|
@@ -6277,8 +6289,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
6277
6289
|
num_folders: number;
|
|
6278
6290
|
contributors_quota: number;
|
|
6279
6291
|
invite_role_names: string;
|
|
6280
|
-
Invite_predefined_role_ids: string;
|
|
6281
|
-
invite_custom_role_ids: string;
|
|
6282
6292
|
contributors_count: number;
|
|
6283
6293
|
app_id: string;
|
|
6284
6294
|
Has_ai_assistant: boolean;
|
|
@@ -9288,15 +9298,10 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
9288
9298
|
get rolesAndPermissionsInviteTeammatesSendInviteClickSrc5Evid1874() {
|
|
9289
9299
|
return new EventsFilter<{
|
|
9290
9300
|
context: string;
|
|
9291
|
-
number_of_invalid_emails: number;
|
|
9292
|
-
invite_custom_role_ids: string;
|
|
9293
|
-
assignment_type: string;
|
|
9294
|
-
number_of_existing_emails: number;
|
|
9295
9301
|
origin: string;
|
|
9296
9302
|
invite_id: GUID;
|
|
9297
|
-
platform: string;
|
|
9298
9303
|
number_of_valid_emails: number;
|
|
9299
|
-
|
|
9304
|
+
role_ids: string;
|
|
9300
9305
|
app_id: string;
|
|
9301
9306
|
Has_ai_assistant: boolean;
|
|
9302
9307
|
}>(this.util.getRawEvents, 5, 1874, this.validate);
|
|
@@ -9678,6 +9683,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
9678
9683
|
favoritesName: string;
|
|
9679
9684
|
wasSuccess: boolean;
|
|
9680
9685
|
hostingPlatformContextId: string;
|
|
9686
|
+
origin: string;
|
|
9681
9687
|
}>(this.util.getRawEvents, 5, 215, this.validate);
|
|
9682
9688
|
}
|
|
9683
9689
|
|
|
@@ -14281,6 +14287,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
14281
14287
|
url: Url;
|
|
14282
14288
|
origin: string;
|
|
14283
14289
|
action: string;
|
|
14290
|
+
esi: string;
|
|
14284
14291
|
}>(this.util.getRawEvents, 5, 814, this.validate);
|
|
14285
14292
|
}
|
|
14286
14293
|
|
|
@@ -14289,6 +14296,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
14289
14296
|
url: Url;
|
|
14290
14297
|
toggle: boolean;
|
|
14291
14298
|
action: string;
|
|
14299
|
+
esi: string;
|
|
14292
14300
|
}>(this.util.getRawEvents, 5, 815, this.validate);
|
|
14293
14301
|
}
|
|
14294
14302
|
|
|
@@ -271,6 +271,8 @@ export type newItemCreationStartParams = {
|
|
|
271
271
|
filteredListSize?: number;
|
|
272
272
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
273
273
|
product?: string;
|
|
274
|
+
// consumerArtifactId - relevant for item selection
|
|
275
|
+
consumerArtifactId?: string;
|
|
274
276
|
};
|
|
275
277
|
export type newItemCreationEndParams = {
|
|
276
278
|
// "success"/"dismissed"/"edit success"/"edit dismissed"
|
|
@@ -321,6 +323,8 @@ export type newItemCreationEndParams = {
|
|
|
321
323
|
filteredListSize?: number;
|
|
322
324
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
323
325
|
product?: string;
|
|
326
|
+
// consumerArtifactId - relevant for item selection
|
|
327
|
+
consumerArtifactId?: string;
|
|
324
328
|
};
|
|
325
329
|
export type pikachuCategoriesDropdownButtonClickedParams = {
|
|
326
330
|
// Artifact that owns the component
|
|
@@ -414,6 +418,8 @@ export type loadStartParams = {
|
|
|
414
418
|
theme?: string;
|
|
415
419
|
// consumer Id - relevant for artifact_id = item selection module
|
|
416
420
|
consumerId?: string;
|
|
421
|
+
// consumerArtifactId - relevant for item selection
|
|
422
|
+
consumerArtifactId?: string;
|
|
417
423
|
// returns true if Wix Patterns router is being used, else false
|
|
418
424
|
//
|
|
419
425
|
routerUsage?: boolean;
|
|
@@ -478,6 +484,10 @@ export type loadEndParams = {
|
|
|
478
484
|
theme?: string;
|
|
479
485
|
// consumer Id - relevant for artifact_id = item selection module
|
|
480
486
|
consumerId?: string;
|
|
487
|
+
// consumerArtifactId - relevant for item selection
|
|
488
|
+
consumerArtifactId?: string;
|
|
489
|
+
// The page's route
|
|
490
|
+
route?: string;
|
|
481
491
|
// returns true if Wix Patterns router is being used, else false
|
|
482
492
|
routerUsage?: boolean;
|
|
483
493
|
// will be True if the current view is custom-made; otherwise, it will be False
|
|
@@ -748,6 +758,10 @@ export type cairoFilterToggledParams = {
|
|
|
748
758
|
filterType?: string;
|
|
749
759
|
// true if the field is customized
|
|
750
760
|
isCustomField?: boolean;
|
|
761
|
+
// Component loading time (in ms) after toggling
|
|
762
|
+
loadingTime?: number;
|
|
763
|
+
// True if the original component was loaded before toggling
|
|
764
|
+
isOriginComponentLoaded?: boolean;
|
|
751
765
|
};
|
|
752
766
|
export type cairoAllFiltersClearedParams = {
|
|
753
767
|
// Artifact that owns the component
|
|
@@ -3233,6 +3247,10 @@ export type showErrorSrc176Evid102Params = {
|
|
|
3233
3247
|
// action_was_provided
|
|
3234
3248
|
action_was_provided?: string;
|
|
3235
3249
|
};
|
|
3250
|
+
export type retryErrorSrc176Evid103Params = {
|
|
3251
|
+
// the key for connecting the error event
|
|
3252
|
+
session_id?: string;
|
|
3253
|
+
};
|
|
3236
3254
|
export type httpClientErrorSrc176Evid404Params = {
|
|
3237
3255
|
// the error request id
|
|
3238
3256
|
request_id?: string;
|
|
@@ -3254,6 +3272,8 @@ export type httpClientErrorSrc176Evid404Params = {
|
|
|
3254
3272
|
error_json?: string;
|
|
3255
3273
|
// translated_message
|
|
3256
3274
|
translated_message?: string;
|
|
3275
|
+
// HTTP request method (GET,POST,HEAD etc.)
|
|
3276
|
+
method?: string;
|
|
3257
3277
|
// the error message from the json
|
|
3258
3278
|
error_message?: string;
|
|
3259
3279
|
// exception message
|
|
@@ -3770,6 +3790,8 @@ export type pageClassifierSrc5Evid10000Params = {
|
|
|
3770
3790
|
previewUrl?: string;
|
|
3771
3791
|
// yes if it is on Patterns
|
|
3772
3792
|
isPatternsPage?: boolean;
|
|
3793
|
+
// Full Route
|
|
3794
|
+
fullRoute?: string;
|
|
3773
3795
|
};
|
|
3774
3796
|
export type dashboardDeleteAndRestoreSiteRestoreSiteClickParams = {
|
|
3775
3797
|
// view_type
|
|
@@ -8716,8 +8738,6 @@ export type teamManagementInvitePeopleSendInviteParams = {
|
|
|
8716
8738
|
invite_role_ids?: string;
|
|
8717
8739
|
// all/specific
|
|
8718
8740
|
assignment_type?: string;
|
|
8719
|
-
// emails that already exist in the team
|
|
8720
|
-
number_of_existing_emails?: number;
|
|
8721
8741
|
// where the modal was clicked from
|
|
8722
8742
|
origin?: string;
|
|
8723
8743
|
// the invite_id
|
|
@@ -8737,10 +8757,6 @@ export type teamManagementInvitePeopleSendInviteParams = {
|
|
|
8737
8757
|
contributors_quota?: number;
|
|
8738
8758
|
// the names of the rols assigned in the invite.
|
|
8739
8759
|
invite_role_names?: string;
|
|
8740
|
-
// all the roles which are predefined in an array (passed as string) in the invite (“123, 456”)
|
|
8741
|
-
Invite_predefined_role_ids?: string;
|
|
8742
|
-
// all the roles which are custom in an array (passed as string) in the invite ("123", "456").
|
|
8743
|
-
invite_custom_role_ids?: string;
|
|
8744
8760
|
// How many contributors are actually active on the site
|
|
8745
8761
|
contributors_count?: number;
|
|
8746
8762
|
// app_id (context = app)
|
|
@@ -12606,25 +12622,15 @@ export type rolesAndPermissionsManageRolesEditRoleSrc5Evid1871Params = {
|
|
|
12606
12622
|
export type rolesAndPermissionsInviteTeammatesSendInviteClickSrc5Evid1874Params = {
|
|
12607
12623
|
// account
|
|
12608
12624
|
context?: string;
|
|
12609
|
-
// number of invalid emails (only errors for not typing correctly - exclude errors for existing emails)
|
|
12610
|
-
number_of_invalid_emails?: number;
|
|
12611
|
-
// the role_ids that the user sends to the invitees which are custom alongside binary indicator for the 'All sites and folders' (True for usage in this).
|
|
12612
|
-
invite_custom_role_ids?: string;
|
|
12613
|
-
// all/specific
|
|
12614
|
-
assignment_type?: string;
|
|
12615
|
-
// emails that already exist in the team
|
|
12616
|
-
number_of_existing_emails?: number;
|
|
12617
12625
|
// where the modal was clicked from
|
|
12618
12626
|
origin?: string;
|
|
12619
12627
|
// the invite_id
|
|
12620
12628
|
invite_id?: GUID;
|
|
12621
|
-
// platform
|
|
12622
|
-
platform?: string;
|
|
12623
12629
|
// number of valid emails
|
|
12624
12630
|
number_of_valid_emails?: number;
|
|
12625
|
-
// the role_ids that the user sends to the invitees
|
|
12626
|
-
|
|
12627
|
-
//
|
|
12631
|
+
// the role_ids that the user sends to the invitees alongside binary indicator for the 'All sites and folders' (True for usage in this).
|
|
12632
|
+
role_ids?: string;
|
|
12633
|
+
// The team account id
|
|
12628
12634
|
app_id?: string;
|
|
12629
12635
|
// Does the user has AI assistant on this page
|
|
12630
12636
|
//
|
|
@@ -13131,6 +13137,8 @@ export type osFavoritesPagesEditParams = {
|
|
|
13131
13137
|
wasSuccess?: boolean;
|
|
13132
13138
|
// 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
|
|
13133
13139
|
hostingPlatformContextId?: string;
|
|
13140
|
+
// Favorites popup / sidebar
|
|
13141
|
+
origin?: string;
|
|
13134
13142
|
};
|
|
13135
13143
|
export type dashboardSettingsUpdateParams = {
|
|
13136
13144
|
// settings section name
|
|
@@ -19101,6 +19109,8 @@ export type cookiesBannerCtaParams = {
|
|
|
19101
19109
|
origin?: string;
|
|
19102
19110
|
// accept/settings/dismiss/read_policy/render/decline_all/save/hide
|
|
19103
19111
|
action?: string;
|
|
19112
|
+
// esi
|
|
19113
|
+
esi?: string;
|
|
19104
19114
|
};
|
|
19105
19115
|
export type cookiesBannerSettingsWindowCtaParams = {
|
|
19106
19116
|
// url
|
|
@@ -19109,6 +19119,8 @@ export type cookiesBannerSettingsWindowCtaParams = {
|
|
|
19109
19119
|
toggle?: boolean;
|
|
19110
19120
|
// save/dismiss/toggle/read_policy
|
|
19111
19121
|
action?: string;
|
|
19122
|
+
// esi
|
|
19123
|
+
esi?: string;
|
|
19112
19124
|
};
|
|
19113
19125
|
export type cookiesBannerPrivacyPolicyClickedParams = {
|
|
19114
19126
|
// url
|