bitbadgesjs-sdk 0.3.99 → 0.3.100

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.mts CHANGED
@@ -2043,6 +2043,17 @@ interface UniversalPermissionDetails {
2043
2043
  permanentlyForbiddenTimes: UintRangeArray<bigint>;
2044
2044
  arbitraryValue: any;
2045
2045
  }
2046
+ interface Overlap {
2047
+ overlap: UniversalPermissionDetails;
2048
+ firstDetails: UniversalPermissionDetails;
2049
+ secondDetails: UniversalPermissionDetails;
2050
+ }
2051
+ declare function getOverlapsAndNonOverlaps(firstDetails: UniversalPermissionDetails[], secondDetails: UniversalPermissionDetails[]): [Overlap[], UniversalPermissionDetails[], UniversalPermissionDetails[]];
2052
+ declare function universalRemoveOverlapFromValues(handled: UniversalPermissionDetails, valuesToCheck: UniversalPermissionDetails[]): [UniversalPermissionDetails[], UniversalPermissionDetails[]];
2053
+ declare function universalRemoveOverlaps(handled: UniversalPermissionDetails, valueToCheck: UniversalPermissionDetails): [UniversalPermissionDetails[], UniversalPermissionDetails[]];
2054
+ declare function GetUintRangesWithOptions(_ranges: UintRangeArray<bigint>, uses: boolean): UintRangeArray<bigint>;
2055
+ declare function GetListIdWithOptions(listId: string, uses?: boolean): string;
2056
+ declare function GetListWithOptions(_list: AddressList, uses: boolean): AddressList;
2046
2057
  interface UsedFlags {
2047
2058
  usesBadgeIds: boolean;
2048
2059
  usesTimelineTimes: boolean;
@@ -2055,6 +2066,27 @@ interface UsedFlags {
2055
2066
  usesAmountTrackerIdList: boolean;
2056
2067
  usesChallengeTrackerIdList: boolean;
2057
2068
  }
2069
+ declare const ActionPermissionUsedFlags: UsedFlags;
2070
+ declare const TimedUpdatePermissionUsedFlags: UsedFlags;
2071
+ declare const TimedUpdateWithBadgeIdsPermissionUsedFlags: UsedFlags;
2072
+ declare const BalancesActionPermissionUsedFlags: UsedFlags;
2073
+ declare const ApprovalPermissionUsedFlags: UsedFlags;
2074
+ declare function GetFirstMatchOnly(permissions: UniversalPermission[], handleAllPossibleCombinations?: boolean, usesFlags?: UsedFlags): UniversalPermissionDetails[];
2075
+ interface MergedUniversalPermissionDetails {
2076
+ badgeIds: UintRangeArray<bigint>;
2077
+ timelineTimes: UintRangeArray<bigint>;
2078
+ transferTimes: UintRangeArray<bigint>;
2079
+ ownershipTimes: UintRangeArray<bigint>;
2080
+ toList: AddressList;
2081
+ fromList: AddressList;
2082
+ initiatedByList: AddressList;
2083
+ approvalIdList: AddressList;
2084
+ permanentlyPermittedTimes: UintRangeArray<bigint>;
2085
+ permanentlyForbiddenTimes: UintRangeArray<bigint>;
2086
+ arbitraryValue: any;
2087
+ }
2088
+ declare function MergeUniversalPermissionDetails(permissions: UniversalPermissionDetails[], doNotMerge?: boolean): MergedUniversalPermissionDetails[];
2089
+ declare function ValidateUniversalPermissionUpdate(oldPermissions: UniversalPermissionDetails[], newPermissions: UniversalPermissionDetails[]): Error | null;
2058
2090
 
2059
2091
  declare class UserPermissions<T extends NumberType> extends BaseNumberTypeClass<UserPermissions<T>> implements iUserPermissions<T> {
2060
2092
  canUpdateOutgoingApprovals: UserOutgoingApprovalPermission<T>[];
@@ -22132,4 +22164,4 @@ declare global {
22132
22164
  }
22133
22165
  }
22134
22166
 
22135
- export { AccessTokenDoc, AccountDoc, type AccountFetchDetails, type AccountMap, type AccountViewKey, ActionPermission$1 as ActionPermission, ActivityDoc, type AddApprovalDetailsToOffChainStoragePayload, AddApprovalDetailsToOffChainStorageSuccessResponse, type AddBalancesToOffChainStoragePayload, AddBalancesToOffChainStorageSuccessResponse, type AddReviewPayload, AddReviewSuccessResponse, type AddToIpfsPayload, AddToIpfsSuccessResponse, AddressList, AddressListDoc, AirdropDoc, AmountTrackerIdDetails, ApprovalAmounts, ApprovalCriteria, ApprovalCriteriaWithDetails, ApprovalIdentifierDetails, ApprovalInfoDetails, ApprovalTrackerDoc, Attestation, AttestationDoc, AttestationProofDoc, AttestationsProof, type Attribute$1 as Attribute, AuthorizationCodeDoc, BETANET_CHAIN_DETAILS, BadgeMetadata, BadgeMetadataDetails, BadgeMetadataTimeline, BadgeMetadataTimelineWithDetails, Balance$1 as Balance, BalanceArray, BalanceDoc, BalanceDocWithDetails, BalancesActionPermission, BaseBitBadgesApi, BaseNumberTypeClass, BatchBadgeDetails, BatchBadgeDetailsArray, BigIntify, BitBadgesAPI, BitBadgesAddressList, BitBadgesAdminAPI, BitBadgesApiRoutes, BitBadgesCollection, BitBadgesKeplrSuggestBetanetChainInfo, BitBadgesNextAuth, type BitBadgesProfile, BitBadgesUserInfo, BlockinAndGroup, type BlockinAssetConditionGroup, BlockinAssetDetails, BlockinChallenge, BlockinChallengeParams, type BlockinMessage, BlockinOrGroup, type BroadcastTxPayload, BroadcastTxSuccessResponse, type Chain, ChallengeDetails, ChallengeInfoDetails, ChallengeTrackerIdDetails, type CheckSignInStatusPayload, CheckSignInStatusSuccessResponse, ClaimAlertDoc, ClaimBuilderDoc, ClaimDetails, type ClaimIntegrationPluginCustomBodyType, type ClaimIntegrationPluginType, type ClaimIntegrationPrivateParamsType, type ClaimIntegrationPrivateStateType, type ClaimIntegrationPublicParamsType, type ClaimIntegrationPublicStateType, type CodeGenQueryParams, CoinTransfer, CollectionApproval, CollectionApprovalPermission, CollectionApprovalPermissionWithDetails, CollectionApprovalWithDetails, CollectionDoc, type CollectionMap, CollectionMetadata, CollectionMetadataDetails, CollectionMetadataTimeline, CollectionMetadataTimelineWithDetails, CollectionPermissions, CollectionPermissionsWithDetails, type CollectionViewKey, type CompleteClaimPayload, CompleteClaimSuccessResponse, ComplianceDoc, type CosmosAccountResponse, type CosmosAddress, CosmosCoin, type CreateAddressListsPayload, CreateAddressListsSuccessResponse, type CreateAttestationPayload, type CreateAttestationProofPayload, CreateAttestationProofSuccessResponse, CreateAttestationSuccessResponse, type CreateClaimPayload, type CreateClaimRequest, CreateClaimSuccessResponse, type CreateDeveloperAppPayload, CreateDeveloperAppSuccessResponse, type CreatePluginPayload, CreatePluginSuccessResponse, type CreateSIWBBRequestPayload, CreateSIWBBRequestSuccessResponse, CustomDataTimeline, CustomListPage, CustomPage, type CustomType, CustomTypeClass, type DeleteAddressListsPayload, DeleteAddressListsSuccessResponse, type DeleteAttestationPayload, type DeleteAttestationProofPayload, DeleteAttestationProofSuccessResponse, DeleteAttestationSuccessResponse, type DeleteClaimPayload, DeleteClaimSuccessResponse, type DeleteDeveloperAppPayload, DeleteDeveloperAppSuccessResponse, type DeletePluginPayload, DeletePluginSuccessResponse, type DeleteReviewPayload, DeleteReviewSuccessResponse, type DeleteSIWBBRequestPayload, DeleteSIWBBRequestSuccessResponse, type DeliverTxResponse, DeveloperAppDoc, type Doc, type EIP712ToSign, type EIP712TypedData, EmailVerificationStatus, EmptyResponseClass, type ErrorDoc, type ErrorResponse, type Event$1 as Event, type ExchangeSIWBBAuthorizationCodePayload, ExchangeSIWBBAuthorizationCodeSuccessResponse, type Fee, FetchDoc, type FetchMetadataDirectlyPayload, FetchMetadataDirectlySuccessResponse, type FilterBadgesInCollectionPayload, FilterBadgesInCollectionSuccessResponse, type FilterSuggestionsPayload, FilterSuggestionsSuccessResponse, GO_MAX_UINT_64, type GenerateAppleWalletPassPayload, GenerateAppleWalletPassSuccessResponse, type GenerateGoogleWalletPayload, GenerateGoogleWalletSuccessResponse, type GenericBlockinVerifyPayload, GenericBlockinVerifySuccessResponse, type GenericVerifyAssetsPayload, GenericVerifyAssetsSuccessResponse, type GetAccountsPayload, GetAccountsSuccessResponse, type GetActiveAuthorizationsPayload, GetActiveAuthorizationsSuccessResponse, type GetAdditionalCollectionDetailsPayload, type GetAddressListsPayload, GetAddressListsSuccessResponse, type GetAttestationPayload, type GetAttestationProofPayload, GetAttestationProofSuccessResponse, GetAttestationSuccessResponse, type GetBadgeActivityPayload, GetBadgeActivitySuccessResponse, type GetBadgeBalanceByAddressPayload, GetBadgeBalanceByAddressSuccessResponse, type GetBrowseCollectionsPayload, GetBrowseCollectionsSuccessResponse, type GetClaimAlertsForCollectionPayload, GetClaimAlertsForCollectionSuccessResponse, type GetClaimAttemptStatusPayload, GetClaimAttemptStatusSuccessResponse, type GetClaimsPayload, GetClaimsSuccessResponse, type GetCollectionByIdBody, GetCollectionByIdSuccessResponse, type GetCollectionRequestBody, type GetCollectionsPayload, GetCollectionsSuccessResponse, type GetDeveloperAppPayload, GetDeveloperAppSuccessResponse, type GetExternalCallPayload, GetExternalCallSuccessResponse, type GetMapValuesPayload, GetMapValuesSuccessResponse, type GetMapsPayload, GetMapsSuccessResponse, type GetMetadataForCollectionPayload, type GetOwnersForBadgePayload, GetOwnersForBadgeSuccessResponse, type GetPluginPayload, GetPluginSuccessResponse, type GetReservedClaimCodesPayload, GetReservedClaimCodesSuccessResponse, type GetSIWBBRequestsForDeveloperAppPayload, GetSIWBBRequestsForDeveloperAppSuccessResponse, type GetSearchPayload, GetSearchSuccessResponse, type GetSignInChallengePayload, GetSignInChallengeSuccessResponse, type GetStatusPayload, GetStatusSuccessResponse, type GetTokensFromFaucetPayload, GetTokensFromFaucetSuccessResponse, IPFSTotalsDoc, IncomingApprovalCriteria, IncomingApprovalCriteriaWithDetails, IncrementedBalances, type IntegrationPluginDetails, type IntegrationPluginParams, IsArchivedTimeline, type JSPrimitiveNumberType, type JsonBodyInputSchema, type JsonBodyInputWithValue, LatestBlockStatus, ListActivityDoc, MAINNET_CHAIN_DETAILS, type ManagePluginRequest, ManagerTimeline$1 as ManagerTimeline, ManualBalances, Map, MapDoc, MapMetadataTimeline, MapPermissions, MapUpdateCriteria, MapWithValues, MaxNumTransfers, MerkleChallenge, MerkleChallengeDoc, MerkleChallengeWithDetails, MerklePathItem, MerkleProof, Metadata$2 as Metadata, type MetadataFetchOptions, MsgCreateAddressLists, MsgCreateCollection, MsgCreateMap, MsgDeleteCollection, MsgDeleteMap, MsgExecuteContractCompat, MsgInstantiateContractCompat, MsgSetValue, MsgTransferBadges, MsgUniversalUpdateCollection, MsgUpdateCollection, MsgUpdateMap, MsgUpdateUserApprovals, MustOwnBadges, type NativeAddress, NotificationPreferences, type NumberType, Numberify, NumberifyIfPossible, type OAuthScopeDetails, type OauthRevokePayload, OauthRevokeSuccessResponse, type OffChainBalancesMap, OffChainBalancesMetadata, OffChainBalancesMetadataTimeline, OutgoingApprovalCriteria, OutgoingApprovalCriteriaWithDetails, OwnershipRequirements, type PaginationInfo, type PermissionNameString, PluginDoc, PluginPresetType, PredeterminedBalances, PredeterminedOrderCalculationMethod, ProfileDoc, QueueDoc, RefreshDoc, type RefreshMetadataPayload, RefreshMetadataSuccessResponse, type RefreshStatusPayload, RefreshStatusSuccessResponse, ReviewDoc, type RotateSIWBBRequestPayload, RotateSIWBBRequestSuccessResponse, SIWBBRequestDoc, type SendClaimAlertsPayload, SendClaimAlertsSuccessResponse, type Sender, type SignOutPayload, SignOutSuccessResponse, type SimulateClaimPayload, SimulateClaimSuccessResponse, type SimulateTxPayload, SimulateTxSuccessResponse, SocialConnectionInfo, SocialConnections, StandardsTimeline, StatusDoc, Stringify, SupportedChain, type SupportedChainType, TESTNET_CHAIN_DETAILS, TimedUpdatePermission$1 as TimedUpdatePermission, TimedUpdateWithBadgeIdsPermission, TimelineItem, type TransactionPayload, Transfer, TransferActivityDoc, TransferWithIncrements, type TxContext, type UNIXMilliTimestamp, UintRange$1 as UintRange, UintRangeArray, type UpdateAccountInfoPayload, UpdateAccountInfoSuccessResponse, type UpdateAddressListsPayload, UpdateAddressListsSuccessResponse, type UpdateAttestationPayload, UpdateAttestationSuccessResponse, type UpdateClaimPayload, type UpdateClaimRequest, UpdateClaimSuccessResponse, type UpdateDeveloperAppPayload, UpdateDeveloperAppSuccessResponse, UpdateHistory, type UpdatePluginPayload, UpdatePluginSuccessResponse, UsedLeafStatus, UserBalanceStore, UserBalanceStoreWithDetails, UserIncomingApproval, UserIncomingApprovalPermission, UserIncomingApprovalPermissionWithDetails, UserIncomingApprovalWithDetails, UserOutgoingApproval, UserOutgoingApprovalPermission, UserOutgoingApprovalPermissionWithDetails, UserOutgoingApprovalWithDetails, UserPermissions, UserPermissionsWithDetails, ValueOptions, ValueStore, type VerifySIWBBOptions, type VerifySignInPayload, VerifySignInSuccessResponse, ZkProof, ZkProofSolution, addBalance, addBalances, addBalancesAndCheckIfExceedsThreshold, appendSelfInitiatedIncomingApproval, appendSelfInitiatedOutgoingApproval, applyIncrementsToBalances, areBalancesEqual, bigIntMax, bigIntMin, castNumberType, cleanBalances, compareCustomTypes, compareNumberTypeConvertibles, convertAccountMap, convertClassPropertiesAndMaintainNumberTypes, convertClassPropertiesToJson, convertCollectionMap, convertOffChainBalancesMap, convertToBtcAddress, convertToCosmosAddress, convertToEthAddress, createAttestationsProof, createBalanceMapForOffChainBalances, createTransactionPayload, createTxBroadcastBody, deepCopy, deepCopyPrimitives, doBalancesExceedThreshold, expandCollectionApprovals, filterZeroBalances, generateAlias, generateBitBadgesAuthUrl, generateReservedListId, getAbbreviatedAddress, getAliasDerivationKeysForBadge, getAliasDerivationKeysForCollection, getAliasDerivationKeysForList, getAllBadgeIdsToBeTransferred, getAllBalancesToBeTransferred, getBadgeIdsForMetadataId, getBadgeMetadataTimesAndValues, getBalanceAfterTransfer, getBalanceForIdAndTime, getBalancesAfterTransfers, getBalancesForId, getBalancesForIds, getBalancesForTime, getChainForAddress, getCollectionMetadataTimesAndValues, getConverterFunction, getCurrentIdxForTimeline, getCurrentValueForTimeline, getCustomDataTimesAndValues, getFirstMatchOnlyWithApprovalCriteria, getFullBadgeMetadataTimeline, getFullCollectionMetadataTimeline, getFullCustomDataTimeline, getFullIsArchivedTimeline, getFullManagerTimeline, getFullStandardsTimeline, getIdxAtTimeForTimeline, getIsArchivedTimesAndValues, getManagerTimesAndValues, getMaxMetadataId, getMetadataIdForBadgeId, getMetadataIdsForUri, getMintApprovals, getNonMintApprovals, getOffChainBalancesMetadataTimeline, getOffChainBalancesMetadataTimesAndValues, getOverlapDetails, getPermissionVariablesFromName, getReservedAddressList, getReservedTrackerList, getStandardsTimesAndValues, getTransfersFromTransfersWithIncrements, getUnhandledCollectionApprovals, getUnhandledUserIncomingApprovals, getUnhandledUserOutgoingApprovals, getUrisForMetadataIds, getValueAtTimeForTimeline, handleDuplicateBadgeIdsInBalances, type iAccessTokenDoc, type iAccountDoc, type iActionPermission, type iActivityDoc, type iAddApprovalDetailsToOffChainStorageSuccessResponse, type iAddBalancesToOffChainStorageSuccessResponse, type iAddReviewSuccessResponse, type iAddToIpfsSuccessResponse, type iAddressList, type iAddressListCreateObject, type iAddressListDoc, type iAddressListEditKey, type iAirdropDoc, type iAmountTrackerIdDetails, type iApprovalAmounts, type iApprovalCriteria, type iApprovalCriteriaWithDetails, type iApprovalIdentifierDetails, type iApprovalInfoDetails, type iApprovalTrackerDoc, type iAttestation, type iAttestationDoc, type iAttestationProofDoc, type iAttestationsProof, type iAuthorizationCodeDoc, type iBadgeMetadata, type iBadgeMetadataDetails, type iBadgeMetadataTimeline, type iBadgeMetadataTimelineWithDetails, type iBalance, type iBalanceDoc, type iBalanceDocWithDetails, type iBalancesActionPermission, type iBatchBadgeDetails, type iBitBadgesAddressList, type iBitBadgesApi, type iBitBadgesCollection, type iBitBadgesUserInfo, type iBlockinChallenge, type iBroadcastTxSuccessResponse, type iChallengeDetails, type iChallengeInfoDetails, type iChallengeTrackerIdDetails, type iCheckSignInStatusSuccessResponse, type iClaimAlertDoc, type iClaimBuilderDoc, type iClaimDetails, type iCoinTransfer, type iCollectionApproval, type iCollectionApprovalPermission, type iCollectionApprovalPermissionWithDetails, type iCollectionApprovalWithDetails, type iCollectionDoc, type iCollectionMetadata, type iCollectionMetadataDetails, type iCollectionMetadataTimeline, type iCollectionMetadataTimelineWithDetails, type iCollectionPermissions, type iCollectionPermissionsWithDetails, type iCompleteClaimSuccessResponse, type iComplianceDoc, type iCosmosCoin, type iCreateAddressListsSuccessResponse, type iCreateAttestationProofSuccessResponse, type iCreateAttestationSuccessResponse, type iCreateClaimSuccessResponse, type iCreateDeveloperAppSuccessResponse, type iCreatePluginSuccessResponse, type iCreateSIWBBRequestSuccessResponse, type iCustomDataTimeline, type iCustomLink, type iCustomListPage, type iCustomPage, type iDeleteAddressListsSuccessResponse, type iDeleteAttestationProofSuccessResponse, type iDeleteAttestationSuccessResponse, type iDeleteClaimSuccessResponse, type iDeleteDeveloperAppSuccessResponse, type iDeletePluginSuccessResponse, type iDeleteReviewSuccessResponse, type iDeleteSIWBBRequestSuccessResponse, type iDeveloperAppDoc, type iEmailVerificationStatus, type iExchangeSIWBBAuthorizationCodeSuccessResponse, type iFetchDoc, type iFetchMetadataDirectlySuccessResponse, type iFilterBadgesInCollectionSuccessResponse, type iFilterSuggestionsSuccessResponse, type iGenerateAppleWalletPassSuccessResponse, type iGenerateGoogleWalletSuccessResponse, type iGenericBlockinVerifySuccessResponse, type iGenericVerifyAssetsSuccessResponse, type iGetAccountsSuccessResponse, type iGetActiveAuthorizationsSuccessResponse, type iGetAddressListsSuccessResponse, type iGetAttestationProofSuccessResponse, type iGetAttestationSuccessResponse, type iGetBadgeActivitySuccessResponse, type iGetBadgeBalanceByAddressSuccessResponse, type iGetBrowseCollectionsSuccessResponse, type iGetClaimAlertsForCollectionSuccessResponse, type iGetClaimAttemptStatusSuccessResponse, type iGetClaimsSuccessResponse, type iGetCollectionByIdSuccessResponse, type iGetCollectionsSuccessResponse, type iGetDeveloperAppSuccessResponse, type iGetExternalCallSuccessResponse, type iGetMapValuesSuccessResponse, type iGetMapsSuccessResponse, type iGetOwnersForBadgeSuccessResponse, type iGetPluginSuccessResponse, type iGetReservedClaimCodesSuccessResponse, type iGetSIWBBRequestsForDeveloperAppSuccessResponse, type iGetSearchSuccessResponse, type iGetSignInChallengeSuccessResponse, type iGetStatusSuccessResponse, type iGetTokensFromFaucetSuccessResponse, type iIPFSTotalsDoc, type iIncomingApprovalCriteria, type iIncomingApprovalCriteriaWithDetails, type iIncrementedBalances, type iIndexerStatus, type iIsArchivedTimeline, type iLatestBlockStatus, type iListActivityDoc, type iManagerTimeline, type iManualBalances, type iMap, type iMapDoc, type iMapMetadataTimeline, type iMapPermissions, type iMapUpdateCriteria, type iMapWithValues, type iMaxNumTransfers, type iMerkleChallenge, type iMerkleChallengeDoc, type iMerkleChallengeWithDetails, type iMerklePathItem, type iMerkleProof, type iMetadata, type iMsgCreateAddressLists, type iMsgCreateCollection, type iMsgCreateMap, type iMsgDeleteCollection, type iMsgDeleteMap, type iMsgExecuteContractCompat, type iMsgInstantiateContractCompat, type iMsgSetValue, type iMsgStoreCodeCompat, type iMsgTransferBadges, type iMsgUniversalUpdateCollection, type iMsgUpdateCollection, type iMsgUpdateMap, type iMsgUpdateUserApprovals, type iMustOwnBadges, type iNotificationPreferences, type iOauthRevokeSuccessResponse, type iOffChainBalancesMap, type iOffChainBalancesMetadata, type iOffChainBalancesMetadataTimeline, type iOutgoingApprovalCriteria, type iOutgoingApprovalCriteriaWithDetails, type iPluginDoc, type iPredeterminedBalances, type iPredeterminedOrderCalculationMethod, type iProfileDoc, type iQueueDoc, type iRefreshDoc, type iRefreshMetadataSuccessResponse, type iRefreshStatusSuccessResponse, type iReviewDoc, type iRotateSIWBBRequestSuccessResponse, type iSIWBBRequestDoc, type iSendClaimAlertsSuccessResponse, type iSetOptions, type iSignOutSuccessResponse, type iSimulateClaimSuccessResponse, type iSimulateTxSuccessResponse, type iSocialConnections, type iStandardsTimeline, type iStatusDoc, type iTimedUpdatePermission, type iTimedUpdateWithBadgeIdsPermission, type iTimelineItem, type iTransfer, type iTransferActivityDoc, type iTransferWithIncrements, type iUintRange, type iUpdateAccountInfoSuccessResponse, type iUpdateAddressListsSuccessResponse, type iUpdateAttestationSuccessResponse, type iUpdateClaimSuccessResponse, type iUpdateDeveloperAppSuccessResponse, type iUpdateHistory, type iUpdatePluginSuccessResponse, type iUsedLeafStatus, type iUserBalanceStore, type iUserBalanceStoreWithDetails, type iUserIncomingApproval, type iUserIncomingApprovalPermission, type iUserIncomingApprovalPermissionWithDetails, type iUserIncomingApprovalWithDetails, type iUserOutgoingApproval, type iUserOutgoingApprovalPermission, type iUserOutgoingApprovalPermissionWithDetails, type iUserOutgoingApprovalWithDetails, type iUserPermissions, type iUserPermissionsWithDetails, type iValueOptions, type iValueStore, type iVerifySignInSuccessResponse, type iZkProof, type iZkProofSolution, isAddressValid, mustConvertToBtcAddress, mustConvertToCosmosAddress, mustConvertToEthAddress, index as proto, safeAdd, safeAddKeepLeft, safeAddKeepRight, safeMultiply, safeMultiplyKeepLeft, safeMultiplyKeepRight, safeSubtract, safeSubtractKeepLeft, safeSubtractKeepRight, sortAndMergeBalances, sortBalancesByAmount, subtractBalance, subtractBalances, uintRangeArrsEqual, updateBalances, validateBadgeMetadataUpdate, validateCollectionApprovalsUpdate, validateCollectionMetadataUpdate, validateCustomDataUpdate, validateIsArchivedUpdate, validateManagerUpdate, validateOffChainBalancesMetadataUpdate, validateStandardsUpdate, verifyAttestationsPresentationSignatures };
22167
+ export { AccessTokenDoc, AccountDoc, type AccountFetchDetails, type AccountMap, type AccountViewKey, ActionPermission$1 as ActionPermission, ActionPermissionUsedFlags, ActivityDoc, type AddApprovalDetailsToOffChainStoragePayload, AddApprovalDetailsToOffChainStorageSuccessResponse, type AddBalancesToOffChainStoragePayload, AddBalancesToOffChainStorageSuccessResponse, type AddReviewPayload, AddReviewSuccessResponse, type AddToIpfsPayload, AddToIpfsSuccessResponse, AddressList, AddressListDoc, AirdropDoc, AmountTrackerIdDetails, ApprovalAmounts, ApprovalCriteria, ApprovalCriteriaWithDetails, ApprovalIdentifierDetails, ApprovalInfoDetails, ApprovalPermissionUsedFlags, ApprovalTrackerDoc, Attestation, AttestationDoc, AttestationProofDoc, AttestationsProof, type Attribute$1 as Attribute, AuthorizationCodeDoc, BETANET_CHAIN_DETAILS, BadgeMetadata, BadgeMetadataDetails, BadgeMetadataTimeline, BadgeMetadataTimelineWithDetails, Balance$1 as Balance, BalanceArray, BalanceDoc, BalanceDocWithDetails, BalancesActionPermission, BalancesActionPermissionUsedFlags, BaseBitBadgesApi, BaseNumberTypeClass, BatchBadgeDetails, BatchBadgeDetailsArray, BigIntify, BitBadgesAPI, BitBadgesAddressList, BitBadgesAdminAPI, BitBadgesApiRoutes, BitBadgesCollection, BitBadgesKeplrSuggestBetanetChainInfo, BitBadgesNextAuth, type BitBadgesProfile, BitBadgesUserInfo, BlockinAndGroup, type BlockinAssetConditionGroup, BlockinAssetDetails, BlockinChallenge, BlockinChallengeParams, type BlockinMessage, BlockinOrGroup, type BroadcastTxPayload, BroadcastTxSuccessResponse, type Chain, ChallengeDetails, ChallengeInfoDetails, ChallengeTrackerIdDetails, type CheckSignInStatusPayload, CheckSignInStatusSuccessResponse, ClaimAlertDoc, ClaimBuilderDoc, ClaimDetails, type ClaimIntegrationPluginCustomBodyType, type ClaimIntegrationPluginType, type ClaimIntegrationPrivateParamsType, type ClaimIntegrationPrivateStateType, type ClaimIntegrationPublicParamsType, type ClaimIntegrationPublicStateType, type CodeGenQueryParams, CoinTransfer, CollectionApproval, CollectionApprovalPermission, CollectionApprovalPermissionWithDetails, CollectionApprovalWithDetails, CollectionDoc, type CollectionMap, CollectionMetadata, CollectionMetadataDetails, CollectionMetadataTimeline, CollectionMetadataTimelineWithDetails, CollectionPermissions, CollectionPermissionsWithDetails, type CollectionViewKey, type CompleteClaimPayload, CompleteClaimSuccessResponse, ComplianceDoc, type CosmosAccountResponse, type CosmosAddress, CosmosCoin, type CreateAddressListsPayload, CreateAddressListsSuccessResponse, type CreateAttestationPayload, type CreateAttestationProofPayload, CreateAttestationProofSuccessResponse, CreateAttestationSuccessResponse, type CreateClaimPayload, type CreateClaimRequest, CreateClaimSuccessResponse, type CreateDeveloperAppPayload, CreateDeveloperAppSuccessResponse, type CreatePluginPayload, CreatePluginSuccessResponse, type CreateSIWBBRequestPayload, CreateSIWBBRequestSuccessResponse, CustomDataTimeline, CustomListPage, CustomPage, type CustomType, CustomTypeClass, type DeleteAddressListsPayload, DeleteAddressListsSuccessResponse, type DeleteAttestationPayload, type DeleteAttestationProofPayload, DeleteAttestationProofSuccessResponse, DeleteAttestationSuccessResponse, type DeleteClaimPayload, DeleteClaimSuccessResponse, type DeleteDeveloperAppPayload, DeleteDeveloperAppSuccessResponse, type DeletePluginPayload, DeletePluginSuccessResponse, type DeleteReviewPayload, DeleteReviewSuccessResponse, type DeleteSIWBBRequestPayload, DeleteSIWBBRequestSuccessResponse, type DeliverTxResponse, DeveloperAppDoc, type Doc, type EIP712ToSign, type EIP712TypedData, EmailVerificationStatus, EmptyResponseClass, type ErrorDoc, type ErrorResponse, type Event$1 as Event, type ExchangeSIWBBAuthorizationCodePayload, ExchangeSIWBBAuthorizationCodeSuccessResponse, type Fee, FetchDoc, type FetchMetadataDirectlyPayload, FetchMetadataDirectlySuccessResponse, type FilterBadgesInCollectionPayload, FilterBadgesInCollectionSuccessResponse, type FilterSuggestionsPayload, FilterSuggestionsSuccessResponse, GO_MAX_UINT_64, type GenerateAppleWalletPassPayload, GenerateAppleWalletPassSuccessResponse, type GenerateGoogleWalletPayload, GenerateGoogleWalletSuccessResponse, type GenericBlockinVerifyPayload, GenericBlockinVerifySuccessResponse, type GenericVerifyAssetsPayload, GenericVerifyAssetsSuccessResponse, type GetAccountsPayload, GetAccountsSuccessResponse, type GetActiveAuthorizationsPayload, GetActiveAuthorizationsSuccessResponse, type GetAdditionalCollectionDetailsPayload, type GetAddressListsPayload, GetAddressListsSuccessResponse, type GetAttestationPayload, type GetAttestationProofPayload, GetAttestationProofSuccessResponse, GetAttestationSuccessResponse, type GetBadgeActivityPayload, GetBadgeActivitySuccessResponse, type GetBadgeBalanceByAddressPayload, GetBadgeBalanceByAddressSuccessResponse, type GetBrowseCollectionsPayload, GetBrowseCollectionsSuccessResponse, type GetClaimAlertsForCollectionPayload, GetClaimAlertsForCollectionSuccessResponse, type GetClaimAttemptStatusPayload, GetClaimAttemptStatusSuccessResponse, type GetClaimsPayload, GetClaimsSuccessResponse, type GetCollectionByIdBody, GetCollectionByIdSuccessResponse, type GetCollectionRequestBody, type GetCollectionsPayload, GetCollectionsSuccessResponse, type GetDeveloperAppPayload, GetDeveloperAppSuccessResponse, type GetExternalCallPayload, GetExternalCallSuccessResponse, GetFirstMatchOnly, GetListIdWithOptions, GetListWithOptions, type GetMapValuesPayload, GetMapValuesSuccessResponse, type GetMapsPayload, GetMapsSuccessResponse, type GetMetadataForCollectionPayload, type GetOwnersForBadgePayload, GetOwnersForBadgeSuccessResponse, type GetPluginPayload, GetPluginSuccessResponse, type GetReservedClaimCodesPayload, GetReservedClaimCodesSuccessResponse, type GetSIWBBRequestsForDeveloperAppPayload, GetSIWBBRequestsForDeveloperAppSuccessResponse, type GetSearchPayload, GetSearchSuccessResponse, type GetSignInChallengePayload, GetSignInChallengeSuccessResponse, type GetStatusPayload, GetStatusSuccessResponse, type GetTokensFromFaucetPayload, GetTokensFromFaucetSuccessResponse, GetUintRangesWithOptions, IPFSTotalsDoc, IncomingApprovalCriteria, IncomingApprovalCriteriaWithDetails, IncrementedBalances, type IntegrationPluginDetails, type IntegrationPluginParams, IsArchivedTimeline, type JSPrimitiveNumberType, type JsonBodyInputSchema, type JsonBodyInputWithValue, LatestBlockStatus, ListActivityDoc, MAINNET_CHAIN_DETAILS, type ManagePluginRequest, ManagerTimeline$1 as ManagerTimeline, ManualBalances, Map, MapDoc, MapMetadataTimeline, MapPermissions, MapUpdateCriteria, MapWithValues, MaxNumTransfers, MergeUniversalPermissionDetails, type MergedUniversalPermissionDetails, MerkleChallenge, MerkleChallengeDoc, MerkleChallengeWithDetails, MerklePathItem, MerkleProof, Metadata$2 as Metadata, type MetadataFetchOptions, MsgCreateAddressLists, MsgCreateCollection, MsgCreateMap, MsgDeleteCollection, MsgDeleteMap, MsgExecuteContractCompat, MsgInstantiateContractCompat, MsgSetValue, MsgTransferBadges, MsgUniversalUpdateCollection, MsgUpdateCollection, MsgUpdateMap, MsgUpdateUserApprovals, MustOwnBadges, type NativeAddress, NotificationPreferences, type NumberType, Numberify, NumberifyIfPossible, type OAuthScopeDetails, type OauthRevokePayload, OauthRevokeSuccessResponse, type OffChainBalancesMap, OffChainBalancesMetadata, OffChainBalancesMetadataTimeline, OutgoingApprovalCriteria, OutgoingApprovalCriteriaWithDetails, type Overlap, OwnershipRequirements, type PaginationInfo, type PermissionNameString, PluginDoc, PluginPresetType, PredeterminedBalances, PredeterminedOrderCalculationMethod, ProfileDoc, QueueDoc, RefreshDoc, type RefreshMetadataPayload, RefreshMetadataSuccessResponse, type RefreshStatusPayload, RefreshStatusSuccessResponse, ReviewDoc, type RotateSIWBBRequestPayload, RotateSIWBBRequestSuccessResponse, SIWBBRequestDoc, type SendClaimAlertsPayload, SendClaimAlertsSuccessResponse, type Sender, type SignOutPayload, SignOutSuccessResponse, type SimulateClaimPayload, SimulateClaimSuccessResponse, type SimulateTxPayload, SimulateTxSuccessResponse, SocialConnectionInfo, SocialConnections, StandardsTimeline, StatusDoc, Stringify, SupportedChain, type SupportedChainType, TESTNET_CHAIN_DETAILS, TimedUpdatePermission$1 as TimedUpdatePermission, TimedUpdatePermissionUsedFlags, TimedUpdateWithBadgeIdsPermission, TimedUpdateWithBadgeIdsPermissionUsedFlags, TimelineItem, type TransactionPayload, Transfer, TransferActivityDoc, TransferWithIncrements, type TxContext, type UNIXMilliTimestamp, UintRange$1 as UintRange, UintRangeArray, type UniversalPermission, type UniversalPermissionDetails, type UpdateAccountInfoPayload, UpdateAccountInfoSuccessResponse, type UpdateAddressListsPayload, UpdateAddressListsSuccessResponse, type UpdateAttestationPayload, UpdateAttestationSuccessResponse, type UpdateClaimPayload, type UpdateClaimRequest, UpdateClaimSuccessResponse, type UpdateDeveloperAppPayload, UpdateDeveloperAppSuccessResponse, UpdateHistory, type UpdatePluginPayload, UpdatePluginSuccessResponse, type UsedFlags, UsedLeafStatus, UserBalanceStore, UserBalanceStoreWithDetails, UserIncomingApproval, UserIncomingApprovalPermission, UserIncomingApprovalPermissionWithDetails, UserIncomingApprovalWithDetails, UserOutgoingApproval, UserOutgoingApprovalPermission, UserOutgoingApprovalPermissionWithDetails, UserOutgoingApprovalWithDetails, UserPermissions, UserPermissionsWithDetails, ValidateUniversalPermissionUpdate, ValueOptions, ValueStore, type VerifySIWBBOptions, type VerifySignInPayload, VerifySignInSuccessResponse, ZkProof, ZkProofSolution, addBalance, addBalances, addBalancesAndCheckIfExceedsThreshold, appendSelfInitiatedIncomingApproval, appendSelfInitiatedOutgoingApproval, applyIncrementsToBalances, areBalancesEqual, bigIntMax, bigIntMin, castNumberType, cleanBalances, compareCustomTypes, compareNumberTypeConvertibles, convertAccountMap, convertClassPropertiesAndMaintainNumberTypes, convertClassPropertiesToJson, convertCollectionMap, convertOffChainBalancesMap, convertToBtcAddress, convertToCosmosAddress, convertToEthAddress, createAttestationsProof, createBalanceMapForOffChainBalances, createTransactionPayload, createTxBroadcastBody, deepCopy, deepCopyPrimitives, doBalancesExceedThreshold, expandCollectionApprovals, filterZeroBalances, generateAlias, generateBitBadgesAuthUrl, generateReservedListId, getAbbreviatedAddress, getAliasDerivationKeysForBadge, getAliasDerivationKeysForCollection, getAliasDerivationKeysForList, getAllBadgeIdsToBeTransferred, getAllBalancesToBeTransferred, getBadgeIdsForMetadataId, getBadgeMetadataTimesAndValues, getBalanceAfterTransfer, getBalanceForIdAndTime, getBalancesAfterTransfers, getBalancesForId, getBalancesForIds, getBalancesForTime, getChainForAddress, getCollectionMetadataTimesAndValues, getConverterFunction, getCurrentIdxForTimeline, getCurrentValueForTimeline, getCustomDataTimesAndValues, getFirstMatchOnlyWithApprovalCriteria, getFullBadgeMetadataTimeline, getFullCollectionMetadataTimeline, getFullCustomDataTimeline, getFullIsArchivedTimeline, getFullManagerTimeline, getFullStandardsTimeline, getIdxAtTimeForTimeline, getIsArchivedTimesAndValues, getManagerTimesAndValues, getMaxMetadataId, getMetadataIdForBadgeId, getMetadataIdsForUri, getMintApprovals, getNonMintApprovals, getOffChainBalancesMetadataTimeline, getOffChainBalancesMetadataTimesAndValues, getOverlapDetails, getOverlapsAndNonOverlaps, getPermissionVariablesFromName, getReservedAddressList, getReservedTrackerList, getStandardsTimesAndValues, getTransfersFromTransfersWithIncrements, getUnhandledCollectionApprovals, getUnhandledUserIncomingApprovals, getUnhandledUserOutgoingApprovals, getUrisForMetadataIds, getValueAtTimeForTimeline, handleDuplicateBadgeIdsInBalances, type iAccessTokenDoc, type iAccountDoc, type iActionPermission, type iActivityDoc, type iAddApprovalDetailsToOffChainStorageSuccessResponse, type iAddBalancesToOffChainStorageSuccessResponse, type iAddReviewSuccessResponse, type iAddToIpfsSuccessResponse, type iAddressList, type iAddressListCreateObject, type iAddressListDoc, type iAddressListEditKey, type iAirdropDoc, type iAmountTrackerIdDetails, type iApprovalAmounts, type iApprovalCriteria, type iApprovalCriteriaWithDetails, type iApprovalIdentifierDetails, type iApprovalInfoDetails, type iApprovalTrackerDoc, type iAttestation, type iAttestationDoc, type iAttestationProofDoc, type iAttestationsProof, type iAuthorizationCodeDoc, type iBadgeMetadata, type iBadgeMetadataDetails, type iBadgeMetadataTimeline, type iBadgeMetadataTimelineWithDetails, type iBalance, type iBalanceDoc, type iBalanceDocWithDetails, type iBalancesActionPermission, type iBatchBadgeDetails, type iBitBadgesAddressList, type iBitBadgesApi, type iBitBadgesCollection, type iBitBadgesUserInfo, type iBlockinChallenge, type iBroadcastTxSuccessResponse, type iChallengeDetails, type iChallengeInfoDetails, type iChallengeTrackerIdDetails, type iCheckSignInStatusSuccessResponse, type iClaimAlertDoc, type iClaimBuilderDoc, type iClaimDetails, type iCoinTransfer, type iCollectionApproval, type iCollectionApprovalPermission, type iCollectionApprovalPermissionWithDetails, type iCollectionApprovalWithDetails, type iCollectionDoc, type iCollectionMetadata, type iCollectionMetadataDetails, type iCollectionMetadataTimeline, type iCollectionMetadataTimelineWithDetails, type iCollectionPermissions, type iCollectionPermissionsWithDetails, type iCompleteClaimSuccessResponse, type iComplianceDoc, type iCosmosCoin, type iCreateAddressListsSuccessResponse, type iCreateAttestationProofSuccessResponse, type iCreateAttestationSuccessResponse, type iCreateClaimSuccessResponse, type iCreateDeveloperAppSuccessResponse, type iCreatePluginSuccessResponse, type iCreateSIWBBRequestSuccessResponse, type iCustomDataTimeline, type iCustomLink, type iCustomListPage, type iCustomPage, type iDeleteAddressListsSuccessResponse, type iDeleteAttestationProofSuccessResponse, type iDeleteAttestationSuccessResponse, type iDeleteClaimSuccessResponse, type iDeleteDeveloperAppSuccessResponse, type iDeletePluginSuccessResponse, type iDeleteReviewSuccessResponse, type iDeleteSIWBBRequestSuccessResponse, type iDeveloperAppDoc, type iEmailVerificationStatus, type iExchangeSIWBBAuthorizationCodeSuccessResponse, type iFetchDoc, type iFetchMetadataDirectlySuccessResponse, type iFilterBadgesInCollectionSuccessResponse, type iFilterSuggestionsSuccessResponse, type iGenerateAppleWalletPassSuccessResponse, type iGenerateGoogleWalletSuccessResponse, type iGenericBlockinVerifySuccessResponse, type iGenericVerifyAssetsSuccessResponse, type iGetAccountsSuccessResponse, type iGetActiveAuthorizationsSuccessResponse, type iGetAddressListsSuccessResponse, type iGetAttestationProofSuccessResponse, type iGetAttestationSuccessResponse, type iGetBadgeActivitySuccessResponse, type iGetBadgeBalanceByAddressSuccessResponse, type iGetBrowseCollectionsSuccessResponse, type iGetClaimAlertsForCollectionSuccessResponse, type iGetClaimAttemptStatusSuccessResponse, type iGetClaimsSuccessResponse, type iGetCollectionByIdSuccessResponse, type iGetCollectionsSuccessResponse, type iGetDeveloperAppSuccessResponse, type iGetExternalCallSuccessResponse, type iGetMapValuesSuccessResponse, type iGetMapsSuccessResponse, type iGetOwnersForBadgeSuccessResponse, type iGetPluginSuccessResponse, type iGetReservedClaimCodesSuccessResponse, type iGetSIWBBRequestsForDeveloperAppSuccessResponse, type iGetSearchSuccessResponse, type iGetSignInChallengeSuccessResponse, type iGetStatusSuccessResponse, type iGetTokensFromFaucetSuccessResponse, type iIPFSTotalsDoc, type iIncomingApprovalCriteria, type iIncomingApprovalCriteriaWithDetails, type iIncrementedBalances, type iIndexerStatus, type iIsArchivedTimeline, type iLatestBlockStatus, type iListActivityDoc, type iManagerTimeline, type iManualBalances, type iMap, type iMapDoc, type iMapMetadataTimeline, type iMapPermissions, type iMapUpdateCriteria, type iMapWithValues, type iMaxNumTransfers, type iMerkleChallenge, type iMerkleChallengeDoc, type iMerkleChallengeWithDetails, type iMerklePathItem, type iMerkleProof, type iMetadata, type iMsgCreateAddressLists, type iMsgCreateCollection, type iMsgCreateMap, type iMsgDeleteCollection, type iMsgDeleteMap, type iMsgExecuteContractCompat, type iMsgInstantiateContractCompat, type iMsgSetValue, type iMsgStoreCodeCompat, type iMsgTransferBadges, type iMsgUniversalUpdateCollection, type iMsgUpdateCollection, type iMsgUpdateMap, type iMsgUpdateUserApprovals, type iMustOwnBadges, type iNotificationPreferences, type iOauthRevokeSuccessResponse, type iOffChainBalancesMap, type iOffChainBalancesMetadata, type iOffChainBalancesMetadataTimeline, type iOutgoingApprovalCriteria, type iOutgoingApprovalCriteriaWithDetails, type iPluginDoc, type iPredeterminedBalances, type iPredeterminedOrderCalculationMethod, type iProfileDoc, type iQueueDoc, type iRefreshDoc, type iRefreshMetadataSuccessResponse, type iRefreshStatusSuccessResponse, type iReviewDoc, type iRotateSIWBBRequestSuccessResponse, type iSIWBBRequestDoc, type iSendClaimAlertsSuccessResponse, type iSetOptions, type iSignOutSuccessResponse, type iSimulateClaimSuccessResponse, type iSimulateTxSuccessResponse, type iSocialConnections, type iStandardsTimeline, type iStatusDoc, type iTimedUpdatePermission, type iTimedUpdateWithBadgeIdsPermission, type iTimelineItem, type iTransfer, type iTransferActivityDoc, type iTransferWithIncrements, type iUintRange, type iUpdateAccountInfoSuccessResponse, type iUpdateAddressListsSuccessResponse, type iUpdateAttestationSuccessResponse, type iUpdateClaimSuccessResponse, type iUpdateDeveloperAppSuccessResponse, type iUpdateHistory, type iUpdatePluginSuccessResponse, type iUsedLeafStatus, type iUserBalanceStore, type iUserBalanceStoreWithDetails, type iUserIncomingApproval, type iUserIncomingApprovalPermission, type iUserIncomingApprovalPermissionWithDetails, type iUserIncomingApprovalWithDetails, type iUserOutgoingApproval, type iUserOutgoingApprovalPermission, type iUserOutgoingApprovalPermissionWithDetails, type iUserOutgoingApprovalWithDetails, type iUserPermissions, type iUserPermissionsWithDetails, type iValueOptions, type iValueStore, type iVerifySignInSuccessResponse, type iZkProof, type iZkProofSolution, isAddressValid, mustConvertToBtcAddress, mustConvertToCosmosAddress, mustConvertToEthAddress, index as proto, safeAdd, safeAddKeepLeft, safeAddKeepRight, safeMultiply, safeMultiplyKeepLeft, safeMultiplyKeepRight, safeSubtract, safeSubtractKeepLeft, safeSubtractKeepRight, sortAndMergeBalances, sortBalancesByAmount, subtractBalance, subtractBalances, uintRangeArrsEqual, universalRemoveOverlapFromValues, universalRemoveOverlaps, updateBalances, validateBadgeMetadataUpdate, validateCollectionApprovalsUpdate, validateCollectionMetadataUpdate, validateCustomDataUpdate, validateIsArchivedUpdate, validateManagerUpdate, validateOffChainBalancesMetadataUpdate, validateStandardsUpdate, verifyAttestationsPresentationSignatures };
package/dist/index.d.ts CHANGED
@@ -2043,6 +2043,17 @@ interface UniversalPermissionDetails {
2043
2043
  permanentlyForbiddenTimes: UintRangeArray<bigint>;
2044
2044
  arbitraryValue: any;
2045
2045
  }
2046
+ interface Overlap {
2047
+ overlap: UniversalPermissionDetails;
2048
+ firstDetails: UniversalPermissionDetails;
2049
+ secondDetails: UniversalPermissionDetails;
2050
+ }
2051
+ declare function getOverlapsAndNonOverlaps(firstDetails: UniversalPermissionDetails[], secondDetails: UniversalPermissionDetails[]): [Overlap[], UniversalPermissionDetails[], UniversalPermissionDetails[]];
2052
+ declare function universalRemoveOverlapFromValues(handled: UniversalPermissionDetails, valuesToCheck: UniversalPermissionDetails[]): [UniversalPermissionDetails[], UniversalPermissionDetails[]];
2053
+ declare function universalRemoveOverlaps(handled: UniversalPermissionDetails, valueToCheck: UniversalPermissionDetails): [UniversalPermissionDetails[], UniversalPermissionDetails[]];
2054
+ declare function GetUintRangesWithOptions(_ranges: UintRangeArray<bigint>, uses: boolean): UintRangeArray<bigint>;
2055
+ declare function GetListIdWithOptions(listId: string, uses?: boolean): string;
2056
+ declare function GetListWithOptions(_list: AddressList, uses: boolean): AddressList;
2046
2057
  interface UsedFlags {
2047
2058
  usesBadgeIds: boolean;
2048
2059
  usesTimelineTimes: boolean;
@@ -2055,6 +2066,27 @@ interface UsedFlags {
2055
2066
  usesAmountTrackerIdList: boolean;
2056
2067
  usesChallengeTrackerIdList: boolean;
2057
2068
  }
2069
+ declare const ActionPermissionUsedFlags: UsedFlags;
2070
+ declare const TimedUpdatePermissionUsedFlags: UsedFlags;
2071
+ declare const TimedUpdateWithBadgeIdsPermissionUsedFlags: UsedFlags;
2072
+ declare const BalancesActionPermissionUsedFlags: UsedFlags;
2073
+ declare const ApprovalPermissionUsedFlags: UsedFlags;
2074
+ declare function GetFirstMatchOnly(permissions: UniversalPermission[], handleAllPossibleCombinations?: boolean, usesFlags?: UsedFlags): UniversalPermissionDetails[];
2075
+ interface MergedUniversalPermissionDetails {
2076
+ badgeIds: UintRangeArray<bigint>;
2077
+ timelineTimes: UintRangeArray<bigint>;
2078
+ transferTimes: UintRangeArray<bigint>;
2079
+ ownershipTimes: UintRangeArray<bigint>;
2080
+ toList: AddressList;
2081
+ fromList: AddressList;
2082
+ initiatedByList: AddressList;
2083
+ approvalIdList: AddressList;
2084
+ permanentlyPermittedTimes: UintRangeArray<bigint>;
2085
+ permanentlyForbiddenTimes: UintRangeArray<bigint>;
2086
+ arbitraryValue: any;
2087
+ }
2088
+ declare function MergeUniversalPermissionDetails(permissions: UniversalPermissionDetails[], doNotMerge?: boolean): MergedUniversalPermissionDetails[];
2089
+ declare function ValidateUniversalPermissionUpdate(oldPermissions: UniversalPermissionDetails[], newPermissions: UniversalPermissionDetails[]): Error | null;
2058
2090
 
2059
2091
  declare class UserPermissions<T extends NumberType> extends BaseNumberTypeClass<UserPermissions<T>> implements iUserPermissions<T> {
2060
2092
  canUpdateOutgoingApprovals: UserOutgoingApprovalPermission<T>[];
@@ -22132,4 +22164,4 @@ declare global {
22132
22164
  }
22133
22165
  }
22134
22166
 
22135
- export { AccessTokenDoc, AccountDoc, type AccountFetchDetails, type AccountMap, type AccountViewKey, ActionPermission$1 as ActionPermission, ActivityDoc, type AddApprovalDetailsToOffChainStoragePayload, AddApprovalDetailsToOffChainStorageSuccessResponse, type AddBalancesToOffChainStoragePayload, AddBalancesToOffChainStorageSuccessResponse, type AddReviewPayload, AddReviewSuccessResponse, type AddToIpfsPayload, AddToIpfsSuccessResponse, AddressList, AddressListDoc, AirdropDoc, AmountTrackerIdDetails, ApprovalAmounts, ApprovalCriteria, ApprovalCriteriaWithDetails, ApprovalIdentifierDetails, ApprovalInfoDetails, ApprovalTrackerDoc, Attestation, AttestationDoc, AttestationProofDoc, AttestationsProof, type Attribute$1 as Attribute, AuthorizationCodeDoc, BETANET_CHAIN_DETAILS, BadgeMetadata, BadgeMetadataDetails, BadgeMetadataTimeline, BadgeMetadataTimelineWithDetails, Balance$1 as Balance, BalanceArray, BalanceDoc, BalanceDocWithDetails, BalancesActionPermission, BaseBitBadgesApi, BaseNumberTypeClass, BatchBadgeDetails, BatchBadgeDetailsArray, BigIntify, BitBadgesAPI, BitBadgesAddressList, BitBadgesAdminAPI, BitBadgesApiRoutes, BitBadgesCollection, BitBadgesKeplrSuggestBetanetChainInfo, BitBadgesNextAuth, type BitBadgesProfile, BitBadgesUserInfo, BlockinAndGroup, type BlockinAssetConditionGroup, BlockinAssetDetails, BlockinChallenge, BlockinChallengeParams, type BlockinMessage, BlockinOrGroup, type BroadcastTxPayload, BroadcastTxSuccessResponse, type Chain, ChallengeDetails, ChallengeInfoDetails, ChallengeTrackerIdDetails, type CheckSignInStatusPayload, CheckSignInStatusSuccessResponse, ClaimAlertDoc, ClaimBuilderDoc, ClaimDetails, type ClaimIntegrationPluginCustomBodyType, type ClaimIntegrationPluginType, type ClaimIntegrationPrivateParamsType, type ClaimIntegrationPrivateStateType, type ClaimIntegrationPublicParamsType, type ClaimIntegrationPublicStateType, type CodeGenQueryParams, CoinTransfer, CollectionApproval, CollectionApprovalPermission, CollectionApprovalPermissionWithDetails, CollectionApprovalWithDetails, CollectionDoc, type CollectionMap, CollectionMetadata, CollectionMetadataDetails, CollectionMetadataTimeline, CollectionMetadataTimelineWithDetails, CollectionPermissions, CollectionPermissionsWithDetails, type CollectionViewKey, type CompleteClaimPayload, CompleteClaimSuccessResponse, ComplianceDoc, type CosmosAccountResponse, type CosmosAddress, CosmosCoin, type CreateAddressListsPayload, CreateAddressListsSuccessResponse, type CreateAttestationPayload, type CreateAttestationProofPayload, CreateAttestationProofSuccessResponse, CreateAttestationSuccessResponse, type CreateClaimPayload, type CreateClaimRequest, CreateClaimSuccessResponse, type CreateDeveloperAppPayload, CreateDeveloperAppSuccessResponse, type CreatePluginPayload, CreatePluginSuccessResponse, type CreateSIWBBRequestPayload, CreateSIWBBRequestSuccessResponse, CustomDataTimeline, CustomListPage, CustomPage, type CustomType, CustomTypeClass, type DeleteAddressListsPayload, DeleteAddressListsSuccessResponse, type DeleteAttestationPayload, type DeleteAttestationProofPayload, DeleteAttestationProofSuccessResponse, DeleteAttestationSuccessResponse, type DeleteClaimPayload, DeleteClaimSuccessResponse, type DeleteDeveloperAppPayload, DeleteDeveloperAppSuccessResponse, type DeletePluginPayload, DeletePluginSuccessResponse, type DeleteReviewPayload, DeleteReviewSuccessResponse, type DeleteSIWBBRequestPayload, DeleteSIWBBRequestSuccessResponse, type DeliverTxResponse, DeveloperAppDoc, type Doc, type EIP712ToSign, type EIP712TypedData, EmailVerificationStatus, EmptyResponseClass, type ErrorDoc, type ErrorResponse, type Event$1 as Event, type ExchangeSIWBBAuthorizationCodePayload, ExchangeSIWBBAuthorizationCodeSuccessResponse, type Fee, FetchDoc, type FetchMetadataDirectlyPayload, FetchMetadataDirectlySuccessResponse, type FilterBadgesInCollectionPayload, FilterBadgesInCollectionSuccessResponse, type FilterSuggestionsPayload, FilterSuggestionsSuccessResponse, GO_MAX_UINT_64, type GenerateAppleWalletPassPayload, GenerateAppleWalletPassSuccessResponse, type GenerateGoogleWalletPayload, GenerateGoogleWalletSuccessResponse, type GenericBlockinVerifyPayload, GenericBlockinVerifySuccessResponse, type GenericVerifyAssetsPayload, GenericVerifyAssetsSuccessResponse, type GetAccountsPayload, GetAccountsSuccessResponse, type GetActiveAuthorizationsPayload, GetActiveAuthorizationsSuccessResponse, type GetAdditionalCollectionDetailsPayload, type GetAddressListsPayload, GetAddressListsSuccessResponse, type GetAttestationPayload, type GetAttestationProofPayload, GetAttestationProofSuccessResponse, GetAttestationSuccessResponse, type GetBadgeActivityPayload, GetBadgeActivitySuccessResponse, type GetBadgeBalanceByAddressPayload, GetBadgeBalanceByAddressSuccessResponse, type GetBrowseCollectionsPayload, GetBrowseCollectionsSuccessResponse, type GetClaimAlertsForCollectionPayload, GetClaimAlertsForCollectionSuccessResponse, type GetClaimAttemptStatusPayload, GetClaimAttemptStatusSuccessResponse, type GetClaimsPayload, GetClaimsSuccessResponse, type GetCollectionByIdBody, GetCollectionByIdSuccessResponse, type GetCollectionRequestBody, type GetCollectionsPayload, GetCollectionsSuccessResponse, type GetDeveloperAppPayload, GetDeveloperAppSuccessResponse, type GetExternalCallPayload, GetExternalCallSuccessResponse, type GetMapValuesPayload, GetMapValuesSuccessResponse, type GetMapsPayload, GetMapsSuccessResponse, type GetMetadataForCollectionPayload, type GetOwnersForBadgePayload, GetOwnersForBadgeSuccessResponse, type GetPluginPayload, GetPluginSuccessResponse, type GetReservedClaimCodesPayload, GetReservedClaimCodesSuccessResponse, type GetSIWBBRequestsForDeveloperAppPayload, GetSIWBBRequestsForDeveloperAppSuccessResponse, type GetSearchPayload, GetSearchSuccessResponse, type GetSignInChallengePayload, GetSignInChallengeSuccessResponse, type GetStatusPayload, GetStatusSuccessResponse, type GetTokensFromFaucetPayload, GetTokensFromFaucetSuccessResponse, IPFSTotalsDoc, IncomingApprovalCriteria, IncomingApprovalCriteriaWithDetails, IncrementedBalances, type IntegrationPluginDetails, type IntegrationPluginParams, IsArchivedTimeline, type JSPrimitiveNumberType, type JsonBodyInputSchema, type JsonBodyInputWithValue, LatestBlockStatus, ListActivityDoc, MAINNET_CHAIN_DETAILS, type ManagePluginRequest, ManagerTimeline$1 as ManagerTimeline, ManualBalances, Map, MapDoc, MapMetadataTimeline, MapPermissions, MapUpdateCriteria, MapWithValues, MaxNumTransfers, MerkleChallenge, MerkleChallengeDoc, MerkleChallengeWithDetails, MerklePathItem, MerkleProof, Metadata$2 as Metadata, type MetadataFetchOptions, MsgCreateAddressLists, MsgCreateCollection, MsgCreateMap, MsgDeleteCollection, MsgDeleteMap, MsgExecuteContractCompat, MsgInstantiateContractCompat, MsgSetValue, MsgTransferBadges, MsgUniversalUpdateCollection, MsgUpdateCollection, MsgUpdateMap, MsgUpdateUserApprovals, MustOwnBadges, type NativeAddress, NotificationPreferences, type NumberType, Numberify, NumberifyIfPossible, type OAuthScopeDetails, type OauthRevokePayload, OauthRevokeSuccessResponse, type OffChainBalancesMap, OffChainBalancesMetadata, OffChainBalancesMetadataTimeline, OutgoingApprovalCriteria, OutgoingApprovalCriteriaWithDetails, OwnershipRequirements, type PaginationInfo, type PermissionNameString, PluginDoc, PluginPresetType, PredeterminedBalances, PredeterminedOrderCalculationMethod, ProfileDoc, QueueDoc, RefreshDoc, type RefreshMetadataPayload, RefreshMetadataSuccessResponse, type RefreshStatusPayload, RefreshStatusSuccessResponse, ReviewDoc, type RotateSIWBBRequestPayload, RotateSIWBBRequestSuccessResponse, SIWBBRequestDoc, type SendClaimAlertsPayload, SendClaimAlertsSuccessResponse, type Sender, type SignOutPayload, SignOutSuccessResponse, type SimulateClaimPayload, SimulateClaimSuccessResponse, type SimulateTxPayload, SimulateTxSuccessResponse, SocialConnectionInfo, SocialConnections, StandardsTimeline, StatusDoc, Stringify, SupportedChain, type SupportedChainType, TESTNET_CHAIN_DETAILS, TimedUpdatePermission$1 as TimedUpdatePermission, TimedUpdateWithBadgeIdsPermission, TimelineItem, type TransactionPayload, Transfer, TransferActivityDoc, TransferWithIncrements, type TxContext, type UNIXMilliTimestamp, UintRange$1 as UintRange, UintRangeArray, type UpdateAccountInfoPayload, UpdateAccountInfoSuccessResponse, type UpdateAddressListsPayload, UpdateAddressListsSuccessResponse, type UpdateAttestationPayload, UpdateAttestationSuccessResponse, type UpdateClaimPayload, type UpdateClaimRequest, UpdateClaimSuccessResponse, type UpdateDeveloperAppPayload, UpdateDeveloperAppSuccessResponse, UpdateHistory, type UpdatePluginPayload, UpdatePluginSuccessResponse, UsedLeafStatus, UserBalanceStore, UserBalanceStoreWithDetails, UserIncomingApproval, UserIncomingApprovalPermission, UserIncomingApprovalPermissionWithDetails, UserIncomingApprovalWithDetails, UserOutgoingApproval, UserOutgoingApprovalPermission, UserOutgoingApprovalPermissionWithDetails, UserOutgoingApprovalWithDetails, UserPermissions, UserPermissionsWithDetails, ValueOptions, ValueStore, type VerifySIWBBOptions, type VerifySignInPayload, VerifySignInSuccessResponse, ZkProof, ZkProofSolution, addBalance, addBalances, addBalancesAndCheckIfExceedsThreshold, appendSelfInitiatedIncomingApproval, appendSelfInitiatedOutgoingApproval, applyIncrementsToBalances, areBalancesEqual, bigIntMax, bigIntMin, castNumberType, cleanBalances, compareCustomTypes, compareNumberTypeConvertibles, convertAccountMap, convertClassPropertiesAndMaintainNumberTypes, convertClassPropertiesToJson, convertCollectionMap, convertOffChainBalancesMap, convertToBtcAddress, convertToCosmosAddress, convertToEthAddress, createAttestationsProof, createBalanceMapForOffChainBalances, createTransactionPayload, createTxBroadcastBody, deepCopy, deepCopyPrimitives, doBalancesExceedThreshold, expandCollectionApprovals, filterZeroBalances, generateAlias, generateBitBadgesAuthUrl, generateReservedListId, getAbbreviatedAddress, getAliasDerivationKeysForBadge, getAliasDerivationKeysForCollection, getAliasDerivationKeysForList, getAllBadgeIdsToBeTransferred, getAllBalancesToBeTransferred, getBadgeIdsForMetadataId, getBadgeMetadataTimesAndValues, getBalanceAfterTransfer, getBalanceForIdAndTime, getBalancesAfterTransfers, getBalancesForId, getBalancesForIds, getBalancesForTime, getChainForAddress, getCollectionMetadataTimesAndValues, getConverterFunction, getCurrentIdxForTimeline, getCurrentValueForTimeline, getCustomDataTimesAndValues, getFirstMatchOnlyWithApprovalCriteria, getFullBadgeMetadataTimeline, getFullCollectionMetadataTimeline, getFullCustomDataTimeline, getFullIsArchivedTimeline, getFullManagerTimeline, getFullStandardsTimeline, getIdxAtTimeForTimeline, getIsArchivedTimesAndValues, getManagerTimesAndValues, getMaxMetadataId, getMetadataIdForBadgeId, getMetadataIdsForUri, getMintApprovals, getNonMintApprovals, getOffChainBalancesMetadataTimeline, getOffChainBalancesMetadataTimesAndValues, getOverlapDetails, getPermissionVariablesFromName, getReservedAddressList, getReservedTrackerList, getStandardsTimesAndValues, getTransfersFromTransfersWithIncrements, getUnhandledCollectionApprovals, getUnhandledUserIncomingApprovals, getUnhandledUserOutgoingApprovals, getUrisForMetadataIds, getValueAtTimeForTimeline, handleDuplicateBadgeIdsInBalances, type iAccessTokenDoc, type iAccountDoc, type iActionPermission, type iActivityDoc, type iAddApprovalDetailsToOffChainStorageSuccessResponse, type iAddBalancesToOffChainStorageSuccessResponse, type iAddReviewSuccessResponse, type iAddToIpfsSuccessResponse, type iAddressList, type iAddressListCreateObject, type iAddressListDoc, type iAddressListEditKey, type iAirdropDoc, type iAmountTrackerIdDetails, type iApprovalAmounts, type iApprovalCriteria, type iApprovalCriteriaWithDetails, type iApprovalIdentifierDetails, type iApprovalInfoDetails, type iApprovalTrackerDoc, type iAttestation, type iAttestationDoc, type iAttestationProofDoc, type iAttestationsProof, type iAuthorizationCodeDoc, type iBadgeMetadata, type iBadgeMetadataDetails, type iBadgeMetadataTimeline, type iBadgeMetadataTimelineWithDetails, type iBalance, type iBalanceDoc, type iBalanceDocWithDetails, type iBalancesActionPermission, type iBatchBadgeDetails, type iBitBadgesAddressList, type iBitBadgesApi, type iBitBadgesCollection, type iBitBadgesUserInfo, type iBlockinChallenge, type iBroadcastTxSuccessResponse, type iChallengeDetails, type iChallengeInfoDetails, type iChallengeTrackerIdDetails, type iCheckSignInStatusSuccessResponse, type iClaimAlertDoc, type iClaimBuilderDoc, type iClaimDetails, type iCoinTransfer, type iCollectionApproval, type iCollectionApprovalPermission, type iCollectionApprovalPermissionWithDetails, type iCollectionApprovalWithDetails, type iCollectionDoc, type iCollectionMetadata, type iCollectionMetadataDetails, type iCollectionMetadataTimeline, type iCollectionMetadataTimelineWithDetails, type iCollectionPermissions, type iCollectionPermissionsWithDetails, type iCompleteClaimSuccessResponse, type iComplianceDoc, type iCosmosCoin, type iCreateAddressListsSuccessResponse, type iCreateAttestationProofSuccessResponse, type iCreateAttestationSuccessResponse, type iCreateClaimSuccessResponse, type iCreateDeveloperAppSuccessResponse, type iCreatePluginSuccessResponse, type iCreateSIWBBRequestSuccessResponse, type iCustomDataTimeline, type iCustomLink, type iCustomListPage, type iCustomPage, type iDeleteAddressListsSuccessResponse, type iDeleteAttestationProofSuccessResponse, type iDeleteAttestationSuccessResponse, type iDeleteClaimSuccessResponse, type iDeleteDeveloperAppSuccessResponse, type iDeletePluginSuccessResponse, type iDeleteReviewSuccessResponse, type iDeleteSIWBBRequestSuccessResponse, type iDeveloperAppDoc, type iEmailVerificationStatus, type iExchangeSIWBBAuthorizationCodeSuccessResponse, type iFetchDoc, type iFetchMetadataDirectlySuccessResponse, type iFilterBadgesInCollectionSuccessResponse, type iFilterSuggestionsSuccessResponse, type iGenerateAppleWalletPassSuccessResponse, type iGenerateGoogleWalletSuccessResponse, type iGenericBlockinVerifySuccessResponse, type iGenericVerifyAssetsSuccessResponse, type iGetAccountsSuccessResponse, type iGetActiveAuthorizationsSuccessResponse, type iGetAddressListsSuccessResponse, type iGetAttestationProofSuccessResponse, type iGetAttestationSuccessResponse, type iGetBadgeActivitySuccessResponse, type iGetBadgeBalanceByAddressSuccessResponse, type iGetBrowseCollectionsSuccessResponse, type iGetClaimAlertsForCollectionSuccessResponse, type iGetClaimAttemptStatusSuccessResponse, type iGetClaimsSuccessResponse, type iGetCollectionByIdSuccessResponse, type iGetCollectionsSuccessResponse, type iGetDeveloperAppSuccessResponse, type iGetExternalCallSuccessResponse, type iGetMapValuesSuccessResponse, type iGetMapsSuccessResponse, type iGetOwnersForBadgeSuccessResponse, type iGetPluginSuccessResponse, type iGetReservedClaimCodesSuccessResponse, type iGetSIWBBRequestsForDeveloperAppSuccessResponse, type iGetSearchSuccessResponse, type iGetSignInChallengeSuccessResponse, type iGetStatusSuccessResponse, type iGetTokensFromFaucetSuccessResponse, type iIPFSTotalsDoc, type iIncomingApprovalCriteria, type iIncomingApprovalCriteriaWithDetails, type iIncrementedBalances, type iIndexerStatus, type iIsArchivedTimeline, type iLatestBlockStatus, type iListActivityDoc, type iManagerTimeline, type iManualBalances, type iMap, type iMapDoc, type iMapMetadataTimeline, type iMapPermissions, type iMapUpdateCriteria, type iMapWithValues, type iMaxNumTransfers, type iMerkleChallenge, type iMerkleChallengeDoc, type iMerkleChallengeWithDetails, type iMerklePathItem, type iMerkleProof, type iMetadata, type iMsgCreateAddressLists, type iMsgCreateCollection, type iMsgCreateMap, type iMsgDeleteCollection, type iMsgDeleteMap, type iMsgExecuteContractCompat, type iMsgInstantiateContractCompat, type iMsgSetValue, type iMsgStoreCodeCompat, type iMsgTransferBadges, type iMsgUniversalUpdateCollection, type iMsgUpdateCollection, type iMsgUpdateMap, type iMsgUpdateUserApprovals, type iMustOwnBadges, type iNotificationPreferences, type iOauthRevokeSuccessResponse, type iOffChainBalancesMap, type iOffChainBalancesMetadata, type iOffChainBalancesMetadataTimeline, type iOutgoingApprovalCriteria, type iOutgoingApprovalCriteriaWithDetails, type iPluginDoc, type iPredeterminedBalances, type iPredeterminedOrderCalculationMethod, type iProfileDoc, type iQueueDoc, type iRefreshDoc, type iRefreshMetadataSuccessResponse, type iRefreshStatusSuccessResponse, type iReviewDoc, type iRotateSIWBBRequestSuccessResponse, type iSIWBBRequestDoc, type iSendClaimAlertsSuccessResponse, type iSetOptions, type iSignOutSuccessResponse, type iSimulateClaimSuccessResponse, type iSimulateTxSuccessResponse, type iSocialConnections, type iStandardsTimeline, type iStatusDoc, type iTimedUpdatePermission, type iTimedUpdateWithBadgeIdsPermission, type iTimelineItem, type iTransfer, type iTransferActivityDoc, type iTransferWithIncrements, type iUintRange, type iUpdateAccountInfoSuccessResponse, type iUpdateAddressListsSuccessResponse, type iUpdateAttestationSuccessResponse, type iUpdateClaimSuccessResponse, type iUpdateDeveloperAppSuccessResponse, type iUpdateHistory, type iUpdatePluginSuccessResponse, type iUsedLeafStatus, type iUserBalanceStore, type iUserBalanceStoreWithDetails, type iUserIncomingApproval, type iUserIncomingApprovalPermission, type iUserIncomingApprovalPermissionWithDetails, type iUserIncomingApprovalWithDetails, type iUserOutgoingApproval, type iUserOutgoingApprovalPermission, type iUserOutgoingApprovalPermissionWithDetails, type iUserOutgoingApprovalWithDetails, type iUserPermissions, type iUserPermissionsWithDetails, type iValueOptions, type iValueStore, type iVerifySignInSuccessResponse, type iZkProof, type iZkProofSolution, isAddressValid, mustConvertToBtcAddress, mustConvertToCosmosAddress, mustConvertToEthAddress, index as proto, safeAdd, safeAddKeepLeft, safeAddKeepRight, safeMultiply, safeMultiplyKeepLeft, safeMultiplyKeepRight, safeSubtract, safeSubtractKeepLeft, safeSubtractKeepRight, sortAndMergeBalances, sortBalancesByAmount, subtractBalance, subtractBalances, uintRangeArrsEqual, updateBalances, validateBadgeMetadataUpdate, validateCollectionApprovalsUpdate, validateCollectionMetadataUpdate, validateCustomDataUpdate, validateIsArchivedUpdate, validateManagerUpdate, validateOffChainBalancesMetadataUpdate, validateStandardsUpdate, verifyAttestationsPresentationSignatures };
22167
+ export { AccessTokenDoc, AccountDoc, type AccountFetchDetails, type AccountMap, type AccountViewKey, ActionPermission$1 as ActionPermission, ActionPermissionUsedFlags, ActivityDoc, type AddApprovalDetailsToOffChainStoragePayload, AddApprovalDetailsToOffChainStorageSuccessResponse, type AddBalancesToOffChainStoragePayload, AddBalancesToOffChainStorageSuccessResponse, type AddReviewPayload, AddReviewSuccessResponse, type AddToIpfsPayload, AddToIpfsSuccessResponse, AddressList, AddressListDoc, AirdropDoc, AmountTrackerIdDetails, ApprovalAmounts, ApprovalCriteria, ApprovalCriteriaWithDetails, ApprovalIdentifierDetails, ApprovalInfoDetails, ApprovalPermissionUsedFlags, ApprovalTrackerDoc, Attestation, AttestationDoc, AttestationProofDoc, AttestationsProof, type Attribute$1 as Attribute, AuthorizationCodeDoc, BETANET_CHAIN_DETAILS, BadgeMetadata, BadgeMetadataDetails, BadgeMetadataTimeline, BadgeMetadataTimelineWithDetails, Balance$1 as Balance, BalanceArray, BalanceDoc, BalanceDocWithDetails, BalancesActionPermission, BalancesActionPermissionUsedFlags, BaseBitBadgesApi, BaseNumberTypeClass, BatchBadgeDetails, BatchBadgeDetailsArray, BigIntify, BitBadgesAPI, BitBadgesAddressList, BitBadgesAdminAPI, BitBadgesApiRoutes, BitBadgesCollection, BitBadgesKeplrSuggestBetanetChainInfo, BitBadgesNextAuth, type BitBadgesProfile, BitBadgesUserInfo, BlockinAndGroup, type BlockinAssetConditionGroup, BlockinAssetDetails, BlockinChallenge, BlockinChallengeParams, type BlockinMessage, BlockinOrGroup, type BroadcastTxPayload, BroadcastTxSuccessResponse, type Chain, ChallengeDetails, ChallengeInfoDetails, ChallengeTrackerIdDetails, type CheckSignInStatusPayload, CheckSignInStatusSuccessResponse, ClaimAlertDoc, ClaimBuilderDoc, ClaimDetails, type ClaimIntegrationPluginCustomBodyType, type ClaimIntegrationPluginType, type ClaimIntegrationPrivateParamsType, type ClaimIntegrationPrivateStateType, type ClaimIntegrationPublicParamsType, type ClaimIntegrationPublicStateType, type CodeGenQueryParams, CoinTransfer, CollectionApproval, CollectionApprovalPermission, CollectionApprovalPermissionWithDetails, CollectionApprovalWithDetails, CollectionDoc, type CollectionMap, CollectionMetadata, CollectionMetadataDetails, CollectionMetadataTimeline, CollectionMetadataTimelineWithDetails, CollectionPermissions, CollectionPermissionsWithDetails, type CollectionViewKey, type CompleteClaimPayload, CompleteClaimSuccessResponse, ComplianceDoc, type CosmosAccountResponse, type CosmosAddress, CosmosCoin, type CreateAddressListsPayload, CreateAddressListsSuccessResponse, type CreateAttestationPayload, type CreateAttestationProofPayload, CreateAttestationProofSuccessResponse, CreateAttestationSuccessResponse, type CreateClaimPayload, type CreateClaimRequest, CreateClaimSuccessResponse, type CreateDeveloperAppPayload, CreateDeveloperAppSuccessResponse, type CreatePluginPayload, CreatePluginSuccessResponse, type CreateSIWBBRequestPayload, CreateSIWBBRequestSuccessResponse, CustomDataTimeline, CustomListPage, CustomPage, type CustomType, CustomTypeClass, type DeleteAddressListsPayload, DeleteAddressListsSuccessResponse, type DeleteAttestationPayload, type DeleteAttestationProofPayload, DeleteAttestationProofSuccessResponse, DeleteAttestationSuccessResponse, type DeleteClaimPayload, DeleteClaimSuccessResponse, type DeleteDeveloperAppPayload, DeleteDeveloperAppSuccessResponse, type DeletePluginPayload, DeletePluginSuccessResponse, type DeleteReviewPayload, DeleteReviewSuccessResponse, type DeleteSIWBBRequestPayload, DeleteSIWBBRequestSuccessResponse, type DeliverTxResponse, DeveloperAppDoc, type Doc, type EIP712ToSign, type EIP712TypedData, EmailVerificationStatus, EmptyResponseClass, type ErrorDoc, type ErrorResponse, type Event$1 as Event, type ExchangeSIWBBAuthorizationCodePayload, ExchangeSIWBBAuthorizationCodeSuccessResponse, type Fee, FetchDoc, type FetchMetadataDirectlyPayload, FetchMetadataDirectlySuccessResponse, type FilterBadgesInCollectionPayload, FilterBadgesInCollectionSuccessResponse, type FilterSuggestionsPayload, FilterSuggestionsSuccessResponse, GO_MAX_UINT_64, type GenerateAppleWalletPassPayload, GenerateAppleWalletPassSuccessResponse, type GenerateGoogleWalletPayload, GenerateGoogleWalletSuccessResponse, type GenericBlockinVerifyPayload, GenericBlockinVerifySuccessResponse, type GenericVerifyAssetsPayload, GenericVerifyAssetsSuccessResponse, type GetAccountsPayload, GetAccountsSuccessResponse, type GetActiveAuthorizationsPayload, GetActiveAuthorizationsSuccessResponse, type GetAdditionalCollectionDetailsPayload, type GetAddressListsPayload, GetAddressListsSuccessResponse, type GetAttestationPayload, type GetAttestationProofPayload, GetAttestationProofSuccessResponse, GetAttestationSuccessResponse, type GetBadgeActivityPayload, GetBadgeActivitySuccessResponse, type GetBadgeBalanceByAddressPayload, GetBadgeBalanceByAddressSuccessResponse, type GetBrowseCollectionsPayload, GetBrowseCollectionsSuccessResponse, type GetClaimAlertsForCollectionPayload, GetClaimAlertsForCollectionSuccessResponse, type GetClaimAttemptStatusPayload, GetClaimAttemptStatusSuccessResponse, type GetClaimsPayload, GetClaimsSuccessResponse, type GetCollectionByIdBody, GetCollectionByIdSuccessResponse, type GetCollectionRequestBody, type GetCollectionsPayload, GetCollectionsSuccessResponse, type GetDeveloperAppPayload, GetDeveloperAppSuccessResponse, type GetExternalCallPayload, GetExternalCallSuccessResponse, GetFirstMatchOnly, GetListIdWithOptions, GetListWithOptions, type GetMapValuesPayload, GetMapValuesSuccessResponse, type GetMapsPayload, GetMapsSuccessResponse, type GetMetadataForCollectionPayload, type GetOwnersForBadgePayload, GetOwnersForBadgeSuccessResponse, type GetPluginPayload, GetPluginSuccessResponse, type GetReservedClaimCodesPayload, GetReservedClaimCodesSuccessResponse, type GetSIWBBRequestsForDeveloperAppPayload, GetSIWBBRequestsForDeveloperAppSuccessResponse, type GetSearchPayload, GetSearchSuccessResponse, type GetSignInChallengePayload, GetSignInChallengeSuccessResponse, type GetStatusPayload, GetStatusSuccessResponse, type GetTokensFromFaucetPayload, GetTokensFromFaucetSuccessResponse, GetUintRangesWithOptions, IPFSTotalsDoc, IncomingApprovalCriteria, IncomingApprovalCriteriaWithDetails, IncrementedBalances, type IntegrationPluginDetails, type IntegrationPluginParams, IsArchivedTimeline, type JSPrimitiveNumberType, type JsonBodyInputSchema, type JsonBodyInputWithValue, LatestBlockStatus, ListActivityDoc, MAINNET_CHAIN_DETAILS, type ManagePluginRequest, ManagerTimeline$1 as ManagerTimeline, ManualBalances, Map, MapDoc, MapMetadataTimeline, MapPermissions, MapUpdateCriteria, MapWithValues, MaxNumTransfers, MergeUniversalPermissionDetails, type MergedUniversalPermissionDetails, MerkleChallenge, MerkleChallengeDoc, MerkleChallengeWithDetails, MerklePathItem, MerkleProof, Metadata$2 as Metadata, type MetadataFetchOptions, MsgCreateAddressLists, MsgCreateCollection, MsgCreateMap, MsgDeleteCollection, MsgDeleteMap, MsgExecuteContractCompat, MsgInstantiateContractCompat, MsgSetValue, MsgTransferBadges, MsgUniversalUpdateCollection, MsgUpdateCollection, MsgUpdateMap, MsgUpdateUserApprovals, MustOwnBadges, type NativeAddress, NotificationPreferences, type NumberType, Numberify, NumberifyIfPossible, type OAuthScopeDetails, type OauthRevokePayload, OauthRevokeSuccessResponse, type OffChainBalancesMap, OffChainBalancesMetadata, OffChainBalancesMetadataTimeline, OutgoingApprovalCriteria, OutgoingApprovalCriteriaWithDetails, type Overlap, OwnershipRequirements, type PaginationInfo, type PermissionNameString, PluginDoc, PluginPresetType, PredeterminedBalances, PredeterminedOrderCalculationMethod, ProfileDoc, QueueDoc, RefreshDoc, type RefreshMetadataPayload, RefreshMetadataSuccessResponse, type RefreshStatusPayload, RefreshStatusSuccessResponse, ReviewDoc, type RotateSIWBBRequestPayload, RotateSIWBBRequestSuccessResponse, SIWBBRequestDoc, type SendClaimAlertsPayload, SendClaimAlertsSuccessResponse, type Sender, type SignOutPayload, SignOutSuccessResponse, type SimulateClaimPayload, SimulateClaimSuccessResponse, type SimulateTxPayload, SimulateTxSuccessResponse, SocialConnectionInfo, SocialConnections, StandardsTimeline, StatusDoc, Stringify, SupportedChain, type SupportedChainType, TESTNET_CHAIN_DETAILS, TimedUpdatePermission$1 as TimedUpdatePermission, TimedUpdatePermissionUsedFlags, TimedUpdateWithBadgeIdsPermission, TimedUpdateWithBadgeIdsPermissionUsedFlags, TimelineItem, type TransactionPayload, Transfer, TransferActivityDoc, TransferWithIncrements, type TxContext, type UNIXMilliTimestamp, UintRange$1 as UintRange, UintRangeArray, type UniversalPermission, type UniversalPermissionDetails, type UpdateAccountInfoPayload, UpdateAccountInfoSuccessResponse, type UpdateAddressListsPayload, UpdateAddressListsSuccessResponse, type UpdateAttestationPayload, UpdateAttestationSuccessResponse, type UpdateClaimPayload, type UpdateClaimRequest, UpdateClaimSuccessResponse, type UpdateDeveloperAppPayload, UpdateDeveloperAppSuccessResponse, UpdateHistory, type UpdatePluginPayload, UpdatePluginSuccessResponse, type UsedFlags, UsedLeafStatus, UserBalanceStore, UserBalanceStoreWithDetails, UserIncomingApproval, UserIncomingApprovalPermission, UserIncomingApprovalPermissionWithDetails, UserIncomingApprovalWithDetails, UserOutgoingApproval, UserOutgoingApprovalPermission, UserOutgoingApprovalPermissionWithDetails, UserOutgoingApprovalWithDetails, UserPermissions, UserPermissionsWithDetails, ValidateUniversalPermissionUpdate, ValueOptions, ValueStore, type VerifySIWBBOptions, type VerifySignInPayload, VerifySignInSuccessResponse, ZkProof, ZkProofSolution, addBalance, addBalances, addBalancesAndCheckIfExceedsThreshold, appendSelfInitiatedIncomingApproval, appendSelfInitiatedOutgoingApproval, applyIncrementsToBalances, areBalancesEqual, bigIntMax, bigIntMin, castNumberType, cleanBalances, compareCustomTypes, compareNumberTypeConvertibles, convertAccountMap, convertClassPropertiesAndMaintainNumberTypes, convertClassPropertiesToJson, convertCollectionMap, convertOffChainBalancesMap, convertToBtcAddress, convertToCosmosAddress, convertToEthAddress, createAttestationsProof, createBalanceMapForOffChainBalances, createTransactionPayload, createTxBroadcastBody, deepCopy, deepCopyPrimitives, doBalancesExceedThreshold, expandCollectionApprovals, filterZeroBalances, generateAlias, generateBitBadgesAuthUrl, generateReservedListId, getAbbreviatedAddress, getAliasDerivationKeysForBadge, getAliasDerivationKeysForCollection, getAliasDerivationKeysForList, getAllBadgeIdsToBeTransferred, getAllBalancesToBeTransferred, getBadgeIdsForMetadataId, getBadgeMetadataTimesAndValues, getBalanceAfterTransfer, getBalanceForIdAndTime, getBalancesAfterTransfers, getBalancesForId, getBalancesForIds, getBalancesForTime, getChainForAddress, getCollectionMetadataTimesAndValues, getConverterFunction, getCurrentIdxForTimeline, getCurrentValueForTimeline, getCustomDataTimesAndValues, getFirstMatchOnlyWithApprovalCriteria, getFullBadgeMetadataTimeline, getFullCollectionMetadataTimeline, getFullCustomDataTimeline, getFullIsArchivedTimeline, getFullManagerTimeline, getFullStandardsTimeline, getIdxAtTimeForTimeline, getIsArchivedTimesAndValues, getManagerTimesAndValues, getMaxMetadataId, getMetadataIdForBadgeId, getMetadataIdsForUri, getMintApprovals, getNonMintApprovals, getOffChainBalancesMetadataTimeline, getOffChainBalancesMetadataTimesAndValues, getOverlapDetails, getOverlapsAndNonOverlaps, getPermissionVariablesFromName, getReservedAddressList, getReservedTrackerList, getStandardsTimesAndValues, getTransfersFromTransfersWithIncrements, getUnhandledCollectionApprovals, getUnhandledUserIncomingApprovals, getUnhandledUserOutgoingApprovals, getUrisForMetadataIds, getValueAtTimeForTimeline, handleDuplicateBadgeIdsInBalances, type iAccessTokenDoc, type iAccountDoc, type iActionPermission, type iActivityDoc, type iAddApprovalDetailsToOffChainStorageSuccessResponse, type iAddBalancesToOffChainStorageSuccessResponse, type iAddReviewSuccessResponse, type iAddToIpfsSuccessResponse, type iAddressList, type iAddressListCreateObject, type iAddressListDoc, type iAddressListEditKey, type iAirdropDoc, type iAmountTrackerIdDetails, type iApprovalAmounts, type iApprovalCriteria, type iApprovalCriteriaWithDetails, type iApprovalIdentifierDetails, type iApprovalInfoDetails, type iApprovalTrackerDoc, type iAttestation, type iAttestationDoc, type iAttestationProofDoc, type iAttestationsProof, type iAuthorizationCodeDoc, type iBadgeMetadata, type iBadgeMetadataDetails, type iBadgeMetadataTimeline, type iBadgeMetadataTimelineWithDetails, type iBalance, type iBalanceDoc, type iBalanceDocWithDetails, type iBalancesActionPermission, type iBatchBadgeDetails, type iBitBadgesAddressList, type iBitBadgesApi, type iBitBadgesCollection, type iBitBadgesUserInfo, type iBlockinChallenge, type iBroadcastTxSuccessResponse, type iChallengeDetails, type iChallengeInfoDetails, type iChallengeTrackerIdDetails, type iCheckSignInStatusSuccessResponse, type iClaimAlertDoc, type iClaimBuilderDoc, type iClaimDetails, type iCoinTransfer, type iCollectionApproval, type iCollectionApprovalPermission, type iCollectionApprovalPermissionWithDetails, type iCollectionApprovalWithDetails, type iCollectionDoc, type iCollectionMetadata, type iCollectionMetadataDetails, type iCollectionMetadataTimeline, type iCollectionMetadataTimelineWithDetails, type iCollectionPermissions, type iCollectionPermissionsWithDetails, type iCompleteClaimSuccessResponse, type iComplianceDoc, type iCosmosCoin, type iCreateAddressListsSuccessResponse, type iCreateAttestationProofSuccessResponse, type iCreateAttestationSuccessResponse, type iCreateClaimSuccessResponse, type iCreateDeveloperAppSuccessResponse, type iCreatePluginSuccessResponse, type iCreateSIWBBRequestSuccessResponse, type iCustomDataTimeline, type iCustomLink, type iCustomListPage, type iCustomPage, type iDeleteAddressListsSuccessResponse, type iDeleteAttestationProofSuccessResponse, type iDeleteAttestationSuccessResponse, type iDeleteClaimSuccessResponse, type iDeleteDeveloperAppSuccessResponse, type iDeletePluginSuccessResponse, type iDeleteReviewSuccessResponse, type iDeleteSIWBBRequestSuccessResponse, type iDeveloperAppDoc, type iEmailVerificationStatus, type iExchangeSIWBBAuthorizationCodeSuccessResponse, type iFetchDoc, type iFetchMetadataDirectlySuccessResponse, type iFilterBadgesInCollectionSuccessResponse, type iFilterSuggestionsSuccessResponse, type iGenerateAppleWalletPassSuccessResponse, type iGenerateGoogleWalletSuccessResponse, type iGenericBlockinVerifySuccessResponse, type iGenericVerifyAssetsSuccessResponse, type iGetAccountsSuccessResponse, type iGetActiveAuthorizationsSuccessResponse, type iGetAddressListsSuccessResponse, type iGetAttestationProofSuccessResponse, type iGetAttestationSuccessResponse, type iGetBadgeActivitySuccessResponse, type iGetBadgeBalanceByAddressSuccessResponse, type iGetBrowseCollectionsSuccessResponse, type iGetClaimAlertsForCollectionSuccessResponse, type iGetClaimAttemptStatusSuccessResponse, type iGetClaimsSuccessResponse, type iGetCollectionByIdSuccessResponse, type iGetCollectionsSuccessResponse, type iGetDeveloperAppSuccessResponse, type iGetExternalCallSuccessResponse, type iGetMapValuesSuccessResponse, type iGetMapsSuccessResponse, type iGetOwnersForBadgeSuccessResponse, type iGetPluginSuccessResponse, type iGetReservedClaimCodesSuccessResponse, type iGetSIWBBRequestsForDeveloperAppSuccessResponse, type iGetSearchSuccessResponse, type iGetSignInChallengeSuccessResponse, type iGetStatusSuccessResponse, type iGetTokensFromFaucetSuccessResponse, type iIPFSTotalsDoc, type iIncomingApprovalCriteria, type iIncomingApprovalCriteriaWithDetails, type iIncrementedBalances, type iIndexerStatus, type iIsArchivedTimeline, type iLatestBlockStatus, type iListActivityDoc, type iManagerTimeline, type iManualBalances, type iMap, type iMapDoc, type iMapMetadataTimeline, type iMapPermissions, type iMapUpdateCriteria, type iMapWithValues, type iMaxNumTransfers, type iMerkleChallenge, type iMerkleChallengeDoc, type iMerkleChallengeWithDetails, type iMerklePathItem, type iMerkleProof, type iMetadata, type iMsgCreateAddressLists, type iMsgCreateCollection, type iMsgCreateMap, type iMsgDeleteCollection, type iMsgDeleteMap, type iMsgExecuteContractCompat, type iMsgInstantiateContractCompat, type iMsgSetValue, type iMsgStoreCodeCompat, type iMsgTransferBadges, type iMsgUniversalUpdateCollection, type iMsgUpdateCollection, type iMsgUpdateMap, type iMsgUpdateUserApprovals, type iMustOwnBadges, type iNotificationPreferences, type iOauthRevokeSuccessResponse, type iOffChainBalancesMap, type iOffChainBalancesMetadata, type iOffChainBalancesMetadataTimeline, type iOutgoingApprovalCriteria, type iOutgoingApprovalCriteriaWithDetails, type iPluginDoc, type iPredeterminedBalances, type iPredeterminedOrderCalculationMethod, type iProfileDoc, type iQueueDoc, type iRefreshDoc, type iRefreshMetadataSuccessResponse, type iRefreshStatusSuccessResponse, type iReviewDoc, type iRotateSIWBBRequestSuccessResponse, type iSIWBBRequestDoc, type iSendClaimAlertsSuccessResponse, type iSetOptions, type iSignOutSuccessResponse, type iSimulateClaimSuccessResponse, type iSimulateTxSuccessResponse, type iSocialConnections, type iStandardsTimeline, type iStatusDoc, type iTimedUpdatePermission, type iTimedUpdateWithBadgeIdsPermission, type iTimelineItem, type iTransfer, type iTransferActivityDoc, type iTransferWithIncrements, type iUintRange, type iUpdateAccountInfoSuccessResponse, type iUpdateAddressListsSuccessResponse, type iUpdateAttestationSuccessResponse, type iUpdateClaimSuccessResponse, type iUpdateDeveloperAppSuccessResponse, type iUpdateHistory, type iUpdatePluginSuccessResponse, type iUsedLeafStatus, type iUserBalanceStore, type iUserBalanceStoreWithDetails, type iUserIncomingApproval, type iUserIncomingApprovalPermission, type iUserIncomingApprovalPermissionWithDetails, type iUserIncomingApprovalWithDetails, type iUserOutgoingApproval, type iUserOutgoingApprovalPermission, type iUserOutgoingApprovalPermissionWithDetails, type iUserOutgoingApprovalWithDetails, type iUserPermissions, type iUserPermissionsWithDetails, type iValueOptions, type iValueStore, type iVerifySignInSuccessResponse, type iZkProof, type iZkProofSolution, isAddressValid, mustConvertToBtcAddress, mustConvertToCosmosAddress, mustConvertToEthAddress, index as proto, safeAdd, safeAddKeepLeft, safeAddKeepRight, safeMultiply, safeMultiplyKeepLeft, safeMultiplyKeepRight, safeSubtract, safeSubtractKeepLeft, safeSubtractKeepRight, sortAndMergeBalances, sortBalancesByAmount, subtractBalance, subtractBalances, uintRangeArrsEqual, universalRemoveOverlapFromValues, universalRemoveOverlaps, updateBalances, validateBadgeMetadataUpdate, validateCollectionApprovalsUpdate, validateCollectionMetadataUpdate, validateCustomDataUpdate, validateIsArchivedUpdate, validateManagerUpdate, validateOffChainBalancesMetadataUpdate, validateStandardsUpdate, verifyAttestationsPresentationSignatures };