@lavapayments/nodejs 5.2.3 → 5.2.5

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 CHANGED
@@ -54,6 +54,8 @@ declare class Lava {
54
54
  vercel: string;
55
55
  together: string;
56
56
  hyperbolic: string;
57
+ elevenlabs: string;
58
+ sambanova: string;
57
59
  };
58
60
  /**
59
61
  * Create a new Lava client
package/dist/index.d.ts CHANGED
@@ -54,6 +54,8 @@ declare class Lava {
54
54
  vercel: string;
55
55
  together: string;
56
56
  hyperbolic: string;
57
+ elevenlabs: string;
58
+ sambanova: string;
57
59
  };
58
60
  /**
59
61
  * Create a new Lava client
package/dist/index.js CHANGED
@@ -225,7 +225,9 @@ 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`,
230
+ sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1`
229
231
  };
230
232
  }
231
233
  /**
package/dist/index.mjs CHANGED
@@ -198,7 +198,9 @@ 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`,
203
+ sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1`
202
204
  };
203
205
  }
204
206
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lavapayments/nodejs",
3
- "version": "5.2.3",
3
+ "version": "5.2.5",
4
4
  "description": "Backend SDK for Lava Payments API - enabling usage-based billing for AI services",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",