@shipengine/connect-carrier-api 4.6.2 → 4.6.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 +8 -1
package/package.json
CHANGED
package/spec.json
CHANGED
|
@@ -885,6 +885,7 @@
|
|
|
885
885
|
"metadata": {
|
|
886
886
|
"type": "object",
|
|
887
887
|
"additionalProperties": {
|
|
888
|
+
"type": "object",
|
|
888
889
|
"nullable": true
|
|
889
890
|
},
|
|
890
891
|
"nullable": true
|
|
@@ -903,6 +904,7 @@
|
|
|
903
904
|
"metadata": {
|
|
904
905
|
"type": "object",
|
|
905
906
|
"additionalProperties": {
|
|
907
|
+
"type": "object",
|
|
906
908
|
"nullable": true
|
|
907
909
|
},
|
|
908
910
|
"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.",
|
|
@@ -1556,6 +1558,7 @@
|
|
|
1556
1558
|
"manifest_identifiers": {
|
|
1557
1559
|
"type": "object",
|
|
1558
1560
|
"additionalProperties": {
|
|
1561
|
+
"type": "object",
|
|
1559
1562
|
"nullable": true
|
|
1560
1563
|
},
|
|
1561
1564
|
"description": "Carrier information needed to get created manifests.\r\nOnly needed if carrier requires two calls to create and get manifests.",
|
|
@@ -2258,6 +2261,7 @@
|
|
|
2258
2261
|
"manifest_identifiers": {
|
|
2259
2262
|
"type": "object",
|
|
2260
2263
|
"additionalProperties": {
|
|
2264
|
+
"type": "object",
|
|
2261
2265
|
"nullable": true
|
|
2262
2266
|
},
|
|
2263
2267
|
"description": "Carrier specific data needed to retrieve Manifest results",
|
|
@@ -3401,6 +3405,7 @@
|
|
|
3401
3405
|
"registration_info": {
|
|
3402
3406
|
"type": "object",
|
|
3403
3407
|
"additionalProperties": {
|
|
3408
|
+
"type": "object",
|
|
3404
3409
|
"nullable": true
|
|
3405
3410
|
},
|
|
3406
3411
|
"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.",
|
|
@@ -3423,6 +3428,7 @@
|
|
|
3423
3428
|
"metadata": {
|
|
3424
3429
|
"type": "object",
|
|
3425
3430
|
"additionalProperties": {
|
|
3431
|
+
"type": "object",
|
|
3426
3432
|
"nullable": true
|
|
3427
3433
|
},
|
|
3428
3434
|
"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.",
|
|
@@ -4366,6 +4372,7 @@
|
|
|
4366
4372
|
"update_settings": {
|
|
4367
4373
|
"type": "object",
|
|
4368
4374
|
"additionalProperties": {
|
|
4375
|
+
"type": "object",
|
|
4369
4376
|
"nullable": true
|
|
4370
4377
|
},
|
|
4371
4378
|
"description": "This is a schemaless object used to contain any required fields for updating carrier settings.",
|
|
@@ -4761,4 +4768,4 @@
|
|
|
4761
4768
|
"description": "Given inbound data, such as a webhook with tracking updates, return normalized information."
|
|
4762
4769
|
}
|
|
4763
4770
|
]
|
|
4764
|
-
}
|
|
4771
|
+
}
|