@whiplashmerch/whiplash-api-client 3.2.5 → 3.2.6
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.
|
@@ -4587,6 +4587,11 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4587
4587
|
* @format date-time
|
|
4588
4588
|
*/
|
|
4589
4589
|
eta?: string | null;
|
|
4590
|
+
/**
|
|
4591
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
4592
|
+
* @format date-time
|
|
4593
|
+
*/
|
|
4594
|
+
fully_delivered_at?: string | null;
|
|
4590
4595
|
/** was handling billed? */
|
|
4591
4596
|
handling_billed?: boolean | null;
|
|
4592
4597
|
/**
|
|
@@ -4610,6 +4615,8 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
4610
4615
|
*/
|
|
4611
4616
|
order_id?: number | null;
|
|
4612
4617
|
originator?: ApiV2EntitiesOriginator;
|
|
4618
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
4619
|
+
partially_arrived?: boolean | null;
|
|
4613
4620
|
/** was postage billed? */
|
|
4614
4621
|
postage_billed?: boolean | null;
|
|
4615
4622
|
/**
|
|
@@ -9567,6 +9574,11 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
9567
9574
|
* @format date-time
|
|
9568
9575
|
*/
|
|
9569
9576
|
eta?: string | null;
|
|
9577
|
+
/**
|
|
9578
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
9579
|
+
* @format date-time
|
|
9580
|
+
*/
|
|
9581
|
+
fully_delivered_at?: string | null;
|
|
9570
9582
|
/** was handling billed? */
|
|
9571
9583
|
handling_billed?: boolean | null;
|
|
9572
9584
|
/**
|
|
@@ -9590,6 +9602,8 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
9590
9602
|
*/
|
|
9591
9603
|
order_id?: number | null;
|
|
9592
9604
|
originator?: ApiV21EntitiesOriginator;
|
|
9605
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
9606
|
+
partially_arrived?: boolean | null;
|
|
9593
9607
|
/** was postage billed? */
|
|
9594
9608
|
postage_billed?: boolean | null;
|
|
9595
9609
|
/**
|
|
@@ -19215,6 +19229,13 @@ export interface PostApiV21ShipnoticesBulkRequest {
|
|
|
19215
19229
|
* @format date-time
|
|
19216
19230
|
*/
|
|
19217
19231
|
delivered_at?: string;
|
|
19232
|
+
/**
|
|
19233
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
19234
|
+
* @format date-time
|
|
19235
|
+
*/
|
|
19236
|
+
fully_delivered_at?: string;
|
|
19237
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
19238
|
+
partially_arrived?: boolean;
|
|
19218
19239
|
/**
|
|
19219
19240
|
* date when the shipnotice is due to be delivered
|
|
19220
19241
|
* @format date-time
|
|
@@ -19426,6 +19447,11 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
19426
19447
|
* @format date-time
|
|
19427
19448
|
*/
|
|
19428
19449
|
eta: string;
|
|
19450
|
+
/**
|
|
19451
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
19452
|
+
* @format date-time
|
|
19453
|
+
*/
|
|
19454
|
+
fully_delivered_at?: string;
|
|
19429
19455
|
/** was handling billed? */
|
|
19430
19456
|
handling_billed?: boolean;
|
|
19431
19457
|
/** is inspection required? (default: false) */
|
|
@@ -19458,6 +19484,8 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
19458
19484
|
/** miscellaneous info for the originator */
|
|
19459
19485
|
misc?: string;
|
|
19460
19486
|
};
|
|
19487
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
19488
|
+
partially_arrived?: boolean;
|
|
19461
19489
|
/** was postage billed? */
|
|
19462
19490
|
postage_billed?: boolean;
|
|
19463
19491
|
/**
|
|
@@ -22689,6 +22717,13 @@ export interface PostApiV2ShipnoticesBulkRequest {
|
|
|
22689
22717
|
* @format date-time
|
|
22690
22718
|
*/
|
|
22691
22719
|
delivered_at?: string;
|
|
22720
|
+
/**
|
|
22721
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
22722
|
+
* @format date-time
|
|
22723
|
+
*/
|
|
22724
|
+
fully_delivered_at?: string;
|
|
22725
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
22726
|
+
partially_arrived?: boolean;
|
|
22692
22727
|
/**
|
|
22693
22728
|
* date when the shipnotice is due to be delivered
|
|
22694
22729
|
* @format date-time
|
|
@@ -22900,6 +22935,11 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
22900
22935
|
* @format date-time
|
|
22901
22936
|
*/
|
|
22902
22937
|
eta: string;
|
|
22938
|
+
/**
|
|
22939
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
22940
|
+
* @format date-time
|
|
22941
|
+
*/
|
|
22942
|
+
fully_delivered_at?: string;
|
|
22903
22943
|
/** was handling billed? */
|
|
22904
22944
|
handling_billed?: boolean;
|
|
22905
22945
|
/** is inspection required? (default: false) */
|
|
@@ -22932,6 +22972,8 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
22932
22972
|
/** miscellaneous info for the originator */
|
|
22933
22973
|
misc?: string;
|
|
22934
22974
|
};
|
|
22975
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
22976
|
+
partially_arrived?: boolean;
|
|
22935
22977
|
/** was postage billed? */
|
|
22936
22978
|
postage_billed?: boolean;
|
|
22937
22979
|
/**
|
|
@@ -25701,6 +25743,11 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
25701
25743
|
* @format date-time
|
|
25702
25744
|
*/
|
|
25703
25745
|
eta?: string;
|
|
25746
|
+
/**
|
|
25747
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
25748
|
+
* @format date-time
|
|
25749
|
+
*/
|
|
25750
|
+
fully_delivered_at?: string;
|
|
25704
25751
|
/** was handling billed? */
|
|
25705
25752
|
handling_billed?: boolean;
|
|
25706
25753
|
/** meta data for this shipnotice as stringified JSON */
|
|
@@ -25711,6 +25758,8 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
25711
25758
|
notes_by_customer?: string;
|
|
25712
25759
|
/** notes by whiplash */
|
|
25713
25760
|
notes_by_whiplash?: string;
|
|
25761
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
25762
|
+
partially_arrived?: boolean;
|
|
25714
25763
|
/** was postage billed? */
|
|
25715
25764
|
postage_billed?: boolean;
|
|
25716
25765
|
/**
|
|
@@ -28561,6 +28610,11 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
28561
28610
|
* @format date-time
|
|
28562
28611
|
*/
|
|
28563
28612
|
eta?: string;
|
|
28613
|
+
/**
|
|
28614
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
28615
|
+
* @format date-time
|
|
28616
|
+
*/
|
|
28617
|
+
fully_delivered_at?: string;
|
|
28564
28618
|
/** was handling billed? */
|
|
28565
28619
|
handling_billed?: boolean;
|
|
28566
28620
|
/** meta data for this shipnotice as stringified JSON */
|
|
@@ -28571,6 +28625,8 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
28571
28625
|
notes_by_customer?: string;
|
|
28572
28626
|
/** notes by whiplash */
|
|
28573
28627
|
notes_by_whiplash?: string;
|
|
28628
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
28629
|
+
partially_arrived?: boolean;
|
|
28574
28630
|
/** was postage billed? */
|
|
28575
28631
|
postage_billed?: boolean;
|
|
28576
28632
|
/**
|
|
@@ -2118,6 +2118,11 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2118
2118
|
* @format date-time
|
|
2119
2119
|
*/
|
|
2120
2120
|
eta?: string | null;
|
|
2121
|
+
/**
|
|
2122
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
2123
|
+
* @format date-time
|
|
2124
|
+
*/
|
|
2125
|
+
fully_delivered_at?: string | null;
|
|
2121
2126
|
/** was handling billed? */
|
|
2122
2127
|
handling_billed?: boolean | null;
|
|
2123
2128
|
/**
|
|
@@ -2141,6 +2146,8 @@ export interface ApiV2EntitiesShipnotice {
|
|
|
2141
2146
|
*/
|
|
2142
2147
|
order_id?: number | null;
|
|
2143
2148
|
originator?: ApiV2EntitiesOriginator;
|
|
2149
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
2150
|
+
partially_arrived?: boolean | null;
|
|
2144
2151
|
/** was postage billed? */
|
|
2145
2152
|
postage_billed?: boolean | null;
|
|
2146
2153
|
/**
|
|
@@ -4548,6 +4555,11 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
4548
4555
|
* @format date-time
|
|
4549
4556
|
*/
|
|
4550
4557
|
eta?: string | null;
|
|
4558
|
+
/**
|
|
4559
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
4560
|
+
* @format date-time
|
|
4561
|
+
*/
|
|
4562
|
+
fully_delivered_at?: string | null;
|
|
4551
4563
|
/** was handling billed? */
|
|
4552
4564
|
handling_billed?: boolean | null;
|
|
4553
4565
|
/**
|
|
@@ -4571,6 +4583,8 @@ export interface ApiV21EntitiesShipnotice {
|
|
|
4571
4583
|
*/
|
|
4572
4584
|
order_id?: number | null;
|
|
4573
4585
|
originator?: ApiV21EntitiesOriginator;
|
|
4586
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
4587
|
+
partially_arrived?: boolean | null;
|
|
4574
4588
|
/** was postage billed? */
|
|
4575
4589
|
postage_billed?: boolean | null;
|
|
4576
4590
|
/**
|
|
@@ -7970,6 +7984,13 @@ export interface PostApiV21ShipnoticesBulkRequest {
|
|
|
7970
7984
|
* @format date-time
|
|
7971
7985
|
*/
|
|
7972
7986
|
delivered_at?: string;
|
|
7987
|
+
/**
|
|
7988
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
7989
|
+
* @format date-time
|
|
7990
|
+
*/
|
|
7991
|
+
fully_delivered_at?: string;
|
|
7992
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
7993
|
+
partially_arrived?: boolean;
|
|
7973
7994
|
/**
|
|
7974
7995
|
* date when the shipnotice is due to be delivered
|
|
7975
7996
|
* @format date-time
|
|
@@ -8133,6 +8154,11 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
8133
8154
|
* @format date-time
|
|
8134
8155
|
*/
|
|
8135
8156
|
eta: string;
|
|
8157
|
+
/**
|
|
8158
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
8159
|
+
* @format date-time
|
|
8160
|
+
*/
|
|
8161
|
+
fully_delivered_at?: string;
|
|
8136
8162
|
/** was handling billed? */
|
|
8137
8163
|
handling_billed?: boolean;
|
|
8138
8164
|
/** is inspection required? (default: false) */
|
|
@@ -8165,6 +8191,8 @@ export interface PostApiV21ShipnoticesRequest {
|
|
|
8165
8191
|
/** miscellaneous info for the originator */
|
|
8166
8192
|
misc?: string;
|
|
8167
8193
|
};
|
|
8194
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
8195
|
+
partially_arrived?: boolean;
|
|
8168
8196
|
/** was postage billed? */
|
|
8169
8197
|
postage_billed?: boolean;
|
|
8170
8198
|
/**
|
|
@@ -9859,6 +9887,13 @@ export interface PostApiV2ShipnoticesBulkRequest {
|
|
|
9859
9887
|
* @format date-time
|
|
9860
9888
|
*/
|
|
9861
9889
|
delivered_at?: string;
|
|
9890
|
+
/**
|
|
9891
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
9892
|
+
* @format date-time
|
|
9893
|
+
*/
|
|
9894
|
+
fully_delivered_at?: string;
|
|
9895
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
9896
|
+
partially_arrived?: boolean;
|
|
9862
9897
|
/**
|
|
9863
9898
|
* date when the shipnotice is due to be delivered
|
|
9864
9899
|
* @format date-time
|
|
@@ -10022,6 +10057,11 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
10022
10057
|
* @format date-time
|
|
10023
10058
|
*/
|
|
10024
10059
|
eta: string;
|
|
10060
|
+
/**
|
|
10061
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
10062
|
+
* @format date-time
|
|
10063
|
+
*/
|
|
10064
|
+
fully_delivered_at?: string;
|
|
10025
10065
|
/** was handling billed? */
|
|
10026
10066
|
handling_billed?: boolean;
|
|
10027
10067
|
/** is inspection required? (default: false) */
|
|
@@ -10054,6 +10094,8 @@ export interface PostApiV2ShipnoticesRequest {
|
|
|
10054
10094
|
/** miscellaneous info for the originator */
|
|
10055
10095
|
misc?: string;
|
|
10056
10096
|
};
|
|
10097
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
10098
|
+
partially_arrived?: boolean;
|
|
10057
10099
|
/** was postage billed? */
|
|
10058
10100
|
postage_billed?: boolean;
|
|
10059
10101
|
/**
|
|
@@ -11234,6 +11276,11 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
11234
11276
|
* @format date-time
|
|
11235
11277
|
*/
|
|
11236
11278
|
eta?: string;
|
|
11279
|
+
/**
|
|
11280
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
11281
|
+
* @format date-time
|
|
11282
|
+
*/
|
|
11283
|
+
fully_delivered_at?: string;
|
|
11237
11284
|
/** was handling billed? */
|
|
11238
11285
|
handling_billed?: boolean;
|
|
11239
11286
|
/** meta data for this shipnotice as stringified JSON */
|
|
@@ -11244,6 +11291,8 @@ export interface PutApiV21ShipnoticesIdRequest {
|
|
|
11244
11291
|
notes_by_customer?: string;
|
|
11245
11292
|
/** notes by whiplash */
|
|
11246
11293
|
notes_by_whiplash?: string;
|
|
11294
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
11295
|
+
partially_arrived?: boolean;
|
|
11247
11296
|
/** was postage billed? */
|
|
11248
11297
|
postage_billed?: boolean;
|
|
11249
11298
|
/**
|
|
@@ -12421,6 +12470,11 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
12421
12470
|
* @format date-time
|
|
12422
12471
|
*/
|
|
12423
12472
|
eta?: string;
|
|
12473
|
+
/**
|
|
12474
|
+
* date when the shipnotice was fully delivered (all items received)
|
|
12475
|
+
* @format date-time
|
|
12476
|
+
*/
|
|
12477
|
+
fully_delivered_at?: string;
|
|
12424
12478
|
/** was handling billed? */
|
|
12425
12479
|
handling_billed?: boolean;
|
|
12426
12480
|
/** meta data for this shipnotice as stringified JSON */
|
|
@@ -12431,6 +12485,8 @@ export interface PutApiV2ShipnoticesIdRequest {
|
|
|
12431
12485
|
notes_by_customer?: string;
|
|
12432
12486
|
/** notes by whiplash */
|
|
12433
12487
|
notes_by_whiplash?: string;
|
|
12488
|
+
/** was anything missing on initial arrival of the shipnotice */
|
|
12489
|
+
partially_arrived?: boolean;
|
|
12434
12490
|
/** was postage billed? */
|
|
12435
12491
|
postage_billed?: boolean;
|
|
12436
12492
|
/**
|