-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update: grpc protos from [email protected](8070200)
[AUTO GENERATED] Helper: mikufans-bapis-decompiler/0.1.6-master-e7f8076-RELEASE built at 2024-07-30T17:45:09.926415077+08:00
- Loading branch information
Showing
261 changed files
with
55,970 additions
and
830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
// MVer: [email protected](8070200) | ||
// Helper: mikufans-bapis-decompiler/0.1.6-master-e7f8076-RELEASE built at 2024-07-30T17:45:09.926415077+08:00 | ||
|
||
syntax = "proto3"; | ||
|
||
package bilibili.account.fission.v1; | ||
|
||
// | ||
service Fission { | ||
// | ||
rpc Entrance (EntranceReq) returns (EntranceReply); | ||
// | ||
rpc Privacy (PrivacyReq) returns (PrivacyReply); | ||
// | ||
rpc Window (WindowReq) returns (WindowReply); | ||
} | ||
|
||
// | ||
message AnimateIcon { | ||
// | ||
string icon = 1; | ||
// | ||
string json = 2; | ||
} | ||
|
||
// | ||
message EntranceReply { | ||
// | ||
string icon = 1; | ||
// | ||
string name = 2; | ||
// | ||
string url = 3; | ||
// | ||
AnimateIcon animate_icon = 4; | ||
} | ||
|
||
// | ||
message EntranceReq { | ||
} | ||
|
||
// | ||
message PrivacyReply { | ||
// | ||
string message = 1; | ||
} | ||
|
||
// | ||
message PrivacyReq { | ||
// | ||
string activity_uid = 1; | ||
} | ||
|
||
// | ||
message WindowReply { | ||
// | ||
int32 type = 1; | ||
// | ||
string url = 2; | ||
// | ||
string report_data = 3; | ||
} | ||
|
||
// | ||
message WindowReq { | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// MVer: [email protected](8070200) | ||
// Helper: mikufans-bapis-decompiler/0.1.6-master-e7f8076-RELEASE built at 2024-07-30T17:45:09.926415077+08:00 | ||
|
||
syntax = "proto3"; | ||
|
||
package bilibili.account.interfaces.v1; | ||
|
||
// | ||
service AccountInterfaceV1 { | ||
// | ||
rpc MidByName (MidByNameReq) returns (MidByNameReply); | ||
} | ||
|
||
// | ||
message MidByNameReply { | ||
// | ||
map<string, int64> name_map = 1; | ||
} | ||
|
||
// | ||
message MidByNameReq { | ||
// | ||
repeated string names = 1; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// MVer: [email protected](8070200) | ||
// Helper: mikufans-bapis-decompiler/0.1.6-master-e7f8076-RELEASE built at 2024-07-30T17:45:09.926415077+08:00 | ||
|
||
syntax = "proto3"; | ||
|
||
package bilibili.account.service.v1; | ||
|
||
// | ||
message Color { | ||
// | ||
string color_day = 1; | ||
// | ||
string color_night = 2; | ||
} | ||
|
||
// | ||
message ColorsInfo { | ||
// | ||
repeated int64 color_ids = 1; | ||
// | ||
repeated Color color = 2; | ||
} | ||
|
||
// | ||
message NameRender { | ||
// | ||
RenderSchemeEnum render_scheme = 1; | ||
// | ||
ColorsInfo colors_info = 2; | ||
} | ||
|
||
// | ||
enum RenderSchemeEnum { | ||
// | ||
Default = 0; | ||
// | ||
Colorful = 1; | ||
} | ||
|
Oops, something went wrong.