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 Mar 27, 2024
1 parent ab67690 commit cdec71b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/frontend/generated/internet_identity_idl.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ export const idlFactory = ({ IDL }) => {
'signed_delegation' : SignedDelegation,
});
const GetIdAliasRequest = IDL.Record({
'rp_id_alias_jwt' : IDL.Text,
'issuer' : FrontendHostname,
'issuer_id_alias_jwt' : IDL.Text,
'issuer_id_alias_signing_input' : IDL.Text,
'rp_id_alias_signing_input' : IDL.Text,
'relying_party' : FrontendHostname,
'identity_number' : IdentityNumber,
});
Expand Down Expand Up @@ -287,9 +287,9 @@ export const idlFactory = ({ IDL }) => {
'identity_number' : IdentityNumber,
});
const PreparedIdAlias = IDL.Record({
'rp_id_alias_jwt' : IDL.Text,
'issuer_id_alias_jwt' : IDL.Text,
'issuer_id_alias_signing_input' : IDL.Text,
'canister_sig_pk_der' : PublicKey,
'rp_id_alias_signing_input' : IDL.Text,
});
const PrepareIdAliasError = IDL.Variant({
'InternalCanisterError' : IDL.Text,
Expand Down
8 changes: 4 additions & 4 deletions src/frontend/generated/internet_identity_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ export type GetIdAliasError = { 'InternalCanisterError' : string } |
{ 'Unauthorized' : Principal } |
{ 'NoSuchCredentials' : string };
export interface GetIdAliasRequest {
'rp_id_alias_jwt' : string,
'issuer' : FrontendHostname,
'issuer_id_alias_jwt' : string,
'issuer_id_alias_signing_input' : string,
'rp_id_alias_signing_input' : string,
'relying_party' : FrontendHostname,
'identity_number' : IdentityNumber,
}
Expand Down Expand Up @@ -222,9 +222,9 @@ export interface PrepareIdAliasRequest {
'identity_number' : IdentityNumber,
}
export interface PreparedIdAlias {
'rp_id_alias_jwt' : string,
'issuer_id_alias_jwt' : string,
'issuer_id_alias_signing_input' : string,
'canister_sig_pk_der' : PublicKey,
'rp_id_alias_signing_input' : string,
}
export type PublicKey = Uint8Array | number[];
export interface PublicKeyAuthn { 'pubkey' : PublicKey }
Expand Down

0 comments on commit cdec71b

Please sign in to comment.