Skip to content

Commit

Permalink
autogen: regenerate OpenAPI client for v1.16.7
Browse files Browse the repository at this point in the history
Version: v1.16.7
  • Loading branch information
aeneasr committed Feb 14, 2025
1 parent 092fd44 commit 5d8adc2
Show file tree
Hide file tree
Showing 296 changed files with 1,175 additions and 638 deletions.
62 changes: 47 additions & 15 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.16.6
version: v1.16.7
servers:
- url: "https://{project_slug}.projects.oryapis.com/"
variables:
Expand Down Expand Up @@ -10700,28 +10700,50 @@ components:
type: object
accountExperienceConfiguration:
properties:
account_experience_theme_stylesheet:
default_redirect_url:
type: string
favicon_type:
error_ui_url:
type: string
favicon_url:
favicon_dark_url:
type: string
kratos_selfservice_default_browser_return_url:
favicon_light_url:
type: string
kratos_selfservice_flows_recovery_enabled:
type: boolean
kratos_selfservice_flows_registration_enabled:
login_ui_url:
type: string
logo_dark_url:
type: string
logo_light_url:
type: string
name:
type: string
recovery_enabled:
type: boolean
kratos_selfservice_flows_verification_enabled:
recovery_ui_url:
type: string
registration_enabled:
type: boolean
logo_url:
registration_ui_url:
type: string
name:
settings_ui_url:
type: string
organization_map:
additionalProperties:
type: string
type: object
stylesheet:
type: string
verification_enabled:
type: boolean
verification_ui_url:
type: string
required:
- default_redirect_url
- error_ui_url
- login_ui_url
- name
- recovery_enabled
- recovery_ui_url
- registration_enabled
- registration_ui_url
- settings_ui_url
- verification_enabled
- verification_ui_url
type: object
accountExperienceThemeVariables:
properties:
Expand Down Expand Up @@ -11398,6 +11420,10 @@ components:
description: |-
Store metadata about the identity which the identity itself can see when calling for example the
session endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field.
organization_id:
format: uuid4
nullable: true
type: string
recovery_addresses:
description: |-
RecoveryAddresses contains all the addresses that can be used to recover an identity.
Expand Down Expand Up @@ -15763,6 +15789,9 @@ components:
format: date-time
readOnly: true
type: string
fedcm_config_url:
nullable: true
type: string
id:
format: uuid
type: string
Expand All @@ -15781,6 +15810,9 @@ components:
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
net_id_token_origin_header:
nullable: true
type: string
organization_id:
format: uuid4
nullable: true
Expand Down
2 changes: 1 addition & 1 deletion api_courier.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_events.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_frontend.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_identity.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_jwk.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5d8adc2

Please sign in to comment.