OpenAPI with updated backend

This commit is contained in:
Cristiano
2026-05-28 16:23:30 +02:00
parent fdb728cd25
commit d8d36d5c1e
73 changed files with 1134 additions and 2459 deletions
@@ -1,16 +1,16 @@
/**
* PyroFetes
*
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import {GetDeliveryNoteDto} from './get-delivery-note-dto';
import { GetDeliveryNoteDto } from './get-delivery-note-dto';
export interface GetDelivererDto {
export interface GetDelivererDto {
id?: number;
transporter?: string | null;
deliveryNotes?: Array<GetDeliveryNoteDto> | null;