@whiplashmerch/whiplash-api-client 2.0.13 → 2.0.14

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.
@@ -4670,6 +4670,8 @@ export interface ApiV2EntitiesShipnotice {
4670
4670
  * @format date-time
4671
4671
  */
4672
4672
  arrived_at?: string;
4673
+ /** BOL proxy for this shipnotice. */
4674
+ bol_proxy?: string | null;
4673
4675
  /** shipping carrier */
4674
4676
  carrier?: string;
4675
4677
  /**
@@ -4723,6 +4725,8 @@ export interface ApiV2EntitiesShipnotice {
4723
4725
  inspection_required?: boolean;
4724
4726
  /** meta data for this shipnotice as stringified JSON */
4725
4727
  meta_data?: string | null;
4728
+ /** MID code for this shipnotice. */
4729
+ mid_code?: string | null;
4726
4730
  /** notes by customer */
4727
4731
  notes_by_customer?: string | null;
4728
4732
  /** notes by whiplash */
@@ -4813,6 +4817,8 @@ export interface ApiV2EntitiesShipnotice {
4813
4817
  * @format int32
4814
4818
  */
4815
4819
  warehouse_id?: number;
4820
+ /** zone status of this shipnotice. */
4821
+ zone_status?: string | null;
4816
4822
  }
4817
4823
  /** V2 */
4818
4824
  export interface ApiV2EntitiesShipnoticeItem {
@@ -4894,6 +4900,11 @@ export interface ApiV2EntitiesShipnoticeItem {
4894
4900
  * @format int32
4895
4901
  */
4896
4902
  unallocated?: number;
4903
+ /**
4904
+ * unit cost for this shipnotice item
4905
+ * @format float
4906
+ */
4907
+ unit_cost?: number | null;
4897
4908
  /**
4898
4909
  * the shipnotice item last update date and time
4899
4910
  * @format date-time
@@ -8287,6 +8298,8 @@ export interface ApiV21EntitiesShipnotice {
8287
8298
  * @format date-time
8288
8299
  */
8289
8300
  arrived_at?: string;
8301
+ /** BOL proxy for this shipnotice. */
8302
+ bol_proxy?: string | null;
8290
8303
  /**
8291
8304
  * the shipnotice must be completed by date and time
8292
8305
  * @format date-time
@@ -8339,6 +8352,8 @@ export interface ApiV21EntitiesShipnotice {
8339
8352
  inspection_required?: boolean;
8340
8353
  /** meta data for this shipnotice as stringified JSON */
8341
8354
  meta_data?: string | null;
8355
+ /** MID code for this shipnotice. */
8356
+ mid_code?: string | null;
8342
8357
  /** notes by customer */
8343
8358
  notes_by_customer?: string | null;
8344
8359
  /** notes by whiplash */
@@ -8427,6 +8442,8 @@ export interface ApiV21EntitiesShipnotice {
8427
8442
  warehouse_id?: number;
8428
8443
  /** The name of the associated warehouse */
8429
8444
  warehouse_name?: string;
8445
+ /** zone status of this shipnotice. */
8446
+ zone_status?: string | null;
8430
8447
  }
8431
8448
  /** V2_1 */
8432
8449
  export interface ApiV21EntitiesShipnoticeItem {
@@ -8491,6 +8508,11 @@ export interface ApiV21EntitiesShipnoticeItem {
8491
8508
  * @format int32
8492
8509
  */
8493
8510
  shipnotice_id?: number | null;
8511
+ /**
8512
+ * unit cost for this shipnotice item
8513
+ * @format float
8514
+ */
8515
+ unit_cost?: number | null;
8494
8516
  /**
8495
8517
  * the shipnotice item last update date and time
8496
8518
  * @format date-time
@@ -17345,6 +17367,12 @@ export interface PostApiV21ShipnoticesBulkRequest {
17345
17367
  reference?: string;
17346
17368
  /** JSON object of required and optional receiving quantities verified by staff */
17347
17369
  quantities_verified?: object;
17370
+ /** BOL proxy for this shipnotice. */
17371
+ bol_proxy?: string;
17372
+ /** MID code for this shipnotice. */
17373
+ mid_code?: string;
17374
+ /** zone status of this shipnotice. */
17375
+ zone_status?: string;
17348
17376
  /** is inspection required? (default: false) */
17349
17377
  inspection_required?: boolean;
17350
17378
  /**
@@ -17498,6 +17526,11 @@ export interface PostApiV21ShipnoticesIdShipnoticeItemsRequest {
17498
17526
  quantity?: number;
17499
17527
  /** action to perform on item return */
17500
17528
  return_action?: string;
17529
+ /**
17530
+ * Unit cost per item
17531
+ * @format float
17532
+ */
17533
+ unit_cost?: number;
17501
17534
  }
17502
17535
  export interface PostApiV21ShipnoticesRequest {
17503
17536
  /**
@@ -17510,6 +17543,8 @@ export interface PostApiV21ShipnoticesRequest {
17510
17543
  * @format date-time
17511
17544
  */
17512
17545
  arrived_at?: string;
17546
+ /** BOL proxy for this shipnotice. */
17547
+ bol_proxy?: string;
17513
17548
  carrier?: string;
17514
17549
  /**
17515
17550
  * the shipnotice completion date and time
@@ -17548,6 +17583,8 @@ export interface PostApiV21ShipnoticesRequest {
17548
17583
  /** Included meta fields for associations */
17549
17584
  association_fields?: object;
17550
17585
  };
17586
+ /** MID code for this shipnotice. */
17587
+ mid_code?: string;
17551
17588
  /** notes by customer */
17552
17589
  notes_by_customer?: string;
17553
17590
  /** notes by whiplash */
@@ -17652,6 +17689,8 @@ export interface PostApiV21ShipnoticesRequest {
17652
17689
  * @format int32
17653
17690
  */
17654
17691
  warehouse_id?: number;
17692
+ /** zone status of this shipnotice. */
17693
+ zone_status?: string;
17655
17694
  }
17656
17695
  export interface PostApiV21ShippingAliasesRequest {
17657
17696
  /**
@@ -20949,6 +20988,12 @@ export interface PostApiV2ShipnoticesBulkRequest {
20949
20988
  reference?: string;
20950
20989
  /** JSON object of required and optional receiving quantities verified by staff */
20951
20990
  quantities_verified?: object;
20991
+ /** BOL proxy for this shipnotice. */
20992
+ bol_proxy?: string;
20993
+ /** MID code for this shipnotice. */
20994
+ mid_code?: string;
20995
+ /** zone status of this shipnotice. */
20996
+ zone_status?: string;
20952
20997
  /** is inspection required? (default: false) */
20953
20998
  inspection_required?: boolean;
20954
20999
  /**
@@ -21102,6 +21147,11 @@ export interface PostApiV2ShipnoticesIdShipnoticeItemsRequest {
21102
21147
  quantity?: number;
21103
21148
  /** action to perform on item return */
21104
21149
  return_action?: string;
21150
+ /**
21151
+ * Unit cost per item
21152
+ * @format float
21153
+ */
21154
+ unit_cost?: number;
21105
21155
  }
21106
21156
  export interface PostApiV2ShipnoticesRequest {
21107
21157
  /**
@@ -21114,6 +21164,8 @@ export interface PostApiV2ShipnoticesRequest {
21114
21164
  * @format date-time
21115
21165
  */
21116
21166
  arrived_at?: string;
21167
+ /** BOL proxy for this shipnotice. */
21168
+ bol_proxy?: string;
21117
21169
  carrier?: string;
21118
21170
  /**
21119
21171
  * the shipnotice completion date and time
@@ -21152,6 +21204,8 @@ export interface PostApiV2ShipnoticesRequest {
21152
21204
  /** Included meta fields for associations */
21153
21205
  association_fields?: object;
21154
21206
  };
21207
+ /** MID code for this shipnotice. */
21208
+ mid_code?: string;
21155
21209
  /** notes by customer */
21156
21210
  notes_by_customer?: string;
21157
21211
  /** notes by whiplash */
@@ -21256,6 +21310,8 @@ export interface PostApiV2ShipnoticesRequest {
21256
21310
  * @format int32
21257
21311
  */
21258
21312
  warehouse_id?: number;
21313
+ /** zone status of this shipnotice. */
21314
+ zone_status?: string;
21259
21315
  }
21260
21316
  export interface PostApiV2ShippingAliasesRequest {
21261
21317
  /**
@@ -24015,6 +24071,11 @@ export interface PutApiV21ShipnoticeItemsIdRequest {
24015
24071
  * @format int32
24016
24072
  */
24017
24073
  quantity?: number;
24074
+ /**
24075
+ * Unit cost per item
24076
+ * @format float
24077
+ */
24078
+ unit_cost?: number;
24018
24079
  }
24019
24080
  export interface PutApiV21ShipnoticesIdCallActionRequest {
24020
24081
  action?: string;
@@ -24043,6 +24104,8 @@ export interface PutApiV21ShipnoticesIdRequest {
24043
24104
  * @format date-time
24044
24105
  */
24045
24106
  arrived_at?: string;
24107
+ /** BOL proxy for this shipnotice. */
24108
+ bol_proxy?: string;
24046
24109
  carrier?: string;
24047
24110
  /**
24048
24111
  * the shipnotice completion date and time
@@ -24072,6 +24135,8 @@ export interface PutApiV21ShipnoticesIdRequest {
24072
24135
  handling_billed?: boolean;
24073
24136
  /** meta data for this shipnotice as stringified JSON */
24074
24137
  meta_data?: string;
24138
+ /** MID code for this shipnotice. */
24139
+ mid_code?: string;
24075
24140
  /** notes by customer */
24076
24141
  notes_by_customer?: string;
24077
24142
  /** notes by whiplash */
@@ -24126,6 +24191,8 @@ export interface PutApiV21ShipnoticesIdRequest {
24126
24191
  tracking?: string;
24127
24192
  /** shipnotice type (Shipnotice, ConsumerReturn) */
24128
24193
  type?: string;
24194
+ /** zone status of this shipnotice. */
24195
+ zone_status?: string;
24129
24196
  }
24130
24197
  export interface PutApiV21ShippingAliasesIdRequest {
24131
24198
  /**
@@ -26989,6 +27056,11 @@ export interface PutApiV2ShipnoticeItemsIdRequest {
26989
27056
  * @format int32
26990
27057
  */
26991
27058
  quantity?: number;
27059
+ /**
27060
+ * Unit cost per item
27061
+ * @format float
27062
+ */
27063
+ unit_cost?: number;
26992
27064
  }
26993
27065
  export interface PutApiV2ShipnoticesIdCallActionRequest {
26994
27066
  action?: string;
@@ -27017,6 +27089,8 @@ export interface PutApiV2ShipnoticesIdRequest {
27017
27089
  * @format date-time
27018
27090
  */
27019
27091
  arrived_at?: string;
27092
+ /** BOL proxy for this shipnotice. */
27093
+ bol_proxy?: string;
27020
27094
  carrier?: string;
27021
27095
  /**
27022
27096
  * the shipnotice completion date and time
@@ -27046,6 +27120,8 @@ export interface PutApiV2ShipnoticesIdRequest {
27046
27120
  handling_billed?: boolean;
27047
27121
  /** meta data for this shipnotice as stringified JSON */
27048
27122
  meta_data?: string;
27123
+ /** MID code for this shipnotice. */
27124
+ mid_code?: string;
27049
27125
  /** notes by customer */
27050
27126
  notes_by_customer?: string;
27051
27127
  /** notes by whiplash */
@@ -27100,6 +27176,8 @@ export interface PutApiV2ShipnoticesIdRequest {
27100
27176
  tracking?: string;
27101
27177
  /** shipnotice type (Shipnotice, ConsumerReturn) */
27102
27178
  type?: string;
27179
+ /** zone status of this shipnotice. */
27180
+ zone_status?: string;
27103
27181
  }
27104
27182
  export interface PutApiV2ShippingAliasesIdRequest {
27105
27183
  /**
@@ -2141,6 +2141,8 @@ export interface ApiV2EntitiesShipnotice {
2141
2141
  * @format date-time
2142
2142
  */
2143
2143
  arrived_at?: string;
2144
+ /** BOL proxy for this shipnotice. */
2145
+ bol_proxy?: string | null;
2144
2146
  /** shipping carrier */
2145
2147
  carrier?: string;
2146
2148
  /**
@@ -2194,6 +2196,8 @@ export interface ApiV2EntitiesShipnotice {
2194
2196
  inspection_required?: boolean;
2195
2197
  /** meta data for this shipnotice as stringified JSON */
2196
2198
  meta_data?: string | null;
2199
+ /** MID code for this shipnotice. */
2200
+ mid_code?: string | null;
2197
2201
  /** notes by customer */
2198
2202
  notes_by_customer?: string | null;
2199
2203
  /** notes by whiplash */
@@ -2284,6 +2288,8 @@ export interface ApiV2EntitiesShipnotice {
2284
2288
  * @format int32
2285
2289
  */
2286
2290
  warehouse_id?: number;
2291
+ /** zone status of this shipnotice. */
2292
+ zone_status?: string | null;
2287
2293
  }
2288
2294
 
2289
2295
  /** V2 */
@@ -2366,6 +2372,11 @@ export interface ApiV2EntitiesShipnoticeItem {
2366
2372
  * @format int32
2367
2373
  */
2368
2374
  unallocated?: number;
2375
+ /**
2376
+ * unit cost for this shipnotice item
2377
+ * @format float
2378
+ */
2379
+ unit_cost?: number | null;
2369
2380
  /**
2370
2381
  * the shipnotice item last update date and time
2371
2382
  * @format date-time
@@ -4158,6 +4169,8 @@ export interface ApiV21EntitiesShipnotice {
4158
4169
  * @format date-time
4159
4170
  */
4160
4171
  arrived_at?: string;
4172
+ /** BOL proxy for this shipnotice. */
4173
+ bol_proxy?: string | null;
4161
4174
  /**
4162
4175
  * the shipnotice must be completed by date and time
4163
4176
  * @format date-time
@@ -4210,6 +4223,8 @@ export interface ApiV21EntitiesShipnotice {
4210
4223
  inspection_required?: boolean;
4211
4224
  /** meta data for this shipnotice as stringified JSON */
4212
4225
  meta_data?: string | null;
4226
+ /** MID code for this shipnotice. */
4227
+ mid_code?: string | null;
4213
4228
  /** notes by customer */
4214
4229
  notes_by_customer?: string | null;
4215
4230
  /** notes by whiplash */
@@ -4298,6 +4313,8 @@ export interface ApiV21EntitiesShipnotice {
4298
4313
  warehouse_id?: number;
4299
4314
  /** The name of the associated warehouse */
4300
4315
  warehouse_name?: string;
4316
+ /** zone status of this shipnotice. */
4317
+ zone_status?: string | null;
4301
4318
  }
4302
4319
 
4303
4320
  /** V2_1 */
@@ -4363,6 +4380,11 @@ export interface ApiV21EntitiesShipnoticeItem {
4363
4380
  * @format int32
4364
4381
  */
4365
4382
  shipnotice_id?: number | null;
4383
+ /**
4384
+ * unit cost for this shipnotice item
4385
+ * @format float
4386
+ */
4387
+ unit_cost?: number | null;
4366
4388
  /**
4367
4389
  * the shipnotice item last update date and time
4368
4390
  * @format date-time
@@ -7413,6 +7435,12 @@ export interface PostApiV21ShipnoticesBulkRequest {
7413
7435
  reference?: string;
7414
7436
  /** JSON object of required and optional receiving quantities verified by staff */
7415
7437
  quantities_verified?: object;
7438
+ /** BOL proxy for this shipnotice. */
7439
+ bol_proxy?: string;
7440
+ /** MID code for this shipnotice. */
7441
+ mid_code?: string;
7442
+ /** zone status of this shipnotice. */
7443
+ zone_status?: string;
7416
7444
  /** is inspection required? (default: false) */
7417
7445
  inspection_required?: boolean;
7418
7446
  /**
@@ -7517,6 +7545,11 @@ export interface PostApiV21ShipnoticesIdShipnoticeItemsRequest {
7517
7545
  quantity?: number;
7518
7546
  /** action to perform on item return */
7519
7547
  return_action?: string;
7548
+ /**
7549
+ * Unit cost per item
7550
+ * @format float
7551
+ */
7552
+ unit_cost?: number;
7520
7553
  }
7521
7554
 
7522
7555
  export interface PostApiV21ShipnoticesRequest {
@@ -7530,6 +7563,8 @@ export interface PostApiV21ShipnoticesRequest {
7530
7563
  * @format date-time
7531
7564
  */
7532
7565
  arrived_at?: string;
7566
+ /** BOL proxy for this shipnotice. */
7567
+ bol_proxy?: string;
7533
7568
  carrier?: string;
7534
7569
  /**
7535
7570
  * the shipnotice completion date and time
@@ -7568,6 +7603,8 @@ export interface PostApiV21ShipnoticesRequest {
7568
7603
  /** Included meta fields for associations */
7569
7604
  association_fields?: object;
7570
7605
  };
7606
+ /** MID code for this shipnotice. */
7607
+ mid_code?: string;
7571
7608
  /** notes by customer */
7572
7609
  notes_by_customer?: string;
7573
7610
  /** notes by whiplash */
@@ -7672,6 +7709,8 @@ export interface PostApiV21ShipnoticesRequest {
7672
7709
  * @format int32
7673
7710
  */
7674
7711
  warehouse_id?: number;
7712
+ /** zone status of this shipnotice. */
7713
+ zone_status?: string;
7675
7714
  }
7676
7715
 
7677
7716
  export interface PostApiV21SimulateConsumerReturnsCreateRequest {
@@ -9342,6 +9381,12 @@ export interface PostApiV2ShipnoticesBulkRequest {
9342
9381
  reference?: string;
9343
9382
  /** JSON object of required and optional receiving quantities verified by staff */
9344
9383
  quantities_verified?: object;
9384
+ /** BOL proxy for this shipnotice. */
9385
+ bol_proxy?: string;
9386
+ /** MID code for this shipnotice. */
9387
+ mid_code?: string;
9388
+ /** zone status of this shipnotice. */
9389
+ zone_status?: string;
9345
9390
  /** is inspection required? (default: false) */
9346
9391
  inspection_required?: boolean;
9347
9392
  /**
@@ -9446,6 +9491,11 @@ export interface PostApiV2ShipnoticesIdShipnoticeItemsRequest {
9446
9491
  quantity?: number;
9447
9492
  /** action to perform on item return */
9448
9493
  return_action?: string;
9494
+ /**
9495
+ * Unit cost per item
9496
+ * @format float
9497
+ */
9498
+ unit_cost?: number;
9449
9499
  }
9450
9500
 
9451
9501
  export interface PostApiV2ShipnoticesRequest {
@@ -9459,6 +9509,8 @@ export interface PostApiV2ShipnoticesRequest {
9459
9509
  * @format date-time
9460
9510
  */
9461
9511
  arrived_at?: string;
9512
+ /** BOL proxy for this shipnotice. */
9513
+ bol_proxy?: string;
9462
9514
  carrier?: string;
9463
9515
  /**
9464
9516
  * the shipnotice completion date and time
@@ -9497,6 +9549,8 @@ export interface PostApiV2ShipnoticesRequest {
9497
9549
  /** Included meta fields for associations */
9498
9550
  association_fields?: object;
9499
9551
  };
9552
+ /** MID code for this shipnotice. */
9553
+ mid_code?: string;
9500
9554
  /** notes by customer */
9501
9555
  notes_by_customer?: string;
9502
9556
  /** notes by whiplash */
@@ -9601,6 +9655,8 @@ export interface PostApiV2ShipnoticesRequest {
9601
9655
  * @format int32
9602
9656
  */
9603
9657
  warehouse_id?: number;
9658
+ /** zone status of this shipnotice. */
9659
+ zone_status?: string;
9604
9660
  }
9605
9661
 
9606
9662
  export interface PostApiV2SimulateConsumerReturnsCreateRequest {
@@ -10681,6 +10737,11 @@ export interface PutApiV21ShipnoticeItemsIdRequest {
10681
10737
  * @format int32
10682
10738
  */
10683
10739
  quantity?: number;
10740
+ /**
10741
+ * Unit cost per item
10742
+ * @format float
10743
+ */
10744
+ unit_cost?: number;
10684
10745
  }
10685
10746
 
10686
10747
  export interface PutApiV21ShipnoticesIdMetaFieldsRequest {
@@ -10701,6 +10762,8 @@ export interface PutApiV21ShipnoticesIdRequest {
10701
10762
  * @format date-time
10702
10763
  */
10703
10764
  arrived_at?: string;
10765
+ /** BOL proxy for this shipnotice. */
10766
+ bol_proxy?: string;
10704
10767
  carrier?: string;
10705
10768
  /**
10706
10769
  * the shipnotice completion date and time
@@ -10730,6 +10793,8 @@ export interface PutApiV21ShipnoticesIdRequest {
10730
10793
  handling_billed?: boolean;
10731
10794
  /** meta data for this shipnotice as stringified JSON */
10732
10795
  meta_data?: string;
10796
+ /** MID code for this shipnotice. */
10797
+ mid_code?: string;
10733
10798
  /** notes by customer */
10734
10799
  notes_by_customer?: string;
10735
10800
  /** notes by whiplash */
@@ -10784,6 +10849,8 @@ export interface PutApiV21ShipnoticesIdRequest {
10784
10849
  tracking?: string;
10785
10850
  /** shipnotice type (Shipnotice, ConsumerReturn) */
10786
10851
  type?: string;
10852
+ /** zone status of this shipnotice. */
10853
+ zone_status?: string;
10787
10854
  }
10788
10855
 
10789
10856
  export interface PutApiV21SimulateConsumerReturnsConsumerReturnIdProcessingRequest {
@@ -11898,6 +11965,11 @@ export interface PutApiV2ShipnoticeItemsIdRequest {
11898
11965
  * @format int32
11899
11966
  */
11900
11967
  quantity?: number;
11968
+ /**
11969
+ * Unit cost per item
11970
+ * @format float
11971
+ */
11972
+ unit_cost?: number;
11901
11973
  }
11902
11974
 
11903
11975
  export interface PutApiV2ShipnoticesIdMetaFieldsRequest {
@@ -11918,6 +11990,8 @@ export interface PutApiV2ShipnoticesIdRequest {
11918
11990
  * @format date-time
11919
11991
  */
11920
11992
  arrived_at?: string;
11993
+ /** BOL proxy for this shipnotice. */
11994
+ bol_proxy?: string;
11921
11995
  carrier?: string;
11922
11996
  /**
11923
11997
  * the shipnotice completion date and time
@@ -11947,6 +12021,8 @@ export interface PutApiV2ShipnoticesIdRequest {
11947
12021
  handling_billed?: boolean;
11948
12022
  /** meta data for this shipnotice as stringified JSON */
11949
12023
  meta_data?: string;
12024
+ /** MID code for this shipnotice. */
12025
+ mid_code?: string;
11950
12026
  /** notes by customer */
11951
12027
  notes_by_customer?: string;
11952
12028
  /** notes by whiplash */
@@ -12001,6 +12077,8 @@ export interface PutApiV2ShipnoticesIdRequest {
12001
12077
  tracking?: string;
12002
12078
  /** shipnotice type (Shipnotice, ConsumerReturn) */
12003
12079
  type?: string;
12080
+ /** zone status of this shipnotice. */
12081
+ zone_status?: string;
12004
12082
  }
12005
12083
 
12006
12084
  export interface PutApiV2SimulateConsumerReturnsConsumerReturnIdProcessingRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {