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 May 2, 2024
1 parent cab7277 commit c904b5e
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 @@ -307,9 +307,7 @@ export const idlFactory = ({ IDL }) => {
const InternetIdentityStats = IDL.Record({
'storage_layout_version' : IDL.Nat8,
'users_registered' : IDL.Nat64,
'max_num_latest_delegation_origins' : IDL.Nat64,
'assigned_user_number_range' : IDL.Tuple(IDL.Nat64, IDL.Nat64),
'latest_delegation_origins' : IDL.Vec(FrontendHostname),
'archive_info' : ArchiveInfo,
'canister_creation_cycles_cost' : IDL.Nat64,
});
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 @@ -187,9 +187,7 @@ export interface InternetIdentityInit {
export interface InternetIdentityStats {
'storage_layout_version' : number,
'users_registered' : bigint,
'max_num_latest_delegation_origins' : bigint,
'assigned_user_number_range' : [bigint, bigint],
'latest_delegation_origins' : Array<FrontendHostname>,
'archive_info' : ArchiveInfo,
'canister_creation_cycles_cost' : bigint,
}
Expand Down

0 comments on commit c904b5e

Please sign in to comment.