@juzi/wechaty 1.0.118 → 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 +6 -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/consult-card.d.ts +8 -7
- package/dist/cjs/src/user-modules/consult-card.d.ts.map +1 -1
- package/dist/cjs/src/user-modules/consult-card.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/user-modules/premium-online-appointment-card.d.ts +2 -2
- 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 +7 -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/consult-card.d.ts +8 -7
- package/dist/esm/src/user-modules/consult-card.d.ts.map +1 -1
- package/dist/esm/src/user-modules/consult-card.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/user-modules/premium-online-appointment-card.d.ts +2 -2
- 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 +12 -0
- package/src/sayable/types.ts +2 -0
- package/src/user-modules/consult-card.ts +8 -7
- package/src/user-modules/douyin-one-click-phone-collection.ts +51 -0
- package/src/user-modules/mod.ts +8 -0
- package/src/user-modules/premium-online-appointment-card.ts +2 -2
- 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"}
|
|
@@ -99,6 +99,9 @@ const deliverSayableConversationPuppet = (puppet) => (conversationId) => async (
|
|
|
99
99
|
else if (mod_js_1.ChannelCardImpl.validInstance(sayable)) {
|
|
100
100
|
msgId = await puppet.messageSendChannelCard(conversationId, sayable.payload);
|
|
101
101
|
}
|
|
102
|
+
else if (mod_js_1.ConsultCardImpl.validInstance(sayable)) {
|
|
103
|
+
msgId = await puppet.messageSendConsultCard(conversationId, sayable.payload);
|
|
104
|
+
}
|
|
102
105
|
else if (mod_js_1.PremiumOnlineAppointmentCardImpl.validInstance(sayable)) {
|
|
103
106
|
msgId = await puppet.messageSendPremiumOnlineAppointmentCard(conversationId, {
|
|
104
107
|
msgType: PUPPET.types.ConsultCardMsgType.PremiumOnlineAppointmentCard,
|
|
@@ -106,6 +109,9 @@ const deliverSayableConversationPuppet = (puppet) => (conversationId) => async (
|
|
|
106
109
|
componentId: sayable.componentId(),
|
|
107
110
|
});
|
|
108
111
|
}
|
|
112
|
+
else if (mod_js_1.DouyinOneClickPhoneCollectionImpl.validInstance(sayable)) {
|
|
113
|
+
msgId = await puppet.messageSendDouyinOneClickPhoneCollection(conversationId, {});
|
|
114
|
+
}
|
|
109
115
|
else {
|
|
110
116
|
throw new Error('unsupported arg: ' + sayable);
|
|
111
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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type * as PUPPET from '@juzi/wechaty-puppet';
|
|
2
2
|
import type { Constructor } from 'clone-class';
|
|
3
|
+
import type { ConsultCardStatus, ConsultCardType } from '@juzi/wechaty-puppet/types';
|
|
3
4
|
declare const ConsultCardMixin_base: ((abstract new (...args: any[]) => {
|
|
4
5
|
readonly wechaty: import("../wechaty/wechaty-impl.js").WechatyInterface;
|
|
5
6
|
}) & {
|
|
@@ -12,21 +13,21 @@ declare class ConsultCardMixin extends ConsultCardMixin_base {
|
|
|
12
13
|
constructor(payload: PUPPET.payloads.ConsultCard);
|
|
13
14
|
static findAll(query: {
|
|
14
15
|
cardType: number;
|
|
15
|
-
status?:
|
|
16
|
-
ids?:
|
|
16
|
+
status?: ConsultCardStatus;
|
|
17
|
+
ids?: string[];
|
|
17
18
|
page?: number;
|
|
18
19
|
pageSize?: number;
|
|
19
20
|
}): Promise<ConsultCardInterface[]>;
|
|
20
21
|
static find(query: {
|
|
21
22
|
cardType: number;
|
|
22
|
-
id:
|
|
23
|
+
id: string;
|
|
23
24
|
}): Promise<ConsultCardInterface | undefined>;
|
|
24
|
-
id():
|
|
25
|
-
cardType():
|
|
25
|
+
id(): string | undefined;
|
|
26
|
+
cardType(): ConsultCardType | undefined;
|
|
26
27
|
name(): string | undefined;
|
|
27
28
|
content(): string | undefined;
|
|
28
|
-
status():
|
|
29
|
-
statusMsg():
|
|
29
|
+
status(): ConsultCardStatus | undefined;
|
|
30
|
+
statusMsg(): string | undefined;
|
|
30
31
|
actions(): PUPPET.payloads.ConsultCardAction[] | undefined;
|
|
31
32
|
}
|
|
32
33
|
declare const ConsultCardImpl_base: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consult-card.d.ts","sourceRoot":"","sources":["../../../../src/user-modules/consult-card.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,MAAM,sBAAsB,CAAA;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;;;;;;;;
|
|
1
|
+
{"version":3,"file":"consult-card.d.ts","sourceRoot":"","sources":["../../../../src/user-modules/consult-card.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,MAAM,sBAAsB,CAAA;AAEnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAS9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;;;;;;;;AAEpF,cAAM,gBAAiB,SAAQ,qBAAoB;aAG/B,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,WAAW;gBAApC,OAAO,EAAE,MAAM,CAAC,QAAQ,CAAC,WAAW;WAMzC,OAAO,CAAE,KAAK,EAAE;QAC3B,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,CAAC,EAAE,iBAAiB,CAAC;QAC3B,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC;QACf,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;WAwBtB,IAAI,CAAE,KAAK,EAAE;QACxB,QAAQ,EAAE,MAAM,CAAC;QACjB,EAAE,EAAE,MAAM,CAAA;KACX,GAAG,OAAO,CAAC,oBAAoB,GAAG,SAAS,CAAC;IAa7C,EAAE,IAAK,MAAM,GAAG,SAAS;IAIzB,QAAQ,IAAK,eAAe,GAAG,SAAS;IAIxC,IAAI,IAAK,MAAM,GAAG,SAAS;IAI3B,OAAO,IAAK,MAAM,GAAG,SAAS;IAI9B,MAAM,IAAK,iBAAiB,GAAG,SAAS;IAIxC,SAAS,IAAK,MAAM,GAAG,SAAS;IAIhC,OAAO,IAAK,MAAM,CAAC,QAAQ,CAAC,iBAAiB,EAAE,GAAG,SAAS;CAI5D;;;;;;;AAED,cAAM,eAAgB,SAAQ,oBAAyD;CAAI;AAC3F,UAAU,oBAAqB,SAAQ,eAAe;CAAI;AAE1D,aAAK,sBAAsB,GAAG,WAAW,CACvC,oBAAoB,EACpB,OAAO,eAAe,CACvB,CAAA;AAED,YAAY,EACV,sBAAsB,EACtB,oBAAoB,GACrB,CAAA;AACD,OAAO,EACL,eAAe,GAChB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consult-card.js","sourceRoot":"","sources":["../../../../src/user-modules/consult-card.ts"],"names":[],"mappings":";;;AAIA,4CAAkC;AAElC,gEAA8D;AAE9D,8DAEoC;
|
|
1
|
+
{"version":3,"file":"consult-card.js","sourceRoot":"","sources":["../../../../src/user-modules/consult-card.ts"],"names":[],"mappings":";;;AAIA,4CAAkC;AAElC,gEAA8D;AAE9D,8DAEoC;AAGpC,MAAM,gBAAiB,SAAQ,IAAA,iCAAkB,GAAE;IAG/B;IADlB,YACkB,OAAoC;QAEpD,KAAK,EAAE,CAAA;QAFS,YAAO,GAAP,OAAO,CAA6B;QAGpD,eAAG,CAAC,OAAO,CAAC,aAAa,EAAE,eAAe,CAAC,CAAA;IAC7C,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,OAAO,CAAE,KAMrB;QACC,eAAG,CAAC,OAAO,CAAC,aAAa,EAAE,aAAa,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAA;QAEhE,MAAM,MAAM,GAAG;YACb,QAAQ,EAAE,KAAK,CAAC,QAAQ;YACxB,MAAM,EAAE,KAAK,CAAC,MAAM;YACpB,GAAG,EAAE,KAAK,CAAC,GAAG;YACd,IAAI,EAAE,KAAK,CAAC,IAAI,IAAI,CAAC;YACrB,QAAQ,EAAE,KAAK,CAAC,QAAQ,IAAI,EAAE;SAC/B,CAAA;QAED,MAAM,MAAM,GAAG,MAAO,IAAI,CAAC,OAAO,CAAC,MAAc,CAAC,gBAAgB,CAAC,MAAM,CAAC,CAAA;QAE1E,IAAI,CAAC,MAAM,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE;YAC5B,OAAO,EAAE,CAAA;SACV;QAED,MAAM,eAAe,GAA2B,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,OAAY,EAAE,EAAE;YAChF,OAAO,IAAI,IAAI,CAAC,OAAO,CAAC,CAAA;QAC1B,CAAC,CAAC,CAAA;QAEF,OAAO,eAAe,CAAA;IACxB,CAAC;IAED,MAAM,CAAC,KAAK,CAAC,IAAI,CAAE,KAGlB;QACC,eAAG,CAAC,OAAO,CAAC,aAAa,EAAE,UAAU,EAAE,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAA;QAE7D,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC;YACzC,QAAQ,EAAE,KAAK,CAAC,QAAQ;YACxB,GAAG,EAAE,CAAE,KAAK,CAAC,EAAE,CAAE;YACjB,IAAI,EAAE,CAAC;YACP,QAAQ,EAAE,CAAC;SACZ,CAAC,CAAA;QAEF,OAAO,eAAe,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;IACpE,CAAC;IAED,EAAE;QACA,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAA;IACxB,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAA;IAC9B,CAAC;IAED,IAAI;QACF,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAA;IAC1B,CAAC;IAED,OAAO;QACL,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CAAA;IAC7B,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAA;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAA;IAC/B,CAAC;IAED,OAAO;QACL,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CAAA;IAC7B,CAAC;CAEF;AAED,MAAM,eAAgB,SAAQ,IAAA,+BAAe,EAAC,gBAAgB,CAAC,EAAwB;CAAI;AAazF,0CAAe"}
|
|
@@ -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"}
|
|
@@ -16,9 +16,9 @@ declare class PremiumOnlineAppointmentCardMixin extends PremiumOnlineAppointment
|
|
|
16
16
|
pageSize?: number;
|
|
17
17
|
}): Promise<PremiumOnlineAppointmentCardInterface[]>;
|
|
18
18
|
static find(query: {
|
|
19
|
-
componentId:
|
|
19
|
+
componentId: string;
|
|
20
20
|
}): Promise<PremiumOnlineAppointmentCardInterface | undefined>;
|
|
21
|
-
componentId():
|
|
21
|
+
componentId(): string;
|
|
22
22
|
titleImage(): string | undefined;
|
|
23
23
|
createTime(): number | undefined;
|
|
24
24
|
title(): string | undefined;
|