Skip to content

Commit

Permalink
autogen: regenerate OpenAPI client for v1.14.5
Browse files Browse the repository at this point in the history
Version: v1.14.5
  • Loading branch information
aeneasr committed Aug 30, 2024
1 parent 3f56213 commit 9d99e74
Show file tree
Hide file tree
Showing 593 changed files with 959 additions and 875 deletions.
18 changes: 16 additions & 2 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
version: v1.14.4
version: v1.14.5
servers:
- url: "https://{project-slug}.projects.oryapis.com/"
variables:
Expand Down Expand Up @@ -9419,6 +9419,12 @@ components:

This governs the "selfservice.methods.code.config.lifespan" setting.
type: string
kratos_selfservice_methods_code_config_missing_credential_fallback_enabled:
description: |-
Enables a fallback method required in certain legacy use cases.

This governs the "selfservice.methods.code.config.missing_credential_fallback_enabled" setting.
type: boolean
kratos_selfservice_methods_code_enabled:
description: |-
Configures whether Ory Kratos Code Method is enabled
Expand Down Expand Up @@ -12515,7 +12521,7 @@ components:
invoice:
properties:
id:
description: The ID of the subscription
description: The ID of the invoice.
format: uuid
readOnly: true
type: string
Expand Down Expand Up @@ -14815,6 +14821,12 @@ components:

This governs the "selfservice.methods.code.config.lifespan" setting.
type: string
kratos_selfservice_methods_code_config_missing_credential_fallback_enabled:
description: |-
Enables a fallback method required in certain legacy use cases.

This governs the "selfservice.methods.code.config.missing_credential_fallback_enabled" setting.
type: boolean
kratos_selfservice_methods_code_enabled:
description: |-
Configures whether Ory Kratos Code Method is enabled
Expand Down Expand Up @@ -20879,6 +20891,7 @@ components:

Supported providers are
Apple
Google
type: string
id_token_nonce:
description: |-
Expand Down Expand Up @@ -21172,6 +21185,7 @@ components:

