@gigya-ts/web-sdk
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,2 +0,2 @@ | ||
import { AccountsFinalizeRegistrationRequest, AccountsFinalizeRegistrationResponse, AccountsGetAccountInfoRequest, AccountsGetAccountInfoResponse, AccountsGetJWTRequest, AccountsGetJWTResponse, AccountsGetSchemaRequest, AccountsGetSchemaResponse, AccountsInitRegistrationRequest, AccountsInitRegistrationResponse, AccountsLoginRequest, AccountsLoginResponse, AccountsRegisterRequest, AccountsRegisterResponse, AccountsResetPasswordRequest, AccountsResetPasswordResponse, AccountsSetAccountInfoRequest, AccountsSetAccountInfoResponse, AccountsOTPSendCodeRequest, AccountsOTPSendCodeResponse, GigyaData, GigyaPreferences, GigyaRequest, GigyaResponse, GigyaSubscriptions } from '@gigya-ts/rest-api'; | ||
import { AccountsFinalizeRegistrationRequest, AccountsFinalizeRegistrationResponse, AccountsGetAccountInfoRequest, AccountsGetAccountInfoResponse, AccountsGetJWTRequest, AccountsGetJWTResponse, AccountsGetSchemaRequest, AccountsGetSchemaResponse, AccountsInitRegistrationRequest, AccountsInitRegistrationResponse, AccountsLoginRequest, AccountsLoginResponse, AccountsRegisterRequest, AccountsRegisterResponse, AccountsResetPasswordRequest, AccountsResetPasswordResponse, AccountsSetAccountInfoRequest, AccountsSetAccountInfoResponse, AccountsOTPSendCodeRequest, AccountsOTPSendCodeResponse, GigyaData, GigyaPreferences, GigyaRequest, GigyaResponse, GigyaSubscriptions, AccountsInitTFARequest, AccountsInitTFAResponse } from '@gigya-ts/rest-api'; | ||
import { GigyaJSFunction, GigyaJSOnLoginEvent, GigyaJSOnLogoutEvent, GigyaJSUIDSignature } from '../types/gigya-helpers'; | ||
@@ -62,2 +62,4 @@ export type AccountsAddEventsHandlersRequestJS<DataSchema extends GigyaData> = GigyaRequest<{ | ||
export type AccountsOTPSendCodeResponseJS = Omit<AccountsOTPSendCodeResponse, 'code'>; | ||
export type AccountsInitTFARequestJS = AccountsInitTFARequest; | ||
export type AccountsInitTFAResponseJS = AccountsInitTFAResponse; | ||
export type GigyaAccountsNamespaceJS<DataSchema extends GigyaData, PreferencesSchema extends GigyaPreferences, SubscriptionsSchema extends GigyaSubscriptions> = { | ||
@@ -77,3 +79,4 @@ addEventHandlers: GigyaJSFunction<AccountsAddEventsHandlersRequestJS<DataSchema>, AccountsAddEventsHandlersResponseJS>; | ||
showScreenSet: GigyaJSFunction<AccountsShowScreenSetRequestJS, AccountsShowScreenSetResponseJS>; | ||
'tfa.initTFA': GigyaJSFunction<AccountsInitTFARequestJS, AccountsInitTFAResponseJS>; | ||
}; | ||
//# sourceMappingURL=accounts.d.ts.map |
{ | ||
"name": "@gigya-ts/web-sdk", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "TypeScript definitions for the Gigya Web SDK", | ||
@@ -14,3 +14,3 @@ "type": "module", | ||
"dependencies": { | ||
"@gigya-ts/rest-api": "0.1.0" | ||
"@gigya-ts/rest-api": "0.1.1" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
16532
119
+ Added@gigya-ts/rest-api@0.1.1(transitive)
- Removed@gigya-ts/rest-api@0.1.0(transitive)
Updated@gigya-ts/rest-api@0.1.1