@whiplashmerch/whiplash-api-client 3.2.2 → 3.2.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.
@@ -19463,6 +19463,8 @@ export interface PostApiV21TemplatesRequest {
19463
19463
  default?: boolean;
19464
19464
  /** Name of the template */
19465
19465
  name: string;
19466
+ /** the template size */
19467
+ size?: string;
19466
19468
  /**
19467
19469
  * ID of the template type
19468
19470
  * @format int32
@@ -22907,6 +22909,8 @@ export interface PostApiV2TemplatesRequest {
22907
22909
  default?: boolean;
22908
22910
  /** Name of the template */
22909
22911
  name: string;
22912
+ /** the template size */
22913
+ size?: string;
22910
22914
  /**
22911
22915
  * ID of the template type
22912
22916
  * @format int32
@@ -25616,6 +25620,8 @@ export interface PutApiV21TemplatesIdRequest {
25616
25620
  content?: string;
25617
25621
  /** Name of the template */
25618
25622
  name?: string;
25623
+ /** the template size */
25624
+ size?: string;
25619
25625
  }
25620
25626
  export interface PutApiV21TransportationMarkupsIdRequest {
25621
25627
  /** A percentage added to the postage cost */
@@ -28441,6 +28447,8 @@ export interface PutApiV2TemplatesIdRequest {
28441
28447
  content?: string;
28442
28448
  /** Name of the template */
28443
28449
  name?: string;
28450
+ /** the template size */
28451
+ size?: string;
28444
28452
  }
28445
28453
  export interface PutApiV2TransportationMarkupsIdRequest {
28446
28454
  /** A percentage added to the postage cost */
@@ -8278,6 +8278,8 @@ export interface PostApiV21TemplatesRequest {
8278
8278
  default?: boolean;
8279
8279
  /** Name of the template */
8280
8280
  name: string;
8281
+ /** the template size */
8282
+ size?: string;
8281
8283
  /**
8282
8284
  * ID of the template type
8283
8285
  * @format int32
@@ -10165,6 +10167,8 @@ export interface PostApiV2TemplatesRequest {
10165
10167
  default?: boolean;
10166
10168
  /** Name of the template */
10167
10169
  name: string;
10170
+ /** the template size */
10171
+ size?: string;
10168
10172
  /**
10169
10173
  * ID of the template type
10170
10174
  * @format int32
@@ -11305,6 +11309,8 @@ export interface PutApiV21TemplatesIdRequest {
11305
11309
  content?: string;
11306
11310
  /** Name of the template */
11307
11311
  name?: string;
11312
+ /** the template size */
11313
+ size?: string;
11308
11314
  }
11309
11315
 
11310
11316
  export interface PutApiV21WholesaleItemsIdRequest {
@@ -12488,6 +12494,8 @@ export interface PutApiV2TemplatesIdRequest {
12488
12494
  content?: string;
12489
12495
  /** Name of the template */
12490
12496
  name?: string;
12497
+ /** the template size */
12498
+ size?: string;
12491
12499
  }
12492
12500
 
12493
12501
  export interface PutApiV2WholesaleItemsIdRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {