@shipengine/connect-carrier-api 4.5.0 → 4.5.1

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/connect-carrier-api",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
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.19.1"
6
+ "version": "1.19.3"
7
7
  },
8
8
  "paths": {
9
9
  "/Register": {
@@ -797,10 +797,6 @@
797
797
  "type": "boolean",
798
798
  "description": "Describes whether client is requesting the ability to upload documents like commercial invoice after the shipment has been processed"
799
799
  },
800
- "export_declaration_number": {
801
- "type": "boolean",
802
- "description": "An EDN is a number which is nine alphanumeric characters long and issued by the Australian Customs (Australian Border Force) in exchange for the information that an exporter shares with them."
803
- },
804
800
  "dangerous_goods": {
805
801
  "type": "boolean",
806
802
  "description": "Indicates if the Dangerous goods are present in the shipment."
@@ -1798,6 +1794,10 @@
1798
1794
  "type": "string",
1799
1795
  "description": "Text explanation for the content",
1800
1796
  "nullable": true
1797
+ },
1798
+ "export_declaration_number": {
1799
+ "type": "string",
1800
+ "description": "An EDN is a number which is nine alphanumeric characters long and issued by the Australian Customs (Australian Border Force) in exchange for the information that an exporter shares with them."
1801
1801
  }
1802
1802
  },
1803
1803
  "additionalProperties": false