@tiba-spark/client-shared-lib 25.3.1-5015 → 25.3.1-5021
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 +72 -72
- package/fesm2022/tiba-spark-client-shared-lib.mjs +71 -71
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts +7 -7
- package/libraries/service-proxy/cloud-service-proxies.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libraries/theme/mat-components/_mat-menu.scss +0 -1
|
@@ -225,6 +225,13 @@ export declare class BackofficeCloudServiceProxy {
|
|
|
225
225
|
*/
|
|
226
226
|
syncUsersBySmartparkId(tenantId: number, smartparkId: number): Observable<ObjectHttpResponseData>;
|
|
227
227
|
protected processSyncUsersBySmartparkId(response: HttpResponseBase): Observable<ObjectHttpResponseData>;
|
|
228
|
+
/**
|
|
229
|
+
* @param tenantId (optional)
|
|
230
|
+
* @param userName (optional)
|
|
231
|
+
* @return Success
|
|
232
|
+
*/
|
|
233
|
+
assignDynamicPricingRole(tenantId: number | undefined, userName: string | undefined): Observable<BooleanHttpResponseData>;
|
|
234
|
+
protected processAssignDynamicPricingRole(response: HttpResponseBase): Observable<BooleanHttpResponseData>;
|
|
228
235
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackofficeCloudServiceProxy, [null, { optional: true; }]>;
|
|
229
236
|
static ɵprov: i0.ɵɵInjectableDeclaration<BackofficeCloudServiceProxy>;
|
|
230
237
|
}
|
|
@@ -611,13 +618,6 @@ export declare class RoleCloudServiceProxy {
|
|
|
611
618
|
*/
|
|
612
619
|
getAllPermissions(): Observable<PermissionDtoListHttpResponseData>;
|
|
613
620
|
protected processGetAllPermissions(response: HttpResponseBase): Observable<PermissionDtoListHttpResponseData>;
|
|
614
|
-
/**
|
|
615
|
-
* @param tenantId (optional)
|
|
616
|
-
* @param userName (optional)
|
|
617
|
-
* @return Success
|
|
618
|
-
*/
|
|
619
|
-
assignDynamicPricingRole(tenantId: number | undefined, userName: string | undefined): Observable<BooleanHttpResponseData>;
|
|
620
|
-
protected processAssignDynamicPricingRole(response: HttpResponseBase): Observable<BooleanHttpResponseData>;
|
|
621
621
|
static ɵfac: i0.ɵɵFactoryDeclaration<RoleCloudServiceProxy, [null, { optional: true; }]>;
|
|
622
622
|
static ɵprov: i0.ɵɵInjectableDeclaration<RoleCloudServiceProxy>;
|
|
623
623
|
}
|