@avallon-labs/sdk 5.6.0 → 6.0.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3139,8 +3139,6 @@ interface Profile {
3139
3139
  first_name: string | null;
3140
3140
  last_name: string | null;
3141
3141
  email: string;
3142
- /** @deprecated */
3143
- tenant: ProfileTenant;
3144
3142
  tenants: ProfileTenants;
3145
3143
  }
3146
3144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "5.6.0",
3
+ "version": "6.0.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",