Skip to content

Commit

Permalink
Add spec for client:v1.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 13, 2023
1 parent 8597f9b commit bc4cd1a
Show file tree
Hide file tree
Showing 448 changed files with 5,968 additions and 1,358 deletions.
2 changes: 1 addition & 1 deletion clients/client/elixir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:ory_client, "~> v1.1.34"}]
[{:ory_client, "~> v1.1.36"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion clients/client/elixir/lib/ory/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ defmodule Ory.Connection do
Keyword.get(
tesla_options,
:user_agent,
"openapi-generator - Ory v1.1.34 - elixir"
"openapi-generator - Ory v1.1.36 - elixir"
)
)

Expand Down
2 changes: 1 addition & 1 deletion clients/client/elixir/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Ory.Mixfile do
def project do
[
app: :ory_client,
version: "1.1.34",
version: "1.1.36",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down
11 changes: 0 additions & 11 deletions clients/client/elixir/mix.lock

This file was deleted.

2 changes: 1 addition & 1 deletion clients/client/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
## Overview
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.

- API version: v1.1.34
- API version: v1.1.36
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down
2 changes: 1 addition & 1 deletion clients/client/go/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
version: v1.1.34
version: v1.1.36
servers:
- url: "https://{project}.projects.oryapis.com/"
variables:
Expand Down
2 changes: 1 addition & 1 deletion clients/client/go/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 clients/client/go/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 clients/client/go/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 clients/client/go/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 clients/client/go/api_metadata.go

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

2 changes: 1 addition & 1 deletion clients/client/go/api_o_auth2.go

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

2 changes: 1 addition & 1 deletion clients/client/go/api_oidc.go

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

2 changes: 1 addition & 1 deletion clients/client/go/api_permission.go

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

2 changes: 1 addition & 1 deletion clients/client/go/api_project.go

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

2 changes: 1 addition & 1 deletion clients/client/go/api_relationship.go

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

2 changes: 1 addition & 1 deletion clients/client/go/api_wellknown.go

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

4 changes: 2 additions & 2 deletions clients/client/go/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 clients/client/go/configuration.go

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

9 changes: 0 additions & 9 deletions clients/client/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
module github.com/ory/client-go

go 1.17

require golang.org/x/oauth2 v0.8.0

require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.10.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
54 changes: 0 additions & 54 deletions clients/client/go/go.sum

This file was deleted.

32 changes: 31 additions & 1 deletion clients/client/go/model_accept_o_auth2_consent_request.go

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

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

Loading

0 comments on commit bc4cd1a

Please sign in to comment.