@whiplashmerch/whiplash-api-client 3.2.11 → 3.2.12

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.
@@ -16767,7 +16767,7 @@ export interface PostApiV21ConsumerReturnsBulkRequest {
16767
16767
  * @format int32
16768
16768
  */
16769
16769
  exchange_order_id?: number;
16770
- shipnotice_items_attributes?: {
16770
+ shipnotice_items_attributes: {
16771
16771
  /**
16772
16772
  * the shipnotice item item id
16773
16773
  * @format int32
@@ -16925,7 +16925,7 @@ export interface PostApiV21ConsumerReturnsRequest {
16925
16925
  ship_actual_cost?: string;
16926
16926
  /** currency used for this consumer return */
16927
16927
  ship_actual_currency?: string;
16928
- shipnotice_items_attributes?: {
16928
+ shipnotice_items_attributes: {
16929
16929
  /**
16930
16930
  * the shipnotice item item id
16931
16931
  * @format int32
@@ -20264,7 +20264,7 @@ export interface PostApiV2ConsumerReturnsBulkRequest {
20264
20264
  * @format int32
20265
20265
  */
20266
20266
  exchange_order_id?: number;
20267
- shipnotice_items_attributes?: {
20267
+ shipnotice_items_attributes: {
20268
20268
  /**
20269
20269
  * the shipnotice item item id
20270
20270
  * @format int32
@@ -20422,7 +20422,7 @@ export interface PostApiV2ConsumerReturnsRequest {
20422
20422
  ship_actual_cost?: string;
20423
20423
  /** currency used for this consumer return */
20424
20424
  ship_actual_currency?: string;
20425
- shipnotice_items_attributes?: {
20425
+ shipnotice_items_attributes: {
20426
20426
  /**
20427
20427
  * the shipnotice item item id
20428
20428
  * @format int32
@@ -6514,7 +6514,7 @@ export interface PostApiV21ConsumerReturnsBulkRequest {
6514
6514
  * @format int32
6515
6515
  */
6516
6516
  exchange_order_id?: number;
6517
- shipnotice_items_attributes?: {
6517
+ shipnotice_items_attributes: {
6518
6518
  /**
6519
6519
  * the shipnotice item item id
6520
6520
  * @format int32
@@ -6650,7 +6650,7 @@ export interface PostApiV21ConsumerReturnsRequest {
6650
6650
  ship_actual_cost?: string;
6651
6651
  /** currency used for this consumer return */
6652
6652
  ship_actual_currency?: string;
6653
- shipnotice_items_attributes?: {
6653
+ shipnotice_items_attributes: {
6654
6654
  /**
6655
6655
  * the shipnotice item item id
6656
6656
  * @format int32
@@ -8427,7 +8427,7 @@ export interface PostApiV2ConsumerReturnsBulkRequest {
8427
8427
  * @format int32
8428
8428
  */
8429
8429
  exchange_order_id?: number;
8430
- shipnotice_items_attributes?: {
8430
+ shipnotice_items_attributes: {
8431
8431
  /**
8432
8432
  * the shipnotice item item id
8433
8433
  * @format int32
@@ -8563,7 +8563,7 @@ export interface PostApiV2ConsumerReturnsRequest {
8563
8563
  ship_actual_cost?: string;
8564
8564
  /** currency used for this consumer return */
8565
8565
  ship_actual_currency?: string;
8566
- shipnotice_items_attributes?: {
8566
+ shipnotice_items_attributes: {
8567
8567
  /**
8568
8568
  * the shipnotice item item id
8569
8569
  * @format int32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {