@segment/action-destinations 3.333.0 → 3.333.1-staging-d615339bd.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/actions-pardot/pa-operations.d.ts +1 -1
- package/dist/destinations/adjust/functions.d.ts +1 -1
- package/dist/destinations/adobe-target/adobeTarget_operations.d.ts +1 -1
- package/dist/destinations/airship/utilities.d.ts +7 -7
- package/dist/destinations/cordial/cordial-client.d.ts +8 -8
- package/dist/destinations/customerio/test-helper.d.ts +1 -1
- package/dist/destinations/engage-messaging-twilio/sendMobilePush/PushSender.d.ts +1 -1
- package/dist/destinations/engage-messaging-twilio/utils/PhoneMessageSender.d.ts +1 -1
- package/dist/destinations/facebook-custom-audiences/fbca-operations.d.ts +2 -2
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/generated-types.d.ts +5 -0
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/generated-types.js.map +1 -0
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/index.d.ts +5 -0
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/index.js +24 -0
- package/dist/destinations/first-party-dv360/addToAudMobileDeviceId/index.js.map +1 -0
- package/dist/destinations/first-party-dv360/addtoAudContactInfo/generated-types.d.ts +10 -0
- package/dist/destinations/first-party-dv360/addtoAudContactInfo/generated-types.js +3 -0
- package/dist/destinations/first-party-dv360/addtoAudContactInfo/generated-types.js.map +1 -0
- package/dist/destinations/first-party-dv360/addtoAudContactInfo/index.d.ts +5 -0
- package/dist/destinations/first-party-dv360/addtoAudContactInfo/index.js +29 -0
- package/dist/destinations/first-party-dv360/addtoAudContactInfo/index.js.map +1 -0
- package/dist/destinations/first-party-dv360/functions.d.ts +23 -1
- package/dist/destinations/first-party-dv360/functions.js +130 -1
- package/dist/destinations/first-party-dv360/functions.js.map +1 -1
- package/dist/destinations/first-party-dv360/generated-types.d.ts +0 -1
- package/dist/destinations/first-party-dv360/index.js +12 -19
- package/dist/destinations/first-party-dv360/index.js.map +1 -1
- package/dist/destinations/first-party-dv360/properties.d.ts +12 -0
- package/dist/destinations/first-party-dv360/properties.js +94 -0
- package/dist/destinations/first-party-dv360/properties.js.map +1 -0
- package/dist/destinations/first-party-dv360/removeFromAudContactInfo/generated-types.d.ts +10 -0
- package/dist/destinations/first-party-dv360/removeFromAudContactInfo/generated-types.js +3 -0
- package/dist/destinations/first-party-dv360/removeFromAudContactInfo/generated-types.js.map +1 -0
- package/dist/destinations/first-party-dv360/removeFromAudContactInfo/index.d.ts +5 -0
- package/dist/destinations/first-party-dv360/removeFromAudContactInfo/index.js +29 -0
- package/dist/destinations/first-party-dv360/removeFromAudContactInfo/index.js.map +1 -0
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/generated-types.d.ts +5 -0
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/generated-types.js +3 -0
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/generated-types.js.map +1 -0
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/index.d.ts +5 -0
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/index.js +24 -0
- package/dist/destinations/first-party-dv360/removeFromAudMobileDeviceId/index.js.map +1 -0
- package/dist/destinations/gameball/util.d.ts +1 -1
- package/dist/destinations/google-analytics-4/ga4-functions.d.ts +1 -1
- package/dist/destinations/google-campaign-manager-360/utils.d.ts +1 -1
- package/dist/destinations/google-enhanced-conversions/functions.d.ts +5 -5
- package/dist/destinations/google-enhanced-conversions/functions.js +18 -18
- package/dist/destinations/google-enhanced-conversions/functions.js.map +1 -1
- package/dist/destinations/google-enhanced-conversions/index.js +2 -2
- package/dist/destinations/google-enhanced-conversions/index.js.map +1 -1
- package/dist/destinations/google-enhanced-conversions/types.d.ts +3 -0
- package/dist/destinations/google-enhanced-conversions/userList/index.js +9 -9
- package/dist/destinations/google-enhanced-conversions/userList/index.js.map +1 -1
- package/dist/destinations/google-sheets/postSheet/operations.d.ts +1 -1
- package/dist/destinations/google-sheets/postSheet2/operations2.d.ts +1 -1
- package/dist/destinations/hubspot/customEvent/event-completion.d.ts +1 -1
- package/dist/destinations/hubspot/upsertObject/client.d.ts +3 -3
- package/dist/destinations/klaviyo/addProfileToList/generated-types.d.ts +1 -0
- package/dist/destinations/klaviyo/addProfileToList/index.js +5 -14
- package/dist/destinations/klaviyo/addProfileToList/index.js.map +1 -1
- package/dist/destinations/klaviyo/config.d.ts +4 -0
- package/dist/destinations/klaviyo/config.js +250 -1
- package/dist/destinations/klaviyo/config.js.map +1 -1
- package/dist/destinations/klaviyo/functions.d.ts +15 -7
- package/dist/destinations/klaviyo/functions.js +256 -7
- package/dist/destinations/klaviyo/functions.js.map +1 -1
- package/dist/destinations/klaviyo/orderCompleted/generated-types.d.ts +1 -0
- package/dist/destinations/klaviyo/orderCompleted/index.js +6 -4
- package/dist/destinations/klaviyo/orderCompleted/index.js.map +1 -1
- package/dist/destinations/klaviyo/properties.d.ts +3 -0
- package/dist/destinations/klaviyo/properties.js +19 -1
- package/dist/destinations/klaviyo/properties.js.map +1 -1
- package/dist/destinations/klaviyo/removeProfile/generated-types.d.ts +1 -0
- package/dist/destinations/klaviyo/removeProfile/index.js +10 -5
- package/dist/destinations/klaviyo/removeProfile/index.js.map +1 -1
- package/dist/destinations/klaviyo/removeProfileFromList/generated-types.d.ts +1 -0
- package/dist/destinations/klaviyo/removeProfileFromList/index.js +9 -6
- package/dist/destinations/klaviyo/removeProfileFromList/index.js.map +1 -1
- package/dist/destinations/klaviyo/subscribeProfile/generated-types.d.ts +1 -0
- package/dist/destinations/klaviyo/subscribeProfile/index.js +11 -5
- package/dist/destinations/klaviyo/subscribeProfile/index.js.map +1 -1
- package/dist/destinations/klaviyo/trackEvent/generated-types.d.ts +1 -0
- package/dist/destinations/klaviyo/trackEvent/index.js +8 -4
- package/dist/destinations/klaviyo/trackEvent/index.js.map +1 -1
- package/dist/destinations/klaviyo/types.d.ts +18 -0
- package/dist/destinations/klaviyo/unsubscribeProfile/generated-types.d.ts +1 -0
- package/dist/destinations/klaviyo/unsubscribeProfile/index.js +11 -5
- package/dist/destinations/klaviyo/unsubscribeProfile/index.js.map +1 -1
- package/dist/destinations/klaviyo/upsertProfile/generated-types.d.ts +1 -0
- package/dist/destinations/klaviyo/upsertProfile/index.js +10 -5
- package/dist/destinations/klaviyo/upsertProfile/index.js.map +1 -1
- package/dist/destinations/launchdarkly-audiences/syncAudience/custom-audience-operations.d.ts +1 -1
- package/dist/destinations/linkedin-audiences/api/index.js +0 -1
- package/dist/destinations/linkedin-audiences/api/index.js.map +1 -1
- package/dist/destinations/linkedin-audiences/constants.d.ts +1 -1
- package/dist/destinations/linkedin-audiences/constants.js +1 -1
- package/dist/destinations/magellan-ai/addToCart/generated-types.d.ts +2 -0
- package/dist/destinations/magellan-ai/addToCart/index.js +2 -1
- package/dist/destinations/magellan-ai/addToCart/index.js.map +1 -1
- package/dist/destinations/magellan-ai/checkout/generated-types.d.ts +2 -0
- package/dist/destinations/magellan-ai/checkout/index.js +2 -1
- package/dist/destinations/magellan-ai/checkout/index.js.map +1 -1
- package/dist/destinations/magellan-ai/code/generated-types.d.ts +2 -0
- package/dist/destinations/magellan-ai/code/index.js +3 -1
- package/dist/destinations/magellan-ai/code/index.js.map +1 -1
- package/dist/destinations/magellan-ai/identify/generated-types.d.ts +2 -0
- package/dist/destinations/magellan-ai/identify/index.js +3 -1
- package/dist/destinations/magellan-ai/identify/index.js.map +1 -1
- package/dist/destinations/magellan-ai/install/generated-types.d.ts +2 -2
- package/dist/destinations/magellan-ai/install/index.js +4 -1
- package/dist/destinations/magellan-ai/install/index.js.map +1 -1
- package/dist/destinations/magellan-ai/lead/generated-types.d.ts +2 -0
- package/dist/destinations/magellan-ai/lead/index.js +2 -1
- package/dist/destinations/magellan-ai/lead/index.js.map +1 -1
- package/dist/destinations/magellan-ai/product/generated-types.d.ts +2 -0
- package/dist/destinations/magellan-ai/product/index.js +4 -1
- package/dist/destinations/magellan-ai/product/index.js.map +1 -1
- package/dist/destinations/magellan-ai/purchase/generated-types.d.ts +2 -0
- package/dist/destinations/magellan-ai/purchase/index.js +2 -1
- package/dist/destinations/magellan-ai/purchase/index.js.map +1 -1
- package/dist/destinations/magellan-ai/schema.d.ts +1 -0
- package/dist/destinations/magellan-ai/schema.js +24 -22
- package/dist/destinations/magellan-ai/schema.js.map +1 -1
- package/dist/destinations/magellan-ai/thirdPartyEvent/generated-types.d.ts +2 -2
- package/dist/destinations/magellan-ai/thirdPartyEvent/index.js +2 -1
- package/dist/destinations/magellan-ai/thirdPartyEvent/index.js.map +1 -1
- package/dist/destinations/magellan-ai/view/generated-types.d.ts +2 -0
- package/dist/destinations/magellan-ai/view/index.js +3 -1
- package/dist/destinations/magellan-ai/view/index.js.map +1 -1
- package/dist/destinations/mantle/identify/generated-types.d.ts +1 -0
- package/dist/destinations/mantle/identify/index.js +8 -0
- package/dist/destinations/mantle/identify/index.js.map +1 -1
- package/dist/destinations/mixpanel/common/utils.d.ts +15 -0
- package/dist/destinations/mixpanel/common/utils.js +28 -1
- package/dist/destinations/mixpanel/common/utils.js.map +1 -1
- package/dist/destinations/mixpanel/trackEvent/index.js +30 -2
- package/dist/destinations/mixpanel/trackEvent/index.js.map +1 -1
- package/dist/destinations/mixpanel/trackPurchase/index.js +28 -2
- package/dist/destinations/mixpanel/trackPurchase/index.js.map +1 -1
- package/dist/destinations/recombee/deleteBookmark/index.js +1 -1
- package/dist/destinations/recombee/deleteBookmark/index.js.map +1 -1
- package/dist/destinations/recombee/deleteCartAddition/index.js +1 -1
- package/dist/destinations/recombee/deleteCartAddition/index.js.map +1 -1
- package/dist/destinations/recombee/setViewPortion/index.js +1 -1
- package/dist/destinations/recombee/setViewPortion/index.js.map +1 -1
- package/dist/destinations/recombee/setViewPortionFromWatchTime/index.d.ts +1 -1
- package/dist/destinations/recombee/setViewPortionFromWatchTime/index.js +6 -2
- package/dist/destinations/recombee/setViewPortionFromWatchTime/index.js.map +1 -1
- package/dist/destinations/responsys/index.js +14 -5
- package/dist/destinations/responsys/index.js.map +1 -1
- package/dist/destinations/responsys/sendAudience/index.js +1 -1
- package/dist/destinations/responsys/sendAudienceAsPet/functions.d.ts +10 -0
- package/dist/destinations/responsys/sendAudienceAsPet/functions.js +152 -0
- package/dist/destinations/responsys/sendAudienceAsPet/functions.js.map +1 -0
- package/dist/destinations/responsys/sendAudienceAsPet/generated-types.d.ts +15 -0
- package/dist/destinations/responsys/sendAudienceAsPet/generated-types.js +3 -0
- package/dist/destinations/responsys/sendAudienceAsPet/generated-types.js.map +1 -0
- package/dist/destinations/responsys/sendAudienceAsPet/index.js +143 -0
- package/dist/destinations/responsys/sendAudienceAsPet/index.js.map +1 -0
- package/dist/destinations/responsys/sendCustomTraits/index.js +1 -1
- package/dist/destinations/responsys/{shared_properties.js → shared-properties.js} +1 -1
- package/dist/destinations/responsys/{shared_properties.js.map → shared-properties.js.map} +1 -1
- package/dist/destinations/responsys/types.d.ts +18 -9
- package/dist/destinations/responsys/upsertListMember/index.js +1 -1
- package/dist/destinations/responsys/utils.d.ts +5 -4
- package/dist/destinations/responsys/utils.js +14 -42
- package/dist/destinations/responsys/utils.js.map +1 -1
- package/dist/destinations/s3/fields.js +9 -0
- package/dist/destinations/s3/fields.js.map +1 -1
- package/dist/destinations/s3/functions.d.ts +2 -1
- package/dist/destinations/s3/functions.js +14 -3
- package/dist/destinations/s3/functions.js.map +1 -1
- package/dist/destinations/s3/syncToS3/generated-types.d.ts +1 -0
- package/dist/destinations/s3/syncToS3/index.js +4 -2
- package/dist/destinations/s3/syncToS3/index.js.map +1 -1
- package/dist/destinations/sendgrid/index.js +3 -1
- package/dist/destinations/sendgrid/index.js.map +1 -1
- package/dist/destinations/sendgrid/sendEmail/constants.d.ts +4 -0
- package/dist/destinations/sendgrid/sendEmail/constants.js +8 -0
- package/dist/destinations/sendgrid/sendEmail/constants.js.map +1 -0
- package/dist/destinations/sendgrid/sendEmail/fields.d.ts +2 -0
- package/dist/destinations/sendgrid/sendEmail/fields.js +396 -0
- package/dist/destinations/sendgrid/sendEmail/fields.js.map +1 -0
- package/dist/destinations/sendgrid/sendEmail/generated-types.d.ts +73 -0
- package/dist/destinations/sendgrid/sendEmail/generated-types.js +3 -0
- package/dist/destinations/sendgrid/sendEmail/generated-types.js.map +1 -0
- package/dist/destinations/sendgrid/sendEmail/index.d.ts +5 -0
- package/dist/destinations/sendgrid/sendEmail/index.js +14 -0
- package/dist/destinations/sendgrid/sendEmail/index.js.map +1 -0
- package/dist/destinations/sendgrid/sendEmail/types.d.ts +72 -0
- package/dist/destinations/sendgrid/sendEmail/types.js +3 -0
- package/dist/destinations/sendgrid/sendEmail/types.js.map +1 -0
- package/dist/destinations/sendgrid/sendEmail/utils.d.ts +3 -0
- package/dist/destinations/sendgrid/sendEmail/utils.js +86 -0
- package/dist/destinations/sendgrid/sendEmail/utils.js.map +1 -0
- package/dist/destinations/webhook-audiences/index.js +14 -2
- package/dist/destinations/webhook-audiences/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/destinations/first-party-dv360/addToList/generated-types.d.ts +0 -2
- package/dist/destinations/first-party-dv360/addToList/generated-types.js.map +0 -1
- package/dist/destinations/first-party-dv360/addToList/index.js +0 -11
- package/dist/destinations/first-party-dv360/addToList/index.js.map +0 -1
- /package/dist/destinations/first-party-dv360/{addToList → addToAudMobileDeviceId}/generated-types.js +0 -0
- /package/dist/destinations/{first-party-dv360/addToList → responsys/sendAudienceAsPet}/index.d.ts +0 -0
- /package/dist/destinations/responsys/{shared_properties.d.ts → shared-properties.d.ts} +0 -0
|
@@ -6,5 +6,5 @@ export declare type MappingSettings = {
|
|
|
6
6
|
dataFormat: string;
|
|
7
7
|
columns: string[];
|
|
8
8
|
};
|
|
9
|
-
declare function processData(request: RequestClient, events: Payload[], syncMode: string): Promise<(import("@segment/actions-core
|
|
9
|
+
declare function processData(request: RequestClient, events: Payload[], syncMode: string): Promise<(import("@segment/actions-core").ModifiedResponse<unknown> | undefined)[]>;
|
|
10
10
|
export { processData };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Client } from './client';
|
|
2
2
|
import { Payload } from './generated-types';
|
|
3
|
-
export declare function sendEvent(client: Client, fullyQualifiedName: string, payload: Payload): Promise<import("@segment/actions-core
|
|
3
|
+
export declare function sendEvent(client: Client, fullyQualifiedName: string, payload: Payload): Promise<import("@segment/actions-core/*").ModifiedResponse<unknown>>;
|
|
@@ -4,8 +4,8 @@ export declare class Client {
|
|
|
4
4
|
request: RequestClient;
|
|
5
5
|
objectType: string;
|
|
6
6
|
constructor(request: RequestClient, objectType: string);
|
|
7
|
-
readProperties(sensitive: boolean): Promise<import("@segment/actions-core
|
|
7
|
+
readProperties(sensitive: boolean): Promise<import("@segment/actions-core").ModifiedResponse<ReadPropsResp>>;
|
|
8
8
|
createPropertiesDefinition(json: CreatePropsReq): Promise<void>;
|
|
9
|
-
batchObjectRequest(action: ObjReqType, objectType: string, json: ReadReq | UpsertReq | CreateReq): Promise<import("@segment/actions-core
|
|
10
|
-
batchAssociationsRequest(json: AssociationsReq, toObjectType: string): Promise<import("@segment/actions-core
|
|
9
|
+
batchObjectRequest(action: ObjReqType, objectType: string, json: ReadReq | UpsertReq | CreateReq): Promise<import("@segment/actions-core").ModifiedResponse<BatchObjResp>>;
|
|
10
|
+
batchAssociationsRequest(json: AssociationsReq, toObjectType: string): Promise<import("@segment/actions-core").ModifiedResponse<unknown>>;
|
|
11
11
|
}
|
|
@@ -20,29 +20,20 @@ const action = {
|
|
|
20
20
|
title: { ...properties_1.title },
|
|
21
21
|
organization: { ...properties_1.organization },
|
|
22
22
|
location: { ...properties_1.location },
|
|
23
|
-
properties: { ...properties_1.properties }
|
|
23
|
+
properties: { ...properties_1.properties },
|
|
24
|
+
country_code: { ...properties_1.country_code }
|
|
24
25
|
},
|
|
25
26
|
perform: async (request, { payload }) => {
|
|
26
|
-
const { email, phone_number, list_id, external_id, enable_batching, batch_size, ...additionalAttributes } = payload;
|
|
27
|
+
const { email, phone_number: initialPhoneNumber, list_id, external_id, enable_batching, batch_size, country_code, ...additionalAttributes } = payload;
|
|
28
|
+
const phone_number = functions_1.processPhoneNumber(initialPhoneNumber, country_code);
|
|
27
29
|
if (!email && !external_id && !phone_number) {
|
|
28
30
|
throw new actions_core_1.PayloadValidationError('One of External ID, Phone Number and Email is required.');
|
|
29
31
|
}
|
|
30
|
-
if (phone_number && !functions_1.validatePhoneNumber(phone_number)) {
|
|
31
|
-
throw new actions_core_1.PayloadValidationError(`${phone_number} is not a valid E.164 phone number.`);
|
|
32
|
-
}
|
|
33
32
|
const profileId = await functions_1.createProfile(request, email, external_id, phone_number, additionalAttributes);
|
|
34
33
|
return await functions_1.addProfileToList(request, profileId, list_id);
|
|
35
34
|
},
|
|
36
35
|
performBatch: async (request, { payload }) => {
|
|
37
|
-
|
|
38
|
-
if (profile.phone_number && !functions_1.validatePhoneNumber(profile.phone_number)) {
|
|
39
|
-
return false;
|
|
40
|
-
}
|
|
41
|
-
return profile.email || profile.external_id || profile.phone_number;
|
|
42
|
-
});
|
|
43
|
-
const listId = payload[0]?.list_id;
|
|
44
|
-
const importJobPayload = functions_1.createImportJobPayload(payload, listId);
|
|
45
|
-
return functions_1.sendImportJobRequest(request, importJobPayload);
|
|
36
|
+
return functions_1.sendBatchedProfileImportJobRequest(request, payload);
|
|
46
37
|
}
|
|
47
38
|
};
|
|
48
39
|
exports.default = action;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/addProfileToList/index.ts"],"names":[],"mappings":";;AAAA,wDAAgF;AAGhF,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/destinations/klaviyo/addProfileToList/index.ts"],"names":[],"mappings":";;AAAA,wDAAgF;AAGhF,4CAAsH;AACtH,8CAesB;AAEtB,MAAM,MAAM,GAAwC;IAClD,KAAK,EAAE,8BAA8B;IACrC,WAAW,EAAE,qBAAqB;IAClC,mBAAmB,EAAE,4BAA4B;IACjD,MAAM,EAAE;QACN,KAAK,EAAE,EAAE,GAAG,kBAAK,EAAE;QACnB,YAAY,EAAE,EAAE,GAAG,yBAAY,EAAE;QACjC,OAAO,EAAE,EAAE,GAAG,oBAAO,EAAE;QACvB,WAAW,EAAE,EAAE,GAAG,wBAAW,EAAE;QAC/B,eAAe,EAAE,EAAE,GAAG,4BAAe,EAAE;QACvC,UAAU,EAAE,EAAE,GAAG,uBAAU,EAAE;QAC7B,UAAU,EAAE,EAAE,GAAG,uBAAU,EAAE;QAC7B,SAAS,EAAE,EAAE,GAAG,sBAAS,EAAE;QAC3B,KAAK,EAAE,EAAE,GAAG,kBAAK,EAAE;QACnB,KAAK,EAAE,EAAE,GAAG,kBAAK,EAAE;QACnB,YAAY,EAAE,EAAE,GAAG,yBAAY,EAAE;QACjC,QAAQ,EAAE,EAAE,GAAG,qBAAQ,EAAE;QACzB,UAAU,EAAE,EAAE,GAAG,uBAAU,EAAE;QAC7B,YAAY,EAAE,EAAE,GAAG,yBAAY,EAAE;KAClC;IACD,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;QACtC,MAAM,EACJ,KAAK,EACL,YAAY,EAAE,kBAAkB,EAChC,OAAO,EACP,WAAW,EACX,eAAe,EACf,UAAU,EACV,YAAY,EACZ,GAAG,oBAAoB,EACxB,GAAG,OAAO,CAAA;QACX,MAAM,YAAY,GAAG,8BAAkB,CAAC,kBAAkB,EAAE,YAAY,CAAC,CAAA;QACzE,IAAI,CAAC,KAAK,IAAI,CAAC,WAAW,IAAI,CAAC,YAAY,EAAE;YAC3C,MAAM,IAAI,qCAAsB,CAAC,yDAAyD,CAAC,CAAA;SAC5F;QACD,MAAM,SAAS,GAAG,MAAM,yBAAa,CAAC,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,oBAAoB,CAAC,CAAA;QACtG,OAAO,MAAM,4BAAgB,CAAC,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,CAAA;IAC5D,CAAC;IACD,YAAY,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;QAC3C,OAAO,8CAAkC,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;IAC7D,CAAC;CACF,CAAA;AAED,kBAAe,MAAM,CAAA"}
|
|
@@ -1,6 +1,255 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.REVISION_DATE = exports.API_URL = void 0;
|
|
3
|
+
exports.COUNTRY_CODES = exports.REVISION_DATE = exports.API_URL = void 0;
|
|
4
4
|
exports.API_URL = 'https://a.klaviyo.com/api';
|
|
5
5
|
exports.REVISION_DATE = '2023-09-15';
|
|
6
|
+
exports.COUNTRY_CODES = [
|
|
7
|
+
{ label: 'AD - Andorra', value: 'AD' },
|
|
8
|
+
{ label: 'AE - United Arab Emirates', value: 'AE' },
|
|
9
|
+
{ label: 'AF - Afghanistan', value: 'AF' },
|
|
10
|
+
{ label: 'AG - Antigua and Barbuda', value: 'AG' },
|
|
11
|
+
{ label: 'AI - Anguilla', value: 'AI' },
|
|
12
|
+
{ label: 'AL - Albania', value: 'AL' },
|
|
13
|
+
{ label: 'AM - Armenia', value: 'AM' },
|
|
14
|
+
{ label: 'AO - Angola', value: 'AO' },
|
|
15
|
+
{ label: 'AQ - Antarctica', value: 'AQ' },
|
|
16
|
+
{ label: 'AR - Argentina', value: 'AR' },
|
|
17
|
+
{ label: 'AS - American Samoa', value: 'AS' },
|
|
18
|
+
{ label: 'AT - Austria', value: 'AT' },
|
|
19
|
+
{ label: 'AU - Australia', value: 'AU' },
|
|
20
|
+
{ label: 'AW - Aruba', value: 'AW' },
|
|
21
|
+
{ label: 'AX - Åland Islands', value: 'AX' },
|
|
22
|
+
{ label: 'AZ - Azerbaijan', value: 'AZ' },
|
|
23
|
+
{ label: 'BA - Bosnia and Herzegovina', value: 'BA' },
|
|
24
|
+
{ label: 'BB - Barbados', value: 'BB' },
|
|
25
|
+
{ label: 'BD - Bangladesh', value: 'BD' },
|
|
26
|
+
{ label: 'BE - Belgium', value: 'BE' },
|
|
27
|
+
{ label: 'BF - Burkina Faso', value: 'BF' },
|
|
28
|
+
{ label: 'BG - Bulgaria', value: 'BG' },
|
|
29
|
+
{ label: 'BH - Bahrain', value: 'BH' },
|
|
30
|
+
{ label: 'BI - Burundi', value: 'BI' },
|
|
31
|
+
{ label: 'BJ - Benin', value: 'BJ' },
|
|
32
|
+
{ label: 'BL - Saint Barthélemy', value: 'BL' },
|
|
33
|
+
{ label: 'BM - Bermuda', value: 'BM' },
|
|
34
|
+
{ label: 'BN - Brunei Darussalam', value: 'BN' },
|
|
35
|
+
{ label: 'BO - Bolivia (Plurinational State of)', value: 'BO' },
|
|
36
|
+
{ label: 'BQ - Bonaire, Sint Eustatius and Saba', value: 'BQ' },
|
|
37
|
+
{ label: 'BR - Brazil', value: 'BR' },
|
|
38
|
+
{ label: 'BS - Bahamas', value: 'BS' },
|
|
39
|
+
{ label: 'BT - Bhutan', value: 'BT' },
|
|
40
|
+
{ label: 'BV - Bouvet Island', value: 'BV' },
|
|
41
|
+
{ label: 'BW - Botswana', value: 'BW' },
|
|
42
|
+
{ label: 'BY - Belarus', value: 'BY' },
|
|
43
|
+
{ label: 'BZ - Belize', value: 'BZ' },
|
|
44
|
+
{ label: 'CA - Canada', value: 'CA' },
|
|
45
|
+
{ label: 'CC - Cocos (Keeling) Islands', value: 'CC' },
|
|
46
|
+
{ label: 'CD - Congo, Democratic Republic of the', value: 'CD' },
|
|
47
|
+
{ label: 'CF - Central African Republic', value: 'CF' },
|
|
48
|
+
{ label: 'CG - Congo', value: 'CG' },
|
|
49
|
+
{ label: 'CH - Switzerland', value: 'CH' },
|
|
50
|
+
{ label: "CI - Côte d'Ivoire", value: 'CI' },
|
|
51
|
+
{ label: 'CK - Cook Islands', value: 'CK' },
|
|
52
|
+
{ label: 'CL - Chile', value: 'CL' },
|
|
53
|
+
{ label: 'CM - Cameroon', value: 'CM' },
|
|
54
|
+
{ label: 'CN - China', value: 'CN' },
|
|
55
|
+
{ label: 'CO - Colombia', value: 'CO' },
|
|
56
|
+
{ label: 'CR - Costa Rica', value: 'CR' },
|
|
57
|
+
{ label: 'CU - Cuba', value: 'CU' },
|
|
58
|
+
{ label: 'CV - Cabo Verde', value: 'CV' },
|
|
59
|
+
{ label: 'CW - Curaçao', value: 'CW' },
|
|
60
|
+
{ label: 'CX - Christmas Island', value: 'CX' },
|
|
61
|
+
{ label: 'CY - Cyprus', value: 'CY' },
|
|
62
|
+
{ label: 'CZ - Czechia', value: 'CZ' },
|
|
63
|
+
{ label: 'DE - Germany', value: 'DE' },
|
|
64
|
+
{ label: 'DJ - Djibouti', value: 'DJ' },
|
|
65
|
+
{ label: 'DK - Denmark', value: 'DK' },
|
|
66
|
+
{ label: 'DM - Dominica', value: 'DM' },
|
|
67
|
+
{ label: 'DO - Dominican Republic', value: 'DO' },
|
|
68
|
+
{ label: 'DZ - Algeria', value: 'DZ' },
|
|
69
|
+
{ label: 'EC - Ecuador', value: 'EC' },
|
|
70
|
+
{ label: 'EE - Estonia', value: 'EE' },
|
|
71
|
+
{ label: 'EG - Egypt', value: 'EG' },
|
|
72
|
+
{ label: 'EH - Western Sahara', value: 'EH' },
|
|
73
|
+
{ label: 'ER - Eritrea', value: 'ER' },
|
|
74
|
+
{ label: 'ES - Spain', value: 'ES' },
|
|
75
|
+
{ label: 'ET - Ethiopia', value: 'ET' },
|
|
76
|
+
{ label: 'FI - Finland', value: 'FI' },
|
|
77
|
+
{ label: 'FJ - Fiji', value: 'FJ' },
|
|
78
|
+
{ label: 'FK - Falkland Islands (Malvinas)', value: 'FK' },
|
|
79
|
+
{ label: 'FM - Micronesia (Federated States of)', value: 'FM' },
|
|
80
|
+
{ label: 'FO - Faroe Islands', value: 'FO' },
|
|
81
|
+
{ label: 'FR - France', value: 'FR' },
|
|
82
|
+
{ label: 'GA - Gabon', value: 'GA' },
|
|
83
|
+
{ label: 'GB - United Kingdom of Great Britain and Northern Ireland', value: 'GB' },
|
|
84
|
+
{ label: 'GD - Grenada', value: 'GD' },
|
|
85
|
+
{ label: 'GE - Georgia', value: 'GE' },
|
|
86
|
+
{ label: 'GF - French Guiana', value: 'GF' },
|
|
87
|
+
{ label: 'GG - Guernsey', value: 'GG' },
|
|
88
|
+
{ label: 'GH - Ghana', value: 'GH' },
|
|
89
|
+
{ label: 'GI - Gibraltar', value: 'GI' },
|
|
90
|
+
{ label: 'GL - Greenland', value: 'GL' },
|
|
91
|
+
{ label: 'GM - Gambia', value: 'GM' },
|
|
92
|
+
{ label: 'GN - Guinea', value: 'GN' },
|
|
93
|
+
{ label: 'GP - Guadeloupe', value: 'GP' },
|
|
94
|
+
{ label: 'GQ - Equatorial Guinea', value: 'GQ' },
|
|
95
|
+
{ label: 'GR - Greece', value: 'GR' },
|
|
96
|
+
{ label: 'GT - Guatemala', value: 'GT' },
|
|
97
|
+
{ label: 'GU - Guam', value: 'GU' },
|
|
98
|
+
{ label: 'GW - Guinea-Bissau', value: 'GW' },
|
|
99
|
+
{ label: 'GY - Guyana', value: 'GY' },
|
|
100
|
+
{ label: 'HK - Hong Kong', value: 'HK' },
|
|
101
|
+
{ label: 'HM - Heard Island and McDonald Islands', value: 'HM' },
|
|
102
|
+
{ label: 'HN - Honduras', value: 'HN' },
|
|
103
|
+
{ label: 'HR - Croatia', value: 'HR' },
|
|
104
|
+
{ label: 'HT - Haiti', value: 'HT' },
|
|
105
|
+
{ label: 'HU - Hungary', value: 'HU' },
|
|
106
|
+
{ label: 'ID - Indonesia', value: 'ID' },
|
|
107
|
+
{ label: 'IE - Ireland', value: 'IE' },
|
|
108
|
+
{ label: 'IL - Israel', value: 'IL' },
|
|
109
|
+
{ label: 'IM - Isle of Man', value: 'IM' },
|
|
110
|
+
{ label: 'IN - India', value: 'IN' },
|
|
111
|
+
{ label: 'IO - British Indian Ocean Territory', value: 'IO' },
|
|
112
|
+
{ label: 'IQ - Iraq', value: 'IQ' },
|
|
113
|
+
{ label: 'IR - Iran (Islamic Republic of)', value: 'IR' },
|
|
114
|
+
{ label: 'IS - Iceland', value: 'IS' },
|
|
115
|
+
{ label: 'IT - Italy', value: 'IT' },
|
|
116
|
+
{ label: 'JE - Jersey', value: 'JE' },
|
|
117
|
+
{ label: 'JM - Jamaica', value: 'JM' },
|
|
118
|
+
{ label: 'JO - Jordan', value: 'JO' },
|
|
119
|
+
{ label: 'JP - Japan', value: 'JP' },
|
|
120
|
+
{ label: 'KE - Kenya', value: 'KE' },
|
|
121
|
+
{ label: 'KG - Kyrgyzstan', value: 'KG' },
|
|
122
|
+
{ label: 'KH - Cambodia', value: 'KH' },
|
|
123
|
+
{ label: 'KI - Kiribati', value: 'KI' },
|
|
124
|
+
{ label: 'KM - Comoros', value: 'KM' },
|
|
125
|
+
{ label: 'KN - Saint Kitts and Nevis', value: 'KN' },
|
|
126
|
+
{ label: "KP - Korea (Democratic People's Republic of)", value: 'KP' },
|
|
127
|
+
{ label: 'KR - Korea, Republic of', value: 'KR' },
|
|
128
|
+
{ label: 'KW - Kuwait', value: 'KW' },
|
|
129
|
+
{ label: 'KY - Cayman Islands', value: 'KY' },
|
|
130
|
+
{ label: 'KZ - Kazakhstan', value: 'KZ' },
|
|
131
|
+
{ label: "LA - Lao People's Democratic Republic", value: 'LA' },
|
|
132
|
+
{ label: 'LB - Lebanon', value: 'LB' },
|
|
133
|
+
{ label: 'LC - Saint Lucia', value: 'LC' },
|
|
134
|
+
{ label: 'LI - Liechtenstein', value: 'LI' },
|
|
135
|
+
{ label: 'LK - Sri Lanka', value: 'LK' },
|
|
136
|
+
{ label: 'LR - Liberia', value: 'LR' },
|
|
137
|
+
{ label: 'LS - Lesotho', value: 'LS' },
|
|
138
|
+
{ label: 'LT - Lithuania', value: 'LT' },
|
|
139
|
+
{ label: 'LU - Luxembourg', value: 'LU' },
|
|
140
|
+
{ label: 'LV - Latvia', value: 'LV' },
|
|
141
|
+
{ label: 'LY - Libya', value: 'LY' },
|
|
142
|
+
{ label: 'MA - Morocco', value: 'MA' },
|
|
143
|
+
{ label: 'MC - Monaco', value: 'MC' },
|
|
144
|
+
{ label: 'MD - Moldova (Republic of)', value: 'MD' },
|
|
145
|
+
{ label: 'ME - Montenegro', value: 'ME' },
|
|
146
|
+
{ label: 'MF - Saint Martin (French part)', value: 'MF' },
|
|
147
|
+
{ label: 'MG - Madagascar', value: 'MG' },
|
|
148
|
+
{ label: 'MH - Marshall Islands', value: 'MH' },
|
|
149
|
+
{ label: 'MK - North Macedonia', value: 'MK' },
|
|
150
|
+
{ label: 'ML - Mali', value: 'ML' },
|
|
151
|
+
{ label: 'MM - Myanmar', value: 'MM' },
|
|
152
|
+
{ label: 'MN - Mongolia', value: 'MN' },
|
|
153
|
+
{ label: 'MO - Macao', value: 'MO' },
|
|
154
|
+
{ label: 'MP - Northern Mariana Islands', value: 'MP' },
|
|
155
|
+
{ label: 'MQ - Martinique', value: 'MQ' },
|
|
156
|
+
{ label: 'MR - Mauritania', value: 'MR' },
|
|
157
|
+
{ label: 'MS - Montserrat', value: 'MS' },
|
|
158
|
+
{ label: 'MT - Malta', value: 'MT' },
|
|
159
|
+
{ label: 'MU - Mauritius', value: 'MU' },
|
|
160
|
+
{ label: 'MV - Maldives', value: 'MV' },
|
|
161
|
+
{ label: 'MW - Malawi', value: 'MW' },
|
|
162
|
+
{ label: 'MX - Mexico', value: 'MX' },
|
|
163
|
+
{ label: 'MY - Malaysia', value: 'MY' },
|
|
164
|
+
{ label: 'MZ - Mozambique', value: 'MZ' },
|
|
165
|
+
{ label: 'NA - Namibia', value: 'NA' },
|
|
166
|
+
{ label: 'NC - New Caledonia', value: 'NC' },
|
|
167
|
+
{ label: 'NE - Niger', value: 'NE' },
|
|
168
|
+
{ label: 'NF - Norfolk Island', value: 'NF' },
|
|
169
|
+
{ label: 'NG - Nigeria', value: 'NG' },
|
|
170
|
+
{ label: 'NI - Nicaragua', value: 'NI' },
|
|
171
|
+
{ label: 'NL - Netherlands', value: 'NL' },
|
|
172
|
+
{ label: 'NO - Norway', value: 'NO' },
|
|
173
|
+
{ label: 'NP - Nepal', value: 'NP' },
|
|
174
|
+
{ label: 'NR - Nauru', value: 'NR' },
|
|
175
|
+
{ label: 'NU - Niue', value: 'NU' },
|
|
176
|
+
{ label: 'NZ - New Zealand', value: 'NZ' },
|
|
177
|
+
{ label: 'OM - Oman', value: 'OM' },
|
|
178
|
+
{ label: 'PA - Panama', value: 'PA' },
|
|
179
|
+
{ label: 'PE - Peru', value: 'PE' },
|
|
180
|
+
{ label: 'PF - French Polynesia', value: 'PF' },
|
|
181
|
+
{ label: 'PG - Papua New Guinea', value: 'PG' },
|
|
182
|
+
{ label: 'PH - Philippines', value: 'PH' },
|
|
183
|
+
{ label: 'PK - Pakistan', value: 'PK' },
|
|
184
|
+
{ label: 'PL - Poland', value: 'PL' },
|
|
185
|
+
{ label: 'PM - Saint Pierre and Miquelon', value: 'PM' },
|
|
186
|
+
{ label: 'PN - Pitcairn', value: 'PN' },
|
|
187
|
+
{ label: 'PR - Puerto Rico', value: 'PR' },
|
|
188
|
+
{ label: 'PT - Portugal', value: 'PT' },
|
|
189
|
+
{ label: 'PW - Palau', value: 'PW' },
|
|
190
|
+
{ label: 'PY - Paraguay', value: 'PY' },
|
|
191
|
+
{ label: 'QA - Qatar', value: 'QA' },
|
|
192
|
+
{ label: 'RE - Réunion', value: 'RE' },
|
|
193
|
+
{ label: 'RO - Romania', value: 'RO' },
|
|
194
|
+
{ label: 'RS - Serbia', value: 'RS' },
|
|
195
|
+
{ label: 'RU - Russian Federation', value: 'RU' },
|
|
196
|
+
{ label: 'RW - Rwanda', value: 'RW' },
|
|
197
|
+
{ label: 'SA - Saudi Arabia', value: 'SA' },
|
|
198
|
+
{ label: 'SB - Solomon Islands', value: 'SB' },
|
|
199
|
+
{ label: 'SC - Seychelles', value: 'SC' },
|
|
200
|
+
{ label: 'SD - Sudan', value: 'SD' },
|
|
201
|
+
{ label: 'SE - Sweden', value: 'SE' },
|
|
202
|
+
{ label: 'SG - Singapore', value: 'SG' },
|
|
203
|
+
{ label: 'SH - Saint Helena', value: 'SH' },
|
|
204
|
+
{ label: 'SI - Slovenia', value: 'SI' },
|
|
205
|
+
{ label: 'SJ - Svalbard and Jan Mayen', value: 'SJ' },
|
|
206
|
+
{ label: 'SK - Slovakia', value: 'SK' },
|
|
207
|
+
{ label: 'SL - Sierra Leone', value: 'SL' },
|
|
208
|
+
{ label: 'SM - San Marino', value: 'SM' },
|
|
209
|
+
{ label: 'SN - Senegal', value: 'SN' },
|
|
210
|
+
{ label: 'SO - Somalia', value: 'SO' },
|
|
211
|
+
{ label: 'SR - Suriname', value: 'SR' },
|
|
212
|
+
{ label: 'SS - South Sudan', value: 'SS' },
|
|
213
|
+
{ label: 'ST - São Tomé and Príncipe', value: 'ST' },
|
|
214
|
+
{ label: 'SV - El Salvador', value: 'SV' },
|
|
215
|
+
{ label: 'SX - Sint Maarten (Dutch part)', value: 'SX' },
|
|
216
|
+
{ label: 'SY - Syrian Arab Republic', value: 'SY' },
|
|
217
|
+
{ label: 'SZ - Eswatini', value: 'SZ' },
|
|
218
|
+
{ label: 'TC - Turks and Caicos Islands', value: 'TC' },
|
|
219
|
+
{ label: 'TD - Chad', value: 'TD' },
|
|
220
|
+
{ label: 'TF - French Southern Territories', value: 'TF' },
|
|
221
|
+
{ label: 'TG - Togo', value: 'TG' },
|
|
222
|
+
{ label: 'TH - Thailand', value: 'TH' },
|
|
223
|
+
{ label: 'TJ - Tajikistan', value: 'TJ' },
|
|
224
|
+
{ label: 'TK - Tokelau', value: 'TK' },
|
|
225
|
+
{ label: 'TL - Timor-Leste', value: 'TL' },
|
|
226
|
+
{ label: 'TM - Turkmenistan', value: 'TM' },
|
|
227
|
+
{ label: 'TN - Tunisia', value: 'TN' },
|
|
228
|
+
{ label: 'TO - Tonga', value: 'TO' },
|
|
229
|
+
{ label: 'TR - Turkey', value: 'TR' },
|
|
230
|
+
{ label: 'TT - Trinidad and Tobago', value: 'TT' },
|
|
231
|
+
{ label: 'TV - Tuvalu', value: 'TV' },
|
|
232
|
+
{ label: 'TZ - Tanzania, United Republic of', value: 'TZ' },
|
|
233
|
+
{ label: 'UA - Ukraine', value: 'UA' },
|
|
234
|
+
{ label: 'UG - Uganda', value: 'UG' },
|
|
235
|
+
{ label: 'UM - United States Minor Outlying Islands', value: 'UM' },
|
|
236
|
+
{ label: 'UN - United Nations', value: 'UN' },
|
|
237
|
+
{ label: 'US - United States of America', value: 'US' },
|
|
238
|
+
{ label: 'UY - Uruguay', value: 'UY' },
|
|
239
|
+
{ label: 'UZ - Uzbekistan', value: 'UZ' },
|
|
240
|
+
{ label: 'VA - Holy See', value: 'VA' },
|
|
241
|
+
{ label: 'VC - Saint Vincent and the Grenadines', value: 'VC' },
|
|
242
|
+
{ label: 'VE - Venezuela (Bolivarian Republic of)', value: 'VE' },
|
|
243
|
+
{ label: 'VG - Virgin Islands (British)', value: 'VG' },
|
|
244
|
+
{ label: 'VI - Virgin Islands (U.S.)', value: 'VI' },
|
|
245
|
+
{ label: 'VN - Viet Nam', value: 'VN' },
|
|
246
|
+
{ label: 'VU - Vanuatu', value: 'VU' },
|
|
247
|
+
{ label: 'WF - Wallis and Futuna', value: 'WF' },
|
|
248
|
+
{ label: 'WS - Samoa', value: 'WS' },
|
|
249
|
+
{ label: 'YE - Yemen', value: 'YE' },
|
|
250
|
+
{ label: 'YT - Mayotte', value: 'YT' },
|
|
251
|
+
{ label: 'ZA - South Africa', value: 'ZA' },
|
|
252
|
+
{ label: 'ZM - Zambia', value: 'ZM' },
|
|
253
|
+
{ label: 'ZW - Zimbabwe', value: 'ZW' }
|
|
254
|
+
];
|
|
6
255
|
//# sourceMappingURL=config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/destinations/klaviyo/config.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,2BAA2B,CAAA;AACrC,QAAA,aAAa,GAAG,YAAY,CAAA"}
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/destinations/klaviyo/config.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import { RequestClient, DynamicFieldResponse } from '@segment/actions-core';
|
|
1
|
+
import { RequestClient, DynamicFieldResponse, MultiStatusResponse } from '@segment/actions-core';
|
|
2
2
|
import { Settings } from './generated-types';
|
|
3
|
-
import { ImportJobPayload, SubscribeProfile, SubscribeEventData, UnsubscribeProfile, UnsubscribeEventData, GroupedProfiles, AdditionalAttributes } from './types';
|
|
3
|
+
import { ImportJobPayload, SubscribeProfile, SubscribeEventData, UnsubscribeProfile, UnsubscribeEventData, GroupedProfiles, AdditionalAttributes, KlaviyoProfile } from './types';
|
|
4
4
|
import { Payload } from './upsertProfile/generated-types';
|
|
5
|
+
import { Payload as AddProfileToListPayload } from './addProfileToList/generated-types';
|
|
6
|
+
import { Payload as TrackEventPayload } from './trackEvent/generated-types';
|
|
5
7
|
export declare function getListIdDynamicData(request: RequestClient): Promise<DynamicFieldResponse>;
|
|
6
|
-
export declare function addProfileToList(request: RequestClient, id: string, list_id: string | undefined): Promise<import("@segment/actions-core
|
|
7
|
-
export declare function removeProfileFromList(request: RequestClient, ids: string[], list_id: string): Promise<import("@segment/actions-core
|
|
8
|
+
export declare function addProfileToList(request: RequestClient, id: string, list_id: string | undefined): Promise<import("@segment/actions-core").ModifiedResponse<unknown>>;
|
|
9
|
+
export declare function removeProfileFromList(request: RequestClient, ids: string[], list_id: string): Promise<import("@segment/actions-core").ModifiedResponse<unknown>>;
|
|
8
10
|
export declare function createProfile(request: RequestClient, email: string | undefined, external_id: string | undefined, phone_number: string | undefined, additionalAttributes: AdditionalAttributes): Promise<any>;
|
|
9
11
|
export declare function buildHeaders(authKey: string): {
|
|
10
12
|
Authorization: string;
|
|
@@ -15,9 +17,12 @@ export declare function buildHeaders(authKey: string): {
|
|
|
15
17
|
export declare const createImportJobPayload: (profiles: Payload[], listId?: string | undefined) => {
|
|
16
18
|
data: ImportJobPayload;
|
|
17
19
|
};
|
|
20
|
+
export declare const constructBulkProfileImportPayload: (profiles: KlaviyoProfile[], listId?: string | undefined) => {
|
|
21
|
+
data: ImportJobPayload;
|
|
22
|
+
};
|
|
18
23
|
export declare const sendImportJobRequest: (request: RequestClient, importJobPayload: {
|
|
19
24
|
data: ImportJobPayload;
|
|
20
|
-
}) => Promise<
|
|
25
|
+
}) => Promise<void>;
|
|
21
26
|
export declare function getProfiles(request: RequestClient, emails: string[] | undefined, external_ids: string[] | undefined, phoneNumbers: string[] | undefined): Promise<string[]>;
|
|
22
27
|
export declare function formatSubscribeProfile(email: string | undefined, phone_number: string | undefined, consented_at: string | number | undefined): SubscribeProfile;
|
|
23
28
|
export declare function formatSubscribeRequestBody(profiles: SubscribeProfile | SubscribeProfile[], list_id: string | undefined, custom_source: string | undefined): SubscribeEventData;
|
|
@@ -38,5 +43,8 @@ export declare function createList(request: RequestClient, settings: Settings, l
|
|
|
38
43
|
};
|
|
39
44
|
}>;
|
|
40
45
|
export declare function groupByListId(profiles: Payload[]): GroupedProfiles;
|
|
41
|
-
export declare function processProfilesByGroup(request: RequestClient, groupedProfiles: GroupedProfiles): Promise<
|
|
42
|
-
export declare function
|
|
46
|
+
export declare function processProfilesByGroup(request: RequestClient, groupedProfiles: GroupedProfiles): Promise<void[]>;
|
|
47
|
+
export declare function validateAndConvertPhoneNumber(phone?: string, countryCode?: string): string | undefined | null;
|
|
48
|
+
export declare function processPhoneNumber(initialPhoneNumber?: string, country_code?: string): string | undefined;
|
|
49
|
+
export declare function sendBatchedTrackEvent(request: RequestClient, payloads: TrackEventPayload[]): Promise<MultiStatusResponse>;
|
|
50
|
+
export declare function sendBatchedProfileImportJobRequest(request: RequestClient, payloads: AddProfileToListPayload[]): Promise<MultiStatusResponse>;
|