@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
|
@@ -21,9 +21,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
21
21
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
22
22
|
__wechatifiedPost?: import("../user-modules/post.js").PostConstructor | undefined;
|
|
23
23
|
__wechatifiedRoom?: import("../user-modules/room.js").RoomConstructor | undefined;
|
|
24
|
-
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
25
|
-
* @deprecated: use `isLoggedIn` property instead. will be removed after Dec 31, 2022
|
|
26
|
-
*/
|
|
24
|
+
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
27
25
|
__wechatifiedTag?: import("../user-modules/tag.js").TagConstructor | undefined;
|
|
28
26
|
__wechatifiedTagGroup?: import("../user-modules/tag-group.js").TagGroupConstructor | undefined;
|
|
29
27
|
__wechatifiedUrlLink?: import("../user-modules/url-link.js").UrlLinkConstructor | undefined;
|
|
@@ -35,6 +33,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
35
33
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
36
34
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
37
35
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
36
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
38
37
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
39
38
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
40
39
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -57,6 +56,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
57
56
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
58
57
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
59
58
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
59
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
60
60
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
61
61
|
readonly id: string;
|
|
62
62
|
__memory?: import("memory-card").MemoryCard | undefined;
|
|
@@ -96,9 +96,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
96
96
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
97
97
|
__wechatifiedPost?: import("../user-modules/post.js").PostConstructor | undefined;
|
|
98
98
|
__wechatifiedRoom?: import("../user-modules/room.js").RoomConstructor | undefined;
|
|
99
|
-
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
100
|
-
* @deprecated: use `isLoggedIn` property instead. will be removed after Dec 31, 2022
|
|
101
|
-
*/
|
|
99
|
+
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
102
100
|
__wechatifiedTag?: import("../user-modules/tag.js").TagConstructor | undefined;
|
|
103
101
|
__wechatifiedTagGroup?: import("../user-modules/tag-group.js").TagGroupConstructor | undefined;
|
|
104
102
|
__wechatifiedUrlLink?: import("../user-modules/url-link.js").UrlLinkConstructor | undefined;
|
|
@@ -110,6 +108,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
110
108
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
111
109
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
112
110
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
111
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
113
112
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
114
113
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
115
114
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -132,6 +131,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
132
131
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
133
132
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
134
133
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
134
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
135
135
|
init(): Promise<void>;
|
|
136
136
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
137
137
|
readonly id: string;
|
|
@@ -301,9 +301,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
301
301
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
302
302
|
__wechatifiedPost?: import("../user-modules/post.js").PostConstructor | undefined;
|
|
303
303
|
__wechatifiedRoom?: import("../user-modules/room.js").RoomConstructor | undefined;
|
|
304
|
-
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
305
|
-
* @deprecated: use `isLoggedIn` property instead. will be removed after Dec 31, 2022
|
|
306
|
-
*/
|
|
304
|
+
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
307
305
|
__wechatifiedTag?: import("../user-modules/tag.js").TagConstructor | undefined;
|
|
308
306
|
__wechatifiedTagGroup?: import("../user-modules/tag-group.js").TagGroupConstructor | undefined;
|
|
309
307
|
__wechatifiedUrlLink?: import("../user-modules/url-link.js").UrlLinkConstructor | undefined;
|
|
@@ -315,6 +313,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
315
313
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
316
314
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
317
315
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
316
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
318
317
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
319
318
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
320
319
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -337,6 +336,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
337
336
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
338
337
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
339
338
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
339
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
340
340
|
wrapAsync: import("gerror/dist/esm/src/wrap-async-error/wrap-async-error.js").WrapAsync;
|
|
341
341
|
emitError(e: any): void;
|
|
342
342
|
__io?: import("../io.js").Io | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/login-mixin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAEV,oBAAoB,EACrB,MAAoC,wBAAwB,CAAA;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAKxD,QAAA,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"login-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/login-mixin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAEV,oBAAoB,EACrB,MAAoC,wBAAwB,CAAA;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAKxD,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAgDU,GAAG,EAAE;;IAvC3B;;;;;;;OAOG;;IAMH;;;;;;;;;;OAUG;;;YAqBqB,QAAQ,IAAI,CAAC;IAUrC;;;;;;OAMG;oBACoB,MAAM,GAAG,QAAQ,IAAI,CAAC;IAK7C;;OAEG;gBACU,OAAO;IAKpB;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAWN,CAAA;AAED,aAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAA;AAE/C,aAAK,2BAA2B,GAC5B,UAAU,GACV,UAAU,GACV,oBAAoB,CAAA;AAExB,YAAY,EACV,UAAU,EACV,2BAA2B,GAC5B,CAAA;AACD,OAAO,EACL,UAAU,GACX,CAAA"}
|
|
@@ -32,6 +32,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
32
32
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
33
33
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
34
34
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
35
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
35
36
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
36
37
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
37
38
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -54,6 +55,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
54
55
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
55
56
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
56
57
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
58
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
57
59
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
58
60
|
readonly id: string;
|
|
59
61
|
__memory?: import("memory-card").MemoryCard | undefined;
|
|
@@ -107,6 +109,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
107
109
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
108
110
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
109
111
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
112
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
110
113
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
111
114
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
112
115
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -129,6 +132,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
129
132
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
130
133
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
131
134
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
135
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
132
136
|
init(): Promise<void>;
|
|
133
137
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
134
138
|
readonly id: string;
|
|
@@ -305,6 +309,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
305
309
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
306
310
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
307
311
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
312
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
308
313
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
309
314
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
310
315
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -327,6 +332,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
327
332
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
328
333
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
329
334
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
335
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
330
336
|
wrapAsync: import("gerror/dist/esm/src/wrap-async-error/wrap-async-error.js").WrapAsync;
|
|
331
337
|
emitError(e: any): void;
|
|
332
338
|
__io?: import("../io.js").Io | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"misc-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/misc-mixin.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAQ,mBAAmB,CAAA;AAK1D,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"misc-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/misc-mixin.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAQ,mBAAmB,CAAA;AAK1D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAuDX;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAFH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAFH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAFH;;OAEG;;;;;;sDApDmB,GAAG,EAAE;IAI3B;;OAEG;;IAcH;;;OAGG;;IAKH;;;;;;;;OAQG;eACS,MAAM;IAIlB;;OAEG;wBACwB,MAAM,GAAG,QAAQ,IAAI,CAAC;IAMjD;;OAEG;gBACU,MAAM,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;gDAH1B;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAcN,CAAA;AAED,aAAK,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAA;AAE7C,aAAK,0BAA0B,GAAG,KAAK,CAAA;AAEvC,YAAY,EACV,SAAS,EACT,0BAA0B,GAC3B,CAAA;AACD,OAAO,EACL,SAAS,GACV,CAAA"}
|
|
@@ -110,6 +110,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
110
110
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
111
111
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
112
112
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
113
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
113
114
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
114
115
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
115
116
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -132,6 +133,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
132
133
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
133
134
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
134
135
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
136
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
135
137
|
wrapAsync: import("gerror/dist/esm/src/wrap-async-error/wrap-async-error.js").WrapAsync;
|
|
136
138
|
emitError(e: any): void;
|
|
137
139
|
__io?: import("../io.js").Io | undefined;
|
|
@@ -172,6 +174,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
172
174
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
173
175
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
174
176
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
177
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
175
178
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
176
179
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
177
180
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -194,6 +197,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
194
197
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
195
198
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
196
199
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
200
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
197
201
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
198
202
|
readonly id: string;
|
|
199
203
|
__memory?: import("memory-card").MemoryCard | undefined;
|
|
@@ -245,6 +249,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
245
249
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
246
250
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
247
251
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
252
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
248
253
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
249
254
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
250
255
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -267,6 +272,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
267
272
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
268
273
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
269
274
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
275
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
270
276
|
init(): Promise<void>;
|
|
271
277
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
272
278
|
readonly id: string;
|
|
@@ -425,6 +431,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
425
431
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
426
432
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
427
433
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
434
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
428
435
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
429
436
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
430
437
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -447,6 +454,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
447
454
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
448
455
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
449
456
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
457
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
450
458
|
__io?: import("../io.js").Io | undefined;
|
|
451
459
|
readonly io: import("../io.js").Io;
|
|
452
460
|
__ioToken?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/plugin-mixin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,aAAa,EACb,wBAAwB,EACzB,MAAkC,cAAc,CAAA;AAKjD,OAAO,KAAK,EACV,eAAe,EAChB,MAA4B,mBAAmB,CAAA;AAKhD,UAAU,QAAQ;IAChB,GAAG,CACD,GAAG,OAAO,EAAE,CACR,aAAa,GACb,aAAa,EAAE,CAClB,EAAE,GACF,wBAAwB,CAAA;CAC5B;AAED,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASb;;;;;;;;;;;;;;;;;;OAkBG
|
|
1
|
+
{"version":3,"file":"plugin-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/plugin-mixin.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,aAAa,EACb,wBAAwB,EACzB,MAAkC,cAAc,CAAA;AAKjD,OAAO,KAAK,EACV,eAAe,EAChB,MAA4B,mBAAmB,CAAA;AAKhD,UAAU,QAAQ;IAChB,GAAG,CACD,GAAG,OAAO,EAAE,CACR,aAAa,GACb,aAAa,EAAE,CAClB,EAAE,GACF,wBAAwB,CAAA;CAC5B;AAED,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASb;;;;;;;;;;;;;;;;;;OAkBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAtBmB,GAAG,EAAE;IAI3B;;;;;;;;;;;;;;;;;;OAkBG;oBAEW,CACV,aAAa,GAAG,aAAa,EAAE,CAChC,EAAE,GACF,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAvB3B;;;;;;;;;;;;;;;;;;OAkBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkCN,CAAA;AAED,aAAK,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAA;AAEjD,aAAK,4BAA4B,GAAG,KAAK,CAAA;AAEzC,OAAO,EACL,KAAK,QAAQ,EACb,KAAK,WAAW,EAChB,KAAK,4BAA4B,EACjC,WAAW,GACZ,CAAA"}
|
|
@@ -31,6 +31,7 @@ declare const puppetMixin: <MixinBase extends ((abstract new (...args: any[]) =>
|
|
|
31
31
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
32
32
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
33
33
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
34
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
34
35
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
35
36
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
36
37
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -53,6 +54,7 @@ declare const puppetMixin: <MixinBase extends ((abstract new (...args: any[]) =>
|
|
|
53
54
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
54
55
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
55
56
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
57
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
56
58
|
init(): Promise<void>;
|
|
57
59
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
58
60
|
readonly id: string;
|
|
@@ -173,6 +175,7 @@ declare const puppetMixin: <MixinBase extends ((abstract new (...args: any[]) =>
|
|
|
173
175
|
__wechatifiedCallRecord?: import("../user-modules/call.js").CallRecordConstructor | undefined;
|
|
174
176
|
__wechatifiedChatHistory?: import("../user-modules/chat-history.js").ChatHistoryConstructor | undefined;
|
|
175
177
|
__wechatifiedWecom?: import("../user-modules/wecom.js").WecomConstructor | undefined;
|
|
178
|
+
__wechatifiedDouyinOneClickPhoneCollection?: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
176
179
|
readonly Contact: import("../user-modules/contact.js").ContactConstructor;
|
|
177
180
|
readonly ContactSelf: import("../user-modules/contact-self.js").ContactSelfConstructor;
|
|
178
181
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
@@ -195,6 +198,7 @@ declare const puppetMixin: <MixinBase extends ((abstract new (...args: any[]) =>
|
|
|
195
198
|
readonly CallRecord: import("../user-modules/call.js").CallRecordConstructor;
|
|
196
199
|
readonly ChatHistory: import("../user-modules/chat-history.js").ChatHistoryConstructor;
|
|
197
200
|
readonly Wecom: import("../user-modules/wecom.js").WecomConstructor;
|
|
201
|
+
readonly DouyinOneClickPhoneCollection: import("../user-modules/douyin-one-click-phone-collection.js").DouyinOneClickPhoneCollectionConstructor;
|
|
198
202
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
199
203
|
readonly id: string;
|
|
200
204
|
__memory?: import("memory-card").MemoryCard | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"puppet-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/puppet-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAW,sBAAsB,CAAA;AAQnD,OAAO,EAEL,gBAAgB,EAChB,oBAAoB,EACrB,MAAO,cAAc,CAAA;AAwBtB;;;;;;;GAOG;AACH,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"puppet-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/puppet-mixin.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAW,sBAAsB,CAAA;AAQnD,OAAO,EAEL,gBAAgB,EAChB,oBAAoB,EACrB,MAAO,cAAc,CAAA;AAwBtB;;;;;;;GAOG;AACH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAqBS,GAAG,EAAE;;;2BANH,oBAAoB;sBAE1B,gBAAgB;;aAmBT,QAAQ,IAAI,CAAC;YA+Cd,QAAQ,IAAI,CAAC;aAuBrB,QAAQ,IAAI,CAAC;YAML,QAAQ,IAAI,CAAC;gCA8CR,OAAO,KAAK,CAAC,eAAe,GAAG,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA+gBnE,CAAA;AAED,aAAK,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAA;AAEjD,aAAK,4BAA4B,GAC7B,UAAU,GACV,cAAc,GACd,qBAAqB,GACrB,kBAAkB,CAAA;AAEtB,YAAY,EACV,WAAW,EACX,4BAA4B,GAC7B,CAAA;AACD,OAAO,EACL,WAAW,GACZ,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ContactConstructor, ContactSelfConstructor, DelayConstructor, FriendshipConstructor, ImageConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, MomentConstructor, CallRecordConstructor, ChatHistoryConstructor, WecomConstructor } from '../user-modules/mod.js';
|
|
1
|
+
import { ContactConstructor, ContactSelfConstructor, DelayConstructor, FriendshipConstructor, ImageConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, MomentConstructor, CallRecordConstructor, ChatHistoryConstructor, WecomConstructor, DouyinOneClickPhoneCollectionConstructor } from '../user-modules/mod.js';
|
|
2
2
|
import type { WechatySkeleton } from '../wechaty/mod.js';
|
|
3
3
|
declare const wechatifyUserModuleMixin: <MixinBase extends typeof WechatySkeleton>(mixinBase: MixinBase) => ((abstract new (...args: any[]) => {
|
|
4
4
|
__wechatifiedContact?: ContactConstructor | undefined;
|
|
@@ -23,6 +23,7 @@ declare const wechatifyUserModuleMixin: <MixinBase extends typeof WechatySkeleto
|
|
|
23
23
|
__wechatifiedCallRecord?: CallRecordConstructor | undefined;
|
|
24
24
|
__wechatifiedChatHistory?: ChatHistoryConstructor | undefined;
|
|
25
25
|
__wechatifiedWecom?: WecomConstructor | undefined;
|
|
26
|
+
__wechatifiedDouyinOneClickPhoneCollection?: DouyinOneClickPhoneCollectionConstructor | undefined;
|
|
26
27
|
readonly Contact: ContactConstructor;
|
|
27
28
|
readonly ContactSelf: ContactSelfConstructor;
|
|
28
29
|
readonly Delay: DelayConstructor;
|
|
@@ -45,6 +46,7 @@ declare const wechatifyUserModuleMixin: <MixinBase extends typeof WechatySkeleto
|
|
|
45
46
|
readonly CallRecord: CallRecordConstructor;
|
|
46
47
|
readonly ChatHistory: ChatHistoryConstructor;
|
|
47
48
|
readonly Wecom: WecomConstructor;
|
|
49
|
+
readonly DouyinOneClickPhoneCollection: DouyinOneClickPhoneCollectionConstructor;
|
|
48
50
|
init(): Promise<void>;
|
|
49
51
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
50
52
|
readonly id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wechatify-user-module-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/wechatify-user-module-mixin.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"wechatify-user-module-mixin.d.ts","sourceRoot":"","sources":["../../../../src/wechaty-mixins/wechatify-user-module-mixin.ts"],"names":[],"mappings":"AAEA,OAAO,EAyBL,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,yBAAyB,EACzB,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,sBAAsB,EACtB,uCAAuC,EACvC,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,gBAAgB,EAChB,wCAAwC,EAEzC,MAA4B,wBAAwB,CAAA;AAErD,OAAO,KAAK,EACV,eAAe,EAChB,MAAkC,mBAAmB,CAAA;AAEtD,QAAA,MAAM,wBAAwB,+FAKJ,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAqDH,QAAQ,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;cAkDxC,CAAA;AAYD,aAAK,wBAAwB,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAE3E,aAAK,yCAAyC,GAC1C,sBAAsB,GACtB,0BAA0B,GAC1B,oBAAoB,GACpB,yBAAyB,GACzB,oBAAoB,GACpB,uBAAuB,GACvB,sBAAsB,GACtB,0BAA0B,GAC1B,mBAAmB,GACnB,6BAA6B,GAC7B,kBAAkB,GAClB,uBAAuB,GACvB,sBAAsB,GACtB,sBAAsB,GACtB,0BAA0B,GAC1B,0BAA0B,GAC1B,2CAA2C,GAC3C,qBAAqB,GACrB,yBAAyB,GACzB,0BAA0B,GAC1B,oBAAoB,CAAA;AAExB,YAAY,EACV,wBAAwB,EACxB,yCAAyC,GAC1C,CAAA;AACD,OAAO,EACL,wBAAwB,GACzB,CAAA"}
|
|
@@ -32,6 +32,7 @@ const wechatifyUserModuleMixin = (mixinBase) => {
|
|
|
32
32
|
__wechatifiedCallRecord;
|
|
33
33
|
__wechatifiedChatHistory;
|
|
34
34
|
__wechatifiedWecom;
|
|
35
|
+
__wechatifiedDouyinOneClickPhoneCollection;
|
|
35
36
|
get Contact() { return guardWechatify(this.__wechatifiedContact); }
|
|
36
37
|
get ContactSelf() { return guardWechatify(this.__wechatifiedContactSelf); }
|
|
37
38
|
get Delay() { return guardWechatify(this.__wechatifiedDelay); }
|
|
@@ -54,6 +55,7 @@ const wechatifyUserModuleMixin = (mixinBase) => {
|
|
|
54
55
|
get CallRecord() { return guardWechatify(this.__wechatifiedCallRecord); }
|
|
55
56
|
get ChatHistory() { return guardWechatify(this.__wechatifiedChatHistory); }
|
|
56
57
|
get Wecom() { return guardWechatify(this.__wechatifiedWecom); }
|
|
58
|
+
get DouyinOneClickPhoneCollection() { return guardWechatify(this.__wechatifiedDouyinOneClickPhoneCollection); }
|
|
57
59
|
async init() {
|
|
58
60
|
wechaty_puppet_1.log.verbose('WechatifyUserModuleMixin', 'init()');
|
|
59
61
|
await super.init();
|
|
@@ -93,6 +95,7 @@ const wechatifyUserModuleMixin = (mixinBase) => {
|
|
|
93
95
|
this.__wechatifiedCallRecord = (0, mod_js_1.wechatifyUserModule)(mod_js_1.CallRecordImpl)(this);
|
|
94
96
|
this.__wechatifiedChatHistory = (0, mod_js_1.wechatifyUserModule)(mod_js_1.ChatHistoryImpl)(this);
|
|
95
97
|
this.__wechatifiedWecom = (0, mod_js_1.wechatifyUserModule)(mod_js_1.WecomImpl)(this);
|
|
98
|
+
this.__wechatifiedDouyinOneClickPhoneCollection = (0, mod_js_1.wechatifyUserModule)(mod_js_1.DouyinOneClickPhoneCollectionImpl)(this);
|
|
96
99
|
wechaty_puppet_1.log.verbose('WechatifyUserModuleMixin', 'init() initializing Wechaty User Module (WUM) ... done');
|
|
97
100
|
}
|
|
98
101
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wechatify-user-module-mixin.js","sourceRoot":"","sources":["../../../../src/wechaty-mixins/wechatify-user-module-mixin.ts"],"names":[],"mappings":";;;AAAA,yDAAmD;AAEnD,
|
|
1
|
+
{"version":3,"file":"wechatify-user-module-mixin.js","sourceRoot":"","sources":["../../../../src/wechaty-mixins/wechatify-user-module-mixin.ts"],"names":[],"mappings":"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"}
|
|
@@ -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"}
|
|
@@ -28,6 +28,6 @@
|
|
|
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';
|
|
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
32
|
export { WechatyImpl, } from '../wechaty/mod.js';
|
|
33
33
|
//# 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,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.js","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;AA0E3D,OAAO,EACL,WAAW,GACZ,MAA8B,mBAAmB,CAAA"}
|
|
@@ -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,7 +1,7 @@
|
|
|
1
|
-
export const GIT_COMMIT_HASH = '
|
|
1
|
+
export const GIT_COMMIT_HASH = '0c77d177c3f957cbbde90cc35190f506dfea184f';
|
|
2
2
|
export const packageJson = {
|
|
3
3
|
"name": "@juzi/wechaty",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.121",
|
|
5
5
|
"description": "Wechaty is a RPA SDK for Chatbot Makers.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -133,7 +133,7 @@ export const packageJson = {
|
|
|
133
133
|
"@chatie/eslint-config": "^1.0.4",
|
|
134
134
|
"@chatie/semver": "^0.4.7",
|
|
135
135
|
"@chatie/tsconfig": "^4.6.3",
|
|
136
|
-
"@juzi/wechaty-puppet": "^1.0.
|
|
136
|
+
"@juzi/wechaty-puppet": "^1.0.116",
|
|
137
137
|
"@juzi/wechaty-puppet-mock": "^1.0.1",
|
|
138
138
|
"@swc/core": "1.3.44",
|
|
139
139
|
"@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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as PUPPET from '@juzi/wechaty-puppet';
|
|
2
2
|
import { FileBox } from 'file-box';
|
|
3
|
-
import { ContactImpl, MessageImpl, DelayImpl, UrlLinkImpl, MiniProgramImpl, PostImpl, LocationImpl, ChannelImpl, ChannelCardImpl, PremiumOnlineAppointmentCardImpl, ConsultCardImpl, } from '../user-modules/mod.js';
|
|
3
|
+
import { ContactImpl, MessageImpl, DelayImpl, UrlLinkImpl, MiniProgramImpl, PostImpl, LocationImpl, ChannelImpl, ChannelCardImpl, PremiumOnlineAppointmentCardImpl, ConsultCardImpl, DouyinOneClickPhoneCollectionImpl, } from '../user-modules/mod.js';
|
|
4
4
|
/**
|
|
5
5
|
* TODO: add unit test to ensure the interface validation code works
|
|
6
6
|
*/
|
|
@@ -83,6 +83,9 @@ const deliverSayableConversationPuppet = (puppet) => (conversationId) => async (
|
|
|
83
83
|
componentId: sayable.componentId(),
|
|
84
84
|
});
|
|
85
85
|
}
|
|
86
|
+
else if (DouyinOneClickPhoneCollectionImpl.validInstance(sayable)) {
|
|
87
|
+
msgId = await puppet.messageSendDouyinOneClickPhoneCollection(conversationId, {});
|
|
88
|
+
}
|
|
86
89
|
else {
|
|
87
90
|
throw new Error('unsupported arg: ' + sayable);
|
|
88
91
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deliver-sayable.js","sourceRoot":"","sources":["../../../../src/sayable/deliver-sayable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAA;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAA;AAElC,OAAO,EACL,WAAW,EACX,WAAW,EACX,SAAS,EACT,WAAW,EACX,eAAe,EACf,QAAQ,EACR,YAAY,EACZ,WAAW,EACX,eAAe,EACf,gCAAgC,EAChC,eAAe,
|
|
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,OAAO,EASL,WAAW,EACX,WAAW,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/sayable/types.ts"],"names":[],"mappings":"AAuBA,OAAO,EASL,WAAW,EACX,WAAW,GAKZ,MAAgC,wBAAwB,CAAA;AAqCzD,MAAM,aAAa,GAAG;IACpB,aAAa;IACb,cAAc;CACf,CAAA;AAED,MAAM,CAAC,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,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,IAAK,CAAY,KAAK,MAAM,CAAC,CAAC,CAAC;WAC5K,CAAC,OAAO,MAAM,CAAC,YAAY,KAAK,WAAW,IAAI,WAAW,CAAC,KAAK,CAAC,MAAM,CAAC,YAAY,CAAC,CAAC,CAC1F,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -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,29 @@
|
|
|
1
|
+
import { log } from '../config.js';
|
|
2
|
+
import { validationMixin } from '../user-mixins/validation.js';
|
|
3
|
+
import { wechatifyMixinBase, } from '../user-mixins/wechatify.js';
|
|
4
|
+
class DouyinOneClickPhoneCollectionMixin extends wechatifyMixinBase() {
|
|
5
|
+
payload;
|
|
6
|
+
/**
|
|
7
|
+
*
|
|
8
|
+
* Create
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
static async create() {
|
|
12
|
+
log.verbose('DouyinOneClickPhoneCollection', 'create()');
|
|
13
|
+
return new this({});
|
|
14
|
+
}
|
|
15
|
+
/*
|
|
16
|
+
* @hideconstructor
|
|
17
|
+
*/
|
|
18
|
+
constructor(payload) {
|
|
19
|
+
super();
|
|
20
|
+
this.payload = payload;
|
|
21
|
+
log.verbose('DouyinOneClickPhoneCollection', 'constructor()');
|
|
22
|
+
// Huan(202110): it is ok to create a raw one without wechaty instance
|
|
23
|
+
// guardWechatifyClass.call(this, DouyinOneClickPhoneCollection)
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
class DouyinOneClickPhoneCollectionImpl extends validationMixin(DouyinOneClickPhoneCollectionMixin)() {
|
|
27
|
+
}
|
|
28
|
+
export { DouyinOneClickPhoneCollectionImpl, };
|
|
29
|
+
//# 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,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAA;AAElC,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAA;AAE9D,OAAO,EACL,kBAAkB,GACnB,MAA4B,6BAA6B,CAAA;AAE1D,MAAM,kCAAmC,SAAQ,kBAAkB,EAAE;IAiBjD;IAflB;;;;OAIG;IACH,MAAM,CAAC,KAAK,CAAC,MAAM;QACjB,GAAG,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,GAAG,CAAC,OAAO,CAAC,+BAA+B,EAAE,eAAe,CAAC,CAAA;QAC7D,sEAAsE;QACtE,gEAAgE;IAClE,CAAC;CAEF;AAED,MAAM,iCAAkC,SAAQ,eAAe,CAAC,kCAAkC,CAAC,EAA0C;CAAG;AAYhJ,OAAO,EACL,iCAAiC,GAClC,CAAA"}
|