Skip to content

Commit

Permalink
Add CopilotPrompt (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: michael.dill <[email protected]>
  • Loading branch information
MichaelDill and michael.dill authored Sep 3, 2024
1 parent ac877f0 commit 4dc9ba2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4dc9ba2

Please sign in to comment.