@etherean/etherean-grpc
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,2 +5,3 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies,optimize_code_size,output_javascript | ||
import { MessageType } from "@protobuf-ts/runtime"; | ||
import { Web3AuthData } from "./web3_auth_data.js"; | ||
/** | ||
@@ -28,2 +29,15 @@ * https://chainagnostic.org/CAIPs/caip-10 | ||
} | ||
/** | ||
* @generated from protobuf message etherean.type.UserWalletWithWeb3authInfo | ||
*/ | ||
export interface UserWalletWithWeb3authInfo { | ||
/** | ||
* @generated from protobuf field: etherean.type.Address address = 1; | ||
*/ | ||
address?: Address; | ||
/** | ||
* @generated from protobuf field: etherean.type.Web3AuthData web3_auth_data = 2; | ||
*/ | ||
web3AuthData?: Web3AuthData; | ||
} | ||
declare class Address$Type extends MessageType<Address> { | ||
@@ -43,2 +57,9 @@ constructor(); | ||
export declare const UserWallet: UserWallet$Type; | ||
declare class UserWalletWithWeb3authInfo$Type extends MessageType<UserWalletWithWeb3authInfo> { | ||
constructor(); | ||
} | ||
/** | ||
* @generated MessageType for protobuf message etherean.type.UserWalletWithWeb3authInfo | ||
*/ | ||
export declare const UserWalletWithWeb3authInfo: UserWalletWithWeb3authInfo$Type; | ||
export {}; |
@@ -8,2 +8,3 @@ // @generated by protobuf-ts 2.9.4 with parameter generate_dependencies,optimize_code_size,output_javascript | ||
import { MessageType } from "@protobuf-ts/runtime"; | ||
import { Web3AuthData } from "./web3_auth_data.js"; | ||
// @generated message type with reflection information, may provide speed optimized methods | ||
@@ -33,1 +34,14 @@ class Address$Type extends MessageType { | ||
export const UserWallet = new UserWallet$Type(); | ||
// @generated message type with reflection information, may provide speed optimized methods | ||
class UserWalletWithWeb3authInfo$Type extends MessageType { | ||
constructor() { | ||
super("etherean.type.UserWalletWithWeb3authInfo", [ | ||
{ no: 1, name: "address", kind: "message", T: () => Address }, | ||
{ no: 2, name: "web3_auth_data", kind: "message", T: () => Web3AuthData } | ||
]); | ||
} | ||
} | ||
/** | ||
* @generated MessageType for protobuf message etherean.type.UserWalletWithWeb3authInfo | ||
*/ | ||
export const UserWalletWithWeb3authInfo = new UserWalletWithWeb3authInfo$Type(); |
{ | ||
"name": "@etherean/etherean-grpc", | ||
"type": "module", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "", | ||
@@ -31,5 +31,5 @@ "keywords": [], | ||
"scripts": { | ||
"build": "pnpm clean && mkdir dist && protoc -I ./proto --ts_opt generate_dependencies --ts_out ./dist --ts_opt optimize_code_size --ts_opt output_javascript yield/gas.proto yield/gas_v2.proto yield/metrics.proto yield/metrics_v2.proto tokens.proto && node scripts/patch-esm.js", | ||
"build": "pnpm clean && mkdir dist && protoc -I ./proto --ts_opt generate_dependencies --ts_out ./dist --ts_opt optimize_code_size --ts_opt output_javascript yield/gas.proto yield/gas_v2.proto yield/metrics.proto yield/metrics_v2.proto inapp/inapp.proto tokens.proto referral_user.proto referral_miniapp.proto referral_points.proto && node scripts/patch-esm.js", | ||
"clean": "rimraf dist" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
241410
109
4717