@turndown/library 0.1.58 → 0.1.59

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.cts CHANGED
@@ -858,6 +858,7 @@ interface IUser extends IMetaData {
858
858
  username: string | null;
859
859
  email: string;
860
860
  profilePhoto: string | null;
861
+ companyId?: string;
861
862
  passwordHash?: string;
862
863
  loginAttempts?: number;
863
864
  locked?: boolean;
package/dist/index.d.ts CHANGED
@@ -858,6 +858,7 @@ interface IUser extends IMetaData {
858
858
  username: string | null;
859
859
  email: string;
860
860
  profilePhoto: string | null;
861
+ companyId?: string;
861
862
  passwordHash?: string;
862
863
  loginAttempts?: number;
863
864
  locked?: boolean;