@metarouter/ajs-starter-kit 1.0.32 → 1.0.35
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/actioniq/endpoint_schema.etag.json +1 -1
- package/.dist/actioniq/endpoint_schema.json +18 -3
- package/.dist/actioniq/kit.etag.json +1 -1
- package/.dist/actioniq/metadata.json +4 -0
- package/.dist/amplitude/endpoint_schema.etag.json +1 -1
- package/.dist/amplitude/endpoint_schema.json +12 -1
- package/.dist/amplitude/kit.etag.json +1 -1
- package/.dist/amplitude/metadata.json +4 -0
- package/.dist/amplitude/playbook.etag.json +1 -1
- package/.dist/amplitude/playbook.json +769 -89
- package/.dist/blueshift/endpoint_schema.etag.json +1 -1
- package/.dist/blueshift/endpoint_schema.json +7 -2
- package/.dist/blueshift/kit.etag.json +1 -1
- package/.dist/blueshift/metadata.json +4 -0
- package/.dist/braze/endpoint_schema.etag.json +1 -1
- package/.dist/braze/endpoint_schema.json +41 -1
- package/.dist/braze/kit.etag.json +1 -1
- package/.dist/braze/metadata.json +4 -0
- package/.dist/braze/playbook.etag.json +1 -1
- package/.dist/braze/playbook.json +217 -22
- package/.dist/connection-schemas.json +12 -0
- package/.dist/facebook-pixel/endpoint_schema.etag.json +1 -1
- package/.dist/facebook-pixel/endpoint_schema.json +7 -2
- package/.dist/facebook-pixel/kit.etag.json +1 -1
- package/.dist/facebook-pixel/metadata.json +8 -0
- package/.dist/facebook-pixel/playbook.etag.json +1 -1
- package/.dist/facebook-pixel/playbook.json +321 -24
- package/.dist/mixpanel/endpoint_schema.etag.json +1 -0
- package/.dist/mixpanel/endpoint_schema.json +39 -0
- package/.dist/mixpanel/kit.etag.json +1 -0
- package/.dist/mixpanel/metadata.json +19 -0
- package/.dist/mixpanel/playbook.etag.json +1 -0
- package/.dist/mixpanel/playbook.json +71 -0
- package/.dist/roomvo/endpoint_schema.etag.json +1 -1
- package/.dist/roomvo/endpoint_schema.json +5 -0
- package/.dist/roomvo/kit.etag.json +1 -1
- package/.dist/roomvo/metadata.json +4 -0
- package/.dist/roomvo/playbook.etag.json +1 -1
- package/.dist/roomvo/playbook.json +31 -1
- package/index.js +15 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -176,6 +176,7 @@ exports.kinesis = {
|
|
|
176
176
|
|
|
177
177
|
exports.lytics = {
|
|
178
178
|
connectionTemplate: connectionSchemas.properties.lytics,
|
|
179
|
+
endpointSchema: require('./.dist/lytics/endpoint_schema.json'),
|
|
179
180
|
playbook: require('./.dist/lytics/playbook.json'),
|
|
180
181
|
metadata: require('./.dist/lytics/metadata.json')
|
|
181
182
|
}
|
|
@@ -194,6 +195,13 @@ exports.merkle = {
|
|
|
194
195
|
metadata: require('./.dist/merkle/metadata.json')
|
|
195
196
|
}
|
|
196
197
|
|
|
198
|
+
exports.mixpanel = {
|
|
199
|
+
connectionTemplate: connectionSchemas.properties.mixpanel,
|
|
200
|
+
endpointSchema: require('./.dist/mixpanel/endpoint_schema.json'),
|
|
201
|
+
playbook: require('./.dist/mixpanel/playbook.json'),
|
|
202
|
+
metadata: require('./.dist/mixpanel/metadata.json')
|
|
203
|
+
}
|
|
204
|
+
|
|
197
205
|
exports['movable-ink'] = {
|
|
198
206
|
connectionTemplate: connectionSchemas.properties.movableInk,
|
|
199
207
|
endpointSchema: require('./.dist/movable-ink/endpoint_schema.json'),
|
|
@@ -244,12 +252,14 @@ exports.snowflake = {
|
|
|
244
252
|
|
|
245
253
|
exports['verizon-media'] = {
|
|
246
254
|
connectionTemplate: connectionSchemas.properties.verizonMedia,
|
|
255
|
+
endpointSchema: require('./.dist/verizon-media/endpoint_schema.json'),
|
|
247
256
|
playbook: require('./.dist/verizon-media/playbook.json'),
|
|
248
257
|
metadata: require('./.dist/verizon-media/metadata.json')
|
|
249
258
|
}
|
|
250
259
|
|
|
251
260
|
exports.xandr = {
|
|
252
261
|
connectionTemplate: connectionSchemas.properties.xandr,
|
|
262
|
+
endpointSchema: require('./.dist/xandr/endpoint_schema.json'),
|
|
253
263
|
playbook: require('./.dist/xandr/playbook.json'),
|
|
254
264
|
metadata: require('./.dist/xandr/metadata.json')
|
|
255
265
|
}
|
|
@@ -393,6 +403,11 @@ exports.etags = {
|
|
|
393
403
|
playbook: require('./.dist/merkle/playbook.etag.json'),
|
|
394
404
|
kit: require('./.dist/merkle/kit.etag.json')
|
|
395
405
|
},
|
|
406
|
+
mixpanel: {
|
|
407
|
+
endpointSchema: require('./.dist/mixpanel/endpoint_schema.etag.json'),
|
|
408
|
+
playbook: require('./.dist/mixpanel/playbook.etag.json'),
|
|
409
|
+
kit: require('./.dist/mixpanel/kit.etag.json')
|
|
410
|
+
},
|
|
396
411
|
'movable-ink': {
|
|
397
412
|
endpointSchema: require('./.dist/movable-ink/endpoint_schema.etag.json'),
|
|
398
413
|
playbook: require('./.dist/movable-ink/playbook.etag.json'),
|
|
@@ -437,7 +452,3 @@ exports.etags = {
|
|
|
437
452
|
kit: require('./.dist/xandr/kit.etag.json')
|
|
438
453
|
},
|
|
439
454
|
}
|
|
440
|
-
|
|
441
|
-
if (process.env.SHOW_EXPORTS) {
|
|
442
|
-
console.log(JSON.stringify(exports, "", " "))
|
|
443
|
-
}
|