Skip to content

Commit 4237833

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@7aa3ba1 from refs/heads/main
1 parent 3cfe8c2 commit 4237833

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

api.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19259,6 +19259,12 @@ export interface TerraformVariableDefinition {
1925919259
* @memberof TerraformVariableDefinition
1926019260
*/
1926119261
'sensitive': boolean;
19262+
/**
19263+
* Whether the variable accepts null values. If false, the variable is required.
19264+
* @type {boolean}
19265+
* @memberof TerraformVariableDefinition
19266+
*/
19267+
'nullable'?: boolean;
1926219268
/**
1926319269
* The default value of the variable, or null if no default is provided
1926419270
* @type {string}

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.771",
3+
"version": "1.0.4",
44
"description": "OpenAPI client for qovery-typescript-axios",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)