Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit e72923e

Browse files
committed
api: Add missed files.
1 parent 33baa19 commit e72923e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@covid-modeling/api",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"main": "dist/src/index",
55
"types": "dist/src/index.d.ts",
66
"scripts": {

packages/api/schema/runner.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@
126126
"enum": [
127127
"mrc-ide-covid-sim",
128128
"basel",
129-
"mc19"
129+
"mc19",
130+
"idm-covasim"
130131
],
131132
"type": "string"
132133
},

packages/api/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export enum ModelSlug {
2929
MRCIDECovidSim = 'mrc-ide-covid-sim',
3030
Basel = 'basel',
3131
MC19 = 'mc19',
32+
IDMCovasim = 'idm-covasim',
3233
}
3334

3435
export interface Model {

0 commit comments

Comments
 (0)