@turndown/library 0.1.67 → 0.1.68

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.
@@ -170,6 +170,7 @@ interface IUser extends IMetaData {
170
170
  phoneNumber: string | null;
171
171
  phoneFormat: string | null;
172
172
  preferredLanguage: TLanguage | null;
173
+ passwordResetRequired: boolean;
173
174
  }
174
175
  interface IDeviceInfo {
175
176
  userAgent?: string;
@@ -170,6 +170,7 @@ interface IUser extends IMetaData {
170
170
  phoneNumber: string | null;
171
171
  phoneFormat: string | null;
172
172
  preferredLanguage: TLanguage | null;
173
+ passwordResetRequired: boolean;
173
174
  }
174
175
  interface IDeviceInfo {
175
176
  userAgent?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turndown/library",
3
- "version": "0.1.67",
3
+ "version": "0.1.68",
4
4
  "description": "Shared TypeScript contracts and validation utilities for the Turndown suite.",
5
5
  "keywords": [
6
6
  "types",