@juzi/wechaty-grpc 1.0.5 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/dist/cjs/out/wechaty/puppet/base_pb.d.ts +36 -0
  2. package/dist/cjs/out/wechaty/puppet/base_pb.js +275 -0
  3. package/dist/cjs/out/wechaty/puppet/contact_pb.d.ts +4 -0
  4. package/dist/cjs/out/wechaty/puppet/contact_pb.js +31 -1
  5. package/dist/cjs/out/wechaty/puppet/corp-tag_grpc_pb.js +1 -0
  6. package/dist/cjs/out/wechaty/puppet/corp-tag_pb.d.ts +431 -0
  7. package/dist/cjs/out/wechaty/puppet/corp-tag_pb.js +3315 -0
  8. package/dist/cjs/out/wechaty/puppet/corp-tag_pb_service.d.ts +3 -0
  9. package/dist/cjs/out/wechaty/puppet/corp-tag_pb_service.js +3 -0
  10. package/dist/cjs/out/wechaty/puppet/room-member_pb.d.ts +4 -0
  11. package/dist/cjs/out/wechaty/puppet/room-member_pb.js +31 -1
  12. package/dist/cjs/out/wechaty/puppet/room_pb.d.ts +4 -0
  13. package/dist/cjs/out/wechaty/puppet/room_pb.js +31 -1
  14. package/dist/cjs/out/wechaty/puppet.openapi.yaml +282 -1
  15. package/dist/cjs/out/wechaty/puppet.swagger.json +423 -1
  16. package/dist/cjs/out/wechaty/puppet_grpc_pb.d.ts +171 -0
  17. package/dist/cjs/out/wechaty/puppet_grpc_pb.js +336 -0
  18. package/dist/cjs/out/wechaty/puppet_pb.d.ts +1 -0
  19. package/dist/cjs/out/wechaty/puppet_pb.js +2 -0
  20. package/dist/cjs/out/wechaty/puppet_pb_service.d.ts +191 -0
  21. package/dist/cjs/out/wechaty/puppet_pb_service.js +401 -0
  22. package/dist/cjs/proto/wechaty/puppet/base.proto +7 -0
  23. package/dist/cjs/proto/wechaty/puppet/contact.proto +19 -18
  24. package/dist/cjs/proto/wechaty/puppet/corp-tag.proto +90 -0
  25. package/dist/cjs/proto/wechaty/puppet/room-member.proto +6 -5
  26. package/dist/cjs/proto/wechaty/puppet/room.proto +6 -5
  27. package/dist/cjs/proto/wechaty/puppet.proto +65 -0
  28. package/dist/cjs/src/package-json.js +1 -1
  29. package/dist/cjs/tests/puppet-server-impl.d.ts.map +1 -1
  30. package/dist/cjs/tests/puppet-server-impl.js +50 -0
  31. package/dist/cjs/tests/puppet-server-impl.js.map +1 -1
  32. package/dist/esm/out/wechaty/puppet/base_pb.d.ts +36 -0
  33. package/dist/esm/out/wechaty/puppet/base_pb.js +275 -0
  34. package/dist/esm/out/wechaty/puppet/contact_pb.d.ts +4 -0
  35. package/dist/esm/out/wechaty/puppet/contact_pb.js +31 -1
  36. package/dist/esm/out/wechaty/puppet/corp-tag_grpc_pb.js +1 -0
  37. package/dist/esm/out/wechaty/puppet/corp-tag_pb.d.ts +431 -0
  38. package/dist/esm/out/wechaty/puppet/corp-tag_pb.js +3315 -0
  39. package/dist/esm/out/wechaty/puppet/corp-tag_pb_service.d.ts +3 -0
  40. package/dist/esm/out/wechaty/puppet/corp-tag_pb_service.js +3 -0
  41. package/dist/esm/out/wechaty/puppet/room-member_pb.d.ts +4 -0
  42. package/dist/esm/out/wechaty/puppet/room-member_pb.js +31 -1
  43. package/dist/esm/out/wechaty/puppet/room_pb.d.ts +4 -0
  44. package/dist/esm/out/wechaty/puppet/room_pb.js +31 -1
  45. package/dist/esm/out/wechaty/puppet.openapi.yaml +282 -1
  46. package/dist/esm/out/wechaty/puppet.swagger.json +423 -1
  47. package/dist/esm/out/wechaty/puppet_grpc_pb.d.ts +171 -0
  48. package/dist/esm/out/wechaty/puppet_grpc_pb.js +336 -0
  49. package/dist/esm/out/wechaty/puppet_pb.d.ts +1 -0
  50. package/dist/esm/out/wechaty/puppet_pb.js +2 -0
  51. package/dist/esm/out/wechaty/puppet_pb_service.d.ts +191 -0
  52. package/dist/esm/out/wechaty/puppet_pb_service.js +401 -0
  53. package/dist/esm/proto/wechaty/puppet/base.proto +7 -0
  54. package/dist/esm/proto/wechaty/puppet/contact.proto +19 -18
  55. package/dist/esm/proto/wechaty/puppet/corp-tag.proto +90 -0
  56. package/dist/esm/proto/wechaty/puppet/room-member.proto +6 -5
  57. package/dist/esm/proto/wechaty/puppet/room.proto +6 -5
  58. package/dist/esm/proto/wechaty/puppet.proto +65 -0
  59. package/dist/esm/src/package-json.js +1 -1
  60. package/dist/esm/tests/puppet-server-impl.d.ts.map +1 -1
  61. package/dist/esm/tests/puppet-server-impl.js +50 -0
  62. package/dist/esm/tests/puppet-server-impl.js.map +1 -1
  63. package/out/wechaty/puppet/base_pb.d.ts +36 -0
  64. package/out/wechaty/puppet/base_pb.js +275 -0
  65. package/out/wechaty/puppet/contact_pb.d.ts +4 -0
  66. package/out/wechaty/puppet/contact_pb.js +31 -1
  67. package/out/wechaty/puppet/corp-tag_grpc_pb.js +1 -0
  68. package/out/wechaty/puppet/corp-tag_pb.d.ts +431 -0
  69. package/out/wechaty/puppet/corp-tag_pb.js +3315 -0
  70. package/out/wechaty/puppet/corp-tag_pb_service.d.ts +3 -0
  71. package/out/wechaty/puppet/corp-tag_pb_service.js +3 -0
  72. package/out/wechaty/puppet/room-member_pb.d.ts +4 -0
  73. package/out/wechaty/puppet/room-member_pb.js +31 -1
  74. package/out/wechaty/puppet/room_pb.d.ts +4 -0
  75. package/out/wechaty/puppet/room_pb.js +31 -1
  76. package/out/wechaty/puppet.openapi.yaml +282 -1
  77. package/out/wechaty/puppet.swagger.json +423 -1
  78. package/out/wechaty/puppet_grpc_pb.d.ts +171 -0
  79. package/out/wechaty/puppet_grpc_pb.js +336 -0
  80. package/out/wechaty/puppet_pb.d.ts +1 -0
  81. package/out/wechaty/puppet_pb.js +2 -0
  82. package/out/wechaty/puppet_pb_service.d.ts +191 -0
  83. package/out/wechaty/puppet_pb_service.js +401 -0
  84. package/package.json +1 -1
  85. package/src/package-json.ts +1 -1
