@@ -41,8 +41,11 @@ class EstimatesApi(object):
4141 "make" ,
4242 "year" ,
4343 "transaction_value_btc_sats" ,
44- "timestamp " ,
44+ "transaction_value_eth_gwei " ,
4545 "gas_used" ,
46+ "average_daily_balance_btc_sats" ,
47+ "average_daily_balance_eth_gwei" ,
48+ "timestamp" ,
4649 "origin_aiport" ,
4750 "destination_aiport" ,
4851 "aircraft_code" ,
@@ -128,8 +131,12 @@ def create_bitcoin_estimate_with_http_info(
128131 all_params .append ("model" )
129132 all_params .append ("year" )
130133 all_params .append ("transaction_value_btc_sats" )
131- all_params .append ("timestamp " )
134+ all_params .append ("transaction_value_eth_gwei " )
132135 all_params .append ("gas_used" )
136+ all_params .append ("transaction_value_btc_sats" )
137+ all_params .append ("average_daily_balance_btc_sats" )
138+ all_params .append ("average_daily_balance_eth_gwei" )
139+ all_params .append ("timestamp" )
133140 all_params .append ("origin_airport" )
134141 all_params .append ("destination_airport" )
135142 all_params .append ("aircraft_code" )
@@ -214,7 +221,7 @@ def create_bitcoin_estimate_with_http_info(
214221 def create_ethereum_estimate (
215222 self , create_ethereum_estimate_request = {}, ** kwargs
216223 ): # noqa: E501
217- """Create an ethereum estimate given a timestamp and gas used # noqa: E501
224+ """Create an ethereum estimate # noqa: E501
218225
219226 Creates an ethereum estimate for the amount of CO2 to be compensated. An order in the `draft` state may be created based on the parameters, linked to the estimate. # noqa: E501
220227 This method makes a synchronous HTTP request by default. To make an
@@ -243,7 +250,7 @@ def create_ethereum_estimate(
243250 def create_ethereum_estimate_with_http_info (
244251 self , create_ethereum_estimate_request , ** kwargs
245252 ): # noqa: E501
246- """Create an ethereum estimate given a timestamp and gas used # noqa: E501
253+ """Create an ethereum estimate # noqa: E501
247254
248255 Creates an ethereum estimate for the amount of CO2 to be compensated. An order in the `draft` state may be created based on the parameters, linked to the estimate. # noqa: E501
249256 This method makes a synchronous HTTP request by default. To make an
@@ -286,8 +293,12 @@ def create_ethereum_estimate_with_http_info(
286293 all_params .append ("model" )
287294 all_params .append ("year" )
288295 all_params .append ("transaction_value_btc_sats" )
289- all_params .append ("timestamp " )
296+ all_params .append ("transaction_value_eth_gwei " )
290297 all_params .append ("gas_used" )
298+ all_params .append ("transaction_value_btc_sats" )
299+ all_params .append ("average_daily_balance_btc_sats" )
300+ all_params .append ("average_daily_balance_eth_gwei" )
301+ all_params .append ("timestamp" )
291302 all_params .append ("origin_airport" )
292303 all_params .append ("destination_airport" )
293304 all_params .append ("aircraft_code" )
@@ -444,8 +455,12 @@ def create_flight_estimate_with_http_info(
444455 all_params .append ("model" )
445456 all_params .append ("year" )
446457 all_params .append ("transaction_value_btc_sats" )
447- all_params .append ("timestamp " )
458+ all_params .append ("transaction_value_eth_gwei " )
448459 all_params .append ("gas_used" )
460+ all_params .append ("transaction_value_btc_sats" )
461+ all_params .append ("average_daily_balance_btc_sats" )
462+ all_params .append ("average_daily_balance_eth_gwei" )
463+ all_params .append ("timestamp" )
449464 all_params .append ("origin_airport" )
450465 all_params .append ("destination_airport" )
451466 all_params .append ("aircraft_code" )
@@ -602,8 +617,12 @@ def create_mass_estimate_with_http_info(
602617 all_params .append ("model" )
603618 all_params .append ("year" )
604619 all_params .append ("transaction_value_btc_sats" )
605- all_params .append ("timestamp " )
620+ all_params .append ("transaction_value_eth_gwei " )
606621 all_params .append ("gas_used" )
622+ all_params .append ("transaction_value_btc_sats" )
623+ all_params .append ("average_daily_balance_btc_sats" )
624+ all_params .append ("average_daily_balance_eth_gwei" )
625+ all_params .append ("timestamp" )
607626 all_params .append ("origin_airport" )
608627 all_params .append ("destination_airport" )
609628 all_params .append ("aircraft_code" )
@@ -760,8 +779,12 @@ def create_shipping_estimate_with_http_info(
760779 all_params .append ("model" )
761780 all_params .append ("year" )
762781 all_params .append ("transaction_value_btc_sats" )
763- all_params .append ("timestamp " )
782+ all_params .append ("transaction_value_eth_gwei " )
764783 all_params .append ("gas_used" )
784+ all_params .append ("transaction_value_btc_sats" )
785+ all_params .append ("average_daily_balance_btc_sats" )
786+ all_params .append ("average_daily_balance_eth_gwei" )
787+ all_params .append ("timestamp" )
765788 all_params .append ("origin_airport" )
766789 all_params .append ("destination_airport" )
767790 all_params .append ("aircraft_code" )
@@ -918,8 +941,12 @@ def create_vehicle_estimate_with_http_info(
918941 all_params .append ("model" )
919942 all_params .append ("year" )
920943 all_params .append ("transaction_value_btc_sats" )
921- all_params .append ("timestamp " )
944+ all_params .append ("transaction_value_eth_gwei " )
922945 all_params .append ("gas_used" )
946+ all_params .append ("transaction_value_btc_sats" )
947+ all_params .append ("average_daily_balance_btc_sats" )
948+ all_params .append ("average_daily_balance_eth_gwei" )
949+ all_params .append ("timestamp" )
923950 all_params .append ("origin_airport" )
924951 all_params .append ("destination_airport" )
925952 all_params .append ("aircraft_code" )
@@ -1070,8 +1097,12 @@ def retrieve_estimate_with_http_info(self, id, **kwargs): # noqa: E501
10701097 all_params .append ("model" )
10711098 all_params .append ("year" )
10721099 all_params .append ("transaction_value_btc_sats" )
1073- all_params .append ("timestamp " )
1100+ all_params .append ("transaction_value_eth_gwei " )
10741101 all_params .append ("gas_used" )
1102+ all_params .append ("transaction_value_btc_sats" )
1103+ all_params .append ("average_daily_balance_btc_sats" )
1104+ all_params .append ("average_daily_balance_eth_gwei" )
1105+ all_params .append ("timestamp" )
10751106 all_params .append ("origin_airport" )
10761107 all_params .append ("destination_airport" )
10771108 all_params .append ("aircraft_code" )
@@ -1212,8 +1243,12 @@ def retrieve_estimates_with_http_info(self, **kwargs): # noqa: E501
12121243 all_params .append ("model" )
12131244 all_params .append ("year" )
12141245 all_params .append ("transaction_value_btc_sats" )
1215- all_params .append ("timestamp " )
1246+ all_params .append ("transaction_value_eth_gwei " )
12161247 all_params .append ("gas_used" )
1248+ all_params .append ("transaction_value_btc_sats" )
1249+ all_params .append ("average_daily_balance_btc_sats" )
1250+ all_params .append ("average_daily_balance_eth_gwei" )
1251+ all_params .append ("timestamp" )
12171252 all_params .append ("origin_airport" )
12181253 all_params .append ("destination_airport" )
12191254 all_params .append ("aircraft_code" )
0 commit comments