@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
@@ -43118,6 +43118,11 @@ const schemaObj = [
43118
43118
  "inputName": "internal_route",
43119
43119
  "type": "STRING",
43120
43120
  "mandatory": false
43121
+ },
43122
+ {
43123
+ "inputName": "prevRoute",
43124
+ "type": "STRING",
43125
+ "mandatory": false
43121
43126
  }
43122
43127
  ]
43123
43128
  },
@@ -43219,6 +43224,11 @@ const schemaObj = [
43219
43224
  "inputName": "loading_time",
43220
43225
  "type": "NUMERIC",
43221
43226
  "mandatory": false
43227
+ },
43228
+ {
43229
+ "inputName": "prevRoute",
43230
+ "type": "STRING",
43231
+ "mandatory": false
43222
43232
  }
43223
43233
  ]
43224
43234
  },
@@ -43815,6 +43825,11 @@ const schemaObj = [
43815
43825
  "inputName": "loading_time",
43816
43826
  "type": "NUMERIC",
43817
43827
  "mandatory": false
43828
+ },
43829
+ {
43830
+ "inputName": "prevRoute",
43831
+ "type": "STRING",
43832
+ "mandatory": false
43818
43833
  }
43819
43834
  ]
43820
43835
  },
@@ -49812,6 +49827,158 @@ const schemaObj = [
49812
49827
  }
49813
49828
  ]
49814
49829
  },
49830
+ {
49831
+ "event_id": 1000,
49832
+ "name": "Wix Patterns - Page Interactive ",
49833
+ "fields": [
49834
+ {
49835
+ "inputName": "artifactId",
49836
+ "type": "STRING",
49837
+ "mandatory": false
49838
+ },
49839
+ {
49840
+ "inputName": "csid",
49841
+ "type": "GUID",
49842
+ "mandatory": false
49843
+ },
49844
+ {
49845
+ "inputName": "url",
49846
+ "type": "URL",
49847
+ "mandatory": false
49848
+ },
49849
+ {
49850
+ "inputName": "cairoVersion",
49851
+ "type": "STRING",
49852
+ "mandatory": false
49853
+ },
49854
+ {
49855
+ "inputName": "domain",
49856
+ "type": "STRING",
49857
+ "mandatory": false
49858
+ },
49859
+ {
49860
+ "inputName": "componentName",
49861
+ "type": "STRING",
49862
+ "mandatory": false
49863
+ },
49864
+ {
49865
+ "inputName": "componentType",
49866
+ "type": "STRING",
49867
+ "mandatory": false
49868
+ },
49869
+ {
49870
+ "inputName": "resource",
49871
+ "type": "STRING",
49872
+ "mandatory": false
49873
+ },
49874
+ {
49875
+ "inputName": "loadingTime",
49876
+ "type": "NUMERIC",
49877
+ "mandatory": false
49878
+ },
49879
+ {
49880
+ "inputName": "appId",
49881
+ "type": "STRING",
49882
+ "mandatory": false
49883
+ },
49884
+ {
49885
+ "inputName": "product",
49886
+ "type": "STRING",
49887
+ "mandatory": false
49888
+ },
49889
+ {
49890
+ "inputName": "route",
49891
+ "type": "STRING",
49892
+ "mandatory": false
49893
+ },
49894
+ {
49895
+ "inputName": "hostingPlatformContextId",
49896
+ "type": "STRING",
49897
+ "mandatory": false
49898
+ },
49899
+ {
49900
+ "inputName": "routerUsage",
49901
+ "type": "BOOL",
49902
+ "mandatory": false
49903
+ }
49904
+ ]
49905
+ },
49906
+ {
49907
+ "event_id": 1001,
49908
+ "name": "Wix Patterns - Full Page Load Completed",
49909
+ "fields": [
49910
+ {
49911
+ "inputName": "artifactId",
49912
+ "type": "STRING",
49913
+ "mandatory": false
49914
+ },
49915
+ {
49916
+ "inputName": "csid",
49917
+ "type": "GUID",
49918
+ "mandatory": false
49919
+ },
49920
+ {
49921
+ "inputName": "url",
49922
+ "type": "URL",
49923
+ "mandatory": false
49924
+ },
49925
+ {
49926
+ "inputName": "cairoVersion",
49927
+ "type": "STRING",
49928
+ "mandatory": false
49929
+ },
49930
+ {
49931
+ "inputName": "domain",
49932
+ "type": "STRING",
49933
+ "mandatory": false
49934
+ },
49935
+ {
49936
+ "inputName": "componentName",
49937
+ "type": "STRING",
49938
+ "mandatory": false
49939
+ },
49940
+ {
49941
+ "inputName": "componentType",
49942
+ "type": "STRING",
49943
+ "mandatory": false
49944
+ },
49945
+ {
49946
+ "inputName": "resource",
49947
+ "type": "STRING",
49948
+ "mandatory": false
49949
+ },
49950
+ {
49951
+ "inputName": "loadingTime",
49952
+ "type": "NUMERIC",
49953
+ "mandatory": false
49954
+ },
49955
+ {
49956
+ "inputName": "appId",
49957
+ "type": "STRING",
49958
+ "mandatory": false
49959
+ },
49960
+ {
49961
+ "inputName": "product",
49962
+ "type": "STRING",
49963
+ "mandatory": false
49964
+ },
49965
+ {
49966
+ "inputName": "route",
49967
+ "type": "STRING",
49968
+ "mandatory": false
49969
+ },
49970
+ {
49971
+ "inputName": "hostingPlatformContextId",
49972
+ "type": "STRING",
49973
+ "mandatory": false
49974
+ },
49975
+ {
49976
+ "inputName": "routerUsage",
49977
+ "type": "BOOL",
49978
+ "mandatory": false
49979
+ }
49980
+ ]
49981
+ },
49815
49982
  {
49816
49983
  "event_id": 103,
49817
49984
  "name": "Picker - Usability",
@@ -57204,6 +57371,16 @@ const schemaObj = [
57204
57371
  "inputName": "pageType",
57205
57372
  "type": "STRING",
57206
57373
  "mandatory": false
57374
+ },
57375
+ {
57376
+ "inputName": "componentId",
57377
+ "type": "STRING",
57378
+ "mandatory": false
57379
+ },
57380
+ {
57381
+ "inputName": "isSinglePage",
57382
+ "type": "BOOL",
57383
+ "mandatory": false
57207
57384
  }
57208
57385
  ]
