@digital-ai/devops-page-object-release 0.0.103 → 0.0.105

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
@@ -430,6 +430,7 @@ declare class StringMap extends WithPage {
430
430
  setValueFromMap(key: string, value: string): Promise<void>;
431
431
  removeValueFromMap(key: string): Promise<this>;
432
432
  expectStringMapCount(count: number): Promise<this>;
433
+ expectStringMapReadOnlyCount(count: number): Promise<this>;
433
434
  expectAddButtonDisabledForMap(key: string, value: string): Promise<this>;
434
435
  expectInputFieldDisabledForMap(): Promise<this>;
435
436
  }