@onbeam/automation-api-client
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -52,8 +52,2 @@ type ApiRequestOptions = { | ||
type CommonActivityRequestInput = { | ||
limit?: number; | ||
types?: Array<'ask' | 'ask_cancel' | 'bid' | 'bid_cancel' | 'sale' | 'mint' | 'transfer'> | null; | ||
chainId?: number; | ||
}; | ||
type CommonActivityResponse = { | ||
@@ -82,2 +76,20 @@ data: Array<{ | ||
type CommonAssetActivityRequestInput = { | ||
limit?: number; | ||
types?: Array<'ask' | 'ask_cancel' | 'bid' | 'bid_cancel' | 'sale' | 'mint' | 'transfer'> | null; | ||
chainId?: number; | ||
}; | ||
type CommonContractActivityRequestInput = { | ||
limit?: number; | ||
types?: Array<'ask' | 'ask_cancel' | 'bid' | 'bid_cancel' | 'sale' | 'mint' | 'transfer'> | null; | ||
chainId?: number; | ||
}; | ||
type CommonUserActivityRequestInput = { | ||
limit?: number; | ||
types?: Array<'ask' | 'ask_cancel' | 'bid' | 'bid_cancel' | 'sale' | 'mint' | 'transfer'> | null; | ||
chainId?: number; | ||
}; | ||
declare class ActivityService { | ||
@@ -93,3 +105,3 @@ readonly httpRequest: BaseHttpRequest; | ||
*/ | ||
getProfileActivity(entityId: string, requestBody: CommonActivityRequestInput): CancelablePromise<CommonActivityResponse>; | ||
getProfileActivity(entityId: string, requestBody: CommonUserActivityRequestInput): CancelablePromise<CommonActivityResponse>; | ||
/** | ||
@@ -102,3 +114,3 @@ * Get contract activity | ||
*/ | ||
getContractActivity(assetAddress: string, requestBody: CommonActivityRequestInput): CancelablePromise<CommonActivityResponse>; | ||
getContractActivity(assetAddress: string, requestBody: CommonContractActivityRequestInput): CancelablePromise<CommonActivityResponse>; | ||
/** | ||
@@ -112,3 +124,3 @@ * Get asset activity | ||
*/ | ||
getAssetActivity(assetAddress: string, assetId: string, requestBody: CommonActivityRequestInput): CancelablePromise<CommonActivityResponse>; | ||
getAssetActivity(assetAddress: string, assetId: string, requestBody: CommonAssetActivityRequestInput): CancelablePromise<CommonActivityResponse>; | ||
} | ||
@@ -1739,2 +1751,2 @@ | ||
export { type AcceptAssetOfferRequestInputV2, type AddContractRequestInput, AddContractResponse, Beam, type BuyAssetRequestInputV2, type CancelAssetListingRequestInputV2, type CancelAssetOfferRequestInputV2, type CommonActivityRequestInput, type CommonActivityResponse, CommonAddPolicyRequestInput, CommonAddPolicyResponse, type CommonGetPoliciesResponse, type CommonRemovePolicyResponse, type CommonStatsRequestInput, type CommonStatsResponse, type ConvertTokenRequestInput, CreateAssetOfferRequestInputV2, type CreateOfferResponseV2, type CreateProfileRequestInput, type CreateProfileResponse, type CreateTransactionRequestInputV2, type CreateWebhookForGame, type GenerateLinkCodeRequestInput, type GenerateLinkCodeResponse, type GenerateSignInCodeRequestInput, type GenerateSignInCodeResponse, type GetAllGasUsageResponse, type GetAllProfilesResponse, type GetAssetListingsResponseV2, GetAssetResponseV2, GetAssetsForContractBodyInputV2, type GetAssetsForContractResponseV2, GetAssetsForProfileBodyInputV2, type GetAssetsForProfileResponseV2, type GetChainCurrenciesResponseV2, type GetChainResponse, type GetEstimateResponse, GetGameResponse, type GetGasUsageResponse, GetListedAssetsBodyInputV2, GetPolicyUsageResponse, type GetProfileCurrenciesResponseV2, type GetProfileNativeCurrencyResponseV2, type GetProfileResponse, type GetQuoteResponse, type GetTransactionsResponseV2, type GetWebhooksForGameResponse, type RefreshContractRequestBody, type RefreshTokenRequestBody, RegenerateGameApiKeysResponse, type RemoveContractResponse, SellAssetRequestInputV2, type SellAssetResponseV2, type TradeTokensRequestInput, TransactionResponse, type TransferAssetRequestInputV2, type TransferNativeTokenRequestInputV2, type TransferTokenRequestInputV2, type UnwrappingTokenInput, UpdateGameRequestInput, UpdateGameResponse, type UpdateProfileRequestInput, type UpdateProfileResponse, type WebhookForGameResponse, type WrappingTokenInput, Beam as default }; | ||
export { type AcceptAssetOfferRequestInputV2, type AddContractRequestInput, AddContractResponse, Beam, type BuyAssetRequestInputV2, type CancelAssetListingRequestInputV2, type CancelAssetOfferRequestInputV2, type CommonActivityResponse, CommonAddPolicyRequestInput, CommonAddPolicyResponse, type CommonAssetActivityRequestInput, type CommonContractActivityRequestInput, type CommonGetPoliciesResponse, type CommonRemovePolicyResponse, type CommonStatsRequestInput, type CommonStatsResponse, type CommonUserActivityRequestInput, type ConvertTokenRequestInput, CreateAssetOfferRequestInputV2, type CreateOfferResponseV2, type CreateProfileRequestInput, type CreateProfileResponse, type CreateTransactionRequestInputV2, type CreateWebhookForGame, type GenerateLinkCodeRequestInput, type GenerateLinkCodeResponse, type GenerateSignInCodeRequestInput, type GenerateSignInCodeResponse, type GetAllGasUsageResponse, type GetAllProfilesResponse, type GetAssetListingsResponseV2, GetAssetResponseV2, GetAssetsForContractBodyInputV2, type GetAssetsForContractResponseV2, GetAssetsForProfileBodyInputV2, type GetAssetsForProfileResponseV2, type GetChainCurrenciesResponseV2, type GetChainResponse, type GetEstimateResponse, GetGameResponse, type GetGasUsageResponse, GetListedAssetsBodyInputV2, GetPolicyUsageResponse, type GetProfileCurrenciesResponseV2, type GetProfileNativeCurrencyResponseV2, type GetProfileResponse, type GetQuoteResponse, type GetTransactionsResponseV2, type GetWebhooksForGameResponse, type RefreshContractRequestBody, type RefreshTokenRequestBody, RegenerateGameApiKeysResponse, type RemoveContractResponse, SellAssetRequestInputV2, type SellAssetResponseV2, type TradeTokensRequestInput, TransactionResponse, type TransferAssetRequestInputV2, type TransferNativeTokenRequestInputV2, type TransferTokenRequestInputV2, type UnwrappingTokenInput, UpdateGameRequestInput, UpdateGameResponse, type UpdateProfileRequestInput, type UpdateProfileResponse, type WebhookForGameResponse, type WrappingTokenInput, Beam as default }; |
@@ -26,3 +26,3 @@ { | ||
}, | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"scripts": { | ||
@@ -29,0 +29,0 @@ "generate": "pnpm generate:client && pnpm generate:barrels && pnpm build", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
788758
21755