File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17505,11 +17505,11 @@ export interface TerraformVariablesSourceRequest {
17505
17505
*/
17506
17506
'tf_var_file_paths': Array<string>;
17507
17507
/**
17508
- *
17509
- * @type {Array<Array<Array< string> >>}
17508
+ * The input is in json array format: [ [$KEY,$VALUE], [...] ]
17509
+ * @type {Array<Array<string>>}
17510
17510
* @memberof TerraformVariablesSourceRequest
17511
17511
*/
17512
- 'tf_vars': Array<Array<Array< string> >>;
17512
+ 'tf_vars': Array<Array<string>>;
17513
17513
}
17514
17514
/**
17515
17515
*
@@ -17524,11 +17524,11 @@ export interface TerraformVariablesSourceResponse {
17524
17524
*/
17525
17525
'tf_var_file_paths': Array<string>;
17526
17526
/**
17527
- *
17528
- * @type {Array<Array<Array< string> >>}
17527
+ * The input is in json array format: [ [$KEY,$VALUE], [...] ]
17528
+ * @type {Array<Array<string>>}
17529
17529
* @memberof TerraformVariablesSourceResponse
17530
17530
*/
17531
- 'tf_vars': Array<Array<Array< string> >>;
17531
+ 'tf_vars': Array<Array<string>>;
17532
17532
}
17533
17533
/**
17534
17534
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " qovery-typescript-axios" ,
3
- "version" : " v1.1.609 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " OpenAPI client for qovery-typescript-axios" ,
5
5
"author" : " OpenAPI-Generator Contributors" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments