chore(Q1): auto-commit after quick-task
This commit is contained in:
+4
@@ -4,6 +4,8 @@ import {sqlcgen} from '../models';
|
||||
import {library} from '../models';
|
||||
import {context} from '../models';
|
||||
|
||||
export function AcquirePipelineLock():Promise<void>;
|
||||
|
||||
export function AddLibrary(arg1:string):Promise<sqlcgen.Library>;
|
||||
|
||||
export function CancelAllScans():Promise<void>;
|
||||
@@ -56,6 +58,8 @@ export function PauseScan():Promise<void>;
|
||||
|
||||
export function QueuedLibraryNames():Promise<Array<string>>;
|
||||
|
||||
export function ReleasePipelineLock():Promise<void>;
|
||||
|
||||
export function RemoveLibrary(arg1:number):Promise<library.RemovalSummary>;
|
||||
|
||||
export function RenameLibrary(arg1:number,arg2:string):Promise<void>;
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function AcquirePipelineLock() {
|
||||
return window['go']['library']['Library']['AcquirePipelineLock']();
|
||||
}
|
||||
|
||||
export function AddLibrary(arg1) {
|
||||
return window['go']['library']['Library']['AddLibrary'](arg1);
|
||||
}
|
||||
@@ -106,6 +110,10 @@ export function QueuedLibraryNames() {
|
||||
return window['go']['library']['Library']['QueuedLibraryNames']();
|
||||
}
|
||||
|
||||
export function ReleasePipelineLock() {
|
||||
return window['go']['library']['Library']['ReleasePipelineLock']();
|
||||
}
|
||||
|
||||
export function RemoveLibrary(arg1) {
|
||||
return window['go']['library']['Library']['RemoveLibrary'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user