@dascompany/product 4.4.1 → 4.4.2
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/index.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -42,4 +42,7 @@ import ProductRow from "./types/rows/ProductRow";
|
|
|
42
42
|
import StatusRow from "./types/rows/StatusRow";
|
|
43
43
|
import AdminI from "./types/AdminI";
|
|
44
44
|
import OrderI from "./types/OrderI";
|
|
45
|
-
|
|
45
|
+
import ClaimI from "./types/ClaimI";
|
|
46
|
+
import ClientAccountI from "./types/ClientAccountI";
|
|
47
|
+
import FileConnectionI from "./types/FileConnectionI";
|
|
48
|
+
export { AccountCartRow, AccountCompanyDetailsRow, AccountDeliveryDetailsRow, AddressRow, AdminRow, ClientAccountRow, CompanyDataRow, CompanyDetailsRow, DeliveryDetailsRow, DeliveryMethodRow, DeliveryStatusRow, FileConnectionRow, FileRow, MarketPlaceRow, OrderProductRow, OrderRow, PaymentDetailsRow, PaymentMethodRow, PaymentStatusRow, PersonalDataRow, ProductRow, StatusRow, AdminI, AddressI, CompanyDetailsI, DeliveryDetailsI, DeliveryMethodI, DeliveryMethodTypeE, DeliveryStatusTypeE, PaymentDetailsI, PaymentMethodE, PaymentMethodI, PersonalDataI, PaymentStatusE, OrderI, OrderProductI, StatusI, OrderStatusTypeE, ProductI, FileI, FileConnectionTypeE, CompanyDataI, PriceI, MarketPlaceI, ClaimI, ClientAccountI, FileConnectionI };
|