anymal-protocol 1.0.72 → 1.0.73
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2205,7 +2205,7 @@ var ActionSourceType = /* @__PURE__ */ ((ActionSourceType2) => {
|
|
|
2205
2205
|
})(ActionSourceType || {});
|
|
2206
2206
|
var ActionStatus = /* @__PURE__ */ ((ActionStatus2) => {
|
|
2207
2207
|
ActionStatus2["PENDING"] = "PENDING";
|
|
2208
|
-
ActionStatus2["VALIDATED"] = "
|
|
2208
|
+
ActionStatus2["VALIDATED"] = "VALIDATED_ONCHAIN";
|
|
2209
2209
|
ActionStatus2["CLAIMED"] = "CLAIMED";
|
|
2210
2210
|
return ActionStatus2;
|
|
2211
2211
|
})(ActionStatus || {});
|
package/dist/index.mjs
CHANGED
|
@@ -2068,7 +2068,7 @@ var ActionSourceType = /* @__PURE__ */ ((ActionSourceType2) => {
|
|
|
2068
2068
|
})(ActionSourceType || {});
|
|
2069
2069
|
var ActionStatus = /* @__PURE__ */ ((ActionStatus2) => {
|
|
2070
2070
|
ActionStatus2["PENDING"] = "PENDING";
|
|
2071
|
-
ActionStatus2["VALIDATED"] = "
|
|
2071
|
+
ActionStatus2["VALIDATED"] = "VALIDATED_ONCHAIN";
|
|
2072
2072
|
ActionStatus2["CLAIMED"] = "CLAIMED";
|
|
2073
2073
|
return ActionStatus2;
|
|
2074
2074
|
})(ActionStatus || {});
|
package/package.json
CHANGED