@lavapayments/nodejs 5.2.3 → 5.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -225,7 +225,8 @@ var Lava = class {
|
|
|
225
225
|
novita: `${this.baseUrl}forward?u=https://api.novita.ai/v3/openai`,
|
|
226
226
|
vercel: `${this.baseUrl}forward?u=https://api.v0.dev/v1`,
|
|
227
227
|
together: `${this.baseUrl}forward?u=https://api.together.xyz/v1`,
|
|
228
|
-
hyperbolic: `${this.baseUrl}forward?u=https://api.hyperbolic.xyz/v1
|
|
228
|
+
hyperbolic: `${this.baseUrl}forward?u=https://api.hyperbolic.xyz/v1`,
|
|
229
|
+
elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`
|
|
229
230
|
};
|
|
230
231
|
}
|
|
231
232
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -198,7 +198,8 @@ var Lava = class {
|
|
|
198
198
|
novita: `${this.baseUrl}forward?u=https://api.novita.ai/v3/openai`,
|
|
199
199
|
vercel: `${this.baseUrl}forward?u=https://api.v0.dev/v1`,
|
|
200
200
|
together: `${this.baseUrl}forward?u=https://api.together.xyz/v1`,
|
|
201
|
-
hyperbolic: `${this.baseUrl}forward?u=https://api.hyperbolic.xyz/v1
|
|
201
|
+
hyperbolic: `${this.baseUrl}forward?u=https://api.hyperbolic.xyz/v1`,
|
|
202
|
+
elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`
|
|
202
203
|
};
|
|
203
204
|
}
|
|
204
205
|
/**
|