update bindings for API types, add ARCHITECTURE (#3124)

* update binding for API types, add ARCHITECTURE

* translations
This commit is contained in:
Matt Hill
2026-02-16 08:23:28 -07:00
committed by GitHub
parent 3518eccc87
commit d97ab59bab
184 changed files with 1846 additions and 1670 deletions

View File

@@ -10,7 +10,7 @@ import {
GetContainerIpParams,
GetStatusParams,
CreateTaskParams,
RunActionParams,
EffectsRunActionParams,
SetDataVersionParams,
SetMainStatus,
GetServiceManifestParams,
@@ -56,7 +56,7 @@ describe('startosTypeValidation ', () => {
clear: {} as ClearActionsParams,
export: {} as ExportActionParams,
getInput: {} as GetActionInputParams,
run: {} as RunActionParams,
run: {} as EffectsRunActionParams,
createTask: {} as CreateTaskParams,
clearTasks: {} as ClearTasksParams,
},