Skip to content

Commit

Permalink
client: bugfix - resolved issue with applicationConfigurations in man…
Browse files Browse the repository at this point in the history
…agement-service.ts
  • Loading branch information
MDybek committed Nov 17, 2024
1 parent 8244a33 commit 8a45189
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions client/src/api/managment-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,25 +168,15 @@ export interface ReportPost {
discordReceiverIds: number[];
emailReceiverIds: number[];
applicationConfigurations: {
applicationName: string;
customPrompt: string;
accuracy: AccuracyLevel;
sinceMs: number;
toMs: number;
slackReceiverIds: number[];
discordReceiverIds: number[];
emailReceiverIds: number[];
applicationConfigurations: {
applicationName: string;
customPrompt: string;
accuracy: AccuracyLevel;
}[];
nodeConfigurations: {
nodeConfigurations: {
nodeName: string;
customPrompt: string;
accuracy: AccuracyLevel;
}[];
};
}

export interface ClusterUpdateData {
Expand Down

0 comments on commit 8a45189

Please sign in to comment.