RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.121 → 1.8.122
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.
Files changed (2)
hide
show
package/lib/models/digicust/read-lock.model.d.ts
+1
-0
package/package.json
+1
-1
package/lib/models/digicust/read-lock.model.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",