@whiplashmerch/whiplash-api-client 0.4.78 → 0.4.80
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.
- package/dist/client.esm.js +10 -1
- package/dist/client.esm.js.map +1 -1
- package/dist/utils/orderBatch.d.ts +1 -0
- package/package.json +1 -1
|
@@ -17,3 +17,4 @@ export declare const getApiV21OrderBatchesIdPublicPicklistUrl: (client: HttpClie
|
|
|
17
17
|
export declare const putApiV21OrderBatchesIdReleaseUnshipped: (client: HttpClient, orderBatchId: number) => Promise<void>;
|
|
18
18
|
export declare const putApiV21OrderBatchesIdForcePick: (client: HttpClient, orderBatchId: number) => Promise<void>;
|
|
19
19
|
export declare const putApiV21OrderBatchesIdbuyLabels: (client: HttpClient, orderBatchId: number) => Promise<void>;
|
|
20
|
+
export declare const putApiV21OrderBatchesIdSetCache: (client: HttpClient, orderBatchId: number) => Promise<void>;
|