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": "बढाउनु",
|
||||
"adjustmentDecrease": "घटाउनु",
|
||||
"adjustmentAmount": "समायोजन रकम (मुख्य एकाइ)",
|
||||
"adjustmentAmountPlaceholder": "समायोजन रकम प्रविष्ट गर्नुहोस्",
|
||||
"adjustmentReason": "कारण (अनिवार्य)",
|
||||
"adjustmentReasonPlaceholder": "समायोजन कारण प्रविष्ट गर्नुहोस्",
|
||||
"submitAdjustment": "समायोजन पेश गर्नुहोस्",
|
||||
"adjustmentSuccess": "पूल ब्यालेन्स समायोजन भयो",
|
||||
"adjustmentFailed": "समायोजन असफल",
|
||||
@@ -30,11 +32,17 @@
|
||||
"confirmAdjustmentDescription": "यसले लेजर प्रविष्टि लेख्छ र पूल ब्यालेन्स अद्यावधिक गर्छ। रकम र कारण जाँच गर्नुहोस्।",
|
||||
"recentAdjustments": "भर्खरका समायोजन",
|
||||
"contributionRate": "योगदान अनुपात 0-1",
|
||||
"contributionRatePlaceholder": "योगदान अनुपात प्रविष्ट गर्नुहोस्, जस्तै 0.02",
|
||||
"triggerThreshold": "बर्स्ट थ्रेसहोल्ड (सानो एकाइ)",
|
||||
"triggerThresholdPlaceholder": "ट्रिगर थ्रेसहोल्ड प्रविष्ट गर्नुहोस्",
|
||||
"payoutRate": "बर्स्ट भुक्तानी अनुपात 0-1",
|
||||
"payoutRatePlaceholder": "पेआउट अनुपात प्रविष्ट गर्नुहोस्, जस्तै 0.05",
|
||||
"forceTriggerGap": "बलपूर्वक बर्स्ट अन्तर (सेटल ड्रअ)",
|
||||
"forceTriggerGapPlaceholder": "बलपूर्वक ट्रिगर अन्तर प्रविष्ट गर्नुहोस्",
|
||||
"minBetAmount": "न्यूनतम बेट रकम (सानो एकाइ)",
|
||||
"minBetAmountPlaceholder": "न्यूनतम बेट रकम प्रविष्ट गर्नुहोस्",
|
||||
"comboTriggerPlays": "कम्बो ट्रिगर प्ले (comma-separated)",
|
||||
"comboTriggerPlaysPlaceholder": "प्ले कोडहरू अल्पविरामले छुट्याएर लेख्नुहोस्, जस्तै straight,ibox",
|
||||
"status": "स्थिति",
|
||||
"disabled": "बन्द",
|
||||
"enabled": "खुला",
|
||||
|
||||
Reference in New Issue
Block a user