@la-main-verte/shared-types 1.0.63 → 1.0.64

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.63",
3
+ "version": "1.0.64",
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",
package/src/home.api.d.ts CHANGED
@@ -166,6 +166,7 @@ export namespace HOME {
166
166
  plantImageURL?: string | null
167
167
  gardenName: string
168
168
  gardenCategory: string
169
+ selectionSlug: string
169
170
  /** If this task is grouped by family */
170
171
  familyGroup?: TaskFamilyGroupI
171
172
  }
@@ -178,6 +179,7 @@ export namespace HOME {
178
179
  plantImageURL?: string | null
179
180
  gardenName: string
180
181
  gardenCategory: string
182
+ selectionSlug: string
181
183
  task: TaskI
182
184
  /** If this task is grouped by family */
183
185
  familyGroup?: TaskFamilyGroupI