@walkeros/server-destination-api 1.0.6-next-1771437276893 → 2.0.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/dist/walkerOS.json +3 -3
- package/package.json +3 -3
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-api",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": "server"
|
|
7
7
|
},
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"outputs": {
|
|
71
71
|
"customOptionsPost": {
|
|
72
72
|
"url": "https://api.example.com/events",
|
|
73
|
-
"body": "{\"name\":\"entity action\",\"data\":{\"string\":\"foo\",\"number\":1,\"boolean\":true,\"array\":[0,\"text\",false]},\"context\":{\"dev\":[\"test\",1]},\"globals\":{\"lang\":\"elb\"},\"custom\":{\"completely\":\"random\"},\"user\":{\"id\":\"us3r\",\"device\":\"c00k13\",\"session\":\"s3ss10n\"},\"nested\":[{\"entity\":\"child\",\"data\":{\"is\":\"subordinated\"},\"nested\":[],\"context\":{\"element\":[\"child\",0]}}],\"consent\":{\"functional\":true},\"id\":\"1771373617000-gr0up-1\",\"trigger\":\"test\",\"entity\":\"entity\",\"action\":\"action\",\"timestamp\":1771373617000,\"timing\":3.14,\"group\":\"gr0up\",\"count\":1,\"version\":{\"source\":\"
|
|
73
|
+
"body": "{\"name\":\"entity action\",\"data\":{\"string\":\"foo\",\"number\":1,\"boolean\":true,\"array\":[0,\"text\",false]},\"context\":{\"dev\":[\"test\",1]},\"globals\":{\"lang\":\"elb\"},\"custom\":{\"completely\":\"random\"},\"user\":{\"id\":\"us3r\",\"device\":\"c00k13\",\"session\":\"s3ss10n\"},\"nested\":[{\"entity\":\"child\",\"data\":{\"is\":\"subordinated\"},\"nested\":[],\"context\":{\"element\":[\"child\",0]}}],\"consent\":{\"functional\":true},\"id\":\"1771373617000-gr0up-1\",\"trigger\":\"test\",\"entity\":\"entity\",\"action\":\"action\",\"timestamp\":1771373617000,\"timing\":3.14,\"group\":\"gr0up\",\"count\":1,\"version\":{\"source\":\"2.0.0\",\"tagging\":1},\"source\":{\"type\":\"web\",\"id\":\"https://localhost:80\",\"previous_id\":\"http://remotehost:9001\"}}",
|
|
74
74
|
"options": {
|
|
75
75
|
"headers": {
|
|
76
76
|
"X-API-Key": "YOUR_API_KEY",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"fullEventPost": {
|
|
84
84
|
"url": "https://api.example.com/events",
|
|
85
|
-
"body": "{\"name\":\"entity action\",\"data\":{\"string\":\"foo\",\"number\":1,\"boolean\":true,\"array\":[0,\"text\",false]},\"context\":{\"dev\":[\"test\",1]},\"globals\":{\"lang\":\"elb\"},\"custom\":{\"completely\":\"random\"},\"user\":{\"id\":\"us3r\",\"device\":\"c00k13\",\"session\":\"s3ss10n\"},\"nested\":[{\"entity\":\"child\",\"data\":{\"is\":\"subordinated\"},\"nested\":[],\"context\":{\"element\":[\"child\",0]}}],\"consent\":{\"functional\":true},\"id\":\"1771373617000-gr0up-1\",\"trigger\":\"test\",\"entity\":\"entity\",\"action\":\"action\",\"timestamp\":1771373617000,\"timing\":3.14,\"group\":\"gr0up\",\"count\":1,\"version\":{\"source\":\"
|
|
85
|
+
"body": "{\"name\":\"entity action\",\"data\":{\"string\":\"foo\",\"number\":1,\"boolean\":true,\"array\":[0,\"text\",false]},\"context\":{\"dev\":[\"test\",1]},\"globals\":{\"lang\":\"elb\"},\"custom\":{\"completely\":\"random\"},\"user\":{\"id\":\"us3r\",\"device\":\"c00k13\",\"session\":\"s3ss10n\"},\"nested\":[{\"entity\":\"child\",\"data\":{\"is\":\"subordinated\"},\"nested\":[],\"context\":{\"element\":[\"child\",0]}}],\"consent\":{\"functional\":true},\"id\":\"1771373617000-gr0up-1\",\"trigger\":\"test\",\"entity\":\"entity\",\"action\":\"action\",\"timestamp\":1771373617000,\"timing\":3.14,\"group\":\"gr0up\",\"count\":1,\"version\":{\"source\":\"2.0.0\",\"tagging\":1},\"source\":{\"type\":\"web\",\"id\":\"https://localhost:80\",\"previous_id\":\"http://remotehost:9001\"}}",
|
|
86
86
|
"options": {}
|
|
87
87
|
},
|
|
88
88
|
"mappedDataPost": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-api",
|
|
3
3
|
"description": "API server destination for walkerOS",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/core": "
|
|
40
|
-
"@walkeros/server-core": "2.0.0
|
|
39
|
+
"@walkeros/core": "^2.0.0",
|
|
40
|
+
"@walkeros/server-core": "^2.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {},
|
|
43
43
|
"repository": {
|