anymal-protocol 1.0.85 → 1.0.86

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
@@ -266,6 +266,7 @@ interface ActionRecord {
266
266
  claimIndex?: number | null;
267
267
  claimedAt?: string | null;
268
268
  claimQuantity?: number | null;
269
+ failure_reason?: string | null;
269
270
  }
270
271
  interface ActionDefinition {
271
272
  id: string;
package/dist/index.d.ts CHANGED
@@ -266,6 +266,7 @@ interface ActionRecord {
266
266
  claimIndex?: number | null;
267
267
  claimedAt?: string | null;
268
268
  claimQuantity?: number | null;
269
+ failure_reason?: string | null;
269
270
  }
270
271
  interface ActionDefinition {
271
272
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.85",
3
+ "version": "1.0.86",
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": {