@23blocks/sdk 6.7.3 → 6.7.5

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.
Files changed (2) hide show
  1. package/llms.txt +1 -1
  2. package/package.json +1 -1
package/llms.txt CHANGED
@@ -473,7 +473,7 @@ const [authHealth, crmHealth] = await Promise.all([
473
473
  - `moneyRules`, `productRules`, `eventRules` - Reward trigger rules
474
474
 
475
475
  ### sales (block-sales)
476
- - `orders`, `orderDetails`, `orderTaxes` - Order management (create supports flat format with customerUniqueId+subtotal+source, or items[] format)
476
+ - `orders`, `orderDetails`, `orderTaxes` - Order management (create with customerUniqueId+subtotal+source, then add line items via orderDetails)
477
477
  - `payments` - Payment processing
478
478
  - `subscriptions`, `subscriptionModels` - Recurring billing
479
479
  - `entities`, `users`, `customers` - Sales entities with subscription management
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/sdk",
3
- "version": "6.7.3",
3
+ "version": "6.7.5",
4
4
  "description": "23blocks SDK - unified meta-package re-exporting all blocks and utilities",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",