57209
57386
  },
@@ -57313,63 +57490,58 @@ const schemaObj = [
57313
57490
  "mandatory": false
57314
57491
  },
57315
57492
  {
57316
- "inputName": "initial_page_id",
57317
- "type": "STRING",
57493
+ "inputName": "error_code",
57494
+ "type": "NUMERIC",
57318
57495
  "mandatory": false
57319
57496
  },
57320
57497
  {
57321
- "inputName": "active_page_id",
57498
+ "inputName": "is_override_error",
57322
57499
  "type": "STRING",
57323
57500
  "mandatory": false
57324
57501
  },
57325
57502
  {
57326
- "inputName": "error_code",
57327
- "type": "NUMERIC",
57328
- "mandatory": false
57329
- },
57330
- {
57331
- "inputName": "application_error",
57503
+ "inputName": "is_override_error_state_function",
57332
57504
  "type": "STRING",
57333
57505
  "mandatory": false
57334
57506
  },
57335
57507
  {
57336
- "inputName": "message",
57508
+ "inputName": "action",
57337
57509
  "type": "STRING",
57338
57510
  "mandatory": false
57339
57511
  },
57340
57512
  {
57341
- "inputName": "is_override_error",
57513
+ "inputName": "error_json",
57342
57514
  "type": "STRING",
57343
57515
  "mandatory": false
57344
57516
  },
57345
57517
  {
57346
- "inputName": "is_override_error_state_function",
57518
+ "inputName": "translated_message",
57347
57519
  "type": "STRING",
57348
57520
  "mandatory": false
57349
57521
  },
57350
57522
  {
57351
- "inputName": "msid",
57523
+ "inputName": "error_message",
57352
57524
  "type": "STRING",
57353
57525
  "mandatory": false
57354
57526
  },
57355
57527
  {
57356
- "inputName": "project",
57528
+ "inputName": "exception_message",
57357
57529
  "type": "STRING",
57358
57530
  "mandatory": false
57359
57531
  },
57360
57532
  {
57361
- "inputName": "owner",
57533
+ "inputName": "client_error_code",
57362
57534
  "type": "STRING",
57363
57535
  "mandatory": false
57364
57536
  },
57365
57537
  {
57366
- "inputName": "action",
57538
+ "inputName": "error_type",
57367
57539
  "type": "STRING",
57368
57540
  "mandatory": false
57369
57541
  },
57370
57542
  {
57371
- "inputName": "error_json",
57372
- "type": "STRING",
57543
+ "inputName": "is_consumer_resolved_error",
57544
+ "type": "BOOL",
57373
57545
  "mandatory": false
57374
57546
  }
57375
57547
  ]