@xoxno/types 1.0.130 → 1.0.131

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.
@@ -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);
@@ -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.131",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {