first commit

This commit is contained in:
Blas Santome Ocampo
2026-03-23 09:35:15 +01:00
commit 5ff88d8cf6
17 changed files with 1292 additions and 0 deletions

23
openapitools.json Normal file
View File

@@ -0,0 +1,23 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.2.0",
"generators": {
"typescript-angular-clean": {
"generatorName": "typescript-angular",
"output": "./.temp-generated",
"glob": "**/*",
"additionalProperties": {
"ngVersion": "17.0.0",
"modelPropertyNaming": "camelCase",
"supportsES6": true,
"withInterfaces": true,
"providedInRoot": false,
"npmName": "api-client",
"npmVersion": "1.0.0"
}
}
}
}
}