summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types/src
AgeCommit message (Expand)Author
2022-11-11Replace some lingering references to BufferMatthew Miller
2022-07-28Run `npm run lint`Matthew Miller
2022-07-04Add new hybrid transportMatthew Miller
2022-07-04Update the interface that credentials extendMatthew Miller
2022-07-04Add authenticatorAttachmentMatthew Miller
2022-07-01Properly type isConditionalMediationAvailableMatthew Miller
2022-06-20Attempt to cast PublicKeyCredential for new methodMatthew Miller
2022-05-18Point PublicKeyCredentialDescriptor to "Future"Matthew Miller
2022-05-18Create PublicKeyCredentialDescriptorFutureMatthew Miller
2022-05-18Update transport types to "Future"Matthew Miller
2022-05-18Upgrade AuthenticatorTransport to "Future"Matthew Miller
2022-05-15Tweak docstring for CredentialDeviceTypeMatthew Miller
2022-05-15Define new CredentialDeviceType typeMatthew Miller
2022-04-27Add "cable" supportMatthew Miller
2021-08-21renaming assertion -> authenticationJarrett Helton
2021-08-21starting attestation -> registration renameJarrett Helton
2021-04-17Update types related to user.id/userHandleMatthew Miller
2021-02-06Remove optional from clientExtensionResults typeMatthew Miller
2021-02-05Update JSON types with DOM extension typesMatthew Miller
2021-02-05Remove custom extension typesMatthew Miller
2021-02-05Fix credProps extension inputMatthew Miller
2021-02-05Start defining extension typesMatthew Miller
2021-02-04Revert changes to AuthenticatorDevice typeMatthew Miller
2021-02-03Make userHandle on AuthenticatorDevice optionalMatthew Miller
2021-02-02Return attestationObject as BufferMatthew Miller
2021-02-02Update AuthenticatorDevice with more dataMatthew Miller
2020-12-22Add optional `transports` to AuthenticatorDeviceMatthew Miller
2020-12-04fix testsAntoine Cormouls
2020-12-04fix typeAntoine Cormouls
2020-11-26chore(typescript-types): always generate dom.tsJonathan Stewmon
2020-11-26build: extract-dom-types script to generate dom.tsJonathan Stewmon
2020-11-26chore: remove dom lib reference from server packageJonathan Stewmon
2020-10-27chore: Remove unnecessary @preferred tagGerrit Birkeland
2020-10-05Clarify AuthenticatorAttestationResponseFutureMatthew Miller
2020-10-05Add `transports` to AttestationCredentialJSONMatthew Miller
2020-10-05Use new AuthenticatorAttestationResponseFutureMatthew Miller
2020-10-05Create AuthenticatorAttestationResponseFuture typeMatthew Miller
2020-06-03Capitalize “base64url” in existing commentsMatthew Miller
2020-06-03Add some commenting to response JSON interfacesMatthew Miller
2020-06-03Re-export two response JSON interfacesMatthew Miller
2020-06-02Standardize on use of “base64url” where applicableMatthew Miller
2020-06-02Rename “Base64String” to “Base64URLString”Matthew Miller
2020-06-02Remove some old commentsMatthew Miller
2020-06-02Exclude methods from credential JSON outputMatthew Miller
2020-06-01Update AuthenticatorDevice type defMatthew Miller
2020-06-01Move some enums and types out of types packageMatthew Miller
2020-06-01Stop exporting two now-internal typesMatthew Miller
2020-06-01Move some type comments aroundMatthew Miller
2020-06-01Try to communicate the expected string encodingMatthew Miller
2020-06-01Update types to reflect original response shapeMatthew Miller