@atproto/api 0.20.25 → 0.20.26

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.
@@ -708,6 +708,10 @@ export const schemaDict = {
708
708
  type: 'ref',
709
709
  ref: 'lex:app.bsky.actor.defs#bskyAppProgressGuide',
710
710
  },
711
+ isBetaUser: {
712
+ description: 'Indicates if the user is participating in the Bluesky Beta program.',
713
+ type: 'boolean',
714
+ },
711
715
  queuedNudges: {
712
716
  description: 'An array of tokens which identify nudges (modals, popups, tours, highlight dots) that should be shown to the user.',
713
717
  type: 'array',