@juzi/wechaty 1.0.120 → 1.0.121
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/dist/cjs/src/mods/impls.d.ts +3 -3
- package/dist/cjs/src/mods/impls.d.ts.map +1 -1
- package/dist/cjs/src/mods/impls.js +2 -1
- package/dist/cjs/src/mods/impls.js.map +1 -1
- package/dist/cjs/src/mods/users.d.ts +1 -1
- package/dist/cjs/src/mods/users.d.ts.map +1 -1
- package/dist/cjs/src/package-json.js +3 -3
- package/dist/cjs/src/sayable/deliver-sayable.d.ts.map +1 -1
- package/dist/cjs/src/sayable/deliver-sayable.js +3 -0
- package/dist/cjs/src/sayable/deliver-sayable.js.map +1 -1
- package/dist/cjs/src/sayable/types.d.ts +2 -2
- package/dist/cjs/src/sayable/types.d.ts.map +1 -1
- package/dist/cjs/src/sayable/types.js.map +1 -1
- package/dist/cjs/src/user-modules/douyin-one-click-phone-collection.d.ts +32 -0
- package/dist/cjs/src/user-modules/douyin-one-click-phone-collection.d.ts.map +1 -0
- package/dist/cjs/src/user-modules/douyin-one-click-phone-collection.js +32 -0
- package/dist/cjs/src/user-modules/douyin-one-click-phone-collection.js.map +1 -0
- package/dist/cjs/src/user-modules/mod.d.ts +4 -3
- package/dist/cjs/src/user-modules/mod.d.ts.map +1 -1
- package/dist/cjs/src/user-modules/mod.js +3 -1
- package/dist/cjs/src/user-modules/mod.js.map +1 -1
- package/dist/cjs/src/wechaty/wechaty-base.d.ts +125 -0
- package/dist/cjs/src/wechaty/wechaty-base.d.ts.map +1 -1
- package/dist/cjs/src/wechaty/wechaty-impl.spec.js +3 -1
- package/dist/cjs/src/wechaty/wechaty-impl.spec.js.map +1 -1
- package/dist/cjs/src/wechaty-mixins/login-mixin.d.ts +9 -9
- package/dist/cjs/src/wechaty-mixins/login-mixin.d.ts.map +1 -1
- package/dist/cjs/src/wechaty-mixins/misc-mixin.d.ts +6 -0
- package/dist/cjs/src/wechaty-mixins/misc-mixin.d.ts.map +1 -1
- package/dist/cjs/src/wechaty-mixins/plugin-mixin.d.ts +8 -0
- package/dist/cjs/src/wechaty-mixins/plugin-mixin.d.ts.map +1 -1
- package/dist/cjs/src/wechaty-mixins/puppet-mixin.d.ts +4 -0
- package/dist/cjs/src/wechaty-mixins/puppet-mixin.d.ts.map +1 -1
- package/dist/cjs/src/wechaty-mixins/wechatify-user-module-mixin.d.ts +3 -1
- package/dist/cjs/src/wechaty-mixins/wechatify-user-module-mixin.d.ts.map +1 -1
- package/dist/cjs/src/wechaty-mixins/wechatify-user-module-mixin.js +3 -0
- package/dist/cjs/src/wechaty-mixins/wechatify-user-module-mixin.js.map +1 -1
- package/dist/esm/src/mods/impls.d.ts +3 -3
- package/dist/esm/src/mods/impls.d.ts.map +1 -1
- package/dist/esm/src/mods/impls.js +1 -1
- package/dist/esm/src/mods/impls.js.map +1 -1
- package/dist/esm/src/mods/users.d.ts +1 -1
- package/dist/esm/src/mods/users.d.ts.map +1 -1
- package/dist/esm/src/package-json.js +3 -3
- package/dist/esm/src/sayable/deliver-sayable.d.ts.map +1 -1
- package/dist/esm/src/sayable/deliver-sayable.js +4 -1
- package/dist/esm/src/sayable/deliver-sayable.js.map +1 -1
- package/dist/esm/src/sayable/types.d.ts +2 -2
- package/dist/esm/src/sayable/types.d.ts.map +1 -1
- package/dist/esm/src/sayable/types.js.map +1 -1
- package/dist/esm/src/user-modules/douyin-one-click-phone-collection.d.ts +32 -0
- package/dist/esm/src/user-modules/douyin-one-click-phone-collection.d.ts.map +1 -0
- package/dist/esm/src/user-modules/douyin-one-click-phone-collection.js +29 -0
- package/dist/esm/src/user-modules/douyin-one-click-phone-collection.js.map +1 -0
- package/dist/esm/src/user-modules/mod.d.ts +4 -3
- package/dist/esm/src/user-modules/mod.d.ts.map +1 -1
- package/dist/esm/src/user-modules/mod.js +2 -1
- package/dist/esm/src/user-modules/mod.js.map +1 -1
- package/dist/esm/src/wechaty/wechaty-base.d.ts +125 -0
- package/dist/esm/src/wechaty/wechaty-base.d.ts.map +1 -1
- package/dist/esm/src/wechaty/wechaty-impl.spec.js +3 -1
- package/dist/esm/src/wechaty/wechaty-impl.spec.js.map +1 -1
- package/dist/esm/src/wechaty-mixins/login-mixin.d.ts +9 -9
- package/dist/esm/src/wechaty-mixins/login-mixin.d.ts.map +1 -1
- package/dist/esm/src/wechaty-mixins/misc-mixin.d.ts +6 -0
- package/dist/esm/src/wechaty-mixins/misc-mixin.d.ts.map +1 -1
- package/dist/esm/src/wechaty-mixins/plugin-mixin.d.ts +8 -0
- package/dist/esm/src/wechaty-mixins/plugin-mixin.d.ts.map +1 -1
- package/dist/esm/src/wechaty-mixins/puppet-mixin.d.ts +4 -0
- package/dist/esm/src/wechaty-mixins/puppet-mixin.d.ts.map +1 -1
- package/dist/esm/src/wechaty-mixins/wechatify-user-module-mixin.d.ts +3 -1
- package/dist/esm/src/wechaty-mixins/wechatify-user-module-mixin.d.ts.map +1 -1
- package/dist/esm/src/wechaty-mixins/wechatify-user-module-mixin.js +4 -1
- package/dist/esm/src/wechaty-mixins/wechatify-user-module-mixin.js.map +1 -1
- package/package.json +2 -2
- package/src/mods/impls.ts +3 -0
- package/src/mods/users.ts +24 -23
- package/src/package-json.ts +3 -3
- package/src/sayable/deliver-sayable.ts +6 -0
- package/src/sayable/types.ts +2 -0
- package/src/user-modules/douyin-one-click-phone-collection.ts +51 -0
- package/src/user-modules/mod.ts +8 -0
- package/src/wechaty/wechaty-impl.spec.ts +25 -22
- package/src/wechaty-mixins/wechatify-user-module-mixin.ts +50 -46
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
*
|
|
29
29
|
* - no postfix: value, the `class`
|
|
30
30
|
*/
|
|
31
|
-
export { ContactImpl, ContactSelfImpl, FavoriteImpl, FriendshipImpl, ImageImpl, LocationImpl, MessageImpl, MiniProgramImpl, MomentImpl, MoneyImpl, PostImpl, RoomImpl, RoomInvitationImpl, DelayImpl, TagImpl, TagGroupImpl, UrlLinkImpl, ChannelImpl, CallRecordImpl, WecomImpl, ChannelCardImpl, ConsultCardImpl, PremiumOnlineAppointmentCardImpl, } from '../user-modules/mod.js';
|
|
32
|
-
export type { ContactInterface, ContactSelfInterface, DelayInterface, FavoriteInterface, FriendshipInterface, ImageInterface, LocationInterface, MessageInterface, MiniProgramInterface, MomentInterface, MoneyInterface, PostInterface, RoomInterface, RoomInvitationInterface, TagInterface, TagGroupInterface, UrlLinkInterface, ChannelInterface, CallRecordInterface, WecomInterface, ChannelCardInterface, ConsultCardInterface, PremiumOnlineAppointmentCardInterface, } from '../user-modules/mod.js';
|
|
33
|
-
export type { ContactConstructor, ContactSelfConstructor, DelayConstructor, FavoriteConstructor, FriendshipConstructor, ImageConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, MomentConstructor, MoneyConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, WecomConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, } from '../user-modules/mod.js';
|
|
31
|
+
export { ContactImpl, ContactSelfImpl, FavoriteImpl, FriendshipImpl, ImageImpl, LocationImpl, MessageImpl, MiniProgramImpl, MomentImpl, MoneyImpl, PostImpl, RoomImpl, RoomInvitationImpl, DelayImpl, TagImpl, TagGroupImpl, UrlLinkImpl, ChannelImpl, CallRecordImpl, WecomImpl, ChannelCardImpl, ConsultCardImpl, PremiumOnlineAppointmentCardImpl, DouyinOneClickPhoneCollectionImpl, } from '../user-modules/mod.js';
|
|
32
|
+
export type { ContactInterface, ContactSelfInterface, DelayInterface, FavoriteInterface, FriendshipInterface, ImageInterface, LocationInterface, MessageInterface, MiniProgramInterface, MomentInterface, MoneyInterface, PostInterface, RoomInterface, RoomInvitationInterface, TagInterface, TagGroupInterface, UrlLinkInterface, ChannelInterface, CallRecordInterface, WecomInterface, ChannelCardInterface, ConsultCardInterface, PremiumOnlineAppointmentCardInterface, DouyinOneClickPhoneCollectionInterface, } from '../user-modules/mod.js';
|
|
33
|
+
export type { ContactConstructor, ContactSelfConstructor, DelayConstructor, FavoriteConstructor, FriendshipConstructor, ImageConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, MomentConstructor, MoneyConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, WecomConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, DouyinOneClickPhoneCollectionConstructor, } from '../user-modules/mod.js';
|
|
34
34
|
export { WechatyImpl, } from '../wechaty/mod.js';
|
|
35
35
|
export type { WechatyInterface, WechatyConstructor, } from '../wechaty/mod.js';
|
|
36
36
|
//# sourceMappingURL=impls.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impls.d.ts","sourceRoot":"","sources":["../../../../src/mods/impls.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,EACL,WAAW,EACX,eAAe,EACf,YAAY,EACZ,cAAc,EACd,SAAS,EACT,YAAY,EACZ,WAAW,EACX,eAAe,EACf,UAAU,EACV,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,kBAAkB,EAClB,SAAS,EACT,OAAO,EACP,YAAY,EACZ,WAAW,EACX,WAAW,EACX,cAAc,EACd,SAAS,EACT,eAAe,EACf,eAAe,EACf,gCAAgC,
|
|
1
|
+
{"version":3,"file":"impls.d.ts","sourceRoot":"","sources":["../../../../src/mods/impls.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,EACL,WAAW,EACX,eAAe,EACf,YAAY,EACZ,cAAc,EACd,SAAS,EACT,YAAY,EACZ,WAAW,EACX,eAAe,EACf,UAAU,EACV,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,kBAAkB,EAClB,SAAS,EACT,OAAO,EACP,YAAY,EACZ,WAAW,EACX,WAAW,EACX,cAAc,EACd,SAAS,EACT,eAAe,EACf,eAAe,EACf,gCAAgC,EAChC,iCAAiC,GAClC,MAAkC,wBAAwB,CAAA;AAqB3D,YAAY,EACV,gBAAgB,EAChB,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,cAAc,EACd,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,eAAe,EACf,cAAc,EACd,aAAa,EACb,aAAa,EACb,uBAAuB,EACvB,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EAChB,gBAAgB,EAChB,mBAAmB,EACnB,cAAc,EACd,oBAAoB,EACpB,oBAAoB,EACpB,qCAAqC,EACrC,sCAAsC,GACvC,MAAoC,wBAAwB,CAAA;AAE7D,YAAY,EACV,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,mBAAmB,EACnB,qBAAqB,EACrB,gBAAgB,EAChB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,gBAAgB,EAChB,eAAe,EACf,eAAe,EACf,yBAAyB,EACzB,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,sBAAsB,EACtB,sBAAsB,EACtB,uCAAuC,EACvC,wCAAwC,GACzC,MAAoC,wBAAwB,CAAA;AAE7D,OAAO,EACL,WAAW,GACZ,MAA8B,mBAAmB,CAAA;AAClD,YAAY,EACV,gBAAgB,EAChB,kBAAkB,GACnB,MAA8B,mBAAmB,CAAA"}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
*
|
|
20
20
|
*/
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
-
exports.WechatyImpl = exports.PremiumOnlineAppointmentCardImpl = exports.ConsultCardImpl = exports.ChannelCardImpl = exports.WecomImpl = exports.CallRecordImpl = exports.ChannelImpl = exports.UrlLinkImpl = exports.TagGroupImpl = exports.TagImpl = exports.DelayImpl = exports.RoomInvitationImpl = exports.RoomImpl = exports.PostImpl = exports.MoneyImpl = exports.MomentImpl = exports.MiniProgramImpl = exports.MessageImpl = exports.LocationImpl = exports.ImageImpl = exports.FriendshipImpl = exports.FavoriteImpl = exports.ContactSelfImpl = exports.ContactImpl = void 0;
|
|
22
|
+
exports.WechatyImpl = exports.DouyinOneClickPhoneCollectionImpl = exports.PremiumOnlineAppointmentCardImpl = exports.ConsultCardImpl = exports.ChannelCardImpl = exports.WecomImpl = exports.CallRecordImpl = exports.ChannelImpl = exports.UrlLinkImpl = exports.TagGroupImpl = exports.TagImpl = exports.DelayImpl = exports.RoomInvitationImpl = exports.RoomImpl = exports.PostImpl = exports.MoneyImpl = exports.MomentImpl = exports.MiniProgramImpl = exports.MessageImpl = exports.LocationImpl = exports.ImageImpl = exports.FriendshipImpl = exports.FavoriteImpl = exports.ContactSelfImpl = exports.ContactImpl = void 0;
|
|
23
23
|
/**
|
|
24
24
|
* Huan(202111): We export all names with specific postfix to make it easier to be recongnized
|
|
25
25
|
* with less misunderstandings.
|
|
@@ -55,6 +55,7 @@ Object.defineProperty(exports, "WecomImpl", { enumerable: true, get: function ()
|
|
|
55
55
|
Object.defineProperty(exports, "ChannelCardImpl", { enumerable: true, get: function () { return mod_js_1.ChannelCardImpl; } });
|
|
56
56
|
Object.defineProperty(exports, "ConsultCardImpl", { enumerable: true, get: function () { return mod_js_1.ConsultCardImpl; } });
|
|
57
57
|
Object.defineProperty(exports, "PremiumOnlineAppointmentCardImpl", { enumerable: true, get: function () { return mod_js_1.PremiumOnlineAppointmentCardImpl; } });
|
|
58
|
+
Object.defineProperty(exports, "DouyinOneClickPhoneCollectionImpl", { enumerable: true, get: function () { return mod_js_1.DouyinOneClickPhoneCollectionImpl; } });
|
|
58
59
|
var mod_js_2 = require("../wechaty/mod.js");
|
|
59
60
|
Object.defineProperty(exports, "WechatyImpl", { enumerable: true, get: function () { return mod_js_2.WechatyImpl; } });
|
|
60
61
|
//# sourceMappingURL=impls.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impls.js","sourceRoot":"","sources":["../../../../src/mods/impls.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAEH;;;;;;;;;;GAUG;AAEH,
|
|
1
|
+
{"version":3,"file":"impls.js","sourceRoot":"","sources":["../../../../src/mods/impls.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAEH;;;;;;;;;;GAUG;AAEH,iDAyB2D;AAxBzD,qGAAA,WAAW,OAAA;AACX,yGAAA,eAAe,OAAA;AACf,sGAAA,YAAY,OAAA;AACZ,wGAAA,cAAc,OAAA;AACd,mGAAA,SAAS,OAAA;AACT,sGAAA,YAAY,OAAA;AACZ,qGAAA,WAAW,OAAA;AACX,yGAAA,eAAe,OAAA;AACf,oGAAA,UAAU,OAAA;AACV,mGAAA,SAAS,OAAA;AACT,kGAAA,QAAQ,OAAA;AACR,kGAAA,QAAQ,OAAA;AACR,4GAAA,kBAAkB,OAAA;AAClB,mGAAA,SAAS,OAAA;AACT,iGAAA,OAAO,OAAA;AACP,sGAAA,YAAY,OAAA;AACZ,qGAAA,WAAW,OAAA;AACX,qGAAA,WAAW,OAAA;AACX,wGAAA,cAAc,OAAA;AACd,mGAAA,SAAS,OAAA;AACT,yGAAA,eAAe,OAAA;AACf,yGAAA,eAAe,OAAA;AACf,0HAAA,gCAAgC,OAAA;AAChC,2HAAA,iCAAiC,OAAA;AA2EnC,4CAEkD;AADhD,qGAAA,WAAW,OAAA"}
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
*
|
|
23
23
|
* since they are `interface`s, so they are `type`-only.
|
|
24
24
|
*/
|
|
25
|
-
export type { ContactInterface as Contact, ContactSelfInterface as ContactSelf, DelayInterface as Delay, FavoriteInterface as Favorite, FriendshipInterface as Friendship, ImageInterface as Image, LocationInterface as Location, MessageInterface as Message, MiniProgramInterface as MiniProgram, MomentInterface as Moment, MoneyInterface as Money, PostInterface as Post, RoomInterface as Room, RoomInvitationInterface as RoomInvitation, TagInterface as Tag, TagGroupInterface as TagGroup, UrlLinkInterface as UrlLink, ChannelInterface as Channel, CallRecordInterface as CallRecord, WecomInterface as Wecom, ChannelCardInterface as ChannelCard, ConsultCardInterface as ConsultCard, PremiumOnlineAppointmentCardInterface as PremiumOnlineAppointmentCard, } from '../user-modules/mod.js';
|
|
25
|
+
export type { ContactInterface as Contact, ContactSelfInterface as ContactSelf, DelayInterface as Delay, FavoriteInterface as Favorite, FriendshipInterface as Friendship, ImageInterface as Image, LocationInterface as Location, MessageInterface as Message, MiniProgramInterface as MiniProgram, MomentInterface as Moment, MoneyInterface as Money, PostInterface as Post, RoomInterface as Room, RoomInvitationInterface as RoomInvitation, TagInterface as Tag, TagGroupInterface as TagGroup, UrlLinkInterface as UrlLink, ChannelInterface as Channel, CallRecordInterface as CallRecord, WecomInterface as Wecom, ChannelCardInterface as ChannelCard, ConsultCardInterface as ConsultCard, PremiumOnlineAppointmentCardInterface as PremiumOnlineAppointmentCard, DouyinOneClickPhoneCollectionInterface as DouyinOneClickPhoneCollection, } from '../user-modules/mod.js';
|
|
26
26
|
//# sourceMappingURL=users.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../../src/mods/users.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH;;;;GAIG;AAEH,YAAY,EACV,gBAAgB,
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../../src/mods/users.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH;;;;GAIG;AAEH,YAAY,EACV,gBAAgB,IAA0B,OAAO,EACjD,oBAAoB,IAAsB,WAAW,EACrD,cAAc,IAA4B,KAAK,EAC/C,iBAAiB,IAAyB,QAAQ,EAClD,mBAAmB,IAAuB,UAAU,EACpD,cAAc,IAA4B,KAAK,EAC/C,iBAAiB,IAAyB,QAAQ,EAClD,gBAAgB,IAA0B,OAAO,EACjD,oBAAoB,IAAsB,WAAW,EACrD,eAAe,IAA2B,MAAM,EAChD,cAAc,IAA4B,KAAK,EAC/C,aAAa,IAA6B,IAAI,EAC9C,aAAa,IAA6B,IAAI,EAC9C,uBAAuB,IAAmB,cAAc,EACxD,YAAY,IAA8B,GAAG,EAC7C,iBAAiB,IAAyB,QAAQ,EAClD,gBAAgB,IAA0B,OAAO,EACjD,gBAAgB,IAA0B,OAAO,EACjD,mBAAmB,IAAuB,UAAU,EACpD,cAAc,IAA4B,KAAK,EAC/C,oBAAoB,IAAsB,WAAW,EACrD,oBAAoB,IAAsB,WAAW,EACrD,qCAAqC,IAAK,4BAA4B,EACtE,sCAAsC,IAAI,6BAA6B,GACxE,MAAoD,wBAAwB,CAAA"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageJson = exports.GIT_COMMIT_HASH = void 0;
|
|
4
|
-
exports.GIT_COMMIT_HASH = '
|
|
4
|
+
exports.GIT_COMMIT_HASH = '0c77d177c3f957cbbde90cc35190f506dfea184f';
|
|
5
5
|
exports.packageJson = {
|
|
6
6
|
"name": "@juzi/wechaty",
|
|
7
|
-
"version": "1.0.
|
|
7
|
+
"version": "1.0.121",
|
|
8
8
|
"description": "Wechaty is a RPA SDK for Chatbot Makers.",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"exports": {
|
|
@@ -136,7 +136,7 @@ exports.packageJson = {
|
|
|
136
136
|
"@chatie/eslint-config": "^1.0.4",
|
|
137
137
|
"@chatie/semver": "^0.4.7",
|
|
138
138
|
"@chatie/tsconfig": "^4.6.3",
|
|
139
|
-
"@juzi/wechaty-puppet": "^1.0.
|
|
139
|
+
"@juzi/wechaty-puppet": "^1.0.116",
|
|
140
140
|
"@juzi/wechaty-puppet-mock": "^1.0.1",
|
|
141
141
|
"@swc/core": "1.3.44",
|
|
142
142
|
"@swc/helpers": "^0.3.6",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deliver-sayable.d.ts","sourceRoot":"","sources":["../../../../src/sayable/deliver-sayable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"deliver-sayable.d.ts","sourceRoot":"","sources":["../../../../src/sayable/deliver-sayable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAA;AAkB9C,OAAO,KAAK,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAE3D;;GAEG;AACH,QAAA,MAAM,gCAAgC,WAAY,OAAO,KAAK,CAAC,eAAe,sBAAsB,MAAM,eAAqB,OAAO,YAAY,gBAAgB,2BAqHjK,CAAA;AAED,OAAO,EACL,gCAAgC,GACjC,CAAA"}
|
|
@@ -109,6 +109,9 @@ const deliverSayableConversationPuppet = (puppet) => (conversationId) => async (
|
|
|
109
109
|
componentId: sayable.componentId(),
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
|
+
else if (mod_js_1.DouyinOneClickPhoneCollectionImpl.validInstance(sayable)) {
|
|
113
|
+
msgId = await puppet.messageSendDouyinOneClickPhoneCollection(conversationId, {});
|
|
114
|
+
}
|
|
112
115
|
else {
|
|
113
116
|
throw new Error('unsupported arg: ' + sayable);
|
|
114
117
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deliver-sayable.js","sourceRoot":"","sources":["../../../../src/sayable/deliver-sayable.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6DAA8C;AAC9C,uCAAkC;AAElC,
|
|
1
|
+
{"version":3,"file":"deliver-sayable.js","sourceRoot":"","sources":["../../../../src/sayable/deliver-sayable.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
import type { FileBoxInterface } from 'file-box';
|
|
21
|
-
import { ContactInterface, DelayInterface, LocationInterface, MessageInterface, MiniProgramInterface, PostInterface, UrlLinkInterface, ChannelInterface, ChannelCardInterface, ConsultCardInterface, PremiumOnlineAppointmentCardInterface } from '../user-modules/mod.js';
|
|
21
|
+
import { ContactInterface, DelayInterface, LocationInterface, MessageInterface, MiniProgramInterface, PostInterface, UrlLinkInterface, ChannelInterface, ChannelCardInterface, ConsultCardInterface, PremiumOnlineAppointmentCardInterface, DouyinOneClickPhoneCollectionInterface } from '../user-modules/mod.js';
|
|
22
22
|
import type { WechatyInterface } from '../wechaty/mod.js';
|
|
23
|
-
declare type Sayable = ContactInterface | DelayInterface | FileBoxInterface | LocationInterface | MessageInterface | MiniProgramInterface | number | PostInterface | string | UrlLinkInterface | ChannelInterface | ChannelCardInterface | ConsultCardInterface | PremiumOnlineAppointmentCardInterface;
|
|
23
|
+
declare type Sayable = ContactInterface | DelayInterface | FileBoxInterface | LocationInterface | MessageInterface | MiniProgramInterface | number | PostInterface | string | UrlLinkInterface | ChannelInterface | ChannelCardInterface | ConsultCardInterface | PremiumOnlineAppointmentCardInterface | DouyinOneClickPhoneCollectionInterface;
|
|
24
24
|
interface SayableSayer {
|
|
25
25
|
id: string;
|
|
26
26
|
wechaty: WechatyInterface;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/sayable/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,KAAK,EACV,gBAAgB,EACjB,MAA4B,UAAU,CAAA;AAEvC,OAAO,EACL,gBAAgB,EAChB,cAAc,EACd,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAGhB,oBAAoB,EACpB,oBAAoB,EACpB,qCAAqC,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/sayable/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,KAAK,EACV,gBAAgB,EACjB,MAA4B,UAAU,CAAA;AAEvC,OAAO,EACL,gBAAgB,EAChB,cAAc,EACd,iBAAiB,EACjB,gBAAgB,EAChB,oBAAoB,EACpB,aAAa,EACb,gBAAgB,EAChB,gBAAgB,EAGhB,oBAAoB,EACpB,oBAAoB,EACpB,qCAAqC,EACrC,sCAAsC,EACvC,MAAgC,wBAAwB,CAAA;AAEzD,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAgC,mBAAmB,CAAA;AAEpD,aAAK,OAAO,GACR,gBAAgB,GAChB,cAAc,GACd,gBAAgB,GAChB,iBAAiB,GACjB,gBAAgB,GAChB,oBAAoB,GACpB,MAAM,GACN,aAAa,GACb,MAAM,GACN,gBAAgB,GAChB,gBAAgB,GAChB,oBAAoB,GACpB,oBAAoB,GACpB,qCAAqC,GACrC,sCAAsC,CAAA;AAE1C,UAAU,YAAY;IACpB,EAAE,EAAQ,MAAM,CAAC;IACjB,OAAO,EAAG,gBAAgB,CAAC;IAC3B,GAAG,CACD,OAAO,EAAI,OAAO,EAClB,OAAO,CAAC,EAAG,UAAU,GACpB,OAAO,CAAC,IAAI,GAAG,gBAAgB,CAAC,CAAA;CACpC;AAED,UAAU,gBAAgB;IACxB,WAAW,CAAC,EAAE,CAAC,gBAAgB,GAAG,MAAM,CAAC,EAAE,CAAC;IAC5C,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACjC;AAOD,eAAO,MAAM,kBAAkB,WAAY,GAAG,QAM7C,CAAA;AAED,aAAK,UAAU,GAAG,CAAC,gBAAgB,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,GAAG,MAAM,CAAC,EAAE,GAAG,gBAAgB,CAAA;AAEhG,YAAY,EACV,YAAY,EACZ,OAAO,EACP,UAAU,EACV,gBAAgB,GACjB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/sayable/types.ts"],"names":[],"mappings":";;;AAuBA,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/sayable/types.ts"],"names":[],"mappings":";;;AAuBA,mDAeyD;AAqCzD,MAAM,aAAa,GAAG;IACpB,aAAa;IACb,cAAc;CACf,CAAA;AAEM,MAAM,kBAAkB,GAAG,CAAC,MAAW,EAAE,EAAE;IAChD,OAAO,CAAC,OAAO,MAAM,KAAK,QAAQ;WAC7B,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,aAAa,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;WAC/D,CAAC,OAAO,MAAM,CAAC,WAAW,KAAK,WAAW,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,MAAM,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,oBAAW,CAAC,KAAK,CAAC,CAAC,CAAC,IAAK,CAAY,KAAK,MAAM,CAAC,CAAC,CAAC;WAC5K,CAAC,OAAO,MAAM,CAAC,YAAY,KAAK,WAAW,IAAI,oBAAW,CAAC,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAC1F,CAAA;AACH,CAAC,CAAA;AANY,QAAA,kBAAkB,sBAM9B"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import type { Constructor } from 'clone-class';
|
|
2
|
+
declare const DouyinOneClickPhoneCollectionMixin_base: ((abstract new (...args: any[]) => {
|
|
3
|
+
readonly wechaty: import("../wechaty/wechaty-impl.js").WechatyInterface;
|
|
4
|
+
}) & {
|
|
5
|
+
readonly wechaty: import("../wechaty/wechaty-impl.js").WechatyInterface;
|
|
6
|
+
}) & {
|
|
7
|
+
new (): {};
|
|
8
|
+
};
|
|
9
|
+
declare class DouyinOneClickPhoneCollectionMixin extends DouyinOneClickPhoneCollectionMixin_base {
|
|
10
|
+
readonly payload: {};
|
|
11
|
+
/**
|
|
12
|
+
*
|
|
13
|
+
* Create
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
static create(): Promise<DouyinOneClickPhoneCollectionInterface>;
|
|
17
|
+
constructor(payload: {});
|
|
18
|
+
}
|
|
19
|
+
declare const DouyinOneClickPhoneCollectionImpl_base: {
|
|
20
|
+
new (...args: any[]): {};
|
|
21
|
+
valid: (o: any) => o is DouyinOneClickPhoneCollectionInterface;
|
|
22
|
+
validInstance: (target: any) => target is DouyinOneClickPhoneCollectionMixin;
|
|
23
|
+
validInterface: (target: any) => target is DouyinOneClickPhoneCollectionInterface;
|
|
24
|
+
} & typeof DouyinOneClickPhoneCollectionMixin;
|
|
25
|
+
declare class DouyinOneClickPhoneCollectionImpl extends DouyinOneClickPhoneCollectionImpl_base {
|
|
26
|
+
}
|
|
27
|
+
interface DouyinOneClickPhoneCollectionInterface extends DouyinOneClickPhoneCollectionImpl {
|
|
28
|
+
}
|
|
29
|
+
declare type DouyinOneClickPhoneCollectionConstructor = Constructor<DouyinOneClickPhoneCollectionInterface, typeof DouyinOneClickPhoneCollectionImpl>;
|
|
30
|
+
export type { DouyinOneClickPhoneCollectionConstructor, DouyinOneClickPhoneCollectionInterface, };
|
|
31
|
+
export { DouyinOneClickPhoneCollectionImpl, };
|
|
32
|
+
//# sourceMappingURL=douyin-one-click-phone-collection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"douyin-one-click-phone-collection.d.ts","sourceRoot":"","sources":["../../../../src/user-modules/douyin-one-click-phone-collection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;;;;;;;;AAS9C,cAAM,kCAAmC,SAAQ,uCAAoB;aAiBjD,OAAO,EAAE,EAAE;IAf7B;;;;OAIG;WACU,MAAM,IAAK,OAAO,CAAC,sCAAsC,CAAC;gBAUrD,OAAO,EAAE,EAAE;CAQ9B;;;;;;;AAED,cAAM,iCAAkC,SAAQ,sCAA6F;CAAG;AAChJ,UAAU,sCAAuC,SAAQ,iCAAiC;CAAG;AAE7F,aAAK,wCAAwC,GAAG,WAAW,CACzD,sCAAsC,EACtC,OAAO,iCAAiC,CACzC,CAAA;AAED,YAAY,EACV,wCAAwC,EACxC,sCAAsC,GACvC,CAAA;AACD,OAAO,EACL,iCAAiC,GAClC,CAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DouyinOneClickPhoneCollectionImpl = void 0;
|
|
4
|
+
const config_js_1 = require("../config.js");
|
|
5
|
+
const validation_js_1 = require("../user-mixins/validation.js");
|
|
6
|
+
const wechatify_js_1 = require("../user-mixins/wechatify.js");
|
|
7
|
+
class DouyinOneClickPhoneCollectionMixin extends (0, wechatify_js_1.wechatifyMixinBase)() {
|
|
8
|
+
payload;
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
* Create
|
|
12
|
+
*
|
|
13
|
+
*/
|
|
14
|
+
static async create() {
|
|
15
|
+
config_js_1.log.verbose('DouyinOneClickPhoneCollection', 'create()');
|
|
16
|
+
return new this({});
|
|
17
|
+
}
|
|
18
|
+
/*
|
|
19
|
+
* @hideconstructor
|
|
20
|
+
*/
|
|
21
|
+
constructor(payload) {
|
|
22
|
+
super();
|
|
23
|
+
this.payload = payload;
|
|
24
|
+
config_js_1.log.verbose('DouyinOneClickPhoneCollection', 'constructor()');
|
|
25
|
+
// Huan(202110): it is ok to create a raw one without wechaty instance
|
|
26
|
+
// guardWechatifyClass.call(this, DouyinOneClickPhoneCollection)
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
class DouyinOneClickPhoneCollectionImpl extends (0, validation_js_1.validationMixin)(DouyinOneClickPhoneCollectionMixin)() {
|
|
30
|
+
}
|
|
31
|
+
exports.DouyinOneClickPhoneCollectionImpl = DouyinOneClickPhoneCollectionImpl;
|
|
32
|
+
//# sourceMappingURL=douyin-one-click-phone-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"douyin-one-click-phone-collection.js","sourceRoot":"","sources":["../../../../src/user-modules/douyin-one-click-phone-collection.ts"],"names":[],"mappings":";;;AACA,4CAAkC;AAElC,gEAA8D;AAE9D,8DAE0D;AAE1D,MAAM,kCAAmC,SAAQ,IAAA,iCAAkB,GAAE;IAiBjD;IAflB;;;;OAIG;IACH,MAAM,CAAC,KAAK,CAAC,MAAM;QACjB,eAAG,CAAC,OAAO,CAAC,+BAA+B,EAAE,UAAU,CAAC,CAAA;QAExD,OAAO,IAAI,IAAI,CAAC,EAAE,CAAC,CAAA;IACrB,CAAC;IAED;;OAEG;IACH,YACkB,OAAW;QAE3B,KAAK,EAAE,CAAA;QAFS,YAAO,GAAP,OAAO,CAAI;QAG3B,eAAG,CAAC,OAAO,CAAC,+BAA+B,EAAE,eAAe,CAAC,CAAA;QAC7D,sEAAsE;QACtE,gEAAgE;IAClE,CAAC;CAEF;AAED,MAAM,iCAAkC,SAAQ,IAAA,+BAAe,EAAC,kCAAkC,CAAC,EAA0C;CAAG;AAa9I,8EAAiC"}
|
|
@@ -41,8 +41,9 @@ import { PremiumOnlineAppointmentCardImpl, PremiumOnlineAppointmentCardInterface
|
|
|
41
41
|
import { CallRecordImpl, CallRecordInterface, CallRecordConstructor } from './call.js';
|
|
42
42
|
import { ChatHistoryImpl, ChatHistoryInterface, ChatHistoryConstructor } from './chat-history.js';
|
|
43
43
|
import { WecomImpl, WecomInterface, WecomConstructor } from './wecom.js';
|
|
44
|
+
import { DouyinOneClickPhoneCollectionImpl, DouyinOneClickPhoneCollectionInterface, DouyinOneClickPhoneCollectionConstructor } from './douyin-one-click-phone-collection.js';
|
|
44
45
|
import { wechatifyUserModule } from '../user-mixins/wechatify.js';
|
|
45
|
-
export type { ContactInterface, ContactSelfInterface, FavoriteInterface, FriendshipInterface, ImageInterface, LocationInterface, MessageInterface, MiniProgramInterface, MomentInterface, MoneyInterface, PostInterface, RoomInterface, RoomInvitationInterface, TagInterface, TagGroupInterface, DelayInterface, UrlLinkInterface, ChannelInterface, ChannelCardInterface, ConsultCardInterface, PremiumOnlineAppointmentCardInterface, CallRecordInterface, ChatHistoryInterface, WecomInterface, };
|
|
46
|
-
export type { ContactConstructor, ContactSelfConstructor, FavoriteConstructor, FriendshipConstructor, ImageConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, MomentConstructor, MoneyConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, DelayConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, CallRecordConstructor, ChatHistoryConstructor, WecomConstructor, };
|
|
47
|
-
export { wechatifyUserModule, ContactImpl, ContactSelfImpl, FavoriteImpl, FriendshipImpl, ImageImpl, LocationImpl, MessageImpl, MiniProgramImpl, MomentImpl, MoneyImpl, PostImpl, RoomImpl, RoomInvitationImpl, DelayImpl, TagImpl, TagGroupImpl, UrlLinkImpl, ChannelImpl, ChannelCardImpl, ConsultCardImpl, PremiumOnlineAppointmentCardImpl, CallRecordImpl, ChatHistoryImpl, WecomImpl, };
|
|
46
|
+
export type { ContactInterface, ContactSelfInterface, FavoriteInterface, FriendshipInterface, ImageInterface, LocationInterface, MessageInterface, MiniProgramInterface, MomentInterface, MoneyInterface, PostInterface, RoomInterface, RoomInvitationInterface, TagInterface, TagGroupInterface, DelayInterface, UrlLinkInterface, ChannelInterface, ChannelCardInterface, ConsultCardInterface, PremiumOnlineAppointmentCardInterface, CallRecordInterface, ChatHistoryInterface, WecomInterface, DouyinOneClickPhoneCollectionInterface, };
|
|
47
|
+
export type { ContactConstructor, ContactSelfConstructor, FavoriteConstructor, FriendshipConstructor, ImageConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, MomentConstructor, MoneyConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, DelayConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, CallRecordConstructor, ChatHistoryConstructor, WecomConstructor, DouyinOneClickPhoneCollectionConstructor, };
|
|
48
|
+
export { wechatifyUserModule, ContactImpl, ContactSelfImpl, FavoriteImpl, FriendshipImpl, ImageImpl, LocationImpl, MessageImpl, MiniProgramImpl, MomentImpl, MoneyImpl, PostImpl, RoomImpl, RoomInvitationImpl, DelayImpl, TagImpl, TagGroupImpl, UrlLinkImpl, ChannelImpl, ChannelCardImpl, ConsultCardImpl, PremiumOnlineAppointmentCardImpl, CallRecordImpl, ChatHistoryImpl, WecomImpl, DouyinOneClickPhoneCollectionImpl, };
|
|
48
49
|
//# sourceMappingURL=mod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/user-modules/mod.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,kBAAkB,EACnB,MAAgC,cAAc,CAAA;AAC/C,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACvB,MAAgC,mBAAmB,CAAA;AACpD,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,mBAAmB,EACpB,MAAgC,eAAe,CAAA;AAChD,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,qBAAqB,EACtB,MAAgC,iBAAiB,CAAA;AAClD,OAAO,EACL,SAAS,EACT,cAAc,EACd,gBAAgB,EACjB,MAAgC,YAAY,CAAA;AAC7C,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,mBAAmB,EACpB,MAAgC,eAAe,CAAA;AAChD,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,kBAAkB,EACnB,MAAgC,cAAc,CAAA;AAC/C,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACvB,MAAgC,mBAAmB,CAAA;AACpD,OAAO,EACL,UAAU,EACV,eAAe,EACf,iBAAiB,EAClB,MAAgC,aAAa,CAAA;AAC9C,OAAO,EACL,SAAS,EACT,cAAc,EACd,gBAAgB,EACjB,MAAgC,YAAY,CAAA;AAC7C,OAAO,EACL,QAAQ,EACR,aAAa,EACb,eAAe,EAChB,MAAgC,WAAW,CAAA;AAC5C,OAAO,EACL,QAAQ,EACR,aAAa,EACb,eAAe,EAChB,MAAgC,WAAW,CAAA;AAC5C,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACvB,yBAAyB,EAC1B,MAAgC,sBAAsB,CAAA;AACvD,OAAO,EACL,OAAO,EACP,YAAY,EACZ,cAAc,EACf,MAAgC,UAAU,CAAA;AAC3C,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,mBAAmB,EACpB,MAAgC,gBAAgB,CAAA;AACjD,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,kBAAkB,EACnB,MAAgC,eAAe,CAAA;AAChD,OAAO,EACL,SAAS,EACT,cAAc,EACd,gBAAgB,EACjB,MAAgC,YAAY,CAAA;AAC7C,OAAO,EACL,WAAW,EACX,gBAAgB,EAChB,kBAAkB,EACnB,MAAgC,cAAc,CAAA;AAC/C,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACvB,MAAgC,mBAAmB,CAAA;AACpD,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACvB,MAAgC,mBAAmB,CAAA;AACpD,OAAO,EACL,gCAAgC,EAChC,qCAAqC,EACrC,uCAAuC,EACxC,MAAgC,sCAAsC,CAAA;AACvE,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,qBAAqB,EACtB,MAAgC,WAAW,CAAA;AAC5C,OAAO,EACL,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACvB,MAAgC,mBAAmB,CAAA;AACpD,OAAO,EACL,SAAS,EACT,cAAc,EACd,gBAAgB,EACjB,MAAgC,YAAY,CAAA;
|
|
1
|
+
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../src/user-modules/mod.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WecomImpl = exports.ChatHistoryImpl = exports.CallRecordImpl = exports.PremiumOnlineAppointmentCardImpl = exports.ConsultCardImpl = exports.ChannelCardImpl = exports.ChannelImpl = exports.UrlLinkImpl = exports.TagGroupImpl = exports.TagImpl = exports.DelayImpl = exports.RoomInvitationImpl = exports.RoomImpl = exports.PostImpl = exports.MoneyImpl = exports.MomentImpl = exports.MiniProgramImpl = exports.MessageImpl = exports.LocationImpl = exports.ImageImpl = exports.FriendshipImpl = exports.FavoriteImpl = exports.ContactSelfImpl = exports.ContactImpl = exports.wechatifyUserModule = void 0;
|
|
3
|
+
exports.DouyinOneClickPhoneCollectionImpl = exports.WecomImpl = exports.ChatHistoryImpl = exports.CallRecordImpl = exports.PremiumOnlineAppointmentCardImpl = exports.ConsultCardImpl = exports.ChannelCardImpl = exports.ChannelImpl = exports.UrlLinkImpl = exports.TagGroupImpl = exports.TagImpl = exports.DelayImpl = exports.RoomInvitationImpl = exports.RoomImpl = exports.PostImpl = exports.MoneyImpl = exports.MomentImpl = exports.MiniProgramImpl = exports.MessageImpl = exports.LocationImpl = exports.ImageImpl = exports.FriendshipImpl = exports.FavoriteImpl = exports.ContactSelfImpl = exports.ContactImpl = exports.wechatifyUserModule = void 0;
|
|
4
4
|
/**
|
|
5
5
|
* Wechaty Chatbot SDK - https://github.com/wechaty/wechaty
|
|
6
6
|
*
|
|
@@ -68,6 +68,8 @@ const chat_history_js_1 = require("./chat-history.js");
|
|
|
68
68
|
Object.defineProperty(exports, "ChatHistoryImpl", { enumerable: true, get: function () { return chat_history_js_1.ChatHistoryImpl; } });
|
|
69
69
|
const wecom_js_1 = require("./wecom.js");
|
|
70
70
|
Object.defineProperty(exports, "WecomImpl", { enumerable: true, get: function () { return wecom_js_1.WecomImpl; } });
|
|
71
|
+
const douyin_one_click_phone_collection_js_1 = require("./douyin-one-click-phone-collection.js");
|
|
72
|
+
Object.defineProperty(exports, "DouyinOneClickPhoneCollectionImpl", { enumerable: true, get: function () { return douyin_one_click_phone_collection_js_1.DouyinOneClickPhoneCollectionImpl; } });
|
|
71
73
|
const wechatify_js_1 = require("../user-mixins/wechatify.js");
|
|
72
74
|
Object.defineProperty(exports, "wechatifyUserModule", { enumerable: true, get: function () { return wechatify_js_1.wechatifyUserModule; } });
|
|
73
75
|
//# sourceMappingURL=mod.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mod.js","sourceRoot":"","sources":["../../../../src/user-modules/mod.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,6CAI+C;
|
|
1
|
+
{"version":3,"file":"mod.js","sourceRoot":"","sources":["../../../../src/user-modules/mod.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;GAkBG;AACH,6CAI+C;AAuL7C,4FA1LA,wBAAW,OA0LA;AAtLb,uDAIoD;AAmLlD,gGAtLA,iCAAe,OAsLA;AAlLjB,+CAIgD;AA+K9C,6FAlLA,0BAAY,OAkLA;AA9Kd,mDAIkD;AA2KhD,+FA9KA,8BAAc,OA8KA;AA1KhB,yCAI6C;AAuK3C,0FA1KA,oBAAS,OA0KA;AAtKX,+CAIgD;AAmK9C,6FAtKA,0BAAY,OAsKA;AAlKd,6CAI+C;AA+J7C,4FAlKA,wBAAW,OAkKA;AA9Jb,uDAIoD;AA2JlD,gGA9JA,iCAAe,OA8JA;AA1JjB,2CAI8C;AAuJ5C,2FA1JA,sBAAU,OA0JA;AAtJZ,yCAI6C;AAmJ3C,0FAtJA,oBAAS,OAsJA;AAlJX,uCAI4C;AA+I1C,yFAlJA,kBAAQ,OAkJA;AA9IV,uCAI4C;AA2I1C,yFA9IA,kBAAQ,OA8IA;AA1IV,6DAIuD;AAuIrD,mGA1IA,uCAAkB,OA0IA;AAtIpB,qCAI2C;AAoIzC,wFAvIA,gBAAO,OAuIA;AAnIT,iDAIiD;AAgI/C,6FAnIA,2BAAY,OAmIA;AA/Hd,+CAIgD;AA4H9C,4FA/HA,yBAAW,OA+HA;AA3Hb,yCAI6C;AAoH3C,0FAvHA,oBAAS,OAuHA;AAnHX,6CAI+C;AAmH7C,4FAtHA,wBAAW,OAsHA;AAlHb,uDAIoD;AA+GlD,gGAlHA,iCAAe,OAkHA;AA9GjB,uDAIoD;AA2GlD,gGA9GA,iCAAe,OA8GA;AA1GjB,6FAIuE;AAuGrE,iHA1GA,qEAAgC,OA0GA;AAtGlC,uCAI4C;AAmG1C,+FAtGA,wBAAc,OAsGA;AAlGhB,uDAIoD;AA+FlD,gGAlGA,iCAAe,OAkGA;AA9FjB,yCAI6C;AA2F3C,0FA9FA,oBAAS,OA8FA;AA1FX,iGAIyE;AAuFvE,kHA1FA,wEAAiC,OA0FA;AArFnC,8DAAiE;AA2D/D,oGA3DO,kCAAmB,OA2DP"}
|
|
@@ -69,6 +69,29 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
69
69
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
70
70
|
__wechatifiedTag?: import("../user-modules/tag.js").TagConstructor | undefined;
|
|
71
71
|
__wechatifiedTagGroup?: import("../user-modules/tag-group.js").TagGroupConstructor | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* Main bot class.
|
|
74
|
+
*
|
|
75
|
+
* A `Bot` is a WeChat client depends on which puppet you use.
|
|
76
|
+
* It may equals
|
|
77
|
+
* - web-WeChat, when you use: [puppet-puppeteer](https://github.com/wechaty/wechaty-puppet-puppeteer)/[puppet-wechat4u](https://github.com/wechaty/wechaty-puppet-wechat4u)
|
|
78
|
+
* - ipad-WeChat, when you use: [puppet-padchat](https://github.com/wechaty/wechaty-puppet-padchat)
|
|
79
|
+
* - ios-WeChat, when you use: puppet-ioscat
|
|
80
|
+
*
|
|
81
|
+
* See more:
|
|
82
|
+
* - [What is a Puppet in Wechaty](https://github.com/wechaty/getting-started/wiki/FAQ#31-what-is-a-puppet-in-wechaty)
|
|
83
|
+
*
|
|
84
|
+
* > If you want to know how to send message, see [Message](#Message) <br>
|
|
85
|
+
* > If you want to know how to get contact, see [Contact](#Contact)
|
|
86
|
+
*
|
|
87
|
+
* @example <caption>The World's Shortest ChatBot Code: 6 lines of JavaScript</caption>
|
|
88
|
+
* import { WechatyBuilder } from 'wechaty'
|
|
89
|
+
* const bot = WechatyBuilder.build()
|
|
90
|
+
* bot.on('scan', (qrCode, status) => console.log('https://wechaty.js.org/qrcode/' + encodeURIComponent(qrcode)))
|
|
91
|
+
* bot.on('login', user => console.log(`User ${user} logged in`))
|
|
92
|
+
* bot.on('message', message => console.log(`Message: ${message}`))
|
|
93
|
+
* bot.start()
|
|
94
|
+
*/
|
|
72
95
|
__wechatifiedUrlLink?: import("../user-modules/url-link.js").UrlLinkConstructor | undefined;
|
|
73
96
|
__wechatifiedChannel?: import("../user-modules/channel.js").ChannelConstructor | undefined;
|
|
74
97
|
__wechatifiedChannelCard?: import("../user-modules/channel-card.js").ChannelCardConstructor | undefined;
|
|
@@ -78,6 +101,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
78
101
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
79
102
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
80
103
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
104
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
81
105
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
82
106
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
83
107
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -100,6 +124,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
100
124
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
101
125
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
102
126
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
127
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
103
128
|
__io?: import("../io.js").Io | undefined;
|
|
104
129
|
readonly io: import("../io.js").Io;
|
|
105
130
|
__ioToken?: string | undefined;
|
|
@@ -155,6 +180,29 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
155
180
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
156
181
|
__wechatifiedTag?: import("../user-modules/tag.js").TagConstructor | undefined;
|
|
157
182
|
__wechatifiedTagGroup?: import("../user-modules/tag-group.js").TagGroupConstructor | undefined;
|
|
183
|
+
/**
|
|
184
|
+
* Main bot class.
|
|
185
|
+
*
|
|
186
|
+
* A `Bot` is a WeChat client depends on which puppet you use.
|
|
187
|
+
* It may equals
|
|
188
|
+
* - web-WeChat, when you use: [puppet-puppeteer](https://github.com/wechaty/wechaty-puppet-puppeteer)/[puppet-wechat4u](https://github.com/wechaty/wechaty-puppet-wechat4u)
|
|
189
|
+
* - ipad-WeChat, when you use: [puppet-padchat](https://github.com/wechaty/wechaty-puppet-padchat)
|
|
190
|
+
* - ios-WeChat, when you use: puppet-ioscat
|
|
191
|
+
*
|
|
192
|
+
* See more:
|
|
193
|
+
* - [What is a Puppet in Wechaty](https://github.com/wechaty/getting-started/wiki/FAQ#31-what-is-a-puppet-in-wechaty)
|
|
194
|
+
*
|
|
195
|
+
* > If you want to know how to send message, see [Message](#Message) <br>
|
|
196
|
+
* > If you want to know how to get contact, see [Contact](#Contact)
|
|
197
|
+
*
|
|
198
|
+
* @example <caption>The World's Shortest ChatBot Code: 6 lines of JavaScript</caption>
|
|
199
|
+
* import { WechatyBuilder } from 'wechaty'
|
|
200
|
+
* const bot = WechatyBuilder.build()
|
|
201
|
+
* bot.on('scan', (qrCode, status) => console.log('https://wechaty.js.org/qrcode/' + encodeURIComponent(qrcode)))
|
|
202
|
+
* bot.on('login', user => console.log(`User ${user} logged in`))
|
|
203
|
+
* bot.on('message', message => console.log(`Message: ${message}`))
|
|
204
|
+
* bot.start()
|
|
205
|
+
*/
|
|
158
206
|
__wechatifiedUrlLink?: import("../user-modules/url-link.js").UrlLinkConstructor | undefined;
|
|
159
207
|
__wechatifiedChannel?: import("../user-modules/channel.js").ChannelConstructor | undefined;
|
|
160
208
|
__wechatifiedChannelCard?: import("../user-modules/channel-card.js").ChannelCardConstructor | undefined;
|
|
@@ -164,6 +212,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
164
212
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
165
213
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
166
214
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
215
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
167
216
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
168
217
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
169
218
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -186,6 +235,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
186
235
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
187
236
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
188
237
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
238
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
189
239
|
wrapAsync: import("gerror/dist/esm/src/wrap-async-error/wrap-async-error.js").WrapAsync;
|
|
190
240
|
emitError(e: any): void;
|
|
191
241
|
__io?: import("../io.js").Io | undefined;
|
|
@@ -245,6 +295,29 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
245
295
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
246
296
|
__wechatifiedTag?: import("../user-modules/tag.js").TagConstructor | undefined;
|
|
247
297
|
__wechatifiedTagGroup?: import("../user-modules/tag-group.js").TagGroupConstructor | undefined;
|
|
298
|
+
/**
|
|
299
|
+
* Main bot class.
|
|
300
|
+
*
|
|
301
|
+
* A `Bot` is a WeChat client depends on which puppet you use.
|
|
302
|
+
* It may equals
|
|
303
|
+
* - web-WeChat, when you use: [puppet-puppeteer](https://github.com/wechaty/wechaty-puppet-puppeteer)/[puppet-wechat4u](https://github.com/wechaty/wechaty-puppet-wechat4u)
|
|
304
|
+
* - ipad-WeChat, when you use: [puppet-padchat](https://github.com/wechaty/wechaty-puppet-padchat)
|
|
305
|
+
* - ios-WeChat, when you use: puppet-ioscat
|
|
306
|
+
*
|
|
307
|
+
* See more:
|
|
308
|
+
* - [What is a Puppet in Wechaty](https://github.com/wechaty/getting-started/wiki/FAQ#31-what-is-a-puppet-in-wechaty)
|
|
309
|
+
*
|
|
310
|
+
* > If you want to know how to send message, see [Message](#Message) <br>
|
|
311
|
+
* > If you want to know how to get contact, see [Contact](#Contact)
|
|
312
|
+
*
|
|
313
|
+
* @example <caption>The World's Shortest ChatBot Code: 6 lines of JavaScript</caption>
|
|
314
|
+
* import { WechatyBuilder } from 'wechaty'
|
|
315
|
+
* const bot = WechatyBuilder.build()
|
|
316
|
+
* bot.on('scan', (qrCode, status) => console.log('https://wechaty.js.org/qrcode/' + encodeURIComponent(qrcode)))
|
|
317
|
+
* bot.on('login', user => console.log(`User ${user} logged in`))
|
|
318
|
+
* bot.on('message', message => console.log(`Message: ${message}`))
|
|
319
|
+
* bot.start()
|
|
320
|
+
*/
|
|
248
321
|
__wechatifiedUrlLink?: import("../user-modules/url-link.js").UrlLinkConstructor | undefined;
|
|
249
322
|
__wechatifiedChannel?: import("../user-modules/channel.js").ChannelConstructor | undefined;
|
|
250
323
|
__wechatifiedChannelCard?: import("../user-modules/channel-card.js").ChannelCardConstructor | undefined;
|
|
@@ -254,6 +327,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
254
327
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
255
328
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
256
329
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
330
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
257
331
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
258
332
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
259
333
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -276,6 +350,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
276
350
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
277
351
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
278
352
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
353
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
279
354
|
wrapAsync: import("gerror/dist/esm/src/wrap-async-error/wrap-async-error.js").WrapAsync;
|
|
280
355
|
emitError(e: any): void;
|
|
281
356
|
__io?: import("../io.js").Io | undefined;
|
|
@@ -307,6 +382,29 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
307
382
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
308
383
|
__wechatifiedTag?: import("../user-modules/tag.js").TagConstructor | undefined;
|
|
309
384
|
__wechatifiedTagGroup?: import("../user-modules/tag-group.js").TagGroupConstructor | undefined;
|
|
385
|
+
/**
|
|
386
|
+
* Main bot class.
|
|
387
|
+
*
|
|
388
|
+
* A `Bot` is a WeChat client depends on which puppet you use.
|
|
389
|
+
* It may equals
|
|
390
|
+
* - web-WeChat, when you use: [puppet-puppeteer](https://github.com/wechaty/wechaty-puppet-puppeteer)/[puppet-wechat4u](https://github.com/wechaty/wechaty-puppet-wechat4u)
|
|
391
|
+
* - ipad-WeChat, when you use: [puppet-padchat](https://github.com/wechaty/wechaty-puppet-padchat)
|
|
392
|
+
* - ios-WeChat, when you use: puppet-ioscat
|
|
393
|
+
*
|
|
394
|
+
* See more:
|
|
395
|
+
* - [What is a Puppet in Wechaty](https://github.com/wechaty/getting-started/wiki/FAQ#31-what-is-a-puppet-in-wechaty)
|
|
396
|
+
*
|
|
397
|
+
* > If you want to know how to send message, see [Message](#Message) <br>
|
|
398
|
+
* > If you want to know how to get contact, see [Contact](#Contact)
|
|
399
|
+
*
|
|
400
|
+
* @example <caption>The World's Shortest ChatBot Code: 6 lines of JavaScript</caption>
|
|
401
|
+
* import { WechatyBuilder } from 'wechaty'
|
|
402
|
+
* const bot = WechatyBuilder.build()
|
|
403
|
+
* bot.on('scan', (qrCode, status) => console.log('https://wechaty.js.org/qrcode/' + encodeURIComponent(qrcode)))
|
|
404
|
+
* bot.on('login', user => console.log(`User ${user} logged in`))
|
|
405
|
+
* bot.on('message', message => console.log(`Message: ${message}`))
|
|
406
|
+
* bot.start()
|
|
407
|
+
*/
|
|
310
408
|
__wechatifiedUrlLink?: import("../user-modules/url-link.js").UrlLinkConstructor | undefined;
|
|
311
409
|
__wechatifiedChannel?: import("../user-modules/channel.js").ChannelConstructor | undefined;
|
|
312
410
|
__wechatifiedChannelCard?: import("../user-modules/channel-card.js").ChannelCardConstructor | undefined;
|
|
@@ -316,6 +414,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
316
414
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
317
415
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
318
416
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
417
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
319
418
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
320
419
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
321
420
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -338,6 +437,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
338
437
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
339
438
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
340
439
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
440
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
341
441
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
342
442
|
readonly id: string;
|
|
343
443
|
__memory?: import("memory-card").MemoryCard | undefined;
|
|
@@ -412,6 +512,29 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
412
512
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
413
513
|
__wechatifiedTag?: import("../user-modules/tag.js").TagConstructor | undefined;
|
|
414
514
|
__wechatifiedTagGroup?: import("../user-modules/tag-group.js").TagGroupConstructor | undefined;
|
|
515
|
+
/**
|
|
516
|
+
* Main bot class.
|
|
517
|
+
*
|
|
518
|
+
* A `Bot` is a WeChat client depends on which puppet you use.
|
|
519
|
+
* It may equals
|
|
520
|
+
* - web-WeChat, when you use: [puppet-puppeteer](https://github.com/wechaty/wechaty-puppet-puppeteer)/[puppet-wechat4u](https://github.com/wechaty/wechaty-puppet-wechat4u)
|
|
521
|
+
* - ipad-WeChat, when you use: [puppet-padchat](https://github.com/wechaty/wechaty-puppet-padchat)
|
|
522
|
+
* - ios-WeChat, when you use: puppet-ioscat
|
|
523
|
+
*
|
|
524
|
+
* See more:
|
|
525
|
+
* - [What is a Puppet in Wechaty](https://github.com/wechaty/getting-started/wiki/FAQ#31-what-is-a-puppet-in-wechaty)
|
|
526
|
+
*
|
|
527
|
+
* > If you want to know how to send message, see [Message](#Message) <br>
|
|
528
|
+
* > If you want to know how to get contact, see [Contact](#Contact)
|
|
529
|
+
*
|
|
530
|
+
* @example <caption>The World's Shortest ChatBot Code: 6 lines of JavaScript</caption>
|
|
531
|
+
* import { WechatyBuilder } from 'wechaty'
|
|
532
|
+
* const bot = WechatyBuilder.build()
|
|
533
|
+
* bot.on('scan', (qrCode, status) => console.log('https://wechaty.js.org/qrcode/' + encodeURIComponent(qrcode)))
|
|
534
|
+
* bot.on('login', user => console.log(`User ${user} logged in`))
|
|
535
|
+
* bot.on('message', message => console.log(`Message: ${message}`))
|
|
536
|
+
* bot.start()
|
|
537
|
+
*/
|
|
415
538
|
__wechatifiedUrlLink?: import("../user-modules/url-link.js").UrlLinkConstructor | undefined;
|
|
416
539
|
__wechatifiedChannel?: import("../user-modules/channel.js").ChannelConstructor | undefined;
|
|
417
540
|
__wechatifiedChannelCard?: import("../user-modules/channel-card.js").ChannelCardConstructor | undefined;
|
|
@@ -421,6 +544,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
421
544
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
422
545
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
423
546
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
547
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
424
548
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
425
549
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
426
550
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -443,6 +567,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
443
567
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
444
568
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
445
569
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
570
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
446
571
|
init(): Promise<void>;
|
|
447
572
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
448
573
|
readonly id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wechaty-base.d.ts","sourceRoot":"","sources":["../../../../src/wechaty/wechaty-base.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAA;AAQ9C,OAAO,KAAK,EACV,YAAY,EACZ,OAAO,EACR,MAAkC,mBAAmB,CAAA;AAWtD,OAAO,EACL,eAAe,EAChB,MAAkC,uBAAuB,CAAA;AAC1D,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAkC,mBAAmB,CAAA;AACtD,OAAO,KAAK,EACV,cAAc,EACf,MAAkC,+BAA+B,CAAA;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AAE5D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"wechaty-base.d.ts","sourceRoot":"","sources":["../../../../src/wechaty/wechaty-base.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAA;AAQ9C,OAAO,KAAK,EACV,YAAY,EACZ,OAAO,EACR,MAAkC,mBAAmB,CAAA;AAWtD,OAAO,EACL,eAAe,EAChB,MAAkC,uBAAuB,CAAA;AAC1D,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAkC,mBAAmB,CAAA;AACtD,OAAO,KAAK,EACV,cAAc,EACf,MAAkC,+BAA+B,CAAA;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAA;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoCf;;;;;;;;;;;;;;;;;;;;;;OAsBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAtBH;;;;;;;;;;;;;;;;;;;;;;OAsBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAtBH;;;;;;;;;;;;;;;;;;;;;;OAsBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAtBH;;;;;;;;;;;;;;;;;;;;;;OAsBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAtBH;;;;;;;;;;;;;;;;;;;;;;OAsBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAzCF,CAAA;AAED;;;;GAIG;AAaH;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,cAAM,WAAY,SAAQ,SAAU,YAAW,YAAY;IAmD9C,SAAS,EAAE,cAAc;IAjDpC,gBAA2B,OAAO,SAAU;IAC5C,QAAQ,CAAC,OAAO,EAAG,gBAAgB,CAAA;IAEnC,QAAQ,CAAC,iBAAiB,EAAE,CAAC,MAAM,IAAI,CAAC,EAAE,CAAK;IAE/C;;;;;;;;;;;;;;;;;;;OAmBG;IAEH;;;;;;;;;;;;;;;OAeG;IAEH;;;;OAIG;gBAEQ,SAAS,GAAE,cAAmB;IAS1B,KAAK,IAAK,OAAO,CAAC,IAAI,CAAC;IAMvB,OAAO,IAAK,OAAO,CAAC,IAAI,CAAC;IAmBzB,MAAM,IAAK,OAAO,CAAC,IAAI,CAAC;IAgBvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAoDG;IAEG,GAAG,CACP,OAAO,EAAE,OAAO,GACf,OAAO,CAAC,IAAI,CAAC;IAKV,OAAO,CACX,IAAI,EAAE,aAAa,GAClB,OAAO,CAAC,IAAI,GAAG,aAAa,CAAC;IAY1B,SAAS,CACb,IAAI,EAAE,aAAa,GAClB,OAAO,CAAC,IAAI,CAAC;IAYV,eAAe,CACnB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,IAAI,CAAC;IAMV,gBAAgB,CACpB,EAAE,EAAE,MAAM,GACT,OAAO,CAAC,IAAI,CAAC;IAMV,aAAa,IAChB,OAAO,CAAC,IAAI,CAAC;CAUjB;AAED,aAAK,4BAA4B,GAE7B,oBAAoB,GACpB,gCAAgC,GAChC,SAAS,GACT,SAAS,GACT,QAAQ,CAAA;AAEZ,YAAY,EACV,4BAA4B,GAC7B,CAAA;AACD,OAAO,EACL,WAAW,GACZ,CAAA"}
|
|
@@ -32,6 +32,7 @@ const wechaty_impl_js_1 = require("./wechaty-impl.js");
|
|
|
32
32
|
CallRecord;
|
|
33
33
|
ChatHistory;
|
|
34
34
|
Wecom;
|
|
35
|
+
DouyinOneClickPhoneCollection;
|
|
35
36
|
constructor() {
|
|
36
37
|
super();
|
|
37
38
|
// this.puppet
|
|
@@ -57,7 +58,8 @@ const wechaty_impl_js_1 = require("./wechaty-impl.js");
|
|
|
57
58
|
= this.CallRecord
|
|
58
59
|
= this.ChatHistory
|
|
59
60
|
= this.Wecom
|
|
60
|
-
=
|
|
61
|
+
= this.DouyinOneClickPhoneCollection
|
|
62
|
+
= {};
|
|
61
63
|
}
|
|
62
64
|
}
|
|
63
65
|
const WechatyTest = WechatyImplementation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wechaty-impl.spec.js","sourceRoot":"","sources":["../../../../src/wechaty/wechaty-impl.spec.ts"],"names":[],"mappings":";;;;;;AACA,mCAA6B;AAC7B,oFAAkD;AAElD,oEAAkE;
|
|
1
|
+
{"version":3,"file":"wechaty-impl.spec.js","sourceRoot":"","sources":["../../../../src/wechaty/wechaty-impl.spec.ts"],"names":[],"mappings":";;;;;;AACA,mCAA6B;AAC7B,oFAAkD;AAElD,oEAAkE;AA6BlE,uDAMgD;AAEhD,IAAA,aAAI,EAAC,mBAAmB,EAAE,KAAK,EAAC,CAAC,EAAC,EAAE;IAClC,MAAe,qBAAsB,SAAQ,uCAAmB;QAE9D,OAAO,CAA2C;QAClD,WAAW,CAA2C;QACtD,KAAK,CAA2C;QAChD,UAAU,CAA2C;QACrD,KAAK,CAA2C;QAChD,QAAQ,CAA2C;QACnD,OAAO,CAA2C;QAClD,WAAW,CAA2C;QACtD,IAAI,CAA2C;QAC/C,IAAI,CAA2C;QAC/C,cAAc,CAA2C;QACzD,GAAG,CAA2C;QAC9C,QAAQ,CAA2C;QACnD,OAAO,CAA2C;QAClD,OAAO,CAA2C;QAClD,WAAW,CAA2C;QACtD,WAAW,CAA2C;QACtD,4BAA4B,CAA2C;QACvE,MAAM,CAA2C;QACjD,UAAU,CAA2C;QACrD,WAAW,CAA2C;QACtD,KAAK,CAA2C;QAChD,6BAA6B,CAA2C;QAExE;YACE,KAAK,EAAE,CAAA;YACP,cAAc;YACd,IAAI,CAAC,OAAO;kBACR,IAAI,CAAC,WAAW;sBAChB,IAAI,CAAC,KAAK;0BACV,IAAI,CAAC,UAAU;8BACf,IAAI,CAAC,KAAK;kCACV,IAAI,CAAC,QAAQ;sCACb,IAAI,CAAC,OAAO;0CACZ,IAAI,CAAC,WAAW;8CAChB,IAAI,CAAC,IAAI;kDACT,IAAI,CAAC,IAAI;sDACT,IAAI,CAAC,cAAc;0DACnB,IAAI,CAAC,GAAG;8DACR,IAAI,CAAC,QAAQ;kEACb,IAAI,CAAC,OAAO;sEACZ,IAAI,CAAC,OAAO;0EACZ,IAAI,CAAC,WAAW;8EAChB,IAAI,CAAC,WAAW;kFAChB,IAAI,CAAC,4BAA4B;sFACjC,IAAI,CAAC,MAAM;0FACX,IAAI,CAAC,UAAU;8FACf,IAAI,CAAC,WAAW;kGAChB,IAAI,CAAC,KAAK;sGACV,IAAI,CAAC,6BAA6B;0GAClC,EAAS,CAAA;QACf,CAAC;KA6BF;IAED,MAAM,WAAW,GAAG,qBAAsD,CAAA;IAC1E,MAAM,CAAC,GAAqB,IAAI,WAAW,EAAE,CAAA;IAC7C,CAAC,CAAC,EAAE,CAAC,SAAS,EAAE,CAAC,GAAqB,EAAE,EAAE;QACxC,GAAG,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAA;IACpC,CAAC,CAAC,CAAA;IAEF,CAAC,CAAC,EAAE,CAAC,OAAO,qBAAqB,EAAE,wBAAwB,CAAC,CAAA;AAC9D,CAAC,CAAC,CAAA;AAEF,2CAA2C;AAC3C,gCAAgC;AAChC,wCAAwC;AAExC,2FAA2F;AAC3F,qEAAqE;AAErE,uCAAuC;AACvC,kFAAkF;AAClF,KAAK;AAEL,IAAA,aAAI,EAAC,+BAA+B,EAAE,KAAK,EAAC,CAAC,EAAC,EAAE;IAC9C,MAAM,MAAM,GAAI,IAAI,6BAAU,EAAS,CAAA;IACvC,MAAM,OAAO,GAAG,IAAI,6BAAW,CAAC,EAAE,MAAM,EAAE,CAAC,CAAA;IAC3C,CAAC,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,MAAM,EAAE,sDAAsD,CAAC,CAAA;IAEtF,MAAM,OAAO,CAAC,IAAI,EAAE,CAAA;IACpB,CAAC,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,MAAM,EAAE,yDAAyD,CAAC,CAAA;IAC/F,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,MAAM,EAAE,4DAA4D,CAAC,CAAA;AACpF,CAAC,CAAC,CAAA"}
|