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 Jan 15, 2025
1 parent 288286f commit 75f87ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/generated/internet_identity_idl.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const idlFactory = ({ IDL }) => {
'canister_creation_cycles_cost' : IDL.Opt(IDL.Nat64),
'related_origins' : IDL.Opt(IDL.Vec(IDL.Text)),
'captcha_config' : IDL.Opt(CaptchaConfig),
'openid_google_client_id' : IDL.Opt(IDL.Text),
'register_rate_limit' : IDL.Opt(RateLimitConfig),
});
const UserNumber = IDL.Nat64;
Expand Down Expand Up @@ -561,6 +562,7 @@ export const init = ({ IDL }) => {
'canister_creation_cycles_cost' : IDL.Opt(IDL.Nat64),
'related_origins' : IDL.Opt(IDL.Vec(IDL.Text)),
'captcha_config' : IDL.Opt(CaptchaConfig),
'openid_google_client_id' : IDL.Opt(IDL.Text),
'register_rate_limit' : IDL.Opt(RateLimitConfig),
});
return [IDL.Opt(InternetIdentityInit)];
Expand Down
1 change: 1 addition & 0 deletions src/frontend/generated/internet_identity_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export interface InternetIdentityInit {
'canister_creation_cycles_cost' : [] | [bigint],
'related_origins' : [] | [Array<string>],
'captcha_config' : [] | [CaptchaConfig],
'openid_google_client_id' : [] | [string],
'register_rate_limit' : [] | [RateLimitConfig],
}
export interface InternetIdentityStats {
Expand Down

0 comments on commit 75f87ad

Please sign in to comment.