@wix/bex-utils 2.16.0 → 2.18.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 (44) hide show
  1. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +43 -18
  2. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -1
  3. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +1 -0
  4. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -1
  5. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +1 -0
  6. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -1
  7. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +43 -19
  8. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -1
  9. package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
  10. package/@wix/bi-logger-os-data/dist/cjs/index.js +6 -0
  11. package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
  12. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +6 -0
  13. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
  14. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +190 -18
  15. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
  16. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +6 -0
  17. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
  18. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +95 -37
  19. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
  20. package/@wix/bi-logger-os-data/dist/esm/index.js +6 -0
  21. package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
  22. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +6 -0
  23. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
  24. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +190 -18
  25. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
  26. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +6 -0
  27. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
  28. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +64 -8
  29. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
  30. package/@wix/bi-logger-os-data/dist/types/index.d.ts +4 -2
  31. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +43 -7
  32. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +43 -7
  33. package/@wix/bi-logger-os-data/dist/types/types.d.ts +43 -7
  34. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +61 -9
  35. package/@wix/bi-logger-os-data/package.json +2 -2
  36. package/@wix/bi-logger-os-data/src/index.ts +10 -2
  37. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +49 -7
  38. package/@wix/bi-logger-os-data/src/testkit/common.ts +221 -19
  39. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +49 -7
  40. package/@wix/bi-logger-os-data/src/types.ts +85 -15
  41. package/@wix/bi-logger-os-data/src/v2/index.ts +67 -9
  42. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
  43. package/@wix/wix-i18n-config/package.json +3 -3
  44. package/package.json +3 -3
@@ -43115,6 +43115,11 @@ const schemaObj = [
43115
43115
  "inputName": "internal_route",
43116
43116
  "type": "STRING",
43117
43117
  "mandatory": false
43118
+ },
43119
+ {
43120
+ "inputName": "prevRoute",
43121
+ "type": "STRING",
43122
+ "mandatory": false
43118
43123
  }
43119
43124
  ]
43120
43125
  },
@@ -43216,6 +43221,11 @@ const schemaObj = [
43216
43221
  "inputName": "loading_time",
43217
43222
  "type": "NUMERIC",
43218
43223
  "mandatory": false
43224
+ },
43225
+ {
43226
+ "inputName": "prevRoute",
43227
+ "type": "STRING",
43228
+ "mandatory": false
43219
43229
  }
43220
43230
  ]
43221
43231
  },
@@ -43812,6 +43822,11 @@ const schemaObj = [
43812
43822
  "inputName": "loading_time",
43813
43823
  "type": "NUMERIC",
43814
43824
  "mandatory": false
43825
+ },
43826
+ {
43827
+ "inputName": "prevRoute",
43828
+ "type": "STRING",
43829
+ "mandatory": false
43815
43830
  }
43816
43831
  ]
43817
43832
  },
@@ -49809,6 +49824,158 @@ const schemaObj = [
49809
49824
  }
49810
49825
  ]
49811
49826
  },
