Skip to content

Commit c6b51ed

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.49
Version: v1.22.49
1 parent 8fc4664 commit c6b51ed

776 files changed

Lines changed: 1917 additions & 787 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ docs/Model/CreateRelationshipBody.md
8383
docs/Model/CreateSubscriptionBody.md
8484
docs/Model/CreateSubscriptionCommon.md
8585
docs/Model/CreateTestLoginFlowBody.md
86+
docs/Model/CreateTestLoginFlowFromOnboardingPortalLinkBody.md
8687
docs/Model/CreateVerifiableCredentialRequestBody.md
8788
docs/Model/CreateWorkspaceApiKeyBody.md
8889
docs/Model/CreateWorkspaceBody.md
@@ -234,6 +235,7 @@ docs/Model/OidcConfiguration.md
234235
docs/Model/OidcUserInfo.md
235236
docs/Model/OnboardingPortalLink.md
236237
docs/Model/OnboardingPortalOrganization.md
238+
docs/Model/OnboardingPortalTestLoginFlow.md
237239
docs/Model/Organization.md
238240
docs/Model/OrganizationBody.md
239241
docs/Model/OrganizationOnboardingPortalLinksResponse.md
@@ -468,6 +470,7 @@ lib/Model/CreateRelationshipBody.php
468470
lib/Model/CreateSubscriptionBody.php
469471
lib/Model/CreateSubscriptionCommon.php
470472
lib/Model/CreateTestLoginFlowBody.php
473+
lib/Model/CreateTestLoginFlowFromOnboardingPortalLinkBody.php
471474
lib/Model/CreateVerifiableCredentialRequestBody.php
472475
lib/Model/CreateWorkspaceApiKeyBody.php
473476
lib/Model/CreateWorkspaceBody.php
@@ -620,6 +623,7 @@ lib/Model/OidcConfiguration.php
620623
lib/Model/OidcUserInfo.php
621624
lib/Model/OnboardingPortalLink.php
622625
lib/Model/OnboardingPortalOrganization.php
626+
lib/Model/OnboardingPortalTestLoginFlow.php
623627
lib/Model/Organization.php
624628
lib/Model/OrganizationBody.php
625629
lib/Model/OrganizationOnboardingPortalLinksResponse.php
@@ -851,6 +855,7 @@ test/Model/CreateRelationshipBodyTest.php
851855
test/Model/CreateSubscriptionBodyTest.php
852856
test/Model/CreateSubscriptionCommonTest.php
853857
test/Model/CreateTestLoginFlowBodyTest.php
858+
test/Model/CreateTestLoginFlowFromOnboardingPortalLinkBodyTest.php
854859
test/Model/CreateVerifiableCredentialRequestBodyTest.php
855860
test/Model/CreateWorkspaceApiKeyBodyTest.php
856861
test/Model/CreateWorkspaceBodyTest.php
@@ -1002,6 +1007,7 @@ test/Model/OidcConfigurationTest.php
10021007
test/Model/OidcUserInfoTest.php
10031008
test/Model/OnboardingPortalLinkTest.php
10041009
test/Model/OnboardingPortalOrganizationTest.php
1010+
test/Model/OnboardingPortalTestLoginFlowTest.php
10051011
test/Model/OrganizationBodyTest.php
10061012
test/Model/OrganizationOnboardingPortalLinksResponseTest.php
10071013
test/Model/OrganizationTest.php

composer.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# # CreateTestLoginFlowFromOnboardingPortalLinkBody
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**providerId** | **string** | ID of the OIDC provider to test. Must match a provider configured on the link's organization. |
8+
9+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# # OnboardingPortalTestLoginFlow
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**id** | **string** | ID of the created test login flow. Append this as the `flow` query parameter on the test sign-in UI URL. |
8+
9+
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/ProjectApiKey.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**createdAt** | **\DateTime** | The token's creation date | [optional] [readonly]
88
**expiresAt** | **\DateTime** | | [optional]
99
**id** | **string** | The token's ID. | [readonly]
10+
**lastCharacters** | **string** | The last characters of the token's value. Lets you tell API keys apart in the UI without revealing the full value. Empty for keys created before this was introduced. | [optional] [readonly]
1011
**name** | **string** | The Token's Name Set this to help you remember, for example, where you use the token. |
1112
**ownerId** | **string** | The token's owner | [readonly]
1213
**projectId** | **string** | The Token's Project ID | [optional] [readonly]

docs/Model/WorkspaceApiKey.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
77
**createdAt** | **\DateTime** | The API key's creation date | [optional] [readonly]
88
**expiresAt** | **\DateTime** | | [optional]
99
**id** | **string** | The key's ID. | [readonly]
10+
**lastCharacters** | **string** | The last characters of the key's value. Lets you tell API keys apart in the UI without revealing the full value. Empty for keys created before this was introduced. | [optional] [readonly]
1011
**name** | **string** | The API key's Name Set this to help you remember, for example, where you use the API key. |
1112
**ownerId** | **string** | The key's owner | [readonly]
1213
**updatedAt** | **\DateTime** | The API key's last update date | [optional] [readonly]

lib/Api/ApiKeysApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* # 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) |
1616
*
17-
* The version of the OpenAPI document: v1.22.48
17+
* The version of the OpenAPI document: v1.22.49
1818
* Contact: support@ory.sh
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.17.0

lib/Api/CourierApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* # 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) |
1616
*
17-
* The version of the OpenAPI document: v1.22.48
17+
* The version of the OpenAPI document: v1.22.49
1818
* Contact: support@ory.sh
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.17.0

lib/Api/EventsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* # 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) |
1616
*
17-
* The version of the OpenAPI document: v1.22.48
17+
* The version of the OpenAPI document: v1.22.49
1818
* Contact: support@ory.sh
1919
* Generated by: https://openapi-generator.tech
2020
* Generator version: 7.17.0

0 commit comments

Comments
 (0)