@figuredev/orders-sdk
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -9,2 +9,3 @@ import { components } from "./schema" | ||
export type OrderCustomerInputDTO = components["schemas"]["OrderCustomerInput"] | ||
export type AddressDTO = components["schemas"]["Address"] | ||
export type AddressDTO = components["schemas"]["Address"] | ||
export type OrderItemTaxInputDTO = components["schemas"]["OrderItemTaxInput"] |
@@ -6,3 +6,3 @@ import axios from "axios" | ||
type OrdersClientConfig = { | ||
endpoint: string | ||
baseUrl: string | ||
secret: string | ||
@@ -16,3 +16,3 @@ } | ||
return await axios.request({ | ||
baseURL: this.config.endpoint, | ||
baseURL: this.config.baseUrl, | ||
method: "POST", | ||
@@ -19,0 +19,0 @@ url: "/order/v2", |
{ | ||
"name": "@figuredev/orders-sdk", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5242
153
0