Skip to content

Commit aabff60

Browse files
committed
[AUTOMATED] Update: proto/clients/indexer*.gen.ts
1 parent 24a5fab commit aabff60

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

packages/services/indexer/src/indexer.gen.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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'
1212
export 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+
362367
export interface BloomStats {
363368
hitRatio: string
364369
falsePositivesPercent: string

packages/services/indexer/src/indexergw.gen.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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'
1212
export 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+
135140
export interface BloomStats {
136141
hitRatio: string
137142
falsePositivesPercent: string

0 commit comments

Comments
 (0)