@digital-ai/devops-page-object-release 0.0.0-snapshot-20251122175005 → 0.0.0-snapshot-20251124090206

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
@@ -1376,8 +1376,6 @@ declare class FolderPage extends WithPage {
1376
1376
  createGroup(groupName: string): Promise<this>;
1377
1377
  selectPlannedStatus(): Promise<this>;
1378
1378
  openTeamsPermissions(): Promise<void>;
1379
- clickOnFolderRowAction(folderName: string, actionLabel: string): Promise<void>;
1380
- createNewFolderFromRowAction(folderName: string, subFolderName: string): Promise<void>;
1381
1379
  expectReleaseGroupisDisplayed(title: string): Promise<this>;
1382
1380
  createSubFolder(parentFolder: string, subFolderName: string): Promise<void>;
1383
1381
  renameFolder(existingFolderName: string, newFolderName: string): Promise<void>;