@tripsam/onboarding 1.0.58 → 1.0.60
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-uU-S5K4k.d.cts → index-CH-Bc-FN.d.cts} +40 -27
- package/dist/{index-uU-S5K4k.d.ts → index-CH-Bc-FN.d.ts} +40 -27
- package/dist/index.cjs +18 -12
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +18 -12
- package/dist/safari/index.cjs +18 -12
- package/dist/safari/index.d.cts +1 -1
- package/dist/safari/index.d.ts +1 -1
- package/dist/safari/index.js +18 -12
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@ declare const safeSas: z.ZodEnum<{
|
|
|
19
19
|
jungle_safari: "jungle_safari";
|
|
20
20
|
}>;
|
|
21
21
|
type SafariType = keyof typeof safariTypes;
|
|
22
|
-
declare const get$
|
|
22
|
+
declare const get$4: z.ZodObject<{
|
|
23
23
|
id: z.ZodString;
|
|
24
24
|
name: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
25
25
|
countryCode: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -48,17 +48,17 @@ declare const update$3: z.ZodObject<{
|
|
|
48
48
|
phone: z.ZodString;
|
|
49
49
|
type: z.ZodString;
|
|
50
50
|
}, z.core.$strip>;
|
|
51
|
-
type SafeGet$
|
|
51
|
+
type SafeGet$4 = z.infer<typeof get$4>;
|
|
52
52
|
type SafeUpdate$3 = z.output<typeof update$3>;
|
|
53
53
|
type SafeCreate$5 = z.output<typeof create$5>;
|
|
54
|
-
declare const defaultBasicDetails: SafeGet$
|
|
54
|
+
declare const defaultBasicDetails: SafeGet$4;
|
|
55
55
|
|
|
56
56
|
type basicDetails_SafariType = SafariType;
|
|
57
57
|
declare const basicDetails_defaultBasicDetails: typeof defaultBasicDetails;
|
|
58
58
|
declare const basicDetails_safariTypes: typeof safariTypes;
|
|
59
59
|
declare const basicDetails_safeSas: typeof safeSas;
|
|
60
60
|
declare namespace basicDetails {
|
|
61
|
-
export { type basicDetails_SafariType as SafariType, type SafeCreate$5 as SafeCreate, type SafeGet$
|
|
61
|
+
export { type basicDetails_SafariType as SafariType, type SafeCreate$5 as SafeCreate, type SafeGet$4 as SafeGet, type SafeUpdate$3 as SafeUpdate, create$5 as create, basicDetails_defaultBasicDetails as defaultBasicDetails, get$4 as get, basicDetails_safariTypes as safariTypes, basicDetails_safeSas as safeSas, update$3 as update };
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
declare const pickupLandmark: z.ZodObject<{
|
|
@@ -67,7 +67,7 @@ declare const pickupLandmark: z.ZodObject<{
|
|
|
67
67
|
type: z.ZodOptional<z.ZodString>;
|
|
68
68
|
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
69
69
|
}, z.core.$strip>;
|
|
70
|
-
declare const get$
|
|
70
|
+
declare const get$3: z.ZodObject<{
|
|
71
71
|
id: z.ZodString;
|
|
72
72
|
location: z.ZodObject<{
|
|
73
73
|
id: z.ZodString;
|
|
@@ -121,17 +121,17 @@ declare const update$2: z.ZodObject<{
|
|
|
121
121
|
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
122
122
|
}, z.core.$strip>>;
|
|
123
123
|
}, z.core.$strip>;
|
|
124
|
-
type SafeGet$
|
|
124
|
+
type SafeGet$3 = z.output<typeof get$3>;
|
|
125
125
|
type SafeCreate$4 = z.output<typeof create$4>;
|
|
126
126
|
type SafeUpdate$2 = z.output<typeof update$2>;
|
|
127
127
|
type SafePickupLandmark = z.output<typeof pickupLandmark>;
|
|
128
|
-
declare const defaultLocation: SafeGet$
|
|
128
|
+
declare const defaultLocation: SafeGet$3;
|
|
129
129
|
|
|
130
130
|
type location_SafePickupLandmark = SafePickupLandmark;
|
|
131
131
|
declare const location_defaultLocation: typeof defaultLocation;
|
|
132
132
|
declare const location_pickupLandmark: typeof pickupLandmark;
|
|
133
133
|
declare namespace location {
|
|
134
|
-
export { type SafeCreate$4 as SafeCreate, type SafeGet$
|
|
134
|
+
export { type SafeCreate$4 as SafeCreate, type SafeGet$3 as SafeGet, type location_SafePickupLandmark as SafePickupLandmark, type SafeUpdate$2 as SafeUpdate, create$4 as create, location_defaultLocation as defaultLocation, get$3 as get, location_pickupLandmark as pickupLandmark, update$2 as update };
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
declare const time12h: z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>;
|
|
@@ -150,10 +150,10 @@ declare const create$3: z.ZodObject<{
|
|
|
150
150
|
endTime: z.ZodCoercedNumber<unknown>;
|
|
151
151
|
minHour: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
152
152
|
}, z.core.$strip>;
|
|
153
|
-
declare const remove: z.ZodObject<{
|
|
153
|
+
declare const remove$1: z.ZodObject<{
|
|
154
154
|
id: z.ZodString;
|
|
155
155
|
}, z.core.$strip>;
|
|
156
|
-
declare const get$
|
|
156
|
+
declare const get$2: z.ZodObject<{
|
|
157
157
|
id: z.ZodString;
|
|
158
158
|
name: z.ZodString;
|
|
159
159
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -161,7 +161,7 @@ declare const get$1: z.ZodObject<{
|
|
|
161
161
|
endTime: z.ZodCoercedNumber<unknown>;
|
|
162
162
|
minHour: z.ZodCoercedNumber<unknown>;
|
|
163
163
|
}, z.core.$strip>;
|
|
164
|
-
declare const list: z.ZodArray<z.ZodObject<{
|
|
164
|
+
declare const list$1: z.ZodArray<z.ZodObject<{
|
|
165
165
|
id: z.ZodString;
|
|
166
166
|
name: z.ZodString;
|
|
167
167
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -169,18 +169,15 @@ declare const list: z.ZodArray<z.ZodObject<{
|
|
|
169
169
|
endTime: z.ZodCoercedNumber<unknown>;
|
|
170
170
|
minHour: z.ZodCoercedNumber<unknown>;
|
|
171
171
|
}, z.core.$strip>>;
|
|
172
|
-
type SafeGet$
|
|
173
|
-
type SafeList$
|
|
172
|
+
type SafeGet$2 = z.output<typeof get$2>;
|
|
173
|
+
type SafeList$2 = z.output<typeof list$1>;
|
|
174
174
|
type SafeCreate$3 = z.output<typeof create$3>;
|
|
175
175
|
type SafeUpdate$1 = z.output<typeof update$1>;
|
|
176
|
-
type SafeRemove = z.output<typeof remove>;
|
|
176
|
+
type SafeRemove$1 = z.output<typeof remove$1>;
|
|
177
177
|
|
|
178
|
-
type slot_SafeRemove = SafeRemove;
|
|
179
|
-
declare const slot_list: typeof list;
|
|
180
|
-
declare const slot_remove: typeof remove;
|
|
181
178
|
declare const slot_time12h: typeof time12h;
|
|
182
179
|
declare namespace slot {
|
|
183
|
-
export { type SafeCreate$3 as SafeCreate, type SafeGet$
|
|
180
|
+
export { type SafeCreate$3 as SafeCreate, type SafeGet$2 as SafeGet, type SafeList$2 as SafeList, type SafeRemove$1 as SafeRemove, type SafeUpdate$1 as SafeUpdate, create$3 as create, get$2 as get, list$1 as list, remove$1 as remove, slot_time12h as time12h, update$1 as update };
|
|
184
181
|
}
|
|
185
182
|
|
|
186
183
|
declare const Weekday: z.ZodEnum<{
|
|
@@ -192,7 +189,7 @@ declare const Weekday: z.ZodEnum<{
|
|
|
192
189
|
friday: "friday";
|
|
193
190
|
saturday: "saturday";
|
|
194
191
|
}>;
|
|
195
|
-
declare const get: z.ZodObject<{
|
|
192
|
+
declare const get$1: z.ZodObject<{
|
|
196
193
|
id: z.ZodString;
|
|
197
194
|
operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
198
195
|
sunday: "sunday";
|
|
@@ -216,7 +213,7 @@ declare const create$2: z.ZodObject<{
|
|
|
216
213
|
}>>, z.ZodTransform<("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[], ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]>>;
|
|
217
214
|
}, z.core.$strip>;
|
|
218
215
|
declare const update: z.ZodObject<{
|
|
219
|
-
id: z.ZodString
|
|
216
|
+
id: z.ZodOptional<z.ZodString>;
|
|
220
217
|
operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
221
218
|
sunday: "sunday";
|
|
222
219
|
monday: "monday";
|
|
@@ -227,22 +224,20 @@ declare const update: z.ZodObject<{
|
|
|
227
224
|
saturday: "saturday";
|
|
228
225
|
}>>, z.ZodTransform<("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[], ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]>>;
|
|
229
226
|
}, z.core.$strip>;
|
|
230
|
-
type SafeGet = z.output<typeof get>;
|
|
227
|
+
type SafeGet$1 = z.output<typeof get$1>;
|
|
231
228
|
type SafeWeekdays = z.output<typeof Weekday>;
|
|
232
229
|
type SafeCreate$2 = z.output<typeof create$2>;
|
|
233
230
|
type SafeUpdate = z.output<typeof update>;
|
|
234
231
|
|
|
235
|
-
type operationalDays_SafeGet = SafeGet;
|
|
236
232
|
type operationalDays_SafeUpdate = SafeUpdate;
|
|
237
233
|
type operationalDays_SafeWeekdays = SafeWeekdays;
|
|
238
234
|
declare const operationalDays_Weekday: typeof Weekday;
|
|
239
|
-
declare const operationalDays_get: typeof get;
|
|
240
235
|
declare const operationalDays_update: typeof update;
|
|
241
236
|
declare namespace operationalDays {
|
|
242
|
-
export { type SafeCreate$2 as SafeCreate, type
|
|
237
|
+
export { type SafeCreate$2 as SafeCreate, type SafeGet$1 as SafeGet, type operationalDays_SafeUpdate as SafeUpdate, type operationalDays_SafeWeekdays as SafeWeekdays, operationalDays_Weekday as Weekday, create$2 as create, get$1 as get, operationalDays_update as update };
|
|
243
238
|
}
|
|
244
239
|
|
|
245
|
-
declare const
|
|
240
|
+
declare const get: z.ZodObject<{
|
|
246
241
|
id: z.ZodString;
|
|
247
242
|
vehicleName: z.ZodString;
|
|
248
243
|
registrationNumber: z.ZodString;
|
|
@@ -257,11 +252,29 @@ declare const save$1: z.ZodObject<{
|
|
|
257
252
|
operatedSince: z.ZodCoercedNumber<unknown>;
|
|
258
253
|
maxCapacity: z.ZodCoercedNumber<unknown>;
|
|
259
254
|
}, z.core.$strip>;
|
|
260
|
-
|
|
255
|
+
declare const remove: z.ZodObject<{
|
|
256
|
+
id: z.ZodString;
|
|
257
|
+
}, z.core.$strip>;
|
|
258
|
+
declare const list: z.ZodArray<z.ZodObject<{
|
|
259
|
+
id: z.ZodString;
|
|
260
|
+
vehicleName: z.ZodString;
|
|
261
|
+
registrationNumber: z.ZodString;
|
|
262
|
+
serviceRoutine: z.ZodCoercedNumber<unknown>;
|
|
263
|
+
operatedSince: z.ZodCoercedNumber<unknown>;
|
|
264
|
+
maxCapacity: z.ZodCoercedNumber<unknown>;
|
|
265
|
+
}, z.core.$strip>>;
|
|
266
|
+
type SafeGet = z.infer<typeof get>;
|
|
261
267
|
type SafeSave$1 = z.output<typeof save$1>;
|
|
268
|
+
type SafeRemove = z.output<typeof remove>;
|
|
269
|
+
type SafeList$1 = z.output<typeof list>;
|
|
262
270
|
|
|
271
|
+
type vehicleDetails_SafeGet = SafeGet;
|
|
272
|
+
type vehicleDetails_SafeRemove = SafeRemove;
|
|
273
|
+
declare const vehicleDetails_get: typeof get;
|
|
274
|
+
declare const vehicleDetails_list: typeof list;
|
|
275
|
+
declare const vehicleDetails_remove: typeof remove;
|
|
263
276
|
declare namespace vehicleDetails {
|
|
264
|
-
export { type
|
|
277
|
+
export { type vehicleDetails_SafeGet as SafeGet, type SafeList$1 as SafeList, type vehicleDetails_SafeRemove as SafeRemove, type SafeSave$1 as SafeSave, vehicleDetails_get as get, vehicleDetails_list as list, vehicleDetails_remove as remove, save$1 as save };
|
|
265
278
|
}
|
|
266
279
|
|
|
267
280
|
declare const me$3: z.ZodObject<{
|
|
@@ -19,7 +19,7 @@ declare const safeSas: z.ZodEnum<{
|
|
|
19
19
|
jungle_safari: "jungle_safari";
|
|
20
20
|
}>;
|
|
21
21
|
type SafariType = keyof typeof safariTypes;
|
|
22
|
-
declare const get$
|
|
22
|
+
declare const get$4: z.ZodObject<{
|
|
23
23
|
id: z.ZodString;
|
|
24
24
|
name: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
25
25
|
countryCode: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -48,17 +48,17 @@ declare const update$3: z.ZodObject<{
|
|
|
48
48
|
phone: z.ZodString;
|
|
49
49
|
type: z.ZodString;
|
|
50
50
|
}, z.core.$strip>;
|
|
51
|
-
type SafeGet$
|
|
51
|
+
type SafeGet$4 = z.infer<typeof get$4>;
|
|
52
52
|
type SafeUpdate$3 = z.output<typeof update$3>;
|
|
53
53
|
type SafeCreate$5 = z.output<typeof create$5>;
|
|
54
|
-
declare const defaultBasicDetails: SafeGet$
|
|
54
|
+
declare const defaultBasicDetails: SafeGet$4;
|
|
55
55
|
|
|
56
56
|
type basicDetails_SafariType = SafariType;
|
|
57
57
|
declare const basicDetails_defaultBasicDetails: typeof defaultBasicDetails;
|
|
58
58
|
declare const basicDetails_safariTypes: typeof safariTypes;
|
|
59
59
|
declare const basicDetails_safeSas: typeof safeSas;
|
|
60
60
|
declare namespace basicDetails {
|
|
61
|
-
export { type basicDetails_SafariType as SafariType, type SafeCreate$5 as SafeCreate, type SafeGet$
|
|
61
|
+
export { type basicDetails_SafariType as SafariType, type SafeCreate$5 as SafeCreate, type SafeGet$4 as SafeGet, type SafeUpdate$3 as SafeUpdate, create$5 as create, basicDetails_defaultBasicDetails as defaultBasicDetails, get$4 as get, basicDetails_safariTypes as safariTypes, basicDetails_safeSas as safeSas, update$3 as update };
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
declare const pickupLandmark: z.ZodObject<{
|
|
@@ -67,7 +67,7 @@ declare const pickupLandmark: z.ZodObject<{
|
|
|
67
67
|
type: z.ZodOptional<z.ZodString>;
|
|
68
68
|
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
69
69
|
}, z.core.$strip>;
|
|
70
|
-
declare const get$
|
|
70
|
+
declare const get$3: z.ZodObject<{
|
|
71
71
|
id: z.ZodString;
|
|
72
72
|
location: z.ZodObject<{
|
|
73
73
|
id: z.ZodString;
|
|
@@ -121,17 +121,17 @@ declare const update$2: z.ZodObject<{
|
|
|
121
121
|
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
122
122
|
}, z.core.$strip>>;
|
|
123
123
|
}, z.core.$strip>;
|
|
124
|
-
type SafeGet$
|
|
124
|
+
type SafeGet$3 = z.output<typeof get$3>;
|
|
125
125
|
type SafeCreate$4 = z.output<typeof create$4>;
|
|
126
126
|
type SafeUpdate$2 = z.output<typeof update$2>;
|
|
127
127
|
type SafePickupLandmark = z.output<typeof pickupLandmark>;
|
|
128
|
-
declare const defaultLocation: SafeGet$
|
|
128
|
+
declare const defaultLocation: SafeGet$3;
|
|
129
129
|
|
|
130
130
|
type location_SafePickupLandmark = SafePickupLandmark;
|
|
131
131
|
declare const location_defaultLocation: typeof defaultLocation;
|
|
132
132
|
declare const location_pickupLandmark: typeof pickupLandmark;
|
|
133
133
|
declare namespace location {
|
|
134
|
-
export { type SafeCreate$4 as SafeCreate, type SafeGet$
|
|
134
|
+
export { type SafeCreate$4 as SafeCreate, type SafeGet$3 as SafeGet, type location_SafePickupLandmark as SafePickupLandmark, type SafeUpdate$2 as SafeUpdate, create$4 as create, location_defaultLocation as defaultLocation, get$3 as get, location_pickupLandmark as pickupLandmark, update$2 as update };
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
declare const time12h: z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>;
|
|
@@ -150,10 +150,10 @@ declare const create$3: z.ZodObject<{
|
|
|
150
150
|
endTime: z.ZodCoercedNumber<unknown>;
|
|
151
151
|
minHour: z.ZodDefault<z.ZodOptional<z.ZodCoercedNumber<unknown>>>;
|
|
152
152
|
}, z.core.$strip>;
|
|
153
|
-
declare const remove: z.ZodObject<{
|
|
153
|
+
declare const remove$1: z.ZodObject<{
|
|
154
154
|
id: z.ZodString;
|
|
155
155
|
}, z.core.$strip>;
|
|
156
|
-
declare const get$
|
|
156
|
+
declare const get$2: z.ZodObject<{
|
|
157
157
|
id: z.ZodString;
|
|
158
158
|
name: z.ZodString;
|
|
159
159
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -161,7 +161,7 @@ declare const get$1: z.ZodObject<{
|
|
|
161
161
|
endTime: z.ZodCoercedNumber<unknown>;
|
|
162
162
|
minHour: z.ZodCoercedNumber<unknown>;
|
|
163
163
|
}, z.core.$strip>;
|
|
164
|
-
declare const list: z.ZodArray<z.ZodObject<{
|
|
164
|
+
declare const list$1: z.ZodArray<z.ZodObject<{
|
|
165
165
|
id: z.ZodString;
|
|
166
166
|
name: z.ZodString;
|
|
167
167
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -169,18 +169,15 @@ declare const list: z.ZodArray<z.ZodObject<{
|
|
|
169
169
|
endTime: z.ZodCoercedNumber<unknown>;
|
|
170
170
|
minHour: z.ZodCoercedNumber<unknown>;
|
|
171
171
|
}, z.core.$strip>>;
|
|
172
|
-
type SafeGet$
|
|
173
|
-
type SafeList$
|
|
172
|
+
type SafeGet$2 = z.output<typeof get$2>;
|
|
173
|
+
type SafeList$2 = z.output<typeof list$1>;
|
|
174
174
|
type SafeCreate$3 = z.output<typeof create$3>;
|
|
175
175
|
type SafeUpdate$1 = z.output<typeof update$1>;
|
|
176
|
-
type SafeRemove = z.output<typeof remove>;
|
|
176
|
+
type SafeRemove$1 = z.output<typeof remove$1>;
|
|
177
177
|
|
|
178
|
-
type slot_SafeRemove = SafeRemove;
|
|
179
|
-
declare const slot_list: typeof list;
|
|
180
|
-
declare const slot_remove: typeof remove;
|
|
181
178
|
declare const slot_time12h: typeof time12h;
|
|
182
179
|
declare namespace slot {
|
|
183
|
-
export { type SafeCreate$3 as SafeCreate, type SafeGet$
|
|
180
|
+
export { type SafeCreate$3 as SafeCreate, type SafeGet$2 as SafeGet, type SafeList$2 as SafeList, type SafeRemove$1 as SafeRemove, type SafeUpdate$1 as SafeUpdate, create$3 as create, get$2 as get, list$1 as list, remove$1 as remove, slot_time12h as time12h, update$1 as update };
|
|
184
181
|
}
|
|
185
182
|
|
|
186
183
|
declare const Weekday: z.ZodEnum<{
|
|
@@ -192,7 +189,7 @@ declare const Weekday: z.ZodEnum<{
|
|
|
192
189
|
friday: "friday";
|
|
193
190
|
saturday: "saturday";
|
|
194
191
|
}>;
|
|
195
|
-
declare const get: z.ZodObject<{
|
|
192
|
+
declare const get$1: z.ZodObject<{
|
|
196
193
|
id: z.ZodString;
|
|
197
194
|
operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
198
195
|
sunday: "sunday";
|
|
@@ -216,7 +213,7 @@ declare const create$2: z.ZodObject<{
|
|
|
216
213
|
}>>, z.ZodTransform<("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[], ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]>>;
|
|
217
214
|
}, z.core.$strip>;
|
|
218
215
|
declare const update: z.ZodObject<{
|
|
219
|
-
id: z.ZodString
|
|
216
|
+
id: z.ZodOptional<z.ZodString>;
|
|
220
217
|
operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
221
218
|
sunday: "sunday";
|
|
222
219
|
monday: "monday";
|
|
@@ -227,22 +224,20 @@ declare const update: z.ZodObject<{
|
|
|
227
224
|
saturday: "saturday";
|
|
228
225
|
}>>, z.ZodTransform<("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[], ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]>>;
|
|
229
226
|
}, z.core.$strip>;
|
|
230
|
-
type SafeGet = z.output<typeof get>;
|
|
227
|
+
type SafeGet$1 = z.output<typeof get$1>;
|
|
231
228
|
type SafeWeekdays = z.output<typeof Weekday>;
|
|
232
229
|
type SafeCreate$2 = z.output<typeof create$2>;
|
|
233
230
|
type SafeUpdate = z.output<typeof update>;
|
|
234
231
|
|
|
235
|
-
type operationalDays_SafeGet = SafeGet;
|
|
236
232
|
type operationalDays_SafeUpdate = SafeUpdate;
|
|
237
233
|
type operationalDays_SafeWeekdays = SafeWeekdays;
|
|
238
234
|
declare const operationalDays_Weekday: typeof Weekday;
|
|
239
|
-
declare const operationalDays_get: typeof get;
|
|
240
235
|
declare const operationalDays_update: typeof update;
|
|
241
236
|
declare namespace operationalDays {
|
|
242
|
-
export { type SafeCreate$2 as SafeCreate, type
|
|
237
|
+
export { type SafeCreate$2 as SafeCreate, type SafeGet$1 as SafeGet, type operationalDays_SafeUpdate as SafeUpdate, type operationalDays_SafeWeekdays as SafeWeekdays, operationalDays_Weekday as Weekday, create$2 as create, get$1 as get, operationalDays_update as update };
|
|
243
238
|
}
|
|
244
239
|
|
|
245
|
-
declare const
|
|
240
|
+
declare const get: z.ZodObject<{
|
|
246
241
|
id: z.ZodString;
|
|
247
242
|
vehicleName: z.ZodString;
|
|
248
243
|
registrationNumber: z.ZodString;
|
|
@@ -257,11 +252,29 @@ declare const save$1: z.ZodObject<{
|
|
|
257
252
|
operatedSince: z.ZodCoercedNumber<unknown>;
|
|
258
253
|
maxCapacity: z.ZodCoercedNumber<unknown>;
|
|
259
254
|
}, z.core.$strip>;
|
|
260
|
-
|
|
255
|
+
declare const remove: z.ZodObject<{
|
|
256
|
+
id: z.ZodString;
|
|
257
|
+
}, z.core.$strip>;
|
|
258
|
+
declare const list: z.ZodArray<z.ZodObject<{
|
|
259
|
+
id: z.ZodString;
|
|
260
|
+
vehicleName: z.ZodString;
|
|
261
|
+
registrationNumber: z.ZodString;
|
|
262
|
+
serviceRoutine: z.ZodCoercedNumber<unknown>;
|
|
263
|
+
operatedSince: z.ZodCoercedNumber<unknown>;
|
|
264
|
+
maxCapacity: z.ZodCoercedNumber<unknown>;
|
|
265
|
+
}, z.core.$strip>>;
|
|
266
|
+
type SafeGet = z.infer<typeof get>;
|
|
261
267
|
type SafeSave$1 = z.output<typeof save$1>;
|
|
268
|
+
type SafeRemove = z.output<typeof remove>;
|
|
269
|
+
type SafeList$1 = z.output<typeof list>;
|
|
262
270
|
|
|
271
|
+
type vehicleDetails_SafeGet = SafeGet;
|
|
272
|
+
type vehicleDetails_SafeRemove = SafeRemove;
|
|
273
|
+
declare const vehicleDetails_get: typeof get;
|
|
274
|
+
declare const vehicleDetails_list: typeof list;
|
|
275
|
+
declare const vehicleDetails_remove: typeof remove;
|
|
263
276
|
declare namespace vehicleDetails {
|
|
264
|
-
export { type
|
|
277
|
+
export { type vehicleDetails_SafeGet as SafeGet, type SafeList$1 as SafeList, type vehicleDetails_SafeRemove as SafeRemove, type SafeSave$1 as SafeSave, vehicleDetails_get as get, vehicleDetails_list as list, vehicleDetails_remove as remove, save$1 as save };
|
|
265
278
|
}
|
|
266
279
|
|
|
267
280
|
declare const me$3: z.ZodObject<{
|
package/dist/index.cjs
CHANGED
|
@@ -257,18 +257,20 @@ var create4 = import_zod5.z.object({
|
|
|
257
257
|
operationalDays: import_zod5.z.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
258
258
|
});
|
|
259
259
|
var update4 = import_zod5.z.object({
|
|
260
|
-
id: import_zod5.z.string(),
|
|
260
|
+
id: import_zod5.z.string().optional(),
|
|
261
261
|
operationalDays: import_zod5.z.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
262
262
|
});
|
|
263
263
|
|
|
264
264
|
// src/safari/vehicle-details.ts
|
|
265
265
|
var vehicle_details_exports = {};
|
|
266
266
|
__export(vehicle_details_exports, {
|
|
267
|
-
|
|
267
|
+
get: () => get5,
|
|
268
|
+
list: () => list2,
|
|
269
|
+
remove: () => remove2,
|
|
268
270
|
save: () => save
|
|
269
271
|
});
|
|
270
272
|
var import_zod6 = require("zod");
|
|
271
|
-
var
|
|
273
|
+
var get5 = import_zod6.z.object({
|
|
272
274
|
id: import_zod6.z.string(),
|
|
273
275
|
vehicleName: import_zod6.z.string().trim(),
|
|
274
276
|
registrationNumber: import_zod6.z.string().trim().toUpperCase(),
|
|
@@ -283,16 +285,20 @@ var save = import_zod6.z.object({
|
|
|
283
285
|
operatedSince: import_zod6.z.coerce.number("invalid").min(2010, "min"),
|
|
284
286
|
maxCapacity: import_zod6.z.coerce.number("invalid").min(2, "min").max(15, "max")
|
|
285
287
|
});
|
|
288
|
+
var remove2 = import_zod6.z.object({
|
|
289
|
+
id: import_zod6.z.string().trim()
|
|
290
|
+
});
|
|
291
|
+
var list2 = import_zod6.z.array(get5);
|
|
286
292
|
|
|
287
293
|
// src/safari/driver-details.ts
|
|
288
294
|
var driver_details_exports = {};
|
|
289
295
|
__export(driver_details_exports, {
|
|
290
296
|
create: () => create5,
|
|
291
|
-
me: () =>
|
|
297
|
+
me: () => me,
|
|
292
298
|
meList: () => meList
|
|
293
299
|
});
|
|
294
300
|
var import_zod7 = require("zod");
|
|
295
|
-
var
|
|
301
|
+
var me = import_zod7.z.object({
|
|
296
302
|
id: import_zod7.z.string(),
|
|
297
303
|
driverName: import_zod7.z.string().trim(),
|
|
298
304
|
licenseNumber: import_zod7.z.string().trim().toUpperCase(),
|
|
@@ -303,16 +309,16 @@ var create5 = import_zod7.z.object({
|
|
|
303
309
|
licenseNumber: import_zod7.z.string().trim().nonempty("required").toUpperCase(),
|
|
304
310
|
experience: import_zod7.z.coerce.number().min(1, "min")
|
|
305
311
|
});
|
|
306
|
-
var meList = import_zod7.z.array(
|
|
312
|
+
var meList = import_zod7.z.array(me);
|
|
307
313
|
|
|
308
314
|
// src/safari/business-details.ts
|
|
309
315
|
var business_details_exports = {};
|
|
310
316
|
__export(business_details_exports, {
|
|
311
317
|
create: () => create6,
|
|
312
|
-
me: () =>
|
|
318
|
+
me: () => me2
|
|
313
319
|
});
|
|
314
320
|
var import_zod8 = require("zod");
|
|
315
|
-
var
|
|
321
|
+
var me2 = import_zod8.z.object({
|
|
316
322
|
bankAccountNumber: import_zod8.z.string().trim(),
|
|
317
323
|
bankName: import_zod8.z.string().trim(),
|
|
318
324
|
accountHolderName: import_zod8.z.string().trim(),
|
|
@@ -332,11 +338,11 @@ var create6 = import_zod8.z.object({
|
|
|
332
338
|
// src/safari/personal-details.ts
|
|
333
339
|
var personal_details_exports = {};
|
|
334
340
|
__export(personal_details_exports, {
|
|
335
|
-
me: () =>
|
|
341
|
+
me: () => me3,
|
|
336
342
|
save: () => save2
|
|
337
343
|
});
|
|
338
344
|
var import_zod9 = require("zod");
|
|
339
|
-
var
|
|
345
|
+
var me3 = import_zod9.z.object({
|
|
340
346
|
adhaarNumber: import_zod9.z.string().trim(),
|
|
341
347
|
address: import_zod9.z.string().trim()
|
|
342
348
|
});
|
|
@@ -348,12 +354,12 @@ var save2 = import_zod9.z.object({
|
|
|
348
354
|
// src/safari/step.ts
|
|
349
355
|
var step_exports = {};
|
|
350
356
|
__export(step_exports, {
|
|
351
|
-
me: () =>
|
|
357
|
+
me: () => me4,
|
|
352
358
|
steps: () => steps
|
|
353
359
|
});
|
|
354
360
|
var import_zod10 = require("zod");
|
|
355
361
|
var steps = import_zod10.z.enum(["basic_info", "location"]);
|
|
356
|
-
var
|
|
362
|
+
var me4 = import_zod10.z.object({
|
|
357
363
|
email: import_zod10.z.string(),
|
|
358
364
|
name: import_zod10.z.string().trim().optional().default(""),
|
|
359
365
|
countryCode: import_zod10.z.string().optional().default("+91"),
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -226,18 +226,20 @@ var create4 = z5.object({
|
|
|
226
226
|
operationalDays: z5.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
227
227
|
});
|
|
228
228
|
var update4 = z5.object({
|
|
229
|
-
id: z5.string(),
|
|
229
|
+
id: z5.string().optional(),
|
|
230
230
|
operationalDays: z5.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
231
231
|
});
|
|
232
232
|
|
|
233
233
|
// src/safari/vehicle-details.ts
|
|
234
234
|
var vehicle_details_exports = {};
|
|
235
235
|
__export(vehicle_details_exports, {
|
|
236
|
-
|
|
236
|
+
get: () => get5,
|
|
237
|
+
list: () => list2,
|
|
238
|
+
remove: () => remove2,
|
|
237
239
|
save: () => save
|
|
238
240
|
});
|
|
239
241
|
import { z as z6 } from "zod";
|
|
240
|
-
var
|
|
242
|
+
var get5 = z6.object({
|
|
241
243
|
id: z6.string(),
|
|
242
244
|
vehicleName: z6.string().trim(),
|
|
243
245
|
registrationNumber: z6.string().trim().toUpperCase(),
|
|
@@ -252,16 +254,20 @@ var save = z6.object({
|
|
|
252
254
|
operatedSince: z6.coerce.number("invalid").min(2010, "min"),
|
|
253
255
|
maxCapacity: z6.coerce.number("invalid").min(2, "min").max(15, "max")
|
|
254
256
|
});
|
|
257
|
+
var remove2 = z6.object({
|
|
258
|
+
id: z6.string().trim()
|
|
259
|
+
});
|
|
260
|
+
var list2 = z6.array(get5);
|
|
255
261
|
|
|
256
262
|
// src/safari/driver-details.ts
|
|
257
263
|
var driver_details_exports = {};
|
|
258
264
|
__export(driver_details_exports, {
|
|
259
265
|
create: () => create5,
|
|
260
|
-
me: () =>
|
|
266
|
+
me: () => me,
|
|
261
267
|
meList: () => meList
|
|
262
268
|
});
|
|
263
269
|
import { z as z7 } from "zod";
|
|
264
|
-
var
|
|
270
|
+
var me = z7.object({
|
|
265
271
|
id: z7.string(),
|
|
266
272
|
driverName: z7.string().trim(),
|
|
267
273
|
licenseNumber: z7.string().trim().toUpperCase(),
|
|
@@ -272,16 +278,16 @@ var create5 = z7.object({
|
|
|
272
278
|
licenseNumber: z7.string().trim().nonempty("required").toUpperCase(),
|
|
273
279
|
experience: z7.coerce.number().min(1, "min")
|
|
274
280
|
});
|
|
275
|
-
var meList = z7.array(
|
|
281
|
+
var meList = z7.array(me);
|
|
276
282
|
|
|
277
283
|
// src/safari/business-details.ts
|
|
278
284
|
var business_details_exports = {};
|
|
279
285
|
__export(business_details_exports, {
|
|
280
286
|
create: () => create6,
|
|
281
|
-
me: () =>
|
|
287
|
+
me: () => me2
|
|
282
288
|
});
|
|
283
289
|
import { z as z8 } from "zod";
|
|
284
|
-
var
|
|
290
|
+
var me2 = z8.object({
|
|
285
291
|
bankAccountNumber: z8.string().trim(),
|
|
286
292
|
bankName: z8.string().trim(),
|
|
287
293
|
accountHolderName: z8.string().trim(),
|
|
@@ -301,11 +307,11 @@ var create6 = z8.object({
|
|
|
301
307
|
// src/safari/personal-details.ts
|
|
302
308
|
var personal_details_exports = {};
|
|
303
309
|
__export(personal_details_exports, {
|
|
304
|
-
me: () =>
|
|
310
|
+
me: () => me3,
|
|
305
311
|
save: () => save2
|
|
306
312
|
});
|
|
307
313
|
import { z as z9 } from "zod";
|
|
308
|
-
var
|
|
314
|
+
var me3 = z9.object({
|
|
309
315
|
adhaarNumber: z9.string().trim(),
|
|
310
316
|
address: z9.string().trim()
|
|
311
317
|
});
|
|
@@ -317,12 +323,12 @@ var save2 = z9.object({
|
|
|
317
323
|
// src/safari/step.ts
|
|
318
324
|
var step_exports = {};
|
|
319
325
|
__export(step_exports, {
|
|
320
|
-
me: () =>
|
|
326
|
+
me: () => me4,
|
|
321
327
|
steps: () => steps
|
|
322
328
|
});
|
|
323
329
|
import { z as z10 } from "zod";
|
|
324
330
|
var steps = z10.enum(["basic_info", "location"]);
|
|
325
|
-
var
|
|
331
|
+
var me4 = z10.object({
|
|
326
332
|
email: z10.string(),
|
|
327
333
|
name: z10.string().trim().optional().default(""),
|
|
328
334
|
countryCode: z10.string().optional().default("+91"),
|
package/dist/safari/index.cjs
CHANGED
|
@@ -244,18 +244,20 @@ var create4 = import_zod5.z.object({
|
|
|
244
244
|
operationalDays: import_zod5.z.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
245
245
|
});
|
|
246
246
|
var update4 = import_zod5.z.object({
|
|
247
|
-
id: import_zod5.z.string(),
|
|
247
|
+
id: import_zod5.z.string().optional(),
|
|
248
248
|
operationalDays: import_zod5.z.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
249
249
|
});
|
|
250
250
|
|
|
251
251
|
// src/safari/vehicle-details.ts
|
|
252
252
|
var vehicle_details_exports = {};
|
|
253
253
|
__export(vehicle_details_exports, {
|
|
254
|
-
|
|
254
|
+
get: () => get5,
|
|
255
|
+
list: () => list2,
|
|
256
|
+
remove: () => remove2,
|
|
255
257
|
save: () => save
|
|
256
258
|
});
|
|
257
259
|
var import_zod6 = require("zod");
|
|
258
|
-
var
|
|
260
|
+
var get5 = import_zod6.z.object({
|
|
259
261
|
id: import_zod6.z.string(),
|
|
260
262
|
vehicleName: import_zod6.z.string().trim(),
|
|
261
263
|
registrationNumber: import_zod6.z.string().trim().toUpperCase(),
|
|
@@ -270,16 +272,20 @@ var save = import_zod6.z.object({
|
|
|
270
272
|
operatedSince: import_zod6.z.coerce.number("invalid").min(2010, "min"),
|
|
271
273
|
maxCapacity: import_zod6.z.coerce.number("invalid").min(2, "min").max(15, "max")
|
|
272
274
|
});
|
|
275
|
+
var remove2 = import_zod6.z.object({
|
|
276
|
+
id: import_zod6.z.string().trim()
|
|
277
|
+
});
|
|
278
|
+
var list2 = import_zod6.z.array(get5);
|
|
273
279
|
|
|
274
280
|
// src/safari/driver-details.ts
|
|
275
281
|
var driver_details_exports = {};
|
|
276
282
|
__export(driver_details_exports, {
|
|
277
283
|
create: () => create5,
|
|
278
|
-
me: () =>
|
|
284
|
+
me: () => me,
|
|
279
285
|
meList: () => meList
|
|
280
286
|
});
|
|
281
287
|
var import_zod7 = require("zod");
|
|
282
|
-
var
|
|
288
|
+
var me = import_zod7.z.object({
|
|
283
289
|
id: import_zod7.z.string(),
|
|
284
290
|
driverName: import_zod7.z.string().trim(),
|
|
285
291
|
licenseNumber: import_zod7.z.string().trim().toUpperCase(),
|
|
@@ -290,16 +296,16 @@ var create5 = import_zod7.z.object({
|
|
|
290
296
|
licenseNumber: import_zod7.z.string().trim().nonempty("required").toUpperCase(),
|
|
291
297
|
experience: import_zod7.z.coerce.number().min(1, "min")
|
|
292
298
|
});
|
|
293
|
-
var meList = import_zod7.z.array(
|
|
299
|
+
var meList = import_zod7.z.array(me);
|
|
294
300
|
|
|
295
301
|
// src/safari/business-details.ts
|
|
296
302
|
var business_details_exports = {};
|
|
297
303
|
__export(business_details_exports, {
|
|
298
304
|
create: () => create6,
|
|
299
|
-
me: () =>
|
|
305
|
+
me: () => me2
|
|
300
306
|
});
|
|
301
307
|
var import_zod8 = require("zod");
|
|
302
|
-
var
|
|
308
|
+
var me2 = import_zod8.z.object({
|
|
303
309
|
bankAccountNumber: import_zod8.z.string().trim(),
|
|
304
310
|
bankName: import_zod8.z.string().trim(),
|
|
305
311
|
accountHolderName: import_zod8.z.string().trim(),
|
|
@@ -319,11 +325,11 @@ var create6 = import_zod8.z.object({
|
|
|
319
325
|
// src/safari/personal-details.ts
|
|
320
326
|
var personal_details_exports = {};
|
|
321
327
|
__export(personal_details_exports, {
|
|
322
|
-
me: () =>
|
|
328
|
+
me: () => me3,
|
|
323
329
|
save: () => save2
|
|
324
330
|
});
|
|
325
331
|
var import_zod9 = require("zod");
|
|
326
|
-
var
|
|
332
|
+
var me3 = import_zod9.z.object({
|
|
327
333
|
adhaarNumber: import_zod9.z.string().trim(),
|
|
328
334
|
address: import_zod9.z.string().trim()
|
|
329
335
|
});
|
|
@@ -335,12 +341,12 @@ var save2 = import_zod9.z.object({
|
|
|
335
341
|
// src/safari/step.ts
|
|
336
342
|
var step_exports = {};
|
|
337
343
|
__export(step_exports, {
|
|
338
|
-
me: () =>
|
|
344
|
+
me: () => me4,
|
|
339
345
|
steps: () => steps
|
|
340
346
|
});
|
|
341
347
|
var import_zod10 = require("zod");
|
|
342
348
|
var steps = import_zod10.z.enum(["basic_info", "location"]);
|
|
343
|
-
var
|
|
349
|
+
var me4 = import_zod10.z.object({
|
|
344
350
|
email: import_zod10.z.string(),
|
|
345
351
|
name: import_zod10.z.string().trim().optional().default(""),
|
|
346
352
|
countryCode: import_zod10.z.string().optional().default("+91"),
|
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, 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, s as Slot, c as Step, v as VehicleDetails } from '../index-CH-Bc-FN.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, 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, s as Slot, c as Step, v as VehicleDetails } from '../index-CH-Bc-FN.js';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.js
CHANGED
|
@@ -206,18 +206,20 @@ var create4 = z5.object({
|
|
|
206
206
|
operationalDays: z5.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
207
207
|
});
|
|
208
208
|
var update4 = z5.object({
|
|
209
|
-
id: z5.string(),
|
|
209
|
+
id: z5.string().optional(),
|
|
210
210
|
operationalDays: z5.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
211
211
|
});
|
|
212
212
|
|
|
213
213
|
// src/safari/vehicle-details.ts
|
|
214
214
|
var vehicle_details_exports = {};
|
|
215
215
|
__export(vehicle_details_exports, {
|
|
216
|
-
|
|
216
|
+
get: () => get5,
|
|
217
|
+
list: () => list2,
|
|
218
|
+
remove: () => remove2,
|
|
217
219
|
save: () => save
|
|
218
220
|
});
|
|
219
221
|
import { z as z6 } from "zod";
|
|
220
|
-
var
|
|
222
|
+
var get5 = z6.object({
|
|
221
223
|
id: z6.string(),
|
|
222
224
|
vehicleName: z6.string().trim(),
|
|
223
225
|
registrationNumber: z6.string().trim().toUpperCase(),
|
|
@@ -232,16 +234,20 @@ var save = z6.object({
|
|
|
232
234
|
operatedSince: z6.coerce.number("invalid").min(2010, "min"),
|
|
233
235
|
maxCapacity: z6.coerce.number("invalid").min(2, "min").max(15, "max")
|
|
234
236
|
});
|
|
237
|
+
var remove2 = z6.object({
|
|
238
|
+
id: z6.string().trim()
|
|
239
|
+
});
|
|
240
|
+
var list2 = z6.array(get5);
|
|
235
241
|
|
|
236
242
|
// src/safari/driver-details.ts
|
|
237
243
|
var driver_details_exports = {};
|
|
238
244
|
__export(driver_details_exports, {
|
|
239
245
|
create: () => create5,
|
|
240
|
-
me: () =>
|
|
246
|
+
me: () => me,
|
|
241
247
|
meList: () => meList
|
|
242
248
|
});
|
|
243
249
|
import { z as z7 } from "zod";
|
|
244
|
-
var
|
|
250
|
+
var me = z7.object({
|
|
245
251
|
id: z7.string(),
|
|
246
252
|
driverName: z7.string().trim(),
|
|
247
253
|
licenseNumber: z7.string().trim().toUpperCase(),
|
|
@@ -252,16 +258,16 @@ var create5 = z7.object({
|
|
|
252
258
|
licenseNumber: z7.string().trim().nonempty("required").toUpperCase(),
|
|
253
259
|
experience: z7.coerce.number().min(1, "min")
|
|
254
260
|
});
|
|
255
|
-
var meList = z7.array(
|
|
261
|
+
var meList = z7.array(me);
|
|
256
262
|
|
|
257
263
|
// src/safari/business-details.ts
|
|
258
264
|
var business_details_exports = {};
|
|
259
265
|
__export(business_details_exports, {
|
|
260
266
|
create: () => create6,
|
|
261
|
-
me: () =>
|
|
267
|
+
me: () => me2
|
|
262
268
|
});
|
|
263
269
|
import { z as z8 } from "zod";
|
|
264
|
-
var
|
|
270
|
+
var me2 = z8.object({
|
|
265
271
|
bankAccountNumber: z8.string().trim(),
|
|
266
272
|
bankName: z8.string().trim(),
|
|
267
273
|
accountHolderName: z8.string().trim(),
|
|
@@ -281,11 +287,11 @@ var create6 = z8.object({
|
|
|
281
287
|
// src/safari/personal-details.ts
|
|
282
288
|
var personal_details_exports = {};
|
|
283
289
|
__export(personal_details_exports, {
|
|
284
|
-
me: () =>
|
|
290
|
+
me: () => me3,
|
|
285
291
|
save: () => save2
|
|
286
292
|
});
|
|
287
293
|
import { z as z9 } from "zod";
|
|
288
|
-
var
|
|
294
|
+
var me3 = z9.object({
|
|
289
295
|
adhaarNumber: z9.string().trim(),
|
|
290
296
|
address: z9.string().trim()
|
|
291
297
|
});
|
|
@@ -297,12 +303,12 @@ var save2 = z9.object({
|
|
|
297
303
|
// src/safari/step.ts
|
|
298
304
|
var step_exports = {};
|
|
299
305
|
__export(step_exports, {
|
|
300
|
-
me: () =>
|
|
306
|
+
me: () => me4,
|
|
301
307
|
steps: () => steps
|
|
302
308
|
});
|
|
303
309
|
import { z as z10 } from "zod";
|
|
304
310
|
var steps = z10.enum(["basic_info", "location"]);
|
|
305
|
-
var
|
|
311
|
+
var me4 = z10.object({
|
|
306
312
|
email: z10.string(),
|
|
307
313
|
name: z10.string().trim().optional().default(""),
|
|
308
314
|
countryCode: z10.string().optional().default("+91"),
|