@digital-ai/devops-page-object-release 0.0.0-snapshot-20251014104633 → 0.0.0-snapshot-20251014105644

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
@@ -1354,6 +1354,7 @@ declare class FolderPage extends WithPage {
1354
1354
  openGroups(): Promise<FolderGroupsPage>;
1355
1355
  createGroup(groupName: string): Promise<this>;
1356
1356
  selectPlannedStatus(): Promise<this>;
1357
+ openTeamsPermissions(): Promise<void>;
1357
1358
  expectReleaseGroupisDisplayed(title: string): Promise<this>;
1358
1359
  createSubFolder(parentFolder: string, subFolderName: string): Promise<void>;
1359
1360
  renameFolder(existingFolderName: string, newFolderName: string): Promise<void>;