@segment/action-destinations 3.170.0 → 3.172.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/destinations/adobe-target/adobeTarget_operations.js +3 -3
- package/dist/destinations/adobe-target/adobeTarget_operations.js.map +1 -1
- package/dist/destinations/ambee/generated-types.d.ts +7 -0
- package/dist/destinations/ambee/generated-types.js +3 -0
- package/dist/destinations/ambee/generated-types.js.map +1 -0
- package/dist/destinations/ambee/index.d.ts +4 -0
- package/dist/destinations/ambee/index.js +62 -0
- package/dist/destinations/ambee/index.js.map +1 -0
- package/dist/destinations/ambee/subscribeUserToCampaign/generated-types.d.ts +9 -0
- package/dist/destinations/ambee/subscribeUserToCampaign/generated-types.js +3 -0
- package/dist/destinations/ambee/subscribeUserToCampaign/generated-types.js.map +1 -0
- package/dist/destinations/ambee/subscribeUserToCampaign/index.d.ts +5 -0
- package/dist/destinations/ambee/subscribeUserToCampaign/index.js +88 -0
- package/dist/destinations/ambee/subscribeUserToCampaign/index.js.map +1 -0
- package/dist/destinations/criteo-audiences/criteo-audiences.js.map +1 -1
- package/dist/destinations/emarsys/addToContactList/index.d.ts +1 -1
- package/dist/destinations/emarsys/addToContactList/index.js +4 -8
- package/dist/destinations/emarsys/addToContactList/index.js.map +1 -1
- package/dist/destinations/emarsys/emarsys-helper.js +0 -4
- package/dist/destinations/emarsys/emarsys-helper.js.map +1 -1
- package/dist/destinations/emarsys/removeFromContactList/index.d.ts +1 -1
- package/dist/destinations/emarsys/removeFromContactList/index.js +4 -8
- package/dist/destinations/emarsys/removeFromContactList/index.js.map +1 -1
- package/dist/destinations/emarsys/triggerEvent/index.d.ts +1 -1
- package/dist/destinations/emarsys/triggerEvent/index.js +7 -12
- package/dist/destinations/emarsys/triggerEvent/index.js.map +1 -1
- package/dist/destinations/emarsys/upsertContact/index.d.ts +1 -1
- package/dist/destinations/emarsys/upsertContact/index.js +6 -11
- package/dist/destinations/emarsys/upsertContact/index.js.map +1 -1
- package/dist/destinations/encharge/createUpdateObject/index.js +2 -2
- package/dist/destinations/encharge/createUpdateObject/index.js.map +1 -1
- package/dist/destinations/encharge/index.js +1 -1
- package/dist/destinations/encharge/index.js.map +1 -1
- package/dist/destinations/engage-messaging-twilio/index.js +3 -1
- package/dist/destinations/engage-messaging-twilio/index.js.map +1 -1
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/generated-types.d.ts +31 -0
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/generated-types.js +3 -0
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/generated-types.js.map +1 -0
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/index.d.ts +5 -0
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/index.js +202 -0
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/index.js.map +1 -0
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/push-sender.d.ts +17 -0
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/push-sender.js +173 -0
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/push-sender.js.map +1 -0
- package/dist/destinations/engage-messaging-twilio/sendSms/sms-sender.d.ts +3 -5
- package/dist/destinations/engage-messaging-twilio/sendSms/sms-sender.js +27 -74
- package/dist/destinations/engage-messaging-twilio/sendSms/sms-sender.js.map +1 -1
- package/dist/destinations/engage-messaging-twilio/sendWhatsApp/whatsapp-sender.d.ts +2 -2
- package/dist/destinations/engage-messaging-twilio/sendWhatsApp/whatsapp-sender.js +4 -4
- package/dist/destinations/engage-messaging-twilio/sendWhatsApp/whatsapp-sender.js.map +1 -1
- package/dist/destinations/engage-messaging-twilio/utils/message-sender.d.ts +13 -11
- package/dist/destinations/engage-messaging-twilio/utils/message-sender.js +125 -126
- package/dist/destinations/engage-messaging-twilio/utils/message-sender.js.map +1 -1
- package/dist/destinations/engage-messaging-twilio/utils/phone-message.d.ts +12 -0
- package/dist/destinations/engage-messaging-twilio/utils/phone-message.js +100 -0
- package/dist/destinations/engage-messaging-twilio/utils/phone-message.js.map +1 -0
- package/dist/destinations/engage-messaging-twilio/utils/test-utils.d.ts +34 -0
- package/dist/destinations/engage-messaging-twilio/utils/test-utils.js +35 -0
- package/dist/destinations/engage-messaging-twilio/utils/test-utils.js.map +1 -0
- package/dist/destinations/engage-messaging-twilio/utils/types.d.ts +39 -0
- package/dist/destinations/engage-messaging-twilio/utils/types.js +3 -0
- package/dist/destinations/engage-messaging-twilio/utils/types.js.map +1 -0
- package/dist/destinations/facebook-custom-audiences/generated-types.d.ts +3 -0
- package/dist/destinations/facebook-custom-audiences/generated-types.js +3 -0
- package/dist/destinations/facebook-custom-audiences/generated-types.js.map +1 -0
- package/dist/destinations/facebook-custom-audiences/index.d.ts +4 -0
- package/dist/destinations/facebook-custom-audiences/index.js +32 -0
- package/dist/destinations/facebook-custom-audiences/index.js.map +1 -0
- package/dist/destinations/facebook-custom-audiences/syncEngage/generated-types.d.ts +3 -0
- package/dist/destinations/facebook-custom-audiences/syncEngage/generated-types.js +3 -0
- package/dist/destinations/facebook-custom-audiences/syncEngage/generated-types.js.map +1 -0
- package/dist/destinations/facebook-custom-audiences/syncEngage/index.d.ts +5 -0
- package/dist/destinations/facebook-custom-audiences/syncEngage/index.js +18 -0
- package/dist/destinations/facebook-custom-audiences/syncEngage/index.js.map +1 -0
- package/dist/destinations/facebook-custom-audiences/syncRetl/generated-types.d.ts +3 -0
- package/dist/destinations/facebook-custom-audiences/syncRetl/generated-types.js +3 -0
- package/dist/destinations/facebook-custom-audiences/syncRetl/generated-types.js.map +1 -0
- package/dist/destinations/facebook-custom-audiences/syncRetl/index.d.ts +5 -0
- package/dist/destinations/facebook-custom-audiences/syncRetl/index.js +18 -0
- package/dist/destinations/facebook-custom-audiences/syncRetl/index.js.map +1 -0
- package/dist/destinations/fullstory/vars.d.ts +1 -1
- package/dist/destinations/fullstory/vars.js +17 -5
- package/dist/destinations/fullstory/vars.js.map +1 -1
- package/dist/destinations/index.js +3 -0
- package/dist/destinations/index.js.map +1 -1
- package/dist/destinations/pinterest-conversions/reportConversionEvent/index.js.map +1 -1
- package/dist/destinations/podscribe/page/generated-types.d.ts +3 -0
- package/dist/destinations/podscribe/page/index.js +10 -1
- package/dist/destinations/podscribe/page/index.js.map +1 -1
- package/dist/destinations/podscribe/track/generated-types.d.ts +3 -0
- package/dist/destinations/podscribe/track/index.js +10 -1
- package/dist/destinations/podscribe/track/index.js.map +1 -1
- package/dist/destinations/the-trade-desk-crm/generated-types.d.ts +2 -0
- package/dist/destinations/the-trade-desk-crm/index.js +15 -1
- package/dist/destinations/the-trade-desk-crm/index.js.map +1 -1
- package/dist/destinations/tiktok-audiences/api/index.d.ts +3 -1
- package/dist/destinations/tiktok-audiences/api/index.js +11 -0
- package/dist/destinations/tiktok-audiences/api/index.js.map +1 -1
- package/dist/destinations/tiktok-audiences/createAudience/generated-types.d.ts +5 -0
- package/dist/destinations/tiktok-audiences/createAudience/generated-types.js +3 -0
- package/dist/destinations/tiktok-audiences/createAudience/generated-types.js.map +1 -0
- package/dist/destinations/tiktok-audiences/createAudience/index.d.ts +5 -0
- package/dist/destinations/tiktok-audiences/createAudience/index.js +37 -0
- package/dist/destinations/tiktok-audiences/createAudience/index.js.map +1 -0
- package/dist/destinations/tiktok-audiences/functions.d.ts +5 -2
- package/dist/destinations/tiktok-audiences/functions.js +9 -1
- package/dist/destinations/tiktok-audiences/functions.js.map +1 -1
- package/dist/destinations/tiktok-audiences/index.js +3 -1
- package/dist/destinations/tiktok-audiences/index.js.map +1 -1
- package/dist/destinations/tiktok-audiences/properties.d.ts +1 -0
- package/dist/destinations/tiktok-audiences/properties.js +7 -1
- package/dist/destinations/tiktok-audiences/properties.js.map +1 -1
- package/dist/destinations/tiktok-audiences/types.d.ts +5 -0
- package/dist/destinations/tiktok-conversions/reportWebEvent/index.js +1 -1
- package/dist/destinations/tiktok-conversions/reportWebEvent/index.js.map +1 -1
- package/dist/destinations/tiktok-offline-conversions/index.js +2 -2
- package/dist/destinations/tiktok-offline-conversions/index.js.map +1 -1
- package/dist/destinations/tiktok-offline-conversions/trackNonPaymentOfflineConversion/index.d.ts +1 -1
- package/dist/destinations/tiktok-offline-conversions/trackNonPaymentOfflineConversion/index.js +8 -3
- package/dist/destinations/tiktok-offline-conversions/trackNonPaymentOfflineConversion/index.js.map +1 -1
- package/dist/destinations/tiktok-offline-conversions/trackPaymentOfflineConversion/index.d.ts +1 -1
- package/dist/destinations/tiktok-offline-conversions/trackPaymentOfflineConversion/index.js +7 -2
- package/dist/destinations/tiktok-offline-conversions/trackPaymentOfflineConversion/index.js.map +1 -1
- package/dist/destinations/userpilot/generated-types.d.ts +4 -0
- package/dist/destinations/userpilot/generated-types.js +3 -0
- package/dist/destinations/userpilot/generated-types.js.map +1 -0
- package/dist/destinations/userpilot/identifyUser/generated-types.d.ts +7 -0
- package/dist/destinations/userpilot/identifyUser/generated-types.js +3 -0
- package/dist/destinations/userpilot/identifyUser/generated-types.js.map +1 -0
- package/dist/destinations/userpilot/identifyUser/index.d.ts +5 -0
- package/dist/destinations/userpilot/identifyUser/index.js +52 -0
- package/dist/destinations/userpilot/identifyUser/index.js.map +1 -0
- package/dist/destinations/userpilot/index.d.ts +4 -0
- package/dist/destinations/userpilot/index.js +70 -0
- package/dist/destinations/userpilot/index.js.map +1 -0
- package/dist/destinations/userpilot/request-utils.d.ts +13 -0
- package/dist/destinations/userpilot/request-utils.js +62 -0
- package/dist/destinations/userpilot/request-utils.js.map +1 -0
- package/dist/destinations/userpilot/trackEvent/generated-types.d.ts +7 -0
- package/dist/destinations/userpilot/trackEvent/generated-types.js +3 -0
- package/dist/destinations/userpilot/trackEvent/generated-types.js.map +1 -0
- package/dist/destinations/userpilot/trackEvent/index.d.ts +5 -0
- package/dist/destinations/userpilot/trackEvent/index.js +48 -0
- package/dist/destinations/userpilot/trackEvent/index.js.map +1 -0
- package/dist/destinations/voucherify/addCustomEvent/generated-types.d.ts +12 -3
- package/dist/destinations/voucherify/addCustomEvent/index.js +62 -25
- package/dist/destinations/voucherify/addCustomEvent/index.js.map +1 -1
- package/dist/destinations/voucherify/assignCustomerToGroup/generated-types.d.ts +4 -2
- package/dist/destinations/voucherify/assignCustomerToGroup/index.js +21 -19
- package/dist/destinations/voucherify/assignCustomerToGroup/index.js.map +1 -1
- package/dist/destinations/voucherify/index.js +1 -1
- package/dist/destinations/voucherify/index.js.map +1 -1
- package/dist/destinations/voucherify/upsertCustomer/generated-types.d.ts +14 -13
- package/dist/destinations/voucherify/upsertCustomer/index.js +75 -42
- package/dist/destinations/voucherify/upsertCustomer/index.js.map +1 -1
- package/package.json +4 -4
|
@@ -8,15 +8,41 @@ const action = {
|
|
|
8
8
|
fields: {
|
|
9
9
|
source_id: {
|
|
10
10
|
label: 'Source ID',
|
|
11
|
-
description: 'The source_id which identifies the [customer](https://docs.voucherify.io/reference/the-customer-object) in Voucherify.',
|
|
11
|
+
description: 'The `source_id` which identifies the [customer](https://docs.voucherify.io/reference/the-customer-object) in Voucherify.',
|
|
12
12
|
type: 'string',
|
|
13
13
|
required: true,
|
|
14
|
+
default: { '@path': '$.userId' }
|
|
15
|
+
},
|
|
16
|
+
name: {
|
|
17
|
+
label: 'Name',
|
|
18
|
+
description: 'First name and last name of the [customer](https://docs.voucherify.io/reference/customer-object).',
|
|
19
|
+
type: 'string',
|
|
14
20
|
default: {
|
|
15
|
-
'@
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
21
|
+
'@path': '$.traits.name'
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
first_name: {
|
|
25
|
+
label: 'First Name',
|
|
26
|
+
description: 'First name of the [customer](https://docs.voucherify.io/reference/customer-object). It will be merged with `last_name` to create the `name` field.',
|
|
27
|
+
type: 'string',
|
|
28
|
+
default: {
|
|
29
|
+
'@path': '$.traits.first_name'
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
last_name: {
|
|
33
|
+
label: 'Last Name',
|
|
34
|
+
description: 'Last name of the [customer](https://docs.voucherify.io/reference/customer-object). It will be merged with `first_name` to create the `name` field.',
|
|
35
|
+
type: 'string',
|
|
36
|
+
default: {
|
|
37
|
+
'@path': '$.traits.last_name'
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
description: {
|
|
41
|
+
label: 'Description',
|
|
42
|
+
description: 'An arbitrary string that you can attach to a [customer](https://docs.voucherify.io/reference/customer-object) object.',
|
|
43
|
+
type: 'string',
|
|
44
|
+
default: {
|
|
45
|
+
'@path': '$.traits.description'
|
|
20
46
|
}
|
|
21
47
|
},
|
|
22
48
|
email: {
|
|
@@ -27,60 +53,67 @@ const action = {
|
|
|
27
53
|
'@path': '$.traits.email'
|
|
28
54
|
}
|
|
29
55
|
},
|
|
30
|
-
|
|
31
|
-
label: '
|
|
32
|
-
description: '
|
|
33
|
-
|
|
34
|
-
|
|
56
|
+
phone: {
|
|
57
|
+
label: 'Phone',
|
|
58
|
+
description: 'Phone number of the [customer](https://docs.voucherify.io/reference/the-customer-object).',
|
|
59
|
+
type: 'string',
|
|
60
|
+
default: {
|
|
61
|
+
'@path': '$.traits.phone'
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
birthdate: {
|
|
65
|
+
label: 'Birthdate',
|
|
66
|
+
description: 'Birthdate of the [customer](https://docs.voucherify.io/reference/the-customer-object). You can pass data here in `date` or `datetime` format (ISO 8601).',
|
|
67
|
+
type: 'string',
|
|
68
|
+
default: {
|
|
69
|
+
'@path': '$.traits.birthdate'
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
address: {
|
|
73
|
+
label: 'Address',
|
|
74
|
+
description: 'Address of the [customer](https://docs.voucherify.io/reference/the-customer-object).',
|
|
35
75
|
type: 'object',
|
|
36
76
|
properties: {
|
|
37
|
-
|
|
38
|
-
label: '
|
|
77
|
+
city: {
|
|
78
|
+
label: 'City',
|
|
39
79
|
type: 'string'
|
|
40
80
|
},
|
|
41
|
-
|
|
42
|
-
label: '
|
|
81
|
+
state: {
|
|
82
|
+
label: 'State',
|
|
43
83
|
type: 'string'
|
|
44
84
|
},
|
|
45
|
-
|
|
46
|
-
label: '
|
|
85
|
+
postal_code: {
|
|
86
|
+
label: 'Postal Code',
|
|
47
87
|
type: 'string'
|
|
48
88
|
},
|
|
49
|
-
|
|
50
|
-
label: '
|
|
89
|
+
street: {
|
|
90
|
+
label: 'Street',
|
|
51
91
|
type: 'string'
|
|
52
92
|
},
|
|
53
|
-
|
|
54
|
-
label: '
|
|
55
|
-
type: 'object'
|
|
56
|
-
},
|
|
57
|
-
phone: {
|
|
58
|
-
label: 'Phone',
|
|
93
|
+
country: {
|
|
94
|
+
label: 'Country',
|
|
59
95
|
type: 'string'
|
|
60
|
-
},
|
|
61
|
-
birthdate: {
|
|
62
|
-
label: 'Birthdate',
|
|
63
|
-
type: 'string'
|
|
64
|
-
},
|
|
65
|
-
metadata: {
|
|
66
|
-
label: 'Metadata',
|
|
67
|
-
type: 'object'
|
|
68
96
|
}
|
|
69
97
|
},
|
|
70
98
|
default: {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
99
|
+
city: { '@path': '$.traits.address.city' },
|
|
100
|
+
state: { '@path': '$.traits.address.state' },
|
|
101
|
+
postal_code: { '@path': '$.traits.address.postal_code' },
|
|
102
|
+
street: { '@path': '$.traits.address.street' },
|
|
103
|
+
country: { '@path': '$.traits.address.country' }
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
metadata: {
|
|
107
|
+
label: 'Metadata',
|
|
108
|
+
description: 'A set of custom key/value pairs that you can attach to a customer. The metadata object stores all custom attributes assigned to the customer. It can be useful for storing additional information about the customer in a structured format.',
|
|
109
|
+
type: 'object',
|
|
110
|
+
default: {
|
|
111
|
+
'@path': '$.traits.metadata'
|
|
79
112
|
}
|
|
80
113
|
},
|
|
81
114
|
type: {
|
|
82
115
|
label: 'Event Type',
|
|
83
|
-
description: 'Type of the event
|
|
116
|
+
description: 'Type of the [event](https://segment.com/docs/connections/spec/). For example: identify, track, page, screen or group',
|
|
84
117
|
type: 'string',
|
|
85
118
|
required: true,
|
|
86
119
|
default: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/voucherify/upsertCustomer/index.ts"],"names":[],"mappings":";;AAEA,kDAA0D;AAG1D,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,kBAAkB;IACzB,WAAW,EACT,6KAA6K;IAC/K,mBAAmB,EAAE,mBAAmB;IACxC,MAAM,EAAE;QACN,SAAS,EAAE;YACT,KAAK,EAAE,WAAW;YAClB,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/voucherify/upsertCustomer/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/action-destinations",
|
|
3
3
|
"description": "Destination Actions engine and definitions.",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.172.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/action-destinations",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@amplitude/ua-parser-js": "^0.7.25",
|
|
42
42
|
"@segment/a1-notation": "^2.1.4",
|
|
43
|
-
"@segment/actions-core": "^3.
|
|
44
|
-
"@segment/actions-shared": "^1.
|
|
43
|
+
"@segment/actions-core": "^3.68.0",
|
|
44
|
+
"@segment/actions-shared": "^1.50.0",
|
|
45
45
|
"@types/node": "^18.11.15",
|
|
46
46
|
"aws4": "^1.12.0",
|
|
47
47
|
"cheerio": "^1.0.0-rc.10",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"lcov"
|
|
72
72
|
]
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "334c1e37af393d4f3b09e0a2de7c40c052ccef4b"
|
|
75
75
|
}
|