chore: reimplement refactor for the changes (#2716)

* chore: reimplement refactor for the changes

* chore: Make it so even more cases are caught on the transformation

* Update container-runtime/src/Adapters/Systems/SystemForEmbassy/index.ts

* chore: Update the types of the action result because it wasnt matching what was in the action.rs
This commit is contained in:
Jade
2024-08-19 21:38:05 -06:00
committed by GitHub
parent a083f25b6c
commit 4d7694de24
5 changed files with 419 additions and 353 deletions

View File

@@ -476,12 +476,11 @@ export type MigrationRes = {
}
export type ActionResult = {
version: "0"
message: string
value: null | {
value: string
copyable: boolean
qr: boolean
}
value: string | null
copyable: boolean
qr: boolean
}
export type SetResult = {
dependsOn: DependsOn