Skip to content

Commit 0868e3e

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@aff2289 from refs/heads/main
1 parent c5ef14b commit 0868e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57978,7 +57978,7 @@ export const TerraformsApiAxiosParamCreator = function (configuration?: Configur
5797857978
* @throws {RequiredError}
5797957979
*/
5798057980
getDefaultTerraformAdvancedSettings: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
57981-
const localVarPath = `/defaultTerraformAdvancedSettings:`;
57981+
const localVarPath = `/defaultTerraformAdvancedSettings`;
5798257982
// use dummy base URL string because the URL constructor only accepts absolute URLs.
5798357983
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
5798457984
let baseOptions;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qovery-typescript-axios",
3-
"version": "v1.1.618",
3+
"version": "1.0.3",
44
"description": "OpenAPI client for qovery-typescript-axios",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)