Skip to content

Commit

Permalink
proto: update to v1016249039
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 5, 2024
1 parent d223d48 commit d910a51
Show file tree
Hide file tree
Showing 13 changed files with 127 additions and 61 deletions.
8 changes: 8 additions & 0 deletions proto/waCompanionReg/WAWebProtobufsCompanionReg.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified proto/waCompanionReg/WAWebProtobufsCompanionReg.pb.raw
Binary file not shown.
1 change: 1 addition & 0 deletions proto/waCompanionReg/WAWebProtobufsCompanionReg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ message DeviceProps {
optional bool supportRecentSyncChunkMessageCountTuning = 10;
optional bool supportHostedGroupMsg = 11;
optional bool supportFbidBotChatHistory = 12;
optional bool supportAddOnHistorySyncMigration = 13;
}

message AppVersion {
Expand Down
113 changes: 73 additions & 40 deletions proto/waE2E/WAWebProtobufsE2E.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified proto/waE2E/WAWebProtobufsE2E.pb.raw
Binary file not shown.
12 changes: 9 additions & 3 deletions proto/waE2E/WAWebProtobufsE2E.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enum PeerDataOperationRequestType {
FULL_HISTORY_SYNC_ON_DEMAND = 6;
}

enum SessionSource {
enum BotSessionSource {
NULL_STATE = 1;
TYPEAHEAD = 2;
USER_INPUT = 3;
Expand Down Expand Up @@ -491,6 +491,9 @@ message PeerDataOperationRequestResponseMessage {
REQUEST_TIME_EXPIRED = 1;
DECLINED_SHARING_HISTORY = 2;
GENERIC_ERROR = 3;
ERROR_REQUEST_ON_NON_SMB_PRIMARY = 4;
ERROR_HOSTED_DEVICE_NOT_CONNECTED = 5;
ERROR_HOSTED_DEVICE_LOGIN_TIME_NOT_SET = 6;
}

message WaffleNonceFetchResponse {
Expand Down Expand Up @@ -1267,6 +1270,8 @@ message StickerPackMessage {

message AlbumMessage {
optional string caption = 1;
optional uint32 expectedImageCount = 2;
optional uint32 expectedVideoCount = 3;
optional ContextInfo contextInfo = 17;
}

Expand Down Expand Up @@ -1718,7 +1723,7 @@ message BotSuggestedPromptMetadata {

message BotSessionMetadata {
optional string sessionID = 1;
optional SessionSource sessionSource = 2;
optional BotSessionSource sessionSource = 2;
}

message BotMemuMetadata {
Expand All @@ -1731,11 +1736,12 @@ message BotMetadata {
optional BotPluginMetadata pluginMetadata = 3;
optional BotSuggestedPromptMetadata suggestedPromptMetadata = 4;
optional string invokerJID = 5;
optional BotSessionMetadata searchMetadata = 6;
optional BotSessionMetadata sessionMetadata = 6;
optional BotMemuMetadata memuMetadata = 7;
optional string timezone = 8;
optional BotReminderMetadata reminderMetadata = 9;
optional BotModelMetadata modelMetadata = 10;
optional string messageDisclaimerText = 11;
}

message DeviceListMetadata {
Expand Down
Loading

0 comments on commit d910a51

Please sign in to comment.