From f27e01fe627e2203b001b8a06ddd6839db94419d Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 28 Aug 2024 13:29:13 -0500 Subject: [PATCH] Update generated-types.ts --- .../loops/createOrUpdateContact/generated-types.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/destination-actions/src/destinations/loops/createOrUpdateContact/generated-types.ts b/packages/destination-actions/src/destinations/loops/createOrUpdateContact/generated-types.ts index fe59658b0a..54c7aa4282 100644 --- a/packages/destination-actions/src/destinations/loops/createOrUpdateContact/generated-types.ts +++ b/packages/destination-actions/src/destinations/loops/createOrUpdateContact/generated-types.ts @@ -24,17 +24,17 @@ export interface Payload { */ lastName?: string /** - * An an array of objects containing key-value pairs of mailing list IDs and true/false determining if the contact should be added to or removed from each list. + * An array of objects containing key-value pairs of mailing list IDs as `listId` and a true/false `subscribed` value determining if the contact should be added to or removed from each list. */ mailingLists?: { /** * The ID of the mailing list. */ - list_id: string + listId: string /** * true indicates that the user is to be added to the list, false will remove the user from the list. */ - value: boolean + subscribed: boolean }[] /** * The contact's source.