@periskope/baileys 6.7.17-alpha.4 → 6.7.18-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/README.md +1263 -4
  2. package/WAProto/GenerateStatics.sh +2 -0
  3. package/WAProto/WAProto.proto +4633 -0
  4. package/WAProto/index.d.ts +3212 -122
  5. package/WAProto/index.js +9635 -299
  6. package/lib/Defaults/baileys-version.json +1 -1
  7. package/lib/Defaults/index.d.ts +1 -1
  8. package/lib/Defaults/index.d.ts.map +1 -0
  9. package/lib/Defaults/index.js +16 -16
  10. package/lib/Defaults/index.js.map +1 -0
  11. package/lib/Signal/Group/ciphertext-message.d.ts +9 -0
  12. package/lib/Signal/Group/ciphertext-message.d.ts.map +1 -0
  13. package/lib/Signal/Group/ciphertext-message.js +15 -0
  14. package/lib/Signal/Group/ciphertext-message.js.map +1 -0
  15. package/lib/Signal/Group/group-session-builder.d.ts +14 -0
  16. package/lib/Signal/Group/group-session-builder.d.ts.map +1 -0
  17. package/lib/Signal/Group/group-session-builder.js +64 -0
  18. package/lib/Signal/Group/group-session-builder.js.map +1 -0
  19. package/lib/Signal/Group/group_cipher.d.ts +17 -0
  20. package/lib/Signal/Group/group_cipher.d.ts.map +1 -0
  21. package/lib/Signal/Group/group_cipher.js +96 -0
  22. package/lib/Signal/Group/group_cipher.js.map +1 -0
  23. package/lib/Signal/Group/index.d.ts +11 -0
  24. package/lib/Signal/Group/index.d.ts.map +1 -0
  25. package/lib/Signal/Group/index.js +57 -0
  26. package/lib/Signal/Group/index.js.map +1 -0
  27. package/lib/Signal/Group/keyhelper.d.ts +10 -0
  28. package/lib/Signal/Group/keyhelper.d.ts.map +1 -0
  29. package/lib/Signal/Group/keyhelper.js +55 -0
  30. package/lib/Signal/Group/keyhelper.js.map +1 -0
  31. package/lib/Signal/Group/queue-job.d.ts +1 -0
  32. package/lib/Signal/Group/queue-job.d.ts.map +1 -0
  33. package/lib/Signal/Group/queue-job.js +57 -0
  34. package/lib/Signal/Group/queue-job.js.map +1 -0
  35. package/lib/Signal/Group/sender-chain-key.d.ts +13 -0
  36. package/lib/Signal/Group/sender-chain-key.d.ts.map +1 -0
  37. package/lib/Signal/Group/sender-chain-key.js +34 -0
  38. package/lib/Signal/Group/sender-chain-key.js.map +1 -0
  39. package/lib/Signal/Group/sender-key-distribution-message.d.ts +16 -0
  40. package/lib/Signal/Group/sender-key-distribution-message.d.ts.map +1 -0
  41. package/lib/Signal/Group/sender-key-distribution-message.js +66 -0
  42. package/lib/Signal/Group/sender-key-distribution-message.js.map +1 -0
  43. package/lib/Signal/Group/sender-key-message.d.ts +18 -0
  44. package/lib/Signal/Group/sender-key-message.d.ts.map +1 -0
  45. package/lib/Signal/Group/sender-key-message.js +69 -0
  46. package/lib/Signal/Group/sender-key-message.js.map +1 -0
  47. package/lib/Signal/Group/sender-key-name.d.ts +17 -0
  48. package/lib/Signal/Group/sender-key-name.d.ts.map +1 -0
  49. package/lib/Signal/Group/sender-key-name.js +51 -0
  50. package/lib/Signal/Group/sender-key-name.js.map +1 -0
  51. package/lib/Signal/Group/sender-key-record.d.ts +30 -0
  52. package/lib/Signal/Group/sender-key-record.d.ts.map +1 -0
  53. package/lib/Signal/Group/sender-key-record.js +53 -0
  54. package/lib/Signal/Group/sender-key-record.js.map +1 -0
  55. package/lib/Signal/Group/sender-key-state.d.ts +38 -0
  56. package/lib/Signal/Group/sender-key-state.d.ts.map +1 -0
  57. package/lib/Signal/Group/sender-key-state.js +99 -0
  58. package/lib/Signal/Group/sender-key-state.js.map +1 -0
  59. package/lib/Signal/Group/sender-message-key.d.ts +11 -0
  60. package/lib/Signal/Group/sender-message-key.d.ts.map +1 -0
  61. package/{WASignalGroup/sender_message_key.js → lib/Signal/Group/sender-message-key.js} +29 -39
  62. package/lib/Signal/Group/sender-message-key.js.map +1 -0
  63. package/lib/Signal/libsignal.d.ts.map +1 -0
  64. package/lib/Signal/libsignal.js +33 -20
  65. package/lib/Signal/libsignal.js.map +1 -0
  66. package/lib/Socket/Client/index.d.ts.map +1 -0
  67. package/lib/Socket/Client/index.js.map +1 -0
  68. package/lib/Socket/Client/types.d.ts.map +1 -0
  69. package/lib/Socket/Client/types.js.map +1 -0
  70. package/lib/Socket/Client/websocket.d.ts.map +1 -0
  71. package/lib/Socket/Client/websocket.js +1 -1
  72. package/lib/Socket/Client/websocket.js.map +1 -0
  73. package/lib/Socket/business.d.ts +36 -8
  74. package/lib/Socket/business.d.ts.map +1 -0
  75. package/lib/Socket/business.js +5 -5
  76. package/lib/Socket/business.js.map +1 -0
  77. package/lib/Socket/chats.d.ts +12 -7
  78. package/lib/Socket/chats.d.ts.map +1 -0
  79. package/lib/Socket/chats.js +90 -72
  80. package/lib/Socket/chats.js.map +1 -0
  81. package/lib/Socket/communities.d.ts +218 -0
  82. package/lib/Socket/communities.d.ts.map +1 -0
  83. package/lib/Socket/communities.js +351 -0
  84. package/lib/Socket/communities.js.map +1 -0
  85. package/lib/Socket/groups.d.ts +14 -8
  86. package/lib/Socket/groups.d.ts.map +1 -0
  87. package/lib/Socket/groups.js +39 -23
  88. package/lib/Socket/groups.js.map +1 -0
  89. package/lib/Socket/index.d.ts +36 -8
  90. package/lib/Socket/index.d.ts.map +1 -0
  91. package/lib/Socket/index.js +2 -2
  92. package/lib/Socket/index.js.map +1 -0
  93. package/lib/Socket/messages-recv.d.ts +35 -7
  94. package/lib/Socket/messages-recv.d.ts.map +1 -0
  95. package/lib/Socket/messages-recv.js +228 -58
  96. package/lib/Socket/messages-recv.js.map +1 -0
  97. package/lib/Socket/messages-send.d.ts +35 -7
  98. package/lib/Socket/messages-send.d.ts.map +1 -0
  99. package/lib/Socket/messages-send.js +81 -48
  100. package/lib/Socket/messages-send.js.map +1 -0
  101. package/lib/Socket/mex.d.ts +2 -0
  102. package/lib/Socket/mex.d.ts.map +1 -0
  103. package/lib/Socket/mex.js +46 -0
  104. package/lib/Socket/mex.js.map +1 -0
  105. package/lib/Socket/newsletter.d.ts +141 -0
  106. package/lib/Socket/newsletter.d.ts.map +1 -0
  107. package/lib/Socket/newsletter.js +183 -0
  108. package/lib/Socket/newsletter.js.map +1 -0
  109. package/lib/Socket/socket.d.ts +3 -3
  110. package/lib/Socket/socket.d.ts.map +1 -0
  111. package/lib/Socket/socket.js +22 -30
  112. package/lib/Socket/socket.js.map +1 -0
  113. package/lib/Socket/usync.d.ts +3 -3
  114. package/lib/Socket/usync.d.ts.map +1 -0
  115. package/lib/Socket/usync.js +10 -15
  116. package/lib/Socket/usync.js.map +1 -0
  117. package/lib/Types/Auth.d.ts +1 -1
  118. package/lib/Types/Auth.d.ts.map +1 -0
  119. package/lib/Types/Auth.js.map +1 -0
  120. package/lib/Types/Call.d.ts.map +1 -0
  121. package/lib/Types/Call.js.map +1 -0
  122. package/lib/Types/Chat.d.ts +4 -1
  123. package/lib/Types/Chat.d.ts.map +1 -0
  124. package/lib/Types/Chat.js +7 -1
  125. package/lib/Types/Chat.js.map +1 -0
  126. package/lib/Types/Contact.d.ts +4 -0
  127. package/lib/Types/Contact.d.ts.map +1 -0
  128. package/lib/Types/Contact.js.map +1 -0
  129. package/lib/Types/Events.d.ts +34 -1
  130. package/lib/Types/Events.d.ts.map +1 -0
  131. package/lib/Types/Events.js.map +1 -0
  132. package/lib/Types/GroupMetadata.d.ts +10 -3
  133. package/lib/Types/GroupMetadata.d.ts.map +1 -0
  134. package/lib/Types/GroupMetadata.js.map +1 -0
  135. package/lib/Types/Label.d.ts.map +1 -0
  136. package/lib/Types/Label.js.map +1 -0
  137. package/lib/Types/LabelAssociation.d.ts.map +1 -0
  138. package/lib/Types/LabelAssociation.js.map +1 -0
  139. package/lib/Types/Message.d.ts +12 -2
  140. package/lib/Types/Message.d.ts.map +1 -0
  141. package/lib/Types/Message.js.map +1 -0
  142. package/lib/Types/Newsletter.d.ts +134 -0
  143. package/lib/Types/Newsletter.d.ts.map +1 -0
  144. package/lib/Types/Newsletter.js +33 -0
  145. package/lib/Types/Newsletter.js.map +1 -0
  146. package/lib/Types/Product.d.ts.map +1 -0
  147. package/lib/Types/Product.js.map +1 -0
  148. package/lib/Types/Signal.d.ts.map +1 -0
  149. package/lib/Types/Signal.js.map +1 -0
  150. package/lib/Types/Socket.d.ts +3 -3
  151. package/lib/Types/Socket.d.ts.map +1 -0
  152. package/lib/Types/Socket.js.map +1 -0
  153. package/lib/Types/State.d.ts.map +1 -0
  154. package/lib/Types/State.js.map +1 -0
  155. package/lib/Types/USync.d.ts.map +1 -0
  156. package/lib/Types/USync.js.map +1 -0
  157. package/lib/Types/index.d.ts +1 -0
  158. package/lib/Types/index.d.ts.map +1 -0
  159. package/lib/Types/index.js +1 -0
  160. package/lib/Types/index.js.map +1 -0
  161. package/lib/Utils/auth-utils.d.ts.map +1 -0
  162. package/lib/Utils/auth-utils.js +8 -9
  163. package/lib/Utils/auth-utils.js.map +1 -0
  164. package/lib/Utils/baileys-event-stream.d.ts.map +1 -0
  165. package/lib/Utils/baileys-event-stream.js +1 -1
  166. package/lib/Utils/baileys-event-stream.js.map +1 -0
  167. package/lib/Utils/business.d.ts.map +1 -0
  168. package/lib/Utils/business.js +9 -11
  169. package/lib/Utils/business.js.map +1 -0
  170. package/lib/Utils/chat-utils.d.ts +4 -4
  171. package/lib/Utils/chat-utils.d.ts.map +1 -0
  172. package/lib/Utils/chat-utils.js +78 -70
  173. package/lib/Utils/chat-utils.js.map +1 -0
  174. package/lib/Utils/crypto.d.ts.map +1 -0
  175. package/lib/Utils/crypto.js +4 -10
  176. package/lib/Utils/crypto.js.map +1 -0
  177. package/lib/Utils/decode-wa-message.d.ts +3 -4
  178. package/lib/Utils/decode-wa-message.d.ts.map +1 -0
  179. package/lib/Utils/decode-wa-message.js +11 -2
  180. package/lib/Utils/decode-wa-message.js.map +1 -0
  181. package/lib/Utils/event-buffer.d.ts +2 -2
  182. package/lib/Utils/event-buffer.d.ts.map +1 -0
  183. package/lib/Utils/event-buffer.js +9 -13
  184. package/lib/Utils/event-buffer.js.map +1 -0
  185. package/lib/Utils/generics.d.ts +2 -1
  186. package/lib/Utils/generics.d.ts.map +1 -0
  187. package/lib/Utils/generics.js +32 -30
  188. package/lib/Utils/generics.js.map +1 -0
  189. package/lib/Utils/history.d.ts.map +1 -0
  190. package/lib/Utils/history.js +10 -11
  191. package/lib/Utils/history.js.map +1 -0
  192. package/lib/Utils/index.d.ts.map +1 -0
  193. package/lib/Utils/index.js.map +1 -0
  194. package/lib/Utils/link-preview.d.ts.map +1 -0
  195. package/lib/Utils/link-preview.js +9 -10
  196. package/lib/Utils/link-preview.js.map +1 -0
  197. package/lib/Utils/logger.d.ts.map +1 -0
  198. package/lib/Utils/logger.js.map +1 -0
  199. package/lib/Utils/lt-hash.d.ts.map +1 -0
  200. package/lib/Utils/lt-hash.js +2 -2
  201. package/lib/Utils/lt-hash.js.map +1 -0
  202. package/lib/Utils/make-mutex.d.ts.map +1 -0
  203. package/lib/Utils/make-mutex.js +1 -1
  204. package/lib/Utils/make-mutex.js.map +1 -0
  205. package/lib/Utils/messages-media.d.ts +11 -3
  206. package/lib/Utils/messages-media.d.ts.map +1 -0
  207. package/lib/Utils/messages-media.js +108 -90
  208. package/lib/Utils/messages-media.js.map +1 -0
  209. package/lib/Utils/messages.d.ts +3 -3
  210. package/lib/Utils/messages.d.ts.map +1 -0
  211. package/lib/Utils/messages.js +109 -69
  212. package/lib/Utils/messages.js.map +1 -0
  213. package/lib/Utils/noise-handler.d.ts.map +1 -0
  214. package/lib/Utils/noise-handler.js.map +1 -0
  215. package/lib/Utils/process-message.d.ts +1 -1
  216. package/lib/Utils/process-message.d.ts.map +1 -0
  217. package/lib/Utils/process-message.js +62 -65
  218. package/lib/Utils/process-message.js.map +1 -0
  219. package/lib/Utils/signal.d.ts.map +1 -0
  220. package/lib/Utils/signal.js +9 -7
  221. package/lib/Utils/signal.js.map +1 -0
  222. package/lib/Utils/use-multi-file-auth-state.d.ts.map +1 -0
  223. package/lib/Utils/use-multi-file-auth-state.js +2 -3
  224. package/lib/Utils/use-multi-file-auth-state.js.map +1 -0
  225. package/lib/Utils/validate-connection.d.ts.map +1 -0
  226. package/lib/Utils/validate-connection.js +17 -22
  227. package/lib/Utils/validate-connection.js.map +1 -0
  228. package/lib/WABinary/constants.d.ts +4 -4
  229. package/lib/WABinary/constants.d.ts.map +1 -0
  230. package/lib/WABinary/constants.js +1271 -8
  231. package/lib/WABinary/constants.js.map +1 -0
  232. package/lib/WABinary/decode.d.ts.map +1 -0
  233. package/lib/WABinary/decode.js +2 -1
  234. package/lib/WABinary/decode.js.map +1 -0
  235. package/lib/WABinary/encode.d.ts.map +1 -0
  236. package/lib/WABinary/encode.js +2 -2
  237. package/lib/WABinary/encode.js.map +1 -0
  238. package/lib/WABinary/generic-utils.d.ts.map +1 -0
  239. package/lib/WABinary/generic-utils.js +1 -1
  240. package/lib/WABinary/generic-utils.js.map +1 -0
  241. package/lib/WABinary/index.d.ts.map +1 -0
  242. package/lib/WABinary/index.js.map +1 -0
  243. package/lib/WABinary/jid-utils.d.ts.map +1 -0
  244. package/lib/WABinary/jid-utils.js +8 -11
  245. package/lib/WABinary/jid-utils.js.map +1 -0
  246. package/lib/WABinary/types.d.ts.map +1 -0
  247. package/lib/WABinary/types.js.map +1 -0
  248. package/lib/WAM/BinaryInfo.d.ts.map +1 -0
  249. package/lib/WAM/BinaryInfo.js.map +1 -0
  250. package/lib/WAM/constants.d.ts.map +1 -0
  251. package/lib/WAM/constants.js +2252 -2359
  252. package/lib/WAM/constants.js.map +1 -0
  253. package/lib/WAM/encode.d.ts.map +1 -0
  254. package/lib/WAM/encode.js +5 -7
  255. package/lib/WAM/encode.js.map +1 -0
  256. package/lib/WAM/index.d.ts.map +1 -0
  257. package/lib/WAM/index.js.map +1 -0
  258. package/lib/WAUSync/Protocols/USyncContactProtocol.d.ts.map +1 -0
  259. package/lib/WAUSync/Protocols/USyncContactProtocol.js +2 -2
  260. package/lib/WAUSync/Protocols/USyncContactProtocol.js.map +1 -0
  261. package/lib/WAUSync/Protocols/USyncDeviceProtocol.d.ts.map +1 -0
  262. package/lib/WAUSync/Protocols/USyncDeviceProtocol.js +2 -2
  263. package/lib/WAUSync/Protocols/USyncDeviceProtocol.js.map +1 -0
  264. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.d.ts.map +1 -0
  265. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.js +3 -3
  266. package/lib/WAUSync/Protocols/USyncDisappearingModeProtocol.js.map +1 -0
  267. package/lib/WAUSync/Protocols/USyncStatusProtocol.d.ts.map +1 -0
  268. package/lib/WAUSync/Protocols/USyncStatusProtocol.js +5 -5
  269. package/lib/WAUSync/Protocols/USyncStatusProtocol.js.map +1 -0
  270. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.d.ts.map +1 -0
  271. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.js +1 -1
  272. package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.js.map +1 -0
  273. package/lib/WAUSync/Protocols/UsyncLIDProtocol.d.ts.map +1 -0
  274. package/lib/WAUSync/Protocols/UsyncLIDProtocol.js +1 -1
  275. package/lib/WAUSync/Protocols/UsyncLIDProtocol.js.map +1 -0
  276. package/lib/WAUSync/Protocols/index.d.ts.map +1 -0
  277. package/lib/WAUSync/Protocols/index.js.map +1 -0
  278. package/lib/WAUSync/USyncQuery.d.ts.map +1 -0
  279. package/lib/WAUSync/USyncQuery.js +17 -13
  280. package/lib/WAUSync/USyncQuery.js.map +1 -0
  281. package/lib/WAUSync/USyncUser.d.ts.map +1 -0
  282. package/lib/WAUSync/USyncUser.js.map +1 -0
  283. package/lib/WAUSync/index.d.ts.map +1 -0
  284. package/lib/WAUSync/index.js.map +1 -0
  285. package/lib/index.d.ts.map +1 -0
  286. package/lib/index.js.map +1 -0
  287. package/package.json +25 -17
  288. package/WASignalGroup/GroupProtocol.js +0 -1697
  289. package/WASignalGroup/ciphertext_message.js +0 -16
  290. package/WASignalGroup/group_cipher.js +0 -120
  291. package/WASignalGroup/group_session_builder.js +0 -46
  292. package/WASignalGroup/index.js +0 -5
  293. package/WASignalGroup/keyhelper.js +0 -21
  294. package/WASignalGroup/protobufs.js +0 -3
  295. package/WASignalGroup/queue_job.js +0 -69
  296. package/WASignalGroup/sender_chain_key.js +0 -50
  297. package/WASignalGroup/sender_key_distribution_message.js +0 -78
  298. package/WASignalGroup/sender_key_message.js +0 -92
  299. package/WASignalGroup/sender_key_name.js +0 -70
  300. package/WASignalGroup/sender_key_record.js +0 -56
  301. package/WASignalGroup/sender_key_state.js +0 -129
@@ -584,6 +584,115 @@ export namespace proto {
584
584
  public static getTypeUrl(typeUrlPrefix?: string): string;
585
585
  }
586
586
 
587
+ /** Properties of a AIQueryFanout. */
588
+ interface IAIQueryFanout {
589
+
590
+ /** AIQueryFanout messageKey */
591
+ messageKey?: (proto.IMessageKey|null);
592
+
593
+ /** AIQueryFanout message */
594
+ message?: (proto.IMessage|null);
595
+
596
+ /** AIQueryFanout timestamp */
597
+ timestamp?: (number|Long|null);
598
+ }
599
+
600
+ /** Represents a AIQueryFanout. */
601
+ class AIQueryFanout implements IAIQueryFanout {
602
+
603
+ /**
604
+ * Constructs a new AIQueryFanout.
605
+ * @param [properties] Properties to set
606
+ */
607
+ constructor(properties?: proto.IAIQueryFanout);
608
+
609
+ /** AIQueryFanout messageKey. */
610
+ public messageKey?: (proto.IMessageKey|null);
611
+
612
+ /** AIQueryFanout message. */
613
+ public message?: (proto.IMessage|null);
614
+
615
+ /** AIQueryFanout timestamp. */
616
+ public timestamp?: (number|Long|null);
617
+
618
+ /**
619
+ * Creates a new AIQueryFanout instance using the specified properties.
620
+ * @param [properties] Properties to set
621
+ * @returns AIQueryFanout instance
622
+ */
623
+ public static create(properties?: proto.IAIQueryFanout): proto.AIQueryFanout;
624
+
625
+ /**
626
+ * Encodes the specified AIQueryFanout message. Does not implicitly {@link proto.AIQueryFanout.verify|verify} messages.
627
+ * @param message AIQueryFanout message or plain object to encode
628
+ * @param [writer] Writer to encode to
629
+ * @returns Writer
630
+ */
631
+ public static encode(message: proto.IAIQueryFanout, writer?: $protobuf.Writer): $protobuf.Writer;
632
+
633
+ /**
634
+ * Encodes the specified AIQueryFanout message, length delimited. Does not implicitly {@link proto.AIQueryFanout.verify|verify} messages.
635
+ * @param message AIQueryFanout message or plain object to encode
636
+ * @param [writer] Writer to encode to
637
+ * @returns Writer
638
+ */
639
+ public static encodeDelimited(message: proto.IAIQueryFanout, writer?: $protobuf.Writer): $protobuf.Writer;
640
+
641
+ /**
642
+ * Decodes a AIQueryFanout message from the specified reader or buffer.
643
+ * @param reader Reader or buffer to decode from
644
+ * @param [length] Message length if known beforehand
645
+ * @returns AIQueryFanout
646
+ * @throws {Error} If the payload is not a reader or valid buffer
647
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
648
+ */
649
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.AIQueryFanout;
650
+
651
+ /**
652
+ * Decodes a AIQueryFanout message from the specified reader or buffer, length delimited.
653
+ * @param reader Reader or buffer to decode from
654
+ * @returns AIQueryFanout
655
+ * @throws {Error} If the payload is not a reader or valid buffer
656
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
657
+ */
658
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.AIQueryFanout;
659
+
660
+ /**
661
+ * Verifies a AIQueryFanout message.
662
+ * @param message Plain object to verify
663
+ * @returns `null` if valid, otherwise the reason why it is not
664
+ */
665
+ public static verify(message: { [k: string]: any }): (string|null);
666
+
667
+ /**
668
+ * Creates a AIQueryFanout message from a plain object. Also converts values to their respective internal types.
669
+ * @param object Plain object
670
+ * @returns AIQueryFanout
671
+ */
672
+ public static fromObject(object: { [k: string]: any }): proto.AIQueryFanout;
673
+
674
+ /**
675
+ * Creates a plain object from a AIQueryFanout message. Also converts values to other types if specified.
676
+ * @param message AIQueryFanout
677
+ * @param [options] Conversion options
678
+ * @returns Plain object
679
+ */
680
+ public static toObject(message: proto.AIQueryFanout, options?: $protobuf.IConversionOptions): { [k: string]: any };
681
+
682
+ /**
683
+ * Converts this AIQueryFanout to JSON.
684
+ * @returns JSON object
685
+ */
686
+ public toJSON(): { [k: string]: any };
687
+
688
+ /**
689
+ * Gets the default type url for AIQueryFanout
690
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
691
+ * @returns The default type url
692
+ */
693
+ public static getTypeUrl(typeUrlPrefix?: string): string;
694
+ }
695
+
587
696
  /** Properties of a AIRichResponseMessage. */
