@whiplashmerch/whiplash-api-client 2.0.8 → 2.0.10

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.
@@ -12,5 +12,6 @@ export interface PutApiV21ShipnoticesIdBulkReceiveArgs {
12
12
  export declare const putApiV21ShipnoticesIdBulkReceive: (client: HttpClient, { shipnoticeId, locationRole, locationName }: PutApiV21ShipnoticesIdBulkReceiveArgs) => Promise<ApiV21EntitiesShipnotice>;
13
13
  export interface PutApiV21ShipnoticesIdBulkReceiveAsyncArgs extends PutApiV21ShipnoticesIdBulkReceiveArgs {
14
14
  pusherInstance: Pusher;
15
+ defectiveReasonCodeId: string | null;
15
16
  }
16
- export declare const putApiV21ShipnoticesIdBulkReceiveAsync: (client: HttpClient, { shipnoticeId, locationRole, locationName, pusherInstance }: PutApiV21ShipnoticesIdBulkReceiveAsyncArgs) => Promise<void>;
17
+ export declare const putApiV21ShipnoticesIdBulkReceiveAsync: (client: HttpClient, { shipnoticeId, locationRole, locationName, pusherInstance, defectiveReasonCodeId }: PutApiV21ShipnoticesIdBulkReceiveAsyncArgs) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {