feat: update to version 1.2.0

This commit is contained in:
Florian Schlegel 2025-08-04 17:23:06 +02:00
parent d898e1a443
commit 4e1c4688c4
3 changed files with 2881 additions and 125 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
package adminclient
// generate curl -f -H "Accept: application/vnd.github.v3.raw" -o "client.yaml" -L "https://raw.githubusercontent.com/teamhanko/hanko/backend/v0.11.0/docs/static/spec/admin.yaml"
// generate curl -f -H "Accept: application/vnd.github.v3.raw" -o "client.yaml" -L "https://raw.githubusercontent.com/teamhanko/docs/refs/heads/main/openapi-admin.yaml"
//go:generate oapi-codegen -generate types,client -config client.config.yaml -o client_gen.go client.yaml