@onereach/types-hitl-api 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,9 +7,11 @@ export interface IMigrationResult {
7
7
  }
8
8
  export interface IGetMigrationsQuery {
9
9
  readonly accountId?: string;
10
+ readonly appVersion?: string;
10
11
  }
11
12
  export interface IRunMigrationsQuery extends IGetMigrationsQuery {
12
13
  readonly name?: string;
14
+ readonly method?: 'up' | 'down';
13
15
  }
14
16
  export interface IGetMigrationsResponse {
15
17
  readonly executed: IMigration[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/types-hitl-api",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "author": "OneReach.ai",
5
5
  "main": "dist/types/index.types.d.ts",
6
6
  "files": [