···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810)
9111012// schema: com.atproto.admin.defs
1111-1212-func init() {
1313-}
14131514type AdminDefs_ActionReversal struct {
1615 CreatedAt string `json:"createdAt" cborgen:"createdAt"`
+2-3
api/atproto/admindisableInviteCodes.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.disableInviteCodes
1010-1111-func init() {
1212-}
13121413type AdminDisableInviteCodes_Input struct {
1514 Accounts []string `json:"accounts,omitempty" cborgen:"accounts,omitempty"`
+2-3
api/atproto/admingetInviteCodes.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.getInviteCodes
1010-1111-func init() {
1212-}
13121413type AdminGetInviteCodes_Output struct {
1514 Codes []*ServerDefs_InviteCode `json:"codes" cborgen:"codes"`
+2-2
api/atproto/admingetModerationAction.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810911// schema: com.atproto.admin.getModerationAction
10121111-func init() {
1212-}
1313func AdminGetModerationAction(ctx context.Context, c *xrpc.Client, id int64) (*AdminDefs_ActionViewDetail, error) {
1414 var out AdminDefs_ActionViewDetail
1515
+2-3
api/atproto/admingetModerationActions.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.getModerationActions
1010-1111-func init() {
1212-}
13121413type AdminGetModerationActions_Output struct {
1514 Actions []*AdminDefs_ActionView `json:"actions" cborgen:"actions"`
+2-2
api/atproto/admingetModerationReport.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810911// schema: com.atproto.admin.getModerationReport
10121111-func init() {
1212-}
1313func AdminGetModerationReport(ctx context.Context, c *xrpc.Client, id int64) (*AdminDefs_ReportViewDetail, error) {
1414 var out AdminDefs_ReportViewDetail
1515
+2-3
api/atproto/admingetModerationReports.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.getModerationReports
1010-1111-func init() {
1212-}
13121413type AdminGetModerationReports_Output struct {
1514 Cursor *string `json:"cursor,omitempty" cborgen:"cursor,omitempty"`
+2-2
api/atproto/admingetRecord.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810911// schema: com.atproto.admin.getRecord
10121111-func init() {
1212-}
1313func AdminGetRecord(ctx context.Context, c *xrpc.Client, cid string, uri string) (*AdminDefs_RecordViewDetail, error) {
1414 var out AdminDefs_RecordViewDetail
1515
+2-2
api/atproto/admingetRepo.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810911// schema: com.atproto.admin.getRepo
10121111-func init() {
1212-}
1313func AdminGetRepo(ctx context.Context, c *xrpc.Client, did string) (*AdminDefs_RepoViewDetail, error) {
1414 var out AdminDefs_RepoViewDetail
1515
+2-3
api/atproto/adminresolveModerationReports.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.resolveModerationReports
1010-1111-func init() {
1212-}
13121413type AdminResolveModerationReports_Input struct {
1514 ActionId int64 `json:"actionId" cborgen:"actionId"`
+2-3
api/atproto/adminreverseModerationAction.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.reverseModerationAction
1010-1111-func init() {
1212-}
13121413type AdminReverseModerationAction_Input struct {
1514 CreatedBy string `json:"createdBy" cborgen:"createdBy"`
+2-3
api/atproto/adminsearchRepos.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.searchRepos
1010-1111-func init() {
1212-}
13121413type AdminSearchRepos_Output struct {
1514 Cursor *string `json:"cursor,omitempty" cborgen:"cursor,omitempty"`
+2-3
api/atproto/admintakeModerationAction.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···1012)
11131214// schema: com.atproto.admin.takeModerationAction
1313-1414-func init() {
1515-}
16151716type AdminTakeModerationAction_Input struct {
1817 Action string `json:"action" cborgen:"action"`
+2-3
api/atproto/adminupdateAccountEmail.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.updateAccountEmail
1010-1111-func init() {
1212-}
13121413type AdminUpdateAccountEmail_Input struct {
1514 Account string `json:"account" cborgen:"account"`
+2-3
api/atproto/adminupdateAccountHandle.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.admin.updateAccountHandle
1010-1111-func init() {
1212-}
13121413type AdminUpdateAccountHandle_Input struct {
1514 Did string `json:"did" cborgen:"did"`
+2-3
api/atproto/identityresolveHandle.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.identity.resolveHandle
1010-1111-func init() {
1212-}
13121413type IdentityResolveHandle_Output struct {
1514 Did string `json:"did" cborgen:"did"`
+2-3
api/atproto/identityupdateHandle.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.identity.updateHandle
1010-1111-func init() {
1212-}
13121413type IdentityUpdateHandle_Input struct {
1514 Handle string `json:"handle" cborgen:"handle"`
+2-3
api/atproto/labeldefs.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435// schema: com.atproto.label.defs
44-55-func init() {
66-}
7687type LabelDefs_Label struct {
98 Cid *string `json:"cid,omitempty" cborgen:"cid,omitempty"`
+2-3
api/atproto/labelqueryLabels.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.label.queryLabels
1010-1111-func init() {
1212-}
13121413type LabelQueryLabels_Output struct {
1514 Cursor *string `json:"cursor,omitempty" cborgen:"cursor,omitempty"`
+2-3
api/atproto/labelsubscribeLabels.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435// schema: com.atproto.label.subscribeLabels
44-55-func init() {
66-}
7687type LabelSubscribeLabels_Info struct {
98 Message *string `json:"message,omitempty" cborgen:"message,omitempty"`
+2-3
api/atproto/moderationcreateReport.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···1012)
11131214// schema: com.atproto.moderation.createReport
1313-1414-func init() {
1515-}
16151716type ModerationCreateReport_Input struct {
1817 Reason *string `json:"reason,omitempty" cborgen:"reason,omitempty"`
+2-3
api/atproto/moderationdefs.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435// schema: com.atproto.moderation.defs
44-55-func init() {
66-}
+2-3
api/atproto/repoapplyWrites.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···1012)
11131214// schema: com.atproto.repo.applyWrites
1313-1414-func init() {
1515-}
16151716// RECORDTYPE: RepoApplyWrites_Create
1817type RepoApplyWrites_Create struct {
+2-3
api/atproto/repocreateRecord.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810)
9111012// schema: com.atproto.repo.createRecord
1111-1212-func init() {
1313-}
14131514type RepoCreateRecord_Input struct {
1615 Collection string `json:"collection" cborgen:"collection"`
+2-3
api/atproto/repodeleteRecord.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.repo.deleteRecord
1010-1111-func init() {
1212-}
13121413type RepoDeleteRecord_Input struct {
1514 Collection string `json:"collection" cborgen:"collection"`
+2-3
api/atproto/repodescribeRepo.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810)
9111012// schema: com.atproto.repo.describeRepo
1111-1212-func init() {
1313-}
14131514type RepoDescribeRepo_Output struct {
1615 Collections []string `json:"collections" cborgen:"collections"`
+2-3
api/atproto/repogetRecord.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810)
9111012// schema: com.atproto.repo.getRecord
1111-1212-func init() {
1313-}
14131514type RepoGetRecord_Output struct {
1615 Cid *string `json:"cid,omitempty" cborgen:"cid,omitempty"`
+2-3
api/atproto/repolistRecords.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810)
9111012// schema: com.atproto.repo.listRecords
1111-1212-func init() {
1313-}
14131514type RepoListRecords_Output struct {
1615 Cursor *string `json:"cursor,omitempty" cborgen:"cursor,omitempty"`
+2-3
api/atproto/repoputRecord.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810)
9111012// schema: com.atproto.repo.putRecord
1111-1212-func init() {
1313-}
14131514type RepoPutRecord_Input struct {
1615 Collection string `json:"collection" cborgen:"collection"`
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···911)
10121113// schema: com.atproto.repo.uploadBlob
1212-1313-func init() {
1414-}
15141615type RepoUploadBlob_Output struct {
1716 Blob *util.LexBlob `json:"blob" cborgen:"blob"`
+2-3
api/atproto/servercreateAccount.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.createAccount
1010-1111-func init() {
1212-}
13121413type ServerCreateAccount_Input struct {
1514 Email string `json:"email" cborgen:"email"`
+2-3
api/atproto/servercreateAppPassword.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.createAppPassword
1010-1111-func init() {
1212-}
13121413type ServerCreateAppPassword_AppPassword struct {
1514 CreatedAt string `json:"createdAt" cborgen:"createdAt"`
+2-3
api/atproto/servercreateInviteCode.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.createInviteCode
1010-1111-func init() {
1212-}
13121413type ServerCreateInviteCode_Input struct {
1514 ForAccount *string `json:"forAccount,omitempty" cborgen:"forAccount,omitempty"`
+2-3
api/atproto/servercreateInviteCodes.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.createInviteCodes
1010-1111-func init() {
1212-}
13121413type ServerCreateInviteCodes_AccountCodes struct {
1514 Account string `json:"account" cborgen:"account"`
+2-3
api/atproto/servercreateSession.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.createSession
1010-1111-func init() {
1212-}
13121413type ServerCreateSession_Input struct {
1514 Identifier string `json:"identifier" cborgen:"identifier"`
+2-3
api/atproto/serverdefs.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435// schema: com.atproto.server.defs
44-55-func init() {
66-}
7687type ServerDefs_InviteCode struct {
98 Available int64 `json:"available" cborgen:"available"`
+2-3
api/atproto/serverdeleteAccount.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.deleteAccount
1010-1111-func init() {
1212-}
13121413type ServerDeleteAccount_Input struct {
1514 Did string `json:"did" cborgen:"did"`
+2-2
api/atproto/serverdeleteSession.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810911// schema: com.atproto.server.deleteSession
10121111-func init() {
1212-}
1313func ServerDeleteSession(ctx context.Context, c *xrpc.Client) error {
1414 if err := c.Do(ctx, xrpc.Procedure, "", "com.atproto.server.deleteSession", nil, nil, nil); err != nil {
1515 return err
+2-3
api/atproto/serverdescribeServer.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.describeServer
1010-1111-func init() {
1212-}
13121413type ServerDescribeServer_Links struct {
1514 PrivacyPolicy *string `json:"privacyPolicy,omitempty" cborgen:"privacyPolicy,omitempty"`
+2-3
api/atproto/servergetAccountInviteCodes.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.getAccountInviteCodes
1010-1111-func init() {
1212-}
13121413type ServerGetAccountInviteCodes_Output struct {
1514 Codes []*ServerDefs_InviteCode `json:"codes" cborgen:"codes"`
+2-3
api/atproto/servergetSession.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.getSession
1010-1111-func init() {
1212-}
13121413type ServerGetSession_Output struct {
1514 Did string `json:"did" cborgen:"did"`
+2-3
api/atproto/serverlistAppPasswords.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.listAppPasswords
1010-1111-func init() {
1212-}
13121413type ServerListAppPasswords_AppPassword struct {
1514 CreatedAt string `json:"createdAt" cborgen:"createdAt"`
+2-3
api/atproto/serverrefreshSession.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.refreshSession
1010-1111-func init() {
1212-}
13121413type ServerRefreshSession_Output struct {
1514 AccessJwt string `json:"accessJwt" cborgen:"accessJwt"`
+2-2
api/atproto/serverrequestAccountDelete.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810911// schema: com.atproto.server.requestAccountDelete
10121111-func init() {
1212-}
1313func ServerRequestAccountDelete(ctx context.Context, c *xrpc.Client) error {
1414 if err := c.Do(ctx, xrpc.Procedure, "", "com.atproto.server.requestAccountDelete", nil, nil, nil); err != nil {
1515 return err
+2-3
api/atproto/serverrequestPasswordReset.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.requestPasswordReset
1010-1111-func init() {
1212-}
13121413type ServerRequestPasswordReset_Input struct {
1514 Email string `json:"email" cborgen:"email"`
+2-3
api/atproto/serverresetPassword.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.resetPassword
1010-1111-func init() {
1212-}
13121413type ServerResetPassword_Input struct {
1514 Password string `json:"password" cborgen:"password"`
+2-3
api/atproto/serverrevokeAppPassword.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.server.revokeAppPassword
1010-1111-func init() {
1212-}
13121413type ServerRevokeAppPassword_Input struct {
1514 Name string `json:"name" cborgen:"name"`
+2-2
api/atproto/syncgetBlob.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···9111012// schema: com.atproto.sync.getBlob
11131212-func init() {
1313-}
1414func SyncGetBlob(ctx context.Context, c *xrpc.Client, cid string, did string) ([]byte, error) {
1515 buf := new(bytes.Buffer)
1616
+2-2
api/atproto/syncgetBlocks.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···9111012// schema: com.atproto.sync.getBlocks
11131212-func init() {
1313-}
1414func SyncGetBlocks(ctx context.Context, c *xrpc.Client, cids []string, did string) ([]byte, error) {
1515 buf := new(bytes.Buffer)
1616
+2-2
api/atproto/syncgetCheckout.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···9111012// schema: com.atproto.sync.getCheckout
11131212-func init() {
1313-}
1414func SyncGetCheckout(ctx context.Context, c *xrpc.Client, commit string, did string) ([]byte, error) {
1515 buf := new(bytes.Buffer)
1616
+2-3
api/atproto/syncgetCommitPath.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.sync.getCommitPath
1010-1111-func init() {
1212-}
13121413type SyncGetCommitPath_Output struct {
1514 Commits []string `json:"commits" cborgen:"commits"`
+2-3
api/atproto/syncgetHead.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.sync.getHead
1010-1111-func init() {
1212-}
13121413type SyncGetHead_Output struct {
1514 Root string `json:"root" cborgen:"root"`
+2-2
api/atproto/syncgetRecord.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···9111012// schema: com.atproto.sync.getRecord
11131212-func init() {
1313-}
1414func SyncGetRecord(ctx context.Context, c *xrpc.Client, collection string, commit string, did string, rkey string) ([]byte, error) {
1515 buf := new(bytes.Buffer)
1616
+2-2
api/atproto/syncgetRepo.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···9111012// schema: com.atproto.sync.getRepo
11131212-func init() {
1313-}
1414func SyncGetRepo(ctx context.Context, c *xrpc.Client, did string, earliest string, latest string) ([]byte, error) {
1515 buf := new(bytes.Buffer)
1616
+2-3
api/atproto/synclistBlobs.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.sync.listBlobs
1010-1111-func init() {
1212-}
13121413type SyncListBlobs_Output struct {
1514 Cids []string `json:"cids" cborgen:"cids"`
+2-3
api/atproto/synclistRepos.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···79)
810911// schema: com.atproto.sync.listRepos
1010-1111-func init() {
1212-}
13121413type SyncListRepos_Output struct {
1514 Cursor *string `json:"cursor,omitempty" cborgen:"cursor,omitempty"`
+2-2
api/atproto/syncnotifyOfUpdate.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810911// schema: com.atproto.sync.notifyOfUpdate
10121111-func init() {
1212-}
1313func SyncNotifyOfUpdate(ctx context.Context, c *xrpc.Client, hostname string) error {
14141515 params := map[string]interface{}{
+2-2
api/atproto/syncrequestCrawl.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···810911// schema: com.atproto.sync.requestCrawl
10121111-func init() {
1212-}
1313func SyncRequestCrawl(ctx context.Context, c *xrpc.Client, hostname string) error {
14141515 params := map[string]interface{}{
+2-3
api/atproto/syncsubscribeRepos.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package atproto
2435import (
···57)
6879// schema: com.atproto.sync.subscribeRepos
88-99-func init() {
1010-}
11101211type SyncSubscribeRepos_Commit struct {
1312 Blobs []util.LexLink `json:"blobs" cborgen:"blobs"`
+2-3
api/bsky/actordefs.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package bsky
2435import (
···57)
6879// schema: app.bsky.actor.defs
88-99-func init() {
1010-}
11101211type ActorDefs_ProfileView struct {
1312 Avatar *string `json:"avatar,omitempty" cborgen:"avatar,omitempty"`
+2-2
api/bsky/actorgetProfile.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package bsky
2435import (
···810911// schema: app.bsky.actor.getProfile
10121111-func init() {
1212-}
1313func ActorGetProfile(ctx context.Context, c *xrpc.Client, actor string) (*ActorDefs_ProfileViewDetailed, error) {
1414 var out ActorDefs_ProfileViewDetailed
1515
+2-3
api/bsky/actorgetProfiles.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package bsky
2435import (
···79)
810911// schema: app.bsky.actor.getProfiles
1010-1111-func init() {
1212-}
13121413type ActorGetProfiles_Output struct {
1514 Profiles []*ActorDefs_ProfileViewDetailed `json:"profiles" cborgen:"profiles"`
+2-3
api/bsky/actorgetSuggestions.go
···11+// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
22+13package bsky
2435import (
···79)
810911// schema: app.bsky.actor.getSuggestions
1010-1111-func init() {
1212-}
13121413type ActorGetSuggestions_Output struct {
1514 Actors []*ActorDefs_ProfileView `json:"actors" cborgen:"actors"`