@tripsam/onboarding 1.0.92 → 1.0.93
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/common/index.cjs +6 -1
- package/dist/common/index.d.cts +1 -1
- package/dist/common/index.d.ts +1 -1
- package/dist/common/index.js +6 -1
- package/dist/{index-CxgeUUPX.d.cts → index-DW2O_LRP.d.cts} +10 -0
- package/dist/{index-CxgeUUPX.d.ts → index-DW2O_LRP.d.ts} +10 -0
- package/dist/index.cjs +6 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -1
- package/package.json +1 -1
package/dist/common/index.cjs
CHANGED
|
@@ -150,7 +150,12 @@ var SafariDocuments = import_zod4.default.enum(
|
|
|
150
150
|
"driving_license_front",
|
|
151
151
|
"driving_license_back",
|
|
152
152
|
"vehicle_rc",
|
|
153
|
-
"pan_card"
|
|
153
|
+
"pan_card",
|
|
154
|
+
"safari_photo_main",
|
|
155
|
+
"safari_photo_1",
|
|
156
|
+
"safari_photo_2",
|
|
157
|
+
"safari_photo_3",
|
|
158
|
+
"safari_photo_4"
|
|
154
159
|
]
|
|
155
160
|
);
|
|
156
161
|
var get = import_zod4.default.object({
|
package/dist/common/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-
|
|
1
|
+
export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-DW2O_LRP.cjs';
|
|
2
2
|
import 'zod';
|
package/dist/common/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-
|
|
1
|
+
export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-DW2O_LRP.js';
|
|
2
2
|
import 'zod';
|
package/dist/common/index.js
CHANGED
|
@@ -116,7 +116,12 @@ var SafariDocuments = z4.enum(
|
|
|
116
116
|
"driving_license_front",
|
|
117
117
|
"driving_license_back",
|
|
118
118
|
"vehicle_rc",
|
|
119
|
-
"pan_card"
|
|
119
|
+
"pan_card",
|
|
120
|
+
"safari_photo_main",
|
|
121
|
+
"safari_photo_1",
|
|
122
|
+
"safari_photo_2",
|
|
123
|
+
"safari_photo_3",
|
|
124
|
+
"safari_photo_4"
|
|
120
125
|
]
|
|
121
126
|
);
|
|
122
127
|
var get = z4.object({
|
|
@@ -185,6 +185,11 @@ declare const SafariDocuments: z$1.ZodEnum<{
|
|
|
185
185
|
driving_license_back: "driving_license_back";
|
|
186
186
|
vehicle_rc: "vehicle_rc";
|
|
187
187
|
pan_card: "pan_card";
|
|
188
|
+
safari_photo_main: "safari_photo_main";
|
|
189
|
+
safari_photo_1: "safari_photo_1";
|
|
190
|
+
safari_photo_2: "safari_photo_2";
|
|
191
|
+
safari_photo_3: "safari_photo_3";
|
|
192
|
+
safari_photo_4: "safari_photo_4";
|
|
188
193
|
}>;
|
|
189
194
|
type SafeSafariDocuments = z$1.infer<typeof SafariDocuments>;
|
|
190
195
|
declare const get: z$1.ZodObject<{
|
|
@@ -196,6 +201,11 @@ declare const get: z$1.ZodObject<{
|
|
|
196
201
|
driving_license_back: "driving_license_back";
|
|
197
202
|
vehicle_rc: "vehicle_rc";
|
|
198
203
|
pan_card: "pan_card";
|
|
204
|
+
safari_photo_main: "safari_photo_main";
|
|
205
|
+
safari_photo_1: "safari_photo_1";
|
|
206
|
+
safari_photo_2: "safari_photo_2";
|
|
207
|
+
safari_photo_3: "safari_photo_3";
|
|
208
|
+
safari_photo_4: "safari_photo_4";
|
|
199
209
|
}>;
|
|
200
210
|
url: z$1.ZodString;
|
|
201
211
|
}, z$1.core.$strip>;
|
|
@@ -185,6 +185,11 @@ declare const SafariDocuments: z$1.ZodEnum<{
|
|
|
185
185
|
driving_license_back: "driving_license_back";
|
|
186
186
|
vehicle_rc: "vehicle_rc";
|
|
187
187
|
pan_card: "pan_card";
|
|
188
|
+
safari_photo_main: "safari_photo_main";
|
|
189
|
+
safari_photo_1: "safari_photo_1";
|
|
190
|
+
safari_photo_2: "safari_photo_2";
|
|
191
|
+
safari_photo_3: "safari_photo_3";
|
|
192
|
+
safari_photo_4: "safari_photo_4";
|
|
188
193
|
}>;
|
|
189
194
|
type SafeSafariDocuments = z$1.infer<typeof SafariDocuments>;
|
|
190
195
|
declare const get: z$1.ZodObject<{
|
|
@@ -196,6 +201,11 @@ declare const get: z$1.ZodObject<{
|
|
|
196
201
|
driving_license_back: "driving_license_back";
|
|
197
202
|
vehicle_rc: "vehicle_rc";
|
|
198
203
|
pan_card: "pan_card";
|
|
204
|
+
safari_photo_main: "safari_photo_main";
|
|
205
|
+
safari_photo_1: "safari_photo_1";
|
|
206
|
+
safari_photo_2: "safari_photo_2";
|
|
207
|
+
safari_photo_3: "safari_photo_3";
|
|
208
|
+
safari_photo_4: "safari_photo_4";
|
|
199
209
|
}>;
|
|
200
210
|
url: z$1.ZodString;
|
|
201
211
|
}, z$1.core.$strip>;
|
package/dist/index.cjs
CHANGED
|
@@ -492,7 +492,12 @@ var SafariDocuments = import_zod14.default.enum(
|
|
|
492
492
|
"driving_license_front",
|
|
493
493
|
"driving_license_back",
|
|
494
494
|
"vehicle_rc",
|
|
495
|
-
"pan_card"
|
|
495
|
+
"pan_card",
|
|
496
|
+
"safari_photo_main",
|
|
497
|
+
"safari_photo_1",
|
|
498
|
+
"safari_photo_2",
|
|
499
|
+
"safari_photo_3",
|
|
500
|
+
"safari_photo_4"
|
|
496
501
|
]
|
|
497
502
|
);
|
|
498
503
|
var get9 = import_zod14.default.object({
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -461,7 +461,12 @@ var SafariDocuments = z14.enum(
|
|
|
461
461
|
"driving_license_front",
|
|
462
462
|
"driving_license_back",
|
|
463
463
|
"vehicle_rc",
|
|
464
|
-
"pan_card"
|
|
464
|
+
"pan_card",
|
|
465
|
+
"safari_photo_main",
|
|
466
|
+
"safari_photo_1",
|
|
467
|
+
"safari_photo_2",
|
|
468
|
+
"safari_photo_3",
|
|
469
|
+
"safari_photo_4"
|
|
465
470
|
]
|
|
466
471
|
);
|
|
467
472
|
var get9 = z14.object({
|