From 079d366bc178825b0f531f39f5d71c57a87b6898 Mon Sep 17 00:00:00 2001 From: Jim Bennett Date: Thu, 28 Mar 2024 20:35:40 +0000 Subject: [PATCH] Cleaning up the config file --- .gitignore | 3 +++ liblab.config.json | 41 +++++------------------------------------ 2 files changed, 8 insertions(+), 36 deletions(-) diff --git a/.gitignore b/.gitignore index ab3fa25..1ab15d8 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,6 @@ dist # JetBrains IDE .idea + +# Generated SDKs +output/ \ No newline at end of file diff --git a/liblab.config.json b/liblab.config.json index aad6799..b9997e9 100644 --- a/liblab.config.json +++ b/liblab.config.json @@ -10,61 +10,30 @@ "typescript" ], "createDocs": false, - "auth": [ - "bearer" - ], - "customizations": { - "includeOptionalSnippetParameters": true, - "authentication": { - "access": { - "prefix": "Bearer" - } - }, - "devContainer": false, - "generateEnv": true, - "inferServiceNames": false, - "injectedModels": [], - "license": { - "type": "MIT" - }, - "responseHeaders": false, - "retry": { - "enabled": true, - "maxAttempts": 3, - "retryDelay": 150 - } - }, "languageOptions": { "python": { - "alwaysInitializeOptionals": false, - "pypiPackageName": "", + "liblabVersion": "2", + "pypiPackageName": "petstore-sdk", "githubRepoName": "", - "ignoreFiles": [], "sdkVersion": "1.0.0" }, "typescript": { - "bundle": false, - "exportClassDefault": false, - "httpClient": "axios", - "npmName": "", + "npmName": "petstore-sdk", "npmOrg": "", "githubRepoName": "", - "ignoreFiles": [], "sdkVersion": "1.0.0" }, "go": { "goModuleName": "github.com/swagger-api/swagger-petstore", "githubRepoName": "", - "ignoreFiles": [], "sdkVersion": "1.0.0" }, "csharp": { "githubRepoName": "", - "ignoreFiles": [], - "sdkVersion": "1.0.0" + "sdkVersion": "1.0.0", + "packageId": "Petstore.SDK" } }, - "liblabVersion": "1", "publishing": { "githubOrg": "" }