@feresmeryas/microservices-common 1.5.47 → 1.5.48
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/index.d.mts +18 -1
- package/dist/index.d.ts +18 -1
- package/dist/index.js +639 -458
- package/dist/index.mjs +625 -448
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -152,6 +152,23 @@ declare class CreateReportDto {
|
|
|
152
152
|
description: string;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
+
declare class CreateProfessionalDetailDto {
|
|
156
|
+
key: ProfessionalDetailKey;
|
|
157
|
+
value: string;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
declare class CreateProfessionalProfileDto {
|
|
161
|
+
businessSector: BusinessSector;
|
|
162
|
+
bio?: string;
|
|
163
|
+
companyName?: string;
|
|
164
|
+
website?: string;
|
|
165
|
+
availabilityStatus?: string;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
declare class UpdateProfessionalDetailDto {
|
|
169
|
+
value?: string;
|
|
170
|
+
}
|
|
171
|
+
|
|
155
172
|
declare class DeleteFileDto {
|
|
156
173
|
fileUrl: string;
|
|
157
174
|
}
|
|
@@ -418,4 +435,4 @@ declare class SearchTagsDto {
|
|
|
418
435
|
name: string;
|
|
419
436
|
}
|
|
420
437
|
|
|
421
|
-
export { BusinessSector, CommentFields, CommentLikeResponseDto, CommentResponseDto, CommentTreeDto, CreateCommentDto, CreateOrGetTagDto, CreatePostDto, CreatePostFileDto, CreateReportDto, CreateUserDto, CreateUserFireBaseDto, DeleteFileDto, type DeviceInfo, EmailParamDto, FileCategory, FileResponseDto, FindAllUsersDto, FindByRoleDto, ForgotPasswordDto, GetTagsBySectorDto, type IStorageProvider, LikeCommentDto, LikePostDto, LoginLocalDTO, PaginatedCommentLikesDto, PaginatedCommentsDto, PaginatedPostLikesDto, PaginatedPostsDto, PaginatedPostsSelfDto, PostFields, PostFileDto, PostLikeResponseDto, PostResponseDto, PostResponseSelfDto, ProfessionalProfileResponseDto, ReactionType, ReorderDto, ReportCategory, ReportStatus, ResetPasswordDto, RoleName, SearchTagsDto, SearchUsersByFullNameDTO, TagResponseDto, UpdateCommentDto, UpdatePasswordDto, UpdatePostDto, UpdateProfessionalProfileDto, UpdateUserDto, UploadFileDto, type UploadedFile, UserResponseDto, UserType };
|
|
438
|
+
export { BusinessSector, CommentFields, CommentLikeResponseDto, CommentResponseDto, CommentTreeDto, CreateCommentDto, CreateOrGetTagDto, CreatePostDto, CreatePostFileDto, CreateProfessionalDetailDto, CreateProfessionalProfileDto, CreateReportDto, CreateUserDto, CreateUserFireBaseDto, DeleteFileDto, type DeviceInfo, EmailParamDto, FileCategory, FileResponseDto, FindAllUsersDto, FindByRoleDto, ForgotPasswordDto, GetTagsBySectorDto, type IStorageProvider, LikeCommentDto, LikePostDto, LoginLocalDTO, PaginatedCommentLikesDto, PaginatedCommentsDto, PaginatedPostLikesDto, PaginatedPostsDto, PaginatedPostsSelfDto, PostFields, PostFileDto, PostLikeResponseDto, PostResponseDto, PostResponseSelfDto, ProfessionalDetailKey, ProfessionalProfileResponseDto, ReactionType, ReorderDto, ReportCategory, ReportStatus, ResetPasswordDto, RoleName, SearchTagsDto, SearchUsersByFullNameDTO, TagResponseDto, UpdateCommentDto, UpdatePasswordDto, UpdatePostDto, UpdateProfessionalDetailDto, UpdateProfessionalProfileDto, UpdateUserDto, UploadFileDto, type UploadedFile, UserResponseDto, UserType };
|
package/dist/index.d.ts
CHANGED
|
@@ -152,6 +152,23 @@ declare class CreateReportDto {
|
|
|
152
152
|
description: string;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
+
declare class CreateProfessionalDetailDto {
|
|
156
|
+
key: ProfessionalDetailKey;
|
|
157
|
+
value: string;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
declare class CreateProfessionalProfileDto {
|
|
161
|
+
businessSector: BusinessSector;
|
|
162
|
+
bio?: string;
|
|
163
|
+
companyName?: string;
|
|
164
|
+
website?: string;
|
|
165
|
+
availabilityStatus?: string;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
declare class UpdateProfessionalDetailDto {
|
|
169
|
+
value?: string;
|
|
170
|
+
}
|
|
171
|
+
|
|
155
172
|
declare class DeleteFileDto {
|
|
156
173
|
fileUrl: string;
|
|
157
174
|
}
|
|
@@ -418,4 +435,4 @@ declare class SearchTagsDto {
|
|
|
418
435
|
name: string;
|
|
419
436
|
}
|
|
420
437
|
|
|
421
|
-
export { BusinessSector, CommentFields, CommentLikeResponseDto, CommentResponseDto, CommentTreeDto, CreateCommentDto, CreateOrGetTagDto, CreatePostDto, CreatePostFileDto, CreateReportDto, CreateUserDto, CreateUserFireBaseDto, DeleteFileDto, type DeviceInfo, EmailParamDto, FileCategory, FileResponseDto, FindAllUsersDto, FindByRoleDto, ForgotPasswordDto, GetTagsBySectorDto, type IStorageProvider, LikeCommentDto, LikePostDto, LoginLocalDTO, PaginatedCommentLikesDto, PaginatedCommentsDto, PaginatedPostLikesDto, PaginatedPostsDto, PaginatedPostsSelfDto, PostFields, PostFileDto, PostLikeResponseDto, PostResponseDto, PostResponseSelfDto, ProfessionalProfileResponseDto, ReactionType, ReorderDto, ReportCategory, ReportStatus, ResetPasswordDto, RoleName, SearchTagsDto, SearchUsersByFullNameDTO, TagResponseDto, UpdateCommentDto, UpdatePasswordDto, UpdatePostDto, UpdateProfessionalProfileDto, UpdateUserDto, UploadFileDto, type UploadedFile, UserResponseDto, UserType };
|
|
438
|
+
export { BusinessSector, CommentFields, CommentLikeResponseDto, CommentResponseDto, CommentTreeDto, CreateCommentDto, CreateOrGetTagDto, CreatePostDto, CreatePostFileDto, CreateProfessionalDetailDto, CreateProfessionalProfileDto, CreateReportDto, CreateUserDto, CreateUserFireBaseDto, DeleteFileDto, type DeviceInfo, EmailParamDto, FileCategory, FileResponseDto, FindAllUsersDto, FindByRoleDto, ForgotPasswordDto, GetTagsBySectorDto, type IStorageProvider, LikeCommentDto, LikePostDto, LoginLocalDTO, PaginatedCommentLikesDto, PaginatedCommentsDto, PaginatedPostLikesDto, PaginatedPostsDto, PaginatedPostsSelfDto, PostFields, PostFileDto, PostLikeResponseDto, PostResponseDto, PostResponseSelfDto, ProfessionalDetailKey, ProfessionalProfileResponseDto, ReactionType, ReorderDto, ReportCategory, ReportStatus, ResetPasswordDto, RoleName, SearchTagsDto, SearchUsersByFullNameDTO, TagResponseDto, UpdateCommentDto, UpdatePasswordDto, UpdatePostDto, UpdateProfessionalDetailDto, UpdateProfessionalProfileDto, UpdateUserDto, UploadFileDto, type UploadedFile, UserResponseDto, UserType };
|