Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 committed Apr 25, 2024
2 parents 29f793f + 16ba32c commit 2960cd9
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,15 @@ public struct AdminReportViewDetail: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let subject: RepositoryViewUnion
/// The status for the subject of the report. Optional.
///
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public var subjectStatus: OzoneSubjectStatusView? = nil
/// The user who created the report.
Expand Down Expand Up @@ -192,6 +194,7 @@ public struct AdminAccountView: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public var relatedRecords: [UnknownType]? = nil
/// The date and time the user was last indexed.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public struct ModerationCreateReport: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let subject: RepositoryReferencesUnion
}
Expand All @@ -49,6 +50,7 @@ public struct ModerationCreateReportOutput: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let subject: RepositoryReferencesUnion
/// The decentralized identifier (DID) of the user who created the report.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Foundation
/// - Important: The item associated with this enum is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
///
/// [github]: https://github.com/bluesky-social/atproto/blob/main/lexicons/com/atproto/moderation/defs.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,27 @@ public struct ServerCheckAccountStatusOutput: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let repositoryCommit: String
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let repositoryRev: String
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let repositoryBlocks: Int
/// The number of indexed records in the user's account.
public let indexedRecords: Int
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let privateStateValues: Int
/// The expected number of blobs in the user's account.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public struct ServerCreateInviteCode: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let forAccount: [String]?
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public struct ServerCreateInviteCodes: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let forAccounts: [String]?
}
Expand All @@ -49,6 +50,7 @@ public struct ServerAccountCodes: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let account: String
/// An array of invite codes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public struct ServerDeleteAccount: Codable {
/// - Important: The item associated with this property is undocumented in the AT Protocol specifications. The documentation here is based on:\
/// \* **For items with some inferable context from property names or references**: its best interpretation, though not with full certainty.\
/// \* **For items without enough context for even an educated guess**: a direct acknowledgment of their undocumented status.\
/// \
/// Clarifications from Bluesky are needed in order to fully understand this item.
public let token: String
}
Loading

0 comments on commit 2960cd9

Please sign in to comment.