@@ -19,6 +19,7 @@ import * as wechaty_puppet_room_member_pb from "../wechaty/puppet/room-member_pb
19
19
  import * as wechaty_puppet_room_pb from "../wechaty/puppet/room_pb";
20
20
  import * as wechaty_puppet_tag_pb from "../wechaty/puppet/tag_pb";
21
21
  import * as wechaty_puppet_channel_pb from "../wechaty/puppet/channel_pb";
22
+ import * as wechaty_puppet_corp_tag_pb from "../wechaty/puppet/corp-tag_pb";
22
23
 
23
24
  interface IPuppetService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
24
25
  messageFileStream: IPuppetService_IMessageFileStream;
@@ -28,6 +29,7 @@ interface IPuppetService extends grpc.ServiceDefinition<grpc.UntypedServiceImple
28
29
  stop: IPuppetService_IStop;
29
30
  logout: IPuppetService_ILogout;
30
31
  ding: IPuppetService_IDing;
32
+ currentUser: IPuppetService_ICurrentUser;
31
33
  version: IPuppetService_IVersion;
32
34
  event: IPuppetService_IEvent;
33
35
  dirtyPayload: IPuppetService_IDirtyPayload;
@@ -83,6 +85,15 @@ interface IPuppetService extends grpc.ServiceDefinition<grpc.UntypedServiceImple
83
85
  tagContactRemove: IPuppetService_ITagContactRemove;
84
86
  tagContactDelete: IPuppetService_ITagContactDelete;
85
87
  tagContactList: IPuppetService_ITagContactList;
88
+ corpTagContactTagAdd: IPuppetService_ICorpTagContactTagAdd;
89
+ corpTagContactTagRemove: IPuppetService_ICorpTagContactTagRemove;
90
+ corpTagGroupAdd: IPuppetService_ICorpTagGroupAdd;
91
+ corpTagGroupDelete: IPuppetService_ICorpTagGroupDelete;
92
+ corpTagTagAdd: IPuppetService_ICorpTagTagAdd;
93
+ corpTagTagDelete: IPuppetService_ICorpTagTagDelete;
94
+ corpTagGroupList: IPuppetService_ICorpTagGroupList;
95
+ corpTagTagList: IPuppetService_ICorpTagTagList;
96
+ corpTagContactTagList: IPuppetService_ICorpTagContactTagList;
86
97
  download: IPuppetService_IDownload;
87
98
  upload: IPuppetService_IUpload;
88
99
  }
@@ -150,6 +161,15 @@ interface IPuppetService_IDing extends grpc.MethodDefinition<wechaty_puppet_base
150
161
  responseSerialize: grpc.serialize<wechaty_puppet_base_pb.DingResponse>;
151
162
  responseDeserialize: grpc.deserialize<wechaty_puppet_base_pb.DingResponse>;
152
163
  }
164
+ interface IPuppetService_ICurrentUser extends grpc.MethodDefinition<wechaty_puppet_base_pb.CurrentUserRequest, wechaty_puppet_base_pb.CurrentUserResponse> {
165
+ path: "/wechaty.Puppet/CurrentUser";
166
+ requestStream: false;
167
+ responseStream: false;
168
+ requestSerialize: grpc.serialize<wechaty_puppet_base_pb.CurrentUserRequest>;
169
+ requestDeserialize: grpc.deserialize<wechaty_puppet_base_pb.CurrentUserRequest>;
170
+ responseSerialize: grpc.serialize<wechaty_puppet_base_pb.CurrentUserResponse>;
171
+ responseDeserialize: grpc.deserialize<wechaty_puppet_base_pb.CurrentUserResponse>;
172
+ }
153
173
  interface IPuppetService_IVersion extends grpc.MethodDefinition<wechaty_puppet_base_pb.VersionRequest, wechaty_puppet_base_pb.VersionResponse> {
154
174
  path: "/wechaty.Puppet/Version";
155
175
  requestStream: false;
@@ -645,6 +665,87 @@ interface IPuppetService_ITagContactList extends grpc.MethodDefinition<wechaty_p
645
665
  responseSerialize: grpc.serialize<wechaty_puppet_tag_pb.TagContactListResponse>;
646
666
  responseDeserialize: grpc.deserialize<wechaty_puppet_tag_pb.TagContactListResponse>;
647
667
  }
