diff --git a/nodes/SecloreProtect/Services/Interfaces/ErrorInterfaces.ts b/nodes/SecloreProtect/Services/Interfaces/ErrorInterfaces.ts index b77ee0d..11200d2 100644 --- a/nodes/SecloreProtect/Services/Interfaces/ErrorInterfaces.ts +++ b/nodes/SecloreProtect/Services/Interfaces/ErrorInterfaces.ts @@ -1,4 +1,4 @@ -export interface IErrorResponse { - errorCode: string; - errorMessage: string; +export interface IErrorResponse { + errorCode: string; + errorMessage: string; } \ No newline at end of file diff --git a/nodes/SecloreProtect/Services/Interfaces/FileStorageInterfaces.ts b/nodes/SecloreProtect/Services/Interfaces/FileStorageInterfaces.ts index 3df394f..de8e3a3 100644 --- a/nodes/SecloreProtect/Services/Interfaces/FileStorageInterfaces.ts +++ b/nodes/SecloreProtect/Services/Interfaces/FileStorageInterfaces.ts @@ -1,9 +1,9 @@ -export interface IFileUploadResponse { - fileStorageId: string; - fileName: string; - downloadUrl: string; - fileType: string; - fileSize: number; - secloreFileId: string; - protected: boolean; -} +export interface IFileUploadResponse { + fileStorageId: string; + fileName: string; + downloadUrl: string; + fileType: string; + fileSize: number; + secloreFileId: string; + protected: boolean; +} diff --git a/nodes/SecloreProtect/Services/Interfaces/LoginInterfaces.ts b/nodes/SecloreProtect/Services/Interfaces/LoginInterfaces.ts index d971879..612ae24 100644 --- a/nodes/SecloreProtect/Services/Interfaces/LoginInterfaces.ts +++ b/nodes/SecloreProtect/Services/Interfaces/LoginInterfaces.ts @@ -1,13 +1,13 @@ -export interface ILoginRequest { - tenantId: string; - tenantSecret: string; -} - -export interface ILoginResponse { - accessToken: string; - refreshToken: string; -} - -export interface IRefreshTokenRequest { - refreshToken: string; -} +export interface ILoginRequest { + tenantId: string; + tenantSecret: string; +} + +export interface ILoginResponse { + accessToken: string; + refreshToken: string; +} + +export interface IRefreshTokenRequest { + refreshToken: string; +} diff --git a/nodes/SecloreProtect/Services/Interfaces/ProtectInterfaces.ts b/nodes/SecloreProtect/Services/Interfaces/ProtectInterfaces.ts index e9cb61b..8090922 100644 --- a/nodes/SecloreProtect/Services/Interfaces/ProtectInterfaces.ts +++ b/nodes/SecloreProtect/Services/Interfaces/ProtectInterfaces.ts @@ -1,37 +1,37 @@ -export interface IExtRefProtectionDetail { - externalReferenceId: string; - externalReferenceName?: string; - externalReferenceData?: string; - externalAppId?: string; -} - -export interface IProtectWithExternalRefIdRequest { - hotfolderExternalReference: IExtRefProtectionDetail; - fileExternalReference?: IExtRefProtectionDetail; - fileStorageId: string; -} - -export interface IProtectWithExternalRefIdResponse { - fileStorageId: string; - secloreFileId: string; -} - -export interface IProtectWithFileIdRequest { - existingProtectedFileId: string; - fileStorageId: string; -} - -export interface IProtectWithFileIdResponse { - fileStorageId: string; - secloreFileId: string; -} - -export interface IProtectWithHotFolderRequest { - hotfolderId: string; - fileStorageId: string; -} - -export interface IProtectWithHotFolderResponse { - fileStorageId: string; - secloreFileId: string; -} +export interface IExtRefProtectionDetail { + externalReferenceId: string; + externalReferenceName?: string; + externalReferenceData?: string; + externalAppId?: string; +} + +export interface IProtectWithExternalRefIdRequest { + hotfolderExternalReference: IExtRefProtectionDetail; + fileExternalReference?: IExtRefProtectionDetail; + fileStorageId: string; +} + +export interface IProtectWithExternalRefIdResponse { + fileStorageId: string; + secloreFileId: string; +} + +export interface IProtectWithFileIdRequest { + existingProtectedFileId: string; + fileStorageId: string; +} + +export interface IProtectWithFileIdResponse { + fileStorageId: string; + secloreFileId: string; +} + +export interface IProtectWithHotFolderRequest { + hotfolderId: string; + fileStorageId: string; +} + +export interface IProtectWithHotFolderResponse { + fileStorageId: string; + secloreFileId: string; +} diff --git a/nodes/SecloreProtect/Services/Interfaces/UnprotectInterfaces.ts b/nodes/SecloreProtect/Services/Interfaces/UnprotectInterfaces.ts index 51c2b0e..cd9bedb 100644 --- a/nodes/SecloreProtect/Services/Interfaces/UnprotectInterfaces.ts +++ b/nodes/SecloreProtect/Services/Interfaces/UnprotectInterfaces.ts @@ -1,7 +1,7 @@ -export interface IUnprotectRequest { - fileStorageId: string; -} - -export interface IUnprotectResponse { - fileStorageId: string; -} +export interface IUnprotectRequest { + fileStorageId: string; +} + +export interface IUnprotectResponse { + fileStorageId: string; +}