@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.
Files changed (33) hide show
  1. package/@wix/bi-logger-os-data/dist/cjs/index.js +3 -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 +3 -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 +72 -41
  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 +3 -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 +55 -45
  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 +3 -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 +3 -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 +72 -41
  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 +3 -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 +26 -17
  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 +3 -2
  22. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +16 -9
  23. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +16 -9
  24. package/@wix/bi-logger-os-data/dist/types/types.d.ts +16 -9
  25. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +25 -18
  26. package/@wix/bi-logger-os-data/package.json +2 -2
  27. package/@wix/bi-logger-os-data/src/index.ts +6 -2
  28. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +17 -9
  29. package/@wix/bi-logger-os-data/src/testkit/common.ts +84 -49
  30. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +17 -9
  31. package/@wix/bi-logger-os-data/src/types.ts +31 -19
  32. package/@wix/bi-logger-os-data/src/v2/index.ts +28 -18
  33. package/package.json +3 -3
@@ -308,6 +308,11 @@ const schemaObj = [
308
308
  "inputName": "isPatternsPage",
309
309
  "type": "BOOL",
310
310
  "mandatory": false
311
+ },
312
+ {
313
+ "inputName": "fullRoute",
314
+ "type": "STRING",
315
+ "mandatory": false
311
316
  }
312
317
  ]
313
318
  },
@@ -13028,11 +13033,6 @@ const schemaObj = [
13028
13033
  "type": "STRING",
13029
13034
  "mandatory": false
13030
13035
  },
13031
- {
13032
- "inputName": "number_of_existing_emails",
13033
- "type": "NUMERIC",
13034
- "mandatory": false
13035
- },
13036
13036
  {
13037
13037
  "inputName": "origin",
13038
13038
  "type": "STRING",
@@ -13078,16 +13078,6 @@ const schemaObj = [
13078
13078
  "type": "STRING",
13079
13079
  "mandatory": false
13080
13080
  },
13081
- {
13082
- "inputName": "Invite_predefined_role_ids",
13083
- "type": "STRING",
13084
- "mandatory": false
13085
- },
13086
- {
13087
- "inputName": "invite_custom_role_ids",
13088
- "type": "STRING",
13089
- "mandatory": false
13090
- },
13091
13081
  {
13092
13082
  "inputName": "contributors_count",
13093
13083
  "type": "NUMERIC",
@@ -23024,26 +23014,6 @@ const schemaObj = [
23024
23014
  "type": "STRING",
23025
23015
  "mandatory": false
23026
23016
  },
23027
- {
23028
- "inputName": "number_of_invalid_emails",
23029
- "type": "NUMERIC",
23030
- "mandatory": false
23031
- },
23032
- {
23033
- "inputName": "invite_custom_role_ids",
23034
- "type": "STRING",
23035
- "mandatory": false
23036
- },
23037
- {
23038
- "inputName": "assignment_type",
23039
- "type": "STRING",
23040
- "mandatory": false
23041
- },
23042
- {
23043
- "inputName": "number_of_existing_emails",
23044
- "type": "NUMERIC",
23045
- "mandatory": false
23046
- },
23047
23017
  {
23048
23018
  "inputName": "origin",
23049
23019
  "type": "STRING",
@@ -23054,18 +23024,13 @@ const schemaObj = [
23054
23024
  "type": "GUID",
23055
23025
  "mandatory": false
23056
23026
  },
23057
- {
23058
- "inputName": "platform",
23059
- "type": "STRING",
23060
- "mandatory": false
23061
- },
23062
23027
  {
23063
23028
  "inputName": "number_of_valid_emails",
23064
23029
  "type": "NUMERIC",
23065
23030
  "mandatory": false
23066
23031
  },
23067
23032
  {
23068
- "inputName": "invite_predefined_role_ids",
23033
+ "inputName": "role_ids",
23069
23034
  "type": "STRING",
23070
23035
  "mandatory": false
23071
23036
  },
@@ -24365,6 +24330,11 @@ const schemaObj = [
24365
24330
  "inputName": "hostingPlatformContextId",
24366
24331
  "type": "STRING",
24367
24332
  "mandatory": false
24333
+ },
24334
+ {
24335
+ "inputName": "origin",
24336
+ "type": "STRING",
24337
+ "mandatory": false
24368
24338
  }
24369
24339
  ]
24370
24340
  },
@@ -39688,6 +39658,11 @@ const schemaObj = [
39688
39658
  "inputName": "action",
39689
39659
  "type": "STRING",
39690
39660
  "mandatory": false
39661
+ },
39662
+ {
39663
+ "inputName": "esi",
39664
+ "type": "STRING",
39665
+ "mandatory": false
39691
39666
  }
39692
39667
  ]
