@atproto/api 0.15.14 → 0.15.16

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.
@@ -7,6 +7,7 @@ import {
7
7
  ComAtprotoLabelDefs,
8
8
  } from '../client/index'
9
9
  import { KnownLabelValue } from './const/labels'
10
+ import { MuteWordMatch } from './mutewords'
10
11
 
11
12
  // syntax
12
13
  // =
@@ -158,6 +159,7 @@ export type ModerationCause =
158
159
  source: ModerationCauseSource
159
160
  priority: 6
160
161
  downgraded?: boolean
162
+ matches: MuteWordMatch[]
161
163
  }
162
164
  | {
163
165
  type: 'hidden'