@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.
@@ -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
  */