flowcl-node-api-client
Advanced tools
Comparing version 1.0.10 to 1.1.0
@@ -13,3 +13,3 @@ export interface IFlowApiConfig { | ||
CRYPOMONEDA = 5, | ||
TODOS_LOS_MEDIOS = 9 | ||
TODOS_LOS_MEDIOS = 9, | ||
} | ||
@@ -20,3 +20,3 @@ export enum FlowStatus { | ||
REJECTED = 3, | ||
CANCELED = 4 | ||
CANCELED = 4, | ||
} | ||
@@ -27,3 +27,3 @@ export interface IFlowGetStatus { | ||
export interface IFlowSendParams { | ||
commerceOrder: number; | ||
commerceOrder: string; | ||
subject: string; | ||
@@ -59,2 +59,3 @@ currency: string; | ||
amount: number; | ||
currency: string; | ||
fee: number; | ||
@@ -76,5 +77,5 @@ balance: number; | ||
params: IFlowSendParams | IFlowGetStatus, | ||
method: HTTPMethod = "GET" | ||
method: HTTPMethod | ||
): Promise<IFlowPaymentStatus | IFlowPaymentCreate>; | ||
getPack(params: IFlowSendParams, method: HTTPMethod = "GET"): string; | ||
getPack(params: IFlowSendParams, method: HTTPMethod): string; | ||
sign(params: IFlowSendParams): string; | ||
@@ -81,0 +82,0 @@ httpGet( |
{ | ||
"name": "flowcl-node-api-client", | ||
"version": "1.0.10", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "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
24069
419