@shipengine/connect-carrier-api 4.16.8-beta.2 → 4.16.8-beta.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/spec.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/connect-carrier-api",
3
- "version": "4.16.8-beta.2",
3
+ "version": "4.16.8-beta.3",
4
4
  "description": "This is the typescript/javascript definitions for carrier api",
5
5
  "homepage": "https://connect.shipengine.com",
6
6
  "main": "./lib/index.js",
package/spec.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "title": "Shipping API",
5
5
  "description": "This API specification describes the canonical ShipEngine Shipping API connector module.",
6
- "version": "1.28.8"
6
+ "version": "1.28.9"
7
7
  },
8
8
  "paths": {
9
9
  "/Register": {
@@ -1816,10 +1816,7 @@
1816
1816
  },
1817
1817
  "manifest_identifiers": {
1818
1818
  "type": "object",
1819
- "additionalProperties": {
1820
- "type": "object",
1821
- "nullable": true
1822
- },
1819
+ "additionalProperties": { },
1823
1820
  "description": "Carrier information needed to get created manifests.\r\nOnly needed if carrier requires two calls to create and get manifests.",
1824
1821
  "nullable": true
1825
1822
  }