mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
feat: Update to remove is sandboxed
This commit is contained in:
@@ -225,12 +225,10 @@ export type ExposeUiPaths<Store> = Array<{
|
|||||||
export type Effects = {
|
export type Effects = {
|
||||||
executeAction<Input>(opts: {
|
executeAction<Input>(opts: {
|
||||||
serviceId?: string
|
serviceId?: string
|
||||||
|
actionId: string
|
||||||
input: Input
|
input: Input
|
||||||
}): Promise<unknown>
|
}): Promise<unknown>
|
||||||
|
|
||||||
/** Sandbox mode lets us read but not write */
|
|
||||||
is_sandboxed(): Promise<boolean>
|
|
||||||
|
|
||||||
/** Removes all network bindings */
|
/** Removes all network bindings */
|
||||||
clearBindings(): Promise<void>
|
clearBindings(): Promise<void>
|
||||||
/** Creates a host connected to the specified port with the provided options */
|
/** Creates a host connected to the specified port with the provided options */
|
||||||
|
|||||||
Reference in New Issue
Block a user