@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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -6
  2. 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 PromotionAudienceRolesType from "./types/rows/product/PromotionAudienceRolesTypeRow";
46
- import PromotionAudienceUsersType from "./types/rows/product/PromotionAudienceUsersTypeRow";
47
- import PromotionCodes from "./types/rows/product/PromotionCodesRow";
48
- import PromotionDiscount from "./types/rows/product/PromotionDiscountRow";
49
- import PromotionListProducts from "./types/rows/product/PromotionListProductsRow";
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, PromotionAudienceRolesType, PromotionAudienceUsersType, PromotionCodes, PromotionDiscount, PromotionListProducts, 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 };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dascompany/product",
3
- "version": "4.5.25",
3
+ "version": "4.5.26",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6