@milobedini/shared-types 1.0.86 → 1.0.87

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -482,7 +482,7 @@ export type ReviewResponse = {
482
482
  };
483
483
  export type UpdateAssignmentInput = {
484
484
  status?: AssignmentStatus;
485
- dueAt?: string;
485
+ dueAt?: string | null;
486
486
  notes?: string;
487
487
  recurrence?: AssignmentRecurrence;
488
488
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milobedini/shared-types",
3
3
  "type": "commonjs",
4
- "version": "1.0.86",
4
+ "version": "1.0.87",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "sideEffects": false,