@tripsam/onboarding 1.0.60 → 1.0.61

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.
@@ -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$4: z.ZodObject<{
22
+ declare const get$5: 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,7 +48,7 @@ declare const update$3: z.ZodObject<{
48
48
  phone: z.ZodString;
49
49
  type: z.ZodString;
50
50
  }, z.core.$strip>;
51
- type SafeGet$4 = z.infer<typeof get$4>;
51
+ type SafeGet$4 = z.infer<typeof get$5>;
52
52
  type SafeUpdate$3 = z.output<typeof update$3>;
53
53
  type SafeCreate$5 = z.output<typeof create$5>;
54
54
  declare const defaultBasicDetails: SafeGet$4;
@@ -58,7 +58,7 @@ 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$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 };
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$5 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$3: z.ZodObject<{
70
+ declare const get$4: z.ZodObject<{
71
71
  id: z.ZodString;
72
72
  location: z.ZodObject<{
73
73
  id: z.ZodString;
@@ -121,7 +121,7 @@ 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$3 = z.output<typeof get$3>;
124
+ type SafeGet$3 = z.output<typeof get$4>;
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>;
@@ -131,7 +131,7 @@ 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$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 };
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$4 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$1: z.ZodObject<{
153
+ declare const remove$2: z.ZodObject<{
154
154
  id: z.ZodString;
155
155
  }, z.core.$strip>;
156
- declare const get$2: z.ZodObject<{
156
+ declare const get$3: z.ZodObject<{
157
157
  id: z.ZodString;
158
158
  name: z.ZodString;
159
159
  description: z.ZodOptional<z.ZodString>;
@@ -169,15 +169,15 @@ declare const list$1: z.ZodArray<z.ZodObject<{
169
169
  endTime: z.ZodCoercedNumber<unknown>;
170
170
  minHour: z.ZodCoercedNumber<unknown>;
171
171
  }, z.core.$strip>>;
172
- type SafeGet$2 = z.output<typeof get$2>;
172
+ type SafeGet$2 = z.output<typeof get$3>;
173
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$1 = z.output<typeof remove$1>;
176
+ type SafeRemove$2 = z.output<typeof remove$2>;
177
177
 
178
178
  declare const slot_time12h: typeof time12h;
179
179
  declare namespace slot {
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 };
180
+ export { type SafeCreate$3 as SafeCreate, type SafeGet$2 as SafeGet, type SafeList$2 as SafeList, type SafeRemove$2 as SafeRemove, type SafeUpdate$1 as SafeUpdate, create$3 as create, get$3 as get, list$1 as list, remove$2 as remove, slot_time12h as time12h, update$1 as update };
181
181
  }
182
182
 
183
183
  declare const Weekday: z.ZodEnum<{
@@ -189,7 +189,7 @@ declare const Weekday: z.ZodEnum<{
189
189
  friday: "friday";
190
190
  saturday: "saturday";
191
191
  }>;
192
- declare const get$1: z.ZodObject<{
192
+ declare const get$2: z.ZodObject<{
193
193
  id: z.ZodString;
194
194
  operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
195
195
  sunday: "sunday";
@@ -224,7 +224,7 @@ declare const update: z.ZodObject<{
224
224
  saturday: "saturday";
225
225
  }>>, z.ZodTransform<("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[], ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]>>;
226
226
  }, z.core.$strip>;
227
- type SafeGet$1 = z.output<typeof get$1>;
227
+ type SafeGet$1 = z.output<typeof get$2>;
228
228
  type SafeWeekdays = z.output<typeof Weekday>;
229
229
  type SafeCreate$2 = z.output<typeof create$2>;
230
230
  type SafeUpdate = z.output<typeof update>;
@@ -234,10 +234,10 @@ type operationalDays_SafeWeekdays = SafeWeekdays;
234
234
  declare const operationalDays_Weekday: typeof Weekday;
235
235
  declare const operationalDays_update: typeof update;
236
236
  declare namespace operationalDays {
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 };
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$2 as get, operationalDays_update as update };
238
238
  }
239
239
 
240
- declare const get: z.ZodObject<{
240
+ declare const get$1: z.ZodObject<{
241
241
  id: z.ZodString;
242
242
  vehicleName: z.ZodString;
243
243
  registrationNumber: z.ZodString;
@@ -252,7 +252,7 @@ declare const save$1: z.ZodObject<{
252
252
  operatedSince: z.ZodCoercedNumber<unknown>;
253
253
  maxCapacity: z.ZodCoercedNumber<unknown>;
254
254
  }, z.core.$strip>;
255
- declare const remove: z.ZodObject<{
255
+ declare const remove$1: z.ZodObject<{
256
256
  id: z.ZodString;
257
257
  }, z.core.$strip>;
258
258
  declare const list: z.ZodArray<z.ZodObject<{
@@ -263,45 +263,67 @@ declare const list: z.ZodArray<z.ZodObject<{
263
263
  operatedSince: z.ZodCoercedNumber<unknown>;
264
264
  maxCapacity: z.ZodCoercedNumber<unknown>;
265
265
  }, z.core.$strip>>;
266
- type SafeGet = z.infer<typeof get>;
266
+ type SafeGet = z.infer<typeof get$1>;
267
267
  type SafeSave$1 = z.output<typeof save$1>;
268
- type SafeRemove = z.output<typeof remove>;
268
+ type SafeRemove$1 = z.output<typeof remove$1>;
269
269
  type SafeList$1 = z.output<typeof list>;
270
270
 
271
271
  type vehicleDetails_SafeGet = SafeGet;
272
- type vehicleDetails_SafeRemove = SafeRemove;
273
- declare const vehicleDetails_get: typeof get;
274
272
  declare const vehicleDetails_list: typeof list;
275
- declare const vehicleDetails_remove: typeof remove;
276
273
  declare namespace vehicleDetails {
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 };
274
+ export { type vehicleDetails_SafeGet as SafeGet, type SafeList$1 as SafeList, type SafeRemove$1 as SafeRemove, type SafeSave$1 as SafeSave, get$1 as get, vehicleDetails_list as list, remove$1 as remove, save$1 as save };
278
275
  }
279
276
 
280
- declare const me$3: z.ZodObject<{
277
+ declare const get: z.ZodObject<{
281
278
  id: z.ZodString;
282
279
  driverName: z.ZodString;
283
280
  licenseNumber: z.ZodString;
284
281
  experience: z.ZodCoercedNumber<unknown>;
282
+ languageKnowledge: z.ZodArray<z.ZodEnum<{
283
+ english: "english";
284
+ hindi: "hindi";
285
+ gujurati: "gujurati";
286
+ marathi: "marathi";
287
+ }>>;
285
288
  }, z.core.$strip>;
286
289
  declare const create$1: z.ZodObject<{
287
290
  driverName: z.ZodString;
288
291
  licenseNumber: z.ZodString;
289
292
  experience: z.ZodCoercedNumber<unknown>;
293
+ languageKnowledge: z.ZodArray<z.ZodEnum<{
294
+ english: "english";
295
+ hindi: "hindi";
296
+ gujurati: "gujurati";
297
+ marathi: "marathi";
298
+ }>>;
290
299
  }, z.core.$strip>;
291
- declare const meList: z.ZodArray<z.ZodObject<{
300
+ declare const remove: z.ZodObject<{
301
+ id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
302
+ }, z.core.$strip>;
303
+ declare const getList: z.ZodArray<z.ZodObject<{
292
304
  id: z.ZodString;
293
305
  driverName: z.ZodString;
294
306
  licenseNumber: z.ZodString;
295
307
  experience: z.ZodCoercedNumber<unknown>;
308
+ languageKnowledge: z.ZodArray<z.ZodEnum<{
309
+ english: "english";
310
+ hindi: "hindi";
311
+ gujurati: "gujurati";
312
+ marathi: "marathi";
313
+ }>>;
296
314
  }, z.core.$strip>>;
297
- type SafeMe$3 = z.infer<typeof me$3>;
315
+ type SafeMe$3 = z.infer<typeof get>;
298
316
  type SafeCreate$1 = z.output<typeof create$1>;
299
- type SafeList = z.output<typeof meList>;
317
+ type SafeList = z.output<typeof getList>;
318
+ type SafeRemove = z.output<typeof remove>;
300
319
 
301
320
  type driverDetails_SafeList = SafeList;
302
- declare const driverDetails_meList: typeof meList;
321
+ type driverDetails_SafeRemove = SafeRemove;
322
+ declare const driverDetails_get: typeof get;
323
+ declare const driverDetails_getList: typeof getList;
324
+ declare const driverDetails_remove: typeof remove;
303
325
  declare namespace driverDetails {
304
- export { type SafeCreate$1 as SafeCreate, type driverDetails_SafeList as SafeList, type SafeMe$3 as SafeMe, create$1 as create, me$3 as me, driverDetails_meList as meList };
326
+ export { type SafeCreate$1 as SafeCreate, type driverDetails_SafeList as SafeList, type SafeMe$3 as SafeMe, type driverDetails_SafeRemove as SafeRemove, create$1 as create, driverDetails_get as get, driverDetails_getList as getList, driverDetails_remove as remove };
305
327
  }
306
328
 
307
329
  declare const me$2: 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$4: z.ZodObject<{
22
+ declare const get$5: 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,7 +48,7 @@ declare const update$3: z.ZodObject<{
48
48
  phone: z.ZodString;
49
49
  type: z.ZodString;
50
50
  }, z.core.$strip>;
51
- type SafeGet$4 = z.infer<typeof get$4>;
51
+ type SafeGet$4 = z.infer<typeof get$5>;
52
52
  type SafeUpdate$3 = z.output<typeof update$3>;
53
53
  type SafeCreate$5 = z.output<typeof create$5>;
54
54
  declare const defaultBasicDetails: SafeGet$4;
@@ -58,7 +58,7 @@ 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$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 };
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$5 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$3: z.ZodObject<{
70
+ declare const get$4: z.ZodObject<{
71
71
  id: z.ZodString;
72
72
  location: z.ZodObject<{
73
73
  id: z.ZodString;
@@ -121,7 +121,7 @@ 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$3 = z.output<typeof get$3>;
124
+ type SafeGet$3 = z.output<typeof get$4>;
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>;
@@ -131,7 +131,7 @@ 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$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 };
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$4 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$1: z.ZodObject<{
153
+ declare const remove$2: z.ZodObject<{
154
154
  id: z.ZodString;
155
155
  }, z.core.$strip>;
156
- declare const get$2: z.ZodObject<{
156
+ declare const get$3: z.ZodObject<{
157
157
  id: z.ZodString;
158
158
  name: z.ZodString;
159
159
  description: z.ZodOptional<z.ZodString>;
@@ -169,15 +169,15 @@ declare const list$1: z.ZodArray<z.ZodObject<{
169
169
  endTime: z.ZodCoercedNumber<unknown>;
170
170
  minHour: z.ZodCoercedNumber<unknown>;
171
171
  }, z.core.$strip>>;
172
- type SafeGet$2 = z.output<typeof get$2>;
172
+ type SafeGet$2 = z.output<typeof get$3>;
173
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$1 = z.output<typeof remove$1>;
176
+ type SafeRemove$2 = z.output<typeof remove$2>;
177
177
 
178
178
  declare const slot_time12h: typeof time12h;
179
179
  declare namespace slot {
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 };
180
+ export { type SafeCreate$3 as SafeCreate, type SafeGet$2 as SafeGet, type SafeList$2 as SafeList, type SafeRemove$2 as SafeRemove, type SafeUpdate$1 as SafeUpdate, create$3 as create, get$3 as get, list$1 as list, remove$2 as remove, slot_time12h as time12h, update$1 as update };
181
181
  }
182
182
 
183
183
  declare const Weekday: z.ZodEnum<{
@@ -189,7 +189,7 @@ declare const Weekday: z.ZodEnum<{
189
189
  friday: "friday";
190
190
  saturday: "saturday";
191
191
  }>;
192
- declare const get$1: z.ZodObject<{
192
+ declare const get$2: z.ZodObject<{
193
193
  id: z.ZodString;
194
194
  operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
195
195
  sunday: "sunday";
@@ -224,7 +224,7 @@ declare const update: z.ZodObject<{
224
224
  saturday: "saturday";
225
225
  }>>, z.ZodTransform<("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[], ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]>>;
226
226
  }, z.core.$strip>;
227
- type SafeGet$1 = z.output<typeof get$1>;
227
+ type SafeGet$1 = z.output<typeof get$2>;
228
228
  type SafeWeekdays = z.output<typeof Weekday>;
229
229
  type SafeCreate$2 = z.output<typeof create$2>;
230
230
  type SafeUpdate = z.output<typeof update>;
@@ -234,10 +234,10 @@ type operationalDays_SafeWeekdays = SafeWeekdays;
234
234
  declare const operationalDays_Weekday: typeof Weekday;
235
235
  declare const operationalDays_update: typeof update;
236
236
  declare namespace operationalDays {
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 };
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$2 as get, operationalDays_update as update };
238
238
  }
239
239
 
240
- declare const get: z.ZodObject<{
240
+ declare const get$1: z.ZodObject<{
241
241
  id: z.ZodString;
242
242
  vehicleName: z.ZodString;
243
243
  registrationNumber: z.ZodString;
@@ -252,7 +252,7 @@ declare const save$1: z.ZodObject<{
252
252
  operatedSince: z.ZodCoercedNumber<unknown>;
253
253
  maxCapacity: z.ZodCoercedNumber<unknown>;
254
254
  }, z.core.$strip>;
255
- declare const remove: z.ZodObject<{
255
+ declare const remove$1: z.ZodObject<{
256
256
  id: z.ZodString;
257
257
  }, z.core.$strip>;
258
258
  declare const list: z.ZodArray<z.ZodObject<{
@@ -263,45 +263,67 @@ declare const list: z.ZodArray<z.ZodObject<{
263
263
  operatedSince: z.ZodCoercedNumber<unknown>;
264
264
  maxCapacity: z.ZodCoercedNumber<unknown>;
265
265
  }, z.core.$strip>>;
266
- type SafeGet = z.infer<typeof get>;
266
+ type SafeGet = z.infer<typeof get$1>;
267
267
  type SafeSave$1 = z.output<typeof save$1>;
268
- type SafeRemove = z.output<typeof remove>;
268
+ type SafeRemove$1 = z.output<typeof remove$1>;
269
269
  type SafeList$1 = z.output<typeof list>;
270
270
 
271
271
  type vehicleDetails_SafeGet = SafeGet;
272
- type vehicleDetails_SafeRemove = SafeRemove;
273
- declare const vehicleDetails_get: typeof get;
274
272
  declare const vehicleDetails_list: typeof list;
275
- declare const vehicleDetails_remove: typeof remove;
276
273
  declare namespace vehicleDetails {
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 };
274
+ export { type vehicleDetails_SafeGet as SafeGet, type SafeList$1 as SafeList, type SafeRemove$1 as SafeRemove, type SafeSave$1 as SafeSave, get$1 as get, vehicleDetails_list as list, remove$1 as remove, save$1 as save };
278
275
  }
279
276
 
280
- declare const me$3: z.ZodObject<{
277
+ declare const get: z.ZodObject<{
281
278
  id: z.ZodString;
282
279
  driverName: z.ZodString;
283
280
  licenseNumber: z.ZodString;
284
281
  experience: z.ZodCoercedNumber<unknown>;
282
+ languageKnowledge: z.ZodArray<z.ZodEnum<{
283
+ english: "english";
284
+ hindi: "hindi";
285
+ gujurati: "gujurati";
286
+ marathi: "marathi";
287
+ }>>;
285
288
  }, z.core.$strip>;
286
289
  declare const create$1: z.ZodObject<{
287
290
  driverName: z.ZodString;
288
291
  licenseNumber: z.ZodString;
289
292
  experience: z.ZodCoercedNumber<unknown>;
293
+ languageKnowledge: z.ZodArray<z.ZodEnum<{
294
+ english: "english";
295
+ hindi: "hindi";
296
+ gujurati: "gujurati";
297
+ marathi: "marathi";
298
+ }>>;
290
299
  }, z.core.$strip>;
291
- declare const meList: z.ZodArray<z.ZodObject<{
300
+ declare const remove: z.ZodObject<{
301
+ id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
302
+ }, z.core.$strip>;
303
+ declare const getList: z.ZodArray<z.ZodObject<{
292
304
  id: z.ZodString;
293
305
  driverName: z.ZodString;
294
306
  licenseNumber: z.ZodString;
295
307
  experience: z.ZodCoercedNumber<unknown>;
308
+ languageKnowledge: z.ZodArray<z.ZodEnum<{
309
+ english: "english";
310
+ hindi: "hindi";
311
+ gujurati: "gujurati";
312
+ marathi: "marathi";
313
+ }>>;
296
314
  }, z.core.$strip>>;
297
- type SafeMe$3 = z.infer<typeof me$3>;
315
+ type SafeMe$3 = z.infer<typeof get>;
298
316
  type SafeCreate$1 = z.output<typeof create$1>;
299
- type SafeList = z.output<typeof meList>;
317
+ type SafeList = z.output<typeof getList>;
318
+ type SafeRemove = z.output<typeof remove>;
300
319
 
301
320
  type driverDetails_SafeList = SafeList;
302
- declare const driverDetails_meList: typeof meList;
321
+ type driverDetails_SafeRemove = SafeRemove;
322
+ declare const driverDetails_get: typeof get;
323
+ declare const driverDetails_getList: typeof getList;
324
+ declare const driverDetails_remove: typeof remove;
303
325
  declare namespace driverDetails {
304
- export { type SafeCreate$1 as SafeCreate, type driverDetails_SafeList as SafeList, type SafeMe$3 as SafeMe, create$1 as create, me$3 as me, driverDetails_meList as meList };
326
+ export { type SafeCreate$1 as SafeCreate, type driverDetails_SafeList as SafeList, type SafeMe$3 as SafeMe, type driverDetails_SafeRemove as SafeRemove, create$1 as create, driverDetails_get as get, driverDetails_getList as getList, driverDetails_remove as remove };
305
327
  }
306
328
 
307
329
  declare const me$2: z.ZodObject<{
package/dist/index.cjs CHANGED
@@ -294,31 +294,38 @@ var list2 = import_zod6.z.array(get5);
294
294
  var driver_details_exports = {};
295
295
  __export(driver_details_exports, {
296
296
  create: () => create5,
297
- me: () => me,
298
- meList: () => meList
297
+ get: () => get6,
298
+ getList: () => getList,
299
+ remove: () => remove3
299
300
  });
300
301
  var import_zod7 = require("zod");
301
- var me = import_zod7.z.object({
302
+ var languageKnowledgeEnum = import_zod7.z.enum(["english", "hindi", "gujurati", "marathi"]);
303
+ var get6 = import_zod7.z.object({
302
304
  id: import_zod7.z.string(),
303
305
  driverName: import_zod7.z.string().trim(),
304
306
  licenseNumber: import_zod7.z.string().trim().toUpperCase(),
305
- experience: import_zod7.z.coerce.number()
307
+ experience: import_zod7.z.coerce.number(),
308
+ languageKnowledge: import_zod7.z.array(languageKnowledgeEnum)
306
309
  });
307
310
  var create5 = import_zod7.z.object({
308
311
  driverName: import_zod7.z.string().trim().nonempty("required"),
309
312
  licenseNumber: import_zod7.z.string().trim().nonempty("required").toUpperCase(),
310
- experience: import_zod7.z.coerce.number().min(1, "min")
313
+ experience: import_zod7.z.coerce.number().min(1, "min"),
314
+ languageKnowledge: import_zod7.z.array(languageKnowledgeEnum)
311
315
  });
312
- var meList = import_zod7.z.array(me);
316
+ var remove3 = import_zod7.z.object({
317
+ id: import_zod7.z.string().trim().optional().default("")
318
+ });
319
+ var getList = import_zod7.z.array(get6);
313
320
 
314
321
  // src/safari/business-details.ts
315
322
  var business_details_exports = {};
316
323
  __export(business_details_exports, {
317
324
  create: () => create6,
318
- me: () => me2
325
+ me: () => me
319
326
  });
320
327
  var import_zod8 = require("zod");
321
- var me2 = import_zod8.z.object({
328
+ var me = import_zod8.z.object({
322
329
  bankAccountNumber: import_zod8.z.string().trim(),
323
330
  bankName: import_zod8.z.string().trim(),
324
331
  accountHolderName: import_zod8.z.string().trim(),
@@ -338,11 +345,11 @@ var create6 = import_zod8.z.object({
338
345
  // src/safari/personal-details.ts
339
346
  var personal_details_exports = {};
340
347
  __export(personal_details_exports, {
341
- me: () => me3,
348
+ me: () => me2,
342
349
  save: () => save2
343
350
  });
344
351
  var import_zod9 = require("zod");
345
- var me3 = import_zod9.z.object({
352
+ var me2 = import_zod9.z.object({
346
353
  adhaarNumber: import_zod9.z.string().trim(),
347
354
  address: import_zod9.z.string().trim()
348
355
  });
@@ -354,12 +361,12 @@ var save2 = import_zod9.z.object({
354
361
  // src/safari/step.ts
355
362
  var step_exports = {};
356
363
  __export(step_exports, {
357
- me: () => me4,
364
+ me: () => me3,
358
365
  steps: () => steps
359
366
  });
360
367
  var import_zod10 = require("zod");
361
368
  var steps = import_zod10.z.enum(["basic_info", "location"]);
362
- var me4 = import_zod10.z.object({
369
+ var me3 = import_zod10.z.object({
363
370
  email: import_zod10.z.string(),
364
371
  name: import_zod10.z.string().trim().optional().default(""),
365
372
  countryCode: import_zod10.z.string().optional().default("+91"),
package/dist/index.d.cts CHANGED
@@ -1,3 +1,3 @@
1
- export { i as SafariOnboarding } from './index-CH-Bc-FN.cjs';
1
+ export { i as SafariOnboarding } from './index-B7pJenUb.cjs';
2
2
  export { i as CommonOnboarding } from './index-DNcx8rxs.cjs';
3
3
  import 'zod';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { i as SafariOnboarding } from './index-CH-Bc-FN.js';
1
+ export { i as SafariOnboarding } from './index-B7pJenUb.js';
2
2
  export { i as CommonOnboarding } from './index-DNcx8rxs.js';
3
3
  import 'zod';
package/dist/index.js CHANGED
@@ -263,31 +263,38 @@ var list2 = z6.array(get5);
263
263
  var driver_details_exports = {};
264
264
  __export(driver_details_exports, {
265
265
  create: () => create5,
266
- me: () => me,
267
- meList: () => meList
266
+ get: () => get6,
267
+ getList: () => getList,
268
+ remove: () => remove3
268
269
  });
269
270
  import { z as z7 } from "zod";
270
- var me = z7.object({
271
+ var languageKnowledgeEnum = z7.enum(["english", "hindi", "gujurati", "marathi"]);
272
+ var get6 = z7.object({
271
273
  id: z7.string(),
272
274
  driverName: z7.string().trim(),
273
275
  licenseNumber: z7.string().trim().toUpperCase(),
274
- experience: z7.coerce.number()
276
+ experience: z7.coerce.number(),
277
+ languageKnowledge: z7.array(languageKnowledgeEnum)
275
278
  });
276
279
  var create5 = z7.object({
277
280
  driverName: z7.string().trim().nonempty("required"),
278
281
  licenseNumber: z7.string().trim().nonempty("required").toUpperCase(),
279
- experience: z7.coerce.number().min(1, "min")
282
+ experience: z7.coerce.number().min(1, "min"),
283
+ languageKnowledge: z7.array(languageKnowledgeEnum)
280
284
  });
281
- var meList = z7.array(me);
285
+ var remove3 = z7.object({
286
+ id: z7.string().trim().optional().default("")
287
+ });
288
+ var getList = z7.array(get6);
282
289
 
283
290
  // src/safari/business-details.ts
284
291
  var business_details_exports = {};
285
292
  __export(business_details_exports, {
286
293
  create: () => create6,
287
- me: () => me2
294
+ me: () => me
288
295
  });
289
296
  import { z as z8 } from "zod";
290
- var me2 = z8.object({
297
+ var me = z8.object({
291
298
  bankAccountNumber: z8.string().trim(),
292
299
  bankName: z8.string().trim(),
293
300
  accountHolderName: z8.string().trim(),
@@ -307,11 +314,11 @@ var create6 = z8.object({
307
314
  // src/safari/personal-details.ts
308
315
  var personal_details_exports = {};
309
316
  __export(personal_details_exports, {
310
- me: () => me3,
317
+ me: () => me2,
311
318
  save: () => save2
312
319
  });
313
320
  import { z as z9 } from "zod";
314
- var me3 = z9.object({
321
+ var me2 = z9.object({
315
322
  adhaarNumber: z9.string().trim(),
316
323
  address: z9.string().trim()
317
324
  });
@@ -323,12 +330,12 @@ var save2 = z9.object({
323
330
  // src/safari/step.ts
324
331
  var step_exports = {};
325
332
  __export(step_exports, {
326
- me: () => me4,
333
+ me: () => me3,
327
334
  steps: () => steps
328
335
  });
329
336
  import { z as z10 } from "zod";
330
337
  var steps = z10.enum(["basic_info", "location"]);
331
- var me4 = z10.object({
338
+ var me3 = z10.object({
332
339
  email: z10.string(),
333
340
  name: z10.string().trim().optional().default(""),
334
341
  countryCode: z10.string().optional().default("+91"),
@@ -281,31 +281,38 @@ var list2 = import_zod6.z.array(get5);
281
281
  var driver_details_exports = {};
282
282
  __export(driver_details_exports, {
283
283
  create: () => create5,
284
- me: () => me,
285
- meList: () => meList
284
+ get: () => get6,
285
+ getList: () => getList,
286
+ remove: () => remove3
286
287
  });
287
288
  var import_zod7 = require("zod");
288
- var me = import_zod7.z.object({
289
+ var languageKnowledgeEnum = import_zod7.z.enum(["english", "hindi", "gujurati", "marathi"]);
290
+ var get6 = import_zod7.z.object({
289
291
  id: import_zod7.z.string(),
290
292
  driverName: import_zod7.z.string().trim(),
291
293
  licenseNumber: import_zod7.z.string().trim().toUpperCase(),
292
- experience: import_zod7.z.coerce.number()
294
+ experience: import_zod7.z.coerce.number(),
295
+ languageKnowledge: import_zod7.z.array(languageKnowledgeEnum)
293
296
  });
294
297
  var create5 = import_zod7.z.object({
295
298
  driverName: import_zod7.z.string().trim().nonempty("required"),
296
299
  licenseNumber: import_zod7.z.string().trim().nonempty("required").toUpperCase(),
297
- experience: import_zod7.z.coerce.number().min(1, "min")
300
+ experience: import_zod7.z.coerce.number().min(1, "min"),
301
+ languageKnowledge: import_zod7.z.array(languageKnowledgeEnum)
298
302
  });
299
- var meList = import_zod7.z.array(me);
303
+ var remove3 = import_zod7.z.object({
304
+ id: import_zod7.z.string().trim().optional().default("")
305
+ });
306
+ var getList = import_zod7.z.array(get6);
300
307
 
301
308
  // src/safari/business-details.ts
302
309
  var business_details_exports = {};
303
310
  __export(business_details_exports, {
304
311
  create: () => create6,
305
- me: () => me2
312
+ me: () => me
306
313
  });
307
314
  var import_zod8 = require("zod");
308
- var me2 = import_zod8.z.object({
315
+ var me = import_zod8.z.object({
309
316
  bankAccountNumber: import_zod8.z.string().trim(),
310
317
  bankName: import_zod8.z.string().trim(),
311
318
  accountHolderName: import_zod8.z.string().trim(),
@@ -325,11 +332,11 @@ var create6 = import_zod8.z.object({
325
332
  // src/safari/personal-details.ts
326
333
  var personal_details_exports = {};
327
334
  __export(personal_details_exports, {
328
- me: () => me3,
335
+ me: () => me2,
329
336
  save: () => save2
330
337
  });
331
338
  var import_zod9 = require("zod");
332
- var me3 = import_zod9.z.object({
339
+ var me2 = import_zod9.z.object({
333
340
  adhaarNumber: import_zod9.z.string().trim(),
334
341
  address: import_zod9.z.string().trim()
335
342
  });
@@ -341,12 +348,12 @@ var save2 = import_zod9.z.object({
341
348
  // src/safari/step.ts
342
349
  var step_exports = {};
343
350
  __export(step_exports, {
344
- me: () => me4,
351
+ me: () => me3,
345
352
  steps: () => steps
346
353
  });
347
354
  var import_zod10 = require("zod");
348
355
  var steps = import_zod10.z.enum(["basic_info", "location"]);
349
- var me4 = import_zod10.z.object({
356
+ var me3 = import_zod10.z.object({
350
357
  email: import_zod10.z.string(),
351
358
  name: import_zod10.z.string().trim().optional().default(""),
352
359
  countryCode: import_zod10.z.string().optional().default("+91"),
@@ -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-CH-Bc-FN.cjs';
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-B7pJenUb.cjs';
2
2
  import 'zod';
@@ -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-CH-Bc-FN.js';
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-B7pJenUb.js';
2
2
  import 'zod';
@@ -243,31 +243,38 @@ var list2 = z6.array(get5);
243
243
  var driver_details_exports = {};
244
244
  __export(driver_details_exports, {
245
245
  create: () => create5,
246
- me: () => me,
247
- meList: () => meList
246
+ get: () => get6,
247
+ getList: () => getList,
248
+ remove: () => remove3
248
249
  });
249
250
  import { z as z7 } from "zod";
250
- var me = z7.object({
251
+ var languageKnowledgeEnum = z7.enum(["english", "hindi", "gujurati", "marathi"]);
252
+ var get6 = z7.object({
251
253
  id: z7.string(),
252
254
  driverName: z7.string().trim(),
253
255
  licenseNumber: z7.string().trim().toUpperCase(),
254
- experience: z7.coerce.number()
256
+ experience: z7.coerce.number(),
257
+ languageKnowledge: z7.array(languageKnowledgeEnum)
255
258
  });
256
259
  var create5 = z7.object({
257
260
  driverName: z7.string().trim().nonempty("required"),
258
261
  licenseNumber: z7.string().trim().nonempty("required").toUpperCase(),
259
- experience: z7.coerce.number().min(1, "min")
262
+ experience: z7.coerce.number().min(1, "min"),
263
+ languageKnowledge: z7.array(languageKnowledgeEnum)
260
264
  });
261
- var meList = z7.array(me);
265
+ var remove3 = z7.object({
266
+ id: z7.string().trim().optional().default("")
267
+ });
268
+ var getList = z7.array(get6);
262
269
 
263
270
  // src/safari/business-details.ts
264
271
  var business_details_exports = {};
265
272
  __export(business_details_exports, {
266
273
  create: () => create6,
267
- me: () => me2
274
+ me: () => me
268
275
  });
269
276
  import { z as z8 } from "zod";
270
- var me2 = z8.object({
277
+ var me = z8.object({
271
278
  bankAccountNumber: z8.string().trim(),
272
279
  bankName: z8.string().trim(),
273
280
  accountHolderName: z8.string().trim(),
@@ -287,11 +294,11 @@ var create6 = z8.object({
287
294
  // src/safari/personal-details.ts
288
295
  var personal_details_exports = {};
289
296
  __export(personal_details_exports, {
290
- me: () => me3,
297
+ me: () => me2,
291
298
  save: () => save2
292
299
  });
293
300
  import { z as z9 } from "zod";
294
- var me3 = z9.object({
301
+ var me2 = z9.object({
295
302
  adhaarNumber: z9.string().trim(),
296
303
  address: z9.string().trim()
297
304
  });
@@ -303,12 +310,12 @@ var save2 = z9.object({
303
310
  // src/safari/step.ts
304
311
  var step_exports = {};
305
312
  __export(step_exports, {
306
- me: () => me4,
313
+ me: () => me3,
307
314
  steps: () => steps
308
315
  });
309
316
  import { z as z10 } from "zod";
310
317
  var steps = z10.enum(["basic_info", "location"]);
311
- var me4 = z10.object({
318
+ var me3 = z10.object({
312
319
  email: z10.string(),
313
320
  name: z10.string().trim().optional().default(""),
314
321
  countryCode: z10.string().optional().default("+91"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripsam/onboarding",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",