Skip to content

Commit eb1504d

Browse files
committed
chore: regenerate OpenAPI client v1.22.11
1 parent 84e4980 commit eb1504d

File tree

3,464 files changed

+3786
-26092
lines changed

Some content is hidden

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

3,464 files changed

+3786
-26092
lines changed

clients/client/dart/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# 1.22.10
1+
# 1.22.11
22

33
Please refer to https://changelog.ory.sh and https://www.ory.sh/docs/sdk

clients/client/dart/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This document describes the APIs available in the Ory Network. The APIs are avai
2323

2424
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2525

26-
- API version: v1.22.10
26+
- API version: v1.22.11
2727
- Generator version: 7.12.0
2828
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen
2929

@@ -38,7 +38,7 @@ This Dart package is automatically generated by the [OpenAPI Generator](https://
3838
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
3939
```yaml
4040
dependencies:
41-
ory_client: 1.22.10
41+
ory_client: 1.22.11
4242
```
4343
4444
### Github

clients/client/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ory_client
2-
version: 1.22.10
2+
version: 1.22.11
33
description: OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
44
homepage: https://www.ory.sh
55
repository: https://github.com/ory/sdk/tree/master/clients/client/dart

clients/client/elixir/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`:
1818

1919
```elixir
2020
def deps do
21-
[{:ory_client, "~> 1.22.10"}]
21+
[{:ory_client, "~> 1.22.11"}]
2222
end
2323
```
2424

clients/client/elixir/lib/ory/connection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ defmodule Ory.Connection do
164164
Keyword.get(
165165
tesla_options,
166166
:user_agent,
167-
"openapi-generator - Ory 1.22.10 - elixir"
167+
"openapi-generator - Ory 1.22.11 - elixir"
168168
)
169169
)
170170

clients/client/elixir/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Ory.Mixfile do
44
def project do
55
[
66
app: :ory_client,
7-
version: "1.22.10",
7+
version: "1.22.11",
88
elixir: "~> 1.10",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

clients/client/go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This document describes the APIs available in the Ory Network. The APIs are avai
2525
## Overview
2626
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
2727

28-
- API version: v1.22.10
28+
- API version: v1.22.11
2929
- Package version: 1.0.0
3030
- Generator version: 7.12.0
3131
- Build package: org.openapitools.codegen.languages.GoClientCodegen

clients/client/go/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
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.10
42+
version: v1.22.11
4343
servers:
4444
- url: "https://{project_slug}.projects.oryapis.com/"
4545
variables:

clients/client/go/api_courier.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/client/go/api_events.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)