Skip to content

Commit

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

0 comments on commit 53d6ea0

Please sign in to comment.