Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gigya-ts/web-sdk

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gigya-ts/web-sdk - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

dist/namespaces/accounts.d.ts

@@ -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

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc