vector-shared 1.1.496 → 1.1.498

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.
Files changed (32) hide show
  1. package/dist/tsconfig.tsbuildinfo +1 -1
  2. package/dist/types/core/deal-type.type.d.ts +1 -0
  3. package/dist/types/core/notary.type.d.ts +1 -0
  4. package/dist/types/index.d.ts +2 -1
  5. package/dist/types/index.js +6 -2
  6. package/dist/types/index.js.map +1 -1
  7. package/dist/types/snapshot/apartment-complex.snapshot.d.ts +5 -29
  8. package/dist/types/snapshot/apartment-complex.snapshot.js +6 -0
  9. package/dist/types/snapshot/apartment-complex.snapshot.js.map +1 -1
  10. package/dist/types/snapshot/customer-property.snapshot.d.ts +1 -0
  11. package/dist/types/snapshot/customer-request.snapshot.d.ts +0 -1
  12. package/dist/types/snapshot/customer.snapshot.d.ts +0 -3
  13. package/dist/types/snapshot/deal.snapshot.d.ts +15 -62
  14. package/dist/types/snapshot/index.d.ts +1 -0
  15. package/dist/types/snapshot/index.js +1 -0
  16. package/dist/types/snapshot/index.js.map +1 -1
  17. package/dist/types/snapshot/notary.snapshot.d.ts +10 -0
  18. package/dist/types/snapshot/notary.snapshot.js +3 -0
  19. package/dist/types/snapshot/notary.snapshot.js.map +1 -0
  20. package/dist/types/snapshot/office.snapshot.d.ts +2 -2
  21. package/dist/types/snapshot/supported-aggregate-type.enum.d.ts +2 -2
  22. package/dist/types/snapshot/supported-aggregate-type.enum.js +1 -1
  23. package/dist/types/snapshot/supported-aggregate-type.enum.js.map +1 -1
  24. package/dist/types/snapshot/user.snapshot.d.ts +2 -7
  25. package/dist/types/snapshot-builder/snapshot-builder.type.d.ts +2 -2
  26. package/dist/types/user-profile/index.d.ts +1 -0
  27. package/dist/types/user-profile/index.js +3 -0
  28. package/dist/types/user-profile/index.js.map +1 -1
  29. package/dist/types/user-profile/user-category.enum.d.ts +13 -0
  30. package/dist/types/user-profile/user-category.enum.js +18 -0
  31. package/dist/types/user-profile/user-category.enum.js.map +1 -0
  32. package/package.json +1 -1
@@ -3,6 +3,7 @@ import { MultiLanguage } from '../common/multi-language-column.type';
3
3
  import { DealEntity } from './deal.type';
4
4
  import { DealTypePercentageEntity } from './deal-type-percentage.type';
