windmill-client 1.248.0 → 1.250.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OpenAPI = void 0;
4
4
  exports.OpenAPI = {
5
5
  BASE: '/api',
6
- VERSION: '1.248.0',
6
+ VERSION: '1.250.0',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -178,8 +178,9 @@ export declare class HelpersService {
178
178
  * Query args for a multipart file upload to S3
179
179
  */
180
180
  requestBody: {
181
- file_key: string;
182
- part_content?: Array<number>;
181
+ file_key?: string;
182
+ file_extension?: string;
183
+ part_content: Array<number>;
183
184
  upload_id?: string;
184
185
  parts: Array<UploadFilePart>;
185
186
  is_final: boolean;
@@ -190,5 +191,6 @@ export declare class HelpersService {
190
191
  upload_id: string;
191
192
  parts: Array<UploadFilePart>;
192
193
  is_done: boolean;
194
+ file_key: string;
193
195
  }>;
194
196
  }
@@ -752,6 +752,7 @@ export declare class JobService {
752
752
  }): CancelablePromise<{
753
753
  completed: boolean;
754
754
  result: any;
755
+ success?: boolean;
755
756
  started?: boolean;
756
757
  }>;
757
758
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "windmill-client",
3
3
  "description": "Windmill SDK client for browsers and Node.js",
4
- "version": "1.248.0",
4
+ "version": "1.250.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {