@shipengine/connect-carrier-api 2.6.3 → 2.6.4

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 +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/connect-carrier-api",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "This is the typescript/javascript definitions for carrier api",
5
5
  "homepage": "https://github.com/ShipEngine/connect",
6
6
  "main": "./lib/index.js",
package/spec.json CHANGED
@@ -1825,6 +1825,7 @@
1825
1825
  "description": "This model represents the supported units for dimensions."
1826
1826
  },
1827
1827
  "Document": {
1828
+ "required": ["type", "data", "format"],
1828
1829
  "type": "object",
1829
1830
  "properties": {
1830
1831
  "type": {