rubjs 3.2.0 → 3.2.1

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.
@@ -1,8 +1,6 @@
1
1
  "use strict";
2
- // rubika-models.ts
3
2
  Object.defineProperty(exports, "__esModule", { value: true });
4
3
  exports.ButtonTypeEnum = exports.UpdateEndpointTypeEnum = exports.ChatKeypadTypeEnum = exports.UpdateTypeEnum = exports.MessageSenderEnum = exports.ButtonLocationTypeEnum = exports.ButtonTextboxTypeLineEnum = exports.ButtonTextboxTypeKeypadEnum = exports.ButtonCalendarTypeEnum = exports.ButtonSelectionGetEnum = exports.ButtonSelectionSearchEnum = exports.ButtonSelectionTypeEnum = exports.FileTypeEnum = exports.LiveLocationStatusEnum = exports.PollStatusEnum = exports.PaymentStatusEnum = exports.ForwardedFromEnum = exports.ChatTypeEnum = void 0;
5
- // ================= Enums =================
6
4
  var ChatTypeEnum;
7
5
  (function (ChatTypeEnum) {
8
6
  ChatTypeEnum["User"] = "User";
package/lib/index.d.ts CHANGED
@@ -11,6 +11,7 @@ import type NotificationsType from './core/client/contexts/notifications.type';
11
11
  import type InlineMessageType from './core/bot/contexts/inline.context';
12
12
  import type UpdateType from './core/bot/contexts/update.context';
13
13
  import * as Clients from './clients';
14
+ import * as Models from './core/bot/types/models';
14
15
  export { Client, ClientFilters, ClientUtils, Bot, BotFilters, Clients };
15
- export type { ChatType, MessageType, ActivitiesType, NotificationsType, RubPlugin, InlineMessageType, UpdateType, };
16
+ export type { ChatType, MessageType, ActivitiesType, NotificationsType, RubPlugin, InlineMessageType, UpdateType, Models };
16
17
  export default Client;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubjs",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "keywords": [