flowcl-node-api-client
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -126,3 +126,3 @@ const axios = require("axios"); | ||
PENDING_PAYMENT: 1, | ||
PAIED: 2, | ||
PAID: 2, | ||
REJECTED: 3, | ||
@@ -129,0 +129,0 @@ CANCELED: 4 |
@@ -17,3 +17,3 @@ export interface IFlowApiConfig { | ||
PENDING_PAYMENT = 1, | ||
PAIED = 2, | ||
PAID = 2, | ||
REJECTED = 3, | ||
@@ -20,0 +20,0 @@ CANCELED = 4, |
{ | ||
"name": "flowcl-node-api-client", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"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
10251