@whiplashmerch/whiplash-api-client 3.2.27 → 3.2.29
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.
|
@@ -4706,6 +4706,7 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4706
4706
|
ship_actual_cost?: string | null;
|
|
4707
4707
|
/** currency used for this shipnotice */
|
|
4708
4708
|
ship_actual_currency?: string | null;
|
|
4709
|
+
shipnotice_images?: ApiV2EntitiesShipnoticeImage[];
|
|
4709
4710
|
/**
|
|
4710
4711
|
* number of line items in this Ship Notice
|
|
4711
4712
|
* @format int32
|
|
@@ -4765,6 +4766,31 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4765
4766
|
zone_status?: string | null;
|
|
4766
4767
|
}
|
|
4767
4768
|
/** V2 */
|
|
4769
|
+
export interface ApiV2EntitiesShipnoticeImage {
|
|
4770
|
+
/**
|
|
4771
|
+
* the shipnotice image creation date and time
|
|
4772
|
+
* @format date-time
|
|
4773
|
+
*/
|
|
4774
|
+
created_at?: string | null;
|
|
4775
|
+
/**
|
|
4776
|
+
* the shipnotice image id
|
|
4777
|
+
* @format int32
|
|
4778
|
+
*/
|
|
4779
|
+
id?: number;
|
|
4780
|
+
/** the shipnotice image url */
|
|
4781
|
+
image_url?: string | null;
|
|
4782
|
+
/**
|
|
4783
|
+
* the shipnotice image shipnotice id
|
|
4784
|
+
* @format int32
|
|
4785
|
+
*/
|
|
4786
|
+
shipnotice_id?: number | null;
|
|
4787
|
+
/**
|
|
4788
|
+
* the shipnotice image last update date and time
|
|
4789
|
+
* @format date-time
|
|
4790
|
+
*/
|
|
4791
|
+
updated_at?: string | null;
|
|
4792
|
+
}
|
|
4793
|
+
/** V2 */
|
|
4768
4794
|
export interface ApiV2EntitiesShipnoticeItem {
|
|
4769
4795
|
/**
|
|
4770
4796
|
* How many CASES to a carton?
|
|
@@ -19499,6 +19525,7 @@ export interface PostApiV21ShipnoticesBulkRequest {
|
|
|
19499
19525
|
* @format date-time
|
|
19500
19526
|
*/
|
|
19501
19527
|
processing_started_at?: string;
|
|
19528
|
+
shipnotice_images?: string;
|
|
19502
19529
|
shipnotice_items_attributes?: {
|
|
19503
19530
|
/**
|
|
19504
19531
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -19746,6 +19773,7 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
19746
19773
|
ship_actual_cost?: string;
|
|
19747
19774
|
/** currency used for this shipnotice */
|
|
19748
19775
|
ship_actual_currency?: string;
|
|
19776
|
+
shipnotice_images?: string;
|
|
19749
19777
|
shipnotice_items_attributes?: {
|
|
19750
19778
|
/**
|
|
19751
19779
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -22996,6 +23024,7 @@ export interface PostApiV2ShipnoticesBulkRequest {
|
|
|
22996
23024
|
* @format date-time
|
|
22997
23025
|
*/
|
|
22998
23026
|
processing_started_at?: string;
|
|
23027
|
+
shipnotice_images?: string;
|
|
22999
23028
|
shipnotice_items_attributes?: {
|
|
23000
23029
|
/**
|
|
23001
23030
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -23243,6 +23272,7 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
23243
23272
|
ship_actual_cost?: string;
|
|
23244
23273
|
/** currency used for this shipnotice */
|
|
23245
23274
|
ship_actual_currency?: string;
|
|
23275
|
+
shipnotice_images?: string;
|
|
23246
23276
|
shipnotice_items_attributes?: {
|
|
23247
23277
|
/**
|
|
23248
23278
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -26021,6 +26051,7 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
26021
26051
|
ship_actual_cost?: string;
|
|
26022
26052
|
/** currency used for this shipnotice */
|
|
26023
26053
|
ship_actual_currency?: string;
|
|
26054
|
+
shipnotice_images?: string;
|
|
26024
26055
|
shipnotice_items?: string;
|
|
26025
26056
|
/** url of the shipping label */
|
|
26026
26057
|
shipping_label_url?: string;
|
|
@@ -28880,6 +28911,7 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
28880
28911
|
ship_actual_cost?: string;
|
|
28881
28912
|
/** currency used for this shipnotice */
|
|
28882
28913
|
ship_actual_currency?: string;
|
|
28914
|
+
shipnotice_images?: string;
|
|
28883
28915
|
shipnotice_items?: string;
|
|
28884
28916
|
/** url of the shipping label */
|
|
28885
28917
|
shipping_label_url?: string;
|
|
@@ -4,14 +4,33 @@ export interface ApiV21ShipnoticeIdCustomerReservedReceivingResult {
|
|
|
4
4
|
result: boolean;
|
|
5
5
|
}
|
|
6
6
|
export declare const getApiV21ShipnoticesIdCustomerReservedReceiving: (client: HttpClient, shipnoticeId: number) => Promise<ApiV21ShipnoticeIdCustomerReservedReceivingResult>;
|
|
7
|
+
interface SbrScannedItem {
|
|
8
|
+
id: number;
|
|
9
|
+
scanned_qty: number;
|
|
10
|
+
}
|
|
7
11
|
export interface PutApiV21ShipnoticesIdBulkReceiveArgs {
|
|
8
12
|
shipnoticeId: number;
|
|
9
13
|
locationName: string;
|
|
10
14
|
locationRole: ApiV21EntitiesLocationRole;
|
|
11
15
|
}
|
|
16
|
+
export declare enum BulkReceiveAndAllocateFlows {
|
|
17
|
+
sbr = "Scan-Based Receiving - Modern",
|
|
18
|
+
binPutaway = "Bin Putaway"
|
|
19
|
+
}
|
|
20
|
+
export interface ApiV21ShipNoticesIdSbrBulkReceiveAndAllocateArgs {
|
|
21
|
+
shipNoticeId: number;
|
|
22
|
+
locationName: string;
|
|
23
|
+
locationRole: ApiV21EntitiesLocationRole;
|
|
24
|
+
reasonCodeId?: number;
|
|
25
|
+
flow: BulkReceiveAndAllocateFlows;
|
|
26
|
+
pusherInstance: Pusher;
|
|
27
|
+
shipNoticeItems: SbrScannedItem[];
|
|
28
|
+
}
|
|
12
29
|
export declare const putApiV21ShipnoticesIdBulkReceive: (client: HttpClient, { shipnoticeId, locationRole, locationName }: PutApiV21ShipnoticesIdBulkReceiveArgs) => Promise<ApiV21EntitiesShipnotice>;
|
|
13
30
|
export interface PutApiV21ShipnoticesIdBulkReceiveAsyncArgs extends PutApiV21ShipnoticesIdBulkReceiveArgs {
|
|
14
31
|
pusherInstance: Pusher;
|
|
15
32
|
defectiveReasonCodeId: string | null;
|
|
16
33
|
}
|
|
17
34
|
export declare const putApiV21ShipnoticesIdBulkReceiveAsync: (client: HttpClient, { shipnoticeId, locationRole, locationName, pusherInstance, defectiveReasonCodeId }: PutApiV21ShipnoticesIdBulkReceiveAsyncArgs) => Promise<void>;
|
|
35
|
+
export declare const ApiV21ShipNoticesIdSbrBulkReceiveAndAllocateAsync: (client: HttpClient, argsObj: ApiV21ShipNoticesIdSbrBulkReceiveAndAllocateArgs) => Promise<void>;
|
|
36
|
+
export {};
|
|
@@ -2274,6 +2274,7 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2274
2274
|
ship_actual_cost?: string | null;
|
|
2275
2275
|
/** currency used for this shipnotice */
|
|
2276
2276
|
ship_actual_currency?: string | null;
|
|
2277
|
+
shipnotice_images?: ApiV2EntitiesShipnoticeImage[];
|
|
2277
2278
|
/**
|
|
2278
2279
|
* number of line items in this Ship Notice
|
|
2279
2280
|
* @format int32
|
|
@@ -2333,6 +2334,32 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2333
2334
|
zone_status?: string | null;
|
|
2334
2335
|
}
|
|
2335
2336
|
|
|
2337
|
+
/** V2 */
|
|
2338
|
+
export interface ApiV2EntitiesShipnoticeImage {
|
|
2339
|
+
/**
|
|
2340
|
+
* the shipnotice image creation date and time
|
|
2341
|
+
* @format date-time
|
|
2342
|
+
*/
|
|
2343
|
+
created_at?: string | null;
|
|
2344
|
+
/**
|
|
2345
|
+
* the shipnotice image id
|
|
2346
|
+
* @format int32
|
|
2347
|
+
*/
|
|
2348
|
+
id?: number;
|
|
2349
|
+
/** the shipnotice image url */
|
|
2350
|
+
image_url?: string | null;
|
|
2351
|
+
/**
|
|
2352
|
+
* the shipnotice image shipnotice id
|
|
2353
|
+
* @format int32
|
|
2354
|
+
*/
|
|
2355
|
+
shipnotice_id?: number | null;
|
|
2356
|
+
/**
|
|
2357
|
+
* the shipnotice image last update date and time
|
|
2358
|
+
* @format date-time
|
|
2359
|
+
*/
|
|
2360
|
+
updated_at?: string | null;
|
|
2361
|
+
}
|
|
2362
|
+
|
|
2336
2363
|
/** V2 */
|
|
2337
2364
|
export interface ApiV2EntitiesShipnoticeItem {
|
|
2338
2365
|
/**
|
|
@@ -8223,6 +8250,7 @@ export interface PostApiV21ShipnoticesBulkRequest {
|
|
|
8223
8250
|
* @format date-time
|
|
8224
8251
|
*/
|
|
8225
8252
|
processing_started_at?: string;
|
|
8253
|
+
shipnotice_images?: string;
|
|
8226
8254
|
shipnotice_items_attributes?: {
|
|
8227
8255
|
/**
|
|
8228
8256
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -8422,6 +8450,7 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
8422
8450
|
ship_actual_cost?: string;
|
|
8423
8451
|
/** currency used for this shipnotice */
|
|
8424
8452
|
ship_actual_currency?: string;
|
|
8453
|
+
shipnotice_images?: string;
|
|
8425
8454
|
shipnotice_items_attributes?: {
|
|
8426
8455
|
/**
|
|
8427
8456
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -10136,6 +10165,7 @@ export interface PostApiV2ShipnoticesBulkRequest {
|
|
|
10136
10165
|
* @format date-time
|
|
10137
10166
|
*/
|
|
10138
10167
|
processing_started_at?: string;
|
|
10168
|
+
shipnotice_images?: string;
|
|
10139
10169
|
shipnotice_items_attributes?: {
|
|
10140
10170
|
/**
|
|
10141
10171
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -10335,6 +10365,7 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
10335
10365
|
ship_actual_cost?: string;
|
|
10336
10366
|
/** currency used for this shipnotice */
|
|
10337
10367
|
ship_actual_currency?: string;
|
|
10368
|
+
shipnotice_images?: string;
|
|
10338
10369
|
shipnotice_items_attributes?: {
|
|
10339
10370
|
/**
|
|
10340
10371
|
* the number of this shipnotice item in the shipnotice
|
|
@@ -11532,6 +11563,7 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
11532
11563
|
ship_actual_cost?: string;
|
|
11533
11564
|
/** currency used for this shipnotice */
|
|
11534
11565
|
ship_actual_currency?: string;
|
|
11566
|
+
shipnotice_images?: string;
|
|
11535
11567
|
shipnotice_items?: string;
|
|
11536
11568
|
/** url of the shipping label */
|
|
11537
11569
|
shipping_label_url?: string;
|
|
@@ -12726,6 +12758,7 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
12726
12758
|
ship_actual_cost?: string;
|
|
12727
12759
|
/** currency used for this shipnotice */
|
|
12728
12760
|
ship_actual_currency?: string;
|
|
12761
|
+
shipnotice_images?: string;
|
|
12729
12762
|
shipnotice_items?: string;
|
|
12730
12763
|
/** url of the shipping label */
|
|
12731
12764
|
shipping_label_url?: string;
|