-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #453 from arlyon/feat/update-openapi
Feat/update openapi
- Loading branch information
Showing
279 changed files
with
9,817 additions
and
2,416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "v545" | ||
"version": "v692" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.application.authorized". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountApplicationAuthorized { | ||
} |
10 changes: 10 additions & 0 deletions
10
src/resources/generated/account_application_deauthorized.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.application.deauthorized". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountApplicationDeauthorized { | ||
} |
10 changes: 10 additions & 0 deletions
10
src/resources/generated/account_external_account_created.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.external_account.created". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountExternalAccountCreated { | ||
} |
10 changes: 10 additions & 0 deletions
10
src/resources/generated/account_external_account_deleted.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.external_account.deleted". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountExternalAccountDeleted { | ||
} |
10 changes: 10 additions & 0 deletions
10
src/resources/generated/account_external_account_updated.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.external_account.updated". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountExternalAccountUpdated { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "account.updated". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct AccountUpdated { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "application_fee.created". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct ApplicationFeeCreated { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "application_fee.refund.updated". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct ApplicationFeeRefundUpdated { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "application_fee.refunded". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct ApplicationFeeRefunded { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "BalanceAmountBySourceType". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct BalanceAmountBySourceType { | ||
/// Amount for bank account. | ||
#[serde(skip_serializing_if = "Option::is_none")] | ||
pub bank_account: Option<i64>, | ||
|
||
/// Amount for card. | ||
#[serde(skip_serializing_if = "Option::is_none")] | ||
pub card: Option<i64>, | ||
|
||
/// Amount for FPX. | ||
#[serde(skip_serializing_if = "Option::is_none")] | ||
pub fpx: Option<i64>, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// ====================================== | ||
// This file was automatically generated. | ||
// ====================================== | ||
|
||
use serde::{Deserialize, Serialize}; | ||
|
||
/// The resource representing a Stripe "balance.available". | ||
#[derive(Clone, Debug, Default, Deserialize, Serialize)] | ||
pub struct BalanceAvailable { | ||
} |
Oops, something went wrong.