@metarouter/ajs-starter-kit 1.0.152 → 1.0.153

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.
@@ -0,0 +1 @@
1
+ "bb7b90da35fa335155b1292d6c0cbafd -"
@@ -0,0 +1,96 @@
1
+ {
2
+ "params": [
3
+ {
4
+ "name": "API_TOKEN",
5
+ "exampleValue": "my-api-token"
6
+ }
7
+ ],
8
+ "default": {
9
+ "endpoint": "https://api.attentivemobile.com/v1/events/custom",
10
+ "method": "POST",
11
+ "headers": [
12
+ {
13
+ "key": "Content-Type",
14
+ "value": "application/json"
15
+ },
16
+ {
17
+ "key": "Accept-Encoding",
18
+ "value": "application/json"
19
+ },
20
+ {
21
+ "key": "Authorization",
22
+ "value": "Bearer $$API_TOKEN$$"
23
+ }
24
+ ]
25
+ },
26
+ "eventSpecific": {
27
+ "identify": {
28
+ "endpoint": "https://api.attentivemobile.com/v1/identity-resolution/user-identifiers",
29
+ "method": "POST",
30
+ "headers": [
31
+ {
32
+ "key": "Authorization",
33
+ "value": "Bearer $$API_TOKEN$$"
34
+ },
35
+ {
36
+ "key": "Content-Type",
37
+ "value": "application/json"
38
+ }
39
+ ]
40
+ },
41
+ "product_viewed": {
42
+ "endpoint": "https://api.attentivemobile.com/v1/events/ecommerce/product-view",
43
+ "method": "POST",
44
+ "headers": [
45
+ {
46
+ "key": "Content-Type",
47
+ "value": "application/json"
48
+ },
49
+ {
50
+ "key": "Accept-Encoding",
51
+ "value": "application/json"
52
+ },
53
+ {
54
+ "key": "Authorization",
55
+ "value": "Bearer $$API_TOKEN$$"
56
+ }
57
+ ]
58
+ },
59
+ "product_added": {
60
+ "endpoint": "https://api.attentivemobile.com/v1/events/ecommerce/add-to-cart",
61
+ "method": "POST",
62
+ "headers": [
63
+ {
64
+ "key": "Content-Type",
65
+ "value": "application/json"
66
+ },
67
+ {
68
+ "key": "Accept-Encoding",
69
+ "value": "application/json"
70
+ },
71
+ {
72
+ "key": "Authorization",
73
+ "value": "Bearer $$API_TOKEN$$"
74
+ }
75
+ ]
76
+ },
77
+ "order_completed": {
78
+ "endpoint": "https://api.attentivemobile.com/v1/events/ecommerce/purchase",
79
+ "method": "POST",
80
+ "headers": [
81
+ {
82
+ "key": "Content-Type",
83
+ "value": "application/json"
84
+ },
85
+ {
86
+ "key": "Accept-Encoding",
87
+ "value": "application/json"
88
+ },
89
+ {
90
+ "key": "Authorization",
91
+ "value": "Bearer $$API_TOKEN$$"
92
+ }
93
+ ]
94
+ }
95
+ }
96
+ }
@@ -0,0 +1 @@
1
+ "6df94116da387b9ff6408e78ba4db8d7 -"
@@ -0,0 +1,21 @@
1
+ {
2
+ "isDraft": false,
3
+ "isDeprecated": false,
4
+ "isBeta": true,
5
+ "friendlyName": "Attentive",
6
+ "description": "Attentive Mobile is a marketing platform that specializes in personalized mobile messaging through SMS and email.",
7
+ "logo": "https://cdn.metarouter.io/attentive.png",
8
+ "color": "#FFD967",
9
+ "eventSource": {
10
+ "isAndroidApp": false,
11
+ "isIosApp": false,
12
+ "isWebApp": true
13
+ },
14
+ "inputSchema": "analytics_js",
15
+ "releaseNotes": [
16
+ {
17
+ "date": "2025-12-17T00:00:00.000Z",
18
+ "note": "Version: 0.1.0\nBeta Version\nAttentive initial release."
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1 @@
1
+ "167996fcbfc1aba0b8a7bfab399015ad -"