@shipengine/connect-carrier-api 4.6.5 → 4.6.6
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 +6 -0
package/package.json
CHANGED
package/spec.json
CHANGED
|
@@ -1173,6 +1173,7 @@
|
|
|
1173
1173
|
"metadata": {
|
|
1174
1174
|
"type": "object",
|
|
1175
1175
|
"additionalProperties": {
|
|
1176
|
+
"type": "object",
|
|
1176
1177
|
"nullable": true
|
|
1177
1178
|
},
|
|
1178
1179
|
"nullable": true
|
|
@@ -1191,6 +1192,7 @@
|
|
|
1191
1192
|
"metadata": {
|
|
1192
1193
|
"type": "object",
|
|
1193
1194
|
"additionalProperties": {
|
|
1195
|
+
"type": "object",
|
|
1194
1196
|
"nullable": true
|
|
1195
1197
|
},
|
|
1196
1198
|
"description": "This is an optional schemaless object that you may return with a successful response. Anything returned\r\nunder this key will be included in all future requests. For example, you may store additional static\r\nproperties about the end user or their connection to the carrier. The maximum storage size\r\nfor data under this key is 4KB.",
|
|
@@ -1847,6 +1849,7 @@
|
|
|
1847
1849
|
"manifest_identifiers": {
|
|
1848
1850
|
"type": "object",
|
|
1849
1851
|
"additionalProperties": {
|
|
1852
|
+
"type": "object",
|
|
1850
1853
|
"nullable": true
|
|
1851
1854
|
},
|
|
1852
1855
|
"description": "Carrier information needed to get created manifests.\r\nOnly needed if carrier requires two calls to create and get manifests.",
|
|
@@ -2549,6 +2552,7 @@
|
|
|
2549
2552
|
"manifest_identifiers": {
|
|
2550
2553
|
"type": "object",
|
|
2551
2554
|
"additionalProperties": {
|
|
2555
|
+
"type": "object",
|
|
2552
2556
|
"nullable": true
|
|
2553
2557
|
},
|
|
2554
2558
|
"description": "Carrier specific data needed to retrieve Manifest results",
|
|
@@ -3710,6 +3714,7 @@
|
|
|
3710
3714
|
"registration_info": {
|
|
3711
3715
|
"type": "object",
|
|
3712
3716
|
"additionalProperties": {
|
|
3717
|
+
"type": "object",
|
|
3713
3718
|
"nullable": true
|
|
3714
3719
|
},
|
|
3715
3720
|
"description": "This is a schemaless object used to contain any required fields for validating a users credentials or\r\nregistering a new account. These fields will be custom to the shipping service provider, and will be\r\ncollected via a form and sent over as key value pairs.",
|
|
@@ -3732,6 +3737,7 @@
|
|
|
3732
3737
|
"metadata": {
|
|
3733
3738
|
"type": "object",
|
|
3734
3739
|
"additionalProperties": {
|
|
3740
|
+
"type": "object",
|
|
3735
3741
|
"nullable": true
|
|
3736
3742
|
},
|
|
3737
3743
|
"description": "This is an optional schemaless object that should be returned for persisted auth and user information.\r\nAnything returned under this key will be included in all future requests. For example, you may store\r\nadditional static properties about the end user or their connection to the carrier. The maximum\r\nstorage size for data under this key is 4KB.",
|