-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: no-trigger flash-floods/epidemics AB#26938
- Loading branch information
1 parent
3032eb8
commit 480694b
Showing
5 changed files
with
30 additions
and
12 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
services/API-service/src/scripts/enum/mock-scenario.enum.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export enum FloodsScenario { | ||
Default = 'default', | ||
WarningsOnly = 'warnings-only', | ||
WarningToTrigger = 'warning-to-trigger', | ||
NoTrigger = 'no-trigger', | ||
} | ||
|
||
export enum FlashFloodsScenario { | ||
Default = 'default', | ||
NoTrigger = 'no-trigger', | ||
} | ||
|
||
export enum EpidemicsScenario { | ||
Default = 'default', | ||
NoTrigger = 'no-trigger', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters