@incodetech/welcome 1.85.0-20251128153111.0 → 1.85.0-20251128185644.0
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/dist/incode-welcome/src/create.d.ts +1 -1
- package/dist/incode-welcome/src/flow/services/flowService.d.ts +0 -2
- package/dist/incode-welcome/src/hooks/useModuleEvents.d.ts +1 -1
- package/dist/onBoarding.mjs +4 -7
- package/dist/onBoarding.umd.js +5 -5
- package/dist/types/src/index.d.ts +0 -1
- package/package.json +1 -1
- package/dist/incode-welcome/src/redirect/stadium.d.ts +0 -7
package/package.json
CHANGED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare const kidsFlow = "62330f58e9180d0014c35d7a";
|
|
2
|
-
export declare const adultFlow = "62295fb885345e0013004ab1";
|
|
3
|
-
export declare const kidsAssistedFlow = "623b3e697bcd680016eeec43";
|
|
4
|
-
export declare const adultAssistedFlow = "623b3ce48f1ef60014948c76";
|
|
5
|
-
export declare const kidsKioskFlow = "6245c69071b737001a066db3";
|
|
6
|
-
export declare const adultKioskFlow = "6245c42971b737001a06686b";
|
|
7
|
-
export declare const stadiumFlows: string[];
|