@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.
@@ -1,2 +1,2 @@
1
- export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-BdU753Gx.cjs';
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';
@@ -1,2 +1,2 @@
1
- export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, s as Support, v as VerifyEmail } from '../index-BdU753Gx.js';
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
@@ -1,3 +1,3 @@
1
1
  export { i as SafariOnboarding } from './index-627dTKbu.cjs';
2
- export { i as CommonOnboarding } from './index-BdU753Gx.cjs';
2
+ export { i as CommonOnboarding } from './index-CxgeUUPX.cjs';
3
3
  import 'zod';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { i as SafariOnboarding } from './index-627dTKbu.js';
2
- export { i as CommonOnboarding } from './index-BdU753Gx.js';
2
+ export { i as CommonOnboarding } from './index-CxgeUUPX.js';
3
3
  import 'zod';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripsam/onboarding",
3
- "version": "1.0.89",
3
+ "version": "1.0.90",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",