UNPKG

4.04 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.IoClient = exports.MiniProgram = exports.UrlLink = exports.RoomInvitation = exports.Room = exports.Money = exports.Moment = exports.Image = exports.Message = exports.Favorite = exports.Friendship = exports.Tag = exports.Contact = exports.Wechaty = exports.VERSION = exports.qrcodeValueToImageUrl = exports.log = exports.config = exports.MemoryCard = exports.FileBox = exports.ScanStatus = void 0;
4/**
5 * Wechaty Chatbot SDK - https://github.com/wechaty/wechaty
6 *
7 * @copyright 2016 Huan LI (李卓桓) <https://github.com/huan>, and
8 * Wechaty Contributors <https://github.com/wechaty>.
9 *
10 * Licensed under the Apache License, Version 2.0 (the "License");
11 * you may not use this file except in compliance with the License.
12 * You may obtain a copy of the License at
13 *
14 * http://www.apache.org/licenses/LICENSE-2.0
15 *
16 * Unless required by applicable law or agreed to in writing, software
17 * distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
21 *
22 */
23var wechaty_puppet_1 = require("wechaty-puppet");
24Object.defineProperty(exports, "ScanStatus", { enumerable: true, get: function () { return wechaty_puppet_1.ScanStatus; } });
25Object.defineProperty(exports, "FileBox", { enumerable: true, get: function () { return wechaty_puppet_1.FileBox; } });
26Object.defineProperty(exports, "MemoryCard", { enumerable: true, get: function () { return wechaty_puppet_1.MemoryCard; } });
27var config_1 = require("./config");
28Object.defineProperty(exports, "config", { enumerable: true, get: function () { return config_1.config; } });
29Object.defineProperty(exports, "log", { enumerable: true, get: function () { return config_1.log; } });
30Object.defineProperty(exports, "qrcodeValueToImageUrl", { enumerable: true, get: function () { return config_1.qrcodeValueToImageUrl; } });
31Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return config_1.VERSION; } });
32/**
33 * We need to put `Wechaty` at the beginning of this file for import
34 * because we have circular dependencies between `Puppet` & `Wechaty`
35 */
36var wechaty_1 = require("./wechaty");
37Object.defineProperty(exports, "Wechaty", { enumerable: true, get: function () { return wechaty_1.Wechaty; } });
38var mod_1 = require("./user/mod");
39Object.defineProperty(exports, "Contact", { enumerable: true, get: function () { return mod_1.Contact; } });
40Object.defineProperty(exports, "Tag", { enumerable: true, get: function () { return mod_1.Tag; } });
41Object.defineProperty(exports, "Friendship", { enumerable: true, get: function () { return mod_1.Friendship; } });
42Object.defineProperty(exports, "Favorite", { enumerable: true, get: function () { return mod_1.Favorite; } });
43Object.defineProperty(exports, "Message", { enumerable: true, get: function () { return mod_1.Message; } });
44Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return mod_1.Image; } });
45Object.defineProperty(exports, "Moment", { enumerable: true, get: function () { return mod_1.Moment; } });
46Object.defineProperty(exports, "Money", { enumerable: true, get: function () { return mod_1.Money; } });
47Object.defineProperty(exports, "Room", { enumerable: true, get: function () { return mod_1.Room; } });
48Object.defineProperty(exports, "RoomInvitation", { enumerable: true, get: function () { return mod_1.RoomInvitation; } });
49Object.defineProperty(exports, "UrlLink", { enumerable: true, get: function () { return mod_1.UrlLink; } });
50Object.defineProperty(exports, "MiniProgram", { enumerable: true, get: function () { return mod_1.MiniProgram; } });
51var io_client_1 = require("./io-client");
52Object.defineProperty(exports, "IoClient", { enumerable: true, get: function () { return io_client_1.IoClient; } });
53//# sourceMappingURL=mod.js.map
\No newline at end of file