Skip to content

Commit

Permalink
autogen: regenerate OpenAPI client for v1.15.17
Browse files Browse the repository at this point in the history
Version: v1.15.17
  • Loading branch information
aeneasr committed Dec 31, 2024
1 parent da3e2f6 commit d76b56e
Show file tree
Hide file tree
Showing 599 changed files with 2,138 additions and 906 deletions.
3 changes: 3 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ docs/NormalizedProjectRevision.md
docs/NormalizedProjectRevisionCourierChannel.md
docs/NormalizedProjectRevisionHook.md
docs/NormalizedProjectRevisionIdentitySchema.md
docs/NormalizedProjectRevisionSAMLProvider.md
docs/NormalizedProjectRevisionThirdPartyProvider.md
docs/NormalizedProjectRevisionTokenizerTemplate.md
docs/OAuth2Api.md
Expand Down Expand Up @@ -463,6 +464,7 @@ src/main/java/sh/ory/model/NormalizedProjectRevision.java
src/main/java/sh/ory/model/NormalizedProjectRevisionCourierChannel.java
src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java
src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java
src/main/java/sh/ory/model/NormalizedProjectRevisionSAMLProvider.java
src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java
src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java
src/main/java/sh/ory/model/OAuth2Client.java
Expand Down Expand Up @@ -743,6 +745,7 @@ src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java
src/test/java/sh/ory/model/NormalizedProjectRevisionCourierChannelTest.java
src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java
src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java
src/test/java/sh/ory/model/NormalizedProjectRevisionSAMLProviderTest.java
src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java
src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java
src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java
Expand Down
130 changes: 123 additions & 7 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
version: v1.15.16
version: v1.15.17
servers:
- url: "https://{project_slug}.projects.oryapis.com/"
variables:
Expand Down Expand Up @@ -708,8 +708,13 @@ paths:
strong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.
eventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.
- description: |-
List of ids used to filter identities.
If this list is empty, then no filter will be applied.
Retrieve multiple identities by their IDs.

This parameter has the following limitations:

Duplicate or non-existent IDs are ignored.
The order of returned IDs may be different from the request.
This filter does not support pagination. You must implement your own pagination as the maximum number of items returned by this endpoint may not exceed a certain threshold (currently 500).
explode: true
in: query
name: ids
Expand Down Expand Up @@ -756,10 +761,7 @@ paths:
type: string
type: array
style: form
- description: |-
OrganizationID is the organization id to filter identities by.

If `ids` is set, this parameter is ignored.
- description: List identities that belong to a specific organization.
explode: true
in: query
name: organization_id
Expand Down Expand Up @@ -955,6 +957,7 @@ paths:
- code
- passkey
- profile
- saml
- link_recovery
- code_recovery
type: string
Expand Down Expand Up @@ -1129,6 +1132,7 @@ paths:
code CredentialsTypeCodeAuth
passkey CredentialsTypePasskey
profile CredentialsTypeProfile
saml CredentialsTypeSAML
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
code_recovery CredentialsTypeRecoveryCode
explode: false
Expand All @@ -1145,6 +1149,7 @@ paths:
- code
- passkey
- profile
- saml
- link_recovery
- code_recovery
type: string
Expand All @@ -1158,6 +1163,7 @@ paths:
code CredentialsTypeCodeAuth
passkey CredentialsTypePasskey
profile CredentialsTypeProfile
saml CredentialsTypeSAML
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
code_recovery CredentialsTypeRecoveryCode
- description: |-
Expand Down Expand Up @@ -9759,6 +9765,22 @@ components:

This governs the "selfservice.methods.profile.enabled" setting.
type: boolean
kratos_selfservice_methods_saml_config_base_redirect_uri:
description: |-
Configures the Ory Kratos SAML base redirect URI

This governs the "selfservice.methods.saml.config.base_redirect_uri" setting.
type: string
kratos_selfservice_methods_saml_config_providers:
items:
$ref: '#/components/schemas/normalizedProjectRevisionSAMLProvider'
type: array
kratos_selfservice_methods_saml_enabled:
description: |-
Configures whether Ory Kratos SAML Login is enabled

