autogen
This commit is contained in:
parent
307e1c4d96
commit
73e3427afe
|
@ -9034,6 +9034,18 @@ export type operations = {
|
||||||
expiresAt: string | null;
|
expiresAt: string | null;
|
||||||
roleId: string;
|
roleId: string;
|
||||||
})[];
|
})[];
|
||||||
|
publicKeys: {
|
||||||
|
userId: string;
|
||||||
|
keyId: string;
|
||||||
|
keyPem: string;
|
||||||
|
}[] | null;
|
||||||
|
keyPairs: ({
|
||||||
|
userId: string;
|
||||||
|
publicKey: string;
|
||||||
|
privateKey: string;
|
||||||
|
ed25519PublicKey: string | null;
|
||||||
|
ed25519PrivateKey: string | null;
|
||||||
|
}) | null;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue