@dfinity/sns 5.0.0-next-2025-10-21.2 → 5.0.0-next-2025-10-21.3
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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export type { Action as SnsAction, Ballot as SnsBallot, DefaultFollowees as SnsDefaultFollowees, Followee as SnsFollowee, FolloweesForTopic as SnsFolloweesForTopic, FunctionType as SnsFunctionType, GetMetadataResponse as SnsGetMetadataResponse, GetMetricsResponse as SnsGetMetricsResponse, ListNervousSystemFunctionsResponse as SnsListNervousSystemFunctionsResponse, ListProposalsResponse as SnsListProposalsResponse, ListTopicsResponse as SnsListTopicsResponse, ManageNeuron as SnsManageNeuron, ManageNeuronResponse as SnsManageNeuronResponse, NervousSystemFunction as SnsNervousSystemFunction, NervousSystemParameters as SnsNervousSystemParameters, Neuron as SnsNeuron, NeuronId as SnsNeuronId, NeuronPermissionList as SnsNeuronPermissionList, Percentage as SnsPercentage, ProposalData as SnsProposalData, ProposalId as SnsProposalId, RewardEvent as SnsRewardEvent, Tally as SnsTally, Topic as SnsTopic, TopicInfo as SnsTopicInfo, VotingRewardsParameters as SnsVotingRewardsParameters, } from "./candid/sns_governance";
|
|
1
|
+
export type { Account as SnsAccount, Action as SnsAction, Ballot as SnsBallot, DefaultFollowees as SnsDefaultFollowees, DisburseMaturityInProgress as SnsDisburseMaturityInProgress, Followee as SnsFollowee, FolloweesForTopic as SnsFolloweesForTopic, FunctionType as SnsFunctionType, GetMetadataResponse as SnsGetMetadataResponse, GetMetricsResponse as SnsGetMetricsResponse, ListNervousSystemFunctionsResponse as SnsListNervousSystemFunctionsResponse, ListProposalsResponse as SnsListProposalsResponse, ListTopicsResponse as SnsListTopicsResponse, ManageNeuron as SnsManageNeuron, ManageNeuronResponse as SnsManageNeuronResponse, NervousSystemFunction as SnsNervousSystemFunction, NervousSystemParameters as SnsNervousSystemParameters, Neuron as SnsNeuron, NeuronId as SnsNeuronId, NeuronPermission as SnsNeuronPermission, NeuronPermissionList as SnsNeuronPermissionList, Percentage as SnsPercentage, ProposalData as SnsProposalData, ProposalId as SnsProposalId, RewardEvent as SnsRewardEvent, Tally as SnsTally, Topic as SnsTopic, TopicInfo as SnsTopicInfo, VotingRewardsParameters as SnsVotingRewardsParameters, } from "./candid/sns_governance";
|
|
2
2
|
export type { CanisterStatusResultV2 as SnsCanisterStatus } from "./candid/sns_root";
|
|
3
3
|
export type { CfParticipant, FinalizeSwapResponse as SnsFinalizeSwapResponse, GetAutoFinalizationStatusResponse as SnsGetAutoFinalizationStatusResponse, GetBuyerStateRequest as SnsGetBuyerStateRequest, GetBuyerStateResponse as SnsGetBuyerStateResponse, GetDerivedStateResponse as SnsGetDerivedStateResponse, GetInitResponse as SnsGetInitResponse, GetLifecycleResponse as SnsGetLifecycleResponse, GetSaleParametersResponse as SnsGetSaleParametersResponse, InvalidUserAmount as SnsInvalidUserAmount, SnsNeuronRecipe, NeuronsFundParticipationConstraints as SnsNeuronsFundParticipationConstraints, Params as SnsParams, RefreshBuyerTokensResponse as SnsRefreshBuyerTokensResponse, Swap as SnsSwap, BuyerState as SnsSwapBuyerState, DerivedState as SnsSwapDerivedState, Init as SnsSwapInit, Ticket as SnsSwapTicket, TransferableAmount as SnsTransferableAmount, } from "./candid/sns_swap";
|
|
4
4
|
export { fromCandidAction } from "./converters/governance.converters";
|
package/package.json
CHANGED