@lavapayments/nodejs 2.1.0 → 2.2.0

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
@@ -156,6 +156,8 @@ interface Request {
156
156
  request_id: string;
157
157
  connection_id: string;
158
158
  product_id: string;
159
+ provider: string;
160
+ provider_key_type: "managed" | "unmanaged";
159
161
  model: string;
160
162
  endpoint: string;
161
163
  response_id: string | null;
package/dist/index.d.ts CHANGED
@@ -156,6 +156,8 @@ interface Request {
156
156
  request_id: string;
157
157
  connection_id: string;
158
158
  product_id: string;
159
+ provider: string;
160
+ provider_key_type: "managed" | "unmanaged";
159
161
  model: string;
160
162
  endpoint: string;
161
163
  response_id: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lavapayments/nodejs",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
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",