feat(api, agents): add agent node profile retrieval and update functionality
Implemented new API functions to fetch and update agent node profiles, enhancing the management capabilities for agent data. This addition improves the overall functionality of the admin agents console, allowing for better user interaction with agent profiles. Updated related types for improved type safety and clarity in the codebase.
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
"adjustmentIncrease": "Increase",
|
||||
"adjustmentDecrease": "Decrease",
|
||||
"adjustmentAmount": "Amount (major units)",
|
||||
"adjustmentAmountPlaceholder": "Enter adjustment amount",
|
||||
"adjustmentReason": "Reason (required)",
|
||||
"adjustmentReasonPlaceholder": "Enter adjustment reason",
|
||||
"submitAdjustment": "Submit adjustment",
|
||||
"adjustmentSuccess": "Pool balance adjusted",
|
||||
"adjustmentFailed": "Adjustment failed",
|
||||
@@ -30,11 +32,17 @@
|
||||
"confirmAdjustmentDescription": "This writes a ledger entry and updates the pool balance. Verify amount and reason.",
|
||||
"recentAdjustments": "Recent adjustments",
|
||||
"contributionRate": "Contribution rate 0-1",
|
||||
"contributionRatePlaceholder": "Enter contribution rate, for example 0.02",
|
||||
"triggerThreshold": "Burst threshold (minor unit)",
|
||||
"triggerThresholdPlaceholder": "Enter burst threshold",
|
||||
"payoutRate": "Burst payout rate 0-1",
|
||||
"payoutRatePlaceholder": "Enter payout rate, for example 0.05",
|
||||
"forceTriggerGap": "Force burst gap (settled draws)",
|
||||
"forceTriggerGapPlaceholder": "Enter forced burst gap in draws",
|
||||
"minBetAmount": "Minimum bet amount (minor unit)",
|
||||
"minBetAmountPlaceholder": "Enter minimum bet amount",
|
||||
"comboTriggerPlays": "Combo trigger plays (comma separated)",
|
||||
"comboTriggerPlaysPlaceholder": "Enter play codes separated by commas, for example straight,ibox",
|
||||
"status": "Status",
|
||||
"disabled": "Disabled",
|
||||
"enabled": "Enabled",
|
||||
|
||||
Reference in New Issue
Block a user