windmill-client 1.217.0 → 1.218.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.217.0',
6
+ VERSION: '1.218.0',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
@@ -1,4 +1,5 @@
1
1
  import type { PolarsClientKwargs } from '../models/PolarsClientKwargs';
2
+ import type { S3Resource } from '../models/S3Resource';
2
3
  import type { WindmillFileMetadata } from '../models/WindmillFileMetadata';
3
4
  import type { WindmillFilePreview } from '../models/WindmillFilePreview';
4
5
  import type { WindmillLargeFile } from '../models/WindmillLargeFile';
@@ -14,7 +15,9 @@ export declare class HelpersService {
14
15
  /**
15
16
  * S3 resource to connect to
16
17
  */
17
- requestBody: any;
18
+ requestBody: {
19
+ s3_resource?: S3Resource;
20
+ };
18
21
  }): CancelablePromise<{
19
22
  connection_settings_str?: string;
20
23
  }>;
@@ -28,7 +31,9 @@ export declare class HelpersService {
28
31
  /**
29
32
  * S3 resource to connect to
30
33
  */
31
- requestBody: any;
34
+ requestBody: {
35
+ s3_resource?: S3Resource;
36
+ };
32
37
  }): CancelablePromise<{
33
38
  endpoint_url: string;
34
39
  key?: string;
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.217.0",
4
+ "version": "1.218.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {