@digital-ai/devops-page-object-release 0.0.0-snapshot-20251210075018 → 0.0.0-snapshot-20251210102728

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/types.d.ts CHANGED
@@ -1534,7 +1534,6 @@ declare class UsersPage extends WithPage {
1534
1534
  openPermissions(): Promise<void>;
1535
1535
  openTaskAccess(): Promise<void>;
1536
1536
  expectUsers(users: Array<{
1537
- accountLocked?: boolean;
1538
1537
  email?: string;
1539
1538
  external: boolean;
1540
1539
  externalId?: string;