@figuredev/orders-sdk
Advanced tools
Comparing version 0.12.20 to 0.12.21
@@ -1,4 +0,4 @@ | ||
import { UserContext } from "./utils"; | ||
import { OrderDTO } from "./orderV3"; | ||
import { IsoDateTime } from "./types"; | ||
import { UserContext } from "./utils"; | ||
declare type OrdersClientConfig = { | ||
@@ -5,0 +5,0 @@ baseUrl: string; |
@@ -104,3 +104,4 @@ import { AddressDTO, IsoDateTime, Maybe, RecipientDTO } from "./types"; | ||
Completed = "completed", | ||
Failed = "failed" | ||
Failed = "failed", | ||
Unknown = "unknown" | ||
} | ||
@@ -107,0 +108,0 @@ export declare type OrderFulfillmentAttributesDTO = { |
@@ -53,2 +53,3 @@ "use strict"; | ||
OrderFulfillmentDeliveryStateDTO["Failed"] = "failed"; | ||
OrderFulfillmentDeliveryStateDTO["Unknown"] = "unknown"; | ||
})(OrderFulfillmentDeliveryStateDTO = exports.OrderFulfillmentDeliveryStateDTO || (exports.OrderFulfillmentDeliveryStateDTO = {})); | ||
@@ -55,0 +56,0 @@ var OrderPaymentPriceComponentTypeDTO; |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.12.20", | ||
"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.21", | ||
"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
35005
801