Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions packages/services/indexer/src/indexer.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// sequence-indexer v0.4.0 caf5c4c3677ac2dce41858dce7cd727a7810845f
// sequence-indexer v0.4.0 2bca559c4c590bce7d70c33df115a58399efec82
// --
// Code generated by Webrpc-gen@v0.31.2 with typescript generator. DO NOT EDIT.
//
Expand All @@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
export const WebrpcSchemaVersion = 'v0.4.0'

// Schema hash generated from your RIDL schema
export const WebrpcSchemaHash = 'caf5c4c3677ac2dce41858dce7cd727a7810845f'
export const WebrpcSchemaHash = '2bca559c4c590bce7d70c33df115a58399efec82'

//
// Client interface
Expand Down Expand Up @@ -359,6 +359,11 @@ export interface Asset {
updatedAt?: string
}

export enum BackupMode {
INCREMENTAL = 'INCREMENTAL',
COMPLETE = 'COMPLETE'
}

export interface BloomStats {
hitRatio: string
falsePositivesPercent: string
Expand Down
9 changes: 7 additions & 2 deletions packages/services/indexer/src/indexergw.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// sequence-indexer v0.4.0 b978d153702d614d5f1b9c98ff7f2e5857cccfd6
// sequence-indexer v0.4.0 212120aad9a46e88ead9a2183c5717e9902d8c2b
// --
// Code generated by Webrpc-gen@v0.31.2 with typescript generator. DO NOT EDIT.
//
Expand All @@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
export const WebrpcSchemaVersion = 'v0.4.0'

// Schema hash generated from your RIDL schema
export const WebrpcSchemaHash = 'b978d153702d614d5f1b9c98ff7f2e5857cccfd6'
export const WebrpcSchemaHash = '212120aad9a46e88ead9a2183c5717e9902d8c2b'

//
// Client interface
Expand Down Expand Up @@ -132,6 +132,11 @@ export interface Asset {
updatedAt?: string
}

export enum BackupMode {
INCREMENTAL = 'INCREMENTAL',
COMPLETE = 'COMPLETE'
}

export interface BloomStats {
hitRatio: string
falsePositivesPercent: string
Expand Down