@dascompany/product 4.5.3 → 4.5.4

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 CHANGED
@@ -40,10 +40,13 @@ import PaymentStatusRow from "./types/rows/PaymentStatusRow";
40
40
  import PersonalDataRow from "./types/rows/PersonalDataRow";
41
41
  import ProductRow from "./types/rows/ProductRow";
42
42
  import StatusRow from "./types/rows/StatusRow";
43
+ import OrderHashRow from './types/rows/OrderHashRow';
43
44
  import AdminI from "./types/AdminI";
44
45
  import OrderI from "./types/OrderI";
46
+ import OrderHashI from './types/OrderConfirmationTypeE';
45
47
  import ClaimI from "./types/ClaimI";
46
48
  import ClientAccountI from "./types/ClientAccountI";
47
49
  import FileConnectionI from "./types/FileConnectionI";
48
50
  import ChoiceTypeE from './types/ChoiceTypeE';
49
- 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, ChoiceTypeE };
51
+ import OrderConfirmationTypeE from './types/OrderConfirmationTypeE';
52
+ export { AccountCartRow, AccountCompanyDetailsRow, AccountDeliveryDetailsRow, AddressRow, AdminRow, ClientAccountRow, CompanyDataRow, CompanyDetailsRow, DeliveryDetailsRow, DeliveryMethodRow, DeliveryStatusRow, FileConnectionRow, FileRow, MarketPlaceRow, OrderProductRow, OrderRow, PaymentDetailsRow, PaymentMethodRow, PaymentStatusRow, PersonalDataRow, ProductRow, StatusRow, OrderHashRow, AdminI, AddressI, CompanyDetailsI, DeliveryDetailsI, DeliveryMethodI, DeliveryMethodTypeE, DeliveryStatusTypeE, PaymentDetailsI, PaymentMethodE, PaymentMethodI, PersonalDataI, PaymentStatusE, OrderI, OrderHashI, OrderProductI, StatusI, OrderStatusTypeE, ProductI, FileI, FileConnectionTypeE, CompanyDataI, PriceI, MarketPlaceI, ClaimI, ClientAccountI, FileConnectionI, ChoiceTypeE, OrderConfirmationTypeE };
package/dist/index.js CHANGED
@@ -4,5 +4,7 @@ import PaymentMethodE from "./types/PaymentMethodE";
4
4
  import PaymentStatusE from './types/PaymentStatusE';
5
5
  import OrderStatusTypeE from "./types/OrderStatusTypeE";
6
6
  import FileConnectionTypeE from './types/FileConnectionTypeE';
7
+ import OrderHashI from './types/OrderConfirmationTypeE';
7
8
  import ChoiceTypeE from './types/ChoiceTypeE';
8
- export { DeliveryMethodTypeE, DeliveryStatusTypeE, PaymentMethodE, PaymentStatusE, OrderStatusTypeE, FileConnectionTypeE, ChoiceTypeE };
9
+ import OrderConfirmationTypeE from './types/OrderConfirmationTypeE';
10
+ export { DeliveryMethodTypeE, DeliveryStatusTypeE, PaymentMethodE, PaymentStatusE, OrderHashI, OrderStatusTypeE, FileConnectionTypeE, ChoiceTypeE, OrderConfirmationTypeE };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dascompany/product",
3
- "version": "4.5.3",
3
+ "version": "4.5.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6