@irohalab/mira-sdk-angular 1.8.0 → 1.8.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.
|
@@ -805,7 +805,7 @@ class DefaultMira {
|
|
|
805
805
|
responseType_ = 'blob';
|
|
806
806
|
}
|
|
807
807
|
}
|
|
808
|
-
let localVarPath = `/progress`;
|
|
808
|
+
let localVarPath = `/favorite/progress`;
|
|
809
809
|
return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
|
|
810
810
|
context: localVarHttpContext,
|
|
811
811
|
params: localVarQueryParameters,
|
|
@@ -1389,7 +1389,7 @@ class DefaultMira {
|
|
|
1389
1389
|
responseType_ = 'blob';
|
|
1390
1390
|
}
|
|
1391
1391
|
}
|
|
1392
|
-
let localVarPath = `/progress`;
|
|
1392
|
+
let localVarPath = `/favorite/progress`;
|
|
1393
1393
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
1394
1394
|
context: localVarHttpContext,
|
|
1395
1395
|
params: localVarQueryParameters,
|