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

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
@@ -618,9 +618,6 @@ declare class ReleasePropertiesPage extends WithPage {
618
618
  reloadPage(): Promise<void>;
619
619
  expectOwnerToBe(user: string): Promise<void>;
620
620
  expectReleaseTaggedWith(tagName: string): Promise<void>;
621
- expectReleaseNotTaggedWith(tagName: string): Promise<void>;
622
- addTag(tagName: string): Promise<void>;
623
- removeTag(tagName: string): Promise<void>;
624
621
  expectTemplateTitleToBe(templateTitle: string): Promise<void>;
625
622
  expectRiskProfileTitleToBe(riskProfile: string): Promise<void>;
626
623
  expectStartFromReleaseToBe(parentRelease: string): Promise<void>;
@@ -1537,6 +1534,7 @@ declare class UsersPage extends WithPage {
1537
1534
  openPermissions(): Promise<void>;
1538
1535
  openTaskAccess(): Promise<void>;
1539
1536
  expectUsers(users: Array<{
1537
+ accountLocked?: boolean;
1540
1538
  email?: string;
1541
1539
  external: boolean;
1542
1540
  externalId?: string;