@vivse/backend-library
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -1,3 +0,3 @@ | ||
import { FileInput } from '../types/file-input'; | ||
import { FileStorage } from '../types/file-storage'; | ||
import { FileInput } from '../../types/file-input'; | ||
import { FileStorage } from '../../types/file-storage'; | ||
import { GeneratorService } from '../../generator'; | ||
@@ -4,0 +4,0 @@ import { AwsConfig } from '../config/aws.config'; |
@@ -1,3 +0,3 @@ | ||
import { FileStorage } from '../types/file-storage'; | ||
import { FileInput } from '../types/file-input'; | ||
import { FileStorage } from '../../types/file-storage'; | ||
import { FileInput } from '../../types/file-input'; | ||
export declare class FileStorageService implements FileStorage { | ||
@@ -4,0 +4,0 @@ private readonly cloud; |
export * from './cloud.module'; | ||
export * from './types/file-input'; | ||
export * from './types/file-storage'; | ||
export * from './file-storage/file-storage.service'; |
@@ -18,5 +18,3 @@ "use strict"; | ||
__exportStar(require("./cloud.module"), exports); | ||
__exportStar(require("./types/file-input"), exports); | ||
__exportStar(require("./types/file-storage"), exports); | ||
__exportStar(require("./file-storage/file-storage.service"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -14,6 +14,3 @@ import { FileWithMeta } from '../types'; | ||
export interface WrkImageProcessingImageRequestPayloadBase { | ||
image: { | ||
type: 'Buffer'; | ||
data: number[]; | ||
}; | ||
image: string; | ||
} | ||
@@ -20,0 +17,0 @@ export interface WrkImageProcessingImageRequestGalleryUploadContextPayload extends WrkImageProcessingImageRequestPayloadBase { |
{ | ||
"name": "@vivse/backend-library", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "NestJS library for vivse.sk", | ||
@@ -5,0 +5,0 @@ "author": "Kristián Žuffa <kristian.zuffa@gmail.com>", |
@@ -0,1 +1,3 @@ | ||
export * from './file-storage'; | ||
export * from './file-input'; | ||
export * from './file-with-meta'; |
@@ -17,3 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./file-storage"), exports); | ||
__exportStar(require("./file-input"), exports); | ||
__exportStar(require("./file-with-meta"), exports); | ||
//# sourceMappingURL=index.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
161413
448