Skip to content

Commit

Permalink
feat(typings): Add CopilotPrompt
Browse files Browse the repository at this point in the history
  • Loading branch information
michael.dill committed Sep 3, 2024
1 parent 5ed2eb3 commit 59afcd1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4646,6 +4646,23 @@ export interface ClientCorporationTaxExemptionStatusLookup {
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 59afcd1

Please sign in to comment.