49827
+ {
49828
+ "event_id": 1000,
49829
+ "name": "Wix Patterns - Page Interactive ",
49830
+ "fields": [
49831
+ {
49832
+ "inputName": "artifactId",
49833
+ "type": "STRING",
49834
+ "mandatory": false
49835
+ },
49836
+ {
49837
+ "inputName": "csid",
49838
+ "type": "GUID",
49839
+ "mandatory": false
49840
+ },
49841
+ {
49842
+ "inputName": "url",
49843
+ "type": "URL",
49844
+ "mandatory": false
49845
+ },
49846
+ {
49847
+ "inputName": "cairoVersion",
49848
+ "type": "STRING",
49849
+ "mandatory": false
49850
+ },
49851
+ {
49852
+ "inputName": "domain",
49853
+ "type": "STRING",
49854
+ "mandatory": false
49855
+ },
49856
+ {
49857
+ "inputName": "componentName",
49858
+ "type": "STRING",
49859
+ "mandatory": false
49860
+ },
49861
+ {
49862
+ "inputName": "componentType",
49863
+ "type": "STRING",
49864
+ "mandatory": false
49865
+ },
49866
+ {
49867
+ "inputName": "resource",
49868
+ "type": "STRING",
49869
+ "mandatory": false
49870
+ },
49871
+ {
49872
+ "inputName": "loadingTime",
49873
+ "type": "NUMERIC",
49874
+ "mandatory": false
49875
+ },
49876
+ {
49877
+ "inputName": "appId",
49878
+ "type": "STRING",
49879
+ "mandatory": false
49880
+ },
49881
+ {
49882
+ "inputName": "product",
49883
+ "type": "STRING",
49884
+ "mandatory": false
49885
+ },
49886
+ {
49887
+ "inputName": "route",
49888
+ "type": "STRING",
49889
+ "mandatory": false
49890
+ },
49891
+ {
49892
+ "inputName": "hostingPlatformContextId",
49893
+ "type": "STRING",
49894
+ "mandatory": false
49895
+ },
49896
+ {
49897
+ "inputName": "routerUsage",
49898
+ "type": "BOOL",
49899
+ "mandatory": false
49900
+ }
49901
+ ]
49902
+ },
49903
+ {
49904
+ "event_id": 1001,
49905
+ "name": "Wix Patterns - Full Page Load Completed",
49906
+ "fields": [
49907
+ {
49908
+ "inputName": "artifactId",
49909
+ "type": "STRING",
49910
+ "mandatory": false
49911
+ },
49912
+ {
49913
+ "inputName": "csid",
49914
+ "type": "GUID",
49915
+ "mandatory": false
49916
+ },
49917
+ {
49918
+ "inputName": "url",
49919
+ "type": "URL",
49920
+ "mandatory": false
49921
+ },
49922
+ {
49923
+ "inputName": "cairoVersion",
49924
+ "type": "STRING",
49925
+ "mandatory": false
49926
+ },
49927
+ {
49928
+ "inputName": "domain",
49929
+ "type": "STRING",
49930
+ "mandatory": false
49931
+ },
49932
+ {
49933
+ "inputName": "componentName",
49934
+ "type": "STRING",
49935
+ "mandatory": false
49936
+ },
49937
+ {
49938
+ "inputName": "componentType",
49939
+ "type": "STRING",
49940
+ "mandatory": false
49941
+ },
49942
+ {
49943
+ "inputName": "resource",
49944
+ "type": "STRING",
49945
+ "mandatory": false
49946
+ },
49947
+ {
49948
+ "inputName": "loadingTime",
49949
+ "type": "NUMERIC",
49950
+ "mandatory": false
49951
+ },
49952
+ {
49953
+ "inputName": "appId",
49954
+ "type": "STRING",
49955
+ "mandatory": false
49956
+ },
49957
+ {
49958
+ "inputName": "product",
49959
+ "type": "STRING",
49960
+ "mandatory": false
49961
+ },
49962
+ {
49963
+ "inputName": "route",
49964
+ "type": "STRING",
49965
+ "mandatory": false
49966
+ },
49967
+ {
49968
+ "inputName": "hostingPlatformContextId",
49969
+ "type": "STRING",
49970
+ "mandatory": false
49971
+ },
49972
+ {
49973
+ "inputName": "routerUsage",
49974
+ "type": "BOOL",
49975
+ "mandatory": false
49976
+ }
49977
+ ]
49978
+ },
49812
49979
  {
49813
49980
  "event_id": 103,
49814
49981
  "name": "Picker - Usability",
@@ -57201,6 +57368,16 @@ const schemaObj = [
57201
57368
  "inputName": "pageType",
57202
57369
  "type": "STRING",
57203
57370
  "mandatory": false
57371
+ },
57372
+ {
57373
+ "inputName": "componentId",
57374
+ "type": "STRING",
57375
+ "mandatory": false
57376
+ },
57377
+ {
57378
+ "inputName": "isSinglePage",
57379
+ "type": "BOOL",
57380
+ "mandatory": false
57204
57381
  }
57205
57382
  ]
57206
57383
  },
@@ -57310,63 +57487,58 @@ const schemaObj = [
57310
57487
  "mandatory": false
57311
57488
  },
57312
57489
  {
57313
- "inputName": "initial_page_id",
57314
- "type": "STRING",
57490
+ "inputName": "error_code",
57491
+ "type": "NUMERIC",
57315
57492
  "mandatory": false
57316
57493
  },
57317
57494
  {
57318
- "inputName": "active_page_id",
57495
+ "inputName": "is_override_error",
57319
57496
  "type": "STRING",
57320
57497
  "mandatory": false
57321
57498
  },
57322
57499
  {
57323
- "inputName": "error_code",
57324
- "type": "NUMERIC",
57325
- "mandatory": false
57326
- },
57327
- {
57328
- "inputName": "application_error",
57500
+ "inputName": "is_override_error_state_function",
57329
57501
  "type": "STRING",
57330
57502
  "mandatory": false
57331
57503
  },
57332
57504
  {
57333
- "inputName": "message",
57505
+ "inputName": "action",
57334
57506
  "type": "STRING",
57335
57507
  "mandatory": false
57336
57508
  },
57337
57509
  {
57338
- "inputName": "is_override_error",
57510
+ "inputName": "error_json",
57339
57511
  "type": "STRING",
57340
57512
  "mandatory": false
57341
57513
  },
57342
57514
  {
57343
- "inputName": "is_override_error_state_function",
57515
+ "inputName": "translated_message",
57344
57516
  "type": "STRING",
57345
57517
  "mandatory": false
57346
57518
  },
57347
57519
  {
57348
- "inputName": "msid",
57520
+ "inputName": "error_message",
57349
57521
  "type": "STRING",
57350
57522
  "mandatory": false
57351
57523
  },
57352
57524
  {
57353
- "inputName": "project",
57525
+ "inputName": "exception_message",
57354
57526
  "type": "STRING",
57355
57527
  "mandatory": false
57356
57528
  },
57357
57529
  {
57358
- "inputName": "owner",
57530
+ "inputName": "client_error_code",
57359
57531
  "type": "STRING",
57360
57532
  "mandatory": false
57361
57533
  },
57362
57534
  {
57363
- "inputName": "action",
57535
+ "inputName": "error_type",
57364
57536
  "type": "STRING",
57365
57537
  "mandatory": false
57366
57538
  },
57367
57539
  {
57368
- "inputName": "error_json",
57369
- "type": "STRING",
57540
+ "inputName": "is_consumer_resolved_error",
57541
+ "type": "BOOL",
57370
57542
  "mandatory": false
57371
57543
  }
57372
57544
  ]