windmill-client 1.338.0 → 1.338.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.
@@ -36,7 +36,7 @@ exports.OpenAPI = {
36
36
  PASSWORD: undefined,
37
37
  TOKEN: getEnv("WM_TOKEN"),
38
38
  USERNAME: undefined,
39
- VERSION: '1.338.0',
39
+ VERSION: '1.338.2',
40
40
  WITH_CREDENTIALS: true,
41
41
  interceptors: {
42
42
  request: new Interceptors(),
@@ -491,6 +491,7 @@ export type WorkerPing = {
491
491
  memory?: number;
492
492
  vcpus?: number;
493
493
  memory_usage?: number;
494
+ wm_memory_usage?: number;
494
495
  };
495
496
  export type UserWorkspaceList = {
496
497
  email: 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.338.0",
4
+ "version": "1.338.2",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {