@digital-ai/devops-page-object-release 0.0.0-snapshot-20251210041025 → 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/CHANGELOG.md +2 -2
- package/dist/main.js +6 -11
- package/dist/main.js.map +1 -1
- package/dist/module.js +6 -11
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +0 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
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;
|