|
1 | | -// Generated by Obelisk 0.37.4 |
| 1 | +// Generated by Obelisk 0.40.0 |
2 | 2 | package obelisk-client:api-http-obelisk-ext@1.0.0-beta; |
3 | 3 |
|
4 | 4 | interface executions { |
5 | | - use obelisk:types/execution@4.2.0.{execution-id}; |
| 5 | + use obelisk:types/execution@5.0.0.{execution-id}; |
6 | 6 | use obelisk-client:api-http/executions@1.0.0-beta.{execution-with-state}; |
7 | | - use obelisk:types/join-set@4.2.0.{join-set}; |
8 | | - use obelisk:types/execution@4.2.0.{await-next-extension-error, get-extension-error}; |
| 7 | + use obelisk:types/join-set@5.0.0.{join-set}; |
| 8 | + use obelisk:types/execution@5.0.0.{await-next-extension-error, get-extension-error}; |
9 | 9 |
|
10 | 10 | generate-submit: func(join-set: borrow<join-set>) -> execution-id; |
11 | 11 |
|
12 | | - generate-await-next: func(join-set: borrow<join-set>) -> result<tuple<execution-id, result<execution-id>>, await-next-extension-error>; |
| 12 | + generate-await-next: func(join-set: borrow<join-set>) -> result<result<execution-id>, await-next-extension-error>; |
13 | 13 |
|
14 | 14 | generate-get: func(execution-id: execution-id) -> result<result<execution-id>, get-extension-error>; |
15 | 15 |
|
16 | 16 | list-submit: func(join-set: borrow<join-set>, endpoint-url: string) -> execution-id; |
17 | 17 |
|
18 | | - list-await-next: func(join-set: borrow<join-set>) -> result<tuple<execution-id, result<list<execution-with-state>, string>>, await-next-extension-error>; |
| 18 | + list-await-next: func(join-set: borrow<join-set>) -> result<result<list<execution-with-state>, string>, await-next-extension-error>; |
19 | 19 |
|
20 | 20 | list-get: func(execution-id: execution-id) -> result<result<list<execution-with-state>, string>, get-extension-error>; |
21 | 21 |
|
22 | 22 | submit-submit: func(join-set: borrow<join-set>, endpoint-url: string, execution-id: execution-id, ffqn: string, params: string) -> execution-id; |
23 | 23 |
|
24 | | - submit-await-next: func(join-set: borrow<join-set>) -> result<tuple<execution-id, result<_, string>>, await-next-extension-error>; |
| 24 | + submit-await-next: func(join-set: borrow<join-set>) -> result<result<_, string>, await-next-extension-error>; |
25 | 25 |
|
26 | 26 | submit-get: func(execution-id: execution-id) -> result<result<_, string>, get-extension-error>; |
27 | 27 | } |
0 commit comments