@la-main-verte/shared-types 1.0.71 → 1.0.72

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@la-main-verte/shared-types",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "Shared TypeScript interfaces for frontend of la-main-verte app",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -92,8 +92,8 @@ export namespace USERS {
92
92
  headers: RequestHeaders
93
93
  body: {
94
94
  city?: string
95
- lastFreezingDate?: string
96
- firstFreezingDate?: string
95
+ lastFreezingDate?: string | Date
96
+ firstFreezingDate?: string | Date
97
97
  moveDatesRequested?: boolean
98
98
  lastFertilizerIdChosen?: number
99
99
  lastOrganicMatterPercentage?: number