@omelhorsite/sdk 0.16.0 → 0.18.0

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
@@ -132,7 +132,7 @@ const rows = await oms.http.get<{ id: string }[]>("/some/path");
132
132
  - `oms.cron` - your TypeScript scripts run on a schedule by the server, with this SDK in scope; runs, logs and templates.
133
133
  - `oms.search` - web, image, news and video search, and reading a page's text.
134
134
  - `oms.social` - direct messages, friends, group chats.
135
- - `oms.content.news` - news feeds: sources driven by scripts (RSS, Telegram, YouTube, a page with a selector), the items they produce, full-text search over them.
135
+ - `oms.content.news` - news feeds: sources driven by scripts (RSS, Telegram, YouTube, a page with a selector), the items they produce, full-text and similarity search over them.
136
136
  - `oms.content` - blogs (several per account, public, unlisted or private with invited members; `oms.content.blogs.own` manages them), notifications, feedback, site status. `oms.content.notifications.unsubscribe(token)` honours the link at the foot of a notification email and needs no credential.
137
137
  - `oms.tools` - media tools, each with its own daily quota.
138
138
  - `oms.jobs`, `oms.quotas` - background jobs and account limits.