@lavapayments/nodejs 5.2.4 → 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
@@ -55,6 +55,7 @@ declare class Lava {
55
55
  together: string;
56
56
  hyperbolic: string;
57
57
  elevenlabs: string;
58
+ sambanova: string;
58
59
  };
59
60
  /**
60
61
  * Create a new Lava client
package/dist/index.d.ts CHANGED
@@ -55,6 +55,7 @@ declare class Lava {
55
55
  together: string;
56
56
  hyperbolic: string;
57
57
  elevenlabs: string;
58
+ sambanova: string;
58
59
  };
59
60
  /**
60
61
  * Create a new Lava client
package/dist/index.js CHANGED
@@ -226,7 +226,8 @@ var Lava = class {
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
228
  hyperbolic: `${this.baseUrl}forward?u=https://api.hyperbolic.xyz/v1`,
229
- elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`
229
+ elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`,
230
+ sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1`
230
231
  };
231
232
  }
232
233
  /**
package/dist/index.mjs CHANGED
@@ -199,7 +199,8 @@ var Lava = class {
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
201
  hyperbolic: `${this.baseUrl}forward?u=https://api.hyperbolic.xyz/v1`,
202
- elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`
202
+ elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`,
203
+ sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1`
203
204
  };
204
205
  }
205
206
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lavapayments/nodejs",
3
- "version": "5.2.4",
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",