@whiplashmerch/whiplash-api-client 3.2.11 → 3.2.13

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.
@@ -5901,6 +5901,11 @@ export interface ApiV21EntitiesAllocation {
5901
5901
  * @format int32
5902
5902
  */
5903
5903
  id?: number;
5904
+ /**
5905
+ * the id of the location
5906
+ * @format int32
5907
+ */
5908
+ location_id?: number | null;
5904
5909
  /**
5905
5910
  * the id of the allocation owner
5906
5911
  * @format int32
@@ -16767,7 +16772,7 @@ export interface PostApiV21ConsumerReturnsBulkRequest {
16767
16772
  * @format int32
16768
16773
  */
16769
16774
  exchange_order_id?: number;
16770
- shipnotice_items_attributes?: {
16775
+ shipnotice_items_attributes: {
16771
16776
  /**
16772
16777
  * the shipnotice item item id
16773
16778
  * @format int32
@@ -16925,7 +16930,7 @@ export interface PostApiV21ConsumerReturnsRequest {
16925
16930
  ship_actual_cost?: string;
16926
16931
  /** currency used for this consumer return */
16927
16932
  ship_actual_currency?: string;
16928
- shipnotice_items_attributes?: {
16933
+ shipnotice_items_attributes: {
16929
16934
  /**
16930
16935
  * the shipnotice item item id
16931
16936
  * @format int32
@@ -20264,7 +20269,7 @@ export interface PostApiV2ConsumerReturnsBulkRequest {
20264
20269
  * @format int32
20265
20270
  */
20266
20271
  exchange_order_id?: number;
20267
- shipnotice_items_attributes?: {
20272
+ shipnotice_items_attributes: {
20268
20273
  /**
20269
20274
  * the shipnotice item item id
20270
20275
  * @format int32
@@ -20422,7 +20427,7 @@ export interface PostApiV2ConsumerReturnsRequest {
20422
20427
  ship_actual_cost?: string;
20423
20428
  /** currency used for this consumer return */
20424
20429
  ship_actual_currency?: string;
20425
- shipnotice_items_attributes?: {
20430
+ shipnotice_items_attributes: {
20426
20431
  /**
20427
20432
  * the shipnotice item item id
20428
20433
  * @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.13",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {