1
0
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:
Yury Shkoda
2020-09-07 12:17:48 +03:00
parent 7ee9335183
commit 5fce25d58a

View File

@@ -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