@wix/bex-utils 2.35.0 → 2.36.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.
- package/@wix/bi-logger-os-data/dist/cjs/index.js +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +25 -0
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +11 -6
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +25 -0
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js +9 -4
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/types/index.d.ts +3 -3
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +6 -1
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +6 -1
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +6 -1
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +10 -5
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/index.ts +3 -3
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +6 -1
- package/@wix/bi-logger-os-data/src/testkit/common.ts +30 -0
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +6 -1
- package/@wix/bi-logger-os-data/src/types.ts +11 -1
- package/@wix/bi-logger-os-data/src/v2/index.ts +10 -5
- package/package.json +3 -3
|
@@ -293,6 +293,16 @@ const schemaObj = [
|
|
|
293
293
|
"inputName": "score",
|
|
294
294
|
"type": "NUMERIC",
|
|
295
295
|
"mandatory": false
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"inputName": "url",
|
|
299
|
+
"type": "URL",
|
|
300
|
+
"mandatory": false
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"inputName": "previewUrl",
|
|
304
|
+
"type": "STRING",
|
|
305
|
+
"mandatory": false
|
|
296
306
|
}
|
|
297
307
|
]
|
|
298
308
|
},
|
|
@@ -49460,6 +49470,11 @@ const schemaObj = [
|
|
|
49460
49470
|
"inputName": "os_category",
|
|
49461
49471
|
"type": "STRING",
|
|
49462
49472
|
"mandatory": false
|
|
49473
|
+
},
|
|
49474
|
+
{
|
|
49475
|
+
"inputName": "groupNotificationId",
|
|
49476
|
+
"type": "STRING",
|
|
49477
|
+
"mandatory": false
|
|
49463
49478
|
}
|
|
49464
49479
|
]
|
|
49465
49480
|
},
|
|
@@ -51132,6 +51147,11 @@ const schemaObj = [
|
|
|
51132
51147
|
"type": "STRING",
|
|
51133
51148
|
"mandatory": false
|
|
51134
51149
|
},
|
|
51150
|
+
{
|
|
51151
|
+
"inputName": "theme",
|
|
51152
|
+
"type": "STRING",
|
|
51153
|
+
"mandatory": false
|
|
51154
|
+
},
|
|
51135
51155
|
{
|
|
51136
51156
|
"inputName": "routerUsage",
|
|
51137
51157
|
"type": "BOOL",
|
|
@@ -51278,6 +51298,11 @@ const schemaObj = [
|
|
|
51278
51298
|
"type": "STRING",
|
|
51279
51299
|
"mandatory": false
|
|
51280
51300
|
},
|
|
51301
|
+
{
|
|
51302
|
+
"inputName": "theme",
|
|
51303
|
+
"type": "STRING",
|
|
51304
|
+
"mandatory": false
|
|
51305
|
+
},
|
|
51281
51306
|
{
|
|
51282
51307
|
"inputName": "routerUsage",
|
|
51283
51308
|
"type": "BOOL",
|