import * as z from "zod"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; /** * Metric Name */ export declare const GetApiV3GovernanceMetricsNameName: { readonly GovernanceCommunityFundTotalMaturityE8sEquivalent: "governance_community_fund_total_maturity_e8s_equivalent"; readonly GovernanceCommunityFundTotalStakedE8s: "governance_community_fund_total_staked_e8s"; readonly GovernanceDissolvedNeuronsCount: "governance_dissolved_neurons_count"; readonly GovernanceDissolvedNeuronsE8s: "governance_dissolved_neurons_e8s"; readonly GovernanceDissolvingNeuronsCount: "governance_dissolving_neurons_count"; readonly GovernanceDissolvingNeuronsE8s: "governance_dissolving_neurons_e8s"; readonly GovernanceDissolvingNeuronsStakedMaturityE8sEquivalent: "governance_dissolving_neurons_staked_maturity_e8s_equivalent"; readonly GovernanceGarbageCollectableNeuronsCount: "governance_garbage_collectable_neurons_count"; readonly GovernanceLastRewardsEventE8s: "governance_last_rewards_event_e8s"; readonly GovernanceLatestGcTimestampSeconds: "governance_latest_gc_timestamp_seconds"; readonly GovernanceLatestRewardEventRoundsSinceLastDistribution: "governance_latest_reward_event_rounds_since_last_distribution"; readonly GovernanceLatestRewardEventTimestampSeconds: "governance_latest_reward_event_timestamp_seconds"; readonly GovernanceLatestRewardEventTotalAvailableE8s: "governance_latest_reward_event_total_available_e8s"; readonly GovernanceLatestRewardRoundTotalAvailableE8s: "governance_latest_reward_round_total_available_e8s"; readonly GovernanceLockedNeuronsTotal: "governance_locked_neurons_total"; readonly GovernanceNeuronsTotal: "governance_neurons_total"; readonly GovernanceNeuronsWithInvalidStakeCount: "governance_neurons_with_invalid_stake_count"; readonly GovernanceNeuronsWithLessThan6MonthsDissolveDelayCount: "governance_neurons_with_less_than_6_months_dissolve_delay_count"; readonly GovernanceNeuronsWithLessThan6MonthsDissolveDelayE8s: "governance_neurons_with_less_than_6_months_dissolve_delay_e8s"; readonly GovernanceNotDissolvingNeuronsCount: "governance_not_dissolving_neurons_count"; readonly GovernanceNotDissolvingNeuronsE8s: "governance_not_dissolving_neurons_e8s"; readonly GovernanceNotDissolvingNeuronsStakedMaturityE8sEquivalent: "governance_not_dissolving_neurons_staked_maturity_e8s_equivalent"; readonly GovernanceProposalsTotal: "governance_proposals_total"; readonly GovernanceReadyToBeSettledProposalsTotal: "governance_ready_to_be_settled_proposals_total"; readonly GovernanceSecondsSinceLatestRewardEvent: "governance_seconds_since_latest_reward_event"; readonly GovernanceStableMemorySizeBytes: "governance_stable_memory_size_bytes"; readonly GovernanceTotalLockedE8s: "governance_total_locked_e8s"; readonly GovernanceTotalMaturityE8sEquivalent: "governance_total_maturity_e8s_equivalent"; readonly GovernanceTotalMemorySizeBytes: "governance_total_memory_size_bytes"; readonly GovernanceTotalStakedE8s: "governance_total_staked_e8s"; readonly GovernanceTotalStakedMaturityE8sEquivalent: "governance_total_staked_maturity_e8s_equivalent"; readonly GovernanceTotalSupplyIcp: "governance_total_supply_icp"; readonly GovernanceVotingPowerTotal: "governance_voting_power_total"; }; /** * Metric Name */ export type GetApiV3GovernanceMetricsNameName = ClosedEnum; export type GetApiV3GovernanceMetricsNameRequest = { /** * End Timestamp */ end?: number | null | undefined; /** * Start Timestamp */ start?: number | null | undefined; /** * Metric Name */ name: GetApiV3GovernanceMetricsNameName; }; /** @internal */ export declare const GetApiV3GovernanceMetricsNameName$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const GetApiV3GovernanceMetricsNameName$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GetApiV3GovernanceMetricsNameName$ { /** @deprecated use `GetApiV3GovernanceMetricsNameName$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly GovernanceCommunityFundTotalMaturityE8sEquivalent: "governance_community_fund_total_maturity_e8s_equivalent"; readonly GovernanceCommunityFundTotalStakedE8s: "governance_community_fund_total_staked_e8s"; readonly GovernanceDissolvedNeuronsCount: "governance_dissolved_neurons_count"; readonly GovernanceDissolvedNeuronsE8s: "governance_dissolved_neurons_e8s"; readonly GovernanceDissolvingNeuronsCount: "governance_dissolving_neurons_count"; readonly GovernanceDissolvingNeuronsE8s: "governance_dissolving_neurons_e8s"; readonly GovernanceDissolvingNeuronsStakedMaturityE8sEquivalent: "governance_dissolving_neurons_staked_maturity_e8s_equivalent"; readonly GovernanceGarbageCollectableNeuronsCount: "governance_garbage_collectable_neurons_count"; readonly GovernanceLastRewardsEventE8s: "governance_last_rewards_event_e8s"; readonly GovernanceLatestGcTimestampSeconds: "governance_latest_gc_timestamp_seconds"; readonly GovernanceLatestRewardEventRoundsSinceLastDistribution: "governance_latest_reward_event_rounds_since_last_distribution"; readonly GovernanceLatestRewardEventTimestampSeconds: "governance_latest_reward_event_timestamp_seconds"; readonly GovernanceLatestRewardEventTotalAvailableE8s: "governance_latest_reward_event_total_available_e8s"; readonly GovernanceLatestRewardRoundTotalAvailableE8s: "governance_latest_reward_round_total_available_e8s"; readonly GovernanceLockedNeuronsTotal: "governance_locked_neurons_total"; readonly GovernanceNeuronsTotal: "governance_neurons_total"; readonly GovernanceNeuronsWithInvalidStakeCount: "governance_neurons_with_invalid_stake_count"; readonly GovernanceNeuronsWithLessThan6MonthsDissolveDelayCount: "governance_neurons_with_less_than_6_months_dissolve_delay_count"; readonly GovernanceNeuronsWithLessThan6MonthsDissolveDelayE8s: "governance_neurons_with_less_than_6_months_dissolve_delay_e8s"; readonly GovernanceNotDissolvingNeuronsCount: "governance_not_dissolving_neurons_count"; readonly GovernanceNotDissolvingNeuronsE8s: "governance_not_dissolving_neurons_e8s"; readonly GovernanceNotDissolvingNeuronsStakedMaturityE8sEquivalent: "governance_not_dissolving_neurons_staked_maturity_e8s_equivalent"; readonly GovernanceProposalsTotal: "governance_proposals_total"; readonly GovernanceReadyToBeSettledProposalsTotal: "governance_ready_to_be_settled_proposals_total"; readonly GovernanceSecondsSinceLatestRewardEvent: "governance_seconds_since_latest_reward_event"; readonly GovernanceStableMemorySizeBytes: "governance_stable_memory_size_bytes"; readonly GovernanceTotalLockedE8s: "governance_total_locked_e8s"; readonly GovernanceTotalMaturityE8sEquivalent: "governance_total_maturity_e8s_equivalent"; readonly GovernanceTotalMemorySizeBytes: "governance_total_memory_size_bytes"; readonly GovernanceTotalStakedE8s: "governance_total_staked_e8s"; readonly GovernanceTotalStakedMaturityE8sEquivalent: "governance_total_staked_maturity_e8s_equivalent"; readonly GovernanceTotalSupplyIcp: "governance_total_supply_icp"; readonly GovernanceVotingPowerTotal: "governance_voting_power_total"; }>; /** @deprecated use `GetApiV3GovernanceMetricsNameName$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly GovernanceCommunityFundTotalMaturityE8sEquivalent: "governance_community_fund_total_maturity_e8s_equivalent"; readonly GovernanceCommunityFundTotalStakedE8s: "governance_community_fund_total_staked_e8s"; readonly GovernanceDissolvedNeuronsCount: "governance_dissolved_neurons_count"; readonly GovernanceDissolvedNeuronsE8s: "governance_dissolved_neurons_e8s"; readonly GovernanceDissolvingNeuronsCount: "governance_dissolving_neurons_count"; readonly GovernanceDissolvingNeuronsE8s: "governance_dissolving_neurons_e8s"; readonly GovernanceDissolvingNeuronsStakedMaturityE8sEquivalent: "governance_dissolving_neurons_staked_maturity_e8s_equivalent"; readonly GovernanceGarbageCollectableNeuronsCount: "governance_garbage_collectable_neurons_count"; readonly GovernanceLastRewardsEventE8s: "governance_last_rewards_event_e8s"; readonly GovernanceLatestGcTimestampSeconds: "governance_latest_gc_timestamp_seconds"; readonly GovernanceLatestRewardEventRoundsSinceLastDistribution: "governance_latest_reward_event_rounds_since_last_distribution"; readonly GovernanceLatestRewardEventTimestampSeconds: "governance_latest_reward_event_timestamp_seconds"; readonly GovernanceLatestRewardEventTotalAvailableE8s: "governance_latest_reward_event_total_available_e8s"; readonly GovernanceLatestRewardRoundTotalAvailableE8s: "governance_latest_reward_round_total_available_e8s"; readonly GovernanceLockedNeuronsTotal: "governance_locked_neurons_total"; readonly GovernanceNeuronsTotal: "governance_neurons_total"; readonly GovernanceNeuronsWithInvalidStakeCount: "governance_neurons_with_invalid_stake_count"; readonly GovernanceNeuronsWithLessThan6MonthsDissolveDelayCount: "governance_neurons_with_less_than_6_months_dissolve_delay_count"; readonly GovernanceNeuronsWithLessThan6MonthsDissolveDelayE8s: "governance_neurons_with_less_than_6_months_dissolve_delay_e8s"; readonly GovernanceNotDissolvingNeuronsCount: "governance_not_dissolving_neurons_count"; readonly GovernanceNotDissolvingNeuronsE8s: "governance_not_dissolving_neurons_e8s"; readonly GovernanceNotDissolvingNeuronsStakedMaturityE8sEquivalent: "governance_not_dissolving_neurons_staked_maturity_e8s_equivalent"; readonly GovernanceProposalsTotal: "governance_proposals_total"; readonly GovernanceReadyToBeSettledProposalsTotal: "governance_ready_to_be_settled_proposals_total"; readonly GovernanceSecondsSinceLatestRewardEvent: "governance_seconds_since_latest_reward_event"; readonly GovernanceStableMemorySizeBytes: "governance_stable_memory_size_bytes"; readonly GovernanceTotalLockedE8s: "governance_total_locked_e8s"; readonly GovernanceTotalMaturityE8sEquivalent: "governance_total_maturity_e8s_equivalent"; readonly GovernanceTotalMemorySizeBytes: "governance_total_memory_size_bytes"; readonly GovernanceTotalStakedE8s: "governance_total_staked_e8s"; readonly GovernanceTotalStakedMaturityE8sEquivalent: "governance_total_staked_maturity_e8s_equivalent"; readonly GovernanceTotalSupplyIcp: "governance_total_supply_icp"; readonly GovernanceVotingPowerTotal: "governance_voting_power_total"; }>; } /** @internal */ export declare const GetApiV3GovernanceMetricsNameRequest$inboundSchema: z.ZodType; /** @internal */ export type GetApiV3GovernanceMetricsNameRequest$Outbound = { end: number | null; start: number | null; name: string; }; /** @internal */ export declare const GetApiV3GovernanceMetricsNameRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GetApiV3GovernanceMetricsNameRequest$ { /** @deprecated use `GetApiV3GovernanceMetricsNameRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetApiV3GovernanceMetricsNameRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetApiV3GovernanceMetricsNameRequest$Outbound` instead. */ type Outbound = GetApiV3GovernanceMetricsNameRequest$Outbound; } export declare function getApiV3GovernanceMetricsNameRequestToJSON(getApiV3GovernanceMetricsNameRequest: GetApiV3GovernanceMetricsNameRequest): string; export declare function getApiV3GovernanceMetricsNameRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getapiv3governancemetricsname.d.ts.map