buildx-sdk 1.0.6 → 1.0.7

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.
@@ -121,6 +121,7 @@ export interface AuthUser {
121
121
  username: string;
122
122
  email?: string;
123
123
  role?: string;
124
+ has_password?: boolean;
124
125
  created_at: string;
125
126
  updated_at: string;
126
127
  access_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "buildx-sdk",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Official JavaScript/TypeScript SDK for Buildx low-code platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -89,4 +89,4 @@
89
89
  "engines": {
90
90
  "node": ">=14.0.0"
91
91
  }
92
- }
92
+ }