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