summaryrefslogtreecommitdiffhomepage
path: root/packages/typescript-types/src
AgeCommit message (Expand)Author
2024-01-20Move typescript-types/ to types/Matthew Miller
2023-10-25Commit dom.tsMatthew Miller
2023-08-18Use single-quotes and increase line widthMatthew Miller
2023-08-18Format typescript-types and add more exportsMatthew Miller
2023-08-16Move more deps into deps.tsMatthew Miller
2023-08-16Explicitly export types to appease DenoMatthew Miller
2023-06-25Merge pull request #400 from MasterKale/feat/json-type-updatesm7n-openwrtopenwrtMatthew Miller
2023-06-25Shift publicKey aroundMatthew Miller
2023-06-25Update AuthenticatorAttestationResponseJSONMatthew Miller
2023-06-25Add new "smart-card" transportMatthew Miller
2022-12-27Lint everythingMatthew Miller
2022-12-27Be more cautious with transportsMatthew Miller
2022-12-27Update typing on getTransports()Matthew Miller
2022-12-27Clean up unused importsMatthew Miller
2022-12-27Add new methods to PublicKeyCredentialFutureMatthew Miller
2022-12-27Change over to AuthenticationResponseJSONMatthew Miller
2022-12-27Change over to RegistrationResponseJSONMatthew Miller
2022-12-27Copy over some registration typesMatthew Miller
2022-11-29Run linting on everythingMatthew Miller
2022-11-29Clean up some unused importsMatthew Miller
2022-11-19Fix issues in Browser due to TypeScript upgradeMatthew Miller
2022-11-17Update to TypeScript 4.9Matthew Miller
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