@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.52 to 0.12.53
@@ -100,3 +100,4 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
Ready = "ready", | ||
Closed = "closed" | ||
Closed = "closed", | ||
Deleted = "deleted" | ||
} | ||
@@ -103,0 +104,0 @@ export declare enum OrderFulfillmentStateDTO { |
@@ -35,2 +35,3 @@ "use strict"; | ||
OrderStateDTO["Closed"] = "closed"; | ||
OrderStateDTO["Deleted"] = "deleted"; | ||
})(OrderStateDTO = exports.OrderStateDTO || (exports.OrderStateDTO = {})); | ||
@@ -37,0 +38,0 @@ var OrderFulfillmentStateDTO; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.52", | ||
"license": "ISC", | ||
"files": [ | ||
"lib/*" | ||
], | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"axios": "^0.21.1" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.3.5" | ||
}, | ||
"scripts": { | ||
"prepublish": "yarn build", | ||
"build": "rm -rf lib && tsc" | ||
} | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.53", | ||
"license": "ISC", | ||
"files": [ | ||
"lib/*" | ||
], | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"axios": "^0.21.1" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.3.5" | ||
}, | ||
"scripts": { | ||
"prepublish": "yarn build", | ||
"build": "rm -rf lib && tsc" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
51586
1003