@tripsam/onboarding 1.0.87 → 1.0.88

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, v as VerifyEmail } from '../index-DpX6jjAw.cjs';
1
+ export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-B5uNTRoO.cjs';
2
2
  import 'zod';
@@ -1,2 +1,2 @@
1
- export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-DpX6jjAw.js';
1
+ export { d as DocumentType, l as LocationAutoSuggest, o as Onboard, v as VerifyEmail } from '../index-B5uNTRoO.js';
2
2
  import 'zod';
@@ -101,7 +101,9 @@ type SafeOnboard = z.output<typeof onboard>;
101
101
  type SafeOnboardList = z.output<typeof list>;
102
102
  type SafeUpdateUser = z.output<typeof updateUser>;
103
103
  type SafeOnboardUser = z.output<typeof onboardUser>;
104
+ type SafariType = keyof typeof safariTypes;
104
105
 
106
+ type onboard$1_SafariType = SafariType;
105
107
  type onboard$1_SafeOnboard = SafeOnboard;
106
108
  type onboard$1_SafeOnboardList = SafeOnboardList;
107
109
  type onboard$1_SafeOnboardUser = SafeOnboardUser;
@@ -113,7 +115,7 @@ declare const onboard$1_safariTypes: typeof safariTypes;
113
115
  declare const onboard$1_safeSas: typeof safeSas;
114
116
  declare const onboard$1_updateUser: typeof updateUser;
115
117
  declare namespace onboard$1 {
116
- export { type onboard$1_SafeOnboard as SafeOnboard, type onboard$1_SafeOnboardList as SafeOnboardList, type onboard$1_SafeOnboardUser as SafeOnboardUser, type onboard$1_SafeUpdateUser as SafeUpdateUser, onboard$1_list as list, onboard$1_onboard as onboard, onboard$1_onboardUser as onboardUser, onboard$1_safariTypes as safariTypes, onboard$1_safeSas as safeSas, onboard$1_updateUser as updateUser };
118
+ export { type onboard$1_SafariType as SafariType, type onboard$1_SafeOnboard as SafeOnboard, type onboard$1_SafeOnboardList as SafeOnboardList, type onboard$1_SafeOnboardUser as SafeOnboardUser, type onboard$1_SafeUpdateUser as SafeUpdateUser, onboard$1_list as list, onboard$1_onboard as onboard, onboard$1_onboardUser as onboardUser, onboard$1_safariTypes as safariTypes, onboard$1_safeSas as safeSas, onboard$1_updateUser as updateUser };
117
119
  }
118
120
 
119
121
  declare const locationDetails: z$1.ZodObject<{
@@ -101,7 +101,9 @@ type SafeOnboard = z.output<typeof onboard>;
101
101
  type SafeOnboardList = z.output<typeof list>;
102
102
  type SafeUpdateUser = z.output<typeof updateUser>;
103
103
  type SafeOnboardUser = z.output<typeof onboardUser>;
104
+ type SafariType = keyof typeof safariTypes;
104
105
 
106
+ type onboard$1_SafariType = SafariType;
105
107
  type onboard$1_SafeOnboard = SafeOnboard;
106
108
  type onboard$1_SafeOnboardList = SafeOnboardList;
107
109
  type onboard$1_SafeOnboardUser = SafeOnboardUser;
@@ -113,7 +115,7 @@ declare const onboard$1_safariTypes: typeof safariTypes;
113
115
  declare const onboard$1_safeSas: typeof safeSas;
114
116
  declare const onboard$1_updateUser: typeof updateUser;
115
117
  declare namespace onboard$1 {
116
- export { type onboard$1_SafeOnboard as SafeOnboard, type onboard$1_SafeOnboardList as SafeOnboardList, type onboard$1_SafeOnboardUser as SafeOnboardUser, type onboard$1_SafeUpdateUser as SafeUpdateUser, onboard$1_list as list, onboard$1_onboard as onboard, onboard$1_onboardUser as onboardUser, onboard$1_safariTypes as safariTypes, onboard$1_safeSas as safeSas, onboard$1_updateUser as updateUser };
118
+ export { type onboard$1_SafariType as SafariType, type onboard$1_SafeOnboard as SafeOnboard, type onboard$1_SafeOnboardList as SafeOnboardList, type onboard$1_SafeOnboardUser as SafeOnboardUser, type onboard$1_SafeUpdateUser as SafeUpdateUser, onboard$1_list as list, onboard$1_onboard as onboard, onboard$1_onboardUser as onboardUser, onboard$1_safariTypes as safariTypes, onboard$1_safeSas as safeSas, onboard$1_updateUser as updateUser };
117
119
  }
118
120
 
119
121
  declare const locationDetails: z$1.ZodObject<{
package/dist/index.d.cts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { i as SafariOnboarding } from './index-DWRF0MBf.cjs';
2
- export { i as CommonOnboarding } from './index-DpX6jjAw.cjs';
2
+ export { i as CommonOnboarding } from './index-B5uNTRoO.cjs';
3
3
  import 'zod';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { i as SafariOnboarding } from './index-DWRF0MBf.js';
2
- export { i as CommonOnboarding } from './index-DpX6jjAw.js';
2
+ export { i as CommonOnboarding } from './index-B5uNTRoO.js';
3
3
  import 'zod';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripsam/onboarding",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",