mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
🔄 chore: sync swagger API clients with backend updates
- Regenerated all Swagger API clients (availability, checkout, crm, isa, print, wws) - Updated CRM loyalty card API endpoints (removed interests, added booking/bon management) - Temporarily disabled interests form block functionality due to API changes - Removed deprecated models (check-loyalty-card-result, loyalty-card-status, entity-key-value) - Added new loyalty booking and bon management models and services
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
/* tslint:disable */
|
||||
|
||||
/**
|
||||
* Gre / Volumen
|
||||
* Gr<EFBFBD><EFBFBD>e / Volumen
|
||||
*/
|
||||
export interface SizeOfString {
|
||||
|
||||
/**
|
||||
* Hhe
|
||||
* H<EFBFBD>he
|
||||
*/
|
||||
height: number;
|
||||
|
||||
/**
|
||||
* Lnge / Tiefe
|
||||
* L<EFBFBD>nge / Tiefe
|
||||
*/
|
||||
length: number;
|
||||
|
||||
/**
|
||||
* Maeinheit
|
||||
* Ma<EFBFBD>einheit
|
||||
*/
|
||||
unit?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user