@dascompany/product 4.5.25 → 4.5.26
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 +6 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -42,11 +42,11 @@ import PaymentMethodRow from "./types/rows/PaymentMethodRow";
|
|
|
42
42
|
import PaymentStatusRow from "./types/rows/PaymentStatusRow";
|
|
43
43
|
import PersonalDataRow from "./types/rows/PersonalDataRow";
|
|
44
44
|
import ProductRow from "./types/rows/product/ProductRow";
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
45
|
+
import PromotionAudienceRolesTypeRow from "./types/rows/product/PromotionAudienceRolesTypeRow";
|
|
46
|
+
import PromotionAudienceUsersTypeRow from "./types/rows/product/PromotionAudienceUsersTypeRow";
|
|
47
|
+
import PromotionCodesRow from "./types/rows/product/PromotionCodesRow";
|
|
48
|
+
import PromotionDiscountRow from "./types/rows/product/PromotionDiscountRow";
|
|
49
|
+
import PromotionListProductsRow from "./types/rows/product/PromotionListProductsRow";
|
|
50
50
|
import PromotionRow from "./types/rows/product/PromotionRow";
|
|
51
51
|
import StatusRow from "./types/rows/StatusRow";
|
|
52
52
|
import OrderHashRow from './types/rows/OrderHashRow';
|
|
@@ -59,4 +59,4 @@ import ClientAccountI from "./types/interfaces/ClientAccountI";
|
|
|
59
59
|
import FileConnectionI from "./types/interfaces/FileConnectionI";
|
|
60
60
|
import ChoiceTypeE from './types/enums/ChoiceTypeE';
|
|
61
61
|
import OrderConfirmationTypeE from './types/enums/OrderConfirmationTypeE';
|
|
62
|
-
export { AccountCartRow, AccountCompanyDetailsRow, AccountDeliveryDetailsRow, AddressRow, AdminRow, ClientAccountRow, CompanyDataRow, CompanyDetailsRow, DeliveryDetailsRow, DeliveryDetailsMensRow, DeliveryMethodRow, DeliveryStatusRow, FileConnectionRow, FileRow, MarketPlaceRow, OrderProductRow, OrderRow, PaymentDetailsRow, PaymentMethodRow, PaymentStatusRow, PersonalDataRow, ProductRow,
|
|
62
|
+
export { AccountCartRow, AccountCompanyDetailsRow, AccountDeliveryDetailsRow, AddressRow, AdminRow, ClientAccountRow, CompanyDataRow, CompanyDetailsRow, DeliveryDetailsRow, DeliveryDetailsMensRow, DeliveryMethodRow, DeliveryStatusRow, FileConnectionRow, FileRow, MarketPlaceRow, OrderProductRow, OrderRow, PaymentDetailsRow, PaymentMethodRow, PaymentStatusRow, PersonalDataRow, ProductRow, PromotionAudienceRolesTypeRow, PromotionAudienceUsersTypeRow, PromotionCodesRow, PromotionDiscountRow, PromotionListProductsRow, PromotionRow, StatusRow, OrderHashRow, OrderPaymentDetailsRow, AdminI, AddressI, CompanyDetailsI, DeliveryDetailsI, DeliveryMenI, DeliveryMethodI, DeliveryMethodTypeE, DeliveryMensE, DeliveryStatusTypeE, PaymentDetailsI, PaymentMethodsE, PaymentMethodI, PersonalDataI, PaymentStatusE, OrderI, OrderHashI, OrderProductI, StatusI, OrderStatusTypeE, ProductI, FileI, FileConnectionTypeE, CompanyDataI, PriceI, MarketPlaceI, ClaimI, ClientAccountI, FileConnectionI, ChoiceTypeE, OrderConfirmationTypeE };
|