@atproto/api
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -102,2 +102,3 @@ import { Client as XrpcClient, ServiceClient as XrpcServiceClient } from '@atproto/xrpc'; | ||
import * as AppBskyNotificationListNotifications from './types/app/bsky/notification/listNotifications'; | ||
import * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush'; | ||
import * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen'; | ||
@@ -222,2 +223,3 @@ import * as AppBskyUnspeccedApplyLabels from './types/app/bsky/unspecced/applyLabels'; | ||
export * as AppBskyNotificationListNotifications from './types/app/bsky/notification/listNotifications'; | ||
export * as AppBskyNotificationRegisterPush from './types/app/bsky/notification/registerPush'; | ||
export * as AppBskyNotificationUpdateSeen from './types/app/bsky/notification/updateSeen'; | ||
@@ -627,2 +629,3 @@ export * as AppBskyRichtextFacet from './types/app/bsky/richtext/facet'; | ||
listNotifications(params?: AppBskyNotificationListNotifications.QueryParams, opts?: AppBskyNotificationListNotifications.CallOptions): Promise<AppBskyNotificationListNotifications.Response>; | ||
registerPush(data?: AppBskyNotificationRegisterPush.InputSchema, opts?: AppBskyNotificationRegisterPush.CallOptions): Promise<AppBskyNotificationRegisterPush.Response>; | ||
updateSeen(data?: AppBskyNotificationUpdateSeen.InputSchema, opts?: AppBskyNotificationUpdateSeen.CallOptions): Promise<AppBskyNotificationUpdateSeen.Response>; | ||
@@ -629,0 +632,0 @@ } |
{ | ||
"name": "@atproto/api", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -114,2 +114,3 @@ /** | ||
/** A repo operation, ie a write of a single record. For creates and updates, cid is the record's CID as of this operation. For deletes, it's null. */ | ||
export interface RepoOp { | ||
@@ -116,0 +117,0 @@ action: 'create' | 'update' | 'delete' | (string & {}) |
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
4229370
400
64011