@rolatech/angular-property 20.1.2 → 20.1.3-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 { 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 { C as AdverseCreditStatus, D as BedroomRange, E as EmploymentStatus, M as Market, F as PriceRange, j as PropertyActionsComponent, B as PropertyApplicantType, s as PropertyInventoryStatus, k as PropertyItemComponent, z as PropertyOfferStatus, x as PropertyOfferTimelineStatus, y as PropertyOfferType, n as PropertyPriceType, m as PropertyPricingComponent, u as PropertyScope, q as PropertyStatus, r as PropertyType, o as PropertyVideoProvider, w as PropertyViewerCategory, v as PropertyViewingStatus, R as RentFrequency, A as ResidencyStatus, V as ViewingTime, f as featureManageRoutes, l as lettingManageRoutes, i as propertyAgentOfferRoutes, h as propertyAgentViewingRoutes, 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-6DXjssB_.mjs';
2
2
  //# sourceMappingURL=rolatech-angular-property.mjs.map
package/index.d.ts CHANGED
@@ -18,6 +18,10 @@ declare const lettingManageRoutes: Routes;
18
18
 
19
19
  declare const tenantManageRoutes: Routes;
20
20
 
21
+ declare const propertyAgentViewingRoutes: Routes;
22
+
23
+ declare const propertyAgentOfferRoutes: Routes;
24
+
21
25
  interface Feature {
22
26
  id: string;
23
27
  name: string;
@@ -282,8 +286,8 @@ interface PropertyViewing {
282
286
  }
283
287
  interface PropertyViewingItem {
284
288
  propertyId: string;
285
- propertyTitle: string;
286
- propertyDescription: string;
289
+ title: string;
290
+ description: string;
287
291
  price: number;
288
292
  bedrooms: number;
289
293
  bathrooms: number;
@@ -346,8 +350,8 @@ interface PropertyOffer {
346
350
  income: number;
347
351
  adverseCreditStatus: AdverseCreditStatus;
348
352
  property: Property;
349
- propertyTitle: string;
350
- propertyDescription: string;
353
+ title: string;
354
+ description: string;
351
355
  createdAt: string;
352
356
  notes: string;
353
357
  item: PropertyOfferItem;
@@ -370,8 +374,8 @@ declare enum PropertyOfferTimelineStatus {
370
374
  }
371
375
  interface PropertyOfferItem {
372
376
  propertyId: string;
373
- propertyTitle: string;
374
- propertyDescription: string;
377
+ title: string;
378
+ description: string;
375
379
  amount: number;
376
380
  bedrooms: number;
377
381
  bathrooms: number;
@@ -502,5 +506,5 @@ declare class PropertyPricingComponent implements OnInit {
502
506
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<PropertyPricingComponent, "rolatech-property-pricing", never, { "property": { "alias": "property"; "required": true; "isSignal": true; }; "price": { "alias": "price"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
503
507
  }
504
508
 
505
- export { AdverseCreditStatus, BedroomRange, EmploymentStatus, Market, PriceRange, PropertyActionsComponent, PropertyApplicantType, PropertyInventoryStatus, PropertyItemComponent, PropertyOfferStatus, PropertyOfferTimelineStatus, PropertyOfferType, PropertyPriceType, PropertyPricingComponent, PropertyScope, PropertyStatus, PropertyType, PropertyVideoProvider, PropertyViewerCategory, PropertyViewingStatus, RentFrequency, ResidencyStatus, ViewingTime, featureManageRoutes, lettingManageRoutes, propertyManageOffersRoutes, propertyManageRoutes, propertyManageViewingsRoutes, propertyReviewRoutes, propertyRoutes, tenantManageRoutes };
509
+ export { AdverseCreditStatus, BedroomRange, EmploymentStatus, Market, PriceRange, PropertyActionsComponent, PropertyApplicantType, PropertyInventoryStatus, PropertyItemComponent, PropertyOfferStatus, PropertyOfferTimelineStatus, PropertyOfferType, PropertyPriceType, PropertyPricingComponent, PropertyScope, PropertyStatus, PropertyType, PropertyVideoProvider, PropertyViewerCategory, PropertyViewingStatus, RentFrequency, ResidencyStatus, ViewingTime, featureManageRoutes, lettingManageRoutes, propertyAgentOfferRoutes, propertyAgentViewingRoutes, propertyManageOffersRoutes, propertyManageRoutes, propertyManageViewingsRoutes, propertyReviewRoutes, propertyRoutes, tenantManageRoutes };
506
510
  export type { Property, PropertyDepositResult, PropertyEpcModel, PropertyFeature, PropertyFeatureOption, PropertyHighlight, PropertyLocation, PropertyMedia, PropertyOffer, PropertyOfferItem, PropertyOfferItemMedia, PropertyOfferRequest, PropertyOption, PropertyOptionValue, PropertySearchOptions, PropertySection, PropertyTag, PropertyVariant, PropertyVariantMedia, PropertyVariantOption, PropertyVideo, PropertyViewing, PropertyViewingItem, PropertyViewingItemMedia, PropertyViewingRequest, Tenant, ViewingProposedSlot };
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.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.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.2",
13
+ "@rolatech/angular-components": "20.1.3-beta.2",
14
+ "@rolatech/angular-services": "20.1.3-beta.2",
15
+ "@rolatech/angular-auth": "20.1.3-beta.2",
16
16
  "tslib": "^2.3.0"
17
17
  },
18
18
  "sideEffects": false,