From 7ffc0ac1036463a55acf187f10384eab4509c706 Mon Sep 17 00:00:00 2001 From: Ampersand Ops Date: Mon, 3 Aug 2026 23:47:39 +0000 Subject: [PATCH] [auto] Update openapi to 95b0ae996ea1b6f12f8b5a3bcd7e7e30ce0bd13f --- generated-sources/api/src/models/CreateDestinationRequest.ts | 5 +++-- .../api/src/models/CreateDestinationRequestMetadata.ts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/generated-sources/api/src/models/CreateDestinationRequest.ts b/generated-sources/api/src/models/CreateDestinationRequest.ts index 5f24235c..4a71cce6 100644 --- a/generated-sources/api/src/models/CreateDestinationRequest.ts +++ b/generated-sources/api/src/models/CreateDestinationRequest.ts @@ -39,7 +39,7 @@ export interface CreateDestinationRequest { */ name: string; /** - * The type of the destination. + * The type of the destination. For `slack`, set `metadata.url` to a Slack incoming webhook URL. * @type {string} * @memberof CreateDestinationRequest */ @@ -65,7 +65,8 @@ export interface CreateDestinationRequest { export const CreateDestinationRequestTypeEnum = { Webhook: 'webhook', Kinesis: 'kinesis', - S3: 's3' + S3: 's3', + Slack: 'slack' } as const; export type CreateDestinationRequestTypeEnum = typeof CreateDestinationRequestTypeEnum[keyof typeof CreateDestinationRequestTypeEnum]; diff --git a/generated-sources/api/src/models/CreateDestinationRequestMetadata.ts b/generated-sources/api/src/models/CreateDestinationRequestMetadata.ts index 34b0717a..9d59ae5e 100644 --- a/generated-sources/api/src/models/CreateDestinationRequestMetadata.ts +++ b/generated-sources/api/src/models/CreateDestinationRequestMetadata.ts @@ -20,7 +20,7 @@ import { exists, mapValues } from '../runtime'; */ export interface CreateDestinationRequestMetadata { /** - * Webhook URL, must start with "https://". + * Webhook URL, must start with "https://". For `slack` destinations, this is the Slack incoming webhook URL. * @type {string} * @memberof CreateDestinationRequestMetadata */