@vivse/backend-library
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,2 @@ | ||
import { FileWithMeta } from '../types'; | ||
export interface WrkImageProcessingImageRequestMetadata { | ||
@@ -9,7 +10,3 @@ photoId: string; | ||
} | ||
export interface WrkImageProcessingImageData { | ||
url: string; | ||
width: number; | ||
height: number; | ||
} | ||
export declare type WrkImageProcessingImageData = FileWithMeta; | ||
export interface WrkImageProcessingImageSetData { | ||
@@ -16,0 +13,0 @@ small: WrkImageProcessingImageData; |
{ | ||
"name": "@vivse/backend-library", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "NestJS library for vivse.sk", | ||
@@ -5,0 +5,0 @@ "author": "Kristián Žuffa <kristian.zuffa@gmail.com>", |
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
89577
148