@irohalab/mira-sdk-angular 1.9.0 → 1.10.0

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.
@@ -14,7 +14,6 @@ import { ListMainItemResponse } from '../model/listMainItemResponse';
14
14
  import { ListSubItemFavoriteResponse } from '../model/listSubItemFavoriteResponse';
15
15
  import { MainItem } from '../model/mainItem';
16
16
  import { PatchFavoriteBody } from '../model/patchFavoriteBody';
17
- import { PropertyType } from '../model/propertyType';
18
17
  import { SubItem } from '../model/subItem';
19
18
  import { SubItemFavorite } from '../model/subItemFavorite';
20
19
  import { SucceedEmptyResponse } from '../model/succeedEmptyResponse';
@@ -198,26 +197,6 @@ export declare class DefaultMira implements DefaultMiraInterface {
198
197
  context?: HttpContext;
199
198
  transferCache?: boolean;
200
199
  }): Observable<HttpEvent<SucceedEmptyResponse>>;
201
- /**
202
- * get ALL property mappings
203
- * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
204
- * @param reportProgress flag to report request and response progress.
205
- */
206
- getAllPropertyMappings(observe?: 'body', reportProgress?: boolean, options?: {
207
- httpHeaderAccept?: 'application/json';
208
- context?: HttpContext;
209
- transferCache?: boolean;
210
- }): Observable<Array<PropertyType>>;
211
- getAllPropertyMappings(observe?: 'response', reportProgress?: boolean, options?: {
212
- httpHeaderAccept?: 'application/json';
213
- context?: HttpContext;
214
- transferCache?: boolean;
215
- }): Observable<HttpResponse<Array<PropertyType>>>;
216
- getAllPropertyMappings(observe?: 'events', reportProgress?: boolean, options?: {
217
- httpHeaderAccept?: 'application/json';
218
- context?: HttpContext;
219
- transferCache?: boolean;
220
- }): Observable<HttpEvent<Array<PropertyType>>>;
221
200
  /**
222
201
  * get favorite by MainItem id
223
202
  * @param id
@@ -24,7 +24,6 @@ import { ListMainItemResponse } from '../model/models';
24
24
  import { ListSubItemFavoriteResponse } from '../model/models';
25
25
  import { MainItem } from '../model/models';
26
26
  import { PatchFavoriteBody } from '../model/models';
27
- import { PropertyType } from '../model/models';
28
27
  import { SubItem } from '../model/models';
29
28
  import { SubItemFavorite } from '../model/models';
30
29
  import { SucceedEmptyResponse } from '../model/models';
@@ -80,11 +79,6 @@ export interface DefaultMiraInterface {
80
79
  * @param id
81
80
  */
82
81
  deleteSubItemFavorite(id: string, extraHttpRequestParams?: any): Observable<SucceedEmptyResponse>;
83
- /**
84
- *
85
- * get ALL property mappings
86
- */
87
- getAllPropertyMappings(extraHttpRequestParams?: any): Observable<Array<PropertyType>>;
88
82
  /**
89
83
  *
90
84
  * get favorite by MainItem id