🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@runapi.ai/flux

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runapi.ai/flux - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+3
-3
dist/index.d.mts

@@ -1,2 +0,2 @@

import { AsyncTaskStatus, HttpClient, RequestOptions, PollingOptions, BaseClient, ClientOptions } from '@runapi.ai/core';
import { TaskResponse, AsyncTaskStatus, TaskBillingResponse, HttpClient, RequestOptions, PollingOptions, BaseClient, ClientOptions } from '@runapi.ai/core';
export { AuthenticationError, InsufficientCreditsError, NetworkError, NotFoundError, RateLimitError, RunApiError, ServiceUnavailableError, TaskFailedError, TaskTimeoutError, TimeoutError, ValidationError } from '@runapi.ai/core';

@@ -27,3 +27,3 @@

/** Acknowledgement returned before processing completes. */
interface TaskCreateResponse {
interface TaskCreateResponse extends TaskBillingResponse {
id: string;

@@ -37,3 +37,3 @@ status?: 'processing';

/** Async image task result with lifecycle status. */
interface TextToImageResponse {
interface TextToImageResponse extends TaskResponse {
id: string;

@@ -40,0 +40,0 @@ status: AsyncTaskStatus;

@@ -1,2 +0,2 @@

import { AsyncTaskStatus, HttpClient, RequestOptions, PollingOptions, BaseClient, ClientOptions } from '@runapi.ai/core';
import { TaskResponse, AsyncTaskStatus, TaskBillingResponse, HttpClient, RequestOptions, PollingOptions, BaseClient, ClientOptions } from '@runapi.ai/core';
export { AuthenticationError, InsufficientCreditsError, NetworkError, NotFoundError, RateLimitError, RunApiError, ServiceUnavailableError, TaskFailedError, TaskTimeoutError, TimeoutError, ValidationError } from '@runapi.ai/core';

@@ -27,3 +27,3 @@

/** Acknowledgement returned before processing completes. */
interface TaskCreateResponse {
interface TaskCreateResponse extends TaskBillingResponse {
id: string;

@@ -37,3 +37,3 @@ status?: 'processing';

/** Async image task result with lifecycle status. */
interface TextToImageResponse {
interface TextToImageResponse extends TaskResponse {
id: string;

@@ -40,0 +40,0 @@ status: AsyncTaskStatus;

@@ -6,3 +6,3 @@ {

},
"version": "0.1.0",
"version": "0.1.1",
"description": "RunAPI Flux SDK for image generation and editing in JavaScript, Python, Ruby, Go, Java, and PHP",

@@ -35,3 +35,3 @@ "main": "./dist/index.js",

"dependencies": {
"@runapi.ai/core": "^0.2.14"
"@runapi.ai/core": "^0.3.0"
},

@@ -38,0 +38,0 @@ "devDependencies": {