@bytexbyte/ike-app-api 1.0.10 → 1.0.12

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.
@@ -88,7 +88,8 @@ export declare type SignInPhoneOTP = (provider: 'phone-otp', form: {
88
88
  csrfToken?: string;
89
89
  }) => Promise<{
90
90
  id: string;
91
+ idVerified: Date | null;
91
92
  } | {
92
- error: 'Authentication error.' | 'Field(s) cannot be empty.' | 'Invalid OTP code.' | 'User not found.' | 'ID not verified.';
93
+ error: 'Authentication error.' | 'Field(s) cannot be empty.' | 'Invalid OTP code.';
93
94
  }>;
94
95
  export declare type SignIn = SignInEmailPassword | SignInGoogleIos | SignInGoogleAndroid | SignInFacebookMobile | SignInAppleMobile | SignInEmailBiometrics | SignInKyc | SignInPhoneOTP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytexbyte/ike-app-api",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "app api",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -76,4 +76,4 @@
76
76
  "tsutils": "^2.29.0",
77
77
  "wrappy": "^1.0.2"
78
78
  }
79
- }
79
+ }