@xoxno/types 1.0.128 → 1.0.129

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.
@@ -131,3 +131,11 @@ __decorate([
131
131
  }),
132
132
  __metadata("design:type", String)
133
133
  ], UserProfileDoc.prototype, "id", void 0);
134
+ __decorate([
135
+ (0, swagger_1.ApiProperty)({
136
+ example: true,
137
+ description: 'Wether analytics are enabled',
138
+ required: false,
139
+ }),
140
+ __metadata("design:type", Boolean)
141
+ ], UserProfileDoc.prototype, "isBoberBattleUser", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xoxno/types",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "description": "Shared types and utilities for XOXNO API.",
5
5
  "exports": {
6
6
  ".": {