@dvsa/cvs-type-definitions 7.0.0 → 7.1.0

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.
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "enum": [
20
20
  "visit",
21
- "time",
21
+ "wait",
22
22
  "unaccountable time"
23
23
  ]
24
24
  },
@@ -8,7 +8,7 @@
8
8
  ],
9
9
  "enum": [
10
10
  "visit",
11
- "time",
11
+ "wait",
12
12
  "unaccountable time"
13
13
  ]
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dvsa/cvs-type-definitions",
3
- "version": "7.0.0",
3
+ "version": "7.1.0",
4
4
  "description": "type definitions for cvs vta and vtm applications",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -25,7 +25,7 @@ export interface ActivitySchema {
25
25
 
26
26
  export enum ActivityType {
27
27
  VISIT = "visit",
28
- WAIT = "time",
28
+ WAIT = "wait",
29
29
  UNACCOUNTABLE_TIME = "unaccountable time"
30
30
  }
31
31
  export enum TestStationTypes {
@@ -5,6 +5,6 @@
5
5
  */
6
6
  export declare enum ActivityType {
7
7
  VISIT = "visit",
8
- WAIT = "time",
8
+ WAIT = "wait",
9
9
  UNACCOUNTABLE_TIME = "unaccountable time"
10
10
  }
@@ -10,6 +10,6 @@ exports.ActivityType = void 0;
10
10
  var ActivityType;
11
11
  (function (ActivityType) {
12
12
  ActivityType["VISIT"] = "visit";
13
- ActivityType["WAIT"] = "time";
13
+ ActivityType["WAIT"] = "wait";
14
14
  ActivityType["UNACCOUNTABLE_TIME"] = "unaccountable time";
15
15
  })(ActivityType = exports.ActivityType || (exports.ActivityType = {}));
@@ -7,6 +7,6 @@
7
7
 
8
8
  export enum ActivityType {
9
9
  VISIT = "visit",
10
- WAIT = "time",
10
+ WAIT = "wait",
11
11
  UNACCOUNTABLE_TIME = "unaccountable time"
12
12
  }