From 5fce25d58a5b0ecff6038427612eef2f202fc7c7 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Mon, 7 Sep 2020 12:17:48 +0300 Subject: [PATCH] fix: made moveFolder and deleteFolder functions public --- src/SASViyaApiClient.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SASViyaApiClient.ts b/src/SASViyaApiClient.ts index c9dfbc6..7f7c577 100644 --- a/src/SASViyaApiClient.ts +++ b/src/SASViyaApiClient.ts @@ -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