@juzi/wechaty-grpc 1.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/LICENSE +201 -0
- package/README.md +351 -0
- package/dist/cjs/commonjs/README.md +15 -0
- package/dist/cjs/commonjs/code-root.cjs +10 -0
- package/dist/cjs/commonjs/code-root.cjs.d.ts +1 -0
- package/dist/cjs/commonjs/code-root.spec.ts +9 -0
- package/dist/cjs/commonjs/generated/google.cjs +9 -0
- package/dist/cjs/commonjs/generated/google.cjs.d.ts +2 -0
- package/dist/cjs/commonjs/generated/google.spec.ts +13 -0
- package/dist/cjs/commonjs/generated/puppet.cjs +39 -0
- package/dist/cjs/commonjs/generated/puppet.cjs.d.ts +42 -0
- package/dist/cjs/commonjs/generated/puppet.spec.ts +19 -0
- package/dist/cjs/commonjs/package.json +1 -0
- package/dist/cjs/examples/auth/client.d.ts +3 -0
- package/dist/cjs/examples/auth/client.d.ts.map +1 -0
- package/dist/cjs/examples/auth/client.js +52 -0
- package/dist/cjs/examples/auth/client.js.map +1 -0
- package/dist/cjs/examples/auth/raw-https/client.d.ts +2 -0
- package/dist/cjs/examples/auth/raw-https/client.d.ts.map +1 -0
- package/dist/cjs/examples/auth/raw-https/client.js +21 -0
- package/dist/cjs/examples/auth/raw-https/client.js.map +1 -0
- package/dist/cjs/examples/auth/raw-https/server.d.ts +2 -0
- package/dist/cjs/examples/auth/raw-https/server.d.ts.map +1 -0
- package/dist/cjs/examples/auth/raw-https/server.js +18 -0
- package/dist/cjs/examples/auth/raw-https/server.js.map +1 -0
- package/dist/cjs/examples/auth/server.d.ts +2 -0
- package/dist/cjs/examples/auth/server.d.ts.map +1 -0
- package/dist/cjs/examples/auth/server.js +117 -0
- package/dist/cjs/examples/auth/server.js.map +1 -0
- package/dist/cjs/examples/client.d.ts +5 -0
- package/dist/cjs/examples/client.d.ts.map +1 -0
- package/dist/cjs/examples/client.js +83 -0
- package/dist/cjs/examples/client.js.map +1 -0
- package/dist/cjs/examples/promisify.d.ts +49 -0
- package/dist/cjs/examples/promisify.d.ts.map +1 -0
- package/dist/cjs/examples/promisify.js +6 -0
- package/dist/cjs/examples/promisify.js.map +1 -0
- package/dist/cjs/examples/server.d.ts +2 -0
- package/dist/cjs/examples/server.d.ts.map +1 -0
- package/dist/cjs/examples/server.js +83 -0
- package/dist/cjs/examples/server.js.map +1 -0
- package/dist/cjs/out/google/api/annotations_grpc_pb.js +1 -0
- package/dist/cjs/out/google/api/annotations_pb.d.ts +9 -0
- package/dist/cjs/out/google/api/annotations_pb.js +48 -0
- package/dist/cjs/out/google/api/annotations_pb_service.d.ts +3 -0
- package/dist/cjs/out/google/api/annotations_pb_service.js +3 -0
- package/dist/cjs/out/google/api/health_check/v1/health_check_grpc_pb.d.ts +56 -0
- package/dist/cjs/out/google/api/health_check/v1/health_check_grpc_pb.js +90 -0
- package/dist/cjs/out/google/api/health_check/v1/health_check_pb.d.ts +54 -0
- package/dist/cjs/out/google/api/health_check/v1/health_check_pb.js +333 -0
- package/dist/cjs/out/google/api/health_check/v1/health_check_pb_service.d.ts +74 -0
- package/dist/cjs/out/google/api/health_check/v1/health_check_pb_service.js +109 -0
- package/dist/cjs/out/google/api/http_grpc_pb.js +1 -0
- package/dist/cjs/out/google/api/http_pb.d.ts +136 -0
- package/dist/cjs/out/google/api/http_pb.js +1006 -0
- package/dist/cjs/out/google/api/http_pb_service.d.ts +3 -0
- package/dist/cjs/out/google/api/http_pb_service.js +3 -0
- package/dist/cjs/out/package.json +1 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/annotations_grpc_pb.js +1 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/annotations_pb.d.ts +17 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/annotations_pb.js +152 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/annotations_pb_service.d.ts +3 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/annotations_pb_service.js +3 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/openapiv2_grpc_pb.js +1 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +747 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/openapiv2_pb.js +5603 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/openapiv2_pb_service.d.ts +3 -0
- package/dist/cjs/out/protoc-gen-openapiv2/options/openapiv2_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/deprecated/file-box_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/deprecated/file-box_pb.d.ts +179 -0
- package/dist/cjs/out/wechaty/deprecated/file-box_pb.js +1368 -0
- package/dist/cjs/out/wechaty/deprecated/file-box_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/deprecated/file-box_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/base_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/base_pb.d.ts +224 -0
- package/dist/cjs/out/wechaty/puppet/base_pb.js +1624 -0
- package/dist/cjs/out/wechaty/puppet/base_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/base_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/contact_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/contact_pb.d.ts +535 -0
- package/dist/cjs/out/wechaty/puppet/contact_pb.js +4013 -0
- package/dist/cjs/out/wechaty/puppet/contact_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/contact_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/download-upload_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/download-upload_pb.d.ts +89 -0
- package/dist/cjs/out/wechaty/puppet/download-upload_pb.js +674 -0
- package/dist/cjs/out/wechaty/puppet/download-upload_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/download-upload_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/event_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/event_pb.d.ts +67 -0
- package/dist/cjs/out/wechaty/puppet/event_pb.js +347 -0
- package/dist/cjs/out/wechaty/puppet/event_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/event_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/friendship_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/friendship_pb.d.ts +293 -0
- package/dist/cjs/out/wechaty/puppet/friendship_pb.js +2060 -0
- package/dist/cjs/out/wechaty/puppet/friendship_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/friendship_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/image_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/image_pb.d.ts +14 -0
- package/dist/cjs/out/wechaty/puppet/image_pb.js +29 -0
- package/dist/cjs/out/wechaty/puppet/image_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/image_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/location_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/location_pb.d.ts +41 -0
- package/dist/cjs/out/wechaty/puppet/location_pb.js +290 -0
- package/dist/cjs/out/wechaty/puppet/location_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/location_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/message_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/message_pb.d.ts +773 -0
- package/dist/cjs/out/wechaty/puppet/message_pb.js +5777 -0
- package/dist/cjs/out/wechaty/puppet/message_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/message_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/mini-program_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/mini-program_pb.d.ts +57 -0
- package/dist/cjs/out/wechaty/puppet/mini-program_pb.js +410 -0
- package/dist/cjs/out/wechaty/puppet/mini-program_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/mini-program_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/referrer_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/referrer_pb.d.ts +29 -0
- package/dist/cjs/out/wechaty/puppet/referrer_pb.js +200 -0
- package/dist/cjs/out/wechaty/puppet/referrer_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/referrer_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/room-invitation_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/room-invitation_pb.d.ts +133 -0
- package/dist/cjs/out/wechaty/puppet/room-invitation_pb.js +999 -0
- package/dist/cjs/out/wechaty/puppet/room-invitation_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/room-invitation_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/room-member_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/room-member_pb.d.ts +107 -0
- package/dist/cjs/out/wechaty/puppet/room-member_pb.js +802 -0
- package/dist/cjs/out/wechaty/puppet/room-member_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/room-member_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/room_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/room_pb.d.ts +474 -0
- package/dist/cjs/out/wechaty/puppet/room_pb.js +3641 -0
- package/dist/cjs/out/wechaty/puppet/room_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/room_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/tag_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/tag_pb.d.ts +170 -0
- package/dist/cjs/out/wechaty/puppet/tag_pb.js +1286 -0
- package/dist/cjs/out/wechaty/puppet/tag_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/tag_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet/url-link_grpc_pb.js +1 -0
- package/dist/cjs/out/wechaty/puppet/url-link_pb.d.ts +37 -0
- package/dist/cjs/out/wechaty/puppet/url-link_pb.js +260 -0
- package/dist/cjs/out/wechaty/puppet/url-link_pb_service.d.ts +3 -0
- package/dist/cjs/out/wechaty/puppet/url-link_pb_service.js +3 -0
- package/dist/cjs/out/wechaty/puppet.openapi.yaml +2386 -0
- package/dist/cjs/out/wechaty/puppet.swagger.json +3419 -0
- package/dist/cjs/out/wechaty/puppet_grpc_pb.d.ts +1069 -0
- package/dist/cjs/out/wechaty/puppet_grpc_pb.js +2079 -0
- package/dist/cjs/out/wechaty/puppet_pb.d.ts +18 -0
- package/dist/cjs/out/wechaty/puppet_pb.js +43 -0
- package/dist/cjs/out/wechaty/puppet_pb_service.d.ts +1166 -0
- package/dist/cjs/out/wechaty/puppet_pb_service.js +2524 -0
- package/dist/cjs/package.json +3 -0
- package/dist/cjs/proto/wechaty/deprecated/file-box.proto +61 -0
- package/dist/cjs/proto/wechaty/puppet/base.proto +46 -0
- package/dist/cjs/proto/wechaty/puppet/contact.proto +122 -0
- package/dist/cjs/proto/wechaty/puppet/download-upload.proto +19 -0
- package/dist/cjs/proto/wechaty/puppet/event.proto +38 -0
- package/dist/cjs/proto/wechaty/puppet/friendship.proto +106 -0
- package/dist/cjs/proto/wechaty/puppet/image.proto +13 -0
- package/dist/cjs/proto/wechaty/puppet/location.proto +14 -0
- package/dist/cjs/proto/wechaty/puppet/message.proto +230 -0
- package/dist/cjs/proto/wechaty/puppet/mini-program.proto +18 -0
- package/dist/cjs/proto/wechaty/puppet/referrer.proto +16 -0
- package/dist/cjs/proto/wechaty/puppet/room-invitation.proto +51 -0
- package/dist/cjs/proto/wechaty/puppet/room-member.proto +25 -0
- package/dist/cjs/proto/wechaty/puppet/room.proto +87 -0
- package/dist/cjs/proto/wechaty/puppet/tag.proto +43 -0
- package/dist/cjs/proto/wechaty/puppet/url-link.proto +13 -0
- package/dist/cjs/proto/wechaty/puppet.proto +505 -0
- package/dist/cjs/src/chunk-transformer.d.ts +24 -0
- package/dist/cjs/src/chunk-transformer.d.ts.map +1 -0
- package/dist/cjs/src/chunk-transformer.js +36 -0
- package/dist/cjs/src/chunk-transformer.js.map +1 -0
- package/dist/cjs/src/chunk-transformer.spec.d.ts +3 -0
- package/dist/cjs/src/chunk-transformer.spec.d.ts.map +1 -0
- package/dist/cjs/src/chunk-transformer.spec.js +9 -0
- package/dist/cjs/src/chunk-transformer.spec.js.map +1 -0
- package/dist/cjs/src/cjs.d.ts +5 -0
- package/dist/cjs/src/cjs.d.ts.map +1 -0
- package/dist/cjs/src/cjs.js +13 -0
- package/dist/cjs/src/cjs.js.map +1 -0
- package/dist/cjs/src/cjs.spec.d.ts +3 -0
- package/dist/cjs/src/cjs.spec.d.ts.map +1 -0
- package/dist/cjs/src/cjs.spec.js +27 -0
- package/dist/cjs/src/cjs.spec.js.map +1 -0
- package/dist/cjs/src/config.d.ts +12 -0
- package/dist/cjs/src/config.d.ts.map +1 -0
- package/dist/cjs/src/config.js +12 -0
- package/dist/cjs/src/config.js.map +1 -0
- package/dist/cjs/src/google.d.ts +8 -0
- package/dist/cjs/src/google.d.ts.map +1 -0
- package/dist/cjs/src/google.js +15 -0
- package/dist/cjs/src/google.js.map +1 -0
- package/dist/cjs/src/google.spec.d.ts +3 -0
- package/dist/cjs/src/google.spec.d.ts.map +1 -0
- package/dist/cjs/src/google.spec.js +11 -0
- package/dist/cjs/src/google.spec.js.map +1 -0
- package/dist/cjs/src/mod.d.ts +9 -0
- package/dist/cjs/src/mod.d.ts.map +1 -0
- package/dist/cjs/src/mod.js +44 -0
- package/dist/cjs/src/mod.js.map +1 -0
- package/dist/cjs/src/mod.spec.d.ts +3 -0
- package/dist/cjs/src/mod.spec.d.ts.map +1 -0
- package/dist/cjs/src/mod.spec.js +22 -0
- package/dist/cjs/src/mod.spec.js.map +1 -0
- package/dist/cjs/src/openapi.d.ts +4 -0
- package/dist/cjs/src/openapi.d.ts.map +1 -0
- package/dist/cjs/src/openapi.js +21 -0
- package/dist/cjs/src/openapi.js.map +1 -0
- package/dist/cjs/src/openapi.spec.d.ts +3 -0
- package/dist/cjs/src/openapi.spec.d.ts.map +1 -0
- package/dist/cjs/src/openapi.spec.js +20 -0
- package/dist/cjs/src/openapi.spec.js.map +1 -0
- package/dist/cjs/src/package-json.d.ts +6 -0
- package/dist/cjs/src/package-json.d.ts.map +1 -0
- package/dist/cjs/src/package-json.js +97 -0
- package/dist/cjs/src/package-json.js.map +1 -0
- package/dist/cjs/src/package-json.spec.d.ts +3 -0
- package/dist/cjs/src/package-json.spec.d.ts.map +1 -0
- package/dist/cjs/src/package-json.spec.js +10 -0
- package/dist/cjs/src/package-json.spec.js.map +1 -0
- package/dist/cjs/src/proto.d.ts +4 -0
- package/dist/cjs/src/proto.d.ts.map +1 -0
- package/dist/cjs/src/proto.js +25 -0
- package/dist/cjs/src/proto.js.map +1 -0
- package/dist/cjs/src/proto.spec.d.ts +3 -0
- package/dist/cjs/src/proto.spec.d.ts.map +1 -0
- package/dist/cjs/src/proto.spec.js +13 -0
- package/dist/cjs/src/proto.spec.js.map +1 -0
- package/dist/cjs/tests/health-check.spec.d.ts +3 -0
- package/dist/cjs/tests/health-check.spec.d.ts.map +1 -0
- package/dist/cjs/tests/health-check.spec.js +70 -0
- package/dist/cjs/tests/health-check.spec.js.map +1 -0
- package/dist/cjs/tests/integration.spec.d.ts +3 -0
- package/dist/cjs/tests/integration.spec.d.ts.map +1 -0
- package/dist/cjs/tests/integration.spec.js +111 -0
- package/dist/cjs/tests/integration.spec.js.map +1 -0
- package/dist/cjs/tests/nullable.spec.d.ts +3 -0
- package/dist/cjs/tests/nullable.spec.d.ts.map +1 -0
- package/dist/cjs/tests/nullable.spec.js +90 -0
- package/dist/cjs/tests/nullable.spec.js.map +1 -0
- package/dist/cjs/tests/puppet-server-impl.d.ts +8 -0
- package/dist/cjs/tests/puppet-server-impl.d.ts.map +1 -0
- package/dist/cjs/tests/puppet-server-impl.js +310 -0
- package/dist/cjs/tests/puppet-server-impl.js.map +1 -0
- package/dist/cjs/tests/streaming.spec.d.ts +3 -0
- package/dist/cjs/tests/streaming.spec.d.ts.map +1 -0
- package/dist/cjs/tests/streaming.spec.js +8 -0
- package/dist/cjs/tests/streaming.spec.js.map +1 -0
- package/dist/esm/commonjs/README.md +15 -0
- package/dist/esm/commonjs/code-root.cjs +10 -0
- package/dist/esm/commonjs/code-root.cjs.d.ts +1 -0
- package/dist/esm/commonjs/code-root.spec.ts +9 -0
- package/dist/esm/commonjs/generated/google.cjs +9 -0
- package/dist/esm/commonjs/generated/google.cjs.d.ts +2 -0
- package/dist/esm/commonjs/generated/google.spec.ts +13 -0
- package/dist/esm/commonjs/generated/puppet.cjs +39 -0
- package/dist/esm/commonjs/generated/puppet.cjs.d.ts +42 -0
- package/dist/esm/commonjs/generated/puppet.spec.ts +19 -0
- package/dist/esm/commonjs/package.json +1 -0
- package/dist/esm/examples/auth/client.d.ts +3 -0
- package/dist/esm/examples/auth/client.d.ts.map +1 -0
- package/dist/esm/examples/auth/client.js +45 -0
- package/dist/esm/examples/auth/client.js.map +1 -0
- package/dist/esm/examples/auth/raw-https/client.d.ts +2 -0
- package/dist/esm/examples/auth/raw-https/client.d.ts.map +1 -0
- package/dist/esm/examples/auth/raw-https/client.js +16 -0
- package/dist/esm/examples/auth/raw-https/client.js.map +1 -0
- package/dist/esm/examples/auth/raw-https/server.d.ts +2 -0
- package/dist/esm/examples/auth/raw-https/server.d.ts.map +1 -0
- package/dist/esm/examples/auth/raw-https/server.js +13 -0
- package/dist/esm/examples/auth/raw-https/server.js.map +1 -0
- package/dist/esm/examples/auth/server.d.ts +2 -0
- package/dist/esm/examples/auth/server.d.ts.map +1 -0
- package/dist/esm/examples/auth/server.js +112 -0
- package/dist/esm/examples/auth/server.js.map +1 -0
- package/dist/esm/examples/client.d.ts +5 -0
- package/dist/esm/examples/client.d.ts.map +1 -0
- package/dist/esm/examples/client.js +77 -0
- package/dist/esm/examples/client.js.map +1 -0
- package/dist/esm/examples/promisify.d.ts +49 -0
- package/dist/esm/examples/promisify.d.ts.map +1 -0
- package/dist/esm/examples/promisify.js +3 -0
- package/dist/esm/examples/promisify.js.map +1 -0
- package/dist/esm/examples/server.d.ts +2 -0
- package/dist/esm/examples/server.d.ts.map +1 -0
- package/dist/esm/examples/server.js +78 -0
- package/dist/esm/examples/server.js.map +1 -0
- package/dist/esm/out/google/api/annotations_grpc_pb.js +1 -0
- package/dist/esm/out/google/api/annotations_pb.d.ts +9 -0
- package/dist/esm/out/google/api/annotations_pb.js +48 -0
- package/dist/esm/out/google/api/annotations_pb_service.d.ts +3 -0
- package/dist/esm/out/google/api/annotations_pb_service.js +3 -0
- package/dist/esm/out/google/api/health_check/v1/health_check_grpc_pb.d.ts +56 -0
- package/dist/esm/out/google/api/health_check/v1/health_check_grpc_pb.js +90 -0
- package/dist/esm/out/google/api/health_check/v1/health_check_pb.d.ts +54 -0
- package/dist/esm/out/google/api/health_check/v1/health_check_pb.js +333 -0
- package/dist/esm/out/google/api/health_check/v1/health_check_pb_service.d.ts +74 -0
- package/dist/esm/out/google/api/health_check/v1/health_check_pb_service.js +109 -0
- package/dist/esm/out/google/api/http_grpc_pb.js +1 -0
- package/dist/esm/out/google/api/http_pb.d.ts +136 -0
- package/dist/esm/out/google/api/http_pb.js +1006 -0
- package/dist/esm/out/google/api/http_pb_service.d.ts +3 -0
- package/dist/esm/out/google/api/http_pb_service.js +3 -0
- package/dist/esm/out/package.json +1 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/annotations_grpc_pb.js +1 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/annotations_pb.d.ts +17 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/annotations_pb.js +152 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/annotations_pb_service.d.ts +3 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/annotations_pb_service.js +3 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/openapiv2_grpc_pb.js +1 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +747 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/openapiv2_pb.js +5603 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/openapiv2_pb_service.d.ts +3 -0
- package/dist/esm/out/protoc-gen-openapiv2/options/openapiv2_pb_service.js +3 -0
- package/dist/esm/out/wechaty/deprecated/file-box_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/deprecated/file-box_pb.d.ts +179 -0
- package/dist/esm/out/wechaty/deprecated/file-box_pb.js +1368 -0
- package/dist/esm/out/wechaty/deprecated/file-box_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/deprecated/file-box_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/base_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/base_pb.d.ts +224 -0
- package/dist/esm/out/wechaty/puppet/base_pb.js +1624 -0
- package/dist/esm/out/wechaty/puppet/base_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/base_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/contact_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/contact_pb.d.ts +535 -0
- package/dist/esm/out/wechaty/puppet/contact_pb.js +4013 -0
- package/dist/esm/out/wechaty/puppet/contact_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/contact_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/download-upload_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/download-upload_pb.d.ts +89 -0
- package/dist/esm/out/wechaty/puppet/download-upload_pb.js +674 -0
- package/dist/esm/out/wechaty/puppet/download-upload_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/download-upload_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/event_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/event_pb.d.ts +67 -0
- package/dist/esm/out/wechaty/puppet/event_pb.js +347 -0
- package/dist/esm/out/wechaty/puppet/event_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/event_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/friendship_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/friendship_pb.d.ts +293 -0
- package/dist/esm/out/wechaty/puppet/friendship_pb.js +2060 -0
- package/dist/esm/out/wechaty/puppet/friendship_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/friendship_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/image_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/image_pb.d.ts +14 -0
- package/dist/esm/out/wechaty/puppet/image_pb.js +29 -0
- package/dist/esm/out/wechaty/puppet/image_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/image_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/location_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/location_pb.d.ts +41 -0
- package/dist/esm/out/wechaty/puppet/location_pb.js +290 -0
- package/dist/esm/out/wechaty/puppet/location_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/location_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/message_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/message_pb.d.ts +773 -0
- package/dist/esm/out/wechaty/puppet/message_pb.js +5777 -0
- package/dist/esm/out/wechaty/puppet/message_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/message_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/mini-program_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/mini-program_pb.d.ts +57 -0
- package/dist/esm/out/wechaty/puppet/mini-program_pb.js +410 -0
- package/dist/esm/out/wechaty/puppet/mini-program_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/mini-program_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/referrer_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/referrer_pb.d.ts +29 -0
- package/dist/esm/out/wechaty/puppet/referrer_pb.js +200 -0
- package/dist/esm/out/wechaty/puppet/referrer_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/referrer_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/room-invitation_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/room-invitation_pb.d.ts +133 -0
- package/dist/esm/out/wechaty/puppet/room-invitation_pb.js +999 -0
- package/dist/esm/out/wechaty/puppet/room-invitation_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/room-invitation_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/room-member_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/room-member_pb.d.ts +107 -0
- package/dist/esm/out/wechaty/puppet/room-member_pb.js +802 -0
- package/dist/esm/out/wechaty/puppet/room-member_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/room-member_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/room_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/room_pb.d.ts +474 -0
- package/dist/esm/out/wechaty/puppet/room_pb.js +3641 -0
- package/dist/esm/out/wechaty/puppet/room_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/room_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/tag_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/tag_pb.d.ts +170 -0
- package/dist/esm/out/wechaty/puppet/tag_pb.js +1286 -0
- package/dist/esm/out/wechaty/puppet/tag_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/tag_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet/url-link_grpc_pb.js +1 -0
- package/dist/esm/out/wechaty/puppet/url-link_pb.d.ts +37 -0
- package/dist/esm/out/wechaty/puppet/url-link_pb.js +260 -0
- package/dist/esm/out/wechaty/puppet/url-link_pb_service.d.ts +3 -0
- package/dist/esm/out/wechaty/puppet/url-link_pb_service.js +3 -0
- package/dist/esm/out/wechaty/puppet.openapi.yaml +2386 -0
- package/dist/esm/out/wechaty/puppet.swagger.json +3419 -0
- package/dist/esm/out/wechaty/puppet_grpc_pb.d.ts +1069 -0
- package/dist/esm/out/wechaty/puppet_grpc_pb.js +2079 -0
- package/dist/esm/out/wechaty/puppet_pb.d.ts +18 -0
- package/dist/esm/out/wechaty/puppet_pb.js +43 -0
- package/dist/esm/out/wechaty/puppet_pb_service.d.ts +1166 -0
- package/dist/esm/out/wechaty/puppet_pb_service.js +2524 -0
- package/dist/esm/proto/wechaty/deprecated/file-box.proto +61 -0
- package/dist/esm/proto/wechaty/puppet/base.proto +46 -0
- package/dist/esm/proto/wechaty/puppet/contact.proto +122 -0
- package/dist/esm/proto/wechaty/puppet/download-upload.proto +19 -0
- package/dist/esm/proto/wechaty/puppet/event.proto +38 -0
- package/dist/esm/proto/wechaty/puppet/friendship.proto +106 -0
- package/dist/esm/proto/wechaty/puppet/image.proto +13 -0
- package/dist/esm/proto/wechaty/puppet/location.proto +14 -0
- package/dist/esm/proto/wechaty/puppet/message.proto +230 -0
- package/dist/esm/proto/wechaty/puppet/mini-program.proto +18 -0
- package/dist/esm/proto/wechaty/puppet/referrer.proto +16 -0
- package/dist/esm/proto/wechaty/puppet/room-invitation.proto +51 -0
- package/dist/esm/proto/wechaty/puppet/room-member.proto +25 -0
- package/dist/esm/proto/wechaty/puppet/room.proto +87 -0
- package/dist/esm/proto/wechaty/puppet/tag.proto +43 -0
- package/dist/esm/proto/wechaty/puppet/url-link.proto +13 -0
- package/dist/esm/proto/wechaty/puppet.proto +505 -0
- package/dist/esm/src/chunk-transformer.d.ts +24 -0
- package/dist/esm/src/chunk-transformer.d.ts.map +1 -0
- package/dist/esm/src/chunk-transformer.js +32 -0
- package/dist/esm/src/chunk-transformer.js.map +1 -0
- package/dist/esm/src/chunk-transformer.spec.d.ts +3 -0
- package/dist/esm/src/chunk-transformer.spec.d.ts.map +1 -0
- package/dist/esm/src/chunk-transformer.spec.js +7 -0
- package/dist/esm/src/chunk-transformer.spec.js.map +1 -0
- package/dist/esm/src/cjs.d.ts +5 -0
- package/dist/esm/src/cjs.d.ts.map +1 -0
- package/dist/esm/src/cjs.js +5 -0
- package/dist/esm/src/cjs.js.map +1 -0
- package/dist/esm/src/cjs.spec.d.ts +3 -0
- package/dist/esm/src/cjs.spec.d.ts.map +1 -0
- package/dist/esm/src/cjs.spec.js +25 -0
- package/dist/esm/src/cjs.spec.js.map +1 -0
- package/dist/esm/src/config.d.ts +12 -0
- package/dist/esm/src/config.d.ts.map +1 -0
- package/dist/esm/src/config.js +9 -0
- package/dist/esm/src/config.js.map +1 -0
- package/dist/esm/src/google.d.ts +8 -0
- package/dist/esm/src/google.d.ts.map +1 -0
- package/dist/esm/src/google.js +8 -0
- package/dist/esm/src/google.js.map +1 -0
- package/dist/esm/src/google.spec.d.ts +3 -0
- package/dist/esm/src/google.spec.d.ts.map +1 -0
- package/dist/esm/src/google.spec.js +9 -0
- package/dist/esm/src/google.spec.js.map +1 -0
- package/dist/esm/src/mod.d.ts +9 -0
- package/dist/esm/src/mod.d.ts.map +1 -0
- package/dist/esm/src/mod.js +9 -0
- package/dist/esm/src/mod.js.map +1 -0
- package/dist/esm/src/mod.spec.d.ts +3 -0
- package/dist/esm/src/mod.spec.d.ts.map +1 -0
- package/dist/esm/src/mod.spec.js +20 -0
- package/dist/esm/src/mod.spec.js.map +1 -0
- package/dist/esm/src/openapi.d.ts +4 -0
- package/dist/esm/src/openapi.d.ts.map +1 -0
- package/dist/esm/src/openapi.js +15 -0
- package/dist/esm/src/openapi.js.map +1 -0
- package/dist/esm/src/openapi.spec.d.ts +3 -0
- package/dist/esm/src/openapi.spec.d.ts.map +1 -0
- package/dist/esm/src/openapi.spec.js +18 -0
- package/dist/esm/src/openapi.spec.js.map +1 -0
- package/dist/esm/src/package-json.d.ts +6 -0
- package/dist/esm/src/package-json.d.ts.map +1 -0
- package/dist/esm/src/package-json.js +94 -0
- package/dist/esm/src/package-json.js.map +1 -0
- package/dist/esm/src/package-json.spec.d.ts +3 -0
- package/dist/esm/src/package-json.spec.d.ts.map +1 -0
- package/dist/esm/src/package-json.spec.js +8 -0
- package/dist/esm/src/package-json.spec.js.map +1 -0
- package/dist/esm/src/proto.d.ts +4 -0
- package/dist/esm/src/proto.d.ts.map +1 -0
- package/dist/esm/src/proto.js +19 -0
- package/dist/esm/src/proto.js.map +1 -0
- package/dist/esm/src/proto.spec.d.ts +3 -0
- package/dist/esm/src/proto.spec.d.ts.map +1 -0
- package/dist/esm/src/proto.spec.js +11 -0
- package/dist/esm/src/proto.spec.js.map +1 -0
- package/dist/esm/tests/health-check.spec.d.ts +3 -0
- package/dist/esm/tests/health-check.spec.d.ts.map +1 -0
- package/dist/esm/tests/health-check.spec.js +68 -0
- package/dist/esm/tests/health-check.spec.js.map +1 -0
- package/dist/esm/tests/integration.spec.d.ts +3 -0
- package/dist/esm/tests/integration.spec.d.ts.map +1 -0
- package/dist/esm/tests/integration.spec.js +106 -0
- package/dist/esm/tests/integration.spec.js.map +1 -0
- package/dist/esm/tests/nullable.spec.d.ts +3 -0
- package/dist/esm/tests/nullable.spec.d.ts.map +1 -0
- package/dist/esm/tests/nullable.spec.js +85 -0
- package/dist/esm/tests/nullable.spec.js.map +1 -0
- package/dist/esm/tests/puppet-server-impl.d.ts +8 -0
- package/dist/esm/tests/puppet-server-impl.d.ts.map +1 -0
- package/dist/esm/tests/puppet-server-impl.js +307 -0
- package/dist/esm/tests/puppet-server-impl.js.map +1 -0
- package/dist/esm/tests/streaming.spec.d.ts +3 -0
- package/dist/esm/tests/streaming.spec.d.ts.map +1 -0
- package/dist/esm/tests/streaming.spec.js +6 -0
- package/dist/esm/tests/streaming.spec.js.map +1 -0
- package/out/google/api/annotations_grpc_pb.js +1 -0
- package/out/google/api/annotations_pb.d.ts +9 -0
- package/out/google/api/annotations_pb.js +48 -0
- package/out/google/api/annotations_pb_service.d.ts +3 -0
- package/out/google/api/annotations_pb_service.js +3 -0
- package/out/google/api/health_check/v1/health_check_grpc_pb.d.ts +56 -0
- package/out/google/api/health_check/v1/health_check_grpc_pb.js +90 -0
- package/out/google/api/health_check/v1/health_check_pb.d.ts +54 -0
- package/out/google/api/health_check/v1/health_check_pb.js +333 -0
- package/out/google/api/health_check/v1/health_check_pb_service.d.ts +74 -0
- package/out/google/api/health_check/v1/health_check_pb_service.js +109 -0
- package/out/google/api/http_grpc_pb.js +1 -0
- package/out/google/api/http_pb.d.ts +136 -0
- package/out/google/api/http_pb.js +1006 -0
- package/out/google/api/http_pb_service.d.ts +3 -0
- package/out/google/api/http_pb_service.js +3 -0
- package/out/package.json +1 -0
- package/out/protoc-gen-openapiv2/options/annotations_grpc_pb.js +1 -0
- package/out/protoc-gen-openapiv2/options/annotations_pb.d.ts +17 -0
- package/out/protoc-gen-openapiv2/options/annotations_pb.js +152 -0
- package/out/protoc-gen-openapiv2/options/annotations_pb_service.d.ts +3 -0
- package/out/protoc-gen-openapiv2/options/annotations_pb_service.js +3 -0
- package/out/protoc-gen-openapiv2/options/openapiv2_grpc_pb.js +1 -0
- package/out/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +747 -0
- package/out/protoc-gen-openapiv2/options/openapiv2_pb.js +5603 -0
- package/out/protoc-gen-openapiv2/options/openapiv2_pb_service.d.ts +3 -0
- package/out/protoc-gen-openapiv2/options/openapiv2_pb_service.js +3 -0
- package/out/wechaty/deprecated/file-box_grpc_pb.js +1 -0
- package/out/wechaty/deprecated/file-box_pb.d.ts +179 -0
- package/out/wechaty/deprecated/file-box_pb.js +1368 -0
- package/out/wechaty/deprecated/file-box_pb_service.d.ts +3 -0
- package/out/wechaty/deprecated/file-box_pb_service.js +3 -0
- package/out/wechaty/puppet/base_grpc_pb.js +1 -0
- package/out/wechaty/puppet/base_pb.d.ts +224 -0
- package/out/wechaty/puppet/base_pb.js +1624 -0
- package/out/wechaty/puppet/base_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/base_pb_service.js +3 -0
- package/out/wechaty/puppet/contact_grpc_pb.js +1 -0
- package/out/wechaty/puppet/contact_pb.d.ts +535 -0
- package/out/wechaty/puppet/contact_pb.js +4013 -0
- package/out/wechaty/puppet/contact_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/contact_pb_service.js +3 -0
- package/out/wechaty/puppet/download-upload_grpc_pb.js +1 -0
- package/out/wechaty/puppet/download-upload_pb.d.ts +89 -0
- package/out/wechaty/puppet/download-upload_pb.js +674 -0
- package/out/wechaty/puppet/download-upload_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/download-upload_pb_service.js +3 -0
- package/out/wechaty/puppet/event_grpc_pb.js +1 -0
- package/out/wechaty/puppet/event_pb.d.ts +67 -0
- package/out/wechaty/puppet/event_pb.js +347 -0
- package/out/wechaty/puppet/event_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/event_pb_service.js +3 -0
- package/out/wechaty/puppet/friendship_grpc_pb.js +1 -0
- package/out/wechaty/puppet/friendship_pb.d.ts +293 -0
- package/out/wechaty/puppet/friendship_pb.js +2060 -0
- package/out/wechaty/puppet/friendship_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/friendship_pb_service.js +3 -0
- package/out/wechaty/puppet/image_grpc_pb.js +1 -0
- package/out/wechaty/puppet/image_pb.d.ts +14 -0
- package/out/wechaty/puppet/image_pb.js +29 -0
- package/out/wechaty/puppet/image_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/image_pb_service.js +3 -0
- package/out/wechaty/puppet/location_grpc_pb.js +1 -0
- package/out/wechaty/puppet/location_pb.d.ts +41 -0
- package/out/wechaty/puppet/location_pb.js +290 -0
- package/out/wechaty/puppet/location_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/location_pb_service.js +3 -0
- package/out/wechaty/puppet/message_grpc_pb.js +1 -0
- package/out/wechaty/puppet/message_pb.d.ts +773 -0
- package/out/wechaty/puppet/message_pb.js +5777 -0
- package/out/wechaty/puppet/message_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/message_pb_service.js +3 -0
- package/out/wechaty/puppet/mini-program_grpc_pb.js +1 -0
- package/out/wechaty/puppet/mini-program_pb.d.ts +57 -0
- package/out/wechaty/puppet/mini-program_pb.js +410 -0
- package/out/wechaty/puppet/mini-program_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/mini-program_pb_service.js +3 -0
- package/out/wechaty/puppet/referrer_grpc_pb.js +1 -0
- package/out/wechaty/puppet/referrer_pb.d.ts +29 -0
- package/out/wechaty/puppet/referrer_pb.js +200 -0
- package/out/wechaty/puppet/referrer_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/referrer_pb_service.js +3 -0
- package/out/wechaty/puppet/room-invitation_grpc_pb.js +1 -0
- package/out/wechaty/puppet/room-invitation_pb.d.ts +133 -0
- package/out/wechaty/puppet/room-invitation_pb.js +999 -0
- package/out/wechaty/puppet/room-invitation_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/room-invitation_pb_service.js +3 -0
- package/out/wechaty/puppet/room-member_grpc_pb.js +1 -0
- package/out/wechaty/puppet/room-member_pb.d.ts +107 -0
- package/out/wechaty/puppet/room-member_pb.js +802 -0
- package/out/wechaty/puppet/room-member_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/room-member_pb_service.js +3 -0
- package/out/wechaty/puppet/room_grpc_pb.js +1 -0
- package/out/wechaty/puppet/room_pb.d.ts +474 -0
- package/out/wechaty/puppet/room_pb.js +3641 -0
- package/out/wechaty/puppet/room_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/room_pb_service.js +3 -0
- package/out/wechaty/puppet/tag_grpc_pb.js +1 -0
- package/out/wechaty/puppet/tag_pb.d.ts +170 -0
- package/out/wechaty/puppet/tag_pb.js +1286 -0
- package/out/wechaty/puppet/tag_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/tag_pb_service.js +3 -0
- package/out/wechaty/puppet/url-link_grpc_pb.js +1 -0
- package/out/wechaty/puppet/url-link_pb.d.ts +37 -0
- package/out/wechaty/puppet/url-link_pb.js +260 -0
- package/out/wechaty/puppet/url-link_pb_service.d.ts +3 -0
- package/out/wechaty/puppet/url-link_pb_service.js +3 -0
- package/out/wechaty/puppet.openapi.yaml +2386 -0
- package/out/wechaty/puppet.swagger.json +3419 -0
- package/out/wechaty/puppet_grpc_pb.d.ts +1069 -0
- package/out/wechaty/puppet_grpc_pb.js +2079 -0
- package/out/wechaty/puppet_pb.d.ts +18 -0
- package/out/wechaty/puppet_pb.js +43 -0
- package/out/wechaty/puppet_pb_service.d.ts +1166 -0
- package/out/wechaty/puppet_pb_service.js +2524 -0
- package/package.json +93 -0
- package/src/chunk-transformer.spec.ts +18 -0
- package/src/chunk-transformer.ts +58 -0
- package/src/cjs.spec.ts +36 -0
- package/src/cjs.ts +10 -0
- package/src/config.ts +19 -0
- package/src/google.spec.ts +13 -0
- package/src/google.ts +10 -0
- package/src/mod.spec.ts +30 -0
- package/src/mod.ts +31 -0
- package/src/openapi.spec.ts +22 -0
- package/src/openapi.ts +30 -0
- package/src/package-json.spec.ts +10 -0
- package/src/package-json.ts +97 -0
- package/src/proto.spec.ts +16 -0
- package/src/proto.ts +34 -0
|
@@ -0,0 +1,1166 @@
|
|
|
1
|
+
// package: wechaty
|
|
2
|
+
// file: wechaty/puppet.proto
|
|
3
|
+
|
|
4
|
+
import * as wechaty_puppet_pb from "../wechaty/puppet_pb";
|
|
5
|
+
import * as wechaty_deprecated_file_box_pb from "../wechaty/deprecated/file-box_pb";
|
|
6
|
+
import * as wechaty_puppet_base_pb from "../wechaty/puppet/base_pb";
|
|
7
|
+
import * as wechaty_puppet_contact_pb from "../wechaty/puppet/contact_pb";
|
|
8
|
+
import * as wechaty_puppet_download_upload_pb from "../wechaty/puppet/download-upload_pb";
|
|
9
|
+
import * as wechaty_puppet_event_pb from "../wechaty/puppet/event_pb";
|
|
10
|
+
import * as wechaty_puppet_friendship_pb from "../wechaty/puppet/friendship_pb";
|
|
11
|
+
import * as wechaty_puppet_message_pb from "../wechaty/puppet/message_pb";
|
|
12
|
+
import * as wechaty_puppet_room_invitation_pb from "../wechaty/puppet/room-invitation_pb";
|
|
13
|
+
import * as wechaty_puppet_room_member_pb from "../wechaty/puppet/room-member_pb";
|
|
14
|
+
import * as wechaty_puppet_room_pb from "../wechaty/puppet/room_pb";
|
|
15
|
+
import * as wechaty_puppet_tag_pb from "../wechaty/puppet/tag_pb";
|
|
16
|
+
import {grpc} from "@improbable-eng/grpc-web";
|
|
17
|
+
|
|
18
|
+
type PuppetMessageFileStream = {
|
|
19
|
+
readonly methodName: string;
|
|
20
|
+
readonly service: typeof Puppet;
|
|
21
|
+
readonly requestStream: false;
|
|
22
|
+
readonly responseStream: true;
|
|
23
|
+
readonly requestType: typeof wechaty_deprecated_file_box_pb.MessageFileStreamRequest;
|
|
24
|
+
readonly responseType: typeof wechaty_deprecated_file_box_pb.MessageFileStreamResponse;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
type PuppetMessageImageStream = {
|
|
28
|
+
readonly methodName: string;
|
|
29
|
+
readonly service: typeof Puppet;
|
|
30
|
+
readonly requestStream: false;
|
|
31
|
+
readonly responseStream: true;
|
|
32
|
+
readonly requestType: typeof wechaty_deprecated_file_box_pb.MessageImageStreamRequest;
|
|
33
|
+
readonly responseType: typeof wechaty_deprecated_file_box_pb.MessageImageStreamResponse;
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
type PuppetMessageSendFileStream = {
|
|
37
|
+
readonly methodName: string;
|
|
38
|
+
readonly service: typeof Puppet;
|
|
39
|
+
readonly requestStream: true;
|
|
40
|
+
readonly responseStream: false;
|
|
41
|
+
readonly requestType: typeof wechaty_deprecated_file_box_pb.MessageSendFileStreamRequest;
|
|
42
|
+
readonly responseType: typeof wechaty_deprecated_file_box_pb.MessageSendFileStreamResponse;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
type PuppetStart = {
|
|
46
|
+
readonly methodName: string;
|
|
47
|
+
readonly service: typeof Puppet;
|
|
48
|
+
readonly requestStream: false;
|
|
49
|
+
readonly responseStream: false;
|
|
50
|
+
readonly requestType: typeof wechaty_puppet_base_pb.StartRequest;
|
|
51
|
+
readonly responseType: typeof wechaty_puppet_base_pb.StartResponse;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
type PuppetStop = {
|
|
55
|
+
readonly methodName: string;
|
|
56
|
+
readonly service: typeof Puppet;
|
|
57
|
+
readonly requestStream: false;
|
|
58
|
+
readonly responseStream: false;
|
|
59
|
+
readonly requestType: typeof wechaty_puppet_base_pb.StopRequest;
|
|
60
|
+
readonly responseType: typeof wechaty_puppet_base_pb.StopResponse;
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
type PuppetLogout = {
|
|
64
|
+
readonly methodName: string;
|
|
65
|
+
readonly service: typeof Puppet;
|
|
66
|
+
readonly requestStream: false;
|
|
67
|
+
readonly responseStream: false;
|
|
68
|
+
readonly requestType: typeof wechaty_puppet_base_pb.LogoutRequest;
|
|
69
|
+
readonly responseType: typeof wechaty_puppet_base_pb.LogoutResponse;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
type PuppetDing = {
|
|
73
|
+
readonly methodName: string;
|
|
74
|
+
readonly service: typeof Puppet;
|
|
75
|
+
readonly requestStream: false;
|
|
76
|
+
readonly responseStream: false;
|
|
77
|
+
readonly requestType: typeof wechaty_puppet_base_pb.DingRequest;
|
|
78
|
+
readonly responseType: typeof wechaty_puppet_base_pb.DingResponse;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
type PuppetVersion = {
|
|
82
|
+
readonly methodName: string;
|
|
83
|
+
readonly service: typeof Puppet;
|
|
84
|
+
readonly requestStream: false;
|
|
85
|
+
readonly responseStream: false;
|
|
86
|
+
readonly requestType: typeof wechaty_puppet_base_pb.VersionRequest;
|
|
87
|
+
readonly responseType: typeof wechaty_puppet_base_pb.VersionResponse;
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
type PuppetEvent = {
|
|
91
|
+
readonly methodName: string;
|
|
92
|
+
readonly service: typeof Puppet;
|
|
93
|
+
readonly requestStream: false;
|
|
94
|
+
readonly responseStream: true;
|
|
95
|
+
readonly requestType: typeof wechaty_puppet_event_pb.EventRequest;
|
|
96
|
+
readonly responseType: typeof wechaty_puppet_event_pb.EventResponse;
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
type PuppetDirtyPayload = {
|
|
100
|
+
readonly methodName: string;
|
|
101
|
+
readonly service: typeof Puppet;
|
|
102
|
+
readonly requestStream: false;
|
|
103
|
+
readonly responseStream: false;
|
|
104
|
+
readonly requestType: typeof wechaty_puppet_base_pb.DirtyPayloadRequest;
|
|
105
|
+
readonly responseType: typeof wechaty_puppet_base_pb.DirtyPayloadResponse;
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
type PuppetContactSelfQRCode = {
|
|
109
|
+
readonly methodName: string;
|
|
110
|
+
readonly service: typeof Puppet;
|
|
111
|
+
readonly requestStream: false;
|
|
112
|
+
readonly responseStream: false;
|
|
113
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactSelfQRCodeRequest;
|
|
114
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactSelfQRCodeResponse;
|
|
115
|
+
};
|
|
116
|
+
|
|
117
|
+
type PuppetContactSelfName = {
|
|
118
|
+
readonly methodName: string;
|
|
119
|
+
readonly service: typeof Puppet;
|
|
120
|
+
readonly requestStream: false;
|
|
121
|
+
readonly responseStream: false;
|
|
122
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactSelfNameRequest;
|
|
123
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactSelfNameResponse;
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
type PuppetContactSelfSignature = {
|
|
127
|
+
readonly methodName: string;
|
|
128
|
+
readonly service: typeof Puppet;
|
|
129
|
+
readonly requestStream: false;
|
|
130
|
+
readonly responseStream: false;
|
|
131
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactSelfSignatureRequest;
|
|
132
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactSelfSignatureResponse;
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
type PuppetContactPayload = {
|
|
136
|
+
readonly methodName: string;
|
|
137
|
+
readonly service: typeof Puppet;
|
|
138
|
+
readonly requestStream: false;
|
|
139
|
+
readonly responseStream: false;
|
|
140
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactPayloadRequest;
|
|
141
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactPayloadResponse;
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
type PuppetContactAlias = {
|
|
145
|
+
readonly methodName: string;
|
|
146
|
+
readonly service: typeof Puppet;
|
|
147
|
+
readonly requestStream: false;
|
|
148
|
+
readonly responseStream: false;
|
|
149
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactAliasRequest;
|
|
150
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactAliasResponse;
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
type PuppetContactAvatar = {
|
|
154
|
+
readonly methodName: string;
|
|
155
|
+
readonly service: typeof Puppet;
|
|
156
|
+
readonly requestStream: false;
|
|
157
|
+
readonly responseStream: false;
|
|
158
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactAvatarRequest;
|
|
159
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactAvatarResponse;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
type PuppetContactPhone = {
|
|
163
|
+
readonly methodName: string;
|
|
164
|
+
readonly service: typeof Puppet;
|
|
165
|
+
readonly requestStream: false;
|
|
166
|
+
readonly responseStream: false;
|
|
167
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactPhoneRequest;
|
|
168
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactPhoneResponse;
|
|
169
|
+
};
|
|
170
|
+
|
|
171
|
+
type PuppetContactCorporationRemark = {
|
|
172
|
+
readonly methodName: string;
|
|
173
|
+
readonly service: typeof Puppet;
|
|
174
|
+
readonly requestStream: false;
|
|
175
|
+
readonly responseStream: false;
|
|
176
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactCorporationRemarkRequest;
|
|
177
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactCorporationRemarkResponse;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
type PuppetContactDescription = {
|
|
181
|
+
readonly methodName: string;
|
|
182
|
+
readonly service: typeof Puppet;
|
|
183
|
+
readonly requestStream: false;
|
|
184
|
+
readonly responseStream: false;
|
|
185
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactDescriptionRequest;
|
|
186
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactDescriptionResponse;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
type PuppetContactList = {
|
|
190
|
+
readonly methodName: string;
|
|
191
|
+
readonly service: typeof Puppet;
|
|
192
|
+
readonly requestStream: false;
|
|
193
|
+
readonly responseStream: false;
|
|
194
|
+
readonly requestType: typeof wechaty_puppet_contact_pb.ContactListRequest;
|
|
195
|
+
readonly responseType: typeof wechaty_puppet_contact_pb.ContactListResponse;
|
|
196
|
+
};
|
|
197
|
+
|
|
198
|
+
type PuppetFriendshipPayload = {
|
|
199
|
+
readonly methodName: string;
|
|
200
|
+
readonly service: typeof Puppet;
|
|
201
|
+
readonly requestStream: false;
|
|
202
|
+
readonly responseStream: false;
|
|
203
|
+
readonly requestType: typeof wechaty_puppet_friendship_pb.FriendshipPayloadRequest;
|
|
204
|
+
readonly responseType: typeof wechaty_puppet_friendship_pb.FriendshipPayloadResponse;
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
type PuppetFriendshipSearchPhone = {
|
|
208
|
+
readonly methodName: string;
|
|
209
|
+
readonly service: typeof Puppet;
|
|
210
|
+
readonly requestStream: false;
|
|
211
|
+
readonly responseStream: false;
|
|
212
|
+
readonly requestType: typeof wechaty_puppet_friendship_pb.FriendshipSearchPhoneRequest;
|
|
213
|
+
readonly responseType: typeof wechaty_puppet_friendship_pb.FriendshipSearchPhoneResponse;
|
|
214
|
+
};
|
|
215
|
+
|
|
216
|
+
type PuppetFriendshipSearchWeixin = {
|
|
217
|
+
readonly methodName: string;
|
|
218
|
+
readonly service: typeof Puppet;
|
|
219
|
+
readonly requestStream: false;
|
|
220
|
+
readonly responseStream: false;
|
|
221
|
+
readonly requestType: typeof wechaty_puppet_friendship_pb.FriendshipSearchHandleRequest;
|
|
222
|
+
readonly responseType: typeof wechaty_puppet_friendship_pb.FriendshipSearchHandleResponse;
|
|
223
|
+
};
|
|
224
|
+
|
|
225
|
+
type PuppetFriendshipSearchHandle = {
|
|
226
|
+
readonly methodName: string;
|
|
227
|
+
readonly service: typeof Puppet;
|
|
228
|
+
readonly requestStream: false;
|
|
229
|
+
readonly responseStream: false;
|
|
230
|
+
readonly requestType: typeof wechaty_puppet_friendship_pb.FriendshipSearchHandleRequest;
|
|
231
|
+
readonly responseType: typeof wechaty_puppet_friendship_pb.FriendshipSearchHandleResponse;
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
type PuppetFriendshipAdd = {
|
|
235
|
+
readonly methodName: string;
|
|
236
|
+
readonly service: typeof Puppet;
|
|
237
|
+
readonly requestStream: false;
|
|
238
|
+
readonly responseStream: false;
|
|
239
|
+
readonly requestType: typeof wechaty_puppet_friendship_pb.FriendshipAddRequest;
|
|
240
|
+
readonly responseType: typeof wechaty_puppet_friendship_pb.FriendshipAddResponse;
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
type PuppetFriendshipAccept = {
|
|
244
|
+
readonly methodName: string;
|
|
245
|
+
readonly service: typeof Puppet;
|
|
246
|
+
readonly requestStream: false;
|
|
247
|
+
readonly responseStream: false;
|
|
248
|
+
readonly requestType: typeof wechaty_puppet_friendship_pb.FriendshipAcceptRequest;
|
|
249
|
+
readonly responseType: typeof wechaty_puppet_friendship_pb.FriendshipAcceptResponse;
|
|
250
|
+
};
|
|
251
|
+
|
|
252
|
+
type PuppetMessageFile = {
|
|
253
|
+
readonly methodName: string;
|
|
254
|
+
readonly service: typeof Puppet;
|
|
255
|
+
readonly requestStream: false;
|
|
256
|
+
readonly responseStream: false;
|
|
257
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageFileRequest;
|
|
258
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageFileResponse;
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
type PuppetMessageImage = {
|
|
262
|
+
readonly methodName: string;
|
|
263
|
+
readonly service: typeof Puppet;
|
|
264
|
+
readonly requestStream: false;
|
|
265
|
+
readonly responseStream: false;
|
|
266
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageImageRequest;
|
|
267
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageImageResponse;
|
|
268
|
+
};
|
|
269
|
+
|
|
270
|
+
type PuppetMessageSendFile = {
|
|
271
|
+
readonly methodName: string;
|
|
272
|
+
readonly service: typeof Puppet;
|
|
273
|
+
readonly requestStream: false;
|
|
274
|
+
readonly responseStream: false;
|
|
275
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageSendFileRequest;
|
|
276
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageSendFileResponse;
|
|
277
|
+
};
|
|
278
|
+
|
|
279
|
+
type PuppetMessagePayload = {
|
|
280
|
+
readonly methodName: string;
|
|
281
|
+
readonly service: typeof Puppet;
|
|
282
|
+
readonly requestStream: false;
|
|
283
|
+
readonly responseStream: false;
|
|
284
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessagePayloadRequest;
|
|
285
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessagePayloadResponse;
|
|
286
|
+
};
|
|
287
|
+
|
|
288
|
+
type PuppetMessageContact = {
|
|
289
|
+
readonly methodName: string;
|
|
290
|
+
readonly service: typeof Puppet;
|
|
291
|
+
readonly requestStream: false;
|
|
292
|
+
readonly responseStream: false;
|
|
293
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageContactRequest;
|
|
294
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageContactResponse;
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
type PuppetMessageMiniProgram = {
|
|
298
|
+
readonly methodName: string;
|
|
299
|
+
readonly service: typeof Puppet;
|
|
300
|
+
readonly requestStream: false;
|
|
301
|
+
readonly responseStream: false;
|
|
302
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageMiniProgramRequest;
|
|
303
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageMiniProgramResponse;
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
type PuppetMessageUrl = {
|
|
307
|
+
readonly methodName: string;
|
|
308
|
+
readonly service: typeof Puppet;
|
|
309
|
+
readonly requestStream: false;
|
|
310
|
+
readonly responseStream: false;
|
|
311
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageUrlRequest;
|
|
312
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageUrlResponse;
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
type PuppetMessageRecall = {
|
|
316
|
+
readonly methodName: string;
|
|
317
|
+
readonly service: typeof Puppet;
|
|
318
|
+
readonly requestStream: false;
|
|
319
|
+
readonly responseStream: false;
|
|
320
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageRecallRequest;
|
|
321
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageRecallResponse;
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
type PuppetMessageForward = {
|
|
325
|
+
readonly methodName: string;
|
|
326
|
+
readonly service: typeof Puppet;
|
|
327
|
+
readonly requestStream: false;
|
|
328
|
+
readonly responseStream: false;
|
|
329
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageForwardRequest;
|
|
330
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageForwardResponse;
|
|
331
|
+
};
|
|
332
|
+
|
|
333
|
+
type PuppetMessageLocation = {
|
|
334
|
+
readonly methodName: string;
|
|
335
|
+
readonly service: typeof Puppet;
|
|
336
|
+
readonly requestStream: false;
|
|
337
|
+
readonly responseStream: false;
|
|
338
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageLocationRequest;
|
|
339
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageLocationResponse;
|
|
340
|
+
};
|
|
341
|
+
|
|
342
|
+
type PuppetMessageSendContact = {
|
|
343
|
+
readonly methodName: string;
|
|
344
|
+
readonly service: typeof Puppet;
|
|
345
|
+
readonly requestStream: false;
|
|
346
|
+
readonly responseStream: false;
|
|
347
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageSendContactRequest;
|
|
348
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageSendContactResponse;
|
|
349
|
+
};
|
|
350
|
+
|
|
351
|
+
type PuppetMessageSendText = {
|
|
352
|
+
readonly methodName: string;
|
|
353
|
+
readonly service: typeof Puppet;
|
|
354
|
+
readonly requestStream: false;
|
|
355
|
+
readonly responseStream: false;
|
|
356
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageSendTextRequest;
|
|
357
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageSendTextResponse;
|
|
358
|
+
};
|
|
359
|
+
|
|
360
|
+
type PuppetMessageSendMiniProgram = {
|
|
361
|
+
readonly methodName: string;
|
|
362
|
+
readonly service: typeof Puppet;
|
|
363
|
+
readonly requestStream: false;
|
|
364
|
+
readonly responseStream: false;
|
|
365
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageSendMiniProgramRequest;
|
|
366
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageSendMiniProgramResponse;
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
type PuppetMessageSendUrl = {
|
|
370
|
+
readonly methodName: string;
|
|
371
|
+
readonly service: typeof Puppet;
|
|
372
|
+
readonly requestStream: false;
|
|
373
|
+
readonly responseStream: false;
|
|
374
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageSendUrlRequest;
|
|
375
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageSendUrlResponse;
|
|
376
|
+
};
|
|
377
|
+
|
|
378
|
+
type PuppetMessageSendLocation = {
|
|
379
|
+
readonly methodName: string;
|
|
380
|
+
readonly service: typeof Puppet;
|
|
381
|
+
readonly requestStream: false;
|
|
382
|
+
readonly responseStream: false;
|
|
383
|
+
readonly requestType: typeof wechaty_puppet_message_pb.MessageSendLocationRequest;
|
|
384
|
+
readonly responseType: typeof wechaty_puppet_message_pb.MessageSendLocationResponse;
|
|
385
|
+
};
|
|
386
|
+
|
|
387
|
+
type PuppetRoomPayload = {
|
|
388
|
+
readonly methodName: string;
|
|
389
|
+
readonly service: typeof Puppet;
|
|
390
|
+
readonly requestStream: false;
|
|
391
|
+
readonly responseStream: false;
|
|
392
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomPayloadRequest;
|
|
393
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomPayloadResponse;
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
type PuppetRoomList = {
|
|
397
|
+
readonly methodName: string;
|
|
398
|
+
readonly service: typeof Puppet;
|
|
399
|
+
readonly requestStream: false;
|
|
400
|
+
readonly responseStream: false;
|
|
401
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomListRequest;
|
|
402
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomListResponse;
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
type PuppetRoomAdd = {
|
|
406
|
+
readonly methodName: string;
|
|
407
|
+
readonly service: typeof Puppet;
|
|
408
|
+
readonly requestStream: false;
|
|
409
|
+
readonly responseStream: false;
|
|
410
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomAddRequest;
|
|
411
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomAddResponse;
|
|
412
|
+
};
|
|
413
|
+
|
|
414
|
+
type PuppetRoomAvatar = {
|
|
415
|
+
readonly methodName: string;
|
|
416
|
+
readonly service: typeof Puppet;
|
|
417
|
+
readonly requestStream: false;
|
|
418
|
+
readonly responseStream: false;
|
|
419
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomAvatarRequest;
|
|
420
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomAvatarResponse;
|
|
421
|
+
};
|
|
422
|
+
|
|
423
|
+
type PuppetRoomCreate = {
|
|
424
|
+
readonly methodName: string;
|
|
425
|
+
readonly service: typeof Puppet;
|
|
426
|
+
readonly requestStream: false;
|
|
427
|
+
readonly responseStream: false;
|
|
428
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomCreateRequest;
|
|
429
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomCreateResponse;
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
type PuppetRoomDel = {
|
|
433
|
+
readonly methodName: string;
|
|
434
|
+
readonly service: typeof Puppet;
|
|
435
|
+
readonly requestStream: false;
|
|
436
|
+
readonly responseStream: false;
|
|
437
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomDelRequest;
|
|
438
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomDelResponse;
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
type PuppetRoomQuit = {
|
|
442
|
+
readonly methodName: string;
|
|
443
|
+
readonly service: typeof Puppet;
|
|
444
|
+
readonly requestStream: false;
|
|
445
|
+
readonly responseStream: false;
|
|
446
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomQuitRequest;
|
|
447
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomQuitResponse;
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
type PuppetRoomTopic = {
|
|
451
|
+
readonly methodName: string;
|
|
452
|
+
readonly service: typeof Puppet;
|
|
453
|
+
readonly requestStream: false;
|
|
454
|
+
readonly responseStream: false;
|
|
455
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomTopicRequest;
|
|
456
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomTopicResponse;
|
|
457
|
+
};
|
|
458
|
+
|
|
459
|
+
type PuppetRoomQRCode = {
|
|
460
|
+
readonly methodName: string;
|
|
461
|
+
readonly service: typeof Puppet;
|
|
462
|
+
readonly requestStream: false;
|
|
463
|
+
readonly responseStream: false;
|
|
464
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomQRCodeRequest;
|
|
465
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomQRCodeResponse;
|
|
466
|
+
};
|
|
467
|
+
|
|
468
|
+
type PuppetRoomAnnounce = {
|
|
469
|
+
readonly methodName: string;
|
|
470
|
+
readonly service: typeof Puppet;
|
|
471
|
+
readonly requestStream: false;
|
|
472
|
+
readonly responseStream: false;
|
|
473
|
+
readonly requestType: typeof wechaty_puppet_room_pb.RoomAnnounceRequest;
|
|
474
|
+
readonly responseType: typeof wechaty_puppet_room_pb.RoomAnnounceResponse;
|
|
475
|
+
};
|
|
476
|
+
|
|
477
|
+
type PuppetRoomMemberPayload = {
|
|
478
|
+
readonly methodName: string;
|
|
479
|
+
readonly service: typeof Puppet;
|
|
480
|
+
readonly requestStream: false;
|
|
481
|
+
readonly responseStream: false;
|
|
482
|
+
readonly requestType: typeof wechaty_puppet_room_member_pb.RoomMemberPayloadRequest;
|
|
483
|
+
readonly responseType: typeof wechaty_puppet_room_member_pb.RoomMemberPayloadResponse;
|
|
484
|
+
};
|
|
485
|
+
|
|
486
|
+
type PuppetRoomMemberList = {
|
|
487
|
+
readonly methodName: string;
|
|
488
|
+
readonly service: typeof Puppet;
|
|
489
|
+
readonly requestStream: false;
|
|
490
|
+
readonly responseStream: false;
|
|
491
|
+
readonly requestType: typeof wechaty_puppet_room_member_pb.RoomMemberListRequest;
|
|
492
|
+
readonly responseType: typeof wechaty_puppet_room_member_pb.RoomMemberListResponse;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
type PuppetRoomInvitationPayload = {
|
|
496
|
+
readonly methodName: string;
|
|
497
|
+
readonly service: typeof Puppet;
|
|
498
|
+
readonly requestStream: false;
|
|
499
|
+
readonly responseStream: false;
|
|
500
|
+
readonly requestType: typeof wechaty_puppet_room_invitation_pb.RoomInvitationPayloadRequest;
|
|
501
|
+
readonly responseType: typeof wechaty_puppet_room_invitation_pb.RoomInvitationPayloadResponse;
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
type PuppetRoomInvitationAccept = {
|
|
505
|
+
readonly methodName: string;
|
|
506
|
+
readonly service: typeof Puppet;
|
|
507
|
+
readonly requestStream: false;
|
|
508
|
+
readonly responseStream: false;
|
|
509
|
+
readonly requestType: typeof wechaty_puppet_room_invitation_pb.RoomInvitationAcceptRequest;
|
|
510
|
+
readonly responseType: typeof wechaty_puppet_room_invitation_pb.RoomInvitationAcceptResponse;
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
type PuppetTagContactAdd = {
|
|
514
|
+
readonly methodName: string;
|
|
515
|
+
readonly service: typeof Puppet;
|
|
516
|
+
readonly requestStream: false;
|
|
517
|
+
readonly responseStream: false;
|
|
518
|
+
readonly requestType: typeof wechaty_puppet_tag_pb.TagContactAddRequest;
|
|
519
|
+
readonly responseType: typeof wechaty_puppet_tag_pb.TagContactAddResponse;
|
|
520
|
+
};
|
|
521
|
+
|
|
522
|
+
type PuppetTagContactRemove = {
|
|
523
|
+
readonly methodName: string;
|
|
524
|
+
readonly service: typeof Puppet;
|
|
525
|
+
readonly requestStream: false;
|
|
526
|
+
readonly responseStream: false;
|
|
527
|
+
readonly requestType: typeof wechaty_puppet_tag_pb.TagContactRemoveRequest;
|
|
528
|
+
readonly responseType: typeof wechaty_puppet_tag_pb.TagContactRemoveResponse;
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
type PuppetTagContactDelete = {
|
|
532
|
+
readonly methodName: string;
|
|
533
|
+
readonly service: typeof Puppet;
|
|
534
|
+
readonly requestStream: false;
|
|
535
|
+
readonly responseStream: false;
|
|
536
|
+
readonly requestType: typeof wechaty_puppet_tag_pb.TagContactDeleteRequest;
|
|
537
|
+
readonly responseType: typeof wechaty_puppet_tag_pb.TagContactDeleteResponse;
|
|
538
|
+
};
|
|
539
|
+
|
|
540
|
+
type PuppetTagContactList = {
|
|
541
|
+
readonly methodName: string;
|
|
542
|
+
readonly service: typeof Puppet;
|
|
543
|
+
readonly requestStream: false;
|
|
544
|
+
readonly responseStream: false;
|
|
545
|
+
readonly requestType: typeof wechaty_puppet_tag_pb.TagContactListRequest;
|
|
546
|
+
readonly responseType: typeof wechaty_puppet_tag_pb.TagContactListResponse;
|
|
547
|
+
};
|
|
548
|
+
|
|
549
|
+
type PuppetDownload = {
|
|
550
|
+
readonly methodName: string;
|
|
551
|
+
readonly service: typeof Puppet;
|
|
552
|
+
readonly requestStream: false;
|
|
553
|
+
readonly responseStream: true;
|
|
554
|
+
readonly requestType: typeof wechaty_puppet_download_upload_pb.DownloadRequest;
|
|
555
|
+
readonly responseType: typeof wechaty_puppet_download_upload_pb.DownloadResponse;
|
|
556
|
+
};
|
|
557
|
+
|
|
558
|
+
type PuppetUpload = {
|
|
559
|
+
readonly methodName: string;
|
|
560
|
+
readonly service: typeof Puppet;
|
|
561
|
+
readonly requestStream: true;
|
|
562
|
+
readonly responseStream: false;
|
|
563
|
+
readonly requestType: typeof wechaty_puppet_download_upload_pb.UploadRequest;
|
|
564
|
+
readonly responseType: typeof wechaty_puppet_download_upload_pb.UploadResponse;
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
export class Puppet {
|
|
568
|
+
static readonly serviceName: string;
|
|
569
|
+
static readonly MessageFileStream: PuppetMessageFileStream;
|
|
570
|
+
static readonly MessageImageStream: PuppetMessageImageStream;
|
|
571
|
+
static readonly MessageSendFileStream: PuppetMessageSendFileStream;
|
|
572
|
+
static readonly Start: PuppetStart;
|
|
573
|
+
static readonly Stop: PuppetStop;
|
|
574
|
+
static readonly Logout: PuppetLogout;
|
|
575
|
+
static readonly Ding: PuppetDing;
|
|
576
|
+
static readonly Version: PuppetVersion;
|
|
577
|
+
static readonly Event: PuppetEvent;
|
|
578
|
+
static readonly DirtyPayload: PuppetDirtyPayload;
|
|
579
|
+
static readonly ContactSelfQRCode: PuppetContactSelfQRCode;
|
|
580
|
+
static readonly ContactSelfName: PuppetContactSelfName;
|
|
581
|
+
static readonly ContactSelfSignature: PuppetContactSelfSignature;
|
|
582
|
+
static readonly ContactPayload: PuppetContactPayload;
|
|
583
|
+
static readonly ContactAlias: PuppetContactAlias;
|
|
584
|
+
static readonly ContactAvatar: PuppetContactAvatar;
|
|
585
|
+
static readonly ContactPhone: PuppetContactPhone;
|
|
586
|
+
static readonly ContactCorporationRemark: PuppetContactCorporationRemark;
|
|
587
|
+
static readonly ContactDescription: PuppetContactDescription;
|
|
588
|
+
static readonly ContactList: PuppetContactList;
|
|
589
|
+
static readonly FriendshipPayload: PuppetFriendshipPayload;
|
|
590
|
+
static readonly FriendshipSearchPhone: PuppetFriendshipSearchPhone;
|
|
591
|
+
static readonly FriendshipSearchWeixin: PuppetFriendshipSearchWeixin;
|
|
592
|
+
static readonly FriendshipSearchHandle: PuppetFriendshipSearchHandle;
|
|
593
|
+
static readonly FriendshipAdd: PuppetFriendshipAdd;
|
|
594
|
+
static readonly FriendshipAccept: PuppetFriendshipAccept;
|
|
595
|
+
static readonly MessageFile: PuppetMessageFile;
|
|
596
|
+
static readonly MessageImage: PuppetMessageImage;
|
|
597
|
+
static readonly MessageSendFile: PuppetMessageSendFile;
|
|
598
|
+
static readonly MessagePayload: PuppetMessagePayload;
|
|
599
|
+
static readonly MessageContact: PuppetMessageContact;
|
|
600
|
+
static readonly MessageMiniProgram: PuppetMessageMiniProgram;
|
|
601
|
+
static readonly MessageUrl: PuppetMessageUrl;
|
|
602
|
+
static readonly MessageRecall: PuppetMessageRecall;
|
|
603
|
+
static readonly MessageForward: PuppetMessageForward;
|
|
604
|
+
static readonly MessageLocation: PuppetMessageLocation;
|
|
605
|
+
static readonly MessageSendContact: PuppetMessageSendContact;
|
|
606
|
+
static readonly MessageSendText: PuppetMessageSendText;
|
|
607
|
+
static readonly MessageSendMiniProgram: PuppetMessageSendMiniProgram;
|
|
608
|
+
static readonly MessageSendUrl: PuppetMessageSendUrl;
|
|
609
|
+
static readonly MessageSendLocation: PuppetMessageSendLocation;
|
|
610
|
+
static readonly RoomPayload: PuppetRoomPayload;
|
|
611
|
+
static readonly RoomList: PuppetRoomList;
|
|
612
|
+
static readonly RoomAdd: PuppetRoomAdd;
|
|
613
|
+
static readonly RoomAvatar: PuppetRoomAvatar;
|
|
614
|
+
static readonly RoomCreate: PuppetRoomCreate;
|
|
615
|
+
static readonly RoomDel: PuppetRoomDel;
|
|
616
|
+
static readonly RoomQuit: PuppetRoomQuit;
|
|
617
|
+
static readonly RoomTopic: PuppetRoomTopic;
|
|
618
|
+
static readonly RoomQRCode: PuppetRoomQRCode;
|
|
619
|
+
static readonly RoomAnnounce: PuppetRoomAnnounce;
|
|
620
|
+
static readonly RoomMemberPayload: PuppetRoomMemberPayload;
|
|
621
|
+
static readonly RoomMemberList: PuppetRoomMemberList;
|
|
622
|
+
static readonly RoomInvitationPayload: PuppetRoomInvitationPayload;
|
|
623
|
+
static readonly RoomInvitationAccept: PuppetRoomInvitationAccept;
|
|
624
|
+
static readonly TagContactAdd: PuppetTagContactAdd;
|
|
625
|
+
static readonly TagContactRemove: PuppetTagContactRemove;
|
|
626
|
+
static readonly TagContactDelete: PuppetTagContactDelete;
|
|
627
|
+
static readonly TagContactList: PuppetTagContactList;
|
|
628
|
+
static readonly Download: PuppetDownload;
|
|
629
|
+
static readonly Upload: PuppetUpload;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export type ServiceError = { message: string, code: number; metadata: grpc.Metadata }
|
|
633
|
+
export type Status = { details: string, code: number; metadata: grpc.Metadata }
|
|
634
|
+
|
|
635
|
+
interface UnaryResponse {
|
|
636
|
+
cancel(): void;
|
|
637
|
+
}
|
|
638
|
+
interface ResponseStream<T> {
|
|
639
|
+
cancel(): void;
|
|
640
|
+
on(type: 'data', handler: (message: T) => void): ResponseStream<T>;
|
|
641
|
+
on(type: 'end', handler: (status?: Status) => void): ResponseStream<T>;
|
|
642
|
+
on(type: 'status', handler: (status: Status) => void): ResponseStream<T>;
|
|
643
|
+
}
|
|
644
|
+
interface RequestStream<T> {
|
|
645
|
+
write(message: T): RequestStream<T>;
|
|
646
|
+
end(): void;
|
|
647
|
+
cancel(): void;
|
|
648
|
+
on(type: 'end', handler: (status?: Status) => void): RequestStream<T>;
|
|
649
|
+
on(type: 'status', handler: (status: Status) => void): RequestStream<T>;
|
|
650
|
+
}
|
|
651
|
+
interface BidirectionalStream<ReqT, ResT> {
|
|
652
|
+
write(message: ReqT): BidirectionalStream<ReqT, ResT>;
|
|
653
|
+
end(): void;
|
|
654
|
+
cancel(): void;
|
|
655
|
+
on(type: 'data', handler: (message: ResT) => void): BidirectionalStream<ReqT, ResT>;
|
|
656
|
+
on(type: 'end', handler: (status?: Status) => void): BidirectionalStream<ReqT, ResT>;
|
|
657
|
+
on(type: 'status', handler: (status: Status) => void): BidirectionalStream<ReqT, ResT>;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
export class PuppetClient {
|
|
661
|
+
readonly serviceHost: string;
|
|
662
|
+
|
|
663
|
+
constructor(serviceHost: string, options?: grpc.RpcOptions);
|
|
664
|
+
messageFileStream(requestMessage: wechaty_deprecated_file_box_pb.MessageFileStreamRequest, metadata?: grpc.Metadata): ResponseStream<wechaty_deprecated_file_box_pb.MessageFileStreamResponse>;
|
|
665
|
+
messageImageStream(requestMessage: wechaty_deprecated_file_box_pb.MessageImageStreamRequest, metadata?: grpc.Metadata): ResponseStream<wechaty_deprecated_file_box_pb.MessageImageStreamResponse>;
|
|
666
|
+
messageSendFileStream(metadata?: grpc.Metadata): RequestStream<wechaty_deprecated_file_box_pb.MessageSendFileStreamRequest>;
|
|
667
|
+
start(
|
|
668
|
+
requestMessage: wechaty_puppet_base_pb.StartRequest,
|
|
669
|
+
metadata: grpc.Metadata,
|
|
670
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.StartResponse|null) => void
|
|
671
|
+
): UnaryResponse;
|
|
672
|
+
start(
|
|
673
|
+
requestMessage: wechaty_puppet_base_pb.StartRequest,
|
|
674
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.StartResponse|null) => void
|
|
675
|
+
): UnaryResponse;
|
|
676
|
+
stop(
|
|
677
|
+
requestMessage: wechaty_puppet_base_pb.StopRequest,
|
|
678
|
+
metadata: grpc.Metadata,
|
|
679
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.StopResponse|null) => void
|
|
680
|
+
): UnaryResponse;
|
|
681
|
+
stop(
|
|
682
|
+
requestMessage: wechaty_puppet_base_pb.StopRequest,
|
|
683
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.StopResponse|null) => void
|
|
684
|
+
): UnaryResponse;
|
|
685
|
+
logout(
|
|
686
|
+
requestMessage: wechaty_puppet_base_pb.LogoutRequest,
|
|
687
|
+
metadata: grpc.Metadata,
|
|
688
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.LogoutResponse|null) => void
|
|
689
|
+
): UnaryResponse;
|
|
690
|
+
logout(
|
|
691
|
+
requestMessage: wechaty_puppet_base_pb.LogoutRequest,
|
|
692
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.LogoutResponse|null) => void
|
|
693
|
+
): UnaryResponse;
|
|
694
|
+
ding(
|
|
695
|
+
requestMessage: wechaty_puppet_base_pb.DingRequest,
|
|
696
|
+
metadata: grpc.Metadata,
|
|
697
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.DingResponse|null) => void
|
|
698
|
+
): UnaryResponse;
|
|
699
|
+
ding(
|
|
700
|
+
requestMessage: wechaty_puppet_base_pb.DingRequest,
|
|
701
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.DingResponse|null) => void
|
|
702
|
+
): UnaryResponse;
|
|
703
|
+
version(
|
|
704
|
+
requestMessage: wechaty_puppet_base_pb.VersionRequest,
|
|
705
|
+
metadata: grpc.Metadata,
|
|
706
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.VersionResponse|null) => void
|
|
707
|
+
): UnaryResponse;
|
|
708
|
+
version(
|
|
709
|
+
requestMessage: wechaty_puppet_base_pb.VersionRequest,
|
|
710
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.VersionResponse|null) => void
|
|
711
|
+
): UnaryResponse;
|
|
712
|
+
event(requestMessage: wechaty_puppet_event_pb.EventRequest, metadata?: grpc.Metadata): ResponseStream<wechaty_puppet_event_pb.EventResponse>;
|
|
713
|
+
dirtyPayload(
|
|
714
|
+
requestMessage: wechaty_puppet_base_pb.DirtyPayloadRequest,
|
|
715
|
+
metadata: grpc.Metadata,
|
|
716
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.DirtyPayloadResponse|null) => void
|
|
717
|
+
): UnaryResponse;
|
|
718
|
+
dirtyPayload(
|
|
719
|
+
requestMessage: wechaty_puppet_base_pb.DirtyPayloadRequest,
|
|
720
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_base_pb.DirtyPayloadResponse|null) => void
|
|
721
|
+
): UnaryResponse;
|
|
722
|
+
contactSelfQRCode(
|
|
723
|
+
requestMessage: wechaty_puppet_contact_pb.ContactSelfQRCodeRequest,
|
|
724
|
+
metadata: grpc.Metadata,
|
|
725
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactSelfQRCodeResponse|null) => void
|
|
726
|
+
): UnaryResponse;
|
|
727
|
+
contactSelfQRCode(
|
|
728
|
+
requestMessage: wechaty_puppet_contact_pb.ContactSelfQRCodeRequest,
|
|
729
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactSelfQRCodeResponse|null) => void
|
|
730
|
+
): UnaryResponse;
|
|
731
|
+
contactSelfName(
|
|
732
|
+
requestMessage: wechaty_puppet_contact_pb.ContactSelfNameRequest,
|
|
733
|
+
metadata: grpc.Metadata,
|
|
734
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactSelfNameResponse|null) => void
|
|
735
|
+
): UnaryResponse;
|
|
736
|
+
contactSelfName(
|
|
737
|
+
requestMessage: wechaty_puppet_contact_pb.ContactSelfNameRequest,
|
|
738
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactSelfNameResponse|null) => void
|
|
739
|
+
): UnaryResponse;
|
|
740
|
+
contactSelfSignature(
|
|
741
|
+
requestMessage: wechaty_puppet_contact_pb.ContactSelfSignatureRequest,
|
|
742
|
+
metadata: grpc.Metadata,
|
|
743
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactSelfSignatureResponse|null) => void
|
|
744
|
+
): UnaryResponse;
|
|
745
|
+
contactSelfSignature(
|
|
746
|
+
requestMessage: wechaty_puppet_contact_pb.ContactSelfSignatureRequest,
|
|
747
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactSelfSignatureResponse|null) => void
|
|
748
|
+
): UnaryResponse;
|
|
749
|
+
contactPayload(
|
|
750
|
+
requestMessage: wechaty_puppet_contact_pb.ContactPayloadRequest,
|
|
751
|
+
metadata: grpc.Metadata,
|
|
752
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactPayloadResponse|null) => void
|
|
753
|
+
): UnaryResponse;
|
|
754
|
+
contactPayload(
|
|
755
|
+
requestMessage: wechaty_puppet_contact_pb.ContactPayloadRequest,
|
|
756
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactPayloadResponse|null) => void
|
|
757
|
+
): UnaryResponse;
|
|
758
|
+
contactAlias(
|
|
759
|
+
requestMessage: wechaty_puppet_contact_pb.ContactAliasRequest,
|
|
760
|
+
metadata: grpc.Metadata,
|
|
761
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactAliasResponse|null) => void
|
|
762
|
+
): UnaryResponse;
|
|
763
|
+
contactAlias(
|
|
764
|
+
requestMessage: wechaty_puppet_contact_pb.ContactAliasRequest,
|
|
765
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactAliasResponse|null) => void
|
|
766
|
+
): UnaryResponse;
|
|
767
|
+
contactAvatar(
|
|
768
|
+
requestMessage: wechaty_puppet_contact_pb.ContactAvatarRequest,
|
|
769
|
+
metadata: grpc.Metadata,
|
|
770
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactAvatarResponse|null) => void
|
|
771
|
+
): UnaryResponse;
|
|
772
|
+
contactAvatar(
|
|
773
|
+
requestMessage: wechaty_puppet_contact_pb.ContactAvatarRequest,
|
|
774
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactAvatarResponse|null) => void
|
|
775
|
+
): UnaryResponse;
|
|
776
|
+
contactPhone(
|
|
777
|
+
requestMessage: wechaty_puppet_contact_pb.ContactPhoneRequest,
|
|
778
|
+
metadata: grpc.Metadata,
|
|
779
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactPhoneResponse|null) => void
|
|
780
|
+
): UnaryResponse;
|
|
781
|
+
contactPhone(
|
|
782
|
+
requestMessage: wechaty_puppet_contact_pb.ContactPhoneRequest,
|
|
783
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactPhoneResponse|null) => void
|
|
784
|
+
): UnaryResponse;
|
|
785
|
+
contactCorporationRemark(
|
|
786
|
+
requestMessage: wechaty_puppet_contact_pb.ContactCorporationRemarkRequest,
|
|
787
|
+
metadata: grpc.Metadata,
|
|
788
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactCorporationRemarkResponse|null) => void
|
|
789
|
+
): UnaryResponse;
|
|
790
|
+
contactCorporationRemark(
|
|
791
|
+
requestMessage: wechaty_puppet_contact_pb.ContactCorporationRemarkRequest,
|
|
792
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactCorporationRemarkResponse|null) => void
|
|
793
|
+
): UnaryResponse;
|
|
794
|
+
contactDescription(
|
|
795
|
+
requestMessage: wechaty_puppet_contact_pb.ContactDescriptionRequest,
|
|
796
|
+
metadata: grpc.Metadata,
|
|
797
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactDescriptionResponse|null) => void
|
|
798
|
+
): UnaryResponse;
|
|
799
|
+
contactDescription(
|
|
800
|
+
requestMessage: wechaty_puppet_contact_pb.ContactDescriptionRequest,
|
|
801
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactDescriptionResponse|null) => void
|
|
802
|
+
): UnaryResponse;
|
|
803
|
+
contactList(
|
|
804
|
+
requestMessage: wechaty_puppet_contact_pb.ContactListRequest,
|
|
805
|
+
metadata: grpc.Metadata,
|
|
806
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactListResponse|null) => void
|
|
807
|
+
): UnaryResponse;
|
|
808
|
+
contactList(
|
|
809
|
+
requestMessage: wechaty_puppet_contact_pb.ContactListRequest,
|
|
810
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_contact_pb.ContactListResponse|null) => void
|
|
811
|
+
): UnaryResponse;
|
|
812
|
+
friendshipPayload(
|
|
813
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipPayloadRequest,
|
|
814
|
+
metadata: grpc.Metadata,
|
|
815
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipPayloadResponse|null) => void
|
|
816
|
+
): UnaryResponse;
|
|
817
|
+
friendshipPayload(
|
|
818
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipPayloadRequest,
|
|
819
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipPayloadResponse|null) => void
|
|
820
|
+
): UnaryResponse;
|
|
821
|
+
friendshipSearchPhone(
|
|
822
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipSearchPhoneRequest,
|
|
823
|
+
metadata: grpc.Metadata,
|
|
824
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipSearchPhoneResponse|null) => void
|
|
825
|
+
): UnaryResponse;
|
|
826
|
+
friendshipSearchPhone(
|
|
827
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipSearchPhoneRequest,
|
|
828
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipSearchPhoneResponse|null) => void
|
|
829
|
+
): UnaryResponse;
|
|
830
|
+
friendshipSearchWeixin(
|
|
831
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipSearchHandleRequest,
|
|
832
|
+
metadata: grpc.Metadata,
|
|
833
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipSearchHandleResponse|null) => void
|
|
834
|
+
): UnaryResponse;
|
|
835
|
+
friendshipSearchWeixin(
|
|
836
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipSearchHandleRequest,
|
|
837
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipSearchHandleResponse|null) => void
|
|
838
|
+
): UnaryResponse;
|
|
839
|
+
friendshipSearchHandle(
|
|
840
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipSearchHandleRequest,
|
|
841
|
+
metadata: grpc.Metadata,
|
|
842
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipSearchHandleResponse|null) => void
|
|
843
|
+
): UnaryResponse;
|
|
844
|
+
friendshipSearchHandle(
|
|
845
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipSearchHandleRequest,
|
|
846
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipSearchHandleResponse|null) => void
|
|
847
|
+
): UnaryResponse;
|
|
848
|
+
friendshipAdd(
|
|
849
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipAddRequest,
|
|
850
|
+
metadata: grpc.Metadata,
|
|
851
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipAddResponse|null) => void
|
|
852
|
+
): UnaryResponse;
|
|
853
|
+
friendshipAdd(
|
|
854
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipAddRequest,
|
|
855
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipAddResponse|null) => void
|
|
856
|
+
): UnaryResponse;
|
|
857
|
+
friendshipAccept(
|
|
858
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipAcceptRequest,
|
|
859
|
+
metadata: grpc.Metadata,
|
|
860
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipAcceptResponse|null) => void
|
|
861
|
+
): UnaryResponse;
|
|
862
|
+
friendshipAccept(
|
|
863
|
+
requestMessage: wechaty_puppet_friendship_pb.FriendshipAcceptRequest,
|
|
864
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_friendship_pb.FriendshipAcceptResponse|null) => void
|
|
865
|
+
): UnaryResponse;
|
|
866
|
+
messageFile(
|
|
867
|
+
requestMessage: wechaty_puppet_message_pb.MessageFileRequest,
|
|
868
|
+
metadata: grpc.Metadata,
|
|
869
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageFileResponse|null) => void
|
|
870
|
+
): UnaryResponse;
|
|
871
|
+
messageFile(
|
|
872
|
+
requestMessage: wechaty_puppet_message_pb.MessageFileRequest,
|
|
873
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageFileResponse|null) => void
|
|
874
|
+
): UnaryResponse;
|
|
875
|
+
messageImage(
|
|
876
|
+
requestMessage: wechaty_puppet_message_pb.MessageImageRequest,
|
|
877
|
+
metadata: grpc.Metadata,
|
|
878
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageImageResponse|null) => void
|
|
879
|
+
): UnaryResponse;
|
|
880
|
+
messageImage(
|
|
881
|
+
requestMessage: wechaty_puppet_message_pb.MessageImageRequest,
|
|
882
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageImageResponse|null) => void
|
|
883
|
+
): UnaryResponse;
|
|
884
|
+
messageSendFile(
|
|
885
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendFileRequest,
|
|
886
|
+
metadata: grpc.Metadata,
|
|
887
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendFileResponse|null) => void
|
|
888
|
+
): UnaryResponse;
|
|
889
|
+
messageSendFile(
|
|
890
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendFileRequest,
|
|
891
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendFileResponse|null) => void
|
|
892
|
+
): UnaryResponse;
|
|
893
|
+
messagePayload(
|
|
894
|
+
requestMessage: wechaty_puppet_message_pb.MessagePayloadRequest,
|
|
895
|
+
metadata: grpc.Metadata,
|
|
896
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessagePayloadResponse|null) => void
|
|
897
|
+
): UnaryResponse;
|
|
898
|
+
messagePayload(
|
|
899
|
+
requestMessage: wechaty_puppet_message_pb.MessagePayloadRequest,
|
|
900
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessagePayloadResponse|null) => void
|
|
901
|
+
): UnaryResponse;
|
|
902
|
+
messageContact(
|
|
903
|
+
requestMessage: wechaty_puppet_message_pb.MessageContactRequest,
|
|
904
|
+
metadata: grpc.Metadata,
|
|
905
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageContactResponse|null) => void
|
|
906
|
+
): UnaryResponse;
|
|
907
|
+
messageContact(
|
|
908
|
+
requestMessage: wechaty_puppet_message_pb.MessageContactRequest,
|
|
909
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageContactResponse|null) => void
|
|
910
|
+
): UnaryResponse;
|
|
911
|
+
messageMiniProgram(
|
|
912
|
+
requestMessage: wechaty_puppet_message_pb.MessageMiniProgramRequest,
|
|
913
|
+
metadata: grpc.Metadata,
|
|
914
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageMiniProgramResponse|null) => void
|
|
915
|
+
): UnaryResponse;
|
|
916
|
+
messageMiniProgram(
|
|
917
|
+
requestMessage: wechaty_puppet_message_pb.MessageMiniProgramRequest,
|
|
918
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageMiniProgramResponse|null) => void
|
|
919
|
+
): UnaryResponse;
|
|
920
|
+
messageUrl(
|
|
921
|
+
requestMessage: wechaty_puppet_message_pb.MessageUrlRequest,
|
|
922
|
+
metadata: grpc.Metadata,
|
|
923
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageUrlResponse|null) => void
|
|
924
|
+
): UnaryResponse;
|
|
925
|
+
messageUrl(
|
|
926
|
+
requestMessage: wechaty_puppet_message_pb.MessageUrlRequest,
|
|
927
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageUrlResponse|null) => void
|
|
928
|
+
): UnaryResponse;
|
|
929
|
+
messageRecall(
|
|
930
|
+
requestMessage: wechaty_puppet_message_pb.MessageRecallRequest,
|
|
931
|
+
metadata: grpc.Metadata,
|
|
932
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageRecallResponse|null) => void
|
|
933
|
+
): UnaryResponse;
|
|
934
|
+
messageRecall(
|
|
935
|
+
requestMessage: wechaty_puppet_message_pb.MessageRecallRequest,
|
|
936
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageRecallResponse|null) => void
|
|
937
|
+
): UnaryResponse;
|
|
938
|
+
messageForward(
|
|
939
|
+
requestMessage: wechaty_puppet_message_pb.MessageForwardRequest,
|
|
940
|
+
metadata: grpc.Metadata,
|
|
941
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageForwardResponse|null) => void
|
|
942
|
+
): UnaryResponse;
|
|
943
|
+
messageForward(
|
|
944
|
+
requestMessage: wechaty_puppet_message_pb.MessageForwardRequest,
|
|
945
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageForwardResponse|null) => void
|
|
946
|
+
): UnaryResponse;
|
|
947
|
+
messageLocation(
|
|
948
|
+
requestMessage: wechaty_puppet_message_pb.MessageLocationRequest,
|
|
949
|
+
metadata: grpc.Metadata,
|
|
950
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageLocationResponse|null) => void
|
|
951
|
+
): UnaryResponse;
|
|
952
|
+
messageLocation(
|
|
953
|
+
requestMessage: wechaty_puppet_message_pb.MessageLocationRequest,
|
|
954
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageLocationResponse|null) => void
|
|
955
|
+
): UnaryResponse;
|
|
956
|
+
messageSendContact(
|
|
957
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendContactRequest,
|
|
958
|
+
metadata: grpc.Metadata,
|
|
959
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendContactResponse|null) => void
|
|
960
|
+
): UnaryResponse;
|
|
961
|
+
messageSendContact(
|
|
962
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendContactRequest,
|
|
963
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendContactResponse|null) => void
|
|
964
|
+
): UnaryResponse;
|
|
965
|
+
messageSendText(
|
|
966
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendTextRequest,
|
|
967
|
+
metadata: grpc.Metadata,
|
|
968
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendTextResponse|null) => void
|
|
969
|
+
): UnaryResponse;
|
|
970
|
+
messageSendText(
|
|
971
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendTextRequest,
|
|
972
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendTextResponse|null) => void
|
|
973
|
+
): UnaryResponse;
|
|
974
|
+
messageSendMiniProgram(
|
|
975
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendMiniProgramRequest,
|
|
976
|
+
metadata: grpc.Metadata,
|
|
977
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendMiniProgramResponse|null) => void
|
|
978
|
+
): UnaryResponse;
|
|
979
|
+
messageSendMiniProgram(
|
|
980
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendMiniProgramRequest,
|
|
981
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendMiniProgramResponse|null) => void
|
|
982
|
+
): UnaryResponse;
|
|
983
|
+
messageSendUrl(
|
|
984
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendUrlRequest,
|
|
985
|
+
metadata: grpc.Metadata,
|
|
986
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendUrlResponse|null) => void
|
|
987
|
+
): UnaryResponse;
|
|
988
|
+
messageSendUrl(
|
|
989
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendUrlRequest,
|
|
990
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendUrlResponse|null) => void
|
|
991
|
+
): UnaryResponse;
|
|
992
|
+
messageSendLocation(
|
|
993
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendLocationRequest,
|
|
994
|
+
metadata: grpc.Metadata,
|
|
995
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendLocationResponse|null) => void
|
|
996
|
+
): UnaryResponse;
|
|
997
|
+
messageSendLocation(
|
|
998
|
+
requestMessage: wechaty_puppet_message_pb.MessageSendLocationRequest,
|
|
999
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_message_pb.MessageSendLocationResponse|null) => void
|
|
1000
|
+
): UnaryResponse;
|
|
1001
|
+
roomPayload(
|
|
1002
|
+
requestMessage: wechaty_puppet_room_pb.RoomPayloadRequest,
|
|
1003
|
+
metadata: grpc.Metadata,
|
|
1004
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomPayloadResponse|null) => void
|
|
1005
|
+
): UnaryResponse;
|
|
1006
|
+
roomPayload(
|
|
1007
|
+
requestMessage: wechaty_puppet_room_pb.RoomPayloadRequest,
|
|
1008
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomPayloadResponse|null) => void
|
|
1009
|
+
): UnaryResponse;
|
|
1010
|
+
roomList(
|
|
1011
|
+
requestMessage: wechaty_puppet_room_pb.RoomListRequest,
|
|
1012
|
+
metadata: grpc.Metadata,
|
|
1013
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomListResponse|null) => void
|
|
1014
|
+
): UnaryResponse;
|
|
1015
|
+
roomList(
|
|
1016
|
+
requestMessage: wechaty_puppet_room_pb.RoomListRequest,
|
|
1017
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomListResponse|null) => void
|
|
1018
|
+
): UnaryResponse;
|
|
1019
|
+
roomAdd(
|
|
1020
|
+
requestMessage: wechaty_puppet_room_pb.RoomAddRequest,
|
|
1021
|
+
metadata: grpc.Metadata,
|
|
1022
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomAddResponse|null) => void
|
|
1023
|
+
): UnaryResponse;
|
|
1024
|
+
roomAdd(
|
|
1025
|
+
requestMessage: wechaty_puppet_room_pb.RoomAddRequest,
|
|
1026
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomAddResponse|null) => void
|
|
1027
|
+
): UnaryResponse;
|
|
1028
|
+
roomAvatar(
|
|
1029
|
+
requestMessage: wechaty_puppet_room_pb.RoomAvatarRequest,
|
|
1030
|
+
metadata: grpc.Metadata,
|
|
1031
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomAvatarResponse|null) => void
|
|
1032
|
+
): UnaryResponse;
|
|
1033
|
+
roomAvatar(
|
|
1034
|
+
requestMessage: wechaty_puppet_room_pb.RoomAvatarRequest,
|
|
1035
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomAvatarResponse|null) => void
|
|
1036
|
+
): UnaryResponse;
|
|
1037
|
+
roomCreate(
|
|
1038
|
+
requestMessage: wechaty_puppet_room_pb.RoomCreateRequest,
|
|
1039
|
+
metadata: grpc.Metadata,
|
|
1040
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomCreateResponse|null) => void
|
|
1041
|
+
): UnaryResponse;
|
|
1042
|
+
roomCreate(
|
|
1043
|
+
requestMessage: wechaty_puppet_room_pb.RoomCreateRequest,
|
|
1044
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomCreateResponse|null) => void
|
|
1045
|
+
): UnaryResponse;
|
|
1046
|
+
roomDel(
|
|
1047
|
+
requestMessage: wechaty_puppet_room_pb.RoomDelRequest,
|
|
1048
|
+
metadata: grpc.Metadata,
|
|
1049
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomDelResponse|null) => void
|
|
1050
|
+
): UnaryResponse;
|
|
1051
|
+
roomDel(
|
|
1052
|
+
requestMessage: wechaty_puppet_room_pb.RoomDelRequest,
|
|
1053
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomDelResponse|null) => void
|
|
1054
|
+
): UnaryResponse;
|
|
1055
|
+
roomQuit(
|
|
1056
|
+
requestMessage: wechaty_puppet_room_pb.RoomQuitRequest,
|
|
1057
|
+
metadata: grpc.Metadata,
|
|
1058
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomQuitResponse|null) => void
|
|
1059
|
+
): UnaryResponse;
|
|
1060
|
+
roomQuit(
|
|
1061
|
+
requestMessage: wechaty_puppet_room_pb.RoomQuitRequest,
|
|
1062
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomQuitResponse|null) => void
|
|
1063
|
+
): UnaryResponse;
|
|
1064
|
+
roomTopic(
|
|
1065
|
+
requestMessage: wechaty_puppet_room_pb.RoomTopicRequest,
|
|
1066
|
+
metadata: grpc.Metadata,
|
|
1067
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomTopicResponse|null) => void
|
|
1068
|
+
): UnaryResponse;
|
|
1069
|
+
roomTopic(
|
|
1070
|
+
requestMessage: wechaty_puppet_room_pb.RoomTopicRequest,
|
|
1071
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomTopicResponse|null) => void
|
|
1072
|
+
): UnaryResponse;
|
|
1073
|
+
roomQRCode(
|
|
1074
|
+
requestMessage: wechaty_puppet_room_pb.RoomQRCodeRequest,
|
|
1075
|
+
metadata: grpc.Metadata,
|
|
1076
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomQRCodeResponse|null) => void
|
|
1077
|
+
): UnaryResponse;
|
|
1078
|
+
roomQRCode(
|
|
1079
|
+
requestMessage: wechaty_puppet_room_pb.RoomQRCodeRequest,
|
|
1080
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomQRCodeResponse|null) => void
|
|
1081
|
+
): UnaryResponse;
|
|
1082
|
+
roomAnnounce(
|
|
1083
|
+
requestMessage: wechaty_puppet_room_pb.RoomAnnounceRequest,
|
|
1084
|
+
metadata: grpc.Metadata,
|
|
1085
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomAnnounceResponse|null) => void
|
|
1086
|
+
): UnaryResponse;
|
|
1087
|
+
roomAnnounce(
|
|
1088
|
+
requestMessage: wechaty_puppet_room_pb.RoomAnnounceRequest,
|
|
1089
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_pb.RoomAnnounceResponse|null) => void
|
|
1090
|
+
): UnaryResponse;
|
|
1091
|
+
roomMemberPayload(
|
|
1092
|
+
requestMessage: wechaty_puppet_room_member_pb.RoomMemberPayloadRequest,
|
|
1093
|
+
metadata: grpc.Metadata,
|
|
1094
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_member_pb.RoomMemberPayloadResponse|null) => void
|
|
1095
|
+
): UnaryResponse;
|
|
1096
|
+
roomMemberPayload(
|
|
1097
|
+
requestMessage: wechaty_puppet_room_member_pb.RoomMemberPayloadRequest,
|
|
1098
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_member_pb.RoomMemberPayloadResponse|null) => void
|
|
1099
|
+
): UnaryResponse;
|
|
1100
|
+
roomMemberList(
|
|
1101
|
+
requestMessage: wechaty_puppet_room_member_pb.RoomMemberListRequest,
|
|
1102
|
+
metadata: grpc.Metadata,
|
|
1103
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_member_pb.RoomMemberListResponse|null) => void
|
|
1104
|
+
): UnaryResponse;
|
|
1105
|
+
roomMemberList(
|
|
1106
|
+
requestMessage: wechaty_puppet_room_member_pb.RoomMemberListRequest,
|
|
1107
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_member_pb.RoomMemberListResponse|null) => void
|
|
1108
|
+
): UnaryResponse;
|
|
1109
|
+
roomInvitationPayload(
|
|
1110
|
+
requestMessage: wechaty_puppet_room_invitation_pb.RoomInvitationPayloadRequest,
|
|
1111
|
+
metadata: grpc.Metadata,
|
|
1112
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_invitation_pb.RoomInvitationPayloadResponse|null) => void
|
|
1113
|
+
): UnaryResponse;
|
|
1114
|
+
roomInvitationPayload(
|
|
1115
|
+
requestMessage: wechaty_puppet_room_invitation_pb.RoomInvitationPayloadRequest,
|
|
1116
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_invitation_pb.RoomInvitationPayloadResponse|null) => void
|
|
1117
|
+
): UnaryResponse;
|
|
1118
|
+
roomInvitationAccept(
|
|
1119
|
+
requestMessage: wechaty_puppet_room_invitation_pb.RoomInvitationAcceptRequest,
|
|
1120
|
+
metadata: grpc.Metadata,
|
|
1121
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_invitation_pb.RoomInvitationAcceptResponse|null) => void
|
|
1122
|
+
): UnaryResponse;
|
|
1123
|
+
roomInvitationAccept(
|
|
1124
|
+
requestMessage: wechaty_puppet_room_invitation_pb.RoomInvitationAcceptRequest,
|
|
1125
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_room_invitation_pb.RoomInvitationAcceptResponse|null) => void
|
|
1126
|
+
): UnaryResponse;
|
|
1127
|
+
tagContactAdd(
|
|
1128
|
+
requestMessage: wechaty_puppet_tag_pb.TagContactAddRequest,
|
|
1129
|
+
metadata: grpc.Metadata,
|
|
1130
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_tag_pb.TagContactAddResponse|null) => void
|
|
1131
|
+
): UnaryResponse;
|
|
1132
|
+
tagContactAdd(
|
|
1133
|
+
requestMessage: wechaty_puppet_tag_pb.TagContactAddRequest,
|
|
1134
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_tag_pb.TagContactAddResponse|null) => void
|
|
1135
|
+
): UnaryResponse;
|
|
1136
|
+
tagContactRemove(
|
|
1137
|
+
requestMessage: wechaty_puppet_tag_pb.TagContactRemoveRequest,
|
|
1138
|
+
metadata: grpc.Metadata,
|
|
1139
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_tag_pb.TagContactRemoveResponse|null) => void
|
|
1140
|
+
): UnaryResponse;
|
|
1141
|
+
tagContactRemove(
|
|
1142
|
+
requestMessage: wechaty_puppet_tag_pb.TagContactRemoveRequest,
|
|
1143
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_tag_pb.TagContactRemoveResponse|null) => void
|
|
1144
|
+
): UnaryResponse;
|
|
1145
|
+
tagContactDelete(
|
|
1146
|
+
requestMessage: wechaty_puppet_tag_pb.TagContactDeleteRequest,
|
|
1147
|
+
metadata: grpc.Metadata,
|
|
1148
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_tag_pb.TagContactDeleteResponse|null) => void
|
|
1149
|
+
): UnaryResponse;
|
|
1150
|
+
tagContactDelete(
|
|
1151
|
+
requestMessage: wechaty_puppet_tag_pb.TagContactDeleteRequest,
|
|
1152
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_tag_pb.TagContactDeleteResponse|null) => void
|
|
1153
|
+
): UnaryResponse;
|
|
1154
|
+
tagContactList(
|
|
1155
|
+
requestMessage: wechaty_puppet_tag_pb.TagContactListRequest,
|
|
1156
|
+
metadata: grpc.Metadata,
|
|
1157
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_tag_pb.TagContactListResponse|null) => void
|
|
1158
|
+
): UnaryResponse;
|
|
1159
|
+
tagContactList(
|
|
1160
|
+
requestMessage: wechaty_puppet_tag_pb.TagContactListRequest,
|
|
1161
|
+
callback: (error: ServiceError|null, responseMessage: wechaty_puppet_tag_pb.TagContactListResponse|null) => void
|
|
1162
|
+
): UnaryResponse;
|
|
1163
|
+
download(requestMessage: wechaty_puppet_download_upload_pb.DownloadRequest, metadata?: grpc.Metadata): ResponseStream<wechaty_puppet_download_upload_pb.DownloadResponse>;
|
|
1164
|
+
upload(metadata?: grpc.Metadata): RequestStream<wechaty_puppet_download_upload_pb.UploadRequest>;
|
|
1165
|
+
}
|
|
1166
|
+
|