diff --git a/src/index.ts b/src/index.ts index 9951ffb..7403f7c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4645,24 +4645,6 @@ export interface ClientCorporationTaxExemptionStatusLookup { isDeleted?: boolean; label?: Strings; } - -export interface CopilotPrompt { - id?: number; - privateLabelID?: number; - label?: Strings; - copilotRoleID?: number; - copilotTaskID?: number; - copilotToneID?: number; - copilotLengthID?: number; - copilotLanguageID?: number; - isSecondaryEntityRequired?: boolean; - customAction?: Strings; - isEnabled?: boolean; - copilotPromptLocationID?: number; - copilotPrimaryEntityTypeID?: number; - copilotSecondaryEntityTypeID?: number; -} - export interface CorpFile { id?: number; contentSubType?: Strings;