diff --git a/src/lib/types.ts b/src/lib/types.ts index 1beaf6010..b5f6b88aa 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -108,6 +108,7 @@ export type { Address, AddressDraft, Attribute, + AttributePlainEnumValue, AssetSource, Cart, CartDiscount, @@ -143,6 +144,7 @@ export type { DiscountCode, GraphQLRequest, GraphQLResponse, + FieldContainer, InventoryEntry, InventoryEntryDraft, InventoryEntryUpdateAction, @@ -184,6 +186,8 @@ export type { ProductTypePagedQueryResponse, ProductUpdate, ReplicaCartDraft, + ResourceCreatedDeliveryPayload, + ResourceDeletedDeliveryPayload, ResourceUpdatedDeliveryPayload, ShippingInfo, ShippingMethod,