File tree Expand file tree Collapse file tree
packages/services/indexer/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-indexer v0.4.0 caf5c4c3677ac2dce41858dce7cd727a7810845f
2+ // sequence-indexer v0.4.0 2bca559c4c590bce7d70c33df115a58399efec82
33// --
44// Code generated by Webrpc-gen@v0.31.2 with typescript generator. DO NOT EDIT.
55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v0.4.0'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = 'caf5c4c3677ac2dce41858dce7cd727a7810845f '
15+ export const WebrpcSchemaHash = '2bca559c4c590bce7d70c33df115a58399efec82 '
1616
1717//
1818// Client interface
@@ -359,6 +359,11 @@ export interface Asset {
359359 updatedAt ?: string
360360}
361361
362+ export enum BackupMode {
363+ INCREMENTAL = 'INCREMENTAL' ,
364+ COMPLETE = 'COMPLETE'
365+ }
366+
362367export interface BloomStats {
363368 hitRatio : string
364369 falsePositivesPercent : string
Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-indexer v0.4.0 b978d153702d614d5f1b9c98ff7f2e5857cccfd6
2+ // sequence-indexer v0.4.0 212120aad9a46e88ead9a2183c5717e9902d8c2b
33// --
44// Code generated by Webrpc-gen@v0.31.2 with typescript generator. DO NOT EDIT.
55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v0.4.0'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = 'b978d153702d614d5f1b9c98ff7f2e5857cccfd6 '
15+ export const WebrpcSchemaHash = '212120aad9a46e88ead9a2183c5717e9902d8c2b '
1616
1717//
1818// Client interface
@@ -132,6 +132,11 @@ export interface Asset {
132132 updatedAt ?: string
133133}
134134
135+ export enum BackupMode {
136+ INCREMENTAL = 'INCREMENTAL' ,
137+ COMPLETE = 'COMPLETE'
138+ }
139+
135140export interface BloomStats {
136141 hitRatio : string
137142 falsePositivesPercent : string
You can’t perform that action at this time.
0 commit comments