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

ggez-banking-sdk

Package Overview
Dependencies
Maintainers
0
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ggez-banking-sdk - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

1

dist/bank-system/helper/dataStructure.js

@@ -1010,2 +1010,3 @@ "use strict";

notes: values.note,
wire_transfer_type: values.wireTransferType,
}, account: {

@@ -1012,0 +1013,0 @@ info: {

3

dist/bank-system/interfaces/accountInterface.d.ts
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

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