@atproto/api
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -9,2 +9,3 @@ import { ValidationResult } from '@atproto/lexicon'; | ||
action: ActionType; | ||
durationInHours?: number; | ||
subject: RepoRef | ComAtprotoRepoStrongRef.Main | { | ||
@@ -29,2 +30,3 @@ $type: string; | ||
action: ActionType; | ||
durationInHours?: number; | ||
subject: RepoView | RepoViewNotFound | RecordView | RecordViewNotFound | { | ||
@@ -49,2 +51,3 @@ $type: string; | ||
action: ActionType; | ||
durationInHours?: number; | ||
[k: string]: unknown; | ||
@@ -51,0 +54,0 @@ } |
@@ -16,2 +16,3 @@ import { Headers, XRPCError } from '@atproto/xrpc'; | ||
reason: string; | ||
durationInHours?: number; | ||
createdBy: string; | ||
@@ -18,0 +19,0 @@ [k: string]: unknown; |
{ | ||
"name": "@atproto/api", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -16,2 +16,4 @@ /** | ||
action: ActionType | ||
/** Indicates how long this action was meant to be in effect before automatically expiring. */ | ||
durationInHours?: number | ||
subject: | ||
@@ -47,2 +49,4 @@ | RepoRef | ||
action: ActionType | ||
/** Indicates how long this action was meant to be in effect before automatically expiring. */ | ||
durationInHours?: number | ||
subject: | ||
@@ -80,2 +84,4 @@ | RepoView | ||
action: ActionType | ||
/** Indicates how long this action was meant to be in effect before automatically expiring. */ | ||
durationInHours?: number | ||
[k: string]: unknown | ||
@@ -82,0 +88,0 @@ } |
@@ -28,2 +28,4 @@ /** | ||
reason: string | ||
/** Indicates how long this action was meant to be in effect before automatically expiring. */ | ||
durationInHours?: number | ||
createdBy: string | ||
@@ -30,0 +32,0 @@ [k: string]: unknown |
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 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
4162858
329
62085