668
+ interface IPuppetService_ICorpTagContactTagAdd extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse> {
669
+ path: "/wechaty.Puppet/CorpTagContactTagAdd";
670
+ requestStream: false;
671
+ responseStream: false;
672
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest>;
673
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest>;
674
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse>;
675
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse>;
676
+ }
677
+ interface IPuppetService_ICorpTagContactTagRemove extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse> {
678
+ path: "/wechaty.Puppet/CorpTagContactTagRemove";
679
+ requestStream: false;
680
+ responseStream: false;
681
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest>;
682
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest>;
683
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse>;
684
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse>;
685
+ }
686
+ interface IPuppetService_ICorpTagGroupAdd extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse> {
687
+ path: "/wechaty.Puppet/CorpTagGroupAdd";
688
+ requestStream: false;
689
+ responseStream: false;
690
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest>;
691
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest>;
692
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse>;
693
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse>;
694
+ }
695
+ interface IPuppetService_ICorpTagGroupDelete extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse> {
696
+ path: "/wechaty.Puppet/CorpTagGroupDelete";
697
+ requestStream: false;
698
+ responseStream: false;
699
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest>;
700
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest>;
701
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse>;
702
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse>;
703
+ }
704
+ interface IPuppetService_ICorpTagTagAdd extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse> {
705
+ path: "/wechaty.Puppet/CorpTagTagAdd";
706
+ requestStream: false;
707
+ responseStream: false;
708
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest>;
709
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest>;
710
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse>;
711
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse>;
712
+ }
713
+ interface IPuppetService_ICorpTagTagDelete extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse> {
714
+ path: "/wechaty.Puppet/CorpTagTagDelete";
715
+ requestStream: false;
716
+ responseStream: false;
717
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest>;
718
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest>;
719
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse>;
720
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse>;
721
+ }
722
+ interface IPuppetService_ICorpTagGroupList extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse> {
723
+ path: "/wechaty.Puppet/CorpTagGroupList";
724
+ requestStream: false;
725
+ responseStream: false;
726
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest>;
727
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest>;
728
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse>;
729
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse>;
730
+ }
731
+ interface IPuppetService_ICorpTagTagList extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, wechaty_puppet_corp_tag_pb.CorpTagTagListResponse> {
732
+ path: "/wechaty.Puppet/CorpTagTagList";
733
+ requestStream: false;
734
+ responseStream: false;
735
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagListRequest>;
736
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagListRequest>;
737
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagTagListResponse>;
738
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagTagListResponse>;
739
+ }
740
+ interface IPuppetService_ICorpTagContactTagList extends grpc.MethodDefinition<wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse> {
741
+ path: "/wechaty.Puppet/CorpTagContactTagList";
742
+ requestStream: false;
743
+ responseStream: false;
744
+ requestSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest>;
745
+ requestDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest>;
746
+ responseSerialize: grpc.serialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse>;
747
+ responseDeserialize: grpc.deserialize<wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse>;
748
+ }
648
749
  interface IPuppetService_IDownload extends grpc.MethodDefinition<wechaty_puppet_download_upload_pb.DownloadRequest, wechaty_puppet_download_upload_pb.DownloadResponse> {
649
750
  path: "/wechaty.Puppet/Download";
650
751
  requestStream: false;
@@ -674,6 +775,7 @@ export interface IPuppetServer extends grpc.UntypedServiceImplementation {
674
775
  stop: grpc.handleUnaryCall<wechaty_puppet_base_pb.StopRequest, wechaty_puppet_base_pb.StopResponse>;
675
776
  logout: grpc.handleUnaryCall<wechaty_puppet_base_pb.LogoutRequest, wechaty_puppet_base_pb.LogoutResponse>;
676
777
  ding: grpc.handleUnaryCall<wechaty_puppet_base_pb.DingRequest, wechaty_puppet_base_pb.DingResponse>;
778
+ currentUser: grpc.handleUnaryCall<wechaty_puppet_base_pb.CurrentUserRequest, wechaty_puppet_base_pb.CurrentUserResponse>;
677
779
  version: grpc.handleUnaryCall<wechaty_puppet_base_pb.VersionRequest, wechaty_puppet_base_pb.VersionResponse>;
678
780
  event: grpc.handleServerStreamingCall<wechaty_puppet_event_pb.EventRequest, wechaty_puppet_event_pb.EventResponse>;
679
781
  dirtyPayload: grpc.handleUnaryCall<wechaty_puppet_base_pb.DirtyPayloadRequest, wechaty_puppet_base_pb.DirtyPayloadResponse>;
@@ -729,6 +831,15 @@ export interface IPuppetServer extends grpc.UntypedServiceImplementation {
729
831
  tagContactRemove: grpc.handleUnaryCall<wechaty_puppet_tag_pb.TagContactRemoveRequest, wechaty_puppet_tag_pb.TagContactRemoveResponse>;
730
832
  tagContactDelete: grpc.handleUnaryCall<wechaty_puppet_tag_pb.TagContactDeleteRequest, wechaty_puppet_tag_pb.TagContactDeleteResponse>;
731
833
  tagContactList: grpc.handleUnaryCall<wechaty_puppet_tag_pb.TagContactListRequest, wechaty_puppet_tag_pb.TagContactListResponse>;
834
+ corpTagContactTagAdd: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse>;
835
+ corpTagContactTagRemove: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse>;
836
+ corpTagGroupAdd: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse>;
837
+ corpTagGroupDelete: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse>;
838
+ corpTagTagAdd: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse>;
839
+ corpTagTagDelete: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse>;
840
+ corpTagGroupList: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse>;
841
+ corpTagTagList: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, wechaty_puppet_corp_tag_pb.CorpTagTagListResponse>;
842
+ corpTagContactTagList: grpc.handleUnaryCall<wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse>;
732
843
  download: grpc.handleServerStreamingCall<wechaty_puppet_download_upload_pb.DownloadRequest, wechaty_puppet_download_upload_pb.DownloadResponse>;
733
844
  upload: grpc.handleClientStreamingCall<wechaty_puppet_download_upload_pb.UploadRequest, wechaty_puppet_download_upload_pb.UploadResponse>;
734
845
  }
@@ -754,6 +865,9 @@ export interface IPuppetClient {
754
865
  ding(request: wechaty_puppet_base_pb.DingRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.DingResponse) => void): grpc.ClientUnaryCall;
755
866
  ding(request: wechaty_puppet_base_pb.DingRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.DingResponse) => void): grpc.ClientUnaryCall;
756
867
  ding(request: wechaty_puppet_base_pb.DingRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.DingResponse) => void): grpc.ClientUnaryCall;
