connected back to front

This commit is contained in:
2025-11-24 16:28:06 +01:00
parent 378c66df79
commit 234e30c25c
72 changed files with 6733 additions and 72 deletions

View File

@@ -0,0 +1,40 @@
export * from './connect-user-dto';
export * from './create-deliverer-dto';
export * from './create-delivery-note-dto';
export * from './create-price-dto';
export * from './create-purchase-product-dto';
export * from './create-quotation-product-dto';
export * from './create-setting-dto';
export * from './create-supplier-dto';
export * from './create-user-dto';
export * from './get-deliverer-dto';
export * from './get-delivery-note-dto';
export * from './get-price-dto';
export * from './get-product-delivery-dto';
export * from './get-product-dto';
export * from './get-purchase-order-dto';
export * from './get-purchase-product-dto';
export * from './get-quotation-dto';
export * from './get-quotation-product-dto';
export * from './get-setting-dto';
export * from './get-supplier-dto';
export * from './get-token-dto';
export * from './get-total-quantity-dto';
export * from './get-user-dto';
export * from './get-ware-house-product-dto';
export * from './patch-delivery-note-real-delivery-date-dto';
export * from './patch-price-selling-price-dto';
export * from './patch-product-minimal-stock-dto';
export * from './patch-purchase-order-purchase-conditions-dto';
export * from './patch-purchase-product-quantity-dto';
export * from './patch-quotation-conditions-sale-dto';
export * from './patch-quotation-product-quantity-dto';
export * from './patch-setting-electronic-signature-dto';
export * from './patch-setting-logo-dto';
export * from './patch-supplier-delivery-delay-dto';
export * from './patch-user-password-dto';
export * from './patch-ware-house-product-quantity-dto';
export * from './update-deliverer-dto';
export * from './update-product-dto';
export * from './update-supplier-dto';
export * from './update-user-dto';