@genuxofficial/baileys 3.0.0 → 4.0.0
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.
- package/WAProto/WAProto.proto +24 -206
- package/WAProto/index.d.ts +219 -2233
- package/WAProto/index.js +525 -6773
- package/WAProto/shizo.x +1 -0
- package/lib/Defaults/baileys-version.json +1 -1
- package/lib/Defaults/index.d.ts +231 -0
- package/lib/Defaults/index.js +17 -1
- package/lib/Defaults/phonenumber-mcc.json +223 -0
- package/lib/Socket/Client/index.d.ts +3 -2
- package/lib/Socket/Client/index.js +3 -2
- package/lib/Socket/Client/mobile-socket-client.d.ts +13 -0
- package/lib/Socket/Client/mobile-socket-client.js +65 -0
- package/lib/Socket/Client/{websocket.d.ts → web-socket-client.d.ts} +1 -1
- package/lib/Socket/Client/{websocket.js → web-socket-client.js} +2 -2
- package/lib/Socket/business.d.ts +7 -9
- package/lib/Socket/chats.d.ts +5 -8
- package/lib/Socket/chats.js +8 -38
- package/lib/Socket/groups.d.ts +5 -7
- package/lib/Socket/groups.js +2 -14
- package/lib/Socket/index.d.ts +9 -9
- package/lib/Socket/index.js +2 -2
- package/lib/Socket/messages-recv.d.ts +8 -10
- package/lib/Socket/messages-recv.js +11 -18
- package/lib/Socket/messages-send.d.ts +7 -14
- package/lib/Socket/messages-send.js +13 -36
- package/lib/Socket/newsletter.d.ts +7 -9
- package/lib/Socket/newsletter.js +3 -11
- package/lib/Socket/registration.d.ts +271 -0
- package/lib/Socket/registration.js +166 -0
- package/lib/Socket/socket.d.ts +4 -5
- package/lib/Socket/socket.js +18 -15
- package/lib/Socket/usync.d.ts +4 -4
- package/lib/Store/index.d.ts +2 -1
- package/lib/Store/index.js +3 -1
- package/lib/Store/make-cache-manager-store.d.ts +14 -0
- package/lib/Store/make-cache-manager-store.js +83 -0
- package/lib/Store/make-in-memory-store.js +10 -8
- package/lib/Store/make-ordered-dictionary.js +2 -2
- package/lib/Types/Auth.d.ts +6 -0
- package/lib/Types/Chat.d.ts +0 -4
- package/lib/Types/Contact.d.ts +1 -1
- package/lib/Types/GroupMetadata.d.ts +0 -6
- package/lib/Types/Message.d.ts +5 -29
- package/lib/Types/Message.js +2 -0
- package/lib/Types/Socket.d.ts +4 -7
- package/lib/Utils/auth-utils.d.ts +1 -1
- package/lib/Utils/auth-utils.js +9 -2
- package/lib/Utils/business.js +3 -15
- package/lib/Utils/chat-utils.d.ts +4 -4
- package/lib/Utils/chat-utils.js +2 -1
- package/lib/Utils/decode-wa-message.d.ts +2 -4
- package/lib/Utils/decode-wa-message.js +24 -145
- package/lib/Utils/event-buffer.js +6 -4
- package/lib/Utils/generics.d.ts +4 -7
- package/lib/Utils/generics.js +17 -9
- package/lib/Utils/lt-hash.d.ts +3 -3
- package/lib/Utils/lt-hash.js +45 -11
- package/lib/Utils/messages-media.d.ts +4 -4
- package/lib/Utils/messages-media.js +57 -69
- package/lib/Utils/messages.js +39 -33
- package/lib/Utils/noise-handler.d.ts +2 -1
- package/lib/Utils/noise-handler.js +10 -5
- package/lib/Utils/use-multi-file-auth-state.js +11 -48
- package/lib/Utils/validate-connection.d.ts +1 -0
- package/lib/Utils/validate-connection.js +44 -10
- package/lib/WABinary/constants.js +5 -5
- package/lib/WABinary/encode.js +10 -23
- package/lib/WABinary/generic-utils.d.ts +5 -3
- package/lib/WABinary/generic-utils.js +19 -34
- package/lib/WABinary/jid-utils.d.ts +2 -11
- package/lib/WABinary/jid-utils.js +2 -27
- package/lib/WAM/BinaryInfo.d.ts +2 -2
- package/lib/WAM/constants.d.ts +2 -3
- package/lib/WAM/encode.js +2 -2
- package/lib/WAUSync/Protocols/USyncDeviceProtocol.js +12 -21
- package/lib/WAUSync/Protocols/USyncStatusProtocol.js +3 -3
- package/lib/WAUSync/USyncQuery.d.ts +0 -2
- package/lib/WAUSync/USyncQuery.js +0 -10
- package/lib/WAUSync/USyncUser.d.ts +0 -2
- package/lib/WAUSync/USyncUser.js +0 -4
- package/package.json +5 -6
- package/LICENSE +0 -21
- package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.d.ts +0 -25
- package/lib/WAUSync/Protocols/UsyncBotProfileProtocol.js +0 -53
- package/lib/WAUSync/Protocols/UsyncLIDProtocol.d.ts +0 -8
- package/lib/WAUSync/Protocols/UsyncLIDProtocol.js +0 -24
- /package/lib/Socket/Client/{types.d.ts → abstract-socket-client.d.ts} +0 -0
- /package/lib/Socket/Client/{types.js → abstract-socket-client.js} +0 -0
package/WAProto/index.d.ts
CHANGED
@@ -584,115 +584,6 @@ 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
|
-
|
696
587
|
/** Properties of a AIRichResponseMessage. */
|
697
588
|
interface IAIRichResponseMessage {
|
698
589
|
|
@@ -702,8 +593,8 @@ export namespace proto {
|
|
702
593
|
/** AIRichResponseMessage submessages */
|
703
594
|
submessages?: (proto.AIRichResponseMessage.IAIRichResponseSubMessage[]|null);
|
704
595
|
|
705
|
-
/** AIRichResponseMessage
|
706
|
-
|
596
|
+
/** AIRichResponseMessage abstractData */
|
597
|
+
abstractData?: (proto.AIRichResponseMessage.IAIRichResponseAbstractData|null);
|
707
598
|
}
|
708
599
|
|
709
600
|
/** Represents a AIRichResponseMessage. */
|
@@ -721,8 +612,8 @@ export namespace proto {
|
|
721
612
|
/** AIRichResponseMessage submessages. */
|
722
613
|
public submessages: proto.AIRichResponseMessage.IAIRichResponseSubMessage[];
|
723
614
|
|
724
|
-
/** AIRichResponseMessage
|
725
|
-
public
|
615
|
+
/** AIRichResponseMessage abstractData. */
|
616
|
+
public abstractData?: (proto.AIRichResponseMessage.IAIRichResponseAbstractData|null);
|
726
617
|
|
727
618
|
/**
|
728
619
|
* Creates a new AIRichResponseMessage instance using the specified properties.
|
@@ -804,6 +695,103 @@ export namespace proto {
|
|
804
695
|
|
805
696
|
namespace AIRichResponseMessage {
|
806
697
|
|
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
|
+
|
807
795
|
/** Properties of a AIRichResponseCodeMetadata. */
|
808
796
|
interface IAIRichResponseCodeMetadata {
|
809
797
|
|
@@ -1934,18 +1922,6 @@ export namespace proto {
|
|
1934
1922
|
|
1935
1923
|
/** AIRichResponseLatexExpression fontHeight */
|
1936
1924
|
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);
|
1949
1925
|
}
|
1950
1926
|
|
1951
1927
|
/** Represents a AIRichResponseLatexExpression. */
|
@@ -1972,18 +1948,6 @@ export namespace proto {
|
|
1972
1948
|
/** AIRichResponseLatexExpression fontHeight. */
|
1973
1949
|
public fontHeight?: (number|null);
|
1974
1950
|
|
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
|
-
|
1987
1951
|
/**
|
1988
1952
|
* Creates a new AIRichResponseLatexExpression instance using the specified properties.
|
1989
1953
|
* @param [properties] Properties to set
|
@@ -2687,103 +2651,6 @@ export namespace proto {
|
|
2687
2651
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
2688
2652
|
}
|
2689
2653
|
}
|
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
2654
|
}
|
2788
2655
|
|
2789
2656
|
/** Properties of an Account. */
|
@@ -3621,109 +3488,6 @@ export namespace proto {
|
|
3621
3488
|
}
|
3622
3489
|
}
|
3623
3490
|
|
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
|
-
|
3727
3491
|
/** Properties of a BotAvatarMetadata. */
|
3728
3492
|
interface IBotAvatarMetadata {
|
3729
3493
|
|
@@ -3975,13 +3739,7 @@ export namespace proto {
|
|
3975
3739
|
RICH_RESPONSE_INLINE_REELS = 26,
|
3976
3740
|
AGENTIC_PLANNING = 27,
|
3977
3741
|
ACCOUNT_LINKING = 28,
|
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
|
3742
|
+
STREAMING_DISAGGREGATION = 29
|
3985
3743
|
}
|
3986
3744
|
}
|
3987
3745
|
|
@@ -4207,9 +3965,6 @@ export namespace proto {
|
|
4207
3965
|
|
4208
3966
|
/** BotLinkedAccountsMetadata acAuthTokens */
|
4209
3967
|
acAuthTokens?: (Uint8Array|null);
|
4210
|
-
|
4211
|
-
/** BotLinkedAccountsMetadata acErrorCode */
|
4212
|
-
acErrorCode?: (number|null);
|
4213
3968
|
}
|
4214
3969
|
|
4215
3970
|
/** Represents a BotLinkedAccountsMetadata. */
|
@@ -4227,9 +3982,6 @@ export namespace proto {
|
|
4227
3982
|
/** BotLinkedAccountsMetadata acAuthTokens. */
|
4228
3983
|
public acAuthTokens?: (Uint8Array|null);
|
4229
3984
|
|
4230
|
-
/** BotLinkedAccountsMetadata acErrorCode. */
|
4231
|
-
public acErrorCode?: (number|null);
|
4232
|
-
|
4233
3985
|
/**
|
4234
3986
|
* Creates a new BotLinkedAccountsMetadata instance using the specified properties.
|
4235
3987
|
* @param [properties] Properties to set
|
@@ -4819,21 +4571,6 @@ export namespace proto {
|
|
4819
4571
|
|
4820
4572
|
/** BotMetadata richResponseSourcesMetadata */
|
4821
4573
|
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);
|
4837
4574
|
}
|
4838
4575
|
|
4839
4576
|
/** Represents a BotMetadata. */
|
@@ -4902,21 +4639,6 @@ export namespace proto {
|
|
4902
4639
|
/** BotMetadata richResponseSourcesMetadata. */
|
4903
4640
|
public richResponseSourcesMetadata?: (proto.IBotSourcesMetadata|null);
|
4904
4641
|
|
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
|
-
|
4920
4642
|
/**
|
4921
4643
|
* Creates a new BotMetadata instance using the specified properties.
|
4922
4644
|
* @param [properties] Properties to set
|
@@ -5017,10 +4739,7 @@ export namespace proto {
|
|
5017
4739
|
AI_TAB = 18,
|
5018
4740
|
AI_HOME = 19,
|
5019
4741
|
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
|
4742
|
+
AI_DEEPLINK = 21
|
5024
4743
|
}
|
5025
4744
|
|
5026
4745
|
/** Properties of a BotMetricsMetadata. */
|
@@ -5140,112 +4859,6 @@ export namespace proto {
|
|
5140
4859
|
AI_DEEPLINK_THREAD = 4
|
5141
4860
|
}
|
5142
4861
|
|
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
|
-
|
5249
4862
|
/** Properties of a BotModelMetadata. */
|
5250
4863
|
interface IBotModelMetadata {
|
5251
4864
|
|
@@ -6149,118 +5762,6 @@ export namespace proto {
|
|
6149
5762
|
}
|
6150
5763
|
}
|
6151
5764
|
|
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
|
-
|
6264
5765
|
/** Properties of a BotPromptSuggestion. */
|
6265
5766
|
interface IBotPromptSuggestion {
|
6266
5767
|
|
@@ -6461,224 +5962,6 @@ export namespace proto {
|
|
6461
5962
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
6462
5963
|
}
|
6463
5964
|
|
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
|
-
|
6682
5965
|
/** Properties of a BotReminderMetadata. */
|
6683
5966
|
interface IBotReminderMetadata {
|
6684
5967
|
|
@@ -9062,9 +8345,6 @@ export namespace proto {
|
|
9062
8345
|
|
9063
8346
|
/** ClientPayload lidDbMigrated */
|
9064
8347
|
lidDbMigrated?: (boolean|null);
|
9065
|
-
|
9066
|
-
/** ClientPayload accountType */
|
9067
|
-
accountType?: (proto.ClientPayload.AccountType|null);
|
9068
8348
|
}
|
9069
8349
|
|
9070
8350
|
/** Represents a ClientPayload. */
|
@@ -9163,9 +8443,6 @@ export namespace proto {
|
|
9163
8443
|
/** ClientPayload lidDbMigrated. */
|
9164
8444
|
public lidDbMigrated?: (boolean|null);
|
9165
8445
|
|
9166
|
-
/** ClientPayload accountType. */
|
9167
|
-
public accountType?: (proto.ClientPayload.AccountType|null);
|
9168
|
-
|
9169
8446
|
/**
|
9170
8447
|
* Creates a new ClientPayload instance using the specified properties.
|
9171
8448
|
* @param [properties] Properties to set
|
@@ -9246,12 +8523,6 @@ export namespace proto {
|
|
9246
8523
|
|
9247
8524
|
namespace ClientPayload {
|
9248
8525
|
|
9249
|
-
/** AccountType enum. */
|
9250
|
-
enum AccountType {
|
9251
|
-
DEFAULT = 0,
|
9252
|
-
GUEST = 1
|
9253
|
-
}
|
9254
|
-
|
9255
8526
|
/** ConnectReason enum. */
|
9256
8527
|
enum ConnectReason {
|
9257
8528
|
PUSH = 0,
|
@@ -9658,8 +8929,7 @@ export namespace proto {
|
|
9658
8929
|
WHATSAPP = 0,
|
9659
8930
|
MESSENGER = 1,
|
9660
8931
|
INTEROP = 2,
|
9661
|
-
INTEROP_MSGR = 3
|
9662
|
-
WHATSAPP_LID = 4
|
8932
|
+
INTEROP_MSGR = 3
|
9663
8933
|
}
|
9664
8934
|
|
9665
8935
|
/** TrafficAnonymization enum. */
|
@@ -10868,15 +10138,6 @@ export namespace proto {
|
|
10868
10138
|
|
10869
10139
|
/** ContextInfo rankingVersion */
|
10870
10140
|
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);
|
10880
10141
|
}
|
10881
10142
|
|
10882
10143
|
/** Represents a ContextInfo. */
|
@@ -11020,15 +10281,6 @@ export namespace proto {
|
|
11020
10281
|
/** ContextInfo rankingVersion. */
|
11021
10282
|
public rankingVersion?: (number|null);
|
11022
10283
|
|
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
|
-
|
11032
10284
|
/**
|
11033
10285
|
* Creates a new ContextInfo instance using the specified properties.
|
11034
10286
|
* @param [properties] Properties to set
|
@@ -11633,14 +10885,8 @@ export namespace proto {
|
|
11633
10885
|
/** ExternalAdReplyInfo originalImageUrl */
|
11634
10886
|
originalImageUrl?: (string|null);
|
11635
10887
|
|
11636
|
-
/** ExternalAdReplyInfo automatedGreetingMessageCtaType */
|
11637
|
-
automatedGreetingMessageCtaType?: (string|null);
|
11638
|
-
|
11639
10888
|
/** ExternalAdReplyInfo wtwaAdFormat */
|
11640
10889
|
wtwaAdFormat?: (boolean|null);
|
11641
|
-
|
11642
|
-
/** ExternalAdReplyInfo adType */
|
11643
|
-
adType?: (proto.ContextInfo.ExternalAdReplyInfo.AdType|null);
|
11644
10890
|
}
|
11645
10891
|
|
11646
10892
|
/** Represents an ExternalAdReplyInfo. */
|
@@ -11718,15 +10964,9 @@ export namespace proto {
|
|
11718
10964
|
/** ExternalAdReplyInfo originalImageUrl. */
|
11719
10965
|
public originalImageUrl?: (string|null);
|
11720
10966
|
|
11721
|
-
/** ExternalAdReplyInfo automatedGreetingMessageCtaType. */
|
11722
|
-
public automatedGreetingMessageCtaType?: (string|null);
|
11723
|
-
|
11724
10967
|
/** ExternalAdReplyInfo wtwaAdFormat. */
|
11725
10968
|
public wtwaAdFormat?: (boolean|null);
|
11726
10969
|
|
11727
|
-
/** ExternalAdReplyInfo adType. */
|
11728
|
-
public adType?: (proto.ContextInfo.ExternalAdReplyInfo.AdType|null);
|
11729
|
-
|
11730
10970
|
/**
|
11731
10971
|
* Creates a new ExternalAdReplyInfo instance using the specified properties.
|
11732
10972
|
* @param [properties] Properties to set
|
@@ -11807,12 +11047,6 @@ export namespace proto {
|
|
11807
11047
|
|
11808
11048
|
namespace ExternalAdReplyInfo {
|
11809
11049
|
|
11810
|
-
/** AdType enum. */
|
11811
|
-
enum AdType {
|
11812
|
-
CTWA = 0,
|
11813
|
-
CAWC = 1
|
11814
|
-
}
|
11815
|
-
|
11816
11050
|
/** MediaType enum. */
|
11817
11051
|
enum MediaType {
|
11818
11052
|
NONE = 0,
|
@@ -12182,9 +11416,7 @@ export namespace proto {
|
|
12182
11416
|
SD_VIDEO_PARENT = 1,
|
12183
11417
|
HD_VIDEO_CHILD = 2,
|
12184
11418
|
SD_IMAGE_PARENT = 3,
|
12185
|
-
HD_IMAGE_CHILD = 4
|
12186
|
-
MOTION_PHOTO_PARENT = 5,
|
12187
|
-
MOTION_PHOTO_CHILD = 6
|
11419
|
+
HD_IMAGE_CHILD = 4
|
12188
11420
|
}
|
12189
11421
|
|
12190
11422
|
/** StatusAttributionType enum. */
|
@@ -12194,16 +11426,6 @@ export namespace proto {
|
|
12194
11426
|
RESHARED_FROM_POST = 2
|
12195
11427
|
}
|
12196
11428
|
|
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
|
-
|
12207
11429
|
/** Properties of a UTMInfo. */
|
12208
11430
|
interface IUTMInfo {
|
12209
11431
|
|
@@ -12463,12 +11685,6 @@ export namespace proto {
|
|
12463
11685
|
|
12464
11686
|
/** Conversation limitSharingSettingTimestamp */
|
12465
11687
|
limitSharingSettingTimestamp?: (number|Long|null);
|
12466
|
-
|
12467
|
-
/** Conversation limitSharingTrigger */
|
12468
|
-
limitSharingTrigger?: (proto.LimitSharing.TriggerType|null);
|
12469
|
-
|
12470
|
-
/** Conversation limitSharingInitiatedByMe */
|
12471
|
-
limitSharingInitiatedByMe?: (boolean|null);
|
12472
11688
|
}
|
12473
11689
|
|
12474
11690
|
/** Represents a Conversation. */
|
@@ -12633,12 +11849,6 @@ export namespace proto {
|
|
12633
11849
|
/** Conversation limitSharingSettingTimestamp. */
|
12634
11850
|
public limitSharingSettingTimestamp?: (number|Long|null);
|
12635
11851
|
|
12636
|
-
/** Conversation limitSharingTrigger. */
|
12637
|
-
public limitSharingTrigger?: (proto.LimitSharing.TriggerType|null);
|
12638
|
-
|
12639
|
-
/** Conversation limitSharingInitiatedByMe. */
|
12640
|
-
public limitSharingInitiatedByMe?: (boolean|null);
|
12641
|
-
|
12642
11852
|
/**
|
12643
11853
|
* Creates a new Conversation instance using the specified properties.
|
12644
11854
|
* @param [properties] Properties to set
|
@@ -14958,9 +14168,6 @@ export namespace proto {
|
|
14958
14168
|
|
14959
14169
|
/** GlobalSettings chatLockSettings */
|
14960
14170
|
chatLockSettings?: (proto.IChatLockSettings|null);
|
14961
|
-
|
14962
|
-
/** GlobalSettings chatDbLidMigrationTimestamp */
|
14963
|
-
chatDbLidMigrationTimestamp?: (number|Long|null);
|
14964
14171
|
}
|
14965
14172
|
|
14966
14173
|
/** Represents a GlobalSettings. */
|
@@ -15029,9 +14236,6 @@ export namespace proto {
|
|
15029
14236
|
/** GlobalSettings chatLockSettings. */
|
15030
14237
|
public chatLockSettings?: (proto.IChatLockSettings|null);
|
15031
14238
|
|
15032
|
-
/** GlobalSettings chatDbLidMigrationTimestamp. */
|
15033
|
-
public chatDbLidMigrationTimestamp?: (number|Long|null);
|
15034
|
-
|
15035
14239
|
/**
|
15036
14240
|
* Creates a new GlobalSettings instance using the specified properties.
|
15037
14241
|
* @param [properties] Properties to set
|
@@ -17345,9 +16549,6 @@ export namespace proto {
|
|
17345
16549
|
|
17346
16550
|
/** LIDMigrationMappingSyncPayload pnToLidMappings */
|
17347
16551
|
pnToLidMappings?: (proto.ILIDMigrationMapping[]|null);
|
17348
|
-
|
17349
|
-
/** LIDMigrationMappingSyncPayload chatDbMigrationTimestamp */
|
17350
|
-
chatDbMigrationTimestamp?: (number|Long|null);
|
17351
16552
|
}
|
17352
16553
|
|
17353
16554
|
/** Represents a LIDMigrationMappingSyncPayload. */
|
@@ -17362,9 +16563,6 @@ export namespace proto {
|
|
17362
16563
|
/** LIDMigrationMappingSyncPayload pnToLidMappings. */
|
17363
16564
|
public pnToLidMappings: proto.ILIDMigrationMapping[];
|
17364
16565
|
|
17365
|
-
/** LIDMigrationMappingSyncPayload chatDbMigrationTimestamp. */
|
17366
|
-
public chatDbMigrationTimestamp?: (number|Long|null);
|
17367
|
-
|
17368
16566
|
/**
|
17369
16567
|
* Creates a new LIDMigrationMappingSyncPayload instance using the specified properties.
|
17370
16568
|
* @param [properties] Properties to set
|
@@ -17553,13 +16751,7 @@ export namespace proto {
|
|
17553
16751
|
sharingLimited?: (boolean|null);
|
17554
16752
|
|
17555
16753
|
/** LimitSharing trigger */
|
17556
|
-
trigger?: (proto.LimitSharing.
|
17557
|
-
|
17558
|
-
/** LimitSharing limitSharingSettingTimestamp */
|
17559
|
-
limitSharingSettingTimestamp?: (number|Long|null);
|
17560
|
-
|
17561
|
-
/** LimitSharing initiatedByMe */
|
17562
|
-
initiatedByMe?: (boolean|null);
|
16754
|
+
trigger?: (proto.LimitSharing.Trigger|null);
|
17563
16755
|
}
|
17564
16756
|
|
17565
16757
|
/** Represents a LimitSharing. */
|
@@ -17575,13 +16767,7 @@ export namespace proto {
|
|
17575
16767
|
public sharingLimited?: (boolean|null);
|
17576
16768
|
|
17577
16769
|
/** LimitSharing trigger. */
|
17578
|
-
public trigger?: (proto.LimitSharing.
|
17579
|
-
|
17580
|
-
/** LimitSharing limitSharingSettingTimestamp. */
|
17581
|
-
public limitSharingSettingTimestamp?: (number|Long|null);
|
17582
|
-
|
17583
|
-
/** LimitSharing initiatedByMe. */
|
17584
|
-
public initiatedByMe?: (boolean|null);
|
16770
|
+
public trigger?: (proto.LimitSharing.Trigger|null);
|
17585
16771
|
|
17586
16772
|
/**
|
17587
16773
|
* Creates a new LimitSharing instance using the specified properties.
|
@@ -17663,12 +16849,10 @@ export namespace proto {
|
|
17663
16849
|
|
17664
16850
|
namespace LimitSharing {
|
17665
16851
|
|
17666
|
-
/**
|
17667
|
-
enum
|
17668
|
-
|
17669
|
-
|
17670
|
-
BIZ_SUPPORTS_FB_HOSTING = 2,
|
17671
|
-
UNKNOWN_GROUP = 3
|
16852
|
+
/** Trigger enum. */
|
16853
|
+
enum Trigger {
|
16854
|
+
CHAT_SETTING = 0,
|
16855
|
+
BIZ_SUPPORTS_FB_HOSTING = 1
|
17672
16856
|
}
|
17673
16857
|
}
|
17674
16858
|
|
@@ -18229,109 +17413,6 @@ export namespace proto {
|
|
18229
17413
|
ON = 2
|
18230
17414
|
}
|
18231
17415
|
|
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
|
-
|
18335
17416
|
/** Properties of a Message. */
|
18336
17417
|
interface IMessage {
|
18337
17418
|
|
@@ -18583,15 +17664,6 @@ export namespace proto {
|
|
18583
17664
|
|
18584
17665
|
/** Message limitSharingMessage */
|
18585
17666
|
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);
|
18595
17667
|
}
|
18596
17668
|
|
18597
17669
|
/** Represents a Message. */
|
@@ -18852,15 +17924,6 @@ export namespace proto {
|
|
18852
17924
|
/** Message limitSharingMessage. */
|
18853
17925
|
public limitSharingMessage?: (proto.Message.IFutureProofMessage|null);
|
18854
17926
|
|
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
|
-
|
18864
17927
|
/**
|
18865
17928
|
* Creates a new Message instance using the specified properties.
|
18866
17929
|
* @param [properties] Properties to set
|
@@ -20887,9 +19950,6 @@ export namespace proto {
|
|
20887
19950
|
|
20888
19951
|
/** Call ctwaPayload */
|
20889
19952
|
ctwaPayload?: (Uint8Array|null);
|
20890
|
-
|
20891
|
-
/** Call contextInfo */
|
20892
|
-
contextInfo?: (proto.IContextInfo|null);
|
20893
19953
|
}
|
20894
19954
|
|
20895
19955
|
/** Represents a Call. */
|
@@ -20919,9 +19979,6 @@ export namespace proto {
|
|
20919
19979
|
/** Call ctwaPayload. */
|
20920
19980
|
public ctwaPayload?: (Uint8Array|null);
|
20921
19981
|
|
20922
|
-
/** Call contextInfo. */
|
20923
|
-
public contextInfo?: (proto.IContextInfo|null);
|
20924
|
-
|
20925
19982
|
/**
|
20926
19983
|
* Creates a new Call instance using the specified properties.
|
20927
19984
|
* @param [properties] Properties to set
|
@@ -21460,9 +20517,6 @@ export namespace proto {
|
|
21460
20517
|
|
21461
20518
|
/** CloudAPIThreadControlNotification consumerPhoneNumber */
|
21462
20519
|
consumerPhoneNumber?: (string|null);
|
21463
|
-
|
21464
|
-
/** CloudAPIThreadControlNotification notificationContent */
|
21465
|
-
notificationContent?: (proto.Message.CloudAPIThreadControlNotification.ICloudAPIThreadControlNotificationContent|null);
|
21466
20520
|
}
|
21467
20521
|
|
21468
20522
|
/** Represents a CloudAPIThreadControlNotification. */
|
@@ -21486,9 +20540,6 @@ export namespace proto {
|
|
21486
20540
|
/** CloudAPIThreadControlNotification consumerPhoneNumber. */
|
21487
20541
|
public consumerPhoneNumber?: (string|null);
|
21488
20542
|
|
21489
|
-
/** CloudAPIThreadControlNotification notificationContent. */
|
21490
|
-
public notificationContent?: (proto.Message.CloudAPIThreadControlNotification.ICloudAPIThreadControlNotificationContent|null);
|
21491
|
-
|
21492
20543
|
/**
|
21493
20544
|
* Creates a new CloudAPIThreadControlNotification instance using the specified properties.
|
21494
20545
|
* @param [properties] Properties to set
|
@@ -21575,109 +20626,6 @@ export namespace proto {
|
|
21575
20626
|
CONTROL_PASSED = 1,
|
21576
20627
|
CONTROL_TAKEN = 2
|
21577
20628
|
}
|
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
|
-
}
|
21681
20629
|
}
|
21682
20630
|
|
21683
20631
|
/** Properties of a CommentMessage. */
|
@@ -22780,9 +21728,6 @@ export namespace proto {
|
|
22780
21728
|
|
22781
21729
|
/** EventMessage extraGuestsAllowed */
|
22782
21730
|
extraGuestsAllowed?: (boolean|null);
|
22783
|
-
|
22784
|
-
/** EventMessage isScheduleCall */
|
22785
|
-
isScheduleCall?: (boolean|null);
|
22786
21731
|
}
|
22787
21732
|
|
22788
21733
|
/** Represents an EventMessage. */
|
@@ -22821,9 +21766,6 @@ export namespace proto {
|
|
22821
21766
|
/** EventMessage extraGuestsAllowed. */
|
22822
21767
|
public extraGuestsAllowed?: (boolean|null);
|
22823
21768
|
|
22824
|
-
/** EventMessage isScheduleCall. */
|
22825
|
-
public isScheduleCall?: (boolean|null);
|
22826
|
-
|
22827
21769
|
/**
|
22828
21770
|
* Creates a new EventMessage instance using the specified properties.
|
22829
21771
|
* @param [properties] Properties to set
|
@@ -23104,10 +22046,7 @@ export namespace proto {
|
|
23104
22046
|
faviconMMSMetadata?: (proto.Message.IMMSThumbnailMetadata|null);
|
23105
22047
|
|
23106
22048
|
/** ExtendedTextMessage linkPreviewMetadata */
|
23107
|
-
linkPreviewMetadata?: (proto.Message.ILinkPreviewMetadata|null);
|
23108
|
-
|
23109
|
-
/** ExtendedTextMessage paymentLinkMetadata */
|
23110
|
-
paymentLinkMetadata?: (proto.Message.IPaymentLinkMetadata|null);
|
22049
|
+
linkPreviewMetadata?: (proto.Message.ExtendedTextMessage.ILinkPreviewMetadata|null);
|
23111
22050
|
}
|
23112
22051
|
|
23113
22052
|
/** Represents an ExtendedTextMessage. */
|
@@ -23198,10 +22137,7 @@ export namespace proto {
|
|
23198
22137
|
public faviconMMSMetadata?: (proto.Message.IMMSThumbnailMetadata|null);
|
23199
22138
|
|
23200
22139
|
/** ExtendedTextMessage linkPreviewMetadata. */
|
23201
|
-
public linkPreviewMetadata?: (proto.Message.ILinkPreviewMetadata|null);
|
23202
|
-
|
23203
|
-
/** ExtendedTextMessage paymentLinkMetadata. */
|
23204
|
-
public paymentLinkMetadata?: (proto.Message.IPaymentLinkMetadata|null);
|
22140
|
+
public linkPreviewMetadata?: (proto.Message.ExtendedTextMessage.ILinkPreviewMetadata|null);
|
23205
22141
|
|
23206
22142
|
/**
|
23207
22143
|
* Creates a new ExtendedTextMessage instance using the specified properties.
|
@@ -23303,6 +22239,103 @@ export namespace proto {
|
|
23303
22239
|
DEFAULT_SUB = 3
|
23304
22240
|
}
|
23305
22241
|
|
22242
|
+
/** Properties of a LinkPreviewMetadata. */
|
22243
|
+
interface ILinkPreviewMetadata {
|
22244
|
+
|
22245
|
+
/** LinkPreviewMetadata paymentLinkMetadata */
|
22246
|
+
paymentLinkMetadata?: (proto.Message.IPaymentLinkMetadata|null);
|
22247
|
+
}
|
22248
|
+
|
22249
|
+
/** Represents a LinkPreviewMetadata. */
|
22250
|
+
class LinkPreviewMetadata implements ILinkPreviewMetadata {
|
22251
|
+
|
22252
|
+
/**
|
22253
|
+
* Constructs a new LinkPreviewMetadata.
|
22254
|
+
* @param [properties] Properties to set
|
22255
|
+
*/
|
22256
|
+
constructor(properties?: proto.Message.ExtendedTextMessage.ILinkPreviewMetadata);
|
22257
|
+
|
22258
|
+
/** LinkPreviewMetadata paymentLinkMetadata. */
|
22259
|
+
public paymentLinkMetadata?: (proto.Message.IPaymentLinkMetadata|null);
|
22260
|
+
|
22261
|
+
/**
|
22262
|
+
* Creates a new LinkPreviewMetadata instance using the specified properties.
|
22263
|
+
* @param [properties] Properties to set
|
22264
|
+
* @returns LinkPreviewMetadata instance
|
22265
|
+
*/
|
22266
|
+
public static create(properties?: proto.Message.ExtendedTextMessage.ILinkPreviewMetadata): proto.Message.ExtendedTextMessage.LinkPreviewMetadata;
|
22267
|
+
|
22268
|
+
/**
|
22269
|
+
* Encodes the specified LinkPreviewMetadata message. Does not implicitly {@link proto.Message.ExtendedTextMessage.LinkPreviewMetadata.verify|verify} messages.
|
22270
|
+
* @param message LinkPreviewMetadata message or plain object to encode
|
22271
|
+
* @param [writer] Writer to encode to
|
22272
|
+
* @returns Writer
|
22273
|
+
*/
|
22274
|
+
public static encode(message: proto.Message.ExtendedTextMessage.ILinkPreviewMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
22275
|
+
|
22276
|
+
/**
|
22277
|
+
* Encodes the specified LinkPreviewMetadata message, length delimited. Does not implicitly {@link proto.Message.ExtendedTextMessage.LinkPreviewMetadata.verify|verify} messages.
|
22278
|
+
* @param message LinkPreviewMetadata message or plain object to encode
|
22279
|
+
* @param [writer] Writer to encode to
|
22280
|
+
* @returns Writer
|
22281
|
+
*/
|
22282
|
+
public static encodeDelimited(message: proto.Message.ExtendedTextMessage.ILinkPreviewMetadata, writer?: $protobuf.Writer): $protobuf.Writer;
|
22283
|
+
|
22284
|
+
/**
|
22285
|
+
* Decodes a LinkPreviewMetadata message from the specified reader or buffer.
|
22286
|
+
* @param reader Reader or buffer to decode from
|
22287
|
+
* @param [length] Message length if known beforehand
|
22288
|
+
* @returns LinkPreviewMetadata
|
22289
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
22290
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
22291
|
+
*/
|
22292
|
+
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): proto.Message.ExtendedTextMessage.LinkPreviewMetadata;
|
22293
|
+
|
22294
|
+
/**
|
22295
|
+
* Decodes a LinkPreviewMetadata message from the specified reader or buffer, length delimited.
|
22296
|
+
* @param reader Reader or buffer to decode from
|
22297
|
+
* @returns LinkPreviewMetadata
|
22298
|
+
* @throws {Error} If the payload is not a reader or valid buffer
|
22299
|
+
* @throws {$protobuf.util.ProtocolError} If required fields are missing
|
22300
|
+
*/
|
22301
|
+
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): proto.Message.ExtendedTextMessage.LinkPreviewMetadata;
|
22302
|
+
|
22303
|
+
/**
|
22304
|
+
* Verifies a LinkPreviewMetadata message.
|
22305
|
+
* @param message Plain object to verify
|
22306
|
+
* @returns `null` if valid, otherwise the reason why it is not
|
22307
|
+
*/
|
22308
|
+
public static verify(message: { [k: string]: any }): (string|null);
|
22309
|
+
|
22310
|
+
/**
|
22311
|
+
* Creates a LinkPreviewMetadata message from a plain object. Also converts values to their respective internal types.
|
22312
|
+
* @param object Plain object
|
22313
|
+
* @returns LinkPreviewMetadata
|
22314
|
+
*/
|
22315
|
+
public static fromObject(object: { [k: string]: any }): proto.Message.ExtendedTextMessage.LinkPreviewMetadata;
|
22316
|
+
|
22317
|
+
/**
|
22318
|
+
* Creates a plain object from a LinkPreviewMetadata message. Also converts values to other types if specified.
|
22319
|
+
* @param message LinkPreviewMetadata
|
22320
|
+
* @param [options] Conversion options
|
22321
|
+
* @returns Plain object
|
22322
|
+
*/
|
22323
|
+
public static toObject(message: proto.Message.ExtendedTextMessage.LinkPreviewMetadata, options?: $protobuf.IConversionOptions): { [k: string]: any };
|
22324
|
+
|
22325
|
+
/**
|
22326
|
+
* Converts this LinkPreviewMetadata to JSON.
|
22327
|
+
* @returns JSON object
|
22328
|
+
*/
|
22329
|
+
public toJSON(): { [k: string]: any };
|
22330
|
+
|
22331
|
+
/**
|
22332
|
+
* Gets the default type url for LinkPreviewMetadata
|
22333
|
+
* @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
|
22334
|
+
* @returns The default type url
|
22335
|
+
*/
|
22336
|
+
public static getTypeUrl(typeUrlPrefix?: string): string;
|
22337
|
+
}
|
22338
|
+
|
23306
22339
|
/** PreviewType enum. */
|
23307
22340
|
enum PreviewType {
|
23308
22341
|
NONE = 0,
|
@@ -26589,115 +25622,6 @@ export namespace proto {
|
|
26589
25622
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
26590
25623
|
}
|
26591
25624
|
|
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
|
-
|
26701
25625
|
/** Properties of a ListMessage. */
|
26702
25626
|
interface IListMessage {
|
26703
25627
|
|
@@ -28169,8 +27093,8 @@ export namespace proto {
|
|
28169
27093
|
/** MessageHistoryBundle contextInfo */
|
28170
27094
|
contextInfo?: (proto.IContextInfo|null);
|
28171
27095
|
|
28172
|
-
/** MessageHistoryBundle
|
28173
|
-
|
27096
|
+
/** MessageHistoryBundle participants */
|
27097
|
+
participants?: (string[]|null);
|
28174
27098
|
}
|
28175
27099
|
|
28176
27100
|
/** Represents a MessageHistoryBundle. */
|
@@ -28203,8 +27127,8 @@ export namespace proto {
|
|
28203
27127
|
/** MessageHistoryBundle contextInfo. */
|
28204
27128
|
public contextInfo?: (proto.IContextInfo|null);
|
28205
27129
|
|
28206
|
-
/** MessageHistoryBundle
|
28207
|
-
public
|
27130
|
+
/** MessageHistoryBundle participants. */
|
27131
|
+
public participants: string[];
|
28208
27132
|
|
28209
27133
|
/**
|
28210
27134
|
* Creates a new MessageHistoryBundle instance using the specified properties.
|
@@ -28284,218 +27208,6 @@ export namespace proto {
|
|
28284
27208
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
28285
27209
|
}
|
28286
27210
|
|
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
|
-
|
28499
27211
|
/** Properties of a NewsletterAdminInviteMessage. */
|
28500
27212
|
interface INewsletterAdminInviteMessage {
|
28501
27213
|
|
@@ -28667,9 +27379,6 @@ export namespace proto {
|
|
28667
27379
|
|
28668
27380
|
/** OrderMessage orderRequestMessageId */
|
28669
27381
|
orderRequestMessageId?: (proto.IMessageKey|null);
|
28670
|
-
|
28671
|
-
/** OrderMessage catalogType */
|
28672
|
-
catalogType?: (string|null);
|
28673
27382
|
}
|
28674
27383
|
|
28675
27384
|
/** Represents an OrderMessage. */
|
@@ -28723,9 +27432,6 @@ export namespace proto {
|
|
28723
27432
|
/** OrderMessage orderRequestMessageId. */
|
28724
27433
|
public orderRequestMessageId?: (proto.IMessageKey|null);
|
28725
27434
|
|
28726
|
-
/** OrderMessage catalogType. */
|
28727
|
-
public catalogType?: (string|null);
|
28728
|
-
|
28729
27435
|
/**
|
28730
27436
|
* Creates a new OrderMessage instance using the specified properties.
|
28731
27437
|
* @param [properties] Properties to set
|
@@ -29262,9 +27968,6 @@ export namespace proto {
|
|
29262
27968
|
|
29263
27969
|
/** PeerDataOperationRequestMessage fullHistorySyncOnDemandRequest */
|
29264
27970
|
fullHistorySyncOnDemandRequest?: (proto.Message.PeerDataOperationRequestMessage.IFullHistorySyncOnDemandRequest|null);
|
29265
|
-
|
29266
|
-
/** PeerDataOperationRequestMessage syncdCollectionFatalRecoveryRequest */
|
29267
|
-
syncdCollectionFatalRecoveryRequest?: (proto.Message.PeerDataOperationRequestMessage.ISyncDCollectionFatalRecoveryRequest|null);
|
29268
27971
|
}
|
29269
27972
|
|
29270
27973
|
/** Represents a PeerDataOperationRequestMessage. */
|
@@ -29294,9 +27997,6 @@ export namespace proto {
|
|
29294
27997
|
/** PeerDataOperationRequestMessage fullHistorySyncOnDemandRequest. */
|
29295
27998
|
public fullHistorySyncOnDemandRequest?: (proto.Message.PeerDataOperationRequestMessage.IFullHistorySyncOnDemandRequest|null);
|
29296
27999
|
|
29297
|
-
/** PeerDataOperationRequestMessage syncdCollectionFatalRecoveryRequest. */
|
29298
|
-
public syncdCollectionFatalRecoveryRequest?: (proto.Message.PeerDataOperationRequestMessage.ISyncDCollectionFatalRecoveryRequest|null);
|
29299
|
-
|
29300
28000
|
/**
|
29301
28001
|
* Creates a new PeerDataOperationRequestMessage instance using the specified properties.
|
29302
28002
|
* @param [properties] Properties to set
|
@@ -29903,109 +28603,6 @@ export namespace proto {
|
|
29903
28603
|
*/
|
29904
28604
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
29905
28605
|
}
|
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
|
-
}
|
30009
28606
|
}
|
30010
28607
|
|
30011
28608
|
/** Properties of a PeerDataOperationRequestResponseMessage. */
|
@@ -30142,9 +28739,6 @@ export namespace proto {
|
|
30142
28739
|
|
30143
28740
|
/** PeerDataOperationResult companionMetaNonceFetchRequestResponse */
|
30144
28741
|
companionMetaNonceFetchRequestResponse?: (proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ICompanionMetaNonceFetchResponse|null);
|
30145
|
-
|
30146
|
-
/** PeerDataOperationResult syncdSnapshotFatalRecoveryResponse */
|
30147
|
-
syncdSnapshotFatalRecoveryResponse?: (proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ISyncDSnapshotFatalRecoveryResponse|null);
|
30148
28742
|
}
|
30149
28743
|
|
30150
28744
|
/** Represents a PeerDataOperationResult. */
|
@@ -30177,9 +28771,6 @@ export namespace proto {
|
|
30177
28771
|
/** PeerDataOperationResult companionMetaNonceFetchRequestResponse. */
|
30178
28772
|
public companionMetaNonceFetchRequestResponse?: (proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ICompanionMetaNonceFetchResponse|null);
|
30179
28773
|
|
30180
|
-
/** PeerDataOperationResult syncdSnapshotFatalRecoveryResponse. */
|
30181
|
-
public syncdSnapshotFatalRecoveryResponse?: (proto.Message.PeerDataOperationRequestResponseMessage.PeerDataOperationResult.ISyncDSnapshotFatalRecoveryResponse|null);
|
30182
|
-
|
30183
28774
|
/**
|
30184
28775
|
* Creates a new PeerDataOperationResult instance using the specified properties.
|
30185
28776
|
* @param [properties] Properties to set
|
@@ -30837,109 +29428,6 @@ export namespace proto {
|
|
30837
29428
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
30838
29429
|
}
|
30839
29430
|
|
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
|
-
|
30943
29431
|
/** Properties of a WaffleNonceFetchResponse. */
|
30944
29432
|
interface IWaffleNonceFetchResponse {
|
30945
29433
|
|
@@ -31054,8 +29542,7 @@ export namespace proto {
|
|
31054
29542
|
PLACEHOLDER_MESSAGE_RESEND = 4,
|
31055
29543
|
WAFFLE_LINKING_NONCE_FETCH = 5,
|
31056
29544
|
FULL_HISTORY_SYNC_ON_DEMAND = 6,
|
31057
|
-
COMPANION_META_NONCE_FETCH = 7
|
31058
|
-
COMPANION_SYNCD_SNAPSHOT_FATAL_RECOVERY = 8
|
29545
|
+
COMPANION_META_NONCE_FETCH = 7
|
31059
29546
|
}
|
31060
29547
|
|
31061
29548
|
/** Properties of a PinInChatMessage. */
|
@@ -32628,15 +31115,6 @@ export namespace proto {
|
|
32628
31115
|
|
32629
31116
|
/** ProtocolMessage limitSharing */
|
32630
31117
|
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);
|
32640
31118
|
}
|
32641
31119
|
|
32642
31120
|
/** Represents a ProtocolMessage. */
|
@@ -32711,15 +31189,6 @@ export namespace proto {
|
|
32711
31189
|
/** ProtocolMessage limitSharing. */
|
32712
31190
|
public limitSharing?: (proto.ILimitSharing|null);
|
32713
31191
|
|
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
|
-
|
32723
31192
|
/**
|
32724
31193
|
* Creates a new ProtocolMessage instance using the specified properties.
|
32725
31194
|
* @param [properties] Properties to set
|
@@ -32824,10 +31293,7 @@ export namespace proto {
|
|
32824
31293
|
BOT_MEMU_ONBOARDING_MESSAGE = 24,
|
32825
31294
|
STATUS_MENTION_MESSAGE = 25,
|
32826
31295
|
STOP_GENERATION_MESSAGE = 26,
|
32827
|
-
LIMIT_SHARING = 27
|
32828
|
-
AI_PSI_METADATA = 28,
|
32829
|
-
AI_QUERY_FANOUT = 29,
|
32830
|
-
GROUP_MEMBER_LABEL_CHANGE = 30
|
31296
|
+
LIMIT_SHARING = 27
|
32831
31297
|
}
|
32832
31298
|
}
|
32833
31299
|
|
@@ -33633,8 +32099,7 @@ export namespace proto {
|
|
33633
32099
|
/** SecretEncType enum. */
|
33634
32100
|
enum SecretEncType {
|
33635
32101
|
UNKNOWN = 0,
|
33636
|
-
EVENT_EDIT = 1
|
33637
|
-
MESSAGE_EDIT = 2
|
32102
|
+
EVENT_EDIT = 1
|
33638
32103
|
}
|
33639
32104
|
}
|
33640
32105
|
|
@@ -35199,103 +33664,6 @@ export namespace proto {
|
|
35199
33664
|
}
|
35200
33665
|
}
|
35201
33666
|
|
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
|
-
|
35299
33667
|
/** Properties of a VideoMessage. */
|
35300
33668
|
interface IVideoMessage {
|
35301
33669
|
|
@@ -35983,12 +34351,6 @@ export namespace proto {
|
|
35983
34351
|
|
35984
34352
|
/** MessageContextInfo supportPayload */
|
35985
34353
|
supportPayload?: (string|null);
|
35986
|
-
|
35987
|
-
/** MessageContextInfo limitSharing */
|
35988
|
-
limitSharing?: (proto.ILimitSharing|null);
|
35989
|
-
|
35990
|
-
/** MessageContextInfo limitSharingV2 */
|
35991
|
-
limitSharingV2?: (proto.ILimitSharing|null);
|
35992
34354
|
}
|
35993
34355
|
|
35994
34356
|
/** Represents a MessageContextInfo. */
|
@@ -36036,12 +34398,6 @@ export namespace proto {
|
|
36036
34398
|
/** MessageContextInfo supportPayload. */
|
36037
34399
|
public supportPayload?: (string|null);
|
36038
34400
|
|
36039
|
-
/** MessageContextInfo limitSharing. */
|
36040
|
-
public limitSharing?: (proto.ILimitSharing|null);
|
36041
|
-
|
36042
|
-
/** MessageContextInfo limitSharingV2. */
|
36043
|
-
public limitSharingV2?: (proto.ILimitSharing|null);
|
36044
|
-
|
36045
34401
|
/**
|
36046
34402
|
* Creates a new MessageContextInfo instance using the specified properties.
|
36047
34403
|
* @param [properties] Properties to set
|
@@ -36578,9 +34934,6 @@ export namespace proto {
|
|
36578
34934
|
|
36579
34935
|
/** MsgOpaqueData eventEndTime */
|
36580
34936
|
eventEndTime?: (number|Long|null);
|
36581
|
-
|
36582
|
-
/** MsgOpaqueData plainProtobufBytes */
|
36583
|
-
plainProtobufBytes?: (Uint8Array|null);
|
36584
34937
|
}
|
36585
34938
|
|
36586
34939
|
/** Represents a MsgOpaqueData. */
|
@@ -36706,9 +35059,6 @@ export namespace proto {
|
|
36706
35059
|
/** MsgOpaqueData eventEndTime. */
|
36707
35060
|
public eventEndTime?: (number|Long|null);
|
36708
35061
|
|
36709
|
-
/** MsgOpaqueData plainProtobufBytes. */
|
36710
|
-
public plainProtobufBytes?: (Uint8Array|null);
|
36711
|
-
|
36712
35062
|
/**
|
36713
35063
|
* Creates a new MsgOpaqueData instance using the specified properties.
|
36714
35064
|
* @param [properties] Properties to set
|
@@ -43403,15 +41753,6 @@ export namespace proto {
|
|
43403
41753
|
|
43404
41754
|
/** SyncActionValue notificationActivitySettingAction */
|
43405
41755
|
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);
|
43415
41756
|
}
|
43416
41757
|
|
43417
41758
|
/** Represents a SyncActionValue. */
|
@@ -43585,15 +41926,6 @@ export namespace proto {
|
|
43585
41926
|
/** SyncActionValue notificationActivitySettingAction. */
|
43586
41927
|
public notificationActivitySettingAction?: (proto.SyncActionValue.INotificationActivitySettingAction|null);
|
43587
41928
|
|
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
|
-
|
43597
41929
|
/**
|
43598
41930
|
* Creates a new SyncActionValue instance using the specified properties.
|
43599
41931
|
* @param [properties] Properties to set
|
@@ -44482,12 +42814,6 @@ export namespace proto {
|
|
44482
42814
|
|
44483
42815
|
/** ContactAction saveOnPrimaryAddressbook */
|
44484
42816
|
saveOnPrimaryAddressbook?: (boolean|null);
|
44485
|
-
|
44486
|
-
/** ContactAction pnJid */
|
44487
|
-
pnJid?: (string|null);
|
44488
|
-
|
44489
|
-
/** ContactAction username */
|
44490
|
-
username?: (string|null);
|
44491
42817
|
}
|
44492
42818
|
|
44493
42819
|
/** Represents a ContactAction. */
|
@@ -44511,12 +42837,6 @@ export namespace proto {
|
|
44511
42837
|
/** ContactAction saveOnPrimaryAddressbook. */
|
44512
42838
|
public saveOnPrimaryAddressbook?: (boolean|null);
|
44513
42839
|
|
44514
|
-
/** ContactAction pnJid. */
|
44515
|
-
public pnJid?: (string|null);
|
44516
|
-
|
44517
|
-
/** ContactAction username. */
|
44518
|
-
public username?: (string|null);
|
44519
|
-
|
44520
42840
|
/**
|
44521
42841
|
* Creates a new ContactAction instance using the specified properties.
|
44522
42842
|
* @param [properties] Properties to set
|
@@ -44595,103 +42915,6 @@ export namespace proto {
|
|
44595
42915
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
44596
42916
|
}
|
44597
42917
|
|
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
|
-
|
44695
42918
|
/** Properties of a CustomPaymentMethod. */
|
44696
42919
|
interface ICustomPaymentMethod {
|
44697
42920
|
|
@@ -45821,9 +44044,6 @@ export namespace proto {
|
|
45821
44044
|
|
45822
44045
|
/** LabelEditAction type */
|
45823
44046
|
type?: (proto.SyncActionValue.LabelEditAction.ListType|null);
|
45824
|
-
|
45825
|
-
/** LabelEditAction isImmutable */
|
45826
|
-
isImmutable?: (boolean|null);
|
45827
44047
|
}
|
45828
44048
|
|
45829
44049
|
/** Represents a LabelEditAction. */
|
@@ -45856,9 +44076,6 @@ export namespace proto {
|
|
45856
44076
|
/** LabelEditAction type. */
|
45857
44077
|
public type?: (proto.SyncActionValue.LabelEditAction.ListType|null);
|
45858
44078
|
|
45859
|
-
/** LabelEditAction isImmutable. */
|
45860
|
-
public isImmutable?: (boolean|null);
|
45861
|
-
|
45862
44079
|
/**
|
45863
44080
|
* Creates a new LabelEditAction instance using the specified properties.
|
45864
44081
|
* @param [properties] Properties to set
|
@@ -45946,9 +44163,7 @@ export namespace proto {
|
|
45946
44163
|
GROUPS = 2,
|
45947
44164
|
FAVORITES = 3,
|
45948
44165
|
PREDEFINED = 4,
|
45949
|
-
CUSTOM = 5
|
45950
|
-
COMMUNITY = 6,
|
45951
|
-
SERVER_ASSIGNED = 7
|
44166
|
+
CUSTOM = 5
|
45952
44167
|
}
|
45953
44168
|
}
|
45954
44169
|
|
@@ -46049,121 +44264,6 @@ export namespace proto {
|
|
46049
44264
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
46050
44265
|
}
|
46051
44266
|
|
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
|
-
|
46167
44267
|
/** Properties of a LocaleSetting. */
|
46168
44268
|
interface ILocaleSetting {
|
46169
44269
|
|
@@ -47364,117 +45464,6 @@ export namespace proto {
|
|
47364
45464
|
public static getTypeUrl(typeUrlPrefix?: string): string;
|
47365
45465
|
}
|
47366
45466
|
|
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
|
-
|
47478
45467
|
/** Properties of a PinAction. */
|
47479
45468
|
interface IPinAction {
|
47480
45469
|
|
@@ -53349,10 +51338,7 @@ export namespace proto {
|
|
53349
51338
|
SUPPORT_SYSTEM_MESSAGE = 212,
|
53350
51339
|
CHANGE_LID = 213,
|
53351
51340
|
BIZ_CUSTOMER_3PD_DATA_SHARING_OPT_IN_MESSAGE = 214,
|
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
|
51341
|
+
BIZ_CUSTOMER_3PD_DATA_SHARING_OPT_OUT_MESSAGE = 215
|
53356
51342
|
}
|
53357
51343
|
}
|
53358
51344
|
|