Skip to content

Commit

Permalink
🤖 npm run generate auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent de36873 commit 5963084
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/frontend/generated/internet_identity_idl.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ export const idlFactory = ({ IDL }) => {
[],
),
'init_salt' : IDL.Func([], [], []),
'inject_prune_event' : IDL.Func([Timestamp], [], []),
'lookup' : IDL.Func([UserNumber], [IDL.Vec(DeviceData)], ['query']),
'prepare_delegation' : IDL.Func(
[UserNumber, FrontendHostname, SessionKey, IDL.Opt(IDL.Nat64)],
Expand All @@ -468,7 +467,6 @@ export const idlFactory = ({ IDL }) => {
[IDL.Variant({ 'Ok' : PreparedIdAlias, 'Err' : PrepareIdAliasError })],
[],
),
'prune_events_if_necessary' : IDL.Func([], [], []),
'register' : IDL.Func(
[DeviceData, ChallengeResult, IDL.Opt(IDL.Principal)],
[RegisterResponse],
Expand Down
2 changes: 0 additions & 2 deletions src/frontend/generated/internet_identity_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ export interface _SERVICE {
{ 'Err' : IdentityRegisterError }
>,
'init_salt' : ActorMethod<[], undefined>,
'inject_prune_event' : ActorMethod<[Timestamp], undefined>,
'lookup' : ActorMethod<[UserNumber], Array<DeviceData>>,
'prepare_delegation' : ActorMethod<
[UserNumber, FrontendHostname, SessionKey, [] | [bigint]],
Expand All @@ -374,7 +373,6 @@ export interface _SERVICE {
{ 'Ok' : PreparedIdAlias } |
{ 'Err' : PrepareIdAliasError }
>,
'prune_events_if_necessary' : ActorMethod<[], undefined>,
'register' : ActorMethod<
[DeviceData, ChallengeResult, [] | [Principal]],
RegisterResponse
Expand Down

0 comments on commit 5963084

Please sign in to comment.