@wix/bex-utils 2.41.0 → 2.42.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 +18 -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 +18 -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 +340 -14
  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 +18 -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 +159 -19
  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 +18 -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 +18 -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 +340 -14
  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 +18 -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 +138 -4
  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 +8 -2
  22. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +73 -3
  23. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +73 -3
  24. package/@wix/bi-logger-os-data/dist/types/types.d.ts +73 -3
  25. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +127 -5
  26. package/@wix/bi-logger-os-data/package.json +2 -2
  27. package/@wix/bi-logger-os-data/src/index.ts +26 -2
  28. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +91 -3
  29. package/@wix/bi-logger-os-data/src/testkit/common.ts +394 -16
  30. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +91 -3
  31. package/@wix/bi-logger-os-data/src/types.ts +135 -6
  32. package/@wix/bi-logger-os-data/src/v2/index.ts +145 -5
  33. package/package.json +3 -3
@@ -303,6 +303,11 @@ const schemaObj = [
303
303
  "inputName": "previewUrl",
304
304
  "type": "STRING",
305
305
  "mandatory": false
306
+ },
307
+ {
308
+ "inputName": "isPatternsPage",
309
+ "type": "BOOL",
310
+ "mandatory": false
306
311
  }
307
312
  ]
308
313
  },
@@ -13068,6 +13073,21 @@ const schemaObj = [
13068
13073
  "type": "NUMERIC",
13069
13074
  "mandatory": false
13070
13075
  },
13076
+ {
13077
+ "inputName": "invite_role_names",
13078
+ "type": "STRING",
13079
+ "mandatory": false
13080
+ },
13081
+ {
13082
+ "inputName": "Invite_predefined_role_ids",
13083
+ "type": "STRING",
13084
+ "mandatory": false
13085
+ },
13086
+ {
13087
+ "inputName": "invite_custom_role_ids",
13088
+ "type": "STRING",
13089
+ "mandatory": false
13090
+ },
13071
13091
  {
13072
13092
  "inputName": "contributors_count",
13073
13093
  "type": "NUMERIC",
@@ -13299,16 +13319,6 @@ const schemaObj = [
13299
13319
  "inputName": "origin",
13300
13320
  "type": "STRING",
13301
13321
  "mandatory": false
13302
- },
13303
- {
13304
- "inputName": "platform",
13305
- "type": "STRING",
13306
- "mandatory": false
13307
- },
13308
- {
13309
- "inputName": "msid",
13310
- "type": "GUID",
13311
- "mandatory": false
13312
13322
  }
13313
13323
  ]
13314
13324
  },
@@ -13327,13 +13337,13 @@ const schemaObj = [
13327
13337
  "mandatory": false
13328
13338
  },
13329
13339
  {
13330
- "inputName": "platform",
13331
- "type": "STRING",
13340
+ "inputName": "msid",
13341
+ "type": "GUID",
13332
13342
  "mandatory": false
13333
13343
  },
13334
13344
  {
13335
- "inputName": "msid",
13336
- "type": "GUID",
13345
+ "inputName": "origin",
13346
+ "type": "STRING",
13337
13347
  "mandatory": false
13338
13348
  }
13339
13349
  ]
@@ -22897,6 +22907,47 @@ const schemaObj = [
22897
22907
  }
22898
22908
  ]
22899
22909
  },
22910
+ {
22911
+ "event_id": 1858,
22912
+ "name": "Leaving without saving - modal opened",
22913
+ "fields": [
22914
+ {
22915
+ "inputName": "hosting_platform",
22916
+ "type": "STRING",
22917
+ "mandatory": false
22918
+ },
22919
+ {
22920
+ "inputName": "page_id",
22921
+ "type": "STRING",
22922
+ "mandatory": false
22923
+ },
22924
+ {
22925
+ "inputName": "page_name",
22926
+ "type": "STRING",
22927
+ "mandatory": false
22928
+ },
22929
+ {
22930
+ "inputName": "route",
22931
+ "type": "STRING",
22932
+ "mandatory": false
22933
+ },
22934
+ {
22935
+ "inputName": "hosting_platform_context_id",
22936
+ "type": "STRING",
22937
+ "mandatory": false
22938
+ },
22939
+ {
22940
+ "inputName": "internal_route",
22941
+ "type": "STRING",
22942
+ "mandatory": false
22943
+ },
22944
+ {
22945
+ "inputName": "displayMode",
22946
+ "type": "STRING",
22947
+ "mandatory": false
22948
+ }
22949
+ ]
22950
+ },
22900
22951
  {
22901
22952
  "event_id": 187,
22902
22953
  "name": "dashboard > contributors > click on mange roles and permissions",
@@ -22923,6 +22974,246 @@ const schemaObj = [
22923
22974
  }
22924
22975
  ]
22925
22976
  },
22977
+ {
22978
+ "event_id": 1871,
22979
+ "name": "Roles and Permissions - Manage Roles - Edit Role",
22980
+ "fields": [
22981
+ {
22982
+ "inputName": "context",
22983
+ "type": "STRING",
22984
+ "mandatory": false
22985
+ },
22986
+ {
22987
+ "inputName": "role_id",
22988
+ "type": "STRING",
22989
+ "mandatory": false
22990
+ },
22991
+ {
22992
+ "inputName": "role_type",
22993
+ "type": "STRING",
22994
+ "mandatory": false
22995
+ },
22996
+ {
22997
+ "inputName": "origin",
22998
+ "type": "STRING",
22999
+ "mandatory": false
23000
+ },
23001
+ {
23002
+ "inputName": "platform",
23003
+ "type": "STRING",
23004
+ "mandatory": false
23005
+ },
23006
+ {
23007
+ "inputName": "role_name",
23008
+ "type": "STRING",
23009
+ "mandatory": false
23010
+ },
23011
+ {
23012
+ "inputName": "Has_ai_assistant",
23013
+ "type": "BOOL",
23014
+ "mandatory": false
23015
+ }
23016
+ ]
23017
+ },
23018
+ {
23019
+ "event_id": 1874,
23020
+ "name": "Roles and Permissions - Invite Teammates - Send Invite Click",
23021
+ "fields": [
23022
+ {
23023
+ "inputName": "context",
23024
+ "type": "STRING",
23025
+ "mandatory": false
23026
+ },
23027
+ {
23028
+ "inputName": "number_of_invalid_emails",
23029
+ "type": "NUMERIC",
23030
+ "mandatory": false
23031
+ },
23032
+ {
23033
+ "inputName": "invite_custom_role_ids",
23034
+ "type": "STRING",
23035
+ "mandatory": false
23036
+ },
23037
+ {
23038
+ "inputName": "assignment_type",
23039
+ "type": "STRING",
23040
+ "mandatory": false
23041
+ },
23042
+ {
23043
+ "inputName": "number_of_existing_emails",
23044
+ "type": "NUMERIC",
23045
+ "mandatory": false
23046
+ },
23047
+ {
23048
+ "inputName": "origin",
23049
+ "type": "STRING",
23050
+ "mandatory": false
23051
+ },
23052
+ {
23053
+ "inputName": "invite_id",
23054
+ "type": "GUID",
23055
+ "mandatory": false
23056
+ },
23057
+ {
23058
+ "inputName": "platform",
23059
+ "type": "STRING",
23060
+ "mandatory": false
23061
+ },
23062
+ {
23063
+ "inputName": "number_of_valid_emails",
23064
+ "type": "NUMERIC",
23065
+ "mandatory": false
23066
+ },
23067
+ {
23068
+ "inputName": "invite_predefined_role_ids",
23069
+ "type": "STRING",
23070
+ "mandatory": false
23071
+ },
23072
+ {
23073
+ "inputName": "app_id",
23074
+ "type": "STRING",
23075
+ "mandatory": false
23076
+ },
23077
+ {
23078
+ "inputName": "Has_ai_assistant",
23079
+ "type": "BOOL",
23080
+ "mandatory": false
23081
+ }
23082
+ ]
23083
+ },
23084
+ {
23085
+ "event_id": 1875,
23086
+ "name": "Restore site - modal opened ",
23087
+ "fields": [
23088
+ {
23089
+ "inputName": "hosting_platform",
23090
+ "type": "STRING",
23091
+ "mandatory": false
23092
+ },
23093
+ {
23094
+ "inputName": "page_id",
23095
+ "type": "STRING",
23096
+ "mandatory": false
23097
+ },
23098
+ {
23099
+ "inputName": "page_name",
23100
+ "type": "STRING",
23101
+ "mandatory": false
23102
+ },
23103
+ {
23104
+ "inputName": "route",
23105
+ "type": "STRING",
23106
+ "mandatory": false
23107
+ },
23108
+ {
23109
+ "inputName": "hosting_platform_context_id",
23110
+ "type": "STRING",
23111
+ "mandatory": false
23112
+ },
23113
+ {
23114
+ "inputName": "internal_route",
23115
+ "type": "STRING",
23116
+ "mandatory": false
23117
+ },
23118
+ {
23119
+ "inputName": "origin",
23120
+ "type": "STRING",
23121
+ "mandatory": false
23122
+ }
23123
+ ]
23124
+ },
23125
+ {
23126
+ "event_id": 1876,
23127
+ "name": "Restore site – Modal CTA clicked",
23128
+ "fields": [
23129
+ {
23130
+ "inputName": "hosting_platform",
23131
+ "type": "STRING",
23132
+ "mandatory": false
23133
+ },
23134
+ {
23135
+ "inputName": "page_id",
23136
+ "type": "STRING",
23137
+ "mandatory": false
23138
+ },
23139
+ {
23140
+ "inputName": "page_name",
23141
+ "type": "STRING",
23142
+ "mandatory": false
23143
+ },
23144
+ {
23145
+ "inputName": "route",
23146
+ "type": "STRING",
23147
+ "mandatory": false
23148
+ },
23149
+ {
23150
+ "inputName": "hosting_platform_context_id",
23151
+ "type": "STRING",
23152
+ "mandatory": false
23153
+ },
23154
+ {
23155
+ "inputName": "internal_route",
23156
+ "type": "STRING",
23157
+ "mandatory": false
23158
+ },
23159
+ {
23160
+ "inputName": "cta",
23161
+ "type": "STRING",
23162
+ "mandatory": false
23163
+ },
23164
+ {
23165
+ "inputName": "origin",
23166
+ "type": "STRING",
23167
+ "mandatory": false
23168
+ }
23169
+ ]
23170
+ },
23171
+ {
23172
+ "event_id": 1878,
23173
+ "name": "Leaving without saving – Modal CTA clicked",
23174
+ "fields": [
23175
+ {
23176
+ "inputName": "hosting_platform",
23177
+ "type": "STRING",
23178
+ "mandatory": false
23179
+ },
23180
+ {
23181
+ "inputName": "page_id",
23182
+ "type": "STRING",
23183
+ "mandatory": false
23184
+ },
23185
+ {
23186
+ "inputName": "page_name",
23187
+ "type": "STRING",
23188
+ "mandatory": false
23189
+ },
23190
+ {
23191
+ "inputName": "route",
23192
+ "type": "STRING",
23193
+ "mandatory": false
23194
+ },
23195
+ {
23196
+ "inputName": "hosting_platform_context_id",
23197
+ "type": "STRING",
23198
+ "mandatory": false
23199
+ },
23200
+ {
23201
+ "inputName": "internal_route",
23202
+ "type": "STRING",
23203
+ "mandatory": false
23204
+ },
23205
+ {
23206
+ "inputName": "cta",
23207
+ "type": "STRING",
23208
+ "mandatory": false
23209
+ },
23210
+ {
23211
+ "inputName": "displayMode",
23212
+ "type": "STRING",
23213
+ "mandatory": false
23214
+ }
23215
+ ]
23216
+ },
22926
23217
  {
22927
23218
  "event_id": 188,
22928
23219
  "name": "Ascend - Hover on Upgrade Ascend",
@@ -51152,6 +51443,11 @@ const schemaObj = [
51152
51443
  "type": "STRING",
51153
51444
  "mandatory": false
51154
51445
  },
51446
+ {
51447
+ "inputName": "consumerId",
51448
+ "type": "STRING",
51449
+ "mandatory": false
51450
+ },
51155
51451
  {
51156
51452
  "inputName": "routerUsage",
51157
51453
  "type": "BOOL",
@@ -51303,6 +51599,11 @@ const schemaObj = [
51303
51599
  "type": "STRING",
51304
51600
  "mandatory": false
51305
51601
  },
51602
+ {
51603
+ "inputName": "consumerId",
51604
+ "type": "STRING",
51605
+ "mandatory": false
51606
+ },
51306
51607
  {
51307
51608
  "inputName": "routerUsage",
51308
51609
  "type": "BOOL",
@@ -57108,6 +57409,11 @@ const schemaObj = [
57108
57409
  "inputName": "product",
57109
57410
  "type": "STRING",
57110
57411
  "mandatory": false
57412
+ },
57413
+ {
57414
+ "inputName": "theme",
57415
+ "type": "STRING",
57416
+ "mandatory": false
57111
57417
  }
57112
57418
  ]
57113
57419
  },
@@ -57184,6 +57490,11 @@ const schemaObj = [
57184
57490
  "inputName": "product",
57185
57491
  "type": "STRING",
57186
57492
  "mandatory": false
57493
+ },
57494
+ {
57495
+ "inputName": "theme",
57496
+ "type": "STRING",
57497
+ "mandatory": false
57187
57498
  }
57188
57499
  ]
57189
57500
  },
@@ -57280,6 +57591,11 @@ const schemaObj = [
57280
57591
  "inputName": "product",
57281
57592
  "type": "STRING",
57282
57593
  "mandatory": false
57594
+ },
57595
+ {
57596
+ "inputName": "theme",
57597
+ "type": "STRING",
57598
+ "mandatory": false
57283
57599
  }
57284
57600
  ]
57285
57601
  },
@@ -58159,6 +58475,11 @@ const schemaObj = [
58159
58475
  "type": "STRING",
58160
58476
  "mandatory": false
58161
58477
  },
58478
+ {
58479
+ "inputName": "isEn",
58480
+ "type": "BOOL",
58481
+ "mandatory": false
58482
+ },
58162
58483
  {
58163
58484
  "inputName": "mapped_error_not_available",
58164
58485
  "type": "STRING",
@@ -58195,6 +58516,11 @@ const schemaObj = [
58195
58516
  "type": "STRING",
58196
58517
  "mandatory": false
58197
58518
  },
58519
+ {
58520
+ "inputName": "isEn",
58521
+ "type": "BOOL",
58522
+ "mandatory": false
58523
+ },
58198
58524
  {
58199
58525
  "inputName": "displayed_message",
58200
58526
  "type": "STRING",