Skip to content

Commit

Permalink
chore: Fix autogenerated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonStephens committed Dec 16, 2024
1 parent 7e3a129 commit b62609c
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Name | Type | Description | Notes
**per_deposit_cap** | Option<**u64**> | Per deposit cap. If none then the cap is the same as the global per deposit cap. | [optional]
**per_deposit_minimum** | Option<**u64**> | Per deposit minimum. If none then there is no minimum. | [optional]
**per_withdrawal_cap** | Option<**u64**> | Per withdrawal cap. If none then the cap is the same as the global per withdrawal cap. | [optional]
**per_withdrawal_minimum** | Option<**u64**> | Per withdrawal minimum. If none then there is no minimum. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Name | Type | Description | Notes
**per_deposit_cap** | Option<**u64**> | Per deposit cap. If none then there is no cap. | [optional]
**per_deposit_minimum** | Option<**u64**> | Per deposit minimum. If none then there is no minimum. | [optional]
**per_withdrawal_cap** | Option<**u64**> | Per withdrawal cap. If none then there is no cap. | [optional]
**per_withdrawal_minimum** | Option<**u64**> | Per withdrawal minimum. If none then there is no minimum. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ pub struct AccountLimits {
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_cap: Option<Option<u64>>,
/// Per withdrawal minimum. If none then there is no minimum.
#[serde(
rename = "perWithdrawalMinimum",
default,
with = "::serde_with::rust::double_option",
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_minimum: Option<Option<u64>>,
}

impl AccountLimits {
Expand All @@ -64,7 +56,6 @@ impl AccountLimits {
per_deposit_cap: None,
per_deposit_minimum: None,
per_withdrawal_cap: None,
per_withdrawal_minimum: None,
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ pub struct Limits {
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_cap: Option<Option<u64>>,
/// Per withdrawal minimum. If none then there is no minimum.
#[serde(
rename = "perWithdrawalMinimum",
default,
with = "::serde_with::rust::double_option",
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_minimum: Option<Option<u64>>,
}

impl Limits {
Expand All @@ -68,7 +60,6 @@ impl Limits {
per_deposit_cap: None,
per_deposit_minimum: None,
per_withdrawal_cap: None,
per_withdrawal_minimum: None,
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Name | Type | Description | Notes
**per_deposit_cap** | Option<**u64**> | Per deposit cap. If none then the cap is the same as the global per deposit cap. | [optional]
**per_deposit_minimum** | Option<**u64**> | Per deposit minimum. If none then there is no minimum. | [optional]
**per_withdrawal_cap** | Option<**u64**> | Per withdrawal cap. If none then the cap is the same as the global per withdrawal cap. | [optional]
**per_withdrawal_minimum** | Option<**u64**> | Per withdrawal minimum. If none then there is no minimum. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 0 additions & 1 deletion .generated-sources/emily/client/rust/public/docs/Limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Name | Type | Description | Notes
**per_deposit_cap** | Option<**u64**> | Per deposit cap. If none then there is no cap. | [optional]
**per_deposit_minimum** | Option<**u64**> | Per deposit minimum. If none then there is no minimum. | [optional]
**per_withdrawal_cap** | Option<**u64**> | Per withdrawal cap. If none then there is no cap. | [optional]
**per_withdrawal_minimum** | Option<**u64**> | Per withdrawal minimum. If none then there is no minimum. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ pub struct AccountLimits {
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_cap: Option<Option<u64>>,
/// Per withdrawal minimum. If none then there is no minimum.
#[serde(
rename = "perWithdrawalMinimum",
default,
with = "::serde_with::rust::double_option",
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_minimum: Option<Option<u64>>,
}

impl AccountLimits {
Expand All @@ -64,7 +56,6 @@ impl AccountLimits {
per_deposit_cap: None,
per_deposit_minimum: None,
per_withdrawal_cap: None,
per_withdrawal_minimum: None,
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ pub struct Limits {
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_cap: Option<Option<u64>>,
/// Per withdrawal minimum. If none then there is no minimum.
#[serde(
rename = "perWithdrawalMinimum",
default,
with = "::serde_with::rust::double_option",
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_minimum: Option<Option<u64>>,
}

impl Limits {
Expand All @@ -68,7 +60,6 @@ impl Limits {
per_deposit_cap: None,
per_deposit_minimum: None,
per_withdrawal_cap: None,
per_withdrawal_minimum: None,
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Name | Type | Description | Notes
**per_deposit_cap** | Option<**u64**> | Per deposit cap. If none then the cap is the same as the global per deposit cap. | [optional]
**per_deposit_minimum** | Option<**u64**> | Per deposit minimum. If none then there is no minimum. | [optional]
**per_withdrawal_cap** | Option<**u64**> | Per withdrawal cap. If none then the cap is the same as the global per withdrawal cap. | [optional]
**per_withdrawal_minimum** | Option<**u64**> | Per withdrawal minimum. If none then there is no minimum. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Name | Type | Description | Notes
**per_deposit_cap** | Option<**u64**> | Per deposit cap. If none then there is no cap. | [optional]
**per_deposit_minimum** | Option<**u64**> | Per deposit minimum. If none then there is no minimum. | [optional]
**per_withdrawal_cap** | Option<**u64**> | Per withdrawal cap. If none then there is no cap. | [optional]
**per_withdrawal_minimum** | Option<**u64**> | Per withdrawal minimum. If none then there is no minimum. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ pub struct AccountLimits {
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_cap: Option<Option<u64>>,
/// Per withdrawal minimum. If none then there is no minimum.
#[serde(
rename = "perWithdrawalMinimum",
default,
with = "::serde_with::rust::double_option",
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_minimum: Option<Option<u64>>,
}

impl AccountLimits {
Expand All @@ -64,7 +56,6 @@ impl AccountLimits {
per_deposit_cap: None,
per_deposit_minimum: None,
per_withdrawal_cap: None,
per_withdrawal_minimum: None,
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ pub struct Limits {
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_cap: Option<Option<u64>>,
/// Per withdrawal minimum. If none then there is no minimum.
#[serde(
rename = "perWithdrawalMinimum",
default,
with = "::serde_with::rust::double_option",
skip_serializing_if = "Option::is_none"
)]
pub per_withdrawal_minimum: Option<Option<u64>>,
}

impl Limits {
Expand All @@ -68,7 +60,6 @@ impl Limits {
per_deposit_cap: None,
per_deposit_minimum: None,
per_withdrawal_cap: None,
per_withdrawal_minimum: None,
}
}
}

0 comments on commit b62609c

Please sign in to comment.