@shipengine/connect-carrier-api 2.11.4 → 2.11.5

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/connect-carrier-api",
3
- "version": "2.11.4",
3
+ "version": "2.11.5",
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
@@ -3325,7 +3325,7 @@
3325
3325
  "StandardizedStatusCodes": {
3326
3326
  "enum": ["UN", "AC", "IT", "DE", "EX", "AT", "NY", "SP"],
3327
3327
  "type": "string",
3328
- "description": "This represents the ShipEngine supported status codes for a shipment.\r\nUN - Unknown\r\nAC - Accepted\r\nIT - In Transit\r\nDE - Delivered\r\nEX - Exception\r\nAT - Delivery Attempted\r\nNY - Not Yet In System\r\nSP - Delivered To Service Point"
3328
+ "description": "This represents the ShipEngine supported status codes for a shipment.\r\nUN - Unknown\r\nAC - Accepted\r\nIT - In Transit\r\nDE - Delivered\r\nEX - Exception\r\nAT - Delivery Attempted\r\nNY - Not Yet In System\r\nSP - Delivered To The Collection Location"
3329
3329
  },
3330
3330
  "TaxIdentificationType": {
3331
3331
  "enum": ["tin", "ein", "ssn", "vat", "eori", "ioss", "pan", "voec"],