@thorprovider/types 3.3.0 → 3.4.1

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/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ ---
2
+ title: "@thorprovider/types"
3
+ purpose: "Central repository for all TypeScript type definitions used across Thor Commerce packages"
4
+ lastReviewed: "2026-05-22"
5
+ ---
6
+
1
7
  # @thorprovider/types
2
8
 
3
9
  **Shared TypeScript types for Thor Commerce ecosystem**
@@ -206,6 +212,10 @@ import type { Product, Cart, CartItem, Collection } from '@thorprovider/types';
206
212
  - **Customer**: Customer, Address
207
213
  - **Order**: Order, OrderItem, OrderStatus
208
214
  - **Auth**: AuthProvider, LoginCredentials, RegisterData
215
+ - **Storefront**: StorefrontConfig, StorefrontContext
216
+ - **CommerceProvider**: CommerceProvider interface (includes optional `updateShippingAddress?`)
217
+ - **Dropshipping**: DropshipperAccount, DropshipperVariantCost, DropshipperCategory, DropshipperPromotion, DropshipperSettlement — plus all request/response types for the 41+ `DropshipperClient` methods (see `src/admin/DropshippingAdmin.ts`)
218
+ - **Order Notes** (part of Dropshipping): OrderNote, CreateOrderNoteBody, GetOrderNotesResponse, DeleteOrderNoteResponse — for managing notes on dropshipper orders
209
219
 
210
220
  ## Architecture
211
221