@fenelabs/fene-sdk 0.7.2 → 0.7.3

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
@@ -56,6 +56,7 @@ interface ValidatorSummary {
56
56
  commission_rate: number;
57
57
  status: ValidatorStatus;
58
58
  delegator_count: number;
59
+ created_at: number;
59
60
  }
60
61
  declare enum DelegatorStatus {
61
62
  NOT_EXIST = 0,
package/dist/index.d.ts CHANGED
@@ -56,6 +56,7 @@ interface ValidatorSummary {
56
56
  commission_rate: number;
57
57
  status: ValidatorStatus;
58
58
  delegator_count: number;
59
+ created_at: number;
59
60
  }
60
61
  declare enum DelegatorStatus {
61
62
  NOT_EXIST = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fenelabs/fene-sdk",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "TypeScript SDK for Fene API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -58,4 +58,4 @@
58
58
  "optional": true
59
59
  }
60
60
  }
61
- }
61
+ }