windmill-client 1.727.0 → 1.728.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.
- package/dist/core/OpenAPI.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types.gen.d.ts +6 -0
- package/package.json +1 -1
package/dist/core/OpenAPI.mjs
CHANGED
package/dist/index.js
CHANGED
package/dist/types.gen.d.ts
CHANGED
|
@@ -36,6 +36,12 @@ export type UserDraftOverlay = {
|
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
username?: string | null;
|
|
39
|
+
/**
|
|
40
|
+
* When this user's draft was last saved (`draft.created_at`),
|
|
41
|
+
* surfaced in the fork modal as "Last updated".
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
draft_saved_at: string;
|
|
39
45
|
}>;
|
|
40
46
|
};
|
|
41
47
|
/**
|
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.
|
|
4
|
+
"version": "1.728.0",
|
|
5
5
|
"author": "Ruben Fiszel",
|
|
6
6
|
"license": "Apache 2.0",
|
|
7
7
|
"homepage": "https://github.com/windmill-labs/windmill/tree/main/typescript-client#readme",
|