com.atproto.sync.list_repos¶

class atproto_client.models.com.atproto.sync.list_repos.Params¶

Bases: ParamsModelBase

Parameters model for com.atproto.sync.listRepos.

field cursor: str | None = None¶

Cursor.

field limit: int | None = None¶

Limit.

Constraints:
  • ge = 1

  • le = 1000

class atproto_client.models.com.atproto.sync.list_repos.ParamsDict¶

Bases: TypedDict

cursor: typing_extensions.NotRequired[str | None]¶

Cursor.

limit: typing_extensions.NotRequired[int | None]¶

Limit.

class atproto_client.models.com.atproto.sync.list_repos.Repo¶

Bases: ModelBase

Definition model for com.atproto.sync.listRepos.

field active: bool | None = None¶

Active.

field did: str [Required]¶

Did.

Constraints:
field head: str [Required]¶

Current repo commit CID.

Constraints:
field py_type: Literal['com.atproto.sync.listRepos#repo'] = 'com.atproto.sync.listRepos#repo'¶
field rev: str [Required]¶

Rev.

Constraints:
field status: Literal['takendown'] | Literal['suspended'] | Literal['deleted'] | Literal['deactivated'] | Literal['desynchronized'] | Literal['throttled'] | str | None = None¶

If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.

class atproto_client.models.com.atproto.sync.list_repos.Response¶

Bases: ResponseModelBase

Output data model for com.atproto.sync.listRepos.

field cursor: str | None = None¶

Cursor.

field repos: List[models.ComAtprotoSyncListRepos.Repo] [Required]¶

Repos.