@herd-labs/sdk 0.5.1 → 0.5.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.
Files changed (46) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +2 -2
  3. package/dist/src/errors.js +1 -1
  4. package/dist/src/live/AdaptersServiceLive.d.ts +2 -2
  5. package/dist/src/live/AgentSafesServiceLive.d.ts +2 -2
  6. package/dist/src/live/AgentWalletsServiceLive.d.ts +2 -2
  7. package/dist/src/live/AgentWorkflowsServiceLive.d.ts +2 -2
  8. package/dist/src/live/AuthServiceLive.d.ts +2 -2
  9. package/dist/src/live/BookmarksServiceLive.d.ts +2 -2
  10. package/dist/src/live/CodeBlocksServiceLive.d.ts +2 -2
  11. package/dist/src/live/CollectionsServiceLive.d.ts +2 -2
  12. package/dist/src/live/ContractsServiceLive.d.ts +2 -2
  13. package/dist/src/live/DocsServiceLive.d.ts +2 -2
  14. package/dist/src/live/DoubleClickServiceLive.d.ts +2 -2
  15. package/dist/src/live/DoubleClickServiceLive.js +31 -5
  16. package/dist/src/live/GroupsServiceLive.d.ts +2 -2
  17. package/dist/src/live/HalServiceLive.d.ts +2 -2
  18. package/dist/src/live/TransactionsServiceLive.d.ts +2 -2
  19. package/dist/src/live/WalletsServiceLive.d.ts +2 -2
  20. package/dist/src/schemas/actions.d.ts +4 -4
  21. package/dist/src/schemas/actions.js +3 -3
  22. package/dist/src/schemas/agent-wallets.d.ts +6 -6
  23. package/dist/src/schemas/agent-wallets.js +1 -1
  24. package/dist/src/schemas/auth.d.ts +1 -1
  25. package/dist/src/schemas/auth.js +1 -1
  26. package/dist/src/schemas/bookmarks.d.ts +4 -4
  27. package/dist/src/schemas/codeblocks.d.ts +2 -2
  28. package/dist/src/schemas/codeblocks.js +2 -2
  29. package/dist/src/schemas/collections.d.ts +3 -3
  30. package/dist/src/schemas/collections.js +3 -3
  31. package/dist/src/schemas/common.d.ts +6 -6
  32. package/dist/src/schemas/common.js +12 -6
  33. package/dist/src/schemas/contracts.d.ts +55 -55
  34. package/dist/src/schemas/contracts.js +21 -21
  35. package/dist/src/schemas/doubleclick.d.ts +53 -7
  36. package/dist/src/schemas/doubleclick.js +11 -2
  37. package/dist/src/schemas/groups.d.ts +7 -7
  38. package/dist/src/schemas/groups.js +5 -5
  39. package/dist/src/schemas/hal.d.ts +16 -16
  40. package/dist/src/schemas/hal.js +5 -5
  41. package/dist/src/schemas/transactions.d.ts +145 -145
  42. package/dist/src/schemas/transactions.js +52 -52
  43. package/dist/src/schemas/wallets.d.ts +137 -137
  44. package/dist/src/schemas/wallets.js +51 -51
  45. package/dist/src/services/DoubleClickService.d.ts +13 -3
  46. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ import { AgentWorkflow, AgentWorkflowDecision, AgentWorkflowDecisionSchema, Agen
15
15
  import { EvaluateExistingParams, EvaluateExistingParamsSchema, EvaluateExistingResponse, EvaluateExistingResponseSchema, EvaluateParams, EvaluateParamsSchema, EvaluateResponse, EvaluateResponseSchema, TransactionStatus, TransactionStatusSchema } from "./src/schemas/hal.js";
16
16
  import { DecodedTrace, LatestEventTransactions, LatestEventTransactionsSchema, LatestFunctionTransactions, LatestFunctionTransactionsSchema, LatestTxParams, LatestTxParamsSchema, Transaction, TransactionQueryResponse, TransactionQueryResponseSchema, TransactionSchema } from "./src/schemas/transactions.js";
17
17
  import { DeployedContract, DeployedContractSchema, DeployedContracts, DeployedContractsPagination, DeployedContractsPaginationSchema, DeployedContractsSchema, Erc7702Delegation, Erc7702DelegationSchema, MultisigDetails, MultisigDetailsSchema, MultisigSigner, MultisigSignerSchema, PendingTransaction, PendingTransactionSchema, TokenActivity, TokenActivityPagination, TokenActivityPaginationSchema, TokenActivityParams, TokenActivityParamsSchema, TokenActivitySchema, TokenBalanceInfo, TokenBalanceInfoSchema, TokenTransfer, TokenTransferSchema, TransactionActivity, TransactionActivityPagination, TransactionActivityPaginationSchema, TransactionActivityQuery, TransactionActivityQuerySchema, TransactionActivitySchema, WalletBalance, WalletBalanceSchema, WalletOverview, WalletOverviewSchema, WalletTransaction, WalletTransactionSchema, WalletTxActionExecution, WalletTxActionExecutionSchema, WalletTxBalanceChange, WalletTxBalanceChangeSchema, WalletTxCall, WalletTxCallSchema, WalletTxTransfer, WalletTxTransferSchema } from "./src/schemas/wallets.js";
18
- import { AccountingCheckNodesParams, AccountingCheckParams, AddIssuerTokenParams, AddSlotParams, BulkVersionReviewParams, ChainAddressParams, ConvertSlotToFixedParams, CreateIssuerParams, DirectionalTraversalParams, DoubleClickJsonResponse, DoubleClickJsonResponseSchema, GetNodeByIdentityParams, GetNodeParams, GraphVersionTarget, GraphVersionTargetSchema, IncludeDraftsParams, IntegrityCheckKey, IntegrityCheckKeySchema, IntegrityCheckParams, IssuerTokensParams, ListCuratedTokensParams, ListResearchRunsParams, LogoBatchParams, MarkResearchRunFailedParams, NodeReadParams, OptionalSlotMethodologyParams, RefreshStaleSlotsForExpansionParams, RefreshStaleSlotsForNodeParams, RegisterTokenParams, SetCuratedParams, SetLogoParams, SetPrimaryTokenParams, SlotMethodologyParams, SlotPathParams, SlotTargetType, SlotTargetTypeSchema, StartResearchRunParams, SubmitResearchGraphParams, TokenMetricsRefreshParams, TraversalParams, TraverseDepth, TraverseDepthSchema, UpdateIssuerParams, UpsertSideMetricsParams, VersionReviewParams } from "./src/schemas/doubleclick.js";
18
+ import { AccountingCheckNodesParams, AccountingCheckParams, AddIssuerTokenParams, AddSlotParams, BulkVersionReviewParams, ChainAddressParams, ConvertSlotToFixedParams, CreateIssuerParams, CreateParamQueryParams, DirectionalTraversalParams, DoubleClickJsonResponse, DoubleClickJsonResponseSchema, ExecuteManyParamQueriesParams, ExecuteParamQueryParams, GetNodeByIdentityParams, GetNodeParams, GraphVersionTarget, GraphVersionTargetSchema, IncludeDraftsParams, IntegrityCheckKey, IntegrityCheckKeySchema, IntegrityCheckParams, IssuerTokensParams, ListCuratedTokensParams, ListResearchRunsParams, LogoBatchParams, MarkResearchRunFailedParams, NodeReadParams, OptionalSlotMethodologyParams, ParamQueryOutputType, ParamQueryOutputTypeSchema, RefreshAllTokensParams, RefreshSingleTokenParams, RefreshStaleSlotsForExpansionParams, RefreshStaleSlotsForNodeParams, RegisterTokenParams, SetCuratedParams, SetLogoParams, SetPrimaryTokenParams, SlotMethodologyParams, SlotPathParams, SlotTargetType, SlotTargetTypeSchema, StartResearchRunParams, SubmitResearchGraphParams, TraversalParams, TraverseDepth, TraverseDepthSchema, UpdateIssuerParams, UpsertSideMetricsParams, VersionReviewParams } from "./src/schemas/doubleclick.js";
19
19
  import { ActionsService } from "./src/services/ActionsService.js";
20
20
  import { AdaptersService } from "./src/services/AdaptersService.js";
21
21
  import { AgentWalletsService } from "./src/services/AgentWalletsService.js";
@@ -48,4 +48,4 @@ import { GroupsServiceLive } from "./src/live/GroupsServiceLive.js";
48
48
  import { HalServiceLive } from "./src/live/HalServiceLive.js";
49
49
  import { TransactionsServiceLive } from "./src/live/TransactionsServiceLive.js";
50
50
  import { WalletsServiceLive } from "./src/live/WalletsServiceLive.js";
51
- export { type AccountingCheckNodesParams, type AccountingCheckParams, type Action, type ActionExpression, ActionExpressionSchema, ActionNotFoundError, ActionSchema, type ActionVersion, ActionVersionSchema, type ActionVersionsResponse, ActionVersionsResponseSchema, type ActionsSearchParams, ActionsSearchParamsSchema, type ActionsSearchResponse, ActionsSearchResponseSchema, ActionsService, ActionsServiceLive, AdaptersService, AdaptersServiceLive, type AddContractBookmarkParams, AddContractBookmarkParamsSchema, type AddIssuerTokenParams, type AddSlotParams, type AddTransactionBookmarkParams, AddTransactionBookmarkParamsSchema, type AddWalletBookmarkParams, AddWalletBookmarkParamsSchema, type AddressDetails, AddressDetailsSchema, type AgentSafe, type AgentSafeMetadata, AgentSafeMetadataSchema, AgentSafeSchema, AgentSafesService, AgentSafesServiceLive, type AgentWallet, type AgentWalletSafe, AgentWalletSafeSchema, type AgentWalletSafesList, AgentWalletSafesListSchema, AgentWalletSchema, type AgentWalletsList, type AgentWalletsListParams, AgentWalletsListParamsSchema, AgentWalletsListSchema, AgentWalletsService, AgentWalletsServiceLive, type AgentWorkflow, type AgentWorkflowDecision, AgentWorkflowDecisionSchema, AgentWorkflowNotFoundError, type AgentWorkflowRun, AgentWorkflowRunNotFoundError, AgentWorkflowRunSchema, AgentWorkflowSchema, type AgentWorkflowWithRuns, AgentWorkflowWithRunsSchema, AgentWorkflowsService, AgentWorkflowsServiceLive, type ApiKey, type ApiKeyListResponse, ApiKeyListResponseSchema, ApiKeySchema, AuthError, AuthService, AuthServiceLive, type Blockchain, BlockchainSchema, type BookmarkObjectType, BookmarkObjectTypeSchema, type BookmarkResponse, BookmarkResponseSchema, type BookmarksList, BookmarksListSchema, BookmarksService, BookmarksServiceLive, type BulkVersionReviewParams, type ChainAddressParams, type CodeBlockCode, CodeBlockCodeSchema, type CodeBlockDefinition, CodeBlockDefinitionSchema, type CodeBlockExecuteResponse, CodeBlockExecuteResponseSchema, type CodeBlockLogEntry, CodeBlockLogEntrySchema, CodeBlockNotFoundError, type CodeBlockVersion, CodeBlockVersionSchema, type CodeBlocksSearchParams, CodeBlocksSearchParamsSchema, type CodeBlocksSearchResponse, CodeBlocksSearchResponseSchema, CodeBlocksService, CodeBlocksServiceLive, type Collection, CollectionNotFoundError, CollectionSchema, type CollectionSpec, type CollectionSpecItem, CollectionSpecItemSchema, CollectionSpecSchema, type CollectionVersion, CollectionVersionSchema, type CollectionsSearchParams, CollectionsSearchParamsSchema, type CollectionsSearchResponse, CollectionsSearchResponseSchema, CollectionsService, CollectionsServiceLive, type ContractBookmark, ContractBookmarkSchema, type ContractCodeMatchBlock, ContractCodeMatchBlockSchema, type ContractCodeSearchResult, ContractCodeSearchResultSchema, type ContractDiff, ContractDiffSchema, type ContractMetadata, ContractMetadataSchema, ContractsService, ContractsServiceLive, type ConvertSlotToFixedParams, type CreateActionParams, CreateActionParamsSchema, type CreateActionResponse, CreateActionResponseSchema, type CreateAdapterParams, CreateAdapterParamsSchema, type CreateAgentWorkflowParams, CreateAgentWorkflowParamsSchema, type CreateAgentWorkflowResponse, CreateAgentWorkflowResponseSchema, type CreateAgentWorkflowRunParams, CreateAgentWorkflowRunParamsSchema, type CreateAgentWorkflowRunResponse, CreateAgentWorkflowRunResponseSchema, type CreateApiKeyParams, CreateApiKeyParamsSchema, type CreateCodeBlockParams, CreateCodeBlockParamsSchema, type CreateCodeBlockResponse, CreateCodeBlockResponseSchema, type CreateCodeVersionParams, CreateCodeVersionParamsSchema, type CreateCodeVersionResponse, CreateCodeVersionResponseSchema, type CreateCollectionParams, CreateCollectionParamsSchema, type CreateCollectionResponse, CreateCollectionResponseSchema, type CreateGroupParams, CreateGroupParamsSchema, type CreateGroupResponse, CreateGroupResponseSchema, type CreateIssuerParams, type CreatedApiKey, CreatedApiKeySchema, type DecodedTrace, type DeleteApiKeyParams, DeleteApiKeyParamsSchema, type DeleteBookmarkParams, DeleteBookmarkParamsSchema, type DeployedContract, DeployedContractSchema, type DeployedContracts, type DeployedContractsPagination, DeployedContractsPaginationSchema, DeployedContractsSchema, type DiffEntry, DiffEntrySchema, type DiffVersionInfo, DiffVersionInfoSchema, type DiffVersionsParams, DiffVersionsParamsSchema, type DirectionalTraversalParams, type DocContent, DocContentSchema, type DocEntry, DocEntrySchema, DocNotFoundError, DocsService, DocsServiceLive, type DoubleClickJsonResponse, DoubleClickJsonResponseSchema, DoubleClickService, DoubleClickServiceLive, type EditAgentSafeMetadataParams, EditAgentSafeMetadataParamsSchema, type EditGroupMetadataParams, EditGroupMetadataParamsSchema, type EditGroupMetadataResponse, EditGroupMetadataResponseSchema, type Erc7702Delegation, Erc7702DelegationSchema, type EvaluateExistingParams, EvaluateExistingParamsSchema, type EvaluateExistingResponse, EvaluateExistingResponseSchema, type EvaluateParams, EvaluateParamsSchema, type EvaluateResponse, EvaluateResponseSchema, type EventSummary, EventSummarySchema, type EvmAddress, EvmAddressSchema, type ExecuteCodeBlockParams, ExecuteCodeBlockParamsSchema, type ExecuteSafeTxParams, ExecuteSafeTxParamsSchema, type ExecuteSafeTxResponse, ExecuteSafeTxResponseSchema, type FeatureFlags, FeatureFlagsSchema, type FunctionSummary, FunctionSummarySchema, type GetActionVersionsParams, GetActionVersionsParamsSchema, type GetAgentWorkflowParams, GetAgentWorkflowParamsSchema, type GetContractCodeParams, GetContractCodeParamsSchema, type GetContractCodeResponse, GetContractCodeResponseSchema, type GetNodeByIdentityParams, type GetNodeParams, type GraphVersionTarget, GraphVersionTargetSchema, type GroupDetails, GroupDetailsSchema, type GroupIdParams, GroupIdParamsSchema, type GroupMember, GroupMemberSchema, GroupNotFoundError, type GroupSummary, GroupSummarySchema, type GroupWallet, GroupWalletSchema, GroupsService, GroupsServiceLive, HalService, HalServiceLive, type HerdConfig, HerdConfigSchema, HerdConfigService, type HistoricalImplementation, HistoricalImplementationSchema, type IncludeDraftsParams, type IntegrityCheckKey, IntegrityCheckKeySchema, type IntegrityCheckParams, type IssuerTokensParams, type LatestEventTransactions, LatestEventTransactionsSchema, type LatestFunctionTransactions, LatestFunctionTransactionsSchema, type LatestTxParams, LatestTxParamsSchema, type LinkedAgentWallet, LinkedAgentWalletSchema, type ListAgentWorkflowsParams, ListAgentWorkflowsParamsSchema, type ListAgentWorkflowsResponse, ListAgentWorkflowsResponseSchema, type ListCuratedTokensParams, type ListGroupsResponse, ListGroupsResponseSchema, type ListResearchRunsParams, type LogoBatchParams, type MarkResearchRunFailedParams, type MultisigDetails, MultisigDetailsSchema, type MultisigSigner, MultisigSignerSchema, type NodeReadParams, type OptionalSlotMethodologyParams, type PaginationParams, PaginationParamsSchema, type PendingTransaction, PendingTransactionSchema, type ProposalResponse, ProposalResponseSchema, type ProposeMemberChangeParams, ProposeMemberChangeParamsSchema, type ProposeQuorumChangeParams, ProposeQuorumChangeParamsSchema, type PublishCodeBlockResponse, PublishCodeBlockResponseSchema, type PublishCodeParams, PublishCodeParamsSchema, type PublishExpressionParams, PublishExpressionParamsSchema, type PublishExpressionResponse, PublishExpressionResponseSchema, type PushAgentWorkflowParams, PushAgentWorkflowParamsSchema, type PushAgentWorkflowResponse, PushAgentWorkflowResponseSchema, type RefreshStaleSlotsForExpansionParams, type RefreshStaleSlotsForNodeParams, type RegisterTokenParams, type RelatedAdapterItem, RelatedAdapterItemSchema, type RelatedAdaptersContract, RelatedAdaptersContractSchema, type RelatedAdaptersFunctionSignature, RelatedAdaptersFunctionSignatureSchema, type RelatedAdaptersResponse, RelatedAdaptersResponseSchema, type RelatedAdaptersSearchParams, RelatedAdaptersSearchParamsSchema, ServiceError, type SetCuratedParams, type SetLogoParams, type SetPrimaryTokenParams, type SetSafeProposerParams, SetSafeProposerParamsSchema, type SetSafeProposerResponse, SetSafeProposerResponseSchema, SimulationError, type SlotMethodologyParams, type SlotPathParams, type SlotTargetType, SlotTargetTypeSchema, type StartResearchRunParams, type SubmitAgentWorkflowDecisionParams, SubmitAgentWorkflowDecisionParamsSchema, type SubmitAgentWorkflowDecisionResponse, SubmitAgentWorkflowDecisionResponseSchema, type SubmitResearchGraphParams, type TokenActivity, type TokenActivityPagination, TokenActivityPaginationSchema, type TokenActivityParams, TokenActivityParamsSchema, TokenActivitySchema, type TokenBalanceInfo, TokenBalanceInfoSchema, type TokenDetails, TokenDetailsSchema, type TokenImage, TokenImageSchema, type TokenMetricsRefreshParams, type TokenResponse, TokenResponseSchema, type TokenTransfer, TokenTransferSchema, type TopHolder, TopHolderSchema, type Transaction, type TransactionActivity, type TransactionActivityPagination, TransactionActivityPaginationSchema, type TransactionActivityQuery, TransactionActivityQuerySchema, TransactionActivitySchema, type TransactionBookmark, TransactionBookmarkSchema, TransactionNotFoundError, type TransactionQueryResponse, TransactionQueryResponseSchema, TransactionSchema, type TransactionStatus, TransactionStatusSchema, TransactionsService, TransactionsServiceLive, type TraversalParams, type TraverseDepth, TraverseDepthSchema, type UpdateActionMetadataParams, UpdateActionMetadataParamsSchema, type UpdateBookmarkLabelParams, UpdateBookmarkLabelParamsSchema, type UpdateCodeBlockMetadataParams, UpdateCodeBlockMetadataParamsSchema, type UpdateCodeParams, UpdateCodeParamsSchema, type UpdateCollectionParams, UpdateCollectionParamsSchema, type UpdateExpressionParams, UpdateExpressionParamsSchema, type UpdateIssuerParams, type UpsertSideMetricsParams, type VersionReviewParams, type WalletBalance, WalletBalanceSchema, type WalletBookmark, WalletBookmarkSchema, type WalletOverview, WalletOverviewSchema, type WalletTransaction, WalletTransactionSchema, type WalletTxActionExecution, WalletTxActionExecutionSchema, type WalletTxBalanceChange, WalletTxBalanceChangeSchema, type WalletTxCall, WalletTxCallSchema, type WalletTxTransfer, WalletTxTransferSchema, WalletsService, WalletsServiceLive, type WhoamiResponse, WhoamiResponseSchema };
51
+ export { type AccountingCheckNodesParams, type AccountingCheckParams, type Action, type ActionExpression, ActionExpressionSchema, ActionNotFoundError, ActionSchema, type ActionVersion, ActionVersionSchema, type ActionVersionsResponse, ActionVersionsResponseSchema, type ActionsSearchParams, ActionsSearchParamsSchema, type ActionsSearchResponse, ActionsSearchResponseSchema, ActionsService, ActionsServiceLive, AdaptersService, AdaptersServiceLive, type AddContractBookmarkParams, AddContractBookmarkParamsSchema, type AddIssuerTokenParams, type AddSlotParams, type AddTransactionBookmarkParams, AddTransactionBookmarkParamsSchema, type AddWalletBookmarkParams, AddWalletBookmarkParamsSchema, type AddressDetails, AddressDetailsSchema, type AgentSafe, type AgentSafeMetadata, AgentSafeMetadataSchema, AgentSafeSchema, AgentSafesService, AgentSafesServiceLive, type AgentWallet, type AgentWalletSafe, AgentWalletSafeSchema, type AgentWalletSafesList, AgentWalletSafesListSchema, AgentWalletSchema, type AgentWalletsList, type AgentWalletsListParams, AgentWalletsListParamsSchema, AgentWalletsListSchema, AgentWalletsService, AgentWalletsServiceLive, type AgentWorkflow, type AgentWorkflowDecision, AgentWorkflowDecisionSchema, AgentWorkflowNotFoundError, type AgentWorkflowRun, AgentWorkflowRunNotFoundError, AgentWorkflowRunSchema, AgentWorkflowSchema, type AgentWorkflowWithRuns, AgentWorkflowWithRunsSchema, AgentWorkflowsService, AgentWorkflowsServiceLive, type ApiKey, type ApiKeyListResponse, ApiKeyListResponseSchema, ApiKeySchema, AuthError, AuthService, AuthServiceLive, type Blockchain, BlockchainSchema, type BookmarkObjectType, BookmarkObjectTypeSchema, type BookmarkResponse, BookmarkResponseSchema, type BookmarksList, BookmarksListSchema, BookmarksService, BookmarksServiceLive, type BulkVersionReviewParams, type ChainAddressParams, type CodeBlockCode, CodeBlockCodeSchema, type CodeBlockDefinition, CodeBlockDefinitionSchema, type CodeBlockExecuteResponse, CodeBlockExecuteResponseSchema, type CodeBlockLogEntry, CodeBlockLogEntrySchema, CodeBlockNotFoundError, type CodeBlockVersion, CodeBlockVersionSchema, type CodeBlocksSearchParams, CodeBlocksSearchParamsSchema, type CodeBlocksSearchResponse, CodeBlocksSearchResponseSchema, CodeBlocksService, CodeBlocksServiceLive, type Collection, CollectionNotFoundError, CollectionSchema, type CollectionSpec, type CollectionSpecItem, CollectionSpecItemSchema, CollectionSpecSchema, type CollectionVersion, CollectionVersionSchema, type CollectionsSearchParams, CollectionsSearchParamsSchema, type CollectionsSearchResponse, CollectionsSearchResponseSchema, CollectionsService, CollectionsServiceLive, type ContractBookmark, ContractBookmarkSchema, type ContractCodeMatchBlock, ContractCodeMatchBlockSchema, type ContractCodeSearchResult, ContractCodeSearchResultSchema, type ContractDiff, ContractDiffSchema, type ContractMetadata, ContractMetadataSchema, ContractsService, ContractsServiceLive, type ConvertSlotToFixedParams, type CreateActionParams, CreateActionParamsSchema, type CreateActionResponse, CreateActionResponseSchema, type CreateAdapterParams, CreateAdapterParamsSchema, type CreateAgentWorkflowParams, CreateAgentWorkflowParamsSchema, type CreateAgentWorkflowResponse, CreateAgentWorkflowResponseSchema, type CreateAgentWorkflowRunParams, CreateAgentWorkflowRunParamsSchema, type CreateAgentWorkflowRunResponse, CreateAgentWorkflowRunResponseSchema, type CreateApiKeyParams, CreateApiKeyParamsSchema, type CreateCodeBlockParams, CreateCodeBlockParamsSchema, type CreateCodeBlockResponse, CreateCodeBlockResponseSchema, type CreateCodeVersionParams, CreateCodeVersionParamsSchema, type CreateCodeVersionResponse, CreateCodeVersionResponseSchema, type CreateCollectionParams, CreateCollectionParamsSchema, type CreateCollectionResponse, CreateCollectionResponseSchema, type CreateGroupParams, CreateGroupParamsSchema, type CreateGroupResponse, CreateGroupResponseSchema, type CreateIssuerParams, type CreateParamQueryParams, type CreatedApiKey, CreatedApiKeySchema, type DecodedTrace, type DeleteApiKeyParams, DeleteApiKeyParamsSchema, type DeleteBookmarkParams, DeleteBookmarkParamsSchema, type DeployedContract, DeployedContractSchema, type DeployedContracts, type DeployedContractsPagination, DeployedContractsPaginationSchema, DeployedContractsSchema, type DiffEntry, DiffEntrySchema, type DiffVersionInfo, DiffVersionInfoSchema, type DiffVersionsParams, DiffVersionsParamsSchema, type DirectionalTraversalParams, type DocContent, DocContentSchema, type DocEntry, DocEntrySchema, DocNotFoundError, DocsService, DocsServiceLive, type DoubleClickJsonResponse, DoubleClickJsonResponseSchema, DoubleClickService, DoubleClickServiceLive, type EditAgentSafeMetadataParams, EditAgentSafeMetadataParamsSchema, type EditGroupMetadataParams, EditGroupMetadataParamsSchema, type EditGroupMetadataResponse, EditGroupMetadataResponseSchema, type Erc7702Delegation, Erc7702DelegationSchema, type EvaluateExistingParams, EvaluateExistingParamsSchema, type EvaluateExistingResponse, EvaluateExistingResponseSchema, type EvaluateParams, EvaluateParamsSchema, type EvaluateResponse, EvaluateResponseSchema, type EventSummary, EventSummarySchema, type EvmAddress, EvmAddressSchema, type ExecuteCodeBlockParams, ExecuteCodeBlockParamsSchema, type ExecuteManyParamQueriesParams, type ExecuteParamQueryParams, type ExecuteSafeTxParams, ExecuteSafeTxParamsSchema, type ExecuteSafeTxResponse, ExecuteSafeTxResponseSchema, type FeatureFlags, FeatureFlagsSchema, type FunctionSummary, FunctionSummarySchema, type GetActionVersionsParams, GetActionVersionsParamsSchema, type GetAgentWorkflowParams, GetAgentWorkflowParamsSchema, type GetContractCodeParams, GetContractCodeParamsSchema, type GetContractCodeResponse, GetContractCodeResponseSchema, type GetNodeByIdentityParams, type GetNodeParams, type GraphVersionTarget, GraphVersionTargetSchema, type GroupDetails, GroupDetailsSchema, type GroupIdParams, GroupIdParamsSchema, type GroupMember, GroupMemberSchema, GroupNotFoundError, type GroupSummary, GroupSummarySchema, type GroupWallet, GroupWalletSchema, GroupsService, GroupsServiceLive, HalService, HalServiceLive, type HerdConfig, HerdConfigSchema, HerdConfigService, type HistoricalImplementation, HistoricalImplementationSchema, type IncludeDraftsParams, type IntegrityCheckKey, IntegrityCheckKeySchema, type IntegrityCheckParams, type IssuerTokensParams, type LatestEventTransactions, LatestEventTransactionsSchema, type LatestFunctionTransactions, LatestFunctionTransactionsSchema, type LatestTxParams, LatestTxParamsSchema, type LinkedAgentWallet, LinkedAgentWalletSchema, type ListAgentWorkflowsParams, ListAgentWorkflowsParamsSchema, type ListAgentWorkflowsResponse, ListAgentWorkflowsResponseSchema, type ListCuratedTokensParams, type ListGroupsResponse, ListGroupsResponseSchema, type ListResearchRunsParams, type LogoBatchParams, type MarkResearchRunFailedParams, type MultisigDetails, MultisigDetailsSchema, type MultisigSigner, MultisigSignerSchema, type NodeReadParams, type OptionalSlotMethodologyParams, type PaginationParams, PaginationParamsSchema, type ParamQueryOutputType, ParamQueryOutputTypeSchema, type PendingTransaction, PendingTransactionSchema, type ProposalResponse, ProposalResponseSchema, type ProposeMemberChangeParams, ProposeMemberChangeParamsSchema, type ProposeQuorumChangeParams, ProposeQuorumChangeParamsSchema, type PublishCodeBlockResponse, PublishCodeBlockResponseSchema, type PublishCodeParams, PublishCodeParamsSchema, type PublishExpressionParams, PublishExpressionParamsSchema, type PublishExpressionResponse, PublishExpressionResponseSchema, type PushAgentWorkflowParams, PushAgentWorkflowParamsSchema, type PushAgentWorkflowResponse, PushAgentWorkflowResponseSchema, type RefreshAllTokensParams, type RefreshSingleTokenParams, type RefreshStaleSlotsForExpansionParams, type RefreshStaleSlotsForNodeParams, type RegisterTokenParams, type RelatedAdapterItem, RelatedAdapterItemSchema, type RelatedAdaptersContract, RelatedAdaptersContractSchema, type RelatedAdaptersFunctionSignature, RelatedAdaptersFunctionSignatureSchema, type RelatedAdaptersResponse, RelatedAdaptersResponseSchema, type RelatedAdaptersSearchParams, RelatedAdaptersSearchParamsSchema, ServiceError, type SetCuratedParams, type SetLogoParams, type SetPrimaryTokenParams, type SetSafeProposerParams, SetSafeProposerParamsSchema, type SetSafeProposerResponse, SetSafeProposerResponseSchema, SimulationError, type SlotMethodologyParams, type SlotPathParams, type SlotTargetType, SlotTargetTypeSchema, type StartResearchRunParams, type SubmitAgentWorkflowDecisionParams, SubmitAgentWorkflowDecisionParamsSchema, type SubmitAgentWorkflowDecisionResponse, SubmitAgentWorkflowDecisionResponseSchema, type SubmitResearchGraphParams, type TokenActivity, type TokenActivityPagination, TokenActivityPaginationSchema, type TokenActivityParams, TokenActivityParamsSchema, TokenActivitySchema, type TokenBalanceInfo, TokenBalanceInfoSchema, type TokenDetails, TokenDetailsSchema, type TokenImage, TokenImageSchema, type TokenResponse, TokenResponseSchema, type TokenTransfer, TokenTransferSchema, type TopHolder, TopHolderSchema, type Transaction, type TransactionActivity, type TransactionActivityPagination, TransactionActivityPaginationSchema, type TransactionActivityQuery, TransactionActivityQuerySchema, TransactionActivitySchema, type TransactionBookmark, TransactionBookmarkSchema, TransactionNotFoundError, type TransactionQueryResponse, TransactionQueryResponseSchema, TransactionSchema, type TransactionStatus, TransactionStatusSchema, TransactionsService, TransactionsServiceLive, type TraversalParams, type TraverseDepth, TraverseDepthSchema, type UpdateActionMetadataParams, UpdateActionMetadataParamsSchema, type UpdateBookmarkLabelParams, UpdateBookmarkLabelParamsSchema, type UpdateCodeBlockMetadataParams, UpdateCodeBlockMetadataParamsSchema, type UpdateCodeParams, UpdateCodeParamsSchema, type UpdateCollectionParams, UpdateCollectionParamsSchema, type UpdateExpressionParams, UpdateExpressionParamsSchema, type UpdateIssuerParams, type UpsertSideMetricsParams, type VersionReviewParams, type WalletBalance, WalletBalanceSchema, type WalletBookmark, WalletBookmarkSchema, type WalletOverview, WalletOverviewSchema, type WalletTransaction, WalletTransactionSchema, type WalletTxActionExecution, WalletTxActionExecutionSchema, type WalletTxBalanceChange, WalletTxBalanceChangeSchema, type WalletTxCall, WalletTxCallSchema, type WalletTxTransfer, WalletTxTransferSchema, WalletsService, WalletsServiceLive, type WhoamiResponse, WhoamiResponseSchema };
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import { AgentWorkflowDecisionSchema, AgentWorkflowRunSchema, AgentWorkflowSchem
15
15
  import { EvaluateExistingParamsSchema, EvaluateExistingResponseSchema, EvaluateParamsSchema, EvaluateResponseSchema, TransactionStatusSchema } from "./src/schemas/hal.js";
16
16
  import { LatestEventTransactionsSchema, LatestFunctionTransactionsSchema, LatestTxParamsSchema, TransactionQueryResponseSchema, TransactionSchema } from "./src/schemas/transactions.js";
17
17
  import { DeployedContractSchema, DeployedContractsPaginationSchema, DeployedContractsSchema, Erc7702DelegationSchema, MultisigDetailsSchema, MultisigSignerSchema, PendingTransactionSchema, TokenActivityPaginationSchema, TokenActivityParamsSchema, TokenActivitySchema, TokenBalanceInfoSchema, TokenTransferSchema, TransactionActivityPaginationSchema, TransactionActivityQuerySchema, TransactionActivitySchema, WalletBalanceSchema, WalletOverviewSchema, WalletTransactionSchema, WalletTxActionExecutionSchema, WalletTxBalanceChangeSchema, WalletTxCallSchema, WalletTxTransferSchema } from "./src/schemas/wallets.js";
18
- import { DoubleClickJsonResponseSchema, GraphVersionTargetSchema, IntegrityCheckKeySchema, SlotTargetTypeSchema, TraverseDepthSchema } from "./src/schemas/doubleclick.js";
18
+ import { DoubleClickJsonResponseSchema, GraphVersionTargetSchema, IntegrityCheckKeySchema, ParamQueryOutputTypeSchema, SlotTargetTypeSchema, TraverseDepthSchema } from "./src/schemas/doubleclick.js";
19
19
  import { ActionsService } from "./src/services/ActionsService.js";
20
20
  import { AdaptersService } from "./src/services/AdaptersService.js";
21
21
  import { AgentWalletsService } from "./src/services/AgentWalletsService.js";
@@ -49,4 +49,4 @@ import { HalServiceLive } from "./src/live/HalServiceLive.js";
49
49
  import { TransactionsServiceLive } from "./src/live/TransactionsServiceLive.js";
50
50
  import { WalletsServiceLive } from "./src/live/WalletsServiceLive.js";
51
51
 
52
- export { ActionExpressionSchema, ActionNotFoundError, ActionSchema, ActionVersionSchema, ActionVersionsResponseSchema, ActionsSearchParamsSchema, ActionsSearchResponseSchema, ActionsService, ActionsServiceLive, AdaptersService, AdaptersServiceLive, AddContractBookmarkParamsSchema, AddTransactionBookmarkParamsSchema, AddWalletBookmarkParamsSchema, AddressDetailsSchema, AgentSafeMetadataSchema, AgentSafeSchema, AgentSafesService, AgentSafesServiceLive, AgentWalletSafeSchema, AgentWalletSafesListSchema, AgentWalletSchema, AgentWalletsListParamsSchema, AgentWalletsListSchema, AgentWalletsService, AgentWalletsServiceLive, AgentWorkflowDecisionSchema, AgentWorkflowNotFoundError, AgentWorkflowRunNotFoundError, AgentWorkflowRunSchema, AgentWorkflowSchema, AgentWorkflowWithRunsSchema, AgentWorkflowsService, AgentWorkflowsServiceLive, ApiKeyListResponseSchema, ApiKeySchema, AuthError, AuthService, AuthServiceLive, BlockchainSchema, BookmarkObjectTypeSchema, BookmarkResponseSchema, BookmarksListSchema, BookmarksService, BookmarksServiceLive, CodeBlockCodeSchema, CodeBlockDefinitionSchema, CodeBlockExecuteResponseSchema, CodeBlockLogEntrySchema, CodeBlockNotFoundError, CodeBlockVersionSchema, CodeBlocksSearchParamsSchema, CodeBlocksSearchResponseSchema, CodeBlocksService, CodeBlocksServiceLive, CollectionNotFoundError, CollectionSchema, CollectionSpecItemSchema, CollectionSpecSchema, CollectionVersionSchema, CollectionsSearchParamsSchema, CollectionsSearchResponseSchema, CollectionsService, CollectionsServiceLive, ContractBookmarkSchema, ContractCodeMatchBlockSchema, ContractCodeSearchResultSchema, ContractDiffSchema, ContractMetadataSchema, ContractsService, ContractsServiceLive, CreateActionParamsSchema, CreateActionResponseSchema, CreateAdapterParamsSchema, CreateAgentWorkflowParamsSchema, CreateAgentWorkflowResponseSchema, CreateAgentWorkflowRunParamsSchema, CreateAgentWorkflowRunResponseSchema, CreateApiKeyParamsSchema, CreateCodeBlockParamsSchema, CreateCodeBlockResponseSchema, CreateCodeVersionParamsSchema, CreateCodeVersionResponseSchema, CreateCollectionParamsSchema, CreateCollectionResponseSchema, CreateGroupParamsSchema, CreateGroupResponseSchema, CreatedApiKeySchema, DeleteApiKeyParamsSchema, DeleteBookmarkParamsSchema, DeployedContractSchema, DeployedContractsPaginationSchema, DeployedContractsSchema, DiffEntrySchema, DiffVersionInfoSchema, DiffVersionsParamsSchema, DocContentSchema, DocEntrySchema, DocNotFoundError, DocsService, DocsServiceLive, DoubleClickJsonResponseSchema, DoubleClickService, DoubleClickServiceLive, EditAgentSafeMetadataParamsSchema, EditGroupMetadataParamsSchema, EditGroupMetadataResponseSchema, Erc7702DelegationSchema, EvaluateExistingParamsSchema, EvaluateExistingResponseSchema, EvaluateParamsSchema, EvaluateResponseSchema, EventSummarySchema, EvmAddressSchema, ExecuteCodeBlockParamsSchema, ExecuteSafeTxParamsSchema, ExecuteSafeTxResponseSchema, FeatureFlagsSchema, FunctionSummarySchema, GetActionVersionsParamsSchema, GetAgentWorkflowParamsSchema, GetContractCodeParamsSchema, GetContractCodeResponseSchema, GraphVersionTargetSchema, GroupDetailsSchema, GroupIdParamsSchema, GroupMemberSchema, GroupNotFoundError, GroupSummarySchema, GroupWalletSchema, GroupsService, GroupsServiceLive, HalService, HalServiceLive, HerdConfigSchema, HerdConfigService, HistoricalImplementationSchema, IntegrityCheckKeySchema, LatestEventTransactionsSchema, LatestFunctionTransactionsSchema, LatestTxParamsSchema, LinkedAgentWalletSchema, ListAgentWorkflowsParamsSchema, ListAgentWorkflowsResponseSchema, ListGroupsResponseSchema, MultisigDetailsSchema, MultisigSignerSchema, PaginationParamsSchema, PendingTransactionSchema, ProposalResponseSchema, ProposeMemberChangeParamsSchema, ProposeQuorumChangeParamsSchema, PublishCodeBlockResponseSchema, PublishCodeParamsSchema, PublishExpressionParamsSchema, PublishExpressionResponseSchema, PushAgentWorkflowParamsSchema, PushAgentWorkflowResponseSchema, RelatedAdapterItemSchema, RelatedAdaptersContractSchema, RelatedAdaptersFunctionSignatureSchema, RelatedAdaptersResponseSchema, RelatedAdaptersSearchParamsSchema, ServiceError, SetSafeProposerParamsSchema, SetSafeProposerResponseSchema, SimulationError, SlotTargetTypeSchema, SubmitAgentWorkflowDecisionParamsSchema, SubmitAgentWorkflowDecisionResponseSchema, TokenActivityPaginationSchema, TokenActivityParamsSchema, TokenActivitySchema, TokenBalanceInfoSchema, TokenDetailsSchema, TokenImageSchema, TokenResponseSchema, TokenTransferSchema, TopHolderSchema, TransactionActivityPaginationSchema, TransactionActivityQuerySchema, TransactionActivitySchema, TransactionBookmarkSchema, TransactionNotFoundError, TransactionQueryResponseSchema, TransactionSchema, TransactionStatusSchema, TransactionsService, TransactionsServiceLive, TraverseDepthSchema, UpdateActionMetadataParamsSchema, UpdateBookmarkLabelParamsSchema, UpdateCodeBlockMetadataParamsSchema, UpdateCodeParamsSchema, UpdateCollectionParamsSchema, UpdateExpressionParamsSchema, WalletBalanceSchema, WalletBookmarkSchema, WalletOverviewSchema, WalletTransactionSchema, WalletTxActionExecutionSchema, WalletTxBalanceChangeSchema, WalletTxCallSchema, WalletTxTransferSchema, WalletsService, WalletsServiceLive, WhoamiResponseSchema };
52
+ export { ActionExpressionSchema, ActionNotFoundError, ActionSchema, ActionVersionSchema, ActionVersionsResponseSchema, ActionsSearchParamsSchema, ActionsSearchResponseSchema, ActionsService, ActionsServiceLive, AdaptersService, AdaptersServiceLive, AddContractBookmarkParamsSchema, AddTransactionBookmarkParamsSchema, AddWalletBookmarkParamsSchema, AddressDetailsSchema, AgentSafeMetadataSchema, AgentSafeSchema, AgentSafesService, AgentSafesServiceLive, AgentWalletSafeSchema, AgentWalletSafesListSchema, AgentWalletSchema, AgentWalletsListParamsSchema, AgentWalletsListSchema, AgentWalletsService, AgentWalletsServiceLive, AgentWorkflowDecisionSchema, AgentWorkflowNotFoundError, AgentWorkflowRunNotFoundError, AgentWorkflowRunSchema, AgentWorkflowSchema, AgentWorkflowWithRunsSchema, AgentWorkflowsService, AgentWorkflowsServiceLive, ApiKeyListResponseSchema, ApiKeySchema, AuthError, AuthService, AuthServiceLive, BlockchainSchema, BookmarkObjectTypeSchema, BookmarkResponseSchema, BookmarksListSchema, BookmarksService, BookmarksServiceLive, CodeBlockCodeSchema, CodeBlockDefinitionSchema, CodeBlockExecuteResponseSchema, CodeBlockLogEntrySchema, CodeBlockNotFoundError, CodeBlockVersionSchema, CodeBlocksSearchParamsSchema, CodeBlocksSearchResponseSchema, CodeBlocksService, CodeBlocksServiceLive, CollectionNotFoundError, CollectionSchema, CollectionSpecItemSchema, CollectionSpecSchema, CollectionVersionSchema, CollectionsSearchParamsSchema, CollectionsSearchResponseSchema, CollectionsService, CollectionsServiceLive, ContractBookmarkSchema, ContractCodeMatchBlockSchema, ContractCodeSearchResultSchema, ContractDiffSchema, ContractMetadataSchema, ContractsService, ContractsServiceLive, CreateActionParamsSchema, CreateActionResponseSchema, CreateAdapterParamsSchema, CreateAgentWorkflowParamsSchema, CreateAgentWorkflowResponseSchema, CreateAgentWorkflowRunParamsSchema, CreateAgentWorkflowRunResponseSchema, CreateApiKeyParamsSchema, CreateCodeBlockParamsSchema, CreateCodeBlockResponseSchema, CreateCodeVersionParamsSchema, CreateCodeVersionResponseSchema, CreateCollectionParamsSchema, CreateCollectionResponseSchema, CreateGroupParamsSchema, CreateGroupResponseSchema, CreatedApiKeySchema, DeleteApiKeyParamsSchema, DeleteBookmarkParamsSchema, DeployedContractSchema, DeployedContractsPaginationSchema, DeployedContractsSchema, DiffEntrySchema, DiffVersionInfoSchema, DiffVersionsParamsSchema, DocContentSchema, DocEntrySchema, DocNotFoundError, DocsService, DocsServiceLive, DoubleClickJsonResponseSchema, DoubleClickService, DoubleClickServiceLive, EditAgentSafeMetadataParamsSchema, EditGroupMetadataParamsSchema, EditGroupMetadataResponseSchema, Erc7702DelegationSchema, EvaluateExistingParamsSchema, EvaluateExistingResponseSchema, EvaluateParamsSchema, EvaluateResponseSchema, EventSummarySchema, EvmAddressSchema, ExecuteCodeBlockParamsSchema, ExecuteSafeTxParamsSchema, ExecuteSafeTxResponseSchema, FeatureFlagsSchema, FunctionSummarySchema, GetActionVersionsParamsSchema, GetAgentWorkflowParamsSchema, GetContractCodeParamsSchema, GetContractCodeResponseSchema, GraphVersionTargetSchema, GroupDetailsSchema, GroupIdParamsSchema, GroupMemberSchema, GroupNotFoundError, GroupSummarySchema, GroupWalletSchema, GroupsService, GroupsServiceLive, HalService, HalServiceLive, HerdConfigSchema, HerdConfigService, HistoricalImplementationSchema, IntegrityCheckKeySchema, LatestEventTransactionsSchema, LatestFunctionTransactionsSchema, LatestTxParamsSchema, LinkedAgentWalletSchema, ListAgentWorkflowsParamsSchema, ListAgentWorkflowsResponseSchema, ListGroupsResponseSchema, MultisigDetailsSchema, MultisigSignerSchema, PaginationParamsSchema, ParamQueryOutputTypeSchema, PendingTransactionSchema, ProposalResponseSchema, ProposeMemberChangeParamsSchema, ProposeQuorumChangeParamsSchema, PublishCodeBlockResponseSchema, PublishCodeParamsSchema, PublishExpressionParamsSchema, PublishExpressionResponseSchema, PushAgentWorkflowParamsSchema, PushAgentWorkflowResponseSchema, RelatedAdapterItemSchema, RelatedAdaptersContractSchema, RelatedAdaptersFunctionSignatureSchema, RelatedAdaptersResponseSchema, RelatedAdaptersSearchParamsSchema, ServiceError, SetSafeProposerParamsSchema, SetSafeProposerResponseSchema, SimulationError, SlotTargetTypeSchema, SubmitAgentWorkflowDecisionParamsSchema, SubmitAgentWorkflowDecisionResponseSchema, TokenActivityPaginationSchema, TokenActivityParamsSchema, TokenActivitySchema, TokenBalanceInfoSchema, TokenDetailsSchema, TokenImageSchema, TokenResponseSchema, TokenTransferSchema, TopHolderSchema, TransactionActivityPaginationSchema, TransactionActivityQuerySchema, TransactionActivitySchema, TransactionBookmarkSchema, TransactionNotFoundError, TransactionQueryResponseSchema, TransactionSchema, TransactionStatusSchema, TransactionsService, TransactionsServiceLive, TraverseDepthSchema, UpdateActionMetadataParamsSchema, UpdateBookmarkLabelParamsSchema, UpdateCodeBlockMetadataParamsSchema, UpdateCodeParamsSchema, UpdateCollectionParamsSchema, UpdateExpressionParamsSchema, WalletBalanceSchema, WalletBookmarkSchema, WalletOverviewSchema, WalletTransactionSchema, WalletTxActionExecutionSchema, WalletTxBalanceChangeSchema, WalletTxCallSchema, WalletTxTransferSchema, WalletsService, WalletsServiceLive, WhoamiResponseSchema };
@@ -9,7 +9,7 @@ import { Schema } from "effect";
9
9
  var ServiceError = class extends Schema.TaggedErrorClass()("ServiceError", {
10
10
  message: Schema.String,
11
11
  metadata: Schema.Record(Schema.String, Schema.Unknown),
12
- cause: Schema.optionalKey(Schema.Defect)
12
+ cause: Schema.optionalKey(Schema.Defect())
13
13
  }) {};
14
14
  var ActionNotFoundError = class extends Schema.TaggedErrorClass()("ActionNotFoundError", { id: Schema.String }) {};
15
15
  var CodeBlockNotFoundError = class extends Schema.TaggedErrorClass()("CodeBlockNotFoundError", { id: Schema.String }) {};
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { AdaptersService } from "../services/AdaptersService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient10 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient1 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/AdaptersServiceLive.d.ts
7
- declare const AdaptersServiceLive: Layer.Layer<AdaptersService, never, HerdConfigService | effect_unstable_http_HttpClient10.HttpClient>;
7
+ declare const AdaptersServiceLive: Layer.Layer<AdaptersService, never, HerdConfigService | effect_unstable_http_HttpClient1.HttpClient>;
8
8
  //#endregion
9
9
  export { AdaptersServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { AgentSafesService } from "../services/AgentSafesService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient3 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient2 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/AgentSafesServiceLive.d.ts
7
- declare const AgentSafesServiceLive: Layer.Layer<AgentSafesService, never, HerdConfigService | effect_unstable_http_HttpClient3.HttpClient>;
7
+ declare const AgentSafesServiceLive: Layer.Layer<AgentSafesService, never, HerdConfigService | effect_unstable_http_HttpClient2.HttpClient>;
8
8
  //#endregion
9
9
  export { AgentSafesServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { AgentWalletsService } from "../services/AgentWalletsService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient4 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient5 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/AgentWalletsServiceLive.d.ts
7
- declare const AgentWalletsServiceLive: Layer.Layer<AgentWalletsService, never, HerdConfigService | effect_unstable_http_HttpClient4.HttpClient>;
7
+ declare const AgentWalletsServiceLive: Layer.Layer<AgentWalletsService, never, HerdConfigService | effect_unstable_http_HttpClient5.HttpClient>;
8
8
  //#endregion
9
9
  export { AgentWalletsServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { AgentWorkflowsService } from "../services/AgentWorkflowsService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient9 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient6 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/AgentWorkflowsServiceLive.d.ts
7
- declare const AgentWorkflowsServiceLive: Layer.Layer<AgentWorkflowsService, never, HerdConfigService | effect_unstable_http_HttpClient9.HttpClient>;
7
+ declare const AgentWorkflowsServiceLive: Layer.Layer<AgentWorkflowsService, never, HerdConfigService | effect_unstable_http_HttpClient6.HttpClient>;
8
8
  //#endregion
9
9
  export { AgentWorkflowsServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { AuthService } from "../services/AuthService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient5 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient11 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/AuthServiceLive.d.ts
7
- declare const AuthServiceLive: Layer.Layer<AuthService, never, HerdConfigService | effect_unstable_http_HttpClient5.HttpClient>;
7
+ declare const AuthServiceLive: Layer.Layer<AuthService, never, HerdConfigService | effect_unstable_http_HttpClient11.HttpClient>;
8
8
  //#endregion
9
9
  export { AuthServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { BookmarksService } from "../services/BookmarksService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient6 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient7 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/BookmarksServiceLive.d.ts
7
- declare const BookmarksServiceLive: Layer.Layer<BookmarksService, never, HerdConfigService | effect_unstable_http_HttpClient6.HttpClient>;
7
+ declare const BookmarksServiceLive: Layer.Layer<BookmarksService, never, HerdConfigService | effect_unstable_http_HttpClient7.HttpClient>;
8
8
  //#endregion
9
9
  export { BookmarksServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { CodeBlocksService } from "../services/CodeBlocksService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient2 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient10 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/CodeBlocksServiceLive.d.ts
7
- declare const CodeBlocksServiceLive: Layer.Layer<CodeBlocksService, never, HerdConfigService | effect_unstable_http_HttpClient2.HttpClient>;
7
+ declare const CodeBlocksServiceLive: Layer.Layer<CodeBlocksService, never, HerdConfigService | effect_unstable_http_HttpClient10.HttpClient>;
8
8
  //#endregion
9
9
  export { CodeBlocksServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { CollectionsService } from "../services/CollectionsService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient1 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient13 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/CollectionsServiceLive.d.ts
7
- declare const CollectionsServiceLive: Layer.Layer<CollectionsService, never, HerdConfigService | effect_unstable_http_HttpClient1.HttpClient>;
7
+ declare const CollectionsServiceLive: Layer.Layer<CollectionsService, never, HerdConfigService | effect_unstable_http_HttpClient13.HttpClient>;
8
8
  //#endregion
9
9
  export { CollectionsServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { ContractsService } from "../services/ContractsService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient12 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient9 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/ContractsServiceLive.d.ts
7
- declare const ContractsServiceLive: Layer.Layer<ContractsService, never, HerdConfigService | effect_unstable_http_HttpClient12.HttpClient>;
7
+ declare const ContractsServiceLive: Layer.Layer<ContractsService, never, HerdConfigService | effect_unstable_http_HttpClient9.HttpClient>;
8
8
  //#endregion
9
9
  export { ContractsServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { DocsService } from "../services/DocsService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient13 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient8 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/DocsServiceLive.d.ts
7
- declare const DocsServiceLive: Layer.Layer<DocsService, never, HerdConfigService | effect_unstable_http_HttpClient13.HttpClient>;
7
+ declare const DocsServiceLive: Layer.Layer<DocsService, never, HerdConfigService | effect_unstable_http_HttpClient8.HttpClient>;
8
8
  //#endregion
9
9
  export { DocsServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { DoubleClickService } from "../services/DoubleClickService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient8 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient12 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/DoubleClickServiceLive.d.ts
7
- declare const DoubleClickServiceLive: Layer.Layer<DoubleClickService, never, HerdConfigService | effect_unstable_http_HttpClient8.HttpClient>;
7
+ declare const DoubleClickServiceLive: Layer.Layer<DoubleClickService, never, HerdConfigService | effect_unstable_http_HttpClient12.HttpClient>;
8
8
  //#endregion
9
9
  export { DoubleClickServiceLive };
@@ -40,8 +40,30 @@ const DoubleClickServiceLive = Layer.effect(DoubleClickService, Effect.gen(funct
40
40
  methodology: params.methodology
41
41
  }, "Failed to convert slot to fixed"),
42
42
  convertSlotToNotPriced: (params) => patchJson(`/v1/param-queries/slots/${params.targetType}/${params.targetId}/${params.slotName}/to-not-priced`, { methodology: params.methodology }, "Failed to convert slot to not priced"),
43
+ createForumThread: (params) => postJson("/v1/forum/threads", {
44
+ body: params.body,
45
+ agentName: params.agentName,
46
+ agentModel: params.agentModel
47
+ }, "Failed to create forum thread"),
43
48
  createIssuer: (params) => postJson("/v1/display-tokens/issuers", params, "Failed to create issuer"),
49
+ createParamQuery: (params) => postJson("/v1/param-queries/", params, "Failed to create param query"),
50
+ executeParamQuery: (params) => postJson(`/v1/param-queries/${params.queryId}/execute`, {
51
+ existingRunId: params.existingRunId,
52
+ slotName: params.slotName,
53
+ targetId: params.targetId,
54
+ targetType: params.targetType
55
+ }, "Failed to execute param query"),
56
+ executeManyParamQueries: (params) => postJson("/v1/param-queries/execute-many", params, "Failed to execute param queries"),
57
+ repointParamQueryToLatest: (params) => postJson(`/v1/param-queries/${params.oldQueryId}/repoint-to-latest`, {
58
+ description: params.description,
59
+ name: params.name,
60
+ newBase: params.newBase,
61
+ retireReason: params.retireReason,
62
+ targets: params.targets
63
+ }, "Failed to repoint param query to latest base"),
44
64
  getAssembledNode: (params) => getJson(`/v1/balance-graph/nodes/${params.nodeId}/assembled`, void 0, "Failed to get assembled node"),
65
+ getForumItem: (params) => getJson(`/v1/forum/items/${params.itemId}`, void 0, "Failed to get forum item"),
66
+ getForumThread: (rootThreadId) => getJson(`/v1/forum/threads/${rootThreadId}`, void 0, "Failed to get forum thread"),
45
67
  getIssuer: (slug) => getJson(`/v1/display-tokens/issuers/${slug}`, void 0, "Failed to get issuer"),
46
68
  getLogo: (params) => getJson("/v1/display-tokens/logos", params, "Failed to get logo"),
47
69
  getLogoBatch: (params) => postJson("/v1/display-tokens/logos/batch", params, "Failed to get logo batch"),
@@ -60,6 +82,8 @@ const DoubleClickServiceLive = Layer.effect(DoubleClickService, Effect.gen(funct
60
82
  integrityCheck: (params) => getJson(`/v1/integrity/${params.key}`, { includeDrafts: params.includeDrafts }, "Failed to run integrity check"),
61
83
  integritySummary: (params) => getJson("/v1/integrity/summary", { includeDrafts: params?.includeDrafts }, "Failed to get integrity summary"),
62
84
  listCuratedTokens: (params) => getJson("/v1/display-tokens/curated", params, "Failed to list curated tokens"),
85
+ listForumItemVersions: (params) => getJson(`/v1/forum/items/${params.itemId}/versions`, void 0, "Failed to list forum item versions"),
86
+ listForumThreads: getJson("/v1/forum/threads", void 0, "Failed to list forum threads"),
63
87
  listEdgesForNode: (params) => getJson(`/v1/balance-graph/nodes/${params.nodeId}/edges`, { adminLive: params.adminLive }, "Failed to list graph node edges"),
64
88
  listIssuerTokenLinks: getJson("/v1/display-tokens/issuer-token-links", void 0, "Failed to list issuer token links"),
65
89
  listIssuerTokens: (params) => getJson(`/v1/display-tokens/issuers/${params.slug}/tokens`, { include: params.include }, "Failed to list issuer tokens"),
@@ -70,16 +94,17 @@ const DoubleClickServiceLive = Layer.effect(DoubleClickService, Effect.gen(funct
70
94
  listResearchRuns: (params) => getJson("/v1/balance-graph-research/runs", params, "Failed to list research runs"),
71
95
  markResearchRunCompleted: (runId) => postJson(`/v1/balance-graph-research/runs/${runId}/mark-completed`, {}, "Failed to mark research run complete"),
72
96
  markResearchRunFailed: (params) => postJson(`/v1/balance-graph-research/runs/${params.runId}/mark-failed`, { reason: params.reason }, "Failed to mark research run failed"),
73
- refreshAllCuratedMetrics: (params = {}) => postJson("/v1/display-tokens/metrics/refresh-all", params, "Failed to refresh all curated metrics"),
97
+ refreshAllTokens: (params = {}) => postJson("/v1/display-tokens/tokens/refresh-all", params, "Failed to refresh all tokens"),
74
98
  refreshStaleSlotsForExpansion: (params) => postJson("/v1/param-queries/refresh-stale-slots/expansion", params, "Failed to refresh expansion slots"),
75
99
  refreshStaleSlotsForNode: (params) => postJson(`/v1/param-queries/nodes/${params.nodeId}/refresh-stale-slots`, {
76
100
  staleMs: params.staleMs,
77
101
  adminLive: params.adminLive
78
102
  }, "Failed to refresh node slots"),
79
- refreshTokenMetrics: (params) => postJsonQuery(`/v1/display-tokens/tokens/${params.nodeId}/refresh-metrics`, {
80
- side: params.side,
81
- maxAgeMs: params.maxAgeMs
82
- }, {}, "Failed to refresh token metrics"),
103
+ refreshSingleToken: (params) => postJsonQuery(`/v1/display-tokens/tokens/${params.nodeId}/refresh`, {
104
+ adminLive: params.adminLive,
105
+ maxAgeMs: params.maxAgeMs,
106
+ side: params.side
107
+ }, {}, "Failed to refresh token"),
83
108
  registerToken: (params) => postJson("/v1/display-tokens/register", params, "Failed to register token"),
84
109
  removeSlot: (params) => deleteJson(`/v1/param-queries/slots/${params.targetType}/${params.targetId}/${params.slotName}`, "Failed to remove slot"),
85
110
  revertVersionToDraft: (params) => patchJson(`${reviewPath(params.target)}/${params.versionId}/revert-to-draft`, {}, "Failed to revert graph version to draft"),
@@ -97,6 +122,7 @@ const DoubleClickServiceLive = Layer.effect(DoubleClickService, Effect.gen(funct
97
122
  }, "Failed to submit research graph"),
98
123
  traverseDeep: (params) => postJson("/v1/balance-graph/traversal/deep", params, "Failed to traverse graph"),
99
124
  traverseDirectional: (params) => postJson("/v1/balance-graph/traversal/directional", params, "Failed to traverse directional graph"),
125
+ updateForumItem: (params) => patchJson(`/v1/forum/items/${params.itemId}`, { body: params.body }, "Failed to update forum item"),
100
126
  updateIssuer: (params) => {
101
127
  const { slug, ...body } = params;
102
128
  return patchJson(`/v1/display-tokens/issuers/${slug}`, body, "Failed to update issuer");
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { GroupsService } from "../services/GroupsService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient7 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient0 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/GroupsServiceLive.d.ts
7
- declare const GroupsServiceLive: Layer.Layer<GroupsService, never, HerdConfigService | effect_unstable_http_HttpClient7.HttpClient>;
7
+ declare const GroupsServiceLive: Layer.Layer<GroupsService, never, HerdConfigService | effect_unstable_http_HttpClient0.HttpClient>;
8
8
  //#endregion
9
9
  export { GroupsServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { HalService } from "../services/HalService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient11 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient14 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/HalServiceLive.d.ts
7
- declare const HalServiceLive: Layer.Layer<HalService, never, HerdConfigService | effect_unstable_http_HttpClient11.HttpClient>;
7
+ declare const HalServiceLive: Layer.Layer<HalService, never, HerdConfigService | effect_unstable_http_HttpClient14.HttpClient>;
8
8
  //#endregion
9
9
  export { HalServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { TransactionsService } from "../services/TransactionsService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient14 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient4 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/TransactionsServiceLive.d.ts
7
- declare const TransactionsServiceLive: Layer.Layer<TransactionsService, never, HerdConfigService | effect_unstable_http_HttpClient14.HttpClient>;
7
+ declare const TransactionsServiceLive: Layer.Layer<TransactionsService, never, HerdConfigService | effect_unstable_http_HttpClient4.HttpClient>;
8
8
  //#endregion
9
9
  export { TransactionsServiceLive };
@@ -1,9 +1,9 @@
1
1
  import { HerdConfigService } from "../config.js";
2
2
  import { WalletsService } from "../services/WalletsService.js";
3
3
  import { Layer } from "effect";
4
- import * as effect_unstable_http_HttpClient0 from "effect/unstable/http/HttpClient";
4
+ import * as effect_unstable_http_HttpClient3 from "effect/unstable/http/HttpClient";
5
5
 
6
6
  //#region src/live/WalletsServiceLive.d.ts
7
- declare const WalletsServiceLive: Layer.Layer<WalletsService, never, HerdConfigService | effect_unstable_http_HttpClient0.HttpClient>;
7
+ declare const WalletsServiceLive: Layer.Layer<WalletsService, never, HerdConfigService | effect_unstable_http_HttpClient3.HttpClient>;
8
8
  //#endregion
9
9
  export { WalletsServiceLive };
@@ -37,8 +37,8 @@ declare const ActionsSearchParamsSchema: Schema.Struct<{
37
37
  readonly name: Schema.optional<Schema.String>;
38
38
  readonly expressionType: Schema.optional<Schema.Literals<readonly ["action", "adapter"]>>;
39
39
  }>>;
40
- readonly limit: Schema.Number;
41
- readonly offset: Schema.Number;
40
+ readonly limit: Schema.Finite;
41
+ readonly offset: Schema.Finite;
42
42
  readonly scope: Schema.$Array<Schema.Literals<readonly ["yours", "all_published", "verified"]>>;
43
43
  }>;
44
44
  type ActionsSearchParams = typeof ActionsSearchParamsSchema.Type;
@@ -58,7 +58,7 @@ declare const ActionsSearchResponseSchema: Schema.Struct<{
58
58
  readonly name: Schema.String;
59
59
  }>>;
60
60
  readonly nextCursor: Schema.optional<Schema.NullOr<Schema.String>>;
61
- readonly totalCount: Schema.optional<Schema.Number>;
61
+ readonly totalCount: Schema.optional<Schema.Finite>;
62
62
  }>;
63
63
  type ActionsSearchResponse = typeof ActionsSearchResponseSchema.Type;
64
64
  declare const ActionVersionsResponseSchema: Schema.Struct<{
@@ -137,7 +137,7 @@ type RelatedAdaptersResponse = typeof RelatedAdaptersResponseSchema.Type;
137
137
  declare const RelatedAdaptersSearchParamsSchema: Schema.Struct<{
138
138
  readonly contracts: Schema.$Array<Schema.Struct<{
139
139
  readonly address: Schema.brand<Schema.String, "EvmAddress">;
140
- readonly blockchain: Schema.optional<Schema.Literals<readonly ["ethereum", "base"]>>;
140
+ readonly blockchain: Schema.optional<Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>>;
141
141
  readonly functionSignatures: Schema.optional<Schema.$Array<Schema.String>>;
142
142
  }>>;
143
143
  readonly scope: Schema.$Array<Schema.Literals<readonly ["yours", "verified"]>>;
@@ -29,11 +29,11 @@ const ActionsSearchParamsSchema = Schema.Struct({
29
29
  name: Schema.optional(Schema.String),
30
30
  expressionType: Schema.optional(Schema.Literals(["action", "adapter"]))
31
31
  })),
32
- limit: Schema.Number.check(Schema.isBetween({
32
+ limit: Schema.Finite.check(Schema.isBetween({
33
33
  minimum: 1,
34
34
  maximum: 100
35
35
  })),
36
- offset: Schema.Number,
36
+ offset: Schema.Finite,
37
37
  scope: Schema.Array(Schema.Literals([
38
38
  "yours",
39
39
  "all_published",
@@ -43,7 +43,7 @@ const ActionsSearchParamsSchema = Schema.Struct({
43
43
  const ActionsSearchResponseSchema = Schema.Struct({
44
44
  items: Schema.Array(ActionSchema),
45
45
  nextCursor: Schema.optional(Schema.NullOr(Schema.String)),
46
- totalCount: Schema.optional(Schema.Number)
46
+ totalCount: Schema.optional(Schema.Finite)
47
47
  });
48
48
  const ActionVersionsResponseSchema = Schema.Struct({ versionsByActionId: Schema.Record(Schema.String, Schema.Array(ActionVersionSchema)) });
49
49
  const RelatedAdapterItemSchema = Schema.Struct({
@@ -10,7 +10,7 @@ declare const AgentWalletSchema: Schema.Struct<{
10
10
  }>;
11
11
  type AgentWallet = typeof AgentWalletSchema.Type;
12
12
  declare const AgentWalletSafeSchema: Schema.Struct<{
13
- readonly blockchain: Schema.Literals<readonly ["ethereum", "base"]>;
13
+ readonly blockchain: Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>;
14
14
  readonly intent: Schema.NullOr<Schema.String>;
15
15
  readonly isProposer: Schema.Boolean;
16
16
  readonly isSigner: Schema.Boolean;
@@ -28,7 +28,7 @@ declare const LinkedAgentWalletSchema: Schema.Struct<{
28
28
  }>;
29
29
  type LinkedAgentWallet = typeof LinkedAgentWalletSchema.Type;
30
30
  declare const AgentSafeMetadataSchema: Schema.Struct<{
31
- readonly blockchain: Schema.Literals<readonly ["ethereum", "base"]>;
31
+ readonly blockchain: Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>;
32
32
  readonly intent: Schema.NullOr<Schema.String>;
33
33
  readonly name: Schema.NullOr<Schema.String>;
34
34
  readonly safeAddress: Schema.brand<Schema.String, "EvmAddress">;
@@ -50,7 +50,7 @@ declare const AgentWalletsListSchema: Schema.Struct<{
50
50
  type AgentWalletsList = typeof AgentWalletsListSchema.Type;
51
51
  declare const AgentWalletSafesListSchema: Schema.Struct<{
52
52
  readonly safes: Schema.$Array<Schema.Struct<{
53
- readonly blockchain: Schema.Literals<readonly ["ethereum", "base"]>;
53
+ readonly blockchain: Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>;
54
54
  readonly intent: Schema.NullOr<Schema.String>;
55
55
  readonly isProposer: Schema.Boolean;
56
56
  readonly isSigner: Schema.Boolean;
@@ -60,7 +60,7 @@ declare const AgentWalletSafesListSchema: Schema.Struct<{
60
60
  }>;
61
61
  type AgentWalletSafesList = typeof AgentWalletSafesListSchema.Type;
62
62
  declare const AgentSafeSchema: Schema.Struct<{
63
- readonly blockchain: Schema.Literals<readonly ["ethereum", "base"]>;
63
+ readonly blockchain: Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>;
64
64
  readonly intent: Schema.NullOr<Schema.String>;
65
65
  readonly linkedAgentWallets: Schema.$Array<Schema.Struct<{
66
66
  readonly address: Schema.brand<Schema.String, "EvmAddress">;
@@ -74,7 +74,7 @@ declare const AgentSafeSchema: Schema.Struct<{
74
74
  readonly owners: Schema.$Array<Schema.brand<Schema.String, "EvmAddress">>;
75
75
  readonly safeAddress: Schema.brand<Schema.String, "EvmAddress">;
76
76
  readonly safeUrl: Schema.String;
77
- readonly threshold: Schema.Number;
77
+ readonly threshold: Schema.Finite;
78
78
  }>;
79
79
  type AgentSafe = typeof AgentSafeSchema.Type;
80
80
  declare const SetSafeProposerParamsSchema: Schema.Struct<{
@@ -85,7 +85,7 @@ declare const SetSafeProposerParamsSchema: Schema.Struct<{
85
85
  type SetSafeProposerParams = typeof SetSafeProposerParamsSchema.Type;
86
86
  declare const SetSafeProposerResponseSchema: Schema.Struct<{
87
87
  readonly agentWalletAddress: Schema.brand<Schema.String, "EvmAddress">;
88
- readonly blockchain: Schema.Literals<readonly ["ethereum", "base"]>;
88
+ readonly blockchain: Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>;
89
89
  readonly intent: Schema.NullOr<Schema.String>;
90
90
  readonly isProposer: Schema.Boolean;
91
91
  readonly isSigner: Schema.Boolean;
@@ -43,7 +43,7 @@ const AgentSafeSchema = Schema.Struct({
43
43
  owners: Schema.Array(EvmAddressSchema),
44
44
  safeAddress: EvmAddressSchema,
45
45
  safeUrl: Schema.String,
46
- threshold: Schema.Number
46
+ threshold: Schema.Finite
47
47
  });
48
48
  const SetSafeProposerParamsSchema = Schema.Struct({
49
49
  agentWalletAddress: EvmAddressSchema,
@@ -18,7 +18,7 @@ declare const WhoamiResponseSchema: Schema.Struct<{
18
18
  type WhoamiResponse = typeof WhoamiResponseSchema.Type;
19
19
  declare const TokenResponseSchema: Schema.Struct<{
20
20
  readonly accessToken: Schema.String;
21
- readonly expiresIn: Schema.Number;
21
+ readonly expiresIn: Schema.Finite;
22
22
  readonly refreshToken: Schema.String;
23
23
  readonly tokenType: Schema.String;
24
24
  }>;
@@ -12,7 +12,7 @@ const WhoamiResponseSchema = Schema.Struct({
12
12
  });
13
13
  const TokenResponseSchema = Schema.Struct({
14
14
  accessToken: Schema.String,
15
- expiresIn: Schema.Number,
15
+ expiresIn: Schema.Finite,
16
16
  refreshToken: Schema.String,
17
17
  tokenType: Schema.String
18
18
  });
@@ -69,12 +69,12 @@ declare const BookmarkResponseSchema: Schema.Struct<{
69
69
  type BookmarkResponse = typeof BookmarkResponseSchema.Type;
70
70
  declare const AddContractBookmarkParamsSchema: Schema.Struct<{
71
71
  readonly address: Schema.brand<Schema.String, "EvmAddress">;
72
- readonly blockchain: Schema.Literals<readonly ["ethereum", "base"]>;
72
+ readonly blockchain: Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>;
73
73
  readonly label: Schema.optional<Schema.String>;
74
74
  }>;
75
75
  type AddContractBookmarkParams = typeof AddContractBookmarkParamsSchema.Type;
76
76
  declare const AddTransactionBookmarkParamsSchema: Schema.Struct<{
77
- readonly blockchain: Schema.Literals<readonly ["ethereum", "base"]>;
77
+ readonly blockchain: Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>;
78
78
  readonly label: Schema.optional<Schema.String>;
79
79
  readonly txHash: Schema.String;
80
80
  }>;
@@ -86,7 +86,7 @@ declare const AddWalletBookmarkParamsSchema: Schema.Struct<{
86
86
  type AddWalletBookmarkParams = typeof AddWalletBookmarkParamsSchema.Type;
87
87
  declare const UpdateBookmarkLabelParamsSchema: Schema.Struct<{
88
88
  readonly address: Schema.optional<Schema.String>;
89
- readonly blockchain: Schema.optional<Schema.Literals<readonly ["ethereum", "base"]>>;
89
+ readonly blockchain: Schema.optional<Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>>;
90
90
  readonly label: Schema.NullOr<Schema.String>;
91
91
  readonly objectType: Schema.Literals<readonly ["contract", "transaction", "wallet"]>;
92
92
  readonly txHash: Schema.optional<Schema.String>;
@@ -94,7 +94,7 @@ declare const UpdateBookmarkLabelParamsSchema: Schema.Struct<{
94
94
  type UpdateBookmarkLabelParams = typeof UpdateBookmarkLabelParamsSchema.Type;
95
95
  declare const DeleteBookmarkParamsSchema: Schema.Struct<{
96
96
  readonly address: Schema.optional<Schema.String>;
97
- readonly blockchain: Schema.optional<Schema.Literals<readonly ["ethereum", "base"]>>;
97
+ readonly blockchain: Schema.optional<Schema.Literals<readonly ["ethereum", "base", "bsc", "arbitrum", "monad"]>>;
98
98
  readonly objectType: Schema.Literals<readonly ["contract", "transaction", "wallet"]>;
99
99
  readonly txHash: Schema.optional<Schema.String>;
100
100
  }>;
@@ -45,7 +45,7 @@ declare const CodeBlocksSearchParamsSchema: Schema.Struct<{
45
45
  readonly filters: Schema.optional<Schema.Struct<{
46
46
  readonly name: Schema.optional<Schema.String>;
47
47
  }>>;
48
- readonly limit: Schema.Number;
48
+ readonly limit: Schema.Finite;
49
49
  readonly scope: Schema.Literals<readonly ["user", "public"]>;
50
50
  }>;
51
51
  type CodeBlocksSearchParams = typeof CodeBlocksSearchParamsSchema.Type;
@@ -98,7 +98,7 @@ declare const CodeBlockLogEntrySchema: Schema.Struct<{
98
98
  type CodeBlockLogEntry = typeof CodeBlockLogEntrySchema.Type;
99
99
  declare const CodeBlockExecuteResponseSchema: Schema.Struct<{
100
100
  readonly error: Schema.optional<Schema.Struct<{
101
- readonly status: Schema.optional<Schema.Number>;
101
+ readonly status: Schema.optional<Schema.Finite>;
102
102
  readonly message: Schema.String;
103
103
  readonly body: Schema.optional<Schema.Unknown>;
104
104
  }>>;
@@ -27,7 +27,7 @@ const CodeBlockDefinitionSchema = Schema.Struct({
27
27
  const CodeBlocksSearchParamsSchema = Schema.Struct({
28
28
  cursor: Schema.optional(Schema.String),
29
29
  filters: Schema.optional(Schema.Struct({ name: Schema.optional(Schema.String) })),
30
- limit: Schema.Number,
30
+ limit: Schema.Finite,
31
31
  scope: Schema.Literals(["user", "public"])
32
32
  });
33
33
  const CodeBlocksSearchResponseSchema = Schema.Struct({
@@ -55,7 +55,7 @@ const CodeBlockLogEntrySchema = Schema.Struct({
55
55
  });
56
56
  const CodeBlockExecuteResponseSchema = Schema.Struct({
57
57
  error: Schema.optional(Schema.Struct({
58
- status: Schema.optional(Schema.Number),
58
+ status: Schema.optional(Schema.Finite),
59
59
  message: Schema.String,
60
60
  body: Schema.optional(Schema.Unknown)
61
61
  })),