@tripsam/onboarding 1.0.57 → 1.0.58
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-mfbil-IP.d.cts → index-uU-S5K4k.d.cts} +2 -2
- package/dist/{index-mfbil-IP.d.ts → index-uU-S5K4k.d.ts} +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/safari/index.cjs +2 -2
- package/dist/safari/index.d.cts +1 -1
- package/dist/safari/index.d.ts +1 -1
- package/dist/safari/index.js +2 -2
- package/package.json +1 -1
|
@@ -205,7 +205,7 @@ declare const get: z.ZodObject<{
|
|
|
205
205
|
}>>, z.ZodTransform<("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[], ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]>>;
|
|
206
206
|
}, z.core.$strip>;
|
|
207
207
|
declare const create$2: z.ZodObject<{
|
|
208
|
-
|
|
208
|
+
operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
209
209
|
sunday: "sunday";
|
|
210
210
|
monday: "monday";
|
|
211
211
|
tuesday: "tuesday";
|
|
@@ -217,7 +217,7 @@ declare const create$2: z.ZodObject<{
|
|
|
217
217
|
}, z.core.$strip>;
|
|
218
218
|
declare const update: z.ZodObject<{
|
|
219
219
|
id: z.ZodString;
|
|
220
|
-
|
|
220
|
+
operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
221
221
|
sunday: "sunday";
|
|
222
222
|
monday: "monday";
|
|
223
223
|
tuesday: "tuesday";
|
|
@@ -205,7 +205,7 @@ declare const get: z.ZodObject<{
|
|
|
205
205
|
}>>, z.ZodTransform<("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[], ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]>>;
|
|
206
206
|
}, z.core.$strip>;
|
|
207
207
|
declare const create$2: z.ZodObject<{
|
|
208
|
-
|
|
208
|
+
operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
209
209
|
sunday: "sunday";
|
|
210
210
|
monday: "monday";
|
|
211
211
|
tuesday: "tuesday";
|
|
@@ -217,7 +217,7 @@ declare const create$2: z.ZodObject<{
|
|
|
217
217
|
}, z.core.$strip>;
|
|
218
218
|
declare const update: z.ZodObject<{
|
|
219
219
|
id: z.ZodString;
|
|
220
|
-
|
|
220
|
+
operationalDays: z.ZodPipe<z.ZodArray<z.ZodEnum<{
|
|
221
221
|
sunday: "sunday";
|
|
222
222
|
monday: "monday";
|
|
223
223
|
tuesday: "tuesday";
|
package/dist/index.cjs
CHANGED
|
@@ -254,11 +254,11 @@ var get4 = import_zod5.z.object({
|
|
|
254
254
|
operationalDays: import_zod5.z.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
255
255
|
});
|
|
256
256
|
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
260
|
id: import_zod5.z.string(),
|
|
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
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -223,11 +223,11 @@ var get4 = z5.object({
|
|
|
223
223
|
operationalDays: z5.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
224
224
|
});
|
|
225
225
|
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
229
|
id: z5.string(),
|
|
230
|
-
|
|
230
|
+
operationalDays: z5.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
231
231
|
});
|
|
232
232
|
|
|
233
233
|
// src/safari/vehicle-details.ts
|
package/dist/safari/index.cjs
CHANGED
|
@@ -241,11 +241,11 @@ var get4 = import_zod5.z.object({
|
|
|
241
241
|
operationalDays: import_zod5.z.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
242
242
|
});
|
|
243
243
|
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
247
|
id: import_zod5.z.string(),
|
|
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
|
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-uU-S5K4k.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-uU-S5K4k.js';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.js
CHANGED
|
@@ -203,11 +203,11 @@ var get4 = z5.object({
|
|
|
203
203
|
operationalDays: z5.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
204
204
|
});
|
|
205
205
|
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
209
|
id: z5.string(),
|
|
210
|
-
|
|
210
|
+
operationalDays: z5.array(Weekday).transform((arr) => Array.from(new Set(arr)))
|
|
211
211
|
});
|
|
212
212
|
|
|
213
213
|
// src/safari/vehicle-details.ts
|