@sp-api-sdk/fulfillment-inbound-api-v0 1.8.10 → 1.8.13

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.
@@ -23,7 +23,7 @@ export interface PartneredSmallParcelDataInput {
23
23
  */
24
24
  'PackageList'?: Array<PartneredSmallParcelPackageInput>;
25
25
  /**
26
- * The Amazon-partnered carrier to use for the inbound shipment.
26
+ * The Amazon-partnered carrier to use for the inbound shipment. **`CarrierName`** values in France (FR), Italy (IT), Spain (ES), the United Kingdom (UK), and the United States (US): `UNITED_PARCEL_SERVICE_INC`. <br> **`CarrierName`** values in Germany (DE): `DHL_STANDARD`,`UNITED_PARCEL_SERVICE_INC`. <br>Default: `UNITED_PARCEL_SERVICE_INC`.
27
27
  * @type {string}
28
28
  * @memberof PartneredSmallParcelDataInput
29
29
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fulfillment-inbound-api-v0",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.",
5
- "version": "1.8.10",
5
+ "version": "1.8.13",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -26,8 +26,8 @@
26
26
  "test": "jest"
27
27
  },
28
28
  "dependencies": {
29
- "@sp-api-sdk/auth": "^1.9.22",
30
- "@sp-api-sdk/common": "^1.9.8",
29
+ "@sp-api-sdk/auth": "^1.9.24",
30
+ "@sp-api-sdk/common": "^1.9.11",
31
31
  "axios": "^0.27.2"
32
32
  },
33
33
  "repository": {
@@ -52,5 +52,5 @@
52
52
  "typedoc": {
53
53
  "entryPoint": "./index.ts"
54
54
  },
55
- "gitHead": "f3a5a3239230fc4a2e89134bc563157e02ffb891"
55
+ "gitHead": "17a0d24e21dd598b4e6482f35691d164c4148901"
56
56
  }