@ensnode/ensnode-sdk 0.0.0-next-20260409061829 → 0.0.0-next-20260410141209
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -6
- package/dist/index.d.ts +2 -6
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -2896,7 +2896,7 @@ var makeRegistrarActionsResponseOkSchema = (valueLabel = "Registrar Actions Resp
|
|
|
2896
2896
|
responseCode: import_v426.z.literal(RegistrarActionsResponseCodes.Ok),
|
|
2897
2897
|
registrarActions: import_v426.z.array(makeNamedRegistrarActionSchema(valueLabel)),
|
|
2898
2898
|
pageContext: makeResponsePageContextSchema(`${valueLabel}.pageContext`),
|
|
2899
|
-
accurateAsOf: makeUnixTimestampSchema(`${valueLabel}.accurateAsOf`)
|
|
2899
|
+
accurateAsOf: makeUnixTimestampSchema(`${valueLabel}.accurateAsOf`)
|
|
2900
2900
|
});
|
|
2901
2901
|
var makeRegistrarActionsResponseErrorSchema = (_valueLabel = "Registrar Actions Response Error") => import_v426.z.strictObject({
|
|
2902
2902
|
responseCode: import_v426.z.literal(RegistrarActionsResponseCodes.Error),
|