@deallony/shared 1.2.14 → 1.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/abstract/baseService.d.ts +0 -0
- package/dist/cjs/abstract/baseService.js +0 -0
- package/dist/cjs/abstract/index.d.ts +0 -0
- package/dist/cjs/abstract/index.js +0 -0
- package/dist/cjs/constants/ad/Ad.d.ts +0 -0
- package/dist/cjs/constants/ad/Ad.js +0 -0
- package/dist/cjs/constants/ad/index.d.ts +0 -0
- package/dist/cjs/constants/ad/index.js +0 -0
- package/dist/cjs/constants/common/MetaData.d.ts +0 -0
- package/dist/cjs/constants/common/MetaData.js +0 -0
- package/dist/cjs/constants/common/Role.d.ts +0 -0
- package/dist/cjs/constants/common/Role.js +0 -0
- package/dist/cjs/constants/common/Subject.d.ts +0 -0
- package/dist/cjs/constants/common/Subject.js +0 -0
- package/dist/cjs/constants/common/index.d.ts +0 -0
- package/dist/cjs/constants/common/index.js +0 -0
- package/dist/cjs/constants/company/Company.d.ts +0 -0
- package/dist/cjs/constants/company/Company.js +0 -0
- package/dist/cjs/constants/company/index.d.ts +0 -0
- package/dist/cjs/constants/company/index.js +0 -0
- package/dist/cjs/constants/events/Event.d.ts +0 -0
- package/dist/cjs/constants/events/Event.js +0 -0
- package/dist/cjs/constants/events/EventTemplate.d.ts +0 -0
- package/dist/cjs/constants/events/EventTemplate.js +0 -0
- package/dist/cjs/constants/events/EventTimeline.d.ts +0 -0
- package/dist/cjs/constants/events/EventTimeline.js +0 -0
- package/dist/cjs/constants/events/EventType.d.ts +0 -0
- package/dist/cjs/constants/events/EventType.js +0 -0
- package/dist/cjs/constants/events/EventWedding.d.ts +0 -0
- package/dist/cjs/constants/events/EventWedding.js +0 -0
- package/dist/cjs/constants/events/index.d.ts +0 -0
- package/dist/cjs/constants/events/index.js +0 -0
- package/dist/cjs/constants/index.d.ts +0 -0
- package/dist/cjs/constants/index.js +0 -0
- package/dist/cjs/constants/motor/Motor.d.ts +0 -0
- package/dist/cjs/constants/motor/Motor.js +0 -0
- package/dist/cjs/constants/motor/index.d.ts +0 -0
- package/dist/cjs/constants/motor/index.js +0 -0
- package/dist/cjs/constants/property/Property.d.ts +0 -0
- package/dist/cjs/constants/property/Property.js +0 -0
- package/dist/cjs/constants/property/index.d.ts +0 -0
- package/dist/cjs/constants/property/index.js +0 -0
- package/dist/cjs/constants/routes/app.d.ts +0 -0
- package/dist/cjs/constants/routes/app.js +0 -0
- package/dist/cjs/constants/routes/index.d.ts +0 -0
- package/dist/cjs/constants/routes/index.js +0 -0
- package/dist/cjs/constants/service/Service.d.ts +0 -0
- package/dist/cjs/constants/service/Service.js +0 -0
- package/dist/cjs/constants/service/index.d.ts +0 -0
- package/dist/cjs/constants/service/index.js +0 -0
- package/dist/cjs/constants/used-product/UsedProduct.d.ts +0 -0
- package/dist/cjs/constants/used-product/UsedProduct.js +0 -0
- package/dist/cjs/constants/used-product/index.d.ts +0 -0
- package/dist/cjs/constants/used-product/index.js +0 -0
- package/dist/cjs/dto/ad/Ad.dto.d.ts +0 -0
- package/dist/cjs/dto/ad/Ad.dto.js +0 -0
- package/dist/cjs/dto/ai/Ai.dto.d.ts +0 -0
- package/dist/cjs/dto/ai/Ai.dto.js +0 -0
- package/dist/cjs/dto/common/localizedName.dto.d.ts +0 -0
- package/dist/cjs/dto/common/localizedName.dto.js +0 -0
- package/dist/cjs/dto/events/Event.d.ts +2 -0
- package/dist/cjs/dto/events/Event.dto.d.ts +0 -0
- package/dist/cjs/dto/events/Event.dto.js +0 -0
- package/dist/cjs/dto/events/Event.js +5 -0
- package/dist/cjs/dto/events/EventRsvp.dto.d.ts +0 -0
- package/dist/cjs/dto/events/EventRsvp.dto.js +0 -0
- package/dist/cjs/dto/events/EventTemplate.d.ts +14 -0
- package/dist/cjs/dto/events/EventTemplate.dto.d.ts +18 -0
- package/dist/cjs/dto/events/EventTemplate.dto.js +11 -0
- package/dist/cjs/dto/events/EventTemplate.js +14 -0
- package/dist/cjs/dto/events/EventTimeline.dto.d.ts +0 -0
- package/dist/cjs/dto/events/EventTimeline.dto.js +0 -0
- package/dist/cjs/dto/events/EventType.d.ts +2 -0
- package/dist/cjs/dto/events/EventType.dto.d.ts +16 -0
- package/dist/cjs/dto/events/EventType.dto.js +10 -0
- package/dist/cjs/dto/events/EventType.js +5 -0
- package/dist/cjs/dto/events/EventVenue.dto.d.ts +0 -0
- package/dist/cjs/dto/events/EventVenue.dto.js +0 -0
- package/dist/cjs/dto/events/EventWedding.d.ts +11 -0
- package/dist/cjs/dto/events/EventWedding.dto.d.ts +0 -0
- package/dist/cjs/dto/events/EventWedding.dto.js +0 -0
- package/dist/cjs/dto/events/EventWedding.js +9 -0
- package/dist/cjs/dto/events/common.d.ts +5 -0
- package/dist/cjs/dto/events/common.js +8 -0
- package/dist/cjs/dto/events/index.d.ts +0 -0
- package/dist/cjs/dto/events/index.js +0 -0
- package/dist/cjs/dto/index.d.ts +0 -0
- package/dist/cjs/dto/index.js +0 -0
- package/dist/cjs/index.d.ts +0 -0
- package/dist/cjs/index.js +0 -0
- package/dist/cjs/schema/ad/index.d.ts +0 -0
- package/dist/cjs/schema/ad/index.js +0 -0
- package/dist/cjs/schema/ad/save-ad.schema.d.ts +0 -0
- package/dist/cjs/schema/ad/save-ad.schema.js +0 -0
- package/dist/cjs/schema/ai/ai-fill-ad-form.schema.d.ts +0 -0
- package/dist/cjs/schema/ai/ai-fill-ad-form.schema.js +0 -0
- package/dist/cjs/schema/ai/ai-fill-form.schema.d.ts +0 -0
- package/dist/cjs/schema/ai/ai-fill-form.schema.js +0 -0
- package/dist/cjs/schema/ai/index.d.ts +0 -0
- package/dist/cjs/schema/ai/index.js +0 -0
- package/dist/cjs/schema/common/Phone.schema.d.ts +0 -0
- package/dist/cjs/schema/common/Phone.schema.js +0 -0
- package/dist/cjs/schema/common/index.d.ts +0 -0
- package/dist/cjs/schema/common/index.js +0 -0
- package/dist/cjs/schema/common/localizedName.schema.d.ts +0 -0
- package/dist/cjs/schema/common/localizedName.schema.js +0 -0
- package/dist/cjs/schema/events/Event.schema.d.ts +0 -0
- package/dist/cjs/schema/events/Event.schema.js +0 -0
- package/dist/cjs/schema/events/EventRsvp.schema.d.ts +0 -0
- package/dist/cjs/schema/events/EventRsvp.schema.js +0 -0
- package/dist/cjs/schema/events/EventTimeline.schema.d.ts +0 -0
- package/dist/cjs/schema/events/EventTimeline.schema.js +0 -0
- package/dist/cjs/schema/events/EventVenue.schema.d.ts +0 -0
- package/dist/cjs/schema/events/EventVenue.schema.js +0 -0
- package/dist/cjs/schema/events/EventWedding.schema.d.ts +0 -0
- package/dist/cjs/schema/events/EventWedding.schema.js +3 -3
- package/dist/cjs/schema/events/index.d.ts +6 -5
- package/dist/cjs/schema/events/index.js +3 -0
- package/dist/cjs/schema/index.d.ts +0 -0
- package/dist/cjs/schema/index.js +0 -0
- package/dist/cjs/types/ad/Ad.d.ts +2 -0
- package/dist/cjs/types/ad/Ad.js +0 -0
- package/dist/cjs/types/ad/AdLocation.d.ts +0 -0
- package/dist/cjs/types/ad/AdLocation.js +0 -0
- package/dist/cjs/types/ad/AdPromotion.d.ts +0 -0
- package/dist/cjs/types/ad/AdPromotion.js +0 -0
- package/dist/cjs/types/ad/index.d.ts +0 -0
- package/dist/cjs/types/ad/index.js +0 -0
- package/dist/cjs/types/ad-common/Feature.d.ts +0 -0
- package/dist/cjs/types/ad-common/Feature.js +0 -0
- package/dist/cjs/types/ad-common/OfferType.d.ts +0 -0
- package/dist/cjs/types/ad-common/OfferType.js +0 -0
- package/dist/cjs/types/ad-common/PriceType.d.ts +0 -0
- package/dist/cjs/types/ad-common/PriceType.js +0 -0
- package/dist/cjs/types/ad-common/PublisherType.d.ts +0 -0
- package/dist/cjs/types/ad-common/PublisherType.js +0 -0
- package/dist/cjs/types/ad-common/UsedProductAge.d.ts +0 -0
- package/dist/cjs/types/ad-common/UsedProductAge.js +0 -0
- package/dist/cjs/types/ad-common/UsedProductCondition.d.ts +0 -0
- package/dist/cjs/types/ad-common/UsedProductCondition.js +0 -0
- package/dist/cjs/types/ad-common/index.d.ts +0 -0
- package/dist/cjs/types/ad-common/index.js +0 -0
- package/dist/cjs/types/analysis/AnalysisDailySnapshot.d.ts +0 -0
- package/dist/cjs/types/analysis/AnalysisDailySnapshot.js +0 -0
- package/dist/cjs/types/analysis/index.d.ts +0 -0
- package/dist/cjs/types/analysis/index.js +0 -0
- package/dist/cjs/types/attributes/CarBody.d.ts +5 -0
- package/dist/cjs/types/attributes/CarBody.js +2 -0
- package/dist/cjs/types/attributes/Category.d.ts +0 -0
- package/dist/cjs/types/attributes/Category.js +0 -0
- package/dist/cjs/types/attributes/CategoryWorkType.d.ts +0 -0
- package/dist/cjs/types/attributes/CategoryWorkType.js +0 -0
- package/dist/cjs/types/attributes/Color.d.ts +0 -0
- package/dist/cjs/types/attributes/Color.js +0 -0
- package/dist/cjs/types/attributes/Currency.d.ts +0 -0
- package/dist/cjs/types/attributes/Currency.js +0 -0
- package/dist/cjs/types/attributes/Facility.d.ts +6 -0
- package/dist/cjs/types/attributes/Facility.js +2 -0
- package/dist/cjs/types/attributes/Feature.d.ts +7 -0
- package/dist/cjs/types/attributes/Feature.js +2 -0
- package/dist/cjs/types/attributes/FuelType.d.ts +5 -0
- package/dist/cjs/types/attributes/FuelType.js +2 -0
- package/dist/cjs/types/attributes/LicenseType.d.ts +5 -0
- package/dist/cjs/types/attributes/LicenseType.js +2 -0
- package/dist/cjs/types/attributes/OfferType.d.ts +5 -0
- package/dist/cjs/types/attributes/OfferType.js +2 -0
- package/dist/cjs/types/attributes/PriceType.d.ts +7 -0
- package/dist/cjs/types/attributes/PriceType.js +2 -0
- package/dist/cjs/types/attributes/PropertyStatus.d.ts +5 -0
- package/dist/cjs/types/attributes/PropertyStatus.js +2 -0
- package/dist/cjs/types/attributes/PublisherType.d.ts +5 -0
- package/dist/cjs/types/attributes/PublisherType.js +2 -0
- package/dist/cjs/types/attributes/RegionalSpec.d.ts +5 -0
- package/dist/cjs/types/attributes/RegionalSpec.js +2 -0
- package/dist/cjs/types/attributes/Transmission.d.ts +5 -0
- package/dist/cjs/types/attributes/Transmission.js +2 -0
- package/dist/cjs/types/attributes/Unit.d.ts +5 -0
- package/dist/cjs/types/attributes/Unit.js +2 -0
- package/dist/cjs/types/attributes/UsedProductAge.d.ts +7 -0
- package/dist/cjs/types/attributes/UsedProductAge.js +2 -0
- package/dist/cjs/types/attributes/UsedProductCondition.d.ts +7 -0
- package/dist/cjs/types/attributes/UsedProductCondition.js +2 -0
- package/dist/cjs/types/attributes/WorkType.d.ts +6 -0
- package/dist/cjs/types/attributes/WorkType.js +2 -0
- package/dist/cjs/types/attributes/index.d.ts +0 -0
- package/dist/cjs/types/attributes/index.js +0 -0
- package/dist/cjs/types/common/AccessType.d.ts +5 -0
- package/dist/cjs/types/common/AccessType.js +2 -0
- package/dist/cjs/types/common/Config.d.ts +0 -0
- package/dist/cjs/types/common/Config.js +0 -0
- package/dist/cjs/types/common/FilterParams.d.ts +0 -0
- package/dist/cjs/types/common/FilterParams.js +0 -0
- package/dist/cjs/types/common/LocalizedName.d.ts +0 -0
- package/dist/cjs/types/common/LocalizedName.js +0 -0
- package/dist/cjs/types/common/MetaData.d.ts +0 -0
- package/dist/cjs/types/common/MetaData.js +0 -0
- package/dist/cjs/types/common/Response.d.ts +0 -0
- package/dist/cjs/types/common/Response.js +0 -0
- package/dist/cjs/types/common/Status.d.ts +0 -0
- package/dist/cjs/types/common/Status.js +0 -0
- package/dist/cjs/types/common/Subject.d.ts +0 -0
- package/dist/cjs/types/common/Subject.js +0 -0
- package/dist/cjs/types/common/index.d.ts +0 -0
- package/dist/cjs/types/common/index.js +0 -0
- package/dist/cjs/types/communication/AppStartScreen.d.ts +0 -0
- package/dist/cjs/types/communication/AppStartScreen.js +0 -0
- package/dist/cjs/types/communication/Chat.d.ts +0 -0
- package/dist/cjs/types/communication/Chat.js +0 -0
- package/dist/cjs/types/communication/Device.d.ts +0 -0
- package/dist/cjs/types/communication/Device.js +0 -0
- package/dist/cjs/types/communication/MessageTemplate.d.ts +0 -0
- package/dist/cjs/types/communication/MessageTemplate.js +0 -0
- package/dist/cjs/types/communication/NotificationToken.d.ts +0 -0
- package/dist/cjs/types/communication/NotificationToken.js +0 -0
- package/dist/cjs/types/communication/index.d.ts +0 -0
- package/dist/cjs/types/communication/index.js +0 -0
- package/dist/cjs/types/company/Company.d.ts +0 -0
- package/dist/cjs/types/company/Company.js +0 -0
- package/dist/cjs/types/events/Event.d.ts +0 -0
- package/dist/cjs/types/events/Event.js +0 -0
- package/dist/cjs/types/events/EventRsvp.d.ts +0 -0
- package/dist/cjs/types/events/EventRsvp.js +0 -0
- package/dist/cjs/types/events/EventTemplate.d.ts +14 -0
- package/dist/cjs/types/events/EventTemplate.js +14 -0
- package/dist/cjs/types/events/EventTimeline.d.ts +0 -0
- package/dist/cjs/types/events/EventTimeline.js +0 -0
- package/dist/cjs/types/events/EventType.d.ts +10 -0
- package/dist/cjs/types/events/EventType.js +11 -0
- package/dist/cjs/types/events/EventVenue.d.ts +0 -0
- package/dist/cjs/types/events/EventVenue.js +0 -0
- package/dist/cjs/types/events/EventWedding.d.ts +0 -0
- package/dist/cjs/types/events/EventWedding.js +0 -0
- package/dist/cjs/types/events/index.d.ts +0 -0
- package/dist/cjs/types/events/index.js +0 -0
- package/dist/cjs/types/geo/AdminBoundary.d.ts +0 -0
- package/dist/cjs/types/geo/AdminBoundary.js +0 -0
- package/dist/cjs/types/geo/City.d.ts +0 -0
- package/dist/cjs/types/geo/City.js +0 -0
- package/dist/cjs/types/geo/District.d.ts +0 -0
- package/dist/cjs/types/geo/District.js +0 -0
- package/dist/cjs/types/geo/index.d.ts +0 -0
- package/dist/cjs/types/geo/index.js +0 -0
- package/dist/cjs/types/index.d.ts +0 -0
- package/dist/cjs/types/index.js +0 -0
- package/dist/cjs/types/integrations/Google.d.ts +0 -0
- package/dist/cjs/types/integrations/Google.js +0 -0
- package/dist/cjs/types/integrations/index.d.ts +0 -0
- package/dist/cjs/types/integrations/index.js +0 -0
- package/dist/cjs/types/listings/Ad.d.ts +93 -0
- package/dist/cjs/types/listings/Ad.js +25 -0
- package/dist/cjs/types/listings/AdLocation.d.ts +5 -0
- package/dist/cjs/types/listings/AdLocation.js +2 -0
- package/dist/cjs/types/listings/AdPromotion.d.ts +12 -0
- package/dist/cjs/types/listings/AdPromotion.js +2 -0
- package/dist/cjs/types/listings/Motor.d.ts +24 -0
- package/dist/cjs/types/listings/Motor.js +17 -0
- package/dist/cjs/types/listings/MotorTrim.d.ts +6 -0
- package/dist/cjs/types/listings/MotorTrim.js +2 -0
- package/dist/cjs/types/listings/Property.d.ts +37 -0
- package/dist/cjs/types/listings/Property.js +14 -0
- package/dist/cjs/types/listings/PropertySubType.d.ts +6 -0
- package/dist/cjs/types/listings/PropertySubType.js +2 -0
- package/dist/cjs/types/listings/Service.d.ts +14 -0
- package/dist/cjs/types/listings/Service.js +9 -0
- package/dist/cjs/types/listings/UsedProduct.d.ts +8 -0
- package/dist/cjs/types/listings/UsedProduct.js +7 -0
- package/dist/cjs/types/listings/index.d.ts +5 -0
- package/dist/cjs/types/listings/index.js +21 -0
- package/dist/cjs/types/media/File.d.ts +0 -0
- package/dist/cjs/types/media/File.js +0 -0
- package/dist/cjs/types/media/Image.d.ts +0 -0
- package/dist/cjs/types/media/Image.js +0 -0
- package/dist/cjs/types/media/Media.d.ts +0 -0
- package/dist/cjs/types/media/Media.js +0 -0
- package/dist/cjs/types/media/SocialMediaPlatform.d.ts +0 -0
- package/dist/cjs/types/media/SocialMediaPlatform.js +0 -0
- package/dist/cjs/types/media/SocialMediaProfile.d.ts +0 -0
- package/dist/cjs/types/media/SocialMediaProfile.js +0 -0
- package/dist/cjs/types/media/index.d.ts +0 -0
- package/dist/cjs/types/media/index.js +0 -0
- package/dist/cjs/types/motor/CarBody.d.ts +0 -0
- package/dist/cjs/types/motor/CarBody.js +0 -0
- package/dist/cjs/types/motor/FuelType.d.ts +0 -0
- package/dist/cjs/types/motor/FuelType.js +0 -0
- package/dist/cjs/types/motor/Motor.d.ts +0 -0
- package/dist/cjs/types/motor/Motor.js +0 -0
- package/dist/cjs/types/motor/MotorTrim.d.ts +0 -0
- package/dist/cjs/types/motor/MotorTrim.js +0 -0
- package/dist/cjs/types/motor/RegionalSpec.d.ts +0 -0
- package/dist/cjs/types/motor/RegionalSpec.js +0 -0
- package/dist/cjs/types/motor/Transmission.d.ts +0 -0
- package/dist/cjs/types/motor/Transmission.js +0 -0
- package/dist/cjs/types/motor/index.d.ts +0 -0
- package/dist/cjs/types/motor/index.js +0 -0
- package/dist/cjs/types/property/Facility.d.ts +0 -0
- package/dist/cjs/types/property/Facility.js +0 -0
- package/dist/cjs/types/property/LicenseType.d.ts +0 -0
- package/dist/cjs/types/property/LicenseType.js +0 -0
- package/dist/cjs/types/property/Property.d.ts +0 -0
- package/dist/cjs/types/property/Property.js +0 -0
- package/dist/cjs/types/property/PropertyStatus.d.ts +0 -0
- package/dist/cjs/types/property/PropertyStatus.js +0 -0
- package/dist/cjs/types/property/PropertySubType.d.ts +0 -0
- package/dist/cjs/types/property/PropertySubType.js +0 -0
- package/dist/cjs/types/property/index.d.ts +0 -0
- package/dist/cjs/types/property/index.js +0 -0
- package/dist/cjs/types/service/AccessType.d.ts +0 -0
- package/dist/cjs/types/service/AccessType.js +0 -0
- package/dist/cjs/types/service/Service.d.ts +0 -0
- package/dist/cjs/types/service/Service.js +0 -0
- package/dist/cjs/types/service/Unit.d.ts +0 -0
- package/dist/cjs/types/service/Unit.js +0 -0
- package/dist/cjs/types/service/WorkType.d.ts +0 -0
- package/dist/cjs/types/service/WorkType.js +0 -0
- package/dist/cjs/types/service/index.d.ts +0 -0
- package/dist/cjs/types/service/index.js +0 -0
- package/dist/cjs/types/used-product/UsedProduct.d.ts +0 -0
- package/dist/cjs/types/used-product/UsedProduct.js +0 -0
- package/dist/cjs/types/used-product/index.d.ts +0 -0
- package/dist/cjs/types/used-product/index.js +0 -0
- package/dist/cjs/types/user/Favorite.d.ts +0 -0
- package/dist/cjs/types/user/Favorite.js +0 -0
- package/dist/cjs/types/user/Loyalty.d.ts +0 -0
- package/dist/cjs/types/user/Loyalty.js +0 -0
- package/dist/cjs/types/user/Permission.d.ts +0 -0
- package/dist/cjs/types/user/Permission.js +0 -0
- package/dist/cjs/types/user/PotentialUser.d.ts +0 -0
- package/dist/cjs/types/user/PotentialUser.js +0 -0
- package/dist/cjs/types/user/Role.d.ts +0 -0
- package/dist/cjs/types/user/Role.js +0 -0
- package/dist/cjs/types/user/User.d.ts +0 -0
- package/dist/cjs/types/user/User.js +0 -0
- package/dist/cjs/types/user/Wallet.d.ts +0 -0
- package/dist/cjs/types/user/Wallet.js +0 -0
- package/dist/cjs/types/user/index.d.ts +0 -0
- package/dist/cjs/types/user/index.js +0 -0
- package/dist/cjs/utils/converter.d.ts +0 -0
- package/dist/cjs/utils/converter.js +0 -0
- package/dist/cjs/utils/index.d.ts +0 -0
- package/dist/cjs/utils/index.js +0 -0
- package/dist/cjs/utils/routes.d.ts +0 -0
- package/dist/cjs/utils/routes.js +0 -0
- package/dist/cjs/utils/translation.d.ts +0 -0
- package/dist/cjs/utils/translation.js +0 -0
- package/dist/cjs/validation/ad/save-ad.d.ts +45 -0
- package/dist/cjs/validation/ad/save-ad.js +55 -0
- package/dist/esm/abstract/baseService.js +0 -0
- package/dist/esm/abstract/index.js +0 -0
- package/dist/esm/constants/ad/Ad.js +0 -0
- package/dist/esm/constants/ad/index.js +0 -0
- package/dist/esm/constants/common/MetaData.js +0 -0
- package/dist/esm/constants/common/Role.js +0 -0
- package/dist/esm/constants/common/Subject.js +0 -0
- package/dist/esm/constants/common/index.js +0 -0
- package/dist/esm/constants/company/Company.js +0 -0
- package/dist/esm/constants/company/index.js +0 -0
- package/dist/esm/constants/events/Event.js +0 -0
- package/dist/esm/constants/events/EventTemplate.js +0 -0
- package/dist/esm/constants/events/EventTimeline.js +0 -0
- package/dist/esm/constants/events/EventType.js +0 -0
- package/dist/esm/constants/events/EventWedding.js +0 -0
- package/dist/esm/constants/events/index.js +0 -0
- package/dist/esm/constants/index.js +0 -0
- package/dist/esm/constants/motor/Motor.js +0 -0
- package/dist/esm/constants/motor/index.js +0 -0
- package/dist/esm/constants/property/Property.js +0 -0
- package/dist/esm/constants/property/index.js +0 -0
- package/dist/esm/constants/routes/app.js +0 -0
- package/dist/esm/constants/routes/index.js +0 -0
- package/dist/esm/constants/service/Service.js +0 -0
- package/dist/esm/constants/service/index.js +0 -0
- package/dist/esm/constants/used-product/UsedProduct.js +0 -0
- package/dist/esm/constants/used-product/index.js +0 -0
- package/dist/esm/dto/ad/Ad.dto.js +0 -0
- package/dist/esm/dto/ai/Ai.dto.js +0 -0
- package/dist/esm/dto/common/localizedName.dto.js +0 -0
- package/dist/esm/dto/events/Event.dto.js +0 -0
- package/dist/esm/dto/events/Event.js +1 -0
- package/dist/esm/dto/events/EventRsvp.dto.js +0 -0
- package/dist/esm/dto/events/EventTemplate.dto.js +8 -0
- package/dist/esm/dto/events/EventTemplate.js +11 -0
- package/dist/esm/dto/events/EventTimeline.dto.js +0 -0
- package/dist/esm/dto/events/EventType.dto.js +7 -0
- package/dist/esm/dto/events/EventType.js +1 -0
- package/dist/esm/dto/events/EventVenue.dto.js +0 -0
- package/dist/esm/dto/events/EventWedding.dto.js +0 -0
- package/dist/esm/dto/events/EventWedding.js +6 -0
- package/dist/esm/dto/events/common.js +5 -0
- package/dist/esm/dto/events/index.js +0 -0
- package/dist/esm/dto/index.js +0 -0
- package/dist/esm/index.js +0 -0
- package/dist/esm/schema/ad/index.js +0 -0
- package/dist/esm/schema/ad/save-ad.schema.js +0 -0
- package/dist/esm/schema/ai/ai-fill-ad-form.schema.js +0 -0
- package/dist/esm/schema/ai/ai-fill-form.schema.js +0 -0
- package/dist/esm/schema/ai/index.js +0 -0
- package/dist/esm/schema/common/Phone.schema.js +0 -0
- package/dist/esm/schema/common/index.js +0 -0
- package/dist/esm/schema/common/localizedName.schema.js +0 -0
- package/dist/esm/schema/events/Event.schema.js +0 -0
- package/dist/esm/schema/events/EventRsvp.schema.js +0 -0
- package/dist/esm/schema/events/EventTimeline.schema.js +0 -0
- package/dist/esm/schema/events/EventVenue.schema.js +0 -0
- package/dist/esm/schema/events/EventWedding.schema.js +1 -1
- package/dist/esm/schema/events/index.js +6 -5
- package/dist/esm/schema/index.js +0 -0
- package/dist/esm/types/ad/Ad.js +0 -0
- package/dist/esm/types/ad/AdLocation.js +0 -0
- package/dist/esm/types/ad/AdPromotion.js +0 -0
- package/dist/esm/types/ad/index.js +0 -0
- package/dist/esm/types/ad-common/Feature.js +0 -0
- package/dist/esm/types/ad-common/OfferType.js +0 -0
- package/dist/esm/types/ad-common/PriceType.js +0 -0
- package/dist/esm/types/ad-common/PublisherType.js +0 -0
- package/dist/esm/types/ad-common/UsedProductAge.js +0 -0
- package/dist/esm/types/ad-common/UsedProductCondition.js +0 -0
- package/dist/esm/types/ad-common/index.js +0 -0
- package/dist/esm/types/analysis/AnalysisDailySnapshot.js +0 -0
- package/dist/esm/types/analysis/index.js +0 -0
- package/dist/esm/types/attributes/CarBody.js +1 -0
- package/dist/esm/types/attributes/Category.js +0 -0
- package/dist/esm/types/attributes/CategoryWorkType.js +0 -0
- package/dist/esm/types/attributes/Color.js +0 -0
- package/dist/esm/types/attributes/Currency.js +0 -0
- package/dist/esm/types/attributes/Facility.js +1 -0
- package/dist/esm/types/attributes/Feature.js +1 -0
- package/dist/esm/types/attributes/FuelType.js +1 -0
- package/dist/esm/types/attributes/LicenseType.js +1 -0
- package/dist/esm/types/attributes/OfferType.js +1 -0
- package/dist/esm/types/attributes/PriceType.js +1 -0
- package/dist/esm/types/attributes/PropertyStatus.js +1 -0
- package/dist/esm/types/attributes/PublisherType.js +1 -0
- package/dist/esm/types/attributes/RegionalSpec.js +1 -0
- package/dist/esm/types/attributes/Transmission.js +1 -0
- package/dist/esm/types/attributes/Unit.js +1 -0
- package/dist/esm/types/attributes/UsedProductAge.js +1 -0
- package/dist/esm/types/attributes/UsedProductCondition.js +1 -0
- package/dist/esm/types/attributes/WorkType.js +1 -0
- package/dist/esm/types/attributes/index.js +0 -0
- package/dist/esm/types/common/AccessType.js +1 -0
- package/dist/esm/types/common/Config.js +0 -0
- package/dist/esm/types/common/FilterParams.js +0 -0
- package/dist/esm/types/common/LocalizedName.js +0 -0
- package/dist/esm/types/common/MetaData.js +0 -0
- package/dist/esm/types/common/Response.js +0 -0
- package/dist/esm/types/common/Status.js +0 -0
- package/dist/esm/types/common/Subject.js +0 -0
- package/dist/esm/types/common/index.js +0 -0
- package/dist/esm/types/communication/AppStartScreen.js +0 -0
- package/dist/esm/types/communication/Chat.js +0 -0
- package/dist/esm/types/communication/Device.js +0 -0
- package/dist/esm/types/communication/MessageTemplate.js +0 -0
- package/dist/esm/types/communication/NotificationToken.js +0 -0
- package/dist/esm/types/communication/index.js +0 -0
- package/dist/esm/types/company/Company.js +0 -0
- package/dist/esm/types/events/Event.js +0 -0
- package/dist/esm/types/events/EventRsvp.js +0 -0
- package/dist/esm/types/events/EventTemplate.js +11 -0
- package/dist/esm/types/events/EventTimeline.js +0 -0
- package/dist/esm/types/events/EventType.js +8 -0
- package/dist/esm/types/events/EventVenue.js +0 -0
- package/dist/esm/types/events/EventWedding.js +0 -0
- package/dist/esm/types/events/index.js +0 -0
- package/dist/esm/types/geo/AdminBoundary.js +0 -0
- package/dist/esm/types/geo/City.js +0 -0
- package/dist/esm/types/geo/District.js +0 -0
- package/dist/esm/types/geo/index.js +0 -0
- package/dist/esm/types/index.js +0 -0
- package/dist/esm/types/integrations/Google.js +0 -0
- package/dist/esm/types/integrations/index.js +0 -0
- package/dist/esm/types/listings/Ad.js +22 -0
- package/dist/esm/types/listings/AdLocation.js +1 -0
- package/dist/esm/types/listings/AdPromotion.js +1 -0
- package/dist/esm/types/listings/Motor.js +14 -0
- package/dist/esm/types/listings/MotorTrim.js +1 -0
- package/dist/esm/types/listings/Property.js +11 -0
- package/dist/esm/types/listings/PropertySubType.js +1 -0
- package/dist/esm/types/listings/Service.js +6 -0
- package/dist/esm/types/listings/UsedProduct.js +4 -0
- package/dist/esm/types/listings/index.js +5 -0
- package/dist/esm/types/media/File.js +0 -0
- package/dist/esm/types/media/Image.js +0 -0
- package/dist/esm/types/media/Media.js +0 -0
- package/dist/esm/types/media/SocialMediaPlatform.js +0 -0
- package/dist/esm/types/media/SocialMediaProfile.js +0 -0
- package/dist/esm/types/media/index.js +0 -0
- package/dist/esm/types/motor/CarBody.js +0 -0
- package/dist/esm/types/motor/FuelType.js +0 -0
- package/dist/esm/types/motor/Motor.js +0 -0
- package/dist/esm/types/motor/MotorTrim.js +0 -0
- package/dist/esm/types/motor/RegionalSpec.js +0 -0
- package/dist/esm/types/motor/Transmission.js +0 -0
- package/dist/esm/types/motor/index.js +0 -0
- package/dist/esm/types/property/Facility.js +0 -0
- package/dist/esm/types/property/LicenseType.js +0 -0
- package/dist/esm/types/property/Property.js +0 -0
- package/dist/esm/types/property/PropertyStatus.js +0 -0
- package/dist/esm/types/property/PropertySubType.js +0 -0
- package/dist/esm/types/property/index.js +0 -0
- package/dist/esm/types/service/AccessType.js +0 -0
- package/dist/esm/types/service/Service.js +0 -0
- package/dist/esm/types/service/Unit.js +0 -0
- package/dist/esm/types/service/WorkType.js +0 -0
- package/dist/esm/types/service/index.js +0 -0
- package/dist/esm/types/used-product/UsedProduct.js +0 -0
- package/dist/esm/types/used-product/index.js +0 -0
- package/dist/esm/types/user/Favorite.js +0 -0
- package/dist/esm/types/user/Loyalty.js +0 -0
- package/dist/esm/types/user/Permission.js +0 -0
- package/dist/esm/types/user/PotentialUser.js +0 -0
- package/dist/esm/types/user/Role.js +0 -0
- package/dist/esm/types/user/User.js +0 -0
- package/dist/esm/types/user/Wallet.js +0 -0
- package/dist/esm/types/user/index.js +0 -0
- package/dist/esm/utils/converter.js +0 -0
- package/dist/esm/utils/index.js +0 -0
- package/dist/esm/utils/routes.js +0 -0
- package/dist/esm/utils/translation.js +0 -0
- package/dist/esm/validation/ad/save-ad.js +52 -0
- package/package.json +1 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { type LocalizedName } from '../common/LocalizedName';
|
|
2
|
+
import type { IEventType } from './EventType';
|
|
3
|
+
import type { IEventWedding } from './EventWedding';
|
|
4
|
+
export type IEventTemplate = {
|
|
5
|
+
id?: number;
|
|
6
|
+
code: string;
|
|
7
|
+
name: LocalizedName;
|
|
8
|
+
active: boolean;
|
|
9
|
+
religion: string | null;
|
|
10
|
+
event_type_id: number;
|
|
11
|
+
eventType?: IEventType;
|
|
12
|
+
weddings?: IEventWedding[];
|
|
13
|
+
};
|
|
14
|
+
export declare const emptyEventTemplate: IEventTemplate;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emptyEventTemplate = void 0;
|
|
4
|
+
const LocalizedName_1 = require("../common/LocalizedName");
|
|
5
|
+
exports.emptyEventTemplate = {
|
|
6
|
+
id: 0,
|
|
7
|
+
code: '',
|
|
8
|
+
name: (0, LocalizedName_1.createEmptyLocalizedName)(),
|
|
9
|
+
active: true,
|
|
10
|
+
religion: null,
|
|
11
|
+
event_type_id: 0,
|
|
12
|
+
eventType: undefined,
|
|
13
|
+
weddings: [],
|
|
14
|
+
};
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type LocalizedName } from '../common/LocalizedName';
|
|
2
|
+
import type { IEventTemplate } from './EventTemplate';
|
|
3
|
+
export type IEventType = {
|
|
4
|
+
id?: number;
|
|
5
|
+
code: string;
|
|
6
|
+
name: LocalizedName;
|
|
7
|
+
active: boolean;
|
|
8
|
+
templates?: IEventTemplate[];
|
|
9
|
+
};
|
|
10
|
+
export declare const emptyEventType: IEventType;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emptyEventType = void 0;
|
|
4
|
+
const LocalizedName_1 = require("../common/LocalizedName");
|
|
5
|
+
exports.emptyEventType = {
|
|
6
|
+
id: 0,
|
|
7
|
+
code: '',
|
|
8
|
+
name: (0, LocalizedName_1.createEmptyLocalizedName)(),
|
|
9
|
+
active: true,
|
|
10
|
+
templates: [],
|
|
11
|
+
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/cjs/types/index.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { IMedia } from "../media/Media";
|
|
2
|
+
import { IUser } from "../user/User";
|
|
3
|
+
import { IAdLocations } from "./AdLocation";
|
|
4
|
+
import { IAdPromotion } from "./AdPromotion";
|
|
5
|
+
import { IMotor } from "./Motor";
|
|
6
|
+
import { IProperty } from "./Property";
|
|
7
|
+
import { IService } from "./Service";
|
|
8
|
+
import { IUsedProduct } from "./UsedProduct";
|
|
9
|
+
import { SubjectTable } from "../common/Subject";
|
|
10
|
+
export type IAd = {
|
|
11
|
+
id?: number;
|
|
12
|
+
user_id?: number;
|
|
13
|
+
status_id?: number;
|
|
14
|
+
title?: string;
|
|
15
|
+
description?: string;
|
|
16
|
+
category_id?: number;
|
|
17
|
+
price?: number;
|
|
18
|
+
base_price?: number;
|
|
19
|
+
currency_id?: number;
|
|
20
|
+
negotiable?: boolean;
|
|
21
|
+
views?: number;
|
|
22
|
+
city_id?: number;
|
|
23
|
+
latitude: number;
|
|
24
|
+
longitude: number;
|
|
25
|
+
baseAdminBoundaryId: number;
|
|
26
|
+
adLocations?: IAdLocations;
|
|
27
|
+
subject_id?: number;
|
|
28
|
+
contact_methods: {
|
|
29
|
+
by_message?: boolean;
|
|
30
|
+
by_whatsapp?: boolean;
|
|
31
|
+
by_call?: boolean;
|
|
32
|
+
} | null;
|
|
33
|
+
selected_phone: string | null;
|
|
34
|
+
user?: IUser;
|
|
35
|
+
media: IMedia[];
|
|
36
|
+
subject_type?: SubjectTable;
|
|
37
|
+
promotions?: IAdPromotion[];
|
|
38
|
+
property?: IProperty;
|
|
39
|
+
motor?: IMotor;
|
|
40
|
+
service?: IService;
|
|
41
|
+
product?: IUsedProduct;
|
|
42
|
+
created_at?: string;
|
|
43
|
+
updated_at?: string;
|
|
44
|
+
};
|
|
45
|
+
export type SaveAdDto = Partial<Omit<IAd, "created_at" | "updated_at" | "views" | "user" | "promotions">> & {
|
|
46
|
+
id?: number;
|
|
47
|
+
latitude?: number;
|
|
48
|
+
longitude?: number;
|
|
49
|
+
baseAdminBoundaryId?: number;
|
|
50
|
+
adLocations?: IAdLocations;
|
|
51
|
+
};
|
|
52
|
+
export type GetAdsFilterDto = {
|
|
53
|
+
ids?: number[];
|
|
54
|
+
city_id?: number;
|
|
55
|
+
district_ids?: number[];
|
|
56
|
+
boundary_ids?: number[];
|
|
57
|
+
category_id?: number;
|
|
58
|
+
user_id?: number;
|
|
59
|
+
subject_type?: SubjectTable;
|
|
60
|
+
search?: string;
|
|
61
|
+
status?: string;
|
|
62
|
+
page?: number;
|
|
63
|
+
limit?: number;
|
|
64
|
+
currency_id?: number;
|
|
65
|
+
min_price?: number;
|
|
66
|
+
max_price?: number;
|
|
67
|
+
parent_category_id?: number;
|
|
68
|
+
property?: {
|
|
69
|
+
property_type_id?: number;
|
|
70
|
+
offer_type_id?: number;
|
|
71
|
+
bedrooms?: number[];
|
|
72
|
+
bathrooms?: number[];
|
|
73
|
+
};
|
|
74
|
+
service?: {
|
|
75
|
+
access_type_id?: number;
|
|
76
|
+
district_ids?: number[];
|
|
77
|
+
};
|
|
78
|
+
product?: {
|
|
79
|
+
condition_id?: number;
|
|
80
|
+
age_id?: number;
|
|
81
|
+
};
|
|
82
|
+
motor?: {
|
|
83
|
+
transmission_ids?: number[];
|
|
84
|
+
fuel_type_ids?: number[];
|
|
85
|
+
offer_type_ids?: number[];
|
|
86
|
+
color_ids?: number[];
|
|
87
|
+
min_year?: number;
|
|
88
|
+
max_year?: number;
|
|
89
|
+
min_mileage?: number;
|
|
90
|
+
max_mileage?: number;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
export declare const emptyAd: IAd;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emptyAd = void 0;
|
|
4
|
+
const Motor_1 = require("./Motor");
|
|
5
|
+
const Property_1 = require("./Property");
|
|
6
|
+
const Service_1 = require("./Service");
|
|
7
|
+
const UsedProduct_1 = require("./UsedProduct");
|
|
8
|
+
exports.emptyAd = {
|
|
9
|
+
id: 0,
|
|
10
|
+
user_id: 0,
|
|
11
|
+
status_id: 0,
|
|
12
|
+
title: "",
|
|
13
|
+
description: "",
|
|
14
|
+
negotiable: false,
|
|
15
|
+
latitude: 0,
|
|
16
|
+
longitude: 0,
|
|
17
|
+
baseAdminBoundaryId: 0,
|
|
18
|
+
contact_methods: null,
|
|
19
|
+
selected_phone: null,
|
|
20
|
+
media: [],
|
|
21
|
+
property: Property_1.emptyProperty,
|
|
22
|
+
motor: Motor_1.emptyMotor,
|
|
23
|
+
service: Service_1.emptyService,
|
|
24
|
+
product: UsedProduct_1.emptyUsedProduct,
|
|
25
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type PromotionKind = "highlight" | "featured" | "top";
|
|
2
|
+
export type IAdPromotion = {
|
|
3
|
+
id?: number;
|
|
4
|
+
ad_id: number;
|
|
5
|
+
active: boolean;
|
|
6
|
+
promotion_type: PromotionKind;
|
|
7
|
+
promoted_from: string;
|
|
8
|
+
promoted_until: string;
|
|
9
|
+
amount_paid?: number | null;
|
|
10
|
+
created_at?: string;
|
|
11
|
+
updated_at?: string;
|
|
12
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { SubjectTableEnum } from "../common/Subject";
|
|
2
|
+
export type MotorDoors = number | null;
|
|
3
|
+
export type IMotor = {
|
|
4
|
+
id: number;
|
|
5
|
+
componentType?: SubjectTableEnum.MOTORS;
|
|
6
|
+
trim_id?: number | null;
|
|
7
|
+
body_type_id: number;
|
|
8
|
+
regional_spec_id: number;
|
|
9
|
+
transmission_id: number;
|
|
10
|
+
fuel_type_id: number;
|
|
11
|
+
interior_color_id: number | null;
|
|
12
|
+
exterior_color_id?: number | null;
|
|
13
|
+
mileage: number;
|
|
14
|
+
offer_type_id: number;
|
|
15
|
+
year: number | null;
|
|
16
|
+
doors?: MotorDoors;
|
|
17
|
+
horsepower?: number | null;
|
|
18
|
+
created_at: string;
|
|
19
|
+
updated_at: string;
|
|
20
|
+
publisher_type_id?: number;
|
|
21
|
+
price_type_id?: number;
|
|
22
|
+
seats_count: number | null;
|
|
23
|
+
};
|
|
24
|
+
export declare const emptyMotor: IMotor;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emptyMotor = void 0;
|
|
4
|
+
exports.emptyMotor = {
|
|
5
|
+
id: 0,
|
|
6
|
+
body_type_id: 0,
|
|
7
|
+
regional_spec_id: 0,
|
|
8
|
+
transmission_id: 0,
|
|
9
|
+
fuel_type_id: 0,
|
|
10
|
+
interior_color_id: null,
|
|
11
|
+
mileage: 0,
|
|
12
|
+
offer_type_id: 0,
|
|
13
|
+
year: null,
|
|
14
|
+
created_at: "",
|
|
15
|
+
updated_at: "",
|
|
16
|
+
seats_count: null,
|
|
17
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { SubjectTableEnum } from "../common/Subject";
|
|
2
|
+
export type PropertyBathrooms = "0" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
3
|
+
export type PropertyFurnished = "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "+10";
|
|
4
|
+
export type IPropertyFacility = {
|
|
5
|
+
distance_in_meters: number;
|
|
6
|
+
facility_id: number;
|
|
7
|
+
};
|
|
8
|
+
export type IPropertyFeature = {
|
|
9
|
+
id: number;
|
|
10
|
+
properties_id: number;
|
|
11
|
+
feature_id: number;
|
|
12
|
+
};
|
|
13
|
+
export type IProperty = {
|
|
14
|
+
id: number;
|
|
15
|
+
componentType?: SubjectTableEnum.PROPERTIES;
|
|
16
|
+
offer_type_id: number;
|
|
17
|
+
price_type_id: number;
|
|
18
|
+
size_m2: number;
|
|
19
|
+
bedrooms: number;
|
|
20
|
+
district_id?: number;
|
|
21
|
+
created_at: string;
|
|
22
|
+
updated_at: string;
|
|
23
|
+
property_facilities: IPropertyFacility[];
|
|
24
|
+
property_features?: IPropertyFeature[];
|
|
25
|
+
feature_ids: number[];
|
|
26
|
+
property_status_id?: number;
|
|
27
|
+
license_type_id?: number;
|
|
28
|
+
floor?: number;
|
|
29
|
+
total_floors?: number;
|
|
30
|
+
age_id?: number;
|
|
31
|
+
bathrooms?: number;
|
|
32
|
+
condition_id?: number;
|
|
33
|
+
publisher_type_id?: number;
|
|
34
|
+
furnished?: boolean;
|
|
35
|
+
parking?: boolean;
|
|
36
|
+
};
|
|
37
|
+
export declare const emptyProperty: IProperty;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emptyProperty = void 0;
|
|
4
|
+
exports.emptyProperty = {
|
|
5
|
+
id: 0,
|
|
6
|
+
offer_type_id: 0,
|
|
7
|
+
price_type_id: 0,
|
|
8
|
+
size_m2: 0,
|
|
9
|
+
bedrooms: 0,
|
|
10
|
+
created_at: "",
|
|
11
|
+
updated_at: "",
|
|
12
|
+
property_facilities: [],
|
|
13
|
+
feature_ids: [],
|
|
14
|
+
};
|