@hsuite/smart-engines-sdk 3.11.0 → 3.13.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.
@@ -3408,7 +3408,7 @@ export type AgentExecuteRequest = {
3408
3408
  params: Record<string, unknown>;
3409
3409
  };
3410
3410
  export type AgentExecuteStepResult = {
3411
- kind: "onchain" | "offchain";
3411
+ kind: "onchain" | "offchain" | "function";
3412
3412
  status: string;
3413
3413
  transactionBytes?: string;
3414
3414
  ref?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hsuite/smart-engines-sdk",
3
- "version": "3.11.0",
3
+ "version": "3.13.0",
4
4
  "description": "Simplified client SDK for Smart Engines multi-chain infrastructure",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",