5
5
  export type DealTypeEntity = BaseEntity & {
6
+ globalId: string;
6
7
  deals?: DealEntity[];
7
8
  name: MultiLanguage;
8
9
  weight: number;
@@ -4,6 +4,7 @@ import { DealEntity } from './deal.type';
4
4
  import { MultiLanguage } from '../common';
5
5
  import { NotaryContacts } from '../notary';
6
6
  export type NotaryEntity = BaseEntity & {
7
+ globalId: string;
7
8
  deals?: DealEntity[];
8
9
  geoId?: number | null;
9
10
  geo?: GeoEntity;
@@ -34,6 +34,7 @@ export { Socials } from './user-profile/socials.type';
34
34
  export { PreviousJob } from './user-profile/prev-jobs.type';
35
35
  export { Education } from './user-profile/education.type';
36
36
  export { Children } from './user-profile/children.type';
37
+ export { UserCategoryEnum } from './user-profile/user-category.enum';
37
38
  export { Point } from './common/point.type';
38
39
  export { NotaryContacts } from './notary/notary-contacts.type';
39
40
  export { DealBuyerDto } from './deal/deal-buyer.type';
@@ -71,7 +72,7 @@ export { CustomerPropertyDuplicateStatusEnum } from './customer-property/propert
71
72
  export { CustomerRequestSelectionUpdateStatus } from './customer/customer-request-selection.enum';
72
73
  export { MismatchActionEnum } from './mistmatch/mismatch-action.types.enum';
73
74
  export { AdvertSourceEntity, AgencyEntity, ApartmentComplexImageEntity, ApartmentComplexInfoEntity, ApartmentComplexEntity, AppraiserEntity, ArchiveReasonEntity, AttentionRequiredEntity, AttorneyEntity, AttributeRepresentationEntity, AttributeValueEntity, AttributeEntity, BaseEntity, BuildCompanyEntity, CallRedirectEntity, CallEntity, ContractTypeEntity, CustomerBucketEntity, CustomerCallEntity, CustomerPhoneEntity, CustomerPropertyDuplicateEntity, CustomerPropertyEntity, CustomerRequestSelectionEntity, CustomerRequestEntity, CustomerEntity, DealDocumentEntity, DealParticipantEntity, DealTransactionEntity, DealTypePercentageEntity, DealTypeEntity, DealEntity, DocumentEntity, DutyEntity, EmployeeNormEntity, FeedbackFileEntity, FeedbackViewEntity, FeedbackEntity, FlatEntity, FloorEntity, GeoTopzoneEntity, GeoEntity, GoogleContactEntity, HandlingListeningEntity, HandlingEntity, ImageEntity, LayoutEntity, MismatchAggregateEntity, MismatchDecisionEntity, MismatchReasonEntity, MismatchReportEntity, NormCategoryEntity, NotaryEntity, NotificationPreferenceEntity, NotificationEntity, OfficeCenterEntity, OfficeEntity, PermissionEntity, PermissionCategoryEntity, PropertyDocumentEntity, PropertyImageEntity, PropertySeoEntity, QueueEntity, RealtorNumberEntity, RepresentationEntity, RequestPresentationPropertyEntity, RequestPresentationEntity, RequestPropertyEntity, RealtyPresentationEntity, RealtyPresentationImageEntity, RoleEntity, SectionEntity, StreetEntity, TelegramChatEntity, TelegramMessageEntity, TemplateCommentReactionEntity, TemplateCommentEntity, TemplateOfficeEntity, TemplateParticipantEntity, TemplateReactionEntity, TemplateRepresentationEntity, TemplateRoleEntity, TemplateViewEntity, TemplateEntity, TimeMetricEntity, TopzoneEntity, UniqueIdEntity, UploadedFileEntity, UserActionsLogEntity, UserAttorneyEntity, UserOfficeEntity, UserPhoneEntity, UserPointsChangeEntity, UserPointsRuleEntity, UserProfileEntity, UserSettingsEntity, UserEntity, ValuationEntity, VnpReasonEntity, XCustomerNotificationEntity, ObjectClassificationQueueEntity, ResetPasswordEntity, UserTrustedDeviceEntity, DirtyAggregatesEntity, OutboxEntity, PropertyVideoEntity, VideoEntity, ViewingEntity, ViewingStatus, ViewingType, ParticipantType, ExternalRealtorData, ExternalPropertyData, ViewingCompletionStatus, } from './core';
74
- export { BaseSnapshot, UserSnapshot, AdvertSourceSnapshot, CustomerSnapshot, CustomerPropertySnapshot, CustomerRequestSnapshot, CustomerRequestSelectionSnapshot, OfficeSnapshot, OfficeCenterSnapshot, RepresentationSnapshot, AttorneySnapshot, UserAttorneySnapshot, BuildCompanySnapshot, ArchiveReasonSnapshot, TopzoneSnapshot, ApartmentComplexSnapshot, HandlingSnapshot, CallSnapshot, CustomerCallSnapshot, GeoSnapshot, StreetSnapshot, AttributeSnapshot, AttributeValueSnapshot, PropertyAttributeValue, SupportedAggregateType, SnapshotApartmentTypeEnum, SnapshotObjectTypeEnum, } from './snapshot';
75
+ export { BaseSnapshot, UserSnapshot, UserSocials, AdvertSourceSnapshot, CustomerSnapshot, CustomerPropertySnapshot, CustomerRequestSnapshot, CustomerRequestSelectionSnapshot, OfficeSnapshot, OfficeCenterSnapshot, RepresentationSnapshot, AttorneySnapshot, UserAttorneySnapshot, BuildCompanySnapshot, ArchiveReasonSnapshot, TopzoneSnapshot, ApartmentComplexSnapshot, ApartmentComplexType, HandlingSnapshot, CallSnapshot, CustomerCallSnapshot, GeoSnapshot, StreetSnapshot, AttributeSnapshot, AttributeValueSnapshot, PropertyAttributeValue, SupportedAggregateType, SnapshotApartmentTypeEnum, SnapshotObjectTypeEnum, DealSnapshot, NotarySnapshot, } from './snapshot';
75
76
  export { AggregateToSnapshot, Payload, SnapshotBuildResult, } from './snapshot-builder';
76
77
  export { LoginByGoogleDto, LoginDto, ForgotPasswordDto, ResetPasswordDto, LoginResponseDto, ForgotPasswordResponseDto, ResetPasswordResponseDto, ValidateResetTokenRequestDto, ValidateResetTokenResponseDto, TwoFactorAuthResponseDto, Initiate2FADto, Verify2FADto, } from './auth';
77
78
  export { ArchiveReasonDestinationEnum, ArchiveReasonDropdownParamsDto, } from './archive-reasons';
@@ -15,8 +15,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.MarketTypeEnum = exports.AttributeTypeEnum = exports.AttributeDestinationEnum = exports.AttributeCategoryEnum = exports.RegistrationTypeEnum = exports.DealTypeEnum = exports.ApartmentTypeEnum = exports.ObjectTypeEnum = exports.AttributeUnitEnum = exports.AttributeKeyEnum = exports.Male = exports.ClassificationType = exports.DirectionEnum = exports.PropertyDocumentCategory = exports.PropertyExclusiveStatusEnum = exports.RealtySubtypeEnum = exports.RentTypeEnum = exports.RealtyTypeEnum = exports.LanguageEnum = exports.NodeEnvEnum = exports.MyOfficePermissions = exports.UserActionLogsPermissions = exports.FunnelPermissions = exports.MainPagePermissions = exports.FlatPermissions = exports.FloorPermissions = exports.SectionPermissions = exports.QueuePermissions = exports.LayoutPermissions = exports.ApartmentComplexPermissions = exports.BuildCompanyPermissions = exports.NewsPermissions = exports.NotaryPermissions = exports.TelephonyPermissions = exports.DutyPermissions = exports.FeedbackPermissions = exports.DealPermissions = exports.ExportedPropertyPermissions = exports.CustomerRequestPermissions = exports.AttributePermissions = exports.GeoPermissions = exports.OrganizationPermissions = exports.AdvertPermissions = exports.AnalyticPermission = exports.SellerPermissions = exports.BuyerPermissions = exports.HandlingPermissions = exports.CustomerPropertyPermissions = exports.UserPermissions = exports.PermissionEnum = void 0;
18
- exports.ArchiveReasonDestinationEnum = exports.SnapshotObjectTypeEnum = exports.SnapshotApartmentTypeEnum = exports.SupportedAggregateType = exports.ViewingCompletionStatus = exports.ParticipantType = exports.ViewingType = exports.ViewingStatus = exports.MismatchActionEnum = exports.CustomerRequestSelectionUpdateStatus = exports.CustomerPropertyDuplicateStatusEnum = exports.ApartmentComplexImageCategory = exports.FlatStatus = exports.FeedbackCategoryEnum = exports.FeedbackStatusEnum = exports.Messenger = exports.UserPointsEvent = exports.PropertyDocumentTypeEnum = exports.ReactionEnum = exports.TemplateContentEnum = exports.TemplateEnum = exports.VchasnoDocumentStatus = exports.VchasnoDocumentCategory = exports.DealParticipantType = exports.DealExpensesCategory = exports.DealTransactionEnum = exports.DealAgreementType = exports.DealFormat = exports.MortgageProgram = exports.PartyTypeEnum = exports.DealPayer = exports.DealDocumentEnum = exports.RealtyPlatform = exports.ModelName = exports.CallTypeEnum = exports.ComplexType = exports.Currency = exports.Day = exports.QueryBoolean = exports.CustomerBucketScope = exports.ActivityPotential = exports.CustomerType = exports.RecipientEnum = exports.HandlingType = exports.PromotionGeo = exports.GeoLevel = exports.GeoTypeEnum = exports.NormCategoriesEnum = exports.ImageCategoryEnum = exports.MethodSellingEnum = void 0;
19
- exports.ParserSchemes = exports.ParseFields = exports.VNP_REASON_IDS = exports.SortOrderEnum = exports.CustomerSortByFieldEnum = exports.CustomerPropertySortByFieldEnum = exports.UserActionLogsSortByFieldEnum = exports.UserSortByFieldEnum = exports.UserAttorneyType = exports.UploadedFileType = exports.TopzoneSortByFieldEnum = exports.StreetSortByFieldEnum = exports.HandlingListeningsStatisticsSortByFieldEnum = exports.EmployeeAgreementsStatisticsSortByFieldEnum = exports.SectionSortByFieldEnum = exports.ROLE_WEIGHT_MAP = exports.Role = exports.RepresentationSortByFieldEnum = exports.QueueSortByFieldEnum = exports.OfficeSortByFieldEnum = exports.OfficeCenterSortByFieldEnum = exports.TelegramNotificationType = exports.NotificationType = exports.NotarySortByFieldEnum = exports.LayoutsSortByFieldEnum = exports.LayoutTypes = exports.HandlingSortByFieldEnum = exports.FloorSortByFieldEnum = exports.FlatSortByFieldEnum = exports.FeedbackSortByFieldEnum = exports.BuyerDocumentTypeEnum = exports.DealStatusEnum = exports.DealSortByFieldEnum = exports.DealUserAttorneyLinkType = exports.PartyTypeDto = exports.MortgageProgramDto = exports.DealTransactionEnumDto = exports.DealStatusDto = exports.DealPayerDto = exports.DealParticipantTypeDto = exports.DealFormatDto = exports.DealExpensesCategoryDto = exports.DealDocumentEnumDto = exports.DealAgreementTypeDto = exports.BuildCompanySortByFieldEnum = exports.AttentionRequiredEntityEnum = exports.AttentionRequiredOfficeStatisticSortByFieldEnum = exports.AttentionRequiredWithChangesSortByFieldEnum = exports.AttorneyTypeEnum = void 0;
18
+ exports.SnapshotApartmentTypeEnum = exports.SupportedAggregateType = exports.ApartmentComplexType = exports.ViewingCompletionStatus = exports.ParticipantType = exports.ViewingType = exports.ViewingStatus = exports.MismatchActionEnum = exports.CustomerRequestSelectionUpdateStatus = exports.CustomerPropertyDuplicateStatusEnum = exports.ApartmentComplexImageCategory = exports.FlatStatus = exports.FeedbackCategoryEnum = exports.FeedbackStatusEnum = exports.Messenger = exports.UserPointsEvent = exports.PropertyDocumentTypeEnum = exports.ReactionEnum = exports.TemplateContentEnum = exports.TemplateEnum = exports.VchasnoDocumentStatus = exports.VchasnoDocumentCategory = exports.DealParticipantType = exports.DealExpensesCategory = exports.DealTransactionEnum = exports.DealAgreementType = exports.DealFormat = exports.MortgageProgram = exports.PartyTypeEnum = exports.DealPayer = exports.DealDocumentEnum = exports.UserCategoryEnum = exports.RealtyPlatform = exports.ModelName = exports.CallTypeEnum = exports.ComplexType = exports.Currency = exports.Day = exports.QueryBoolean = exports.CustomerBucketScope = exports.ActivityPotential = exports.CustomerType = exports.RecipientEnum = exports.HandlingType = exports.PromotionGeo = exports.GeoLevel = exports.GeoTypeEnum = exports.NormCategoriesEnum = exports.ImageCategoryEnum = exports.MethodSellingEnum = void 0;
19
+ exports.ParseFields = exports.VNP_REASON_IDS = exports.SortOrderEnum = exports.CustomerSortByFieldEnum = exports.CustomerPropertySortByFieldEnum = exports.UserActionLogsSortByFieldEnum = exports.UserSortByFieldEnum = exports.UserAttorneyType = exports.UploadedFileType = exports.TopzoneSortByFieldEnum = exports.StreetSortByFieldEnum = exports.HandlingListeningsStatisticsSortByFieldEnum = exports.EmployeeAgreementsStatisticsSortByFieldEnum = exports.SectionSortByFieldEnum = exports.ROLE_WEIGHT_MAP = exports.Role = exports.RepresentationSortByFieldEnum = exports.QueueSortByFieldEnum = exports.OfficeSortByFieldEnum = exports.OfficeCenterSortByFieldEnum = exports.TelegramNotificationType = exports.NotificationType = exports.NotarySortByFieldEnum = exports.LayoutsSortByFieldEnum = exports.LayoutTypes = exports.HandlingSortByFieldEnum = exports.FloorSortByFieldEnum = exports.FlatSortByFieldEnum = exports.FeedbackSortByFieldEnum = exports.BuyerDocumentTypeEnum = exports.DealStatusEnum = exports.DealSortByFieldEnum = exports.DealUserAttorneyLinkType = exports.PartyTypeDto = exports.MortgageProgramDto = exports.DealTransactionEnumDto = exports.DealStatusDto = exports.DealPayerDto = exports.DealParticipantTypeDto = exports.DealFormatDto = exports.DealExpensesCategoryDto = exports.DealDocumentEnumDto = exports.DealAgreementTypeDto = exports.BuildCompanySortByFieldEnum = exports.AttentionRequiredEntityEnum = exports.AttentionRequiredOfficeStatisticSortByFieldEnum = exports.AttentionRequiredWithChangesSortByFieldEnum = exports.AttorneyTypeEnum = exports.ArchiveReasonDestinationEnum = exports.SnapshotObjectTypeEnum = void 0;
20
+ exports.ParserSchemes = void 0;
20
21
  var permission_enum_1 = require("./permissions/permission.enum");
21
22
  Object.defineProperty(exports, "PermissionEnum", { enumerable: true, get: function () { return permission_enum_1.PermissionEnum; } });
22
23
  Object.defineProperty(exports, "UserPermissions", { enumerable: true, get: function () { return permission_enum_1.UserPermissions; } });
@@ -108,6 +109,8 @@ var model_name_enum_1 = require("./user-action-logs/model-name.enum");
108
109
  Object.defineProperty(exports, "ModelName", { enumerable: true, get: function () { return model_name_enum_1.ModelName; } });
109
110
  var realty_platforms_enum_1 = require("./realty-platforms/realty-platforms.enum");
110
111
  Object.defineProperty(exports, "RealtyPlatform", { enumerable: true, get: function () { return realty_platforms_enum_1.RealtyPlatform; } });
112
+ var user_category_enum_1 = require("./user-profile/user-category.enum");
113
+ Object.defineProperty(exports, "UserCategoryEnum", { enumerable: true, get: function () { return user_category_enum_1.UserCategoryEnum; } });
111
114
  var deal_document_enum_1 = require("./deal/deal-document.enum");
112
115
  Object.defineProperty(exports, "DealDocumentEnum", { enumerable: true, get: function () { return deal_document_enum_1.DealDocumentEnum; } });
113
116
  var deal_payer_enum_1 = require("./deal/deal-payer.enum");
@@ -163,6 +166,7 @@ Object.defineProperty(exports, "ViewingType", { enumerable: true, get: function
163
166
  Object.defineProperty(exports, "ParticipantType", { enumerable: true, get: function () { return core_1.ParticipantType; } });
164
167
  Object.defineProperty(exports, "ViewingCompletionStatus", { enumerable: true, get: function () { return core_1.ViewingCompletionStatus; } });
165
168
  var snapshot_1 = require("./snapshot");
169
+ Object.defineProperty(exports, "ApartmentComplexType", { enumerable: true, get: function () { return snapshot_1.ApartmentComplexType; } });
166
170
  Object.defineProperty(exports, "SupportedAggregateType", { enumerable: true, get: function () { return snapshot_1.SupportedAggregateType; } });
167
171
  Object.defineProperty(exports, "SnapshotApartmentTypeEnum", { enumerable: true, get: function () { return snapshot_1.SnapshotApartmentTypeEnum; } });
168
172
  Object.defineProperty(exports, "SnapshotObjectTypeEnum", { enumerable: true, get: function () { return snapshot_1.SnapshotObjectTypeEnum; } });
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,iEAgCuC;AA/BrC,iHAAA,cAAc,OAAA;AACd,kHAAA,eAAe,OAAA;AACf,8HAAA,2BAA2B,OAAA;AAC3B,sHAAA,mBAAmB,OAAA;AACnB,mHAAA,gBAAgB,OAAA;AAChB,oHAAA,iBAAiB,OAAA;AACjB,qHAAA,kBAAkB,OAAA;AAClB,oHAAA,iBAAiB,OAAA;AACjB,0HAAA,uBAAuB,OAAA;AACvB,iHAAA,cAAc,OAAA;AACd,uHAAA,oBAAoB,OAAA;AACpB,6HAAA,0BAA0B,OAAA;AAC1B,8HAAA,2BAA2B,OAAA;AAC3B,kHAAA,eAAe,OAAA;AACf,sHAAA,mBAAmB,OAAA;AACnB,kHAAA,eAAe,OAAA;AACf,uHAAA,oBAAoB,OAAA;AACpB,oHAAA,iBAAiB,OAAA;AACjB,kHAAA,eAAe,OAAA;AACf,0HAAA,uBAAuB,OAAA;AACvB,8HAAA,2BAA2B,OAAA;AAC3B,oHAAA,iBAAiB,OAAA;AACjB,mHAAA,gBAAgB,OAAA;AAChB,qHAAA,kBAAkB,OAAA;AAClB,mHAAA,gBAAgB,OAAA;AAChB,kHAAA,eAAe,OAAA;AACf,sHAAA,mBAAmB,OAAA;AACnB,oHAAA,iBAAiB,OAAA;AACjB,4HAAA,yBAAyB,OAAA;AACzB,sHAAA,mBAAmB,OAAA;AAGrB,0DAAuD;AAA9C,4GAAA,WAAW,OAAA;AAEpB,mCAQkB;AAPhB,sGAAA,YAAY,OAAA;AASd,yDAM6B;AAL3B,mHAAA,cAAc,OAAA;AACd,iHAAA,YAAY,OAAA;AACZ,sHAAA,iBAAiB,OAAA;AACjB,gIAAA,2BAA2B,OAAA;AAC3B,6HAAA,wBAAwB,OAAA;AAE1B,uEAAgE;AAAvD,oHAAA,aAAa,OAAA;AAEtB,2CA0BsB;AAzBpB,gHAAA,kBAAkB,OAAA;AAClB,kGAAA,IAAI,OAAA;AACJ,8GAAA,gBAAgB,OAAA;AAChB,+GAAA,iBAAiB,OAAA;AAGjB,4GAAA,cAAc,OAAA;AACd,+GAAA,iBAAiB,OAAA;AACjB,0GAAA,YAAY,OAAA;AACZ,kHAAA,oBAAoB,OAAA;AACpB,mHAAA,qBAAqB,OAAA;AACrB,sHAAA,wBAAwB,OAAA;AACxB,+GAAA,iBAAiB,OAAA;AACjB,4GAAA,cAAc,OAAA;AACd,+GAAA,iBAAiB,OAAA;AAanB,mEAAgE;AAAvD,wHAAA,iBAAiB,OAAA;AAC1B,+EAA4E;AAAnE,0HAAA,kBAAkB,OAAA;AAE3B,qDAAkD;AAAzC,4GAAA,WAAW,OAAA;AACpB,uDAAgD;AAAvC,0GAAA,QAAQ,OAAA;AACjB,+DAAwD;AAA/C,kHAAA,YAAY,OAAA;AAErB,oEAA6D;AAApD,kHAAA,YAAY,OAAA;AACrB,8EAAmE;AAA1D,wHAAA,aAAa,OAAA;AAEtB,oEAA6D;AAApD,kHAAA,YAAY,OAAA;AACrB,gFAAwE;AAA/D,6HAAA,iBAAiB,OAAA;AAC1B,oFAA4E;AAAnE,iIAAA,mBAAmB,OAAA;AAE5B,wDAAsD;AAA7C,6GAAA,YAAY,OAAA;AACrB,8CAAwC;AAA/B,+FAAA,GAAG,OAAA;AACZ,wDAAkD;AAAzC,yGAAA,QAAQ,OAAA;AAEjB,iEAA+D;AAAtD,2GAAA,WAAW,OAAA;AACpB,wDAAqD;AAA5C,8GAAA,YAAY,OAAA;AAGrB,sEAA+D;AAAtD,4GAAA,SAAS,OAAA;AAElB,kFAA0E;AAAjE,uHAAA,cAAc,OAAA;AAiBvB,wEAAqE;AAA5D,sHAAA,gBAAgB,OAAA;AAKzB,gEAA6D;AAApD,sHAAA,gBAAgB,OAAA;AACzB,0DAAmD;AAA1C,4GAAA,SAAS,OAAA;AAClB,0DAAuD;AAA9C,gHAAA,aAAa,OAAA;AACtB,sEAA+D;AAAtD,wHAAA,eAAe,OAAA;AACxB,4DAAqD;AAA5C,8GAAA,UAAU,OAAA;AAEnB,4EAAoE;AAA3D,6HAAA,iBAAiB,OAAA;AAC1B,sEAAmE;AAA1D,4HAAA,mBAAmB,OAAA;AAC5B,kFAA0E;AAAjE,mIAAA,oBAAoB,OAAA;AAC7B,gFAAwE;AAA/D,iIAAA,mBAAmB,OAAA;AAI5B,2FAAmF;AAA1E,yIAAA,uBAAuB,OAAA;AAChC,uFAA+E;AAAtE,qIAAA,qBAAqB,OAAA;AAE9B,0DAAwD;AAA/C,6GAAA,YAAY,OAAA;AACrB,0EAAuE;AAA9D,4HAAA,mBAAmB,OAAA;AAC5B,wDAAsD;AAA7C,6GAAA,YAAY,OAAA;AAErB,uFAAmF;AAA1E,uIAAA,wBAAwB,OAAA;AAGjC,+EAAuE;AAA9D,yHAAA,eAAe,OAAA;AAExB,iEAA2D;AAAlD,2GAAA,SAAS,OAAA;AAElB,wEAAqE;AAA5D,0HAAA,kBAAkB,OAAA;AAC3B,4EAAyE;AAAhE,8HAAA,oBAAoB,OAAA;AAE7B,8CAA8C;AAArC,uGAAA,UAAU,OAAA;AAMnB,uGAA8F;AAArF,sJAAA,6BAA6B,OAAA;AAEtC,sDAAoC;AAIpC,qGAAyG;AAAhG,qJAAA,mCAAmC,OAAA;AAC5C,8FAAkG;AAAzF,uJAAA,oCAAoC,OAAA;AAC7C,qFAA4E;AAAnE,gIAAA,kBAAkB,OAAA;AAE3B,+BAkHgB;AANd,qGAAA,aAAa,OAAA;AACb,mGAAA,WAAW,OAAA;AACX,uGAAA,eAAe,OAAA;AAGf,+GAAA,uBAAuB,OAAA;AAIzB,uCAgCoB;AAdlB,gHAAA,oBAAoB,OAAA;AASpB,kHAAA,sBAAsB,OAAA;AACtB,qHAAA,yBAAyB,OAAA;AACzB,kHAAA,sBAAsB,OAAA;AA6BxB,qDAG2B;AAFzB,+HAAA,4BAA4B,OAAA;AAW9B,uCAA2D;AAArC,4GAAA,gBAAgB,OAAA;AAGtC,2DAW8B;AAN5B,iJAAA,2CAA2C,OAAA;AAE3C,qJAAA,+CAA+C,OAAA;AAG/C,iIAAA,2BAA2B,OAAA;AAI7B,iDAIyB;AADvB,4HAAA,2BAA2B,OAAA;AAiC7B,+BAkCgB;AAjCd,4GAAA,iBAAiB,OAAwB;AACzC,2GAAA,gBAAgB,OAAuB;AACvC,+GAAA,oBAAoB,OAA2B;AAC/C,qGAAA,UAAU,OAAiB;AAC3B,8GAAA,mBAAmB,OAA0B;AAC7C,oGAAA,SAAS,OAAgB;AACzB,qGAAA,cAAc,OAAiB;AAC/B,8GAAA,mBAAmB,OAA0B;AAC7C,0GAAA,eAAe,OAAsB;AACrC,oGAAA,aAAa,OAAgB;AAkB7B,gHAAA,wBAAwB,OAAA;AACxB,2GAAA,mBAAmB,OAAA;AAInB,sGAAA,cAAc,OAAA;AAOhB,yCAOqB;AADnB,kHAAA,qBAAqB,OAAA;AAIvB,uCAIoB;AADlB,mHAAA,uBAAuB,OAAA;AAIzB,+BAMgB;AALd,2GAAA,mBAAmB,OAAA;AAQrB,iCAIiB;AAHf,6GAAA,oBAAoB,OAAA;AAMtB,uCAQoB;AADlB,mHAAA,uBAAuB,OAAA;AAezB,mCAKkB;AAJhB,qGAAA,WAAW,OAAA;AAEX,gHAAA,sBAAsB,OAAA;AAQxB,mCAMkB;AAFhB,+GAAA,qBAAqB,OAAA;AAKvB,iDAUyB;AATvB,iHAAA,gBAAgB,OAAA;AAChB,yHAAA,wBAAwB,OAAA;AAW1B,mDAM0B;AAHxB,6HAAA,2BAA2B,OAAA;AAM7B,qCAMmB;AAFjB,gHAAA,qBAAqB,OAAA;AAKvB,iCAIiB;AADf,6GAAA,oBAAoB,OAAA;AA2BtB,mDAI0B;AADxB,+HAAA,6BAA6B,OAAA;AAI/B,iCAA+D;AAAvC,6FAAA,IAAI,OAAA;AAAE,wGAAA,eAAe,OAAA;AAG7C,qCAImB;AADjB,iHAAA,sBAAsB,OAAA;AAIxB,yCAYqB;AAVnB,wIAAA,2CAA2C,OAAA;AAM3C,wIAAA,2CAA2C,OAAA;AAO7C,mCAMkB;AADhB,+GAAA,qBAAqB,OAAA;AAsBvB,qCAKmB;AADjB,iHAAA,sBAAsB,OAAA;AAIxB,iDAA0E;AAA1C,iHAAA,gBAAgB,OAAA;AAGhD,+BA0BgB;AAtBd,wGAAA,gBAAgB,OAAA;AAahB,2GAAA,mBAAmB,OAAA;AAYrB,uDAG4B;AAD1B,iIAAA,6BAA6B,OAAA;AAsB/B,yDA6B6B;AAN3B,oIAAA,+BAA+B,OAAA;AASjC,uCAWoB;AAHlB,mHAAA,uBAAuB,OAAA;AAiBzB,mCAckB;AAThB,uGAAA,aAAa,OAAA;AAQb,wGAAA,cAAc,OAAA;AAMhB,+DAAwD;AAA/C,gHAAA,WAAW,OAAA;AAQpB,qDAAqD;AAA5C,6GAAA,aAAa,OAAA;AAMtB,2CAAyB;AAEzB,4DAA0C;AAE1C,oEAAkD;AAElD,uEAAqD;AACrD,4EAA0D;AAC1D,+DAA6C;AAC7C,0DAAwC"}
@@ -1,35 +1,11 @@
1
1
  import { BaseSnapshot } from './base.snapshot';
2
2
  import { MultiLanguage } from '../common';
3
- type Manager = {
4
- phone: string;
5
- name: string;
6
- surname: string;
7
- };
8
- type Expression = {
9
- name: number;
10
- value: string;
11
- scope: Record<string, unknown>;
12
- };
3
+ export declare enum ApartmentComplexType {
4
+ ApartmentComplex = "apartmentComplex",
5
+ GardenCooperative = "gardenCooperative"
6
+ }
13
7
  export type ApartmentComplexSnapshot = BaseSnapshot & {
14
8
  name: MultiLanguage;
15
- type: number | null;
16
- lat: string | null;
17
- lng: string | null;
9
+ type: ApartmentComplexType | null;
18
10
  geoId: string;
19
- buildCompanyId: string;
20
- topzoneId: string | null;
21
- fileName: string | null;
22
- sourceName: string | null;
23
- description: MultiLanguage;
24
- declination: MultiLanguage;
25
- attributes: Record<string, unknown>;
26
- manager: Manager;
27
- discounts: string[];
28
- agentInfo: string | null;
29
- expressions: Expression[];
30
- sort: number;
31
- showOnSite: boolean;
32
- video: string | null;
33
- site: string | null;
34
11
  };
35
- export {};
@@ -1,3 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ApartmentComplexType = void 0;
4
+ var ApartmentComplexType;
5
+ (function (ApartmentComplexType) {
6
+ ApartmentComplexType["ApartmentComplex"] = "apartmentComplex";
7
+ ApartmentComplexType["GardenCooperative"] = "gardenCooperative";
8
+ })(ApartmentComplexType || (exports.ApartmentComplexType = ApartmentComplexType = {}));
3
9
  //# sourceMappingURL=apartment-complex.snapshot.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"apartment-complex.snapshot.js","sourceRoot":"","sources":["../../../types/snapshot/apartment-complex.snapshot.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"apartment-complex.snapshot.js","sourceRoot":"","sources":["../../../types/snapshot/apartment-complex.snapshot.ts"],"names":[],"mappings":";;;AAGA,IAAY,oBAGX;AAHD,WAAY,oBAAoB;IAC9B,6DAAqC,CAAA;IACrC,+DAAuC,CAAA;AACzC,CAAC,EAHW,oBAAoB,oCAApB,oBAAoB,QAG/B"}
@@ -89,5 +89,6 @@ export type CustomerPropertySnapshot = BaseSnapshot & {
89
89
  documents: PropertyDocument[];
90
90
  approveById: string | null;
91
91
  approveDate: Date | null;
92
+ focus: boolean;
92
93
  };
93
94
  export {};
@@ -20,7 +20,6 @@ export type CustomerRequestSelectionSnapshot = {
20
20
  attributes: PropertyAttributeValue[];
21
21
  geoId: string | null;
22
22
  topzoneId: string | null;
23
- streetId: string | null;
24
23
  street: StreetSnapshot | null;
25
24
  complexId: string | null;
26
25
  status: number;
@@ -37,9 +37,7 @@ export type CustomerSnapshot = BaseSnapshot & {
37
37
  annotation: string | null;
38
38
  isBotEnabled: boolean;
39
39
  archiveAnnotation: string | null;
40
- address: string | null;
41
40
  inn: string | null;
42
- passport: string | null;
43
41
  exclusiveAgreementData: ExclusiveAgreementData | null;
44
42
  exclusiveAgreementEndDate: Date | null;
45
43
  exclusiveAgreementDocument: Document | null;
@@ -47,7 +45,6 @@ export type CustomerSnapshot = BaseSnapshot & {
47
45
  visitedOffice: boolean;
48
46
  visitedOfficeAt: Date | null;
49
47
  archiveReasonId: string | null;
50
- userId: string | null;
51
48
  realtorId: string | null;
52
49
  attorneyId: string | null;
53
50
  phones: CustomerPhone[];
@@ -1,87 +1,40 @@
1
- import { Currency, DealAgreementType, DealPayer, DealStatusEnum, DealTypeEnum, MortgageProgram, RealtySubtypeEnum } from '..';
1
+ import { Currency, DealPayer, DealStatusEnum, DealTypeEnum, MortgageProgram, RealtySubtypeEnum } from '..';
2
2
  import { BaseSnapshot } from './base.snapshot';
3
3
  export type DealSnapshot = BaseSnapshot & {
4
4
  dealFormat: DealTypeEnum;
5
5
  status: DealStatusEnum;
6
- mortgageProgram: MortgageProgram | null;
7
6
  payer: DealPayer;
8
7
  realtySubtype: RealtySubtypeEnum | null;
9
8
  currency: Currency;
10
- agreementType: DealAgreementType | null;
11
- agreementSum: number | null;
9
+ dealNumber: number;
10
+ dealNumberSuffix: string | null;
12
11
  ownerPrice: string;
12
+ sellingPrice: string | null;
13
13
  initialServicesSum: number;
14
14
  servicesPrepaymentSum: number;
15
- minServicesSumByPriceList: string | null;
16
- servicesSumWithOtherAgency: number | null;
17
- servicesSumChangeReason: string | null;
18
- changePriceReason: string | null;
19
- dealNumber: number;
20
- checkOutPledge: number | null;
21
- checkOutPledgeReturnDate: string | null;
15
+ prepaymentAmount: number | null;
16
+ currencyConvertCoefficient: number;
17
+ agencyCommission: string | null;
18
+ otherAgencyPrice: string | null;
19
+ initialCommission: string | null;
20
+ packet: number | null;
21
+ packetDescription: string | null;
22
22
  prepaymentDate: string;
23
23
  initialSettlementDate: string;
24
- changeInitialSettlementDateReason: string | null;
25
- currencyConvertCoefficient: number;
26
- prepaymentAmount: number | null;
27
24
  actualSettlementDate: string | null;
28
- legalAddress: string;
29
- houseNumber: number | null;
30
- houseNumberAdd: string | null;
31
- houseNumberTemp: string | null;
32
- apartmentNumber: number | null;
33
- apartmentNumberAdd: string | null;
34
- apartmentNumberTemp: string | null;
35
- corps: string | null;
36
- isPrepaymentForColleague: boolean;
37
- isPropertyNotInDb: boolean;
38
- buyerPays: string | null;
39
- sellerPays: string | null;
40
- buyerPenaltyPercent: number | null;
41
- sellerPenaltyPercent: number | null;
42
- stockSum: number | null;
43
- sellerMustHave: string | null;
44
- newBuildingContractName: string | null;
45
- newBuildingContractNumber: string | null;
46
- newBuildingContractDate: string | null;
47
- keysTransferDate: string | null;
48
- paysInquiryDate: string | null;
49
- inhabitorsInquiryDate: string | null;
25
+ changePriceReason: string | null;
50
26
  notaryChoiceReason: string | null;
51
- contractAbsenceReason: string | null;
52
- breakReason: string | null;
53
- form2AdditionalAgreementText: string | null;
54
27
  valuationDescription: string | null;
55
28
  insuranceDescription: string | null;
56
- dealNumberSuffix: string | null;
57
- agencyCommission: string | null;
58
29
  agencyDescription: string | null;
59
30
  accountantDescription: string | null;
60
31
  directorDescription: string | null;
61
- sellingPrice: string | null;
62
- otherAgencyPrice: string | null;
63
- packet: number | null;
64
- packetDescription: string | null;
65
- initialCommission: string | null;
66
- buyerServicesSum: number | null;
67
- buyerServicesPrepaymentSum: number | null;
68
- sellerServicesSum: number | null;
69
- sellerServicesPrepaymentSum: number | null;
70
- pledgeAgreementDocumentAt: string | null;
71
- securityDepositAgreementDocumentAt: string | null;
72
32
  userId: string | null;
73
33
  officeId: string | null;
74
- notaryId: string | null;
75
34
  dealTypeId: string | null;
76
35
  parentId: string | null;
77
- sellerRealtorId: string | null;
78
- buyerRealtorId: string | null;
79
- geoId: string | null;
80
- streetId: string | null;
81
36
  propertyId: string | null;
82
- requestId: string | null;
83
- agencyId: string | null;
84
- appraiserId: string | null;
85
- valuationId: string | null;
86
- contractTypeId: string | null;
37
+ notaryId: string | null;
38
+ contractTypeId: number | null;
39
+ mortgageProgram: MortgageProgram | null;
87
40
  };
@@ -20,5 +20,6 @@ export * from './geo.snapshot';
20
20
  export * from './street.snapshot';
21
21
  export * from './attribute.snapshot';
22
22
  export * from './deal.snapshot';
23
+ export * from './notary.snapshot';
23
24
  export * from './supported-aggregate-type.enum';
24
25
  export * from './attribute-enums.snapshot';
@@ -36,6 +36,7 @@ __exportStar(require("./geo.snapshot"), exports);
36
36
  __exportStar(require("./street.snapshot"), exports);
37
37
  __exportStar(require("./attribute.snapshot"), exports);
38
38
  __exportStar(require("./deal.snapshot"), exports);
39
+ __exportStar(require("./notary.snapshot"), exports);
39
40
  __exportStar(require("./supported-aggregate-type.enum"), exports);
40
41
  __exportStar(require("./attribute-enums.snapshot"), exports);
41
42
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/snapshot/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,kDAAgC;AAChC,2DAAyC;AACzC,sDAAoC;AACpC,+DAA6C;AAC7C,8DAA4C;AAC5C,oDAAkC;AAClC,2DAAyC;AACzC,4DAA0C;AAC1C,sDAAoC;AACpC,2DAAyC;AACzC,2DAAyC;AACzC,4DAA0C;AAC1C,qDAAmC;AACnC,+DAA6C;AAC7C,sDAAoC;AACpC,kDAAgC;AAChC,2DAAyC;AACzC,iDAA+B;AAC/B,oDAAkC;AAClC,uDAAqC;AACrC,kDAAgC;AAChC,kEAAgD;AAChD,6DAA2C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/snapshot/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,kDAAgC;AAChC,2DAAyC;AACzC,sDAAoC;AACpC,+DAA6C;AAC7C,8DAA4C;AAC5C,oDAAkC;AAClC,2DAAyC;AACzC,4DAA0C;AAC1C,sDAAoC;AACpC,2DAAyC;AACzC,2DAAyC;AACzC,4DAA0C;AAC1C,qDAAmC;AACnC,+DAA6C;AAC7C,sDAAoC;AACpC,kDAAgC;AAChC,2DAAyC;AACzC,iDAA+B;AAC/B,oDAAkC;AAClC,uDAAqC;AACrC,kDAAgC;AAChC,oDAAkC;AAClC,kEAAgD;AAChD,6DAA2C"}
@@ -0,0 +1,10 @@
1
+ import { MultiLanguage } from '../common';
2
+ import { NotaryContacts } from '../notary';
3
+ import { BaseSnapshot } from './base.snapshot';
4
+ export type NotarySnapshot = BaseSnapshot & {
5
+ name: MultiLanguage;
6
+ contacts: NotaryContacts;
7
+ geoId: string | null;
8
+ governmentFeePercent: number;
9
+ rewardFeePercent: number;
10
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=notary.snapshot.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"notary.snapshot.js","sourceRoot":"","sources":["../../../types/snapshot/notary.snapshot.ts"],"names":[],"mappings":""}
@@ -27,7 +27,7 @@ export type OfficeSnapshot = BaseSnapshot & {
27
27
  mainRealty: RealtyTypeEnum[];
28
28
  mainDirections: DirectionEnum[];
29
29
  tagline: MultiLanguage | null;
30
- responsibilityAreas: number[] | null;
31
- topResponsibilityAreas: number[] | null;
30
+ responsibilityAreas: string[] | null;
31
+ topResponsibilityAreas: string[] | null;
32
32
  };
33
33
  export {};
@@ -17,7 +17,7 @@ export declare enum SupportedAggregateType {
17
17
  Call = "call",
18
18
  CustomerCall = "customer-call",
19
19
  Geo = "geo",
20
- Street = "street",
21
20
  Attribute = "attribute",
22
- Deal = "deal"
21
+ Deal = "deal",
22
+ Notary = "notary"
23
23
  }
@@ -21,8 +21,8 @@ var SupportedAggregateType;
21
21
  SupportedAggregateType["Call"] = "call";
22
22
  SupportedAggregateType["CustomerCall"] = "customer-call";
23
23
  SupportedAggregateType["Geo"] = "geo";
24
- SupportedAggregateType["Street"] = "street";
25
24
  SupportedAggregateType["Attribute"] = "attribute";
26
25
  SupportedAggregateType["Deal"] = "deal";
26
+ SupportedAggregateType["Notary"] = "notary";
27
27
  })(SupportedAggregateType || (exports.SupportedAggregateType = SupportedAggregateType = {}));
28
28
  //# sourceMappingURL=supported-aggregate-type.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"supported-aggregate-type.enum.js","sourceRoot":"","sources":["../../../types/snapshot/supported-aggregate-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAsBX;AAtBD,WAAY,sBAAsB;IAChC,uCAAa,CAAA;IACb,wDAA8B,CAAA;IAC9B,+CAAqB,CAAA;IACrB,gEAAsC,CAAA;IACtC,8DAAoC,CAAA;IACpC,2CAAiB,CAAA;IACjB,wDAA8B,CAAA;IAC9B,2DAAiC,CAAA;IACjC,+CAAqB,CAAA;IACrB,wDAA8B,CAAA;IAC9B,wDAA8B,CAAA;IAC9B,0DAAgC,CAAA;IAChC,6CAAmB,CAAA;IACnB,gEAAsC,CAAA;IACtC,+CAAqB,CAAA;IACrB,uCAAa,CAAA;IACb,wDAA8B,CAAA;IAC9B,qCAAW,CAAA;IACX,2CAAiB,CAAA;IACjB,iDAAuB,CAAA;IACvB,uCAAa,CAAA;AACf,CAAC,EAtBW,sBAAsB,sCAAtB,sBAAsB,QAsBjC"}
1
+ {"version":3,"file":"supported-aggregate-type.enum.js","sourceRoot":"","sources":["../../../types/snapshot/supported-aggregate-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,sBAsBX;AAtBD,WAAY,sBAAsB;IAChC,uCAAa,CAAA;IACb,wDAA8B,CAAA;IAC9B,+CAAqB,CAAA;IACrB,gEAAsC,CAAA;IACtC,8DAAoC,CAAA;IACpC,2CAAiB,CAAA;IACjB,wDAA8B,CAAA;IAC9B,2DAAiC,CAAA;IACjC,+CAAqB,CAAA;IACrB,wDAA8B,CAAA;IAC9B,wDAA8B,CAAA;IAC9B,0DAAgC,CAAA;IAChC,6CAAmB,CAAA;IACnB,gEAAsC,CAAA;IACtC,+CAAqB,CAAA;IACrB,uCAAa,CAAA;IACb,wDAA8B,CAAA;IAC9B,qCAAW,CAAA;IACX,iDAAuB,CAAA;IACvB,uCAAa,CAAA;IACb,2CAAiB,CAAA;AACnB,CAAC,EAtBW,sBAAsB,sCAAtB,sBAAsB,QAsBjC"}
@@ -17,10 +17,6 @@ type UserFlags = {
17
17
  syncBuyerContacts: boolean;
18
18
  syncSellerContacts: boolean;
19
19
  };
20
- type UserAudit = {
21
- loggedInAt: Date | null;
22
- loggedInIp: string | null;
23
- };
24
20
  type UserPhone = {
25
21
  country: string;
26
22
  phoneNumber: string;
@@ -34,7 +30,7 @@ type RealtorNumber = {
34
30
  value: number;
35
31
  officeId: string;
36
32
  };
37
- type Socials = {
33
+ export type UserSocials = {
38
34
  facebook?: string | null;
39
35
  instagram?: string | null;
40
36
  linkedin?: string | null;
@@ -68,7 +64,7 @@ type UserProfile = {
68
64
  whyAtlanta: string | null;
69
65
  hobby: string | null;
70
66
  startWorkingAt: Date | null;
71
- social: Socials | null;
67
+ social: UserSocials | null;
72
68
  children: Children[];
73
69
  married: boolean;
74
70
  showPropertyDescription: boolean;
@@ -84,7 +80,6 @@ export type UserSnapshot = BaseSnapshot & {
84
80
  interfaceLanguage: string;
85
81
  status: UserStatus;
86
82
  flags: UserFlags;
87
- audit: UserAudit;
88
83
  phones: Array<UserPhone>;
89
84
  offices: Array<Office>;
90
85
  profile: UserProfile;
@@ -1,4 +1,4 @@
1
- import { UserSnapshot, AdvertSourceSnapshot, CustomerSnapshot, CustomerPropertySnapshot, CustomerRequestSnapshot, OfficeSnapshot, OfficeCenterSnapshot, RepresentationSnapshot, AttorneySnapshot, UserAttorneySnapshot, BuildCompanySnapshot, ArchiveReasonSnapshot, TopzoneSnapshot, ApartmentComplexSnapshot, HandlingSnapshot, CallSnapshot, CustomerCallSnapshot, GeoSnapshot, StreetSnapshot, AttributeSnapshot, DealSnapshot, SupportedAggregateType } from '../snapshot';
1
+ import { UserSnapshot, AdvertSourceSnapshot, CustomerSnapshot, CustomerPropertySnapshot, CustomerRequestSnapshot, OfficeSnapshot, OfficeCenterSnapshot, RepresentationSnapshot, AttorneySnapshot, UserAttorneySnapshot, BuildCompanySnapshot, ArchiveReasonSnapshot, TopzoneSnapshot, ApartmentComplexSnapshot, HandlingSnapshot, CallSnapshot, CustomerCallSnapshot, GeoSnapshot, AttributeSnapshot, DealSnapshot, NotarySnapshot, SupportedAggregateType } from '../snapshot';
2
2
  export type AggregateToSnapshot = {
3
3
  [SupportedAggregateType.User]: UserSnapshot;
4
4
  [SupportedAggregateType.AdvertSource]: AdvertSourceSnapshot;
@@ -18,9 +18,9 @@ export type AggregateToSnapshot = {
18
18
  [SupportedAggregateType.Call]: CallSnapshot;
19
19
  [SupportedAggregateType.CustomerCall]: CustomerCallSnapshot;
20
20
  [SupportedAggregateType.Geo]: GeoSnapshot;
21
- [SupportedAggregateType.Street]: StreetSnapshot;
22
21
  [SupportedAggregateType.Attribute]: AttributeSnapshot;
23
22
  [SupportedAggregateType.Deal]: DealSnapshot;
23
+ [SupportedAggregateType.Notary]: NotarySnapshot;
24
24
  };
25
25
  export type Payload<A extends SupportedAggregateType = SupportedAggregateType> = AggregateToSnapshot[A];
26
26
  export type SnapshotBuildResult<A extends SupportedAggregateType> = {
@@ -4,3 +4,4 @@ export { Children } from './children.type';
4
4
  export { Education } from './education.type';
5
5
  export { PreviousJob } from './prev-jobs.type';
6
6
  export { Socials } from './socials.type';
7
+ export { UserCategoryEnum } from './user-category.enum';
@@ -1,3 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserCategoryEnum = void 0;
4
+ var user_category_enum_1 = require("./user-category.enum");
5
+ Object.defineProperty(exports, "UserCategoryEnum", { enumerable: true, get: function () { return user_category_enum_1.UserCategoryEnum; } });
3
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/user-profile/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/user-profile/index.ts"],"names":[],"mappings":";;;AAMA,2DAAwD;AAA/C,sHAAA,gBAAgB,OAAA"}
@@ -0,0 +1,13 @@
1
+ export declare enum UserCategoryEnum {
2
+ None = "none",
3
+ Vsh = "vsh",
4
+ Realtor40 = "realtor40",
5
+ Realtor45 = "realtor45",
6
+ Expert = "expert",
7
+ NoNorm = "noNorm",
8
+ Master = "master",
9
+ Trainee = "trainee",
10
+ Realtor = "realtor",
11
+ Partner = "partner",
12
+ Advertising = "advertising"
13
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserCategoryEnum = void 0;
4
+ var UserCategoryEnum;
5
+ (function (UserCategoryEnum) {
6
+ UserCategoryEnum["None"] = "none";
7
+ UserCategoryEnum["Vsh"] = "vsh";
8
+ UserCategoryEnum["Realtor40"] = "realtor40";
9
+ UserCategoryEnum["Realtor45"] = "realtor45";
10
+ UserCategoryEnum["Expert"] = "expert";
11
+ UserCategoryEnum["NoNorm"] = "noNorm";
12
+ UserCategoryEnum["Master"] = "master";
13
+ UserCategoryEnum["Trainee"] = "trainee";
14
+ UserCategoryEnum["Realtor"] = "realtor";
15
+ UserCategoryEnum["Partner"] = "partner";
16
+ UserCategoryEnum["Advertising"] = "advertising";
17
+ })(UserCategoryEnum || (exports.UserCategoryEnum = UserCategoryEnum = {}));
18
+ //# sourceMappingURL=user-category.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"user-category.enum.js","sourceRoot":"","sources":["../../../types/user-profile/user-category.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,gBAYX;AAZD,WAAY,gBAAgB;IAC1B,iCAAa,CAAA;IACb,+BAAW,CAAA;IACX,2CAAuB,CAAA;IACvB,2CAAuB,CAAA;IACvB,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;IACjB,qCAAiB,CAAA;IACjB,uCAAmB,CAAA;IACnB,uCAAmB,CAAA;IACnB,uCAAmB,CAAA;IACnB,+CAA2B,CAAA;AAC7B,CAAC,EAZW,gBAAgB,gCAAhB,gBAAgB,QAY3B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vector-shared",
3
- "version": "1.1.496",
3
+ "version": "1.1.498",
4
4
  "description": "Private shared package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",