@dracoonghost/trndup-sdk 1.1.2 → 1.1.3

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
@@ -29,6 +29,7 @@ declare namespace Auth {
29
29
  }
30
30
  interface LoginResponse {
31
31
  user: User;
32
+ platformStatus: PlatformStatus;
32
33
  idToken: string;
33
34
  }
34
35
  interface CurrentUserResponse {
package/dist/index.d.ts CHANGED
@@ -29,6 +29,7 @@ declare namespace Auth {
29
29
  }
30
30
  interface LoginResponse {
31
31
  user: User;
32
+ platformStatus: PlatformStatus;
32
33
  idToken: string;
33
34
  }
34
35
  interface CurrentUserResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dracoonghost/trndup-sdk",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Official TypeScript SDK for TrndUp API with Firebase authentication",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",