@ensnode/ensnode-sdk 0.0.0-next-20260319183244 → 0.0.0-next-20260322203814
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 +0 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +115 -217
- package/dist/index.d.ts +115 -217
- package/dist/index.js +0 -8
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -56,7 +56,6 @@ __export(index_exports, {
|
|
|
56
56
|
EnsApiIndexingStatusResponseCodes: () => EnsApiIndexingStatusResponseCodes,
|
|
57
57
|
EnsIndexerClient: () => EnsIndexerClient,
|
|
58
58
|
EnsIndexerIndexingStatusResponseCodes: () => EnsIndexerIndexingStatusResponseCodes,
|
|
59
|
-
EnsNodeMetadataKeys: () => EnsNodeMetadataKeys,
|
|
60
59
|
ForwardResolutionProtocolStep: () => ForwardResolutionProtocolStep,
|
|
61
60
|
IndexingStatusResponseCodes: () => IndexingStatusResponseCodes,
|
|
62
61
|
LINEANAMES_NODE: () => LINEANAMES_NODE,
|
|
@@ -3915,13 +3914,6 @@ var EnsApiClient = class _EnsApiClient {
|
|
|
3915
3914
|
var ENSNodeClient = class extends EnsApiClient {
|
|
3916
3915
|
};
|
|
3917
3916
|
|
|
3918
|
-
// src/ensdb/ensnode-metadata.ts
|
|
3919
|
-
var EnsNodeMetadataKeys = {
|
|
3920
|
-
EnsDbVersion: "ensdb_version",
|
|
3921
|
-
EnsIndexerPublicConfig: "ensindexer_public_config",
|
|
3922
|
-
EnsIndexerIndexingStatus: "ensindexer_indexing_status"
|
|
3923
|
-
};
|
|
3924
|
-
|
|
3925
3917
|
// src/ensindexer/api/config/deserialize.ts
|
|
3926
3918
|
function deserializeEnsIndexerConfigResponse(maybeResponse) {
|
|
3927
3919
|
return deserializeEnsIndexerPublicConfig(maybeResponse, "EnsIndexerConfigResponse");
|