shred-api-client 1.9.6 → 1.9.7

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.
@@ -109,7 +109,7 @@ type Project = {
109
109
  denyFeedback?: DenyFeedback[];
110
110
  approvedBy?: string;
111
111
  approveTimestamp?: number;
112
- expirationTimestamp?: number;
112
+ expirationTimestamp: number;
113
113
  sentToApproveTimestamp?: number;
114
114
  submitTimestamp: number;
115
115
  editTimestamp?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shred-api-client",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "API Client for Shred",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",