Skip to content

Commit b95d922

Browse files
committed
proto: update to v1037076227
1 parent 02ec817 commit b95d922

21 files changed

Lines changed: 1578 additions & 946 deletions

proto/waAICommon/WAWebProtobufsAICommon.pb.go

Lines changed: 250 additions & 170 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waAICommon/WAWebProtobufsAICommon.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ enum BotMetricsEntryPoint {
5252
WEB_NAVIGATION_BAR = 47;
5353
GROUP_MEMBER = 54;
5454
CHATLIST_SEARCH = 55;
55+
NEW_CHAT_LIST = 56;
5556
}
5657

5758
enum BotMetricsThreadEntryPoint {
@@ -695,6 +696,12 @@ message AIMediaCollectionMessage {
695696
optional bool hasGlobalCaption = 3;
696697
}
697698

699+
message BotCommandMetadata {
700+
optional string commandName = 1;
701+
optional string commandDescription = 2;
702+
optional string commandPrompt = 3;
703+
}
704+
698705
message BotMetadata {
699706
optional string personaID = 2;
700707
optional BotPluginMetadata pluginMetadata = 3;
@@ -733,6 +740,7 @@ message BotMetadata {
733740
optional BotRenderingConfigMetadata botRenderingConfigMetadata = 36;
734741
optional BotInfrastructureDiagnostics botInfrastructureDiagnostics = 37;
735742
optional AIMediaCollectionMetadata aiMediaCollectionMetadata = 38;
743+
optional BotCommandMetadata commandMetadata = 39;
736744
optional bytes internalMetadata = 999;
737745
}
738746

proto/waArmadilloXMA/WAArmadilloXMA.pb.go

Lines changed: 20 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waArmadilloXMA/WAArmadilloXMA.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ message ExtendedContentMessage {
104104
MSG_PHONE_NUMBER = 2030;
105105
AI_ACTIVITY_SHARE = 2031;
106106
MSG_PRIVATE_XMA = 2032;
107+
MSG_SOCIAL_CUE_MEMORIES = 2033;
107108
MSG_MANUS_GROWTH_REFERRAL = 2060;
109+
MSG_MOMENT_LINK = 2061;
110+
MSG_HORIZON_WEEL = 2062;
111+
MSG_MOMENT_ADDED = 2063;
108112
RTC_AUDIO_CALL = 3000;
109113
RTC_VIDEO_CALL = 3001;
110114
RTC_MISSED_AUDIO_CALL = 3002;

proto/waCompanionReg/WACompanionReg.pb.go

Lines changed: 33 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waCompanionReg/WACompanionReg.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ message DeviceProps {
5454
optional uint32 initialSyncMaxMessagesPerChat = 20;
5555
optional bool supportManusHistory = 21;
5656
optional bool supportHatchHistory = 22;
57+
repeated string supportedBotChannelFbids = 23;
58+
optional bool supportInlineContacts = 24;
5759
}
5860

5961
message AppVersion {
@@ -107,4 +109,5 @@ message ClientPairingProps {
107109
optional bool isSyncdPureLidSession = 2;
108110
optional bool isSyncdSnapshotRecoveryEnabled = 3;
109111
optional bool isHsThumbnailSyncEnabled = 4;
112+
optional bytes subscriptionSyncPayload = 5;
110113
}

proto/waDeviceCapabilities/WAWebProtobufsDeviceCapabilities.pb.go

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waDeviceCapabilities/WAWebProtobufsDeviceCapabilities.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ message DeviceCapabilities {
3434
optional bool companionSupportEnabled = 2;
3535
optional bool campaignSyncEnabled = 3;
3636
optional bool insightsSyncEnabled = 4;
37+
optional int32 recipientLimit = 5;
3738
}
3839

3940
message LIDMigration {

0 commit comments

Comments
 (0)