@digital-ai/devops-page-object-release 0.0.0-snapshot-20251124120504 → 0.0.0-snapshot-20251124123340

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
@@ -613,9 +613,6 @@ declare class ReleasePropertiesPage extends WithPage {
613
613
  reloadPage(): Promise<void>;
614
614
  expectOwnerToBe(user: string): Promise<void>;
615
615
  expectReleaseTaggedWith(tagName: string): Promise<void>;
616
- expectReleaseNotTaggedWith(tagName: string): Promise<void>;
617
- addTag(tagName: string): Promise<void>;
618
- removeTag(tagName: string): Promise<void>;
619
616
  expectTemplateTitleToBe(templateTitle: string): Promise<void>;
620
617
  expectRiskProfileTitleToBe(riskProfile: string): Promise<void>;
621
618
  expectStartFromReleaseToBe(parentRelease: string): Promise<void>;