delete getDependents and getDependencies methods from TS API
This commit is contained in:
parent
d76c2f8ac7
commit
8842f7b25e
|
@ -62,14 +62,6 @@ export class SqProject {
|
|||
return RSProject.setContinues(this._value, sourceId, continues);
|
||||
}
|
||||
|
||||
getDependencies(sourceId: string) {
|
||||
return RSProject.getDependencies(this._value, sourceId);
|
||||
}
|
||||
|
||||
getDependents(sourceId: string) {
|
||||
return RSProject.getDependents(this._value, sourceId);
|
||||
}
|
||||
|
||||
getRunOrder() {
|
||||
return RSProject.getRunOrder(this._value);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user