Sign In

@runapi.ai/gpt-4o-image

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runapi.ai/gpt-4o-image - npm Package Compare versions

Comparing version
0.2.8
to
0.2.9
+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';

@@ -32,3 +32,3 @@

}
interface TaskCreateResponse {
interface TaskCreateResponse extends TaskBillingResponse {
id: string;

@@ -41,3 +41,3 @@ status: string;

}
interface TextToImageResponse {
interface TextToImageResponse extends TaskResponse {
id: string;

@@ -44,0 +44,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';

@@ -32,3 +32,3 @@

}
interface TaskCreateResponse {
interface TaskCreateResponse extends TaskBillingResponse {
id: string;

@@ -41,3 +41,3 @@ status: string;

}
interface TextToImageResponse {
interface TextToImageResponse extends TaskResponse {
id: string;

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

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

},
"version": "0.2.8",
"version": "0.2.9",
"description": "RunAPI GPT-4o Image SDK for text-to-image generation workflows in JavaScript, Python, Ruby, Go, Java, and PHP",

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

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

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