@wix/bex-utils 2.41.0 → 2.42.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 +18 -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 +18 -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 +340 -14
  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 +18 -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 +159 -19
  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 +18 -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 +18 -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 +340 -14
  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 +18 -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 +138 -4
  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 +8 -2
  22. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +73 -3
  23. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +73 -3
  24. package/@wix/bi-logger-os-data/dist/types/types.d.ts +73 -3
  25. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +127 -5
  26. package/@wix/bi-logger-os-data/package.json +2 -2
  27. package/@wix/bi-logger-os-data/src/index.ts +26 -2
  28. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +91 -3
  29. package/@wix/bi-logger-os-data/src/testkit/common.ts +394 -16
  30. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +91 -3
  31. package/@wix/bi-logger-os-data/src/types.ts +135 -6
  32. package/@wix/bi-logger-os-data/src/v2/index.ts +145 -5
  33. package/package.json +3 -3
@@ -285,6 +285,7 @@ export class BiTestkit {
285
285
  product: string;
286
286
  hostingPlatformContextId: string;
287
287
  theme: string;
288
+ consumerId: string;
288
289
  routerUsage: boolean;
289
290
  isCurrentViewCustomMade: boolean;
290
291
  artifactIdNew: string;
@@ -319,6 +320,7 @@ export class BiTestkit {
319
320
  product: string;
320
321
  hostingPlatformContextId: string;
321
322
  theme: string;
323
+ consumerId: string;
322
324
  routerUsage: boolean;
323
325
  isCurrentViewCustomMade: boolean;
324
326
  artifactIdNew: string;
@@ -1712,6 +1714,7 @@ export class BiTestkit {
1712
1714
  itemId: string;
1713
1715
  appId: string;
1714
1716
  product: string;
1717
+ theme: string;
1715
1718
  }>(this.util.getRawEvents, 144, 171, this.validate);
1716
1719
  }
1717
1720
 
@@ -1731,6 +1734,7 @@ export class BiTestkit {
1731
1734
  itemId: string;
1732
1735
  appId: string;
1733
1736
  product: string;
1737
+ theme: string;
1734
1738
  }>(this.util.getRawEvents, 144, 172, this.validate);
1735
1739
  }
1736
1740
 
@@ -1754,6 +1758,7 @@ export class BiTestkit {
1754
1758
  appId: string;
1755
1759
  isFromSearch: boolean;
1756
1760
  product: string;
1761
+ theme: string;
1757
1762
  }>(this.util.getRawEvents, 144, 173, this.validate);
1758
1763
  }
1759
1764
 