This governs the "selfservice.methods.saml.enabled" setting.
type: boolean
kratos_selfservice_methods_totp_config_issuer:
description: |-
Configures Ory Kratos TOTP Issuer
Expand Down Expand Up @@ -12339,6 +12361,7 @@ components:
code CredentialsTypeCodeAuth
passkey CredentialsTypePasskey
profile CredentialsTypeProfile
saml CredentialsTypeSAML
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
code_recovery CredentialsTypeRecoveryCode
enum:
Expand All @@ -12350,6 +12373,7 @@ components:
- code
- passkey
- profile
- saml
- link_recovery
- code_recovery
type: string
Expand All @@ -12362,6 +12386,7 @@ components:
code CredentialsTypeCodeAuth
passkey CredentialsTypePasskey
profile CredentialsTypeProfile
saml CredentialsTypeSAML
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
code_recovery CredentialsTypeRecoveryCode
updated_at:
Expand Down Expand Up @@ -13380,6 +13405,7 @@ components:
code CredentialsTypeCodeAuth
passkey CredentialsTypePasskey
profile CredentialsTypeProfile
saml CredentialsTypeSAML
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
code_recovery CredentialsTypeRecoveryCode
enum:
Expand All @@ -13391,6 +13417,7 @@ components:
- code
- passkey
- profile
- saml
- link_recovery
- code_recovery
type: string
Expand All @@ -13403,6 +13430,7 @@ components:
code CredentialsTypeCodeAuth
passkey CredentialsTypePasskey
profile CredentialsTypeProfile
saml CredentialsTypeSAML
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
code_recovery CredentialsTypeRecoveryCode
created_at:
Expand Down Expand Up @@ -15196,6 +15224,22 @@ components:

This governs the "selfservice.methods.profile.enabled" setting.
type: boolean
kratos_selfservice_methods_saml_config_base_redirect_uri:
description: |-
Configures the Ory Kratos SAML base redirect URI

This governs the "selfservice.methods.saml.config.base_redirect_uri" setting.
type: string
kratos_selfservice_methods_saml_config_providers:
items:
$ref: '#/components/schemas/normalizedProjectRevisionSAMLProvider'
type: array
kratos_selfservice_methods_saml_enabled:
description: |-
Configures whether Ory Kratos SAML Login is enabled

This governs the "selfservice.methods.saml.enabled" setting.
type: boolean
kratos_selfservice_methods_totp_config_issuer:
description: |-
Configures Ory Kratos TOTP Issuer
Expand Down Expand Up @@ -15453,6 +15497,65 @@ components:
items:
$ref: '#/components/schemas/normalizedProjectRevisionIdentitySchema'
type: array
normalizedProjectRevisionSAMLProvider:
properties:
client_id:
description: ClientID is the application's Client ID.
type: string
client_secret:
nullable: true
type: string
created_at:
description: The Project's Revision Creation Date
format: date-time
readOnly: true
type: string
id:
format: uuid
type: string
label:
description: Label represents an optional label which can be used in the
UI generation.
type: string
mapper_url:
description: |-
Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google
profile information) to hydrate the identity's data.
type: string
organization_id:
format: uuid4
nullable: true
type: string
project_revision_id:
description: The Revision's ID this schema belongs to
format: uuid
type: string
provider_id:
description: ID is the provider's ID
type: string
raw_idp_metadata_xml:
description: RawIDPMetadataXML is the raw XML metadata of the IDP.
type: string
state:
description: |-
State indicates the state of the provider