588
697
  interface IAIRichResponseMessage {
589
698
 
@@ -593,8 +702,8 @@ export namespace proto {
593
702
  /** AIRichResponseMessage submessages */
594
703
  submessages?: (proto.AIRichResponseMessage.IAIRichResponseSubMessage[]|null);
595
704
 
596
- /** AIRichResponseMessage abstractData */
597
- abstractData?: (proto.AIRichResponseMessage.IAIRichResponseAbstractData|null);
705
+ /** AIRichResponseMessage unifiedResponse */
706
+ unifiedResponse?: (proto.AIRichResponseMessage.IAIRichResponseUnifiedResponse|null);
598
707
  }
599
708
 
600
709
  /** Represents a AIRichResponseMessage. */
@@ -612,8 +721,8 @@ export namespace proto {
612
721
  /** AIRichResponseMessage submessages. */
613
722
  public submessages: proto.AIRichResponseMessage.IAIRichResponseSubMessage[];
614
723
 
615
- /** AIRichResponseMessage abstractData. */
616
- public abstractData?: (proto.AIRichResponseMessage.IAIRichResponseAbstractData|null);
724
+ /** AIRichResponseMessage unifiedResponse. */
725
+ public unifiedResponse?: (proto.AIRichResponseMessage.IAIRichResponseUnifiedResponse|null);
617
726
 
618
727
  /**
619
728
  * Creates a new AIRichResponseMessage instance using the specified properties.
@@ -695,103 +804,6 @@ export namespace proto {
695
804
 
696
805
  namespace AIRichResponseMessage {
697
806
 
698
- /** Properties of a AIRichResponseAbstractData. */
699
- interface IAIRichResponseAbstractData {
700
-
701
- /** AIRichResponseAbstractData data */
702
- data?: (Uint8Array|null);
703
- }
704
-
705
- /** Represents a AIRichResponseAbstractData. */
706
- class AIRichResponseAbstractData implements IAIRichResponseAbstractData {
707
-
708
- /**
709
- * Constructs a new AIRichResponseAbstractData.
710
- * @param [properties] Properties to set
711
- */
712
- constructor(properties?: proto.AIRichResponseMessage.IAIRichResponseAbstractData);
713
-
714
- /** AIRichResponseAbstractData data. */
715
- public data?: (Uint8Array|null);
716
-
717
- /**
718
- * Creates a new AIRichResponseAbstractData instance using the specified properties.
719
- * @param [properties] Properties to set
720
- * @returns AIRichResponseAbstractData instance
721
- */
722
- public static create(properties?: proto.AIRichResponseMessage.IAIRichResponseAbstractData): proto.AIRichResponseMessage.AIRichResponseAbstractData;
723
-
724
- /**
725
- * Encodes the specified AIRichResponseAbstractData message. Does not implicitly {@link proto.AIRichResponseMessage.AIRichResponseAbstractData.verify|verify} messages.
726
- * @param message AIRichResponseAbstractData message or plain object to encode
727
- * @param [writer] Writer to encode to
728
- * @returns Writer
729
- */
730
- public static encode(message: proto.AIRichResponseMessage.IAIRichResponseAbstractData, writer?: $protobuf.Writer): $protobuf.Writer;
731
-
732
- /**
733
- * Encodes the specified AIRichResponseAbstractData message, length delimited. Does not implicitly {@link proto.AIRichResponseMessage.AIRichResponseAbstractData.verify|verify} messages.
734
- * @param message AIRichResponseAbstractData message or plain object to encode
735
- * @param [writer] Writer to encode to
736
- * @returns Writer
737
- */
738
- public static encodeDelimited(message: proto.AIRichResponseMessage.IAIRichResponseAbstractData, writer?: $protobuf.Writer): $protobuf.Writer;
739
-
740
- /**
741
- * Decodes a AIRichResponseAbstractData message from the specified reader or buffer.
742
- * @param reader Reader or buffer to decode from
743
- * @param [length] Message length if known beforehand
744
- * @returns AIRichResponseAbstractData
745
- * @throws {Error} If the payload is not a reader or valid buffer
746
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
747
- */
748
- public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.AIRichResponseMessage.AIRichResponseAbstractData;
749
-
750
- /**
751
- * Decodes a AIRichResponseAbstractData message from the specified reader or buffer, length delimited.
752
- * @param reader Reader or buffer to decode from
753
- * @returns AIRichResponseAbstractData
754
- * @throws {Error} If the payload is not a reader or valid buffer
755
- * @throws {$protobuf.util.ProtocolError} If required fields are missing
756
- */
757
- public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.AIRichResponseMessage.AIRichResponseAbstractData;
758
-
759
- /**
760
- * Verifies a AIRichResponseAbstractData message.
761
- * @param message Plain object to verify
762
- * @returns `null` if valid, otherwise the reason why it is not
763
- */
764
- public static verify(message: { [k: string]: any }): (string|null);
765
-
766
- /**
767
- * Creates a AIRichResponseAbstractData message from a plain object. Also converts values to their respective internal types.
768
- * @param object Plain object
769
- * @returns AIRichResponseAbstractData
770
- */
771
- public static fromObject(object: { [k: string]: any }): proto.AIRichResponseMessage.AIRichResponseAbstractData;
772
-
773
- /**
774
- * Creates a plain object from a AIRichResponseAbstractData message. Also converts values to other types if specified.
775
- * @param message AIRichResponseAbstractData
776
- * @param [options] Conversion options
777
- * @returns Plain object
778
- */
779
- public static toObject(message: proto.AIRichResponseMessage.AIRichResponseAbstractData, options?: $protobuf.IConversionOptions): { [k: string]: any };
780
-
781
- /**
782
- * Converts this AIRichResponseAbstractData to JSON.
783
- * @returns JSON object
784
- */
785
- public toJSON(): { [k: string]: any };
786
-
787
- /**
788
- * Gets the default type url for AIRichResponseAbstractData
789
- * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
790
- * @returns The default type url
791
- */
792
- public static getTypeUrl(typeUrlPrefix?: string): string;
793
- }
794
-
795
807
  /** Properties of a AIRichResponseCodeMetadata. */
796
808
  interface IAIRichResponseCodeMetadata {
797
809
 
@@ -1922,6 +1934,18 @@ export namespace proto {
1922
1934
 
1923
1935
  /** AIRichResponseLatexExpression fontHeight */
1924
1936
  fontHeight?: (number|null);
1937
+
1938
+ /** AIRichResponseLatexExpression imageTopPadding */
1939
+ imageTopPadding?: (number|null);
1940
+
1941
+ /** AIRichResponseLatexExpression imageLeadingPadding */
1942
+ imageLeadingPadding?: (number|null);
1943
+
1944
+ /** AIRichResponseLatexExpression imageBottomPadding */
1945
+ imageBottomPadding?: (number|null);
1946
+
1947
+ /** AIRichResponseLatexExpression imageTrailingPadding */
1948
+ imageTrailingPadding?: (number|null);
1925
1949
  }
1926
1950
 
1927
1951
  /** Represents a AIRichResponseLatexExpression. */
@@ -1948,6 +1972,18 @@ export namespace proto {
1948
1972
  /** AIRichResponseLatexExpression fontHeight. */
1949
1973
  public fontHeight?: (number|null);
1950
1974
 
1975
+ /** AIRichResponseLatexExpression imageTopPadding. */
1976
+ public imageTopPadding?: (number|null);
1977
+
1978
+ /** AIRichResponseLatexExpression imageLeadingPadding. */
1979
+ public imageLeadingPadding?: (number|null);
1980
+
1981
+ /** AIRichResponseLatexExpression imageBottomPadding. */
1982
+ public imageBottomPadding?: (number|null);
1983
+
1984
+ /** AIRichResponseLatexExpression imageTrailingPadding. */
1985
+ public imageTrailingPadding?: (number|null);
1986
+
1951
1987
  /**
1952
1988
  * Creates a new AIRichResponseLatexExpression instance using the specified properties.
1953
1989
  * @param [properties] Properties to set
@@ -2651,6 +2687,218 @@ export namespace proto {
2651
2687
  public static getTypeUrl(typeUrlPrefix?: string): string;
2652
2688
  }
2653
2689
  }
2690
+
2691
+ /** Properties of a AIRichResponseUnifiedResponse. */
2692
+ interface IAIRichResponseUnifiedResponse {
2693
+
2694
+ /** AIRichResponseUnifiedResponse data */
2695
+ data?: (Uint8Array|null);
2696
+ }
2697
+
2698
+ /** Represents a AIRichResponseUnifiedResponse. */
2699
+ class AIRichResponseUnifiedResponse implements IAIRichResponseUnifiedResponse {
2700
+
2701
+ /**
2702
+ * Constructs a new AIRichResponseUnifiedResponse.
2703
+ * @param [properties] Properties to set
2704
+ */
2705
+ constructor(properties?: proto.AIRichResponseMessage.IAIRichResponseUnifiedResponse);
2706
+
2707
+ /** AIRichResponseUnifiedResponse data. */
2708
+ public data?: (Uint8Array|null);
2709
+
2710
+ /**
2711
+ * Creates a new AIRichResponseUnifiedResponse instance using the specified properties.
2712
+ * @param [properties] Properties to set
2713
+ * @returns AIRichResponseUnifiedResponse instance
2714
+ */
2715
+ public static create(properties?: proto.AIRichResponseMessage.IAIRichResponseUnifiedResponse): proto.AIRichResponseMessage.AIRichResponseUnifiedResponse;
2716
+
2717
+ /**
2718
+ * Encodes the specified AIRichResponseUnifiedResponse message. Does not implicitly {@link proto.AIRichResponseMessage.AIRichResponseUnifiedResponse.verify|verify} messages.
2719
+ * @param message AIRichResponseUnifiedResponse message or plain object to encode
2720
+ * @param [writer] Writer to encode to
2721
+ * @returns Writer
2722
+ */
2723
+ public static encode(message: proto.AIRichResponseMessage.IAIRichResponseUnifiedResponse, writer?: $protobuf.Writer): $protobuf.Writer;
2724
+
2725
+ /**
2726
+ * Encodes the specified AIRichResponseUnifiedResponse message, length delimited. Does not implicitly {@link proto.AIRichResponseMessage.AIRichResponseUnifiedResponse.verify|verify} messages.
2727
+ * @param message AIRichResponseUnifiedResponse message or plain object to encode
2728
+ * @param [writer] Writer to encode to
2729
+ * @returns Writer
2730
+ */
2731
+ public static encodeDelimited(message: proto.AIRichResponseMessage.IAIRichResponseUnifiedResponse, writer?: $protobuf.Writer): $protobuf.Writer;
2732
+
2733
+ /**
2734
+ * Decodes a AIRichResponseUnifiedResponse message from the specified reader or buffer.
2735
+ * @param reader Reader or buffer to decode from
2736
+ * @param [length] Message length if known beforehand
2737
+ * @returns AIRichResponseUnifiedResponse
2738
+ * @throws {Error} If the payload is not a reader or valid buffer
2739
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
2740
+ */
2741
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.AIRichResponseMessage.AIRichResponseUnifiedResponse;
2742
+
2743
+ /**
2744
+ * Decodes a AIRichResponseUnifiedResponse message from the specified reader or buffer, length delimited.
2745
+ * @param reader Reader or buffer to decode from
2746
+ * @returns AIRichResponseUnifiedResponse
2747
+ * @throws {Error} If the payload is not a reader or valid buffer
2748
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
2749
+ */
2750
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.AIRichResponseMessage.AIRichResponseUnifiedResponse;
2751
+
2752
+ /**
2753
+ * Verifies a AIRichResponseUnifiedResponse message.
2754
+ * @param message Plain object to verify
2755
+ * @returns `null` if valid, otherwise the reason why it is not
2756
+ */
2757
+ public static verify(message: { [k: string]: any }): (string|null);
2758
+
2759
+ /**
2760
+ * Creates a AIRichResponseUnifiedResponse message from a plain object. Also converts values to their respective internal types.
2761
+ * @param object Plain object
2762
+ * @returns AIRichResponseUnifiedResponse
2763
+ */
2764
+ public static fromObject(object: { [k: string]: any }): proto.AIRichResponseMessage.AIRichResponseUnifiedResponse;
2765
+
2766
+ /**
2767
+ * Creates a plain object from a AIRichResponseUnifiedResponse message. Also converts values to other types if specified.
2768
+ * @param message AIRichResponseUnifiedResponse
2769
+ * @param [options] Conversion options
2770
+ * @returns Plain object
2771
+ */
2772
+ public static toObject(message: proto.AIRichResponseMessage.AIRichResponseUnifiedResponse, options?: $protobuf.IConversionOptions): { [k: string]: any };
2773
+
2774
+ /**
2775
+ * Converts this AIRichResponseUnifiedResponse to JSON.
2776
+ * @returns JSON object
2777
+ */
2778
+ public toJSON(): { [k: string]: any };
2779
+
2780
+ /**
2781
+ * Gets the default type url for AIRichResponseUnifiedResponse
2782
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2783
+ * @returns The default type url
2784
+ */
2785
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2786
+ }
2787
+ }
2788
+
2789
+ /** Properties of an Account. */
2790
+ interface IAccount {
2791
+
2792
+ /** Account lid */
2793
+ lid?: (string|null);
2794
+
2795
+ /** Account username */
2796
+ username?: (string|null);
2797
+
2798
+ /** Account countryCode */
2799
+ countryCode?: (string|null);
2800
+
2801
+ /** Account isUsernameDeleted */
2802
+ isUsernameDeleted?: (boolean|null);
2803
+ }
2804
+
2805
+ /** Represents an Account. */
2806
+ class Account implements IAccount {
2807
+
2808
+ /**
2809
+ * Constructs a new Account.
2810
+ * @param [properties] Properties to set
2811
+ */
2812
+ constructor(properties?: proto.IAccount);
2813
+
2814
+ /** Account lid. */
2815
+ public lid?: (string|null);
2816
+
2817
+ /** Account username. */
2818
+ public username?: (string|null);
2819
+
2820
+ /** Account countryCode. */
2821
+ public countryCode?: (string|null);
2822
+
2823
+ /** Account isUsernameDeleted. */
2824
+ public isUsernameDeleted?: (boolean|null);
2825
+
2826
+ /**
2827
+ * Creates a new Account instance using the specified properties.
2828
+ * @param [properties] Properties to set
2829
+ * @returns Account instance
2830
+ */
2831
+ public static create(properties?: proto.IAccount): proto.Account;
2832
+
2833
+ /**
2834
+ * Encodes the specified Account message. Does not implicitly {@link proto.Account.verify|verify} messages.
2835
+ * @param message Account message or plain object to encode
2836
+ * @param [writer] Writer to encode to
2837
+ * @returns Writer
2838
+ */
2839
+ public static encode(message: proto.IAccount, writer?: $protobuf.Writer): $protobuf.Writer;
2840
+
2841
+ /**
2842
+ * Encodes the specified Account message, length delimited. Does not implicitly {@link proto.Account.verify|verify} messages.
2843
+ * @param message Account message or plain object to encode
2844
+ * @param [writer] Writer to encode to
2845
+ * @returns Writer
2846
+ */
2847
+ public static encodeDelimited(message: proto.IAccount, writer?: $protobuf.Writer): $protobuf.Writer;
2848
+
2849
+ /**
2850
+ * Decodes an Account message from the specified reader or buffer.
2851
+ * @param reader Reader or buffer to decode from
2852
+ * @param [length] Message length if known beforehand
2853
+ * @returns Account
2854
+ * @throws {Error} If the payload is not a reader or valid buffer
2855
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
2856
+ */
2857
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Account;
2858
+
2859
+ /**
2860
+ * Decodes an Account message from the specified reader or buffer, length delimited.
2861
+ * @param reader Reader or buffer to decode from
2862
+ * @returns Account
2863
+ * @throws {Error} If the payload is not a reader or valid buffer
2864
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
2865
+ */
2866
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Account;
2867
+
2868
+ /**
2869
+ * Verifies an Account message.
2870
+ * @param message Plain object to verify
2871
+ * @returns `null` if valid, otherwise the reason why it is not
2872
+ */
2873
+ public static verify(message: { [k: string]: any }): (string|null);
2874
+
2875
+ /**
2876
+ * Creates an Account message from a plain object. Also converts values to their respective internal types.
2877
+ * @param object Plain object
2878
+ * @returns Account
2879
+ */
2880
+ public static fromObject(object: { [k: string]: any }): proto.Account;
2881
+
2882
+ /**
2883
+ * Creates a plain object from an Account message. Also converts values to other types if specified.
2884
+ * @param message Account
2885
+ * @param [options] Conversion options
2886
+ * @returns Plain object
2887
+ */
2888
+ public static toObject(message: proto.Account, options?: $protobuf.IConversionOptions): { [k: string]: any };
2889
+
2890
+ /**
2891
+ * Converts this Account to JSON.
2892
+ * @returns JSON object
2893
+ */
2894
+ public toJSON(): { [k: string]: any };
2895
+
2896
+ /**
2897
+ * Gets the default type url for Account
2898
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2899
+ * @returns The default type url
2900
+ */
2901
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2654
2902
  }
2655
2903
 
2656
2904
  /** Properties of an ActionLink. */
@@ -3373,6 +3621,109 @@ export namespace proto {
3373
3621
  }
3374
3622
  }
3375
3623
 
3624
+ /** Properties of a BotAgeCollectionMetadata. */
3625
+ interface IBotAgeCollectionMetadata {
3626
+
3627
+ /** BotAgeCollectionMetadata ageCollectionEligible */
3628
+ ageCollectionEligible?: (boolean|null);
3629
+
3630
+ /** BotAgeCollectionMetadata shouldTriggerAgeCollectionOnClient */
3631
+ shouldTriggerAgeCollectionOnClient?: (boolean|null);
3632
+ }
3633
+
3634
+ /** Represents a BotAgeCollectionMetadata. */
3635
+ class BotAgeCollectionMetadata implements IBotAgeCollectionMetadata {
3636
+
3637
+ /**
3638
+ * Constructs a new BotAgeCollectionMetadata.
3639
+ * @param [properties] Properties to set
3640
+ */
3641
+ constructor(properties?: proto.IBotAgeCollectionMetadata);
3642
+
3643
+ /** BotAgeCollectionMetadata ageCollectionEligible. */
3644
+ public ageCollectionEligible?: (boolean|null);
3645
+
3646
+ /** BotAgeCollectionMetadata shouldTriggerAgeCollectionOnClient. */
3647
+ public shouldTriggerAgeCollectionOnClient?: (boolean|null);
3648
+
3649
+ /**
3650
+ * Creates a new BotAgeCollectionMetadata instance using the specified properties.
3651
+ * @param [properties] Properties to set
3652
+ * @returns BotAgeCollectionMetadata instance
3653
+ */
3654
+ public static create(properties?: proto.IBotAgeCollectionMetadata): proto.BotAgeCollectionMetadata;
3655
+
3656
+ /**
3657
+ * Encodes the specified BotAgeCollectionMetadata message. Does not implicitly {@link proto.BotAgeCollectionMetadata.verify|verify} messages.
3658
+ * @param message BotAgeCollectionMetadata message or plain object to encode
3659
+ * @param [writer] Writer to encode to
3660
+ * @returns Writer
3661
+ */
3662
+ public static encode(message: proto.IBotAgeCollectionMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
3663
+
3664
+ /**
3665
+ * Encodes the specified BotAgeCollectionMetadata message, length delimited. Does not implicitly {@link proto.BotAgeCollectionMetadata.verify|verify} messages.
3666
+ * @param message BotAgeCollectionMetadata message or plain object to encode
3667
+ * @param [writer] Writer to encode to
3668
+ * @returns Writer
3669
+ */
3670
+ public static encodeDelimited(message: proto.IBotAgeCollectionMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
3671
+
3672
+ /**
3673
+ * Decodes a BotAgeCollectionMetadata message from the specified reader or buffer.
3674
+ * @param reader Reader or buffer to decode from
3675
+ * @param [length] Message length if known beforehand
3676
+ * @returns BotAgeCollectionMetadata
3677
+ * @throws {Error} If the payload is not a reader or valid buffer
3678
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3679
+ */
3680
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotAgeCollectionMetadata;
3681
+
3682
+ /**
3683
+ * Decodes a BotAgeCollectionMetadata message from the specified reader or buffer, length delimited.
3684
+ * @param reader Reader or buffer to decode from
3685
+ * @returns BotAgeCollectionMetadata
3686
+ * @throws {Error} If the payload is not a reader or valid buffer
3687
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
3688
+ */
3689
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotAgeCollectionMetadata;
3690
+
3691
+ /**
3692
+ * Verifies a BotAgeCollectionMetadata message.
3693
+ * @param message Plain object to verify
3694
+ * @returns `null` if valid, otherwise the reason why it is not
3695
+ */
3696
+ public static verify(message: { [k: string]: any }): (string|null);
3697
+
3698
+ /**
3699
+ * Creates a BotAgeCollectionMetadata message from a plain object. Also converts values to their respective internal types.
3700
+ * @param object Plain object
3701
+ * @returns BotAgeCollectionMetadata
3702
+ */
3703
+ public static fromObject(object: { [k: string]: any }): proto.BotAgeCollectionMetadata;
3704
+
3705
+ /**
3706
+ * Creates a plain object from a BotAgeCollectionMetadata message. Also converts values to other types if specified.
3707
+ * @param message BotAgeCollectionMetadata
3708
+ * @param [options] Conversion options
3709
+ * @returns Plain object
3710
+ */
3711
+ public static toObject(message: proto.BotAgeCollectionMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
3712
+
3713
+ /**
3714
+ * Converts this BotAgeCollectionMetadata to JSON.
3715
+ * @returns JSON object
3716
+ */
3717
+ public toJSON(): { [k: string]: any };
3718
+
3719
+ /**
3720
+ * Gets the default type url for BotAgeCollectionMetadata
3721
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
3722
+ * @returns The default type url
3723
+ */
3724
+ public static getTypeUrl(typeUrlPrefix?: string): string;
3725
+ }
3726
+
3376
3727
  /** Properties of a BotAvatarMetadata. */
3377
3728
  interface IBotAvatarMetadata {
3378
3729
 
@@ -3624,7 +3975,13 @@ export namespace proto {
3624
3975
  RICH_RESPONSE_INLINE_REELS = 26,
3625
3976
  AGENTIC_PLANNING = 27,
3626
3977
  ACCOUNT_LINKING = 28,
3627
- STREAMING_DISAGGREGATION = 29
3978
+ STREAMING_DISAGGREGATION = 29,
3979
+ RICH_RESPONSE_GRID_IMAGE_3P = 30,
3980
+ RICH_RESPONSE_LATEX_INLINE = 31,
3981
+ QUERY_PLAN = 32,
3982
+ PROACTIVE_MESSAGE = 33,
3983
+ RICH_RESPONSE_UNIFIED_RESPONSE = 34,
3984
+ PROMOTION_MESSAGE = 35
3628
3985
  }
3629
3986
  }
3630
3987
 
@@ -3850,6 +4207,9 @@ export namespace proto {
3850
4207
 
3851
4208
  /** BotLinkedAccountsMetadata acAuthTokens */
3852
4209
  acAuthTokens?: (Uint8Array|null);
4210
+
4211
+ /** BotLinkedAccountsMetadata acErrorCode */
4212
+ acErrorCode?: (number|null);
3853
4213
  }
3854
4214
 
3855
4215
  /** Represents a BotLinkedAccountsMetadata. */
@@ -3867,6 +4227,9 @@ export namespace proto {
3867
4227
  /** BotLinkedAccountsMetadata acAuthTokens. */
3868
4228
  public acAuthTokens?: (Uint8Array|null);
3869
4229
 
4230
+ /** BotLinkedAccountsMetadata acErrorCode. */
4231
+ public acErrorCode?: (number|null);
4232
+
3870
4233
  /**
3871
4234
  * Creates a new BotLinkedAccountsMetadata instance using the specified properties.
3872
4235
  * @param [properties] Properties to set
@@ -4453,6 +4816,24 @@ export namespace proto {
4453
4816
 
4454
4817
  /** BotMetadata botLinkedAccountsMetadata */
4455
4818
  botLinkedAccountsMetadata?: (proto.IBotLinkedAccountsMetadata|null);
4819
+
4820
+ /** BotMetadata richResponseSourcesMetadata */
4821
+ richResponseSourcesMetadata?: (proto.IBotSourcesMetadata|null);
4822
+
4823
+ /** BotMetadata aiConversationContext */
4824
+ aiConversationContext?: (Uint8Array|null);
4825
+
4826
+ /** BotMetadata botPromotionMessageMetadata */
4827
+ botPromotionMessageMetadata?: (proto.IBotPromotionMessageMetadata|null);
4828
+
4829
+ /** BotMetadata botModeSelectionMetadata */
4830
+ botModeSelectionMetadata?: (proto.IBotModeSelectionMetadata|null);
4831
+
4832
+ /** BotMetadata botQuotaMetadata */
4833
+ botQuotaMetadata?: (proto.IBotQuotaMetadata|null);
4834
+
4835
+ /** BotMetadata botAgeCollectionMetadata */
4836
+ botAgeCollectionMetadata?: (proto.IBotAgeCollectionMetadata|null);
4456
4837
  }
4457
4838
 
4458
4839
  /** Represents a BotMetadata. */
@@ -4518,6 +4899,24 @@ export namespace proto {
4518
4899
  /** BotMetadata botLinkedAccountsMetadata. */
4519
4900
  public botLinkedAccountsMetadata?: (proto.IBotLinkedAccountsMetadata|null);
4520
4901
 
4902
+ /** BotMetadata richResponseSourcesMetadata. */
4903
+ public richResponseSourcesMetadata?: (proto.IBotSourcesMetadata|null);
4904
+
4905
+ /** BotMetadata aiConversationContext. */
4906
+ public aiConversationContext?: (Uint8Array|null);
4907
+
4908
+ /** BotMetadata botPromotionMessageMetadata. */
4909
+ public botPromotionMessageMetadata?: (proto.IBotPromotionMessageMetadata|null);
4910
+
4911
+ /** BotMetadata botModeSelectionMetadata. */
4912
+ public botModeSelectionMetadata?: (proto.IBotModeSelectionMetadata|null);
4913
+
4914
+ /** BotMetadata botQuotaMetadata. */
4915
+ public botQuotaMetadata?: (proto.IBotQuotaMetadata|null);
4916
+
4917
+ /** BotMetadata botAgeCollectionMetadata. */
4918
+ public botAgeCollectionMetadata?: (proto.IBotAgeCollectionMetadata|null);
4919
+
4521
4920
  /**
4522
4921
  * Creates a new BotMetadata instance using the specified properties.
4523
4922
  * @param [properties] Properties to set
@@ -4614,7 +5013,14 @@ export namespace proto {
4614
5013
  PROFILE_MESSAGE_BUTTON = 14,
4615
5014
  FORWARD = 15,
4616
5015
  APP_SHORTCUT = 16,
4617
- FF_FAMILY = 17
5016
+ FF_FAMILY = 17,
5017
+ AI_TAB = 18,
5018
+ AI_HOME = 19,
5019
+ AI_DEEPLINK_IMMERSIVE = 20,
5020
+ AI_DEEPLINK = 21,
5021
+ META_AI_CHAT_SHORTCUT_AI_STUDIO = 22,
5022
+ UGC_CHAT_SHORTCUT_AI_STUDIO = 23,
5023
+ NEW_CHAT_AI_STUDIO = 24
4618
5024
  }
4619
5025
 
4620
5026
  /** Properties of a BotMetricsMetadata. */
@@ -4625,6 +5031,9 @@ export namespace proto {
4625
5031
 
4626
5032
  /** BotMetricsMetadata destinationEntryPoint */
4627
5033
  destinationEntryPoint?: (proto.BotMetricsEntryPoint|null);
5034
+
5035
+ /** BotMetricsMetadata threadOrigin */
5036
+ threadOrigin?: (proto.BotMetricsThreadEntryPoint|null);
4628
5037
  }
4629
5038
 
4630
5039
  /** Represents a BotMetricsMetadata. */
@@ -4642,6 +5051,9 @@ export namespace proto {
4642
5051
  /** BotMetricsMetadata destinationEntryPoint. */
4643
5052
  public destinationEntryPoint?: (proto.BotMetricsEntryPoint|null);
4644
5053
 
5054
+ /** BotMetricsMetadata threadOrigin. */
5055
+ public threadOrigin?: (proto.BotMetricsThreadEntryPoint|null);
5056
+
4645
5057
  /**
4646
5058
  * Creates a new BotMetricsMetadata instance using the specified properties.
4647
5059
  * @param [properties] Properties to set
@@ -4720,6 +5132,120 @@ export namespace proto {
4720
5132
  public static getTypeUrl(typeUrlPrefix?: string): string;
4721
5133
  }
4722
5134
 
5135
+ /** BotMetricsThreadEntryPoint enum. */
5136
+ enum BotMetricsThreadEntryPoint {
5137
+ AI_TAB_THREAD = 1,
5138
+ AI_HOME_THREAD = 2,
5139
+ AI_DEEPLINK_IMMERSIVE_THREAD = 3,
5140
+ AI_DEEPLINK_THREAD = 4
5141
+ }
5142
+
5143
+ /** Properties of a BotModeSelectionMetadata. */
5144
+ interface IBotModeSelectionMetadata {
5145
+
5146
+ /** BotModeSelectionMetadata mode */
5147
+ mode?: (proto.BotModeSelectionMetadata.BotUserSelectionMode[]|null);
5148
+ }
5149
+
5150
+ /** Represents a BotModeSelectionMetadata. */
5151
+ class BotModeSelectionMetadata implements IBotModeSelectionMetadata {
5152
+
5153
+ /**
5154
+ * Constructs a new BotModeSelectionMetadata.
5155
+ * @param [properties] Properties to set
5156
+ */
5157
+ constructor(properties?: proto.IBotModeSelectionMetadata);
5158
+
5159
+ /** BotModeSelectionMetadata mode. */
5160
+ public mode: proto.BotModeSelectionMetadata.BotUserSelectionMode[];
5161
+
5162
+ /**
5163
+ * Creates a new BotModeSelectionMetadata instance using the specified properties.
5164
+ * @param [properties] Properties to set
5165
+ * @returns BotModeSelectionMetadata instance
5166
+ */
5167
+ public static create(properties?: proto.IBotModeSelectionMetadata): proto.BotModeSelectionMetadata;
5168
+
5169
+ /**
5170
+ * Encodes the specified BotModeSelectionMetadata message. Does not implicitly {@link proto.BotModeSelectionMetadata.verify|verify} messages.
5171
+ * @param message BotModeSelectionMetadata message or plain object to encode
5172
+ * @param [writer] Writer to encode to
5173
+ * @returns Writer
5174
+ */
5175
+ public static encode(message: proto.IBotModeSelectionMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
5176
+
5177
+ /**
5178
+ * Encodes the specified BotModeSelectionMetadata message, length delimited. Does not implicitly {@link proto.BotModeSelectionMetadata.verify|verify} messages.
5179
+ * @param message BotModeSelectionMetadata message or plain object to encode
5180
+ * @param [writer] Writer to encode to
5181
+ * @returns Writer
5182
+ */
5183
+ public static encodeDelimited(message: proto.IBotModeSelectionMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
5184
+
5185
+ /**
5186
+ * Decodes a BotModeSelectionMetadata message from the specified reader or buffer.
5187
+ * @param reader Reader or buffer to decode from
5188
+ * @param [length] Message length if known beforehand
5189
+ * @returns BotModeSelectionMetadata
5190
+ * @throws {Error} If the payload is not a reader or valid buffer
5191
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
5192
+ */
5193
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotModeSelectionMetadata;
5194
+
5195
+ /**
5196
+ * Decodes a BotModeSelectionMetadata message from the specified reader or buffer, length delimited.
5197
+ * @param reader Reader or buffer to decode from
5198
+ * @returns BotModeSelectionMetadata
5199
+ * @throws {Error} If the payload is not a reader or valid buffer
5200
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
5201
+ */
5202
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotModeSelectionMetadata;
5203
+
5204
+ /**
5205
+ * Verifies a BotModeSelectionMetadata message.
5206
+ * @param message Plain object to verify
5207
+ * @returns `null` if valid, otherwise the reason why it is not
5208
+ */
5209
+ public static verify(message: { [k: string]: any }): (string|null);
5210
+
5211
+ /**
5212
+ * Creates a BotModeSelectionMetadata message from a plain object. Also converts values to their respective internal types.
5213
+ * @param object Plain object
5214
+ * @returns BotModeSelectionMetadata
5215
+ */
5216
+ public static fromObject(object: { [k: string]: any }): proto.BotModeSelectionMetadata;
5217
+
5218
+ /**
5219
+ * Creates a plain object from a BotModeSelectionMetadata message. Also converts values to other types if specified.
5220
+ * @param message BotModeSelectionMetadata
5221
+ * @param [options] Conversion options
5222
+ * @returns Plain object
5223
+ */
5224
+ public static toObject(message: proto.BotModeSelectionMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
5225
+
5226
+ /**
5227
+ * Converts this BotModeSelectionMetadata to JSON.
5228
+ * @returns JSON object
5229
+ */
5230
+ public toJSON(): { [k: string]: any };
5231
+
5232
+ /**
5233
+ * Gets the default type url for BotModeSelectionMetadata
5234
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5235
+ * @returns The default type url
5236
+ */
5237
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5238
+ }
5239
+
5240
+ namespace BotModeSelectionMetadata {
5241
+
5242
+ /** BotUserSelectionMode enum. */
5243
+ enum BotUserSelectionMode {
5244
+ UNKNOWN_MODE = 0,
5245
+ REASONING_MODE = 1
5246
+ }
5247
+ }
5248
+
4723
5249
  /** Properties of a BotModelMetadata. */
4724
5250
  interface IBotModelMetadata {
4725
5251
 
@@ -5146,6 +5672,9 @@ export namespace proto {
5146
5672
 
5147
5673
  /** BotPlanningStepMetadata isEnhancedSearch */
5148
5674
  isEnhancedSearch?: (boolean|null);
5675
+
5676
+ /** BotPlanningStepMetadata sections */
5677
+ sections?: (proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata[]|null);
5149
5678
  }
5150
5679
 
5151
5680
  /** Represents a BotPlanningStepMetadata. */
@@ -5175,6 +5704,9 @@ export namespace proto {
5175
5704
  /** BotPlanningStepMetadata isEnhancedSearch. */
5176
5705
  public isEnhancedSearch?: (boolean|null);
5177
5706
 
5707
+ /** BotPlanningStepMetadata sections. */
5708
+ public sections: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata[];
5709
+
5178
5710
  /**
5179
5711
  * Creates a new BotPlanningStepMetadata instance using the specified properties.
5180
5712
  * @param [properties] Properties to set
@@ -5255,6 +5787,121 @@ export namespace proto {
5255
5787
 
5256
5788
  namespace BotPlanningStepMetadata {
5257
5789
 
5790
+ /** Properties of a BotPlanningSearchSourceMetadata. */
5791
+ interface IBotPlanningSearchSourceMetadata {
5792
+
5793
+ /** BotPlanningSearchSourceMetadata title */
5794
+ title?: (string|null);
5795
+
5796
+ /** BotPlanningSearchSourceMetadata provider */
5797
+ provider?: (proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotSearchSourceProvider|null);
5798
+
5799
+ /** BotPlanningSearchSourceMetadata sourceUrl */
5800
+ sourceUrl?: (string|null);
5801
+
5802
+ /** BotPlanningSearchSourceMetadata favIconUrl */
5803
+ favIconUrl?: (string|null);
5804
+ }
5805
+
5806
+ /** Represents a BotPlanningSearchSourceMetadata. */
5807
+ class BotPlanningSearchSourceMetadata implements IBotPlanningSearchSourceMetadata {
5808
+
5809
+ /**
5810
+ * Constructs a new BotPlanningSearchSourceMetadata.
5811
+ * @param [properties] Properties to set
5812
+ */
5813
+ constructor(properties?: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata);
5814
+
5815
+ /** BotPlanningSearchSourceMetadata title. */
5816
+ public title?: (string|null);
5817
+
5818
+ /** BotPlanningSearchSourceMetadata provider. */
5819
+ public provider?: (proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotSearchSourceProvider|null);
5820
+
5821
+ /** BotPlanningSearchSourceMetadata sourceUrl. */
5822
+ public sourceUrl?: (string|null);
5823
+
5824
+ /** BotPlanningSearchSourceMetadata favIconUrl. */
5825
+ public favIconUrl?: (string|null);
5826
+
5827
+ /**
5828
+ * Creates a new BotPlanningSearchSourceMetadata instance using the specified properties.
5829
+ * @param [properties] Properties to set
5830
+ * @returns BotPlanningSearchSourceMetadata instance
5831
+ */
5832
+ public static create(properties?: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata): proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata;
5833
+
5834
+ /**
5835
+ * Encodes the specified BotPlanningSearchSourceMetadata message. Does not implicitly {@link proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata.verify|verify} messages.
5836
+ * @param message BotPlanningSearchSourceMetadata message or plain object to encode
5837
+ * @param [writer] Writer to encode to
5838
+ * @returns Writer
5839
+ */
5840
+ public static encode(message: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
5841
+
5842
+ /**
5843
+ * Encodes the specified BotPlanningSearchSourceMetadata message, length delimited. Does not implicitly {@link proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata.verify|verify} messages.
5844
+ * @param message BotPlanningSearchSourceMetadata message or plain object to encode
5845
+ * @param [writer] Writer to encode to
5846
+ * @returns Writer
5847
+ */
5848
+ public static encodeDelimited(message: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
5849
+
5850
+ /**
5851
+ * Decodes a BotPlanningSearchSourceMetadata message from the specified reader or buffer.
5852
+ * @param reader Reader or buffer to decode from
5853
+ * @param [length] Message length if known beforehand
5854
+ * @returns BotPlanningSearchSourceMetadata
5855
+ * @throws {Error} If the payload is not a reader or valid buffer
5856
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
5857
+ */
5858
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata;
5859
+
5860
+ /**
5861
+ * Decodes a BotPlanningSearchSourceMetadata message from the specified reader or buffer, length delimited.
5862
+ * @param reader Reader or buffer to decode from
5863
+ * @returns BotPlanningSearchSourceMetadata
5864
+ * @throws {Error} If the payload is not a reader or valid buffer
5865
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
5866
+ */
5867
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata;
5868
+
5869
+ /**
5870
+ * Verifies a BotPlanningSearchSourceMetadata message.
5871
+ * @param message Plain object to verify
5872
+ * @returns `null` if valid, otherwise the reason why it is not
5873
+ */
5874
+ public static verify(message: { [k: string]: any }): (string|null);
5875
+
5876
+ /**
5877
+ * Creates a BotPlanningSearchSourceMetadata message from a plain object. Also converts values to their respective internal types.
5878
+ * @param object Plain object
5879
+ * @returns BotPlanningSearchSourceMetadata
5880
+ */
5881
+ public static fromObject(object: { [k: string]: any }): proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata;
5882
+
5883
+ /**
5884
+ * Creates a plain object from a BotPlanningSearchSourceMetadata message. Also converts values to other types if specified.
5885
+ * @param message BotPlanningSearchSourceMetadata
5886
+ * @param [options] Conversion options
5887
+ * @returns Plain object
5888
+ */
5889
+ public static toObject(message: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningSearchSourceMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
5890
+
5891
+ /**
5892
+ * Converts this BotPlanningSearchSourceMetadata to JSON.
5893
+ * @returns JSON object
5894
+ */
5895
+ public toJSON(): { [k: string]: any };
5896
+
5897
+ /**
5898
+ * Gets the default type url for BotPlanningSearchSourceMetadata
5899
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
5900
+ * @returns The default type url
5901
+ */
5902
+ public static getTypeUrl(typeUrlPrefix?: string): string;
5903
+ }
5904
+
5258
5905
  /** Properties of a BotPlanningSearchSourcesMetadata. */
5259
5906
  interface IBotPlanningSearchSourcesMetadata {
5260
5907
 
@@ -5375,6 +6022,123 @@ export namespace proto {
5375
6022
  }
5376
6023
  }
5377
6024
 
6025
+ /** Properties of a BotPlanningStepSectionMetadata. */
6026
+ interface IBotPlanningStepSectionMetadata {
6027
+
6028
+ /** BotPlanningStepSectionMetadata sectionTitle */
6029
+ sectionTitle?: (string|null);
6030
+
6031
+ /** BotPlanningStepSectionMetadata sectionBody */
6032
+ sectionBody?: (string|null);
6033
+
6034
+ /** BotPlanningStepSectionMetadata sourcesMetadata */
6035
+ sourcesMetadata?: (proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata[]|null);
6036
+ }
6037
+
6038
+ /** Represents a BotPlanningStepSectionMetadata. */
6039
+ class BotPlanningStepSectionMetadata implements IBotPlanningStepSectionMetadata {
6040
+
6041
+ /**
6042
+ * Constructs a new BotPlanningStepSectionMetadata.
6043
+ * @param [properties] Properties to set
6044
+ */
6045
+ constructor(properties?: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata);
6046
+
6047
+ /** BotPlanningStepSectionMetadata sectionTitle. */
6048
+ public sectionTitle?: (string|null);
6049
+
6050
+ /** BotPlanningStepSectionMetadata sectionBody. */
6051
+ public sectionBody?: (string|null);
6052
+
6053
+ /** BotPlanningStepSectionMetadata sourcesMetadata. */
6054
+ public sourcesMetadata: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningSearchSourceMetadata[];
6055
+
6056
+ /**
6057
+ * Creates a new BotPlanningStepSectionMetadata instance using the specified properties.
6058
+ * @param [properties] Properties to set
6059
+ * @returns BotPlanningStepSectionMetadata instance
6060
+ */
6061
+ public static create(properties?: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata): proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata;
6062
+
6063
+ /**
6064
+ * Encodes the specified BotPlanningStepSectionMetadata message. Does not implicitly {@link proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata.verify|verify} messages.
6065
+ * @param message BotPlanningStepSectionMetadata message or plain object to encode
6066
+ * @param [writer] Writer to encode to
6067
+ * @returns Writer
6068
+ */
6069
+ public static encode(message: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
6070
+
6071
+ /**
6072
+ * Encodes the specified BotPlanningStepSectionMetadata message, length delimited. Does not implicitly {@link proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata.verify|verify} messages.
6073
+ * @param message BotPlanningStepSectionMetadata message or plain object to encode
6074
+ * @param [writer] Writer to encode to
6075
+ * @returns Writer
6076
+ */
6077
+ public static encodeDelimited(message: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.IBotPlanningStepSectionMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
6078
+
6079
+ /**
6080
+ * Decodes a BotPlanningStepSectionMetadata message from the specified reader or buffer.
6081
+ * @param reader Reader or buffer to decode from
6082
+ * @param [length] Message length if known beforehand
6083
+ * @returns BotPlanningStepSectionMetadata
6084
+ * @throws {Error} If the payload is not a reader or valid buffer
6085
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
6086
+ */
6087
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata;
6088
+
6089
+ /**
6090
+ * Decodes a BotPlanningStepSectionMetadata message from the specified reader or buffer, length delimited.
6091
+ * @param reader Reader or buffer to decode from
6092
+ * @returns BotPlanningStepSectionMetadata
6093
+ * @throws {Error} If the payload is not a reader or valid buffer
6094
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
6095
+ */
6096
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata;
6097
+
6098
+ /**
6099
+ * Verifies a BotPlanningStepSectionMetadata message.
6100
+ * @param message Plain object to verify
6101
+ * @returns `null` if valid, otherwise the reason why it is not
6102
+ */
6103
+ public static verify(message: { [k: string]: any }): (string|null);
6104
+
6105
+ /**
6106
+ * Creates a BotPlanningStepSectionMetadata message from a plain object. Also converts values to their respective internal types.
6107
+ * @param object Plain object
6108
+ * @returns BotPlanningStepSectionMetadata
6109
+ */
6110
+ public static fromObject(object: { [k: string]: any }): proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata;
6111
+
6112
+ /**
6113
+ * Creates a plain object from a BotPlanningStepSectionMetadata message. Also converts values to other types if specified.
6114
+ * @param message BotPlanningStepSectionMetadata
6115
+ * @param [options] Conversion options
6116
+ * @returns Plain object
6117
+ */
6118
+ public static toObject(message: proto.BotProgressIndicatorMetadata.BotPlanningStepMetadata.BotPlanningStepSectionMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
6119
+
6120
+ /**
6121
+ * Converts this BotPlanningStepSectionMetadata to JSON.
6122
+ * @returns JSON object
6123
+ */
6124
+ public toJSON(): { [k: string]: any };
6125
+
6126
+ /**
6127
+ * Gets the default type url for BotPlanningStepSectionMetadata
6128
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6129
+ * @returns The default type url
6130
+ */
6131
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6132
+ }
6133
+
6134
+ /** BotSearchSourceProvider enum. */
6135
+ enum BotSearchSourceProvider {
6136
+ UNKNOWN_PROVIDER = 0,
6137
+ OTHER = 1,
6138
+ GOOGLE = 2,
6139
+ BING = 3
6140
+ }
6141
+
5378
6142
  /** PlanningStepStatus enum. */
5379
6143
  enum PlanningStepStatus {
5380
6144
  UNKNOWN = 0,
@@ -5385,6 +6149,118 @@ export namespace proto {
5385
6149
  }
5386
6150
  }
5387
6151
 
6152
+ /** Properties of a BotPromotionMessageMetadata. */
6153
+ interface IBotPromotionMessageMetadata {
6154
+
6155
+ /** BotPromotionMessageMetadata promotionType */
6156
+ promotionType?: (proto.BotPromotionMessageMetadata.BotPromotionType|null);
6157
+
6158
+ /** BotPromotionMessageMetadata buttonTitle */
6159
+ buttonTitle?: (string|null);
6160
+ }
6161
+
6162
+ /** Represents a BotPromotionMessageMetadata. */
6163
+ class BotPromotionMessageMetadata implements IBotPromotionMessageMetadata {
6164
+
6165
+ /**
6166
+ * Constructs a new BotPromotionMessageMetadata.
6167
+ * @param [properties] Properties to set
6168
+ */
6169
+ constructor(properties?: proto.IBotPromotionMessageMetadata);
6170
+
6171
+ /** BotPromotionMessageMetadata promotionType. */
6172
+ public promotionType?: (proto.BotPromotionMessageMetadata.BotPromotionType|null);
6173
+
6174
+ /** BotPromotionMessageMetadata buttonTitle. */
6175
+ public buttonTitle?: (string|null);
6176
+
6177
+ /**
6178
+ * Creates a new BotPromotionMessageMetadata instance using the specified properties.
6179
+ * @param [properties] Properties to set
6180
+ * @returns BotPromotionMessageMetadata instance
6181
+ */
6182
+ public static create(properties?: proto.IBotPromotionMessageMetadata): proto.BotPromotionMessageMetadata;
6183
+
6184
+ /**
6185
+ * Encodes the specified BotPromotionMessageMetadata message. Does not implicitly {@link proto.BotPromotionMessageMetadata.verify|verify} messages.
6186
+ * @param message BotPromotionMessageMetadata message or plain object to encode
6187
+ * @param [writer] Writer to encode to
6188
+ * @returns Writer
6189
+ */
6190
+ public static encode(message: proto.IBotPromotionMessageMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
6191
+
6192
+ /**
6193
+ * Encodes the specified BotPromotionMessageMetadata message, length delimited. Does not implicitly {@link proto.BotPromotionMessageMetadata.verify|verify} messages.
6194
+ * @param message BotPromotionMessageMetadata message or plain object to encode
6195
+ * @param [writer] Writer to encode to
6196
+ * @returns Writer
6197
+ */
6198
+ public static encodeDelimited(message: proto.IBotPromotionMessageMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
6199
+
6200
+ /**
6201
+ * Decodes a BotPromotionMessageMetadata message from the specified reader or buffer.
6202
+ * @param reader Reader or buffer to decode from
6203
+ * @param [length] Message length if known beforehand
6204
+ * @returns BotPromotionMessageMetadata
6205
+ * @throws {Error} If the payload is not a reader or valid buffer
6206
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
6207
+ */
6208
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotPromotionMessageMetadata;
6209
+
6210
+ /**
6211
+ * Decodes a BotPromotionMessageMetadata message from the specified reader or buffer, length delimited.
6212
+ * @param reader Reader or buffer to decode from
6213
+ * @returns BotPromotionMessageMetadata
6214
+ * @throws {Error} If the payload is not a reader or valid buffer
6215
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
6216
+ */
6217
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotPromotionMessageMetadata;
6218
+
6219
+ /**
6220
+ * Verifies a BotPromotionMessageMetadata message.
6221
+ * @param message Plain object to verify
6222
+ * @returns `null` if valid, otherwise the reason why it is not
6223
+ */
6224
+ public static verify(message: { [k: string]: any }): (string|null);
6225
+
6226
+ /**
6227
+ * Creates a BotPromotionMessageMetadata message from a plain object. Also converts values to their respective internal types.
6228
+ * @param object Plain object
6229
+ * @returns BotPromotionMessageMetadata
6230
+ */
6231
+ public static fromObject(object: { [k: string]: any }): proto.BotPromotionMessageMetadata;
6232
+
6233
+ /**
6234
+ * Creates a plain object from a BotPromotionMessageMetadata message. Also converts values to other types if specified.
6235
+ * @param message BotPromotionMessageMetadata
6236
+ * @param [options] Conversion options
6237
+ * @returns Plain object
6238
+ */
6239
+ public static toObject(message: proto.BotPromotionMessageMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
6240
+
6241
+ /**
6242
+ * Converts this BotPromotionMessageMetadata to JSON.
6243
+ * @returns JSON object
6244
+ */
6245
+ public toJSON(): { [k: string]: any };
6246
+
6247
+ /**
6248
+ * Gets the default type url for BotPromotionMessageMetadata
6249
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6250
+ * @returns The default type url
6251
+ */
6252
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6253
+ }
6254
+
6255
+ namespace BotPromotionMessageMetadata {
6256
+
6257
+ /** BotPromotionType enum. */
6258
+ enum BotPromotionType {
6259
+ UNKNOWN_TYPE = 0,
6260
+ C50 = 1
6261
+ }
6262
+ }
6263
+
5388
6264
  /** Properties of a BotPromptSuggestion. */
5389
6265
  interface IBotPromptSuggestion {
5390
6266
 
@@ -5585,6 +6461,224 @@ export namespace proto {
5585
6461
  public static getTypeUrl(typeUrlPrefix?: string): string;
5586
6462
  }
5587
6463
 
6464
+ /** Properties of a BotQuotaMetadata. */
6465
+ interface IBotQuotaMetadata {
6466
+
6467
+ /** BotQuotaMetadata botFeatureQuotaMetadata */
6468
+ botFeatureQuotaMetadata?: (proto.BotQuotaMetadata.IBotFeatureQuotaMetadata[]|null);
6469
+ }
6470
+
6471
+ /** Represents a BotQuotaMetadata. */
6472
+ class BotQuotaMetadata implements IBotQuotaMetadata {
6473
+
6474
+ /**
6475
+ * Constructs a new BotQuotaMetadata.
6476
+ * @param [properties] Properties to set
6477
+ */
6478
+ constructor(properties?: proto.IBotQuotaMetadata);
6479
+
6480
+ /** BotQuotaMetadata botFeatureQuotaMetadata. */
6481
+ public botFeatureQuotaMetadata: proto.BotQuotaMetadata.IBotFeatureQuotaMetadata[];
6482
+
6483
+ /**
6484
+ * Creates a new BotQuotaMetadata instance using the specified properties.
6485
+ * @param [properties] Properties to set
6486
+ * @returns BotQuotaMetadata instance
6487
+ */
6488
+ public static create(properties?: proto.IBotQuotaMetadata): proto.BotQuotaMetadata;
6489
+
6490
+ /**
6491
+ * Encodes the specified BotQuotaMetadata message. Does not implicitly {@link proto.BotQuotaMetadata.verify|verify} messages.
6492
+ * @param message BotQuotaMetadata message or plain object to encode
6493
+ * @param [writer] Writer to encode to
6494
+ * @returns Writer
6495
+ */
6496
+ public static encode(message: proto.IBotQuotaMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
6497
+
6498
+ /**
6499
+ * Encodes the specified BotQuotaMetadata message, length delimited. Does not implicitly {@link proto.BotQuotaMetadata.verify|verify} messages.
6500
+ * @param message BotQuotaMetadata message or plain object to encode
6501
+ * @param [writer] Writer to encode to
6502
+ * @returns Writer
6503
+ */
6504
+ public static encodeDelimited(message: proto.IBotQuotaMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
6505
+
6506
+ /**
6507
+ * Decodes a BotQuotaMetadata message from the specified reader or buffer.
6508
+ * @param reader Reader or buffer to decode from
6509
+ * @param [length] Message length if known beforehand
6510
+ * @returns BotQuotaMetadata
6511
+ * @throws {Error} If the payload is not a reader or valid buffer
6512
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
6513
+ */
6514
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotQuotaMetadata;
6515
+
6516
+ /**
6517
+ * Decodes a BotQuotaMetadata message from the specified reader or buffer, length delimited.
6518
+ * @param reader Reader or buffer to decode from
6519
+ * @returns BotQuotaMetadata
6520
+ * @throws {Error} If the payload is not a reader or valid buffer
6521
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
6522
+ */
6523
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotQuotaMetadata;
6524
+
6525
+ /**
6526
+ * Verifies a BotQuotaMetadata message.
6527
+ * @param message Plain object to verify
6528
+ * @returns `null` if valid, otherwise the reason why it is not
6529
+ */
6530
+ public static verify(message: { [k: string]: any }): (string|null);
6531
+
6532
+ /**
6533
+ * Creates a BotQuotaMetadata message from a plain object. Also converts values to their respective internal types.
6534
+ * @param object Plain object
6535
+ * @returns BotQuotaMetadata
6536
+ */
6537
+ public static fromObject(object: { [k: string]: any }): proto.BotQuotaMetadata;
6538
+
6539
+ /**
6540
+ * Creates a plain object from a BotQuotaMetadata message. Also converts values to other types if specified.
6541
+ * @param message BotQuotaMetadata
6542
+ * @param [options] Conversion options
6543
+ * @returns Plain object
6544
+ */
6545
+ public static toObject(message: proto.BotQuotaMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
6546
+
6547
+ /**
6548
+ * Converts this BotQuotaMetadata to JSON.
6549
+ * @returns JSON object
6550
+ */
6551
+ public toJSON(): { [k: string]: any };
6552
+
6553
+ /**
6554
+ * Gets the default type url for BotQuotaMetadata
6555
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6556
+ * @returns The default type url
6557
+ */
6558
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6559
+ }
6560
+
6561
+ namespace BotQuotaMetadata {
6562
+
6563
+ /** Properties of a BotFeatureQuotaMetadata. */
6564
+ interface IBotFeatureQuotaMetadata {
6565
+
6566
+ /** BotFeatureQuotaMetadata featureType */
6567
+ featureType?: (proto.BotQuotaMetadata.BotFeatureQuotaMetadata.BotFeatureType|null);
6568
+
6569
+ /** BotFeatureQuotaMetadata remainingQuota */
6570
+ remainingQuota?: (number|null);
6571
+
6572
+ /** BotFeatureQuotaMetadata expirationTimestamp */
6573
+ expirationTimestamp?: (number|Long|null);
6574
+ }
6575
+
6576
+ /** Represents a BotFeatureQuotaMetadata. */
6577
+ class BotFeatureQuotaMetadata implements IBotFeatureQuotaMetadata {
6578
+
6579
+ /**
6580
+ * Constructs a new BotFeatureQuotaMetadata.
6581
+ * @param [properties] Properties to set
6582
+ */
6583
+ constructor(properties?: proto.BotQuotaMetadata.IBotFeatureQuotaMetadata);
6584
+
6585
+ /** BotFeatureQuotaMetadata featureType. */
6586
+ public featureType?: (proto.BotQuotaMetadata.BotFeatureQuotaMetadata.BotFeatureType|null);
6587
+
6588
+ /** BotFeatureQuotaMetadata remainingQuota. */
6589
+ public remainingQuota?: (number|null);
6590
+
6591
+ /** BotFeatureQuotaMetadata expirationTimestamp. */
6592
+ public expirationTimestamp?: (number|Long|null);
6593
+
6594
+ /**
6595
+ * Creates a new BotFeatureQuotaMetadata instance using the specified properties.
6596
+ * @param [properties] Properties to set
6597
+ * @returns BotFeatureQuotaMetadata instance
6598
+ */
6599
+ public static create(properties?: proto.BotQuotaMetadata.IBotFeatureQuotaMetadata): proto.BotQuotaMetadata.BotFeatureQuotaMetadata;
6600
+
6601
+ /**
6602
+ * Encodes the specified BotFeatureQuotaMetadata message. Does not implicitly {@link proto.BotQuotaMetadata.BotFeatureQuotaMetadata.verify|verify} messages.
6603
+ * @param message BotFeatureQuotaMetadata message or plain object to encode
6604
+ * @param [writer] Writer to encode to
6605
+ * @returns Writer
6606
+ */
6607
+ public static encode(message: proto.BotQuotaMetadata.IBotFeatureQuotaMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
6608
+
6609
+ /**
6610
+ * Encodes the specified BotFeatureQuotaMetadata message, length delimited. Does not implicitly {@link proto.BotQuotaMetadata.BotFeatureQuotaMetadata.verify|verify} messages.
6611
+ * @param message BotFeatureQuotaMetadata message or plain object to encode
6612
+ * @param [writer] Writer to encode to
6613
+ * @returns Writer
6614
+ */
6615
+ public static encodeDelimited(message: proto.BotQuotaMetadata.IBotFeatureQuotaMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
6616
+
6617
+ /**
6618
+ * Decodes a BotFeatureQuotaMetadata message from the specified reader or buffer.
6619
+ * @param reader Reader or buffer to decode from
6620
+ * @param [length] Message length if known beforehand
6621
+ * @returns BotFeatureQuotaMetadata
6622
+ * @throws {Error} If the payload is not a reader or valid buffer
6623
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
6624
+ */
6625
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotQuotaMetadata.BotFeatureQuotaMetadata;
6626
+
6627
+ /**
6628
+ * Decodes a BotFeatureQuotaMetadata message from the specified reader or buffer, length delimited.
6629
+ * @param reader Reader or buffer to decode from
6630
+ * @returns BotFeatureQuotaMetadata
6631
+ * @throws {Error} If the payload is not a reader or valid buffer
6632
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
6633
+ */
6634
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotQuotaMetadata.BotFeatureQuotaMetadata;
6635
+
6636
+ /**
6637
+ * Verifies a BotFeatureQuotaMetadata message.
6638
+ * @param message Plain object to verify
6639
+ * @returns `null` if valid, otherwise the reason why it is not
6640
+ */
6641
+ public static verify(message: { [k: string]: any }): (string|null);
6642
+
6643
+ /**
6644
+ * Creates a BotFeatureQuotaMetadata message from a plain object. Also converts values to their respective internal types.
6645
+ * @param object Plain object
6646
+ * @returns BotFeatureQuotaMetadata
6647
+ */
6648
+ public static fromObject(object: { [k: string]: any }): proto.BotQuotaMetadata.BotFeatureQuotaMetadata;
6649
+
6650
+ /**
6651
+ * Creates a plain object from a BotFeatureQuotaMetadata message. Also converts values to other types if specified.
6652
+ * @param message BotFeatureQuotaMetadata
6653
+ * @param [options] Conversion options
6654
+ * @returns Plain object
6655
+ */
6656
+ public static toObject(message: proto.BotQuotaMetadata.BotFeatureQuotaMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
6657
+
6658
+ /**
6659
+ * Converts this BotFeatureQuotaMetadata to JSON.
6660
+ * @returns JSON object
6661
+ */
6662
+ public toJSON(): { [k: string]: any };
6663
+
6664
+ /**
6665
+ * Gets the default type url for BotFeatureQuotaMetadata
6666
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
6667
+ * @returns The default type url
6668
+ */
6669
+ public static getTypeUrl(typeUrlPrefix?: string): string;
6670
+ }
6671
+
6672
+ namespace BotFeatureQuotaMetadata {
6673
+
6674
+ /** BotFeatureType enum. */
6675
+ enum BotFeatureType {
6676
+ UNKNOWN_FEATURE = 0,
6677
+ REASONING_FEATURE = 1
6678
+ }
6679
+ }
6680
+ }
6681
+
5588
6682
  /** Properties of a BotReminderMetadata. */
5589
6683
  interface IBotReminderMetadata {
5590
6684
 
@@ -6043,6 +7137,244 @@ export namespace proto {
6043
7137
  VOICE = 6
6044
7138
  }
6045
7139
 
7140
+ /** Properties of a BotSourcesMetadata. */
7141
+ interface IBotSourcesMetadata {
7142
+
7143
+ /** BotSourcesMetadata sources */
7144
+ sources?: (proto.BotSourcesMetadata.IBotSourceItem[]|null);
7145
+ }
7146
+
7147
+ /** Represents a BotSourcesMetadata. */
7148
+ class BotSourcesMetadata implements IBotSourcesMetadata {
7149
+
7150
+ /**
7151
+ * Constructs a new BotSourcesMetadata.
7152
+ * @param [properties] Properties to set
7153
+ */
7154
+ constructor(properties?: proto.IBotSourcesMetadata);
7155
+
7156
+ /** BotSourcesMetadata sources. */
7157
+ public sources: proto.BotSourcesMetadata.IBotSourceItem[];
7158
+
7159
+ /**
7160
+ * Creates a new BotSourcesMetadata instance using the specified properties.
7161
+ * @param [properties] Properties to set
7162
+ * @returns BotSourcesMetadata instance
7163
+ */
7164
+ public static create(properties?: proto.IBotSourcesMetadata): proto.BotSourcesMetadata;
7165
+
7166
+ /**
7167
+ * Encodes the specified BotSourcesMetadata message. Does not implicitly {@link proto.BotSourcesMetadata.verify|verify} messages.
7168
+ * @param message BotSourcesMetadata message or plain object to encode
7169
+ * @param [writer] Writer to encode to
7170
+ * @returns Writer
7171
+ */
7172
+ public static encode(message: proto.IBotSourcesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
7173
+
7174
+ /**
7175
+ * Encodes the specified BotSourcesMetadata message, length delimited. Does not implicitly {@link proto.BotSourcesMetadata.verify|verify} messages.
7176
+ * @param message BotSourcesMetadata message or plain object to encode
7177
+ * @param [writer] Writer to encode to
7178
+ * @returns Writer
7179
+ */
7180
+ public static encodeDelimited(message: proto.IBotSourcesMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
7181
+
7182
+ /**
7183
+ * Decodes a BotSourcesMetadata message from the specified reader or buffer.
7184
+ * @param reader Reader or buffer to decode from
7185
+ * @param [length] Message length if known beforehand
7186
+ * @returns BotSourcesMetadata
7187
+ * @throws {Error} If the payload is not a reader or valid buffer
7188
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
7189
+ */
7190
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotSourcesMetadata;
7191
+
7192
+ /**
7193
+ * Decodes a BotSourcesMetadata message from the specified reader or buffer, length delimited.
7194
+ * @param reader Reader or buffer to decode from
7195
+ * @returns BotSourcesMetadata
7196
+ * @throws {Error} If the payload is not a reader or valid buffer
7197
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
7198
+ */
7199
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotSourcesMetadata;
7200
+
7201
+ /**
7202
+ * Verifies a BotSourcesMetadata message.
7203
+ * @param message Plain object to verify
7204
+ * @returns `null` if valid, otherwise the reason why it is not
7205
+ */
7206
+ public static verify(message: { [k: string]: any }): (string|null);
7207
+
7208
+ /**
7209
+ * Creates a BotSourcesMetadata message from a plain object. Also converts values to their respective internal types.
7210
+ * @param object Plain object
7211
+ * @returns BotSourcesMetadata
7212
+ */
7213
+ public static fromObject(object: { [k: string]: any }): proto.BotSourcesMetadata;
7214
+
7215
+ /**
7216
+ * Creates a plain object from a BotSourcesMetadata message. Also converts values to other types if specified.
7217
+ * @param message BotSourcesMetadata
7218
+ * @param [options] Conversion options
7219
+ * @returns Plain object
7220
+ */
7221
+ public static toObject(message: proto.BotSourcesMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
7222
+
7223
+ /**
7224
+ * Converts this BotSourcesMetadata to JSON.
7225
+ * @returns JSON object
7226
+ */
7227
+ public toJSON(): { [k: string]: any };
7228
+
7229
+ /**
7230
+ * Gets the default type url for BotSourcesMetadata
7231
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7232
+ * @returns The default type url
7233
+ */
7234
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7235
+ }
7236
+
7237
+ namespace BotSourcesMetadata {
7238
+
7239
+ /** Properties of a BotSourceItem. */
7240
+ interface IBotSourceItem {
7241
+
7242
+ /** BotSourceItem provider */
7243
+ provider?: (proto.BotSourcesMetadata.BotSourceItem.SourceProvider|null);
7244
+
7245
+ /** BotSourceItem thumbnailCdnUrl */
7246
+ thumbnailCdnUrl?: (string|null);
7247
+
7248
+ /** BotSourceItem sourceProviderUrl */
7249
+ sourceProviderUrl?: (string|null);
7250
+
7251
+ /** BotSourceItem sourceQuery */
7252
+ sourceQuery?: (string|null);
7253
+
7254
+ /** BotSourceItem faviconCdnUrl */
7255
+ faviconCdnUrl?: (string|null);
7256
+
7257
+ /** BotSourceItem citationNumber */
7258
+ citationNumber?: (number|null);
7259
+ }
7260
+
7261
+ /** Represents a BotSourceItem. */
7262
+ class BotSourceItem implements IBotSourceItem {
7263
+
7264
+ /**
7265
+ * Constructs a new BotSourceItem.
7266
+ * @param [properties] Properties to set
7267
+ */
7268
+ constructor(properties?: proto.BotSourcesMetadata.IBotSourceItem);
7269
+
7270
+ /** BotSourceItem provider. */
7271
+ public provider?: (proto.BotSourcesMetadata.BotSourceItem.SourceProvider|null);
7272
+
7273
+ /** BotSourceItem thumbnailCdnUrl. */
7274
+ public thumbnailCdnUrl?: (string|null);
7275
+
7276
+ /** BotSourceItem sourceProviderUrl. */
7277
+ public sourceProviderUrl?: (string|null);
7278
+
7279
+ /** BotSourceItem sourceQuery. */
7280
+ public sourceQuery?: (string|null);
7281
+
7282
+ /** BotSourceItem faviconCdnUrl. */
7283
+ public faviconCdnUrl?: (string|null);
7284
+
7285
+ /** BotSourceItem citationNumber. */
7286
+ public citationNumber?: (number|null);
7287
+
7288
+ /**
7289
+ * Creates a new BotSourceItem instance using the specified properties.
7290
+ * @param [properties] Properties to set
7291
+ * @returns BotSourceItem instance
7292
+ */
7293
+ public static create(properties?: proto.BotSourcesMetadata.IBotSourceItem): proto.BotSourcesMetadata.BotSourceItem;
7294
+
7295
+ /**
7296
+ * Encodes the specified BotSourceItem message. Does not implicitly {@link proto.BotSourcesMetadata.BotSourceItem.verify|verify} messages.
7297
+ * @param message BotSourceItem message or plain object to encode
7298
+ * @param [writer] Writer to encode to
7299
+ * @returns Writer
7300
+ */
7301
+ public static encode(message: proto.BotSourcesMetadata.IBotSourceItem, writer?: $protobuf.Writer): $protobuf.Writer;
7302
+
7303
+ /**
7304
+ * Encodes the specified BotSourceItem message, length delimited. Does not implicitly {@link proto.BotSourcesMetadata.BotSourceItem.verify|verify} messages.
7305
+ * @param message BotSourceItem message or plain object to encode
7306
+ * @param [writer] Writer to encode to
7307
+ * @returns Writer
7308
+ */
7309
+ public static encodeDelimited(message: proto.BotSourcesMetadata.IBotSourceItem, writer?: $protobuf.Writer): $protobuf.Writer;
7310
+
7311
+ /**
7312
+ * Decodes a BotSourceItem message from the specified reader or buffer.
7313
+ * @param reader Reader or buffer to decode from
7314
+ * @param [length] Message length if known beforehand
7315
+ * @returns BotSourceItem
7316
+ * @throws {Error} If the payload is not a reader or valid buffer
7317
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
7318
+ */
7319
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.BotSourcesMetadata.BotSourceItem;
7320
+
7321
+ /**
7322
+ * Decodes a BotSourceItem message from the specified reader or buffer, length delimited.
7323
+ * @param reader Reader or buffer to decode from
7324
+ * @returns BotSourceItem
7325
+ * @throws {Error} If the payload is not a reader or valid buffer
7326
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
7327
+ */
7328
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.BotSourcesMetadata.BotSourceItem;
7329
+
7330
+ /**
7331
+ * Verifies a BotSourceItem message.
7332
+ * @param message Plain object to verify
7333
+ * @returns `null` if valid, otherwise the reason why it is not
7334
+ */
7335
+ public static verify(message: { [k: string]: any }): (string|null);
7336
+
7337
+ /**
7338
+ * Creates a BotSourceItem message from a plain object. Also converts values to their respective internal types.
7339
+ * @param object Plain object
7340
+ * @returns BotSourceItem
7341
+ */
7342
+ public static fromObject(object: { [k: string]: any }): proto.BotSourcesMetadata.BotSourceItem;
7343
+
7344
+ /**
7345
+ * Creates a plain object from a BotSourceItem message. Also converts values to other types if specified.
7346
+ * @param message BotSourceItem
7347
+ * @param [options] Conversion options
7348
+ * @returns Plain object
7349
+ */
7350
+ public static toObject(message: proto.BotSourcesMetadata.BotSourceItem, options?: $protobuf.IConversionOptions): { [k: string]: any };
7351
+
7352
+ /**
7353
+ * Converts this BotSourceItem to JSON.
7354
+ * @returns JSON object
7355
+ */
7356
+ public toJSON(): { [k: string]: any };
7357
+
7358
+ /**
7359
+ * Gets the default type url for BotSourceItem
7360
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
7361
+ * @returns The default type url
7362
+ */
7363
+ public static getTypeUrl(typeUrlPrefix?: string): string;
7364
+ }
7365
+
7366
+ namespace BotSourceItem {
7367
+
7368
+ /** SourceProvider enum. */
7369
+ enum SourceProvider {
7370
+ UNKNOWN = 0,
7371
+ BING = 1,
7372
+ GOOGLE = 2,
7373
+ SUPPORT = 3
7374
+ }
7375
+ }
7376
+ }
7377
+
6046
7378
  /** Properties of a BotSuggestedPromptMetadata. */
6047
7379
  interface IBotSuggestedPromptMetadata {
6048
7380
 
@@ -7727,6 +9059,12 @@ export namespace proto {
7727
9059
 
7728
9060
  /** ClientPayload trafficAnonymization */
7729
9061
  trafficAnonymization?: (proto.ClientPayload.TrafficAnonymization|null);
9062
+
9063
+ /** ClientPayload lidDbMigrated */
9064
+ lidDbMigrated?: (boolean|null);
9065
+
9066
+ /** ClientPayload accountType */
9067
+ accountType?: (proto.ClientPayload.AccountType|null);
7730
9068
  }
7731
9069
 
7732
9070
  /** Represents a ClientPayload. */
@@ -7822,6 +9160,12 @@ export namespace proto {
7822
9160
  /** ClientPayload trafficAnonymization. */
7823
9161
  public trafficAnonymization?: (proto.ClientPayload.TrafficAnonymization|null);
7824
9162
 
9163
+ /** ClientPayload lidDbMigrated. */
9164
+ public lidDbMigrated?: (boolean|null);
9165
+
9166
+ /** ClientPayload accountType. */
9167
+ public accountType?: (proto.ClientPayload.AccountType|null);
9168
+
7825
9169
  /**
7826
9170
  * Creates a new ClientPayload instance using the specified properties.
7827
9171
  * @param [properties] Properties to set
@@ -7902,6 +9246,12 @@ export namespace proto {
7902
9246
 
7903
9247
  namespace ClientPayload {
7904
9248
 
9249
+ /** AccountType enum. */
9250
+ enum AccountType {
9251
+ DEFAULT = 0,
9252
+ GUEST = 1
9253
+ }
9254
+
7905
9255
  /** ConnectReason enum. */
7906
9256
  enum ConnectReason {
7907
9257
  PUSH = 0,
@@ -8308,7 +9658,8 @@ export namespace proto {
8308
9658
  WHATSAPP = 0,
8309
9659
  MESSENGER = 1,
8310
9660
  INTEROP = 2,
8311
- INTEROP_MSGR = 3
9661
+ INTEROP_MSGR = 3,
9662
+ WHATSAPP_LID = 4
8312
9663
  }
8313
9664
 
8314
9665
  /** TrafficAnonymization enum. */
@@ -9517,6 +10868,15 @@ export namespace proto {
9517
10868
 
9518
10869
  /** ContextInfo rankingVersion */
9519
10870
  rankingVersion?: (number|null);
10871
+
10872
+ /** ContextInfo memberLabel */
10873
+ memberLabel?: (proto.IMemberLabel|null);
10874
+
10875
+ /** ContextInfo isQuestion */
10876
+ isQuestion?: (boolean|null);
10877
+
10878
+ /** ContextInfo statusSourceType */
10879
+ statusSourceType?: (proto.ContextInfo.StatusSourceType|null);
9520
10880
  }
9521
10881
 
9522
10882
  /** Represents a ContextInfo. */
@@ -9660,6 +11020,15 @@ export namespace proto {
9660
11020
  /** ContextInfo rankingVersion. */
9661
11021
  public rankingVersion?: (number|null);
9662
11022
 
11023
+ /** ContextInfo memberLabel. */
11024
+ public memberLabel?: (proto.IMemberLabel|null);
11025
+
11026
+ /** ContextInfo isQuestion. */
11027
+ public isQuestion?: (boolean|null);
11028
+
11029
+ /** ContextInfo statusSourceType. */
11030
+ public statusSourceType?: (proto.ContextInfo.StatusSourceType|null);
11031
+
9663
11032
  /**
9664
11033
  * Creates a new ContextInfo instance using the specified properties.
9665
11034
  * @param [properties] Properties to set
@@ -10263,6 +11632,15 @@ export namespace proto {
10263
11632
 
10264
11633
  /** ExternalAdReplyInfo originalImageUrl */
10265
11634
  originalImageUrl?: (string|null);
11635
+
11636
+ /** ExternalAdReplyInfo automatedGreetingMessageCtaType */
11637
+ automatedGreetingMessageCtaType?: (string|null);
11638
+
11639
+ /** ExternalAdReplyInfo wtwaAdFormat */
11640
+ wtwaAdFormat?: (boolean|null);
11641
+
11642
+ /** ExternalAdReplyInfo adType */
11643
+ adType?: (proto.ContextInfo.ExternalAdReplyInfo.AdType|null);
10266
11644
  }
10267
11645
 
10268
11646
  /** Represents an ExternalAdReplyInfo. */
@@ -10340,6 +11718,15 @@ export namespace proto {
10340
11718
  /** ExternalAdReplyInfo originalImageUrl. */
10341
11719
  public originalImageUrl?: (string|null);
10342
11720
 
11721
+ /** ExternalAdReplyInfo automatedGreetingMessageCtaType. */
11722
+ public automatedGreetingMessageCtaType?: (string|null);
11723
+
11724
+ /** ExternalAdReplyInfo wtwaAdFormat. */
11725
+ public wtwaAdFormat?: (boolean|null);
11726
+
11727
+ /** ExternalAdReplyInfo adType. */
11728
+ public adType?: (proto.ContextInfo.ExternalAdReplyInfo.AdType|null);
11729
+
10343
11730
  /**
10344
11731
  * Creates a new ExternalAdReplyInfo instance using the specified properties.
10345
11732
  * @param [properties] Properties to set
@@ -10420,6 +11807,12 @@ export namespace proto {
10420
11807
 
10421
11808
  namespace ExternalAdReplyInfo {
10422
11809
 
11810
+ /** AdType enum. */
11811
+ enum AdType {
11812
+ CTWA = 0,
11813
+ CAWC = 1
11814
+ }
11815
+
10423
11816
  /** MediaType enum. */
10424
11817
  enum MediaType {
10425
11818
  NONE = 0,
@@ -10789,7 +12182,9 @@ export namespace proto {
10789
12182
  SD_VIDEO_PARENT = 1,
10790
12183
  HD_VIDEO_CHILD = 2,
10791
12184
  SD_IMAGE_PARENT = 3,
10792
- HD_IMAGE_CHILD = 4
12185
+ HD_IMAGE_CHILD = 4,
12186
+ MOTION_PHOTO_PARENT = 5,
12187
+ MOTION_PHOTO_CHILD = 6
10793
12188
  }
10794
12189
 
10795
12190
  /** StatusAttributionType enum. */
@@ -10799,6 +12194,16 @@ export namespace proto {
10799
12194
  RESHARED_FROM_POST = 2
10800
12195
  }
10801
12196
 
12197
+ /** StatusSourceType enum. */
12198
+ enum StatusSourceType {
12199
+ IMAGE = 0,
12200
+ VIDEO = 1,
12201
+ GIF = 2,
12202
+ AUDIO = 3,
12203
+ TEXT = 4,
12204
+ MUSIC_STANDALONE = 5
12205
+ }
12206
+
10802
12207
  /** Properties of a UTMInfo. */
10803
12208
  interface IUTMInfo {
10804
12209
 
@@ -11055,6 +12460,15 @@ export namespace proto {
11055
12460
 
11056
12461
  /** Conversation limitSharing */
11057
12462
  limitSharing?: (boolean|null);
12463
+
12464
+ /** Conversation limitSharingSettingTimestamp */
12465
+ limitSharingSettingTimestamp?: (number|Long|null);
12466
+
12467
+ /** Conversation limitSharingTrigger */
12468
+ limitSharingTrigger?: (proto.LimitSharing.TriggerType|null);
12469
+
12470
+ /** Conversation limitSharingInitiatedByMe */
12471
+ limitSharingInitiatedByMe?: (boolean|null);
11058
12472
  }
11059
12473
 
11060
12474
  /** Represents a Conversation. */
@@ -11216,6 +12630,15 @@ export namespace proto {
11216
12630
  /** Conversation limitSharing. */
11217
12631
  public limitSharing?: (boolean|null);
11218
12632
 
12633
+ /** Conversation limitSharingSettingTimestamp. */
12634
+ public limitSharingSettingTimestamp?: (number|Long|null);
12635
+
12636
+ /** Conversation limitSharingTrigger. */
12637
+ public limitSharingTrigger?: (proto.LimitSharing.TriggerType|null);
12638
+
12639
+ /** Conversation limitSharingInitiatedByMe. */
12640
+ public limitSharingInitiatedByMe?: (boolean|null);
12641
+
11219
12642
  /**
11220
12643
  * Creates a new Conversation instance using the specified properties.
11221
12644
  * @param [properties] Properties to set
@@ -13535,6 +14958,9 @@ export namespace proto {
13535
14958
 
13536
14959
  /** GlobalSettings chatLockSettings */
13537
14960
  chatLockSettings?: (proto.IChatLockSettings|null);
14961
+
14962
+ /** GlobalSettings chatDbLidMigrationTimestamp */
14963
+ chatDbLidMigrationTimestamp?: (number|Long|null);
13538
14964
  }
13539
14965
 
13540
14966
  /** Represents a GlobalSettings. */
@@ -13603,6 +15029,9 @@ export namespace proto {
13603
15029
  /** GlobalSettings chatLockSettings. */
13604
15030
  public chatLockSettings?: (proto.IChatLockSettings|null);
13605
15031
 
15032
+ /** GlobalSettings chatDbLidMigrationTimestamp. */
15033
+ public chatDbLidMigrationTimestamp?: (number|Long|null);
15034
+
13606
15035
  /**
13607
15036
  * Creates a new GlobalSettings instance using the specified properties.
13608
15037
  * @param [properties] Properties to set
@@ -14380,6 +15809,9 @@ export namespace proto {
14380
15809
 
14381
15810
  /** HistorySync shareableChatIdentifierEncryptionKey */
14382
15811
  shareableChatIdentifierEncryptionKey?: (Uint8Array|null);
15812
+
15813
+ /** HistorySync accounts */
15814
+ accounts?: (proto.IAccount[]|null);
14383
15815
  }
14384
15816
 
14385
15817
  /** Represents a HistorySync. */
@@ -14439,6 +15871,9 @@ export namespace proto {
14439
15871
  /** HistorySync shareableChatIdentifierEncryptionKey. */
14440
15872
  public shareableChatIdentifierEncryptionKey?: (Uint8Array|null);
14441
15873
 
15874
+ /** HistorySync accounts. */
15875
+ public accounts: proto.IAccount[];
15876
+
14442
15877
  /**
14443
15878
  * Creates a new HistorySync instance using the specified properties.
14444
15879
  * @param [properties] Properties to set
@@ -15207,6 +16642,9 @@ export namespace proto {
15207
16642
  /** InteractiveAnnotation embeddedContent */
15208
16643
  embeddedContent?: (proto.IEmbeddedContent|null);
15209
16644
 
16645
+ /** InteractiveAnnotation statusLinkType */
16646
+ statusLinkType?: (proto.InteractiveAnnotation.StatusLinkType|null);
16647
+
15210
16648
  /** InteractiveAnnotation location */
15211
16649
  location?: (proto.ILocation|null);
15212
16650
 
@@ -15238,6 +16676,9 @@ export namespace proto {
15238
16676
  /** InteractiveAnnotation embeddedContent. */
15239
16677
  public embeddedContent?: (proto.IEmbeddedContent|null);
15240
16678
 
16679
+ /** InteractiveAnnotation statusLinkType. */
16680
+ public statusLinkType?: (proto.InteractiveAnnotation.StatusLinkType|null);
16681
+
15241
16682
  /** InteractiveAnnotation location. */
15242
16683
  public location?: (proto.ILocation|null);
15243
16684
 
@@ -15331,6 +16772,16 @@ export namespace proto {
15331
16772
  public static getTypeUrl(typeUrlPrefix?: string): string;
15332
16773
  }
15333
16774
 
16775
+ namespace InteractiveAnnotation {
16776
+
16777
+ /** StatusLinkType enum. */
16778
+ enum StatusLinkType {
16779
+ RASTERIZED_LINK_PREVIEW = 1,
16780
+ RASTERIZED_LINK_TRUNCATED = 2,
16781
+ RASTERIZED_LINK_FULL_URL = 3
16782
+ }
16783
+ }
16784
+
15334
16785
  /** Properties of a KeepInChat. */
15335
16786
  interface IKeepInChat {
15336
16787
 
@@ -15894,6 +17345,9 @@ export namespace proto {
15894
17345
 
15895
17346
  /** LIDMigrationMappingSyncPayload pnToLidMappings */
15896
17347
  pnToLidMappings?: (proto.ILIDMigrationMapping[]|null);
17348
+
17349
+ /** LIDMigrationMappingSyncPayload chatDbMigrationTimestamp */
17350
+ chatDbMigrationTimestamp?: (number|Long|null);
15897
17351
  }
15898
17352
 
15899
17353
  /** Represents a LIDMigrationMappingSyncPayload. */
@@ -15908,6 +17362,9 @@ export namespace proto {
15908
17362
  /** LIDMigrationMappingSyncPayload pnToLidMappings. */
15909
17363
  public pnToLidMappings: proto.ILIDMigrationMapping[];
15910
17364
 
17365
+ /** LIDMigrationMappingSyncPayload chatDbMigrationTimestamp. */
17366
+ public chatDbMigrationTimestamp?: (number|Long|null);
17367
+
15911
17368
  /**
15912
17369
  * Creates a new LIDMigrationMappingSyncPayload instance using the specified properties.
15913
17370
  * @param [properties] Properties to set
@@ -16096,7 +17553,13 @@ export namespace proto {
16096
17553
  sharingLimited?: (boolean|null);
16097
17554
 
16098
17555
  /** LimitSharing trigger */
16099
- trigger?: (proto.LimitSharing.Trigger|null);
17556
+ trigger?: (proto.LimitSharing.TriggerType|null);
17557
+
17558
+ /** LimitSharing limitSharingSettingTimestamp */
17559
+ limitSharingSettingTimestamp?: (number|Long|null);
17560
+
17561
+ /** LimitSharing initiatedByMe */
17562
+ initiatedByMe?: (boolean|null);
16100
17563
  }
16101
17564
 
16102
17565
  /** Represents a LimitSharing. */
@@ -16112,7 +17575,13 @@ export namespace proto {
16112
17575
  public sharingLimited?: (boolean|null);
16113
17576
 
16114
17577
  /** LimitSharing trigger. */
16115
- public trigger?: (proto.LimitSharing.Trigger|null);
17578
+ public trigger?: (proto.LimitSharing.TriggerType|null);
17579
+
17580
+ /** LimitSharing limitSharingSettingTimestamp. */
17581
+ public limitSharingSettingTimestamp?: (number|Long|null);
17582
+
17583
+ /** LimitSharing initiatedByMe. */
17584
+ public initiatedByMe?: (boolean|null);
16116
17585
 
16117
17586
  /**
16118
17587
  * Creates a new LimitSharing instance using the specified properties.
@@ -16194,10 +17663,12 @@ export namespace proto {
16194
17663
 
16195
17664
  namespace LimitSharing {
16196
17665
 
16197
- /** Trigger enum. */
16198
- enum Trigger {
16199
- CHAT_SETTING = 0,
16200
- BIZ_SUPPORTS_FB_HOSTING = 1
17666
+ /** TriggerType enum. */
17667
+ enum TriggerType {
17668
+ UNKNOWN = 0,
17669
+ CHAT_SETTING = 1,
17670
+ BIZ_SUPPORTS_FB_HOSTING = 2,
17671
+ UNKNOWN_GROUP = 3
16201
17672
  }
16202
17673
  }
16203
17674
 
@@ -16758,6 +18229,109 @@ export namespace proto {
16758
18229
  ON = 2
16759
18230
  }
16760
18231
 
18232
+ /** Properties of a MemberLabel. */
18233
+ interface IMemberLabel {
18234
+
18235
+ /** MemberLabel label */
18236
+ label?: (string|null);
18237
+
18238
+ /** MemberLabel labelTimestamp */
18239
+ labelTimestamp?: (number|Long|null);
18240
+ }
18241
+
18242
+ /** Represents a MemberLabel. */
18243
+ class MemberLabel implements IMemberLabel {
18244
+
18245
+ /**
18246
+ * Constructs a new MemberLabel.
18247
+ * @param [properties] Properties to set
18248
+ */
18249
+ constructor(properties?: proto.IMemberLabel);
18250
+
18251
+ /** MemberLabel label. */
18252
+ public label?: (string|null);
18253
+
18254
+ /** MemberLabel labelTimestamp. */
18255
+ public labelTimestamp?: (number|Long|null);
18256
+
18257
+ /**
18258
+ * Creates a new MemberLabel instance using the specified properties.
18259
+ * @param [properties] Properties to set
18260
+ * @returns MemberLabel instance
18261
+ */
18262
+ public static create(properties?: proto.IMemberLabel): proto.MemberLabel;
18263
+
18264
+ /**
18265
+ * Encodes the specified MemberLabel message. Does not implicitly {@link proto.MemberLabel.verify|verify} messages.
18266
+ * @param message MemberLabel message or plain object to encode
18267
+ * @param [writer] Writer to encode to
18268
+ * @returns Writer
18269
+ */
18270
+ public static encode(message: proto.IMemberLabel, writer?: $protobuf.Writer): $protobuf.Writer;
18271
+
18272
+ /**
18273
+ * Encodes the specified MemberLabel message, length delimited. Does not implicitly {@link proto.MemberLabel.verify|verify} messages.
18274
+ * @param message MemberLabel message or plain object to encode
18275
+ * @param [writer] Writer to encode to
18276
+ * @returns Writer
18277
+ */
18278
+ public static encodeDelimited(message: proto.IMemberLabel, writer?: $protobuf.Writer): $protobuf.Writer;
18279
+
18280
+ /**
18281
+ * Decodes a MemberLabel message from the specified reader or buffer.
18282
+ * @param reader Reader or buffer to decode from
18283
+ * @param [length] Message length if known beforehand
18284
+ * @returns MemberLabel
18285
+ * @throws {Error} If the payload is not a reader or valid buffer
18286
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
18287
+ */
18288
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.MemberLabel;
18289
+
18290
+ /**
18291
+ * Decodes a MemberLabel message from the specified reader or buffer, length delimited.
18292
+ * @param reader Reader or buffer to decode from
18293
+ * @returns MemberLabel
18294
+ * @throws {Error} If the payload is not a reader or valid buffer
18295
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
18296
+ */
18297
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.MemberLabel;
18298
+
18299
+ /**
18300
+ * Verifies a MemberLabel message.
18301
+ * @param message Plain object to verify
18302
+ * @returns `null` if valid, otherwise the reason why it is not
18303
+ */
18304
+ public static verify(message: { [k: string]: any }): (string|null);
18305
+
18306
+ /**
18307
+ * Creates a MemberLabel message from a plain object. Also converts values to their respective internal types.
18308
+ * @param object Plain object
18309
+ * @returns MemberLabel
18310
+ */
18311
+ public static fromObject(object: { [k: string]: any }): proto.MemberLabel;
18312
+
18313
+ /**
18314
+ * Creates a plain object from a MemberLabel message. Also converts values to other types if specified.
18315
+ * @param message MemberLabel
18316
+ * @param [options] Conversion options
18317
+ * @returns Plain object
18318
+ */
18319
+ public static toObject(message: proto.MemberLabel, options?: $protobuf.IConversionOptions): { [k: string]: any };
18320
+
18321
+ /**
18322
+ * Converts this MemberLabel to JSON.
18323
+ * @returns JSON object
18324
+ */
18325
+ public toJSON(): { [k: string]: any };
18326
+
18327
+ /**
18328
+ * Gets the default type url for MemberLabel
18329
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
18330
+ * @returns The default type url
18331
+ */
18332
+ public static getTypeUrl(typeUrlPrefix?: string): string;
18333
+ }
18334
+
16761
18335
  /** Properties of a Message. */
16762
18336
  interface IMessage {
16763
18337
 
@@ -17006,6 +18580,18 @@ export namespace proto {
17006
18580
 
17007
18581
  /** Message statusNotificationMessage */
17008
18582
  statusNotificationMessage?: (proto.Message.IStatusNotificationMessage|null);
18583
+
18584
+ /** Message limitSharingMessage */
18585
+ limitSharingMessage?: (proto.Message.IFutureProofMessage|null);
18586
+
18587
+ /** Message botTaskMessage */
18588
+ botTaskMessage?: (proto.Message.IFutureProofMessage|null);
18589
+
18590
+ /** Message questionMessage */
18591
+ questionMessage?: (proto.Message.IFutureProofMessage|null);
18592
+
18593
+ /** Message messageHistoryNotice */
18594
+ messageHistoryNotice?: (proto.Message.IMessageHistoryNotice|null);
17009
18595
  }
17010
18596
 
17011
18597
  /** Represents a Message. */
@@ -17263,6 +18849,18 @@ export namespace proto {
17263
18849
  /** Message statusNotificationMessage. */
17264
18850
  public statusNotificationMessage?: (proto.Message.IStatusNotificationMessage|null);
17265
18851
 
18852
+ /** Message limitSharingMessage. */
18853
+ public limitSharingMessage?: (proto.Message.IFutureProofMessage|null);
18854
+
18855
+ /** Message botTaskMessage. */
18856
+ public botTaskMessage?: (proto.Message.IFutureProofMessage|null);
18857
+
18858
+ /** Message questionMessage. */
18859
+ public questionMessage?: (proto.Message.IFutureProofMessage|null);
18860
+
18861
+ /** Message messageHistoryNotice. */
18862
+ public messageHistoryNotice?: (proto.Message.IMessageHistoryNotice|null);
18863
+
17266
18864
  /**
17267
18865
  * Creates a new Message instance using the specified properties.
17268
18866
  * @param [properties] Properties to set
@@ -19289,6 +20887,9 @@ export namespace proto {
19289
20887
 
19290
20888
  /** Call ctwaPayload */
19291
20889
  ctwaPayload?: (Uint8Array|null);
20890
+
20891
+ /** Call contextInfo */
20892
+ contextInfo?: (proto.IContextInfo|null);
19292
20893
  }
19293
20894
 
19294
20895
  /** Represents a Call. */
@@ -19318,6 +20919,9 @@ export namespace proto {
19318
20919
  /** Call ctwaPayload. */
19319
20920
  public ctwaPayload?: (Uint8Array|null);
19320
20921
 
20922
+ /** Call contextInfo. */
20923
+ public contextInfo?: (proto.IContextInfo|null);
20924
+
19321
20925
  /**
19322
20926
  * Creates a new Call instance using the specified properties.
19323
20927
  * @param [properties] Properties to set
@@ -19856,6 +21460,9 @@ export namespace proto {
19856
21460
 
19857
21461
  /** CloudAPIThreadControlNotification consumerPhoneNumber */
19858
21462
  consumerPhoneNumber?: (string|null);
21463
+
21464
+ /** CloudAPIThreadControlNotification notificationContent */
21465
+ notificationContent?: (proto.Message.CloudAPIThreadControlNotification.ICloudAPIThreadControlNotificationContent|null);
19859
21466
  }
19860
21467
 
19861
21468
  /** Represents a CloudAPIThreadControlNotification. */
@@ -19879,6 +21486,9 @@ export namespace proto {
19879
21486
  /** CloudAPIThreadControlNotification consumerPhoneNumber. */
19880
21487
  public consumerPhoneNumber?: (string|null);
19881
21488
 
21489
+ /** CloudAPIThreadControlNotification notificationContent. */
21490
+ public notificationContent?: (proto.Message.CloudAPIThreadControlNotification.ICloudAPIThreadControlNotificationContent|null);
21491
+
19882
21492
  /**
19883
21493
  * Creates a new CloudAPIThreadControlNotification instance using the specified properties.
19884
21494
  * @param [properties] Properties to set
@@ -19965,6 +21575,109 @@ export namespace proto {
19965
21575
  CONTROL_PASSED = 1,
19966
21576
  CONTROL_TAKEN = 2
19967
21577
  }
21578
+
21579
+ /** Properties of a CloudAPIThreadControlNotificationContent. */
21580
+ interface ICloudAPIThreadControlNotificationContent {
21581
+
21582
+ /** CloudAPIThreadControlNotificationContent handoffNotificationText */
21583
+ handoffNotificationText?: (string|null);
21584
+
21585
+ /** CloudAPIThreadControlNotificationContent extraJson */
21586
+ extraJson?: (string|null);
21587
+ }
21588
+
21589
+ /** Represents a CloudAPIThreadControlNotificationContent. */
21590
+ class CloudAPIThreadControlNotificationContent implements ICloudAPIThreadControlNotificationContent {
21591
+
21592
+ /**
21593
+ * Constructs a new CloudAPIThreadControlNotificationContent.
21594
+ * @param [properties] Properties to set
21595
+ */
21596
+ constructor(properties?: proto.Message.CloudAPIThreadControlNotification.ICloudAPIThreadControlNotificationContent);
21597
+
21598
+ /** CloudAPIThreadControlNotificationContent handoffNotificationText. */
21599
+ public handoffNotificationText?: (string|null);
21600
+
21601
+ /** CloudAPIThreadControlNotificationContent extraJson. */
21602
+ public extraJson?: (string|null);
21603
+
21604
+ /**
21605
+ * Creates a new CloudAPIThreadControlNotificationContent instance using the specified properties.
21606
+ * @param [properties] Properties to set
21607
+ * @returns CloudAPIThreadControlNotificationContent instance
21608
+ */
21609
+ public static create(properties?: proto.Message.CloudAPIThreadControlNotification.ICloudAPIThreadControlNotificationContent): proto.Message.CloudAPIThreadControlNotification.CloudAPIThreadControlNotificationContent;
21610
+
21611
+ /**
21612
+ * Encodes the specified CloudAPIThreadControlNotificationContent message. Does not implicitly {@link proto.Message.CloudAPIThreadControlNotification.CloudAPIThreadControlNotificationContent.verify|verify} messages.
21613
+ * @param message CloudAPIThreadControlNotificationContent message or plain object to encode
21614
+ * @param [writer] Writer to encode to
21615
+ * @returns Writer
21616
+ */
21617
+ public static encode(message: proto.Message.CloudAPIThreadControlNotification.ICloudAPIThreadControlNotificationContent, writer?: $protobuf.Writer): $protobuf.Writer;
21618
+
21619
+ /**
21620
+ * Encodes the specified CloudAPIThreadControlNotificationContent message, length delimited. Does not implicitly {@link proto.Message.CloudAPIThreadControlNotification.CloudAPIThreadControlNotificationContent.verify|verify} messages.
21621
+ * @param message CloudAPIThreadControlNotificationContent message or plain object to encode
21622
+ * @param [writer] Writer to encode to
21623
+ * @returns Writer
21624
+ */
21625
+ public static encodeDelimited(message: proto.Message.CloudAPIThreadControlNotification.ICloudAPIThreadControlNotificationContent, writer?: $protobuf.Writer): $protobuf.Writer;
21626
+
21627
+ /**
21628
+ * Decodes a CloudAPIThreadControlNotificationContent message from the specified reader or buffer.
21629
+ * @param reader Reader or buffer to decode from
21630
+ * @param [length] Message length if known beforehand
21631
+ * @returns CloudAPIThreadControlNotificationContent
21632
+ * @throws {Error} If the payload is not a reader or valid buffer
21633
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
21634
+ */
21635
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.CloudAPIThreadControlNotification.CloudAPIThreadControlNotificationContent;
21636
+
21637
+ /**
21638
+ * Decodes a CloudAPIThreadControlNotificationContent message from the specified reader or buffer, length delimited.
21639
+ * @param reader Reader or buffer to decode from
21640
+ * @returns CloudAPIThreadControlNotificationContent
21641
+ * @throws {Error} If the payload is not a reader or valid buffer
21642
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
21643
+ */
21644
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.CloudAPIThreadControlNotification.CloudAPIThreadControlNotificationContent;
21645
+
21646
+ /**
21647
+ * Verifies a CloudAPIThreadControlNotificationContent message.
21648
+ * @param message Plain object to verify
21649
+ * @returns `null` if valid, otherwise the reason why it is not
21650
+ */
21651
+ public static verify(message: { [k: string]: any }): (string|null);
21652
+
21653
+ /**
21654
+ * Creates a CloudAPIThreadControlNotificationContent message from a plain object. Also converts values to their respective internal types.
21655
+ * @param object Plain object
21656
+ * @returns CloudAPIThreadControlNotificationContent
21657
+ */
21658
+ public static fromObject(object: { [k: string]: any }): proto.Message.CloudAPIThreadControlNotification.CloudAPIThreadControlNotificationContent;
21659
+
21660
+ /**
21661
+ * Creates a plain object from a CloudAPIThreadControlNotificationContent message. Also converts values to other types if specified.
21662
+ * @param message CloudAPIThreadControlNotificationContent
21663
+ * @param [options] Conversion options
21664
+ * @returns Plain object
21665
+ */
21666
+ public static toObject(message: proto.Message.CloudAPIThreadControlNotification.CloudAPIThreadControlNotificationContent, options?: $protobuf.IConversionOptions): { [k: string]: any };
21667
+
21668
+ /**
21669
+ * Converts this CloudAPIThreadControlNotificationContent to JSON.
21670
+ * @returns JSON object
21671
+ */
21672
+ public toJSON(): { [k: string]: any };
21673
+
21674
+ /**
21675
+ * Gets the default type url for CloudAPIThreadControlNotificationContent
21676
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
21677
+ * @returns The default type url
21678
+ */
21679
+ public static getTypeUrl(typeUrlPrefix?: string): string;
21680
+ }
19968
21681
  }
19969
21682
 
19970
21683
  /** Properties of a CommentMessage. */
@@ -21067,6 +22780,9 @@ export namespace proto {
21067
22780
 
21068
22781
  /** EventMessage extraGuestsAllowed */
21069
22782
  extraGuestsAllowed?: (boolean|null);
22783
+
22784
+ /** EventMessage isScheduleCall */
22785
+ isScheduleCall?: (boolean|null);
21070
22786
  }
21071
22787
 
21072
22788
  /** Represents an EventMessage. */
@@ -21105,6 +22821,9 @@ export namespace proto {
21105
22821
  /** EventMessage extraGuestsAllowed. */
21106
22822
  public extraGuestsAllowed?: (boolean|null);
21107
22823
 
22824
+ /** EventMessage isScheduleCall. */
22825
+ public isScheduleCall?: (boolean|null);
22826
+
21108
22827
  /**
21109
22828
  * Creates a new EventMessage instance using the specified properties.
21110
22829
  * @param [properties] Properties to set
@@ -21383,6 +23102,12 @@ export namespace proto {
21383
23102
 
21384
23103
  /** ExtendedTextMessage faviconMMSMetadata */
21385
23104
  faviconMMSMetadata?: (proto.Message.IMMSThumbnailMetadata|null);
23105
+
23106
+ /** ExtendedTextMessage linkPreviewMetadata */
23107
+ linkPreviewMetadata?: (proto.Message.ILinkPreviewMetadata|null);
23108
+
23109
+ /** ExtendedTextMessage paymentLinkMetadata */
23110
+ paymentLinkMetadata?: (proto.Message.IPaymentLinkMetadata|null);
21386
23111
  }
21387
23112
 
21388
23113
  /** Represents an ExtendedTextMessage. */
@@ -21472,6 +23197,12 @@ export namespace proto {
21472
23197
  /** ExtendedTextMessage faviconMMSMetadata. */
21473
23198
  public faviconMMSMetadata?: (proto.Message.IMMSThumbnailMetadata|null);
21474
23199
 
23200
+ /** ExtendedTextMessage linkPreviewMetadata. */
23201
+ public linkPreviewMetadata?: (proto.Message.ILinkPreviewMetadata|null);
23202
+
23203
+ /** ExtendedTextMessage paymentLinkMetadata. */
23204
+ public paymentLinkMetadata?: (proto.Message.IPaymentLinkMetadata|null);
23205
+
21475
23206
  /**
21476
23207
  * Creates a new ExtendedTextMessage instance using the specified properties.
21477
23208
  * @param [properties] Properties to set
@@ -24858,6 +26589,115 @@ export namespace proto {
24858
26589
  public static getTypeUrl(typeUrlPrefix?: string): string;
24859
26590
  }
24860
26591
 
26592
+ /** Properties of a LinkPreviewMetadata. */
26593
+ interface ILinkPreviewMetadata {
26594
+
26595
+ /** LinkPreviewMetadata paymentLinkMetadata */
26596
+ paymentLinkMetadata?: (proto.Message.IPaymentLinkMetadata|null);
26597
+
26598
+ /** LinkPreviewMetadata urlMetadata */
26599
+ urlMetadata?: (proto.Message.IURLMetadata|null);
26600
+
26601
+ /** LinkPreviewMetadata fbExperimentId */
26602
+ fbExperimentId?: (number|null);
26603
+ }
26604
+
26605
+ /** Represents a LinkPreviewMetadata. */
26606
+ class LinkPreviewMetadata implements ILinkPreviewMetadata {
26607
+
26608
+ /**
26609
+ * Constructs a new LinkPreviewMetadata.
26610
+ * @param [properties] Properties to set
26611
+ */
26612
+ constructor(properties?: proto.Message.ILinkPreviewMetadata);
26613
+
26614
+ /** LinkPreviewMetadata paymentLinkMetadata. */
26615
+ public paymentLinkMetadata?: (proto.Message.IPaymentLinkMetadata|null);
26616
+
26617
+ /** LinkPreviewMetadata urlMetadata. */
26618
+ public urlMetadata?: (proto.Message.IURLMetadata|null);
26619
+
26620
+ /** LinkPreviewMetadata fbExperimentId. */
26621
+ public fbExperimentId?: (number|null);
26622
+
26623
+ /**
26624
+ * Creates a new LinkPreviewMetadata instance using the specified properties.
26625
+ * @param [properties] Properties to set
26626
+ * @returns LinkPreviewMetadata instance
26627
+ */
26628
+ public static create(properties?: proto.Message.ILinkPreviewMetadata): proto.Message.LinkPreviewMetadata;
26629
+
26630
+ /**
26631
+ * Encodes the specified LinkPreviewMetadata message. Does not implicitly {@link proto.Message.LinkPreviewMetadata.verify|verify} messages.
26632
+ * @param message LinkPreviewMetadata message or plain object to encode
26633
+ * @param [writer] Writer to encode to
26634
+ * @returns Writer
26635
+ */
26636
+ public static encode(message: proto.Message.ILinkPreviewMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
26637
+
26638
+ /**
26639
+ * Encodes the specified LinkPreviewMetadata message, length delimited. Does not implicitly {@link proto.Message.LinkPreviewMetadata.verify|verify} messages.
26640
+ * @param message LinkPreviewMetadata message or plain object to encode
26641
+ * @param [writer] Writer to encode to
26642
+ * @returns Writer
26643
+ */
26644
+ public static encodeDelimited(message: proto.Message.ILinkPreviewMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
26645
+
26646
+ /**
26647
+ * Decodes a LinkPreviewMetadata message from the specified reader or buffer.
26648
+ * @param reader Reader or buffer to decode from
26649
+ * @param [length] Message length if known beforehand
26650
+ * @returns LinkPreviewMetadata
26651
+ * @throws {Error} If the payload is not a reader or valid buffer
26652
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
26653
+ */
26654
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.LinkPreviewMetadata;
26655
+
26656
+ /**
26657
+ * Decodes a LinkPreviewMetadata message from the specified reader or buffer, length delimited.
26658
+ * @param reader Reader or buffer to decode from
26659
+ * @returns LinkPreviewMetadata
26660
+ * @throws {Error} If the payload is not a reader or valid buffer
26661
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
26662
+ */
26663
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.LinkPreviewMetadata;
26664
+
26665
+ /**
26666
+ * Verifies a LinkPreviewMetadata message.
26667
+ * @param message Plain object to verify
26668
+ * @returns `null` if valid, otherwise the reason why it is not
26669
+ */
26670
+ public static verify(message: { [k: string]: any }): (string|null);
26671
+
26672
+ /**
26673
+ * Creates a LinkPreviewMetadata message from a plain object. Also converts values to their respective internal types.
26674
+ * @param object Plain object
26675
+ * @returns LinkPreviewMetadata
26676
+ */
26677
+ public static fromObject(object: { [k: string]: any }): proto.Message.LinkPreviewMetadata;
26678
+
26679
+ /**
26680
+ * Creates a plain object from a LinkPreviewMetadata message. Also converts values to other types if specified.
26681
+ * @param message LinkPreviewMetadata
26682
+ * @param [options] Conversion options
26683
+ * @returns Plain object
26684
+ */
26685
+ public static toObject(message: proto.Message.LinkPreviewMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
26686
+
26687
+ /**
26688
+ * Converts this LinkPreviewMetadata to JSON.
26689
+ * @returns JSON object
26690
+ */
26691
+ public toJSON(): { [k: string]: any };
26692
+
26693
+ /**
26694
+ * Gets the default type url for LinkPreviewMetadata
26695
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
26696
+ * @returns The default type url
26697
+ */
26698
+ public static getTypeUrl(typeUrlPrefix?: string): string;
26699
+ }
26700
+
24861
26701
  /** Properties of a ListMessage. */
24862
26702
  interface IListMessage {
24863
26703
 
@@ -26329,8 +28169,8 @@ export namespace proto {
26329
28169
  /** MessageHistoryBundle contextInfo */
26330
28170
  contextInfo?: (proto.IContextInfo|null);
26331
28171
 
26332
- /** MessageHistoryBundle participants */
26333
- participants?: (string[]|null);
28172
+ /** MessageHistoryBundle messageHistoryMetadata */
28173
+ messageHistoryMetadata?: (proto.Message.IMessageHistoryMetadata|null);
26334
28174
  }
26335
28175
 
26336
28176
  /** Represents a MessageHistoryBundle. */
@@ -26363,8 +28203,8 @@ export namespace proto {
26363
28203
  /** MessageHistoryBundle contextInfo. */
26364
28204
  public contextInfo?: (proto.IContextInfo|null);
26365
28205
 
26366
- /** MessageHistoryBundle participants. */
26367
- public participants: string[];
28206
+ /** MessageHistoryBundle messageHistoryMetadata. */
28207
+ public messageHistoryMetadata?: (proto.Message.IMessageHistoryMetadata|null);
26368
28208
 
26369
28209
  /**
26370
28210
  * Creates a new MessageHistoryBundle instance using the specified properties.
@@ -26444,6 +28284,218 @@ export namespace proto {
26444
28284
  public static getTypeUrl(typeUrlPrefix?: string): string;
26445
28285
  }
26446
28286
 
28287
+ /** Properties of a MessageHistoryMetadata. */
28288
+ interface IMessageHistoryMetadata {
28289
+
28290
+ /** MessageHistoryMetadata historyReceivers */
28291
+ historyReceivers?: (string[]|null);
28292
+
28293
+ /** MessageHistoryMetadata firstMessageTimestamp */
28294
+ firstMessageTimestamp?: (number|Long|null);
28295
+
28296
+ /** MessageHistoryMetadata messageCount */
28297
+ messageCount?: (number|Long|null);
28298
+ }
28299
+
28300
+ /** Represents a MessageHistoryMetadata. */
28301
+ class MessageHistoryMetadata implements IMessageHistoryMetadata {
28302
+
28303
+ /**
28304
+ * Constructs a new MessageHistoryMetadata.
28305
+ * @param [properties] Properties to set
28306
+ */
28307
+ constructor(properties?: proto.Message.IMessageHistoryMetadata);
28308
+
28309
+ /** MessageHistoryMetadata historyReceivers. */
28310
+ public historyReceivers: string[];
28311
+
28312
+ /** MessageHistoryMetadata firstMessageTimestamp. */
28313
+ public firstMessageTimestamp?: (number|Long|null);
28314
+
28315
+ /** MessageHistoryMetadata messageCount. */
28316
+ public messageCount?: (number|Long|null);
28317
+
28318
+ /**
28319
+ * Creates a new MessageHistoryMetadata instance using the specified properties.
28320
+ * @param [properties] Properties to set
28321
+ * @returns MessageHistoryMetadata instance
28322
+ */
28323
+ public static create(properties?: proto.Message.IMessageHistoryMetadata): proto.Message.MessageHistoryMetadata;
28324
+
28325
+ /**
28326
+ * Encodes the specified MessageHistoryMetadata message. Does not implicitly {@link proto.Message.MessageHistoryMetadata.verify|verify} messages.
28327
+ * @param message MessageHistoryMetadata message or plain object to encode
28328
+ * @param [writer] Writer to encode to
28329
+ * @returns Writer
28330
+ */
28331
+ public static encode(message: proto.Message.IMessageHistoryMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
28332
+
28333
+ /**
28334
+ * Encodes the specified MessageHistoryMetadata message, length delimited. Does not implicitly {@link proto.Message.MessageHistoryMetadata.verify|verify} messages.
28335
+ * @param message MessageHistoryMetadata message or plain object to encode
28336
+ * @param [writer] Writer to encode to
28337
+ * @returns Writer
28338
+ */
28339
+ public static encodeDelimited(message: proto.Message.IMessageHistoryMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
28340
+
28341
+ /**
28342
+ * Decodes a MessageHistoryMetadata message from the specified reader or buffer.
28343
+ * @param reader Reader or buffer to decode from
28344
+ * @param [length] Message length if known beforehand
28345
+ * @returns MessageHistoryMetadata
28346
+ * @throws {Error} If the payload is not a reader or valid buffer
28347
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
28348
+ */
28349
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.MessageHistoryMetadata;
28350
+
28351
+ /**
28352
+ * Decodes a MessageHistoryMetadata message from the specified reader or buffer, length delimited.
28353
+ * @param reader Reader or buffer to decode from
28354
+ * @returns MessageHistoryMetadata
28355
+ * @throws {Error} If the payload is not a reader or valid buffer
28356
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
28357
+ */
28358
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.MessageHistoryMetadata;
28359
+
28360
+ /**
28361
+ * Verifies a MessageHistoryMetadata message.
28362
+ * @param message Plain object to verify
28363
+ * @returns `null` if valid, otherwise the reason why it is not
28364
+ */
28365
+ public static verify(message: { [k: string]: any }): (string|null);
28366
+
28367
+ /**
28368
+ * Creates a MessageHistoryMetadata message from a plain object. Also converts values to their respective internal types.
28369
+ * @param object Plain object
28370
+ * @returns MessageHistoryMetadata
28371
+ */
28372
+ public static fromObject(object: { [k: string]: any }): proto.Message.MessageHistoryMetadata;
28373
+
28374
+ /**
28375
+ * Creates a plain object from a MessageHistoryMetadata message. Also converts values to other types if specified.
28376
+ * @param message MessageHistoryMetadata
28377
+ * @param [options] Conversion options
28378
+ * @returns Plain object
28379
+ */
28380
+ public static toObject(message: proto.Message.MessageHistoryMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
28381
+
28382
+ /**
28383
+ * Converts this MessageHistoryMetadata to JSON.
28384
+ * @returns JSON object
28385
+ */
28386
+ public toJSON(): { [k: string]: any };
28387
+
28388
+ /**
28389
+ * Gets the default type url for MessageHistoryMetadata
28390
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
28391
+ * @returns The default type url
28392
+ */
28393
+ public static getTypeUrl(typeUrlPrefix?: string): string;
28394
+ }
28395
+
28396
+ /** Properties of a MessageHistoryNotice. */
28397
+ interface IMessageHistoryNotice {
28398
+
28399
+ /** MessageHistoryNotice contextInfo */
28400
+ contextInfo?: (proto.IContextInfo|null);
28401
+
28402
+ /** MessageHistoryNotice messageHistoryMetadata */
28403
+ messageHistoryMetadata?: (proto.Message.IMessageHistoryMetadata|null);
28404
+ }
28405
+
28406
+ /** Represents a MessageHistoryNotice. */
28407
+ class MessageHistoryNotice implements IMessageHistoryNotice {
28408
+
28409
+ /**
28410
+ * Constructs a new MessageHistoryNotice.
28411
+ * @param [properties] Properties to set
28412
+ */
28413
+ constructor(properties?: proto.Message.IMessageHistoryNotice);
28414
+
28415
+ /** MessageHistoryNotice contextInfo. */
28416
+ public contextInfo?: (proto.IContextInfo|null);
28417
+
28418
+ /** MessageHistoryNotice messageHistoryMetadata. */
28419
+ public messageHistoryMetadata?: (proto.Message.IMessageHistoryMetadata|null);
28420
+
28421
+ /**
28422
+ * Creates a new MessageHistoryNotice instance using the specified properties.
28423
+ * @param [properties] Properties to set
28424
+ * @returns MessageHistoryNotice instance
28425
+ */
28426
+ public static create(properties?: proto.Message.IMessageHistoryNotice): proto.Message.MessageHistoryNotice;
28427
+
28428
+ /**
28429
+ * Encodes the specified MessageHistoryNotice message. Does not implicitly {@link proto.Message.MessageHistoryNotice.verify|verify} messages.
28430
+ * @param message MessageHistoryNotice message or plain object to encode
28431
+ * @param [writer] Writer to encode to
28432
+ * @returns Writer
28433
+ */
28434
+ public static encode(message: proto.Message.IMessageHistoryNotice, writer?: $protobuf.Writer): $protobuf.Writer;
28435
+
28436
+ /**
28437
+ * Encodes the specified MessageHistoryNotice message, length delimited. Does not implicitly {@link proto.Message.MessageHistoryNotice.verify|verify} messages.
28438
+ * @param message MessageHistoryNotice message or plain object to encode
28439
+ * @param [writer] Writer to encode to
28440
+ * @returns Writer
28441
+ */
28442
+ public static encodeDelimited(message: proto.Message.IMessageHistoryNotice, writer?: $protobuf.Writer): $protobuf.Writer;
28443
+
28444
+ /**
28445
+ * Decodes a MessageHistoryNotice message from the specified reader or buffer.
28446
+ * @param reader Reader or buffer to decode from
28447
+ * @param [length] Message length if known beforehand
28448
+ * @returns MessageHistoryNotice
28449
+ * @throws {Error} If the payload is not a reader or valid buffer
28450
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
28451
+ */
28452
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.MessageHistoryNotice;
28453
+
28454
+ /**
28455
+ * Decodes a MessageHistoryNotice message from the specified reader or buffer, length delimited.
28456
+ * @param reader Reader or buffer to decode from
28457
+ * @returns MessageHistoryNotice
28458
+ * @throws {Error} If the payload is not a reader or valid buffer
28459
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
28460
+ */
28461
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.MessageHistoryNotice;
28462
+
28463
+ /**
28464
+ * Verifies a MessageHistoryNotice message.
28465
+ * @param message Plain object to verify
28466
+ * @returns `null` if valid, otherwise the reason why it is not
28467
+ */
28468
+ public static verify(message: { [k: string]: any }): (string|null);
28469
+
28470
+ /**
28471
+ * Creates a MessageHistoryNotice message from a plain object. Also converts values to their respective internal types.
28472
+ * @param object Plain object
28473
+ * @returns MessageHistoryNotice
28474
+ */
28475
+ public static fromObject(object: { [k: string]: any }): proto.Message.MessageHistoryNotice;
28476
+
28477
+ /**
28478
+ * Creates a plain object from a MessageHistoryNotice message. Also converts values to other types if specified.
28479
+ * @param message MessageHistoryNotice
28480
+ * @param [options] Conversion options
28481
+ * @returns Plain object
28482
+ */
28483
+ public static toObject(message: proto.Message.MessageHistoryNotice, options?: $protobuf.IConversionOptions): { [k: string]: any };
28484
+
28485
+ /**
28486
+ * Converts this MessageHistoryNotice to JSON.
28487
+ * @returns JSON object
28488
+ */
28489
+ public toJSON(): { [k: string]: any };
28490
+
28491
+ /**
28492
+ * Gets the default type url for MessageHistoryNotice
28493
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
28494
+ * @returns The default type url
28495
+ */
28496
+ public static getTypeUrl(typeUrlPrefix?: string): string;
28497
+ }
28498
+
26447
28499
  /** Properties of a NewsletterAdminInviteMessage. */
26448
28500
  interface INewsletterAdminInviteMessage {
26449
28501
 
@@ -26615,6 +28667,9 @@ export namespace proto {
26615
28667
 
26616
28668
  /** OrderMessage orderRequestMessageId */
26617
28669
  orderRequestMessageId?: (proto.IMessageKey|null);
28670
+
28671
+ /** OrderMessage catalogType */
28672
+ catalogType?: (string|null);
26618
28673
  }
26619
28674
 
26620
28675
  /** Represents an OrderMessage. */
@@ -26668,6 +28723,9 @@ export namespace proto {
26668
28723
  /** OrderMessage orderRequestMessageId. */
26669
28724
  public orderRequestMessageId?: (proto.IMessageKey|null);
26670
28725
 
28726
+ /** OrderMessage catalogType. */
28727
+ public catalogType?: (string|null);
28728
+
26671
28729
  /**
26672
28730
  * Creates a new OrderMessage instance using the specified properties.
26673
28731
  * @param [properties] Properties to set
@@ -26875,6 +28933,315 @@ export namespace proto {
26875
28933
  }
26876
28934
  }
26877
28935
 
28936
+ /** Properties of a PaymentLinkMetadata. */
28937
+ interface IPaymentLinkMetadata {
28938
+
28939
+ /** PaymentLinkMetadata button */
28940
+ button?: (proto.Message.PaymentLinkMetadata.IPaymentLinkButton|null);
28941
+
28942
+ /** PaymentLinkMetadata header */
28943
+ header?: (proto.Message.PaymentLinkMetadata.IPaymentLinkHeader|null);
28944
+ }
28945
+
28946
+ /** Represents a PaymentLinkMetadata. */
28947
+ class PaymentLinkMetadata implements IPaymentLinkMetadata {
28948
+
28949
+ /**
28950
+ * Constructs a new PaymentLinkMetadata.
28951
+ * @param [properties] Properties to set
28952
+ */
28953
+ constructor(properties?: proto.Message.IPaymentLinkMetadata);
28954
+
28955
+ /** PaymentLinkMetadata button. */
28956
+ public button?: (proto.Message.PaymentLinkMetadata.IPaymentLinkButton|null);
28957
+
28958
+ /** PaymentLinkMetadata header. */
28959
+ public header?: (proto.Message.PaymentLinkMetadata.IPaymentLinkHeader|null);
28960
+
28961
+ /**
28962
+ * Creates a new PaymentLinkMetadata instance using the specified properties.
28963
+ * @param [properties] Properties to set
28964
+ * @returns PaymentLinkMetadata instance
28965
+ */
28966
+ public static create(properties?: proto.Message.IPaymentLinkMetadata): proto.Message.PaymentLinkMetadata;
28967
+
28968
+ /**
28969
+ * Encodes the specified PaymentLinkMetadata message. Does not implicitly {@link proto.Message.PaymentLinkMetadata.verify|verify} messages.
28970
+ * @param message PaymentLinkMetadata message or plain object to encode
28971
+ * @param [writer] Writer to encode to
28972
+ * @returns Writer
28973
+ */
28974
+ public static encode(message: proto.Message.IPaymentLinkMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
28975
+
28976
+ /**
28977
+ * Encodes the specified PaymentLinkMetadata message, length delimited. Does not implicitly {@link proto.Message.PaymentLinkMetadata.verify|verify} messages.
28978
+ * @param message PaymentLinkMetadata message or plain object to encode
28979
+ * @param [writer] Writer to encode to
28980
+ * @returns Writer
28981
+ */
28982
+ public static encodeDelimited(message: proto.Message.IPaymentLinkMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
28983
+
28984
+ /**
28985
+ * Decodes a PaymentLinkMetadata message from the specified reader or buffer.
28986
+ * @param reader Reader or buffer to decode from
28987
+ * @param [length] Message length if known beforehand
28988
+ * @returns PaymentLinkMetadata
28989
+ * @throws {Error} If the payload is not a reader or valid buffer
28990
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
28991
+ */
28992
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.PaymentLinkMetadata;
28993
+
28994
+ /**
28995
+ * Decodes a PaymentLinkMetadata message from the specified reader or buffer, length delimited.
28996
+ * @param reader Reader or buffer to decode from
28997
+ * @returns PaymentLinkMetadata
28998
+ * @throws {Error} If the payload is not a reader or valid buffer
28999
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
29000
+ */
29001
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.PaymentLinkMetadata;
29002
+
29003
+ /**
29004
+ * Verifies a PaymentLinkMetadata message.
29005
+ * @param message Plain object to verify
29006
+ * @returns `null` if valid, otherwise the reason why it is not
29007
+ */
29008
+ public static verify(message: { [k: string]: any }): (string|null);
29009
+
29010
+ /**
29011
+ * Creates a PaymentLinkMetadata message from a plain object. Also converts values to their respective internal types.
29012
+ * @param object Plain object
29013
+ * @returns PaymentLinkMetadata
29014
+ */
29015
+ public static fromObject(object: { [k: string]: any }): proto.Message.PaymentLinkMetadata;
29016
+
29017
+ /**
29018
+ * Creates a plain object from a PaymentLinkMetadata message. Also converts values to other types if specified.
29019
+ * @param message PaymentLinkMetadata
29020
+ * @param [options] Conversion options
29021
+ * @returns Plain object
29022
+ */
29023
+ public static toObject(message: proto.Message.PaymentLinkMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
29024
+
29025
+ /**
29026
+ * Converts this PaymentLinkMetadata to JSON.
29027
+ * @returns JSON object
29028
+ */
29029
+ public toJSON(): { [k: string]: any };
29030
+
29031
+ /**
29032
+ * Gets the default type url for PaymentLinkMetadata
29033
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
29034
+ * @returns The default type url
29035
+ */
29036
+ public static getTypeUrl(typeUrlPrefix?: string): string;
29037
+ }
29038
+
29039
+ namespace PaymentLinkMetadata {
29040
+
29041
+ /** Properties of a PaymentLinkButton. */
29042
+ interface IPaymentLinkButton {
29043
+
29044
+ /** PaymentLinkButton displayText */
29045
+ displayText?: (string|null);
29046
+ }
29047
+
29048
+ /** Represents a PaymentLinkButton. */
29049
+ class PaymentLinkButton implements IPaymentLinkButton {
29050
+
29051
+ /**
29052
+ * Constructs a new PaymentLinkButton.
29053
+ * @param [properties] Properties to set
29054
+ */
29055
+ constructor(properties?: proto.Message.PaymentLinkMetadata.IPaymentLinkButton);
29056
+
29057
+ /** PaymentLinkButton displayText. */
29058
+ public displayText?: (string|null);
29059
+
29060
+ /**
29061
+ * Creates a new PaymentLinkButton instance using the specified properties.
29062
+ * @param [properties] Properties to set
29063
+ * @returns PaymentLinkButton instance
29064
+ */
29065
+ public static create(properties?: proto.Message.PaymentLinkMetadata.IPaymentLinkButton): proto.Message.PaymentLinkMetadata.PaymentLinkButton;
29066
+
29067
+ /**
29068
+ * Encodes the specified PaymentLinkButton message. Does not implicitly {@link proto.Message.PaymentLinkMetadata.PaymentLinkButton.verify|verify} messages.
29069
+ * @param message PaymentLinkButton message or plain object to encode
29070
+ * @param [writer] Writer to encode to
29071
+ * @returns Writer
29072
+ */
29073
+ public static encode(message: proto.Message.PaymentLinkMetadata.IPaymentLinkButton, writer?: $protobuf.Writer): $protobuf.Writer;
29074
+
29075
+ /**
29076
+ * Encodes the specified PaymentLinkButton message, length delimited. Does not implicitly {@link proto.Message.PaymentLinkMetadata.PaymentLinkButton.verify|verify} messages.
29077
+ * @param message PaymentLinkButton message or plain object to encode
29078
+ * @param [writer] Writer to encode to
29079
+ * @returns Writer
29080
+ */
29081
+ public static encodeDelimited(message: proto.Message.PaymentLinkMetadata.IPaymentLinkButton, writer?: $protobuf.Writer): $protobuf.Writer;
29082
+
29083
+ /**
29084
+ * Decodes a PaymentLinkButton message from the specified reader or buffer.
29085
+ * @param reader Reader or buffer to decode from
29086
+ * @param [length] Message length if known beforehand
29087
+ * @returns PaymentLinkButton
29088
+ * @throws {Error} If the payload is not a reader or valid buffer
29089
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
29090
+ */
29091
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.PaymentLinkMetadata.PaymentLinkButton;
29092
+
29093
+ /**
29094
+ * Decodes a PaymentLinkButton message from the specified reader or buffer, length delimited.
29095
+ * @param reader Reader or buffer to decode from
29096
+ * @returns PaymentLinkButton
29097
+ * @throws {Error} If the payload is not a reader or valid buffer
29098
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
29099
+ */
29100
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.PaymentLinkMetadata.PaymentLinkButton;
29101
+
29102
+ /**
29103
+ * Verifies a PaymentLinkButton message.
29104
+ * @param message Plain object to verify
29105
+ * @returns `null` if valid, otherwise the reason why it is not
29106
+ */
29107
+ public static verify(message: { [k: string]: any }): (string|null);
29108
+
29109
+ /**
29110
+ * Creates a PaymentLinkButton message from a plain object. Also converts values to their respective internal types.
29111
+ * @param object Plain object
29112
+ * @returns PaymentLinkButton
29113
+ */
29114
+ public static fromObject(object: { [k: string]: any }): proto.Message.PaymentLinkMetadata.PaymentLinkButton;
29115
+
29116
+ /**
29117
+ * Creates a plain object from a PaymentLinkButton message. Also converts values to other types if specified.
29118
+ * @param message PaymentLinkButton
29119
+ * @param [options] Conversion options
29120
+ * @returns Plain object
29121
+ */
29122
+ public static toObject(message: proto.Message.PaymentLinkMetadata.PaymentLinkButton, options?: $protobuf.IConversionOptions): { [k: string]: any };
29123
+
29124
+ /**
29125
+ * Converts this PaymentLinkButton to JSON.
29126
+ * @returns JSON object
29127
+ */
29128
+ public toJSON(): { [k: string]: any };
29129
+
29130
+ /**
29131
+ * Gets the default type url for PaymentLinkButton
29132
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
29133
+ * @returns The default type url
29134
+ */
29135
+ public static getTypeUrl(typeUrlPrefix?: string): string;
29136
+ }
29137
+
29138
+ /** Properties of a PaymentLinkHeader. */
29139
+ interface IPaymentLinkHeader {
29140
+
29141
+ /** PaymentLinkHeader headerType */
29142
+ headerType?: (proto.Message.PaymentLinkMetadata.PaymentLinkHeader.PaymentLinkHeaderType|null);
29143
+ }
29144
+
29145
+ /** Represents a PaymentLinkHeader. */
29146
+ class PaymentLinkHeader implements IPaymentLinkHeader {
29147
+
29148
+ /**
29149
+ * Constructs a new PaymentLinkHeader.
29150
+ * @param [properties] Properties to set
29151
+ */
29152
+ constructor(properties?: proto.Message.PaymentLinkMetadata.IPaymentLinkHeader);
29153
+
29154
+ /** PaymentLinkHeader headerType. */
29155
+ public headerType?: (proto.Message.PaymentLinkMetadata.PaymentLinkHeader.PaymentLinkHeaderType|null);
29156
+
29157
+ /**
29158
+ * Creates a new PaymentLinkHeader instance using the specified properties.
29159
+ * @param [properties] Properties to set
29160
+ * @returns PaymentLinkHeader instance
29161
+ */
29162
+ public static create(properties?: proto.Message.PaymentLinkMetadata.IPaymentLinkHeader): proto.Message.PaymentLinkMetadata.PaymentLinkHeader;
29163
+
29164
+ /**
29165
+ * Encodes the specified PaymentLinkHeader message. Does not implicitly {@link proto.Message.PaymentLinkMetadata.PaymentLinkHeader.verify|verify} messages.
29166
+ * @param message PaymentLinkHeader message or plain object to encode
29167
+ * @param [writer] Writer to encode to
29168
+ * @returns Writer
29169
+ */
29170
+ public static encode(message: proto.Message.PaymentLinkMetadata.IPaymentLinkHeader, writer?: $protobuf.Writer): $protobuf.Writer;
29171
+
29172
+ /**
29173
+ * Encodes the specified PaymentLinkHeader message, length delimited. Does not implicitly {@link proto.Message.PaymentLinkMetadata.PaymentLinkHeader.verify|verify} messages.
29174
+ * @param message PaymentLinkHeader message or plain object to encode
29175
+ * @param [writer] Writer to encode to
29176
+ * @returns Writer
29177
+ */
29178
+ public static encodeDelimited(message: proto.Message.PaymentLinkMetadata.IPaymentLinkHeader, writer?: $protobuf.Writer): $protobuf.Writer;
29179
+
29180
+ /**
29181
+ * Decodes a PaymentLinkHeader message from the specified reader or buffer.
29182
+ * @param reader Reader or buffer to decode from
29183
+ * @param [length] Message length if known beforehand
29184
+ * @returns PaymentLinkHeader
29185
+ * @throws {Error} If the payload is not a reader or valid buffer
29186
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
29187
+ */
29188
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.PaymentLinkMetadata.PaymentLinkHeader;
29189
+
29190
+ /**
29191
+ * Decodes a PaymentLinkHeader message from the specified reader or buffer, length delimited.
29192
+ * @param reader Reader or buffer to decode from
29193
+ * @returns PaymentLinkHeader
29194
+ * @throws {Error} If the payload is not a reader or valid buffer
29195
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
29196
+ */
29197
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.PaymentLinkMetadata.PaymentLinkHeader;
29198
+
29199
+ /**
29200
+ * Verifies a PaymentLinkHeader message.
29201
+ * @param message Plain object to verify
29202
+ * @returns `null` if valid, otherwise the reason why it is not
29203
+ */
29204
+ public static verify(message: { [k: string]: any }): (string|null);
29205
+
29206
+ /**
29207
+ * Creates a PaymentLinkHeader message from a plain object. Also converts values to their respective internal types.
29208
+ * @param object Plain object
29209
+ * @returns PaymentLinkHeader
29210
+ */
29211
+ public static fromObject(object: { [k: string]: any }): proto.Message.PaymentLinkMetadata.PaymentLinkHeader;
29212
+
29213
+ /**
29214
+ * Creates a plain object from a PaymentLinkHeader message. Also converts values to other types if specified.
29215
+ * @param message PaymentLinkHeader
29216
+ * @param [options] Conversion options
29217
+ * @returns Plain object
29218
+ */
29219
+ public static toObject(message: proto.Message.PaymentLinkMetadata.PaymentLinkHeader, options?: $protobuf.IConversionOptions): { [k: string]: any };
29220
+
29221
+ /**
29222
+ * Converts this PaymentLinkHeader to JSON.
29223
+ * @returns JSON object
29224
+ */
29225
+ public toJSON(): { [k: string]: any };
29226
+
29227
+ /**
29228
+ * Gets the default type url for PaymentLinkHeader
29229
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
29230
+ * @returns The default type url
29231
+ */
29232
+ public static getTypeUrl(typeUrlPrefix?: string): string;
29233
+ }
29234
+
29235
+ namespace PaymentLinkHeader {
29236
+
29237
+ /** PaymentLinkHeaderType enum. */
29238
+ enum PaymentLinkHeaderType {
29239
+ LINK_PREVIEW = 0,
29240
+ ORDER = 1
29241
+ }
29242
+ }
29243
+ }
29244
+
26878
29245
  /** Properties of a PeerDataOperationRequestMessage. */
26879
29246
  interface IPeerDataOperationRequestMessage {
26880
29247
 
@@ -26895,6 +29262,9 @@ export namespace proto {
26895
29262
 
26896
29263
  /** PeerDataOperationRequestMessage fullHistorySyncOnDemandRequest */
26897
29264
  fullHistorySyncOnDemandRequest?: (proto.Message.PeerDataOperationRequestMessage.IFullHistorySyncOnDemandRequest|null);
29265
+
29266
+ /** PeerDataOperationRequestMessage syncdCollectionFatalRecoveryRequest */
29267
+ syncdCollectionFatalRecoveryRequest?: (proto.Message.PeerDataOperationRequestMessage.ISyncDCollectionFatalRecoveryRequest|null);
26898
29268
  }
26899
29269
 
26900
29270
  /** Represents a PeerDataOperationRequestMessage. */
@@ -26924,6 +29294,9 @@ export namespace proto {
26924
29294
  /** PeerDataOperationRequestMessage fullHistorySyncOnDemandRequest. */
26925
29295
  public fullHistorySyncOnDemandRequest?: (proto.Message.PeerDataOperationRequestMessage.IFullHistorySyncOnDemandRequest|null);
26926
29296
 
29297
+ /** PeerDataOperationRequestMessage syncdCollectionFatalRecoveryRequest. */
29298
+ public syncdCollectionFatalRecoveryRequest?: (proto.Message.PeerDataOperationRequestMessage.ISyncDCollectionFatalRecoveryRequest|null);
29299
+
26927
29300
  /**
26928
29301
  * Creates a new PeerDataOperationRequestMessage instance using the specified properties.
26929
29302
  * @param [properties] Properties to set
@@ -27530,6 +29903,109 @@ export namespace proto {
27530
29903
  */
27531
29904
  public static getTypeUrl(typeUrlPrefix?: string): string;
27532
29905
  }
29906
+
29907
+ /** Properties of a SyncDCollectionFatalRecoveryRequest. */
29908
+ interface ISyncDCollectionFatalRecoveryRequest {
29909
+
29910
+ /** SyncDCollectionFatalRecoveryRequest collectionName */
29911
+ collectionName?: (string|null);
29912
+
29913
+ /** SyncDCollectionFatalRecoveryRequest timestamp */
29914
+ timestamp?: (number|Long|null);
29915
+ }
29916
+
29917
+ /** Represents a SyncDCollectionFatalRecoveryRequest. */
29918
+ class SyncDCollectionFatalRecoveryRequest implements ISyncDCollectionFatalRecoveryRequest {
29919
+
29920
+ /**
29921
+ * Constructs a new SyncDCollectionFatalRecoveryRequest.
29922
+ * @param [properties] Properties to set
29923
+ */
29924
+ constructor(properties?: proto.Message.PeerDataOperationRequestMessage.ISyncDCollectionFatalRecoveryRequest);
29925
+
29926
+ /** SyncDCollectionFatalRecoveryRequest collectionName. */
29927
+ public collectionName?: (string|null);
29928
+
29929
+ /** SyncDCollectionFatalRecoveryRequest timestamp. */
29930
+ public timestamp?: (number|Long|null);
29931
+
29932
+ /**
29933
+ * Creates a new SyncDCollectionFatalRecoveryRequest instance using the specified properties.
29934
+ * @param [properties] Properties to set
29935
+ * @returns SyncDCollectionFatalRecoveryRequest instance
29936
+ */
29937
+ public static create(properties?: proto.Message.PeerDataOperationRequestMessage.ISyncDCollectionFatalRecoveryRequest): proto.Message.PeerDataOperationRequestMessage.SyncDCollectionFatalRecoveryRequest;
29938
+
29939
+ /**
29940
+ * Encodes the specified SyncDCollectionFatalRecoveryRequest message. Does not implicitly {@link proto.Message.PeerDataOperationRequestMessage.SyncDCollectionFatalRecoveryRequest.verify|verify} messages.
29941
+ * @param message SyncDCollectionFatalRecoveryRequest message or plain object to encode
29942
+ * @param [writer] Writer to encode to
29943
+ * @returns Writer
29944
+ */
29945
+ public static encode(message: proto.Message.PeerDataOperationRequestMessage.ISyncDCollectionFatalRecoveryRequest, writer?: $protobuf.Writer): $protobuf.Writer;
29946
+
29947
+ /**
29948
+ * Encodes the specified SyncDCollectionFatalRecoveryRequest message, length delimited. Does not implicitly {@link proto.Message.PeerDataOperationRequestMessage.SyncDCollectionFatalRecoveryRequest.verify|verify} messages.
29949
+ * @param message SyncDCollectionFatalRecoveryRequest message or plain object to encode
29950
+ * @param [writer] Writer to encode to
29951
+ * @returns Writer
29952
+ */
29953
+ public static encodeDelimited(message: proto.Message.PeerDataOperationRequestMessage.ISyncDCollectionFatalRecoveryRequest, writer?: $protobuf.Writer): $protobuf.Writer;
29954
+
29955
+ /**
29956
+ * Decodes a SyncDCollectionFatalRecoveryRequest message from the specified reader or buffer.
29957
+ * @param reader Reader or buffer to decode from
29958
+ * @param [length] Message length if known beforehand
29959
+ * @returns SyncDCollectionFatalRecoveryRequest
29960
+ * @throws {Error} If the payload is not a reader or valid buffer
29961
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
29962
+ */
29963
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.PeerDataOperationRequestMessage.SyncDCollectionFatalRecoveryRequest;
29964
+
29965
+ /**
29966
+ * Decodes a SyncDCollectionFatalRecoveryRequest message from the specified reader or buffer, length delimited.
29967
+ * @param reader Reader or buffer to decode from
29968
+ * @returns SyncDCollectionFatalRecoveryRequest
29969
+ * @throws {Error} If the payload is not a reader or valid buffer
29970
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
29971
+ */
29972
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.PeerDataOperationRequestMessage.SyncDCollectionFatalRecoveryRequest;
29973
+
29974
+ /**
29975
+ * Verifies a SyncDCollectionFatalRecoveryRequest message.
29976
+ * @param message Plain object to verify
29977
+ * @returns `null` if valid, otherwise the reason why it is not
29978
+ */
29979
+ public static verify(message: { [k: string]: any }): (string|null);
29980
+
29981
+ /**
29982
+ * Creates a SyncDCollectionFatalRecoveryRequest message from a plain object. Also converts values to their respective internal types.
29983
+ * @param object Plain object
29984
+ * @returns SyncDCollectionFatalRecoveryRequest
29985
+ */
29986
+ public static fromObject(object: { [k: string]: any }): proto.Message.PeerDataOperationRequestMessage.SyncDCollectionFatalRecoveryRequest;
29987
+
29988
+ /**
29989
+ * Creates a plain object from a SyncDCollectionFatalRecoveryRequest message. Also converts values to other types if specified.
29990
+ * @param message SyncDCollectionFatalRecoveryRequest
29991
+ * @param [options] Conversion options
29992
+ * @returns Plain object
29993
+ */
29994
+ public static toObject(message: proto.Message.PeerDataOperationRequestMessage.SyncDCollectionFatalRecoveryRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };
29995
+
29996
+ /**
29997
+ * Converts this SyncDCollectionFatalRecoveryRequest to JSON.
29998
+ * @returns JSON object
29999
+ */
30000
+ public toJSON(): { [k: string]: any };
30001
+
30002
+ /**
30003
+ * Gets the default type url for SyncDCollectionFatalRecoveryRequest
30004
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
30005
+ * @returns The default type url
30006
+ */
30007
+ public static getTypeUrl(typeUrlPrefix?: string): string;
30008
+ }
27533
30009
  }
27534
30010
 
27535
30011
  /** Properties of a PeerDataOperationRequestResponseMessage. */
@@ -27666,6 +30142,9 @@ export namespace proto {
27666
30142
 
27667
30143
  /** PeerDataOperationResult companionMetaNonceFetchRequestResponse */
27668
30144
  companionMetaNonceFetchRequestResponse?: (proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ICompanionMetaNonceFetchResponse|null);
30145
+
30146
+ /** PeerDataOperationResult syncdSnapshotFatalRecoveryResponse */
30147
+ syncdSnapshotFatalRecoveryResponse?: (proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ISyncDSnapshotFatalRecoveryResponse|null);
27669
30148
  }
27670
30149
 
27671
30150
  /** Represents a PeerDataOperationResult. */
@@ -27698,6 +30177,9 @@ export namespace proto {
27698
30177
  /** PeerDataOperationResult companionMetaNonceFetchRequestResponse. */
27699
30178
  public companionMetaNonceFetchRequestResponse?: (proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ICompanionMetaNonceFetchResponse|null);
27700
30179
 
30180
+ /** PeerDataOperationResult syncdSnapshotFatalRecoveryResponse. */
30181
+ public syncdSnapshotFatalRecoveryResponse?: (proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ISyncDSnapshotFatalRecoveryResponse|null);
30182
+
27701
30183
  /**
27702
30184
  * Creates a new PeerDataOperationResult instance using the specified properties.
27703
30185
  * @param [properties] Properties to set
@@ -28355,6 +30837,109 @@ export namespace proto {
28355
30837
  public static getTypeUrl(typeUrlPrefix?: string): string;
28356
30838
  }
28357
30839
 
30840
+ /** Properties of a SyncDSnapshotFatalRecoveryResponse. */
30841
+ interface ISyncDSnapshotFatalRecoveryResponse {
30842
+
30843
+ /** SyncDSnapshotFatalRecoveryResponse collectionSnapshot */
30844
+ collectionSnapshot?: (Uint8Array|null);
30845
+
30846
+ /** SyncDSnapshotFatalRecoveryResponse isCompressed */
30847
+ isCompressed?: (boolean|null);
30848
+ }
30849
+
30850
+ /** Represents a SyncDSnapshotFatalRecoveryResponse. */
30851
+ class SyncDSnapshotFatalRecoveryResponse implements ISyncDSnapshotFatalRecoveryResponse {
30852
+
30853
+ /**
30854
+ * Constructs a new SyncDSnapshotFatalRecoveryResponse.
30855
+ * @param [properties] Properties to set
30856
+ */
30857
+ constructor(properties?: proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ISyncDSnapshotFatalRecoveryResponse);
30858
+
30859
+ /** SyncDSnapshotFatalRecoveryResponse collectionSnapshot. */
30860
+ public collectionSnapshot?: (Uint8Array|null);
30861
+
30862
+ /** SyncDSnapshotFatalRecoveryResponse isCompressed. */
30863
+ public isCompressed?: (boolean|null);
30864
+
30865
+ /**
30866
+ * Creates a new SyncDSnapshotFatalRecoveryResponse instance using the specified properties.
30867
+ * @param [properties] Properties to set
30868
+ * @returns SyncDSnapshotFatalRecoveryResponse instance
30869
+ */
30870
+ public static create(properties?: proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ISyncDSnapshotFatalRecoveryResponse): proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.SyncDSnapshotFatalRecoveryResponse;
30871
+
30872
+ /**
30873
+ * Encodes the specified SyncDSnapshotFatalRecoveryResponse message. Does not implicitly {@link proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.SyncDSnapshotFatalRecoveryResponse.verify|verify} messages.
30874
+ * @param message SyncDSnapshotFatalRecoveryResponse message or plain object to encode
30875
+ * @param [writer] Writer to encode to
30876
+ * @returns Writer
30877
+ */
30878
+ public static encode(message: proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ISyncDSnapshotFatalRecoveryResponse, writer?: $protobuf.Writer): $protobuf.Writer;
30879
+
30880
+ /**
30881
+ * Encodes the specified SyncDSnapshotFatalRecoveryResponse message, length delimited. Does not implicitly {@link proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.SyncDSnapshotFatalRecoveryResponse.verify|verify} messages.
30882
+ * @param message SyncDSnapshotFatalRecoveryResponse message or plain object to encode
30883
+ * @param [writer] Writer to encode to
30884
+ * @returns Writer
30885
+ */
30886
+ public static encodeDelimited(message: proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ISyncDSnapshotFatalRecoveryResponse, writer?: $protobuf.Writer): $protobuf.Writer;
30887
+
30888
+ /**
30889
+ * Decodes a SyncDSnapshotFatalRecoveryResponse message from the specified reader or buffer.
30890
+ * @param reader Reader or buffer to decode from
30891
+ * @param [length] Message length if known beforehand
30892
+ * @returns SyncDSnapshotFatalRecoveryResponse
30893
+ * @throws {Error} If the payload is not a reader or valid buffer
30894
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
30895
+ */
30896
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.SyncDSnapshotFatalRecoveryResponse;
30897
+
30898
+ /**
30899
+ * Decodes a SyncDSnapshotFatalRecoveryResponse message from the specified reader or buffer, length delimited.
30900
+ * @param reader Reader or buffer to decode from
30901
+ * @returns SyncDSnapshotFatalRecoveryResponse
30902
+ * @throws {Error} If the payload is not a reader or valid buffer
30903
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
30904
+ */
30905
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.SyncDSnapshotFatalRecoveryResponse;
30906
+
30907
+ /**
30908
+ * Verifies a SyncDSnapshotFatalRecoveryResponse message.
30909
+ * @param message Plain object to verify
30910
+ * @returns `null` if valid, otherwise the reason why it is not
30911
+ */
30912
+ public static verify(message: { [k: string]: any }): (string|null);
30913
+
30914
+ /**
30915
+ * Creates a SyncDSnapshotFatalRecoveryResponse message from a plain object. Also converts values to their respective internal types.
30916
+ * @param object Plain object
30917
+ * @returns SyncDSnapshotFatalRecoveryResponse
30918
+ */
30919
+ public static fromObject(object: { [k: string]: any }): proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.SyncDSnapshotFatalRecoveryResponse;
30920
+
30921
+ /**
30922
+ * Creates a plain object from a SyncDSnapshotFatalRecoveryResponse message. Also converts values to other types if specified.
30923
+ * @param message SyncDSnapshotFatalRecoveryResponse
30924
+ * @param [options] Conversion options
30925
+ * @returns Plain object
30926
+ */
30927
+ public static toObject(message: proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.SyncDSnapshotFatalRecoveryResponse, options?: $protobuf.IConversionOptions): { [k: string]: any };
30928
+
30929
+ /**
30930
+ * Converts this SyncDSnapshotFatalRecoveryResponse to JSON.
30931
+ * @returns JSON object
30932
+ */
30933
+ public toJSON(): { [k: string]: any };
30934
+
30935
+ /**
30936
+ * Gets the default type url for SyncDSnapshotFatalRecoveryResponse
30937
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
30938
+ * @returns The default type url
30939
+ */
30940
+ public static getTypeUrl(typeUrlPrefix?: string): string;
30941
+ }
30942
+
28358
30943
  /** Properties of a WaffleNonceFetchResponse. */
28359
30944
  interface IWaffleNonceFetchResponse {
28360
30945
 
@@ -28469,7 +31054,8 @@ export namespace proto {
28469
31054
  PLACEHOLDER_MESSAGE_RESEND = 4,
28470
31055
  WAFFLE_LINKING_NONCE_FETCH = 5,
28471
31056
  FULL_HISTORY_SYNC_ON_DEMAND = 6,
28472
- COMPANION_META_NONCE_FETCH = 7
31057
+ COMPANION_META_NONCE_FETCH = 7,
31058
+ COMPANION_SYNCD_SNAPSHOT_FATAL_RECOVERY = 8
28473
31059
  }
28474
31060
 
28475
31061
  /** Properties of a PinInChatMessage. */
@@ -30042,6 +32628,15 @@ export namespace proto {
30042
32628
 
30043
32629
  /** ProtocolMessage limitSharing */
30044
32630
  limitSharing?: (proto.ILimitSharing|null);
32631
+
32632
+ /** ProtocolMessage aiPsiMetadata */
32633
+ aiPsiMetadata?: (Uint8Array|null);
32634
+
32635
+ /** ProtocolMessage aiQueryFanout */
32636
+ aiQueryFanout?: (proto.IAIQueryFanout|null);
32637
+
32638
+ /** ProtocolMessage memberLabel */
32639
+ memberLabel?: (proto.IMemberLabel|null);
30045
32640
  }
30046
32641
 
30047
32642
  /** Represents a ProtocolMessage. */
@@ -30116,6 +32711,15 @@ export namespace proto {
30116
32711
  /** ProtocolMessage limitSharing. */
30117
32712
  public limitSharing?: (proto.ILimitSharing|null);
30118
32713
 
32714
+ /** ProtocolMessage aiPsiMetadata. */
32715
+ public aiPsiMetadata?: (Uint8Array|null);
32716
+
32717
+ /** ProtocolMessage aiQueryFanout. */
32718
+ public aiQueryFanout?: (proto.IAIQueryFanout|null);
32719
+
32720
+ /** ProtocolMessage memberLabel. */
32721
+ public memberLabel?: (proto.IMemberLabel|null);
32722
+
30119
32723
  /**
30120
32724
  * Creates a new ProtocolMessage instance using the specified properties.
30121
32725
  * @param [properties] Properties to set
@@ -30220,7 +32824,10 @@ export namespace proto {
30220
32824
  BOT_MEMU_ONBOARDING_MESSAGE = 24,
30221
32825
  STATUS_MENTION_MESSAGE = 25,
30222
32826
  STOP_GENERATION_MESSAGE = 26,
30223
- LIMIT_SHARING = 27
32827
+ LIMIT_SHARING = 27,
32828
+ AI_PSI_METADATA = 28,
32829
+ AI_QUERY_FANOUT = 29,
32830
+ GROUP_MEMBER_LABEL_CHANGE = 30
30224
32831
  }
30225
32832
  }
30226
32833
 
@@ -31026,7 +33633,8 @@ export namespace proto {
31026
33633
  /** SecretEncType enum. */
31027
33634
  enum SecretEncType {
31028
33635
  UNKNOWN = 0,
31029
- EVENT_EDIT = 1
33636
+ EVENT_EDIT = 1,
33637
+ MESSAGE_EDIT = 2
31030
33638
  }
31031
33639
  }
31032
33640
 
@@ -32591,6 +35199,103 @@ export namespace proto {
32591
35199
  }
32592
35200
  }
32593
35201
 
35202
+ /** Properties of a URLMetadata. */
35203
+ interface IURLMetadata {
35204
+
35205
+ /** URLMetadata fbExperimentId */
35206
+ fbExperimentId?: (number|null);
35207
+ }
35208
+
35209
+ /** Represents a URLMetadata. */
35210
+ class URLMetadata implements IURLMetadata {
35211
+
35212
+ /**
35213
+ * Constructs a new URLMetadata.
35214
+ * @param [properties] Properties to set
35215
+ */
35216
+ constructor(properties?: proto.Message.IURLMetadata);
35217
+
35218
+ /** URLMetadata fbExperimentId. */
35219
+ public fbExperimentId?: (number|null);
35220
+
35221
+ /**
35222
+ * Creates a new URLMetadata instance using the specified properties.
35223
+ * @param [properties] Properties to set
35224
+ * @returns URLMetadata instance
35225
+ */
35226
+ public static create(properties?: proto.Message.IURLMetadata): proto.Message.URLMetadata;
35227
+
35228
+ /**
35229
+ * Encodes the specified URLMetadata message. Does not implicitly {@link proto.Message.URLMetadata.verify|verify} messages.
35230
+ * @param message URLMetadata message or plain object to encode
35231
+ * @param [writer] Writer to encode to
35232
+ * @returns Writer
35233
+ */
35234
+ public static encode(message: proto.Message.IURLMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
35235
+
35236
+ /**
35237
+ * Encodes the specified URLMetadata message, length delimited. Does not implicitly {@link proto.Message.URLMetadata.verify|verify} messages.
35238
+ * @param message URLMetadata message or plain object to encode
35239
+ * @param [writer] Writer to encode to
35240
+ * @returns Writer
35241
+ */
35242
+ public static encodeDelimited(message: proto.Message.IURLMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
35243
+
35244
+ /**
35245
+ * Decodes a URLMetadata message from the specified reader or buffer.
35246
+ * @param reader Reader or buffer to decode from
35247
+ * @param [length] Message length if known beforehand
35248
+ * @returns URLMetadata
35249
+ * @throws {Error} If the payload is not a reader or valid buffer
35250
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
35251
+ */
35252
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.URLMetadata;
35253
+
35254
+ /**
35255
+ * Decodes a URLMetadata message from the specified reader or buffer, length delimited.
35256
+ * @param reader Reader or buffer to decode from
35257
+ * @returns URLMetadata
35258
+ * @throws {Error} If the payload is not a reader or valid buffer
35259
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
35260
+ */
35261
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.URLMetadata;
35262
+
35263
+ /**
35264
+ * Verifies a URLMetadata message.
35265
+ * @param message Plain object to verify
35266
+ * @returns `null` if valid, otherwise the reason why it is not
35267
+ */
35268
+ public static verify(message: { [k: string]: any }): (string|null);
35269
+
35270
+ /**
35271
+ * Creates a URLMetadata message from a plain object. Also converts values to their respective internal types.
35272
+ * @param object Plain object
35273
+ * @returns URLMetadata
35274
+ */
35275
+ public static fromObject(object: { [k: string]: any }): proto.Message.URLMetadata;
35276
+
35277
+ /**
35278
+ * Creates a plain object from a URLMetadata message. Also converts values to other types if specified.
35279
+ * @param message URLMetadata
35280
+ * @param [options] Conversion options
35281
+ * @returns Plain object
35282
+ */
35283
+ public static toObject(message: proto.Message.URLMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
35284
+
35285
+ /**
35286
+ * Converts this URLMetadata to JSON.
35287
+ * @returns JSON object
35288
+ */
35289
+ public toJSON(): { [k: string]: any };
35290
+
35291
+ /**
35292
+ * Gets the default type url for URLMetadata
35293
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
35294
+ * @returns The default type url
35295
+ */
35296
+ public static getTypeUrl(typeUrlPrefix?: string): string;
35297
+ }
35298
+
32594
35299
  /** Properties of a VideoMessage. */
32595
35300
  interface IVideoMessage {
32596
35301
 
@@ -33228,12 +35933,15 @@ export namespace proto {
33228
35933
  EVENT_COVER_IMAGE = 3,
33229
35934
  STATUS_POLL = 4,
33230
35935
  HD_VIDEO_DUAL_UPLOAD = 5,
33231
- STATUS_TAPPABLE_MESSAGE = 6,
35936
+ STATUS_EXTERNAL_RESHARE = 6,
33232
35937
  MEDIA_POLL = 7,
33233
35938
  STATUS_ADD_YOURS = 8,
33234
35939
  STATUS_NOTIFICATION = 9,
33235
35940
  HD_IMAGE_DUAL_UPLOAD = 10,
33236
- STICKER_ANNOTATION = 11
35941
+ STICKER_ANNOTATION = 11,
35942
+ MOTION_PHOTO = 12,
35943
+ STATUS_LINK_ACTION = 13,
35944
+ VIEW_ALL_REPLIES = 14
33237
35945
  }
33238
35946
  }
33239
35947
 
@@ -33275,6 +35983,12 @@ export namespace proto {
33275
35983
 
33276
35984
  /** MessageContextInfo supportPayload */
33277
35985
  supportPayload?: (string|null);
35986
+
35987
+ /** MessageContextInfo limitSharing */
35988
+ limitSharing?: (proto.ILimitSharing|null);
35989
+
35990
+ /** MessageContextInfo limitSharingV2 */
35991
+ limitSharingV2?: (proto.ILimitSharing|null);
33278
35992
  }
33279
35993
 
33280
35994
  /** Represents a MessageContextInfo. */
@@ -33322,6 +36036,12 @@ export namespace proto {
33322
36036
  /** MessageContextInfo supportPayload. */
33323
36037
  public supportPayload?: (string|null);
33324
36038
 
36039
+ /** MessageContextInfo limitSharing. */
36040
+ public limitSharing?: (proto.ILimitSharing|null);
36041
+
36042
+ /** MessageContextInfo limitSharingV2. */
36043
+ public limitSharingV2?: (proto.ILimitSharing|null);
36044
+
33325
36045
  /**
33326
36046
  * Creates a new MessageContextInfo instance using the specified properties.
33327
36047
  * @param [properties] Properties to set
@@ -33858,6 +36578,9 @@ export namespace proto {
33858
36578
 
33859
36579
  /** MsgOpaqueData eventEndTime */
33860
36580
  eventEndTime?: (number|Long|null);
36581
+
36582
+ /** MsgOpaqueData plainProtobufBytes */
36583
+ plainProtobufBytes?: (Uint8Array|null);
33861
36584
  }
33862
36585
 
33863
36586
  /** Represents a MsgOpaqueData. */
@@ -33983,6 +36706,9 @@ export namespace proto {
33983
36706
  /** MsgOpaqueData eventEndTime. */
33984
36707
  public eventEndTime?: (number|Long|null);
33985
36708
 
36709
+ /** MsgOpaqueData plainProtobufBytes. */
36710
+ public plainProtobufBytes?: (Uint8Array|null);
36711
+
33986
36712
  /**
33987
36713
  * Creates a new MsgOpaqueData instance using the specified properties.
33988
36714
  * @param [properties] Properties to set
@@ -40677,6 +43403,15 @@ export namespace proto {
40677
43403
 
40678
43404
  /** SyncActionValue notificationActivitySettingAction */
40679
43405
  notificationActivitySettingAction?: (proto.SyncActionValue.INotificationActivitySettingAction|null);
43406
+
43407
+ /** SyncActionValue lidContactAction */
43408
+ lidContactAction?: (proto.SyncActionValue.ILidContactAction|null);
43409
+
43410
+ /** SyncActionValue ctwaPerCustomerDataSharingAction */
43411
+ ctwaPerCustomerDataSharingAction?: (proto.SyncActionValue.ICtwaPerCustomerDataSharingAction|null);
43412
+
43413
+ /** SyncActionValue paymentTosAction */
43414
+ paymentTosAction?: (proto.SyncActionValue.IPaymentTosAction|null);
40680
43415
  }
40681
43416
 
40682
43417
  /** Represents a SyncActionValue. */
@@ -40850,6 +43585,15 @@ export namespace proto {
40850
43585
  /** SyncActionValue notificationActivitySettingAction. */
40851
43586
  public notificationActivitySettingAction?: (proto.SyncActionValue.INotificationActivitySettingAction|null);
40852
43587
 
43588
+ /** SyncActionValue lidContactAction. */
43589
+ public lidContactAction?: (proto.SyncActionValue.ILidContactAction|null);
43590
+
43591
+ /** SyncActionValue ctwaPerCustomerDataSharingAction. */
43592
+ public ctwaPerCustomerDataSharingAction?: (proto.SyncActionValue.ICtwaPerCustomerDataSharingAction|null);
43593
+
43594
+ /** SyncActionValue paymentTosAction. */
43595
+ public paymentTosAction?: (proto.SyncActionValue.IPaymentTosAction|null);
43596
+
40853
43597
  /**
40854
43598
  * Creates a new SyncActionValue instance using the specified properties.
40855
43599
  * @param [properties] Properties to set
@@ -41738,6 +44482,12 @@ export namespace proto {
41738
44482
 
41739
44483
  /** ContactAction saveOnPrimaryAddressbook */
41740
44484
  saveOnPrimaryAddressbook?: (boolean|null);
44485
+
44486
+ /** ContactAction pnJid */
44487
+ pnJid?: (string|null);
44488
+
44489
+ /** ContactAction username */
44490
+ username?: (string|null);
41741
44491
  }
41742
44492
 
41743
44493
  /** Represents a ContactAction. */
@@ -41761,6 +44511,12 @@ export namespace proto {
41761
44511
  /** ContactAction saveOnPrimaryAddressbook. */
41762
44512
  public saveOnPrimaryAddressbook?: (boolean|null);
41763
44513
 
44514
+ /** ContactAction pnJid. */
44515
+ public pnJid?: (string|null);
44516
+
44517
+ /** ContactAction username. */
44518
+ public username?: (string|null);
44519
+
41764
44520
  /**
41765
44521
  * Creates a new ContactAction instance using the specified properties.
41766
44522
  * @param [properties] Properties to set
@@ -41839,6 +44595,103 @@ export namespace proto {
41839
44595
  public static getTypeUrl(typeUrlPrefix?: string): string;
41840
44596
  }
41841
44597
 
44598
+ /** Properties of a CtwaPerCustomerDataSharingAction. */
44599
+ interface ICtwaPerCustomerDataSharingAction {
44600
+
44601
+ /** CtwaPerCustomerDataSharingAction isCtwaPerCustomerDataSharingEnabled */
44602
+ isCtwaPerCustomerDataSharingEnabled?: (boolean|null);
44603
+ }
44604
+
44605
+ /** Represents a CtwaPerCustomerDataSharingAction. */
44606
+ class CtwaPerCustomerDataSharingAction implements ICtwaPerCustomerDataSharingAction {
44607
+
44608
+ /**
44609
+ * Constructs a new CtwaPerCustomerDataSharingAction.
44610
+ * @param [properties] Properties to set
44611
+ */
44612
+ constructor(properties?: proto.SyncActionValue.ICtwaPerCustomerDataSharingAction);
44613
+
44614
+ /** CtwaPerCustomerDataSharingAction isCtwaPerCustomerDataSharingEnabled. */
44615
+ public isCtwaPerCustomerDataSharingEnabled?: (boolean|null);
44616
+
44617
+ /**
44618
+ * Creates a new CtwaPerCustomerDataSharingAction instance using the specified properties.
44619
+ * @param [properties] Properties to set
44620
+ * @returns CtwaPerCustomerDataSharingAction instance
44621
+ */
44622
+ public static create(properties?: proto.SyncActionValue.ICtwaPerCustomerDataSharingAction): proto.SyncActionValue.CtwaPerCustomerDataSharingAction;
44623
+
44624
+ /**
44625
+ * Encodes the specified CtwaPerCustomerDataSharingAction message. Does not implicitly {@link proto.SyncActionValue.CtwaPerCustomerDataSharingAction.verify|verify} messages.
44626
+ * @param message CtwaPerCustomerDataSharingAction message or plain object to encode
44627
+ * @param [writer] Writer to encode to
44628
+ * @returns Writer
44629
+ */
44630
+ public static encode(message: proto.SyncActionValue.ICtwaPerCustomerDataSharingAction, writer?: $protobuf.Writer): $protobuf.Writer;
44631
+
44632
+ /**
44633
+ * Encodes the specified CtwaPerCustomerDataSharingAction message, length delimited. Does not implicitly {@link proto.SyncActionValue.CtwaPerCustomerDataSharingAction.verify|verify} messages.
44634
+ * @param message CtwaPerCustomerDataSharingAction message or plain object to encode
44635
+ * @param [writer] Writer to encode to
44636
+ * @returns Writer
44637
+ */
44638
+ public static encodeDelimited(message: proto.SyncActionValue.ICtwaPerCustomerDataSharingAction, writer?: $protobuf.Writer): $protobuf.Writer;
44639
+
44640
+ /**
44641
+ * Decodes a CtwaPerCustomerDataSharingAction message from the specified reader or buffer.
44642
+ * @param reader Reader or buffer to decode from
44643
+ * @param [length] Message length if known beforehand
44644
+ * @returns CtwaPerCustomerDataSharingAction
44645
+ * @throws {Error} If the payload is not a reader or valid buffer
44646
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
44647
+ */
44648
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.SyncActionValue.CtwaPerCustomerDataSharingAction;
44649
+
44650
+ /**
44651
+ * Decodes a CtwaPerCustomerDataSharingAction message from the specified reader or buffer, length delimited.
44652
+ * @param reader Reader or buffer to decode from
44653
+ * @returns CtwaPerCustomerDataSharingAction
44654
+ * @throws {Error} If the payload is not a reader or valid buffer
44655
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
44656
+ */
44657
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.SyncActionValue.CtwaPerCustomerDataSharingAction;
44658
+
44659
+ /**
44660
+ * Verifies a CtwaPerCustomerDataSharingAction message.
44661
+ * @param message Plain object to verify
44662
+ * @returns `null` if valid, otherwise the reason why it is not
44663
+ */
44664
+ public static verify(message: { [k: string]: any }): (string|null);
44665
+
44666
+ /**
44667
+ * Creates a CtwaPerCustomerDataSharingAction message from a plain object. Also converts values to their respective internal types.
44668
+ * @param object Plain object
44669
+ * @returns CtwaPerCustomerDataSharingAction
44670
+ */
44671
+ public static fromObject(object: { [k: string]: any }): proto.SyncActionValue.CtwaPerCustomerDataSharingAction;
44672
+
44673
+ /**
44674
+ * Creates a plain object from a CtwaPerCustomerDataSharingAction message. Also converts values to other types if specified.
44675
+ * @param message CtwaPerCustomerDataSharingAction
44676
+ * @param [options] Conversion options
44677
+ * @returns Plain object
44678
+ */
44679
+ public static toObject(message: proto.SyncActionValue.CtwaPerCustomerDataSharingAction, options?: $protobuf.IConversionOptions): { [k: string]: any };
44680
+
44681
+ /**
44682
+ * Converts this CtwaPerCustomerDataSharingAction to JSON.
44683
+ * @returns JSON object
44684
+ */
44685
+ public toJSON(): { [k: string]: any };
44686
+
44687
+ /**
44688
+ * Gets the default type url for CtwaPerCustomerDataSharingAction
44689
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
44690
+ * @returns The default type url
44691
+ */
44692
+ public static getTypeUrl(typeUrlPrefix?: string): string;
44693
+ }
44694
+
41842
44695
  /** Properties of a CustomPaymentMethod. */
41843
44696
  interface ICustomPaymentMethod {
41844
44697
 
@@ -42968,6 +45821,9 @@ export namespace proto {
42968
45821
 
42969
45822
  /** LabelEditAction type */
42970
45823
  type?: (proto.SyncActionValue.LabelEditAction.ListType|null);
45824
+
45825
+ /** LabelEditAction isImmutable */
45826
+ isImmutable?: (boolean|null);
42971
45827
  }
42972
45828
 
42973
45829
  /** Represents a LabelEditAction. */
@@ -43000,6 +45856,9 @@ export namespace proto {
43000
45856
  /** LabelEditAction type. */
43001
45857
  public type?: (proto.SyncActionValue.LabelEditAction.ListType|null);
43002
45858
 
45859
+ /** LabelEditAction isImmutable. */
45860
+ public isImmutable?: (boolean|null);
45861
+
43003
45862
  /**
43004
45863
  * Creates a new LabelEditAction instance using the specified properties.
43005
45864
  * @param [properties] Properties to set
@@ -43087,7 +45946,9 @@ export namespace proto {
43087
45946
  GROUPS = 2,
43088
45947
  FAVORITES = 3,
43089
45948
  PREDEFINED = 4,
43090
- CUSTOM = 5
45949
+ CUSTOM = 5,
45950
+ COMMUNITY = 6,
45951
+ SERVER_ASSIGNED = 7
43091
45952
  }
43092
45953
  }
43093
45954
 
@@ -43188,6 +46049,121 @@ export namespace proto {
43188
46049
  public static getTypeUrl(typeUrlPrefix?: string): string;
43189
46050
  }
43190
46051
 
46052
+ /** Properties of a LidContactAction. */
46053
+ interface ILidContactAction {
46054
+
46055
+ /** LidContactAction fullName */
46056
+ fullName?: (string|null);
46057
+
46058
+ /** LidContactAction firstName */
46059
+ firstName?: (string|null);
46060
+
46061
+ /** LidContactAction username */
46062
+ username?: (string|null);
46063
+
46064
+ /** LidContactAction saveOnPrimaryAddressbook */
46065
+ saveOnPrimaryAddressbook?: (boolean|null);
46066
+ }
46067
+
46068
+ /** Represents a LidContactAction. */
46069
+ class LidContactAction implements ILidContactAction {
46070
+
46071
+ /**
46072
+ * Constructs a new LidContactAction.
46073
+ * @param [properties] Properties to set
46074
+ */
46075
+ constructor(properties?: proto.SyncActionValue.ILidContactAction);
46076
+
46077
+ /** LidContactAction fullName. */
46078
+ public fullName?: (string|null);
46079
+
46080
+ /** LidContactAction firstName. */
46081
+ public firstName?: (string|null);
46082
+
46083
+ /** LidContactAction username. */
46084
+ public username?: (string|null);
46085
+
46086
+ /** LidContactAction saveOnPrimaryAddressbook. */
46087
+ public saveOnPrimaryAddressbook?: (boolean|null);
46088
+
46089
+ /**
46090
+ * Creates a new LidContactAction instance using the specified properties.
46091
+ * @param [properties] Properties to set
46092
+ * @returns LidContactAction instance
46093
+ */
46094
+ public static create(properties?: proto.SyncActionValue.ILidContactAction): proto.SyncActionValue.LidContactAction;
46095
+
46096
+ /**
46097
+ * Encodes the specified LidContactAction message. Does not implicitly {@link proto.SyncActionValue.LidContactAction.verify|verify} messages.
46098
+ * @param message LidContactAction message or plain object to encode
46099
+ * @param [writer] Writer to encode to
46100
+ * @returns Writer
46101
+ */
46102
+ public static encode(message: proto.SyncActionValue.ILidContactAction, writer?: $protobuf.Writer): $protobuf.Writer;
46103
+
46104
+ /**
46105
+ * Encodes the specified LidContactAction message, length delimited. Does not implicitly {@link proto.SyncActionValue.LidContactAction.verify|verify} messages.
46106
+ * @param message LidContactAction message or plain object to encode
46107
+ * @param [writer] Writer to encode to
46108
+ * @returns Writer
46109
+ */
46110
+ public static encodeDelimited(message: proto.SyncActionValue.ILidContactAction, writer?: $protobuf.Writer): $protobuf.Writer;
46111
+
46112
+ /**
46113
+ * Decodes a LidContactAction message from the specified reader or buffer.
46114
+ * @param reader Reader or buffer to decode from
46115
+ * @param [length] Message length if known beforehand
46116
+ * @returns LidContactAction
46117
+ * @throws {Error} If the payload is not a reader or valid buffer
46118
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
46119
+ */
46120
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.SyncActionValue.LidContactAction;
46121
+
46122
+ /**
46123
+ * Decodes a LidContactAction message from the specified reader or buffer, length delimited.
46124
+ * @param reader Reader or buffer to decode from
46125
+ * @returns LidContactAction
46126
+ * @throws {Error} If the payload is not a reader or valid buffer
46127
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
46128
+ */
46129
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.SyncActionValue.LidContactAction;
46130
+
46131
+ /**
46132
+ * Verifies a LidContactAction message.
46133
+ * @param message Plain object to verify
46134
+ * @returns `null` if valid, otherwise the reason why it is not
46135
+ */
46136
+ public static verify(message: { [k: string]: any }): (string|null);
46137
+
46138
+ /**
46139
+ * Creates a LidContactAction message from a plain object. Also converts values to their respective internal types.
46140
+ * @param object Plain object
46141
+ * @returns LidContactAction
46142
+ */
46143
+ public static fromObject(object: { [k: string]: any }): proto.SyncActionValue.LidContactAction;
46144
+
46145
+ /**
46146
+ * Creates a plain object from a LidContactAction message. Also converts values to other types if specified.
46147
+ * @param message LidContactAction
46148
+ * @param [options] Conversion options
46149
+ * @returns Plain object
46150
+ */
46151
+ public static toObject(message: proto.SyncActionValue.LidContactAction, options?: $protobuf.IConversionOptions): { [k: string]: any };
46152
+
46153
+ /**
46154
+ * Converts this LidContactAction to JSON.
46155
+ * @returns JSON object
46156
+ */
46157
+ public toJSON(): { [k: string]: any };
46158
+
46159
+ /**
46160
+ * Gets the default type url for LidContactAction
46161
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
46162
+ * @returns The default type url
46163
+ */
46164
+ public static getTypeUrl(typeUrlPrefix?: string): string;
46165
+ }
46166
+
43191
46167
  /** Properties of a LocaleSetting. */
43192
46168
  interface ILocaleSetting {
43193
46169
 
@@ -44388,6 +47364,117 @@ export namespace proto {
44388
47364
  public static getTypeUrl(typeUrlPrefix?: string): string;
44389
47365
  }
44390
47366
 
47367
+ /** Properties of a PaymentTosAction. */
47368
+ interface IPaymentTosAction {
47369
+
47370
+ /** PaymentTosAction paymentNotice */
47371
+ paymentNotice: proto.SyncActionValue.PaymentTosAction.PaymentNotice;
47372
+
47373
+ /** PaymentTosAction accepted */
47374
+ accepted: boolean;
47375
+ }
47376
+
47377
+ /** Represents a PaymentTosAction. */
47378
+ class PaymentTosAction implements IPaymentTosAction {
47379
+
47380
+ /**
47381
+ * Constructs a new PaymentTosAction.
47382
+ * @param [properties] Properties to set
47383
+ */
47384
+ constructor(properties?: proto.SyncActionValue.IPaymentTosAction);
47385
+
47386
+ /** PaymentTosAction paymentNotice. */
47387
+ public paymentNotice: proto.SyncActionValue.PaymentTosAction.PaymentNotice;
47388
+
47389
+ /** PaymentTosAction accepted. */
47390
+ public accepted: boolean;
47391
+
47392
+ /**
47393
+ * Creates a new PaymentTosAction instance using the specified properties.
47394
+ * @param [properties] Properties to set
47395
+ * @returns PaymentTosAction instance
47396
+ */
47397
+ public static create(properties?: proto.SyncActionValue.IPaymentTosAction): proto.SyncActionValue.PaymentTosAction;
47398
+
47399
+ /**
47400
+ * Encodes the specified PaymentTosAction message. Does not implicitly {@link proto.SyncActionValue.PaymentTosAction.verify|verify} messages.
47401
+ * @param message PaymentTosAction message or plain object to encode
47402
+ * @param [writer] Writer to encode to
47403
+ * @returns Writer
47404
+ */
47405
+ public static encode(message: proto.SyncActionValue.IPaymentTosAction, writer?: $protobuf.Writer): $protobuf.Writer;
47406
+
47407
+ /**
47408
+ * Encodes the specified PaymentTosAction message, length delimited. Does not implicitly {@link proto.SyncActionValue.PaymentTosAction.verify|verify} messages.
47409
+ * @param message PaymentTosAction message or plain object to encode
47410
+ * @param [writer] Writer to encode to
47411
+ * @returns Writer
47412
+ */
47413
+ public static encodeDelimited(message: proto.SyncActionValue.IPaymentTosAction, writer?: $protobuf.Writer): $protobuf.Writer;
47414
+
47415
+ /**
47416
+ * Decodes a PaymentTosAction message from the specified reader or buffer.
47417
+ * @param reader Reader or buffer to decode from
47418
+ * @param [length] Message length if known beforehand
47419
+ * @returns PaymentTosAction
47420
+ * @throws {Error} If the payload is not a reader or valid buffer
47421
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
47422
+ */
47423
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.SyncActionValue.PaymentTosAction;
47424
+
47425
+ /**
47426
+ * Decodes a PaymentTosAction message from the specified reader or buffer, length delimited.
47427
+ * @param reader Reader or buffer to decode from
47428
+ * @returns PaymentTosAction
47429
+ * @throws {Error} If the payload is not a reader or valid buffer
47430
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
47431
+ */
47432
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.SyncActionValue.PaymentTosAction;
47433
+
47434
+ /**
47435
+ * Verifies a PaymentTosAction message.
47436
+ * @param message Plain object to verify
47437
+ * @returns `null` if valid, otherwise the reason why it is not
47438
+ */
47439
+ public static verify(message: { [k: string]: any }): (string|null);
47440
+
47441
+ /**
47442
+ * Creates a PaymentTosAction message from a plain object. Also converts values to their respective internal types.
47443
+ * @param object Plain object
47444
+ * @returns PaymentTosAction
47445
+ */
47446
+ public static fromObject(object: { [k: string]: any }): proto.SyncActionValue.PaymentTosAction;
47447
+
47448
+ /**
47449
+ * Creates a plain object from a PaymentTosAction message. Also converts values to other types if specified.
47450
+ * @param message PaymentTosAction
47451
+ * @param [options] Conversion options
47452
+ * @returns Plain object
47453
+ */
47454
+ public static toObject(message: proto.SyncActionValue.PaymentTosAction, options?: $protobuf.IConversionOptions): { [k: string]: any };
47455
+
47456
+ /**
47457
+ * Converts this PaymentTosAction to JSON.
47458
+ * @returns JSON object
47459
+ */
47460
+ public toJSON(): { [k: string]: any };
47461
+
47462
+ /**
47463
+ * Gets the default type url for PaymentTosAction
47464
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
47465
+ * @returns The default type url
47466
+ */
47467
+ public static getTypeUrl(typeUrlPrefix?: string): string;
47468
+ }
47469
+
47470
+ namespace PaymentTosAction {
47471
+
47472
+ /** PaymentNotice enum. */
47473
+ enum PaymentNotice {
47474
+ BR_PAY_PRIVACY_POLICY = 0
47475
+ }
47476
+ }
47477
+
44391
47478
  /** Properties of a PinAction. */
44392
47479
  interface IPinAction {
44393
47480
 
@@ -50262,7 +53349,10 @@ export namespace proto {
50262
53349
  SUPPORT_SYSTEM_MESSAGE = 212,
50263
53350
  CHANGE_LID = 213,
50264
53351
  BIZ_CUSTOMER_3PD_DATA_SHARING_OPT_IN_MESSAGE = 214,
50265
- BIZ_CUSTOMER_3PD_DATA_SHARING_OPT_OUT_MESSAGE = 215
53352
+ BIZ_CUSTOMER_3PD_DATA_SHARING_OPT_OUT_MESSAGE = 215,
53353
+ CHANGE_LIMIT_SHARING = 216,
53354
+ GROUP_MEMBER_LINK_MODE = 217,
53355
+ BIZ_AUTOMATICALLY_LABELED_CHAT_SYSTEM_MESSAGE = 218
50266
53356
  }
50267
53357
  }
50268
53358