File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // sequence-guard v0.5.0 29ecf507c86c5d53ab537783a32c1e8edf15d37f
2+ // sequence-guard v0.5.0 910e01c32ffb24b42386d4ca6be119b0acc55c5f
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.5.0'
1717
1818// Schema hash generated from your RIDL schema
19- export const WebRPCSchemaHash = '29ecf507c86c5d53ab537783a32c1e8edf15d37f '
19+ export const WebRPCSchemaHash = '910e01c32ffb24b42386d4ca6be119b0acc55c5f '
2020
2121type WebrpcGenVersions = {
2222 webrpcGenVersion : string
@@ -131,6 +131,7 @@ export interface OwnershipProof {
131131export interface AuthToken {
132132 id : string
133133 token : string
134+ resetAuth ?: boolean
134135}
135136
136137export interface RecoveryCode {
You can’t perform that action at this time.
0 commit comments