@tiba-spark/client-shared-lib 25.4.1-199 → 25.4.1-203

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.
@@ -579,9 +579,10 @@ export declare class LicenseCloudServiceProxy {
579
579
  protected processBaseSmartparks(response: HttpResponseBase): Observable<SmartparkFilterOptionDtoIEnumerableHttpResponseData>;
580
580
  /**
581
581
  * @param tenantId (optional)
582
+ * @param scanToPaySupportedVersion (optional)
582
583
  * @return Success
583
584
  */
584
- getSmartparksByTenantId(tenantId: number | undefined): Observable<FacilityTreeDtoEntityWrapperDtoHttpResponseData>;
585
+ getSmartparksByTenantId(tenantId: number | undefined, scanToPaySupportedVersion: boolean | undefined): Observable<FacilityTreeDtoEntityWrapperDtoHttpResponseData>;
585
586
  protected processGetSmartparksByTenantId(response: HttpResponseBase): Observable<FacilityTreeDtoEntityWrapperDtoHttpResponseData>;
586
587
  /**
587
588
  * @param maxResults (optional)
@@ -911,6 +912,11 @@ export declare class SmartparkCloudServiceProxy {
911
912
  */
912
913
  getAllFacilities(): Observable<FacilityTreeDtoEntityWrapperDtoHttpResponseData>;
913
914
  protected processGetAllFacilities(response: HttpResponseBase): Observable<FacilityTreeDtoEntityWrapperDtoHttpResponseData>;
915
+ /**
916
+ * @return Success
917
+ */
918
+ getAllFacilitiesScanToPay(): Observable<FacilityTreeDtoEntityWrapperDtoHttpResponseData>;
919
+ protected processGetAllFacilitiesScanToPay(response: HttpResponseBase): Observable<FacilityTreeDtoEntityWrapperDtoHttpResponseData>;
914
920
  /**
915
921
  * @param body (optional)
916
922
  * @return Success