@atproto/api 0.16.1 → 0.16.3
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.
- package/CHANGELOG.md +18 -0
- package/dist/client/index.d.ts +436 -430
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +1376 -1368
- package/dist/client/index.js.map +1 -1
- package/dist/client/lexicons.d.ts +18001 -17705
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +9248 -9098
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getLists.d.ts +2 -0
- package/dist/client/types/app/bsky/graph/getLists.d.ts.map +1 -1
- package/dist/client/types/app/bsky/graph/getLists.js.map +1 -1
- package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts +38 -0
- package/dist/client/types/app/bsky/graph/getListsWithMembership.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getListsWithMembership.js +20 -0
- package/dist/client/types/app/bsky/graph/getListsWithMembership.js.map +1 -0
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts +36 -0
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.d.ts.map +1 -0
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js +20 -0
- package/dist/client/types/app/bsky/graph/getStarterPacksWithMembership.js.map +1 -0
- package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts +2 -0
- package/dist/client/types/tools/ozone/moderation/queryEvents.d.ts.map +1 -1
- package/dist/client/types/tools/ozone/moderation/queryEvents.js.map +1 -1
- package/package.json +4 -4
- package/src/client/index.ts +2568 -2540
- package/src/client/lexicons.ts +9483 -9325
- package/src/client/types/app/bsky/graph/getLists.ts +2 -0
- package/src/client/types/app/bsky/graph/getListsWithMembership.ts +64 -0
- package/src/client/types/app/bsky/graph/getStarterPacksWithMembership.ts +66 -0
- package/src/client/types/tools/ozone/moderation/queryEvents.ts +2 -0
- package/tsconfig.build.tsbuildinfo +1 -1
package/dist/client/index.d.ts
CHANGED
|
@@ -3,88 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { XrpcClient, type FetchHandler, type FetchHandlerOptions } from '@atproto/xrpc';
|
|
5
5
|
import { type OmitKey, type Un$Typed } from './util.js';
|
|
6
|
-
import * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
|
|
7
|
-
import * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
|
|
8
|
-
import * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
|
|
9
|
-
import * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
|
|
10
|
-
import * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
|
|
11
|
-
import * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
|
|
12
|
-
import * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
|
|
13
|
-
import * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
|
|
14
|
-
import * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
|
|
15
|
-
import * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
|
|
16
|
-
import * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
|
|
17
|
-
import * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
|
|
18
|
-
import * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
|
|
19
|
-
import * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
|
|
20
|
-
import * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
|
|
21
|
-
import * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
|
|
22
|
-
import * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
|
|
23
|
-
import * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
|
|
24
|
-
import * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
|
|
25
|
-
import * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
|
|
26
|
-
import * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
|
|
27
|
-
import * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
|
|
28
|
-
import * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
|
|
29
|
-
import * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
|
|
30
|
-
import * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
|
|
31
|
-
import * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
|
|
32
|
-
import * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
|
|
33
|
-
import * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
|
|
34
|
-
import * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
|
|
35
|
-
import * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
|
|
36
|
-
import * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
|
|
37
|
-
import * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
|
|
38
|
-
import * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
|
|
39
|
-
import * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
|
|
40
|
-
import * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
|
|
41
|
-
import * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
|
|
42
|
-
import * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
|
|
43
|
-
import * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
|
|
44
|
-
import * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
|
|
45
|
-
import * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
|
|
46
|
-
import * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
|
|
47
|
-
import * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
|
|
48
|
-
import * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
|
|
49
|
-
import * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
|
|
50
|
-
import * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
|
|
51
|
-
import * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
|
|
52
|
-
import * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
|
|
53
|
-
import * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
|
|
54
|
-
import * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
|
|
55
|
-
import * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
|
|
56
|
-
import * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
|
|
57
|
-
import * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
|
|
58
|
-
import * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
|
|
59
|
-
import * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
|
|
60
|
-
import * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
|
|
61
|
-
import * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
|
|
62
|
-
import * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
|
|
63
|
-
import * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
|
|
64
|
-
import * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
|
|
65
|
-
import * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
|
|
66
|
-
import * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
|
|
67
|
-
import * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
|
|
68
|
-
import * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
|
|
69
|
-
import * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
|
|
70
|
-
import * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
|
|
71
|
-
import * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
|
|
72
|
-
import * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
|
|
73
|
-
import * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
|
|
74
|
-
import * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
|
|
75
|
-
import * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
|
|
76
|
-
import * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
|
|
77
|
-
import * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
|
|
78
|
-
import * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
|
|
79
|
-
import * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
|
|
80
|
-
import * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
|
|
81
|
-
import * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
|
|
82
|
-
import * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
|
|
83
|
-
import * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
|
|
84
|
-
import * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
|
|
85
|
-
import * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
|
|
86
|
-
import * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
|
|
87
|
-
import * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
|
|
88
6
|
import * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences.js';
|
|
89
7
|
import * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile.js';
|
|
90
8
|
import * as AppBskyActorGetProfiles from './types/app/bsky/actor/getProfiles.js';
|
|
@@ -129,10 +47,12 @@ import * as AppBskyGraphGetList from './types/app/bsky/graph/getList.js';
|
|
|
129
47
|
import * as AppBskyGraphGetListBlocks from './types/app/bsky/graph/getListBlocks.js';
|
|
130
48
|
import * as AppBskyGraphGetListMutes from './types/app/bsky/graph/getListMutes.js';
|
|
131
49
|
import * as AppBskyGraphGetLists from './types/app/bsky/graph/getLists.js';
|
|
50
|
+
import * as AppBskyGraphGetListsWithMembership from './types/app/bsky/graph/getListsWithMembership.js';
|
|
132
51
|
import * as AppBskyGraphGetMutes from './types/app/bsky/graph/getMutes.js';
|
|
133
52
|
import * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships.js';
|
|
134
53
|
import * as AppBskyGraphGetStarterPack from './types/app/bsky/graph/getStarterPack.js';
|
|
135
54
|
import * as AppBskyGraphGetStarterPacks from './types/app/bsky/graph/getStarterPacks.js';
|
|
55
|
+
import * as AppBskyGraphGetStarterPacksWithMembership from './types/app/bsky/graph/getStarterPacksWithMembership.js';
|
|
136
56
|
import * as AppBskyGraphGetSuggestedFollowsByActor from './types/app/bsky/graph/getSuggestedFollowsByActor.js';
|
|
137
57
|
import * as AppBskyGraphList from './types/app/bsky/graph/list.js';
|
|
138
58
|
import * as AppBskyGraphListblock from './types/app/bsky/graph/listblock.js';
|
|
@@ -205,6 +125,88 @@ import * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js'
|
|
|
205
125
|
import * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata.js';
|
|
206
126
|
import * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext.js';
|
|
207
127
|
import * as ChatBskyModerationUpdateActorAccess from './types/chat/bsky/moderation/updateActorAccess.js';
|
|
128
|
+
import * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
|
|
129
|
+
import * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
|
|
130
|
+
import * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
|
|
131
|
+
import * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
|
|
132
|
+
import * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
|
|
133
|
+
import * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
|
|
134
|
+
import * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
|
|
135
|
+
import * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
|
|
136
|
+
import * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
|
|
137
|
+
import * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
|
|
138
|
+
import * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
|
|
139
|
+
import * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
|
|
140
|
+
import * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
|
|
141
|
+
import * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
|
|
142
|
+
import * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
|
|
143
|
+
import * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
|
|
144
|
+
import * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
|
|
145
|
+
import * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
|
|
146
|
+
import * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
|
|
147
|
+
import * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
|
|
148
|
+
import * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
|
|
149
|
+
import * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
|
|
150
|
+
import * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
|
|
151
|
+
import * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
|
|
152
|
+
import * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
|
|
153
|
+
import * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
|
|
154
|
+
import * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
|
|
155
|
+
import * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
|
|
156
|
+
import * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
|
|
157
|
+
import * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
|
|
158
|
+
import * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
|
|
159
|
+
import * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
|
|
160
|
+
import * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
|
|
161
|
+
import * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
|
|
162
|
+
import * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
|
|
163
|
+
import * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
|
|
164
|
+
import * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
|
|
165
|
+
import * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
|
|
166
|
+
import * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
|
|
167
|
+
import * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
|
|
168
|
+
import * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
|
|
169
|
+
import * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
|
|
170
|
+
import * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
|
|
171
|
+
import * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
|
|
172
|
+
import * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
|
|
173
|
+
import * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
|
|
174
|
+
import * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
|
|
175
|
+
import * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
|
|
176
|
+
import * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
|
|
177
|
+
import * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
|
|
178
|
+
import * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
|
|
179
|
+
import * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
|
|
180
|
+
import * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
|
|
181
|
+
import * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
|
|
182
|
+
import * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
|
|
183
|
+
import * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
|
|
184
|
+
import * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
|
|
185
|
+
import * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
|
|
186
|
+
import * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
|
|
187
|
+
import * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
|
|
188
|
+
import * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
|
|
189
|
+
import * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
|
|
190
|
+
import * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
|
|
191
|
+
import * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
|
|
192
|
+
import * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
|
|
193
|
+
import * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
|
|
194
|
+
import * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
|
|
195
|
+
import * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
|
|
196
|
+
import * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
|
|
197
|
+
import * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
|
|
198
|
+
import * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
|
|
199
|
+
import * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
|
|
200
|
+
import * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
|
|
201
|
+
import * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
|
|
202
|
+
import * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
|
|
203
|
+
import * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
|
|
204
|
+
import * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
|
|
205
|
+
import * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
|
|
206
|
+
import * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
|
|
207
|
+
import * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
|
|
208
|
+
import * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
|
|
209
|
+
import * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
|
|
208
210
|
import * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
|
|
209
211
|
import * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate.js';
|
|
210
212
|
import * as ToolsOzoneCommunicationListTemplates from './types/tools/ozone/communication/listTemplates.js';
|
|
@@ -247,98 +249,6 @@ import * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMemb
|
|
|
247
249
|
import * as ToolsOzoneVerificationGrantVerifications from './types/tools/ozone/verification/grantVerifications.js';
|
|
248
250
|
import * as ToolsOzoneVerificationListVerifications from './types/tools/ozone/verification/listVerifications.js';
|
|
249
251
|
import * as ToolsOzoneVerificationRevokeVerifications from './types/tools/ozone/verification/revokeVerifications.js';
|
|
250
|
-
export * as ComAtprotoAdminDefs from './types/com/atproto/admin/defs.js';
|
|
251
|
-
export * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
|
|
252
|
-
export * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
|
|
253
|
-
export * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
|
|
254
|
-
export * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
|
|
255
|
-
export * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
|
|
256
|
-
export * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
|
|
257
|
-
export * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
|
|
258
|
-
export * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
|
|
259
|
-
export * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
|
|
260
|
-
export * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
|
|
261
|
-
export * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
|
|
262
|
-
export * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
|
|
263
|
-
export * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
|
|
264
|
-
export * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
|
|
265
|
-
export * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
|
|
266
|
-
export * as ComAtprotoIdentityDefs from './types/com/atproto/identity/defs.js';
|
|
267
|
-
export * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
|
|
268
|
-
export * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
|
|
269
|
-
export * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
|
|
270
|
-
export * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
|
|
271
|
-
export * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
|
|
272
|
-
export * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
|
|
273
|
-
export * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
|
|
274
|
-
export * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
|
|
275
|
-
export * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
|
|
276
|
-
export * as ComAtprotoLabelDefs from './types/com/atproto/label/defs.js';
|
|
277
|
-
export * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
|
|
278
|
-
export * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels.js';
|
|
279
|
-
export * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
|
|
280
|
-
export * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
|
|
281
|
-
export * as ComAtprotoModerationDefs from './types/com/atproto/moderation/defs.js';
|
|
282
|
-
export * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
|
|
283
|
-
export * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
|
|
284
|
-
export * as ComAtprotoRepoDefs from './types/com/atproto/repo/defs.js';
|
|
285
|
-
export * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
|
|
286
|
-
export * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
|
|
287
|
-
export * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
|
|
288
|
-
export * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
|
|
289
|
-
export * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
|
|
290
|
-
export * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
|
|
291
|
-
export * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
|
|
292
|
-
export * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef.js';
|
|
293
|
-
export * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
|
|
294
|
-
export * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
|
|
295
|
-
export * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
|
|
296
|
-
export * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
|
|
297
|
-
export * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
|
|
298
|
-
export * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
|
|
299
|
-
export * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
|
|
300
|
-
export * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
|
|
301
|
-
export * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
|
|
302
|
-
export * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
|
|
303
|
-
export * as ComAtprotoServerDefs from './types/com/atproto/server/defs.js';
|
|
304
|
-
export * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
|
|
305
|
-
export * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
|
|
306
|
-
export * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
|
|
307
|
-
export * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
|
|
308
|
-
export * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
|
|
309
|
-
export * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
|
|
310
|
-
export * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
|
|
311
|
-
export * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
|
|
312
|
-
export * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
|
|
313
|
-
export * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
|
|
314
|
-
export * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
|
|
315
|
-
export * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
|
|
316
|
-
export * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
|
|
317
|
-
export * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
|
|
318
|
-
export * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
|
|
319
|
-
export * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
|
|
320
|
-
export * as ComAtprotoSyncDefs from './types/com/atproto/sync/defs.js';
|
|
321
|
-
export * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
|
|
322
|
-
export * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
|
|
323
|
-
export * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
|
|
324
|
-
export * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
|
|
325
|
-
export * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
|
|
326
|
-
export * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
|
|
327
|
-
export * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
|
|
328
|
-
export * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
|
|
329
|
-
export * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
|
|
330
|
-
export * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
|
|
331
|
-
export * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
|
|
332
|
-
export * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
|
|
333
|
-
export * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
|
|
334
|
-
export * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
|
|
335
|
-
export * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
|
|
336
|
-
export * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos.js';
|
|
337
|
-
export * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
|
|
338
|
-
export * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
|
|
339
|
-
export * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
|
|
340
|
-
export * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
|
|
341
|
-
export * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
|
|
342
252
|
export * as AppBskyActorDefs from './types/app/bsky/actor/defs.js';
|
|
343
253
|
export * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences.js';
|
|
344
254
|
export * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile.js';
|
|
@@ -392,10 +302,12 @@ export * as AppBskyGraphGetList from './types/app/bsky/graph/getList.js';
|
|
|
392
302
|
export * as AppBskyGraphGetListBlocks from './types/app/bsky/graph/getListBlocks.js';
|
|
393
303
|
export * as AppBskyGraphGetListMutes from './types/app/bsky/graph/getListMutes.js';
|
|
394
304
|
export * as AppBskyGraphGetLists from './types/app/bsky/graph/getLists.js';
|
|
305
|
+
export * as AppBskyGraphGetListsWithMembership from './types/app/bsky/graph/getListsWithMembership.js';
|
|
395
306
|
export * as AppBskyGraphGetMutes from './types/app/bsky/graph/getMutes.js';
|
|
396
307
|
export * as AppBskyGraphGetRelationships from './types/app/bsky/graph/getRelationships.js';
|
|
397
308
|
export * as AppBskyGraphGetStarterPack from './types/app/bsky/graph/getStarterPack.js';
|
|
398
309
|
export * as AppBskyGraphGetStarterPacks from './types/app/bsky/graph/getStarterPacks.js';
|
|
310
|
+
export * as AppBskyGraphGetStarterPacksWithMembership from './types/app/bsky/graph/getStarterPacksWithMembership.js';
|
|
399
311
|
export * as AppBskyGraphGetSuggestedFollowsByActor from './types/app/bsky/graph/getSuggestedFollowsByActor.js';
|
|
400
312
|
export * as AppBskyGraphList from './types/app/bsky/graph/list.js';
|
|
401
313
|
export * as AppBskyGraphListblock from './types/app/bsky/graph/listblock.js';
|
|
@@ -475,6 +387,98 @@ export * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js'
|
|
|
475
387
|
export * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata.js';
|
|
476
388
|
export * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext.js';
|
|
477
389
|
export * as ChatBskyModerationUpdateActorAccess from './types/chat/bsky/moderation/updateActorAccess.js';
|
|
390
|
+
export * as ComAtprotoAdminDefs from './types/com/atproto/admin/defs.js';
|
|
391
|
+
export * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
|
|
392
|
+
export * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
|
|
393
|
+
export * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
|
|
394
|
+
export * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
|
|
395
|
+
export * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
|
|
396
|
+
export * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
|
|
397
|
+
export * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
|
|
398
|
+
export * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
|
|
399
|
+
export * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
|
|
400
|
+
export * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
|
|
401
|
+
export * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
|
|
402
|
+
export * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
|
|
403
|
+
export * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
|
|
404
|
+
export * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
|
|
405
|
+
export * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
|
|
406
|
+
export * as ComAtprotoIdentityDefs from './types/com/atproto/identity/defs.js';
|
|
407
|
+
export * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
|
|
408
|
+
export * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
|
|
409
|
+
export * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
|
|
410
|
+
export * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
|
|
411
|
+
export * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
|
|
412
|
+
export * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
|
|
413
|
+
export * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
|
|
414
|
+
export * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
|
|
415
|
+
export * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
|
|
416
|
+
export * as ComAtprotoLabelDefs from './types/com/atproto/label/defs.js';
|
|
417
|
+
export * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
|
|
418
|
+
export * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels.js';
|
|
419
|
+
export * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
|
|
420
|
+
export * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
|
|
421
|
+
export * as ComAtprotoModerationDefs from './types/com/atproto/moderation/defs.js';
|
|
422
|
+
export * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
|
|
423
|
+
export * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
|
|
424
|
+
export * as ComAtprotoRepoDefs from './types/com/atproto/repo/defs.js';
|
|
425
|
+
export * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
|
|
426
|
+
export * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
|
|
427
|
+
export * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
|
|
428
|
+
export * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
|
|
429
|
+
export * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
|
|
430
|
+
export * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
|
|
431
|
+
export * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
|
|
432
|
+
export * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef.js';
|
|
433
|
+
export * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
|
|
434
|
+
export * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
|
|
435
|
+
export * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
|
|
436
|
+
export * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
|
|
437
|
+
export * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
|
|
438
|
+
export * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
|
|
439
|
+
export * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
|
|
440
|
+
export * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
|
|
441
|
+
export * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
|
|
442
|
+
export * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
|
|
443
|
+
export * as ComAtprotoServerDefs from './types/com/atproto/server/defs.js';
|
|
444
|
+
export * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
|
|
445
|
+
export * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
|
|
446
|
+
export * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
|
|
447
|
+
export * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
|
|
448
|
+
export * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
|
|
449
|
+
export * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
|
|
450
|
+
export * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
|
|
451
|
+
export * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
|
|
452
|
+
export * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
|
|
453
|
+
export * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
|
|
454
|
+
export * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
|
|
455
|
+
export * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
|
|
456
|
+
export * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
|
|
457
|
+
export * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
|
|
458
|
+
export * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
|
|
459
|
+
export * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
|
|
460
|
+
export * as ComAtprotoSyncDefs from './types/com/atproto/sync/defs.js';
|
|
461
|
+
export * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
|
|
462
|
+
export * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
|
|
463
|
+
export * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
|
|
464
|
+
export * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
|
|
465
|
+
export * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
|
|
466
|
+
export * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
|
|
467
|
+
export * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
|
|
468
|
+
export * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
|
|
469
|
+
export * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
|
|
470
|
+
export * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
|
|
471
|
+
export * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
|
|
472
|
+
export * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
|
|
473
|
+
export * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
|
|
474
|
+
export * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
|
|
475
|
+
export * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
|
|
476
|
+
export * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos.js';
|
|
477
|
+
export * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
|
|
478
|
+
export * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
|
|
479
|
+
export * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
|
|
480
|
+
export * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
|
|
481
|
+
export * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
|
|
478
482
|
export * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
|
|
479
483
|
export * as ToolsOzoneCommunicationDefs from './types/tools/ozone/communication/defs.js';
|
|
480
484
|
export * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate.js';
|
|
@@ -486,262 +490,101 @@ export * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/e
|
|
|
486
490
|
export * as ToolsOzoneModerationGetAccountTimeline from './types/tools/ozone/moderation/getAccountTimeline.js';
|
|
487
491
|
export * as ToolsOzoneModerationGetEvent from './types/tools/ozone/moderation/getEvent.js';
|
|
488
492
|
export * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord.js';
|
|
489
|
-
export * as ToolsOzoneModerationGetRecords from './types/tools/ozone/moderation/getRecords.js';
|
|
490
|
-
export * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo.js';
|
|
491
|
-
export * as ToolsOzoneModerationGetReporterStats from './types/tools/ozone/moderation/getReporterStats.js';
|
|
492
|
-
export * as ToolsOzoneModerationGetRepos from './types/tools/ozone/moderation/getRepos.js';
|
|
493
|
-
export * as ToolsOzoneModerationGetSubjects from './types/tools/ozone/moderation/getSubjects.js';
|
|
494
|
-
export * as ToolsOzoneModerationQueryEvents from './types/tools/ozone/moderation/queryEvents.js';
|
|
495
|
-
export * as ToolsOzoneModerationQueryStatuses from './types/tools/ozone/moderation/queryStatuses.js';
|
|
496
|
-
export * as ToolsOzoneModerationSearchRepos from './types/tools/ozone/moderation/searchRepos.js';
|
|
497
|
-
export * as ToolsOzoneSafelinkAddRule from './types/tools/ozone/safelink/addRule.js';
|
|
498
|
-
export * as ToolsOzoneSafelinkDefs from './types/tools/ozone/safelink/defs.js';
|
|
499
|
-
export * as ToolsOzoneSafelinkQueryEvents from './types/tools/ozone/safelink/queryEvents.js';
|
|
500
|
-
export * as ToolsOzoneSafelinkQueryRules from './types/tools/ozone/safelink/queryRules.js';
|
|
501
|
-
export * as ToolsOzoneSafelinkRemoveRule from './types/tools/ozone/safelink/removeRule.js';
|
|
502
|
-
export * as ToolsOzoneSafelinkUpdateRule from './types/tools/ozone/safelink/updateRule.js';
|
|
503
|
-
export * as ToolsOzoneServerGetConfig from './types/tools/ozone/server/getConfig.js';
|
|
504
|
-
export * as ToolsOzoneSetAddValues from './types/tools/ozone/set/addValues.js';
|
|
505
|
-
export * as ToolsOzoneSetDefs from './types/tools/ozone/set/defs.js';
|
|
506
|
-
export * as ToolsOzoneSetDeleteSet from './types/tools/ozone/set/deleteSet.js';
|
|
507
|
-
export * as ToolsOzoneSetDeleteValues from './types/tools/ozone/set/deleteValues.js';
|
|
508
|
-
export * as ToolsOzoneSetGetValues from './types/tools/ozone/set/getValues.js';
|
|
509
|
-
export * as ToolsOzoneSetQuerySets from './types/tools/ozone/set/querySets.js';
|
|
510
|
-
export * as ToolsOzoneSetUpsertSet from './types/tools/ozone/set/upsertSet.js';
|
|
511
|
-
export * as ToolsOzoneSettingDefs from './types/tools/ozone/setting/defs.js';
|
|
512
|
-
export * as ToolsOzoneSettingListOptions from './types/tools/ozone/setting/listOptions.js';
|
|
513
|
-
export * as ToolsOzoneSettingRemoveOptions from './types/tools/ozone/setting/removeOptions.js';
|
|
514
|
-
export * as ToolsOzoneSettingUpsertOption from './types/tools/ozone/setting/upsertOption.js';
|
|
515
|
-
export * as ToolsOzoneSignatureDefs from './types/tools/ozone/signature/defs.js';
|
|
516
|
-
export * as ToolsOzoneSignatureFindCorrelation from './types/tools/ozone/signature/findCorrelation.js';
|
|
517
|
-
export * as ToolsOzoneSignatureFindRelatedAccounts from './types/tools/ozone/signature/findRelatedAccounts.js';
|
|
518
|
-
export * as ToolsOzoneSignatureSearchAccounts from './types/tools/ozone/signature/searchAccounts.js';
|
|
519
|
-
export * as ToolsOzoneTeamAddMember from './types/tools/ozone/team/addMember.js';
|
|
520
|
-
export * as ToolsOzoneTeamDefs from './types/tools/ozone/team/defs.js';
|
|
521
|
-
export * as ToolsOzoneTeamDeleteMember from './types/tools/ozone/team/deleteMember.js';
|
|
522
|
-
export * as ToolsOzoneTeamListMembers from './types/tools/ozone/team/listMembers.js';
|
|
523
|
-
export * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMember.js';
|
|
524
|
-
export * as ToolsOzoneVerificationDefs from './types/tools/ozone/verification/defs.js';
|
|
525
|
-
export * as ToolsOzoneVerificationGrantVerifications from './types/tools/ozone/verification/grantVerifications.js';
|
|
526
|
-
export * as ToolsOzoneVerificationListVerifications from './types/tools/ozone/verification/listVerifications.js';
|
|
527
|
-
export * as ToolsOzoneVerificationRevokeVerifications from './types/tools/ozone/verification/revokeVerifications.js';
|
|
528
|
-
export declare const
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
};
|
|
561
|
-
export declare const TOOLS_OZONE_MODERATION: {
|
|
562
|
-
DefsReviewOpen: string;
|
|
563
|
-
DefsReviewEscalated: string;
|
|
564
|
-
DefsReviewClosed: string;
|
|
565
|
-
DefsReviewNone: string;
|
|
566
|
-
DefsTimelineEventPlcCreate: string;
|
|
567
|
-
DefsTimelineEventPlcOperation: string;
|
|
568
|
-
DefsTimelineEventPlcTombstone: string;
|
|
569
|
-
};
|
|
570
|
-
export declare const TOOLS_OZONE_TEAM: {
|
|
571
|
-
DefsRoleAdmin: string;
|
|
572
|
-
DefsRoleModerator: string;
|
|
573
|
-
DefsRoleTriage: string;
|
|
574
|
-
DefsRoleVerifier: string;
|
|
575
|
-
};
|
|
576
|
-
export declare class AtpBaseClient extends XrpcClient {
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
tools: ToolsNS;
|
|
581
|
-
constructor(options: FetchHandler | FetchHandlerOptions);
|
|
582
|
-
/** @deprecated use `this` instead */
|
|
583
|
-
get xrpc(): XrpcClient;
|
|
584
|
-
}
|
|
585
|
-
export declare class ComNS {
|
|
586
|
-
_client: XrpcClient;
|
|
587
|
-
atproto: ComAtprotoNS;
|
|
588
|
-
constructor(client: XrpcClient);
|
|
589
|
-
}
|
|
590
|
-
export declare class ComAtprotoNS {
|
|
591
|
-
_client: XrpcClient;
|
|
592
|
-
admin: ComAtprotoAdminNS;
|
|
593
|
-
identity: ComAtprotoIdentityNS;
|
|
594
|
-
label: ComAtprotoLabelNS;
|
|
595
|
-
lexicon: ComAtprotoLexiconNS;
|
|
596
|
-
moderation: ComAtprotoModerationNS;
|
|
597
|
-
repo: ComAtprotoRepoNS;
|
|
598
|
-
server: ComAtprotoServerNS;
|
|
599
|
-
sync: ComAtprotoSyncNS;
|
|
600
|
-
temp: ComAtprotoTempNS;
|
|
601
|
-
constructor(client: XrpcClient);
|
|
602
|
-
}
|
|
603
|
-
export declare class ComAtprotoAdminNS {
|
|
604
|
-
_client: XrpcClient;
|
|
605
|
-
constructor(client: XrpcClient);
|
|
606
|
-
deleteAccount(data?: ComAtprotoAdminDeleteAccount.InputSchema, opts?: ComAtprotoAdminDeleteAccount.CallOptions): Promise<ComAtprotoAdminDeleteAccount.Response>;
|
|
607
|
-
disableAccountInvites(data?: ComAtprotoAdminDisableAccountInvites.InputSchema, opts?: ComAtprotoAdminDisableAccountInvites.CallOptions): Promise<ComAtprotoAdminDisableAccountInvites.Response>;
|
|
608
|
-
disableInviteCodes(data?: ComAtprotoAdminDisableInviteCodes.InputSchema, opts?: ComAtprotoAdminDisableInviteCodes.CallOptions): Promise<ComAtprotoAdminDisableInviteCodes.Response>;
|
|
609
|
-
enableAccountInvites(data?: ComAtprotoAdminEnableAccountInvites.InputSchema, opts?: ComAtprotoAdminEnableAccountInvites.CallOptions): Promise<ComAtprotoAdminEnableAccountInvites.Response>;
|
|
610
|
-
getAccountInfo(params?: ComAtprotoAdminGetAccountInfo.QueryParams, opts?: ComAtprotoAdminGetAccountInfo.CallOptions): Promise<ComAtprotoAdminGetAccountInfo.Response>;
|
|
611
|
-
getAccountInfos(params?: ComAtprotoAdminGetAccountInfos.QueryParams, opts?: ComAtprotoAdminGetAccountInfos.CallOptions): Promise<ComAtprotoAdminGetAccountInfos.Response>;
|
|
612
|
-
getInviteCodes(params?: ComAtprotoAdminGetInviteCodes.QueryParams, opts?: ComAtprotoAdminGetInviteCodes.CallOptions): Promise<ComAtprotoAdminGetInviteCodes.Response>;
|
|
613
|
-
getSubjectStatus(params?: ComAtprotoAdminGetSubjectStatus.QueryParams, opts?: ComAtprotoAdminGetSubjectStatus.CallOptions): Promise<ComAtprotoAdminGetSubjectStatus.Response>;
|
|
614
|
-
searchAccounts(params?: ComAtprotoAdminSearchAccounts.QueryParams, opts?: ComAtprotoAdminSearchAccounts.CallOptions): Promise<ComAtprotoAdminSearchAccounts.Response>;
|
|
615
|
-
sendEmail(data?: ComAtprotoAdminSendEmail.InputSchema, opts?: ComAtprotoAdminSendEmail.CallOptions): Promise<ComAtprotoAdminSendEmail.Response>;
|
|
616
|
-
updateAccountEmail(data?: ComAtprotoAdminUpdateAccountEmail.InputSchema, opts?: ComAtprotoAdminUpdateAccountEmail.CallOptions): Promise<ComAtprotoAdminUpdateAccountEmail.Response>;
|
|
617
|
-
updateAccountHandle(data?: ComAtprotoAdminUpdateAccountHandle.InputSchema, opts?: ComAtprotoAdminUpdateAccountHandle.CallOptions): Promise<ComAtprotoAdminUpdateAccountHandle.Response>;
|
|
618
|
-
updateAccountPassword(data?: ComAtprotoAdminUpdateAccountPassword.InputSchema, opts?: ComAtprotoAdminUpdateAccountPassword.CallOptions): Promise<ComAtprotoAdminUpdateAccountPassword.Response>;
|
|
619
|
-
updateAccountSigningKey(data?: ComAtprotoAdminUpdateAccountSigningKey.InputSchema, opts?: ComAtprotoAdminUpdateAccountSigningKey.CallOptions): Promise<ComAtprotoAdminUpdateAccountSigningKey.Response>;
|
|
620
|
-
updateSubjectStatus(data?: ComAtprotoAdminUpdateSubjectStatus.InputSchema, opts?: ComAtprotoAdminUpdateSubjectStatus.CallOptions): Promise<ComAtprotoAdminUpdateSubjectStatus.Response>;
|
|
621
|
-
}
|
|
622
|
-
export declare class ComAtprotoIdentityNS {
|
|
623
|
-
_client: XrpcClient;
|
|
624
|
-
constructor(client: XrpcClient);
|
|
625
|
-
getRecommendedDidCredentials(params?: ComAtprotoIdentityGetRecommendedDidCredentials.QueryParams, opts?: ComAtprotoIdentityGetRecommendedDidCredentials.CallOptions): Promise<ComAtprotoIdentityGetRecommendedDidCredentials.Response>;
|
|
626
|
-
refreshIdentity(data?: ComAtprotoIdentityRefreshIdentity.InputSchema, opts?: ComAtprotoIdentityRefreshIdentity.CallOptions): Promise<ComAtprotoIdentityRefreshIdentity.Response>;
|
|
627
|
-
requestPlcOperationSignature(data?: ComAtprotoIdentityRequestPlcOperationSignature.InputSchema, opts?: ComAtprotoIdentityRequestPlcOperationSignature.CallOptions): Promise<ComAtprotoIdentityRequestPlcOperationSignature.Response>;
|
|
628
|
-
resolveDid(params?: ComAtprotoIdentityResolveDid.QueryParams, opts?: ComAtprotoIdentityResolveDid.CallOptions): Promise<ComAtprotoIdentityResolveDid.Response>;
|
|
629
|
-
resolveHandle(params?: ComAtprotoIdentityResolveHandle.QueryParams, opts?: ComAtprotoIdentityResolveHandle.CallOptions): Promise<ComAtprotoIdentityResolveHandle.Response>;
|
|
630
|
-
resolveIdentity(params?: ComAtprotoIdentityResolveIdentity.QueryParams, opts?: ComAtprotoIdentityResolveIdentity.CallOptions): Promise<ComAtprotoIdentityResolveIdentity.Response>;
|
|
631
|
-
signPlcOperation(data?: ComAtprotoIdentitySignPlcOperation.InputSchema, opts?: ComAtprotoIdentitySignPlcOperation.CallOptions): Promise<ComAtprotoIdentitySignPlcOperation.Response>;
|
|
632
|
-
submitPlcOperation(data?: ComAtprotoIdentitySubmitPlcOperation.InputSchema, opts?: ComAtprotoIdentitySubmitPlcOperation.CallOptions): Promise<ComAtprotoIdentitySubmitPlcOperation.Response>;
|
|
633
|
-
updateHandle(data?: ComAtprotoIdentityUpdateHandle.InputSchema, opts?: ComAtprotoIdentityUpdateHandle.CallOptions): Promise<ComAtprotoIdentityUpdateHandle.Response>;
|
|
634
|
-
}
|
|
635
|
-
export declare class ComAtprotoLabelNS {
|
|
636
|
-
_client: XrpcClient;
|
|
637
|
-
constructor(client: XrpcClient);
|
|
638
|
-
queryLabels(params?: ComAtprotoLabelQueryLabels.QueryParams, opts?: ComAtprotoLabelQueryLabels.CallOptions): Promise<ComAtprotoLabelQueryLabels.Response>;
|
|
639
|
-
}
|
|
640
|
-
export declare class ComAtprotoLexiconNS {
|
|
641
|
-
_client: XrpcClient;
|
|
642
|
-
schema: ComAtprotoLexiconSchemaRecord;
|
|
643
|
-
constructor(client: XrpcClient);
|
|
644
|
-
}
|
|
645
|
-
export declare class ComAtprotoLexiconSchemaRecord {
|
|
646
|
-
_client: XrpcClient;
|
|
647
|
-
constructor(client: XrpcClient);
|
|
648
|
-
list(params: OmitKey<ComAtprotoRepoListRecords.QueryParams, 'collection'>): Promise<{
|
|
649
|
-
cursor?: string;
|
|
650
|
-
records: {
|
|
651
|
-
uri: string;
|
|
652
|
-
value: ComAtprotoLexiconSchema.Record;
|
|
653
|
-
}[];
|
|
654
|
-
}>;
|
|
655
|
-
get(params: OmitKey<ComAtprotoRepoGetRecord.QueryParams, 'collection'>): Promise<{
|
|
656
|
-
uri: string;
|
|
657
|
-
cid: string;
|
|
658
|
-
value: ComAtprotoLexiconSchema.Record;
|
|
659
|
-
}>;
|
|
660
|
-
create(params: OmitKey<ComAtprotoRepoCreateRecord.InputSchema, 'collection' | 'record'>, record: Un$Typed<ComAtprotoLexiconSchema.Record>, headers?: Record<string, string>): Promise<{
|
|
661
|
-
uri: string;
|
|
662
|
-
cid: string;
|
|
663
|
-
}>;
|
|
664
|
-
put(params: OmitKey<ComAtprotoRepoPutRecord.InputSchema, 'collection' | 'record'>, record: Un$Typed<ComAtprotoLexiconSchema.Record>, headers?: Record<string, string>): Promise<{
|
|
665
|
-
uri: string;
|
|
666
|
-
cid: string;
|
|
667
|
-
}>;
|
|
668
|
-
delete(params: OmitKey<ComAtprotoRepoDeleteRecord.InputSchema, 'collection'>, headers?: Record<string, string>): Promise<void>;
|
|
669
|
-
}
|
|
670
|
-
export declare class ComAtprotoModerationNS {
|
|
671
|
-
_client: XrpcClient;
|
|
672
|
-
constructor(client: XrpcClient);
|
|
673
|
-
createReport(data?: ComAtprotoModerationCreateReport.InputSchema, opts?: ComAtprotoModerationCreateReport.CallOptions): Promise<ComAtprotoModerationCreateReport.Response>;
|
|
674
|
-
}
|
|
675
|
-
export declare class ComAtprotoRepoNS {
|
|
676
|
-
_client: XrpcClient;
|
|
677
|
-
constructor(client: XrpcClient);
|
|
678
|
-
applyWrites(data?: ComAtprotoRepoApplyWrites.InputSchema, opts?: ComAtprotoRepoApplyWrites.CallOptions): Promise<ComAtprotoRepoApplyWrites.Response>;
|
|
679
|
-
createRecord(data?: ComAtprotoRepoCreateRecord.InputSchema, opts?: ComAtprotoRepoCreateRecord.CallOptions): Promise<ComAtprotoRepoCreateRecord.Response>;
|
|
680
|
-
deleteRecord(data?: ComAtprotoRepoDeleteRecord.InputSchema, opts?: ComAtprotoRepoDeleteRecord.CallOptions): Promise<ComAtprotoRepoDeleteRecord.Response>;
|
|
681
|
-
describeRepo(params?: ComAtprotoRepoDescribeRepo.QueryParams, opts?: ComAtprotoRepoDescribeRepo.CallOptions): Promise<ComAtprotoRepoDescribeRepo.Response>;
|
|
682
|
-
getRecord(params?: ComAtprotoRepoGetRecord.QueryParams, opts?: ComAtprotoRepoGetRecord.CallOptions): Promise<ComAtprotoRepoGetRecord.Response>;
|
|
683
|
-
importRepo(data?: ComAtprotoRepoImportRepo.InputSchema, opts?: ComAtprotoRepoImportRepo.CallOptions): Promise<ComAtprotoRepoImportRepo.Response>;
|
|
684
|
-
listMissingBlobs(params?: ComAtprotoRepoListMissingBlobs.QueryParams, opts?: ComAtprotoRepoListMissingBlobs.CallOptions): Promise<ComAtprotoRepoListMissingBlobs.Response>;
|
|
685
|
-
listRecords(params?: ComAtprotoRepoListRecords.QueryParams, opts?: ComAtprotoRepoListRecords.CallOptions): Promise<ComAtprotoRepoListRecords.Response>;
|
|
686
|
-
putRecord(data?: ComAtprotoRepoPutRecord.InputSchema, opts?: ComAtprotoRepoPutRecord.CallOptions): Promise<ComAtprotoRepoPutRecord.Response>;
|
|
687
|
-
uploadBlob(data?: ComAtprotoRepoUploadBlob.InputSchema, opts?: ComAtprotoRepoUploadBlob.CallOptions): Promise<ComAtprotoRepoUploadBlob.Response>;
|
|
688
|
-
}
|
|
689
|
-
export declare class ComAtprotoServerNS {
|
|
690
|
-
_client: XrpcClient;
|
|
691
|
-
constructor(client: XrpcClient);
|
|
692
|
-
activateAccount(data?: ComAtprotoServerActivateAccount.InputSchema, opts?: ComAtprotoServerActivateAccount.CallOptions): Promise<ComAtprotoServerActivateAccount.Response>;
|
|
693
|
-
checkAccountStatus(params?: ComAtprotoServerCheckAccountStatus.QueryParams, opts?: ComAtprotoServerCheckAccountStatus.CallOptions): Promise<ComAtprotoServerCheckAccountStatus.Response>;
|
|
694
|
-
confirmEmail(data?: ComAtprotoServerConfirmEmail.InputSchema, opts?: ComAtprotoServerConfirmEmail.CallOptions): Promise<ComAtprotoServerConfirmEmail.Response>;
|
|
695
|
-
createAccount(data?: ComAtprotoServerCreateAccount.InputSchema, opts?: ComAtprotoServerCreateAccount.CallOptions): Promise<ComAtprotoServerCreateAccount.Response>;
|
|
696
|
-
createAppPassword(data?: ComAtprotoServerCreateAppPassword.InputSchema, opts?: ComAtprotoServerCreateAppPassword.CallOptions): Promise<ComAtprotoServerCreateAppPassword.Response>;
|
|
697
|
-
createInviteCode(data?: ComAtprotoServerCreateInviteCode.InputSchema, opts?: ComAtprotoServerCreateInviteCode.CallOptions): Promise<ComAtprotoServerCreateInviteCode.Response>;
|
|
698
|
-
createInviteCodes(data?: ComAtprotoServerCreateInviteCodes.InputSchema, opts?: ComAtprotoServerCreateInviteCodes.CallOptions): Promise<ComAtprotoServerCreateInviteCodes.Response>;
|
|
699
|
-
createSession(data?: ComAtprotoServerCreateSession.InputSchema, opts?: ComAtprotoServerCreateSession.CallOptions): Promise<ComAtprotoServerCreateSession.Response>;
|
|
700
|
-
deactivateAccount(data?: ComAtprotoServerDeactivateAccount.InputSchema, opts?: ComAtprotoServerDeactivateAccount.CallOptions): Promise<ComAtprotoServerDeactivateAccount.Response>;
|
|
701
|
-
deleteAccount(data?: ComAtprotoServerDeleteAccount.InputSchema, opts?: ComAtprotoServerDeleteAccount.CallOptions): Promise<ComAtprotoServerDeleteAccount.Response>;
|
|
702
|
-
deleteSession(data?: ComAtprotoServerDeleteSession.InputSchema, opts?: ComAtprotoServerDeleteSession.CallOptions): Promise<ComAtprotoServerDeleteSession.Response>;
|
|
703
|
-
describeServer(params?: ComAtprotoServerDescribeServer.QueryParams, opts?: ComAtprotoServerDescribeServer.CallOptions): Promise<ComAtprotoServerDescribeServer.Response>;
|
|
704
|
-
getAccountInviteCodes(params?: ComAtprotoServerGetAccountInviteCodes.QueryParams, opts?: ComAtprotoServerGetAccountInviteCodes.CallOptions): Promise<ComAtprotoServerGetAccountInviteCodes.Response>;
|
|
705
|
-
getServiceAuth(params?: ComAtprotoServerGetServiceAuth.QueryParams, opts?: ComAtprotoServerGetServiceAuth.CallOptions): Promise<ComAtprotoServerGetServiceAuth.Response>;
|
|
706
|
-
getSession(params?: ComAtprotoServerGetSession.QueryParams, opts?: ComAtprotoServerGetSession.CallOptions): Promise<ComAtprotoServerGetSession.Response>;
|
|
707
|
-
listAppPasswords(params?: ComAtprotoServerListAppPasswords.QueryParams, opts?: ComAtprotoServerListAppPasswords.CallOptions): Promise<ComAtprotoServerListAppPasswords.Response>;
|
|
708
|
-
refreshSession(data?: ComAtprotoServerRefreshSession.InputSchema, opts?: ComAtprotoServerRefreshSession.CallOptions): Promise<ComAtprotoServerRefreshSession.Response>;
|
|
709
|
-
requestAccountDelete(data?: ComAtprotoServerRequestAccountDelete.InputSchema, opts?: ComAtprotoServerRequestAccountDelete.CallOptions): Promise<ComAtprotoServerRequestAccountDelete.Response>;
|
|
710
|
-
requestEmailConfirmation(data?: ComAtprotoServerRequestEmailConfirmation.InputSchema, opts?: ComAtprotoServerRequestEmailConfirmation.CallOptions): Promise<ComAtprotoServerRequestEmailConfirmation.Response>;
|
|
711
|
-
requestEmailUpdate(data?: ComAtprotoServerRequestEmailUpdate.InputSchema, opts?: ComAtprotoServerRequestEmailUpdate.CallOptions): Promise<ComAtprotoServerRequestEmailUpdate.Response>;
|
|
712
|
-
requestPasswordReset(data?: ComAtprotoServerRequestPasswordReset.InputSchema, opts?: ComAtprotoServerRequestPasswordReset.CallOptions): Promise<ComAtprotoServerRequestPasswordReset.Response>;
|
|
713
|
-
reserveSigningKey(data?: ComAtprotoServerReserveSigningKey.InputSchema, opts?: ComAtprotoServerReserveSigningKey.CallOptions): Promise<ComAtprotoServerReserveSigningKey.Response>;
|
|
714
|
-
resetPassword(data?: ComAtprotoServerResetPassword.InputSchema, opts?: ComAtprotoServerResetPassword.CallOptions): Promise<ComAtprotoServerResetPassword.Response>;
|
|
715
|
-
revokeAppPassword(data?: ComAtprotoServerRevokeAppPassword.InputSchema, opts?: ComAtprotoServerRevokeAppPassword.CallOptions): Promise<ComAtprotoServerRevokeAppPassword.Response>;
|
|
716
|
-
updateEmail(data?: ComAtprotoServerUpdateEmail.InputSchema, opts?: ComAtprotoServerUpdateEmail.CallOptions): Promise<ComAtprotoServerUpdateEmail.Response>;
|
|
717
|
-
}
|
|
718
|
-
export declare class ComAtprotoSyncNS {
|
|
719
|
-
_client: XrpcClient;
|
|
720
|
-
constructor(client: XrpcClient);
|
|
721
|
-
getBlob(params?: ComAtprotoSyncGetBlob.QueryParams, opts?: ComAtprotoSyncGetBlob.CallOptions): Promise<ComAtprotoSyncGetBlob.Response>;
|
|
722
|
-
getBlocks(params?: ComAtprotoSyncGetBlocks.QueryParams, opts?: ComAtprotoSyncGetBlocks.CallOptions): Promise<ComAtprotoSyncGetBlocks.Response>;
|
|
723
|
-
getCheckout(params?: ComAtprotoSyncGetCheckout.QueryParams, opts?: ComAtprotoSyncGetCheckout.CallOptions): Promise<ComAtprotoSyncGetCheckout.Response>;
|
|
724
|
-
getHead(params?: ComAtprotoSyncGetHead.QueryParams, opts?: ComAtprotoSyncGetHead.CallOptions): Promise<ComAtprotoSyncGetHead.Response>;
|
|
725
|
-
getHostStatus(params?: ComAtprotoSyncGetHostStatus.QueryParams, opts?: ComAtprotoSyncGetHostStatus.CallOptions): Promise<ComAtprotoSyncGetHostStatus.Response>;
|
|
726
|
-
getLatestCommit(params?: ComAtprotoSyncGetLatestCommit.QueryParams, opts?: ComAtprotoSyncGetLatestCommit.CallOptions): Promise<ComAtprotoSyncGetLatestCommit.Response>;
|
|
727
|
-
getRecord(params?: ComAtprotoSyncGetRecord.QueryParams, opts?: ComAtprotoSyncGetRecord.CallOptions): Promise<ComAtprotoSyncGetRecord.Response>;
|
|
728
|
-
getRepo(params?: ComAtprotoSyncGetRepo.QueryParams, opts?: ComAtprotoSyncGetRepo.CallOptions): Promise<ComAtprotoSyncGetRepo.Response>;
|
|
729
|
-
getRepoStatus(params?: ComAtprotoSyncGetRepoStatus.QueryParams, opts?: ComAtprotoSyncGetRepoStatus.CallOptions): Promise<ComAtprotoSyncGetRepoStatus.Response>;
|
|
730
|
-
listBlobs(params?: ComAtprotoSyncListBlobs.QueryParams, opts?: ComAtprotoSyncListBlobs.CallOptions): Promise<ComAtprotoSyncListBlobs.Response>;
|
|
731
|
-
listHosts(params?: ComAtprotoSyncListHosts.QueryParams, opts?: ComAtprotoSyncListHosts.CallOptions): Promise<ComAtprotoSyncListHosts.Response>;
|
|
732
|
-
listRepos(params?: ComAtprotoSyncListRepos.QueryParams, opts?: ComAtprotoSyncListRepos.CallOptions): Promise<ComAtprotoSyncListRepos.Response>;
|
|
733
|
-
listReposByCollection(params?: ComAtprotoSyncListReposByCollection.QueryParams, opts?: ComAtprotoSyncListReposByCollection.CallOptions): Promise<ComAtprotoSyncListReposByCollection.Response>;
|
|
734
|
-
notifyOfUpdate(data?: ComAtprotoSyncNotifyOfUpdate.InputSchema, opts?: ComAtprotoSyncNotifyOfUpdate.CallOptions): Promise<ComAtprotoSyncNotifyOfUpdate.Response>;
|
|
735
|
-
requestCrawl(data?: ComAtprotoSyncRequestCrawl.InputSchema, opts?: ComAtprotoSyncRequestCrawl.CallOptions): Promise<ComAtprotoSyncRequestCrawl.Response>;
|
|
736
|
-
}
|
|
737
|
-
export declare class ComAtprotoTempNS {
|
|
738
|
-
_client: XrpcClient;
|
|
739
|
-
constructor(client: XrpcClient);
|
|
740
|
-
addReservedHandle(data?: ComAtprotoTempAddReservedHandle.InputSchema, opts?: ComAtprotoTempAddReservedHandle.CallOptions): Promise<ComAtprotoTempAddReservedHandle.Response>;
|
|
741
|
-
checkHandleAvailability(params?: ComAtprotoTempCheckHandleAvailability.QueryParams, opts?: ComAtprotoTempCheckHandleAvailability.CallOptions): Promise<ComAtprotoTempCheckHandleAvailability.Response>;
|
|
742
|
-
checkSignupQueue(params?: ComAtprotoTempCheckSignupQueue.QueryParams, opts?: ComAtprotoTempCheckSignupQueue.CallOptions): Promise<ComAtprotoTempCheckSignupQueue.Response>;
|
|
743
|
-
fetchLabels(params?: ComAtprotoTempFetchLabels.QueryParams, opts?: ComAtprotoTempFetchLabels.CallOptions): Promise<ComAtprotoTempFetchLabels.Response>;
|
|
744
|
-
requestPhoneVerification(data?: ComAtprotoTempRequestPhoneVerification.InputSchema, opts?: ComAtprotoTempRequestPhoneVerification.CallOptions): Promise<ComAtprotoTempRequestPhoneVerification.Response>;
|
|
493
|
+
export * as ToolsOzoneModerationGetRecords from './types/tools/ozone/moderation/getRecords.js';
|
|
494
|
+
export * as ToolsOzoneModerationGetRepo from './types/tools/ozone/moderation/getRepo.js';
|
|
495
|
+
export * as ToolsOzoneModerationGetReporterStats from './types/tools/ozone/moderation/getReporterStats.js';
|
|
496
|
+
export * as ToolsOzoneModerationGetRepos from './types/tools/ozone/moderation/getRepos.js';
|
|
497
|
+
export * as ToolsOzoneModerationGetSubjects from './types/tools/ozone/moderation/getSubjects.js';
|
|
498
|
+
export * as ToolsOzoneModerationQueryEvents from './types/tools/ozone/moderation/queryEvents.js';
|
|
499
|
+
export * as ToolsOzoneModerationQueryStatuses from './types/tools/ozone/moderation/queryStatuses.js';
|
|
500
|
+
export * as ToolsOzoneModerationSearchRepos from './types/tools/ozone/moderation/searchRepos.js';
|
|
501
|
+
export * as ToolsOzoneSafelinkAddRule from './types/tools/ozone/safelink/addRule.js';
|
|
502
|
+
export * as ToolsOzoneSafelinkDefs from './types/tools/ozone/safelink/defs.js';
|
|
503
|
+
export * as ToolsOzoneSafelinkQueryEvents from './types/tools/ozone/safelink/queryEvents.js';
|
|
504
|
+
export * as ToolsOzoneSafelinkQueryRules from './types/tools/ozone/safelink/queryRules.js';
|
|
505
|
+
export * as ToolsOzoneSafelinkRemoveRule from './types/tools/ozone/safelink/removeRule.js';
|
|
506
|
+
export * as ToolsOzoneSafelinkUpdateRule from './types/tools/ozone/safelink/updateRule.js';
|
|
507
|
+
export * as ToolsOzoneServerGetConfig from './types/tools/ozone/server/getConfig.js';
|
|
508
|
+
export * as ToolsOzoneSetAddValues from './types/tools/ozone/set/addValues.js';
|
|
509
|
+
export * as ToolsOzoneSetDefs from './types/tools/ozone/set/defs.js';
|
|
510
|
+
export * as ToolsOzoneSetDeleteSet from './types/tools/ozone/set/deleteSet.js';
|
|
511
|
+
export * as ToolsOzoneSetDeleteValues from './types/tools/ozone/set/deleteValues.js';
|
|
512
|
+
export * as ToolsOzoneSetGetValues from './types/tools/ozone/set/getValues.js';
|
|
513
|
+
export * as ToolsOzoneSetQuerySets from './types/tools/ozone/set/querySets.js';
|
|
514
|
+
export * as ToolsOzoneSetUpsertSet from './types/tools/ozone/set/upsertSet.js';
|
|
515
|
+
export * as ToolsOzoneSettingDefs from './types/tools/ozone/setting/defs.js';
|
|
516
|
+
export * as ToolsOzoneSettingListOptions from './types/tools/ozone/setting/listOptions.js';
|
|
517
|
+
export * as ToolsOzoneSettingRemoveOptions from './types/tools/ozone/setting/removeOptions.js';
|
|
518
|
+
export * as ToolsOzoneSettingUpsertOption from './types/tools/ozone/setting/upsertOption.js';
|
|
519
|
+
export * as ToolsOzoneSignatureDefs from './types/tools/ozone/signature/defs.js';
|
|
520
|
+
export * as ToolsOzoneSignatureFindCorrelation from './types/tools/ozone/signature/findCorrelation.js';
|
|
521
|
+
export * as ToolsOzoneSignatureFindRelatedAccounts from './types/tools/ozone/signature/findRelatedAccounts.js';
|
|
522
|
+
export * as ToolsOzoneSignatureSearchAccounts from './types/tools/ozone/signature/searchAccounts.js';
|
|
523
|
+
export * as ToolsOzoneTeamAddMember from './types/tools/ozone/team/addMember.js';
|
|
524
|
+
export * as ToolsOzoneTeamDefs from './types/tools/ozone/team/defs.js';
|
|
525
|
+
export * as ToolsOzoneTeamDeleteMember from './types/tools/ozone/team/deleteMember.js';
|
|
526
|
+
export * as ToolsOzoneTeamListMembers from './types/tools/ozone/team/listMembers.js';
|
|
527
|
+
export * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMember.js';
|
|
528
|
+
export * as ToolsOzoneVerificationDefs from './types/tools/ozone/verification/defs.js';
|
|
529
|
+
export * as ToolsOzoneVerificationGrantVerifications from './types/tools/ozone/verification/grantVerifications.js';
|
|
530
|
+
export * as ToolsOzoneVerificationListVerifications from './types/tools/ozone/verification/listVerifications.js';
|
|
531
|
+
export * as ToolsOzoneVerificationRevokeVerifications from './types/tools/ozone/verification/revokeVerifications.js';
|
|
532
|
+
export declare const APP_BSKY_ACTOR: {
|
|
533
|
+
StatusLive: string;
|
|
534
|
+
};
|
|
535
|
+
export declare const APP_BSKY_FEED: {
|
|
536
|
+
DefsRequestLess: string;
|
|
537
|
+
DefsRequestMore: string;
|
|
538
|
+
DefsClickthroughItem: string;
|
|
539
|
+
DefsClickthroughAuthor: string;
|
|
540
|
+
DefsClickthroughReposter: string;
|
|
541
|
+
DefsClickthroughEmbed: string;
|
|
542
|
+
DefsContentModeUnspecified: string;
|
|
543
|
+
DefsContentModeVideo: string;
|
|
544
|
+
DefsInteractionSeen: string;
|
|
545
|
+
DefsInteractionLike: string;
|
|
546
|
+
DefsInteractionRepost: string;
|
|
547
|
+
DefsInteractionReply: string;
|
|
548
|
+
DefsInteractionQuote: string;
|
|
549
|
+
DefsInteractionShare: string;
|
|
550
|
+
};
|
|
551
|
+
export declare const APP_BSKY_GRAPH: {
|
|
552
|
+
DefsModlist: string;
|
|
553
|
+
DefsCuratelist: string;
|
|
554
|
+
DefsReferencelist: string;
|
|
555
|
+
};
|
|
556
|
+
export declare const COM_ATPROTO_MODERATION: {
|
|
557
|
+
DefsReasonSpam: string;
|
|
558
|
+
DefsReasonViolation: string;
|
|
559
|
+
DefsReasonMisleading: string;
|
|
560
|
+
DefsReasonSexual: string;
|
|
561
|
+
DefsReasonRude: string;
|
|
562
|
+
DefsReasonOther: string;
|
|
563
|
+
DefsReasonAppeal: string;
|
|
564
|
+
};
|
|
565
|
+
export declare const TOOLS_OZONE_MODERATION: {
|
|
566
|
+
DefsReviewOpen: string;
|
|
567
|
+
DefsReviewEscalated: string;
|
|
568
|
+
DefsReviewClosed: string;
|
|
569
|
+
DefsReviewNone: string;
|
|
570
|
+
DefsTimelineEventPlcCreate: string;
|
|
571
|
+
DefsTimelineEventPlcOperation: string;
|
|
572
|
+
DefsTimelineEventPlcTombstone: string;
|
|
573
|
+
};
|
|
574
|
+
export declare const TOOLS_OZONE_TEAM: {
|
|
575
|
+
DefsRoleAdmin: string;
|
|
576
|
+
DefsRoleModerator: string;
|
|
577
|
+
DefsRoleTriage: string;
|
|
578
|
+
DefsRoleVerifier: string;
|
|
579
|
+
};
|
|
580
|
+
export declare class AtpBaseClient extends XrpcClient {
|
|
581
|
+
app: AppNS;
|
|
582
|
+
chat: ChatNS;
|
|
583
|
+
com: ComNS;
|
|
584
|
+
tools: ToolsNS;
|
|
585
|
+
constructor(options: FetchHandler | FetchHandlerOptions);
|
|
586
|
+
/** @deprecated use `this` instead */
|
|
587
|
+
get xrpc(): XrpcClient;
|
|
745
588
|
}
|
|
746
589
|
export declare class AppNS {
|
|
747
590
|
_client: XrpcClient;
|
|
@@ -1025,10 +868,12 @@ export declare class AppBskyGraphNS {
|
|
|
1025
868
|
getListBlocks(params?: AppBskyGraphGetListBlocks.QueryParams, opts?: AppBskyGraphGetListBlocks.CallOptions): Promise<AppBskyGraphGetListBlocks.Response>;
|
|
1026
869
|
getListMutes(params?: AppBskyGraphGetListMutes.QueryParams, opts?: AppBskyGraphGetListMutes.CallOptions): Promise<AppBskyGraphGetListMutes.Response>;
|
|
1027
870
|
getLists(params?: AppBskyGraphGetLists.QueryParams, opts?: AppBskyGraphGetLists.CallOptions): Promise<AppBskyGraphGetLists.Response>;
|
|
871
|
+
getListsWithMembership(params?: AppBskyGraphGetListsWithMembership.QueryParams, opts?: AppBskyGraphGetListsWithMembership.CallOptions): Promise<AppBskyGraphGetListsWithMembership.Response>;
|
|
1028
872
|
getMutes(params?: AppBskyGraphGetMutes.QueryParams, opts?: AppBskyGraphGetMutes.CallOptions): Promise<AppBskyGraphGetMutes.Response>;
|
|
1029
873
|
getRelationships(params?: AppBskyGraphGetRelationships.QueryParams, opts?: AppBskyGraphGetRelationships.CallOptions): Promise<AppBskyGraphGetRelationships.Response>;
|
|
1030
874
|
getStarterPack(params?: AppBskyGraphGetStarterPack.QueryParams, opts?: AppBskyGraphGetStarterPack.CallOptions): Promise<AppBskyGraphGetStarterPack.Response>;
|
|
1031
875
|
getStarterPacks(params?: AppBskyGraphGetStarterPacks.QueryParams, opts?: AppBskyGraphGetStarterPacks.CallOptions): Promise<AppBskyGraphGetStarterPacks.Response>;
|
|
876
|
+
getStarterPacksWithMembership(params?: AppBskyGraphGetStarterPacksWithMembership.QueryParams, opts?: AppBskyGraphGetStarterPacksWithMembership.CallOptions): Promise<AppBskyGraphGetStarterPacksWithMembership.Response>;
|
|
1032
877
|
getSuggestedFollowsByActor(params?: AppBskyGraphGetSuggestedFollowsByActor.QueryParams, opts?: AppBskyGraphGetSuggestedFollowsByActor.CallOptions): Promise<AppBskyGraphGetSuggestedFollowsByActor.Response>;
|
|
1033
878
|
muteActor(data?: AppBskyGraphMuteActor.InputSchema, opts?: AppBskyGraphMuteActor.CallOptions): Promise<AppBskyGraphMuteActor.Response>;
|
|
1034
879
|
muteActorList(data?: AppBskyGraphMuteActorList.InputSchema, opts?: AppBskyGraphMuteActorList.CallOptions): Promise<AppBskyGraphMuteActorList.Response>;
|
|
@@ -1391,6 +1236,167 @@ export declare class ChatBskyModerationNS {
|
|
|
1391
1236
|
getMessageContext(params?: ChatBskyModerationGetMessageContext.QueryParams, opts?: ChatBskyModerationGetMessageContext.CallOptions): Promise<ChatBskyModerationGetMessageContext.Response>;
|
|
1392
1237
|
updateActorAccess(data?: ChatBskyModerationUpdateActorAccess.InputSchema, opts?: ChatBskyModerationUpdateActorAccess.CallOptions): Promise<ChatBskyModerationUpdateActorAccess.Response>;
|
|
1393
1238
|
}
|
|
1239
|
+
export declare class ComNS {
|
|
1240
|
+
_client: XrpcClient;
|
|
1241
|
+
atproto: ComAtprotoNS;
|
|
1242
|
+
constructor(client: XrpcClient);
|
|
1243
|
+
}
|
|
1244
|
+
export declare class ComAtprotoNS {
|
|
1245
|
+
_client: XrpcClient;
|
|
1246
|
+
admin: ComAtprotoAdminNS;
|
|
1247
|
+
identity: ComAtprotoIdentityNS;
|
|
1248
|
+
label: ComAtprotoLabelNS;
|
|
1249
|
+
lexicon: ComAtprotoLexiconNS;
|
|
1250
|
+
moderation: ComAtprotoModerationNS;
|
|
1251
|
+
repo: ComAtprotoRepoNS;
|
|
1252
|
+
server: ComAtprotoServerNS;
|
|
1253
|
+
sync: ComAtprotoSyncNS;
|
|
1254
|
+
temp: ComAtprotoTempNS;
|
|
1255
|
+
constructor(client: XrpcClient);
|
|
1256
|
+
}
|
|
1257
|
+
export declare class ComAtprotoAdminNS {
|
|
1258
|
+
_client: XrpcClient;
|
|
1259
|
+
constructor(client: XrpcClient);
|
|
1260
|
+
deleteAccount(data?: ComAtprotoAdminDeleteAccount.InputSchema, opts?: ComAtprotoAdminDeleteAccount.CallOptions): Promise<ComAtprotoAdminDeleteAccount.Response>;
|
|
1261
|
+
disableAccountInvites(data?: ComAtprotoAdminDisableAccountInvites.InputSchema, opts?: ComAtprotoAdminDisableAccountInvites.CallOptions): Promise<ComAtprotoAdminDisableAccountInvites.Response>;
|
|
1262
|
+
disableInviteCodes(data?: ComAtprotoAdminDisableInviteCodes.InputSchema, opts?: ComAtprotoAdminDisableInviteCodes.CallOptions): Promise<ComAtprotoAdminDisableInviteCodes.Response>;
|
|
1263
|
+
enableAccountInvites(data?: ComAtprotoAdminEnableAccountInvites.InputSchema, opts?: ComAtprotoAdminEnableAccountInvites.CallOptions): Promise<ComAtprotoAdminEnableAccountInvites.Response>;
|
|
1264
|
+
getAccountInfo(params?: ComAtprotoAdminGetAccountInfo.QueryParams, opts?: ComAtprotoAdminGetAccountInfo.CallOptions): Promise<ComAtprotoAdminGetAccountInfo.Response>;
|
|
1265
|
+
getAccountInfos(params?: ComAtprotoAdminGetAccountInfos.QueryParams, opts?: ComAtprotoAdminGetAccountInfos.CallOptions): Promise<ComAtprotoAdminGetAccountInfos.Response>;
|
|
1266
|
+
getInviteCodes(params?: ComAtprotoAdminGetInviteCodes.QueryParams, opts?: ComAtprotoAdminGetInviteCodes.CallOptions): Promise<ComAtprotoAdminGetInviteCodes.Response>;
|
|
1267
|
+
getSubjectStatus(params?: ComAtprotoAdminGetSubjectStatus.QueryParams, opts?: ComAtprotoAdminGetSubjectStatus.CallOptions): Promise<ComAtprotoAdminGetSubjectStatus.Response>;
|
|
1268
|
+
searchAccounts(params?: ComAtprotoAdminSearchAccounts.QueryParams, opts?: ComAtprotoAdminSearchAccounts.CallOptions): Promise<ComAtprotoAdminSearchAccounts.Response>;
|
|
1269
|
+
sendEmail(data?: ComAtprotoAdminSendEmail.InputSchema, opts?: ComAtprotoAdminSendEmail.CallOptions): Promise<ComAtprotoAdminSendEmail.Response>;
|
|
1270
|
+
updateAccountEmail(data?: ComAtprotoAdminUpdateAccountEmail.InputSchema, opts?: ComAtprotoAdminUpdateAccountEmail.CallOptions): Promise<ComAtprotoAdminUpdateAccountEmail.Response>;
|
|
1271
|
+
updateAccountHandle(data?: ComAtprotoAdminUpdateAccountHandle.InputSchema, opts?: ComAtprotoAdminUpdateAccountHandle.CallOptions): Promise<ComAtprotoAdminUpdateAccountHandle.Response>;
|
|
1272
|
+
updateAccountPassword(data?: ComAtprotoAdminUpdateAccountPassword.InputSchema, opts?: ComAtprotoAdminUpdateAccountPassword.CallOptions): Promise<ComAtprotoAdminUpdateAccountPassword.Response>;
|
|
1273
|
+
updateAccountSigningKey(data?: ComAtprotoAdminUpdateAccountSigningKey.InputSchema, opts?: ComAtprotoAdminUpdateAccountSigningKey.CallOptions): Promise<ComAtprotoAdminUpdateAccountSigningKey.Response>;
|
|
1274
|
+
updateSubjectStatus(data?: ComAtprotoAdminUpdateSubjectStatus.InputSchema, opts?: ComAtprotoAdminUpdateSubjectStatus.CallOptions): Promise<ComAtprotoAdminUpdateSubjectStatus.Response>;
|
|
1275
|
+
}
|
|
1276
|
+
export declare class ComAtprotoIdentityNS {
|
|
1277
|
+
_client: XrpcClient;
|
|
1278
|
+
constructor(client: XrpcClient);
|
|
1279
|
+
getRecommendedDidCredentials(params?: ComAtprotoIdentityGetRecommendedDidCredentials.QueryParams, opts?: ComAtprotoIdentityGetRecommendedDidCredentials.CallOptions): Promise<ComAtprotoIdentityGetRecommendedDidCredentials.Response>;
|
|
1280
|
+
refreshIdentity(data?: ComAtprotoIdentityRefreshIdentity.InputSchema, opts?: ComAtprotoIdentityRefreshIdentity.CallOptions): Promise<ComAtprotoIdentityRefreshIdentity.Response>;
|
|
1281
|
+
requestPlcOperationSignature(data?: ComAtprotoIdentityRequestPlcOperationSignature.InputSchema, opts?: ComAtprotoIdentityRequestPlcOperationSignature.CallOptions): Promise<ComAtprotoIdentityRequestPlcOperationSignature.Response>;
|
|
1282
|
+
resolveDid(params?: ComAtprotoIdentityResolveDid.QueryParams, opts?: ComAtprotoIdentityResolveDid.CallOptions): Promise<ComAtprotoIdentityResolveDid.Response>;
|
|
1283
|
+
resolveHandle(params?: ComAtprotoIdentityResolveHandle.QueryParams, opts?: ComAtprotoIdentityResolveHandle.CallOptions): Promise<ComAtprotoIdentityResolveHandle.Response>;
|
|
1284
|
+
resolveIdentity(params?: ComAtprotoIdentityResolveIdentity.QueryParams, opts?: ComAtprotoIdentityResolveIdentity.CallOptions): Promise<ComAtprotoIdentityResolveIdentity.Response>;
|
|
1285
|
+
signPlcOperation(data?: ComAtprotoIdentitySignPlcOperation.InputSchema, opts?: ComAtprotoIdentitySignPlcOperation.CallOptions): Promise<ComAtprotoIdentitySignPlcOperation.Response>;
|
|
1286
|
+
submitPlcOperation(data?: ComAtprotoIdentitySubmitPlcOperation.InputSchema, opts?: ComAtprotoIdentitySubmitPlcOperation.CallOptions): Promise<ComAtprotoIdentitySubmitPlcOperation.Response>;
|
|
1287
|
+
updateHandle(data?: ComAtprotoIdentityUpdateHandle.InputSchema, opts?: ComAtprotoIdentityUpdateHandle.CallOptions): Promise<ComAtprotoIdentityUpdateHandle.Response>;
|
|
1288
|
+
}
|
|
1289
|
+
export declare class ComAtprotoLabelNS {
|
|
1290
|
+
_client: XrpcClient;
|
|
1291
|
+
constructor(client: XrpcClient);
|
|
1292
|
+
queryLabels(params?: ComAtprotoLabelQueryLabels.QueryParams, opts?: ComAtprotoLabelQueryLabels.CallOptions): Promise<ComAtprotoLabelQueryLabels.Response>;
|
|
1293
|
+
}
|
|
1294
|
+
export declare class ComAtprotoLexiconNS {
|
|
1295
|
+
_client: XrpcClient;
|
|
1296
|
+
schema: ComAtprotoLexiconSchemaRecord;
|
|
1297
|
+
constructor(client: XrpcClient);
|
|
1298
|
+
}
|
|
1299
|
+
export declare class ComAtprotoLexiconSchemaRecord {
|
|
1300
|
+
_client: XrpcClient;
|
|
1301
|
+
constructor(client: XrpcClient);
|
|
1302
|
+
list(params: OmitKey<ComAtprotoRepoListRecords.QueryParams, 'collection'>): Promise<{
|
|
1303
|
+
cursor?: string;
|
|
1304
|
+
records: {
|
|
1305
|
+
uri: string;
|
|
1306
|
+
value: ComAtprotoLexiconSchema.Record;
|
|
1307
|
+
}[];
|
|
1308
|
+
}>;
|
|
1309
|
+
get(params: OmitKey<ComAtprotoRepoGetRecord.QueryParams, 'collection'>): Promise<{
|
|
1310
|
+
uri: string;
|
|
1311
|
+
cid: string;
|
|
1312
|
+
value: ComAtprotoLexiconSchema.Record;
|
|
1313
|
+
}>;
|
|
1314
|
+
create(params: OmitKey<ComAtprotoRepoCreateRecord.InputSchema, 'collection' | 'record'>, record: Un$Typed<ComAtprotoLexiconSchema.Record>, headers?: Record<string, string>): Promise<{
|
|
1315
|
+
uri: string;
|
|
1316
|
+
cid: string;
|
|
1317
|
+
}>;
|
|
1318
|
+
put(params: OmitKey<ComAtprotoRepoPutRecord.InputSchema, 'collection' | 'record'>, record: Un$Typed<ComAtprotoLexiconSchema.Record>, headers?: Record<string, string>): Promise<{
|
|
1319
|
+
uri: string;
|
|
1320
|
+
cid: string;
|
|
1321
|
+
}>;
|
|
1322
|
+
delete(params: OmitKey<ComAtprotoRepoDeleteRecord.InputSchema, 'collection'>, headers?: Record<string, string>): Promise<void>;
|
|
1323
|
+
}
|
|
1324
|
+
export declare class ComAtprotoModerationNS {
|
|
1325
|
+
_client: XrpcClient;
|
|
1326
|
+
constructor(client: XrpcClient);
|
|
1327
|
+
createReport(data?: ComAtprotoModerationCreateReport.InputSchema, opts?: ComAtprotoModerationCreateReport.CallOptions): Promise<ComAtprotoModerationCreateReport.Response>;
|
|
1328
|
+
}
|
|
1329
|
+
export declare class ComAtprotoRepoNS {
|
|
1330
|
+
_client: XrpcClient;
|
|
1331
|
+
constructor(client: XrpcClient);
|
|
1332
|
+
applyWrites(data?: ComAtprotoRepoApplyWrites.InputSchema, opts?: ComAtprotoRepoApplyWrites.CallOptions): Promise<ComAtprotoRepoApplyWrites.Response>;
|
|
1333
|
+
createRecord(data?: ComAtprotoRepoCreateRecord.InputSchema, opts?: ComAtprotoRepoCreateRecord.CallOptions): Promise<ComAtprotoRepoCreateRecord.Response>;
|
|
1334
|
+
deleteRecord(data?: ComAtprotoRepoDeleteRecord.InputSchema, opts?: ComAtprotoRepoDeleteRecord.CallOptions): Promise<ComAtprotoRepoDeleteRecord.Response>;
|
|
1335
|
+
describeRepo(params?: ComAtprotoRepoDescribeRepo.QueryParams, opts?: ComAtprotoRepoDescribeRepo.CallOptions): Promise<ComAtprotoRepoDescribeRepo.Response>;
|
|
1336
|
+
getRecord(params?: ComAtprotoRepoGetRecord.QueryParams, opts?: ComAtprotoRepoGetRecord.CallOptions): Promise<ComAtprotoRepoGetRecord.Response>;
|
|
1337
|
+
importRepo(data?: ComAtprotoRepoImportRepo.InputSchema, opts?: ComAtprotoRepoImportRepo.CallOptions): Promise<ComAtprotoRepoImportRepo.Response>;
|
|
1338
|
+
listMissingBlobs(params?: ComAtprotoRepoListMissingBlobs.QueryParams, opts?: ComAtprotoRepoListMissingBlobs.CallOptions): Promise<ComAtprotoRepoListMissingBlobs.Response>;
|
|
1339
|
+
listRecords(params?: ComAtprotoRepoListRecords.QueryParams, opts?: ComAtprotoRepoListRecords.CallOptions): Promise<ComAtprotoRepoListRecords.Response>;
|
|
1340
|
+
putRecord(data?: ComAtprotoRepoPutRecord.InputSchema, opts?: ComAtprotoRepoPutRecord.CallOptions): Promise<ComAtprotoRepoPutRecord.Response>;
|
|
1341
|
+
uploadBlob(data?: ComAtprotoRepoUploadBlob.InputSchema, opts?: ComAtprotoRepoUploadBlob.CallOptions): Promise<ComAtprotoRepoUploadBlob.Response>;
|
|
1342
|
+
}
|
|
1343
|
+
export declare class ComAtprotoServerNS {
|
|
1344
|
+
_client: XrpcClient;
|
|
1345
|
+
constructor(client: XrpcClient);
|
|
1346
|
+
activateAccount(data?: ComAtprotoServerActivateAccount.InputSchema, opts?: ComAtprotoServerActivateAccount.CallOptions): Promise<ComAtprotoServerActivateAccount.Response>;
|
|
1347
|
+
checkAccountStatus(params?: ComAtprotoServerCheckAccountStatus.QueryParams, opts?: ComAtprotoServerCheckAccountStatus.CallOptions): Promise<ComAtprotoServerCheckAccountStatus.Response>;
|
|
1348
|
+
confirmEmail(data?: ComAtprotoServerConfirmEmail.InputSchema, opts?: ComAtprotoServerConfirmEmail.CallOptions): Promise<ComAtprotoServerConfirmEmail.Response>;
|
|
1349
|
+
createAccount(data?: ComAtprotoServerCreateAccount.InputSchema, opts?: ComAtprotoServerCreateAccount.CallOptions): Promise<ComAtprotoServerCreateAccount.Response>;
|
|
1350
|
+
createAppPassword(data?: ComAtprotoServerCreateAppPassword.InputSchema, opts?: ComAtprotoServerCreateAppPassword.CallOptions): Promise<ComAtprotoServerCreateAppPassword.Response>;
|
|
1351
|
+
createInviteCode(data?: ComAtprotoServerCreateInviteCode.InputSchema, opts?: ComAtprotoServerCreateInviteCode.CallOptions): Promise<ComAtprotoServerCreateInviteCode.Response>;
|
|
1352
|
+
createInviteCodes(data?: ComAtprotoServerCreateInviteCodes.InputSchema, opts?: ComAtprotoServerCreateInviteCodes.CallOptions): Promise<ComAtprotoServerCreateInviteCodes.Response>;
|
|
1353
|
+
createSession(data?: ComAtprotoServerCreateSession.InputSchema, opts?: ComAtprotoServerCreateSession.CallOptions): Promise<ComAtprotoServerCreateSession.Response>;
|
|
1354
|
+
deactivateAccount(data?: ComAtprotoServerDeactivateAccount.InputSchema, opts?: ComAtprotoServerDeactivateAccount.CallOptions): Promise<ComAtprotoServerDeactivateAccount.Response>;
|
|
1355
|
+
deleteAccount(data?: ComAtprotoServerDeleteAccount.InputSchema, opts?: ComAtprotoServerDeleteAccount.CallOptions): Promise<ComAtprotoServerDeleteAccount.Response>;
|
|
1356
|
+
deleteSession(data?: ComAtprotoServerDeleteSession.InputSchema, opts?: ComAtprotoServerDeleteSession.CallOptions): Promise<ComAtprotoServerDeleteSession.Response>;
|
|
1357
|
+
describeServer(params?: ComAtprotoServerDescribeServer.QueryParams, opts?: ComAtprotoServerDescribeServer.CallOptions): Promise<ComAtprotoServerDescribeServer.Response>;
|
|
1358
|
+
getAccountInviteCodes(params?: ComAtprotoServerGetAccountInviteCodes.QueryParams, opts?: ComAtprotoServerGetAccountInviteCodes.CallOptions): Promise<ComAtprotoServerGetAccountInviteCodes.Response>;
|
|
1359
|
+
getServiceAuth(params?: ComAtprotoServerGetServiceAuth.QueryParams, opts?: ComAtprotoServerGetServiceAuth.CallOptions): Promise<ComAtprotoServerGetServiceAuth.Response>;
|
|
1360
|
+
getSession(params?: ComAtprotoServerGetSession.QueryParams, opts?: ComAtprotoServerGetSession.CallOptions): Promise<ComAtprotoServerGetSession.Response>;
|
|
1361
|
+
listAppPasswords(params?: ComAtprotoServerListAppPasswords.QueryParams, opts?: ComAtprotoServerListAppPasswords.CallOptions): Promise<ComAtprotoServerListAppPasswords.Response>;
|
|
1362
|
+
refreshSession(data?: ComAtprotoServerRefreshSession.InputSchema, opts?: ComAtprotoServerRefreshSession.CallOptions): Promise<ComAtprotoServerRefreshSession.Response>;
|
|
1363
|
+
requestAccountDelete(data?: ComAtprotoServerRequestAccountDelete.InputSchema, opts?: ComAtprotoServerRequestAccountDelete.CallOptions): Promise<ComAtprotoServerRequestAccountDelete.Response>;
|
|
1364
|
+
requestEmailConfirmation(data?: ComAtprotoServerRequestEmailConfirmation.InputSchema, opts?: ComAtprotoServerRequestEmailConfirmation.CallOptions): Promise<ComAtprotoServerRequestEmailConfirmation.Response>;
|
|
1365
|
+
requestEmailUpdate(data?: ComAtprotoServerRequestEmailUpdate.InputSchema, opts?: ComAtprotoServerRequestEmailUpdate.CallOptions): Promise<ComAtprotoServerRequestEmailUpdate.Response>;
|
|
1366
|
+
requestPasswordReset(data?: ComAtprotoServerRequestPasswordReset.InputSchema, opts?: ComAtprotoServerRequestPasswordReset.CallOptions): Promise<ComAtprotoServerRequestPasswordReset.Response>;
|
|
1367
|
+
reserveSigningKey(data?: ComAtprotoServerReserveSigningKey.InputSchema, opts?: ComAtprotoServerReserveSigningKey.CallOptions): Promise<ComAtprotoServerReserveSigningKey.Response>;
|
|
1368
|
+
resetPassword(data?: ComAtprotoServerResetPassword.InputSchema, opts?: ComAtprotoServerResetPassword.CallOptions): Promise<ComAtprotoServerResetPassword.Response>;
|
|
1369
|
+
revokeAppPassword(data?: ComAtprotoServerRevokeAppPassword.InputSchema, opts?: ComAtprotoServerRevokeAppPassword.CallOptions): Promise<ComAtprotoServerRevokeAppPassword.Response>;
|
|
1370
|
+
updateEmail(data?: ComAtprotoServerUpdateEmail.InputSchema, opts?: ComAtprotoServerUpdateEmail.CallOptions): Promise<ComAtprotoServerUpdateEmail.Response>;
|
|
1371
|
+
}
|
|
1372
|
+
export declare class ComAtprotoSyncNS {
|
|
1373
|
+
_client: XrpcClient;
|
|
1374
|
+
constructor(client: XrpcClient);
|
|
1375
|
+
getBlob(params?: ComAtprotoSyncGetBlob.QueryParams, opts?: ComAtprotoSyncGetBlob.CallOptions): Promise<ComAtprotoSyncGetBlob.Response>;
|
|
1376
|
+
getBlocks(params?: ComAtprotoSyncGetBlocks.QueryParams, opts?: ComAtprotoSyncGetBlocks.CallOptions): Promise<ComAtprotoSyncGetBlocks.Response>;
|
|
1377
|
+
getCheckout(params?: ComAtprotoSyncGetCheckout.QueryParams, opts?: ComAtprotoSyncGetCheckout.CallOptions): Promise<ComAtprotoSyncGetCheckout.Response>;
|
|
1378
|
+
getHead(params?: ComAtprotoSyncGetHead.QueryParams, opts?: ComAtprotoSyncGetHead.CallOptions): Promise<ComAtprotoSyncGetHead.Response>;
|
|
1379
|
+
getHostStatus(params?: ComAtprotoSyncGetHostStatus.QueryParams, opts?: ComAtprotoSyncGetHostStatus.CallOptions): Promise<ComAtprotoSyncGetHostStatus.Response>;
|
|
1380
|
+
getLatestCommit(params?: ComAtprotoSyncGetLatestCommit.QueryParams, opts?: ComAtprotoSyncGetLatestCommit.CallOptions): Promise<ComAtprotoSyncGetLatestCommit.Response>;
|
|
1381
|
+
getRecord(params?: ComAtprotoSyncGetRecord.QueryParams, opts?: ComAtprotoSyncGetRecord.CallOptions): Promise<ComAtprotoSyncGetRecord.Response>;
|
|
1382
|
+
getRepo(params?: ComAtprotoSyncGetRepo.QueryParams, opts?: ComAtprotoSyncGetRepo.CallOptions): Promise<ComAtprotoSyncGetRepo.Response>;
|
|
1383
|
+
getRepoStatus(params?: ComAtprotoSyncGetRepoStatus.QueryParams, opts?: ComAtprotoSyncGetRepoStatus.CallOptions): Promise<ComAtprotoSyncGetRepoStatus.Response>;
|
|
1384
|
+
listBlobs(params?: ComAtprotoSyncListBlobs.QueryParams, opts?: ComAtprotoSyncListBlobs.CallOptions): Promise<ComAtprotoSyncListBlobs.Response>;
|
|
1385
|
+
listHosts(params?: ComAtprotoSyncListHosts.QueryParams, opts?: ComAtprotoSyncListHosts.CallOptions): Promise<ComAtprotoSyncListHosts.Response>;
|
|
1386
|
+
listRepos(params?: ComAtprotoSyncListRepos.QueryParams, opts?: ComAtprotoSyncListRepos.CallOptions): Promise<ComAtprotoSyncListRepos.Response>;
|
|
1387
|
+
listReposByCollection(params?: ComAtprotoSyncListReposByCollection.QueryParams, opts?: ComAtprotoSyncListReposByCollection.CallOptions): Promise<ComAtprotoSyncListReposByCollection.Response>;
|
|
1388
|
+
notifyOfUpdate(data?: ComAtprotoSyncNotifyOfUpdate.InputSchema, opts?: ComAtprotoSyncNotifyOfUpdate.CallOptions): Promise<ComAtprotoSyncNotifyOfUpdate.Response>;
|
|
1389
|
+
requestCrawl(data?: ComAtprotoSyncRequestCrawl.InputSchema, opts?: ComAtprotoSyncRequestCrawl.CallOptions): Promise<ComAtprotoSyncRequestCrawl.Response>;
|
|
1390
|
+
}
|
|
1391
|
+
export declare class ComAtprotoTempNS {
|
|
1392
|
+
_client: XrpcClient;
|
|
1393
|
+
constructor(client: XrpcClient);
|
|
1394
|
+
addReservedHandle(data?: ComAtprotoTempAddReservedHandle.InputSchema, opts?: ComAtprotoTempAddReservedHandle.CallOptions): Promise<ComAtprotoTempAddReservedHandle.Response>;
|
|
1395
|
+
checkHandleAvailability(params?: ComAtprotoTempCheckHandleAvailability.QueryParams, opts?: ComAtprotoTempCheckHandleAvailability.CallOptions): Promise<ComAtprotoTempCheckHandleAvailability.Response>;
|
|
1396
|
+
checkSignupQueue(params?: ComAtprotoTempCheckSignupQueue.QueryParams, opts?: ComAtprotoTempCheckSignupQueue.CallOptions): Promise<ComAtprotoTempCheckSignupQueue.Response>;
|
|
1397
|
+
fetchLabels(params?: ComAtprotoTempFetchLabels.QueryParams, opts?: ComAtprotoTempFetchLabels.CallOptions): Promise<ComAtprotoTempFetchLabels.Response>;
|
|
1398
|
+
requestPhoneVerification(data?: ComAtprotoTempRequestPhoneVerification.InputSchema, opts?: ComAtprotoTempRequestPhoneVerification.CallOptions): Promise<ComAtprotoTempRequestPhoneVerification.Response>;
|
|
1399
|
+
}
|
|
1394
1400
|
export declare class ToolsNS {
|
|
1395
1401
|
_client: XrpcClient;
|
|
1396
1402
|
ozone: ToolsOzoneNS;
|