@atproto/api
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -7,2 +7,3 @@ import { AtpAgent } from './agent'; | ||
getAuthorFeed: typeof this.api.app.bsky.feed.getAuthorFeed; | ||
getActorLikes: typeof this.api.app.bsky.feed.getActorLikes; | ||
getPostThread: typeof this.api.app.bsky.feed.getPostThread; | ||
@@ -9,0 +10,0 @@ getPost: typeof this.api.app.bsky.feed.post.get; |
@@ -71,2 +71,3 @@ import { Client as XrpcClient, ServiceClient as XrpcServiceClient } from '@atproto/xrpc'; | ||
import * as AppBskyFeedGetActorFeeds from './types/app/bsky/feed/getActorFeeds'; | ||
import * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes'; | ||
import * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed'; | ||
@@ -189,2 +190,3 @@ import * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed'; | ||
export * as AppBskyFeedGetActorFeeds from './types/app/bsky/feed/getActorFeeds'; | ||
export * as AppBskyFeedGetActorLikes from './types/app/bsky/feed/getActorLikes'; | ||
export * as AppBskyFeedGetAuthorFeed from './types/app/bsky/feed/getAuthorFeed'; | ||
@@ -421,2 +423,3 @@ export * as AppBskyFeedGetFeed from './types/app/bsky/feed/getFeed'; | ||
getActorFeeds(params?: AppBskyFeedGetActorFeeds.QueryParams, opts?: AppBskyFeedGetActorFeeds.CallOptions): Promise<AppBskyFeedGetActorFeeds.Response>; | ||
getActorLikes(params?: AppBskyFeedGetActorLikes.QueryParams, opts?: AppBskyFeedGetActorLikes.CallOptions): Promise<AppBskyFeedGetActorLikes.Response>; | ||
getAuthorFeed(params?: AppBskyFeedGetAuthorFeed.QueryParams, opts?: AppBskyFeedGetAuthorFeed.CallOptions): Promise<AppBskyFeedGetAuthorFeed.Response>; | ||
@@ -423,0 +426,0 @@ getFeed(params?: AppBskyFeedGetFeed.QueryParams, opts?: AppBskyFeedGetFeed.CallOptions): Promise<AppBskyFeedGetFeed.Response>; |
{ | ||
"name": "@atproto/api", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -20,2 +20,5 @@ import { AtUri } from '@atproto/uri' | ||
getActorLikes: typeof this.api.app.bsky.feed.getActorLikes = (params, opts) => | ||
this.api.app.bsky.feed.getActorLikes(params, opts) | ||
getPostThread: typeof this.api.app.bsky.feed.getPostThread = (params, opts) => | ||
@@ -22,0 +25,0 @@ this.api.app.bsky.feed.getPostThread(params, opts) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4219501
398
63824