update binding for API types, add ARCHITECTURE

This commit is contained in:
Matt Hill
2026-02-16 00:05:24 -07:00
parent 3518eccc87
commit bb68c3b91c
179 changed files with 1685 additions and 1590 deletions

View File

@@ -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,