mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
update bindings for API types, add ARCHITECTURE (#3124)
* update binding for API types, add ARCHITECTURE * translations
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user