@punks/backend-entity-manager 0.0.30 → 0.0.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +6 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/platforms/nest/__test__/server/app/auth/auth.actions.d.ts +4 -4
- package/dist/cjs/types/platforms/nest/__test__/server/app/auth/auth.dto.d.ts +1 -1
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-disable/index.d.ts +1 -3
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-disable/types.d.ts +3 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-enable/index.d.ts +1 -3
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-enable/types.d.ts +3 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-login/index.d.ts +1 -9
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-login/types.d.ts +10 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-password-change/index.d.ts +1 -5
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-password-change/types.d.ts +5 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-password-reset-complete/index.d.ts +1 -5
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-password-reset-complete/types.d.ts +5 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-password-reset-request/index.d.ts +1 -12
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-password-reset-request/types.d.ts +13 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-register/index.d.ts +2 -18
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-register/types.d.ts +17 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-token-verify/index.d.ts +2 -8
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-token-verify/types.d.ts +8 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-verify-complete/index.d.ts +1 -3
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-verify-complete/types.d.ts +3 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-verify-request/index.d.ts +1 -12
- package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/user-verify-request/types.d.ts +13 -0
- package/dist/cjs/types/platforms/nest/extensions/authentication/services/authentication/index.d.ts +25 -15
- package/dist/cjs/types/platforms/nest/extensions/authentication/types/index.d.ts +3 -0
- package/dist/esm/index.js +6 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/platforms/nest/__test__/server/app/auth/auth.actions.d.ts +4 -4
- package/dist/esm/types/platforms/nest/__test__/server/app/auth/auth.dto.d.ts +1 -1
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-disable/index.d.ts +1 -3
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-disable/types.d.ts +3 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-enable/index.d.ts +1 -3
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-enable/types.d.ts +3 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-login/index.d.ts +1 -9
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-login/types.d.ts +10 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-password-change/index.d.ts +1 -5
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-password-change/types.d.ts +5 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-password-reset-complete/index.d.ts +1 -5
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-password-reset-complete/types.d.ts +5 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-password-reset-request/index.d.ts +1 -12
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-password-reset-request/types.d.ts +13 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-register/index.d.ts +2 -18
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-register/types.d.ts +17 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-token-verify/index.d.ts +2 -8
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-token-verify/types.d.ts +8 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-verify-complete/index.d.ts +1 -3
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-verify-complete/types.d.ts +3 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-verify-request/index.d.ts +1 -12
- package/dist/esm/types/platforms/nest/extensions/authentication/handlers/user-verify-request/types.d.ts +13 -0
- package/dist/esm/types/platforms/nest/extensions/authentication/services/authentication/index.d.ts +25 -15
- package/dist/esm/types/platforms/nest/extensions/authentication/types/index.d.ts +3 -0
- package/dist/index.d.ts +105 -95
- package/package.json +1 -1
- /package/dist/cjs/types/platforms/nest/extensions/authentication/handlers/{index.d.ts → handlers.d.ts} +0 -0
- /package/dist/esm/types/platforms/nest/extensions/authentication/handlers/{index.d.ts → handlers.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -770,14 +770,6 @@ declare class OperationTokenMismatchError extends AuthenticationError {
|
|
|
770
770
|
constructor(message: string);
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
-
declare class JwtProvider {
|
|
774
|
-
private readonly jwtService;
|
|
775
|
-
constructor(jwtService: JwtService);
|
|
776
|
-
sign<T extends object>(payload: T): Promise<string>;
|
|
777
|
-
parse<T extends object>(token: string): Promise<T>;
|
|
778
|
-
verify<T extends object>(token: string): Promise<T>;
|
|
779
|
-
}
|
|
780
|
-
|
|
781
773
|
interface UserTokenVerifyResult<TUserContext extends IUserContext> {
|
|
782
774
|
isValid: boolean;
|
|
783
775
|
data: IUserTokenData<TUserContext>;
|
|
@@ -785,11 +777,41 @@ interface UserTokenVerifyResult<TUserContext extends IUserContext> {
|
|
|
785
777
|
interface UserTokenVerifyInput {
|
|
786
778
|
token: string;
|
|
787
779
|
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
780
|
+
|
|
781
|
+
interface UserVerifyRequestInput<TUserContext extends IUserContext> {
|
|
782
|
+
email: string;
|
|
783
|
+
callback: CallbackTemplate$2;
|
|
784
|
+
context?: TUserContext;
|
|
785
|
+
}
|
|
786
|
+
interface UserVerifyResetRequestResult {
|
|
787
|
+
success: boolean;
|
|
788
|
+
}
|
|
789
|
+
type CallbackTemplate$2 = {
|
|
790
|
+
urlTemplate: string;
|
|
791
|
+
tokenPlaceholder: string;
|
|
792
|
+
};
|
|
793
|
+
|
|
794
|
+
type CallbackTemplate$1 = {
|
|
795
|
+
urlTemplate: string;
|
|
796
|
+
tokenPlaceholder: string;
|
|
797
|
+
};
|
|
798
|
+
interface UserPasswordResetRequestInput<TUserContext extends IUserContext> {
|
|
799
|
+
email: string;
|
|
800
|
+
callback: CallbackTemplate$1;
|
|
801
|
+
context?: TUserContext;
|
|
802
|
+
}
|
|
803
|
+
interface UserPasswordResetRequestResult {
|
|
804
|
+
success: boolean;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
interface UserLoginInput<TUserContext extends IUserContext> {
|
|
808
|
+
userName: string;
|
|
809
|
+
password: string;
|
|
810
|
+
context?: TUserContext;
|
|
811
|
+
}
|
|
812
|
+
interface UserLoginResult {
|
|
813
|
+
token?: string;
|
|
814
|
+
success: boolean;
|
|
793
815
|
}
|
|
794
816
|
|
|
795
817
|
declare class AppSessionService {
|
|
@@ -827,27 +849,30 @@ declare class AuthenticationServicesResolver {
|
|
|
827
849
|
getUsersService<TUser extends IUser, TUserRegistrationInfo>(): IUserService<TUser, any, TUserRegistrationInfo>;
|
|
828
850
|
}
|
|
829
851
|
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
callback: CallbackTemplate$2;
|
|
837
|
-
context?: TUserContext;
|
|
852
|
+
declare class JwtProvider {
|
|
853
|
+
private readonly jwtService;
|
|
854
|
+
constructor(jwtService: JwtService);
|
|
855
|
+
sign<T extends object>(payload: T): Promise<string>;
|
|
856
|
+
parse<T extends object>(token: string): Promise<T>;
|
|
857
|
+
verify<T extends object>(token: string): Promise<T>;
|
|
838
858
|
}
|
|
839
|
-
|
|
840
|
-
|
|
859
|
+
|
|
860
|
+
interface AuthenticationModuleSettings {
|
|
861
|
+
passwordSalt: string;
|
|
862
|
+
jwtSecret: string;
|
|
841
863
|
}
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
864
|
+
type UserPasswordResetTokenPayload = {
|
|
865
|
+
userId: string;
|
|
866
|
+
email: string;
|
|
867
|
+
timestamp: number;
|
|
868
|
+
};
|
|
869
|
+
type EmailVerifyTokenPayload = {
|
|
870
|
+
userId: string;
|
|
871
|
+
email: string;
|
|
872
|
+
timestamp: number;
|
|
873
|
+
};
|
|
874
|
+
declare enum UserRegistrationError {
|
|
875
|
+
UserAlreadyExists = 0
|
|
851
876
|
}
|
|
852
877
|
|
|
853
878
|
declare class PasswordHashingProvider {
|
|
@@ -867,7 +892,7 @@ declare class PasswordHashingProvider {
|
|
|
867
892
|
private buildUserSalt;
|
|
868
893
|
}
|
|
869
894
|
|
|
870
|
-
type CallbackTemplate
|
|
895
|
+
type CallbackTemplate = {
|
|
871
896
|
urlTemplate: string;
|
|
872
897
|
tokenPlaceholder: string;
|
|
873
898
|
};
|
|
@@ -875,12 +900,10 @@ interface UserRegistrationInput<TUserRegistrationInfo, TUserContext extends IUse
|
|
|
875
900
|
email: string;
|
|
876
901
|
password: string;
|
|
877
902
|
registrationInfo: TUserRegistrationInfo;
|
|
878
|
-
callback: CallbackTemplate
|
|
903
|
+
callback: CallbackTemplate;
|
|
879
904
|
context?: TUserContext;
|
|
880
905
|
}
|
|
881
|
-
|
|
882
|
-
UserAlreadyExists = 0
|
|
883
|
-
}
|
|
906
|
+
|
|
884
907
|
declare class UserRegistrationHandler {
|
|
885
908
|
private readonly services;
|
|
886
909
|
private readonly passwordHashingProvider;
|
|
@@ -901,51 +924,10 @@ declare class UserRegistrationHandler {
|
|
|
901
924
|
private resolveUser;
|
|
902
925
|
}
|
|
903
926
|
|
|
904
|
-
type CallbackTemplate = {
|
|
905
|
-
urlTemplate: string;
|
|
906
|
-
tokenPlaceholder: string;
|
|
907
|
-
};
|
|
908
|
-
interface UserPasswordResetRequestInput<TUserContext extends IUserContext> {
|
|
909
|
-
email: string;
|
|
910
|
-
callback: CallbackTemplate;
|
|
911
|
-
context?: TUserContext;
|
|
912
|
-
}
|
|
913
|
-
interface UserPasswordResetRequestResult {
|
|
914
|
-
success: boolean;
|
|
915
|
-
}
|
|
916
|
-
declare class UserPasswordResetRequestHandler {
|
|
917
|
-
private readonly services;
|
|
918
|
-
private readonly emailService;
|
|
919
|
-
private readonly jwtProvider;
|
|
920
|
-
constructor(services: AuthenticationServicesResolver, emailService: EmailService, jwtProvider: JwtProvider);
|
|
921
|
-
execute<TUserContext extends IUserContext>(input: UserPasswordResetRequestInput<TUserContext>): Promise<UserPasswordResetRequestResult>;
|
|
922
|
-
private sendPasswordResetEmail;
|
|
923
|
-
private generatePasswordResetToken;
|
|
924
|
-
private resolveUser;
|
|
925
|
-
}
|
|
926
|
-
|
|
927
|
-
interface UserLoginInput<TUserContext extends IUserContext> {
|
|
928
|
-
userName: string;
|
|
929
|
-
password: string;
|
|
930
|
-
context?: TUserContext;
|
|
931
|
-
}
|
|
932
|
-
interface UserLoginResult {
|
|
933
|
-
token?: string;
|
|
934
|
-
success: boolean;
|
|
935
|
-
}
|
|
936
|
-
declare class UserLoginHandler {
|
|
937
|
-
private readonly services;
|
|
938
|
-
private readonly passwordHashingProvider;
|
|
939
|
-
private readonly jwtProvider;
|
|
940
|
-
constructor(services: AuthenticationServicesResolver, passwordHashingProvider: PasswordHashingProvider, jwtProvider: JwtProvider);
|
|
941
|
-
execute<TUserContext extends IUserContext>(input: UserLoginInput<TUserContext>): Promise<UserLoginResult>;
|
|
942
|
-
private generateUserJwtToken;
|
|
943
|
-
private resolveUser;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
927
|
interface UserDisableInput {
|
|
947
928
|
userId: string;
|
|
948
929
|
}
|
|
930
|
+
|
|
949
931
|
declare class UserDisableHandler {
|
|
950
932
|
private readonly services;
|
|
951
933
|
constructor(services: AuthenticationServicesResolver);
|
|
@@ -955,17 +937,29 @@ declare class UserDisableHandler {
|
|
|
955
937
|
interface UserEnableInput {
|
|
956
938
|
userId: string;
|
|
957
939
|
}
|
|
940
|
+
|
|
958
941
|
declare class UserEnableHandler {
|
|
959
942
|
private readonly services;
|
|
960
943
|
constructor(services: AuthenticationServicesResolver);
|
|
961
944
|
execute(input: UserEnableInput): Promise<void>;
|
|
962
945
|
}
|
|
963
946
|
|
|
947
|
+
declare class UserLoginHandler {
|
|
948
|
+
private readonly services;
|
|
949
|
+
private readonly passwordHashingProvider;
|
|
950
|
+
private readonly jwtProvider;
|
|
951
|
+
constructor(services: AuthenticationServicesResolver, passwordHashingProvider: PasswordHashingProvider, jwtProvider: JwtProvider);
|
|
952
|
+
execute<TUserContext extends IUserContext>(input: UserLoginInput<TUserContext>): Promise<UserLoginResult>;
|
|
953
|
+
private generateUserJwtToken;
|
|
954
|
+
private resolveUser;
|
|
955
|
+
}
|
|
956
|
+
|
|
964
957
|
interface UserPasswordChangeInput {
|
|
965
958
|
userId: string;
|
|
966
959
|
newPassword: string;
|
|
967
960
|
temporary: boolean;
|
|
968
961
|
}
|
|
962
|
+
|
|
969
963
|
declare class UserPasswordChangeHandler {
|
|
970
964
|
private readonly services;
|
|
971
965
|
private readonly passwordHashingProvider;
|
|
@@ -978,6 +972,7 @@ interface UserPasswordResetCompleteInput {
|
|
|
978
972
|
newPassword: string;
|
|
979
973
|
temporary?: boolean;
|
|
980
974
|
}
|
|
975
|
+
|
|
981
976
|
declare class UserPasswordResetCompleteHandler {
|
|
982
977
|
private readonly services;
|
|
983
978
|
private readonly passwordHashingProvider;
|
|
@@ -989,9 +984,21 @@ declare class UserPasswordResetCompleteHandler {
|
|
|
989
984
|
private getUser;
|
|
990
985
|
}
|
|
991
986
|
|
|
987
|
+
declare class UserPasswordResetRequestHandler {
|
|
988
|
+
private readonly services;
|
|
989
|
+
private readonly emailService;
|
|
990
|
+
private readonly jwtProvider;
|
|
991
|
+
constructor(services: AuthenticationServicesResolver, emailService: EmailService, jwtProvider: JwtProvider);
|
|
992
|
+
execute<TUserContext extends IUserContext>(input: UserPasswordResetRequestInput<TUserContext>): Promise<UserPasswordResetRequestResult>;
|
|
993
|
+
private sendPasswordResetEmail;
|
|
994
|
+
private generatePasswordResetToken;
|
|
995
|
+
private resolveUser;
|
|
996
|
+
}
|
|
997
|
+
|
|
992
998
|
interface UserVerifyCompleteInput {
|
|
993
999
|
token: string;
|
|
994
1000
|
}
|
|
1001
|
+
|
|
995
1002
|
declare class UserVerifyCompleteHandler {
|
|
996
1003
|
private readonly services;
|
|
997
1004
|
private readonly jwtProvider;
|
|
@@ -1002,6 +1009,24 @@ declare class UserVerifyCompleteHandler {
|
|
|
1002
1009
|
private getUser;
|
|
1003
1010
|
}
|
|
1004
1011
|
|
|
1012
|
+
declare class UserTokenVerifyHandler {
|
|
1013
|
+
private readonly jwtProvider;
|
|
1014
|
+
constructor(jwtProvider: JwtProvider);
|
|
1015
|
+
execute<TUserContext extends IUserContext>(input: UserTokenVerifyInput): Promise<UserTokenVerifyResult<TUserContext>>;
|
|
1016
|
+
private decodeUserJwtToken;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
declare class UserVerifyRequestHandler {
|
|
1020
|
+
private readonly services;
|
|
1021
|
+
private readonly emailService;
|
|
1022
|
+
private readonly jwtProvider;
|
|
1023
|
+
constructor(services: AuthenticationServicesResolver, emailService: EmailService, jwtProvider: JwtProvider);
|
|
1024
|
+
execute<TUserContext extends IUserContext>(input: UserVerifyRequestInput<TUserContext>): Promise<UserVerifyResetRequestResult>;
|
|
1025
|
+
private sendEmailVerifyEmail;
|
|
1026
|
+
private generateEmailVerifyToken;
|
|
1027
|
+
private resolveUser;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1005
1030
|
declare class AuthenticationService implements IAuthenticationService {
|
|
1006
1031
|
private readonly userDisableHandler;
|
|
1007
1032
|
private readonly userEnableHandler;
|
|
@@ -1032,21 +1057,6 @@ declare class AuthenticationService implements IAuthenticationService {
|
|
|
1032
1057
|
userTokenVerify<TUserContext extends IUserContext>(input: UserTokenVerifyInput): Promise<UserTokenVerifyResult<TUserContext>>;
|
|
1033
1058
|
}
|
|
1034
1059
|
|
|
1035
|
-
interface AuthenticationModuleSettings {
|
|
1036
|
-
passwordSalt: string;
|
|
1037
|
-
jwtSecret: string;
|
|
1038
|
-
}
|
|
1039
|
-
type UserPasswordResetTokenPayload = {
|
|
1040
|
-
userId: string;
|
|
1041
|
-
email: string;
|
|
1042
|
-
timestamp: number;
|
|
1043
|
-
};
|
|
1044
|
-
type EmailVerifyTokenPayload = {
|
|
1045
|
-
userId: string;
|
|
1046
|
-
email: string;
|
|
1047
|
-
timestamp: number;
|
|
1048
|
-
};
|
|
1049
|
-
|
|
1050
1060
|
declare class AuthenticationModule {
|
|
1051
1061
|
static forRoot(input: AuthenticationModuleSettings): DynamicModule;
|
|
1052
1062
|
}
|
|
@@ -1166,4 +1176,4 @@ declare class EntityManagerModule {
|
|
|
1166
1176
|
|
|
1167
1177
|
declare const newUuid: () => string;
|
|
1168
1178
|
|
|
1169
|
-
export { AppExceptionsFilterBase, AppHashingService, AppSessionMiddleware, AppSessionService, AuthenticationEmailTemplates, AuthenticationError, AuthenticationExtensionSymbols, AuthenticationModule, AuthenticationModuleSettings, AuthenticationService, EmailService, EmailTemplateProps, EmailVerifyEmailPayload, EmailVerifyTokenPayload, EntityActionsProps, EntityAdapterProps, EntityAuthMiddlewareProps, EntityConnectorProps, EntityConverterProps, EntityManagerConfigurationError, EntityManagerException, EntityManagerInitializer, EntityManagerModule, EntityManagerProps, EntityManagerRegistry, EntityManagerService, EntityManagerSymbols, EntityManagerUnauthorizedException, EntityNotFoundException, EntityOperationType, EntityOperationUnauthorizedException, EntityProps, EntityQueryBuilderProps, EntityRepositoryProps, FilterExpression, HtmlEmailInput, IAuthenticationContext, IAuthenticationContextProvider, IAuthenticationService, IAuthorizationResult, IEmailProvider, IEmailTemplate, IEmailTemplatesCollection, IEntitiesQueryBuilder, IEntitiesSearchAction, IEntitiesSearchQuery, IEntitiesSearchResults, IEntitiesSearchResultsPaging, IEntityActions, IEntityAdapter, IEntityAuthorizationMiddleware, IEntityConverter, IEntityCreateAction, IEntityCreateCommand, IEntityDeleteAction, IEntityDeleteCommand, IEntityEventsManager, IEntityGetAction, IEntityGetQuery, IEntityManager, IEntityManagerServiceCollection, IEntityManagerServiceRoot, IEntityMapper, IEntityReplicaDeleteManager, IEntityReplicaSyncManager, IEntityRepository, IEntitySearchParameters, IEntitySearchResults, IEntityUpdateAction, IEntityUpdateCommand, IEntityUpsertAction, IEntityUpsertCommand, IReplicasConfiguration, ISearchFilters, ISearchOptions, ISearchRequestPaging, ISearchResultsPaging, ISearchSorting, ISearchSortingField, IUser, IUserContext, IUserOrganization, IUserProfile, IUserService, IUserTokenData, InvalidCredentialsError, ModulesContainerProvider, MultiTenancyModule, MultipleEntitiesFoundException, NestEntityActions, NestEntityAuthorizationMiddleware, NestEntityManager, NestTypeOrmQueryBuilder, NestTypeOrmRepository, OperationTokenMismatchError, PasswordResetEmailPayload, QueryBuilderBase, RegistrationEmailPayload, ReplicaConfiguration, ReplicaOptions, ReplicationMode, RuntimeErrorInformation, SortDirection, SortingType, TemplatedEmailInput, UserPasswordResetTokenPayload, WpAppInitializer, WpEmailTemplate, WpEntity, WpEntityActions, WpEntityAdapter, WpEntityAuthMiddleware, WpEntityConnector, WpEntityConverter, WpEntityManager, WpEntityQueryBuilder, WpEntityRepository, WpUserService, newUuid };
|
|
1179
|
+
export { AppExceptionsFilterBase, AppHashingService, AppSessionMiddleware, AppSessionService, AuthenticationEmailTemplates, AuthenticationError, AuthenticationExtensionSymbols, AuthenticationModule, AuthenticationModuleSettings, AuthenticationService, EmailService, EmailTemplateProps, EmailVerifyEmailPayload, EmailVerifyTokenPayload, EntityActionsProps, EntityAdapterProps, EntityAuthMiddlewareProps, EntityConnectorProps, EntityConverterProps, EntityManagerConfigurationError, EntityManagerException, EntityManagerInitializer, EntityManagerModule, EntityManagerProps, EntityManagerRegistry, EntityManagerService, EntityManagerSymbols, EntityManagerUnauthorizedException, EntityNotFoundException, EntityOperationType, EntityOperationUnauthorizedException, EntityProps, EntityQueryBuilderProps, EntityRepositoryProps, FilterExpression, HtmlEmailInput, IAuthenticationContext, IAuthenticationContextProvider, IAuthenticationService, IAuthorizationResult, IEmailProvider, IEmailTemplate, IEmailTemplatesCollection, IEntitiesQueryBuilder, IEntitiesSearchAction, IEntitiesSearchQuery, IEntitiesSearchResults, IEntitiesSearchResultsPaging, IEntityActions, IEntityAdapter, IEntityAuthorizationMiddleware, IEntityConverter, IEntityCreateAction, IEntityCreateCommand, IEntityDeleteAction, IEntityDeleteCommand, IEntityEventsManager, IEntityGetAction, IEntityGetQuery, IEntityManager, IEntityManagerServiceCollection, IEntityManagerServiceRoot, IEntityMapper, IEntityReplicaDeleteManager, IEntityReplicaSyncManager, IEntityRepository, IEntitySearchParameters, IEntitySearchResults, IEntityUpdateAction, IEntityUpdateCommand, IEntityUpsertAction, IEntityUpsertCommand, IReplicasConfiguration, ISearchFilters, ISearchOptions, ISearchRequestPaging, ISearchResultsPaging, ISearchSorting, ISearchSortingField, IUser, IUserContext, IUserOrganization, IUserProfile, IUserService, IUserTokenData, InvalidCredentialsError, ModulesContainerProvider, MultiTenancyModule, MultipleEntitiesFoundException, NestEntityActions, NestEntityAuthorizationMiddleware, NestEntityManager, NestTypeOrmQueryBuilder, NestTypeOrmRepository, OperationTokenMismatchError, PasswordResetEmailPayload, QueryBuilderBase, RegistrationEmailPayload, ReplicaConfiguration, ReplicaOptions, ReplicationMode, RuntimeErrorInformation, SortDirection, SortingType, TemplatedEmailInput, UserPasswordResetTokenPayload, UserRegistrationError, WpAppInitializer, WpEmailTemplate, WpEntity, WpEntityActions, WpEntityAdapter, WpEntityAuthMiddleware, WpEntityConnector, WpEntityConverter, WpEntityManager, WpEntityQueryBuilder, WpEntityRepository, WpUserService, newUuid };
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|