From a942c7c8e17eb829ef1581c0b556665784f19e33 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 7 Nov 2019 03:57:33 -0500 Subject: update openapi spec and regenerate with newer openapi-generator the newer openapi-generator picks up fixes for optional parameters, among other things --- src/models/update_transactions_wrapper.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/models/update_transactions_wrapper.rs') diff --git a/src/models/update_transactions_wrapper.rs b/src/models/update_transactions_wrapper.rs index fde9957..6c04f35 100644 --- a/src/models/update_transactions_wrapper.rs +++ b/src/models/update_transactions_wrapper.rs @@ -10,6 +10,7 @@ + #[derive(Debug, PartialEq, Serialize, Deserialize)] pub struct UpdateTransactionsWrapper { #[serde(rename = "transactions")] @@ -19,7 +20,7 @@ pub struct UpdateTransactionsWrapper { impl UpdateTransactionsWrapper { pub fn new(transactions: Vec) -> UpdateTransactionsWrapper { UpdateTransactionsWrapper { - transactions: transactions, + transactions, } } } -- cgit v1.2.3-54-g00ecf