Skip to main content

AddKarmaResponse

@codebolt/types


Interface: AddKarmaResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:165

Agent Portfolio SDK Function Types Types for the agent portfolio module functions

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
data?{ karmaId?: string; newTotal?: number; transaction?: KarmaEntry; }Karma result - returned in 'data' property from cliLib-common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:167
data.karmaId?string--common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:168
data.newTotal?number--common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:169
data.transaction?KarmaEntry--common/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:170
error?string-BaseAgentPortfolioSDKResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:10
message?string-BaseAgentPortfolioSDKResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:9
requestId?stringRequest identifierBaseAgentPortfolioSDKResponse.requestIdcommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:12
success?boolean-BaseAgentPortfolioSDKResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:8
timestamp?stringResponse timestampBaseAgentPortfolioSDKResponse.timestampcommon/types/src/codeboltjstypes/libFunctionTypes/agentPortfolio.ts:14