@whiplashmerch/whiplash-api-client 1.0.36 → 1.0.37
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,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ApiV21EntitiesLocationRole, ApiV21EntitiesShipnotice, HttpClient } from '../generated';
|
|
2
2
|
export interface ApiV21ShipnoticeIdCustomerReservedReceivingResult {
|
|
3
3
|
result: boolean;
|
|
4
4
|
}
|
|
@@ -6,6 +6,6 @@ export declare const getApiV21ShipnoticesIdCustomerReservedReceiving: (client: H
|
|
|
6
6
|
export interface PutApiV21ShipnoticesIdBulkReceiveArgs {
|
|
7
7
|
shipnoticeId: number;
|
|
8
8
|
locationName: string;
|
|
9
|
-
locationRole:
|
|
9
|
+
locationRole: ApiV21EntitiesLocationRole;
|
|
10
10
|
}
|
|
11
11
|
export declare const putApiV21ShipnoticesIdBulkReceive: (client: HttpClient, { shipnoticeId, locationRole, locationName }: PutApiV21ShipnoticesIdBulkReceiveArgs) => Promise<ApiV21EntitiesShipnotice>;
|