-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autogen: regenerate OpenAPI client for v1.15.3
Version: v1.15.3
- Loading branch information
Showing
579 changed files
with
823 additions
and
624 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
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 @@ | ||
# IdentityCredentialsCodeAddress | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**address** | **str** | The address for this code | [optional] | ||
**channel** | **str** | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from ory_client.models.identity_credentials_code_address import IdentityCredentialsCodeAddress | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of IdentityCredentialsCodeAddress from a JSON string | ||
identity_credentials_code_address_instance = IdentityCredentialsCodeAddress.from_json(json) | ||
# print the JSON string representation of the object | ||
print(IdentityCredentialsCodeAddress.to_json()) | ||
|
||
# convert the object into a dict | ||
identity_credentials_code_address_dict = identity_credentials_code_address_instance.to_dict() | ||
# create an instance of IdentityCredentialsCodeAddress from a dict | ||
identity_credentials_code_address_from_dict = IdentityCredentialsCodeAddress.from_dict(identity_credentials_code_address_dict) | ||
``` | ||
[[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
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 |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. | ||
The version of the OpenAPI document: v1.15.0 | ||
The version of the OpenAPI document: v1.15.3 | ||
Contact: [email protected] | ||
Generated by OpenAPI Generator (https://openapi-generator.tech) | ||
Do not edit the class manually. | ||
""" # noqa: E501 | ||
|
||
|
||
__version__ = "v1.15.0" | ||
__version__ = "v1.15.3" | ||
|
||
# import apis into sdk package | ||
from ory_client.api.courier_api import CourierApi | ||
|
@@ -126,6 +126,7 @@ | |
from ory_client.models.identity import Identity | ||
from ory_client.models.identity_credentials import IdentityCredentials | ||
from ory_client.models.identity_credentials_code import IdentityCredentialsCode | ||
from ory_client.models.identity_credentials_code_address import IdentityCredentialsCodeAddress | ||
from ory_client.models.identity_credentials_oidc import IdentityCredentialsOidc | ||
from ory_client.models.identity_credentials_oidc_provider import IdentityCredentialsOidcProvider | ||
from ory_client.models.identity_credentials_password import IdentityCredentialsPassword | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. | ||
The version of the OpenAPI document: v1.15.0 | ||
The version of the OpenAPI document: v1.15.3 | ||
Contact: [email protected] | ||
Generated by OpenAPI Generator (https://openapi-generator.tech) | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. | ||
The version of the OpenAPI document: v1.15.0 | ||
The version of the OpenAPI document: v1.15.3 | ||
Contact: [email protected] | ||
Generated by OpenAPI Generator (https://openapi-generator.tech) | ||
|
Oops, something went wrong.