@rolatech/angular-services 20.2.4-beta.2 → 20.2.6-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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolatech/angular-services",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.6-beta.1",
|
|
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.2.
|
|
15
|
+
"@rolatech/angular-common": "20.2.6-beta.1",
|
|
16
16
|
"tslib": "^2.3.0"
|
|
17
17
|
},
|
|
18
18
|
"repository": {
|
|
@@ -533,6 +533,7 @@ declare class PropertyService extends BaseService {
|
|
|
533
533
|
uploadVariantMedia(variantId: string, data: FormData): Observable<any>;
|
|
534
534
|
deleteVariantMedia(variantId: string, mediaId: string): Observable<any>;
|
|
535
535
|
findUpcomingViewings(options: any): Observable<any>;
|
|
536
|
+
findViewings(options: any): Observable<any>;
|
|
536
537
|
findViewingsByUser(options: any): Observable<any>;
|
|
537
538
|
findViewingsByAgent(options: any): Observable<any>;
|
|
538
539
|
requestViewing(propertyId: string, data: any): Observable<any>;
|