@runapi.ai/flux
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'; | ||
@@ -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; |
+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'; | ||
@@ -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; |
+2
-2
@@ -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": { |
62779
0.27%+ Added
- Removed
Updated