anymal-protocol 1.0.64 → 1.0.65

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
@@ -246,6 +246,7 @@ interface ActionRecord {
246
246
  status: 'PENDING' | 'VALIDATED' | 'CLAIMED';
247
247
  createdAt: string;
248
248
  validatedAt?: string | null;
249
+ claimIndex?: number | null;
249
250
  claimedAt?: string | null;
250
251
  claimQuantity?: number | null;
251
252
  }
package/dist/index.d.ts CHANGED
@@ -246,6 +246,7 @@ interface ActionRecord {
246
246
  status: 'PENDING' | 'VALIDATED' | 'CLAIMED';
247
247
  createdAt: string;
248
248
  validatedAt?: string | null;
249
+ claimIndex?: number | null;
249
250
  claimedAt?: string | null;
250
251
  claimQuantity?: number | null;
251
252
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "description": "A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {