vector-shared 1.2.26 → 1.2.28

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.
@@ -0,0 +1,18 @@
1
+ export declare enum AdvertSourceIdEnum {
2
+ olx = 200,
3
+ domRia = 212,
4
+ besplatka = 237,
5
+ obyava = 209,
6
+ rem = 245,
7
+ atlanta = 264,
8
+ atlantaUa = 302
9
+ }
10
+ export declare enum AdvertSourceKeyEnum {
11
+ rem = "rem",
12
+ olx = "olx_ua",
13
+ domRia = "dom_ria",
14
+ besplatka = "besplatka",
15
+ obyava = "obyava",
16
+ atlanta = "rem",
17
+ atlantaUa = "atlanta_ua"
18
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AdvertSourceKeyEnum = exports.AdvertSourceIdEnum = void 0;
4
+ var AdvertSourceIdEnum;
5
+ (function (AdvertSourceIdEnum) {
6
+ AdvertSourceIdEnum[AdvertSourceIdEnum["olx"] = 200] = "olx";
7
+ AdvertSourceIdEnum[AdvertSourceIdEnum["domRia"] = 212] = "domRia";
8
+ AdvertSourceIdEnum[AdvertSourceIdEnum["besplatka"] = 237] = "besplatka";
9
+ AdvertSourceIdEnum[AdvertSourceIdEnum["obyava"] = 209] = "obyava";
10
+ AdvertSourceIdEnum[AdvertSourceIdEnum["rem"] = 245] = "rem";
11
+ AdvertSourceIdEnum[AdvertSourceIdEnum["atlanta"] = 264] = "atlanta";
12
+ AdvertSourceIdEnum[AdvertSourceIdEnum["atlantaUa"] = 302] = "atlantaUa";
13
+ })(AdvertSourceIdEnum || (exports.AdvertSourceIdEnum = AdvertSourceIdEnum = {}));
14
+ var AdvertSourceKeyEnum;
15
+ (function (AdvertSourceKeyEnum) {
16
+ AdvertSourceKeyEnum["rem"] = "rem";
17
+ AdvertSourceKeyEnum["olx"] = "olx_ua";
18
+ AdvertSourceKeyEnum["domRia"] = "dom_ria";
19
+ AdvertSourceKeyEnum["besplatka"] = "besplatka";
20
+ AdvertSourceKeyEnum["obyava"] = "obyava";
21
+ AdvertSourceKeyEnum["atlanta"] = "rem";
22
+ AdvertSourceKeyEnum["atlantaUa"] = "atlanta_ua";
23
+ })(AdvertSourceKeyEnum || (exports.AdvertSourceKeyEnum = AdvertSourceKeyEnum = {}));
24
+ //# sourceMappingURL=advert-source.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"advert-source.enum.js","sourceRoot":"","sources":["../../../types/advert-source/advert-source.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAQX;AARD,WAAY,kBAAkB;IAC5B,2DAAS,CAAA;IACT,iEAAY,CAAA;IACZ,uEAAe,CAAA;IACf,iEAAY,CAAA;IACZ,2DAAS,CAAA;IACT,mEAAa,CAAA;IACb,uEAAe,CAAA;AACjB,CAAC,EARW,kBAAkB,kCAAlB,kBAAkB,QAQ7B;AAED,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,kCAAW,CAAA;IACX,qCAAc,CAAA;IACd,yCAAkB,CAAA;IAClB,8CAAuB,CAAA;IACvB,wCAAiB,CAAA;IACjB,sCAAe,CAAA;IACf,+CAAwB,CAAA;AAC1B,CAAC,EARW,mBAAmB,mCAAnB,mBAAmB,QAQ9B"}
@@ -1 +1,2 @@
1
1
  export { AdvertSourceDropdownSearchDto } from './advert-source-dropdown-search.dto';
2
+ export * from './advert-source.enum';
@@ -1,3 +1,18 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./advert-source.enum"), exports);
3
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/advert-source/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/advert-source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,uDAAqC"}
@@ -19,7 +19,7 @@ import { MismatchReportEntity } from './mismatch-report.type';
19
19
  import { PropertyImageEntity } from './property-image.type';
20
20
  import { PropertyDocumentEntity } from './property-document.type';
21
21
  import { VnpReasonEntity } from './vnp-reason.type';
22
- import { CustomerPropertyCadastralNumberDto, ExclusivePropertyAgreementDataDto, PropertyExclusiveStatusEnum, RealtySubtypeEnum, RealtyTypeEnum } from '../customer-property';
22
+ import { CustomerPropertyCadastralNumberDto, CustomerPropertyExportType, ExclusivePropertyAgreementDataDto, PropertyExclusiveStatusEnum, RealtySubtypeEnum, RealtyTypeEnum } from '../customer-property';
23
23
  import { CustomerPropertyAttributes, DealTypeEnum, RegistrationTypeEnum } from '../attributes';
24
24
  import { CustomerPropertyOwner } from '../customer';
25
25
  import { AgencyEntity } from './agency.type';
@@ -115,6 +115,7 @@ export type CustomerPropertyEntity = BaseEntity & {
115
115
  liquidityScore: number;
116
116
  } | null;
117
117
  nearestInfrastructure: NearestInfrastructureItem[];
118
+ exportInfo?: CustomerPropertyExportType[];
118
119
  };
119
120
  export type NearestInfrastructureItem = {
120
121
  lat: number;
@@ -0,0 +1,10 @@
1
+ import { AdvertSourceKeyEnum } from '../advert-source/advert-source.enum';
2
+ export type CustomerPropertyExportType = {
3
+ type: AdvertSourceKeyEnum;
4
+ id?: number | string;
5
+ title?: string;
6
+ url?: string;
7
+ status?: number | string;
8
+ errors?: string[];
9
+ published_at?: Date;
10
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=customer-property-export-info.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customer-property-export-info.type.js","sourceRoot":"","sources":["../../../types/customer-property/customer-property-export-info.type.ts"],"names":[],"mappings":""}
@@ -32,3 +32,4 @@ export { CustomerPropertySortByFieldEnum } from './customer-property-sort-by-fie
32
32
  export type { SeoDto } from './seo.dto';
33
33
  export type { UpdateCustomerPropertyDto, UpdateCustomerPropertyParamsDto, } from './update-customer-property.dto';
34
34
  export { CustomerPropertyUpdateDuplicateStatusDto } from '../customer-property/customer-property-duplicate.dto';
35
+ export * from './customer-property-export-info.type';
@@ -1,4 +1,18 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
17
  exports.CustomerPropertySortByFieldEnum = exports.RentTypeEnum = exports.ComplexType = exports.PropertyExclusiveStatusEnum = exports.PropertyDocumentCategory = exports.RealtySubtypeEnum = exports.RealtyTypeEnum = exports.CustomerPropertyDuplicateStatusEnum = void 0;
4
18
  var property_duplicate_status_enum_1 = require("./property-duplicate-status.enum");
@@ -17,4 +31,5 @@ var rent_type_enum_1 = require("./rent-type.enum");
17
31
  Object.defineProperty(exports, "RentTypeEnum", { enumerable: true, get: function () { return rent_type_enum_1.RentTypeEnum; } });
18
32
  var customer_property_sort_by_field_enum_1 = require("./customer-property-sort-by-field.enum");
19
33
  Object.defineProperty(exports, "CustomerPropertySortByFieldEnum", { enumerable: true, get: function () { return customer_property_sort_by_field_enum_1.CustomerPropertySortByFieldEnum; } });
34
+ __exportStar(require("./customer-property-export-info.type"), exports);
20
35
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/customer-property/index.ts"],"names":[],"mappings":";;;AA4BA,mFAAuF;AAA9E,qJAAA,mCAAmC,OAAA;AAC5C,uDAAoD;AAA3C,kHAAA,cAAc,OAAA;AACvB,6DAA0D;AAAjD,wHAAA,iBAAiB,OAAA;AAC1B,qFAA6E;AAApE,2IAAA,wBAAwB,OAAA;AACjC,mFAA+E;AAAtE,6IAAA,2BAA2B,OAAA;AACpC,+CAA6C;AAApC,2GAAA,WAAW,OAAA;AACpB,mDAAgD;AAAvC,8GAAA,YAAY,OAAA;AAYrB,+FAAyF;AAAhF,uJAAA,+BAA+B,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/customer-property/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AA4BA,mFAAuF;AAA9E,qJAAA,mCAAmC,OAAA;AAC5C,uDAAoD;AAA3C,kHAAA,cAAc,OAAA;AACvB,6DAA0D;AAAjD,wHAAA,iBAAiB,OAAA;AAC1B,qFAA6E;AAApE,2IAAA,wBAAwB,OAAA;AACjC,mFAA+E;AAAtE,6IAAA,2BAA2B,OAAA;AACpC,+CAA6C;AAApC,2GAAA,WAAW,OAAA;AACpB,mDAAgD;AAAvC,8GAAA,YAAY,OAAA;AAYrB,+FAAyF;AAAhF,uJAAA,+BAA+B,OAAA;AAYxC,uEAAqD"}
@@ -1,14 +1,14 @@
1
1
  export declare enum GeoToPlatformsEnum {
2
- olx = "OlxUa",
3
- domRia = "DomRiaUa",
4
- besplatka = "BesplatkaUa",
5
- obyava = "ObyavaUa"
2
+ olx = "olx_ua",
3
+ domRia = "dom_ria",
4
+ besplatka = "besplatka",
5
+ obyava = "obyava"
6
6
  }
7
7
  export declare enum GeoTopZoneToPlatformsEnum {
8
- domRia = "DomRiaUa"
8
+ domRia = "dom_ria"
9
9
  }
10
10
  export declare enum GeoStreetToPlatformsEnum {
11
- rem = "RemUa",
12
- besplatka = "BesplatkaUa",
13
- obyava = "ObyavaUa"
11
+ rem = "rem",
12
+ besplatka = "besplatka",
13
+ obyava = "obyava"
14
14
  }
@@ -3,19 +3,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GeoStreetToPlatformsEnum = exports.GeoTopZoneToPlatformsEnum = exports.GeoToPlatformsEnum = void 0;
4
4
  var GeoToPlatformsEnum;
5
5
  (function (GeoToPlatformsEnum) {
6
- GeoToPlatformsEnum["olx"] = "OlxUa";
7
- GeoToPlatformsEnum["domRia"] = "DomRiaUa";
8
- GeoToPlatformsEnum["besplatka"] = "BesplatkaUa";
9
- GeoToPlatformsEnum["obyava"] = "ObyavaUa";
6
+ GeoToPlatformsEnum["olx"] = "olx_ua";
7
+ GeoToPlatformsEnum["domRia"] = "dom_ria";
8
+ GeoToPlatformsEnum["besplatka"] = "besplatka";
9
+ GeoToPlatformsEnum["obyava"] = "obyava";
10
10
  })(GeoToPlatformsEnum || (exports.GeoToPlatformsEnum = GeoToPlatformsEnum = {}));
11
11
  var GeoTopZoneToPlatformsEnum;
12
12
  (function (GeoTopZoneToPlatformsEnum) {
13
- GeoTopZoneToPlatformsEnum["domRia"] = "DomRiaUa";
13
+ GeoTopZoneToPlatformsEnum["domRia"] = "dom_ria";
14
14
  })(GeoTopZoneToPlatformsEnum || (exports.GeoTopZoneToPlatformsEnum = GeoTopZoneToPlatformsEnum = {}));
15
15
  var GeoStreetToPlatformsEnum;
16
16
  (function (GeoStreetToPlatformsEnum) {
17
- GeoStreetToPlatformsEnum["rem"] = "RemUa";
18
- GeoStreetToPlatformsEnum["besplatka"] = "BesplatkaUa";
19
- GeoStreetToPlatformsEnum["obyava"] = "ObyavaUa";
17
+ GeoStreetToPlatformsEnum["rem"] = "rem";
18
+ GeoStreetToPlatformsEnum["besplatka"] = "besplatka";
19
+ GeoStreetToPlatformsEnum["obyava"] = "obyava";
20
20
  })(GeoStreetToPlatformsEnum || (exports.GeoStreetToPlatformsEnum = GeoStreetToPlatformsEnum = {}));
21
21
  //# sourceMappingURL=geo-to-platforms.enum.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"geo-to-platforms.enum.js","sourceRoot":"","sources":["../../../types/geo/geo-to-platforms.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,yCAAmB,CAAA;IACnB,+CAAyB,CAAA;IACzB,yCAAmB,CAAA;AACrB,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B;AAED,IAAY,yBAEX;AAFD,WAAY,yBAAyB;IACnC,gDAAmB,CAAA;AACrB,CAAC,EAFW,yBAAyB,yCAAzB,yBAAyB,QAEpC;AAED,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,yCAAa,CAAA;IACb,qDAAyB,CAAA;IACzB,+CAAmB,CAAA;AACrB,CAAC,EAJW,wBAAwB,wCAAxB,wBAAwB,QAInC"}
1
+ {"version":3,"file":"geo-to-platforms.enum.js","sourceRoot":"","sources":["../../../types/geo/geo-to-platforms.enum.ts"],"names":[],"mappings":";;;AAEA,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,oCAA6B,CAAA;IAC7B,wCAAmC,CAAA;IACnC,6CAAyC,CAAA;IACzC,uCAAmC,CAAA;AACrC,CAAC,EALW,kBAAkB,kCAAlB,kBAAkB,QAK7B;AAED,IAAY,yBAEX;AAFD,WAAY,yBAAyB;IACnC,+CAAmC,CAAA;AACrC,CAAC,EAFW,yBAAyB,yCAAzB,yBAAyB,QAEpC;AAED,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAClC,uCAA6B,CAAA;IAC7B,mDAAyC,CAAA;IACzC,6CAAmC,CAAA;AACrC,CAAC,EAJW,wBAAwB,wCAAxB,wBAAwB,QAInC"}
@@ -79,7 +79,7 @@ export { BaseSnapshot, UserSnapshot, UserSocials, AdvertSourceSnapshot, Customer
79
79
  export { AggregateToSnapshot, Payload, SnapshotBuildResult, } from './snapshot-builder';
80
80
  export { LoginByGoogleDto, LoginDto, ForgotPasswordDto, ResetPasswordDto, LoginResponseStatusEnum, LoginResponseDto, AuthenticatedLoginResponse, TelegramLinkRequiredLoginResponse, ForgotPasswordResponseDto, ResetPasswordResponseDto, ValidateResetTokenRequestDto, ValidateResetTokenResponseDto, TwoFactorAuthResponseDto, Initiate2FADto, Verify2FADto, } from './auth';
81
81
  export { ArchiveReasonDestinationEnum, ArchiveReasonDropdownParamsDto, } from './archive-reasons';
82
- export { AdvertSourceDropdownSearchDto } from './advert-source';
82
+ export { AdvertSourceDropdownSearchDto, AdvertSourceIdEnum, AdvertSourceKeyEnum, } from './advert-source';
83
83
  export { AgencyDropdownParamsDto } from './agency';
84
84
  export { AttorneyDto, AttorneyTypeEnum } from './attorney';
85
85
  export { AttentionRequiredStatistic, AttentionRequiredOfficeStatistic, AttentionRequiredUpdateDto, AttentionRequiredWithChangesParamsDto, AttentionRequiredWithChangesSortByFieldEnum, AttentionRequiredOfficeStatisticParamsDto, AttentionRequiredOfficeStatisticSortByFieldEnum, AttentionRequiredSearchParamsDto, AttentionRequiredStatisticParamsDto, AttentionRequiredEntityEnum, } from './attention-required';
@@ -114,7 +114,7 @@ export { CreateSectionDto, SectionSearchParamsDto, SectionSortByFieldEnum, } fro
114
114
  export { EmployeeAgreementsStatisticsParamsDto, EmployeeAgreementsStatisticsSortByFieldEnum, EmployeeAgreementsStatisticsItemDto, ExclusivePropertyStatisticsParamsDto, ExclusivePropertyStatisticsDto, HandlingListeningsStatisticsItemDto, HandlingListeningsStatisticsParamsDto, HandlingListeningsStatisticsSortByFieldEnum, RealEstateByPropertyTypeParamsDto, RealtorInvolvmentUserStatisticsDto, RealtorInvolvmentStatisticsDto, SearchUsageStatisticsParamsDto, SearchUsageStatisticsDto, SearchUsageStatisticsValueDto, } from './statistic';
115
115
  export { AnalyticsEventTypeEnum, AnalyticsEventPayloadMap, AttributesSearchEventPayload, AnalyticsEventCreateDto, } from './analytics';
116
116
  export { StreetAutocompleteParamsDto, StreetDto, StreetLocationResponseDto, StreetSearchParamsDto, StreetSortByFieldEnum, } from './street';
117
- export { StreetResolverTreeNode, StreetResolverUnresolvedStreet, StreetResolverCandidate, StreetResolverLegacyPoint } from './street-resolver';
117
+ export { StreetResolverTreeNode, StreetResolverUnresolvedStreet, StreetResolverCandidate, StreetResolverLegacyPoint, } from './street-resolver';
118
118
  export { TemplateDto, TemplateReactionDto, TemplateReactionResponseDto, TemplateReactionSearchParamsDto, TemplateRepresentationDto, TemplateResponseDto, TemplateSearchParamsDto, TemplateViewResponseDto, TemplateViewSearchParamsDto, TemplateRoleDto, TemplateOfficeDto, TemplateCommentDto, TemplateCommentCreateDto, TemplateCommentResponseDto, } from './template';
119
119
  export { TopzoneDto, TopzoneSearchParamsDto, TopzoneDropdownListParamsDto, TopzoneSortByFieldEnum, } from './topzone';
120
120
  export { UploadedReportFileDto, UploadedFileType } from './uploaded-file';
@@ -124,7 +124,7 @@ export { UserOfficeDto } from './user-office';
124
124
  export { PermissionConnectDtoModel, PermissionDto } from './user-permission';
125
125
  export { UserPointsAmountDto, UserPointsStatisticDto, UserPointsAmountByDateDto, UserPointsUserStatisticDto, UserPointsChangesSearchParamsDto, } from './user-points';
126
126
  export { ProfileDto, UpdateProfileDto } from './user-profile';
127
- export { ArchiveCustomerPropertyDto, CreateCustomerPropertyDto, CreateCustomerPropertyWithoutSellerDto, CreateCustomerAdditionalOwnerDto, CustomerPropertiesGroupedByAddressSearchParamsDto, CustomerPropertiesGroupedByAddressDto, CustomerPropertiesGroupedByFloorDto, CustomerPropertyAutocompleteParamsDto, CustomerPropertyCheckDuplicateDto, CustomerPropertyCheckExclusiveExistsDto, CustomerPropertyConfirmExclusiveDto, CustomerPropertyDocumentDto, CustomerPropertyImageDto, CustomerPropertySearchApartmentParamsDto, CustomerPropertySearchAreaParamsDto, CustomerPropertySearchByCadastralNumberParamsDto, CustomerPropertySearchCommercialParamsDto, CustomerPropertySearchHouseParamsDto, CustomerPropertyStages, ExclusivePropertyAgreementDataDto, SearchCustomerPropertyByAttributesDto, CustomerPropertySearchParamsDto, CustomerPropertySortByFieldEnum, SeoDto, UpdateCustomerPropertyDto, UpdateCustomerPropertyParamsDto, CustomerPropertyUpdateDuplicateStatusDto, CustomerPropertyCadastralNumberDto, } from './customer-property';
127
+ export { ArchiveCustomerPropertyDto, CreateCustomerPropertyDto, CreateCustomerPropertyWithoutSellerDto, CreateCustomerAdditionalOwnerDto, CustomerPropertiesGroupedByAddressSearchParamsDto, CustomerPropertiesGroupedByAddressDto, CustomerPropertiesGroupedByFloorDto, CustomerPropertyAutocompleteParamsDto, CustomerPropertyCheckDuplicateDto, CustomerPropertyCheckExclusiveExistsDto, CustomerPropertyConfirmExclusiveDto, CustomerPropertyDocumentDto, CustomerPropertyImageDto, CustomerPropertySearchApartmentParamsDto, CustomerPropertySearchAreaParamsDto, CustomerPropertySearchByCadastralNumberParamsDto, CustomerPropertySearchCommercialParamsDto, CustomerPropertySearchHouseParamsDto, CustomerPropertyStages, ExclusivePropertyAgreementDataDto, SearchCustomerPropertyByAttributesDto, CustomerPropertySearchParamsDto, CustomerPropertySortByFieldEnum, SeoDto, UpdateCustomerPropertyDto, UpdateCustomerPropertyParamsDto, CustomerPropertyUpdateDuplicateStatusDto, CustomerPropertyCadastralNumberDto, CustomerPropertyExportType, } from './customer-property';
128
128
  export { AddCustomerToBucketDto, ArchiveCustomerDto, CreateCustomerDto, CustomerAutocompleteParamsDto, BuyerSearchParamsDto, SearchCustomerByPhoneDto, UpdateCustomerDto, CustomerSortByFieldEnum, CustomerByPhoneNumberDto, CustomerByPhoneNumberRealtorDto, } from './customer';
129
129
  export { GeoSearchParamsDto, GeoSearchCoordinatesParamsDto, GeoKeysDto, GeoNode, GeoDtoModel, EnhancedSearchParamsDto, EnhancedSearchResponseDto, } from './geo';
130
130
  export { AutocompleteParamsDto, DateFilterParamsDto, PaginatedList, PaginatedParams, SortOrderEnum, SortingParams, TextSearchDto, SearchByPhoneType, MultiLanguageArray, ValueOf, IdDto, Translated, VNP_REASON_IDS, } from './common';
@@ -16,8 +16,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  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.PermissionCategoryKeyEnum = exports.SettingsPermissions = exports.HeaderPermissions = 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.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
18
  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_SIGN = 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.KitchenAdditionalEnum = exports.WcTypeEnum = exports.SecrSignatureEnum = exports.MethodSellingEnum = exports.MarketTypeEnum = exports.AttributeTypeEnum = void 0;
19
- exports.UploadedFileType = exports.TopzoneSortByFieldEnum = exports.StreetSortByFieldEnum = exports.AnalyticsEventTypeEnum = exports.HandlingListeningsStatisticsSortByFieldEnum = exports.EmployeeAgreementsStatisticsSortByFieldEnum = exports.SectionSortByFieldEnum = exports.ROLE_WEIGHT_MAP = exports.LegacyRole = 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.RequestPropertyChangeType = exports.BuildCompanySortByFieldEnum = exports.AttentionRequiredEntityEnum = exports.AttentionRequiredOfficeStatisticSortByFieldEnum = exports.AttentionRequiredWithChangesSortByFieldEnum = exports.AttorneyTypeEnum = exports.ArchiveReasonDestinationEnum = exports.LoginResponseStatusEnum = exports.SupportedAggregateType = exports.ApartmentComplexType = exports.ViewingCompletionStatus = exports.ParticipantType = exports.ViewingType = void 0;
20
- exports.NegativeCompletionStatuses = exports.PositiveCompletionStatuses = exports.ViewingCompletionStatusLabels = exports.ViewingStatusLabels = exports.ParserSchemes = exports.ParseFields = exports.VNP_REASON_IDS = exports.SortOrderEnum = exports.CustomerSortByFieldEnum = exports.CustomerPropertySortByFieldEnum = exports.UserActionLogsSortByFieldEnum = exports.UserSortByFieldEnum = exports.UserAttorneyType = void 0;
19
+ exports.StreetSortByFieldEnum = exports.AnalyticsEventTypeEnum = exports.HandlingListeningsStatisticsSortByFieldEnum = exports.EmployeeAgreementsStatisticsSortByFieldEnum = exports.SectionSortByFieldEnum = exports.ROLE_WEIGHT_MAP = exports.LegacyRole = 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.RequestPropertyChangeType = exports.BuildCompanySortByFieldEnum = exports.AttentionRequiredEntityEnum = exports.AttentionRequiredOfficeStatisticSortByFieldEnum = exports.AttentionRequiredWithChangesSortByFieldEnum = exports.AttorneyTypeEnum = exports.AdvertSourceKeyEnum = exports.AdvertSourceIdEnum = exports.ArchiveReasonDestinationEnum = exports.LoginResponseStatusEnum = exports.SupportedAggregateType = exports.ApartmentComplexType = exports.ViewingCompletionStatus = exports.ParticipantType = exports.ViewingType = void 0;
20
+ exports.NegativeCompletionStatuses = exports.PositiveCompletionStatuses = exports.ViewingCompletionStatusLabels = exports.ViewingStatusLabels = exports.ParserSchemes = exports.ParseFields = exports.VNP_REASON_IDS = exports.SortOrderEnum = exports.CustomerSortByFieldEnum = exports.CustomerPropertySortByFieldEnum = exports.UserActionLogsSortByFieldEnum = exports.UserSortByFieldEnum = exports.UserAttorneyType = exports.UploadedFileType = exports.TopzoneSortByFieldEnum = void 0;
21
21
  var permission_enum_1 = require("./permissions/permission.enum");
22
22
  Object.defineProperty(exports, "PermissionEnum", { enumerable: true, get: function () { return permission_enum_1.PermissionEnum; } });
23
23
  Object.defineProperty(exports, "UserPermissions", { enumerable: true, get: function () { return permission_enum_1.UserPermissions; } });
@@ -181,6 +181,9 @@ var auth_1 = require("./auth");
181
181
  Object.defineProperty(exports, "LoginResponseStatusEnum", { enumerable: true, get: function () { return auth_1.LoginResponseStatusEnum; } });
182
182
  var archive_reasons_1 = require("./archive-reasons");
183
183
  Object.defineProperty(exports, "ArchiveReasonDestinationEnum", { enumerable: true, get: function () { return archive_reasons_1.ArchiveReasonDestinationEnum; } });
184
+ var advert_source_1 = require("./advert-source");
185
+ Object.defineProperty(exports, "AdvertSourceIdEnum", { enumerable: true, get: function () { return advert_source_1.AdvertSourceIdEnum; } });
186
+ Object.defineProperty(exports, "AdvertSourceKeyEnum", { enumerable: true, get: function () { return advert_source_1.AdvertSourceKeyEnum; } });
184
187
  var attorney_1 = require("./attorney");
185
188
  Object.defineProperty(exports, "AttorneyTypeEnum", { enumerable: true, get: function () { return attorney_1.AttorneyTypeEnum; } });
186
189
  var attention_required_1 = require("./attention-required");
@@ -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":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vector-shared",
3
- "version": "1.2.26",
3
+ "version": "1.2.28",
4
4
  "description": "Private shared package",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",