@juzi/wechaty-grpc 1.0.26 → 1.0.28

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.
@@ -12,8 +12,9 @@ enum PayloadType {
12
12
  PAYLOAD_TYPE_ROOM = 3;
13
13
  PAYLOAD_TYPE_ROOM_MEMBER = 4;
14
14
  PAYLOAD_TYPE_FRIENDSHIP = 5;
15
- PAYLOAD_TYPE_TAG = 6;
16
- PAYLOAD_TYPE_TAG_GROUP = 7;
15
+ PAYLOAD_TYPE_POST = 6;
16
+ PAYLOAD_TYPE_TAG = 7;
17
+ PAYLOAD_TYPE_TAG_GROUP = 8;
17
18
  }
18
19
 
19
20
  message StartRequest {}
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageJson = void 0;
4
4
  exports.packageJson = {
5
5
  "name": "@juzi/wechaty-grpc",
6
- "version": "1.0.26",
6
+ "version": "1.0.28",
7
7
  "description": "gRPC for Wechaty",
8
8
  "type": "module",
9
9
  "exports": {
@@ -18,6 +18,7 @@ const puppetFileList = [
18
18
  '../../out/wechaty/puppet/channel_pb.js',
19
19
  '../../out/wechaty/puppet/moment_pb.js',
20
20
  '../../out/wechaty/puppet/post_pb.js',
21
+ '../../out/wechaty/puppet/conversation_pb.js',
21
22
 
22
23
  '../../out/wechaty/puppet_grpc_pb.js',
23
24
  '../../out/wechaty/puppet_pb.js',
@@ -40,6 +40,7 @@ export * from '../../out/wechaty/puppet/url-link_pb.js'
40
40
  export * from '../../out/wechaty/puppet/channel_pb.js'
41
41
  export * from '../../out/wechaty/puppet/moment_pb.js'
42
42
  export * from '../../out/wechaty/puppet/post_pb.js'
43
+ export * from '../../out/wechaty/puppet/conversation_pb.js'
43
44
 
44
45
  export * from '../../out/wechaty/puppet_grpc_pb.js'
45
46
  export * from '../../out/wechaty/puppet_pb.js'
@@ -254,8 +254,9 @@ export interface PayloadTypeMap {
254
254
  PAYLOAD_TYPE_ROOM: 3;
255
255
  PAYLOAD_TYPE_ROOM_MEMBER: 4;
256
256
  PAYLOAD_TYPE_FRIENDSHIP: 5;
257
- PAYLOAD_TYPE_TAG: 6;
258
- PAYLOAD_TYPE_TAG_GROUP: 7;
257
+ PAYLOAD_TYPE_POST: 6;
258
+ PAYLOAD_TYPE_TAG: 7;
259
+ PAYLOAD_TYPE_TAG_GROUP: 8;
259
260
  }
260
261
 
261
262
  export const PayloadType: PayloadTypeMap;
@@ -1894,8 +1894,9 @@ proto.wechaty.puppet.PayloadType = {
1894
1894
  PAYLOAD_TYPE_ROOM: 3,
1895
1895
  PAYLOAD_TYPE_ROOM_MEMBER: 4,
1896
1896
  PAYLOAD_TYPE_FRIENDSHIP: 5,
1897
- PAYLOAD_TYPE_TAG: 6,
1898
- PAYLOAD_TYPE_TAG_GROUP: 7
1897
+ PAYLOAD_TYPE_POST: 6,
1898
+ PAYLOAD_TYPE_TAG: 7,
1899
+ PAYLOAD_TYPE_TAG_GROUP: 8
1899
1900
  };
1900
1901
 
1901
1902
  goog.object.extend(exports, proto.wechaty.puppet);