@reposit/api-client 6.55.0 → 6.56.0

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/dist/api.d.ts CHANGED
@@ -2533,6 +2533,7 @@ export interface TenancyOrderWithTenancyAndOrderCustomersDTO {
2533
2533
  updatedAt: string;
2534
2534
  deletedAt: string;
2535
2535
  deactivationReason?: string;
2536
+ tenantFee: number | null;
2536
2537
  }
2537
2538
  export interface TenancyOrderWithTenancyDTO {
2538
2539
  id: string;