@nuffieldtechnologies/rugged-schema-types 2.1.39 → 2.1.40

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.
@@ -8,7 +8,8 @@ exports._TimeStamps = `
8
8
  discarded: String,
9
9
  submitted: String,
10
10
  processed: String,
11
- upgraded: String
11
+ upgraded: String,
12
+ reviewed: String
12
13
  }
13
14
  `;
14
15
  exports._TimeStampsInput = `
@@ -18,7 +19,8 @@ exports._TimeStampsInput = `
18
19
  discarded: String,
19
20
  submitted: String,
20
21
  processed: String,
21
- upgraded: String
22
+ upgraded: String,
23
+ reviewed: String
22
24
  }
23
25
  `;
24
26
  //# sourceMappingURL=timestamps.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"timestamps.js","sourceRoot":"","sources":["../../schemas/timestamps.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;;;;;;;;;CAS1B,CAAC;AACW,QAAA,gBAAgB,GAAG;;;;;;;;;CAS/B,CAAC"}
1
+ {"version":3,"file":"timestamps.js","sourceRoot":"","sources":["../../schemas/timestamps.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;;;;;;;;;;CAU1B,CAAC;AACW,QAAA,gBAAgB,GAAG;;;;;;;;;;CAU/B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuffieldtechnologies/rugged-schema-types",
3
- "version": "2.1.39",
3
+ "version": "2.1.40",
4
4
  "description": "Graphql schema for rugged data",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [
@@ -5,7 +5,8 @@ export const _TimeStamps = `
5
5
  discarded: String,
6
6
  submitted: String,
7
7
  processed: String,
8
- upgraded: String
8
+ upgraded: String,
9
+ reviewed: String
9
10
  }
10
11
  `;
11
12
  export const _TimeStampsInput = `
@@ -15,6 +16,7 @@ export const _TimeStampsInput = `
15
16
  discarded: String,
16
17
  submitted: String,
17
18
  processed: String,
18
- upgraded: String
19
+ upgraded: String,
20
+ reviewed: String
19
21
  }
20
- `;
22
+ `;