Skip to content

Commit

Permalink
Merge pull request #235 from gradientedge/feature/MCA-623-wrap-commer…
Browse files Browse the repository at this point in the history
…cetools-platform-sdk

feat: MCA-623 adding types
  • Loading branch information
manumoranchel authored Nov 19, 2024
2 parents d47db86 + faffab6 commit 0ec7c8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export interface RequestExecutor<T = any> {
}

export type {
Address,
AddressDraft,
Attribute,
Cart,
CartDiscount,
CartDiscountPagedQueryResponse,
Expand All @@ -115,6 +118,7 @@ export type {
CategoryDraft,
CategoryPagedQueryResponse,
CategoryUpdate,
CentPrecisionMoney,
Channel,
ChannelPagedQueryResponse,
Customer,
Expand All @@ -132,13 +136,16 @@ export type {
CustomerUpdate,
CustomObject,
CustomObjectDraft,
CustomerUpdateAction,
DiscountCode,
GraphQLRequest,
GraphQLResponse,
InventoryEntry,
InventoryEntryDraft,
InventoryEntryUpdateAction,
InventoryPagedQueryResponse,
LineItem,
LocalizedString,
MyCartDraft,
MyCartUpdateAction,
MyCustomerDraft,
Expand All @@ -155,6 +162,7 @@ export type {
Payment,
PaymentDraft,
PaymentPagedQueryResponse,
PaymentReference,
PaymentUpdate,
Product,
ProductDraft,
Expand All @@ -169,6 +177,7 @@ export type {
ProductTypePagedQueryResponse,
ProductUpdate,
ReplicaCartDraft,
ShippingInfo,
ShippingMethod,
ShippingMethodPagedQueryResponse,
StandalonePrice,
Expand All @@ -184,5 +193,6 @@ export type {
TaxCategory,
TaxCategoryPagedQueryResponse,
Type,
TypedMoney,
TypePagedQueryResponse,
} from '@commercetools/platform-sdk'

0 comments on commit 0ec7c8b

Please sign in to comment.