osl-base-extended 8.2.0 → 8.4.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osl-base-extended",
3
- "version": "8.2.0",
3
+ "version": "8.4.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -957,6 +957,7 @@ interface oslListerData {
957
957
  methodName: string;
958
958
  service: any;
959
959
  configMethodName: string;
960
+ apiBody: any;
960
961
  }
961
962
 
962
963
  declare class OslAutocompleteLister {