@xoxno/types 1.0.130 → 1.0.132

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,4 +1,4 @@
1
- declare class UnreadMessageCountByChatIdDto {
1
+ export declare class UnreadMessageCountByChatIdDto {
2
2
  unreadCount: number;
3
3
  chatId: string;
4
4
  }
@@ -7,4 +7,3 @@ export declare class GlobalConversationSummaryDto {
7
7
  totalUnreadMessages: number;
8
8
  unreadMessageCountByChatId: UnreadMessageCountByChatIdDto[];
9
9
  }
10
- export {};
@@ -9,10 +9,11 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.GlobalConversationSummaryDto = void 0;
12
+ exports.GlobalConversationSummaryDto = exports.UnreadMessageCountByChatIdDto = void 0;
13
13
  const swagger_1 = require("@nestjs/swagger");
14
14
  class UnreadMessageCountByChatIdDto {
15
15
  }
16
+ exports.UnreadMessageCountByChatIdDto = UnreadMessageCountByChatIdDto;
16
17
  __decorate([
17
18
  (0, swagger_1.ApiProperty)({ example: 1 }),
18
19
  __metadata("design:type", Number)
@@ -21,6 +21,6 @@ export declare class UserProfileDoc {
21
21
  chain: ActivityChain;
22
22
  _ts: number;
23
23
  id: string;
24
- isAnalyticsEnabled?: boolean;
24
+ isBoberBattleUser?: boolean;
25
25
  constructor(props?: Partial<UserProfileDoc>);
26
26
  }
@@ -138,4 +138,4 @@ __decorate([
138
138
  required: false,
139
139
  }),
140
140
  __metadata("design:type", Boolean)
141
- ], UserProfileDoc.prototype, "isAnalyticsEnabled", void 0);
141
+ ], UserProfileDoc.prototype, "isBoberBattleUser", void 0);
@@ -49,9 +49,6 @@ declare class OriginalDto {
49
49
  warning: string;
50
50
  minReturnAmount: string;
51
51
  minReturnAmountWithDecimal: string;
52
- __from: string;
53
- __to: string;
54
- __amount: string;
55
52
  }
56
53
  export declare class FetchSwapRoutesResponseDto {
57
54
  argument: string;
@@ -191,18 +191,6 @@ __decorate([
191
191
  (0, swagger_1.ApiProperty)({ example: '3192259346380151572' }),
192
192
  __metadata("design:type", String)
193
193
  ], OriginalDto.prototype, "minReturnAmountWithDecimal", void 0);
194
- __decorate([
195
- (0, swagger_1.ApiProperty)({ example: 'PADAWAN-a17f58' }),
196
- __metadata("design:type", String)
197
- ], OriginalDto.prototype, "__from", void 0);
198
- __decorate([
199
- (0, swagger_1.ApiProperty)({ example: 'WEGLD-bd4d79' }),
200
- __metadata("design:type", String)
201
- ], OriginalDto.prototype, "__to", void 0);
202
- __decorate([
203
- (0, swagger_1.ApiProperty)({ example: '7551218815102395559910.6223' }),
204
- __metadata("design:type", String)
205
- ], OriginalDto.prototype, "__amount", void 0);
206
194
  class FetchSwapRoutesResponseDto {
207
195
  }
208
196
  exports.FetchSwapRoutesResponseDto = FetchSwapRoutesResponseDto;
@@ -10,9 +10,9 @@ declare class UserSettingsDto {
10
10
  export declare class UserProfileDto extends UserProfileDoc {
11
11
  userSettings: UserSettingsDto;
12
12
  }
13
- declare type UserProfileEditDto_base = Partial<Pick<UserProfileDoc, "description" | "profile" | "socials" | "isAnalyticsEnabled">>;
13
+ declare type UserProfileEditDto_base = Partial<Pick<UserProfileDoc, "description" | "profile" | "socials" | "isBoberBattleUser">>;
14
14
  export declare type UserProfileEditDto = UserProfileEditDto_base ;
15
- declare const UserProfileEditDtoNest_base: import("@nestjs/common").Type<Partial<Pick<UserProfileDoc, "description" | "profile" | "socials" | "isAnalyticsEnabled">>>;
15
+ declare const UserProfileEditDtoNest_base: import("@nestjs/common").Type<Partial<Pick<UserProfileDoc, "description" | "profile" | "socials" | "isBoberBattleUser">>>;
16
16
  export declare class UserProfileEditDtoNest extends UserProfileEditDtoNest_base {
17
17
  }
18
18
  export {};
@@ -50,7 +50,7 @@ class UserProfileEditDto extends (0, swagger_1.PartialType)((0, swagger_1.PickTy
50
50
  'socials',
51
51
  'description',
52
52
  'profile',
53
- 'isAnalyticsEnabled',
53
+ 'isBoberBattleUser',
54
54
  ])) {
55
55
  }
56
56
  exports.UserProfileEditDto = UserProfileEditDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.130",
3
+ "version": "1.0.132",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {