@walkeros/server-destination-hubspot 4.0.1 → 4.0.2
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 +9 -9
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-hubspot",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"consent": {
|
|
148
148
|
"functional": true
|
|
149
149
|
},
|
|
150
|
-
"id": "
|
|
150
|
+
"id": "a890814677398a41",
|
|
151
151
|
"trigger": "load",
|
|
152
152
|
"entity": "product",
|
|
153
153
|
"action": "view",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"consent": {
|
|
210
210
|
"functional": true
|
|
211
211
|
},
|
|
212
|
-
"id": "
|
|
212
|
+
"id": "72f04123006f68da",
|
|
213
213
|
"trigger": "load",
|
|
214
214
|
"entity": "page",
|
|
215
215
|
"action": "view",
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"consent": {
|
|
283
283
|
"functional": true
|
|
284
284
|
},
|
|
285
|
-
"id": "
|
|
285
|
+
"id": "ea120c960c70216a",
|
|
286
286
|
"trigger": "load",
|
|
287
287
|
"entity": "page",
|
|
288
288
|
"action": "view",
|
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
"consent": {
|
|
406
406
|
"functional": true
|
|
407
407
|
},
|
|
408
|
-
"id": "
|
|
408
|
+
"id": "305f8aa3ef8c74ba",
|
|
409
409
|
"trigger": "load",
|
|
410
410
|
"entity": "order",
|
|
411
411
|
"action": "complete",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"consent": {
|
|
474
474
|
"functional": true
|
|
475
475
|
},
|
|
476
|
-
"id": "
|
|
476
|
+
"id": "1f146497a461bc5c",
|
|
477
477
|
"trigger": "load",
|
|
478
478
|
"entity": "product",
|
|
479
479
|
"action": "view",
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"consent": {
|
|
518
518
|
"functional": true
|
|
519
519
|
},
|
|
520
|
-
"id": "
|
|
520
|
+
"id": "c99f9dfae165e6c7",
|
|
521
521
|
"trigger": "load",
|
|
522
522
|
"entity": "product",
|
|
523
523
|
"action": "view",
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
"consent": {
|
|
581
581
|
"functional": true
|
|
582
582
|
},
|
|
583
|
-
"id": "
|
|
583
|
+
"id": "eed651adbce835ab",
|
|
584
584
|
"trigger": "test",
|
|
585
585
|
"entity": "user",
|
|
586
586
|
"action": "login",
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"consent": {
|
|
664
664
|
"functional": true
|
|
665
665
|
},
|
|
666
|
-
"id": "
|
|
666
|
+
"id": "97cc1d7a288d41d6",
|
|
667
667
|
"trigger": "test",
|
|
668
668
|
"entity": "debug",
|
|
669
669
|
"action": "noise",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-hubspot",
|
|
3
3
|
"description": "HubSpot CRM server destination for walkerOS (@hubspot/api-client, custom events + contact upsert)",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@hubspot/api-client": "^13.0.0",
|
|
38
|
-
"@walkeros/core": "4.0.
|
|
39
|
-
"@walkeros/server-core": "4.0.
|
|
38
|
+
"@walkeros/core": "4.0.2",
|
|
39
|
+
"@walkeros/server-core": "4.0.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.0.
|
|
42
|
+
"@walkeros/collector": "4.0.2"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|