Supported providers are
Apple
Google
type: string
id_token_nonce:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'sh.ory'
version = 'v1.14.4'
version = 'v1.14.5'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "sh.ory",
name := "client",
version := "v1.14.4",
version := "v1.14.5",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
1 change: 1 addition & 0 deletions docs/CreateProjectNormalizedPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Create project (normalized) request payload
|**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional] |
|**kratosSelfserviceFlowsVerificationUse** | [**KratosSelfserviceFlowsVerificationUseEnum**](#KratosSelfserviceFlowsVerificationUseEnum) | Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional] |
|**kratosSelfserviceMethodsCodeConfigLifespan** | **String** | Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting. | [optional] |
|**kratosSelfserviceMethodsCodeConfigMissingCredentialFallbackEnabled** | **Boolean** | Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsCodeEnabled** | **Boolean** | Configures whether Ory Kratos Code Method is enabled This governs the \"selfservice.methods.code.enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsCodeMfaEnabled** | **Boolean** | Configures whether the code method can be used to fulfil MFA flows This governs the \"selfservice.methods.code.mfa_enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsCodePasswordlessEnabled** | **Boolean** | Configures whether Ory Kratos Passwordless should use the Code Method This governs the \"selfservice.methods.code.passwordless_enabled\" setting. | [optional] |
Expand Down
2 changes: 1 addition & 1 deletion docs/Invoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **String** | The ID of the subscription | [readonly] |
|**id** | **String** | The ID of the invoice. | [readonly] |
|**invoicedAt** | **OffsetDateTime** | | |
|**type** | [**TypeEnum**](#TypeEnum) | Type is the type of the invoice. usage InvoiceTypeUsage base InvoiceTypeBase | [readonly] |
|**updatedAt** | **OffsetDateTime** | | [optional] |
Expand Down
1 change: 1 addition & 0 deletions docs/NormalizedProjectRevision.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
|**kratosSelfserviceFlowsVerificationUiUrl** | **String** | Configures the Ory Kratos Verification UI URL This governs the \"selfservice.flows.verification.ui_url\" setting. | [optional] |
|**kratosSelfserviceFlowsVerificationUse** | [**KratosSelfserviceFlowsVerificationUseEnum**](#KratosSelfserviceFlowsVerificationUseEnum) | Configures the Ory Kratos Strategy to use for Verification This governs the \"selfservice.flows.verification.use\" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode | [optional] |
|**kratosSelfserviceMethodsCodeConfigLifespan** | **String** | Configures the Ory Kratos Code Method's lifespan This governs the \"selfservice.methods.code.config.lifespan\" setting. | [optional] |
|**kratosSelfserviceMethodsCodeConfigMissingCredentialFallbackEnabled** | **Boolean** | Enables a fallback method required in certain legacy use cases. This governs the \"selfservice.methods.code.config.missing_credential_fallback_enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsCodeEnabled** | **Boolean** | Configures whether Ory Kratos Code Method is enabled This governs the \"selfservice.methods.code.enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsCodeMfaEnabled** | **Boolean** | Configures whether the code method can be used to fulfil MFA flows This governs the \"selfservice.methods.code.mfa_enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsCodePasswordlessEnabled** | **Boolean** | Configures whether Ory Kratos Passwordless should use the Code Method This governs the \"selfservice.methods.code.passwordless_enabled\" setting. | [optional] |
Expand Down
2 changes: 1 addition & 1 deletion docs/UpdateLoginFlowBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|**password** | **String** | The user's password. | |
|**passwordIdentifier** | **String** | Identifier is the email or username of the user trying to log in. This field is deprecated! | [optional] |
|**transientPayload** | **Object** | Transient data to pass along to any webhooks | [optional] |
|**idToken** | **String** | IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple | [optional] |
|**idToken** | **String** | IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple Google | [optional] |
|**idTokenNonce** | **String** | IDTokenNonce is the nonce, used when generating the IDToken. If the provider supports nonce validation, the nonce will be validated against this value and required. | [optional] |
|**provider** | **String** | The provider to register with | |
|**traits** | **Object** | The identity traits. This is a placeholder for the registration flow. | [optional] |
Expand Down
2 changes: 1 addition & 1 deletion docs/UpdateLoginFlowWithOidcMethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Update Login Flow with OpenID Connect Method
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**csrfToken** | **String** | The CSRF Token | [optional] |
|**idToken** | **String** | IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple | [optional] |
|**idToken** | **String** | IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple Google | [optional] |
|**idTokenNonce** | **String** | IDTokenNonce is the nonce, used when generating the IDToken. If the provider supports nonce validation, the nonce will be validated against this value and required. | [optional] |
|**method** | **String** | Method to use This field must be set to `oidc` when using the oidc method. | |
|**provider** | **String** | The provider to register with | |
Expand Down
2 changes: 1 addition & 1 deletion docs/UpdateRegistrationFlowBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Update Registration Request Body
|**password** | **String** | Password to sign the user up with | |
|**traits** | **Object** | Traits The identity's traits. | |
|**transientPayload** | **Object** | Transient data to pass along to any webhooks | [optional] |
|**idToken** | **String** | IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple | [optional] |
|**idToken** | **String** | IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple Google | [optional] |
|**idTokenNonce** | **String** | IDTokenNonce is the nonce, used when generating the IDToken. If the provider supports nonce validation, the nonce will be validated against this value and is required. | [optional] |
|**provider** | **String** | The provider to register with | |
|**upstreamParameters** | **Object** | UpstreamParameters are the parameters that are passed to the upstream identity provider. These parameters are optional and depend on what the upstream identity provider supports. Supported parameters are: `login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session. `hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`. `prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`. | [optional] |
Expand Down
2 changes: 1 addition & 1 deletion docs/UpdateRegistrationFlowWithOidcMethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Update Registration Flow with OpenID Connect Method
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**csrfToken** | **String** | The CSRF Token | [optional] |
|**idToken** | **String** | IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple | [optional] |
|**idToken** | **String** | IDToken is an optional id token provided by an OIDC provider If submitted, it is verified using the OIDC provider's public key set and the claims are used to populate the OIDC credentials of the identity. If the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use the `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken. Supported providers are Apple Google | [optional] |
|**idTokenNonce** | **String** | IDTokenNonce is the nonce, used when generating the IDToken. If the provider supports nonce validation, the nonce will be validated against this value and is required. | [optional] |
|**method** | **String** | Method to use This field must be set to `oidc` when using the oidc method. | |
|**provider** | **String** | The provider to register with | |
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>sh.ory</groupId>
<artifactId>ory-client</artifactId>
<packaging>jar</packaging>
<name>ory-client</name>
<version>1.14.4-SNAPSHOT</version>
<version>0.0.0-SNAPSHOT</version>
<url>https://github.com/ory/client-java</url>
<description>Java Client for Ory</description>
<scm>
<connection>scm:git:git@github.com:ory/client-java.git</connection>
<developerConnection>scm:git:git@github.com:ory/client-java.git</developerConnection>
<url>https://github.com/ory/client-java</url>
<tag>HEAD</tag>
</scm>
</scm>

<licenses>
<license>
Expand Down Expand Up @@ -249,8 +249,8 @@
<include>.gitignore</include>
</includes>
<!-- define the steps to apply to those files -->
<trimTrailingWhitespace />
<endWithNewline />
<trimTrailingWhitespace/>
<endWithNewline/>
<indent>
<spaces>true</spaces> <!-- or <tabs>true</tabs> -->
<spacesPerTab>4</spacesPerTab> <!-- optional, default is 4 -->
Expand All @@ -268,8 +268,8 @@
<reflowLongStrings>true</reflowLongStrings>
</googleJavaFormat>

<removeUnusedImports />
<importOrder />
<removeUnusedImports/>
<importOrder/>

</java>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/ApiCallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.14.4
* The version of the OpenAPI document: v1.14.5
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/sh/ory/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.14.4
* The version of the OpenAPI document: v1.14.5
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -231,7 +231,7 @@ private void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/v1.14.4/java");
setUserAgent("OpenAPI-Generator/v1.14.5/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/sh/ory/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.14.4
* The version of the OpenAPI document: v1.14.5
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -21,7 +21,7 @@
* <p>ApiException class.</p>
*/
@SuppressWarnings("serial")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-26T12:57:04.226108289Z[Etc/UTC]", comments = "Generator version: 7.7.0")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0")
public class ApiException extends Exception {
private static final long serialVersionUID = 1L;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/ApiResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.14.4
* The version of the OpenAPI document: v1.14.5
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/sh/ory/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.14.4
* The version of the OpenAPI document: v1.14.5
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -13,9 +13,9 @@

package sh.ory;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-26T12:57:04.226108289Z[Etc/UTC]", comments = "Generator version: 7.7.0")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-08-30T10:55:55.408409077Z[Etc/UTC]", comments = "Generator version: 7.7.0")
public class Configuration {
public static final String VERSION = "v1.14.4";
public static final String VERSION = "v1.14.5";

private static ApiClient defaultApiClient = new ApiClient();

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/sh/ory/GzipRequestInterceptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Ory APIs
* 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.14.4
* The version of the OpenAPI document: v1.14.5
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit 9d99e74

Please sign in to comment.