@lavapayments/nodejs 5.2.8 → 5.2.10
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -229,7 +229,9 @@ var Lava = class {
|
|
|
229
229
|
elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`,
|
|
230
230
|
sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1`,
|
|
231
231
|
deepinfra: `${this.baseUrl}forward?u=https://api.deepinfra.com/v1/openai`,
|
|
232
|
-
cohere: `${this.baseUrl}forward?u=https://api.cohere.ai/compatibility/v1
|
|
232
|
+
cohere: `${this.baseUrl}forward?u=https://api.cohere.ai/compatibility/v1`,
|
|
233
|
+
parasail: `${this.baseUrl}forward?u=https://api.parasail.io/v1`,
|
|
234
|
+
nebius: `${this.baseUrl}forward?u=https://api.studio.nebius.com/v1`
|
|
233
235
|
};
|
|
234
236
|
}
|
|
235
237
|
/**
|
package/dist/index.mjs
CHANGED
|
@@ -202,7 +202,9 @@ var Lava = class {
|
|
|
202
202
|
elevenlabs: `${this.baseUrl}forward?u=https://api.elevenlabs.io/v1`,
|
|
203
203
|
sambanova: `${this.baseUrl}forward?u=https://api.sambanova.ai/v1`,
|
|
204
204
|
deepinfra: `${this.baseUrl}forward?u=https://api.deepinfra.com/v1/openai`,
|
|
205
|
-
cohere: `${this.baseUrl}forward?u=https://api.cohere.ai/compatibility/v1
|
|
205
|
+
cohere: `${this.baseUrl}forward?u=https://api.cohere.ai/compatibility/v1`,
|
|
206
|
+
parasail: `${this.baseUrl}forward?u=https://api.parasail.io/v1`,
|
|
207
|
+
nebius: `${this.baseUrl}forward?u=https://api.studio.nebius.com/v1`
|
|
206
208
|
};
|
|
207
209
|
}
|
|
208
210
|
/**
|