From a54e845d90798987508f7135294c662fc1f0ca6e Mon Sep 17 00:00:00 2001 From: Nick Aguilar Date: Wed, 24 Jul 2024 14:05:05 -0700 Subject: [PATCH] Generates types --- .../facebook-custom-audiences/sync/generated-types.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/destination-actions/src/destinations/facebook-custom-audiences/sync/generated-types.ts b/packages/destination-actions/src/destinations/facebook-custom-audiences/sync/generated-types.ts index 9fc9332507..a7ae318d00 100644 --- a/packages/destination-actions/src/destinations/facebook-custom-audiences/sync/generated-types.ts +++ b/packages/destination-actions/src/destinations/facebook-custom-audiences/sync/generated-types.ts @@ -6,6 +6,10 @@ export interface Payload {} export interface HookBundle { retlOnMappingSave: { inputs?: { + /** + * Choose to either create a new custom audience or use an existing one. If you opt to create a new audience, we will display the required fields for audience creation. If you opt to use an existing audience, a drop-down menu will appear, allowing you to select from all the custom audiences in your ad account. + */ + operation?: string /** * The name of the audience in Facebook. */