@tiba-spark/client-shared-lib 25.3.0-255 → 25.3.0-259
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/esm2022/libraries/service-proxy/cloud-service-proxies.mjs +5 -5
- package/fesm2022/tiba-spark-client-shared-lib.mjs +2 -2
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts +2 -2
- package/libraries/service-proxy/cloud-service-proxies.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libraries/theme/_utils.scss +2 -2
|
@@ -9,9 +9,9 @@ import * as i1$5 from '@ngx-translate/core';
|
|
|
9
9
|
import { TranslateModule, TranslateStore, TranslateService } from '@ngx-translate/core';
|
|
10
10
|
import * as i1$2 from '@ngxs/store';
|
|
11
11
|
import { ofActionDispatched, ofActionCompleted, ofActionErrored, Action, Selector, State, NgxsModule, Select, Store } from '@ngxs/store';
|
|
12
|
-
import { mergeMap, catchError, map, combineLatestAll, shareReplay, mergeAll, scan, first, takeUntil as takeUntil$1, tap, distinctUntilChanged, filter, delay as delay$1, switchMap as switchMap$1, take as take$1, startWith, skip, finalize } from 'rxjs/operators';
|
|
13
12
|
import * as i1$1 from '@angular/common/http';
|
|
14
13
|
import { HttpHeaders, HttpResponseBase, HttpResponse, HttpClient, provideHttpClient, withInterceptorsFromDi, HttpStatusCode as HttpStatusCode$3 } from '@angular/common/http';
|
|
14
|
+
import { mergeMap, catchError, map, combineLatestAll, shareReplay, mergeAll, scan, first, takeUntil as takeUntil$1, tap, distinctUntilChanged, filter, delay as delay$1, switchMap as switchMap$1, take as take$1, startWith, skip, finalize } from 'rxjs/operators';
|
|
15
15
|
import moment from 'moment';
|
|
16
16
|
import { __decorate } from 'tslib';
|
|
17
17
|
import _, { difference, cloneDeep, matches, clone, isEqual, isNumber as isNumber$1, flatten } from 'lodash';
|
|
@@ -2602,7 +2602,7 @@ class BackofficeServiceProxy {
|
|
|
2602
2602
|
* @return Success
|
|
2603
2603
|
*/
|
|
2604
2604
|
syncBackofficeUsersAndRolesByTenantId(tenantId) {
|
|
2605
|
-
let url_ = this.baseUrl + "/api/services/backoffice/
|
|
2605
|
+
let url_ = this.baseUrl + "/api/services/backoffice/tenant/{tenantId}/sync";
|
|
2606
2606
|
if (tenantId === undefined || tenantId === null)
|
|
2607
2607
|
throw new Error("The parameter 'tenantId' must be defined.");
|
|
2608
2608
|
url_ = url_.replace("{tenantId}", encodeURIComponent("" + tenantId));
|