@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
@@ -12532,6 +12532,16 @@ const schemaObj = [
12532
12532
  "inputName": "app_id",
12533
12533
  "type": "STRING",
12534
12534
  "mandatory": false
12535
+ },
12536
+ {
12537
+ "inputName": "contributors_quota",
12538
+ "type": "NUMERIC",
12539
+ "mandatory": false
12540
+ },
12541
+ {
12542
+ "inputName": "contributors_count",
12543
+ "type": "NUMERIC",
12544
+ "mandatory": false
12535
12545
  }
12536
12546
  ]
12537
12547
  },
@@ -12907,6 +12917,11 @@ const schemaObj = [
12907
12917
  "inputName": "app_id",
12908
12918
  "type": "STRING",
12909
12919
  "mandatory": false
12920
+ },
12921
+ {
12922
+ "inputName": "Has_ai_assistant",
12923
+ "type": "BOOL",
12924
+ "mandatory": false
12910
12925
  }
12911
12926
  ]
12912
12927
  },
@@ -12988,6 +13003,11 @@ const schemaObj = [
12988
13003
  "inputName": "app_id",
12989
13004
  "type": "STRING",
12990
13005
  "mandatory": false
13006
+ },
13007
+ {
13008
+ "inputName": "Has_ai_assistant",
13009
+ "type": "BOOL",
13010
+ "mandatory": false
12991
13011
  }
12992
13012
  ]
12993
13013
  },
@@ -13308,6 +13328,11 @@ const schemaObj = [
13308
13328
  "inputName": "msid",
13309
13329
  "type": "GUID",
13310
13330
  "mandatory": false
13331
+ },
13332
+ {
13333
+ "inputName": "Has_ai_assistant",
13334
+ "type": "BOOL",
13335
+ "mandatory": false
13311
13336
  }
13312
13337
  ]
13313
13338
  },
@@ -43115,6 +43140,11 @@ const schemaObj = [
43115
43140
  "inputName": "internal_route",
43116
43141
  "type": "STRING",
43117
43142
  "mandatory": false
43143
+ },
43144
+ {
43145
+ "inputName": "prevRoute",
43146
+ "type": "STRING",
43147
+ "mandatory": false
43118
43148
  }
43119
43149
  ]
43120
43150
  },
@@ -43216,6 +43246,11 @@ const schemaObj = [
43216
43246
  "inputName": "loading_time",
43217
43247
  "type": "NUMERIC",
43218
43248
  "mandatory": false
43249
+ },
43250
+ {
43251
+ "inputName": "prevRoute",
43252
+ "type": "STRING",
43253
+ "mandatory": false
43219
43254
  }
43220
43255
  ]
43221
43256
  },
@@ -43812,6 +43847,11 @@ const schemaObj = [
43812
43847
  "inputName": "loading_time",
43813
43848
  "type": "NUMERIC",
43814
43849
  "mandatory": false
43850
+ },
43851
+ {
43852
+ "inputName": "prevRoute",
43853
+ "type": "STRING",
43854
+ "mandatory": false
43815
43855
  }
43816
43856
  ]
43817
43857
  },
@@ -49809,6 +49849,158 @@ const schemaObj = [
49809
49849
  }
49810
49850
  ]
49811
49851
  },
