Skip to content

Commit 08e4863

Browse files
[AUTOMATED] Update: proto/clients/marketplace.gen.ts (#712)
Co-authored-by: david-littlefarmer <17728576+david-littlefarmer@users.noreply.github.com>
1 parent d2977b9 commit 08e4863

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

packages/marketplace/src/marketplace.gen.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// marketplace-api 7754606a46cb50d61f7a287e62515bf4ab489579
2+
// marketplace-api 7ab3354385f317680dd861e82a18aa351d8579d5
33
// --
44
// Code generated by webrpc-gen@v0.25.1 with typescript generator. DO NOT EDIT.
55
//
@@ -8,7 +8,7 @@
88
export const WebrpcHeader = 'Webrpc'
99

1010
export const WebrpcHeaderValue =
11-
'webrpc@v0.25.1;gen-typescript@v0.17.0;marketplace-api@v0.0.0-7754606a46cb50d61f7a287e62515bf4ab489579'
11+
'webrpc@v0.25.1;gen-typescript@v0.17.0;marketplace-api@v0.0.0-7ab3354385f317680dd861e82a18aa351d8579d5'
1212

1313
// WebRPC description and code-gen version
1414
export const WebRPCVersion = 'v1'
@@ -17,7 +17,7 @@ export const WebRPCVersion = 'v1'
1717
export const WebRPCSchemaVersion = ''
1818

1919
// Schema hash generated from your RIDL schema
20-
export const WebRPCSchemaHash = '7754606a46cb50d61f7a287e62515bf4ab489579'
20+
export const WebRPCSchemaHash = '7ab3354385f317680dd861e82a18aa351d8579d5'
2121

2222
type WebrpcGenVersions = {
2323
webrpcGenVersion: string
@@ -1008,6 +1008,8 @@ export interface GenerateCancelTransactionReturn {
10081008
}
10091009
export interface ExecuteArgs {
10101010
signature: string
1011+
method: string
1012+
endpoint: string
10111013
executeType: ExecuteType
10121014
body: any
10131015
}

0 commit comments

Comments
 (0)