Skip to content

Commit

Permalink
autogen: regenerate OpenAPI client for v1.2.1
Browse files Browse the repository at this point in the history
Version: v1.2.1
  • Loading branch information
aeneasr committed Jul 17, 2024
1 parent f6df71b commit af793c1
Show file tree
Hide file tree
Showing 128 changed files with 143 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0
7.6.0
22 changes: 11 additions & 11 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
license:
name: Apache 2.0
title: Ory Identities API
version: v1.2.0
version: v1.2.1
servers:
- url: /
tags:
Expand Down Expand Up @@ -5277,7 +5277,7 @@ components:
Once a login flow is completed successfully, a session cookie or session token will be issued.
example:
requested_aal: null
requested_aal: aal0
active: password
created_at: 2000-01-23T04:56:07.000+00:00
refresh: true
Expand Down Expand Up @@ -5638,8 +5638,8 @@ components:
template_type: recovery_invalid
id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91
body: body
type: null
status: null
type: email
status: queued
properties:
body:
type: string
Expand Down Expand Up @@ -6433,12 +6433,12 @@ components:
method: link_recovery
provider: provider
organization: organization
aal: null
aal: aal0
- completed_at: 2000-01-23T04:56:07.000+00:00
method: link_recovery
provider: provider
organization: organization
aal: null
aal: aal0
authenticator_assurance_level: null
identity:
traits: ""
Expand Down Expand Up @@ -6557,7 +6557,7 @@ components:
method: link_recovery
provider: provider
organization: organization
aal: null
aal: aal0
properties:
aal:
$ref: '#/components/schemas/authenticatorAssuranceLevel'
Expand Down Expand Up @@ -6893,12 +6893,12 @@ components:
method: link_recovery
provider: provider
organization: organization
aal: null
aal: aal0
- completed_at: 2000-01-23T04:56:07.000+00:00
method: link_recovery
provider: provider
organization: organization
aal: null
aal: aal0
authenticator_assurance_level: null
identity:
traits: ""
Expand Down Expand Up @@ -7062,12 +7062,12 @@ components:
method: link_recovery
provider: provider
organization: organization
aal: null
aal: aal0
- completed_at: 2000-01-23T04:56:07.000+00:00
method: link_recovery
provider: provider
organization: organization
aal: null
aal: aal0
authenticator_assurance_level: null
identity:
traits: ""
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_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_metadata.go

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

6 changes: 3 additions & 3 deletions client.go

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

2 changes: 1 addition & 1 deletion configuration.go

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

8 changes: 4 additions & 4 deletions docs/UiNodeAttributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name | Type | Description | Notes
**Pattern** | Pointer to **string** | The input's pattern. | [optional]
**Required** | Pointer to **bool** | Mark this input field as required. | [optional]
**Type** | **string** | The script MIME type |
**Value** | Pointer to **map[string]interface{}** | The input's value. | [optional]
**Value** | Pointer to **interface{}** | The input's value. | [optional]
**Id** | **string** | A unique identifier |
**Text** | [**UiText**](UiText.md) | |
**Height** | **int64** | Height of the image |
Expand Down Expand Up @@ -279,20 +279,20 @@ SetType sets Type field to given value.

### GetValue

`func (o *UiNodeAttributes) GetValue() map[string]interface{}`
`func (o *UiNodeAttributes) GetValue() interface{}`

GetValue returns the Value field if non-nil, zero value otherwise.

### GetValueOk

`func (o *UiNodeAttributes) GetValueOk() (*map[string]interface{}, bool)`
`func (o *UiNodeAttributes) GetValueOk() (*interface{}, bool)`

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetValue

`func (o *UiNodeAttributes) SetValue(v map[string]interface{})`
`func (o *UiNodeAttributes) SetValue(v interface{})`

SetValue sets Value field to given value.

Expand Down
2 changes: 1 addition & 1 deletion model_authenticator_assurance_level.go

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

2 changes: 1 addition & 1 deletion model_batch_patch_identities_response.go

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

2 changes: 1 addition & 1 deletion model_consistency_request_parameters.go

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

2 changes: 1 addition & 1 deletion model_continue_with.go

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

2 changes: 1 addition & 1 deletion model_continue_with_recovery_ui.go

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

2 changes: 1 addition & 1 deletion model_continue_with_recovery_ui_flow.go

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

2 changes: 1 addition & 1 deletion model_continue_with_set_ory_session_token.go

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

2 changes: 1 addition & 1 deletion model_continue_with_settings_ui.go

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

2 changes: 1 addition & 1 deletion model_continue_with_settings_ui_flow.go

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

2 changes: 1 addition & 1 deletion model_continue_with_verification_ui.go

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

2 changes: 1 addition & 1 deletion model_continue_with_verification_ui_flow.go

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

2 changes: 1 addition & 1 deletion model_courier_message_status.go

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

2 changes: 1 addition & 1 deletion model_courier_message_type.go

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

2 changes: 1 addition & 1 deletion model_create_identity_body.go

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

2 changes: 1 addition & 1 deletion model_create_recovery_code_for_identity_body.go

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

2 changes: 1 addition & 1 deletion model_create_recovery_link_for_identity_body.go

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

2 changes: 1 addition & 1 deletion model_delete_my_sessions_count.go

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

2 changes: 1 addition & 1 deletion model_error_authenticator_assurance_level_not_satisfied.go

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

2 changes: 1 addition & 1 deletion model_error_browser_location_change_required.go

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

2 changes: 1 addition & 1 deletion model_error_flow_replaced.go

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

2 changes: 1 addition & 1 deletion model_error_generic.go

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

2 changes: 1 addition & 1 deletion model_flow_error.go

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

2 changes: 1 addition & 1 deletion model_generic_error.go

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

Loading

0 comments on commit af793c1

Please sign in to comment.