Skip to content

Commit 09c3609

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@7b7a824 from refs/heads/main
1 parent 677b83c commit 09c3609

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

api.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,12 @@ export interface ApplicationAdvancedSettings {
11891189
* @memberof ApplicationAdvancedSettings
11901190
*/
11911191
'build.ram_max_in_gib'?: number;
1192+
/**
1193+
* disable buildkit registry cache during build
1194+
* @type {boolean}
1195+
* @memberof ApplicationAdvancedSettings
1196+
*/
1197+
'build.disable_buildkit_cache'?: boolean;
11921198
/**
11931199
*
11941200
* @type {number}
@@ -12215,6 +12221,12 @@ export interface JobAdvancedSettings {
1221512221
* @memberof JobAdvancedSettings
1221612222
*/
1221712223
'build.ram_max_in_gib'?: number;
12224+
/**
12225+
* disable buildkit registry cache during build
12226+
* @type {boolean}
12227+
* @memberof JobAdvancedSettings
12228+
*/
12229+
'build.disable_buildkit_cache'?: boolean;
1221812230
/**
1221912231
* define how long in seconds an application is supposed to be stopped gracefully
1222012232
* @type {number}

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