@la-main-verte/shared-types 1.0.89 → 1.0.90

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.89",
3
+ "version": "1.0.90",
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
@@ -209,6 +209,11 @@ export namespace HOME {
209
209
  isCompleted: boolean
210
210
  /** Deep link / route opened when the step is tapped (every step has a CTA). */
211
211
  ctaLink: string
212
+ /**
213
+ * When present, tapping this step activates the named onboarding flow on
214
+ * the destination screen. Null means no tutorial is attached to this step.
215
+ */
216
+ onboardingFlowId?: string | null
212
217
  }
213
218
 
214
219
  export interface MissionCardSectionI {