squareadministration
v5.0.0
Published
helper for administration bl for my projects.
Readme
squareAdministration
about
helper for administration bl for my projects.
usage
env
- node js - v18.17.0
- npm - v9.6.7
changelog
v5.0.0
- AuthenticationAdministrationBL
- breaking change: remove registerLoginGoogleV0.
- types
- AuthenticationResponses
- breaking change: registerLoginGoogleV0ResponseZ, registerLoginGoogleV0Response.
- AuthenticationResponses
v4.0.0
- CoreAdministrationBL
- breaking change: rename user_profile_username to user_username in GetAllGreetingsV0ResponseZ.
v3.1.0
- AuthenticationAdministrationBL
- add registerLoginGoogleV0.
- add resetPasswordAndLoginUsingBackupCodeV0.
- add resetPasswordAndLoginUsingResetEmailCodeV0.
- add updatePasswordV0.
v3.0.1
- update GetAllGreetingsV0ResponseZ -> user_profile_username.
v3.0.0
- AuthenticationAdministrationBL
- add password as parameter in removeAppForSelfV0.
v2.0.1
- AuthenticationAdministrationBL
- set credentials: include in RegisterUsernameV0ResponseZ, LoginUsernameV0ResponseZ, generateAccessTokenV0 and logoutV0.
v2.0.0
- AuthenticationAdministrationBL
- remove refreshToken as input parameter from generateAccessTokenV0, logoutV0.
- remove refresh_token from types RegisterUsernameV0ResponseZ, LoginUsernameV0ResponseZ.
v1.5.0
- AuthenticationAdministrationBL
- add generateAccessTokenV0, logoutV0.
v1.4.1
- Core
- bugfix in type of getAllGreetingsV0.
- All
- use strictObject instead of object in zod.
- export all types in index file.
v1.4.0
- add types to getAllGreetingsV0.
v1.3.1
- bug fix in type for removeAppForSelfV0.
v1.3.0
- add types to removeAppForSelfV0.
v1.2.0
- add types to registerUsernameV0.
v1.1.0
- migrate types to zod.
- add types to loginUsernameV0.
v1.0.0
- initial implementation.
