@rolatech/angular-property 20.2.7-beta.1 → 20.2.7-beta.2

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 { G as AdverseCreditStatus, H as BedroomRange, E as EmploymentStatus, M as Market, I as PriceRange, n as PropertyActionsComponent, F as PropertyApplicantType, w as PropertyInventoryStatus, o as PropertyItemComponent, C as PropertyOfferStatus, A as PropertyOfferTimelineStatus, B as PropertyOfferType, r as PropertyPriceType, q as PropertyPricingComponent, x as PropertyScope, u as PropertyStatus, v as PropertyType, s as PropertyVideoProvider, z as PropertyViewerCategory, y as PropertyViewingStatus, R as RentFrequency, D as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, j as propertyAgentOfferRoutes, k as propertyAgentOverviewRoutes, i as propertyAgentViewingRoutes, d as propertyManageOffersRoutes, m as propertyManageOverviewRoutes, g as propertyManageRoutes, h as propertyManageViewingsRoutes, p as propertyReviewRoutes, e as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-DJVfGqvm.mjs';
1
+ export { G as AdverseCreditStatus, H as BedroomRange, E as EmploymentStatus, M as Market, I as PriceRange, n as PropertyActionsComponent, F as PropertyApplicantType, w as PropertyInventoryStatus, o as PropertyItemComponent, C as PropertyOfferStatus, A as PropertyOfferTimelineStatus, B as PropertyOfferType, r as PropertyPriceType, q as PropertyPricingComponent, x as PropertyScope, u as PropertyStatus, v as PropertyType, s as PropertyVideoProvider, z as PropertyViewerCategory, y as PropertyViewingStatus, R as RentFrequency, D as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, j as propertyAgentOfferRoutes, k as propertyAgentOverviewRoutes, i as propertyAgentViewingRoutes, d as propertyManageOffersRoutes, m as propertyManageOverviewRoutes, g as propertyManageRoutes, h as propertyManageViewingsRoutes, p as propertyReviewRoutes, e as propertyRoutes, t as tenantManageRoutes } from './rolatech-angular-property-rolatech-angular-property-Du0qae4S.mjs';
2
2
  //# sourceMappingURL=rolatech-angular-property.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolatech/angular-property",
3
- "version": "20.2.7-beta.1",
3
+ "version": "20.2.7-beta.2",
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.2.7-beta.1",
13
- "@rolatech/angular-components": "20.2.7-beta.1",
14
- "@rolatech/angular-services": "20.2.7-beta.1",
15
- "@rolatech/angular-auth": "20.2.7-beta.1",
12
+ "@rolatech/angular-common": "20.2.7-beta.2",
13
+ "@rolatech/angular-components": "20.2.7-beta.2",
14
+ "@rolatech/angular-services": "20.2.7-beta.2",
15
+ "@rolatech/angular-auth": "20.2.7-beta.2",
16
16
  "tslib": "^2.3.0"
17
17
  },
18
18
  "sideEffects": false,
@@ -339,7 +339,7 @@ interface PropertyOfferRequest {
339
339
  adverseCreditStatus?: AdverseCreditStatus | string;
340
340
  startDate: string;
341
341
  notes: string;
342
- amount: number;
342
+ price: number;
343
343
  numberOfTenants?: number;
344
344
  tenancyDuration?: number;
345
345
  tenantId?: string;
@@ -354,7 +354,7 @@ interface PropertyOffer {
354
354
  userId: string;
355
355
  agentId: string;
356
356
  propertyId: string;
357
- amount: number;
357
+ price: number;
358
358
  startDate: string;
359
359
  type: PropertyOfferType;
360
360
  invoiceOption: OfferInvoiceOption;