@atproto/api 0.16.2 → 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 +10 -0
- package/dist/client/index.d.ts +430 -430
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +1372 -1372
- package/dist/client/index.js.map +1 -1
- package/dist/client/lexicons.d.ts +16657 -16649
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +9330 -9326
- package/dist/client/lexicons.js.map +1 -1
- 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 +2546 -2546
- package/src/client/lexicons.ts +9420 -9415
- package/src/client/types/tools/ozone/moderation/queryEvents.ts +2 -0
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';
|
|
@@ -207,6 +125,88 @@ import * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js'
|
|
|
207
125
|
import * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata.js';
|
|
208
126
|
import * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext.js';
|
|
209
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';
|
|
210
210
|
import * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
|
|
211
211
|
import * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate.js';
|
|
212
212
|
import * as ToolsOzoneCommunicationListTemplates from './types/tools/ozone/communication/listTemplates.js';
|
|
@@ -249,98 +249,6 @@ import * as ToolsOzoneTeamUpdateMember from './types/tools/ozone/team/updateMemb
|
|
|
249
249
|
import * as ToolsOzoneVerificationGrantVerifications from './types/tools/ozone/verification/grantVerifications.js';
|
|
250
250
|
import * as ToolsOzoneVerificationListVerifications from './types/tools/ozone/verification/listVerifications.js';
|
|
251
251
|
import * as ToolsOzoneVerificationRevokeVerifications from './types/tools/ozone/verification/revokeVerifications.js';
|
|
252
|
-
export * as ComAtprotoAdminDefs from './types/com/atproto/admin/defs.js';
|
|
253
|
-
export * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
|
|
254
|
-
export * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
|
|
255
|
-
export * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
|
|
256
|
-
export * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
|
|
257
|
-
export * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
|
|
258
|
-
export * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
|
|
259
|
-
export * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
|
|
260
|
-
export * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
|
|
261
|
-
export * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
|
|
262
|
-
export * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
|
|
263
|
-
export * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
|
|
264
|
-
export * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
|
|
265
|
-
export * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
|
|
266
|
-
export * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
|
|
267
|
-
export * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
|
|
268
|
-
export * as ComAtprotoIdentityDefs from './types/com/atproto/identity/defs.js';
|
|
269
|
-
export * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
|
|
270
|
-
export * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
|
|
271
|
-
export * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
|
|
272
|
-
export * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
|
|
273
|
-
export * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
|
|
274
|
-
export * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
|
|
275
|
-
export * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
|
|
276
|
-
export * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
|
|
277
|
-
export * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
|
|
278
|
-
export * as ComAtprotoLabelDefs from './types/com/atproto/label/defs.js';
|
|
279
|
-
export * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
|
|
280
|
-
export * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels.js';
|
|
281
|
-
export * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
|
|
282
|
-
export * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
|
|
283
|
-
export * as ComAtprotoModerationDefs from './types/com/atproto/moderation/defs.js';
|
|
284
|
-
export * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
|
|
285
|
-
export * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
|
|
286
|
-
export * as ComAtprotoRepoDefs from './types/com/atproto/repo/defs.js';
|
|
287
|
-
export * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
|
|
288
|
-
export * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
|
|
289
|
-
export * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
|
|
290
|
-
export * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
|
|
291
|
-
export * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
|
|
292
|
-
export * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
|
|
293
|
-
export * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
|
|
294
|
-
export * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef.js';
|
|
295
|
-
export * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
|
|
296
|
-
export * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
|
|
297
|
-
export * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
|
|
298
|
-
export * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
|
|
299
|
-
export * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
|
|
300
|
-
export * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
|
|
301
|
-
export * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
|
|
302
|
-
export * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
|
|
303
|
-
export * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
|
|
304
|
-
export * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
|
|
305
|
-
export * as ComAtprotoServerDefs from './types/com/atproto/server/defs.js';
|
|
306
|
-
export * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
|
|
307
|
-
export * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
|
|
308
|
-
export * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
|
|
309
|
-
export * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
|
|
310
|
-
export * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
|
|
311
|
-
export * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
|
|
312
|
-
export * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
|
|
313
|
-
export * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
|
|
314
|
-
export * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
|
|
315
|
-
export * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
|
|
316
|
-
export * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
|
|
317
|
-
export * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
|
|
318
|
-
export * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
|
|
319
|
-
export * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
|
|
320
|
-
export * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
|
|
321
|
-
export * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
|
|
322
|
-
export * as ComAtprotoSyncDefs from './types/com/atproto/sync/defs.js';
|
|
323
|
-
export * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
|
|
324
|
-
export * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
|
|
325
|
-
export * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
|
|
326
|
-
export * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
|
|
327
|
-
export * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
|
|
328
|
-
export * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
|
|
329
|
-
export * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
|
|
330
|
-
export * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
|
|
331
|
-
export * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
|
|
332
|
-
export * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
|
|
333
|
-
export * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
|
|
334
|
-
export * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
|
|
335
|
-
export * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
|
|
336
|
-
export * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
|
|
337
|
-
export * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
|
|
338
|
-
export * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos.js';
|
|
339
|
-
export * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
|
|
340
|
-
export * as ComAtprotoTempCheckHandleAvailability from './types/com/atproto/temp/checkHandleAvailability.js';
|
|
341
|
-
export * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
|
|
342
|
-
export * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
|
|
343
|
-
export * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
|
|
344
252
|
export * as AppBskyActorDefs from './types/app/bsky/actor/defs.js';
|
|
345
253
|
export * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences.js';
|
|
346
254
|
export * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile.js';
|
|
@@ -479,6 +387,98 @@ export * as ChatBskyConvoUpdateRead from './types/chat/bsky/convo/updateRead.js'
|
|
|
479
387
|
export * as ChatBskyModerationGetActorMetadata from './types/chat/bsky/moderation/getActorMetadata.js';
|
|
480
388
|
export * as ChatBskyModerationGetMessageContext from './types/chat/bsky/moderation/getMessageContext.js';
|
|
481
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';
|
|
482
482
|
export * as ToolsOzoneCommunicationCreateTemplate from './types/tools/ozone/communication/createTemplate.js';
|
|
483
483
|
export * as ToolsOzoneCommunicationDefs from './types/tools/ozone/communication/defs.js';
|
|
484
484
|
export * as ToolsOzoneCommunicationDeleteTemplate from './types/tools/ozone/communication/deleteTemplate.js';
|
|
@@ -490,262 +490,101 @@ export * as ToolsOzoneModerationEmitEvent from './types/tools/ozone/moderation/e
|
|
|
490
490
|
export * as ToolsOzoneModerationGetAccountTimeline from './types/tools/ozone/moderation/getAccountTimeline.js';
|
|
491
491
|
export * as ToolsOzoneModerationGetEvent from './types/tools/ozone/moderation/getEvent.js';
|
|
492
492
|
export * as ToolsOzoneModerationGetRecord from './types/tools/ozone/moderation/getRecord.js';
|
|
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
|
|
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
|
-
|
|
562
|
-
|
|
563
|
-
|
|
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
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
tools: ToolsNS;
|
|
585
|
-
constructor(options: FetchHandler | FetchHandlerOptions);
|
|
586
|
-
/** @deprecated use `this` instead */
|
|
587
|
-
get xrpc(): XrpcClient;
|
|
588
|
-
}
|
|
589
|
-
export declare class ComNS {
|
|
590
|
-
_client: XrpcClient;
|
|
591
|
-
atproto: ComAtprotoNS;
|
|
592
|
-
constructor(client: XrpcClient);
|
|
593
|
-
}
|
|
594
|
-
export declare class ComAtprotoNS {
|
|
595
|
-
_client: XrpcClient;
|
|
596
|
-
admin: ComAtprotoAdminNS;
|
|
597
|
-
identity: ComAtprotoIdentityNS;
|
|
598
|
-
label: ComAtprotoLabelNS;
|
|
599
|
-
lexicon: ComAtprotoLexiconNS;
|
|
600
|
-
moderation: ComAtprotoModerationNS;
|
|
601
|
-
repo: ComAtprotoRepoNS;
|
|
602
|
-
server: ComAtprotoServerNS;
|
|
603
|
-
sync: ComAtprotoSyncNS;
|
|
604
|
-
temp: ComAtprotoTempNS;
|
|
605
|
-
constructor(client: XrpcClient);
|
|
606
|
-
}
|
|
607
|
-
export declare class ComAtprotoAdminNS {
|
|
608
|
-
_client: XrpcClient;
|
|
609
|
-
constructor(client: XrpcClient);
|
|
610
|
-
deleteAccount(data?: ComAtprotoAdminDeleteAccount.InputSchema, opts?: ComAtprotoAdminDeleteAccount.CallOptions): Promise<ComAtprotoAdminDeleteAccount.Response>;
|
|
611
|
-
disableAccountInvites(data?: ComAtprotoAdminDisableAccountInvites.InputSchema, opts?: ComAtprotoAdminDisableAccountInvites.CallOptions): Promise<ComAtprotoAdminDisableAccountInvites.Response>;
|
|
612
|
-
disableInviteCodes(data?: ComAtprotoAdminDisableInviteCodes.InputSchema, opts?: ComAtprotoAdminDisableInviteCodes.CallOptions): Promise<ComAtprotoAdminDisableInviteCodes.Response>;
|
|
613
|
-
enableAccountInvites(data?: ComAtprotoAdminEnableAccountInvites.InputSchema, opts?: ComAtprotoAdminEnableAccountInvites.CallOptions): Promise<ComAtprotoAdminEnableAccountInvites.Response>;
|
|
614
|
-
getAccountInfo(params?: ComAtprotoAdminGetAccountInfo.QueryParams, opts?: ComAtprotoAdminGetAccountInfo.CallOptions): Promise<ComAtprotoAdminGetAccountInfo.Response>;
|
|
615
|
-
getAccountInfos(params?: ComAtprotoAdminGetAccountInfos.QueryParams, opts?: ComAtprotoAdminGetAccountInfos.CallOptions): Promise<ComAtprotoAdminGetAccountInfos.Response>;
|
|
616
|
-
getInviteCodes(params?: ComAtprotoAdminGetInviteCodes.QueryParams, opts?: ComAtprotoAdminGetInviteCodes.CallOptions): Promise<ComAtprotoAdminGetInviteCodes.Response>;
|
|
617
|
-
getSubjectStatus(params?: ComAtprotoAdminGetSubjectStatus.QueryParams, opts?: ComAtprotoAdminGetSubjectStatus.CallOptions): Promise<ComAtprotoAdminGetSubjectStatus.Response>;
|
|
618
|
-
searchAccounts(params?: ComAtprotoAdminSearchAccounts.QueryParams, opts?: ComAtprotoAdminSearchAccounts.CallOptions): Promise<ComAtprotoAdminSearchAccounts.Response>;
|
|
619
|
-
sendEmail(data?: ComAtprotoAdminSendEmail.InputSchema, opts?: ComAtprotoAdminSendEmail.CallOptions): Promise<ComAtprotoAdminSendEmail.Response>;
|
|
620
|
-
updateAccountEmail(data?: ComAtprotoAdminUpdateAccountEmail.InputSchema, opts?: ComAtprotoAdminUpdateAccountEmail.CallOptions): Promise<ComAtprotoAdminUpdateAccountEmail.Response>;
|
|
621
|
-
updateAccountHandle(data?: ComAtprotoAdminUpdateAccountHandle.InputSchema, opts?: ComAtprotoAdminUpdateAccountHandle.CallOptions): Promise<ComAtprotoAdminUpdateAccountHandle.Response>;
|
|
622
|
-
updateAccountPassword(data?: ComAtprotoAdminUpdateAccountPassword.InputSchema, opts?: ComAtprotoAdminUpdateAccountPassword.CallOptions): Promise<ComAtprotoAdminUpdateAccountPassword.Response>;
|
|
623
|
-
updateAccountSigningKey(data?: ComAtprotoAdminUpdateAccountSigningKey.InputSchema, opts?: ComAtprotoAdminUpdateAccountSigningKey.CallOptions): Promise<ComAtprotoAdminUpdateAccountSigningKey.Response>;
|
|
624
|
-
updateSubjectStatus(data?: ComAtprotoAdminUpdateSubjectStatus.InputSchema, opts?: ComAtprotoAdminUpdateSubjectStatus.CallOptions): Promise<ComAtprotoAdminUpdateSubjectStatus.Response>;
|
|
625
|
-
}
|
|
626
|
-
export declare class ComAtprotoIdentityNS {
|
|
627
|
-
_client: XrpcClient;
|
|
628
|
-
constructor(client: XrpcClient);
|
|
629
|
-
getRecommendedDidCredentials(params?: ComAtprotoIdentityGetRecommendedDidCredentials.QueryParams, opts?: ComAtprotoIdentityGetRecommendedDidCredentials.CallOptions): Promise<ComAtprotoIdentityGetRecommendedDidCredentials.Response>;
|
|
630
|
-
refreshIdentity(data?: ComAtprotoIdentityRefreshIdentity.InputSchema, opts?: ComAtprotoIdentityRefreshIdentity.CallOptions): Promise<ComAtprotoIdentityRefreshIdentity.Response>;
|
|
631
|
-
requestPlcOperationSignature(data?: ComAtprotoIdentityRequestPlcOperationSignature.InputSchema, opts?: ComAtprotoIdentityRequestPlcOperationSignature.CallOptions): Promise<ComAtprotoIdentityRequestPlcOperationSignature.Response>;
|
|
632
|
-
resolveDid(params?: ComAtprotoIdentityResolveDid.QueryParams, opts?: ComAtprotoIdentityResolveDid.CallOptions): Promise<ComAtprotoIdentityResolveDid.Response>;
|
|
633
|
-
resolveHandle(params?: ComAtprotoIdentityResolveHandle.QueryParams, opts?: ComAtprotoIdentityResolveHandle.CallOptions): Promise<ComAtprotoIdentityResolveHandle.Response>;
|
|
634
|
-
resolveIdentity(params?: ComAtprotoIdentityResolveIdentity.QueryParams, opts?: ComAtprotoIdentityResolveIdentity.CallOptions): Promise<ComAtprotoIdentityResolveIdentity.Response>;
|
|
635
|
-
signPlcOperation(data?: ComAtprotoIdentitySignPlcOperation.InputSchema, opts?: ComAtprotoIdentitySignPlcOperation.CallOptions): Promise<ComAtprotoIdentitySignPlcOperation.Response>;
|
|
636
|
-
submitPlcOperation(data?: ComAtprotoIdentitySubmitPlcOperation.InputSchema, opts?: ComAtprotoIdentitySubmitPlcOperation.CallOptions): Promise<ComAtprotoIdentitySubmitPlcOperation.Response>;
|
|
637
|
-
updateHandle(data?: ComAtprotoIdentityUpdateHandle.InputSchema, opts?: ComAtprotoIdentityUpdateHandle.CallOptions): Promise<ComAtprotoIdentityUpdateHandle.Response>;
|
|
638
|
-
}
|
|
639
|
-
export declare class ComAtprotoLabelNS {
|
|
640
|
-
_client: XrpcClient;
|
|
641
|
-
constructor(client: XrpcClient);
|
|
642
|
-
queryLabels(params?: ComAtprotoLabelQueryLabels.QueryParams, opts?: ComAtprotoLabelQueryLabels.CallOptions): Promise<ComAtprotoLabelQueryLabels.Response>;
|
|
643
|
-
}
|
|
644
|
-
export declare class ComAtprotoLexiconNS {
|
|
645
|
-
_client: XrpcClient;
|
|
646
|
-
schema: ComAtprotoLexiconSchemaRecord;
|
|
647
|
-
constructor(client: XrpcClient);
|
|
648
|
-
}
|
|
649
|
-
export declare class ComAtprotoLexiconSchemaRecord {
|
|
650
|
-
_client: XrpcClient;
|
|
651
|
-
constructor(client: XrpcClient);
|
|
652
|
-
list(params: OmitKey<ComAtprotoRepoListRecords.QueryParams, 'collection'>): Promise<{
|
|
653
|
-
cursor?: string;
|
|
654
|
-
records: {
|
|
655
|
-
uri: string;
|
|
656
|
-
value: ComAtprotoLexiconSchema.Record;
|
|
657
|
-
}[];
|
|
658
|
-
}>;
|
|
659
|
-
get(params: OmitKey<ComAtprotoRepoGetRecord.QueryParams, 'collection'>): Promise<{
|
|
660
|
-
uri: string;
|
|
661
|
-
cid: string;
|
|
662
|
-
value: ComAtprotoLexiconSchema.Record;
|
|
663
|
-
}>;
|
|
664
|
-
create(params: OmitKey<ComAtprotoRepoCreateRecord.InputSchema, 'collection' | 'record'>, record: Un$Typed<ComAtprotoLexiconSchema.Record>, headers?: Record<string, string>): Promise<{
|
|
665
|
-
uri: string;
|
|
666
|
-
cid: string;
|
|
667
|
-
}>;
|
|
668
|
-
put(params: OmitKey<ComAtprotoRepoPutRecord.InputSchema, 'collection' | 'record'>, record: Un$Typed<ComAtprotoLexiconSchema.Record>, headers?: Record<string, string>): Promise<{
|
|
669
|
-
uri: string;
|
|
670
|
-
cid: string;
|
|
671
|
-
}>;
|
|
672
|
-
delete(params: OmitKey<ComAtprotoRepoDeleteRecord.InputSchema, 'collection'>, headers?: Record<string, string>): Promise<void>;
|
|
673
|
-
}
|
|
674
|
-
export declare class ComAtprotoModerationNS {
|
|
675
|
-
_client: XrpcClient;
|
|
676
|
-
constructor(client: XrpcClient);
|
|
677
|
-
createReport(data?: ComAtprotoModerationCreateReport.InputSchema, opts?: ComAtprotoModerationCreateReport.CallOptions): Promise<ComAtprotoModerationCreateReport.Response>;
|
|
678
|
-
}
|
|
679
|
-
export declare class ComAtprotoRepoNS {
|
|
680
|
-
_client: XrpcClient;
|
|
681
|
-
constructor(client: XrpcClient);
|
|
682
|
-
applyWrites(data?: ComAtprotoRepoApplyWrites.InputSchema, opts?: ComAtprotoRepoApplyWrites.CallOptions): Promise<ComAtprotoRepoApplyWrites.Response>;
|
|
683
|
-
createRecord(data?: ComAtprotoRepoCreateRecord.InputSchema, opts?: ComAtprotoRepoCreateRecord.CallOptions): Promise<ComAtprotoRepoCreateRecord.Response>;
|
|
684
|
-
deleteRecord(data?: ComAtprotoRepoDeleteRecord.InputSchema, opts?: ComAtprotoRepoDeleteRecord.CallOptions): Promise<ComAtprotoRepoDeleteRecord.Response>;
|
|
685
|
-
describeRepo(params?: ComAtprotoRepoDescribeRepo.QueryParams, opts?: ComAtprotoRepoDescribeRepo.CallOptions): Promise<ComAtprotoRepoDescribeRepo.Response>;
|
|
686
|
-
getRecord(params?: ComAtprotoRepoGetRecord.QueryParams, opts?: ComAtprotoRepoGetRecord.CallOptions): Promise<ComAtprotoRepoGetRecord.Response>;
|
|
687
|
-
importRepo(data?: ComAtprotoRepoImportRepo.InputSchema, opts?: ComAtprotoRepoImportRepo.CallOptions): Promise<ComAtprotoRepoImportRepo.Response>;
|
|
688
|
-
listMissingBlobs(params?: ComAtprotoRepoListMissingBlobs.QueryParams, opts?: ComAtprotoRepoListMissingBlobs.CallOptions): Promise<ComAtprotoRepoListMissingBlobs.Response>;
|
|
689
|
-
listRecords(params?: ComAtprotoRepoListRecords.QueryParams, opts?: ComAtprotoRepoListRecords.CallOptions): Promise<ComAtprotoRepoListRecords.Response>;
|
|
690
|
-
putRecord(data?: ComAtprotoRepoPutRecord.InputSchema, opts?: ComAtprotoRepoPutRecord.CallOptions): Promise<ComAtprotoRepoPutRecord.Response>;
|
|
691
|
-
uploadBlob(data?: ComAtprotoRepoUploadBlob.InputSchema, opts?: ComAtprotoRepoUploadBlob.CallOptions): Promise<ComAtprotoRepoUploadBlob.Response>;
|
|
692
|
-
}
|
|
693
|
-
export declare class ComAtprotoServerNS {
|
|
694
|
-
_client: XrpcClient;
|
|
695
|
-
constructor(client: XrpcClient);
|
|
696
|
-
activateAccount(data?: ComAtprotoServerActivateAccount.InputSchema, opts?: ComAtprotoServerActivateAccount.CallOptions): Promise<ComAtprotoServerActivateAccount.Response>;
|
|
697
|
-
checkAccountStatus(params?: ComAtprotoServerCheckAccountStatus.QueryParams, opts?: ComAtprotoServerCheckAccountStatus.CallOptions): Promise<ComAtprotoServerCheckAccountStatus.Response>;
|
|
698
|
-
confirmEmail(data?: ComAtprotoServerConfirmEmail.InputSchema, opts?: ComAtprotoServerConfirmEmail.CallOptions): Promise<ComAtprotoServerConfirmEmail.Response>;
|
|
699
|
-
createAccount(data?: ComAtprotoServerCreateAccount.InputSchema, opts?: ComAtprotoServerCreateAccount.CallOptions): Promise<ComAtprotoServerCreateAccount.Response>;
|
|
700
|
-
createAppPassword(data?: ComAtprotoServerCreateAppPassword.InputSchema, opts?: ComAtprotoServerCreateAppPassword.CallOptions): Promise<ComAtprotoServerCreateAppPassword.Response>;
|
|
701
|
-
createInviteCode(data?: ComAtprotoServerCreateInviteCode.InputSchema, opts?: ComAtprotoServerCreateInviteCode.CallOptions): Promise<ComAtprotoServerCreateInviteCode.Response>;
|
|
702
|
-
createInviteCodes(data?: ComAtprotoServerCreateInviteCodes.InputSchema, opts?: ComAtprotoServerCreateInviteCodes.CallOptions): Promise<ComAtprotoServerCreateInviteCodes.Response>;
|
|
703
|
-
createSession(data?: ComAtprotoServerCreateSession.InputSchema, opts?: ComAtprotoServerCreateSession.CallOptions): Promise<ComAtprotoServerCreateSession.Response>;
|
|
704
|
-
deactivateAccount(data?: ComAtprotoServerDeactivateAccount.InputSchema, opts?: ComAtprotoServerDeactivateAccount.CallOptions): Promise<ComAtprotoServerDeactivateAccount.Response>;
|
|
705
|
-
deleteAccount(data?: ComAtprotoServerDeleteAccount.InputSchema, opts?: ComAtprotoServerDeleteAccount.CallOptions): Promise<ComAtprotoServerDeleteAccount.Response>;
|
|
706
|
-
deleteSession(data?: ComAtprotoServerDeleteSession.InputSchema, opts?: ComAtprotoServerDeleteSession.CallOptions): Promise<ComAtprotoServerDeleteSession.Response>;
|
|
707
|
-
describeServer(params?: ComAtprotoServerDescribeServer.QueryParams, opts?: ComAtprotoServerDescribeServer.CallOptions): Promise<ComAtprotoServerDescribeServer.Response>;
|
|
708
|
-
getAccountInviteCodes(params?: ComAtprotoServerGetAccountInviteCodes.QueryParams, opts?: ComAtprotoServerGetAccountInviteCodes.CallOptions): Promise<ComAtprotoServerGetAccountInviteCodes.Response>;
|
|
709
|
-
getServiceAuth(params?: ComAtprotoServerGetServiceAuth.QueryParams, opts?: ComAtprotoServerGetServiceAuth.CallOptions): Promise<ComAtprotoServerGetServiceAuth.Response>;
|
|
710
|
-
getSession(params?: ComAtprotoServerGetSession.QueryParams, opts?: ComAtprotoServerGetSession.CallOptions): Promise<ComAtprotoServerGetSession.Response>;
|
|
711
|
-
listAppPasswords(params?: ComAtprotoServerListAppPasswords.QueryParams, opts?: ComAtprotoServerListAppPasswords.CallOptions): Promise<ComAtprotoServerListAppPasswords.Response>;
|
|
712
|
-
refreshSession(data?: ComAtprotoServerRefreshSession.InputSchema, opts?: ComAtprotoServerRefreshSession.CallOptions): Promise<ComAtprotoServerRefreshSession.Response>;
|
|
713
|
-
requestAccountDelete(data?: ComAtprotoServerRequestAccountDelete.InputSchema, opts?: ComAtprotoServerRequestAccountDelete.CallOptions): Promise<ComAtprotoServerRequestAccountDelete.Response>;
|
|
714
|
-
requestEmailConfirmation(data?: ComAtprotoServerRequestEmailConfirmation.InputSchema, opts?: ComAtprotoServerRequestEmailConfirmation.CallOptions): Promise<ComAtprotoServerRequestEmailConfirmation.Response>;
|
|
715
|
-
requestEmailUpdate(data?: ComAtprotoServerRequestEmailUpdate.InputSchema, opts?: ComAtprotoServerRequestEmailUpdate.CallOptions): Promise<ComAtprotoServerRequestEmailUpdate.Response>;
|
|
716
|
-
requestPasswordReset(data?: ComAtprotoServerRequestPasswordReset.InputSchema, opts?: ComAtprotoServerRequestPasswordReset.CallOptions): Promise<ComAtprotoServerRequestPasswordReset.Response>;
|
|
717
|
-
reserveSigningKey(data?: ComAtprotoServerReserveSigningKey.InputSchema, opts?: ComAtprotoServerReserveSigningKey.CallOptions): Promise<ComAtprotoServerReserveSigningKey.Response>;
|
|
718
|
-
resetPassword(data?: ComAtprotoServerResetPassword.InputSchema, opts?: ComAtprotoServerResetPassword.CallOptions): Promise<ComAtprotoServerResetPassword.Response>;
|
|
719
|
-
revokeAppPassword(data?: ComAtprotoServerRevokeAppPassword.InputSchema, opts?: ComAtprotoServerRevokeAppPassword.CallOptions): Promise<ComAtprotoServerRevokeAppPassword.Response>;
|
|
720
|
-
updateEmail(data?: ComAtprotoServerUpdateEmail.InputSchema, opts?: ComAtprotoServerUpdateEmail.CallOptions): Promise<ComAtprotoServerUpdateEmail.Response>;
|
|
721
|
-
}
|
|
722
|
-
export declare class ComAtprotoSyncNS {
|
|
723
|
-
_client: XrpcClient;
|
|
724
|
-
constructor(client: XrpcClient);
|
|
725
|
-
getBlob(params?: ComAtprotoSyncGetBlob.QueryParams, opts?: ComAtprotoSyncGetBlob.CallOptions): Promise<ComAtprotoSyncGetBlob.Response>;
|
|
726
|
-
getBlocks(params?: ComAtprotoSyncGetBlocks.QueryParams, opts?: ComAtprotoSyncGetBlocks.CallOptions): Promise<ComAtprotoSyncGetBlocks.Response>;
|
|
727
|
-
getCheckout(params?: ComAtprotoSyncGetCheckout.QueryParams, opts?: ComAtprotoSyncGetCheckout.CallOptions): Promise<ComAtprotoSyncGetCheckout.Response>;
|
|
728
|
-
getHead(params?: ComAtprotoSyncGetHead.QueryParams, opts?: ComAtprotoSyncGetHead.CallOptions): Promise<ComAtprotoSyncGetHead.Response>;
|
|
729
|
-
getHostStatus(params?: ComAtprotoSyncGetHostStatus.QueryParams, opts?: ComAtprotoSyncGetHostStatus.CallOptions): Promise<ComAtprotoSyncGetHostStatus.Response>;
|
|
730
|
-
getLatestCommit(params?: ComAtprotoSyncGetLatestCommit.QueryParams, opts?: ComAtprotoSyncGetLatestCommit.CallOptions): Promise<ComAtprotoSyncGetLatestCommit.Response>;
|
|
731
|
-
getRecord(params?: ComAtprotoSyncGetRecord.QueryParams, opts?: ComAtprotoSyncGetRecord.CallOptions): Promise<ComAtprotoSyncGetRecord.Response>;
|
|
732
|
-
getRepo(params?: ComAtprotoSyncGetRepo.QueryParams, opts?: ComAtprotoSyncGetRepo.CallOptions): Promise<ComAtprotoSyncGetRepo.Response>;
|
|
733
|
-
getRepoStatus(params?: ComAtprotoSyncGetRepoStatus.QueryParams, opts?: ComAtprotoSyncGetRepoStatus.CallOptions): Promise<ComAtprotoSyncGetRepoStatus.Response>;
|
|
734
|
-
listBlobs(params?: ComAtprotoSyncListBlobs.QueryParams, opts?: ComAtprotoSyncListBlobs.CallOptions): Promise<ComAtprotoSyncListBlobs.Response>;
|
|
735
|
-
listHosts(params?: ComAtprotoSyncListHosts.QueryParams, opts?: ComAtprotoSyncListHosts.CallOptions): Promise<ComAtprotoSyncListHosts.Response>;
|
|
736
|
-
listRepos(params?: ComAtprotoSyncListRepos.QueryParams, opts?: ComAtprotoSyncListRepos.CallOptions): Promise<ComAtprotoSyncListRepos.Response>;
|
|
737
|
-
listReposByCollection(params?: ComAtprotoSyncListReposByCollection.QueryParams, opts?: ComAtprotoSyncListReposByCollection.CallOptions): Promise<ComAtprotoSyncListReposByCollection.Response>;
|
|
738
|
-
notifyOfUpdate(data?: ComAtprotoSyncNotifyOfUpdate.InputSchema, opts?: ComAtprotoSyncNotifyOfUpdate.CallOptions): Promise<ComAtprotoSyncNotifyOfUpdate.Response>;
|
|
739
|
-
requestCrawl(data?: ComAtprotoSyncRequestCrawl.InputSchema, opts?: ComAtprotoSyncRequestCrawl.CallOptions): Promise<ComAtprotoSyncRequestCrawl.Response>;
|
|
740
|
-
}
|
|
741
|
-
export declare class ComAtprotoTempNS {
|
|
742
|
-
_client: XrpcClient;
|
|
743
|
-
constructor(client: XrpcClient);
|
|
744
|
-
addReservedHandle(data?: ComAtprotoTempAddReservedHandle.InputSchema, opts?: ComAtprotoTempAddReservedHandle.CallOptions): Promise<ComAtprotoTempAddReservedHandle.Response>;
|
|
745
|
-
checkHandleAvailability(params?: ComAtprotoTempCheckHandleAvailability.QueryParams, opts?: ComAtprotoTempCheckHandleAvailability.CallOptions): Promise<ComAtprotoTempCheckHandleAvailability.Response>;
|
|
746
|
-
checkSignupQueue(params?: ComAtprotoTempCheckSignupQueue.QueryParams, opts?: ComAtprotoTempCheckSignupQueue.CallOptions): Promise<ComAtprotoTempCheckSignupQueue.Response>;
|
|
747
|
-
fetchLabels(params?: ComAtprotoTempFetchLabels.QueryParams, opts?: ComAtprotoTempFetchLabels.CallOptions): Promise<ComAtprotoTempFetchLabels.Response>;
|
|
748
|
-
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;
|
|
749
588
|
}
|
|
750
589
|
export declare class AppNS {
|
|
751
590
|
_client: XrpcClient;
|
|
@@ -1397,6 +1236,167 @@ export declare class ChatBskyModerationNS {
|
|
|
1397
1236
|
getMessageContext(params?: ChatBskyModerationGetMessageContext.QueryParams, opts?: ChatBskyModerationGetMessageContext.CallOptions): Promise<ChatBskyModerationGetMessageContext.Response>;
|
|
1398
1237
|
updateActorAccess(data?: ChatBskyModerationUpdateActorAccess.InputSchema, opts?: ChatBskyModerationUpdateActorAccess.CallOptions): Promise<ChatBskyModerationUpdateActorAccess.Response>;
|
|
1399
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
|
+
}
|
|
1400
1400
|
export declare class ToolsNS {
|
|
1401
1401
|
_client: XrpcClient;
|
|
1402
1402
|
ozone: ToolsOzoneNS;
|