868
+ currentUser(request: wechaty_puppet_base_pb.CurrentUserRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.CurrentUserResponse) => void): grpc.ClientUnaryCall;
869
+ currentUser(request: wechaty_puppet_base_pb.CurrentUserRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.CurrentUserResponse) => void): grpc.ClientUnaryCall;
870
+ currentUser(request: wechaty_puppet_base_pb.CurrentUserRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.CurrentUserResponse) => void): grpc.ClientUnaryCall;
757
871
  version(request: wechaty_puppet_base_pb.VersionRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.VersionResponse) => void): grpc.ClientUnaryCall;
758
872
  version(request: wechaty_puppet_base_pb.VersionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.VersionResponse) => void): grpc.ClientUnaryCall;
759
873
  version(request: wechaty_puppet_base_pb.VersionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.VersionResponse) => void): grpc.ClientUnaryCall;
@@ -918,6 +1032,33 @@ export interface IPuppetClient {
918
1032
  tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
919
1033
  tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
920
1034
  tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
1035
+ corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1036
+ corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1037
+ corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1038
+ corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1039
+ corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1040
+ corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1041
+ corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1042
+ corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1043
+ corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1044
+ corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1045
+ corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1046
+ corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1047
+ corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1048
+ corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1049
+ corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1050
+ corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1051
+ corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1052
+ corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1053
+ corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1054
+ corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1055
+ corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1056
+ corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1057
+ corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1058
+ corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1059
+ corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1060
+ corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1061
+ corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
921
1062
  download(request: wechaty_puppet_download_upload_pb.DownloadRequest, options?: Partial<grpc.CallOptions>): grpc.ClientReadableStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
922
1063
  download(request: wechaty_puppet_download_upload_pb.DownloadRequest, metadata?: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientReadableStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
923
1064
  upload(callback: (error: grpc.ServiceError | null, response: wechaty_puppet_download_upload_pb.UploadResponse) => void): grpc.ClientWritableStream<wechaty_puppet_download_upload_pb.UploadRequest>;
@@ -948,6 +1089,9 @@ export class PuppetClient extends grpc.Client implements IPuppetClient {
948
1089
  public ding(request: wechaty_puppet_base_pb.DingRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.DingResponse) => void): grpc.ClientUnaryCall;
949
1090
  public ding(request: wechaty_puppet_base_pb.DingRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.DingResponse) => void): grpc.ClientUnaryCall;
950
1091
  public ding(request: wechaty_puppet_base_pb.DingRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.DingResponse) => void): grpc.ClientUnaryCall;
1092
+ public currentUser(request: wechaty_puppet_base_pb.CurrentUserRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.CurrentUserResponse) => void): grpc.ClientUnaryCall;
1093
+ public currentUser(request: wechaty_puppet_base_pb.CurrentUserRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.CurrentUserResponse) => void): grpc.ClientUnaryCall;
1094
+ public currentUser(request: wechaty_puppet_base_pb.CurrentUserRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.CurrentUserResponse) => void): grpc.ClientUnaryCall;
951
1095
  public version(request: wechaty_puppet_base_pb.VersionRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.VersionResponse) => void): grpc.ClientUnaryCall;
952
1096
  public version(request: wechaty_puppet_base_pb.VersionRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.VersionResponse) => void): grpc.ClientUnaryCall;
953
1097
  public version(request: wechaty_puppet_base_pb.VersionRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_base_pb.VersionResponse) => void): grpc.ClientUnaryCall;
@@ -1112,6 +1256,33 @@ export class PuppetClient extends grpc.Client implements IPuppetClient {
1112
1256
  public tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
1113
1257
  public tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
1114
1258
  public tagContactList(request: wechaty_puppet_tag_pb.TagContactListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_tag_pb.TagContactListResponse) => void): grpc.ClientUnaryCall;
