@digital-ai/devops-page-object-release 0.0.0-snapshot-20251208152659 → 0.0.0-snapshot-20251209071345

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
@@ -595,6 +595,7 @@ declare class ReleasePropertiesPage extends WithPage {
595
595
  expectSubscribeLinkIsPrivate(): Promise<void>;
596
596
  setSubscribeLink(isPublic: boolean): Promise<void>;
597
597
  downloadFile(filename: string): Promise<void>;
598
+ verifyCalendarEventDownload(releaseName: string): Promise<void>;
598
599
  deleteAttachment(fileName: string): Promise<void>;
599
600
  expectVariableDisplayed(variable: string, present: boolean): Promise<void>;
600
601
  setScheduledStartDate(date?: string, monthYear?: string): Promise<void>;