@borealise/api 2.0.0-alpha.12 → 2.0.0-alpha.13

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.
package/dist/index.d.mts CHANGED
@@ -141,6 +141,7 @@ interface PublicUser {
141
141
  xp: number;
142
142
  level: number;
143
143
  subscriptionType?: string | null;
144
+ subscriptionMonths?: number | null;
144
145
  createdAt?: string;
145
146
  friendsCount: number;
146
147
  }
package/dist/index.d.ts CHANGED
@@ -141,6 +141,7 @@ interface PublicUser {
141
141
  xp: number;
142
142
  level: number;
143
143
  subscriptionType?: string | null;
144
+ subscriptionMonths?: number | null;
144
145
  createdAt?: string;
145
146
  friendsCount: number;
146
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borealise/api",
3
- "version": "2.0.0-alpha.12",
3
+ "version": "2.0.0-alpha.13",
4
4
  "description": "Official API client for Borealise",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",