@k-msg/channel 0.29.0 → 0.29.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
|
@@ -60,7 +60,7 @@ if (channels.isSuccess) {
|
|
|
60
60
|
|
|
61
61
|
## Toolkit API (`@k-msg/channel/toolkit`)
|
|
62
62
|
|
|
63
|
-
In-memory channel/admin helpers are now toolkit-only exports. They are local-state utilities for tests, demos, and admin tooling. They do not model provider
|
|
63
|
+
In-memory channel/admin helpers are now toolkit-only exports. They are local-state utilities for tests, demos, and admin tooling. They assume the channel record is already approved by the provider and do not model provider approval/review lifecycles, sender verification, or OTP issuance:
|
|
64
64
|
|
|
65
65
|
- `KakaoChannelManager`
|
|
66
66
|
- `KakaoSenderNumberManager`
|