-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update OpenAPI Generator version to 7.5.0 new 6.0.3 version update new entities * Update OpenAPI Generator version to 7.5.0 new 6.0.3 version update new entities * update mockoon/cli-action@v2 * add ruby 3.3 supports
- Loading branch information
Showing
229 changed files
with
3,286 additions
and
223 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 +1 @@ | ||
7.2.0 | ||
7.5.0 |
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 +1 @@ | ||
6.0.2 | ||
6.0.3 |
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
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,15 @@ | ||
# Conekta::EventTypes | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'conekta' | ||
|
||
instance = Conekta::EventTypes.new() | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Conekta::Payout | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **payout_method** | [**PayoutMethod**](PayoutMethod.md) | | | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'conekta' | ||
|
||
instance = Conekta::Payout.new( | ||
payout_method: null | ||
) | ||
``` | ||
|
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,18 @@ | ||
# Conekta::PayoutMethod | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **type** | **String** | The type of the payout method. | | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'conekta' | ||
|
||
instance = Conekta::PayoutMethod.new( | ||
type: cashout | ||
) | ||
``` | ||
|
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,30 @@ | ||
# Conekta::PayoutOrder | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **allowed_payout_methods** | **Array<String>** | The payout methods that are allowed for the payout order. | | | ||
| **amount** | **Integer** | The amount of the payout order. | | | ||
| **currency** | **String** | The currency in which the payout order is made. | [default to 'MXN'] | | ||
| **customer_info** | [**CustomerInfoJustCustomerId**](CustomerInfoJustCustomerId.md) | | | | ||
| **metadata** | **Hash<String, Object>** | The metadata of the payout order. | [optional] | | ||
| **payout** | [**Payout**](Payout.md) | | | | ||
| **reason** | **String** | The reason for the payout order. | | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'conekta' | ||
|
||
instance = Conekta::PayoutOrder.new( | ||
allowed_payout_methods: ["cashout"], | ||
amount: 100, | ||
currency: MXN, | ||
customer_info: null, | ||
metadata: {"custom_client_id":"12345"}, | ||
payout: null, | ||
reason: Payout order for the customer | ||
) | ||
``` | ||
|
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,32 @@ | ||
# Conekta::PayoutOrderPayoutsItem | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| ---- | ---- | ----------- | ----- | | ||
| **amount** | **Integer** | The amount of the payout. | | | ||
| **currency** | **String** | The currency in which the payout is made. | | | ||
| **expires_at** | **Integer** | The expiration date of the payout. | [optional] | | ||
| **id** | **String** | The id of the payout. | | | ||
| **livemode** | **Boolean** | The live mode of the payout. | | | ||
| **object** | **String** | The object of the payout. | | | ||
| **payout_order_id** | **String** | The id of the payout order. | [optional] | | ||
| **status** | **String** | The status of the payout. | [optional] | | ||
|
||
## Example | ||
|
||
```ruby | ||
require 'conekta' | ||
|
||
instance = Conekta::PayoutOrderPayoutsItem.new( | ||
amount: 3000, | ||
currency: MXN, | ||
expires_at: 1677626837, | ||
id: payout_2vZwsRAhhGp2dFDJx, | ||
livemode: true, | ||
object: payout, | ||
payout_order_id: f2654d66-d740-457a-9a8c-f96b5196f44e, | ||
status: open | ||
) | ||
``` | ||
|
Oops, something went wrong.