diff --git a/src/index.ts b/src/index.ts index 7403f7c..9951ffb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4645,6 +4645,24 @@ 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;