mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
update binding for API types, add ARCHITECTURE
This commit is contained in:
@@ -28,7 +28,6 @@ import {
|
||||
switchMap,
|
||||
tap,
|
||||
} from 'rxjs'
|
||||
import { RR } from 'src/app/services/api/api.types'
|
||||
import { ApiService } from 'src/app/services/api/embassy-api.service'
|
||||
import { DataModel } from 'src/app/services/patch-db/data-model'
|
||||
|
||||
@@ -247,7 +246,7 @@ export class MarketplaceService {
|
||||
version: string,
|
||||
url: string,
|
||||
): Promise<void> {
|
||||
const params: RR.InstallPackageReq = {
|
||||
const params: T.InstallParams = {
|
||||
id,
|
||||
version,
|
||||
registry: url,
|
||||
|
||||
Reference in New Issue
Block a user