@incodetech/welcome 1.85.0-20251128153111.0 → 1.85.0-20251129142933.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.
@@ -218,7 +218,6 @@ export type Flow = {
218
218
  compareBackIdEnabled: boolean;
219
219
  compareBackOcrEnabled: boolean;
220
220
  customFieldsConfig: CustomFieldsConfig;
221
- isStadiumFlow: boolean;
222
221
  isKidsFlow: boolean;
223
222
  isAdultFlow: boolean;
224
223
  addContinueToDesktop: boolean;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "main": "./dist/onBoarding.umd.js",
4
4
  "module": "./dist/onBoarding.mjs",
5
5
  "types": "./dist/incode-welcome/src/index.d.ts",
6
- "version": "1.85.0-20251128153111.0",
6
+ "version": "1.85.0-20251129142933.0",
7
7
  "publishConfig": {},
8
8
  "exports": {
9
9
  ".": {
@@ -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[];