@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 +1 -1
- package/src/home.api.d.ts +5 -0
package/package.json
CHANGED
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 {
|