Skip to content

Commit 72ed285

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.6
Version: v1.22.6
1 parent 0917cb7 commit 72ed285

627 files changed

Lines changed: 884 additions & 628 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ docs/RelationshipApi.md
217217
docs/RelationshipNamespaces.md
218218
docs/RelationshipPatch.md
219219
docs/Relationships.md
220+
docs/RevisionAccountExperienceCustomTranslation.md
220221
docs/SchemaPatch.md
221222
docs/SelfServiceFlowExpiredError.md
222223
docs/Session.md
@@ -532,6 +533,7 @@ ory_client/models/relationship.py
532533
ory_client/models/relationship_namespaces.py
533534
ory_client/models/relationship_patch.py
534535
ory_client/models/relationships.py
536+
ory_client/models/revision_account_experience_custom_translation.py
535537
ory_client/models/rfc6749_error_json.py
536538
ory_client/models/schema_patch.py
537539
ory_client/models/self_service_flow_expired_error.py
@@ -844,6 +846,7 @@ test/test_relationship_api.py
844846
test/test_relationship_namespaces.py
845847
test/test_relationship_patch.py
846848
test/test_relationships.py
849+
test/test_revision_account_experience_custom_translation.py
847850
test/test_rfc6749_error_json.py
848851
test/test_schema_patch.py
849852
test/test_self_service_flow_expired_error.py

docs/AccountExperienceConfiguration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
2121
**registration_ui_url** | **str** | |
2222
**settings_ui_url** | **str** | |
2323
**stylesheet** | **str** | | [optional]
24+
**translations** | [**List[RevisionAccountExperienceCustomTranslation]**](RevisionAccountExperienceCustomTranslation.md) | |
2425
**verification_enabled** | **bool** | |
2526
**verification_ui_url** | **str** | |
2627

docs/CreateProjectNormalizedPayload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Create project (normalized) request payload
66

77
Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
9+
**account_experience_custom_translations** | [**List[RevisionAccountExperienceCustomTranslation]**](RevisionAccountExperienceCustomTranslation.md) | The Account Experience's Custom Translations Contains all Custom Translations for this project. | [optional]
910
**account_experience_default_locale** | **str** | Holds the default locale for the account experience. | [optional]
1011
**account_experience_favicon_dark** | **str** | Holds the URL to the account experience's dark theme favicon (currently unused). | [optional]
1112
**account_experience_favicon_light** | **str** | Holds the URL to the account experience's favicon. | [optional]

docs/NormalizedProjectRevision.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8+
**account_experience_custom_translations** | [**List[RevisionAccountExperienceCustomTranslation]**](RevisionAccountExperienceCustomTranslation.md) | The Account Experience's Custom Translations Contains all Custom Translations for this project. | [optional]
89
**account_experience_default_locale** | **str** | Holds the default locale for the account experience. | [optional]
910
**account_experience_favicon_dark** | **str** | Holds the URL to the account experience's dark theme favicon (currently unused). | [optional]
1011
**account_experience_favicon_light** | **str** | Holds the URL to the account experience's favicon. | [optional]
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# RevisionAccountExperienceCustomTranslation
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**locale** | **str** | The locale (e.g. \"en\", \"de\") |
9+
**translations** | **str** | The URL where the i18n json can be found |
10+
11+
## Example
12+
13+
```python
14+
from ory_client.models.revision_account_experience_custom_translation import RevisionAccountExperienceCustomTranslation
15+
16+
# TODO update the JSON string below
17+
json = "{}"
18+
# create an instance of RevisionAccountExperienceCustomTranslation from a JSON string
19+
revision_account_experience_custom_translation_instance = RevisionAccountExperienceCustomTranslation.from_json(json)
20+
# print the JSON string representation of the object
21+
print(RevisionAccountExperienceCustomTranslation.to_json())
22+
23+
# convert the object into a dict
24+
revision_account_experience_custom_translation_dict = revision_account_experience_custom_translation_instance.to_dict()
25+
# create an instance of RevisionAccountExperienceCustomTranslation from a dict
26+
revision_account_experience_custom_translation_from_dict = RevisionAccountExperienceCustomTranslation.from_dict(revision_account_experience_custom_translation_dict)
27+
```
28+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29+
30+

ory_client/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
# Introduction 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. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
99
10-
The version of the OpenAPI document: v1.22.5
10+
The version of the OpenAPI document: v1.22.6
1111
Contact: support@ory.sh
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "v1.22.5"
18+
__version__ = "v1.22.6"
1919

2020
# import apis into sdk package
2121
from ory_client.api.courier_api import CourierApi
@@ -246,6 +246,7 @@
246246
from ory_client.models.relationship_namespaces import RelationshipNamespaces
247247
from ory_client.models.relationship_patch import RelationshipPatch
248248
from ory_client.models.relationships import Relationships
249+
from ory_client.models.revision_account_experience_custom_translation import RevisionAccountExperienceCustomTranslation
249250
from ory_client.models.schema_patch import SchemaPatch
250251
from ory_client.models.self_service_flow_expired_error import SelfServiceFlowExpiredError
251252
from ory_client.models.session import Session

ory_client/api/courier_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
# Introduction 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. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
77
8-
The version of the OpenAPI document: v1.22.5
8+
The version of the OpenAPI document: v1.22.6
99
Contact: support@ory.sh
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

ory_client/api/events_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
# Introduction 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. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
77
8-
The version of the OpenAPI document: v1.22.5
8+
The version of the OpenAPI document: v1.22.6
99
Contact: support@ory.sh
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

ory_client/api/frontend_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Introduction 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. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
77

8-
The version of the OpenAPI document: v1.22.5
8+
The version of the OpenAPI document: v1.22.6
99
Contact: support@ory.sh
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

ory_client/api/identity_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
# Introduction 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. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
77
8-
The version of the OpenAPI document: v1.22.5
8+
The version of the OpenAPI document: v1.22.6
99
Contact: support@ory.sh
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)