Skip to content

Commit bd771ed

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@1c97459 from refs/heads/main
1 parent 0faabbd commit bd771ed

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

api.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17505,11 +17505,11 @@ export interface TerraformVariablesSourceRequest {
1750517505
*/
1750617506
'tf_var_file_paths': Array<string>;
1750717507
/**
17508-
*
17509-
* @type {Array<Array<Array<string>>>}
17508+
* The input is in json array format: [ [$KEY,$VALUE], [...] ]
17509+
* @type {Array<Array<string>>}
1751017510
* @memberof TerraformVariablesSourceRequest
1751117511
*/
17512-
'tf_vars': Array<Array<Array<string>>>;
17512+
'tf_vars': Array<Array<string>>;
1751317513
}
1751417514
/**
1751517515
*
@@ -17524,11 +17524,11 @@ export interface TerraformVariablesSourceResponse {
1752417524
*/
1752517525
'tf_var_file_paths': Array<string>;
1752617526
/**
17527-
*
17528-
* @type {Array<Array<Array<string>>>}
17527+
* The input is in json array format: [ [$KEY,$VALUE], [...] ]
17528+
* @type {Array<Array<string>>}
1752917529
* @memberof TerraformVariablesSourceResponse
1753017530
*/
17531-
'tf_vars': Array<Array<Array<string>>>;
17531+
'tf_vars': Array<Array<string>>;
1753217532
}
1753317533
/**
1753417534
*

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.609",
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)