fusio-sdk 7.0.10 → 7.0.11

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.cts CHANGED
@@ -686,6 +686,7 @@ interface BackendAgent {
686
686
  description?: string;
687
687
  introduction?: string;
688
688
  temperature?: number;
689
+ costs?: number;
689
690
  tools?: Array<string>;
690
691
  outgoing?: string;
691
692
  action?: string;
package/dist/index.d.ts CHANGED
@@ -686,6 +686,7 @@ interface BackendAgent {
686
686
  description?: string;
687
687
  introduction?: string;
688
688
  temperature?: number;
689
+ costs?: number;
689
690
  tools?: Array<string>;
690
691
  outgoing?: string;
691
692
  action?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fusio-sdk",
3
- "version": "7.0.10",
3
+ "version": "7.0.11",
4
4
  "description": "SDK to talk to the Fusio API",
5
5
  "keywords": [
6
6
  "API",