import { AppService } from "https://deno.land/x/windmill@v1.52.0/windmill-api/index.ts";
Static Methods
createApp(unnamed 0: { workspace: string; requestBody: { path: string; value: any; summary: string; policy: Policy; }; }): CancelablePromise<string>
create app
deleteApp(unnamed 0: { workspace: string; path: string; }): CancelablePromise<string>
delete app
executeComponent(unnamed 0: { workspace: string; path: string; requestBody: { path?: string; args: any; raw_code?: { content: string; language: string; path?: string; }; force_viewer_static_fields?: any; }; }): CancelablePromise<string>
executeComponent
getAppByPath(unnamed 0: { workspace: string; path: string; }): CancelablePromise<AppWithLastVersion>
get app by path
getAppByVersion(unnamed 0: { workspace: string; id: number; }): CancelablePromise<AppWithLastVersion>
get app by version
listApps(unnamed 0: { workspace: string; page?: number; perPage?: number; orderDesc?: boolean; createdBy?: string; pathStart?: string; pathExact?: string; }): CancelablePromise<Array<ListableApp>>
list all available apps
updateApp(unnamed 0: { workspace: string; path: string; requestBody: { path?: string; summary?: string; value?: any; policy?: Policy; }; }): CancelablePromise<string>
update app