anymal-protocol 1.0.75 → 1.0.76

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
@@ -250,6 +250,7 @@ interface ActionRecord {
250
250
  reward_amount?: number;
251
251
  status: ActionStatus;
252
252
  createdAt: string;
253
+ updatedAt: string;
253
254
  validatedAt?: string | null;
254
255
  claimIndex?: number | null;
255
256
  claimedAt?: string | null;
package/dist/index.d.ts CHANGED
@@ -250,6 +250,7 @@ interface ActionRecord {
250
250
  reward_amount?: number;
251
251
  status: ActionStatus;
252
252
  createdAt: string;
253
+ updatedAt: string;
253
254
  validatedAt?: string | null;
254
255
  claimIndex?: number | null;
255
256
  claimedAt?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
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": {