@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
@@ -305,6 +305,11 @@ const schemaObj = [
305
305
  "inputName": "isPatternsPage",
306
306
  "type": "BOOL",
307
307
  "mandatory": false
308
+ },
309
+ {
310
+ "inputName": "fullRoute",
311
+ "type": "STRING",
312
+ "mandatory": false
308
313
  }
309
314
  ]
310
315
  },
@@ -13025,11 +13030,6 @@ const schemaObj = [
13025
13030
  "type": "STRING",
13026
13031
  "mandatory": false
13027
13032
  },
13028
- {
13029
- "inputName": "number_of_existing_emails",
13030
- "type": "NUMERIC",
13031
- "mandatory": false
13032
- },
13033
13033
  {
13034
13034
  "inputName": "origin",
13035
13035
  "type": "STRING",
@@ -13075,16 +13075,6 @@ const schemaObj = [
13075
13075
  "type": "STRING",
13076
13076
  "mandatory": false
13077
13077
  },
13078
- {
13079
- "inputName": "Invite_predefined_role_ids",
13080
- "type": "STRING",
13081
- "mandatory": false
13082
- },
13083
- {
13084
- "inputName": "invite_custom_role_ids",
13085
- "type": "STRING",
13086
- "mandatory": false
13087
- },
13088
13078
  {
13089
13079
  "inputName": "contributors_count",
13090
13080
  "type": "NUMERIC",
@@ -23021,26 +23011,6 @@ const schemaObj = [
23021
23011
  "type": "STRING",
23022
23012
  "mandatory": false
23023
23013
  },
23024
- {
23025
- "inputName": "number_of_invalid_emails",
23026
- "type": "NUMERIC",
23027
- "mandatory": false
23028
- },
23029
- {
23030
- "inputName": "invite_custom_role_ids",
23031
- "type": "STRING",
23032
- "mandatory": false
23033
- },
23034
- {
23035
- "inputName": "assignment_type",
23036
- "type": "STRING",
23037
- "mandatory": false
23038
- },
23039
- {
23040
- "inputName": "number_of_existing_emails",
23041
- "type": "NUMERIC",
23042
- "mandatory": false
23043
- },
23044
23014
  {
23045
23015
  "inputName": "origin",
23046
23016
  "type": "STRING",
@@ -23051,18 +23021,13 @@ const schemaObj = [
23051
23021
  "type": "GUID",
23052
23022
  "mandatory": false
23053
23023
  },
23054
- {
23055
- "inputName": "platform",
23056
- "type": "STRING",
23057
- "mandatory": false
23058
- },
23059
23024
  {
23060
23025
  "inputName": "number_of_valid_emails",
23061
23026
  "type": "NUMERIC",
23062
23027
  "mandatory": false
23063
23028
  },
23064
23029
  {
23065
- "inputName": "invite_predefined_role_ids",
23030
+ "inputName": "role_ids",
23066
23031
  "type": "STRING",
23067
23032
  "mandatory": false
23068
23033
  },
@@ -24362,6 +24327,11 @@ const schemaObj = [
24362
24327
  "inputName": "hostingPlatformContextId",
24363
24328
  "type": "STRING",
24364
24329
  "mandatory": false
24330
+ },
24331
+ {
24332
+ "inputName": "origin",
24333
+ "type": "STRING",
24334
+ "mandatory": false
24365
24335
  }
24366
24336
  ]
24367
24337
  },
@@ -39685,6 +39655,11 @@ const schemaObj = [
39685
39655
  "inputName": "action",
39686
39656
  "type": "STRING",
39687
39657
  "mandatory": false
39658
+ },
39659
+ {
39660
+ "inputName": "esi",
39661
+ "type": "STRING",
39662
+ "mandatory": false
39688
39663
  }
39689
39664
  ]
39690
39665
  },
@@ -39706,6 +39681,11 @@ const schemaObj = [
39706
39681
  "inputName": "action",
39707
39682
  "type": "STRING",
39708
39683
  "mandatory": false
39684
+ },
39685
+ {
39686
+ "inputName": "esi",
39687
+ "type": "STRING",
39688
+ "mandatory": false
39709
39689
  }
39710
39690
  ]
39711
39691
  },
@@ -51085,6 +51065,11 @@ const schemaObj = [
51085
51065
  "inputName": "product",
51086
51066
  "type": "STRING",
51087
51067
  "mandatory": false
51068
+ },
51069
+ {
51070
+ "inputName": "consumerArtifactId",
51071
+ "type": "STRING",
51072
+ "mandatory": false
51088
51073
  }
51089
51074
  ]
51090
51075
  },
@@ -51211,6 +51196,11 @@ const schemaObj = [
51211
51196
  "inputName": "product",
51212
51197
  "type": "STRING",
51213
51198
  "mandatory": false
51199
+ },
51200
+ {
51201
+ "inputName": "consumerArtifactId",
51202
+ "type": "STRING",
51203
+ "mandatory": false
51214
51204
  }
51215
51205
  ]
51216
51206
  },
@@ -51445,6 +51435,11 @@ const schemaObj = [
51445
51435
  "type": "STRING",
51446
51436
  "mandatory": false
51447
51437
  },
51438
+ {
51439
+ "inputName": "consumerArtifactId",
51440
+ "type": "STRING",
51441
+ "mandatory": false
51442
+ },
51448
51443
  {
51449
51444
  "inputName": "routerUsage",
51450
51445
  "type": "BOOL",
@@ -51601,6 +51596,16 @@ const schemaObj = [
51601
51596
  "type": "STRING",
51602
51597
  "mandatory": false
51603
51598
  },
51599
+ {
51600
+ "inputName": "consumerArtifactId",
51601
+ "type": "STRING",
51602
+ "mandatory": false
51603
+ },
51604
+ {
51605
+ "inputName": "route",
51606
+ "type": "STRING",
51607
+ "mandatory": false
51608
+ },
51604
51609
  {
51605
51610
  "inputName": "routerUsage",
51606
51611
  "type": "BOOL",
@@ -52271,6 +52276,16 @@ const schemaObj = [
52271
52276
  "inputName": "isCustomField",
52272
52277
  "type": "BOOL",
52273
52278
  "mandatory": false
52279
+ },
52280
+ {
52281
+ "inputName": "loadingTime",
52282
+ "type": "NUMERIC",
52283
+ "mandatory": false
52284
+ },
52285
+ {
52286
+ "inputName": "isOriginComponentLoaded",
52287
+ "type": "BOOL",
52288
+ "mandatory": false
52274
52289
  }
52275
52290
  ]
52276
52291
  },
@@ -58535,6 +58550,17 @@ const schemaObj = [
58535
58550
  }
58536
58551
  ]
58537
58552
  },
58553
+ {
58554
+ "event_id": 103,
58555
+ "name": "retryError",
58556
+ "fields": [
58557
+ {
58558
+ "inputName": "session_id",
58559
+ "type": "STRING",
58560
+ "mandatory": false
58561
+ }
58562
+ ]
58563
+ },
58538
58564
  {
58539
58565
  "event_id": 404,
58540
58566
  "name": "Http Client Error",
@@ -58589,6 +58615,11 @@ const schemaObj = [
58589
58615
  "type": "STRING",
58590
58616
  "mandatory": false
58591
58617
  },
58618
+ {
58619
+ "inputName": "method",
58620
+ "type": "STRING",
58621
+ "mandatory": false
58622
+ },
58592
58623
  {
58593
58624
  "inputName": "error_message",
58594
58625
  "type": "STRING",