Only providers with state `enabled` will be used for authentication
enabled ThirdPartyProviderStateEnabled
disabled ThirdPartyProviderStateDisabled
enum:
- enabled
- disabled
type: string
x-go-enum-desc: |-
enabled ThirdPartyProviderStateEnabled
disabled ThirdPartyProviderStateDisabled
updated_at:
description: Last Time Project's Revision was Updated
format: date-time
readOnly: true
type: string
type: object
normalizedProjectRevisionThirdPartyProvider:
properties:
additional_id_token_audiences:
Expand Down Expand Up @@ -18147,6 +18250,10 @@ components:
items:
$ref: '#/components/schemas/normalizedProjectRevisionIdentitySchema'
type: array
projectRevisionSamlProviders:
items:
$ref: '#/components/schemas/normalizedProjectRevisionSAMLProvider'
type: array
projectRevisionThirdPartyLoginProviders:
items:
$ref: '#/components/schemas/normalizedProjectRevisionThirdPartyProvider'
Expand Down Expand Up @@ -18233,6 +18340,8 @@ components:
m2m_token_issuance M2MTokenIssuance
permission_checks PermissionChecks
captcha Captcha
saml_sp SAMLSP
saml_idp SAMLIDP
data_location_regional DataLocationRegional Required Features
rate_limit_tier RateLimitTier
session_rate_limit_tier RateLimitTierSessions
Expand Down Expand Up @@ -18266,6 +18375,8 @@ components:
- m2m_token_issuance
- permission_checks
- captcha
- saml_sp
- saml_idp
- data_location_regional
- rate_limit_tier
- session_rate_limit_tier
Expand Down Expand Up @@ -18300,6 +18411,8 @@ components:
m2m_token_issuance M2MTokenIssuance
permission_checks PermissionChecks
captcha Captcha
saml_sp SAMLSP
saml_idp SAMLIDP
data_location_regional DataLocationRegional Required Features
rate_limit_tier RateLimitTier
session_rate_limit_tier RateLimitTierSessions
Expand Down Expand Up @@ -18789,6 +18902,7 @@ components:
code CredentialsTypeCodeAuth
passkey CredentialsTypePasskey
profile CredentialsTypeProfile
saml CredentialsTypeSAML
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
code_recovery CredentialsTypeRecoveryCode
enum:
Expand All @@ -18800,6 +18914,7 @@ components:
- code
- passkey
- profile
- saml
- link_recovery
- code_recovery
type: string
Expand All @@ -18812,6 +18927,7 @@ components:
code CredentialsTypeCodeAuth
passkey CredentialsTypePasskey
profile CredentialsTypeProfile
saml CredentialsTypeSAML
link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself.
code_recovery CredentialsTypeRecoveryCode
expires_at:
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.15.16'
version = 'v1.15.17'

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.15.16",
version := "v1.15.17",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
3 changes: 3 additions & 0 deletions docs/CreateProjectNormalizedPayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ Create project (normalized) request payload
|**kratosSelfserviceMethodsPasswordConfigMinPasswordLength** | **Long** | Configures the minimum length of passwords. This governs the \"selfservice.methods.password.config.min_password_length\" setting. | [optional] |
|**kratosSelfserviceMethodsPasswordEnabled** | **Boolean** | Configures whether Ory Kratos Password Method is enabled This governs the \"selfservice.methods.password.enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsProfileEnabled** | **Boolean** | Configures whether Ory Kratos Profile Method is enabled This governs the \"selfservice.methods.profile.enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsSamlConfigBaseRedirectUri** | **String** | Configures the Ory Kratos SAML base redirect URI This governs the \"selfservice.methods.saml.config.base_redirect_uri\" setting. | [optional] |
|**kratosSelfserviceMethodsSamlConfigProviders** | [**List<NormalizedProjectRevisionSAMLProvider>**](NormalizedProjectRevisionSAMLProvider.md) | | [optional] |
|**kratosSelfserviceMethodsSamlEnabled** | **Boolean** | Configures whether Ory Kratos SAML Login is enabled This governs the \"selfservice.methods.saml.enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsTotpConfigIssuer** | **String** | Configures Ory Kratos TOTP Issuer This governs the \"selfservice.methods.totp.config.issuer\" setting. | [optional] |
|**kratosSelfserviceMethodsTotpEnabled** | **Boolean** | Configures whether Ory Kratos TOTP Method is enabled This governs the \"selfservice.methods.totp.enabled\" setting. | [optional] |
|**kratosSelfserviceMethodsWebauthnConfigPasswordless** | **Boolean** | Configures whether Ory Kratos Webauthn is used for passwordless flows This governs the \"selfservice.methods.webauthn.config.passwordless\" setting. | [optional] |
Expand Down
Loading

0 comments on commit d76b56e

Please sign in to comment.