@segment/action-destinations 3.127.2-CHANNELS-329.3 → 3.127.3-brackets-stuff.18

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.
Files changed (105) hide show
  1. package/dist/destinations/braze-cohorts/syncAudiences/index.js +3 -3
  2. package/dist/destinations/braze-cohorts/syncAudiences/index.js.map +1 -1
  3. package/dist/destinations/customerio/createUpdateObject/generated-types.d.ts +1 -1
  4. package/dist/destinations/customerio/createUpdateObject/index.js +5 -5
  5. package/dist/destinations/customerio/createUpdateObject/index.js.map +1 -1
  6. package/dist/destinations/customerio/createUpdatePerson/index.js +2 -2
  7. package/dist/destinations/customerio/createUpdatePerson/index.js.map +1 -1
  8. package/dist/destinations/engage-messaging-twilio/index.js +1 -3
  9. package/dist/destinations/engage-messaging-twilio/index.js.map +1 -1
  10. package/dist/destinations/engage-messaging-twilio/sendSms/index.js +104 -2
  11. package/dist/destinations/engage-messaging-twilio/sendSms/index.js.map +1 -1
  12. package/dist/destinations/google-enhanced-conversions/index.js +1 -1
  13. package/dist/destinations/google-enhanced-conversions/index.js.map +1 -1
  14. package/dist/destinations/heap/constants.d.ts +1 -1
  15. package/dist/destinations/heap/constants.js +2 -2
  16. package/dist/destinations/heap/constants.js.map +1 -1
  17. package/dist/destinations/heap/index.js +1 -1
  18. package/dist/destinations/heap/index.js.map +1 -1
  19. package/dist/destinations/heap/trackEvent/generated-types.d.ts +4 -2
  20. package/dist/destinations/heap/trackEvent/index.js +44 -15
  21. package/dist/destinations/heap/trackEvent/index.js.map +1 -1
  22. package/dist/destinations/index.js +1 -0
  23. package/dist/destinations/index.js.map +1 -1
  24. package/dist/destinations/pipedrive/createUpdateActivity/index.js +44 -17
  25. package/dist/destinations/pipedrive/createUpdateActivity/index.js.map +1 -1
  26. package/dist/destinations/pipedrive/createUpdateDeal/index.js +35 -11
  27. package/dist/destinations/pipedrive/createUpdateDeal/index.js.map +1 -1
  28. package/dist/destinations/pipedrive/createUpdateLead/generated-types.d.ts +3 -8
  29. package/dist/destinations/pipedrive/createUpdateLead/index.js +54 -27
  30. package/dist/destinations/pipedrive/createUpdateLead/index.js.map +1 -1
  31. package/dist/destinations/pipedrive/createUpdateNote/generated-types.d.ts +1 -1
  32. package/dist/destinations/pipedrive/createUpdateNote/index.js +22 -13
  33. package/dist/destinations/pipedrive/createUpdateNote/index.js.map +1 -1
  34. package/dist/destinations/pipedrive/createUpdateOrganization/index.js +8 -2
  35. package/dist/destinations/pipedrive/createUpdateOrganization/index.js.map +1 -1
  36. package/dist/destinations/pipedrive/createUpdatePerson/index.js +15 -3
  37. package/dist/destinations/pipedrive/createUpdatePerson/index.js.map +1 -1
  38. package/dist/destinations/pipedrive/index.d.ts +1 -1
  39. package/dist/destinations/pipedrive/index.js +22 -1
  40. package/dist/destinations/pipedrive/index.js.map +1 -1
  41. package/dist/destinations/pipedrive/pipedriveApi/leads.d.ts +5 -1
  42. package/dist/destinations/pipedrive/pipedriveApi/leads.js.map +1 -1
  43. package/dist/destinations/pipedrive/pipedriveApi/notes.d.ts +1 -1
  44. package/dist/destinations/pipedrive/pipedriveApi/pipedrive-client.d.ts +2 -1
  45. package/dist/destinations/pipedrive/pipedriveApi/pipedrive-client.js +7 -1
  46. package/dist/destinations/pipedrive/pipedriveApi/pipedrive-client.js.map +1 -1
  47. package/dist/destinations/saleswings/api.d.ts +35 -0
  48. package/dist/destinations/saleswings/api.js +19 -0
  49. package/dist/destinations/saleswings/api.js.map +1 -0
  50. package/dist/destinations/saleswings/common.d.ts +5 -0
  51. package/dist/destinations/saleswings/common.js +37 -0
  52. package/dist/destinations/saleswings/common.js.map +1 -0
  53. package/dist/destinations/saleswings/converter.d.ts +12 -0
  54. package/dist/destinations/saleswings/converter.js +34 -0
  55. package/dist/destinations/saleswings/converter.js.map +1 -0
  56. package/dist/destinations/saleswings/fields.d.ts +12 -0
  57. package/dist/destinations/saleswings/fields.js +102 -0
  58. package/dist/destinations/saleswings/fields.js.map +1 -0
  59. package/dist/destinations/saleswings/generated-types.d.ts +3 -0
  60. package/dist/destinations/{engage-messaging-twilio/sendWhatsApp → saleswings}/generated-types.js +0 -0
  61. package/dist/destinations/saleswings/generated-types.js.map +1 -0
  62. package/dist/destinations/saleswings/index.d.ts +4 -0
  63. package/dist/destinations/saleswings/index.js +67 -0
  64. package/dist/destinations/saleswings/index.js.map +1 -0
  65. package/dist/destinations/saleswings/submitIdentifyEvent/generated-types.d.ts +14 -0
  66. package/dist/destinations/saleswings/submitIdentifyEvent/generated-types.js +3 -0
  67. package/dist/destinations/saleswings/submitIdentifyEvent/generated-types.js.map +1 -0
  68. package/dist/destinations/{engage-messaging-twilio/sendWhatsApp → saleswings/submitIdentifyEvent}/index.d.ts +0 -0
  69. package/dist/destinations/saleswings/submitIdentifyEvent/index.js +39 -0
  70. package/dist/destinations/saleswings/submitIdentifyEvent/index.js.map +1 -0
  71. package/dist/destinations/saleswings/submitPageEvent/generated-types.d.ts +8 -0
  72. package/dist/destinations/saleswings/submitPageEvent/generated-types.js +3 -0
  73. package/dist/destinations/saleswings/submitPageEvent/generated-types.js.map +1 -0
  74. package/dist/destinations/saleswings/submitPageEvent/index.d.ts +5 -0
  75. package/dist/destinations/saleswings/submitPageEvent/index.js +35 -0
  76. package/dist/destinations/saleswings/submitPageEvent/index.js.map +1 -0
  77. package/dist/destinations/saleswings/submitScreenEvent/generated-types.d.ts +14 -0
  78. package/dist/destinations/saleswings/submitScreenEvent/generated-types.js +3 -0
  79. package/dist/destinations/saleswings/submitScreenEvent/generated-types.js.map +1 -0
  80. package/dist/destinations/saleswings/submitScreenEvent/index.d.ts +5 -0
  81. package/dist/destinations/saleswings/submitScreenEvent/index.js +42 -0
  82. package/dist/destinations/saleswings/submitScreenEvent/index.js.map +1 -0
  83. package/dist/destinations/saleswings/submitTrackEvent/generated-types.d.ts +14 -0
  84. package/dist/destinations/saleswings/submitTrackEvent/generated-types.js +3 -0
  85. package/dist/destinations/saleswings/submitTrackEvent/generated-types.js.map +1 -0
  86. package/dist/destinations/saleswings/submitTrackEvent/index.d.ts +5 -0
  87. package/dist/destinations/saleswings/submitTrackEvent/index.js +42 -0
  88. package/dist/destinations/saleswings/submitTrackEvent/index.js.map +1 -0
  89. package/dist/destinations/saleswings/testing.d.ts +10 -0
  90. package/dist/destinations/saleswings/testing.js +55 -0
  91. package/dist/destinations/saleswings/testing.js.map +1 -0
  92. package/package.json +4 -6
  93. package/dist/destinations/engage-messaging-twilio/sendSms/sms-sender.d.ts +0 -15
  94. package/dist/destinations/engage-messaging-twilio/sendSms/sms-sender.js +0 -66
  95. package/dist/destinations/engage-messaging-twilio/sendSms/sms-sender.js.map +0 -1
  96. package/dist/destinations/engage-messaging-twilio/sendWhatsApp/generated-types.d.ts +0 -23
  97. package/dist/destinations/engage-messaging-twilio/sendWhatsApp/generated-types.js.map +0 -1
  98. package/dist/destinations/engage-messaging-twilio/sendWhatsApp/index.js +0 -122
  99. package/dist/destinations/engage-messaging-twilio/sendWhatsApp/index.js.map +0 -1
  100. package/dist/destinations/engage-messaging-twilio/sendWhatsApp/whatsapp-sender.d.ts +0 -15
  101. package/dist/destinations/engage-messaging-twilio/sendWhatsApp/whatsapp-sender.js +0 -66
  102. package/dist/destinations/engage-messaging-twilio/sendWhatsApp/whatsapp-sender.js.map +0 -1
  103. package/dist/destinations/engage-messaging-twilio/utils/message-sender.d.ts +0 -23
  104. package/dist/destinations/engage-messaging-twilio/utils/message-sender.js +0 -97
  105. package/dist/destinations/engage-messaging-twilio/utils/message-sender.js.map +0 -1
@@ -1,66 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WhatsAppMessageSender = void 0;
4
- const liquidjs_1 = require("liquidjs");
5
- const actions_core_1 = require("@segment/actions-core");
6
- const message_sender_1 = require("../utils/message-sender");
7
- const google_libphonenumber_1 = require("google-libphonenumber");
8
- const phoneUtil = google_libphonenumber_1.PhoneNumberUtil.getInstance();
9
- const Liquid = new liquidjs_1.Liquid();
10
- class WhatsAppMessageSender extends message_sender_1.MessageSender {
11
- constructor(request, payload, settings, statsClient, tags) {
12
- super(request, payload, settings, statsClient, tags);
13
- this.request = request;
14
- this.payload = payload;
15
- this.settings = settings;
16
- this.statsClient = statsClient;
17
- this.tags = tags;
18
- this.getBody = async (phone) => {
19
- let parsedPhone;
20
- try {
21
- parsedPhone = phoneUtil.parse(phone, 'US');
22
- parsedPhone = phoneUtil.format(parsedPhone, google_libphonenumber_1.PhoneNumberFormat.E164);
23
- parsedPhone = `whatsapp:${parsedPhone}`;
24
- }
25
- catch (error) {
26
- this.tags?.push('type:invalid_phone_e164');
27
- this.statsClient?.incr('actions-personas-messaging-twilio.error', 1, this.tags);
28
- throw new actions_core_1.IntegrationError('The string supplied did not seem to be a phone number. Phone number must be able to be formatted to e164 for whatsapp.', `INVALID_PHONE`, 400);
29
- }
30
- if (!this.payload.contentSid) {
31
- throw new actions_core_1.IntegrationError('A valid whatsApp Content SID was not provided.', `INVALID_CONTENT_SID`, 400);
32
- }
33
- const params = {
34
- ContentSid: this.payload.contentSid,
35
- From: this.payload.from,
36
- To: parsedPhone
37
- };
38
- const contentVariables = await this.getVariables();
39
- if (contentVariables)
40
- params['ContentVariables'] = contentVariables;
41
- return new URLSearchParams(params);
42
- };
43
- this.getTwilioBase64Token = () => Buffer.from(`${this.settings.twilioAccountSID}:${this.settings.twilioApiKeySecret}`).toString('base64');
44
- this.getVariables = async () => {
45
- if (!this.payload.contentVariables || !this.payload.traits)
46
- return null;
47
- try {
48
- const profile = {
49
- profile: {
50
- traits: this.payload.traits
51
- }
52
- };
53
- const mapping = {};
54
- for (const [key, val] of Object.entries(this.payload.contentVariables)) {
55
- mapping[key] = await Liquid.parseAndRender(val, profile);
56
- }
57
- return JSON.stringify(mapping);
58
- }
59
- catch (error) {
60
- throw new actions_core_1.IntegrationError(`Unable to parse templating in content variables`, `Content variables templating parse failure`, 400);
61
- }
62
- };
63
- }
64
- }
65
- exports.WhatsAppMessageSender = WhatsAppMessageSender;
66
- //# sourceMappingURL=whatsapp-sender.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"whatsapp-sender.js","sourceRoot":"","sources":["../../../../src/destinations/engage-messaging-twilio/sendWhatsApp/whatsapp-sender.ts"],"names":[],"mappings":"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"}
@@ -1,23 +0,0 @@
1
- import type { RequestOptions } from '@segment/actions-core';
2
- import type { Settings } from '../generated-types';
3
- import type { Payload } from '../sendSms/generated-types';
4
- import { StatsClient, StatsContext } from '@segment/actions-core/src/destination-kit';
5
- export declare type RequestFn = (url: string, options?: RequestOptions) => Promise<Response>;
6
- declare type MinimalPayload = Pick<Payload, 'from' | 'toNumber' | 'customArgs' | 'externalIds' | 'traits' | 'send' | 'eventOccurredTS'>;
7
- export declare abstract class MessageSender<SmsPayload extends MinimalPayload> {
8
- readonly request: RequestFn;
9
- readonly payload: SmsPayload;
10
- readonly settings: Settings;
11
- readonly statsClient: StatsClient | undefined;
12
- readonly tags: StatsContext['tags'] | undefined;
13
- private readonly EXTERNAL_ID_KEY;
14
- private readonly DEFAULT_HOSTNAME;
15
- private readonly DEFAULT_CONNECTION_OVERRIDES;
16
- constructor(request: RequestFn, payload: SmsPayload, settings: Settings, statsClient: StatsClient | undefined, tags: StatsContext['tags'] | undefined);
17
- send: () => Promise<Response | undefined>;
18
- abstract getBody: (phone: string) => Promise<URLSearchParams>;
19
- abstract getTwilioBase64Token: () => string;
20
- private getSendabilityPayload;
21
- private getWebhookUrlWithParams;
22
- }
23
- export {};
@@ -1,97 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MessageSender = void 0;
4
- const actions_core_1 = require("@segment/actions-core");
5
- var SendabilityStatus;
6
- (function (SendabilityStatus) {
7
- SendabilityStatus["NoSenderPhone"] = "no_sender_phone";
8
- SendabilityStatus["ShouldSend"] = "should_send";
9
- SendabilityStatus["DoNotSend"] = "do_not_send";
10
- SendabilityStatus["SendDisabled"] = "send_disabled";
11
- SendabilityStatus["InvalidSubscriptionStatus"] = "invalid_subscription_status";
12
- })(SendabilityStatus || (SendabilityStatus = {}));
13
- class MessageSender {
14
- constructor(request, payload, settings, statsClient, tags) {
15
- this.request = request;
16
- this.payload = payload;
17
- this.settings = settings;
18
- this.statsClient = statsClient;
19
- this.tags = tags;
20
- this.EXTERNAL_ID_KEY = 'phone';
21
- this.DEFAULT_HOSTNAME = 'api.twilio.com';
22
- this.DEFAULT_CONNECTION_OVERRIDES = 'rp=all&rc=5';
23
- this.send = async () => {
24
- const { phone, sendabilityStatus } = this.getSendabilityPayload();
25
- if (sendabilityStatus !== SendabilityStatus.ShouldSend || !phone) {
26
- return;
27
- }
28
- const body = await this.getBody(phone);
29
- const webhookUrlWithParams = this.getWebhookUrlWithParams(phone);
30
- if (webhookUrlWithParams)
31
- body.append('StatusCallback', webhookUrlWithParams);
32
- const twilioHostname = this.settings.twilioHostname ?? this.DEFAULT_HOSTNAME;
33
- const twilioToken = this.getTwilioBase64Token();
34
- const response = await this.request(`https://${twilioHostname}/2010-04-01/Accounts/${this.settings.twilioAccountSID}/Messages.json`, {
35
- method: 'POST',
36
- headers: {
37
- authorization: `Basic ${twilioToken}`
38
- },
39
- body
40
- });
41
- this.tags?.push(`twilio_status_code:${response.status}`);
42
- this.statsClient?.incr('actions-personas-messaging-twilio.response', 1, this.tags);
43
- if (this.payload.eventOccurredTS != undefined) {
44
- this.statsClient?.histogram('actions-personas-messaging-twilio.eventDeliveryTS', Date.now() - new Date(this.payload.eventOccurredTS).getTime(), this.tags);
45
- }
46
- return response;
47
- };
48
- this.getSendabilityPayload = () => {
49
- const nonSendableStatuses = ['unsubscribed', 'did not subscribed', 'false'];
50
- const sendableStatuses = ['subscribed', 'true'];
51
- const externalId = this.payload.externalIds?.find(({ type }) => type === 'phone');
52
- let status;
53
- if (!this.payload.send) {
54
- this.statsClient?.incr('actions-personas-messaging-twilio.send-disabled', 1, this.tags);
55
- return { sendabilityStatus: SendabilityStatus.SendDisabled, phone: undefined };
56
- }
57
- if (!externalId?.subscriptionStatus || nonSendableStatuses.includes(externalId.subscriptionStatus)) {
58
- this.statsClient?.incr('actions-personas-messaging-twilio.notsubscribed', 1, this.tags);
59
- status = SendabilityStatus.DoNotSend;
60
- }
61
- else if (sendableStatuses.includes(externalId.subscriptionStatus)) {
62
- this.statsClient?.incr('actions-personas-messaging-twilio.subscribed', 1, this.tags);
63
- status = SendabilityStatus.ShouldSend;
64
- }
65
- else {
66
- this.statsClient?.incr('actions-personas-messaging-twilio.twilio-error', 1, this.tags);
67
- throw new actions_core_1.IntegrationError(`Failed to recognize the subscriptionStatus in the payload: "${externalId.subscriptionStatus}".`, 'Invalid subscriptionStatus value', 400);
68
- }
69
- const phone = this.payload.toNumber || externalId?.id;
70
- if (!phone) {
71
- status = SendabilityStatus.NoSenderPhone;
72
- }
73
- return { sendabilityStatus: status, phone };
74
- };
75
- this.getWebhookUrlWithParams = (phone) => {
76
- const webhookUrl = this.settings.webhookUrl;
77
- const connectionOverrides = this.settings.connectionOverrides;
78
- const customArgs = {
79
- ...this.payload.customArgs,
80
- space_id: this.settings.spaceId,
81
- __segment_internal_external_id_key__: this.EXTERNAL_ID_KEY,
82
- __segment_internal_external_id_value__: phone
83
- };
84
- if (webhookUrl && customArgs) {
85
- const webhookUrlWithParams = new URL(webhookUrl);
86
- for (const key of Object.keys(customArgs)) {
87
- webhookUrlWithParams.searchParams.append(key, String(customArgs[key]));
88
- }
89
- webhookUrlWithParams.hash = connectionOverrides || this.DEFAULT_CONNECTION_OVERRIDES;
90
- return webhookUrlWithParams.toString();
91
- }
92
- return null;
93
- };
94
- }
95
- }
96
- exports.MessageSender = MessageSender;
97
- //# sourceMappingURL=message-sender.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"message-sender.js","sourceRoot":"","sources":["../../../../src/destinations/engage-messaging-twilio/utils/message-sender.ts"],"names":[],"mappings":"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"}