@lavapayments/nodejs 5.2.5 → 5.2.7
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
|
@@ -227,7 +227,8 @@ var Lava = class {
|
|
|
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
229
|
elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`,
|
|
230
|
-
sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1
|
|
230
|
+
sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1`,
|
|
231
|
+
deepinfra: `${this.baseUrl}forward?u=https://api.deepinfra.com/v1/openai`
|
|
231
232
|
};
|
|
232
233
|
}
|
|
233
234
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -200,7 +200,8 @@ var Lava = class {
|
|
|
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
202
|
elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`,
|
|
203
|
-
sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1
|
|
203
|
+
sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1`,
|
|
204
|
+
deepinfra: `${this.baseUrl}forward?u=https://api.deepinfra.com/v1/openai`
|
|
204
205
|
};
|
|
205
206
|
}
|
|
206
207
|
/**
|