ggez-banking-sdk
Advanced tools
Comparing version 0.0.15 to 0.0.16
import { DoTransactionInterface, GetTransactionInterface, GetAccountLimit } from "../interfaces/accountInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const useAccount: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const useAccount: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
GetTransactionByUserId: (values: GetTransactionInterface) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: import("axios").AxiosResponse<any, any>; |
import { CreateAddressInterface, DeleteUserAddressInterface, MakeAddressPrimaryInterface, UpdateAddressInterface } from "../interfaces/bankingSystemInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const useAddresses: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const useAddresses: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
CreateAddress: (values: CreateAddressInterface) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: import("axios").AxiosResponse<any, any>; |
import { CreateBankAccountInterFace, UpdateBankAccountInterFace, DeleteBankAccountInterFace, MakeBankAccountPrimaryInterFace } from "../interfaces/bankingSystemInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const useBankAccount: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const useBankAccount: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
CreateBankAccount: (values: CreateBankAccountInterFace) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: import("axios").AxiosResponse<any, any>; |
import { CreateUserEmailInterface, DeleteUserEmailInterface, UpdateUserEmailInterface, ConfirmLimitedEmailInterface, MakePrimaryUserEmailInterface, VerifyLimitedEmailInterface } from "../interfaces/bankingSystemInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const useEmail: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const useEmail: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
CreateUserEmail: (values: CreateUserEmailInterface) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: import("axios").AxiosResponse<any, any>; |
import { CreateIdentificationInterface, DeleteIdentificationInterface, UpdateIdentificationInterface } from "../interfaces/bankingSystemInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const useIdentification: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const useIdentification: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
CreateIdentification: (values: CreateIdentificationInterface) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: import("axios").AxiosResponse<any, any>; |
import { CreateDocumentOrganizationInterface, CreateOrganizationInterface, UpdateOrganizationInterface } from "../interfaces/organizationInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const useOrganization: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const useOrganization: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
CreateOrganization: (values: CreateOrganizationInterface) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: any; |
import { UpdatePersonalInfoInterface, UpdateProfilePictureInterface } from "../interfaces/bankingSystemInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const usePersonalInfo: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const usePersonalInfo: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
UpdatePersonalInfo: (values: UpdatePersonalInfoInterface) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: import("axios").AxiosResponse<any, any>; |
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
import { ConfirmLimitedPhoneInterface, CreateUserPhoneInterface, DeleteUserPhoneInterface, MakeUserPhonePrimaryInterface, UpdateUserPhoneInterface, VerifyLimitedPhoneInterface } from "../interfaces/bankingSystemInterface"; | ||
export declare const usePhone: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const usePhone: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
CreateUserPhone: (values: CreateUserPhoneInterface) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: import("axios").AxiosResponse<any, any>; |
import { ChangeUserSecurityCodeInterface, ResetPasswordInterface, ResetSecurityQuestionsInterface, UpdateUserPreferencesInterface, ValidateSecurityCodeInterface, ActivateGoogleAuthInterface, DeleteGoogleAuthInterface } from "../interfaces/bankingSystemInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const useSecurity: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
export declare const useSecurity: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates?: IGeoCoordinates, lang?: string) => { | ||
ResetPassword: (values: ResetPasswordInterface) => Promise<{ | ||
@@ -5,0 +5,0 @@ response: import("axios").AxiosResponse<any, any>; |
import { ValidateLimitedPhoneInterface, VerifyLimitedEmailInterface, VerifyLimitedPhoneInterface, ConfirmLimitedEmailInterface, ConfirmLimitedPhoneInterface, IsEmailPresentAndValidInterface, IsPhonePresentAndValidInterface, SendOTPPhoneInterface, SendOTPEmailInterface, ForgetPasswordValidateInterface, ForgetPasswordConfirmInterface } from "../interfaces/bankingSystemInterface"; | ||
import { LimitedTokenInterface } from "../interfaces/signInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
export declare const useVerifyAndConfirm: (userInfo: UserInfo, tokenData: LimitedTokenInterface, baseUrl: string, nodeUrl: string, programId: string, geoCoordinates: IGeoCoordinates, token?: string, userId?: string, lang?: string) => { | ||
export declare const useVerifyAndConfirm: (userInfo: UserInfo, tokenData: LimitedTokenInterface, baseUrl: string, nodeUrl: string, programId: string, geoCoordinates?: IGeoCoordinates, token?: string, userId?: string, lang?: string) => { | ||
ValidateLimitedPhone: (values: ValidateLimitedPhoneInterface) => Promise<{ | ||
@@ -6,0 +6,0 @@ response: import("axios").AxiosResponse<any, any>; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
793425