Comparing version 2.11.5 to 2.11.6
@@ -1126,11 +1126,11 @@ /// <reference types="node" /> | ||
setApiKey(key: HoldingsApiApiKeys, value: string): void; | ||
listHoldings(userGuid: string): Promise<{ | ||
listHoldings(userGuid: string, page?: number, recordsPerPage?: number): Promise<{ | ||
response: http.IncomingMessage; | ||
body: HoldingsResponseBody; | ||
}>; | ||
listHoldingsByAccount(accountGuid: string, userGuid: string): Promise<{ | ||
listHoldingsByAccount(accountGuid: string, userGuid: string, page?: number, recordsPerPage?: number): Promise<{ | ||
response: http.IncomingMessage; | ||
body: HoldingsResponseBody; | ||
}>; | ||
listHoldingsByMember(memberGuid: string, userGuid: string): Promise<{ | ||
listHoldingsByMember(memberGuid: string, userGuid: string, page?: number, recordsPerPage?: number): Promise<{ | ||
response: http.IncomingMessage; | ||
@@ -1303,7 +1303,7 @@ body: HoldingsResponseBody; | ||
setApiKey(key: MerchantsApiApiKeys, value: string): void; | ||
listMerchantLocations(merchantGuid: string): Promise<{ | ||
listMerchantLocations(merchantGuid: string, page?: number, recordsPerPage?: number): Promise<{ | ||
response: http.IncomingMessage; | ||
body: MerchantLocationsResponseBody; | ||
}>; | ||
listMerchants(): Promise<{ | ||
listMerchants(page?: number, recordsPerPage?: number): Promise<{ | ||
response: http.IncomingMessage; | ||
@@ -1310,0 +1310,0 @@ body: MerchantsResponseBody; |
{ | ||
"name": "mx-atrium", | ||
"version": "2.11.5", | ||
"version": "2.11.6", | ||
"description": "NodeJS client for mx-atrium-node", | ||
@@ -23,6 +23,6 @@ "repository": "mxenabled/mx-atrium-node", | ||
"dependencies": { | ||
"bluebird": "^3.5.0", | ||
"request": "^2.81.0", | ||
"@types/bluebird": "*", | ||
"@types/request": "*", | ||
"bluebird": "^3.5.0", | ||
"request": "^2.81.0" | ||
"@types/request": "*" | ||
}, | ||
@@ -32,5 +32,5 @@ "devDependencies": { | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
"publishConfig":{ | ||
"registry":"https://registry.npmjs.org/" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
390656
6856