@runapi.ai/gpt-4o-image
Advanced tools
+3
-3
@@ -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; |
+3
-3
@@ -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; |
+2
-2
@@ -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": { |
43112
0.39%+ Added
- Removed
Updated