@whiplashmerch/whiplash-api-client 1.0.2 → 1.0.3

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.
@@ -19,3 +19,4 @@ export * from './orderItems';
19
19
  export * from './orderBatchItems';
20
20
  export * from './orderBatchRequests';
21
21
  export * from './document';
22
+ export * from './serialNumbers';
@@ -0,0 +1,2 @@
1
+ import { HttpClient } from '../generated';
2
+ export declare const putApiV21SerialNumbersIdRestore: (client: HttpClient, serialNoId: number) => Promise<void>;
@@ -19,4 +19,10 @@ export interface ApiV21EntitiesTimelineAllocation {
19
19
  export interface ApiV21ShipnoticeItemReceivingTimelineResult {
20
20
  result: (ApiV21EntitiesShipnoticeItemTransaction | ApiV21EntitiesTimelineAllocation)[];
21
21
  }
22
+ export interface ApiV21ShipnoticeItemsIdDeleteSerialArgs {
23
+ args: {
24
+ serial_numbers: string[];
25
+ };
26
+ }
22
27
  export declare const getApiV21SipnoticeItemReceivingTimeline: (client: HttpClient, shipnoticeItemId: number) => Promise<ApiV21ShipnoticeItemReceivingTimelineResult>;
28
+ export declare const putApiV21ShipnoticeItemIdDeleteSerials: (client: HttpClient, shipnoticeItemId: number, args: ApiV21ShipnoticeItemsIdDeleteSerialArgs) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {