class ConcurrencyGroupsServiceimport { ConcurrencyGroupsService } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/services/ConcurrencyGroupsService.ts"; Static MethodsdeleteConcurrencyGroup(unnamed 0: { concurrencyId: string; }): CancelablePromise<any>Delete concurrency group getConcurrencyKey(unnamed 0: { id: string; }): CancelablePromise<string>Get the concurrency key for a job that has concurrency limits enabled listConcurrencyGroups(): CancelablePromise<Array<ConcurrencyGroup>>List all concurrency groups listExtendedJobs(unnamed 0: { workspace: string; concurrencyKey?: string; rowLimit?: number; createdBy?: string; label?: string; parentJob?: string; scriptPathExact?: string; scriptPathStart?: string; schedulePath?: string; scriptHash?: string; startedBefore?: string; startedAfter?: string; createdOrStartedBefore?: string; running?: boolean; scheduledForBeforeNow?: boolean; createdOrStartedAfter?: string; createdOrStartedAfterCompletedJobs?: string; jobKinds?: string; args?: string; tag?: string; result?: string; page?: number; perPage?: number; isSkipped?: boolean; isFlowStep?: boolean; hasNullParent?: boolean; success?: boolean; allWorkspaces?: boolean; isNotSchedule?: boolean; }): CancelablePromise<ExtendedJobs>Get intervals of job runtime concurrency