@atproto/bsky 0.0.207 → 0.0.209

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.
@@ -813,6 +813,10 @@ exports.schemaDict = {
813
813
  type: 'boolean',
814
814
  description: 'True if the status is not expired, false if it is expired. Only present if expiration was set.',
815
815
  },
816
+ isDisabled: {
817
+ type: 'boolean',
818
+ description: "True if the user's go-live access has been disabled by a moderator, false otherwise.",
819
+ },
816
820
  },
817
821
  },
818
822
  },