@atproto/api 0.9.8 → 0.10.1
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 +16 -0
- package/dist/bsky-agent.d.ts +6 -1
- package/dist/client/index.d.ts +33 -9
- package/dist/client/lexicons.d.ts +419 -110
- package/dist/client/types/app/bsky/actor/defs.d.ts +21 -1
- package/dist/client/types/com/atproto/admin/updateAccountPassword.d.ts +18 -0
- package/dist/client/types/com/atproto/identity/getRecommendedDidCredentials.d.ts +20 -0
- package/dist/client/types/com/atproto/{temp/pushBlob.d.ts → identity/requestPlcOperationSignature.d.ts} +1 -3
- package/dist/client/types/com/atproto/identity/signPlcOperation.d.ts +26 -0
- package/dist/client/types/com/atproto/identity/submitPlcOperation.d.ts +17 -0
- package/dist/client/types/com/atproto/{temp → repo}/importRepo.d.ts +0 -2
- package/dist/client/types/com/atproto/repo/listMissingBlobs.d.ts +28 -0
- package/dist/client/types/com/atproto/server/activateAccount.d.ts +13 -0
- package/dist/client/types/com/atproto/server/checkAccountStatus.d.ts +25 -0
- package/dist/client/types/com/atproto/server/deactivateAccount.d.ts +17 -0
- package/dist/client/types/com/atproto/server/describeServer.d.ts +1 -0
- package/dist/client/types/com/atproto/server/getServiceAuth.d.ts +18 -0
- package/dist/client/types/com/atproto/sync/subscribeRepos.d.ts +8 -0
- package/dist/index.js +1028 -530
- package/dist/index.js.map +3 -3
- package/dist/types.d.ts +3 -0
- package/package.json +2 -2
- package/src/bsky-agent.ts +136 -0
- package/src/client/index.ts +153 -39
- package/src/client/lexicons.ts +460 -138
- package/src/client/types/app/bsky/actor/defs.ts +61 -0
- package/src/client/types/app/bsky/feed/post.ts +1 -1
- package/src/client/types/com/atproto/{temp/pushBlob.ts → admin/updateAccountPassword.ts} +6 -5
- package/src/client/types/com/atproto/identity/getRecommendedDidCredentials.ts +37 -0
- package/src/client/types/com/atproto/identity/requestPlcOperationSignature.ts +28 -0
- package/src/client/types/com/atproto/identity/signPlcOperation.ts +44 -0
- package/src/client/types/com/atproto/identity/submitPlcOperation.ts +32 -0
- package/src/client/types/com/atproto/{temp → repo}/importRepo.ts +1 -5
- package/src/client/types/com/atproto/repo/listMissingBlobs.ts +55 -0
- package/src/client/types/com/atproto/server/activateAccount.ts +28 -0
- package/src/client/types/com/atproto/server/checkAccountStatus.ts +41 -0
- package/src/client/types/com/atproto/server/deactivateAccount.ts +33 -0
- package/src/client/types/com/atproto/server/describeServer.ts +1 -0
- package/src/client/types/com/atproto/server/getServiceAuth.ts +36 -0
- package/src/client/types/com/atproto/sync/subscribeRepos.ts +23 -3
- package/src/types.ts +3 -0
- package/tests/agent.test.ts +1 -0
- package/tests/bsky-agent.test.ts +183 -0
- package/dist/client/types/com/atproto/temp/transferAccount.d.ts +0 -48
- package/src/client/types/com/atproto/temp/transferAccount.ts +0 -92
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atproto/api
|
|
2
2
|
|
|
3
|
+
## 0.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2215](https://github.com/bluesky-social/atproto/pull/2215) [`514aab92d`](https://github.com/bluesky-social/atproto/commit/514aab92d26acd43859285f46318e386846522b1) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add missing `getPreferences` union return types
|
|
8
|
+
|
|
9
|
+
## 0.10.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#2170](https://github.com/bluesky-social/atproto/pull/2170) [`4c511b3d9`](https://github.com/bluesky-social/atproto/commit/4c511b3d9de41ffeae3fc11db941e7df04f4468a) Thanks [@dholms](https://github.com/dholms)! - Add lexicons and methods for account migration
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#2195](https://github.com/bluesky-social/atproto/pull/2195) [`b60719480`](https://github.com/bluesky-social/atproto/commit/b60719480f5f00bffd074a40e8ddc03aa93d137d) Thanks [@estrattonbailey](https://github.com/estrattonbailey)! - Add muted words/tags and hidden posts prefs and methods"
|
|
18
|
+
|
|
3
19
|
## 0.9.8
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/bsky-agent.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AtpAgent } from './agent';
|
|
2
|
-
import { AppBskyFeedPost, AppBskyActorProfile } from './client';
|
|
2
|
+
import { AppBskyFeedPost, AppBskyActorProfile, AppBskyActorDefs } from './client';
|
|
3
3
|
import { BskyPreferences, BskyLabelPreference, BskyFeedViewPreference, BskyThreadViewPreference, BskyInterestsPreference } from './types';
|
|
4
4
|
declare global {
|
|
5
5
|
interface Array<T> {
|
|
@@ -85,4 +85,9 @@ export declare class BskyAgent extends AtpAgent {
|
|
|
85
85
|
setFeedViewPrefs(feed: string, pref: Partial<BskyFeedViewPreference>): Promise<void>;
|
|
86
86
|
setThreadViewPrefs(pref: Partial<BskyThreadViewPreference>): Promise<void>;
|
|
87
87
|
setInterestsPref(pref: Partial<BskyInterestsPreference>): Promise<void>;
|
|
88
|
+
upsertMutedWords(mutedWords: AppBskyActorDefs.MutedWord[]): Promise<void>;
|
|
89
|
+
updateMutedWord(mutedWord: AppBskyActorDefs.MutedWord): Promise<void>;
|
|
90
|
+
removeMutedWord(mutedWord: AppBskyActorDefs.MutedWord): Promise<void>;
|
|
91
|
+
hidePost(postUri: string): Promise<void>;
|
|
92
|
+
unhidePost(postUri: string): Promise<void>;
|
|
88
93
|
}
|
package/dist/client/index.d.ts
CHANGED
|
@@ -20,9 +20,14 @@ import * as ComAtprotoAdminSearchRepos from './types/com/atproto/admin/searchRep
|
|
|
20
20
|
import * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail';
|
|
21
21
|
import * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail';
|
|
22
22
|
import * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle';
|
|
23
|
+
import * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword';
|
|
23
24
|
import * as ComAtprotoAdminUpdateCommunicationTemplate from './types/com/atproto/admin/updateCommunicationTemplate';
|
|
24
25
|
import * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus';
|
|
26
|
+
import * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials';
|
|
27
|
+
import * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature';
|
|
25
28
|
import * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle';
|
|
29
|
+
import * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation';
|
|
30
|
+
import * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation';
|
|
26
31
|
import * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle';
|
|
27
32
|
import * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels';
|
|
28
33
|
import * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport';
|
|
@@ -31,19 +36,25 @@ import * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createReco
|
|
|
31
36
|
import * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord';
|
|
32
37
|
import * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo';
|
|
33
38
|
import * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord';
|
|
39
|
+
import * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo';
|
|
40
|
+
import * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs';
|
|
34
41
|
import * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords';
|
|
35
42
|
import * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord';
|
|
36
43
|
import * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob';
|
|
44
|
+
import * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount';
|
|
45
|
+
import * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus';
|
|
37
46
|
import * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail';
|
|
38
47
|
import * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount';
|
|
39
48
|
import * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword';
|
|
40
49
|
import * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode';
|
|
41
50
|
import * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes';
|
|
42
51
|
import * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession';
|
|
52
|
+
import * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount';
|
|
43
53
|
import * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount';
|
|
44
54
|
import * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession';
|
|
45
55
|
import * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer';
|
|
46
56
|
import * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes';
|
|
57
|
+
import * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth';
|
|
47
58
|
import * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession';
|
|
48
59
|
import * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords';
|
|
49
60
|
import * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession';
|
|
@@ -68,10 +79,7 @@ import * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOf
|
|
|
68
79
|
import * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl';
|
|
69
80
|
import * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue';
|
|
70
81
|
import * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels';
|
|
71
|
-
import * as ComAtprotoTempImportRepo from './types/com/atproto/temp/importRepo';
|
|
72
|
-
import * as ComAtprotoTempPushBlob from './types/com/atproto/temp/pushBlob';
|
|
73
82
|
import * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification';
|
|
74
|
-
import * as ComAtprotoTempTransferAccount from './types/com/atproto/temp/transferAccount';
|
|
75
83
|
import * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences';
|
|
76
84
|
import * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile';
|
|
77
85
|
import * as AppBskyActorGetProfiles from './types/app/bsky/actor/getProfiles';
|
|
@@ -150,9 +158,14 @@ export * as ComAtprotoAdminSearchRepos from './types/com/atproto/admin/searchRep
|
|
|
150
158
|
export * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail';
|
|
151
159
|
export * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail';
|
|
152
160
|
export * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle';
|
|
161
|
+
export * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword';
|
|
153
162
|
export * as ComAtprotoAdminUpdateCommunicationTemplate from './types/com/atproto/admin/updateCommunicationTemplate';
|
|
154
163
|
export * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus';
|
|
164
|
+
export * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials';
|
|
165
|
+
export * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature';
|
|
155
166
|
export * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle';
|
|
167
|
+
export * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation';
|
|
168
|
+
export * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation';
|
|
156
169
|
export * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle';
|
|
157
170
|
export * as ComAtprotoLabelDefs from './types/com/atproto/label/defs';
|
|
158
171
|
export * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels';
|
|
@@ -164,21 +177,27 @@ export * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createReco
|
|
|
164
177
|
export * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord';
|
|
165
178
|
export * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo';
|
|
166
179
|
export * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord';
|
|
180
|
+
export * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo';
|
|
181
|
+
export * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs';
|
|
167
182
|
export * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords';
|
|
168
183
|
export * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord';
|
|
169
184
|
export * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef';
|
|
170
185
|
export * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob';
|
|
186
|
+
export * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount';
|
|
187
|
+
export * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus';
|
|
171
188
|
export * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail';
|
|
172
189
|
export * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount';
|
|
173
190
|
export * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword';
|
|
174
191
|
export * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode';
|
|
175
192
|
export * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes';
|
|
176
193
|
export * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession';
|
|
194
|
+
export * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount';
|
|
177
195
|
export * as ComAtprotoServerDefs from './types/com/atproto/server/defs';
|
|
178
196
|
export * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount';
|
|
179
197
|
export * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession';
|
|
180
198
|
export * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer';
|
|
181
199
|
export * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes';
|
|
200
|
+
export * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth';
|
|
182
201
|
export * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession';
|
|
183
202
|
export * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords';
|
|
184
203
|
export * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession';
|
|
@@ -204,10 +223,7 @@ export * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCra
|
|
|
204
223
|
export * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos';
|
|
205
224
|
export * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue';
|
|
206
225
|
export * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels';
|
|
207
|
-
export * as ComAtprotoTempImportRepo from './types/com/atproto/temp/importRepo';
|
|
208
|
-
export * as ComAtprotoTempPushBlob from './types/com/atproto/temp/pushBlob';
|
|
209
226
|
export * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification';
|
|
210
|
-
export * as ComAtprotoTempTransferAccount from './types/com/atproto/temp/transferAccount';
|
|
211
227
|
export * as AppBskyActorDefs from './types/app/bsky/actor/defs';
|
|
212
228
|
export * as AppBskyActorGetPreferences from './types/app/bsky/actor/getPreferences';
|
|
213
229
|
export * as AppBskyActorGetProfile from './types/app/bsky/actor/getProfile';
|
|
@@ -345,13 +361,18 @@ export declare class ComAtprotoAdminNS {
|
|
|
345
361
|
sendEmail(data?: ComAtprotoAdminSendEmail.InputSchema, opts?: ComAtprotoAdminSendEmail.CallOptions): Promise<ComAtprotoAdminSendEmail.Response>;
|
|
346
362
|
updateAccountEmail(data?: ComAtprotoAdminUpdateAccountEmail.InputSchema, opts?: ComAtprotoAdminUpdateAccountEmail.CallOptions): Promise<ComAtprotoAdminUpdateAccountEmail.Response>;
|
|
347
363
|
updateAccountHandle(data?: ComAtprotoAdminUpdateAccountHandle.InputSchema, opts?: ComAtprotoAdminUpdateAccountHandle.CallOptions): Promise<ComAtprotoAdminUpdateAccountHandle.Response>;
|
|
364
|
+
updateAccountPassword(data?: ComAtprotoAdminUpdateAccountPassword.InputSchema, opts?: ComAtprotoAdminUpdateAccountPassword.CallOptions): Promise<ComAtprotoAdminUpdateAccountPassword.Response>;
|
|
348
365
|
updateCommunicationTemplate(data?: ComAtprotoAdminUpdateCommunicationTemplate.InputSchema, opts?: ComAtprotoAdminUpdateCommunicationTemplate.CallOptions): Promise<ComAtprotoAdminUpdateCommunicationTemplate.Response>;
|
|
349
366
|
updateSubjectStatus(data?: ComAtprotoAdminUpdateSubjectStatus.InputSchema, opts?: ComAtprotoAdminUpdateSubjectStatus.CallOptions): Promise<ComAtprotoAdminUpdateSubjectStatus.Response>;
|
|
350
367
|
}
|
|
351
368
|
export declare class ComAtprotoIdentityNS {
|
|
352
369
|
_service: AtpServiceClient;
|
|
353
370
|
constructor(service: AtpServiceClient);
|
|
371
|
+
getRecommendedDidCredentials(params?: ComAtprotoIdentityGetRecommendedDidCredentials.QueryParams, opts?: ComAtprotoIdentityGetRecommendedDidCredentials.CallOptions): Promise<ComAtprotoIdentityGetRecommendedDidCredentials.Response>;
|
|
372
|
+
requestPlcOperationSignature(data?: ComAtprotoIdentityRequestPlcOperationSignature.InputSchema, opts?: ComAtprotoIdentityRequestPlcOperationSignature.CallOptions): Promise<ComAtprotoIdentityRequestPlcOperationSignature.Response>;
|
|
354
373
|
resolveHandle(params?: ComAtprotoIdentityResolveHandle.QueryParams, opts?: ComAtprotoIdentityResolveHandle.CallOptions): Promise<ComAtprotoIdentityResolveHandle.Response>;
|
|
374
|
+
signPlcOperation(data?: ComAtprotoIdentitySignPlcOperation.InputSchema, opts?: ComAtprotoIdentitySignPlcOperation.CallOptions): Promise<ComAtprotoIdentitySignPlcOperation.Response>;
|
|
375
|
+
submitPlcOperation(data?: ComAtprotoIdentitySubmitPlcOperation.InputSchema, opts?: ComAtprotoIdentitySubmitPlcOperation.CallOptions): Promise<ComAtprotoIdentitySubmitPlcOperation.Response>;
|
|
355
376
|
updateHandle(data?: ComAtprotoIdentityUpdateHandle.InputSchema, opts?: ComAtprotoIdentityUpdateHandle.CallOptions): Promise<ComAtprotoIdentityUpdateHandle.Response>;
|
|
356
377
|
}
|
|
357
378
|
export declare class ComAtprotoLabelNS {
|
|
@@ -372,6 +393,8 @@ export declare class ComAtprotoRepoNS {
|
|
|
372
393
|
deleteRecord(data?: ComAtprotoRepoDeleteRecord.InputSchema, opts?: ComAtprotoRepoDeleteRecord.CallOptions): Promise<ComAtprotoRepoDeleteRecord.Response>;
|
|
373
394
|
describeRepo(params?: ComAtprotoRepoDescribeRepo.QueryParams, opts?: ComAtprotoRepoDescribeRepo.CallOptions): Promise<ComAtprotoRepoDescribeRepo.Response>;
|
|
374
395
|
getRecord(params?: ComAtprotoRepoGetRecord.QueryParams, opts?: ComAtprotoRepoGetRecord.CallOptions): Promise<ComAtprotoRepoGetRecord.Response>;
|
|
396
|
+
importRepo(data?: ComAtprotoRepoImportRepo.InputSchema, opts?: ComAtprotoRepoImportRepo.CallOptions): Promise<ComAtprotoRepoImportRepo.Response>;
|
|
397
|
+
listMissingBlobs(params?: ComAtprotoRepoListMissingBlobs.QueryParams, opts?: ComAtprotoRepoListMissingBlobs.CallOptions): Promise<ComAtprotoRepoListMissingBlobs.Response>;
|
|
375
398
|
listRecords(params?: ComAtprotoRepoListRecords.QueryParams, opts?: ComAtprotoRepoListRecords.CallOptions): Promise<ComAtprotoRepoListRecords.Response>;
|
|
376
399
|
putRecord(data?: ComAtprotoRepoPutRecord.InputSchema, opts?: ComAtprotoRepoPutRecord.CallOptions): Promise<ComAtprotoRepoPutRecord.Response>;
|
|
377
400
|
uploadBlob(data?: ComAtprotoRepoUploadBlob.InputSchema, opts?: ComAtprotoRepoUploadBlob.CallOptions): Promise<ComAtprotoRepoUploadBlob.Response>;
|
|
@@ -379,16 +402,20 @@ export declare class ComAtprotoRepoNS {
|
|
|
379
402
|
export declare class ComAtprotoServerNS {
|
|
380
403
|
_service: AtpServiceClient;
|
|
381
404
|
constructor(service: AtpServiceClient);
|
|
405
|
+
activateAccount(data?: ComAtprotoServerActivateAccount.InputSchema, opts?: ComAtprotoServerActivateAccount.CallOptions): Promise<ComAtprotoServerActivateAccount.Response>;
|
|
406
|
+
checkAccountStatus(params?: ComAtprotoServerCheckAccountStatus.QueryParams, opts?: ComAtprotoServerCheckAccountStatus.CallOptions): Promise<ComAtprotoServerCheckAccountStatus.Response>;
|
|
382
407
|
confirmEmail(data?: ComAtprotoServerConfirmEmail.InputSchema, opts?: ComAtprotoServerConfirmEmail.CallOptions): Promise<ComAtprotoServerConfirmEmail.Response>;
|
|
383
408
|
createAccount(data?: ComAtprotoServerCreateAccount.InputSchema, opts?: ComAtprotoServerCreateAccount.CallOptions): Promise<ComAtprotoServerCreateAccount.Response>;
|
|
384
409
|
createAppPassword(data?: ComAtprotoServerCreateAppPassword.InputSchema, opts?: ComAtprotoServerCreateAppPassword.CallOptions): Promise<ComAtprotoServerCreateAppPassword.Response>;
|
|
385
410
|
createInviteCode(data?: ComAtprotoServerCreateInviteCode.InputSchema, opts?: ComAtprotoServerCreateInviteCode.CallOptions): Promise<ComAtprotoServerCreateInviteCode.Response>;
|
|
386
411
|
createInviteCodes(data?: ComAtprotoServerCreateInviteCodes.InputSchema, opts?: ComAtprotoServerCreateInviteCodes.CallOptions): Promise<ComAtprotoServerCreateInviteCodes.Response>;
|
|
387
412
|
createSession(data?: ComAtprotoServerCreateSession.InputSchema, opts?: ComAtprotoServerCreateSession.CallOptions): Promise<ComAtprotoServerCreateSession.Response>;
|
|
413
|
+
deactivateAccount(data?: ComAtprotoServerDeactivateAccount.InputSchema, opts?: ComAtprotoServerDeactivateAccount.CallOptions): Promise<ComAtprotoServerDeactivateAccount.Response>;
|
|
388
414
|
deleteAccount(data?: ComAtprotoServerDeleteAccount.InputSchema, opts?: ComAtprotoServerDeleteAccount.CallOptions): Promise<ComAtprotoServerDeleteAccount.Response>;
|
|
389
415
|
deleteSession(data?: ComAtprotoServerDeleteSession.InputSchema, opts?: ComAtprotoServerDeleteSession.CallOptions): Promise<ComAtprotoServerDeleteSession.Response>;
|
|
390
416
|
describeServer(params?: ComAtprotoServerDescribeServer.QueryParams, opts?: ComAtprotoServerDescribeServer.CallOptions): Promise<ComAtprotoServerDescribeServer.Response>;
|
|
391
417
|
getAccountInviteCodes(params?: ComAtprotoServerGetAccountInviteCodes.QueryParams, opts?: ComAtprotoServerGetAccountInviteCodes.CallOptions): Promise<ComAtprotoServerGetAccountInviteCodes.Response>;
|
|
418
|
+
getServiceAuth(params?: ComAtprotoServerGetServiceAuth.QueryParams, opts?: ComAtprotoServerGetServiceAuth.CallOptions): Promise<ComAtprotoServerGetServiceAuth.Response>;
|
|
392
419
|
getSession(params?: ComAtprotoServerGetSession.QueryParams, opts?: ComAtprotoServerGetSession.CallOptions): Promise<ComAtprotoServerGetSession.Response>;
|
|
393
420
|
listAppPasswords(params?: ComAtprotoServerListAppPasswords.QueryParams, opts?: ComAtprotoServerListAppPasswords.CallOptions): Promise<ComAtprotoServerListAppPasswords.Response>;
|
|
394
421
|
refreshSession(data?: ComAtprotoServerRefreshSession.InputSchema, opts?: ComAtprotoServerRefreshSession.CallOptions): Promise<ComAtprotoServerRefreshSession.Response>;
|
|
@@ -421,10 +448,7 @@ export declare class ComAtprotoTempNS {
|
|
|
421
448
|
constructor(service: AtpServiceClient);
|
|
422
449
|
checkSignupQueue(params?: ComAtprotoTempCheckSignupQueue.QueryParams, opts?: ComAtprotoTempCheckSignupQueue.CallOptions): Promise<ComAtprotoTempCheckSignupQueue.Response>;
|
|
423
450
|
fetchLabels(params?: ComAtprotoTempFetchLabels.QueryParams, opts?: ComAtprotoTempFetchLabels.CallOptions): Promise<ComAtprotoTempFetchLabels.Response>;
|
|
424
|
-
importRepo(data?: ComAtprotoTempImportRepo.InputSchema, opts?: ComAtprotoTempImportRepo.CallOptions): Promise<ComAtprotoTempImportRepo.Response>;
|
|
425
|
-
pushBlob(data?: ComAtprotoTempPushBlob.InputSchema, opts?: ComAtprotoTempPushBlob.CallOptions): Promise<ComAtprotoTempPushBlob.Response>;
|
|
426
451
|
requestPhoneVerification(data?: ComAtprotoTempRequestPhoneVerification.InputSchema, opts?: ComAtprotoTempRequestPhoneVerification.CallOptions): Promise<ComAtprotoTempRequestPhoneVerification.Response>;
|
|
427
|
-
transferAccount(data?: ComAtprotoTempTransferAccount.InputSchema, opts?: ComAtprotoTempTransferAccount.CallOptions): Promise<ComAtprotoTempTransferAccount.Response>;
|
|
428
452
|
}
|
|
429
453
|
export declare class AppNS {
|
|
430
454
|
_service: AtpServiceClient;
|