@tiba-spark/client-shared-lib 25.4.0-150 → 25.4.0-179
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 +1 -62
- package/esm2022/libraries/services/remote-command.service.mjs +3 -3
- package/fesm2022/tiba-spark-client-shared-lib.mjs +2 -63
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts +0 -5
- package/libraries/service-proxy/cloud-service-proxies.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -186,11 +186,6 @@ export declare class BackofficeCloudServiceProxy {
|
|
|
186
186
|
*/
|
|
187
187
|
resendPendingAdminsInvitations(tenantId: number | undefined): Observable<ObjectHttpResponseData>;
|
|
188
188
|
protected processResendPendingAdminsInvitations(response: HttpResponseBase): Observable<ObjectHttpResponseData>;
|
|
189
|
-
/**
|
|
190
|
-
* @return Success
|
|
191
|
-
*/
|
|
192
|
-
getBackofficeVersions(): Observable<StringStringIDictionaryHttpResponseData>;
|
|
193
|
-
protected processGetBackofficeVersions(response: HttpResponseBase): Observable<StringStringIDictionaryHttpResponseData>;
|
|
194
189
|
/**
|
|
195
190
|
* @return Success
|
|
196
191
|
*/
|