@metarouter/ajs-starter-kit 1.0.81-alpha.1 → 1.0.81
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/.dist/movable-ink-customer-data/kit.etag.json +1 -1
- package/.dist/movable-ink-customer-data/metadata.json +4 -0
- package/.dist/movable-ink-customer-data/playbook.etag.json +1 -1
- package/.dist/movable-ink-customer-data/playbook.json +89 -1
- package/.dist/snowflake/kit.etag.json +1 -1
- package/.dist/snowflake/metadata.json +4 -8
- package/.dist/snowflake/playbook.etag.json +1 -1
- package/.dist/snowflake/playbook.json +1 -9
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"e9270d14fcb8a03044e65cbd0d2de54b"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"0fbed9651430f53c3059086dfe14bab3"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.2.0",
|
|
3
3
|
"default": {
|
|
4
4
|
"filters": [
|
|
5
5
|
{
|
|
@@ -330,6 +330,94 @@
|
|
|
330
330
|
}
|
|
331
331
|
]
|
|
332
332
|
},
|
|
333
|
+
"product_removed": {
|
|
334
|
+
"mappings": [
|
|
335
|
+
{
|
|
336
|
+
"inputKey": "properties.cart_id",
|
|
337
|
+
"outputKey": "properties.cart_id",
|
|
338
|
+
"transforms": [
|
|
339
|
+
{
|
|
340
|
+
"substring": {
|
|
341
|
+
"start": 0,
|
|
342
|
+
"end": 256
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"inputKey": "properties",
|
|
349
|
+
"outputKey": "properties.product_id",
|
|
350
|
+
"transforms": [
|
|
351
|
+
{
|
|
352
|
+
"expression": {
|
|
353
|
+
"lang": "lua",
|
|
354
|
+
"body": "return SUBSTRING(input.properties.product_id, 0, 256) or SUBSTRING(input.properties.sku, 0, 256)"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"inputKey": "properties.sku",
|
|
361
|
+
"outputKey": "properties.sku",
|
|
362
|
+
"transforms": [
|
|
363
|
+
{
|
|
364
|
+
"substring": {
|
|
365
|
+
"start": 0,
|
|
366
|
+
"end": 256
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"inputKey": "properties.category",
|
|
373
|
+
"outputKey": "properties.category",
|
|
374
|
+
"transforms": [
|
|
375
|
+
{
|
|
376
|
+
"substring": {
|
|
377
|
+
"start": 0,
|
|
378
|
+
"end": 256
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"inputKey": "properties.currency",
|
|
385
|
+
"outputKey": "properties.currency"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"inputKey": "properties.name",
|
|
389
|
+
"outputKey": "properties.name",
|
|
390
|
+
"transforms": [
|
|
391
|
+
{
|
|
392
|
+
"substring": {
|
|
393
|
+
"start": 0,
|
|
394
|
+
"end": 256
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"inputKey": "properties.price",
|
|
401
|
+
"outputKey": "properties.price"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"inputKey": "properties.quantity",
|
|
405
|
+
"outputKey": "properties.quantity"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"inputKey": "properties.url",
|
|
409
|
+
"outputKey": "properties.url",
|
|
410
|
+
"transforms": [
|
|
411
|
+
{
|
|
412
|
+
"substring": {
|
|
413
|
+
"start": 0,
|
|
414
|
+
"end": 256
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
]
|
|
418
|
+
}
|
|
419
|
+
]
|
|
420
|
+
},
|
|
333
421
|
"cart_viewed": {
|
|
334
422
|
"mappings": [
|
|
335
423
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"814eff5000dc4ff9d79d89b8e52d8587"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"isDraft":
|
|
3
|
-
"isBeta":
|
|
2
|
+
"isDraft": true,
|
|
3
|
+
"isBeta": false,
|
|
4
4
|
"friendlyName": "Snowflake",
|
|
5
|
-
"description": "Snowflake is a
|
|
5
|
+
"description": "Snowflake is a fully-managed service that’s simple to use but can power a near-unlimited number of concurrent workloads.",
|
|
6
6
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
7
|
-
"color": "#
|
|
7
|
+
"color": "#29b5e8",
|
|
8
8
|
"eventSource": {
|
|
9
9
|
"isAndroidApp": true,
|
|
10
10
|
"isIosApp": true,
|
|
@@ -23,10 +23,6 @@
|
|
|
23
23
|
{
|
|
24
24
|
"date": "2023-12-13T00:00:00.000Z",
|
|
25
25
|
"note": "Marked as unstable version: 0.1.0"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"date": "2023-02-07T00:00:00.000Z",
|
|
29
|
-
"note": "Marked as beta"
|
|
30
26
|
}
|
|
31
27
|
]
|
|
32
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"f16c24c256a8b248553c8ae3bd5d5384"
|