@kynesyslabs/demosdk 2.5.4 → 2.5.5

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.
@@ -132,6 +132,9 @@ export interface GCREditEscrow {
132
132
  expiryDays?: number;
133
133
  message?: string;
134
134
  claimant?: string;
135
+ claimed?: boolean;
136
+ claimedBy?: string;
137
+ claimedAt?: number;
135
138
  refunder?: string;
136
139
  };
137
140
  txhash: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kynesyslabs/demosdk",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "description": "Demosdk is a JavaScript/TypeScript SDK that provides a unified interface for interacting with Demos network",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",