@@ -1978,6 +1983,7 @@ export class BiTestkit {
1978
1983
  get getResolvedErrorSrc176Evid101() {
1979
1984
  return new EventsFilter<{
1980
1985
  session_id: string;
1986
+ isEn: boolean;
1981
1987
  mapped_error_not_available: string;
1982
1988
  translated_message: string;
1983
1989
  action_text: string;
@@ -1989,6 +1995,7 @@ export class BiTestkit {
1989
1995
  get showErrorSrc176Evid102() {
1990
1996
  return new EventsFilter<{
1991
1997
  session_id: string;
1998
+ isEn: boolean;
1992
1999
  displayed_message: string;
1993
2000
  displayed_action: string;
1994
2001
  action_was_provided: string;
@@ -2350,6 +2357,7 @@ export class BiTestkit {
2350
2357
  score: number;
2351
2358
  url: Url;
2352
2359
  previewUrl: string;
2360
+ isPatternsPage: boolean;
2353
2361
  }>(this.util.getRawEvents, 5, 10000, this.validate);
2354
2362
  }
2355
2363
 
@@ -6258,6 +6266,9 @@ export class BiTestkit {
6258
6266
  number_of_valid_emails: number;
6259
6267
  num_folders: number;
6260
6268
  contributors_quota: number;
6269
+ invite_role_names: string;
6270
+ Invite_predefined_role_ids: string;
6271
+ invite_custom_role_ids: string;
6261
6272
  contributors_count: number;
6262
6273
  app_id: string;
6263
6274
  Has_ai_assistant: boolean;
@@ -6331,8 +6342,6 @@ export class BiTestkit {
6331
6342
  role_id: string;
6332
6343
  role_type: string;
6333
6344
  origin: string;
6334
- platform: string;
6335
- msid: GUID;
6336
6345
  }>(this.util.getRawEvents, 5, 1418, this.validate);
6337
6346
  }
6338
6347
 
@@ -6340,8 +6349,8 @@ export class BiTestkit {
6340
6349
  return new EventsFilter<{
6341
6350
  context: string;
6342
6351
  role_id: string;
6343
- platform: string;
6344
6352
  msid: GUID;
6353
+ origin: string;
6345
6354
  }>(this.util.getRawEvents, 5, 1419, this.validate);
6346
6355
  }
6347
6356
 
@@ -9233,6 +9242,18 @@ export class BiTestkit {
9233
9242
  }>(this.util.getRawEvents, 5, 185, this.validate);
9234
9243
  }
9235
9244
 
9245
+ get leavingWithoutSavingModalOpenedSrc5Evid1858() {
9246
+ return new EventsFilter<{
9247
+ hosting_platform: string;
9248
+ page_id: string;
9249
+ page_name: string;
9250
+ route: string;
9251
+ hosting_platform_context_id: string;
9252
+ internal_route: string;
9253
+ displayMode: string;
9254
+ }>(this.util.getRawEvents, 5, 1858, this.validate);
9255
+ }
9256
+
9236
9257
  get dashboardContributorsClickOnMangeRolesAndPermissions() {
9237
9258
  return new EventsFilter<{
9238
9259
  view_type: string;
@@ -9242,6 +9263,73 @@ export class BiTestkit {
9242
9263
  }>(this.util.getRawEvents, 5, 187, this.validate);
9243
9264
  }
9244
9265
 
9266
+ get rolesAndPermissionsManageRolesEditRoleSrc5Evid1871() {
9267
+ return new EventsFilter<{
9268
+ context: string;
9269
+ role_id: string;
9270
+ role_type: string;
9271
+ origin: string;
9272
+ platform: string;
9273
+ role_name: string;
9274
+ Has_ai_assistant: boolean;
9275
+ }>(this.util.getRawEvents, 5, 1871, this.validate);
9276
+ }
9277
+
9278
+ get rolesAndPermissionsInviteTeammatesSendInviteClickSrc5Evid1874() {
9279
+ return new EventsFilter<{
9280
+ 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
+ origin: string;
9286
+ invite_id: GUID;
9287
+ platform: string;
9288
+ number_of_valid_emails: number;
9289
+ invite_predefined_role_ids: string;
9290
+ app_id: string;
9291
+ Has_ai_assistant: boolean;
9292
+ }>(this.util.getRawEvents, 5, 1874, this.validate);
9293
+ }
9294
+
9295
+ get restoreSiteModalOpenedSrc5Evid1875() {
9296
+ return new EventsFilter<{
9297
+ hosting_platform: string;
9298
+ page_id: string;
9299
+ page_name: string;
9300
+ route: string;
9301
+ hosting_platform_context_id: string;
9302
+ internal_route: string;
9303
+ origin: string;
9304
+ }>(this.util.getRawEvents, 5, 1875, this.validate);
9305
+ }
9306
+
9307
+ get restoreSiteModalCtaClickedSrc5Evid1876() {
9308
+ return new EventsFilter<{
9309
+ hosting_platform: string;
9310
+ page_id: string;
9311
+ page_name: string;
9312
+ route: string;
9313
+ hosting_platform_context_id: string;
9314
+ internal_route: string;
9315
+ cta: string;
9316
+ origin: string;
9317
+ }>(this.util.getRawEvents, 5, 1876, this.validate);
9318
+ }
9319
+
9320
+ get leavingWithoutSavingModalCtaClickedSrc5Evid1878() {
9321
+ return new EventsFilter<{
9322
+ hosting_platform: string;
9323
+ page_id: string;
9324
+ page_name: string;
9325
+ route: string;
9326
+ hosting_platform_context_id: string;
9327
+ internal_route: string;
9328
+ cta: string;
9329
+ displayMode: string;
9330
+ }>(this.util.getRawEvents, 5, 1878, this.validate);
9331
+ }
9332
+
9245
9333
  get ascendHoverOnUpgradeAscend() {
9246
9334
  return new EventsFilter<{
9247
9335
  appName: string;
@@ -393,6 +393,12 @@ const schemaObj: SchemaObj = [
393
393
  "type": "STRING",
394
394
  "mandatory": false
395
395
  }
396
+ ,
397
+ {
398
+ "inputName": "isPatternsPage",
399
+ "type": "BOOL",
400
+ "mandatory": false
401
+ }
396
402
  ]
397
403
  } as BiEventSchema,
398
404
  {
@@ -14932,6 +14938,24 @@ const schemaObj: SchemaObj = [
14932
14938
  "mandatory": false
14933
14939
  }
14934
14940
  ,
14941
+ {
14942
+ "inputName": "invite_role_names",
14943
+ "type": "STRING",
14944
+ "mandatory": false
14945
+ }
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
+ ,
14935
14959
  {
14936
14960
  "inputName": "contributors_count",
14937
14961
  "type": "NUMERIC",
@@ -15194,18 +15218,6 @@ const schemaObj: SchemaObj = [
15194
15218
  "type": "STRING",
15195
15219
  "mandatory": false
15196
15220
  }
15197
- ,
15198
- {
15199
- "inputName": "platform",
15200
- "type": "STRING",
15201
- "mandatory": false
15202
- }
15203
- ,
15204
- {
15205
- "inputName": "msid",
15206
- "type": "GUID",
15207
- "mandatory": false
15208
- }
15209
15221
  ]
15210
15222
  } as BiEventSchema,
15211
15223
  {
@@ -15225,14 +15237,14 @@ const schemaObj: SchemaObj = [
15225
15237
  }
15226
15238
  ,
15227
15239
  {
15228
- "inputName": "platform",
15229
- "type": "STRING",
15240
+ "inputName": "msid",
15241
+ "type": "GUID",
15230
15242
  "mandatory": false
15231
15243
  }
15232
15244
  ,
15233
15245
  {
15234
- "inputName": "msid",
15235
- "type": "GUID",
15246
+ "inputName": "origin",
15247
+ "type": "STRING",
15236
15248
  "mandatory": false
15237
15249
  }
15238
15250
  ]
@@ -26138,6 +26150,53 @@ const schemaObj: SchemaObj = [
26138
26150
  }
26139
26151
  ]
26140
26152
  } as BiEventSchema,
26153
+ {
26154
+ "event_id": 1858,
26155
+ "name": "Leaving without saving - modal opened",
26156
+ "fields": [
26157
+ {
26158
+ "inputName": "hosting_platform",
26159
+ "type": "STRING",
26160
+ "mandatory": false
26161
+ }
26162
+ ,
26163
+ {
26164
+ "inputName": "page_id",
26165
+ "type": "STRING",
26166
+ "mandatory": false
26167
+ }
26168
+ ,
26169
+ {
26170
+ "inputName": "page_name",
26171
+ "type": "STRING",
26172
+ "mandatory": false
26173
+ }
26174
+ ,
26175
+ {
26176
+ "inputName": "route",
26177
+ "type": "STRING",
26178
+ "mandatory": false
26179
+ }
26180
+ ,
26181
+ {
26182
+ "inputName": "hosting_platform_context_id",
26183
+ "type": "STRING",
26184
+ "mandatory": false
26185
+ }
26186
+ ,
26187
+ {
26188
+ "inputName": "internal_route",
26189
+ "type": "STRING",
26190
+ "mandatory": false
26191
+ }
26192
+ ,
26193
+ {
26194
+ "inputName": "displayMode",
26195
+ "type": "STRING",
26196
+ "mandatory": false
26197
+ }
26198
+ ]
26199
+ } as BiEventSchema,
26141
26200
  {
26142
26201
  "event_id": 187,
26143
26202
  "name": "dashboard > contributors > click on mange roles and permissions",
@@ -26167,6 +26226,283 @@ const schemaObj: SchemaObj = [
26167
26226
  }
26168
26227
  ]
26169
26228
  } as BiEventSchema,
26229
+ {
26230
+ "event_id": 1871,
26231
+ "name": "Roles and Permissions - Manage Roles - Edit Role",
26232
+ "fields": [
26233
+ {
26234
+ "inputName": "context",
26235
+ "type": "STRING",
26236
+ "mandatory": false
26237
+ }
26238
+ ,
26239
+ {
26240
+ "inputName": "role_id",
26241
+ "type": "STRING",
26242
+ "mandatory": false
26243
+ }
26244
+ ,
26245
+ {
26246
+ "inputName": "role_type",
26247
+ "type": "STRING",
26248
+ "mandatory": false
26249
+ }
26250
+ ,
26251
+ {
26252
+ "inputName": "origin",
26253
+ "type": "STRING",
26254
+ "mandatory": false
26255
+ }
26256
+ ,
26257
+ {
26258
+ "inputName": "platform",
26259
+ "type": "STRING",
26260
+ "mandatory": false
26261
+ }
26262
+ ,
26263
+ {
26264
+ "inputName": "role_name",
26265
+ "type": "STRING",
26266
+ "mandatory": false
26267
+ }
26268
+ ,
26269
+ {
26270
+ "inputName": "Has_ai_assistant",
26271
+ "type": "BOOL",
26272
+ "mandatory": false
26273
+ }
26274
+ ]
26275
+ } as BiEventSchema,
26276
+ {
26277
+ "event_id": 1874,
26278
+ "name": "Roles and Permissions - Invite Teammates - Send Invite Click",
26279
+ "fields": [
26280
+ {
26281
+ "inputName": "context",
26282
+ "type": "STRING",
26283
+ "mandatory": false
26284
+ }
26285
+ ,
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
+ {
26311
+ "inputName": "origin",
26312
+ "type": "STRING",
26313
+ "mandatory": false
26314
+ }
26315
+ ,
26316
+ {
26317
+ "inputName": "invite_id",
26318
+ "type": "GUID",
26319
+ "mandatory": false
26320
+ }
26321
+ ,
26322
+ {
26323
+ "inputName": "platform",
26324
+ "type": "STRING",
26325
+ "mandatory": false
26326
+ }
26327
+ ,
26328
+ {
26329
+ "inputName": "number_of_valid_emails",
26330
+ "type": "NUMERIC",
26331
+ "mandatory": false
26332
+ }
26333
+ ,
26334
+ {
26335
+ "inputName": "invite_predefined_role_ids",
26336
+ "type": "STRING",
26337
+ "mandatory": false
26338
+ }
26339
+ ,
26340
+ {
26341
+ "inputName": "app_id",
26342
+ "type": "STRING",
26343
+ "mandatory": false
26344
+ }
26345
+ ,
26346
+ {
26347
+ "inputName": "Has_ai_assistant",
26348
+ "type": "BOOL",
26349
+ "mandatory": false
26350
+ }
26351
+ ]
26352
+ } as BiEventSchema,
26353
+ {
26354
+ "event_id": 1875,
26355
+ "name": "Restore site - modal opened ",
26356
+ "fields": [
26357
+ {
26358
+ "inputName": "hosting_platform",
26359
+ "type": "STRING",
26360
+ "mandatory": false
26361
+ }
26362
+ ,
26363
+ {
26364
+ "inputName": "page_id",
26365
+ "type": "STRING",
26366
+ "mandatory": false
26367
+ }
26368
+ ,
26369
+ {
26370
+ "inputName": "page_name",
26371
+ "type": "STRING",
26372
+ "mandatory": false
26373
+ }
26374
+ ,
26375
+ {
26376
+ "inputName": "route",
26377
+ "type": "STRING",
26378
+ "mandatory": false
26379
+ }
26380
+ ,
26381
+ {
26382
+ "inputName": "hosting_platform_context_id",
26383
+ "type": "STRING",
26384
+ "mandatory": false
26385
+ }
26386
+ ,
26387
+ {
26388
+ "inputName": "internal_route",
26389
+ "type": "STRING",
26390
+ "mandatory": false
26391
+ }
26392
+ ,
26393
+ {
26394
+ "inputName": "origin",
26395
+ "type": "STRING",
26396
+ "mandatory": false
26397
+ }
26398
+ ]
26399
+ } as BiEventSchema,
26400
+ {
26401
+ "event_id": 1876,
26402
+ "name": "Restore site – Modal CTA clicked",
26403
+ "fields": [
26404
+ {
26405
+ "inputName": "hosting_platform",
26406
+ "type": "STRING",
26407
+ "mandatory": false
26408
+ }
26409
+ ,
26410
+ {
26411
+ "inputName": "page_id",
26412
+ "type": "STRING",
26413
+ "mandatory": false
26414
+ }
26415
+ ,
26416
+ {
26417
+ "inputName": "page_name",
26418
+ "type": "STRING",
26419
+ "mandatory": false
26420
+ }
26421
+ ,
26422
+ {
26423
+ "inputName": "route",
26424
+ "type": "STRING",
26425
+ "mandatory": false
26426
+ }
26427
+ ,
26428
+ {
26429
+ "inputName": "hosting_platform_context_id",
26430
+ "type": "STRING",
26431
+ "mandatory": false
26432
+ }
26433
+ ,
26434
+ {
26435
+ "inputName": "internal_route",
26436
+ "type": "STRING",
26437
+ "mandatory": false
26438
+ }
26439
+ ,
26440
+ {
26441
+ "inputName": "cta",
26442
+ "type": "STRING",
26443
+ "mandatory": false
26444
+ }
26445
+ ,
26446
+ {
26447
+ "inputName": "origin",
26448
+ "type": "STRING",
26449
+ "mandatory": false
26450
+ }
26451
+ ]
26452
+ } as BiEventSchema,
26453
+ {
26454
+ "event_id": 1878,
26455
+ "name": "Leaving without saving – Modal CTA clicked",
26456
+ "fields": [
26457
+ {
26458
+ "inputName": "hosting_platform",
26459
+ "type": "STRING",
26460
+ "mandatory": false
26461
+ }
26462
+ ,
26463
+ {
26464
+ "inputName": "page_id",
26465
+ "type": "STRING",
26466
+ "mandatory": false
26467
+ }
26468
+ ,
26469
+ {
26470
+ "inputName": "page_name",
26471
+ "type": "STRING",
26472
+ "mandatory": false
26473
+ }
26474
+ ,
26475
+ {
26476
+ "inputName": "route",
26477
+ "type": "STRING",
26478
+ "mandatory": false
26479
+ }
26480
+ ,
26481
+ {
26482
+ "inputName": "hosting_platform_context_id",
26483
+ "type": "STRING",
26484
+ "mandatory": false
26485
+ }
26486
+ ,
26487
+ {
26488
+ "inputName": "internal_route",
26489
+ "type": "STRING",
26490
+ "mandatory": false
26491
+ }
26492
+ ,
26493
+ {
26494
+ "inputName": "cta",
26495
+ "type": "STRING",
26496
+ "mandatory": false
26497
+ }
26498
+ ,
26499
+ {
26500
+ "inputName": "displayMode",
26501
+ "type": "STRING",
26502
+ "mandatory": false
26503
+ }
26504
+ ]
26505
+ } as BiEventSchema,
26170
26506
  {
26171
26507
  "event_id": 188,
26172
26508
  "name": "Ascend - Hover on Upgrade Ascend",
@@ -58476,6 +58812,12 @@ const schemaObj: SchemaObj = [
58476
58812
  "mandatory": false
58477
58813
  }
58478
58814
  ,
58815
+ {
58816
+ "inputName": "consumerId",
58817
+ "type": "STRING",
58818
+ "mandatory": false
58819
+ }
58820
+ ,
58479
58821
  {
58480
58822
  "inputName": "routerUsage",
58481
58823
  "type": "BOOL",
@@ -58655,6 +58997,12 @@ const schemaObj: SchemaObj = [
58655
58997
  "mandatory": false
58656
58998
  }
58657
58999
  ,
59000
+ {
59001
+ "inputName": "consumerId",
59002
+ "type": "STRING",
59003
+ "mandatory": false
59004
+ }
59005
+ ,
58658
59006
  {
58659
59007
  "inputName": "routerUsage",
58660
59008
  "type": "BOOL",
@@ -65487,6 +65835,12 @@ const schemaObj: SchemaObj = [
65487
65835
  "type": "STRING",
65488
65836
  "mandatory": false
65489
65837
  }
65838
+ ,
65839
+ {
65840
+ "inputName": "theme",
65841
+ "type": "STRING",
65842
+ "mandatory": false
65843
+ }
65490
65844
  ]
65491
65845
  } as BiEventSchema,
65492
65846
  {
@@ -65576,6 +65930,12 @@ const schemaObj: SchemaObj = [
65576
65930
  "type": "STRING",
65577
65931
  "mandatory": false
65578
65932
  }
65933
+ ,
65934
+ {
65935
+ "inputName": "theme",
65936
+ "type": "STRING",
65937
+ "mandatory": false
65938
+ }
65579
65939
  ]
65580
65940
  } as BiEventSchema,
65581
65941
  {
@@ -65689,6 +66049,12 @@ const schemaObj: SchemaObj = [
65689
66049
  "type": "STRING",
65690
66050
  "mandatory": false
65691
66051
  }
66052
+ ,
66053
+ {
66054
+ "inputName": "theme",
66055
+ "type": "STRING",
66056
+ "mandatory": false
66057
+ }
65692
66058
  ]
65693
66059
  } as BiEventSchema,
65694
66060
  {
@@ -66714,6 +67080,12 @@ const schemaObj: SchemaObj = [
66714
67080
  "mandatory": false
66715
67081
  }
66716
67082
  ,
67083
+ {
67084
+ "inputName": "isEn",
67085
+ "type": "BOOL",
67086
+ "mandatory": false
67087
+ }
67088
+ ,
66717
67089
  {
66718
67090
  "inputName": "mapped_error_not_available",
66719
67091
  "type": "STRING",
@@ -66755,6 +67127,12 @@ const schemaObj: SchemaObj = [
66755
67127
  "mandatory": false
66756
67128
  }
66757
67129
  ,
67130
+ {
67131
+ "inputName": "isEn",
67132
+ "type": "BOOL",
67133
+ "mandatory": false
67134
+ }
67135
+ ,
66758
67136
  {
66759
67137
  "inputName": "displayed_message",
66760
67138
  "type": "STRING",