@sp-api-sdk/vendor-direct-fulfillment-shipping-api-v1 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,7 +83,7 @@ export interface Container {
83
83
  * @type {Weight}
84
84
  * @memberof Container
85
85
  */
86
- 'weight'?: Weight;
86
+ 'weight': Weight;
87
87
  /**
88
88
  * A list of packed items.
89
89
  * @type {Array<PackedItem>}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * The weight. This object is mandatory when using the [`submitShipmentConfirmations`](https://developer-docs.amazon.com/sp-api/docs/vendor-direct-fulfillment-shipping-api-v1-reference#submitshipmentconfirmations) operation.
13
+ * The weight.
14
14
  * @export
15
15
  * @interface Weight
16
16
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/vendor-direct-fulfillment-shipping-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Direct Fulfillment Shipping provides programmatic access to a direct fulfillment vendor's shipping data.",
5
- "version": "2.0.0",
5
+ "version": "2.1.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.0.0",
22
- "axios": "^1.5.1"
21
+ "@sp-api-sdk/common": "2.0.2",
22
+ "axios": "^1.6.1"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "vendor direct fulfillment shipping api"
42
42
  ],
43
- "gitHead": "a278405620f714b7bf6c42692d265f76d952bd49"
43
+ "gitHead": "23d420d10e931be7657141e989fccdc9dafe2a9c"
44
44
  }