@tripsam/onboarding 1.0.30 → 1.0.32
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/{chunk-UA37PBHO.cjs → chunk-B7RPJ66N.cjs} +13 -15
- package/dist/{chunk-7TGIS3OW.js → chunk-WSSZ6HYG.js} +14 -16
- package/dist/{index-CJRaz6vd.d.cts → index-CLuvwXcV.d.cts} +48 -37
- package/dist/{index-CJRaz6vd.d.ts → index-CLuvwXcV.d.ts} +48 -37
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/safari/index.cjs +2 -16
- package/dist/safari/index.d.cts +1 -1
- package/dist/safari/index.d.ts +1 -1
- package/dist/safari/index.js +3 -17
- package/package.json +1 -1
|
@@ -5,14 +5,7 @@ var _chunk75ZPJI57cjs = require('./chunk-75ZPJI57.cjs');
|
|
|
5
5
|
// src/safari/index.ts
|
|
6
6
|
var safari_exports = {};
|
|
7
7
|
_chunk75ZPJI57cjs.__export.call(void 0, safari_exports, {
|
|
8
|
-
|
|
9
|
-
BusinessDetails: () => business_details_exports,
|
|
10
|
-
DriverDetails: () => driver_details_exports,
|
|
11
|
-
Location: () => location_exports,
|
|
12
|
-
OperationalDays: () => operational_days_exports,
|
|
13
|
-
PersonalDetails: () => personal_details_exports,
|
|
14
|
-
Slot: () => slot_exports,
|
|
15
|
-
VehicleDetails: () => vehicle_details_exports
|
|
8
|
+
default: () => safari_default
|
|
16
9
|
});
|
|
17
10
|
|
|
18
11
|
// src/safari/basic-details.ts
|
|
@@ -244,14 +237,19 @@ var save3 = _zod.z.object({
|
|
|
244
237
|
address: _zod.z.string().trim().nonempty("required")
|
|
245
238
|
});
|
|
246
239
|
|
|
240
|
+
// src/safari/index.ts
|
|
241
|
+
var safari_default = {
|
|
242
|
+
BasicDetails: basic_details_exports,
|
|
243
|
+
Location: location_exports,
|
|
244
|
+
Slot: slot_exports,
|
|
245
|
+
OperationalDays: operational_days_exports,
|
|
246
|
+
VehicleDetails: vehicle_details_exports,
|
|
247
|
+
DriverDetails: driver_details_exports,
|
|
248
|
+
BusinessDetails: business_details_exports,
|
|
249
|
+
PersonalDetails: personal_details_exports
|
|
250
|
+
};
|
|
247
251
|
|
|
248
252
|
|
|
249
253
|
|
|
250
254
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
exports.basic_details_exports = basic_details_exports; exports.location_exports = location_exports; exports.slot_exports = slot_exports; exports.operational_days_exports = operational_days_exports; exports.vehicle_details_exports = vehicle_details_exports; exports.driver_details_exports = driver_details_exports; exports.business_details_exports = business_details_exports; exports.personal_details_exports = personal_details_exports; exports.safari_exports = safari_exports;
|
|
255
|
+
exports.safari_default = safari_default; exports.safari_exports = safari_exports;
|
|
@@ -5,14 +5,7 @@ import {
|
|
|
5
5
|
// src/safari/index.ts
|
|
6
6
|
var safari_exports = {};
|
|
7
7
|
__export(safari_exports, {
|
|
8
|
-
|
|
9
|
-
BusinessDetails: () => business_details_exports,
|
|
10
|
-
DriverDetails: () => driver_details_exports,
|
|
11
|
-
Location: () => location_exports,
|
|
12
|
-
OperationalDays: () => operational_days_exports,
|
|
13
|
-
PersonalDetails: () => personal_details_exports,
|
|
14
|
-
Slot: () => slot_exports,
|
|
15
|
-
VehicleDetails: () => vehicle_details_exports
|
|
8
|
+
default: () => safari_default
|
|
16
9
|
});
|
|
17
10
|
|
|
18
11
|
// src/safari/basic-details.ts
|
|
@@ -244,14 +237,19 @@ var save3 = z8.object({
|
|
|
244
237
|
address: z8.string().trim().nonempty("required")
|
|
245
238
|
});
|
|
246
239
|
|
|
240
|
+
// src/safari/index.ts
|
|
241
|
+
var safari_default = {
|
|
242
|
+
BasicDetails: basic_details_exports,
|
|
243
|
+
Location: location_exports,
|
|
244
|
+
Slot: slot_exports,
|
|
245
|
+
OperationalDays: operational_days_exports,
|
|
246
|
+
VehicleDetails: vehicle_details_exports,
|
|
247
|
+
DriverDetails: driver_details_exports,
|
|
248
|
+
BusinessDetails: business_details_exports,
|
|
249
|
+
PersonalDetails: personal_details_exports
|
|
250
|
+
};
|
|
251
|
+
|
|
247
252
|
export {
|
|
248
|
-
|
|
249
|
-
location_exports,
|
|
250
|
-
slot_exports,
|
|
251
|
-
operational_days_exports,
|
|
252
|
-
vehicle_details_exports,
|
|
253
|
-
driver_details_exports,
|
|
254
|
-
business_details_exports,
|
|
255
|
-
personal_details_exports,
|
|
253
|
+
safari_default,
|
|
256
254
|
safari_exports
|
|
257
255
|
};
|
|
@@ -17,7 +17,7 @@ declare const update$1: z.ZodObject<{
|
|
|
17
17
|
type SafeMe$7 = z.infer<typeof me$7>;
|
|
18
18
|
type SafeUpdate$1 = z.output<typeof update$1>;
|
|
19
19
|
|
|
20
|
-
declare namespace
|
|
20
|
+
declare namespace BasicDetails {
|
|
21
21
|
export { type SafeMe$7 as SafeMe, type SafeUpdate$1 as SafeUpdate, me$7 as me, update$1 as update };
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -122,16 +122,16 @@ type SafeSave$2 = z.output<typeof save$2>;
|
|
|
122
122
|
type SafeMe$6 = z.output<typeof me$6>;
|
|
123
123
|
type SafePickupLandmark = z.output<typeof pickupLandmark>;
|
|
124
124
|
|
|
125
|
-
type
|
|
126
|
-
type
|
|
127
|
-
type
|
|
128
|
-
type
|
|
129
|
-
declare const
|
|
130
|
-
declare const
|
|
131
|
-
declare const
|
|
132
|
-
declare const
|
|
133
|
-
declare namespace
|
|
134
|
-
export { type SafeMe$6 as SafeMe, type
|
|
125
|
+
type Location_SafeMinimum = SafeMinimum;
|
|
126
|
+
type Location_SafeMinimumList = SafeMinimumList;
|
|
127
|
+
type Location_SafePickupLandmark = SafePickupLandmark;
|
|
128
|
+
type Location_SafeSuggest = SafeSuggest;
|
|
129
|
+
declare const Location_minimum: typeof minimum;
|
|
130
|
+
declare const Location_minimumList: typeof minimumList;
|
|
131
|
+
declare const Location_pickupLandmark: typeof pickupLandmark;
|
|
132
|
+
declare const Location_suggest: typeof suggest;
|
|
133
|
+
declare namespace Location {
|
|
134
|
+
export { type SafeMe$6 as SafeMe, type Location_SafeMinimum as SafeMinimum, type Location_SafeMinimumList as SafeMinimumList, type Location_SafePickupLandmark as SafePickupLandmark, type SafeSave$2 as SafeSave, type Location_SafeSuggest as SafeSuggest, me$6 as me, Location_minimum as minimum, Location_minimumList as minimumList, Location_pickupLandmark as pickupLandmark, save$2 as save, Location_suggest as suggest };
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
declare const time12h: z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>;
|
|
@@ -171,11 +171,11 @@ type SafeList$1 = z.output<typeof meList$1>;
|
|
|
171
171
|
type SafeCreate$2 = z.output<typeof create$2>;
|
|
172
172
|
type SafeUpdate = z.output<typeof update>;
|
|
173
173
|
|
|
174
|
-
type
|
|
175
|
-
declare const
|
|
176
|
-
declare const
|
|
177
|
-
declare namespace
|
|
178
|
-
export { type SafeCreate$2 as SafeCreate, type SafeList$1 as SafeList, type SafeMe$5 as SafeMe, type
|
|
174
|
+
type Slot_SafeUpdate = SafeUpdate;
|
|
175
|
+
declare const Slot_time12h: typeof time12h;
|
|
176
|
+
declare const Slot_update: typeof update;
|
|
177
|
+
declare namespace Slot {
|
|
178
|
+
export { type SafeCreate$2 as SafeCreate, type SafeList$1 as SafeList, type SafeMe$5 as SafeMe, type Slot_SafeUpdate as SafeUpdate, create$2 as create, me$5 as me, meList$1 as meList, Slot_time12h as time12h, Slot_update as update };
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
declare const Weekday: z.ZodEnum<{
|
|
@@ -201,10 +201,10 @@ declare const me$4: z.ZodObject<{
|
|
|
201
201
|
type SafeMe$4 = z.output<typeof me$4>;
|
|
202
202
|
type SafeWeekdays = z.output<typeof Weekday>;
|
|
203
203
|
|
|
204
|
-
type
|
|
205
|
-
declare const
|
|
206
|
-
declare namespace
|
|
207
|
-
export { type SafeMe$4 as SafeMe, type
|
|
204
|
+
type OperationalDays_SafeWeekdays = SafeWeekdays;
|
|
205
|
+
declare const OperationalDays_Weekday: typeof Weekday;
|
|
206
|
+
declare namespace OperationalDays {
|
|
207
|
+
export { type SafeMe$4 as SafeMe, type OperationalDays_SafeWeekdays as SafeWeekdays, OperationalDays_Weekday as Weekday, me$4 as me };
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
declare const me$3: z.ZodObject<{
|
|
@@ -225,7 +225,7 @@ declare const save$1: z.ZodObject<{
|
|
|
225
225
|
type SafeMe$3 = z.infer<typeof me$3>;
|
|
226
226
|
type SafeSave$1 = z.output<typeof save$1>;
|
|
227
227
|
|
|
228
|
-
declare namespace
|
|
228
|
+
declare namespace VehicleDetails {
|
|
229
229
|
export { type SafeMe$3 as SafeMe, type SafeSave$1 as SafeSave, me$3 as me, save$1 as save };
|
|
230
230
|
}
|
|
231
231
|
|
|
@@ -250,10 +250,10 @@ type SafeMe$2 = z.infer<typeof me$2>;
|
|
|
250
250
|
type SafeCreate$1 = z.output<typeof create$1>;
|
|
251
251
|
type SafeList = z.output<typeof meList>;
|
|
252
252
|
|
|
253
|
-
type
|
|
254
|
-
declare const
|
|
255
|
-
declare namespace
|
|
256
|
-
export { type SafeCreate$1 as SafeCreate, type
|
|
253
|
+
type DriverDetails_SafeList = SafeList;
|
|
254
|
+
declare const DriverDetails_meList: typeof meList;
|
|
255
|
+
declare namespace DriverDetails {
|
|
256
|
+
export { type SafeCreate$1 as SafeCreate, type DriverDetails_SafeList as SafeList, type SafeMe$2 as SafeMe, create$1 as create, me$2 as me, DriverDetails_meList as meList };
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
declare const me$1: z.ZodObject<{
|
|
@@ -275,10 +275,10 @@ declare const create: z.ZodObject<{
|
|
|
275
275
|
type SafeMe$1 = z.infer<typeof me$1>;
|
|
276
276
|
type SafeCreate = z.output<typeof create>;
|
|
277
277
|
|
|
278
|
-
type
|
|
279
|
-
declare const
|
|
280
|
-
declare namespace
|
|
281
|
-
export { type
|
|
278
|
+
type BusinessDetails_SafeCreate = SafeCreate;
|
|
279
|
+
declare const BusinessDetails_create: typeof create;
|
|
280
|
+
declare namespace BusinessDetails {
|
|
281
|
+
export { type BusinessDetails_SafeCreate as SafeCreate, type SafeMe$1 as SafeMe, BusinessDetails_create as create, me$1 as me };
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
declare const me: z.ZodObject<{
|
|
@@ -292,16 +292,27 @@ declare const save: z.ZodObject<{
|
|
|
292
292
|
type SafeMe = z.infer<typeof me>;
|
|
293
293
|
type SafeSave = z.output<typeof save>;
|
|
294
294
|
|
|
295
|
-
type
|
|
296
|
-
type
|
|
297
|
-
declare const
|
|
298
|
-
declare const
|
|
299
|
-
declare namespace
|
|
300
|
-
export { type
|
|
295
|
+
type PersonalDetails_SafeMe = SafeMe;
|
|
296
|
+
type PersonalDetails_SafeSave = SafeSave;
|
|
297
|
+
declare const PersonalDetails_me: typeof me;
|
|
298
|
+
declare const PersonalDetails_save: typeof save;
|
|
299
|
+
declare namespace PersonalDetails {
|
|
300
|
+
export { type PersonalDetails_SafeMe as SafeMe, type PersonalDetails_SafeSave as SafeSave, PersonalDetails_me as me, PersonalDetails_save as save };
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
+
declare const _default: {
|
|
304
|
+
BasicDetails: typeof BasicDetails;
|
|
305
|
+
Location: typeof Location;
|
|
306
|
+
Slot: typeof Slot;
|
|
307
|
+
OperationalDays: typeof OperationalDays;
|
|
308
|
+
VehicleDetails: typeof VehicleDetails;
|
|
309
|
+
DriverDetails: typeof DriverDetails;
|
|
310
|
+
BusinessDetails: typeof BusinessDetails;
|
|
311
|
+
PersonalDetails: typeof PersonalDetails;
|
|
312
|
+
};
|
|
313
|
+
|
|
303
314
|
declare namespace index {
|
|
304
|
-
export {
|
|
315
|
+
export { _default as default };
|
|
305
316
|
}
|
|
306
317
|
|
|
307
|
-
export {
|
|
318
|
+
export { _default as _, index as i };
|
|
@@ -17,7 +17,7 @@ declare const update$1: z.ZodObject<{
|
|
|
17
17
|
type SafeMe$7 = z.infer<typeof me$7>;
|
|
18
18
|
type SafeUpdate$1 = z.output<typeof update$1>;
|
|
19
19
|
|
|
20
|
-
declare namespace
|
|
20
|
+
declare namespace BasicDetails {
|
|
21
21
|
export { type SafeMe$7 as SafeMe, type SafeUpdate$1 as SafeUpdate, me$7 as me, update$1 as update };
|
|
22
22
|
}
|
|
23
23
|
|
|
@@ -122,16 +122,16 @@ type SafeSave$2 = z.output<typeof save$2>;
|
|
|
122
122
|
type SafeMe$6 = z.output<typeof me$6>;
|
|
123
123
|
type SafePickupLandmark = z.output<typeof pickupLandmark>;
|
|
124
124
|
|
|
125
|
-
type
|
|
126
|
-
type
|
|
127
|
-
type
|
|
128
|
-
type
|
|
129
|
-
declare const
|
|
130
|
-
declare const
|
|
131
|
-
declare const
|
|
132
|
-
declare const
|
|
133
|
-
declare namespace
|
|
134
|
-
export { type SafeMe$6 as SafeMe, type
|
|
125
|
+
type Location_SafeMinimum = SafeMinimum;
|
|
126
|
+
type Location_SafeMinimumList = SafeMinimumList;
|
|
127
|
+
type Location_SafePickupLandmark = SafePickupLandmark;
|
|
128
|
+
type Location_SafeSuggest = SafeSuggest;
|
|
129
|
+
declare const Location_minimum: typeof minimum;
|
|
130
|
+
declare const Location_minimumList: typeof minimumList;
|
|
131
|
+
declare const Location_pickupLandmark: typeof pickupLandmark;
|
|
132
|
+
declare const Location_suggest: typeof suggest;
|
|
133
|
+
declare namespace Location {
|
|
134
|
+
export { type SafeMe$6 as SafeMe, type Location_SafeMinimum as SafeMinimum, type Location_SafeMinimumList as SafeMinimumList, type Location_SafePickupLandmark as SafePickupLandmark, type SafeSave$2 as SafeSave, type Location_SafeSuggest as SafeSuggest, me$6 as me, Location_minimum as minimum, Location_minimumList as minimumList, Location_pickupLandmark as pickupLandmark, save$2 as save, Location_suggest as suggest };
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
declare const time12h: z.ZodPipe<z.ZodString, z.ZodTransform<number, string>>;
|
|
@@ -171,11 +171,11 @@ type SafeList$1 = z.output<typeof meList$1>;
|
|
|
171
171
|
type SafeCreate$2 = z.output<typeof create$2>;
|
|
172
172
|
type SafeUpdate = z.output<typeof update>;
|
|
173
173
|
|
|
174
|
-
type
|
|
175
|
-
declare const
|
|
176
|
-
declare const
|
|
177
|
-
declare namespace
|
|
178
|
-
export { type SafeCreate$2 as SafeCreate, type SafeList$1 as SafeList, type SafeMe$5 as SafeMe, type
|
|
174
|
+
type Slot_SafeUpdate = SafeUpdate;
|
|
175
|
+
declare const Slot_time12h: typeof time12h;
|
|
176
|
+
declare const Slot_update: typeof update;
|
|
177
|
+
declare namespace Slot {
|
|
178
|
+
export { type SafeCreate$2 as SafeCreate, type SafeList$1 as SafeList, type SafeMe$5 as SafeMe, type Slot_SafeUpdate as SafeUpdate, create$2 as create, me$5 as me, meList$1 as meList, Slot_time12h as time12h, Slot_update as update };
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
declare const Weekday: z.ZodEnum<{
|
|
@@ -201,10 +201,10 @@ declare const me$4: z.ZodObject<{
|
|
|
201
201
|
type SafeMe$4 = z.output<typeof me$4>;
|
|
202
202
|
type SafeWeekdays = z.output<typeof Weekday>;
|
|
203
203
|
|
|
204
|
-
type
|
|
205
|
-
declare const
|
|
206
|
-
declare namespace
|
|
207
|
-
export { type SafeMe$4 as SafeMe, type
|
|
204
|
+
type OperationalDays_SafeWeekdays = SafeWeekdays;
|
|
205
|
+
declare const OperationalDays_Weekday: typeof Weekday;
|
|
206
|
+
declare namespace OperationalDays {
|
|
207
|
+
export { type SafeMe$4 as SafeMe, type OperationalDays_SafeWeekdays as SafeWeekdays, OperationalDays_Weekday as Weekday, me$4 as me };
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
declare const me$3: z.ZodObject<{
|
|
@@ -225,7 +225,7 @@ declare const save$1: z.ZodObject<{
|
|
|
225
225
|
type SafeMe$3 = z.infer<typeof me$3>;
|
|
226
226
|
type SafeSave$1 = z.output<typeof save$1>;
|
|
227
227
|
|
|
228
|
-
declare namespace
|
|
228
|
+
declare namespace VehicleDetails {
|
|
229
229
|
export { type SafeMe$3 as SafeMe, type SafeSave$1 as SafeSave, me$3 as me, save$1 as save };
|
|
230
230
|
}
|
|
231
231
|
|
|
@@ -250,10 +250,10 @@ type SafeMe$2 = z.infer<typeof me$2>;
|
|
|
250
250
|
type SafeCreate$1 = z.output<typeof create$1>;
|
|
251
251
|
type SafeList = z.output<typeof meList>;
|
|
252
252
|
|
|
253
|
-
type
|
|
254
|
-
declare const
|
|
255
|
-
declare namespace
|
|
256
|
-
export { type SafeCreate$1 as SafeCreate, type
|
|
253
|
+
type DriverDetails_SafeList = SafeList;
|
|
254
|
+
declare const DriverDetails_meList: typeof meList;
|
|
255
|
+
declare namespace DriverDetails {
|
|
256
|
+
export { type SafeCreate$1 as SafeCreate, type DriverDetails_SafeList as SafeList, type SafeMe$2 as SafeMe, create$1 as create, me$2 as me, DriverDetails_meList as meList };
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
declare const me$1: z.ZodObject<{
|
|
@@ -275,10 +275,10 @@ declare const create: z.ZodObject<{
|
|
|
275
275
|
type SafeMe$1 = z.infer<typeof me$1>;
|
|
276
276
|
type SafeCreate = z.output<typeof create>;
|
|
277
277
|
|
|
278
|
-
type
|
|
279
|
-
declare const
|
|
280
|
-
declare namespace
|
|
281
|
-
export { type
|
|
278
|
+
type BusinessDetails_SafeCreate = SafeCreate;
|
|
279
|
+
declare const BusinessDetails_create: typeof create;
|
|
280
|
+
declare namespace BusinessDetails {
|
|
281
|
+
export { type BusinessDetails_SafeCreate as SafeCreate, type SafeMe$1 as SafeMe, BusinessDetails_create as create, me$1 as me };
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
declare const me: z.ZodObject<{
|
|
@@ -292,16 +292,27 @@ declare const save: z.ZodObject<{
|
|
|
292
292
|
type SafeMe = z.infer<typeof me>;
|
|
293
293
|
type SafeSave = z.output<typeof save>;
|
|
294
294
|
|
|
295
|
-
type
|
|
296
|
-
type
|
|
297
|
-
declare const
|
|
298
|
-
declare const
|
|
299
|
-
declare namespace
|
|
300
|
-
export { type
|
|
295
|
+
type PersonalDetails_SafeMe = SafeMe;
|
|
296
|
+
type PersonalDetails_SafeSave = SafeSave;
|
|
297
|
+
declare const PersonalDetails_me: typeof me;
|
|
298
|
+
declare const PersonalDetails_save: typeof save;
|
|
299
|
+
declare namespace PersonalDetails {
|
|
300
|
+
export { type PersonalDetails_SafeMe as SafeMe, type PersonalDetails_SafeSave as SafeSave, PersonalDetails_me as me, PersonalDetails_save as save };
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
+
declare const _default: {
|
|
304
|
+
BasicDetails: typeof BasicDetails;
|
|
305
|
+
Location: typeof Location;
|
|
306
|
+
Slot: typeof Slot;
|
|
307
|
+
OperationalDays: typeof OperationalDays;
|
|
308
|
+
VehicleDetails: typeof VehicleDetails;
|
|
309
|
+
DriverDetails: typeof DriverDetails;
|
|
310
|
+
BusinessDetails: typeof BusinessDetails;
|
|
311
|
+
PersonalDetails: typeof PersonalDetails;
|
|
312
|
+
};
|
|
313
|
+
|
|
303
314
|
declare namespace index {
|
|
304
|
-
export {
|
|
315
|
+
export { _default as default };
|
|
305
316
|
}
|
|
306
317
|
|
|
307
|
-
export {
|
|
318
|
+
export { _default as _, index as i };
|
package/dist/index.cjs
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
var _chunkWAQCUSA4cjs = require('./chunk-WAQCUSA4.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkB7RPJ66Ncjs = require('./chunk-B7RPJ66N.cjs');
|
|
7
7
|
require('./chunk-75ZPJI57.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.common = _chunkWAQCUSA4cjs.common_exports; exports.safari =
|
|
11
|
+
exports.common = _chunkWAQCUSA4cjs.common_exports; exports.safari = _chunkB7RPJ66Ncjs.safari_exports;
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/safari/index.cjs
CHANGED
|
@@ -1,21 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
var _chunkUA37PBHOcjs = require('../chunk-UA37PBHO.cjs');
|
|
3
|
+
var _chunkB7RPJ66Ncjs = require('../chunk-B7RPJ66N.cjs');
|
|
11
4
|
require('../chunk-75ZPJI57.cjs');
|
|
12
5
|
|
|
13
6
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
exports.BasicDetails = _chunkUA37PBHOcjs.basic_details_exports; exports.BusinessDetails = _chunkUA37PBHOcjs.business_details_exports; exports.DriverDetails = _chunkUA37PBHOcjs.driver_details_exports; exports.Location = _chunkUA37PBHOcjs.location_exports; exports.OperationalDays = _chunkUA37PBHOcjs.operational_days_exports; exports.PersonalDetails = _chunkUA37PBHOcjs.personal_details_exports; exports.Slot = _chunkUA37PBHOcjs.slot_exports; exports.VehicleDetails = _chunkUA37PBHOcjs.vehicle_details_exports;
|
|
7
|
+
exports.default = _chunkB7RPJ66Ncjs.safari_default;
|
package/dist/safari/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { _ as default } from '../index-CLuvwXcV.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { _ as default } from '../index-CLuvwXcV.js';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.js
CHANGED
|
@@ -1,21 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
driver_details_exports,
|
|
5
|
-
location_exports,
|
|
6
|
-
operational_days_exports,
|
|
7
|
-
personal_details_exports,
|
|
8
|
-
slot_exports,
|
|
9
|
-
vehicle_details_exports
|
|
10
|
-
} from "../chunk-7TGIS3OW.js";
|
|
2
|
+
safari_default
|
|
3
|
+
} from "../chunk-WSSZ6HYG.js";
|
|
11
4
|
import "../chunk-MLKGABMK.js";
|
|
12
5
|
export {
|
|
13
|
-
|
|
14
|
-
business_details_exports as BusinessDetails,
|
|
15
|
-
driver_details_exports as DriverDetails,
|
|
16
|
-
location_exports as Location,
|
|
17
|
-
operational_days_exports as OperationalDays,
|
|
18
|
-
personal_details_exports as PersonalDetails,
|
|
19
|
-
slot_exports as Slot,
|
|
20
|
-
vehicle_details_exports as VehicleDetails
|
|
6
|
+
safari_default as default
|
|
21
7
|
};
|