shred-api-client 1.9.0 → 1.9.2

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.
@@ -91,7 +91,7 @@ type DenyFeedback = {
91
91
  resolved: boolean;
92
92
  };
93
93
  type Project = {
94
- id: string | null;
94
+ id: string;
95
95
  title: string;
96
96
  instructions: string;
97
97
  submitMonth: string;
@@ -101,7 +101,7 @@ type Project = {
101
101
  canRevision: boolean;
102
102
  thumbnailUrl?: string;
103
103
  revision?: string;
104
- modified?: number;
104
+ modified: number;
105
105
  captionSuggestion?: string;
106
106
  editorId: string;
107
107
  userId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shred-api-client",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "API Client for Shred",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",