@maxim_mazurok/gapi.client.blockchainnodeengine-v1
Advanced tools
Comparing version 0.0.20231206 to 0.0.20240103
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Blockchain Node Engine API v1 0.0 */ | ||
// Generated from: https://blockchainnodeengine.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20231206 | ||
// Revision: 20240103 | ||
@@ -45,4 +45,2 @@ /// <reference types="gapi.client" /> | ||
name?: string; | ||
/** Optional. When true, the node is only accessible via Private Service Connect; no public endpoints are exposed. Otherwise, the node is only accessible via public endpoints. See https://cloud.google.com/vpc/docs/private-service-connect. */ | ||
privateServiceConnectEnabled?: boolean; | ||
/** Output only. A status representing the state of the node. */ | ||
@@ -73,4 +71,2 @@ state?: string; | ||
apiEnableDebug?: boolean; | ||
/** Deprecated: Use the same field in the ValidatorConfig message as replacement. An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client. See https://lighthouse-book.sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/docs/execution-node/fee-recipient for examples of how this is used. Note that while this is often described as "suggested", as we run the execution node we can trust the execution node, and therefore this is considered enforced. */ | ||
beaconFeeRecipient?: string; | ||
/** Immutable. The consensus client. */ | ||
@@ -77,0 +73,0 @@ consensusClient?: string; |
{ | ||
"name": "@maxim_mazurok/gapi.client.blockchainnodeengine-v1", | ||
"version": "0.0.20231206", | ||
"version": "0.0.20240103", | ||
"description": "TypeScript typings for Blockchain Node Engine API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
38015
619