@tripsam/onboarding 1.0.80 → 1.0.81
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-fJoZ6_LA.d.cts → index-DUc45QO9.d.cts} +10 -6
- package/dist/{index-fJoZ6_LA.d.ts → index-DUc45QO9.d.ts} +10 -6
- package/dist/index.cjs +5 -4
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -4
- package/dist/safari/index.cjs +5 -4
- package/dist/safari/index.d.cts +1 -1
- package/dist/safari/index.d.ts +1 -1
- package/dist/safari/index.js +5 -4
- package/package.json +1 -1
|
@@ -81,6 +81,7 @@ declare const pickupLandmark: z.ZodObject<{
|
|
|
81
81
|
id: z.ZodOptional<z.ZodString>;
|
|
82
82
|
label: z.ZodString;
|
|
83
83
|
type: z.ZodOptional<z.ZodString>;
|
|
84
|
+
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
84
85
|
}, z.core.$strip>;
|
|
85
86
|
declare const get$6: z.ZodObject<{
|
|
86
87
|
id: z.ZodString;
|
|
@@ -110,6 +111,7 @@ declare const get$6: z.ZodObject<{
|
|
|
110
111
|
id: z.ZodOptional<z.ZodString>;
|
|
111
112
|
label: z.ZodString;
|
|
112
113
|
type: z.ZodOptional<z.ZodString>;
|
|
114
|
+
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
113
115
|
}, z.core.$strip>>;
|
|
114
116
|
}, z.core.$strip>;
|
|
115
117
|
declare const create$4: z.ZodObject<{
|
|
@@ -120,6 +122,7 @@ declare const create$4: z.ZodObject<{
|
|
|
120
122
|
id: z.ZodOptional<z.ZodString>;
|
|
121
123
|
label: z.ZodString;
|
|
122
124
|
type: z.ZodOptional<z.ZodString>;
|
|
125
|
+
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
123
126
|
}, z.core.$strip>>;
|
|
124
127
|
}, z.core.$strip>;
|
|
125
128
|
declare const update$4: z.ZodObject<{
|
|
@@ -130,6 +133,7 @@ declare const update$4: z.ZodObject<{
|
|
|
130
133
|
id: z.ZodOptional<z.ZodString>;
|
|
131
134
|
label: z.ZodString;
|
|
132
135
|
type: z.ZodOptional<z.ZodString>;
|
|
136
|
+
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
133
137
|
}, z.core.$strip>>;
|
|
134
138
|
id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
135
139
|
}, z.core.$strip>;
|
|
@@ -345,22 +349,22 @@ declare const get$1: z.ZodObject<{
|
|
|
345
349
|
}, z.core.$strip>;
|
|
346
350
|
declare const create$1: z.ZodObject<{
|
|
347
351
|
bankAccountNumber: z.ZodString;
|
|
348
|
-
bankName: z.ZodString;
|
|
349
352
|
accountHolderName: z.ZodString;
|
|
353
|
+
bankName: z.ZodString;
|
|
350
354
|
bankIFSCCode: z.ZodString;
|
|
351
355
|
adhaarNumber: z.ZodString;
|
|
352
|
-
GstNumber: z.ZodDefault<z.ZodString
|
|
353
|
-
businessIdNumber: z.ZodDefault<z.ZodOptional<z.ZodString
|
|
356
|
+
GstNumber: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
357
|
+
businessIdNumber: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
354
358
|
}, z.core.$strip>;
|
|
355
359
|
declare const update$1: z.ZodObject<{
|
|
356
360
|
id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
357
361
|
bankAccountNumber: z.ZodString;
|
|
358
|
-
bankName: z.ZodString;
|
|
359
362
|
accountHolderName: z.ZodString;
|
|
363
|
+
bankName: z.ZodString;
|
|
360
364
|
bankIFSCCode: z.ZodString;
|
|
361
365
|
adhaarNumber: z.ZodString;
|
|
362
|
-
GstNumber: z.ZodDefault<z.ZodString
|
|
363
|
-
businessIdNumber: z.ZodDefault<z.ZodOptional<z.ZodString
|
|
366
|
+
GstNumber: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
367
|
+
businessIdNumber: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
364
368
|
}, z.core.$strip>;
|
|
365
369
|
type SafeGet$1 = z.infer<typeof get$1>;
|
|
366
370
|
type SafeCreate$1 = z.output<typeof create$1>;
|
|
@@ -81,6 +81,7 @@ declare const pickupLandmark: z.ZodObject<{
|
|
|
81
81
|
id: z.ZodOptional<z.ZodString>;
|
|
82
82
|
label: z.ZodString;
|
|
83
83
|
type: z.ZodOptional<z.ZodString>;
|
|
84
|
+
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
84
85
|
}, z.core.$strip>;
|
|
85
86
|
declare const get$6: z.ZodObject<{
|
|
86
87
|
id: z.ZodString;
|
|
@@ -110,6 +111,7 @@ declare const get$6: z.ZodObject<{
|
|
|
110
111
|
id: z.ZodOptional<z.ZodString>;
|
|
111
112
|
label: z.ZodString;
|
|
112
113
|
type: z.ZodOptional<z.ZodString>;
|
|
114
|
+
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
113
115
|
}, z.core.$strip>>;
|
|
114
116
|
}, z.core.$strip>;
|
|
115
117
|
declare const create$4: z.ZodObject<{
|
|
@@ -120,6 +122,7 @@ declare const create$4: z.ZodObject<{
|
|
|
120
122
|
id: z.ZodOptional<z.ZodString>;
|
|
121
123
|
label: z.ZodString;
|
|
122
124
|
type: z.ZodOptional<z.ZodString>;
|
|
125
|
+
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
123
126
|
}, z.core.$strip>>;
|
|
124
127
|
}, z.core.$strip>;
|
|
125
128
|
declare const update$4: z.ZodObject<{
|
|
@@ -130,6 +133,7 @@ declare const update$4: z.ZodObject<{
|
|
|
130
133
|
id: z.ZodOptional<z.ZodString>;
|
|
131
134
|
label: z.ZodString;
|
|
132
135
|
type: z.ZodOptional<z.ZodString>;
|
|
136
|
+
distanceKm: z.ZodCoercedNumber<unknown>;
|
|
133
137
|
}, z.core.$strip>>;
|
|
134
138
|
id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
135
139
|
}, z.core.$strip>;
|
|
@@ -345,22 +349,22 @@ declare const get$1: z.ZodObject<{
|
|
|
345
349
|
}, z.core.$strip>;
|
|
346
350
|
declare const create$1: z.ZodObject<{
|
|
347
351
|
bankAccountNumber: z.ZodString;
|
|
348
|
-
bankName: z.ZodString;
|
|
349
352
|
accountHolderName: z.ZodString;
|
|
353
|
+
bankName: z.ZodString;
|
|
350
354
|
bankIFSCCode: z.ZodString;
|
|
351
355
|
adhaarNumber: z.ZodString;
|
|
352
|
-
GstNumber: z.ZodDefault<z.ZodString
|
|
353
|
-
businessIdNumber: z.ZodDefault<z.ZodOptional<z.ZodString
|
|
356
|
+
GstNumber: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
357
|
+
businessIdNumber: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
354
358
|
}, z.core.$strip>;
|
|
355
359
|
declare const update$1: z.ZodObject<{
|
|
356
360
|
id: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
357
361
|
bankAccountNumber: z.ZodString;
|
|
358
|
-
bankName: z.ZodString;
|
|
359
362
|
accountHolderName: z.ZodString;
|
|
363
|
+
bankName: z.ZodString;
|
|
360
364
|
bankIFSCCode: z.ZodString;
|
|
361
365
|
adhaarNumber: z.ZodString;
|
|
362
|
-
GstNumber: z.ZodDefault<z.ZodString
|
|
363
|
-
businessIdNumber: z.ZodDefault<z.ZodOptional<z.ZodString
|
|
366
|
+
GstNumber: z.ZodOptional<z.ZodDefault<z.ZodString>>;
|
|
367
|
+
businessIdNumber: z.ZodOptional<z.ZodDefault<z.ZodOptional<z.ZodString>>>;
|
|
364
368
|
}, z.core.$strip>;
|
|
365
369
|
type SafeGet$1 = z.infer<typeof get$1>;
|
|
366
370
|
type SafeCreate$1 = z.output<typeof create$1>;
|
package/dist/index.cjs
CHANGED
|
@@ -149,7 +149,8 @@ var autocompleteResponse = import_zod2.default.array(locationDetails);
|
|
|
149
149
|
var pickupLandmark = import_zod3.z.object({
|
|
150
150
|
id: import_zod3.z.string().optional(),
|
|
151
151
|
label: import_zod3.z.string(),
|
|
152
|
-
type: import_zod3.z.string().optional()
|
|
152
|
+
type: import_zod3.z.string().optional(),
|
|
153
|
+
distanceKm: import_zod3.z.coerce.number()
|
|
153
154
|
});
|
|
154
155
|
var get2 = import_zod3.z.object({
|
|
155
156
|
id: import_zod3.z.string(),
|
|
@@ -324,12 +325,12 @@ var get7 = import_zod8.z.object({
|
|
|
324
325
|
});
|
|
325
326
|
var create5 = import_zod8.z.object({
|
|
326
327
|
bankAccountNumber: import_zod8.z.string().trim().nonempty("required").min(6, "min").max(20, "max"),
|
|
327
|
-
bankName: import_zod8.z.string().trim().toUpperCase().nonempty("required").min(3, "min").max(50, "max"),
|
|
328
328
|
accountHolderName: import_zod8.z.string().trim().nonempty("required").min(2, "min").max(50, "max").toUpperCase(),
|
|
329
|
+
bankName: import_zod8.z.string().trim().toUpperCase().nonempty("required").min(3, "min").max(50, "max"),
|
|
329
330
|
bankIFSCCode: import_zod8.z.string().trim().nonempty("required").min(7, "min").max(11, "max").toUpperCase(),
|
|
330
331
|
adhaarNumber: import_zod8.z.string().trim().nonempty("required").min(12, "min").max(20, "max"),
|
|
331
|
-
GstNumber: import_zod8.z.string().trim().min(8, "min").max(20, "max").default(""),
|
|
332
|
-
businessIdNumber: import_zod8.z.string().trim().min(8, "min").max(20, "max").optional().default("")
|
|
332
|
+
GstNumber: import_zod8.z.string().trim().min(8, "min").max(20, "max").default("").optional(),
|
|
333
|
+
businessIdNumber: import_zod8.z.string().trim().min(8, "min").max(20, "max").optional().default("").optional()
|
|
333
334
|
});
|
|
334
335
|
var update5 = import_zod8.z.object({
|
|
335
336
|
...create5.shape,
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -118,7 +118,8 @@ var autocompleteResponse = z2.array(locationDetails);
|
|
|
118
118
|
var pickupLandmark = z3.object({
|
|
119
119
|
id: z3.string().optional(),
|
|
120
120
|
label: z3.string(),
|
|
121
|
-
type: z3.string().optional()
|
|
121
|
+
type: z3.string().optional(),
|
|
122
|
+
distanceKm: z3.coerce.number()
|
|
122
123
|
});
|
|
123
124
|
var get2 = z3.object({
|
|
124
125
|
id: z3.string(),
|
|
@@ -293,12 +294,12 @@ var get7 = z8.object({
|
|
|
293
294
|
});
|
|
294
295
|
var create5 = z8.object({
|
|
295
296
|
bankAccountNumber: z8.string().trim().nonempty("required").min(6, "min").max(20, "max"),
|
|
296
|
-
bankName: z8.string().trim().toUpperCase().nonempty("required").min(3, "min").max(50, "max"),
|
|
297
297
|
accountHolderName: z8.string().trim().nonempty("required").min(2, "min").max(50, "max").toUpperCase(),
|
|
298
|
+
bankName: z8.string().trim().toUpperCase().nonempty("required").min(3, "min").max(50, "max"),
|
|
298
299
|
bankIFSCCode: z8.string().trim().nonempty("required").min(7, "min").max(11, "max").toUpperCase(),
|
|
299
300
|
adhaarNumber: z8.string().trim().nonempty("required").min(12, "min").max(20, "max"),
|
|
300
|
-
GstNumber: z8.string().trim().min(8, "min").max(20, "max").default(""),
|
|
301
|
-
businessIdNumber: z8.string().trim().min(8, "min").max(20, "max").optional().default("")
|
|
301
|
+
GstNumber: z8.string().trim().min(8, "min").max(20, "max").default("").optional(),
|
|
302
|
+
businessIdNumber: z8.string().trim().min(8, "min").max(20, "max").optional().default("").optional()
|
|
302
303
|
});
|
|
303
304
|
var update5 = z8.object({
|
|
304
305
|
...create5.shape,
|
package/dist/safari/index.cjs
CHANGED
|
@@ -136,7 +136,8 @@ var autocompleteResponse = import_zod2.default.array(locationDetails);
|
|
|
136
136
|
var pickupLandmark = import_zod3.z.object({
|
|
137
137
|
id: import_zod3.z.string().optional(),
|
|
138
138
|
label: import_zod3.z.string(),
|
|
139
|
-
type: import_zod3.z.string().optional()
|
|
139
|
+
type: import_zod3.z.string().optional(),
|
|
140
|
+
distanceKm: import_zod3.z.coerce.number()
|
|
140
141
|
});
|
|
141
142
|
var get2 = import_zod3.z.object({
|
|
142
143
|
id: import_zod3.z.string(),
|
|
@@ -311,12 +312,12 @@ var get7 = import_zod8.z.object({
|
|
|
311
312
|
});
|
|
312
313
|
var create5 = import_zod8.z.object({
|
|
313
314
|
bankAccountNumber: import_zod8.z.string().trim().nonempty("required").min(6, "min").max(20, "max"),
|
|
314
|
-
bankName: import_zod8.z.string().trim().toUpperCase().nonempty("required").min(3, "min").max(50, "max"),
|
|
315
315
|
accountHolderName: import_zod8.z.string().trim().nonempty("required").min(2, "min").max(50, "max").toUpperCase(),
|
|
316
|
+
bankName: import_zod8.z.string().trim().toUpperCase().nonempty("required").min(3, "min").max(50, "max"),
|
|
316
317
|
bankIFSCCode: import_zod8.z.string().trim().nonempty("required").min(7, "min").max(11, "max").toUpperCase(),
|
|
317
318
|
adhaarNumber: import_zod8.z.string().trim().nonempty("required").min(12, "min").max(20, "max"),
|
|
318
|
-
GstNumber: import_zod8.z.string().trim().min(8, "min").max(20, "max").default(""),
|
|
319
|
-
businessIdNumber: import_zod8.z.string().trim().min(8, "min").max(20, "max").optional().default("")
|
|
319
|
+
GstNumber: import_zod8.z.string().trim().min(8, "min").max(20, "max").default("").optional(),
|
|
320
|
+
businessIdNumber: import_zod8.z.string().trim().min(8, "min").max(20, "max").optional().default("").optional()
|
|
320
321
|
});
|
|
321
322
|
var update5 = import_zod8.z.object({
|
|
322
323
|
...create5.shape,
|
package/dist/safari/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { b as BasicDetails, a as BusinessDetails, d as DriverDetails, l as Location, o as OperationalDays, p as PersonalDetails, r as RateMatrix, s as Slot, c as Step, v as VehicleDetails } from '../index-
|
|
1
|
+
export { b as BasicDetails, a as BusinessDetails, d as DriverDetails, l as Location, o as OperationalDays, p as PersonalDetails, r as RateMatrix, s as Slot, c as Step, v as VehicleDetails } from '../index-DUc45QO9.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { b as BasicDetails, a as BusinessDetails, d as DriverDetails, l as Location, o as OperationalDays, p as PersonalDetails, r as RateMatrix, s as Slot, c as Step, v as VehicleDetails } from '../index-
|
|
1
|
+
export { b as BasicDetails, a as BusinessDetails, d as DriverDetails, l as Location, o as OperationalDays, p as PersonalDetails, r as RateMatrix, s as Slot, c as Step, v as VehicleDetails } from '../index-DUc45QO9.js';
|
|
2
2
|
import 'zod';
|
package/dist/safari/index.js
CHANGED
|
@@ -97,7 +97,8 @@ var autocompleteResponse = z2.array(locationDetails);
|
|
|
97
97
|
var pickupLandmark = z3.object({
|
|
98
98
|
id: z3.string().optional(),
|
|
99
99
|
label: z3.string(),
|
|
100
|
-
type: z3.string().optional()
|
|
100
|
+
type: z3.string().optional(),
|
|
101
|
+
distanceKm: z3.coerce.number()
|
|
101
102
|
});
|
|
102
103
|
var get2 = z3.object({
|
|
103
104
|
id: z3.string(),
|
|
@@ -272,12 +273,12 @@ var get7 = z8.object({
|
|
|
272
273
|
});
|
|
273
274
|
var create5 = z8.object({
|
|
274
275
|
bankAccountNumber: z8.string().trim().nonempty("required").min(6, "min").max(20, "max"),
|
|
275
|
-
bankName: z8.string().trim().toUpperCase().nonempty("required").min(3, "min").max(50, "max"),
|
|
276
276
|
accountHolderName: z8.string().trim().nonempty("required").min(2, "min").max(50, "max").toUpperCase(),
|
|
277
|
+
bankName: z8.string().trim().toUpperCase().nonempty("required").min(3, "min").max(50, "max"),
|
|
277
278
|
bankIFSCCode: z8.string().trim().nonempty("required").min(7, "min").max(11, "max").toUpperCase(),
|
|
278
279
|
adhaarNumber: z8.string().trim().nonempty("required").min(12, "min").max(20, "max"),
|
|
279
|
-
GstNumber: z8.string().trim().min(8, "min").max(20, "max").default(""),
|
|
280
|
-
businessIdNumber: z8.string().trim().min(8, "min").max(20, "max").optional().default("")
|
|
280
|
+
GstNumber: z8.string().trim().min(8, "min").max(20, "max").default("").optional(),
|
|
281
|
+
businessIdNumber: z8.string().trim().min(8, "min").max(20, "max").optional().default("").optional()
|
|
281
282
|
});
|
|
282
283
|
var update5 = z8.object({
|
|
283
284
|
...create5.shape,
|