@profplum700/etsy-v3-api-client 2.4.2 → 2.4.3
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/CHANGELOG.md +0 -1
- package/README.md +1 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/browser.esm.js +161 -47
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +1 -1
- package/dist/browser.umd.js.map +1 -1
- package/dist/index.cjs +161 -47
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +78 -41
- package/dist/index.esm.js +161 -47
- package/dist/index.esm.js.map +1 -1
- package/dist/node.cjs +161 -47
- package/dist/node.cjs.map +1 -1
- package/dist/node.esm.js +161 -47
- package/dist/node.esm.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -193,7 +193,6 @@ This release transforms the client into a **comprehensive, production-ready Etsy
|
|
|
193
193
|
|
|
194
194
|
#### **Fulfillment & Shipment Tracking**
|
|
195
195
|
- `createReceiptShipment()` - Add tracking information to orders
|
|
196
|
-
- `getShopReceiptShipments()` - Get all shipments for a receipt
|
|
197
196
|
|
|
198
197
|
#### **Payment & Financial Data**
|
|
199
198
|
- `getShopPaymentAccountLedgerEntries()` - Get payment ledger entries
|
package/README.md
CHANGED