UNPKG

2.16 kBTypeScriptView Raw
1/**
2 * Wechaty Chatbot SDK - https://github.com/wechaty/wechaty
3 *
4 * @copyright 2016 Huan LI (李卓桓) <https://github.com/huan>, and
5 * Wechaty Contributors <https://github.com/wechaty>.
6 *
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing, software
14 * distributed under the License is distributed on an "AS IS" BASIS,
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 *
19 */
20export declare const PUPPET_DEPENDENCIES: {
21 /**
22 * The following puppets were DEPRECATED before 2020
23 */
24 /**
25 * Deprecated on Dec 2020
26 * https://github.com/wechaty/puppet-service-providers/issues/11
27 */
28 /**
29 * Deprecated on Jan 2021: rename to wechaty-puppet-service
30 * https://github.com/wechaty/wechaty-puppet-service/issues/118
31 *
32 * TODO: Huan(202101): will be removed after Dec 31, 2021
33 */
34 'wechaty-puppet-hostie': string;
35 'wechaty-puppet-puppeteer': string;
36 /**
37 * Wechaty Internal Puppets: dependency by package.json
38 */
39 'wechaty-puppet-service': string;
40 'wechaty-puppet-mock': string;
41 /**
42 * WeChat External Puppets
43 */
44 'wechaty-puppet-wechat': string;
45 'wechaty-puppet-wechat4u': string;
46 'wechaty-puppet-padlocal': string;
47 'wechaty-puppet-official-account': string;
48 /**
49 * Non-WeChat External Puppets
50 */
51 'wechaty-puppet-gitter': string;
52 'wechaty-puppet-lark': string;
53 'wechaty-puppet-whatsapp': string;
54 /**
55 * Scoped puppets (private)
56 */
57 '@juzibot/wechaty-puppet-donut': string;
58 '@juzibot/wechaty-puppet-wxwork': string;
59};
60export declare type PuppetModuleName = keyof typeof PUPPET_DEPENDENCIES;
61export declare const PUPPET_NAME_DEFAULT: PuppetModuleName;
62//# sourceMappingURL=puppet-config.d.ts.map
\No newline at end of file