@sp-api-sdk/vendor-direct-fulfillment-orders-api-2021-12-28
Advanced tools
Comparing version 1.3.11 to 1.4.0
@@ -6,2 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./address"), exports); | ||
tslib_1.__exportStar(require("./buyer-customized-info-detail"), exports); | ||
tslib_1.__exportStar(require("./error-list"), exports); | ||
@@ -8,0 +9,0 @@ tslib_1.__exportStar(require("./gift-details"), exports); |
export * from './acknowledgement-status'; | ||
export * from './address'; | ||
export * from './buyer-customized-info-detail'; | ||
export * from './error-list'; | ||
@@ -4,0 +5,0 @@ export * from './gift-details'; |
export * from './acknowledgement-status'; | ||
export * from './address'; | ||
export * from './buyer-customized-info-detail'; | ||
export * from './error-list'; | ||
@@ -4,0 +5,0 @@ export * from './gift-details'; |
@@ -12,2 +12,3 @@ /** | ||
*/ | ||
import { BuyerCustomizedInfoDetail } from './buyer-customized-info-detail'; | ||
import { GiftDetails } from './gift-details'; | ||
@@ -84,2 +85,8 @@ import { ItemQuantity } from './item-quantity'; | ||
'totalPrice'?: Money; | ||
/** | ||
* | ||
* @type {BuyerCustomizedInfoDetail} | ||
* @memberof OrderItem | ||
*/ | ||
'buyerCustomizedInfo'?: BuyerCustomizedInfoDetail; | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Direct Fulfillment Orders provides programmatic access to a direct fulfillment vendor's order data.", | ||
"version": "1.3.11", | ||
"version": "1.4.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -55,3 +55,3 @@ "module": "dist/es/index.js", | ||
}, | ||
"gitHead": "3a4bc7db3349aaf06b421f0e89c9fb3f60a76cd1" | ||
"gitHead": "20f68d895f9d23358d9fac41bbcd996364f227cf" | ||
} |
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
166717
105
3705