@runapi.ai/fish-audio
Advanced tools
+2
-2
@@ -1,2 +0,2 @@ | ||
| import { HttpClient, RequestOptions, BaseClient, ClientOptions } from '@runapi.ai/core'; | ||
| import { TaskResponse, HttpClient, RequestOptions, BaseClient, ClientOptions } from '@runapi.ai/core'; | ||
| export { AuthenticationError, InsufficientCreditsError, NetworkError, NotFoundError, RateLimitError, RunApiError, ServiceUnavailableError, TimeoutError, ValidationError } from '@runapi.ai/core'; | ||
@@ -28,3 +28,3 @@ | ||
| /** Result of a synchronous text-to-speech request. */ | ||
| interface TextToSpeechResponse { | ||
| interface TextToSpeechResponse extends TaskResponse { | ||
| id: string; | ||
@@ -31,0 +31,0 @@ status: 'completed'; |
+2
-2
@@ -1,2 +0,2 @@ | ||
| import { HttpClient, RequestOptions, BaseClient, ClientOptions } from '@runapi.ai/core'; | ||
| import { TaskResponse, HttpClient, RequestOptions, BaseClient, ClientOptions } from '@runapi.ai/core'; | ||
| export { AuthenticationError, InsufficientCreditsError, NetworkError, NotFoundError, RateLimitError, RunApiError, ServiceUnavailableError, TimeoutError, ValidationError } from '@runapi.ai/core'; | ||
@@ -28,3 +28,3 @@ | ||
| /** Result of a synchronous text-to-speech request. */ | ||
| interface TextToSpeechResponse { | ||
| interface TextToSpeechResponse extends TaskResponse { | ||
| id: string; | ||
@@ -31,0 +31,0 @@ status: 'completed'; |
+2
-2
@@ -6,3 +6,3 @@ { | ||
| }, | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "RunAPI Fish Audio SDK for speech generation 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": { |
26769
0.26%+ Added
- Removed
Updated