diff --git a/src/lib/types.ts b/src/lib/types.ts index b5f6b88aa..5625116a6 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -110,11 +110,15 @@ export type { Attribute, AttributePlainEnumValue, AssetSource, + BaseResource, Cart, + CartAddLineItemAction, + CartSetCustomerEmailAction, CartDiscount, CartDiscountPagedQueryResponse, CartDraft, CartPagedQueryResponse, + CartSetCustomShippingMethodAction, CartUpdateAction, Category, CategoryDraft, @@ -124,9 +128,11 @@ export type { Channel, ChannelPagedQueryResponse, ChannelReference, + ChannelResourceIdentifier, Customer, CustomerCreatePasswordResetToken, CustomerDraft, + CustomFieldsDraft, CustomerGroup, CustomerGroupDraft, CustomerGroupReference, @@ -141,10 +147,13 @@ export type { CustomObject, CustomObjectDraft, CustomerUpdateAction, + Delivery, DiscountCode, + ExternalTaxRateDraft, GraphQLRequest, GraphQLResponse, FieldContainer, + Image, InventoryEntry, InventoryEntryDraft, InventoryEntryUpdateAction, @@ -152,6 +161,7 @@ export type { LineItem, LocalizedString, MyCartDraft, + MyCartSetShippingMethodAction, MyCartUpdateAction, MyCustomerDraft, MyOrderFromCartDraft, @@ -159,17 +169,21 @@ export type { MyPaymentDraft, MyPaymentPagedQueryResponse, MyPaymentUpdate, + Money, Order, OrderFromCartDraft, OrderImportDraft, OrderPagedQueryResponse, OrderUpdate, OrderUpdateAction, + PagedQueryResponse, + Parcel, Payment, PaymentDraft, PaymentPagedQueryResponse, PaymentReference, PaymentUpdate, + PaymentUpdateAction, Price, Product, ProductDraft, @@ -192,11 +206,13 @@ export type { ShippingInfo, ShippingMethod, ShippingMethodPagedQueryResponse, + ShippingMethodResourceIdentifier, StandalonePrice, StandalonePriceDraft, StandalonePricePagedQueryResponse, StandalonePriceUpdate, State, + StateReference, StatePagedQueryResponse, Store, StoreDraft, @@ -204,6 +220,9 @@ export type { StoreUpdate, TaxCategory, TaxCategoryPagedQueryResponse, + TaxedItemPrice, + TaxRate, + Transaction, Type, TypedMoney, TypePagedQueryResponse,