@tripsam/onboarding 1.0.38 → 1.0.40
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-CYW48RP1.d.cts → index-CcEQT1p5.d.cts} +5 -16
- package/dist/{index-CYW48RP1.d.ts → index-CcEQT1p5.d.ts} +5 -16
- package/dist/index.cjs +1 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -3
- package/dist/safari/index.cjs +1 -3
- package/dist/safari/index.d.cts +1 -1
- package/dist/safari/index.d.ts +1 -1
- package/dist/safari/index.js +1 -3
- package/package.json +1 -1
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
|
-
declare const stepEnum: z.ZodEnum<{
|
|
4
|
-
basic_info: "basic_info";
|
|
5
|
-
operational_days: "operational_days";
|
|
6
|
-
locations: "locations";
|
|
7
|
-
slots: "slots";
|
|
8
|
-
vehicle_details: "vehicle_details";
|
|
9
|
-
driver_details: "driver_details";
|
|
10
|
-
business_details: "business_details";
|
|
11
|
-
personal_details: "personal_details";
|
|
12
|
-
submitted: "submitted";
|
|
13
|
-
}>;
|
|
14
3
|
declare const me$7: z.ZodObject<{
|
|
15
4
|
id: z.ZodString;
|
|
16
5
|
email: z.ZodString;
|
|
@@ -30,11 +19,12 @@ declare const me$7: z.ZodObject<{
|
|
|
30
19
|
operational_days: "operational_days";
|
|
31
20
|
locations: "locations";
|
|
32
21
|
slots: "slots";
|
|
33
|
-
|
|
22
|
+
vehicles: "vehicles";
|
|
23
|
+
feature_photos: "feature_photos";
|
|
24
|
+
rate_matrix: "rate_matrix";
|
|
34
25
|
driver_details: "driver_details";
|
|
35
26
|
business_details: "business_details";
|
|
36
|
-
|
|
37
|
-
submitted: "submitted";
|
|
27
|
+
vendor_details: "vendor_details";
|
|
38
28
|
}>>>;
|
|
39
29
|
remarks: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
40
30
|
}, z.core.$strip>;
|
|
@@ -47,9 +37,8 @@ declare const update$1: z.ZodObject<{
|
|
|
47
37
|
type SafeMe$7 = z.infer<typeof me$7>;
|
|
48
38
|
type SafeUpdate$1 = z.output<typeof update$1>;
|
|
49
39
|
|
|
50
|
-
declare const basicDetails_stepEnum: typeof stepEnum;
|
|
51
40
|
declare namespace basicDetails {
|
|
52
|
-
export { type SafeMe$7 as SafeMe, type SafeUpdate$1 as SafeUpdate, me$7 as me,
|
|
41
|
+
export { type SafeMe$7 as SafeMe, type SafeUpdate$1 as SafeUpdate, me$7 as me, update$1 as update };
|
|
53
42
|
}
|
|
54
43
|
|
|
55
44
|
declare const suggest: z.ZodObject<{
|
|
@@ -1,16 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
|
-
declare const stepEnum: z.ZodEnum<{
|
|
4
|
-
basic_info: "basic_info";
|
|
5
|
-
operational_days: "operational_days";
|
|
6
|
-
locations: "locations";
|
|
7
|
-
slots: "slots";
|
|
8
|
-
vehicle_details: "vehicle_details";
|
|
9
|
-
driver_details: "driver_details";
|
|
10
|
-
business_details: "business_details";
|
|
11
|
-
personal_details: "personal_details";
|
|
12
|
-
submitted: "submitted";
|
|
13
|
-
}>;
|
|
14
3
|
declare const me$7: z.ZodObject<{
|
|
15
4
|
id: z.ZodString;
|
|
16
5
|
email: z.ZodString;
|
|
@@ -30,11 +19,12 @@ declare const me$7: z.ZodObject<{
|
|
|
30
19
|
operational_days: "operational_days";
|
|
31
20
|
locations: "locations";
|
|
32
21
|
slots: "slots";
|
|
33
|
-
|
|
22
|
+
vehicles: "vehicles";
|
|
23
|
+
feature_photos: "feature_photos";
|
|
24
|
+
rate_matrix: "rate_matrix";
|
|
34
25
|
driver_details: "driver_details";
|
|
35
26
|
business_details: "business_details";
|
|
36
|
-
|
|
37
|
-
submitted: "submitted";
|
|
27
|
+
vendor_details: "vendor_details";
|
|
38
28
|
}>>>;
|
|
39
29
|
remarks: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
40
30
|
}, z.core.$strip>;
|
|
@@ -47,9 +37,8 @@ declare const update$1: z.ZodObject<{
|
|
|
47
37
|
type SafeMe$7 = z.infer<typeof me$7>;
|
|
48
38
|
type SafeUpdate$1 = z.output<typeof update$1>;
|
|
49
39
|
|
|
50
|
-
declare const basicDetails_stepEnum: typeof stepEnum;
|
|
51
40
|
declare namespace basicDetails {
|
|
52
|
-
export { type SafeMe$7 as SafeMe, type SafeUpdate$1 as SafeUpdate, me$7 as me,
|
|
41
|
+
export { type SafeMe$7 as SafeMe, type SafeUpdate$1 as SafeUpdate, me$7 as me, update$1 as update };
|
|
53
42
|
}
|
|
54
43
|
|
|
55
44
|
declare const suggest: z.ZodObject<{
|
package/dist/index.cjs
CHANGED
|
@@ -42,11 +42,9 @@ __export(safari_exports, {
|
|
|
42
42
|
var basic_details_exports = {};
|
|
43
43
|
__export(basic_details_exports, {
|
|
44
44
|
me: () => me,
|
|
45
|
-
stepEnum: () => stepEnum,
|
|
46
45
|
update: () => update
|
|
47
46
|
});
|
|
48
47
|
var import_zod = require("zod");
|
|
49
|
-
var stepEnum = import_zod.z.enum(["basic_info", "operational_days", "locations", "slots", "vehicle_details", "driver_details", "business_details", "personal_details", "submitted"]);
|
|
50
48
|
var me = import_zod.z.object({
|
|
51
49
|
id: import_zod.z.string(),
|
|
52
50
|
email: import_zod.z.string(),
|
|
@@ -56,7 +54,7 @@ var me = import_zod.z.object({
|
|
|
56
54
|
isPhoneVerified: import_zod.z.boolean().optional().default(false),
|
|
57
55
|
type: import_zod.z.string().optional().default(""),
|
|
58
56
|
status: import_zod.z.enum(["pending", "in_review", "approved", "rejected"]).optional().default("pending"),
|
|
59
|
-
lastCompletedStep:
|
|
57
|
+
lastCompletedStep: import_zod.z.enum(["basic_info", "operational_days", "locations", "slots", "vehicles", "feature_photos", "rate_matrix", "driver_details", "business_details", "vendor_details"]).optional().default("basic_info"),
|
|
60
58
|
remarks: import_zod.z.string().optional().default("")
|
|
61
59
|
});
|
|
62
60
|
var update = import_zod.z.object({
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -21,11 +21,9 @@ __export(safari_exports, {
|
|
|
21
21
|
var basic_details_exports = {};
|
|
22
22
|
__export(basic_details_exports, {
|
|
23
23
|
me: () => me,
|
|
24
|
-
stepEnum: () => stepEnum,
|
|
25
24
|
update: () => update
|
|
26
25
|
});
|
|
27
26
|
import { z } from "zod";
|
|
28
|
-
var stepEnum = z.enum(["basic_info", "operational_days", "locations", "slots", "vehicle_details", "driver_details", "business_details", "personal_details", "submitted"]);
|
|
29
27
|
var me = z.object({
|
|
30
28
|
id: z.string(),
|
|
31
29
|
email: z.string(),
|
|
@@ -35,7 +33,7 @@ var me = z.object({
|
|
|
35
33
|
isPhoneVerified: z.boolean().optional().default(false),
|
|
36
34
|
type: z.string().optional().default(""),
|
|
37
35
|
status: z.enum(["pending", "in_review", "approved", "rejected"]).optional().default("pending"),
|
|
38
|
-
lastCompletedStep:
|
|
36
|
+
lastCompletedStep: z.enum(["basic_info", "operational_days", "locations", "slots", "vehicles", "feature_photos", "rate_matrix", "driver_details", "business_details", "vendor_details"]).optional().default("basic_info"),
|
|
39
37
|
remarks: z.string().optional().default("")
|
|
40
38
|
});
|
|
41
39
|
var update = z.object({
|
package/dist/safari/index.cjs
CHANGED
|
@@ -35,11 +35,9 @@ module.exports = __toCommonJS(safari_exports);
|
|
|
35
35
|
var basic_details_exports = {};
|
|
36
36
|
__export(basic_details_exports, {
|
|
37
37
|
me: () => me,
|
|
38
|
-
stepEnum: () => stepEnum,
|
|
39
38
|
update: () => update
|
|
40
39
|
});
|
|
41
40
|
var import_zod = require("zod");
|
|
42
|
-
var stepEnum = import_zod.z.enum(["basic_info", "operational_days", "locations", "slots", "vehicle_details", "driver_details", "business_details", "personal_details", "submitted"]);
|
|
43
41
|
var me = import_zod.z.object({
|
|
44
42
|
id: import_zod.z.string(),
|
|
45
43
|
email: import_zod.z.string(),
|
|
@@ -49,7 +47,7 @@ var me = import_zod.z.object({
|
|
|
49
47
|
isPhoneVerified: import_zod.z.boolean().optional().default(false),
|
|
50
48
|
type: import_zod.z.string().optional().default(""),
|
|
51
49
|
status: import_zod.z.enum(["pending", "in_review", "approved", "rejected"]).optional().default("pending"),
|
|
52
|
-
lastCompletedStep:
|
|
50
|
+
lastCompletedStep: import_zod.z.enum(["basic_info", "operational_days", "locations", "slots", "vehicles", "feature_photos", "rate_matrix", "driver_details", "business_details", "vendor_details"]).optional().default("basic_info"),
|
|
53
51
|
remarks: import_zod.z.string().optional().default("")
|
|
54
52
|
});
|
|
55
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-CcEQT1p5.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-CcEQT1p5.js';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.js
CHANGED
|
@@ -8,11 +8,9 @@ var __export = (target, all) => {
|
|
|
8
8
|
var basic_details_exports = {};
|
|
9
9
|
__export(basic_details_exports, {
|
|
10
10
|
me: () => me,
|
|
11
|
-
stepEnum: () => stepEnum,
|
|
12
11
|
update: () => update
|
|
13
12
|
});
|
|
14
13
|
import { z } from "zod";
|
|
15
|
-
var stepEnum = z.enum(["basic_info", "operational_days", "locations", "slots", "vehicle_details", "driver_details", "business_details", "personal_details", "submitted"]);
|
|
16
14
|
var me = z.object({
|
|
17
15
|
id: z.string(),
|
|
18
16
|
email: z.string(),
|
|
@@ -22,7 +20,7 @@ var me = z.object({
|
|
|
22
20
|
isPhoneVerified: z.boolean().optional().default(false),
|
|
23
21
|
type: z.string().optional().default(""),
|
|
24
22
|
status: z.enum(["pending", "in_review", "approved", "rejected"]).optional().default("pending"),
|
|
25
|
-
lastCompletedStep:
|
|
23
|
+
lastCompletedStep: z.enum(["basic_info", "operational_days", "locations", "slots", "vehicles", "feature_photos", "rate_matrix", "driver_details", "business_details", "vendor_details"]).optional().default("basic_info"),
|
|
26
24
|
remarks: z.string().optional().default("")
|
|
27
25
|
});
|
|
28
26
|
var update = z.object({
|