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'
1616export  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
2121type  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
963964export  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