11/* eslint-disable */
2- // sequence-relayer v0.4.1 bbe47231e764cdbdf21f7181326c5b1709f630a3
2+ // sequence-relayer v0.4.1 b5902e32e652488166fc44a95f5cda0c67e10d82
33// --
44// Code generated by Webrpc-gen@v0.32.2 with typescript generator. DO NOT EDIT.
55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v0.4.1'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = 'bbe47231e764cdbdf21f7181326c5b1709f630a3 '
15+ export const WebrpcSchemaHash = 'b5902e32e652488166fc44a95f5cda0c67e10d82 '
1616
1717//
1818// Client interface
@@ -341,6 +341,8 @@ export interface GasSponsor {
341341 address : string
342342 name : string
343343 active : boolean
344+ webhookUrl : string
345+ webhookAuthToken : string
344346 updatedAt : string
345347 createdAt : string
346348 deletedAt : string
@@ -679,6 +681,7 @@ export interface RepairSenderReturn {}
679681export interface GetMetaTransactionsArgs {
680682 projectId : number
681683 page ?: Page
684+ includeNonSponsored ?: boolean
682685}
683686
684687export interface GetMetaTransactionsReturn {
@@ -789,6 +792,8 @@ export interface AddGasSponsorArgs {
789792 address : string
790793 name ?: string
791794 active ?: boolean
795+ webhookUrl ?: string
796+ webhookAuthToken ?: string
792797}
793798
794799export interface AddGasSponsorReturn {
@@ -801,6 +806,8 @@ export interface UpdateGasSponsorArgs {
801806 id : number
802807 name ?: string
803808 active ?: boolean
809+ webhookUrl ?: string
810+ webhookAuthToken ?: string
804811}
805812
806813export interface UpdateGasSponsorReturn {
@@ -841,6 +848,8 @@ export interface AddEcosystemGasSponsorArgs {
841848 address : string
842849 name ?: string
843850 active ?: boolean
851+ webhookUrl ?: string
852+ webhookAuthToken ?: string
844853}
845854
846855export interface AddEcosystemGasSponsorReturn {
@@ -853,6 +862,8 @@ export interface UpdateEcosystemGasSponsorArgs {
853862 id : number
854863 name ?: string
855864 active ?: boolean
865+ webhookUrl ?: string
866+ webhookAuthToken ?: string
856867}
857868
858869export interface UpdateEcosystemGasSponsorReturn {
0 commit comments