ggez-banking-sdk
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -1010,2 +1010,3 @@ "use strict"; | ||
notes: values.note, | ||
wire_transfer_type: values.wireTransferType, | ||
}, account: { | ||
@@ -1012,0 +1013,0 @@ info: { |
import { IGeoCoordinates } from "./interface"; | ||
export interface doTransactionInterface { | ||
export interface DoTransactionInterface { | ||
type: number | string; | ||
@@ -10,2 +10,3 @@ amount: string; | ||
bankId?: number | string; | ||
wireTransferType?: number; | ||
geoCoordinates?: IGeoCoordinates; | ||
@@ -12,0 +13,0 @@ } |
@@ -1,2 +0,2 @@ | ||
import { doTransactionInterface, GetTransactionInterface, GetAccountLimit } from "../interfaces/accountInterface"; | ||
import { DoTransactionInterface, GetTransactionInterface, GetAccountLimit } from "../interfaces/accountInterface"; | ||
import { IGeoCoordinates, UserInfo } from "../interfaces/interface"; | ||
@@ -21,3 +21,3 @@ export declare const useAccount: (token: string, userInfo: UserInfo, userId: string, baseUrl: string, geoCoordinates: IGeoCoordinates, lang?: string) => { | ||
}>; | ||
DoTransaction: (values: doTransactionInterface) => Promise<{ | ||
DoTransaction: (values: DoTransactionInterface) => Promise<{ | ||
response: any; | ||
@@ -24,0 +24,0 @@ newUser: any; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"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", |
Sorry, the diff of this file is too big to display
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
793378
25167