@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
|
@@ -290,6 +290,16 @@ const schemaObj = [
|
|
|
290
290
|
"inputName": "score",
|
|
291
291
|
"type": "NUMERIC",
|
|
292
292
|
"mandatory": false
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"inputName": "url",
|
|
296
|
+
"type": "URL",
|
|
297
|
+
"mandatory": false
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"inputName": "previewUrl",
|
|
301
|
+
"type": "STRING",
|
|
302
|
+
"mandatory": false
|
|
293
303
|
}
|
|
294
304
|
]
|
|
295
305
|
},
|
|
@@ -49457,6 +49467,11 @@ const schemaObj = [
|
|
|
49457
49467
|
"inputName": "os_category",
|
|
49458
49468
|
"type": "STRING",
|
|
49459
49469
|
"mandatory": false
|
|
49470
|
+
},
|
|
49471
|
+
{
|
|
49472
|
+
"inputName": "groupNotificationId",
|
|
49473
|
+
"type": "STRING",
|
|
49474
|
+
"mandatory": false
|
|
49460
49475
|
}
|
|
49461
49476
|
]
|
|
49462
49477
|
},
|
|
@@ -51129,6 +51144,11 @@ const schemaObj = [
|
|
|
51129
51144
|
"type": "STRING",
|
|
51130
51145
|
"mandatory": false
|
|
51131
51146
|
},
|
|
51147
|
+
{
|
|
51148
|
+
"inputName": "theme",
|
|
51149
|
+
"type": "STRING",
|
|
51150
|
+
"mandatory": false
|
|
51151
|
+
},
|
|
51132
51152
|
{
|
|
51133
51153
|
"inputName": "routerUsage",
|
|
51134
51154
|
"type": "BOOL",
|
|
@@ -51275,6 +51295,11 @@ const schemaObj = [
|
|
|
51275
51295
|
"type": "STRING",
|
|
51276
51296
|
"mandatory": false
|
|
51277
51297
|
},
|
|
51298
|
+
{
|
|
51299
|
+
"inputName": "theme",
|
|
51300
|
+
"type": "STRING",
|
|
51301
|
+
"mandatory": false
|
|
51302
|
+
},
|
|
51278
51303
|
{
|
|
51279
51304
|
"inputName": "routerUsage",
|
|
51280
51305
|
"type": "BOOL",
|