mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
fix: made moveFolder and deleteFolder functions public
This commit is contained in:
@@ -1143,7 +1143,7 @@ export class SASViyaApiClient {
|
||||
return folder
|
||||
}
|
||||
|
||||
private async moveFolder(
|
||||
public async moveFolder(
|
||||
from: string,
|
||||
to: string,
|
||||
folderName: string,
|
||||
@@ -1175,7 +1175,7 @@ export class SASViyaApiClient {
|
||||
return folder
|
||||
}
|
||||
|
||||
private async deleteFolder(
|
||||
public async deleteFolder(
|
||||
folderId: string,
|
||||
folderName: string,
|
||||
accessToken: string
|
||||
|
||||
Reference in New Issue
Block a user