@whiplashmerch/whiplash-api-client 2.0.3 → 2.0.4

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.
@@ -4638,6 +4638,8 @@ export interface ApiV2EntitiesShippingMethod {
4638
4638
  id?: number;
4639
4639
  /** is the shipping method international? */
4640
4640
  international?: boolean;
4641
+ /** does the shipping method support multi-parcel shipments? */
4642
+ multi_parcel?: boolean;
4641
4643
  /** nicely formatted carrier and service */
4642
4644
  name?: string;
4643
4645
  origins?: string[];
@@ -18048,6 +18050,8 @@ export interface PostApiV21ShippingMethodsRequest {
18048
18050
  flat_rate?: boolean;
18049
18051
  /** is the shipping method international? */
18050
18052
  international?: boolean;
18053
+ /** does the shipping method support multi-parcel shipments? */
18054
+ multi_parcel?: boolean;
18051
18055
  /** nicely formatted carrier and service */
18052
18056
  name?: string;
18053
18057
  /** the shipping method origin countries (["CA", "US", "GB", ...]) */
@@ -22389,6 +22393,8 @@ export interface PostApiV2ShippingMethodsRequest {
22389
22393
  flat_rate?: boolean;
22390
22394
  /** is the shipping method international? */
22391
22395
  international?: boolean;
22396
+ /** does the shipping method support multi-parcel shipments? */
22397
+ multi_parcel?: boolean;
22392
22398
  /** nicely formatted carrier and service */
22393
22399
  name?: string;
22394
22400
  /** the shipping method origin countries (["CA", "US", "GB", ...]) */
@@ -26261,6 +26267,8 @@ export interface PutApiV21ShippingMethodsIdRequest {
26261
26267
  flat_rate?: boolean;
26262
26268
  /** is the shipping method international? */
26263
26269
  international?: boolean;
26270
+ /** does the shipping method support multi-parcel shipments? */
26271
+ multi_parcel?: boolean;
26264
26272
  /** nicely formatted carrier and service */
26265
26273
  name?: string;
26266
26274
  /** the shipping method origin countries (["CA", "US", "GB", ...]) */
@@ -30244,6 +30252,8 @@ export interface PutApiV2ShippingMethodsIdRequest {
30244
30252
  flat_rate?: boolean;
30245
30253
  /** is the shipping method international? */
30246
30254
  international?: boolean;
30255
+ /** does the shipping method support multi-parcel shipments? */
30256
+ multi_parcel?: boolean;
30247
30257
  /** nicely formatted carrier and service */
30248
30258
  name?: string;
30249
30259
  /** the shipping method origin countries (["CA", "US", "GB", ...]) */
@@ -2145,6 +2145,8 @@ export interface ApiV2EntitiesShippingMethod {
2145
2145
  id?: number;
2146
2146
  /** is the shipping method international? */
2147
2147
  international?: boolean;
2148
+ /** does the shipping method support multi-parcel shipments? */
2149
+ multi_parcel?: boolean;
2148
2150
  /** nicely formatted carrier and service */
2149
2151
  name?: string;
2150
2152
  origins?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {