Skip to content

Commit

Permalink
update: grpc protos from [email protected](8070200)
Browse files Browse the repository at this point in the history
[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
cxw620 committed Jul 30, 2024
1 parent cb4f767 commit 19dfac5
Show file tree
Hide file tree
Showing 261 changed files with 55,970 additions and 830 deletions.
67 changes: 67 additions & 0 deletions grpc_api/bilibili/account/fission/v1.proto
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 {
}

25 changes: 25 additions & 0 deletions grpc_api/bilibili/account/interfaces/v1.proto
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;
}

39 changes: 39 additions & 0 deletions grpc_api/bilibili/account/service/v1.proto
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;
}

Loading

0 comments on commit 19dfac5

Please sign in to comment.