-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
137 changed files
with
5,452 additions
and
619 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 @@ | ||
6.0.0-beta.1 | ||
6.0.0-beta.2 |
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,23 @@ | ||
# conekta.model.ApiKeyCreateResponse | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**authenticationToken** | **String** | It is occupied as a user when authenticated with basic authentication, with a blank password. This value will only appear once, in the request to create a new key | [optional] | ||
**active** | **bool** | Indicates if the api key is active | [optional] | ||
**createdAt** | **int** | Unix timestamp in seconds with the creation date of the api key | [optional] | ||
**description** | **String** | Detail of the use that will be given to the api key | [optional] | ||
**id** | **String** | Unique identifier of the api key | [optional] | ||
**livemode** | **bool** | Indicates if the api key is in live mode | [optional] | ||
**object** | **String** | Object name, value is api_key | [optional] | ||
**prefix** | **String** | The first few characters of the authentication_token | [optional] | ||
**role** | **String** | Indicates the user account private=owner or public=public | [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) | ||
|
||
|
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.model.ApiKeyCreateResponseAllOf | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**authenticationToken** | **String** | It is occupied as a user when authenticated with basic authentication, with a blank password. This value will only appear once, in the request to create a new key | [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) | ||
|
||
|
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,17 @@ | ||
# conekta.model.ApiKeyRequest | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**active** | **bool** | Indicates if the api key is active | | ||
**description** | **String** | Detail of the use that will be given to the api key | | ||
**role** | **String** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
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,22 @@ | ||
# conekta.model.ApiKeyResponse | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**active** | **bool** | Indicates if the api key is active | [optional] | ||
**createdAt** | **int** | Unix timestamp in seconds with the creation date of the api key | [optional] | ||
**description** | **String** | Detail of the use that will be given to the api key | [optional] | ||
**id** | **String** | Unique identifier of the api key | [optional] | ||
**livemode** | **bool** | Indicates if the api key is in live mode | [optional] | ||
**object** | **String** | Object name, value is api_key | [optional] | ||
**prefix** | **String** | The first few characters of the authentication_token | [optional] | ||
**role** | **String** | Indicates the user account private=owner or public=public | [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) | ||
|
||
|
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,16 @@ | ||
# conekta.model.ApiKeyUpdateRequest | ||
|
||
## Load the model package | ||
```dart | ||
import 'package:conekta/api.dart'; | ||
``` | ||
|
||
## Properties | ||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**active** | **bool** | Indicates if the webhook key is active | [optional] | ||
**description** | **String** | Detail of the use that will be given to the api key | [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) | ||
|
||
|
Oops, something went wrong.