@shipengine/connect-carrier-api 4.6.9 → 4.6.10
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.
- package/package.json +1 -1
- package/spec.json +3 -2
package/package.json
CHANGED
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.20.
|
|
6
|
+
"version": "1.20.2"
|
|
7
7
|
},
|
|
8
8
|
"paths": {
|
|
9
9
|
"/Register": {
|
|
@@ -716,7 +716,8 @@
|
|
|
716
716
|
"commercial",
|
|
717
717
|
"residential"
|
|
718
718
|
],
|
|
719
|
-
"type": "string"
|
|
719
|
+
"type": "string",
|
|
720
|
+
"description": "'Commercial' is no longer used, please use 'No'. <br />'Residential' is no longer used, please use 'Yes'."
|
|
720
721
|
},
|
|
721
722
|
"AddressWithContact": {
|
|
722
723
|
"required": [
|