@juzi/wechaty 1.0.149 → 1.0.150
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 +4 -4
- package/dist/cjs/src/user-modules/message.d.ts +15 -0
- package/dist/cjs/src/user-modules/message.d.ts.map +1 -1
- package/dist/cjs/src/user-modules/message.js +20 -0
- package/dist/cjs/src/user-modules/message.js.map +1 -1
- 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/voice.d.ts +69 -0
- package/dist/cjs/src/user-modules/voice.d.ts.map +1 -0
- package/dist/cjs/src/user-modules/voice.js +64 -0
- package/dist/cjs/src/user-modules/voice.js.map +1 -0
- package/dist/cjs/src/wechaty/wechaty-base.d.ts +10 -0
- package/dist/cjs/src/wechaty/wechaty-base.d.ts.map +1 -1
- package/dist/cjs/src/wechaty/wechaty-impl.spec.js +25 -23
- package/dist/cjs/src/wechaty/wechaty-impl.spec.js.map +1 -1
- package/dist/cjs/src/wechaty-mixins/login-mixin.d.ts +12 -0
- 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 -12
- 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 +4 -2
- 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 +4 -4
- package/dist/esm/src/user-modules/message.d.ts +15 -0
- package/dist/esm/src/user-modules/message.d.ts.map +1 -1
- package/dist/esm/src/user-modules/message.js +20 -0
- package/dist/esm/src/user-modules/message.js.map +1 -1
- 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/voice.d.ts +69 -0
- package/dist/esm/src/user-modules/voice.d.ts.map +1 -0
- package/dist/esm/src/user-modules/voice.js +61 -0
- package/dist/esm/src/user-modules/voice.js.map +1 -0
- package/dist/esm/src/wechaty/wechaty-base.d.ts +10 -0
- package/dist/esm/src/wechaty/wechaty-base.d.ts.map +1 -1
- package/dist/esm/src/wechaty/wechaty-impl.spec.js +25 -23
- package/dist/esm/src/wechaty/wechaty-impl.spec.js.map +1 -1
- package/dist/esm/src/wechaty-mixins/login-mixin.d.ts +12 -0
- 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 -12
- 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 +4 -2
- 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 +3 -3
- package/src/mods/impls.ts +3 -0
- package/src/mods/users.ts +1 -0
- package/src/package-json.ts +4 -4
- package/src/user-modules/message.ts +24 -0
- package/src/user-modules/mod.ts +8 -0
- package/src/user-modules/voice.ts +104 -0
- package/src/wechaty/wechaty-impl.spec.ts +3 -0
- package/src/wechaty-mixins/wechatify-user-module-mixin.ts +6 -0
|
@@ -66,6 +66,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
66
66
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
67
67
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
68
68
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
69
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
69
70
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
70
71
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
71
72
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -93,6 +94,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
93
94
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
94
95
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
95
96
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
97
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
96
98
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
97
99
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
98
100
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -164,6 +166,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
164
166
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
165
167
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
166
168
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
169
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
167
170
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
168
171
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
169
172
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -191,6 +194,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
191
194
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
192
195
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
193
196
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
197
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
194
198
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
195
199
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
196
200
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -289,6 +293,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
289
293
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
290
294
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
291
295
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
296
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
292
297
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
293
298
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
294
299
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -316,6 +321,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
316
321
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
317
322
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
318
323
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
324
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
319
325
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
320
326
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
321
327
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -363,6 +369,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
363
369
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
364
370
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
365
371
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
372
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
366
373
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
367
374
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
368
375
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -390,6 +397,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
390
397
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
391
398
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
392
399
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
400
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
393
401
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
394
402
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
395
403
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -478,6 +486,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
478
486
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
479
487
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
480
488
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
489
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
481
490
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
482
491
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
483
492
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -505,6 +514,7 @@ declare const mixinBase: (abstract new (...args: any[]) => {
|
|
|
505
514
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
506
515
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
507
516
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
517
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
508
518
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
509
519
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
510
520
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wechaty-base.d.ts","sourceRoot":"","sources":["../../../../src/wechaty/wechaty-base.ts"],"names":[],"mappings":"AAuBA,OAAO,KAAK,MAAM,MAAM,sBAAsB,CAAA;AAQ9C,OAAO,KAAK,EACV,YAAY,EACZ,OAAO,EACR,MAAkC,mBAAmB,CAAA;AAWtD,OAAO,EACL,eAAe,EAChB,MAAkC,uBAAuB,CAAA;AAC1D,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAkC,mBAAmB,CAAA;AACtD,OAAO,KAAK,EACV,cAAc,EACf,MAAkC,+BAA+B,CAAA;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAiB,yBAAyB,CAAA;AACvE,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAO,yBAAyB,CAAA;AACvE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAc,4BAA4B,CAAA;AAE1E,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"wechaty-base.d.ts","sourceRoot":"","sources":["../../../../src/wechaty/wechaty-base.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,6 +15,7 @@ const wechaty_impl_js_1 = require("./wechaty-impl.js");
|
|
|
15
15
|
Delay;
|
|
16
16
|
Friendship;
|
|
17
17
|
Image;
|
|
18
|
+
Voice;
|
|
18
19
|
Location;
|
|
19
20
|
Message;
|
|
20
21
|
MiniProgram;
|
|
@@ -45,29 +46,30 @@ const wechaty_impl_js_1 = require("./wechaty-impl.js");
|
|
|
45
46
|
= this.Delay
|
|
46
47
|
= this.Friendship
|
|
47
48
|
= this.Image
|
|
48
|
-
= this.
|
|
49
|
-
= this.
|
|
50
|
-
= this.
|
|
51
|
-
= this.
|
|
52
|
-
= this.
|
|
53
|
-
= this.
|
|
54
|
-
= this.
|
|
55
|
-
= this.
|
|
56
|
-
= this.
|
|
57
|
-
= this.
|
|
58
|
-
= this.
|
|
59
|
-
= this.
|
|
60
|
-
= this.
|
|
61
|
-
= this.
|
|
62
|
-
= this.
|
|
63
|
-
= this.
|
|
64
|
-
= this.
|
|
65
|
-
= this.
|
|
66
|
-
= this.
|
|
67
|
-
= this.
|
|
68
|
-
= this.
|
|
69
|
-
= this.
|
|
70
|
-
=
|
|
49
|
+
= this.Voice
|
|
50
|
+
= this.Location
|
|
51
|
+
= this.Message
|
|
52
|
+
= this.MiniProgram
|
|
53
|
+
= this.Post
|
|
54
|
+
= this.Room
|
|
55
|
+
= this.RoomInvitation
|
|
56
|
+
= this.Tag
|
|
57
|
+
= this.TagGroup
|
|
58
|
+
= this.UrlLink
|
|
59
|
+
= this.Channel
|
|
60
|
+
= this.ChannelCard
|
|
61
|
+
= this.ConsultCard
|
|
62
|
+
= this.PremiumOnlineAppointmentCard
|
|
63
|
+
= this.Moment
|
|
64
|
+
= this.Call
|
|
65
|
+
= this.CallRecord
|
|
66
|
+
= this.ChatHistory
|
|
67
|
+
= this.Wecom
|
|
68
|
+
= this.DouyinOneClickPhoneCollection
|
|
69
|
+
= this.ImSpecific
|
|
70
|
+
= this.WxxdProduct
|
|
71
|
+
= this.WxxdOrder
|
|
72
|
+
= {};
|
|
71
73
|
}
|
|
72
74
|
}
|
|
73
75
|
const WechatyTest = WechatyImplementation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wechaty-impl.spec.js","sourceRoot":"","sources":["../../../../src/wechaty/wechaty-impl.spec.ts"],"names":[],"mappings":";;;;;;AACA,mCAA6B;AAC7B,oFAAkD;AAElD,oEAAkE;
|
|
1
|
+
{"version":3,"file":"wechaty-impl.spec.js","sourceRoot":"","sources":["../../../../src/wechaty/wechaty-impl.spec.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,6 +19,9 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
19
19
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
20
20
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
21
21
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
22
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined; /**
|
|
23
|
+
* @deprecated: use `isLoggedIn` property instead. will be removed after Dec 31, 2022
|
|
24
|
+
*/
|
|
22
25
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
23
26
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
24
27
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -46,6 +49,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
46
49
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
47
50
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
48
51
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
52
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
49
53
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
50
54
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
51
55
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -102,6 +106,9 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
102
106
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
103
107
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
104
108
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
109
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined; /**
|
|
110
|
+
* @deprecated: use `isLoggedIn` property instead. will be removed after Dec 31, 2022
|
|
111
|
+
*/
|
|
105
112
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
106
113
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
107
114
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -129,6 +136,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
129
136
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
130
137
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
131
138
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
139
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
132
140
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
133
141
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
134
142
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -317,6 +325,9 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
317
325
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
318
326
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
319
327
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
328
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined; /**
|
|
329
|
+
* @deprecated: use `isLoggedIn` property instead. will be removed after Dec 31, 2022
|
|
330
|
+
*/
|
|
320
331
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
321
332
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
322
333
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -344,6 +355,7 @@ declare const loginMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
344
355
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
345
356
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
346
357
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
358
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
347
359
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
348
360
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
349
361
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;0FA2EZ;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0FAFH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDA7BmB,GAAG,EAAE;;IAvC3B;;;;;;;OAOG;;IAMH;;;;;;;;;;OAUG;;;YAqBqB,QAAQ,IAAI,CAAC;IAUrC;;;;;;OAMG;oBACoB,MAAM,GAAG,QAAQ,IAAI,CAAC;IAK7C;;OAEG;gBACU,OAAO;IAKpB;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0FAXH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoBN,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"}
|
|
@@ -18,6 +18,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
18
18
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
19
19
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
20
20
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
21
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
21
22
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
22
23
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
23
24
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -45,6 +46,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
45
46
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
46
47
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
47
48
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
49
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
48
50
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
49
51
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
50
52
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -103,6 +105,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
103
105
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
104
106
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
105
107
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
108
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
106
109
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
107
110
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
108
111
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -130,6 +133,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
130
133
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
131
134
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
132
135
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
136
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
133
137
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
134
138
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
135
139
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -313,6 +317,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
313
317
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
314
318
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
315
319
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
320
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
316
321
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
317
322
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
318
323
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -340,6 +345,7 @@ declare const miscMixin: <MixinBase extends typeof WechatySkeleton & ((abstract
|
|
|
340
345
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
341
346
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
342
347
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
348
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
343
349
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
344
350
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
345
351
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -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"}
|
|
@@ -96,12 +96,10 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
96
96
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
97
97
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
98
98
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
99
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
99
100
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
100
101
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
101
102
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
102
|
-
/**
|
|
103
|
-
* Return the function to uninstall all plugins
|
|
104
|
-
*/
|
|
105
103
|
__wechatifiedPost?: import("../user-modules/post.js").PostConstructor | undefined;
|
|
106
104
|
__wechatifiedRoom?: import("../user-modules/room.js").RoomConstructor | undefined;
|
|
107
105
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
@@ -126,6 +124,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
126
124
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
127
125
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
128
126
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
127
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
129
128
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
130
129
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
131
130
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -173,12 +172,10 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
173
172
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
174
173
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
175
174
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
175
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
176
176
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
177
177
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
178
178
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
179
|
-
/**
|
|
180
|
-
* Return the function to uninstall all plugins
|
|
181
|
-
*/
|
|
182
179
|
__wechatifiedPost?: import("../user-modules/post.js").PostConstructor | undefined;
|
|
183
180
|
__wechatifiedRoom?: import("../user-modules/room.js").RoomConstructor | undefined;
|
|
184
181
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
@@ -203,6 +200,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
203
200
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
204
201
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
205
202
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
203
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
206
204
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
207
205
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
208
206
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -259,12 +257,10 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
259
257
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
260
258
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
261
259
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
260
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
262
261
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
263
262
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
264
263
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
265
|
-
/**
|
|
266
|
-
* Return the function to uninstall all plugins
|
|
267
|
-
*/
|
|
268
264
|
__wechatifiedPost?: import("../user-modules/post.js").PostConstructor | undefined;
|
|
269
265
|
__wechatifiedRoom?: import("../user-modules/room.js").RoomConstructor | undefined;
|
|
270
266
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
@@ -289,6 +285,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
289
285
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
290
286
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
291
287
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
288
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
292
289
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
293
290
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
294
291
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -454,12 +451,10 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
454
451
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
455
452
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
456
453
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
454
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
457
455
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
458
456
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
459
457
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
460
|
-
/**
|
|
461
|
-
* Return the function to uninstall all plugins
|
|
462
|
-
*/
|
|
463
458
|
__wechatifiedPost?: import("../user-modules/post.js").PostConstructor | undefined;
|
|
464
459
|
__wechatifiedRoom?: import("../user-modules/room.js").RoomConstructor | undefined;
|
|
465
460
|
__wechatifiedRoomInvitation?: import("../user-modules/room-invitation.js").RoomInvitationConstructor | undefined;
|
|
@@ -484,6 +479,7 @@ declare const pluginMixin: <MixinBase extends typeof WechatySkeleton & ((abstrac
|
|
|
484
479
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
485
480
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
486
481
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
482
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
487
483
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
488
484
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
489
485
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -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"}
|
|
@@ -16,6 +16,7 @@ declare const puppetMixin: <MixinBase extends ((abstract new (...args: any[]) =>
|
|
|
16
16
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
17
17
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
18
18
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
19
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
19
20
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
20
21
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
21
22
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -43,6 +44,7 @@ declare const puppetMixin: <MixinBase extends ((abstract new (...args: any[]) =>
|
|
|
43
44
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
44
45
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
45
46
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
47
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
46
48
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
47
49
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
48
50
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -197,6 +199,7 @@ declare const puppetMixin: <MixinBase extends ((abstract new (...args: any[]) =>
|
|
|
197
199
|
__wechatifiedDelay?: import("../user-modules/delay.js").DelayConstructor | undefined;
|
|
198
200
|
__wechatifiedFriendship?: import("../user-modules/friendship.js").FriendshipConstructor | undefined;
|
|
199
201
|
__wechatifiedImage?: import("../user-modules/image.js").ImageConstructor | undefined;
|
|
202
|
+
__wechatifiedVoice?: import("../user-modules/voice.js").VoiceConstructor | undefined;
|
|
200
203
|
__wechatifiedLocation?: import("../user-modules/location.js").LocationConstructor | undefined;
|
|
201
204
|
__wechatifiedMessage?: import("../user-modules/message.js").MessageConstructor | undefined;
|
|
202
205
|
__wechatifiedMiniProgram?: import("../user-modules/mini-program.js").MiniProgramConstructor | undefined;
|
|
@@ -224,6 +227,7 @@ declare const puppetMixin: <MixinBase extends ((abstract new (...args: any[]) =>
|
|
|
224
227
|
readonly Delay: import("../user-modules/delay.js").DelayConstructor;
|
|
225
228
|
readonly Friendship: import("../user-modules/friendship.js").FriendshipConstructor;
|
|
226
229
|
readonly Image: import("../user-modules/image.js").ImageConstructor;
|
|
230
|
+
readonly Voice: import("../user-modules/voice.js").VoiceConstructor;
|
|
227
231
|
readonly Location: import("../user-modules/location.js").LocationConstructor;
|
|
228
232
|
readonly Message: import("../user-modules/message.js").MessageConstructor;
|
|
229
233
|
readonly MiniProgram: import("../user-modules/mini-program.js").MiniProgramConstructor;
|
|
@@ -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;AAItB,OAAO,KAAK,EACV,QAAQ,EAST,MAAoC,wBAAwB,CAAA;AAa7D;;;;;;;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;AAItB,OAAO,KAAK,EACV,QAAQ,EAST,MAAoC,wBAAwB,CAAA;AAa7D;;;;;;;GAOG;AACH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAwBS,GAAG,EAAE;;IAjB3B,yDAAyD;gBAC7C,IAAI,MAAM,EAAE,QAAQ,CAAC;;2BAUT,oBAAoB;sBAE1B,gBAAgB;;aAmBT,QAAQ,IAAI,CAAC;YA+Cd,QAAQ,IAAI,CAAC;aAyBrB,QAAQ,IAAI,CAAC;YAML,QAAQ,IAAI,CAAC;gCA8CR,OAAO,KAAK,CAAC,eAAe,GAAG,IAAI;IAsrBhE;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;4BAC4B,QAAQ,oBAAkB,QAAQ,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4DzE,CAAA;AAED,aAAK,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAA;AAEjD,aAAK,4BAA4B,GAC7B,UAAU,GACV,YAAY,GACZ,cAAc,GACd,qBAAqB,GACrB,mBAAmB,GACnB,kBAAkB,CAAA;AAEtB,YAAY,EACV,WAAW,EACX,4BAA4B,GAC7B,CAAA;AACD,OAAO,EACL,WAAW,GACZ,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CallConstructor, ContactConstructor, ContactSelfConstructor, DelayConstructor, FriendshipConstructor, ImageConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, MomentConstructor, CallRecordConstructor, ChatHistoryConstructor, WecomConstructor, DouyinOneClickPhoneCollectionConstructor, ImSpecificConstructor, WxxdProductConstructor, WxxdOrderConstructor } from '../user-modules/mod.js';
|
|
1
|
+
import { CallConstructor, ContactConstructor, ContactSelfConstructor, DelayConstructor, FriendshipConstructor, ImageConstructor, VoiceConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, MomentConstructor, CallRecordConstructor, ChatHistoryConstructor, WecomConstructor, DouyinOneClickPhoneCollectionConstructor, ImSpecificConstructor, WxxdProductConstructor, WxxdOrderConstructor } 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
|
__wechatifiedCall?: CallConstructor | undefined;
|
|
@@ -7,6 +7,7 @@ declare const wechatifyUserModuleMixin: <MixinBase extends typeof WechatySkeleto
|
|
|
7
7
|
__wechatifiedDelay?: DelayConstructor | undefined;
|
|
8
8
|
__wechatifiedFriendship?: FriendshipConstructor | undefined;
|
|
9
9
|
__wechatifiedImage?: ImageConstructor | undefined;
|
|
10
|
+
__wechatifiedVoice?: VoiceConstructor | undefined;
|
|
10
11
|
__wechatifiedLocation?: LocationConstructor | undefined;
|
|
11
12
|
__wechatifiedMessage?: MessageConstructor | undefined;
|
|
12
13
|
__wechatifiedMiniProgram?: MiniProgramConstructor | undefined;
|
|
@@ -34,6 +35,7 @@ declare const wechatifyUserModuleMixin: <MixinBase extends typeof WechatySkeleto
|
|
|
34
35
|
readonly Delay: DelayConstructor;
|
|
35
36
|
readonly Friendship: FriendshipConstructor;
|
|
36
37
|
readonly Image: ImageConstructor;
|
|
38
|
+
readonly Voice: VoiceConstructor;
|
|
37
39
|
readonly Location: LocationConstructor;
|
|
38
40
|
readonly Message: MessageConstructor;
|
|
39
41
|
readonly MiniProgram: MiniProgramConstructor;
|
|
@@ -83,7 +85,7 @@ declare const wechatifyUserModuleMixin: <MixinBase extends typeof WechatySkeleto
|
|
|
83
85
|
readonly log: import("brolog/dist/esm/src/logger.js").Loggable;
|
|
84
86
|
}) & MixinBase;
|
|
85
87
|
declare type WechatifyUserModuleMixin = ReturnType<typeof wechatifyUserModuleMixin>;
|
|
86
|
-
declare type ProtectedPropertyWechatifyUserModuleMixin = '__wechatifiedCall' | '__wechatifiedContact' | '__wechatifiedContactSelf' | '__wechatifiedDelay' | '__wechatifiedFriendship' | '__wechatifiedImage' | '__wechatifiedLocation' | '__wechatifiedMessage' | '__wechatifiedMiniProgram' | '__wechatifiedRoom' | '__wechatifiedRoomInvitation' | '__wechatifiedTag' | '__wechatifiedTagGroup' | '__wechatifiedUrlLink' | '__wechatifiedChannel' | '__wechatifiedChannelCard' | '__wechatifiedConsultCard' | '__wechatifiedPremiumOnlineAppointmentCard' | '__wechatifiedMoment' | '__wechatifiedCallRecord' | '__wechatifiedChatHistory' | '__wechatifiedWecom' | '__wechatifiedDouyinOneClickPhoneCollection' | '__wechatifiedImSpecific' | '__wechatifiedWxxdProduct' | '__wechatifiedWxxdOrder';
|
|
88
|
+
declare type ProtectedPropertyWechatifyUserModuleMixin = '__wechatifiedCall' | '__wechatifiedContact' | '__wechatifiedContactSelf' | '__wechatifiedDelay' | '__wechatifiedFriendship' | '__wechatifiedImage' | '__wechatifiedVoice' | '__wechatifiedLocation' | '__wechatifiedMessage' | '__wechatifiedMiniProgram' | '__wechatifiedRoom' | '__wechatifiedRoomInvitation' | '__wechatifiedTag' | '__wechatifiedTagGroup' | '__wechatifiedUrlLink' | '__wechatifiedChannel' | '__wechatifiedChannelCard' | '__wechatifiedConsultCard' | '__wechatifiedPremiumOnlineAppointmentCard' | '__wechatifiedMoment' | '__wechatifiedCallRecord' | '__wechatifiedChatHistory' | '__wechatifiedWecom' | '__wechatifiedDouyinOneClickPhoneCollection' | '__wechatifiedImSpecific' | '__wechatifiedWxxdProduct' | '__wechatifiedWxxdOrder';
|
|
87
89
|
export type { WechatifyUserModuleMixin, ProtectedPropertyWechatifyUserModuleMixin, };
|
|
88
90
|
export { wechatifyUserModuleMixin, };
|
|
89
91
|
//# sourceMappingURL=wechatify-user-module-mixin.d.ts.map
|
|
@@ -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,EA8BL,eAAe,EACf,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,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,EACxC,qBAAqB,EACrB,sBAAsB,EACtB,oBAAoB,EAErB,MAA4B,wBAAwB,CAAA;AAErD,OAAO,KAAK,EACV,eAAe,EAChB,MAAkC,mBAAmB,CAAA;AAEtD,QAAA,MAAM,wBAAwB,+FAKJ,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA+DH,QAAQ,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;cAuDxC,CAAA;AAYD,aAAK,wBAAwB,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAA;AAE3E,aAAK,yCAAyC,GAC1C,mBAAmB,GACnB,sBAAsB,GACtB,0BAA0B,GAC1B,oBAAoB,GACpB,yBAAyB,GACzB,oBAAoB,GACpB,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,GACpB,4CAA4C,GAC5C,yBAAyB,GACzB,0BAA0B,GAC1B,wBAAwB,CAAA;AAE5B,YAAY,EACV,wBAAwB,EACxB,yCAAyC,GAC1C,CAAA;AACD,OAAO,EACL,wBAAwB,GACzB,CAAA"}
|
|
@@ -16,6 +16,7 @@ const wechatifyUserModuleMixin = (mixinBase) => {
|
|
|
16
16
|
__wechatifiedDelay;
|
|
17
17
|
__wechatifiedFriendship;
|
|
18
18
|
__wechatifiedImage;
|
|
19
|
+
__wechatifiedVoice;
|
|
19
20
|
__wechatifiedLocation;
|
|
20
21
|
__wechatifiedMessage;
|
|
21
22
|
__wechatifiedMiniProgram;
|
|
@@ -43,6 +44,7 @@ const wechatifyUserModuleMixin = (mixinBase) => {
|
|
|
43
44
|
get Delay() { return guardWechatify(this.__wechatifiedDelay); }
|
|
44
45
|
get Friendship() { return guardWechatify(this.__wechatifiedFriendship); }
|
|
45
46
|
get Image() { return guardWechatify(this.__wechatifiedImage); }
|
|
47
|
+
get Voice() { return guardWechatify(this.__wechatifiedVoice); }
|
|
46
48
|
get Location() { return guardWechatify(this.__wechatifiedLocation); }
|
|
47
49
|
get Message() { return guardWechatify(this.__wechatifiedMessage); }
|
|
48
50
|
get MiniProgram() { return guardWechatify(this.__wechatifiedMiniProgram); }
|
|
@@ -87,6 +89,7 @@ const wechatifyUserModuleMixin = (mixinBase) => {
|
|
|
87
89
|
this.__wechatifiedDelay = (0, mod_js_1.wechatifyUserModule)(mod_js_1.DelayImpl)(this);
|
|
88
90
|
this.__wechatifiedFriendship = (0, mod_js_1.wechatifyUserModule)(mod_js_1.FriendshipImpl)(this);
|
|
89
91
|
this.__wechatifiedImage = (0, mod_js_1.wechatifyUserModule)(mod_js_1.ImageImpl)(this);
|
|
92
|
+
this.__wechatifiedVoice = (0, mod_js_1.wechatifyUserModule)(mod_js_1.VoiceImpl)(this);
|
|
90
93
|
this.__wechatifiedLocation = (0, mod_js_1.wechatifyUserModule)(mod_js_1.LocationImpl)(this);
|
|
91
94
|
this.__wechatifiedMessage = (0, mod_js_1.wechatifyUserModule)(mod_js_1.MessageImpl)(this);
|
|
92
95
|
this.__wechatifiedMiniProgram = (0, mod_js_1.wechatifyUserModule)(mod_js_1.MiniProgramImpl)(this);
|
|
@@ -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 { CallImpl, ContactImpl, ContactSelfImpl, FavoriteImpl, FriendshipImpl, ImageImpl, LocationImpl, MessageImpl, MiniProgramImpl, MomentImpl, MoneyImpl, PostImpl, RoomImpl, RoomInvitationImpl, DelayImpl, TagImpl, TagGroupImpl, UrlLinkImpl, ChannelImpl, CallRecordImpl, WecomImpl, ChannelCardImpl, ConsultCardImpl, PremiumOnlineAppointmentCardImpl, DouyinOneClickPhoneCollectionImpl, ImSpecificImpl, WxxdProductImpl, WxxdOrderImpl, } from '../user-modules/mod.js';
|
|
32
|
-
export type { CallInterface, ContactInterface, ContactSelfInterface, DelayInterface, FavoriteInterface, FriendshipInterface, ImageInterface, LocationInterface, MessageInterface, MiniProgramInterface, MomentInterface, MoneyInterface, PostInterface, RoomInterface, RoomInvitationInterface, TagInterface, TagGroupInterface, UrlLinkInterface, ChannelInterface, CallRecordInterface, WecomInterface, ChannelCardInterface, ConsultCardInterface, PremiumOnlineAppointmentCardInterface, DouyinOneClickPhoneCollectionInterface, ImSpecificInterface, WxxdProductInterface, WxxdOrderInterface, } 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, ImSpecificConstructor, WxxdProductConstructor, WxxdOrderConstructor, } from '../user-modules/mod.js';
|
|
31
|
+
export { CallImpl, ContactImpl, ContactSelfImpl, FavoriteImpl, FriendshipImpl, ImageImpl, VoiceImpl, LocationImpl, MessageImpl, MiniProgramImpl, MomentImpl, MoneyImpl, PostImpl, RoomImpl, RoomInvitationImpl, DelayImpl, TagImpl, TagGroupImpl, UrlLinkImpl, ChannelImpl, CallRecordImpl, WecomImpl, ChannelCardImpl, ConsultCardImpl, PremiumOnlineAppointmentCardImpl, DouyinOneClickPhoneCollectionImpl, ImSpecificImpl, WxxdProductImpl, WxxdOrderImpl, } from '../user-modules/mod.js';
|
|
32
|
+
export type { CallInterface, ContactInterface, ContactSelfInterface, DelayInterface, FavoriteInterface, FriendshipInterface, ImageInterface, VoiceInterface, LocationInterface, MessageInterface, MiniProgramInterface, MomentInterface, MoneyInterface, PostInterface, RoomInterface, RoomInvitationInterface, TagInterface, TagGroupInterface, UrlLinkInterface, ChannelInterface, CallRecordInterface, WecomInterface, ChannelCardInterface, ConsultCardInterface, PremiumOnlineAppointmentCardInterface, DouyinOneClickPhoneCollectionInterface, ImSpecificInterface, WxxdProductInterface, WxxdOrderInterface, } from '../user-modules/mod.js';
|
|
33
|
+
export type { ContactConstructor, ContactSelfConstructor, DelayConstructor, FavoriteConstructor, FriendshipConstructor, ImageConstructor, VoiceConstructor, LocationConstructor, MessageConstructor, MiniProgramConstructor, MomentConstructor, MoneyConstructor, PostConstructor, RoomConstructor, RoomInvitationConstructor, TagConstructor, TagGroupConstructor, UrlLinkConstructor, ChannelConstructor, WecomConstructor, ChannelCardConstructor, ConsultCardConstructor, PremiumOnlineAppointmentCardConstructor, DouyinOneClickPhoneCollectionConstructor, ImSpecificConstructor, WxxdProductConstructor, WxxdOrderConstructor, } 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,QAAQ,EACR,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,EACjC,cAAc,EACd,eAAe,EACf,aAAa,GACd,MAAkC,wBAAwB,CAAA;AAqB3D,YAAY,EACV,aAAa,EACb,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,EACtC,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,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,EACxC,qBAAqB,EACrB,sBAAsB,EACtB,oBAAoB,GACrB,MAAoC,wBAAwB,CAAA;AAE7D,OAAO,EACL,WAAW,GACZ,MAA8B,mBAAmB,CAAA;AAClD,YAAY,EACV,gBAAgB,EAChB,kBAAkB,GACnB,MAA8B,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"impls.d.ts","sourceRoot":"","sources":["../../../../src/mods/impls.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,EACL,QAAQ,EACR,WAAW,EACX,eAAe,EACf,YAAY,EACZ,cAAc,EACd,SAAS,EACT,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,EACjC,cAAc,EACd,eAAe,EACf,aAAa,GACd,MAAkC,wBAAwB,CAAA;AAqB3D,YAAY,EACV,aAAa,EACb,gBAAgB,EAChB,oBAAoB,EACpB,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,cAAc,EACd,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,EACtC,mBAAmB,EACnB,oBAAoB,EACpB,kBAAkB,GACnB,MAAoC,wBAAwB,CAAA;AAE7D,YAAY,EACV,kBAAkB,EAClB,sBAAsB,EACtB,gBAAgB,EAChB,mBAAmB,EACnB,qBAAqB,EACrB,gBAAgB,EAChB,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,EACxC,qBAAqB,EACrB,sBAAsB,EACtB,oBAAoB,GACrB,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 { CallImpl, ContactImpl, ContactSelfImpl, FavoriteImpl, FriendshipImpl, ImageImpl, LocationImpl, MessageImpl, MiniProgramImpl, MomentImpl, MoneyImpl, PostImpl, RoomImpl, RoomInvitationImpl, DelayImpl, TagImpl, TagGroupImpl, UrlLinkImpl, ChannelImpl, CallRecordImpl, WecomImpl, ChannelCardImpl, ConsultCardImpl, PremiumOnlineAppointmentCardImpl, DouyinOneClickPhoneCollectionImpl, ImSpecificImpl, WxxdProductImpl, WxxdOrderImpl, } from '../user-modules/mod.js';
|
|
31
|
+
export { CallImpl, ContactImpl, ContactSelfImpl, FavoriteImpl, FriendshipImpl, ImageImpl, VoiceImpl, LocationImpl, MessageImpl, MiniProgramImpl, MomentImpl, MoneyImpl, PostImpl, RoomImpl, RoomInvitationImpl, DelayImpl, TagImpl, TagGroupImpl, UrlLinkImpl, ChannelImpl, CallRecordImpl, WecomImpl, ChannelCardImpl, ConsultCardImpl, PremiumOnlineAppointmentCardImpl, DouyinOneClickPhoneCollectionImpl, ImSpecificImpl, WxxdProductImpl, WxxdOrderImpl, } 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,QAAQ,EACR,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,EACjC,cAAc,EACd,eAAe,EACf,aAAa,GACd,MAAkC,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"impls.js","sourceRoot":"","sources":["../../../../src/mods/impls.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH;;;;;;;;;;GAUG;AAEH,OAAO,EACL,QAAQ,EACR,WAAW,EACX,eAAe,EACf,YAAY,EACZ,cAAc,EACd,SAAS,EACT,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,EACjC,cAAc,EACd,eAAe,EACf,aAAa,GACd,MAAkC,wBAAwB,CAAA;AAmF3D,OAAO,EACL,WAAW,GACZ,MAA8B,mBAAmB,CAAA"}
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
*
|
|
23
23
|
* since they are `interface`s, so they are `type`-only.
|
|
24
24
|
*/
|
|
25
|
-
export type { CallInterface as Call, 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, ImSpecificInterface as ImSpecific, WxxdProductInterface as WxxdProduct, WxxdOrderInterface as WxxdOrder, } from '../user-modules/mod.js';
|
|
25
|
+
export type { CallInterface as Call, ContactInterface as Contact, ContactSelfInterface as ContactSelf, DelayInterface as Delay, FavoriteInterface as Favorite, FriendshipInterface as Friendship, ImageInterface as Image, VoiceInterface as Voice, 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, ImSpecificInterface as ImSpecific, WxxdProductInterface as WxxdProduct, WxxdOrderInterface as WxxdOrder, } from '../user-modules/mod.js';
|
|
26
26
|
export type { CallStatus, CallDirection, } from '../user-modules/mod.js';
|
|
27
27
|
//# sourceMappingURL=users.d.ts.map
|