@whiplashmerch/whiplash-api-client 3.1.12 → 3.2.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.
@@ -1,2 +1,2 @@
1
- import { ApiV2EntitiesOrderBatchItem, GetApiV21OrderBatchItemsParams, HttpClient, RequestParams } from '../generated';
2
- export declare const multiPageGetApiV21OrderBatchItems: (client: HttpClient, query: GetApiV21OrderBatchItemsParams, params?: RequestParams) => Promise<ApiV2EntitiesOrderBatchItem[]>;
1
+ import { ApiV21EntitiesOrderBatchItem, GetApiV21OrderBatchItemsParams, HttpClient, RequestParams } from '../generated';
2
+ export declare const multiPageGetApiV21OrderBatchItems: (client: HttpClient, query: GetApiV21OrderBatchItemsParams, params?: RequestParams) => Promise<ApiV21EntitiesOrderBatchItem[]>;
@@ -1,4 +1,4 @@
1
- import { HttpClient, ApiV21EntitiesLocationRole, ApiV2EntitiesSidekiqBatch } from './../generated';
1
+ import { HttpClient, ApiV21EntitiesLocationRole, ApiSharedEntitiesSidekiqBatch } from './../generated';
2
2
  export interface CallAsyncProcessShelfToShelfTransferParams {
3
3
  args: {
4
4
  source_shelf: string;
@@ -14,7 +14,7 @@ export interface CallAsyncProcessShelfToShelfTransferParams {
14
14
  };
15
15
  retry?: number | false;
16
16
  }
17
- export declare const putProcessShelfToShelfTransfer: (client: HttpClient, params: CallAsyncProcessShelfToShelfTransferParams) => Promise<ApiV2EntitiesSidekiqBatch>;
17
+ export declare const putProcessShelfToShelfTransfer: (client: HttpClient, params: CallAsyncProcessShelfToShelfTransferParams) => Promise<ApiSharedEntitiesSidekiqBatch>;
18
18
  export interface CallTraitOpenBatchesAgainstShelfParams {
19
19
  args: {
20
20
  shelf_name: string;