@23blocks/sdk 6.7.2 → 6.7.4
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/llms.txt +1 -1
- 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
|
|
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
|