Skip to content

Commit 74ecdd4

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@9d132bd from refs/heads/main
1 parent d37c1f7 commit 74ecdd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17121,7 +17121,7 @@ export interface TerraformDeploymentRestrictionRequest {
1712117121
* @type {string}
1712217122
* @memberof TerraformDeploymentRestrictionRequest
1712317123
*/
17124-
'value'?: string;
17124+
'value': string;
1712517125
}
1712617126

1712717127

@@ -17166,7 +17166,7 @@ export interface TerraformDeploymentRestrictionResponse {
1716617166
* @type {string}
1716717167
* @memberof TerraformDeploymentRestrictionResponse
1716817168
*/
17169-
'value'?: string;
17169+
'value': string;
1717017170
}
1717117171

1717217172

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