digicust_types 1.8.121 → 1.8.122

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,6 +12,7 @@ export interface ReadLockModel {
12
12
  locked?: boolean;
13
13
  key?: string;
14
14
  leaseStart?: Date;
15
+ leaseDuration?: Date;
15
16
  created?: Date;
16
17
  modified?: Date;
17
18
  callerReference?: CallerReference;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.121",
3
+ "version": "1.8.122",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",