@tripsam/onboarding 1.0.92 → 1.0.94
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 +6 -1
- package/dist/common/index.d.cts +1 -1
- package/dist/common/index.d.ts +1 -1
- package/dist/common/index.js +6 -1
- package/dist/{index-DSnY2czd.d.cts → index-CBl9ZuFZ.d.cts} +30 -35
- package/dist/{index-DSnY2czd.d.ts → index-CBl9ZuFZ.d.ts} +30 -35
- package/dist/{index-CxgeUUPX.d.cts → index-DW2O_LRP.d.cts} +10 -0
- package/dist/{index-CxgeUUPX.d.ts → index-DW2O_LRP.d.ts} +10 -0
- package/dist/index.cjs +13 -9
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +13 -9
- package/dist/safari/index.cjs +7 -8
- package/dist/safari/index.d.cts +1 -1
- package/dist/safari/index.d.ts +1 -1
- package/dist/safari/index.js +7 -8
- package/package.json +1 -1
package/dist/common/index.cjs
CHANGED
|
@@ -150,7 +150,12 @@ var SafariDocuments = import_zod4.default.enum(
|
|
|
150
150
|
"driving_license_front",
|
|
151
151
|
"driving_license_back",
|
|
152
152
|
"vehicle_rc",
|
|
153
|
-
"pan_card"
|
|
153
|
+
"pan_card",
|
|
154
|
+
"safari_photo_main",
|
|
155
|
+
"safari_photo_1",
|
|
156
|
+
"safari_photo_2",
|
|
157
|
+
"safari_photo_3",
|
|
158
|
+
"safari_photo_4"
|
|
154
159
|
]
|
|
155
160
|
);
|
|
156
161
|
var get = import_zod4.default.object({
|
package/dist/common/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-
|
|
1
|
+
export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-DW2O_LRP.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/common/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-
|
|
1
|
+
export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-DW2O_LRP.js';
|
|
2
2
|
import 'zod';
|
package/dist/common/index.js
CHANGED
|
@@ -116,7 +116,12 @@ var SafariDocuments = z4.enum(
|
|
|
116
116
|
"driving_license_front",
|
|
117
117
|
"driving_license_back",
|
|
118
118
|
"vehicle_rc",
|
|
119
|
-
"pan_card"
|
|
119
|
+
"pan_card",
|
|
120
|
+
"safari_photo_main",
|
|
121
|
+
"safari_photo_1",
|
|
122
|
+
"safari_photo_2",
|
|
123
|
+
"safari_photo_3",
|
|
124
|
+
"safari_photo_4"
|
|
120
125
|
]
|
|
121
126
|
);
|
|
122
127
|
var get = z4.object({
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const safariTypes: {
|
|
4
|
-
readonly
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
10
|
-
readonly other: "other";
|
|
4
|
+
readonly LEOPARD_SAFARI: "leopardSafari";
|
|
5
|
+
readonly TIGER_SAFARI: "tigerSafari";
|
|
6
|
+
readonly BIRD_WATCHING_SAFARI: "birdWatchingSafari";
|
|
7
|
+
readonly VILLAGE_SAFARI: "villageSafari";
|
|
8
|
+
readonly LION_SAFARI: "lionSafari";
|
|
9
|
+
readonly JUNGLE_SAFARI: "jungleSafari";
|
|
11
10
|
};
|
|
12
11
|
declare const safeSas: z.ZodEnum<{
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
jungle_safari: "jungle_safari";
|
|
12
|
+
LEOPARD_SAFARI: "LEOPARD_SAFARI";
|
|
13
|
+
TIGER_SAFARI: "TIGER_SAFARI";
|
|
14
|
+
BIRD_WATCHING_SAFARI: "BIRD_WATCHING_SAFARI";
|
|
15
|
+
VILLAGE_SAFARI: "VILLAGE_SAFARI";
|
|
16
|
+
LION_SAFARI: "LION_SAFARI";
|
|
17
|
+
JUNGLE_SAFARI: "JUNGLE_SAFARI";
|
|
20
18
|
}>;
|
|
21
19
|
type SafariType = keyof typeof safariTypes;
|
|
22
20
|
declare const get$7: z.ZodObject<{
|
|
@@ -26,13 +24,12 @@ declare const get$7: z.ZodObject<{
|
|
|
26
24
|
phone: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
27
25
|
isPhoneVerified: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
28
26
|
type: z.ZodEnum<{
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
jungle_safari: "jungle_safari";
|
|
27
|
+
LEOPARD_SAFARI: "LEOPARD_SAFARI";
|
|
28
|
+
TIGER_SAFARI: "TIGER_SAFARI";
|
|
29
|
+
BIRD_WATCHING_SAFARI: "BIRD_WATCHING_SAFARI";
|
|
30
|
+
VILLAGE_SAFARI: "VILLAGE_SAFARI";
|
|
31
|
+
LION_SAFARI: "LION_SAFARI";
|
|
32
|
+
JUNGLE_SAFARI: "JUNGLE_SAFARI";
|
|
36
33
|
}>;
|
|
37
34
|
}, z.core.$strip>;
|
|
38
35
|
declare const create$5: z.ZodObject<{
|
|
@@ -40,13 +37,12 @@ declare const create$5: z.ZodObject<{
|
|
|
40
37
|
countryCode: z.ZodDefault<z.ZodString>;
|
|
41
38
|
phone: z.ZodString;
|
|
42
39
|
type: z.ZodEnum<{
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
jungle_safari: "jungle_safari";
|
|
40
|
+
LEOPARD_SAFARI: "LEOPARD_SAFARI";
|
|
41
|
+
TIGER_SAFARI: "TIGER_SAFARI";
|
|
42
|
+
BIRD_WATCHING_SAFARI: "BIRD_WATCHING_SAFARI";
|
|
43
|
+
VILLAGE_SAFARI: "VILLAGE_SAFARI";
|
|
44
|
+
LION_SAFARI: "LION_SAFARI";
|
|
45
|
+
JUNGLE_SAFARI: "JUNGLE_SAFARI";
|
|
50
46
|
}>;
|
|
51
47
|
}, z.core.$strip>;
|
|
52
48
|
declare const update$5: z.ZodObject<{
|
|
@@ -55,13 +51,12 @@ declare const update$5: z.ZodObject<{
|
|
|
55
51
|
countryCode: z.ZodDefault<z.ZodString>;
|
|
56
52
|
phone: z.ZodString;
|
|
57
53
|
type: z.ZodEnum<{
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
jungle_safari: "jungle_safari";
|
|
54
|
+
LEOPARD_SAFARI: "LEOPARD_SAFARI";
|
|
55
|
+
TIGER_SAFARI: "TIGER_SAFARI";
|
|
56
|
+
BIRD_WATCHING_SAFARI: "BIRD_WATCHING_SAFARI";
|
|
57
|
+
VILLAGE_SAFARI: "VILLAGE_SAFARI";
|
|
58
|
+
LION_SAFARI: "LION_SAFARI";
|
|
59
|
+
JUNGLE_SAFARI: "JUNGLE_SAFARI";
|
|
65
60
|
}>;
|
|
66
61
|
}, z.core.$strip>;
|
|
67
62
|
type SafeGet$7 = z.infer<typeof get$7>;
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
|
|
3
3
|
declare const safariTypes: {
|
|
4
|
-
readonly
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
7
|
-
readonly
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
10
|
-
readonly other: "other";
|
|
4
|
+
readonly LEOPARD_SAFARI: "leopardSafari";
|
|
5
|
+
readonly TIGER_SAFARI: "tigerSafari";
|
|
6
|
+
readonly BIRD_WATCHING_SAFARI: "birdWatchingSafari";
|
|
7
|
+
readonly VILLAGE_SAFARI: "villageSafari";
|
|
8
|
+
readonly LION_SAFARI: "lionSafari";
|
|
9
|
+
readonly JUNGLE_SAFARI: "jungleSafari";
|
|
11
10
|
};
|
|
12
11
|
declare const safeSas: z.ZodEnum<{
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
jungle_safari: "jungle_safari";
|
|
12
|
+
LEOPARD_SAFARI: "LEOPARD_SAFARI";
|
|
13
|
+
TIGER_SAFARI: "TIGER_SAFARI";
|
|
14
|
+
BIRD_WATCHING_SAFARI: "BIRD_WATCHING_SAFARI";
|
|
15
|
+
VILLAGE_SAFARI: "VILLAGE_SAFARI";
|
|
16
|
+
LION_SAFARI: "LION_SAFARI";
|
|
17
|
+
JUNGLE_SAFARI: "JUNGLE_SAFARI";
|
|
20
18
|
}>;
|
|
21
19
|
type SafariType = keyof typeof safariTypes;
|
|
22
20
|
declare const get$7: z.ZodObject<{
|
|
@@ -26,13 +24,12 @@ declare const get$7: z.ZodObject<{
|
|
|
26
24
|
phone: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
27
25
|
isPhoneVerified: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
28
26
|
type: z.ZodEnum<{
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
jungle_safari: "jungle_safari";
|
|
27
|
+
LEOPARD_SAFARI: "LEOPARD_SAFARI";
|
|
28
|
+
TIGER_SAFARI: "TIGER_SAFARI";
|
|
29
|
+
BIRD_WATCHING_SAFARI: "BIRD_WATCHING_SAFARI";
|
|
30
|
+
VILLAGE_SAFARI: "VILLAGE_SAFARI";
|
|
31
|
+
LION_SAFARI: "LION_SAFARI";
|
|
32
|
+
JUNGLE_SAFARI: "JUNGLE_SAFARI";
|
|
36
33
|
}>;
|
|
37
34
|
}, z.core.$strip>;
|
|
38
35
|
declare const create$5: z.ZodObject<{
|
|
@@ -40,13 +37,12 @@ declare const create$5: z.ZodObject<{
|
|
|
40
37
|
countryCode: z.ZodDefault<z.ZodString>;
|
|
41
38
|
phone: z.ZodString;
|
|
42
39
|
type: z.ZodEnum<{
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
jungle_safari: "jungle_safari";
|
|
40
|
+
LEOPARD_SAFARI: "LEOPARD_SAFARI";
|
|
41
|
+
TIGER_SAFARI: "TIGER_SAFARI";
|
|
42
|
+
BIRD_WATCHING_SAFARI: "BIRD_WATCHING_SAFARI";
|
|
43
|
+
VILLAGE_SAFARI: "VILLAGE_SAFARI";
|
|
44
|
+
LION_SAFARI: "LION_SAFARI";
|
|
45
|
+
JUNGLE_SAFARI: "JUNGLE_SAFARI";
|
|
50
46
|
}>;
|
|
51
47
|
}, z.core.$strip>;
|
|
52
48
|
declare const update$5: z.ZodObject<{
|
|
@@ -55,13 +51,12 @@ declare const update$5: z.ZodObject<{
|
|
|
55
51
|
countryCode: z.ZodDefault<z.ZodString>;
|
|
56
52
|
phone: z.ZodString;
|
|
57
53
|
type: z.ZodEnum<{
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
jungle_safari: "jungle_safari";
|
|
54
|
+
LEOPARD_SAFARI: "LEOPARD_SAFARI";
|
|
55
|
+
TIGER_SAFARI: "TIGER_SAFARI";
|
|
56
|
+
BIRD_WATCHING_SAFARI: "BIRD_WATCHING_SAFARI";
|
|
57
|
+
VILLAGE_SAFARI: "VILLAGE_SAFARI";
|
|
58
|
+
LION_SAFARI: "LION_SAFARI";
|
|
59
|
+
JUNGLE_SAFARI: "JUNGLE_SAFARI";
|
|
65
60
|
}>;
|
|
66
61
|
}, z.core.$strip>;
|
|
67
62
|
type SafeGet$7 = z.infer<typeof get$7>;
|
|
@@ -185,6 +185,11 @@ declare const SafariDocuments: z$1.ZodEnum<{
|
|
|
185
185
|
driving_license_back: "driving_license_back";
|
|
186
186
|
vehicle_rc: "vehicle_rc";
|
|
187
187
|
pan_card: "pan_card";
|
|
188
|
+
safari_photo_main: "safari_photo_main";
|
|
189
|
+
safari_photo_1: "safari_photo_1";
|
|
190
|
+
safari_photo_2: "safari_photo_2";
|
|
191
|
+
safari_photo_3: "safari_photo_3";
|
|
192
|
+
safari_photo_4: "safari_photo_4";
|
|
188
193
|
}>;
|
|
189
194
|
type SafeSafariDocuments = z$1.infer<typeof SafariDocuments>;
|
|
190
195
|
declare const get: z$1.ZodObject<{
|
|
@@ -196,6 +201,11 @@ declare const get: z$1.ZodObject<{
|
|
|
196
201
|
driving_license_back: "driving_license_back";
|
|
197
202
|
vehicle_rc: "vehicle_rc";
|
|
198
203
|
pan_card: "pan_card";
|
|
204
|
+
safari_photo_main: "safari_photo_main";
|
|
205
|
+
safari_photo_1: "safari_photo_1";
|
|
206
|
+
safari_photo_2: "safari_photo_2";
|
|
207
|
+
safari_photo_3: "safari_photo_3";
|
|
208
|
+
safari_photo_4: "safari_photo_4";
|
|
199
209
|
}>;
|
|
200
210
|
url: z$1.ZodString;
|
|
201
211
|
}, z$1.core.$strip>;
|
|
@@ -185,6 +185,11 @@ declare const SafariDocuments: z$1.ZodEnum<{
|
|
|
185
185
|
driving_license_back: "driving_license_back";
|
|
186
186
|
vehicle_rc: "vehicle_rc";
|
|
187
187
|
pan_card: "pan_card";
|
|
188
|
+
safari_photo_main: "safari_photo_main";
|
|
189
|
+
safari_photo_1: "safari_photo_1";
|
|
190
|
+
safari_photo_2: "safari_photo_2";
|
|
191
|
+
safari_photo_3: "safari_photo_3";
|
|
192
|
+
safari_photo_4: "safari_photo_4";
|
|
188
193
|
}>;
|
|
189
194
|
type SafeSafariDocuments = z$1.infer<typeof SafariDocuments>;
|
|
190
195
|
declare const get: z$1.ZodObject<{
|
|
@@ -196,6 +201,11 @@ declare const get: z$1.ZodObject<{
|
|
|
196
201
|
driving_license_back: "driving_license_back";
|
|
197
202
|
vehicle_rc: "vehicle_rc";
|
|
198
203
|
pan_card: "pan_card";
|
|
204
|
+
safari_photo_main: "safari_photo_main";
|
|
205
|
+
safari_photo_1: "safari_photo_1";
|
|
206
|
+
safari_photo_2: "safari_photo_2";
|
|
207
|
+
safari_photo_3: "safari_photo_3";
|
|
208
|
+
safari_photo_4: "safari_photo_4";
|
|
199
209
|
}>;
|
|
200
210
|
url: z$1.ZodString;
|
|
201
211
|
}, z$1.core.$strip>;
|
package/dist/index.cjs
CHANGED
|
@@ -62,13 +62,12 @@ __export(basic_details_exports, {
|
|
|
62
62
|
});
|
|
63
63
|
var import_zod = require("zod");
|
|
64
64
|
var safariTypes = {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
other: "other"
|
|
65
|
+
LEOPARD_SAFARI: "leopardSafari",
|
|
66
|
+
TIGER_SAFARI: "tigerSafari",
|
|
67
|
+
BIRD_WATCHING_SAFARI: "birdWatchingSafari",
|
|
68
|
+
VILLAGE_SAFARI: "villageSafari",
|
|
69
|
+
LION_SAFARI: "lionSafari",
|
|
70
|
+
JUNGLE_SAFARI: "jungleSafari"
|
|
72
71
|
};
|
|
73
72
|
var safeSas = import_zod.z.enum(Object.keys(safariTypes));
|
|
74
73
|
var get = import_zod.z.object({
|
|
@@ -95,7 +94,7 @@ var defaultBasicDetails = {
|
|
|
95
94
|
countryCode: "+91",
|
|
96
95
|
phone: "",
|
|
97
96
|
isPhoneVerified: false,
|
|
98
|
-
type: "
|
|
97
|
+
type: "LEOPARD_SAFARI"
|
|
99
98
|
};
|
|
100
99
|
|
|
101
100
|
// src/safari/location.ts
|
|
@@ -492,7 +491,12 @@ var SafariDocuments = import_zod14.default.enum(
|
|
|
492
491
|
"driving_license_front",
|
|
493
492
|
"driving_license_back",
|
|
494
493
|
"vehicle_rc",
|
|
495
|
-
"pan_card"
|
|
494
|
+
"pan_card",
|
|
495
|
+
"safari_photo_main",
|
|
496
|
+
"safari_photo_1",
|
|
497
|
+
"safari_photo_2",
|
|
498
|
+
"safari_photo_3",
|
|
499
|
+
"safari_photo_4"
|
|
496
500
|
]
|
|
497
501
|
);
|
|
498
502
|
var get9 = import_zod14.default.object({
|
package/dist/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { i as SafariOnboarding } from './index-
|
|
2
|
-
export { i as CommonOnboarding } from './index-
|
|
1
|
+
export { i as SafariOnboarding } from './index-CBl9ZuFZ.cjs';
|
|
2
|
+
export { i as CommonOnboarding } from './index-DW2O_LRP.cjs';
|
|
3
3
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { i as SafariOnboarding } from './index-
|
|
2
|
-
export { i as CommonOnboarding } from './index-
|
|
1
|
+
export { i as SafariOnboarding } from './index-CBl9ZuFZ.js';
|
|
2
|
+
export { i as CommonOnboarding } from './index-DW2O_LRP.js';
|
|
3
3
|
import 'zod';
|
package/dist/index.js
CHANGED
|
@@ -31,13 +31,12 @@ __export(basic_details_exports, {
|
|
|
31
31
|
});
|
|
32
32
|
import { z } from "zod";
|
|
33
33
|
var safariTypes = {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
other: "other"
|
|
34
|
+
LEOPARD_SAFARI: "leopardSafari",
|
|
35
|
+
TIGER_SAFARI: "tigerSafari",
|
|
36
|
+
BIRD_WATCHING_SAFARI: "birdWatchingSafari",
|
|
37
|
+
VILLAGE_SAFARI: "villageSafari",
|
|
38
|
+
LION_SAFARI: "lionSafari",
|
|
39
|
+
JUNGLE_SAFARI: "jungleSafari"
|
|
41
40
|
};
|
|
42
41
|
var safeSas = z.enum(Object.keys(safariTypes));
|
|
43
42
|
var get = z.object({
|
|
@@ -64,7 +63,7 @@ var defaultBasicDetails = {
|
|
|
64
63
|
countryCode: "+91",
|
|
65
64
|
phone: "",
|
|
66
65
|
isPhoneVerified: false,
|
|
67
|
-
type: "
|
|
66
|
+
type: "LEOPARD_SAFARI"
|
|
68
67
|
};
|
|
69
68
|
|
|
70
69
|
// src/safari/location.ts
|
|
@@ -461,7 +460,12 @@ var SafariDocuments = z14.enum(
|
|
|
461
460
|
"driving_license_front",
|
|
462
461
|
"driving_license_back",
|
|
463
462
|
"vehicle_rc",
|
|
464
|
-
"pan_card"
|
|
463
|
+
"pan_card",
|
|
464
|
+
"safari_photo_main",
|
|
465
|
+
"safari_photo_1",
|
|
466
|
+
"safari_photo_2",
|
|
467
|
+
"safari_photo_3",
|
|
468
|
+
"safari_photo_4"
|
|
465
469
|
]
|
|
466
470
|
);
|
|
467
471
|
var get9 = z14.object({
|
package/dist/safari/index.cjs
CHANGED
|
@@ -55,13 +55,12 @@ __export(basic_details_exports, {
|
|
|
55
55
|
});
|
|
56
56
|
var import_zod = require("zod");
|
|
57
57
|
var safariTypes = {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
other: "other"
|
|
58
|
+
LEOPARD_SAFARI: "leopardSafari",
|
|
59
|
+
TIGER_SAFARI: "tigerSafari",
|
|
60
|
+
BIRD_WATCHING_SAFARI: "birdWatchingSafari",
|
|
61
|
+
VILLAGE_SAFARI: "villageSafari",
|
|
62
|
+
LION_SAFARI: "lionSafari",
|
|
63
|
+
JUNGLE_SAFARI: "jungleSafari"
|
|
65
64
|
};
|
|
66
65
|
var safeSas = import_zod.z.enum(Object.keys(safariTypes));
|
|
67
66
|
var get = import_zod.z.object({
|
|
@@ -88,7 +87,7 @@ var defaultBasicDetails = {
|
|
|
88
87
|
countryCode: "+91",
|
|
89
88
|
phone: "",
|
|
90
89
|
isPhoneVerified: false,
|
|
91
|
-
type: "
|
|
90
|
+
type: "LEOPARD_SAFARI"
|
|
92
91
|
};
|
|
93
92
|
|
|
94
93
|
// src/safari/location.ts
|
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, r as RateMatrix, s as Slot, c as Step, 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, r as RateMatrix, s as Slot, c as Step, v as VehicleDetails } from '../index-CBl9ZuFZ.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, r as RateMatrix, s as Slot, c as Step, 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, r as RateMatrix, s as Slot, c as Step, v as VehicleDetails } from '../index-CBl9ZuFZ.js';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.js
CHANGED
|
@@ -16,13 +16,12 @@ __export(basic_details_exports, {
|
|
|
16
16
|
});
|
|
17
17
|
import { z } from "zod";
|
|
18
18
|
var safariTypes = {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
other: "other"
|
|
19
|
+
LEOPARD_SAFARI: "leopardSafari",
|
|
20
|
+
TIGER_SAFARI: "tigerSafari",
|
|
21
|
+
BIRD_WATCHING_SAFARI: "birdWatchingSafari",
|
|
22
|
+
VILLAGE_SAFARI: "villageSafari",
|
|
23
|
+
LION_SAFARI: "lionSafari",
|
|
24
|
+
JUNGLE_SAFARI: "jungleSafari"
|
|
26
25
|
};
|
|
27
26
|
var safeSas = z.enum(Object.keys(safariTypes));
|
|
28
27
|
var get = z.object({
|
|
@@ -49,7 +48,7 @@ var defaultBasicDetails = {
|
|
|
49
48
|
countryCode: "+91",
|
|
50
49
|
phone: "",
|
|
51
50
|
isPhoneVerified: false,
|
|
52
|
-
type: "
|
|
51
|
+
type: "LEOPARD_SAFARI"
|
|
53
52
|
};
|
|
54
53
|
|
|
55
54
|
// src/safari/location.ts
|