windmill-client 1.340.0 → 1.340.2

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.
package/dist/client.js CHANGED
@@ -583,6 +583,7 @@ function writeS3File(s3object_1, fileContent_1) {
583
583
  fileExtension: undefined,
584
584
  s3ResourcePath: s3ResourcePath,
585
585
  requestBody: fileContentBlob,
586
+ storage: s3object === null || s3object === void 0 ? void 0 : s3object.storage,
586
587
  });
587
588
  return {
588
589
  s3: response.file_key,
@@ -36,7 +36,7 @@ exports.OpenAPI = {
36
36
  PASSWORD: undefined,
37
37
  TOKEN: getEnv("WM_TOKEN"),
38
38
  USERNAME: undefined,
39
- VERSION: '1.340.0',
39
+ VERSION: '1.340.2',
40
40
  WITH_CREDENTIALS: true,
41
41
  interceptors: {
42
42
  request: new Interceptors(),
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.340.0",
4
+ "version": "1.340.2",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {