@wix/bex-utils 2.16.0 → 2.17.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 +227 -15
  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 +106 -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 +227 -15
  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 +75 -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 +51 -7
  32. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +51 -7
  33. package/@wix/bi-logger-os-data/dist/types/types.d.ts +51 -7
  34. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +72 -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 +57 -7
  38. package/@wix/bi-logger-os-data/src/testkit/common.ts +265 -15
  39. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +57 -7
  40. package/@wix/bi-logger-os-data/src/types.ts +104 -15
  41. package/@wix/bi-logger-os-data/src/v2/index.ts +78 -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 +2 -2
@@ -12535,6 +12535,16 @@ const schemaObj = [
12535
12535
  "inputName": "app_id",
12536
12536
  "type": "STRING",
12537
12537
  "mandatory": false
12538
+ },
12539
+ {
12540
+ "inputName": "contributors_quota",
12541
+ "type": "NUMERIC",
12542
+ "mandatory": false
12543
+ },
12544
+ {
12545
+ "inputName": "contributors_count",
12546
+ "type": "NUMERIC",
12547
+ "mandatory": false
12538
12548
  }
12539
12549
  ]
12540
12550
  },
@@ -12910,6 +12920,11 @@ const schemaObj = [
12910
12920
  "inputName": "app_id",
12911
12921
  "type": "STRING",
12912
12922
  "mandatory": false
12923
+ },
12924
+ {
12925
+ "inputName": "Has_ai_assistant",
12926
+ "type": "BOOL",
12927
+ "mandatory": false
12913
12928
  }
12914
12929
  ]
12915
12930
  },
@@ -12991,6 +13006,11 @@ const schemaObj = [
12991
13006
  "inputName": "app_id",
12992
13007
  "type": "STRING",
12993
13008
  "mandatory": false
13009
+ },
13010
+ {
13011
+ "inputName": "Has_ai_assistant",
13012
+ "type": "BOOL",
13013
+ "mandatory": false
12994
13014
  }
12995
13015
  ]
12996
13016
  },
@@ -13311,6 +13331,11 @@ const schemaObj = [
13311
13331
  "inputName": "msid",
13312
13332
  "type": "GUID",
13313
13333
  "mandatory": false
13334
+ },
13335
+ {
13336
+ "inputName": "Has_ai_assistant",
13337
+ "type": "BOOL",
13338
+ "mandatory": false
13314
13339
  }
13315
13340
  ]
13316
13341
  },
@@ -43118,6 +43143,11 @@ const schemaObj = [
43118
43143
  "inputName": "internal_route",
43119
43144
  "type": "STRING",
43120
43145
  "mandatory": false
43146
+ },
43147
+ {
43148
+ "inputName": "prevRoute",
43149
+ "type": "STRING",
43150
+ "mandatory": false
43121
43151
  }
43122
43152
  ]
43123
43153
  },
@@ -43219,6 +43249,11 @@ const schemaObj = [
43219
43249
  "inputName": "loading_time",
43220
43250
  "type": "NUMERIC",
43221
43251
  "mandatory": false
43252
+ },
43253
+ {
43254
+ "inputName": "prevRoute",
43255
+ "type": "STRING",
43256
+ "mandatory": false
43222
43257
  }
43223
43258
  ]
43224
43259
  },
@@ -43815,6 +43850,11 @@ const schemaObj = [
43815
43850
  "inputName": "loading_time",
43816
43851
  "type": "NUMERIC",
43817
43852
  "mandatory": false
43853
+ },
43854
+ {
43855
+ "inputName": "prevRoute",
43856
+ "type": "STRING",
43857
+ "mandatory": false
43818
43858
  }
43819
43859
  ]
43820
43860
  },
@@ -49812,6 +49852,158 @@ const schemaObj = [
49812
49852
  }
49813
49853
  ]
49814
49854
  },
49855
+ {
49856
+ "event_id": 1000,
49857
+ "name": "Wix Patterns - Page Interactive ",
49858
+ "fields": [
49859
+ {
49860
+ "inputName": "artifactId",
49861
+ "type": "STRING",
49862
+ "mandatory": false
49863
+ },
49864
+ {
49865
+ "inputName": "csid",
49866
+ "type": "GUID",
49867
+ "mandatory": false
49868
+ },
49869
+ {
49870
+ "inputName": "url",
49871
+ "type": "URL",
49872
+ "mandatory": false
49873
+ },
49874
+ {
49875
+ "inputName": "cairoVersion",
49876
+ "type": "STRING",
49877
+ "mandatory": false
49878
+ },
49879
+ {
49880
+ "inputName": "domain",
49881
+ "type": "STRING",
49882
+ "mandatory": false
49883
+ },
49884
+ {
49885
+ "inputName": "componentName",
49886
+ "type": "STRING",
49887
+ "mandatory": false
49888
+ },
49889
+ {
49890
+ "inputName": "componentType",
49891
+ "type": "STRING",
49892
+ "mandatory": false
49893
+ },
49894
+ {
49895
+ "inputName": "resource",
49896
+ "type": "STRING",
49897
+ "mandatory": false
49898
+ },
49899
+ {
49900
+ "inputName": "loadingTime",
49901
+ "type": "NUMERIC",
49902
+ "mandatory": false
49903
+ },
49904
+ {
49905
+ "inputName": "appId",
49906
+ "type": "STRING",
49907
+ "mandatory": false
49908
+ },
49909
+ {
49910
+ "inputName": "product",
49911
+ "type": "STRING",
49912
+ "mandatory": false
49913
+ },
49914
+ {
49915
+ "inputName": "route",
49916
+ "type": "STRING",
49917
+ "mandatory": false
49918
+ },
49919
+ {
49920
+ "inputName": "hostingPlatformContextId",
49921
+ "type": "STRING",
49922
+ "mandatory": false
49923
+ },
49924
+ {
49925
+ "inputName": "routerUsage",
49926
+ "type": "BOOL",
49927
+ "mandatory": false
49928
+ }
49929
+ ]
49930
+ },
49931
+ {
49932
+ "event_id": 1001,
49933
+ "name": "Wix Patterns - Full Page Load Completed",
49934
+ "fields": [
49935
+ {
49936
+ "inputName": "artifactId",
49937
+ "type": "STRING",
49938
+ "mandatory": false
49939
+ },
49940
+ {
49941
+ "inputName": "csid",
49942
+ "type": "GUID",
49943
+ "mandatory": false
49944
+ },
49945
+ {
49946
+ "inputName": "url",
49947
+ "type": "URL",
49948
+ "mandatory": false
49949
+ },
49950
+ {
49951
+ "inputName": "cairoVersion",
49952
+ "type": "STRING",
49953
+ "mandatory": false
49954
+ },
49955
+ {
49956
+ "inputName": "domain",
49957
+ "type": "STRING",
49958
+ "mandatory": false
49959
+ },
49960
+ {
49961
+ "inputName": "componentName",
49962
+ "type": "STRING",
49963
+ "mandatory": false
49964
+ },
49965
+ {
49966
+ "inputName": "componentType",
49967
+ "type": "STRING",
49968
+ "mandatory": false
49969
+ },
49970
+ {
49971
+ "inputName": "resource",
49972
+ "type": "STRING",
49973
+ "mandatory": false
49974
+ },
49975
+ {
49976
+ "inputName": "loadingTime",
49977
+ "type": "NUMERIC",
49978
+ "mandatory": false
49979
+ },
49980
+ {
49981
+ "inputName": "appId",
49982
+ "type": "STRING",
49983
+ "mandatory": false
49984
+ },
49985
+ {
49986
+ "inputName": "product",
49987
+ "type": "STRING",
49988
+ "mandatory": false
49989
+ },
49990
+ {
49991
+ "inputName": "route",
49992
+ "type": "STRING",
49993
+ "mandatory": false
49994
+ },
49995
+ {
49996
+ "inputName": "hostingPlatformContextId",
49997
+ "type": "STRING",
49998
+ "mandatory": false
49999
+ },
50000
+ {
50001
+ "inputName": "routerUsage",
50002
+ "type": "BOOL",
50003
+ "mandatory": false
50004
+ }
50005
+ ]
50006
+ },
49815
50007
  {
49816
50008
  "event_id": 103,
49817
50009
  "name": "Picker - Usability",
@@ -50567,6 +50759,11 @@ const schemaObj = [
50567
50759
  "inputName": "isCurrentViewCustomMade",
50568
50760
  "type": "BOOL",
50569
50761
  "mandatory": false
50762
+ },
50763
+ {
50764
+ "inputName": "artifactIdNew",
50765
+ "type": "STRING",
50766
+ "mandatory": false
50570
50767
  }
50571
50768
  ]
