@tripsam/onboarding 1.0.41 → 1.0.42
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/{index-dvnSB8IC.d.cts → index-DHzg7Ubb.d.cts} +2 -1
- package/dist/{index-dvnSB8IC.d.ts → index-DHzg7Ubb.d.ts} +2 -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/dist/safari/index.cjs +1 -1
- package/dist/safari/index.d.cts +1 -1
- package/dist/safari/index.d.ts +1 -1
- package/dist/safari/index.js +1 -1
- package/package.json +1 -1
|
@@ -14,8 +14,9 @@ declare const me$7: z.ZodObject<{
|
|
|
14
14
|
approved: "approved";
|
|
15
15
|
rejected: "rejected";
|
|
16
16
|
}>>>;
|
|
17
|
-
|
|
17
|
+
currentStep: z.ZodEnum<{
|
|
18
18
|
basic_info: "basic_info";
|
|
19
|
+
location: "location";
|
|
19
20
|
}>;
|
|
20
21
|
remarks: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
21
22
|
}, z.core.$strip>;
|
|
@@ -14,8 +14,9 @@ declare const me$7: z.ZodObject<{
|
|
|
14
14
|
approved: "approved";
|
|
15
15
|
rejected: "rejected";
|
|
16
16
|
}>>>;
|
|
17
|
-
|
|
17
|
+
currentStep: z.ZodEnum<{
|
|
18
18
|
basic_info: "basic_info";
|
|
19
|
+
location: "location";
|
|
19
20
|
}>;
|
|
20
21
|
remarks: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
21
22
|
}, z.core.$strip>;
|
package/dist/index.cjs
CHANGED
|
@@ -54,7 +54,7 @@ var me = import_zod.z.object({
|
|
|
54
54
|
isPhoneVerified: import_zod.z.boolean().optional().default(false),
|
|
55
55
|
type: import_zod.z.string().optional().default(""),
|
|
56
56
|
status: import_zod.z.enum(["pending", "in_review", "approved", "rejected"]).optional().default("pending"),
|
|
57
|
-
|
|
57
|
+
currentStep: import_zod.z.enum(["basic_info", "location"]),
|
|
58
58
|
remarks: import_zod.z.string().optional().default("")
|
|
59
59
|
});
|
|
60
60
|
var update = import_zod.z.object({
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var me = z.object({
|
|
|
33
33
|
isPhoneVerified: z.boolean().optional().default(false),
|
|
34
34
|
type: z.string().optional().default(""),
|
|
35
35
|
status: z.enum(["pending", "in_review", "approved", "rejected"]).optional().default("pending"),
|
|
36
|
-
|
|
36
|
+
currentStep: z.enum(["basic_info", "location"]),
|
|
37
37
|
remarks: z.string().optional().default("")
|
|
38
38
|
});
|
|
39
39
|
var update = z.object({
|
package/dist/safari/index.cjs
CHANGED
|
@@ -47,7 +47,7 @@ var me = import_zod.z.object({
|
|
|
47
47
|
isPhoneVerified: import_zod.z.boolean().optional().default(false),
|
|
48
48
|
type: import_zod.z.string().optional().default(""),
|
|
49
49
|
status: import_zod.z.enum(["pending", "in_review", "approved", "rejected"]).optional().default("pending"),
|
|
50
|
-
|
|
50
|
+
currentStep: import_zod.z.enum(["basic_info", "location"]),
|
|
51
51
|
remarks: import_zod.z.string().optional().default("")
|
|
52
52
|
});
|
|
53
53
|
var update = import_zod.z.object({
|
package/dist/safari/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { b as BasicDetails, a as BusinessDetails, d as DriverDetails, l as Location, o as OperationalDays, p as PersonalDetails, s as Slot, v as VehicleDetails } from '../index-
|
|
1
|
+
export { b as BasicDetails, a as BusinessDetails, d as DriverDetails, l as Location, o as OperationalDays, p as PersonalDetails, s as Slot, v as VehicleDetails } from '../index-DHzg7Ubb.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { b as BasicDetails, a as BusinessDetails, d as DriverDetails, l as Location, o as OperationalDays, p as PersonalDetails, s as Slot, v as VehicleDetails } from '../index-
|
|
1
|
+
export { b as BasicDetails, a as BusinessDetails, d as DriverDetails, l as Location, o as OperationalDays, p as PersonalDetails, s as Slot, v as VehicleDetails } from '../index-DHzg7Ubb.js';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.js
CHANGED
|
@@ -20,7 +20,7 @@ var me = z.object({
|
|
|
20
20
|
isPhoneVerified: z.boolean().optional().default(false),
|
|
21
21
|
type: z.string().optional().default(""),
|
|
22
22
|
status: z.enum(["pending", "in_review", "approved", "rejected"]).optional().default("pending"),
|
|
23
|
-
|
|
23
|
+
currentStep: z.enum(["basic_info", "location"]),
|
|
24
24
|
remarks: z.string().optional().default("")
|
|
25
25
|
});
|
|
26
26
|
var update = z.object({
|