Skip to content

Commit

Permalink
Add new app statuses (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
langma committed Sep 20, 2022
1 parent fc11f78 commit a06fed9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/speechly/config/v1/config_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ message App {
STATUS_TRAINED = 3;
// Indicates that the application has failed the training.
STATUS_FAILED = 4;
// The application has not been used in a while and has been marked as inactive.
STATUS_INACTIVE = 5;
// The aplication is deleted.
STATUS_DELETED = 6;
}
// The ID of the application.
// This field is ignored when creating an application.
Expand Down

0 comments on commit a06fed9

Please sign in to comment.