feat: upgrade client to spec v0.12.0

This commit is contained in:
Frederik Löffert 2024-07-04 13:45:45 +02:00
parent 6e407ffe08
commit eeac223372
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
openapi: 3.0.0 openapi: 3.0.0
info: info:
version: '0.11.0' version: '0.12.0'
title: 'Hanko Public API' title: 'Hanko Public API'
description: | description: |
## Introduction ## Introduction

View File

@ -1,4 +1,4 @@
package client package client
// 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/public.yaml" // generate curl -f -H "Accept: application/vnd.github.v3.raw" -o "client.yaml" -L "https://raw.githubusercontent.com/teamhanko/hanko/backend/v0.12.0/docs/static/spec/public.yaml"
//go:generate oapi-codegen -generate types,client -config client.config.yaml -o client_gen.go client.yaml //go:generate oapi-codegen -generate types,client -config client.config.yaml -o client_gen.go client.yaml