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

@runapi.ai/fish-audio

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runapi.ai/fish-audio - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-2
dist/index.d.mts

@@ -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';

@@ -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';

@@ -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": {