Skip to content

Commit 3cd8a32

Browse files
committed
autogen: regenerate OpenAPI client for v1.3.6-alpha.1
Version: v1.3.6-alpha.1
1 parent 48bd7f3 commit 3cd8a32

275 files changed

Lines changed: 399 additions & 399 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.

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
license:
88
name: Apache 2.0
99
title: Ory Identities API
10-
version: v1.3.5
10+
version: v1.3.6-alpha.1
1111
servers:
1212
- url: /
1313
tags:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'sh.ory.kratos'
7-
version = 'v1.3.5'
7+
version = 'v1.3.6-alpha.1'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "sh.ory.kratos",
44
name := "kratos-client",
5-
version := "v1.3.5",
5+
version := "v1.3.6-alpha.1",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

src/main/java/sh/ory/kratos/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Ory Identities API
33
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
44
*
5-
* The version of the OpenAPI document: v1.3.5
5+
* The version of the OpenAPI document: v1.3.6-alpha.1
66
* Contact: office@ory.sh
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/sh/ory/kratos/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Ory Identities API
33
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
44
*
5-
* The version of the OpenAPI document: v1.3.5
5+
* The version of the OpenAPI document: v1.3.6-alpha.1
66
* Contact: office@ory.sh
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -141,7 +141,7 @@ private void init() {
141141
json = new JSON();
142142

143143
// Set default User-Agent.
144-
setUserAgent("OpenAPI-Generator/v1.3.5/java");
144+
setUserAgent("OpenAPI-Generator/v1.3.6-alpha.1/java");
145145

146146
authentications = new HashMap<String, Authentication>();
147147
}

src/main/java/sh/ory/kratos/ApiException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Ory Identities API
33
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
44
*
5-
* The version of the OpenAPI document: v1.3.5
5+
* The version of the OpenAPI document: v1.3.6-alpha.1
66
* Contact: office@ory.sh
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-02-25T10:36:19.808288833Z[Etc/UTC]", comments = "Generator version: 7.7.0")
24+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-02-25T11:25:59.353849095Z[Etc/UTC]", comments = "Generator version: 7.7.0")
2525
public class ApiException extends Exception {
2626
private static final long serialVersionUID = 1L;
2727

src/main/java/sh/ory/kratos/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Ory Identities API
33
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
44
*
5-
* The version of the OpenAPI document: v1.3.5
5+
* The version of the OpenAPI document: v1.3.6-alpha.1
66
* Contact: office@ory.sh
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/sh/ory/kratos/Configuration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Ory Identities API
33
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
44
*
5-
* The version of the OpenAPI document: v1.3.5
5+
* The version of the OpenAPI document: v1.3.6-alpha.1
66
* Contact: office@ory.sh
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,9 @@
1313

1414
package sh.ory.kratos;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-02-25T10:36:19.808288833Z[Etc/UTC]", comments = "Generator version: 7.7.0")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-02-25T11:25:59.353849095Z[Etc/UTC]", comments = "Generator version: 7.7.0")
1717
public class Configuration {
18-
public static final String VERSION = "v1.3.5";
18+
public static final String VERSION = "v1.3.6-alpha.1";
1919

2020
private static ApiClient defaultApiClient = new ApiClient();
2121

src/main/java/sh/ory/kratos/GzipRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Ory Identities API
33
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
44
*
5-
* The version of the OpenAPI document: v1.3.5
5+
* The version of the OpenAPI document: v1.3.6-alpha.1
66
* Contact: office@ory.sh
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/sh/ory/kratos/JSON.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Ory Identities API
33
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
44
*
5-
* The version of the OpenAPI document: v1.3.5
5+
* The version of the OpenAPI document: v1.3.6-alpha.1
66
* Contact: office@ory.sh
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)