@shipengine/js-api 0.5.0 → 0.6.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/js-api",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -144,7 +144,7 @@ export type Customs = {
144
144
  export interface Shipment {
145
145
  addressValidation?: AddressValidation;
146
146
  advancedOptions?: {
147
- additionalHandling?: string;
147
+ additionalHandling?: boolean;
148
148
  billToAccount?: string;
149
149
  billToCountryCode?: string;
150
150
  billToParty?: BillToParties;