add support for free/paid in module, theme, translation installation
This commit is contained in:
		| @ -7,7 +7,7 @@ namespace Oqtane.Services | ||||
|     public interface IPackageService | ||||
|     { | ||||
|         Task<List<Package>> GetPackagesAsync(string type); | ||||
|         Task<List<Package>> GetPackagesAsync(string type, string search); | ||||
|         Task<List<Package>> GetPackagesAsync(string type, string search, string price); | ||||
|         Task<Package> GetPackageAsync(string packageId, string version); | ||||
|         Task DownloadPackageAsync(string packageId, string version, string folder); | ||||
|         Task InstallPackagesAsync(); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker