windmill-client
Advanced tools
Comparing version 1.461.1 to 1.462.0
import { DenoS3LightClientSettings, type S3Object } from "./s3Types"; | ||
export { AdminService, AuditService, FlowService, GranularAclService, GroupService, JobService, ResourceService, VariableService, ScriptService, ScheduleService, SettingsService, UserService, WorkspaceService, } from "./index"; | ||
export { AdminService, AuditService, FlowService, GranularAclService, GroupService, JobService, ResourceService, VariableService, ScriptService, ScheduleService, SettingsService, UserService, WorkspaceService, TeamsService, } from "./index"; | ||
export type Sql = string; | ||
@@ -4,0 +4,0 @@ export type Email = string; |
@@ -12,3 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SHARED_FOLDER = exports.WorkspaceService = exports.UserService = exports.SettingsService = exports.ScheduleService = exports.ScriptService = exports.VariableService = exports.ResourceService = exports.JobService = exports.GroupService = exports.GranularAclService = exports.FlowService = exports.AuditService = exports.AdminService = void 0; | ||
exports.SHARED_FOLDER = exports.TeamsService = exports.WorkspaceService = exports.UserService = exports.SettingsService = exports.ScheduleService = exports.ScriptService = exports.VariableService = exports.ResourceService = exports.JobService = exports.GroupService = exports.GranularAclService = exports.FlowService = exports.AuditService = exports.AdminService = void 0; | ||
exports.setClient = setClient; | ||
@@ -67,2 +67,3 @@ exports.getWorkspace = getWorkspace; | ||
Object.defineProperty(exports, "WorkspaceService", { enumerable: true, get: function () { return index_3.WorkspaceService; } }); | ||
Object.defineProperty(exports, "TeamsService", { enumerable: true, get: function () { return index_3.TeamsService; } }); | ||
exports.SHARED_FOLDER = "/shared"; | ||
@@ -69,0 +70,0 @@ let mockedApi = undefined; |
@@ -42,3 +42,3 @@ "use strict"; | ||
USERNAME: undefined, | ||
VERSION: '1.461.1', | ||
VERSION: '1.462.0', | ||
WITH_CREDENTIALS: true, | ||
@@ -45,0 +45,0 @@ interceptors: { |
{ | ||
"name": "windmill-client", | ||
"description": "Windmill SDK client for browsers and Node.js", | ||
"version": "1.461.1", | ||
"version": "1.462.0", | ||
"author": "Ruben Fiszel", | ||
@@ -6,0 +6,0 @@ "license": "Apache 2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
943639
29585
67