49852
+ {
49853
+ "event_id": 1000,
49854
+ "name": "Wix Patterns - Page Interactive ",
49855
+ "fields": [
49856
+ {
49857
+ "inputName": "artifactId",
49858
+ "type": "STRING",
49859
+ "mandatory": false
49860
+ },
49861
+ {
49862
+ "inputName": "csid",
49863
+ "type": "GUID",
49864
+ "mandatory": false
49865
+ },
49866
+ {
49867
+ "inputName": "url",
49868
+ "type": "URL",
49869
+ "mandatory": false
49870
+ },
49871
+ {
49872
+ "inputName": "cairoVersion",
49873
+ "type": "STRING",
49874
+ "mandatory": false
49875
+ },
49876
+ {
49877
+ "inputName": "domain",
49878
+ "type": "STRING",
49879
+ "mandatory": false
49880
+ },
49881
+ {
49882
+ "inputName": "componentName",
49883
+ "type": "STRING",
49884
+ "mandatory": false
49885
+ },
49886
+ {
49887
+ "inputName": "componentType",
49888
+ "type": "STRING",
49889
+ "mandatory": false
49890
+ },
49891
+ {
49892
+ "inputName": "resource",
49893
+ "type": "STRING",
49894
+ "mandatory": false
49895
+ },
49896
+ {
49897
+ "inputName": "loadingTime",
49898
+ "type": "NUMERIC",
49899
+ "mandatory": false
49900
+ },
49901
+ {
49902
+ "inputName": "appId",
49903
+ "type": "STRING",
49904
+ "mandatory": false
49905
+ },
49906
+ {
49907
+ "inputName": "product",
49908
+ "type": "STRING",
49909
+ "mandatory": false
49910
+ },
49911
+ {
49912
+ "inputName": "route",
49913
+ "type": "STRING",
49914
+ "mandatory": false
49915
+ },
49916
+ {
49917
+ "inputName": "hostingPlatformContextId",
49918
+ "type": "STRING",
49919
+ "mandatory": false
49920
+ },
49921
+ {
49922
+ "inputName": "routerUsage",
49923
+ "type": "BOOL",
49924
+ "mandatory": false
49925
+ }
49926
+ ]
49927
+ },
49928
+ {
49929
+ "event_id": 1001,
49930
+ "name": "Wix Patterns - Full Page Load Completed",
49931
+ "fields": [
49932
+ {
49933
+ "inputName": "artifactId",
49934
+ "type": "STRING",
49935
+ "mandatory": false
49936
+ },
49937
+ {
49938
+ "inputName": "csid",
49939
+ "type": "GUID",
49940
+ "mandatory": false
49941
+ },
49942
+ {
49943
+ "inputName": "url",
49944
+ "type": "URL",
49945
+ "mandatory": false
49946
+ },
49947
+ {
49948
+ "inputName": "cairoVersion",
49949
+ "type": "STRING",
49950
+ "mandatory": false
49951
+ },
49952
+ {
49953
+ "inputName": "domain",
49954
+ "type": "STRING",
49955
+ "mandatory": false
49956
+ },
49957
+ {
49958
+ "inputName": "componentName",
49959
+ "type": "STRING",
49960
+ "mandatory": false
49961
+ },
49962
+ {
49963
+ "inputName": "componentType",
49964
+ "type": "STRING",
49965
+ "mandatory": false
49966
+ },
49967
+ {
49968
+ "inputName": "resource",
49969
+ "type": "STRING",
49970
+ "mandatory": false
49971
+ },
49972
+ {
49973
+ "inputName": "loadingTime",
49974
+ "type": "NUMERIC",
49975
+ "mandatory": false
49976
+ },
49977
+ {
49978
+ "inputName": "appId",
49979
+ "type": "STRING",
49980
+ "mandatory": false
49981
+ },
49982
+ {
49983
+ "inputName": "product",
49984
+ "type": "STRING",
49985
+ "mandatory": false
49986
+ },
49987
+ {
49988
+ "inputName": "route",
49989
+ "type": "STRING",
49990
+ "mandatory": false
49991
+ },
49992
+ {
49993
+ "inputName": "hostingPlatformContextId",
49994
+ "type": "STRING",
49995
+ "mandatory": false
49996
+ },
49997
+ {
49998
+ "inputName": "routerUsage",
49999
+ "type": "BOOL",
50000
+ "mandatory": false
50001
+ }
50002
+ ]
50003
+ },
49812
50004
  {
49813
50005
  "event_id": 103,
49814
50006
  "name": "Picker - Usability",
@@ -50564,6 +50756,11 @@ const schemaObj = [
50564
50756
  "inputName": "isCurrentViewCustomMade",
50565
50757
  "type": "BOOL",
50566
50758
  "mandatory": false
50759
+ },
50760
+ {
50761
+ "inputName": "artifactIdNew",
50762
+ "type": "STRING",
50763
+ "mandatory": false
50567
50764
  }
50568
50765
  ]
50569
50766
  },
@@ -50690,6 +50887,11 @@ const schemaObj = [
50690
50887
  "inputName": "isCurrentViewCustomMade",
50691
50888
  "type": "BOOL",
50692
50889
  "mandatory": false
50890
+ },
50891
+ {
50892
+ "inputName": "artifactIdNew",
50893
+ "type": "STRING",
50894
+ "mandatory": false
50693
50895
  }
50694
50896
  ]
50695
50897
  },
@@ -57201,6 +57403,16 @@ const schemaObj = [
57201
57403
  "inputName": "pageType",
57202
57404
  "type": "STRING",
57203
57405
  "mandatory": false
57406
+ },
57407
+ {
57408
+ "inputName": "componentId",
57409
+ "type": "STRING",
57410
+ "mandatory": false
57411
+ },
57412
+ {
57413
+ "inputName": "isSinglePage",
57414
+ "type": "BOOL",
57415
+ "mandatory": false
57204
57416
  }
57205
57417
  ]
57206
57418
  },
@@ -57310,62 +57522,62 @@ const schemaObj = [
57310
57522
  "mandatory": false
57311
57523
  },
57312
57524
  {
57313
- "inputName": "initial_page_id",
57314
- "type": "STRING",
57525
+ "inputName": "error_code",
57526
+ "type": "NUMERIC",
57315
57527
  "mandatory": false
57316
57528
  },
57317
57529
  {
57318
- "inputName": "active_page_id",
57530
+ "inputName": "is_override_error",
57319
57531
  "type": "STRING",
57320
57532
  "mandatory": false
57321
57533
  },
57322
57534
  {
57323
- "inputName": "error_code",
57324
- "type": "NUMERIC",
57535
+ "inputName": "is_override_error_state_function",
57536
+ "type": "STRING",
57325
57537
  "mandatory": false
57326
57538
  },
57327
57539
  {
57328
- "inputName": "application_error",
57540
+ "inputName": "action",
57329
57541
  "type": "STRING",
57330
57542
  "mandatory": false
57331
57543
  },
57332
57544
  {
57333
- "inputName": "message",
57545
+ "inputName": "error_json",
57334
57546
  "type": "STRING",
57335
57547
  "mandatory": false
57336
57548
  },
57337
57549
  {
57338
- "inputName": "is_override_error",
57550
+ "inputName": "translated_message",
57339
57551
  "type": "STRING",
57340
57552
  "mandatory": false
57341
57553
  },
57342
57554
  {
57343
- "inputName": "is_override_error_state_function",
57555
+ "inputName": "error_message",
57344
57556
  "type": "STRING",
57345
57557
  "mandatory": false
57346
57558
  },
57347
57559
  {
57348
- "inputName": "msid",
57560
+ "inputName": "exception_message",
57349
57561
  "type": "STRING",
57350
57562
  "mandatory": false
57351
57563
  },
57352
57564
  {
57353
- "inputName": "project",
57565
+ "inputName": "client_error_code",
57354
57566
  "type": "STRING",
57355
57567
  "mandatory": false
57356
57568
  },
57357
57569
  {
57358
- "inputName": "owner",
57570
+ "inputName": "error_type",
57359
57571
  "type": "STRING",
57360
57572
  "mandatory": false
57361
57573
  },
57362
57574
  {
57363
- "inputName": "action",
57364
- "type": "STRING",
57575
+ "inputName": "is_consumer_resolved_error",
57576
+ "type": "BOOL",
57365
57577
  "mandatory": false
57366
57578
  },
57367
57579
  {
57368
- "inputName": "error_json",
57580
+ "inputName": "full_artifact_id",
57369
57581
  "type": "STRING",
57370
57582
  "mandatory": false
57371
57583
  }