@shipengine/connect-carrier-api 4.26.9 → 4.26.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/spec.json +10 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/connect-carrier-api",
3
- "version": "4.26.9",
3
+ "version": "4.26.10",
4
4
  "description": "This is the typescript/javascript definitions for carrier api",
5
5
  "homepage": "https://connect.shipengine.com",
6
6
  "main": "./lib/index.js",
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.42.0"
6
+ "version": "1.42.1"
7
7
  },
8
8
  "paths": {
9
9
  "/Register": {
@@ -1039,10 +1039,7 @@
1039
1039
  },
1040
1040
  "metadata": {
1041
1041
  "type": "object",
1042
- "additionalProperties": {
1043
- "type": "object",
1044
- "nullable": true
1045
- },
1042
+ "additionalProperties": { },
1046
1043
  "nullable": true
1047
1044
  },
1048
1045
  "connection_name": {
@@ -1058,10 +1055,7 @@
1058
1055
  "properties": {
1059
1056
  "metadata": {
1060
1057
  "type": "object",
1061
- "additionalProperties": {
1062
- "type": "object",
1063
- "nullable": true
1064
- },
1058
+ "additionalProperties": { },
1065
1059
  "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.",
1066
1060
  "nullable": true
1067
1061
  }
@@ -1769,10 +1763,7 @@
1769
1763
  },
1770
1764
  "manifest_identifiers": {
1771
1765
  "type": "object",
1772
- "additionalProperties": {
1773
- "type": "object",
1774
- "nullable": true
1775
- },
1766
+ "additionalProperties": { },
1776
1767
  "description": "Carrier information needed to get created manifests.\r\nOnly needed if carrier requires two calls to create and get manifests.",
1777
1768
  "nullable": true
1778
1769
  }
@@ -2047,7 +2038,7 @@
2047
2038
  },
2048
2039
  "pending_documents": {
2049
2040
  "type": "boolean",
2050
- "description": "Whether this shipment contains customs pending documents that needs to be uploaded later. If the field is absent it is assumed to be false.",
2041
+ "description": "Whether this shipment contains customs pending documents that needs to be uploaded later. If the field is absent it\r\nshould be interpreted as false",
2051
2042
  "nullable": true
2052
2043
  }
2053
2044
  },
@@ -2646,10 +2637,7 @@
2646
2637
  },
2647
2638
  "manifest_identifiers": {
2648
2639
  "type": "object",
2649
- "additionalProperties": {
2650
- "type": "object",
2651
- "nullable": true
2652
- },
2640
+ "additionalProperties": { },
2653
2641
  "description": "Carrier specific data needed to retrieve Manifest results",
2654
2642
  "nullable": true
2655
2643
  },
@@ -4102,10 +4090,7 @@
4102
4090
  "properties": {
4103
4091
  "registration_info": {
4104
4092
  "type": "object",
4105
- "additionalProperties": {
4106
- "type": "object",
4107
- "nullable": true
4108
- },
4093
+ "additionalProperties": { },
4109
4094
  "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.",
4110
4095
  "nullable": true
4111
4096
  }
@@ -4125,10 +4110,7 @@
4125
4110
  },
4126
4111
  "metadata": {
4127
4112
  "type": "object",
4128
- "additionalProperties": {
4129
- "type": "object",
4130
- "nullable": true
4131
- },
4113
+ "additionalProperties": { },
4132
4114
  "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.",
4133
4115
  "nullable": true
4134
4116
  }
@@ -5567,10 +5549,7 @@
5567
5549
  "properties": {
5568
5550
  "update_settings": {
5569
5551
  "type": "object",
5570
- "additionalProperties": {
5571
- "type": "object",
5572
- "nullable": true
5573
- },
5552
+ "additionalProperties": { },
5574
5553
  "description": "This is a schemaless object used to contain any required fields for updating carrier settings.",
5575
5554
  "nullable": true
5576
5555
  }
@@ -6107,4 +6086,4 @@
6107
6086
  "description": ""
6108
6087
  }
6109
6088
  ]
6110
- }
6089
+ }