@@ -41,8 +41,11 @@ class EstimatesApi(object):
41
41
"make" ,
42
42
"year" ,
43
43
"transaction_value_btc_sats" ,
44
- "timestamp " ,
44
+ "transaction_value_eth_gwei " ,
45
45
"gas_used" ,
46
+ "average_daily_balance_btc_sats" ,
47
+ "average_daily_balance_eth_gwei" ,
48
+ "timestamp" ,
46
49
"origin_aiport" ,
47
50
"destination_aiport" ,
48
51
"aircraft_code" ,
@@ -128,8 +131,12 @@ def create_bitcoin_estimate_with_http_info(
128
131
all_params .append ("model" )
129
132
all_params .append ("year" )
130
133
all_params .append ("transaction_value_btc_sats" )
131
- all_params .append ("timestamp " )
134
+ all_params .append ("transaction_value_eth_gwei " )
132
135
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" )
133
140
all_params .append ("origin_airport" )
134
141
all_params .append ("destination_airport" )
135
142
all_params .append ("aircraft_code" )
@@ -214,7 +221,7 @@ def create_bitcoin_estimate_with_http_info(
214
221
def create_ethereum_estimate (
215
222
self , create_ethereum_estimate_request = {}, ** kwargs
216
223
): # noqa: E501
217
- """Create an ethereum estimate given a timestamp and gas used # noqa: E501
224
+ """Create an ethereum estimate # noqa: E501
218
225
219
226
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
220
227
This method makes a synchronous HTTP request by default. To make an
@@ -243,7 +250,7 @@ def create_ethereum_estimate(
243
250
def create_ethereum_estimate_with_http_info (
244
251
self , create_ethereum_estimate_request , ** kwargs
245
252
): # noqa: E501
246
- """Create an ethereum estimate given a timestamp and gas used # noqa: E501
253
+ """Create an ethereum estimate # noqa: E501
247
254
248
255
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
249
256
This method makes a synchronous HTTP request by default. To make an
@@ -286,8 +293,12 @@ def create_ethereum_estimate_with_http_info(
286
293
all_params .append ("model" )
287
294
all_params .append ("year" )
288
295
all_params .append ("transaction_value_btc_sats" )
289
- all_params .append ("timestamp " )
296
+ all_params .append ("transaction_value_eth_gwei " )
290
297
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" )
291
302
all_params .append ("origin_airport" )
292
303
all_params .append ("destination_airport" )
293
304
all_params .append ("aircraft_code" )
@@ -444,8 +455,12 @@ def create_flight_estimate_with_http_info(
444
455
all_params .append ("model" )
445
456
all_params .append ("year" )
446
457
all_params .append ("transaction_value_btc_sats" )
447
- all_params .append ("timestamp " )
458
+ all_params .append ("transaction_value_eth_gwei " )
448
459
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" )
449
464
all_params .append ("origin_airport" )
450
465
all_params .append ("destination_airport" )
451
466
all_params .append ("aircraft_code" )
@@ -602,8 +617,12 @@ def create_mass_estimate_with_http_info(
602
617
all_params .append ("model" )
603
618
all_params .append ("year" )
604
619
all_params .append ("transaction_value_btc_sats" )
605
- all_params .append ("timestamp " )
620
+ all_params .append ("transaction_value_eth_gwei " )
606
621
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" )
607
626
all_params .append ("origin_airport" )
608
627
all_params .append ("destination_airport" )
609
628
all_params .append ("aircraft_code" )
@@ -760,8 +779,12 @@ def create_shipping_estimate_with_http_info(
760
779
all_params .append ("model" )
761
780
all_params .append ("year" )
762
781
all_params .append ("transaction_value_btc_sats" )
763
- all_params .append ("timestamp " )
782
+ all_params .append ("transaction_value_eth_gwei " )
764
783
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" )
765
788
all_params .append ("origin_airport" )
766
789
all_params .append ("destination_airport" )
767
790
all_params .append ("aircraft_code" )
@@ -918,8 +941,12 @@ def create_vehicle_estimate_with_http_info(
918
941
all_params .append ("model" )
919
942
all_params .append ("year" )
920
943
all_params .append ("transaction_value_btc_sats" )
921
- all_params .append ("timestamp " )
944
+ all_params .append ("transaction_value_eth_gwei " )
922
945
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" )
923
950
all_params .append ("origin_airport" )
924
951
all_params .append ("destination_airport" )
925
952
all_params .append ("aircraft_code" )
@@ -1070,8 +1097,12 @@ def retrieve_estimate_with_http_info(self, id, **kwargs): # noqa: E501
1070
1097
all_params .append ("model" )
1071
1098
all_params .append ("year" )
1072
1099
all_params .append ("transaction_value_btc_sats" )
1073
- all_params .append ("timestamp " )
1100
+ all_params .append ("transaction_value_eth_gwei " )
1074
1101
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" )
1075
1106
all_params .append ("origin_airport" )
1076
1107
all_params .append ("destination_airport" )
1077
1108
all_params .append ("aircraft_code" )
@@ -1212,8 +1243,12 @@ def retrieve_estimates_with_http_info(self, **kwargs): # noqa: E501
1212
1243
all_params .append ("model" )
1213
1244
all_params .append ("year" )
1214
1245
all_params .append ("transaction_value_btc_sats" )
1215
- all_params .append ("timestamp " )
1246
+ all_params .append ("transaction_value_eth_gwei " )
1216
1247
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" )
1217
1252
all_params .append ("origin_airport" )
1218
1253
all_params .append ("destination_airport" )
1219
1254
all_params .append ("aircraft_code" )
0 commit comments