@@ -79,6 +79,8 @@ class EstimatesApi(object):
7979 "origin_postal_code" ,
8080 "truck_weight_t" ,
8181 "vessel_imo" ,
82+ "vintage_start_year" ,
83+ "vintage_end_year" ,
8284 ]
8385
8486 def __init__ (self , api_client = None ):
@@ -203,6 +205,8 @@ def create_air_shipping_estimate_with_http_info(
203205 all_params .append ("origin_postal_code" )
204206 all_params .append ("truck_weight_t" )
205207 all_params .append ("vessel_imo" )
208+ all_params .append ("vintage_start_year" )
209+ all_params .append ("vintage_end_year" )
206210
207211 for key , val in six .iteritems (local_var_params ["kwargs" ]):
208212 if key not in all_params :
@@ -399,6 +403,8 @@ def create_bitcoin_estimate_with_http_info(
399403 all_params .append ("origin_postal_code" )
400404 all_params .append ("truck_weight_t" )
401405 all_params .append ("vessel_imo" )
406+ all_params .append ("vintage_start_year" )
407+ all_params .append ("vintage_end_year" )
402408
403409 for key , val in six .iteritems (local_var_params ["kwargs" ]):
404410 if key not in all_params :
@@ -598,6 +604,8 @@ def create_ecommerce_estimate_with_http_info(
598604 all_params .append ("origin_postal_code" )
599605 all_params .append ("truck_weight_t" )
600606 all_params .append ("vessel_imo" )
607+ all_params .append ("vintage_start_year" )
608+ all_params .append ("vintage_end_year" )
601609
602610 for key , val in six .iteritems (local_var_params ["kwargs" ]):
603611 if key not in all_params :
@@ -794,6 +802,8 @@ def create_ethereum_estimate_with_http_info(
794802 all_params .append ("origin_postal_code" )
795803 all_params .append ("truck_weight_t" )
796804 all_params .append ("vessel_imo" )
805+ all_params .append ("vintage_start_year" )
806+ all_params .append ("vintage_end_year" )
797807
798808 for key , val in six .iteritems (local_var_params ["kwargs" ]):
799809 if key not in all_params :
@@ -990,6 +1000,8 @@ def create_flight_estimate_with_http_info(
9901000 all_params .append ("origin_postal_code" )
9911001 all_params .append ("truck_weight_t" )
9921002 all_params .append ("vessel_imo" )
1003+ all_params .append ("vintage_start_year" )
1004+ all_params .append ("vintage_end_year" )
9931005
9941006 for key , val in six .iteritems (local_var_params ["kwargs" ]):
9951007 if key not in all_params :
@@ -1186,6 +1198,8 @@ def create_hotel_estimate_with_http_info(
11861198 all_params .append ("origin_postal_code" )
11871199 all_params .append ("truck_weight_t" )
11881200 all_params .append ("vessel_imo" )
1201+ all_params .append ("vintage_start_year" )
1202+ all_params .append ("vintage_end_year" )
11891203
11901204 for key , val in six .iteritems (local_var_params ["kwargs" ]):
11911205 if key not in all_params :
@@ -1382,6 +1396,8 @@ def create_mass_estimate_with_http_info(
13821396 all_params .append ("origin_postal_code" )
13831397 all_params .append ("truck_weight_t" )
13841398 all_params .append ("vessel_imo" )
1399+ all_params .append ("vintage_start_year" )
1400+ all_params .append ("vintage_end_year" )
13851401
13861402 for key , val in six .iteritems (local_var_params ["kwargs" ]):
13871403 if key not in all_params :
@@ -1581,6 +1597,8 @@ def create_rail_shipping_estimate_with_http_info(
15811597 all_params .append ("origin_postal_code" )
15821598 all_params .append ("truck_weight_t" )
15831599 all_params .append ("vessel_imo" )
1600+ all_params .append ("vintage_start_year" )
1601+ all_params .append ("vintage_end_year" )
15841602
15851603 for key , val in six .iteritems (local_var_params ["kwargs" ]):
15861604 if key not in all_params :
@@ -1780,6 +1798,8 @@ def create_road_shipping_estimate_with_http_info(
17801798 all_params .append ("origin_postal_code" )
17811799 all_params .append ("truck_weight_t" )
17821800 all_params .append ("vessel_imo" )
1801+ all_params .append ("vintage_start_year" )
1802+ all_params .append ("vintage_end_year" )
17831803
17841804 for key , val in six .iteritems (local_var_params ["kwargs" ]):
17851805 if key not in all_params :
@@ -1979,6 +1999,8 @@ def create_sea_shipping_estimate_with_http_info(
19791999 all_params .append ("origin_postal_code" )
19802000 all_params .append ("truck_weight_t" )
19812001 all_params .append ("vessel_imo" )
2002+ all_params .append ("vintage_start_year" )
2003+ all_params .append ("vintage_end_year" )
19822004
19832005 for key , val in six .iteritems (local_var_params ["kwargs" ]):
19842006 if key not in all_params :
@@ -2175,6 +2197,8 @@ def create_shipping_estimate_with_http_info(
21752197 all_params .append ("origin_postal_code" )
21762198 all_params .append ("truck_weight_t" )
21772199 all_params .append ("vessel_imo" )
2200+ all_params .append ("vintage_start_year" )
2201+ all_params .append ("vintage_end_year" )
21782202
21792203 for key , val in six .iteritems (local_var_params ["kwargs" ]):
21802204 if key not in all_params :
@@ -2371,6 +2395,8 @@ def create_vehicle_estimate_with_http_info(
23712395 all_params .append ("origin_postal_code" )
23722396 all_params .append ("truck_weight_t" )
23732397 all_params .append ("vessel_imo" )
2398+ all_params .append ("vintage_start_year" )
2399+ all_params .append ("vintage_end_year" )
23742400
23752401 for key , val in six .iteritems (local_var_params ["kwargs" ]):
23762402 if key not in all_params :
@@ -2561,6 +2587,8 @@ def retrieve_estimate_with_http_info(self, id, **kwargs): # noqa: E501
25612587 all_params .append ("origin_postal_code" )
25622588 all_params .append ("truck_weight_t" )
25632589 all_params .append ("vessel_imo" )
2590+ all_params .append ("vintage_start_year" )
2591+ all_params .append ("vintage_end_year" )
25642592
25652593 for key , val in six .iteritems (local_var_params ["kwargs" ]):
25662594 if key not in all_params :
@@ -2741,6 +2769,8 @@ def retrieve_estimates_with_http_info(self, **kwargs): # noqa: E501
27412769 all_params .append ("origin_postal_code" )
27422770 all_params .append ("truck_weight_t" )
27432771 all_params .append ("vessel_imo" )
2772+ all_params .append ("vintage_start_year" )
2773+ all_params .append ("vintage_end_year" )
27442774
27452775 for key , val in six .iteritems (local_var_params ["kwargs" ]):
27462776 if key not in all_params :
0 commit comments