@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
@@ -300,6 +300,11 @@ const schemaObj = [
300
300
  "inputName": "previewUrl",
301
301
  "type": "STRING",
302
302
  "mandatory": false
303
+ },
304
+ {
305
+ "inputName": "isPatternsPage",
306
+ "type": "BOOL",
307
+ "mandatory": false
303
308
  }
304
309
  ]
305
310
  },
@@ -13065,6 +13070,21 @@ const schemaObj = [
13065
13070
  "type": "NUMERIC",
13066
13071
  "mandatory": false
13067
13072
  },
13073
+ {
13074
+ "inputName": "invite_role_names",
13075
+ "type": "STRING",
13076
+ "mandatory": false
13077
+ },
13078
+ {
13079
+ "inputName": "Invite_predefined_role_ids",
13080
+ "type": "STRING",
13081
+ "mandatory": false
13082
+ },
13083
+ {
13084
+ "inputName": "invite_custom_role_ids",
13085
+ "type": "STRING",
13086
+ "mandatory": false
13087
+ },
13068
13088
  {
13069
13089
  "inputName": "contributors_count",
13070
13090
  "type": "NUMERIC",
@@ -13296,16 +13316,6 @@ const schemaObj = [
13296
13316
  "inputName": "origin",
13297
13317
  "type": "STRING",
13298
13318
  "mandatory": false
13299
- },
13300
- {
13301
- "inputName": "platform",
13302
- "type": "STRING",
13303
- "mandatory": false
13304
- },
13305
- {
13306
- "inputName": "msid",
13307
- "type": "GUID",
13308
- "mandatory": false
13309
13319
  }
13310
13320
  ]
13311
13321
  },
@@ -13324,13 +13334,13 @@ const schemaObj = [
13324
13334
  "mandatory": false
13325
13335
  },
13326
13336
  {
13327
- "inputName": "platform",
13328
- "type": "STRING",
13337
+ "inputName": "msid",
13338
+ "type": "GUID",
13329
13339
  "mandatory": false
13330
13340
  },
13331
13341
  {
13332
- "inputName": "msid",
13333
- "type": "GUID",
13342
+ "inputName": "origin",
13343
+ "type": "STRING",
13334
13344
  "mandatory": false
13335
13345
  }
13336
13346
  ]
@@ -22894,6 +22904,47 @@ const schemaObj = [
22894
22904
  }
22895
22905
  ]
22896
22906
  },
22907
+ {
22908
+ "event_id": 1858,
22909
+ "name": "Leaving without saving - modal opened",
22910
+ "fields": [
22911
+ {
22912
+ "inputName": "hosting_platform",
22913
+ "type": "STRING",
22914
+ "mandatory": false
22915
+ },
22916
+ {
22917
+ "inputName": "page_id",
22918
+ "type": "STRING",
22919
+ "mandatory": false
22920
+ },
22921
+ {
22922
+ "inputName": "page_name",
22923
+ "type": "STRING",
22924
+ "mandatory": false
22925
+ },
22926
+ {
22927
+ "inputName": "route",
22928
+ "type": "STRING",
22929
+ "mandatory": false
22930
+ },
22931
+ {
22932
+ "inputName": "hosting_platform_context_id",
22933
+ "type": "STRING",
22934
+ "mandatory": false
22935
+ },
22936
+ {
22937
+ "inputName": "internal_route",
22938
+ "type": "STRING",
22939
+ "mandatory": false
22940
+ },
22941
+ {
22942
+ "inputName": "displayMode",
22943
+ "type": "STRING",
22944
+ "mandatory": false
22945
+ }
22946
+ ]
22947
+ },
22897
22948
  {
22898
22949
  "event_id": 187,
22899
22950
  "name": "dashboard > contributors > click on mange roles and permissions",
@@ -22920,6 +22971,246 @@ const schemaObj = [
22920
22971
  }
22921
22972
  ]
22922
22973
  },
22974
+ {
22975
+ "event_id": 1871,
22976
+ "name": "Roles and Permissions - Manage Roles - Edit Role",
22977
+ "fields": [
22978
+ {
22979
+ "inputName": "context",
22980
+ "type": "STRING",
22981
+ "mandatory": false
22982
+ },
22983
+ {
22984
+ "inputName": "role_id",
22985
+ "type": "STRING",
22986
+ "mandatory": false
22987
+ },
22988
+ {
22989
+ "inputName": "role_type",
22990
+ "type": "STRING",
22991
+ "mandatory": false
22992
+ },
22993
+ {
22994
+ "inputName": "origin",
22995
+ "type": "STRING",
22996
+ "mandatory": false
22997
+ },
22998
+ {
22999
+ "inputName": "platform",
23000
+ "type": "STRING",
23001
+ "mandatory": false
23002
+ },
23003
+ {
23004
+ "inputName": "role_name",
23005
+ "type": "STRING",
23006
+ "mandatory": false
23007
+ },
23008
+ {
23009
+ "inputName": "Has_ai_assistant",
23010
+ "type": "BOOL",
23011
+ "mandatory": false
23012
+ }
23013
+ ]
23014
+ },
23015
+ {
23016
+ "event_id": 1874,
23017
+ "name": "Roles and Permissions - Invite Teammates - Send Invite Click",
23018
+ "fields": [
23019
+ {
23020
+ "inputName": "context",
23021
+ "type": "STRING",
23022
+ "mandatory": false
23023
+ },
23024
+ {
23025
+ "inputName": "number_of_invalid_emails",
23026
+ "type": "NUMERIC",
23027
+ "mandatory": false
23028
+ },
23029
+ {
23030
+ "inputName": "invite_custom_role_ids",
23031
+ "type": "STRING",
23032
+ "mandatory": false
23033
+ },
23034
+ {
23035
+ "inputName": "assignment_type",
23036
+ "type": "STRING",
23037
+ "mandatory": false
23038
+ },
23039
+ {
23040
+ "inputName": "number_of_existing_emails",
23041
+ "type": "NUMERIC",
23042
+ "mandatory": false
23043
+ },
23044
+ {
23045
+ "inputName": "origin",
23046
+ "type": "STRING",
23047
+ "mandatory": false
23048
+ },
23049
+ {
23050
+ "inputName": "invite_id",
23051
+ "type": "GUID",
23052
+ "mandatory": false
23053
+ },
23054
+ {
23055
+ "inputName": "platform",
23056
+ "type": "STRING",
23057
+ "mandatory": false
23058
+ },
23059
+ {
23060
+ "inputName": "number_of_valid_emails",
23061
+ "type": "NUMERIC",
23062
+ "mandatory": false
23063
+ },
23064
+ {
23065
+ "inputName": "invite_predefined_role_ids",
23066
+ "type": "STRING",
23067
+ "mandatory": false
23068
+ },
23069
+ {
23070
+ "inputName": "app_id",
23071
+ "type": "STRING",
23072
+ "mandatory": false
23073
+ },
23074
+ {
23075
+ "inputName": "Has_ai_assistant",
23076
+ "type": "BOOL",
23077
+ "mandatory": false
23078
+ }
23079
+ ]
23080
+ },
23081
+ {
23082
+ "event_id": 1875,
23083
+ "name": "Restore site - modal opened ",
23084
+ "fields": [
23085
+ {
23086
+ "inputName": "hosting_platform",
23087
+ "type": "STRING",
23088
+ "mandatory": false
23089
+ },
23090
+ {
23091
+ "inputName": "page_id",
23092
+ "type": "STRING",
23093
+ "mandatory": false
23094
+ },
23095
+ {
23096
+ "inputName": "page_name",
23097
+ "type": "STRING",
23098
+ "mandatory": false
23099
+ },
23100
+ {
23101
+ "inputName": "route",
23102
+ "type": "STRING",
23103
+ "mandatory": false
23104
+ },
23105
+ {
23106
+ "inputName": "hosting_platform_context_id",
23107
+ "type": "STRING",
23108
+ "mandatory": false
23109
+ },
23110
+ {
23111
+ "inputName": "internal_route",
23112
+ "type": "STRING",
23113
+ "mandatory": false
23114
+ },
23115
+ {
23116
+ "inputName": "origin",
23117
+ "type": "STRING",
23118
+ "mandatory": false
23119
+ }
23120
+ ]
23121
+ },
23122
+ {
23123
+ "event_id": 1876,
23124
+ "name": "Restore site – Modal CTA clicked",
23125
+ "fields": [
23126
+ {
23127
+ "inputName": "hosting_platform",
23128
+ "type": "STRING",
23129
+ "mandatory": false
23130
+ },
23131
+ {
23132
+ "inputName": "page_id",
23133
+ "type": "STRING",
23134
+ "mandatory": false
23135
+ },
23136
+ {
23137
+ "inputName": "page_name",
23138
+ "type": "STRING",
23139
+ "mandatory": false
23140
+ },
23141
+ {
23142
+ "inputName": "route",
23143
+ "type": "STRING",
23144
+ "mandatory": false
23145
+ },
23146
+ {
23147
+ "inputName": "hosting_platform_context_id",
23148
+ "type": "STRING",
23149
+ "mandatory": false
23150
+ },
23151
+ {
23152
+ "inputName": "internal_route",
23153
+ "type": "STRING",
23154
+ "mandatory": false
23155
+ },
23156
+ {
23157
+ "inputName": "cta",
23158
+ "type": "STRING",
23159
+ "mandatory": false
23160
+ },
23161
+ {
23162
+ "inputName": "origin",
23163
+ "type": "STRING",
23164
+ "mandatory": false
23165
+ }
23166
+ ]
23167
+ },
23168
+ {
23169
+ "event_id": 1878,
23170
+ "name": "Leaving without saving – Modal CTA clicked",
23171
+ "fields": [
23172
+ {
23173
+ "inputName": "hosting_platform",
23174
+ "type": "STRING",
23175
+ "mandatory": false
23176
+ },
23177
+ {
23178
+ "inputName": "page_id",
23179
+ "type": "STRING",
23180
+ "mandatory": false
23181
+ },
23182
+ {
23183
+ "inputName": "page_name",
23184
+ "type": "STRING",
23185
+ "mandatory": false
23186
+ },
23187
+ {
23188
+ "inputName": "route",
23189
+ "type": "STRING",
23190
+ "mandatory": false
23191
+ },
23192
+ {
23193
+ "inputName": "hosting_platform_context_id",
23194
+ "type": "STRING",
23195
+ "mandatory": false
23196
+ },
23197
+ {
23198
+ "inputName": "internal_route",
23199
+ "type": "STRING",
23200
+ "mandatory": false
23201
+ },
23202
+ {
23203
+ "inputName": "cta",
23204
+ "type": "STRING",
23205
+ "mandatory": false
23206
+ },
23207
+ {
23208
+ "inputName": "displayMode",
23209
+ "type": "STRING",
23210
+ "mandatory": false
23211
+ }
23212
+ ]
23213
+ },
22923
23214
  {
22924
23215
  "event_id": 188,
22925
23216
  "name": "Ascend - Hover on Upgrade Ascend",
@@ -51149,6 +51440,11 @@ const schemaObj = [
51149
51440
  "type": "STRING",
51150
51441
  "mandatory": false
51151
51442
  },
51443
+ {
51444
+ "inputName": "consumerId",
51445
+ "type": "STRING",
51446
+ "mandatory": false
51447
+ },
51152
51448
  {
51153
51449
  "inputName": "routerUsage",
51154
51450
  "type": "BOOL",
@@ -51300,6 +51596,11 @@ const schemaObj = [
51300
51596
  "type": "STRING",
51301
51597
  "mandatory": false
51302
51598
  },
51599
+ {
51600
+ "inputName": "consumerId",
51601
+ "type": "STRING",
51602
+ "mandatory": false
51603
+ },
51303
51604
  {
51304
51605
  "inputName": "routerUsage",
51305
51606
  "type": "BOOL",
@@ -57105,6 +57406,11 @@ const schemaObj = [
57105
57406
  "inputName": "product",
57106
57407
  "type": "STRING",
57107
57408
  "mandatory": false
57409
+ },
57410
+ {
57411
+ "inputName": "theme",
57412
+ "type": "STRING",
57413
+ "mandatory": false
57108
57414
  }
57109
57415
  ]
57110
57416
  },
@@ -57181,6 +57487,11 @@ const schemaObj = [
57181
57487
  "inputName": "product",
57182
57488
  "type": "STRING",
57183
57489
  "mandatory": false
57490
+ },
57491
+ {
57492
+ "inputName": "theme",
57493
+ "type": "STRING",
57494
+ "mandatory": false
57184
57495
  }
57185
57496
  ]
57186
57497
  },
@@ -57277,6 +57588,11 @@ const schemaObj = [
57277
57588
  "inputName": "product",
57278
57589
  "type": "STRING",
57279
57590
  "mandatory": false
57591
+ },
57592
+ {
57593
+ "inputName": "theme",
57594
+ "type": "STRING",
57595
+ "mandatory": false
57280
57596
  }
57281
57597
  ]
57282
57598
  },
@@ -58156,6 +58472,11 @@ const schemaObj = [
58156
58472
  "type": "STRING",
58157
58473
  "mandatory": false
58158
58474
  },
58475
+ {
58476
+ "inputName": "isEn",
58477
+ "type": "BOOL",
58478
+ "mandatory": false
58479
+ },
58159
58480
  {
58160
58481
  "inputName": "mapped_error_not_available",
58161
58482
  "type": "STRING",
@@ -58192,6 +58513,11 @@ const schemaObj = [
58192
58513
  "type": "STRING",
58193
58514
  "mandatory": false
58194
58515
  },
58516
+ {
58517
+ "inputName": "isEn",
58518
+ "type": "BOOL",
58519
+ "mandatory": false
58520
+ },
58195
58521
  {
58196
58522
  "inputName": "displayed_message",
58197
58523
  "type": "STRING",