mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 01:55:08 +02:00
root: move API client generation to docker-compose (#17434)
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
committed by
GitHub
parent
296b348bd2
commit
d91dcf4eef
12
scripts/api/ts-config.yaml
Normal file
12
scripts/api/ts-config.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
templateDir: /local/scripts/api/ts-templates/
|
||||
additionalProperties:
|
||||
typescriptThreePlus: true
|
||||
supportsES6: true
|
||||
npmName: "@goauthentik/api"
|
||||
fileContentDataType: Blob
|
||||
enumUnknownDefaultCase: true
|
||||
useObjectParameters: true
|
||||
files:
|
||||
README.mustache:
|
||||
templateType: SupportingFiles
|
||||
destinationFilename: README.md
|
||||
Reference in New Issue
Block a user