@borealise/api 1.1.7 → 1.1.8

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
@@ -118,6 +118,7 @@ interface RegisterData {
118
118
  username: string;
119
119
  password: string;
120
120
  displayName?: string;
121
+ token: string;
121
122
  }
122
123
  interface AuthResponse {
123
124
  success: boolean;
package/dist/index.d.ts CHANGED
@@ -118,6 +118,7 @@ interface RegisterData {
118
118
  username: string;
119
119
  password: string;
120
120
  displayName?: string;
121
+ token: string;
121
122
  }
122
123
  interface AuthResponse {
123
124
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@borealise/api",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Official API client for Borealise",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",