@rolatech/angular-property 20.1.2 → 20.1.3-beta.1

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.
@@ -1,2 +1,2 @@
1
- export { A as AdverseCreditStatus, B as BedroomRange, E as EmploymentStatus, M as Market, C as PriceRange, h as PropertyActionsComponent, z as PropertyApplicantType, q as PropertyInventoryStatus, i as PropertyItemComponent, x as PropertyOfferStatus, v as PropertyOfferTimelineStatus, w as PropertyOfferType, k as PropertyPriceType, j as PropertyPricingComponent, r as PropertyScope, n as PropertyStatus, o as PropertyType, m as PropertyVideoProvider, u as PropertyViewerCategory, s as PropertyViewingStatus, R as RentFrequency, y as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, c as propertyManageOffersRoutes, e as propertyManageRoutes, g as propertyManageViewingsRoutes, p as propertyReviewRoutes, d as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-DlDjmR4a.mjs';
1
+ export { A as AdverseCreditStatus, B as BedroomRange, E as EmploymentStatus, M as Market, C as PriceRange, h as PropertyActionsComponent, z as PropertyApplicantType, q as PropertyInventoryStatus, i as PropertyItemComponent, x as PropertyOfferStatus, v as PropertyOfferTimelineStatus, w as PropertyOfferType, k as PropertyPriceType, j as PropertyPricingComponent, r as PropertyScope, n as PropertyStatus, o as PropertyType, m as PropertyVideoProvider, u as PropertyViewerCategory, s as PropertyViewingStatus, R as RentFrequency, y as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, c as propertyManageOffersRoutes, e as propertyManageRoutes, g as propertyManageViewingsRoutes, p as propertyReviewRoutes, d as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-DjG8kjxb.mjs';
2
2
  //# sourceMappingURL=rolatech-angular-property.mjs.map
package/index.d.ts CHANGED
@@ -282,8 +282,8 @@ interface PropertyViewing {
282
282
  }
283
283
  interface PropertyViewingItem {
284
284
  propertyId: string;
285
- propertyTitle: string;
286
- propertyDescription: string;
285
+ title: string;
286
+ description: string;
287
287
  price: number;
288
288
  bedrooms: number;
289
289
  bathrooms: number;
@@ -346,8 +346,8 @@ interface PropertyOffer {
346
346
  income: number;
347
347
  adverseCreditStatus: AdverseCreditStatus;
348
348
  property: Property;
349
- propertyTitle: string;
350
- propertyDescription: string;
349
+ title: string;
350
+ description: string;
351
351
  createdAt: string;
352
352
  notes: string;
353
353
  item: PropertyOfferItem;
@@ -370,8 +370,8 @@ declare enum PropertyOfferTimelineStatus {
370
370
  }
371
371
  interface PropertyOfferItem {
372
372
  propertyId: string;
373
- propertyTitle: string;
374
- propertyDescription: string;
373
+ title: string;
374
+ description: string;
375
375
  amount: number;
376
376
  bedrooms: number;
377
377
  bathrooms: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-property",
3
- "version": "20.1.2",
3
+ "version": "20.1.3-beta.1",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -9,10 +9,10 @@
9
9
  "@angular/material": "^20.0.0"
10
10
  },
11
11
  "dependencies": {
12
- "@rolatech/angular-common": "20.1.2",
13
- "@rolatech/angular-components": "20.1.2",
14
- "@rolatech/angular-services": "20.1.2",
15
- "@rolatech/angular-auth": "20.1.2",
12
+ "@rolatech/angular-common": "20.1.3-beta.1",
13
+ "@rolatech/angular-components": "20.1.3-beta.1",
14
+ "@rolatech/angular-services": "20.1.3-beta.1",
15
+ "@rolatech/angular-auth": "20.1.3-beta.1",
16
16
  "tslib": "^2.3.0"
17
17
  },
18
18
  "sideEffects": false,