Skip to content

Commit 1eda4e8

Browse files
committed
autogen: regenerate OpenAPI client for v1.22.27
Version: v1.22.27
1 parent 18a803e commit 1eda4e8

File tree

648 files changed

+1067
-991
lines changed

Some content is hidden

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

648 files changed

+1067
-991
lines changed

api/openapi.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ info:
3939
url: https://www.apache.org/licenses/LICENSE-2.0.html
4040
termsOfService: /tos
4141
title: Ory APIs
42-
version: v1.22.26
42+
version: v1.22.27
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:
@@ -678,8 +678,6 @@ paths:
678678
name: page_token
679679
required: false
680680
schema:
681-
default: "1"
682-
minimum: 1
683681
type: string
684682
style: form
685683
- description: |-
@@ -1422,8 +1420,6 @@ paths:
14221420
name: page_token
14231421
required: false
14241422
schema:
1425-
default: "1"
1426-
minimum: 1
14271423
type: string
14281424
style: form
14291425
- description: ID is the identity's ID.
@@ -2344,8 +2340,6 @@ paths:
23442340
name: page_token
23452341
required: false
23462342
schema:
2347-
default: "1"
2348-
minimum: 1
23492343
type: string
23502344
style: form
23512345
- description: The subject to list the consent sessions for.
@@ -5911,8 +5905,6 @@ paths:
59115905
name: page_token
59125906
required: false
59135907
schema:
5914-
default: "1"
5915-
minimum: 1
59165908
type: string
59175909
style: form
59185910
responses:
@@ -8257,8 +8249,6 @@ paths:
82578249
name: page_token
82588250
required: false
82598251
schema:
8260-
default: "1"
8261-
minimum: 1
82628252
type: string
82638253
style: form
82648254
- description: Set the Session Token when calling from non-browser clients.
@@ -10511,6 +10501,13 @@ components:
1051110501

1051210502
This governs the "selfservice.flows.login.lifespan" setting.
1051310503
type: string
10504+
kratos_selfservice_flows_login_style:
10505+
description: |-
10506+
Configures the Ory Kratos Login Flow Style
10507+
10508+
This governs the "selfservice.flows.login.style" setting.
10509+
Possible values are "unified" and "identifier_first".
10510+
type: string
1051410511
kratos_selfservice_flows_login_ui_url:
1051510512
description: |-
1051610513
Configures the Ory Kratos Login UI URL
@@ -16553,6 +16550,13 @@ components:
1655316550

1655416551
This governs the "selfservice.flows.login.lifespan" setting.
1655516552
type: string
16553+
kratos_selfservice_flows_login_style:
16554+
description: |-
16555+
Configures the Ory Kratos Login Flow Style
16556+
16557+
This governs the "selfservice.flows.login.style" setting.
16558+
Possible values are "unified" and "identifier_first".
16559+
type: string
1655616560
kratos_selfservice_flows_login_ui_url:
1655716561
description: |-
1655816562
Configures the Ory Kratos Login UI URL
@@ -22759,13 +22763,11 @@ components:
2275922763
minimum: 1
2276022764
type: integer
2276122765
page_token:
22762-
default: "1"
2276322766
description: |-
2276422767
Next Page Token
2276522768

2276622769
The next page token.
2276722770
For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
22768-
minimum: 1
2276922771
type: string
2277022772
type: object
2277122773
tokenPaginationHeaders:
@@ -22804,13 +22806,11 @@ components:
2280422806
minimum: 1
2280522807
type: integer
2280622808
page_token:
22807-
default: "1"
2280822809
description: |-
2280922810
Next Page Token
2281022811

2281122812
The next page token.
2281222813
For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
22813-
minimum: 1
2281422814
type: string
2281522815
title: Pagination Request Parameters
2281622816
type: object

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'
7-
version = 'v1.22.26'
7+
version = 'v1.22.27'
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",
44
name := "client",
5-
version := "v1.22.26",
5+
version := "v1.22.27",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

docs/CreateProjectNormalizedPayload.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Create project (normalized) request payload
153153
|**kratosSelfserviceFlowsLoginAfterTotpDefaultBrowserReturnUrl** | **String** | Configures the Ory Kratos Login After Password Default Return URL This governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting. | [optional] |
154154
|**kratosSelfserviceFlowsLoginAfterWebauthnDefaultBrowserReturnUrl** | **String** | Configures the Ory Kratos Login After WebAuthn Default Return URL This governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting. | [optional] |
155155
|**kratosSelfserviceFlowsLoginLifespan** | **String** | Configures the Ory Kratos Login Lifespan This governs the \"selfservice.flows.login.lifespan\" setting. | [optional] |
156+
|**kratosSelfserviceFlowsLoginStyle** | **String** | Configures the Ory Kratos Login Flow Style This governs the \"selfservice.flows.login.style\" setting. Possible values are \"unified\" and \"identifier_first\". | [optional] |
156157
|**kratosSelfserviceFlowsLoginUiUrl** | **String** | Configures the Ory Kratos Login UI URL This governs the \"selfservice.flows.login.ui_url\" setting. | [optional] |
157158
|**kratosSelfserviceFlowsLogoutAfterDefaultBrowserReturnUrl** | **String** | Configures the Ory Kratos Logout Default Return URL This governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting. | [optional] |
158159
|**kratosSelfserviceFlowsRecoveryAfterDefaultBrowserReturnUrl** | **String** | Configures the Ory Kratos Recovery Default Return URL This governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting. | [optional] |

docs/FrontendApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ public class Example {
15411541
Long perPage = 250L; // Long | Deprecated Items per Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This is the number of items per page.
15421542
Long page = 56L; // Long | Deprecated Pagination Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the `Link` header.
15431543
Long pageSize = 250L; // Long | Page Size This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
1544-
String pageToken = "1"; // String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
1544+
String pageToken = "pageToken_example"; // String | Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
15451545
String xSessionToken = "xSessionToken_example"; // String | Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.
15461546
String cookie = "cookie_example"; // String | Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that scenario you must include the HTTP Cookie Header which originally was included in the request to your server. An example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`. It is ok if more than one cookie are included here as all other cookies will be ignored.
15471547
try {
@@ -1565,7 +1565,7 @@ public class Example {
15651565
| **perPage** | **Long**| Deprecated Items per Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This is the number of items per page. | [optional] [default to 250] |
15661566
| **page** | **Long**| Deprecated Pagination Page DEPRECATED: Please use `page_token` instead. This parameter will be removed in the future. This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the `Link` header. | [optional] |
15671567
| **pageSize** | **Long**| Page Size This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] [default to 250] |
1568-
| **pageToken** | **String**| Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] [default to 1] |
1568+
| **pageToken** | **String**| Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination). | [optional] |
15691569
| **xSessionToken** | **String**| Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`. | [optional] |
15701570
| **cookie** | **String**| Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that scenario you must include the HTTP Cookie Header which originally was included in the request to your server. An example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`. It is ok if more than one cookie are included here as all other cookies will be ignored. | [optional] |
15711571

0 commit comments

Comments
 (0)