Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sp-api-sdk/vendor-direct-fulfillment-orders-api-2021-12-28

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sp-api-sdk/vendor-direct-fulfillment-orders-api-2021-12-28 - npm Package Compare versions

Comparing version 1.3.11 to 1.4.0

dist/cjs/src/api-model/models/buyer-customized-info-detail.js

1

dist/cjs/src/api-model/models/index.js

@@ -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;
}

4

package.json

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc