@space-runners/ablo-ts-sdk
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,4 +0,6 @@ | ||
import { IImageGenerationRequest } from '../../interfaces/image-generation-request.interface'; | ||
import { IImageGenerationRequest } from "../../interfaces/image-generation-request.interface"; | ||
export interface IImageMakerRequest extends IImageGenerationRequest { | ||
freeText: string; | ||
shouldApplyBadWordGuard?: string; | ||
ipInfringementErrorThreshold?: string; | ||
} |
@@ -1,4 +0,4 @@ | ||
import { IImageGenerationRequest } from '../../interfaces/image-generation-request.interface'; | ||
import { IImageGenerationRequest } from "../../interfaces/image-generation-request.interface"; | ||
export interface IImageFileToImageRequest extends IImageGenerationRequest { | ||
imageFile: BinaryData; | ||
imageFile: ArrayBuffer; | ||
} |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A TypeScript SDK for Ablo Services", | ||
@@ -9,0 +9,0 @@ "main": "lib/index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
37263
52
759
2