Skip to content

Commit c934c13

Browse files
committed
chore: Regenerate extensions
1 parent 962f7d3 commit c934c13

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

activity/fly-http/wit/gen/obelisk-flyio_activity-fly-http-obelisk-ext@1.0.0-beta/activity-fly-http-obelisk-ext.wit

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,14 @@ interface machines {
173173
exec-get: func(execution-id: execution-id) -> result<result<exec-response, string>, get-extension-error>;
174174

175175
exec-invoke: func(label: string, app-name: string, machine-id: machine-id, command: list<string>) -> result<result<exec-response, string>, invoke-extension-error>;
176+
177+
exec-check-success-submit: func(join-set: borrow<join-set>, app-name: string, machine-id: machine-id, command: list<string>) -> execution-id;
178+
179+
exec-check-success-await-next: func(join-set: borrow<join-set>) -> result<tuple<execution-id, result<exec-response, string>>, await-next-extension-error>;
180+
181+
exec-check-success-get: func(execution-id: execution-id) -> result<result<exec-response, string>, get-extension-error>;
182+
183+
exec-check-success-invoke: func(label: string, app-name: string, machine-id: machine-id, command: list<string>) -> result<result<exec-response, string>, invoke-extension-error>;
176184
}
177185

178186
interface secrets {

activity/fly-http/wit/gen/obelisk-flyio_activity-fly-http-obelisk-schedule@1.0.0-beta/activity-fly-http-obelisk-schedule.wit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ interface machines {
6262
delete-schedule: func(schedule-at: schedule-at, app-name: string, machine-id: machine-id, force: bool) -> execution-id;
6363

6464
exec-schedule: func(schedule-at: schedule-at, app-name: string, machine-id: machine-id, command: list<string>) -> execution-id;
65+
66+
exec-check-success-schedule: func(schedule-at: schedule-at, app-name: string, machine-id: machine-id, command: list<string>) -> execution-id;
6567
}
6668

6769
interface secrets {

0 commit comments

Comments
 (0)