@vivse/backend-library
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { FileWithMeta } from '../types'; | ||
@@ -15,3 +14,6 @@ import { WrkImageProcessingContext } from './defs'; | ||
export interface WrkImageProcessingImageRequestPayloadBase { | ||
image: Buffer; | ||
image: { | ||
type: 'Buffer'; | ||
data: number[]; | ||
}; | ||
} | ||
@@ -18,0 +20,0 @@ export interface WrkImageProcessingImageRequestGalleryUploadContextPayload extends WrkImageProcessingImageRequestPayloadBase { |
{ | ||
"name": "@vivse/backend-library", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
92009
183