@arbiwallet/contracts 1.0.256 → 1.0.257
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/gen/referral.ts +2 -0
- package/package.json +1 -1
- package/proto/referral.proto +2 -0
package/gen/referral.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arbiwallet/contracts",
|
|
3
3
|
"descriptions": "Generate and manage smart contracts for ArbiWallet",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.257",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"generate": "protoc -I ./proto ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit"
|
|
7
7
|
},
|
package/proto/referral.proto
CHANGED
|
@@ -107,6 +107,8 @@ message GetReferralSummaryResponse {
|
|
|
107
107
|
repeated ReferralBalanceItem balances = 2;
|
|
108
108
|
int32 referrals_count = 3;
|
|
109
109
|
string total_usd_volume = 4;
|
|
110
|
+
string total_usdt_balance = 5;
|
|
111
|
+
string available_usdt_balance = 6;
|
|
110
112
|
}
|
|
111
113
|
|
|
112
114
|
message ListReferralsRequest {
|