@walkeros/server-destination-gcp 3.4.0 → 3.4.1
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/dev.js +1 -1
- package/dist/dev.js.map +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/dev.mjs.map +1 -1
- package/dist/schemas.js +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/walkerOS.json +9 -5
- package/package.json +2 -2
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-gcp",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -74,6 +74,8 @@
|
|
|
74
74
|
},
|
|
75
75
|
"step": {
|
|
76
76
|
"pageView": {
|
|
77
|
+
"title": "Page view",
|
|
78
|
+
"description": "A page view is inserted as one row into the configured BigQuery table with timestamp converted to Date.",
|
|
77
79
|
"in": {
|
|
78
80
|
"name": "page view",
|
|
79
81
|
"data": {
|
|
@@ -124,7 +126,7 @@
|
|
|
124
126
|
"group": "gr0up",
|
|
125
127
|
"count": 1,
|
|
126
128
|
"version": {
|
|
127
|
-
"source": "3.4.
|
|
129
|
+
"source": "3.4.1",
|
|
128
130
|
"tagging": 1
|
|
129
131
|
},
|
|
130
132
|
"source": {
|
|
@@ -156,7 +158,7 @@
|
|
|
156
158
|
"timing": 3.14,
|
|
157
159
|
"group": "gr0up",
|
|
158
160
|
"count": 1,
|
|
159
|
-
"version": "{\"source\":\"3.4.
|
|
161
|
+
"version": "{\"source\":\"3.4.1\",\"tagging\":1}",
|
|
160
162
|
"source": "{\"type\":\"server\",\"id\":\"\",\"previous_id\":\"\"}",
|
|
161
163
|
"createdAt": {}
|
|
162
164
|
}
|
|
@@ -165,6 +167,8 @@
|
|
|
165
167
|
]
|
|
166
168
|
},
|
|
167
169
|
"purchase": {
|
|
170
|
+
"title": "Purchase",
|
|
171
|
+
"description": "An order event is inserted into BigQuery as a single row. The entire nested data object (including arrays like items) is JSON-stringified into the data field via expectedRow().",
|
|
168
172
|
"in": {
|
|
169
173
|
"name": "order complete",
|
|
170
174
|
"data": {
|
|
@@ -254,7 +258,7 @@
|
|
|
254
258
|
"group": "gr0up",
|
|
255
259
|
"count": 1,
|
|
256
260
|
"version": {
|
|
257
|
-
"source": "3.4.
|
|
261
|
+
"source": "3.4.1",
|
|
258
262
|
"tagging": 1
|
|
259
263
|
},
|
|
260
264
|
"source": {
|
|
@@ -286,7 +290,7 @@
|
|
|
286
290
|
"timing": 3.14,
|
|
287
291
|
"group": "gr0up",
|
|
288
292
|
"count": 1,
|
|
289
|
-
"version": "{\"source\":\"3.4.
|
|
293
|
+
"version": "{\"source\":\"3.4.1\",\"tagging\":1}",
|
|
290
294
|
"source": "{\"type\":\"server\",\"id\":\"\",\"previous_id\":\"\"}",
|
|
291
295
|
"createdAt": {}
|
|
292
296
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-gcp",
|
|
3
3
|
"description": "Google Cloud Platform server destination for walkerOS (BigQuery)",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@google-cloud/bigquery": "^8.1.1",
|
|
33
|
-
"@walkeros/server-core": "3.4.
|
|
33
|
+
"@walkeros/server-core": "3.4.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {},
|
|
36
36
|
"repository": {
|