@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.
- package/package.json +1 -1
- package/spec.json +2 -5
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.28.
|
|
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
|
}
|