itd-api / operationBucket
Function: operationBucket()
function operationBucket(id):
| "auth"
| "posts.stats"
| "default"
| "feed"
| "posts.like"
| "posts.comments"
| "hashtags"
| "users"
| "notifications"
| "files.get"
| "auth.refresh"
| "search"
| "comments.like"
| "files.upload"
| "files.remove"
| "posts.comment"
| "hashtags.trending"
| "posts.repost"
| "users.follow"
| "verification.status"
| "posts.create"
| "users.updateMe"
| "reports.create"
| "verification.submit"
| "shop"
| "shop.delivery.cities"
| "shop.delivery.calculate"
| "shop.delivery.points"
| "shop.consents.record"
| "shop.orders.pay"
| "shop.orders.verifyAccessCode"
| "shop.orders.create"
| "shop.orders.requestAccessCode";Defined in: domain/operations.ts:262
Бакет операции.
raw и custom:* попадают в default; назвать бакет явно позволяет rateLimitBucket у запроса.
Parameters
id
Returns
| "auth" | "posts.stats" | "default" | "feed" | "posts.like" | "posts.comments" | "hashtags" | "users" | "notifications" | "files.get" | "auth.refresh" | "search" | "comments.like" | "files.upload" | "files.remove" | "posts.comment" | "hashtags.trending" | "posts.repost" | "users.follow" | "verification.status" | "posts.create" | "users.updateMe" | "reports.create" | "verification.submit" | "shop" | "shop.delivery.cities" | "shop.delivery.calculate" | "shop.delivery.points" | "shop.consents.record" | "shop.orders.pay" | "shop.orders.verifyAccessCode" | "shop.orders.create" | "shop.orders.requestAccessCode"