50572
50769
  },
@@ -50693,6 +50890,11 @@ const schemaObj = [
50693
50890
  "inputName": "isCurrentViewCustomMade",
50694
50891
  "type": "BOOL",
50695
50892
  "mandatory": false
50893
+ },
50894
+ {
50895
+ "inputName": "artifactIdNew",
50896
+ "type": "STRING",
50897
+ "mandatory": false
50696
50898
  }
50697
50899
  ]
50698
50900
  },
@@ -57204,6 +57406,16 @@ const schemaObj = [
57204
57406
  "inputName": "pageType",
57205
57407
  "type": "STRING",
57206
57408
  "mandatory": false
57409
+ },
57410
+ {
57411
+ "inputName": "componentId",
57412
+ "type": "STRING",
57413
+ "mandatory": false
57414
+ },
57415
+ {
57416
+ "inputName": "isSinglePage",
57417
+ "type": "BOOL",
57418
+ "mandatory": false
57207
57419
  }
57208
57420
  ]
57209
57421
  },
@@ -57313,62 +57525,62 @@ const schemaObj = [
57313
57525
  "mandatory": false
57314
57526
  },
57315
57527
  {
57316
- "inputName": "initial_page_id",
57317
- "type": "STRING",
57528
+ "inputName": "error_code",
57529
+ "type": "NUMERIC",
57318
57530
  "mandatory": false
57319
57531
  },
57320
57532
  {
57321
- "inputName": "active_page_id",
57533
+ "inputName": "is_override_error",
57322
57534
  "type": "STRING",
57323
57535
  "mandatory": false
57324
57536
  },
57325
57537
  {
57326
- "inputName": "error_code",
57327
- "type": "NUMERIC",
57538
+ "inputName": "is_override_error_state_function",
57539
+ "type": "STRING",
57328
57540
  "mandatory": false
57329
57541
  },
57330
57542
  {
57331
- "inputName": "application_error",
57543
+ "inputName": "action",
57332
57544
  "type": "STRING",
57333
57545
  "mandatory": false
57334
57546
  },
57335
57547
  {
57336
- "inputName": "message",
57548
+ "inputName": "error_json",
57337
57549
  "type": "STRING",
57338
57550
  "mandatory": false
57339
57551
  },
57340
57552
  {
57341
- "inputName": "is_override_error",
57553
+ "inputName": "translated_message",
57342
57554
  "type": "STRING",
57343
57555
  "mandatory": false
57344
57556
  },
57345
57557
  {
57346
- "inputName": "is_override_error_state_function",
57558
+ "inputName": "error_message",
57347
57559
  "type": "STRING",
57348
57560
  "mandatory": false
57349
57561
  },
57350
57562
  {
57351
- "inputName": "msid",
57563
+ "inputName": "exception_message",
57352
57564
  "type": "STRING",
57353
57565
  "mandatory": false
57354
57566
  },
57355
57567
  {
57356
- "inputName": "project",
57568
+ "inputName": "client_error_code",
57357
57569
  "type": "STRING",
57358
57570
  "mandatory": false
57359
57571
  },
57360
57572
  {
57361
- "inputName": "owner",
57573
+ "inputName": "error_type",
57362
57574
  "type": "STRING",
57363
57575
  "mandatory": false
57364
57576
  },
57365
57577
  {
57366
- "inputName": "action",
57367
- "type": "STRING",
57578
+ "inputName": "is_consumer_resolved_error",
57579
+ "type": "BOOL",
57368
57580
  "mandatory": false
57369
57581
  },
57370
57582
  {
57371
- "inputName": "error_json",
57583
+ "inputName": "full_artifact_id",
57372
57584
  "type": "STRING",
57373
57585
  "mandatory": false
57374
57586
  }