Skip to content

Commit 4607ed7

Browse files
tulircrazycodezombie
authored andcommitted
proto: update to v1016249039
1 parent 80b2812 commit 4607ed7

13 files changed

+127
-61
lines changed

proto/waCompanionReg/WAWebProtobufsCompanionReg.pb.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

proto/waCompanionReg/WAWebProtobufsCompanionReg.proto

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ message DeviceProps {
4343
optional bool supportRecentSyncChunkMessageCountTuning = 10;
4444
optional bool supportHostedGroupMsg = 11;
4545
optional bool supportFbidBotChatHistory = 12;
46+
optional bool supportAddOnHistorySyncMigration = 13;
4647
}
4748

4849
message AppVersion {

proto/waE2E/WAWebProtobufsE2E.pb.go

+73-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waE2E/WAWebProtobufsE2E.pb.raw

280 Bytes
Binary file not shown.

proto/waE2E/WAWebProtobufsE2E.proto

+9-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ enum PeerDataOperationRequestType {
1717
FULL_HISTORY_SYNC_ON_DEMAND = 6;
1818
}
1919

20-
enum SessionSource {
20+
enum BotSessionSource {
2121
NULL_STATE = 1;
2222
TYPEAHEAD = 2;
2323
USER_INPUT = 3;
@@ -491,6 +491,9 @@ message PeerDataOperationRequestResponseMessage {
491491
REQUEST_TIME_EXPIRED = 1;
492492
DECLINED_SHARING_HISTORY = 2;
493493
GENERIC_ERROR = 3;
494+
ERROR_REQUEST_ON_NON_SMB_PRIMARY = 4;
495+
ERROR_HOSTED_DEVICE_NOT_CONNECTED = 5;
496+
ERROR_HOSTED_DEVICE_LOGIN_TIME_NOT_SET = 6;
494497
}
495498

496499
message WaffleNonceFetchResponse {
@@ -1267,6 +1270,8 @@ message StickerPackMessage {
12671270

12681271
message AlbumMessage {
12691272
optional string caption = 1;
1273+
optional uint32 expectedImageCount = 2;
1274+
optional uint32 expectedVideoCount = 3;
12701275
optional ContextInfo contextInfo = 17;
12711276
}
12721277

@@ -1718,7 +1723,7 @@ message BotSuggestedPromptMetadata {
17181723

17191724
message BotSessionMetadata {
17201725
optional string sessionID = 1;
1721-
optional SessionSource sessionSource = 2;
1726+
optional BotSessionSource sessionSource = 2;
17221727
}
17231728

17241729
message BotMemuMetadata {
@@ -1731,11 +1736,12 @@ message BotMetadata {
17311736
optional BotPluginMetadata pluginMetadata = 3;
17321737
optional BotSuggestedPromptMetadata suggestedPromptMetadata = 4;
17331738
optional string invokerJID = 5;
1734-
optional BotSessionMetadata searchMetadata = 6;
1739+
optional BotSessionMetadata sessionMetadata = 6;
17351740
optional BotMemuMetadata memuMetadata = 7;
17361741
optional string timezone = 8;
17371742
optional BotReminderMetadata reminderMetadata = 9;
17381743
optional BotModelMetadata modelMetadata = 10;
1744+
optional string messageDisclaimerText = 11;
17391745
}
17401746

17411747
message DeviceListMetadata {

0 commit comments

Comments
 (0)