Skip to content

Commit f603645

Browse files
committed
[AUTOMATED] Update: api/proto/clients/api.gen.ts
1 parent 02e4e00 commit f603645

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packages/api/src/api.gen.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable */
2-
// sequence-api v0.4.0 2ed8501905f2d04f0096e9a3ed6cc963d3a4d8dc
2+
// sequence-api v0.4.0 834d45a136c161d8a1dc6d16010a1aa47f2228a2
33
// --
44
// Code generated by [email protected] with typescript generator. DO NOT EDIT.
55
//
@@ -16,7 +16,7 @@ export const WebRPCVersion = 'v1'
1616
export const WebRPCSchemaVersion = 'v0.4.0'
1717

1818
// Schema hash generated from your RIDL schema
19-
export const WebRPCSchemaHash = '2ed8501905f2d04f0096e9a3ed6cc963d3a4d8dc'
19+
export const WebRPCSchemaHash = '834d45a136c161d8a1dc6d16010a1aa47f2228a2'
2020

2121
type WebrpcGenVersions = {
2222
webrpcGenVersion: string
@@ -958,6 +958,7 @@ export interface IntentQuote {
958958
quoteProvider: string
959959
quoteProviderRequestId: string
960960
quoteProviderFeeUsd: string
961+
apiAttestation?: string
961962
}
962963

963964
export interface API {
@@ -1836,6 +1837,7 @@ export interface GetIntentCallsPayloadsReturn {
18361837
metaTxns: Array<MetaTxn>
18371838
trailsFee: TrailsFee
18381839
quote: IntentQuote
1840+
feeQuote?: string
18391841
originIntentAddress: string
18401842
destinationIntentAddress: string
18411843
}
@@ -3213,6 +3215,7 @@ export class API implements API {
32133215
metaTxns: <Array<MetaTxn>>_data.metaTxns,
32143216
trailsFee: <TrailsFee>_data.trailsFee,
32153217
quote: <IntentQuote>_data.quote,
3218+
feeQuote: <string>_data.feeQuote,
32163219
originIntentAddress: <string>_data.originIntentAddress,
32173220
destinationIntentAddress: <string>_data.destinationIntentAddress
32183221
}

0 commit comments

Comments
 (0)