1259
+ public corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1260
+ public corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1261
+ public corpTagContactTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagAddResponse) => void): grpc.ClientUnaryCall;
1262
+ public corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1263
+ public corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1264
+ public corpTagContactTagRemove(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagRemoveResponse) => void): grpc.ClientUnaryCall;
1265
+ public corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1266
+ public corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1267
+ public corpTagGroupAdd(request: wechaty_puppet_corp_tag_pb.CorpTagGroupAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupAddResponse) => void): grpc.ClientUnaryCall;
1268
+ public corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1269
+ public corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1270
+ public corpTagGroupDelete(request: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupDeleteResponse) => void): grpc.ClientUnaryCall;
1271
+ public corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1272
+ public corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1273
+ public corpTagTagAdd(request: wechaty_puppet_corp_tag_pb.CorpTagTagAddRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagAddResponse) => void): grpc.ClientUnaryCall;
1274
+ public corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1275
+ public corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1276
+ public corpTagTagDelete(request: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagDeleteResponse) => void): grpc.ClientUnaryCall;
1277
+ public corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1278
+ public corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1279
+ public corpTagGroupList(request: wechaty_puppet_corp_tag_pb.CorpTagGroupListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagGroupListResponse) => void): grpc.ClientUnaryCall;
1280
+ public corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1281
+ public corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1282
+ public corpTagTagList(request: wechaty_puppet_corp_tag_pb.CorpTagTagListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagTagListResponse) => void): grpc.ClientUnaryCall;
1283
+ public corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1284
+ public corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1285
+ public corpTagContactTagList(request: wechaty_puppet_corp_tag_pb.CorpTagContactTagListRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: wechaty_puppet_corp_tag_pb.CorpTagContactTagListResponse) => void): grpc.ClientUnaryCall;
1115
1286
  public download(request: wechaty_puppet_download_upload_pb.DownloadRequest, options?: Partial<grpc.CallOptions>): grpc.ClientReadableStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
1116
1287
  public download(request: wechaty_puppet_download_upload_pb.DownloadRequest, metadata?: grpc.Metadata, options?: Partial<grpc.CallOptions>): grpc.ClientReadableStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
1117
1288
  public upload(callback: (error: grpc.ServiceError | null, response: wechaty_puppet_download_upload_pb.UploadResponse) => void): grpc.ClientWritableStream<wechaty_puppet_download_upload_pb.UploadRequest>;
