vector-shared 1.1.328 → 1.1.330
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/tsconfig.tsbuildinfo +1 -1
- package/dist/types/core/advert-source.type.d.ts +1 -1
- package/dist/types/core/apartment-complex-image.type.d.ts +4 -4
- package/dist/types/core/apartment-complex.type.d.ts +4 -4
- package/dist/types/core/attention-required.type.d.ts +1 -1
- package/dist/types/core/attribute-representation.type.d.ts +1 -1
- package/dist/types/core/build-company.type.d.ts +3 -3
- package/dist/types/core/call-redirect.type.d.ts +1 -1
- package/dist/types/core/call.type.d.ts +4 -4
- package/dist/types/core/customer-bucket.type.d.ts +2 -2
- package/dist/types/core/customer-call.type.d.ts +2 -2
- package/dist/types/core/customer-phone.type.d.ts +1 -1
- package/dist/types/core/customer-property.type.d.ts +4 -4
- package/dist/types/core/customer-request-selection.type.d.ts +1 -1
- package/dist/types/core/customer-request.type.d.ts +4 -4
- package/dist/types/core/customer.type.d.ts +6 -6
- package/dist/types/core/deal-document.type.d.ts +1 -1
- package/dist/types/core/deal-participant.type.d.ts +6 -6
- package/dist/types/core/deal-transaction.type.d.ts +3 -3
- package/dist/types/core/deal-type-percentage.type.d.ts +1 -1
- package/dist/types/core/deal.type.d.ts +17 -17
- package/dist/types/core/duty.type.d.ts +5 -5
- package/dist/types/core/employee-norm.type.d.ts +2 -2
- package/dist/types/core/feedback-file.type.d.ts +4 -4
- package/dist/types/core/feedback-view.type.d.ts +4 -4
- package/dist/types/core/feedback.type.d.ts +6 -6
- package/dist/types/core/flat.type.d.ts +3 -3
- package/dist/types/core/floor.type.d.ts +3 -3
- package/dist/types/core/geo-topzone.type.d.ts +2 -2
- package/dist/types/core/handling-listening.type.d.ts +4 -4
- package/dist/types/core/handling.type.d.ts +8 -8
- package/dist/types/core/mismatch-aggregate.type.d.ts +1 -1
- package/dist/types/core/mismatch-decision.type.d.ts +3 -3
- package/dist/types/core/mismatch-report.type.d.ts +3 -3
- package/dist/types/core/notification.type.d.ts +1 -1
- package/dist/types/core/office-center.type.d.ts +1 -1
- package/dist/types/core/office.type.d.ts +1 -1
- package/dist/types/core/property-document.type.d.ts +1 -1
- package/dist/types/core/property-image.type.d.ts +2 -2
- package/dist/types/core/reaction.type.d.ts +1 -1
- package/dist/types/core/realtor-number.type.d.ts +4 -4
- package/dist/types/core/representation.type.d.ts +1 -1
- package/dist/types/core/request-presentation-property.type.d.ts +2 -2
- package/dist/types/core/request-presentation.type.d.ts +1 -1
- package/dist/types/core/request-property.type.d.ts +2 -2
- package/dist/types/core/role-permission-group.type.d.ts +2 -2
- package/dist/types/core/telegram-chat.type.d.ts +2 -2
- package/dist/types/core/telegram-message.type.d.ts +3 -3
- package/dist/types/core/template-comment-reaction.type.d.ts +1 -1
- package/dist/types/core/template-comment.type.d.ts +2 -2
- package/dist/types/core/template-office.type.d.ts +2 -2
- package/dist/types/core/template-participant.type.d.ts +2 -2
- package/dist/types/core/template-reaction.type.d.ts +1 -1
- package/dist/types/core/template-representation.type.d.ts +2 -2
- package/dist/types/core/template-role.type.d.ts +2 -2
- package/dist/types/core/template-view.type.d.ts +2 -2
- package/dist/types/core/user-action-log.type.d.ts +1 -1
- package/dist/types/core/user-attorney.type.d.ts +2 -2
- package/dist/types/core/user-office.type.d.ts +2 -2
- package/dist/types/core/user-permission.type.d.ts +2 -2
- package/dist/types/core/user-phone.type.d.ts +1 -1
- package/dist/types/core/user-points-change.type.d.ts +5 -5
- package/dist/types/core/user-profile.type.d.ts +3 -3
- package/dist/types/core/user.type.d.ts +1 -1
- package/dist/types/core/x-customer-notification.type.d.ts +1 -1
- package/package.json +1 -1
- package/types/core/advert-source.type.ts +1 -1
- package/types/core/apartment-complex-image.type.ts +4 -4
- package/types/core/apartment-complex.type.ts +4 -4
- package/types/core/attention-required.type.ts +1 -1
- package/types/core/attribute-representation.type.ts +1 -1
- package/types/core/build-company.type.ts +3 -3
- package/types/core/call-redirect.type.ts +1 -1
- package/types/core/call.type.ts +4 -4
- package/types/core/customer-bucket.type.ts +2 -2
- package/types/core/customer-call.type.ts +2 -2
- package/types/core/customer-phone.type.ts +1 -1
- package/types/core/customer-property.type.ts +4 -4
- package/types/core/customer-request-selection.type.ts +1 -1
- package/types/core/customer-request.type.ts +4 -4
- package/types/core/customer.type.ts +6 -6
- package/types/core/deal-document.type.ts +1 -1
- package/types/core/deal-participant.type.ts +6 -6
- package/types/core/deal-transaction.type.ts +3 -3
- package/types/core/deal-type-percentage.type.ts +1 -1
- package/types/core/deal.type.ts +17 -18
- package/types/core/duty.type.ts +5 -5
- package/types/core/employee-norm.type.ts +2 -2
- package/types/core/feedback-file.type.ts +4 -4
- package/types/core/feedback-view.type.ts +4 -4
- package/types/core/feedback.type.ts +6 -6
- package/types/core/flat.type.ts +3 -3
- package/types/core/floor.type.ts +3 -3
- package/types/core/geo-topzone.type.ts +2 -2
- package/types/core/handling-listening.type.ts +4 -4
- package/types/core/handling.type.ts +8 -8
- package/types/core/mismatch-aggregate.type.ts +1 -1
- package/types/core/mismatch-decision.type.ts +3 -3
- package/types/core/mismatch-report.type.ts +3 -3
- package/types/core/notification.type.ts +1 -1
- package/types/core/office-center.type.ts +1 -1
- package/types/core/office.type.ts +1 -1
- package/types/core/property-document.type.ts +1 -1
- package/types/core/property-image.type.ts +2 -2
- package/types/core/reaction.type.ts +1 -1
- package/types/core/realtor-number.type.ts +4 -4
- package/types/core/representation.type.ts +1 -1
- package/types/core/request-presentation-property.type.ts +2 -2
- package/types/core/request-presentation.type.ts +1 -1
- package/types/core/request-property.type.ts +2 -2
- package/types/core/role-permission-group.type.ts +2 -2
- package/types/core/telegram-chat.type.ts +2 -2
- package/types/core/telegram-message.type.ts +3 -3
- package/types/core/template-comment-reaction.type.ts +1 -1
- package/types/core/template-comment.type.ts +2 -2
- package/types/core/template-office.type.ts +2 -2
- package/types/core/template-participant.type.ts +2 -2
- package/types/core/template-reaction.type.ts +1 -1
- package/types/core/template-representation.type.ts +2 -2
- package/types/core/template-role.type.ts +2 -2
- package/types/core/template-view.type.ts +2 -2
- package/types/core/user-action-log.type.ts +1 -1
- package/types/core/user-attorney.type.ts +2 -2
- package/types/core/user-office.type.ts +2 -2
- package/types/core/user-permission.type.ts +2 -2
- package/types/core/user-phone.type.ts +1 -1
- package/types/core/user-points-change.type.ts +5 -5
- package/types/core/user-profile.type.ts +3 -3
- package/types/core/user.type.ts +1 -1
- package/types/core/x-customer-notification.type.ts +1 -1
package/types/core/floor.type.ts
CHANGED
|
@@ -5,9 +5,9 @@ import { FlatEntity } from './flat.type';
|
|
|
5
5
|
|
|
6
6
|
export type FloorEntity = BaseEntity & {
|
|
7
7
|
floorNumber: number;
|
|
8
|
-
imageId
|
|
8
|
+
imageId?: number;
|
|
9
9
|
plan?: ImageEntity;
|
|
10
|
-
flats
|
|
11
|
-
sectionId
|
|
10
|
+
flats?: FlatEntity[];
|
|
11
|
+
sectionId?: number;
|
|
12
12
|
section?: SectionEntity;
|
|
13
13
|
};
|
|
@@ -2,9 +2,9 @@ import { UserEntity } from './user.type';
|
|
|
2
2
|
import { HandlingEntity } from './handling.type';
|
|
3
3
|
|
|
4
4
|
export type HandlingListeningEntity = {
|
|
5
|
-
userId
|
|
6
|
-
user
|
|
7
|
-
handlingId
|
|
8
|
-
handling
|
|
5
|
+
userId?: number;
|
|
6
|
+
user?: UserEntity;
|
|
7
|
+
handlingId?: number;
|
|
8
|
+
handling?: HandlingEntity;
|
|
9
9
|
createdAt: Date;
|
|
10
10
|
};
|
|
@@ -11,7 +11,7 @@ import { UserPointsChangeEntity } from './user-points-change.type';
|
|
|
11
11
|
export type HandlingEntity = BaseEntity & {
|
|
12
12
|
isBlackList: boolean;
|
|
13
13
|
archiveAnnotation: string | null;
|
|
14
|
-
callId
|
|
14
|
+
callId?: number;
|
|
15
15
|
type: number;
|
|
16
16
|
recipient: number;
|
|
17
17
|
readAt: string | null;
|
|
@@ -19,13 +19,13 @@ export type HandlingEntity = BaseEntity & {
|
|
|
19
19
|
name: string;
|
|
20
20
|
country: string;
|
|
21
21
|
phoneNumber: string;
|
|
22
|
-
realtorId
|
|
23
|
-
createdById
|
|
24
|
-
handledById
|
|
25
|
-
requestId
|
|
26
|
-
propertyId
|
|
27
|
-
sourceId
|
|
28
|
-
archiveReasonId
|
|
22
|
+
realtorId?: number;
|
|
23
|
+
createdById?: number;
|
|
24
|
+
handledById?: number;
|
|
25
|
+
requestId?: number;
|
|
26
|
+
propertyId?: number;
|
|
27
|
+
sourceId?: number;
|
|
28
|
+
archiveReasonId?: number;
|
|
29
29
|
archiveReason?: ArchiveReasonEntity;
|
|
30
30
|
customerProperty?: CustomerPropertyEntity;
|
|
31
31
|
source?: AdvertSourceEntity;
|
|
@@ -6,9 +6,9 @@ import { MismatchReasonEntity } from './mismatch-reason.type';
|
|
|
6
6
|
export type MismatchDecisionEntity = BaseEntity & {
|
|
7
7
|
comment: string;
|
|
8
8
|
customerProperty?: CustomerPropertyEntity;
|
|
9
|
-
customerPropertyId
|
|
9
|
+
customerPropertyId?: number;
|
|
10
10
|
submittedAs?: UserEntity;
|
|
11
|
-
submittedAsId
|
|
11
|
+
submittedAsId?: number;
|
|
12
12
|
reason?: MismatchReasonEntity;
|
|
13
|
-
reasonId
|
|
13
|
+
reasonId?: number;
|
|
14
14
|
};
|
|
@@ -5,10 +5,10 @@ import { CustomerPropertyEntity } from './customer-property.type';
|
|
|
5
5
|
|
|
6
6
|
export type MismatchReportEntity = BaseEntity & {
|
|
7
7
|
submittedAs?: UserEntity;
|
|
8
|
-
submittedAsId
|
|
8
|
+
submittedAsId?: number;
|
|
9
9
|
reason?: MismatchReasonEntity;
|
|
10
|
-
reasonId
|
|
10
|
+
reasonId?: number;
|
|
11
11
|
customerProperty?: CustomerPropertyEntity;
|
|
12
|
-
customerPropertyId
|
|
12
|
+
customerPropertyId?: number;
|
|
13
13
|
isActive: boolean;
|
|
14
14
|
};
|
|
@@ -20,7 +20,7 @@ export type OfficeEntity = BaseEntity & {
|
|
|
20
20
|
isAgency: boolean;
|
|
21
21
|
serviceConfig: ServiceConfig;
|
|
22
22
|
contacts: OfficeContacts;
|
|
23
|
-
officeCenterId
|
|
23
|
+
officeCenterId?: number;
|
|
24
24
|
customerBucketScope: CustomerBucketScope;
|
|
25
25
|
users?: UserOfficeEntity[];
|
|
26
26
|
officeCenter?: OfficeCenterEntity;
|
|
@@ -7,8 +7,8 @@ export type PropertyImageEntity = UniqueIdEntity & {
|
|
|
7
7
|
category: ImageCategory;
|
|
8
8
|
showOnSite: boolean;
|
|
9
9
|
isMain: boolean;
|
|
10
|
-
imageId
|
|
10
|
+
imageId?: number;
|
|
11
11
|
image?: ImageEntity;
|
|
12
|
-
propertyId
|
|
12
|
+
propertyId?: number;
|
|
13
13
|
property?: CustomerPropertyEntity;
|
|
14
14
|
};
|
|
@@ -4,8 +4,8 @@ import { OfficeEntity } from './office.type';
|
|
|
4
4
|
|
|
5
5
|
export type RealtorNumberEntity = UniqueIdEntity & {
|
|
6
6
|
value: number;
|
|
7
|
-
officeId
|
|
8
|
-
office
|
|
9
|
-
userId
|
|
10
|
-
user
|
|
7
|
+
officeId?: number;
|
|
8
|
+
office?: OfficeEntity;
|
|
9
|
+
userId?: number;
|
|
10
|
+
user?: UserEntity;
|
|
11
11
|
};
|
|
@@ -3,9 +3,9 @@ import { RequestPresentationEntity } from './request-presentation.type';
|
|
|
3
3
|
import { CustomerPropertyEntity } from './customer-property.type';
|
|
4
4
|
|
|
5
5
|
export type RequestPresentationPropertyEntity = BaseEntity & {
|
|
6
|
-
presentationId
|
|
6
|
+
presentationId?: number;
|
|
7
7
|
presentation?: RequestPresentationEntity;
|
|
8
|
-
propertyId
|
|
8
|
+
propertyId?: number;
|
|
9
9
|
property?: CustomerPropertyEntity;
|
|
10
10
|
isMain?: boolean;
|
|
11
11
|
};
|
|
@@ -3,7 +3,7 @@ import { RequestPresentationPropertyEntity } from './request-presentation-proper
|
|
|
3
3
|
import { CustomerRequestSelectionEntity } from './customer-request-selection.type';
|
|
4
4
|
|
|
5
5
|
export type RequestPresentationEntity = UniqueIdEntity & {
|
|
6
|
-
requestSelectionId
|
|
6
|
+
requestSelectionId?: number;
|
|
7
7
|
requestSelection?: CustomerRequestSelectionEntity;
|
|
8
8
|
properties: RequestPresentationPropertyEntity[];
|
|
9
9
|
createdAt: Date | null;
|
|
@@ -3,9 +3,9 @@ import { CustomerPropertyEntity } from './customer-property.type';
|
|
|
3
3
|
import { CustomerRequestSelectionEntity } from './customer-request-selection.type';
|
|
4
4
|
|
|
5
5
|
export type RequestPropertyEntity = BaseEntity & {
|
|
6
|
-
requestSelectionId
|
|
6
|
+
requestSelectionId?: number;
|
|
7
7
|
requestSelection?: CustomerRequestSelectionEntity;
|
|
8
|
-
propertyId
|
|
8
|
+
propertyId?: number;
|
|
9
9
|
customerProperty?: CustomerPropertyEntity;
|
|
10
10
|
isAddedManually: boolean;
|
|
11
11
|
isRejected: boolean;
|
|
@@ -3,8 +3,8 @@ import { RoleEntity } from './role.type';
|
|
|
3
3
|
import { PermissionEntity } from './permission.type';
|
|
4
4
|
|
|
5
5
|
export type RolePermissionGroupEntity = UniqueIdEntity & {
|
|
6
|
-
roleId
|
|
6
|
+
roleId?: number;
|
|
7
7
|
role?: RoleEntity;
|
|
8
|
-
permissionId
|
|
8
|
+
permissionId?: number;
|
|
9
9
|
permission?: PermissionEntity;
|
|
10
10
|
};
|
|
@@ -2,8 +2,8 @@ import { TelegramMessageEntity } from './telegram-message.type';
|
|
|
2
2
|
import { RepresentationEntity } from './representation.type';
|
|
3
3
|
|
|
4
4
|
export type TelegramChatEntity = {
|
|
5
|
-
chatId
|
|
6
|
-
representationId
|
|
5
|
+
chatId?: number;
|
|
6
|
+
representationId?: number;
|
|
7
7
|
representation?: RepresentationEntity;
|
|
8
8
|
messages?: TelegramMessageEntity[];
|
|
9
9
|
};
|
|
@@ -2,10 +2,10 @@ import { TelegramChatEntity } from './telegram-chat.type';
|
|
|
2
2
|
import { CustomerPropertyEntity } from './customer-property.type';
|
|
3
3
|
|
|
4
4
|
export type TelegramMessageEntity = {
|
|
5
|
-
messageId
|
|
6
|
-
chatId
|
|
5
|
+
messageId?: number;
|
|
6
|
+
chatId?: number;
|
|
7
7
|
chat?: TelegramChatEntity;
|
|
8
|
-
propertyId
|
|
8
|
+
propertyId?: number;
|
|
9
9
|
property?: CustomerPropertyEntity;
|
|
10
10
|
isMain: boolean;
|
|
11
11
|
};
|
|
@@ -5,9 +5,9 @@ import { TemplateCommentReactionEntity } from './template-comment-reaction.type'
|
|
|
5
5
|
|
|
6
6
|
export type TemplateCommentEntity = BaseEntity & {
|
|
7
7
|
text: string;
|
|
8
|
-
userId
|
|
8
|
+
userId?: number;
|
|
9
9
|
user?: UserEntity;
|
|
10
|
-
templateId
|
|
10
|
+
templateId?: number;
|
|
11
11
|
template?: TemplateEntity;
|
|
12
12
|
parentId: number | null;
|
|
13
13
|
parent?: TemplateCommentEntity;
|
|
@@ -3,8 +3,8 @@ import { TemplateEntity } from './template.type';
|
|
|
3
3
|
import { OfficeEntity } from './office.type';
|
|
4
4
|
|
|
5
5
|
export type TemplateOfficeEntity = UniqueIdEntity & {
|
|
6
|
-
templateId
|
|
7
|
-
officeId
|
|
6
|
+
templateId?: number;
|
|
7
|
+
officeId?: number;
|
|
8
8
|
template?: TemplateEntity;
|
|
9
9
|
office?: OfficeEntity;
|
|
10
10
|
};
|
|
@@ -3,8 +3,8 @@ import { UserEntity } from './user.type';
|
|
|
3
3
|
import { TemplateEntity } from './template.type';
|
|
4
4
|
|
|
5
5
|
export type TemplateParticipantEntity = BaseEntity & {
|
|
6
|
-
userId
|
|
7
|
-
templateId
|
|
6
|
+
userId?: number;
|
|
7
|
+
templateId?: number;
|
|
8
8
|
user?: UserEntity;
|
|
9
9
|
template?: TemplateEntity;
|
|
10
10
|
};
|
|
@@ -3,8 +3,8 @@ import { TemplateEntity } from './template.type';
|
|
|
3
3
|
import { RepresentationEntity } from './representation.type';
|
|
4
4
|
|
|
5
5
|
export type TemplateRepresentationEntity = UniqueIdEntity & {
|
|
6
|
-
templateId
|
|
7
|
-
representationId
|
|
6
|
+
templateId?: number;
|
|
7
|
+
representationId?: number;
|
|
8
8
|
template?: TemplateEntity;
|
|
9
9
|
representation?: RepresentationEntity;
|
|
10
10
|
};
|
|
@@ -3,8 +3,8 @@ import { TemplateEntity } from './template.type';
|
|
|
3
3
|
import { RoleEntity } from './role.type';
|
|
4
4
|
|
|
5
5
|
export type TemplateRoleEntity = UniqueIdEntity & {
|
|
6
|
-
templateId
|
|
7
|
-
roleId
|
|
6
|
+
templateId?: number;
|
|
7
|
+
roleId?: number;
|
|
8
8
|
template?: TemplateEntity;
|
|
9
9
|
role?: RoleEntity;
|
|
10
10
|
};
|
|
@@ -3,8 +3,8 @@ import { UserEntity } from './user.type';
|
|
|
3
3
|
import { TemplateEntity } from './template.type';
|
|
4
4
|
|
|
5
5
|
export type TemplateViewEntity = BaseEntity & {
|
|
6
|
-
userId
|
|
7
|
-
templateId
|
|
6
|
+
userId?: number;
|
|
7
|
+
templateId?: number;
|
|
8
8
|
user?: UserEntity;
|
|
9
9
|
template?: TemplateEntity;
|
|
10
10
|
};
|
|
@@ -9,8 +9,8 @@ export type UserAttorneyEntity = BaseEntity & {
|
|
|
9
9
|
vchasnoApiKey: string | null;
|
|
10
10
|
vchasnoEmail: string | null;
|
|
11
11
|
vchasnoInn: string | null;
|
|
12
|
-
userId
|
|
13
|
-
attorneyId
|
|
12
|
+
userId?: number;
|
|
13
|
+
attorneyId?: number;
|
|
14
14
|
fullName: string;
|
|
15
15
|
edrpou: string;
|
|
16
16
|
inn: string;
|
|
@@ -3,8 +3,8 @@ import { UserEntity } from './user.type';
|
|
|
3
3
|
import { OfficeEntity } from './office.type';
|
|
4
4
|
|
|
5
5
|
export type UserOfficeEntity = UniqueIdEntity & {
|
|
6
|
-
userId
|
|
7
|
-
officeId
|
|
6
|
+
userId?: number;
|
|
7
|
+
officeId?: number;
|
|
8
8
|
user?: UserEntity;
|
|
9
9
|
office?: OfficeEntity;
|
|
10
10
|
isPrimary: boolean;
|
|
@@ -4,8 +4,8 @@ import { PermissionEntity } from './permission.type';
|
|
|
4
4
|
|
|
5
5
|
export type UserPermissionEntity = BaseEntity & {
|
|
6
6
|
isEnabled: boolean;
|
|
7
|
-
userId
|
|
8
|
-
permissionId
|
|
7
|
+
userId?: number;
|
|
8
|
+
permissionId?: number;
|
|
9
9
|
user?: UserEntity;
|
|
10
10
|
permission?: PermissionEntity;
|
|
11
11
|
};
|
|
@@ -9,11 +9,11 @@ import { CustomerRequestEntity } from './customer-request.type';
|
|
|
9
9
|
export type UserPointsChangeEntity = BaseEntity & {
|
|
10
10
|
amount: number;
|
|
11
11
|
event: UserPointsEvent;
|
|
12
|
-
userId
|
|
13
|
-
handlingId
|
|
14
|
-
propertyId
|
|
15
|
-
customerId
|
|
16
|
-
requestId
|
|
12
|
+
userId?: number;
|
|
13
|
+
handlingId?: number | null;
|
|
14
|
+
propertyId?: number | null;
|
|
15
|
+
customerId?: number | null;
|
|
16
|
+
requestId?: number | null;
|
|
17
17
|
user?: UserEntity;
|
|
18
18
|
handling?: HandlingEntity;
|
|
19
19
|
property?: CustomerPropertyEntity;
|
|
@@ -38,9 +38,9 @@ export type UserProfileEntity = BaseEntity & {
|
|
|
38
38
|
children?: Children[];
|
|
39
39
|
married: boolean;
|
|
40
40
|
showPropertyDescription: boolean;
|
|
41
|
-
categoryId
|
|
42
|
-
userId
|
|
43
|
-
sourceId
|
|
41
|
+
categoryId?: number;
|
|
42
|
+
userId?: number;
|
|
43
|
+
sourceId?: number;
|
|
44
44
|
category?: NormCategoryEntity;
|
|
45
45
|
user?: UserEntity;
|
|
46
46
|
source?: AdvertSourceEntity;
|
package/types/core/user.type.ts
CHANGED
|
@@ -48,7 +48,7 @@ export type UserEntity = BaseEntity & {
|
|
|
48
48
|
syncUserContacts: boolean;
|
|
49
49
|
syncBuyerContacts: boolean;
|
|
50
50
|
syncSellerContacts: boolean;
|
|
51
|
-
roleId
|
|
51
|
+
roleId?: number;
|
|
52
52
|
profile?: UserProfileEntity;
|
|
53
53
|
role?: RoleEntity;
|
|
54
54
|
permissions?: UserPermissionEntity[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseEntity, CustomerRequestEntity } from './index';
|
|
2
2
|
|
|
3
3
|
export type XCustomerNotificationEntity = BaseEntity & {
|
|
4
|
-
customerRequestId
|
|
4
|
+
customerRequestId?: number;
|
|
5
5
|
customerRequest: CustomerRequestEntity;
|
|
6
6
|
shouldSendNotification: boolean;
|
|
7
7
|
lastNotificationSentAt?: Date;
|