windmill-cli 1.738.0 → 1.739.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/esm/main.js +10 -2
- package/package.json +1 -1
package/esm/main.js
CHANGED
|
@@ -16784,7 +16784,7 @@ var init_OpenAPI = __esm(() => {
|
|
|
16784
16784
|
PASSWORD: undefined,
|
|
16785
16785
|
TOKEN: getEnv3("WM_TOKEN"),
|
|
16786
16786
|
USERNAME: undefined,
|
|
16787
|
-
VERSION: "1.
|
|
16787
|
+
VERSION: "1.739.0",
|
|
16788
16788
|
WITH_CREDENTIALS: true,
|
|
16789
16789
|
interceptors: {
|
|
16790
16790
|
request: new Interceptors,
|
|
@@ -17428,6 +17428,7 @@ __export(exports_services_gen, {
|
|
|
17428
17428
|
getSharedUiVersion: () => getSharedUiVersion,
|
|
17429
17429
|
getSharedUi: () => getSharedUi,
|
|
17430
17430
|
getSettings: () => getSettings,
|
|
17431
|
+
getSessionWorkspaceStatus: () => getSessionWorkspaceStatus,
|
|
17431
17432
|
getSecondaryStorageNames: () => getSecondaryStorageNames,
|
|
17432
17433
|
getScriptLatestVersion: () => getScriptLatestVersion,
|
|
17433
17434
|
getScriptHistoryByPath: () => getScriptHistoryByPath,
|
|
@@ -18120,6 +18121,13 @@ var backendVersion = () => {
|
|
|
18120
18121
|
method: "GET",
|
|
18121
18122
|
url: "/workspaces/users"
|
|
18122
18123
|
});
|
|
18124
|
+
}, getSessionWorkspaceStatus = (data3) => {
|
|
18125
|
+
return request(OpenAPI, {
|
|
18126
|
+
method: "POST",
|
|
18127
|
+
url: "/workspaces/session_workspace_status",
|
|
18128
|
+
body: data3.requestBody,
|
|
18129
|
+
mediaType: "application/json"
|
|
18130
|
+
});
|
|
18123
18131
|
}, getWorkspaceAsSuperAdmin = (data3) => {
|
|
18124
18132
|
return request(OpenAPI, {
|
|
18125
18133
|
method: "GET",
|
|
@@ -25501,7 +25509,7 @@ var init_auth = __esm(async () => {
|
|
|
25501
25509
|
});
|
|
25502
25510
|
|
|
25503
25511
|
// src/core/constants.ts
|
|
25504
|
-
var WM_FORK_PREFIX = "wm-fork", VERSION = "1.
|
|
25512
|
+
var WM_FORK_PREFIX = "wm-fork", VERSION = "1.739.0";
|
|
25505
25513
|
|
|
25506
25514
|
// src/utils/git.ts
|
|
25507
25515
|
var exports_git = {};
|