@tripsam/onboarding 1.0.89 → 1.0.90
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.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-CxgeUUPX.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-CxgeUUPX.js';
|
|
2
2
|
import 'zod';
|
|
@@ -219,10 +219,12 @@ declare const createTicket: z$1.ZodObject<{
|
|
|
219
219
|
subcategory: z$1.ZodString;
|
|
220
220
|
message: z$1.ZodString;
|
|
221
221
|
}, z$1.core.$strip>;
|
|
222
|
+
type SafeCreateTicket = z$1.output<typeof createTicket>;
|
|
222
223
|
|
|
224
|
+
type support_SafeCreateTicket = SafeCreateTicket;
|
|
223
225
|
declare const support_createTicket: typeof createTicket;
|
|
224
226
|
declare namespace support {
|
|
225
|
-
export { support_createTicket as createTicket };
|
|
227
|
+
export { type support_SafeCreateTicket as SafeCreateTicket, support_createTicket as createTicket };
|
|
226
228
|
}
|
|
227
229
|
|
|
228
230
|
declare namespace index {
|
|
@@ -219,10 +219,12 @@ declare const createTicket: z$1.ZodObject<{
|
|
|
219
219
|
subcategory: z$1.ZodString;
|
|
220
220
|
message: z$1.ZodString;
|
|
221
221
|
}, z$1.core.$strip>;
|
|
222
|
+
type SafeCreateTicket = z$1.output<typeof createTicket>;
|
|
222
223
|
|
|
224
|
+
type support_SafeCreateTicket = SafeCreateTicket;
|
|
223
225
|
declare const support_createTicket: typeof createTicket;
|
|
224
226
|
declare namespace support {
|
|
225
|
-
export { support_createTicket as createTicket };
|
|
227
|
+
export { type support_SafeCreateTicket as SafeCreateTicket, support_createTicket as createTicket };
|
|
226
228
|
}
|
|
227
229
|
|
|
228
230
|
declare namespace index {
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED