@tripsam/onboarding 1.0.39 → 1.0.41
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-CHp88MiL.d.cts → index-dvnSB8IC.d.cts} +2 -10
- package/dist/{index-CHp88MiL.d.ts → index-dvnSB8IC.d.ts} +2 -10
- 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,17 +14,9 @@ declare const me$7: z.ZodObject<{
|
|
|
14
14
|
approved: "approved";
|
|
15
15
|
rejected: "rejected";
|
|
16
16
|
}>>>;
|
|
17
|
-
lastCompletedStep: z.
|
|
17
|
+
lastCompletedStep: z.ZodEnum<{
|
|
18
18
|
basic_info: "basic_info";
|
|
19
|
-
|
|
20
|
-
locations: "locations";
|
|
21
|
-
slots: "slots";
|
|
22
|
-
vehicle_details: "vehicle_details";
|
|
23
|
-
driver_details: "driver_details";
|
|
24
|
-
business_details: "business_details";
|
|
25
|
-
personal_details: "personal_details";
|
|
26
|
-
submitted: "submitted";
|
|
27
|
-
}>>>;
|
|
19
|
+
}>;
|
|
28
20
|
remarks: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
29
21
|
}, z.core.$strip>;
|
|
30
22
|
declare const update$1: z.ZodObject<{
|
|
@@ -14,17 +14,9 @@ declare const me$7: z.ZodObject<{
|
|
|
14
14
|
approved: "approved";
|
|
15
15
|
rejected: "rejected";
|
|
16
16
|
}>>>;
|
|
17
|
-
lastCompletedStep: z.
|
|
17
|
+
lastCompletedStep: z.ZodEnum<{
|
|
18
18
|
basic_info: "basic_info";
|
|
19
|
-
|
|
20
|
-
locations: "locations";
|
|
21
|
-
slots: "slots";
|
|
22
|
-
vehicle_details: "vehicle_details";
|
|
23
|
-
driver_details: "driver_details";
|
|
24
|
-
business_details: "business_details";
|
|
25
|
-
personal_details: "personal_details";
|
|
26
|
-
submitted: "submitted";
|
|
27
|
-
}>>>;
|
|
19
|
+
}>;
|
|
28
20
|
remarks: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
29
21
|
}, z.core.$strip>;
|
|
30
22
|
declare const update$1: z.ZodObject<{
|
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
|
-
lastCompletedStep: import_zod.z.enum(["basic_info"
|
|
57
|
+
lastCompletedStep: import_zod.z.enum(["basic_info"]),
|
|
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
|
-
lastCompletedStep: z.enum(["basic_info"
|
|
36
|
+
lastCompletedStep: z.enum(["basic_info"]),
|
|
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
|
-
lastCompletedStep: import_zod.z.enum(["basic_info"
|
|
50
|
+
lastCompletedStep: import_zod.z.enum(["basic_info"]),
|
|
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-dvnSB8IC.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-dvnSB8IC.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
|
-
lastCompletedStep: z.enum(["basic_info"
|
|
23
|
+
lastCompletedStep: z.enum(["basic_info"]),
|
|
24
24
|
remarks: z.string().optional().default("")
|
|
25
25
|
});
|
|
26
26
|
var update = z.object({
|