@irohalab/mira-sdk-angular 1.4.1 → 1.5.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.
|
@@ -343,7 +343,7 @@ class DefaultMira {
|
|
|
343
343
|
responseType_ = 'blob';
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
|
-
let localVarPath = `/
|
|
346
|
+
let localVarPath = `/client-mapping/batch/main`;
|
|
347
347
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
348
348
|
context: localVarHttpContext,
|
|
349
349
|
body: IdListRequestBody,
|
|
@@ -405,7 +405,7 @@ class DefaultMira {
|
|
|
405
405
|
responseType_ = 'blob';
|
|
406
406
|
}
|
|
407
407
|
}
|
|
408
|
-
let localVarPath = `/
|
|
408
|
+
let localVarPath = `/client-mapping/batch/subItem`;
|
|
409
409
|
return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
|
|
410
410
|
context: localVarHttpContext,
|
|
411
411
|
body: IdListRequestBody,
|