windmill-client 1.284.1 → 1.285.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.284.1',
6
+ VERSION: '1.285.0',
7
7
  WITH_CREDENTIALS: false,
8
8
  CREDENTIALS: 'include',
9
9
  TOKEN: undefined,
package/dist/index.d.ts CHANGED
@@ -139,6 +139,7 @@ export { WindmillFilePreview } from './models/WindmillFilePreview';
139
139
  export type { WindmillLargeFile } from './models/WindmillLargeFile';
140
140
  export type { WorkerPing } from './models/WorkerPing';
141
141
  export type { WorkerTag } from './models/WorkerTag';
142
+ export type { WorkflowStatus } from './models/WorkflowStatus';
142
143
  export type { WorkflowTask } from './models/WorkflowTask';
143
144
  export type { Workspace } from './models/Workspace';
144
145
  export type { WorkspaceGitSyncSettings } from './models/WorkspaceGitSyncSettings';
@@ -0,0 +1,6 @@
1
+ export type WorkflowStatus = {
2
+ scheduled_for?: string;
3
+ started_at?: string;
4
+ duration_ms?: number;
5
+ name?: string;
6
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -765,6 +765,7 @@ export declare class JobService {
765
765
  completed?: boolean;
766
766
  new_logs?: string;
767
767
  mem_peak?: number;
768
+ flow_status?: any;
768
769
  }>;
769
770
  /**
770
771
  * get flow debug info
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.284.1",
4
+ "version": "1.285.0",
5
5
  "author": "Ruben Fiszel",
6
6
  "license": "Apache 2.0",
7
7
  "devDependencies": {