@openfort/openfort-node 0.6.42 → 0.6.43

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.
@@ -0,0 +1,6 @@
1
+ import { ContractReadQueries as ApiContractReadQueries } from "../generated";
2
+ export interface ReadContractRequest extends ApiContractReadQueries {
3
+ id: string;
4
+ functionName: string;
5
+ functionArgs?: any[];
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=readContractRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"readContractRequest.js","sourceRoot":"","sources":["../../src/models/readContractRequest.ts"],"names":[],"mappings":""}
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.6.42";
1
+ export declare const VERSION = "0.6.43";
2
2
  export declare const PACKAGE = "@openfort/openfort-node";
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PACKAGE = exports.VERSION = void 0;
4
- exports.VERSION = "0.6.42";
4
+ exports.VERSION = "0.6.43";
5
5
  exports.PACKAGE = "@openfort/openfort-node";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/openfort-node",
3
- "version": "0.6.42",
3
+ "version": "0.6.43",
4
4
  "description": "OpenAPI client for Openfort API",
5
5
  "author": "Openfort",
6
6
  "repository": {