@tripsam/onboarding 1.0.65 → 1.0.66
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/common/index.cjs +1 -1
- package/dist/common/index.d.cts +1 -1
- package/dist/common/index.d.ts +1 -1
- package/dist/common/index.js +1 -1
- package/dist/{index-DNcx8rxs.d.cts → index-DcIrQjVv.d.cts} +1 -1
- package/dist/{index-DNcx8rxs.d.ts → index-DcIrQjVv.d.ts} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/common/index.cjs
CHANGED
|
@@ -65,7 +65,7 @@ var onboard = import_zod2.z.object({
|
|
|
65
65
|
id: import_zod2.z.string(),
|
|
66
66
|
status: import_zod2.z.enum(["pending", "in_review", "approved", "rejected", "completed"]),
|
|
67
67
|
remark: import_zod2.z.string().optional().default(""),
|
|
68
|
-
currentStep: import_zod2.z.
|
|
68
|
+
currentStep: import_zod2.z.string().default("1.0")
|
|
69
69
|
});
|
|
70
70
|
|
|
71
71
|
// src/common/location.ts
|
package/dist/common/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-
|
|
1
|
+
export { l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-DcIrQjVv.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/common/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-
|
|
1
|
+
export { l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-DcIrQjVv.js';
|
|
2
2
|
import 'zod';
|
package/dist/common/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var onboard = z2.object({
|
|
|
33
33
|
id: z2.string(),
|
|
34
34
|
status: z2.enum(["pending", "in_review", "approved", "rejected", "completed"]),
|
|
35
35
|
remark: z2.string().optional().default(""),
|
|
36
|
-
currentStep: z2.
|
|
36
|
+
currentStep: z2.string().default("1.0")
|
|
37
37
|
});
|
|
38
38
|
|
|
39
39
|
// src/common/location.ts
|
|
@@ -34,7 +34,7 @@ declare const onboard: z.ZodObject<{
|
|
|
34
34
|
completed: "completed";
|
|
35
35
|
}>;
|
|
36
36
|
remark: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
37
|
-
currentStep: z.ZodDefault<z.
|
|
37
|
+
currentStep: z.ZodDefault<z.ZodString>;
|
|
38
38
|
}, z.core.$strip>;
|
|
39
39
|
type SafeOnboard = z.output<typeof onboard>;
|
|
40
40
|
|
|
@@ -34,7 +34,7 @@ declare const onboard: z.ZodObject<{
|
|
|
34
34
|
completed: "completed";
|
|
35
35
|
}>;
|
|
36
36
|
remark: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
37
|
-
currentStep: z.ZodDefault<z.
|
|
37
|
+
currentStep: z.ZodDefault<z.ZodString>;
|
|
38
38
|
}, z.core.$strip>;
|
|
39
39
|
type SafeOnboard = z.output<typeof onboard>;
|
|
40
40
|
|
package/dist/index.cjs
CHANGED
|
@@ -453,7 +453,7 @@ var onboard = import_zod13.z.object({
|
|
|
453
453
|
id: import_zod13.z.string(),
|
|
454
454
|
status: import_zod13.z.enum(["pending", "in_review", "approved", "rejected", "completed"]),
|
|
455
455
|
remark: import_zod13.z.string().optional().default(""),
|
|
456
|
-
currentStep: import_zod13.z.
|
|
456
|
+
currentStep: import_zod13.z.string().default("1.0")
|
|
457
457
|
});
|
|
458
458
|
// Annotate the CommonJS export names for ESM import in node:
|
|
459
459
|
0 && (module.exports = {
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -422,7 +422,7 @@ var onboard = z13.object({
|
|
|
422
422
|
id: z13.string(),
|
|
423
423
|
status: z13.enum(["pending", "in_review", "approved", "rejected", "completed"]),
|
|
424
424
|
remark: z13.string().optional().default(""),
|
|
425
|
-
currentStep: z13.
|
|
425
|
+
currentStep: z13.string().default("1.0")
|
|
426
426
|
});
|
|
427
427
|
export {
|
|
428
428
|
common_exports as CommonOnboarding,
|