39693
39668
  },
@@ -39709,6 +39684,11 @@ const schemaObj = [
39709
39684
  "inputName": "action",
39710
39685
  "type": "STRING",
39711
39686
  "mandatory": false
39687
+ },
39688
+ {
39689
+ "inputName": "esi",
39690
+ "type": "STRING",
39691
+ "mandatory": false
39712
39692
  }
39713
39693
  ]
39714
39694
  },
@@ -51088,6 +51068,11 @@ const schemaObj = [
51088
51068
  "inputName": "product",
51089
51069
  "type": "STRING",
51090
51070
  "mandatory": false
51071
+ },
51072
+ {
51073
+ "inputName": "consumerArtifactId",
51074
+ "type": "STRING",
51075
+ "mandatory": false
51091
51076
  }
51092
51077
  ]
51093
51078
  },
@@ -51214,6 +51199,11 @@ const schemaObj = [
51214
51199
  "inputName": "product",
51215
51200
  "type": "STRING",
51216
51201
  "mandatory": false
51202
+ },
51203
+ {
51204
+ "inputName": "consumerArtifactId",
51205
+ "type": "STRING",
51206
+ "mandatory": false
51217
51207
  }
51218
51208
  ]
51219
51209
  },
@@ -51448,6 +51438,11 @@ const schemaObj = [
51448
51438
  "type": "STRING",
51449
51439
  "mandatory": false
51450
51440
  },
51441
+ {
51442
+ "inputName": "consumerArtifactId",
51443
+ "type": "STRING",
51444
+ "mandatory": false
51445
+ },
51451
51446
  {
51452
51447
  "inputName": "routerUsage",
51453
51448
  "type": "BOOL",
@@ -51604,6 +51599,16 @@ const schemaObj = [
51604
51599
  "type": "STRING",
51605
51600
  "mandatory": false
51606
51601
  },
51602
+ {
51603
+ "inputName": "consumerArtifactId",
51604
+ "type": "STRING",
51605
+ "mandatory": false
51606
+ },
51607
+ {
51608
+ "inputName": "route",
51609
+ "type": "STRING",
51610
+ "mandatory": false
51611
+ },
51607
51612
  {
51608
51613
  "inputName": "routerUsage",
51609
51614
  "type": "BOOL",
@@ -52274,6 +52279,16 @@ const schemaObj = [
52274
52279
  "inputName": "isCustomField",
52275
52280
  "type": "BOOL",
52276
52281
  "mandatory": false
52282
+ },
52283
+ {
52284
+ "inputName": "loadingTime",
52285
+ "type": "NUMERIC",
52286
+ "mandatory": false
52287
+ },
52288
+ {
52289
+ "inputName": "isOriginComponentLoaded",
52290
+ "type": "BOOL",
52291
+ "mandatory": false
52277
52292
  }
52278
52293
  ]
52279
52294
  },
@@ -58538,6 +58553,17 @@ const schemaObj = [
58538
58553
  }
58539
58554
  ]
58540
58555
  },
58556
+ {
58557
+ "event_id": 103,
58558
+ "name": "retryError",
58559
+ "fields": [
58560
+ {
58561
+ "inputName": "session_id",
58562
+ "type": "STRING",
58563
+ "mandatory": false
58564
+ }
58565
+ ]
58566
+ },
58541
58567
  {
58542
58568
  "event_id": 404,
58543
58569
  "name": "Http Client Error",
@@ -58592,6 +58618,11 @@ const schemaObj = [
58592
58618
  "type": "STRING",
58593
58619
  "mandatory": false
58594
58620
  },
58621
+ {
58622
+ "inputName": "method",
58623
+ "type": "STRING",
58624
+ "mandatory": false
58625
+ },
58595
58626
  {
58596
58627
  "inputName": "error_message",
58597
58628
  "type": "STRING",