@rolatech/angular-services 20.1.6-beta.1 → 20.1.6-beta.11
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/index.d.ts
CHANGED
|
@@ -821,6 +821,15 @@ declare class PropertyHighlightsService extends BaseService {
|
|
|
821
821
|
static ɵprov: i0.ɵɵInjectableDeclaration<PropertyHighlightsService>;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
|
+
declare class FloorplanService extends BaseService {
|
|
825
|
+
init(): void;
|
|
826
|
+
uploadFloorplan(propertyId: string, data: FormData): Observable<any>;
|
|
827
|
+
listFloorplans(propertyId: string): Observable<any>;
|
|
828
|
+
deleteFloorplan(propertyId: string, floorplanId: string): Observable<any>;
|
|
829
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FloorplanService, never>;
|
|
830
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FloorplanService>;
|
|
831
|
+
}
|
|
832
|
+
|
|
824
833
|
declare class LoadingInterceptor {
|
|
825
834
|
loadingService: LoadingService;
|
|
826
835
|
activeRequests: number;
|
|
@@ -851,5 +860,5 @@ declare const SERVICE_DIRECTIVES: Provider[];
|
|
|
851
860
|
|
|
852
861
|
declare function provideAngularServices(): EnvironmentProviders;
|
|
853
862
|
|
|
854
|
-
export { AmenityService, BackButtonDirective, BaseService, BillingService, BookingService, BreadcrumbService, CartEventType, CartService, CategoryService, ConversationInitService, ConversationService, DialogComponent, DialogService, FacilityService, FeatureService, FulfillmentService, HideFooterDirective, InventoryService, InvoiceService, LayoutService, LoadingInterceptor, LoadingService, MediaService, MembershipService, NavigationService, NotificationService, NotificationStore, NotificationTemplateService, OfferingService, OrderPayoutService, OrderService, PaymentService, PostService, ProductCategoryService, ProductService, PropertyHighlightsService, PropertySearchService, PropertyService, ResourceCategoryService, ResourceService, SERVICE_DIRECTIVES, SidenavService, SnackBarService, SupportService, ThemeService, TimeZoneService, TitleService, acceptLanguageInterceptor, provideAngularServices };
|
|
863
|
+
export { AmenityService, BackButtonDirective, BaseService, BillingService, BookingService, BreadcrumbService, CartEventType, CartService, CategoryService, ConversationInitService, ConversationService, DialogComponent, DialogService, FacilityService, FeatureService, FloorplanService, FulfillmentService, HideFooterDirective, InventoryService, InvoiceService, LayoutService, LoadingInterceptor, LoadingService, MediaService, MembershipService, NavigationService, NotificationService, NotificationStore, NotificationTemplateService, OfferingService, OrderPayoutService, OrderService, PaymentService, PostService, ProductCategoryService, ProductService, PropertyHighlightsService, PropertySearchService, PropertyService, ResourceCategoryService, ResourceService, SERVICE_DIRECTIVES, SidenavService, SnackBarService, SupportService, ThemeService, TimeZoneService, TitleService, acceptLanguageInterceptor, provideAngularServices };
|
|
855
864
|
export type { ChatMessage, ConversationInitResponse, DialogData, IDynamicDialogConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-services",
|
|
3
|
-
"version": "20.1.6-beta.
|
|
3
|
+
"version": "20.1.6-beta.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@rolatech/angular-common": "20.1.6-beta.
|
|
15
|
+
"@rolatech/angular-common": "20.1.6-beta.11",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|