Skip to content

Commit

Permalink
See windmill-labs/windmill@f443873 from refs/tags/v1.238.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jan 10, 2024
1 parent de37101 commit 8554b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion windmill-api/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type OpenAPIConfig = {

export const OpenAPI: OpenAPIConfig = {
BASE: '/api',
VERSION: '1.237.0',
VERSION: '1.238.0',
WITH_CREDENTIALS: false,
CREDENTIALS: 'include',
TOKEN: undefined,
Expand Down
1 change: 1 addition & 0 deletions windmill-api/services/HelpersService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ export class HelpersService {
parts: Array<UploadFilePart>;
is_final: boolean;
cancel_upload: boolean;
s3_resource_path?: string;
},
}): CancelablePromise<{
upload_id: string;
Expand Down

0 comments on commit 8554b8e

Please sign in to comment.