@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.
@@ -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.number().default(1)
68
+ currentStep: import_zod2.z.string().default("1.0")
69
69
  });
70
70
 
71
71
  // src/common/location.ts
@@ -1,2 +1,2 @@
1
- export { l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-DNcx8rxs.cjs';
1
+ export { l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-DcIrQjVv.cjs';
2
2
  import 'zod';
@@ -1,2 +1,2 @@
1
- export { l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-DNcx8rxs.js';
1
+ export { l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-DcIrQjVv.js';
2
2
  import 'zod';
@@ -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.number().default(1)
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.ZodNumber>;
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.ZodNumber>;
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.number().default(1)
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
@@ -1,3 +1,3 @@
1
1
  export { i as SafariOnboarding } from './index-BTyULru0.cjs';
2
- export { i as CommonOnboarding } from './index-DNcx8rxs.cjs';
2
+ export { i as CommonOnboarding } from './index-DcIrQjVv.cjs';
3
3
  import 'zod';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { i as SafariOnboarding } from './index-BTyULru0.js';
2
- export { i as CommonOnboarding } from './index-DNcx8rxs.js';
2
+ export { i as CommonOnboarding } from './index-DcIrQjVv.js';
3
3
  import 'zod';
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.number().default(1)
425
+ currentStep: z13.string().default("1.0")
426
426
  });
427
427
  export {
428
428
  common_exports as CommonOnboarding,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripsam/onboarding",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",