@@ -7,7 +7,7 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialM
77import { Message , proto3 } from "@bufbuild/protobuf" ;
88import { DataContainerId , IntentId , Locale , PhoneNumber , Signature , SolanaAccountId , UserId } from "../../common/v1/model_pb" ;
99import { PhoneLinkingToken } from "../../phone/v1/phone_verification_service_pb" ;
10- import { AirdropType , ExchangeData } from "../../transaction/v2/transaction_service_pb" ;
10+ import { AirdropType , ExchangeDataWithoutRate } from "../../transaction/v2/transaction_service_pb" ;
1111
1212/**
1313 * @generated from message code.user.v1.LinkAccountRequest
@@ -1240,9 +1240,9 @@ export class TwitterUser extends Message<TwitterUser> {
12401240 * This should not be cached for an extended period, as exchange rate / value
12411241 * may change at any time.
12421242 *
1243- * @generated from field: code.transaction.v2.ExchangeData friendship_cost = 7;
1243+ * @generated from field: code.transaction.v2.ExchangeDataWithoutRate friendship_cost = 7;
12441244 */
1245- friendshipCost ?: ExchangeData ;
1245+ friendshipCost ?: ExchangeDataWithoutRate ;
12461246
12471247 /**
12481248 * Indicates the user is a friend of the caller.
@@ -1265,7 +1265,7 @@ export class TwitterUser extends Message<TwitterUser> {
12651265 { no : 4 , name : "profile_pic_url" , kind : "scalar" , T : 9 /* ScalarType.STRING */ } ,
12661266 { no : 5 , name : "verified_type" , kind : "enum" , T : proto3 . getEnumType ( TwitterUser_VerifiedType ) } ,
12671267 { no : 6 , name : "follower_count" , kind : "scalar" , T : 13 /* ScalarType.UINT32 */ } ,
1268- { no : 7 , name : "friendship_cost" , kind : "message" , T : ExchangeData } ,
1268+ { no : 7 , name : "friendship_cost" , kind : "message" , T : ExchangeDataWithoutRate } ,
12691269 { no : 10 , name : "is_friend" , kind : "scalar" , T : 8 /* ScalarType.BOOL */ } ,
12701270 ] ) ;
12711271
0 commit comments