@@ -28,6 +28,7 @@ var wechaty_puppet_room$member_pb = require('../wechaty/puppet/room-member_pb.js
28
28
  var wechaty_puppet_room_pb = require('../wechaty/puppet/room_pb.js');
29
29
  var wechaty_puppet_tag_pb = require('../wechaty/puppet/tag_pb.js');
30
30
  var wechaty_puppet_channel_pb = require('../wechaty/puppet/channel_pb.js');
31
+ var wechaty_puppet_corp$tag_pb = require('../wechaty/puppet/corp-tag_pb.js');
31
32
 
32
33
  function serialize_wechaty_puppet_ContactAliasRequest(arg) {
33
34
  if (!(arg instanceof wechaty_puppet_contact_pb.ContactAliasRequest)) {
@@ -249,6 +250,226 @@ function deserialize_wechaty_puppet_ContactSelfSignatureResponse(buffer_arg) {
249
250
  return wechaty_puppet_contact_pb.ContactSelfSignatureResponse.deserializeBinary(new Uint8Array(buffer_arg));
250
251
  }
251
252
 
253
+ function serialize_wechaty_puppet_CorpTagContactTagAddRequest(arg) {
254
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagContactTagAddRequest)) {
255
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagContactTagAddRequest');
256
+ }
257
+ return Buffer.from(arg.serializeBinary());
258
+ }
259
+
260
+ function deserialize_wechaty_puppet_CorpTagContactTagAddRequest(buffer_arg) {
261
+ return wechaty_puppet_corp$tag_pb.CorpTagContactTagAddRequest.deserializeBinary(new Uint8Array(buffer_arg));
262
+ }
263
+
264
+ function serialize_wechaty_puppet_CorpTagContactTagAddResponse(arg) {
265
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagContactTagAddResponse)) {
266
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagContactTagAddResponse');
267
+ }
268
+ return Buffer.from(arg.serializeBinary());
269
+ }
270
+
271
+ function deserialize_wechaty_puppet_CorpTagContactTagAddResponse(buffer_arg) {
272
+ return wechaty_puppet_corp$tag_pb.CorpTagContactTagAddResponse.deserializeBinary(new Uint8Array(buffer_arg));
273
+ }
274
+
275
+ function serialize_wechaty_puppet_CorpTagContactTagListRequest(arg) {
276
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagContactTagListRequest)) {
277
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagContactTagListRequest');
278
+ }
279
+ return Buffer.from(arg.serializeBinary());
280
+ }
281
+
282
+ function deserialize_wechaty_puppet_CorpTagContactTagListRequest(buffer_arg) {
283
+ return wechaty_puppet_corp$tag_pb.CorpTagContactTagListRequest.deserializeBinary(new Uint8Array(buffer_arg));
284
+ }
285
+
286
+ function serialize_wechaty_puppet_CorpTagContactTagListResponse(arg) {
287
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagContactTagListResponse)) {
288
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagContactTagListResponse');
289
+ }
290
+ return Buffer.from(arg.serializeBinary());
291
+ }
292
+
293
+ function deserialize_wechaty_puppet_CorpTagContactTagListResponse(buffer_arg) {
294
+ return wechaty_puppet_corp$tag_pb.CorpTagContactTagListResponse.deserializeBinary(new Uint8Array(buffer_arg));
295
+ }
296
+
297
+ function serialize_wechaty_puppet_CorpTagContactTagRemoveRequest(arg) {
298
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagContactTagRemoveRequest)) {
299
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagContactTagRemoveRequest');
300
+ }
301
+ return Buffer.from(arg.serializeBinary());
302
+ }
303
+
304
+ function deserialize_wechaty_puppet_CorpTagContactTagRemoveRequest(buffer_arg) {
305
+ return wechaty_puppet_corp$tag_pb.CorpTagContactTagRemoveRequest.deserializeBinary(new Uint8Array(buffer_arg));
306
+ }
307
+
308
+ function serialize_wechaty_puppet_CorpTagContactTagRemoveResponse(arg) {
309
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagContactTagRemoveResponse)) {
310
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagContactTagRemoveResponse');
311
+ }
312
+ return Buffer.from(arg.serializeBinary());
313
+ }
314
+
315
+ function deserialize_wechaty_puppet_CorpTagContactTagRemoveResponse(buffer_arg) {
316
+ return wechaty_puppet_corp$tag_pb.CorpTagContactTagRemoveResponse.deserializeBinary(new Uint8Array(buffer_arg));
317
+ }
318
+
319
+ function serialize_wechaty_puppet_CorpTagGroupAddRequest(arg) {
320
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagGroupAddRequest)) {
321
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagGroupAddRequest');
322
+ }
323
+ return Buffer.from(arg.serializeBinary());
324
+ }
325
+
326
+ function deserialize_wechaty_puppet_CorpTagGroupAddRequest(buffer_arg) {
327
+ return wechaty_puppet_corp$tag_pb.CorpTagGroupAddRequest.deserializeBinary(new Uint8Array(buffer_arg));
328
+ }
329
+
330
+ function serialize_wechaty_puppet_CorpTagGroupAddResponse(arg) {
331
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagGroupAddResponse)) {
332
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagGroupAddResponse');
333
+ }
334
+ return Buffer.from(arg.serializeBinary());
335
+ }
336
+
337
+ function deserialize_wechaty_puppet_CorpTagGroupAddResponse(buffer_arg) {
338
+ return wechaty_puppet_corp$tag_pb.CorpTagGroupAddResponse.deserializeBinary(new Uint8Array(buffer_arg));
339
+ }
340
+
341
+ function serialize_wechaty_puppet_CorpTagGroupDeleteRequest(arg) {
342
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagGroupDeleteRequest)) {
343
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagGroupDeleteRequest');
344
+ }
345
+ return Buffer.from(arg.serializeBinary());
346
+ }
347
+
348
+ function deserialize_wechaty_puppet_CorpTagGroupDeleteRequest(buffer_arg) {
349
+ return wechaty_puppet_corp$tag_pb.CorpTagGroupDeleteRequest.deserializeBinary(new Uint8Array(buffer_arg));
350
+ }
351
+
352
+ function serialize_wechaty_puppet_CorpTagGroupDeleteResponse(arg) {
353
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagGroupDeleteResponse)) {
354
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagGroupDeleteResponse');
355
+ }
356
+ return Buffer.from(arg.serializeBinary());
357
+ }
358
+
359
+ function deserialize_wechaty_puppet_CorpTagGroupDeleteResponse(buffer_arg) {
360
+ return wechaty_puppet_corp$tag_pb.CorpTagGroupDeleteResponse.deserializeBinary(new Uint8Array(buffer_arg));
361
+ }
362
+
363
+ function serialize_wechaty_puppet_CorpTagGroupListRequest(arg) {
364
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagGroupListRequest)) {
365
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagGroupListRequest');
366
+ }
367
+ return Buffer.from(arg.serializeBinary());
368
+ }
369
+
370
+ function deserialize_wechaty_puppet_CorpTagGroupListRequest(buffer_arg) {
371
+ return wechaty_puppet_corp$tag_pb.CorpTagGroupListRequest.deserializeBinary(new Uint8Array(buffer_arg));
372
+ }
373
+
374
+ function serialize_wechaty_puppet_CorpTagGroupListResponse(arg) {
375
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagGroupListResponse)) {
376
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagGroupListResponse');
377
+ }
378
+ return Buffer.from(arg.serializeBinary());
379
+ }
380
+
381
+ function deserialize_wechaty_puppet_CorpTagGroupListResponse(buffer_arg) {
382
+ return wechaty_puppet_corp$tag_pb.CorpTagGroupListResponse.deserializeBinary(new Uint8Array(buffer_arg));
383
+ }
384
+
385
+ function serialize_wechaty_puppet_CorpTagTagAddRequest(arg) {
386
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagTagAddRequest)) {
387
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagTagAddRequest');
388
+ }
389
+ return Buffer.from(arg.serializeBinary());
390
+ }
391
+
392
+ function deserialize_wechaty_puppet_CorpTagTagAddRequest(buffer_arg) {
393
+ return wechaty_puppet_corp$tag_pb.CorpTagTagAddRequest.deserializeBinary(new Uint8Array(buffer_arg));
394
+ }
395
+
396
+ function serialize_wechaty_puppet_CorpTagTagAddResponse(arg) {
397
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagTagAddResponse)) {
398
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagTagAddResponse');
399
+ }
400
+ return Buffer.from(arg.serializeBinary());
401
+ }
402
+
403
+ function deserialize_wechaty_puppet_CorpTagTagAddResponse(buffer_arg) {
404
+ return wechaty_puppet_corp$tag_pb.CorpTagTagAddResponse.deserializeBinary(new Uint8Array(buffer_arg));
405
+ }
406
+
407
+ function serialize_wechaty_puppet_CorpTagTagDeleteRequest(arg) {
408
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagTagDeleteRequest)) {
409
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagTagDeleteRequest');
410
+ }
411
+ return Buffer.from(arg.serializeBinary());
412
+ }
413
+
414
+ function deserialize_wechaty_puppet_CorpTagTagDeleteRequest(buffer_arg) {
415
+ return wechaty_puppet_corp$tag_pb.CorpTagTagDeleteRequest.deserializeBinary(new Uint8Array(buffer_arg));
416
+ }
417
+
418
+ function serialize_wechaty_puppet_CorpTagTagDeleteResponse(arg) {
419
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagTagDeleteResponse)) {
420
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagTagDeleteResponse');
421
+ }
422
+ return Buffer.from(arg.serializeBinary());
423
+ }
424
+
425
+ function deserialize_wechaty_puppet_CorpTagTagDeleteResponse(buffer_arg) {
426
+ return wechaty_puppet_corp$tag_pb.CorpTagTagDeleteResponse.deserializeBinary(new Uint8Array(buffer_arg));
427
+ }
428
+
429
+ function serialize_wechaty_puppet_CorpTagTagListRequest(arg) {
430
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagTagListRequest)) {
431
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagTagListRequest');
432
+ }
433
+ return Buffer.from(arg.serializeBinary());
434
+ }
435
+
436
+ function deserialize_wechaty_puppet_CorpTagTagListRequest(buffer_arg) {
437
+ return wechaty_puppet_corp$tag_pb.CorpTagTagListRequest.deserializeBinary(new Uint8Array(buffer_arg));
438
+ }
439
+
440
+ function serialize_wechaty_puppet_CorpTagTagListResponse(arg) {
441
+ if (!(arg instanceof wechaty_puppet_corp$tag_pb.CorpTagTagListResponse)) {
442
+ throw new Error('Expected argument of type wechaty.puppet.CorpTagTagListResponse');
443
+ }
444
+ return Buffer.from(arg.serializeBinary());
445
+ }
446
+
447
+ function deserialize_wechaty_puppet_CorpTagTagListResponse(buffer_arg) {
448
+ return wechaty_puppet_corp$tag_pb.CorpTagTagListResponse.deserializeBinary(new Uint8Array(buffer_arg));
449
+ }
450
+
451
+ function serialize_wechaty_puppet_CurrentUserRequest(arg) {
452
+ if (!(arg instanceof wechaty_puppet_base_pb.CurrentUserRequest)) {
453
+ throw new Error('Expected argument of type wechaty.puppet.CurrentUserRequest');
454
+ }
455
+ return Buffer.from(arg.serializeBinary());
456
+ }
457
+
458
+ function deserialize_wechaty_puppet_CurrentUserRequest(buffer_arg) {
459
+ return wechaty_puppet_base_pb.CurrentUserRequest.deserializeBinary(new Uint8Array(buffer_arg));
460
+ }
461
+
462
+ function serialize_wechaty_puppet_CurrentUserResponse(arg) {
463
+ if (!(arg instanceof wechaty_puppet_base_pb.CurrentUserResponse)) {
464
+ throw new Error('Expected argument of type wechaty.puppet.CurrentUserResponse');
465
+ }
466
+ return Buffer.from(arg.serializeBinary());
467
+ }
468
+
469
+ function deserialize_wechaty_puppet_CurrentUserResponse(buffer_arg) {
470
+ return wechaty_puppet_base_pb.CurrentUserResponse.deserializeBinary(new Uint8Array(buffer_arg));
471
+ }
472
+
252
473
  function serialize_wechaty_puppet_DingRequest(arg) {
253
474
  if (!(arg instanceof wechaty_puppet_base_pb.DingRequest)) {
254
475
  throw new Error('Expected argument of type wechaty.puppet.DingRequest');
@@ -1500,6 +1721,17 @@ start: {
1500
1721
  responseSerialize: serialize_wechaty_puppet_DingResponse,
1501
1722
  responseDeserialize: deserialize_wechaty_puppet_DingResponse,
1502
1723
  },
1724
+ currentUser: {
1725
+ path: '/wechaty.Puppet/CurrentUser',
1726
+ requestStream: false,
1727
+ responseStream: false,
1728
+ requestType: wechaty_puppet_base_pb.CurrentUserRequest,
1729
+ responseType: wechaty_puppet_base_pb.CurrentUserResponse,
1730
+ requestSerialize: serialize_wechaty_puppet_CurrentUserRequest,
1731
+ requestDeserialize: deserialize_wechaty_puppet_CurrentUserRequest,
1732
+ responseSerialize: serialize_wechaty_puppet_CurrentUserResponse,
1733
+ responseDeserialize: deserialize_wechaty_puppet_CurrentUserResponse,
1734
+ },
1503
1735
  version: {
1504
1736
  path: '/wechaty.Puppet/Version',
1505
1737
  requestStream: false,
@@ -2151,6 +2383,110 @@ tagContactDelete: {
2151
2383
  responseDeserialize: deserialize_wechaty_puppet_TagContactListResponse,
2152
2384
  },
2153
2385
  // *
2386
+ //
2387
+ // Corp-Tag
2388
+ //
2389
+ //
2390
+ corpTagContactTagAdd: {
2391
+ path: '/wechaty.Puppet/CorpTagContactTagAdd',
2392
+ requestStream: false,
2393
+ responseStream: false,
2394
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagContactTagAddRequest,
2395
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagContactTagAddResponse,
2396
+ requestSerialize: serialize_wechaty_puppet_CorpTagContactTagAddRequest,
2397
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagContactTagAddRequest,
2398
+ responseSerialize: serialize_wechaty_puppet_CorpTagContactTagAddResponse,
2399
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagContactTagAddResponse,
2400
+ },
2401
+ corpTagContactTagRemove: {
2402
+ path: '/wechaty.Puppet/CorpTagContactTagRemove',
2403
+ requestStream: false,
2404
+ responseStream: false,
2405
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagContactTagRemoveRequest,
2406
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagContactTagRemoveResponse,
2407
+ requestSerialize: serialize_wechaty_puppet_CorpTagContactTagRemoveRequest,
2408
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagContactTagRemoveRequest,
2409
+ responseSerialize: serialize_wechaty_puppet_CorpTagContactTagRemoveResponse,
2410
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagContactTagRemoveResponse,
2411
+ },
2412
+ corpTagGroupAdd: {
2413
+ path: '/wechaty.Puppet/CorpTagGroupAdd',
2414
+ requestStream: false,
2415
+ responseStream: false,
2416
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagGroupAddRequest,
2417
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagGroupAddResponse,
2418
+ requestSerialize: serialize_wechaty_puppet_CorpTagGroupAddRequest,
2419
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagGroupAddRequest,
2420
+ responseSerialize: serialize_wechaty_puppet_CorpTagGroupAddResponse,
2421
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagGroupAddResponse,
2422
+ },
2423
+ corpTagGroupDelete: {
2424
+ path: '/wechaty.Puppet/CorpTagGroupDelete',
2425
+ requestStream: false,
2426
+ responseStream: false,
2427
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagGroupDeleteRequest,
2428
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagGroupDeleteResponse,
2429
+ requestSerialize: serialize_wechaty_puppet_CorpTagGroupDeleteRequest,
2430
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagGroupDeleteRequest,
2431
+ responseSerialize: serialize_wechaty_puppet_CorpTagGroupDeleteResponse,
2432
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagGroupDeleteResponse,
2433
+ },
2434
+ corpTagTagAdd: {
2435
+ path: '/wechaty.Puppet/CorpTagTagAdd',
2436
+ requestStream: false,
2437
+ responseStream: false,
2438
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagTagAddRequest,
2439
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagTagAddResponse,
2440
+ requestSerialize: serialize_wechaty_puppet_CorpTagTagAddRequest,
2441
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagTagAddRequest,
2442
+ responseSerialize: serialize_wechaty_puppet_CorpTagTagAddResponse,
2443
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagTagAddResponse,
2444
+ },
2445
+ corpTagTagDelete: {
2446
+ path: '/wechaty.Puppet/CorpTagTagDelete',
2447
+ requestStream: false,
2448
+ responseStream: false,
2449
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagTagDeleteRequest,
2450
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagTagDeleteResponse,
2451
+ requestSerialize: serialize_wechaty_puppet_CorpTagTagDeleteRequest,
2452
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagTagDeleteRequest,
2453
+ responseSerialize: serialize_wechaty_puppet_CorpTagTagDeleteResponse,
2454
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagTagDeleteResponse,
2455
+ },
2456
+ corpTagGroupList: {
2457
+ path: '/wechaty.Puppet/CorpTagGroupList',
2458
+ requestStream: false,
2459
+ responseStream: false,
2460
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagGroupListRequest,
2461
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagGroupListResponse,
2462
+ requestSerialize: serialize_wechaty_puppet_CorpTagGroupListRequest,
2463
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagGroupListRequest,
2464
+ responseSerialize: serialize_wechaty_puppet_CorpTagGroupListResponse,
2465
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagGroupListResponse,
2466
+ },
2467
+ corpTagTagList: {
2468
+ path: '/wechaty.Puppet/CorpTagTagList',
2469
+ requestStream: false,
2470
+ responseStream: false,
2471
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagTagListRequest,
2472
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagTagListResponse,
2473
+ requestSerialize: serialize_wechaty_puppet_CorpTagTagListRequest,
2474
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagTagListRequest,
2475
+ responseSerialize: serialize_wechaty_puppet_CorpTagTagListResponse,
2476
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagTagListResponse,
2477
+ },
2478
+ corpTagContactTagList: {
2479
+ path: '/wechaty.Puppet/CorpTagContactTagList',
2480
+ requestStream: false,
2481
+ responseStream: false,
2482
+ requestType: wechaty_puppet_corp$tag_pb.CorpTagContactTagListRequest,
2483
+ responseType: wechaty_puppet_corp$tag_pb.CorpTagContactTagListResponse,
2484
+ requestSerialize: serialize_wechaty_puppet_CorpTagContactTagListRequest,
2485
+ requestDeserialize: deserialize_wechaty_puppet_CorpTagContactTagListRequest,
2486
+ responseSerialize: serialize_wechaty_puppet_CorpTagContactTagListResponse,
2487
+ responseDeserialize: deserialize_wechaty_puppet_CorpTagContactTagListResponse,
2488
+ },
2489
+ // *
2154
2490
  // File/Blob download & upload
2155
2491
  download: {
2156
2492
  path: '/wechaty.Puppet/Download',
@@ -16,4 +16,5 @@ import * as wechaty_puppet_room_member_pb from "../wechaty/puppet/room-member_pb
16
16
  import * as wechaty_puppet_room_pb from "../wechaty/puppet/room_pb";
17
17
  import * as wechaty_puppet_tag_pb from "../wechaty/puppet/tag_pb";
18
18
  import * as wechaty_puppet_channel_pb from "../wechaty/puppet/channel_pb";
19
+ import * as wechaty_puppet_corp_tag_pb from "../wechaty/puppet/corp-tag_pb";
19
20
 
@@ -43,3 +43,5 @@ var wechaty_puppet_tag_pb = require('../wechaty/puppet/tag_pb.js');
43
43
  goog.object.extend(proto, wechaty_puppet_tag_pb);
44
44
  var wechaty_puppet_channel_pb = require('../wechaty/puppet/channel_pb.js');
45
45
  goog.object.extend(proto, wechaty_puppet_channel_pb);
46
+ var wechaty_puppet_corp$tag_pb = require('../wechaty/puppet/corp-tag_pb.js');
47
+ goog.object.extend(proto, wechaty_puppet_corp$tag_pb);