@atcute/atproto 3.0.3 → 3.1.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/LICENSE +12 -15
- package/dist/lexicons/types/com/atproto/admin/deleteAccount.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/disableAccountInvites.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/disableInviteCodes.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/enableAccountInvites.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/getAccountInfo.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/admin/getAccountInfos.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/getInviteCodes.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/getSubjectStatus.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/searchAccounts.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/sendEmail.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountEmail.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountHandle.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountPassword.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountSigningKey.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/admin/updateSubjectStatus.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/identity/getRecommendedDidCredentials.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/identity/refreshIdentity.d.ts +5 -0
- package/dist/lexicons/types/com/atproto/identity/requestPlcOperationSignature.d.ts +2 -0
- package/dist/lexicons/types/com/atproto/identity/resolveDid.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/identity/resolveHandle.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/identity/resolveIdentity.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/identity/signPlcOperation.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/identity/submitPlcOperation.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/identity/updateHandle.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/label/queryLabels.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/label/subscribeLabels.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/moderation/createReport.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/moderation/createReport.js +9 -0
- package/dist/lexicons/types/com/atproto/moderation/createReport.js.map +1 -1
- package/dist/lexicons/types/com/atproto/repo/applyWrites.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/repo/createRecord.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/repo/deleteRecord.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/repo/describeRepo.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/repo/getRecord.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/repo/importRepo.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/repo/listMissingBlobs.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/repo/listRecords.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/repo/putRecord.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/repo/uploadBlob.d.ts +5 -0
- package/dist/lexicons/types/com/atproto/server/activateAccount.d.ts +2 -0
- package/dist/lexicons/types/com/atproto/server/checkAccountStatus.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/confirmEmail.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/createAccount.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/server/createAppPassword.d.ts +5 -0
- package/dist/lexicons/types/com/atproto/server/createInviteCode.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/server/createInviteCodes.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/server/createSession.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/server/deactivateAccount.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/deleteAccount.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/deleteSession.d.ts +2 -0
- package/dist/lexicons/types/com/atproto/server/describeServer.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/getAccountInviteCodes.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/getServiceAuth.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/getSession.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/listAppPasswords.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/refreshSession.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/requestAccountDelete.d.ts +2 -0
- package/dist/lexicons/types/com/atproto/server/requestEmailConfirmation.d.ts +2 -0
- package/dist/lexicons/types/com/atproto/server/requestEmailUpdate.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/requestPasswordReset.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/reserveSigningKey.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/server/resetPassword.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/revokeAppPassword.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/server/updateEmail.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/getBlob.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/sync/getBlocks.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/sync/getCheckout.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/sync/getHead.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/getHostStatus.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/getLatestCommit.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/getRecord.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/sync/getRepo.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/sync/getRepoStatus.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/listBlobs.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/listHosts.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/listRepos.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/listReposByCollection.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/notifyOfUpdate.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/requestCrawl.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/sync/subscribeRepos.d.ts +3 -0
- package/dist/lexicons/types/com/atproto/temp/addReservedHandle.d.ts +6 -0
- package/dist/lexicons/types/com/atproto/temp/checkSignupQueue.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/temp/fetchLabels.d.ts +4 -0
- package/dist/lexicons/types/com/atproto/temp/requestPhoneVerification.d.ts +4 -0
- package/lib/lexicons/types/com/atproto/admin/deleteAccount.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/disableAccountInvites.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/disableInviteCodes.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/enableAccountInvites.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/getAccountInfo.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/getAccountInfos.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/getInviteCodes.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/getSubjectStatus.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/searchAccounts.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/sendEmail.ts +4 -0
- package/lib/lexicons/types/com/atproto/admin/updateAccountEmail.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/updateAccountHandle.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/updateAccountPassword.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/updateAccountSigningKey.ts +3 -0
- package/lib/lexicons/types/com/atproto/admin/updateSubjectStatus.ts +4 -0
- package/lib/lexicons/types/com/atproto/identity/getRecommendedDidCredentials.ts +3 -0
- package/lib/lexicons/types/com/atproto/identity/refreshIdentity.ts +4 -0
- package/lib/lexicons/types/com/atproto/identity/requestPlcOperationSignature.ts +2 -0
- package/lib/lexicons/types/com/atproto/identity/resolveDid.ts +3 -0
- package/lib/lexicons/types/com/atproto/identity/resolveHandle.ts +3 -0
- package/lib/lexicons/types/com/atproto/identity/resolveIdentity.ts +3 -0
- package/lib/lexicons/types/com/atproto/identity/signPlcOperation.ts +4 -0
- package/lib/lexicons/types/com/atproto/identity/submitPlcOperation.ts +3 -0
- package/lib/lexicons/types/com/atproto/identity/updateHandle.ts +3 -0
- package/lib/lexicons/types/com/atproto/label/queryLabels.ts +3 -0
- package/lib/lexicons/types/com/atproto/label/subscribeLabels.ts +3 -0
- package/lib/lexicons/types/com/atproto/moderation/createReport.ts +17 -0
- package/lib/lexicons/types/com/atproto/repo/applyWrites.ts +4 -0
- package/lib/lexicons/types/com/atproto/repo/createRecord.ts +4 -0
- package/lib/lexicons/types/com/atproto/repo/deleteRecord.ts +4 -0
- package/lib/lexicons/types/com/atproto/repo/describeRepo.ts +3 -0
- package/lib/lexicons/types/com/atproto/repo/getRecord.ts +3 -0
- package/lib/lexicons/types/com/atproto/repo/importRepo.ts +3 -0
- package/lib/lexicons/types/com/atproto/repo/listMissingBlobs.ts +3 -0
- package/lib/lexicons/types/com/atproto/repo/listRecords.ts +3 -0
- package/lib/lexicons/types/com/atproto/repo/putRecord.ts +4 -0
- package/lib/lexicons/types/com/atproto/repo/uploadBlob.ts +4 -0
- package/lib/lexicons/types/com/atproto/server/activateAccount.ts +2 -0
- package/lib/lexicons/types/com/atproto/server/checkAccountStatus.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/confirmEmail.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/createAccount.ts +4 -0
- package/lib/lexicons/types/com/atproto/server/createAppPassword.ts +4 -0
- package/lib/lexicons/types/com/atproto/server/createInviteCode.ts +4 -0
- package/lib/lexicons/types/com/atproto/server/createInviteCodes.ts +4 -0
- package/lib/lexicons/types/com/atproto/server/createSession.ts +4 -0
- package/lib/lexicons/types/com/atproto/server/deactivateAccount.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/deleteAccount.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/deleteSession.ts +2 -0
- package/lib/lexicons/types/com/atproto/server/describeServer.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/getAccountInviteCodes.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/getServiceAuth.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/getSession.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/listAppPasswords.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/refreshSession.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/requestAccountDelete.ts +2 -0
- package/lib/lexicons/types/com/atproto/server/requestEmailConfirmation.ts +2 -0
- package/lib/lexicons/types/com/atproto/server/requestEmailUpdate.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/requestPasswordReset.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/reserveSigningKey.ts +4 -0
- package/lib/lexicons/types/com/atproto/server/resetPassword.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/revokeAppPassword.ts +3 -0
- package/lib/lexicons/types/com/atproto/server/updateEmail.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getBlob.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getBlocks.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getCheckout.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getHead.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getHostStatus.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getLatestCommit.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getRecord.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getRepo.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/getRepoStatus.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/listBlobs.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/listHosts.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/listRepos.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/listReposByCollection.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/notifyOfUpdate.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/requestCrawl.ts +3 -0
- package/lib/lexicons/types/com/atproto/sync/subscribeRepos.ts +3 -0
- package/lib/lexicons/types/com/atproto/temp/addReservedHandle.ts +4 -0
- package/lib/lexicons/types/com/atproto/temp/checkSignupQueue.ts +3 -0
- package/lib/lexicons/types/com/atproto/temp/fetchLabels.ts +3 -0
- package/lib/lexicons/types/com/atproto/temp/requestPhoneVerification.ts +3 -0
- package/package.json +4 -4
|
@@ -27,6 +27,12 @@ export declare const accountCodesSchema: accountCodesSchema;
|
|
|
27
27
|
export declare const mainSchema: mainSchema;
|
|
28
28
|
export interface AccountCodes extends v.InferInput<typeof accountCodesSchema> {
|
|
29
29
|
}
|
|
30
|
+
export interface $params {
|
|
31
|
+
}
|
|
32
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
33
|
+
}
|
|
34
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
35
|
+
}
|
|
30
36
|
declare module '@atcute/lexicons/ambient' {
|
|
31
37
|
interface XRPCProcedures {
|
|
32
38
|
'com.atproto.server.createInviteCodes': mainSchema;
|
|
@@ -26,6 +26,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
26
26
|
export interface mainSchema extends main$schematype {
|
|
27
27
|
}
|
|
28
28
|
export declare const mainSchema: mainSchema;
|
|
29
|
+
export interface $params {
|
|
30
|
+
}
|
|
31
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
32
|
+
}
|
|
33
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
34
|
+
}
|
|
29
35
|
declare module '@atcute/lexicons/ambient' {
|
|
30
36
|
interface XRPCProcedures {
|
|
31
37
|
'com.atproto.server.createSession': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'com.atproto.server.deactivateAccount': mainSchema;
|
|
@@ -11,6 +11,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
11
11
|
export interface mainSchema extends main$schematype {
|
|
12
12
|
}
|
|
13
13
|
export declare const mainSchema: mainSchema;
|
|
14
|
+
export interface $params {
|
|
15
|
+
}
|
|
16
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
17
|
+
}
|
|
14
18
|
declare module '@atcute/lexicons/ambient' {
|
|
15
19
|
interface XRPCProcedures {
|
|
16
20
|
'com.atproto.server.deleteAccount': mainSchema;
|
|
@@ -4,6 +4,8 @@ type main$schematype = typeof _mainSchema;
|
|
|
4
4
|
export interface mainSchema extends main$schematype {
|
|
5
5
|
}
|
|
6
6
|
export declare const mainSchema: mainSchema;
|
|
7
|
+
export interface $params {
|
|
8
|
+
}
|
|
7
9
|
declare module '@atcute/lexicons/ambient' {
|
|
8
10
|
interface XRPCProcedures {
|
|
9
11
|
'com.atproto.server.deleteSession': mainSchema;
|
|
@@ -35,6 +35,10 @@ export interface Contact extends v.InferInput<typeof contactSchema> {
|
|
|
35
35
|
}
|
|
36
36
|
export interface Links extends v.InferInput<typeof linksSchema> {
|
|
37
37
|
}
|
|
38
|
+
export interface $params {
|
|
39
|
+
}
|
|
40
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
41
|
+
}
|
|
38
42
|
declare module '@atcute/lexicons/ambient' {
|
|
39
43
|
interface XRPCQueries {
|
|
40
44
|
'com.atproto.server.describeServer': mainSchema;
|
|
@@ -13,6 +13,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
13
13
|
export interface mainSchema extends main$schematype {
|
|
14
14
|
}
|
|
15
15
|
export declare const mainSchema: mainSchema;
|
|
16
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
17
|
+
}
|
|
18
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
19
|
+
}
|
|
16
20
|
declare module '@atcute/lexicons/ambient' {
|
|
17
21
|
interface XRPCQueries {
|
|
18
22
|
'com.atproto.server.getAccountInviteCodes': mainSchema;
|
|
@@ -13,6 +13,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
13
13
|
export interface mainSchema extends main$schematype {
|
|
14
14
|
}
|
|
15
15
|
export declare const mainSchema: mainSchema;
|
|
16
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
17
|
+
}
|
|
18
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
19
|
+
}
|
|
16
20
|
declare module '@atcute/lexicons/ambient' {
|
|
17
21
|
interface XRPCQueries {
|
|
18
22
|
'com.atproto.server.getServiceAuth': mainSchema;
|
|
@@ -16,6 +16,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
16
16
|
export interface mainSchema extends main$schematype {
|
|
17
17
|
}
|
|
18
18
|
export declare const mainSchema: mainSchema;
|
|
19
|
+
export interface $params {
|
|
20
|
+
}
|
|
21
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
22
|
+
}
|
|
19
23
|
declare module '@atcute/lexicons/ambient' {
|
|
20
24
|
interface XRPCQueries {
|
|
21
25
|
'com.atproto.server.getSession': mainSchema;
|
|
@@ -21,6 +21,10 @@ export declare const appPasswordSchema: appPasswordSchema;
|
|
|
21
21
|
export declare const mainSchema: mainSchema;
|
|
22
22
|
export interface AppPassword extends v.InferInput<typeof appPasswordSchema> {
|
|
23
23
|
}
|
|
24
|
+
export interface $params {
|
|
25
|
+
}
|
|
26
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
27
|
+
}
|
|
24
28
|
declare module '@atcute/lexicons/ambient' {
|
|
25
29
|
interface XRPCQueries {
|
|
26
30
|
'com.atproto.server.listAppPasswords': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCProcedures {
|
|
20
24
|
'com.atproto.server.refreshSession': mainSchema;
|
|
@@ -4,6 +4,8 @@ type main$schematype = typeof _mainSchema;
|
|
|
4
4
|
export interface mainSchema extends main$schematype {
|
|
5
5
|
}
|
|
6
6
|
export declare const mainSchema: mainSchema;
|
|
7
|
+
export interface $params {
|
|
8
|
+
}
|
|
7
9
|
declare module '@atcute/lexicons/ambient' {
|
|
8
10
|
interface XRPCProcedures {
|
|
9
11
|
'com.atproto.server.requestAccountDelete': mainSchema;
|
|
@@ -4,6 +4,8 @@ type main$schematype = typeof _mainSchema;
|
|
|
4
4
|
export interface mainSchema extends main$schematype {
|
|
5
5
|
}
|
|
6
6
|
export declare const mainSchema: mainSchema;
|
|
7
|
+
export interface $params {
|
|
8
|
+
}
|
|
7
9
|
declare module '@atcute/lexicons/ambient' {
|
|
8
10
|
interface XRPCProcedures {
|
|
9
11
|
'com.atproto.server.requestEmailConfirmation': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'com.atproto.server.requestEmailUpdate': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'com.atproto.server.requestPasswordReset': mainSchema;
|
|
@@ -14,6 +14,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params {
|
|
18
|
+
}
|
|
19
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
20
|
+
}
|
|
21
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
22
|
+
}
|
|
17
23
|
declare module '@atcute/lexicons/ambient' {
|
|
18
24
|
interface XRPCProcedures {
|
|
19
25
|
'com.atproto.server.reserveSigningKey': mainSchema;
|
|
@@ -10,6 +10,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
10
10
|
export interface mainSchema extends main$schematype {
|
|
11
11
|
}
|
|
12
12
|
export declare const mainSchema: mainSchema;
|
|
13
|
+
export interface $params {
|
|
14
|
+
}
|
|
15
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
16
|
+
}
|
|
13
17
|
declare module '@atcute/lexicons/ambient' {
|
|
14
18
|
interface XRPCProcedures {
|
|
15
19
|
'com.atproto.server.resetPassword': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'com.atproto.server.revokeAppPassword': mainSchema;
|
|
@@ -11,6 +11,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
11
11
|
export interface mainSchema extends main$schematype {
|
|
12
12
|
}
|
|
13
13
|
export declare const mainSchema: mainSchema;
|
|
14
|
+
export interface $params {
|
|
15
|
+
}
|
|
16
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
17
|
+
}
|
|
14
18
|
declare module '@atcute/lexicons/ambient' {
|
|
15
19
|
interface XRPCProcedures {
|
|
16
20
|
'com.atproto.server.updateEmail': mainSchema;
|
|
@@ -9,6 +9,9 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
13
|
+
}
|
|
14
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
12
15
|
declare module '@atcute/lexicons/ambient' {
|
|
13
16
|
interface XRPCQueries {
|
|
14
17
|
'com.atproto.sync.getBlob': mainSchema;
|
|
@@ -10,6 +10,9 @@ type main$schematype = typeof _mainSchema;
|
|
|
10
10
|
export interface mainSchema extends main$schematype {
|
|
11
11
|
}
|
|
12
12
|
export declare const mainSchema: mainSchema;
|
|
13
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
14
|
+
}
|
|
15
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
13
16
|
declare module '@atcute/lexicons/ambient' {
|
|
14
17
|
interface XRPCQueries {
|
|
15
18
|
'com.atproto.sync.getBlocks': mainSchema;
|
|
@@ -9,6 +9,9 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
13
|
+
}
|
|
14
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
12
15
|
declare module '@atcute/lexicons/ambient' {
|
|
13
16
|
interface XRPCQueries {
|
|
14
17
|
'com.atproto.sync.getCheckout': mainSchema;
|
|
@@ -11,6 +11,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
11
11
|
export interface mainSchema extends main$schematype {
|
|
12
12
|
}
|
|
13
13
|
export declare const mainSchema: mainSchema;
|
|
14
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
15
|
+
}
|
|
16
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
17
|
+
}
|
|
14
18
|
declare module '@atcute/lexicons/ambient' {
|
|
15
19
|
interface XRPCQueries {
|
|
16
20
|
'com.atproto.sync.getHead': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'com.atproto.sync.getHostStatus': mainSchema;
|
|
@@ -12,6 +12,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
12
12
|
export interface mainSchema extends main$schematype {
|
|
13
13
|
}
|
|
14
14
|
export declare const mainSchema: mainSchema;
|
|
15
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
16
|
+
}
|
|
17
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
18
|
+
}
|
|
15
19
|
declare module '@atcute/lexicons/ambient' {
|
|
16
20
|
interface XRPCQueries {
|
|
17
21
|
'com.atproto.sync.getLatestCommit': mainSchema;
|
|
@@ -11,6 +11,9 @@ type main$schematype = typeof _mainSchema;
|
|
|
11
11
|
export interface mainSchema extends main$schematype {
|
|
12
12
|
}
|
|
13
13
|
export declare const mainSchema: mainSchema;
|
|
14
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
15
|
+
}
|
|
16
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
14
17
|
declare module '@atcute/lexicons/ambient' {
|
|
15
18
|
interface XRPCQueries {
|
|
16
19
|
'com.atproto.sync.getRecord': mainSchema;
|
|
@@ -10,6 +10,9 @@ type main$schematype = typeof _mainSchema;
|
|
|
10
10
|
export interface mainSchema extends main$schematype {
|
|
11
11
|
}
|
|
12
12
|
export declare const mainSchema: mainSchema;
|
|
13
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
14
|
+
}
|
|
15
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
13
16
|
declare module '@atcute/lexicons/ambient' {
|
|
14
17
|
interface XRPCQueries {
|
|
15
18
|
'com.atproto.sync.getRepo': mainSchema;
|
|
@@ -14,6 +14,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
14
14
|
export interface mainSchema extends main$schematype {
|
|
15
15
|
}
|
|
16
16
|
export declare const mainSchema: mainSchema;
|
|
17
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
17
21
|
declare module '@atcute/lexicons/ambient' {
|
|
18
22
|
interface XRPCQueries {
|
|
19
23
|
'com.atproto.sync.getRepoStatus': mainSchema;
|
|
@@ -15,6 +15,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
15
15
|
export interface mainSchema extends main$schematype {
|
|
16
16
|
}
|
|
17
17
|
export declare const mainSchema: mainSchema;
|
|
18
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
19
|
+
}
|
|
20
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
21
|
+
}
|
|
18
22
|
declare module '@atcute/lexicons/ambient' {
|
|
19
23
|
interface XRPCQueries {
|
|
20
24
|
'com.atproto.sync.listBlobs': mainSchema;
|
|
@@ -27,6 +27,10 @@ export declare const hostSchema: hostSchema;
|
|
|
27
27
|
export declare const mainSchema: mainSchema;
|
|
28
28
|
export interface Host extends v.InferInput<typeof hostSchema> {
|
|
29
29
|
}
|
|
30
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
31
|
+
}
|
|
32
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
33
|
+
}
|
|
30
34
|
declare module '@atcute/lexicons/ambient' {
|
|
31
35
|
interface XRPCQueries {
|
|
32
36
|
'com.atproto.sync.listHosts': mainSchema;
|
|
@@ -27,6 +27,10 @@ export declare const mainSchema: mainSchema;
|
|
|
27
27
|
export declare const repoSchema: repoSchema;
|
|
28
28
|
export interface Repo extends v.InferInput<typeof repoSchema> {
|
|
29
29
|
}
|
|
30
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
31
|
+
}
|
|
32
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
33
|
+
}
|
|
30
34
|
declare module '@atcute/lexicons/ambient' {
|
|
31
35
|
interface XRPCQueries {
|
|
32
36
|
'com.atproto.sync.listRepos': mainSchema;
|
|
@@ -24,6 +24,10 @@ export declare const mainSchema: mainSchema;
|
|
|
24
24
|
export declare const repoSchema: repoSchema;
|
|
25
25
|
export interface Repo extends v.InferInput<typeof repoSchema> {
|
|
26
26
|
}
|
|
27
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
28
|
+
}
|
|
29
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
30
|
+
}
|
|
27
31
|
declare module '@atcute/lexicons/ambient' {
|
|
28
32
|
interface XRPCQueries {
|
|
29
33
|
'com.atproto.sync.listReposByCollection': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'com.atproto.sync.notifyOfUpdate': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'com.atproto.sync.requestCrawl': mainSchema;
|
|
@@ -92,6 +92,9 @@ export interface RepoOp extends v.InferInput<typeof repoOpSchema> {
|
|
|
92
92
|
}
|
|
93
93
|
export interface Sync extends v.InferInput<typeof syncSchema> {
|
|
94
94
|
}
|
|
95
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
96
|
+
}
|
|
97
|
+
export type $message = v.InferInput<mainSchema['message']>;
|
|
95
98
|
declare module '@atcute/lexicons/ambient' {
|
|
96
99
|
interface XRPCSubscriptions {
|
|
97
100
|
'com.atproto.sync.subscribeRepos': mainSchema;
|
|
@@ -12,6 +12,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
12
12
|
export interface mainSchema extends main$schematype {
|
|
13
13
|
}
|
|
14
14
|
export declare const mainSchema: mainSchema;
|
|
15
|
+
export interface $params {
|
|
16
|
+
}
|
|
17
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
18
|
+
}
|
|
19
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
20
|
+
}
|
|
15
21
|
declare module '@atcute/lexicons/ambient' {
|
|
16
22
|
interface XRPCProcedures {
|
|
17
23
|
'com.atproto.temp.addReservedHandle': mainSchema;
|
|
@@ -11,6 +11,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
11
11
|
export interface mainSchema extends main$schematype {
|
|
12
12
|
}
|
|
13
13
|
export declare const mainSchema: mainSchema;
|
|
14
|
+
export interface $params {
|
|
15
|
+
}
|
|
16
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
17
|
+
}
|
|
14
18
|
declare module '@atcute/lexicons/ambient' {
|
|
15
19
|
interface XRPCQueries {
|
|
16
20
|
'com.atproto.temp.checkSignupQueue': mainSchema;
|
|
@@ -13,6 +13,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
13
13
|
export interface mainSchema extends main$schematype {
|
|
14
14
|
}
|
|
15
15
|
export declare const mainSchema: mainSchema;
|
|
16
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
17
|
+
}
|
|
18
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
19
|
+
}
|
|
16
20
|
declare module '@atcute/lexicons/ambient' {
|
|
17
21
|
interface XRPCQueries {
|
|
18
22
|
'com.atproto.temp.fetchLabels': mainSchema;
|
|
@@ -9,6 +9,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
9
9
|
export interface mainSchema extends main$schematype {
|
|
10
10
|
}
|
|
11
11
|
export declare const mainSchema: mainSchema;
|
|
12
|
+
export interface $params {
|
|
13
|
+
}
|
|
14
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
15
|
+
}
|
|
12
16
|
declare module '@atcute/lexicons/ambient' {
|
|
13
17
|
interface XRPCProcedures {
|
|
14
18
|
'com.atproto.temp.requestPhoneVerification': mainSchema;
|
|
@@ -19,6 +19,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
19
19
|
|
|
20
20
|
export const mainSchema = _mainSchema as mainSchema;
|
|
21
21
|
|
|
22
|
+
export interface $params {}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
24
|
+
|
|
22
25
|
declare module '@atcute/lexicons/ambient' {
|
|
23
26
|
interface XRPCProcedures {
|
|
24
27
|
'com.atproto.admin.deleteAccount': mainSchema;
|
|
@@ -20,6 +20,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
20
20
|
|
|
21
21
|
export const mainSchema = _mainSchema as mainSchema;
|
|
22
22
|
|
|
23
|
+
export interface $params {}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
25
|
+
|
|
23
26
|
declare module '@atcute/lexicons/ambient' {
|
|
24
27
|
interface XRPCProcedures {
|
|
25
28
|
'com.atproto.admin.disableAccountInvites': mainSchema;
|
|
@@ -20,6 +20,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
20
20
|
|
|
21
21
|
export const mainSchema = _mainSchema as mainSchema;
|
|
22
22
|
|
|
23
|
+
export interface $params {}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
25
|
+
|
|
23
26
|
declare module '@atcute/lexicons/ambient' {
|
|
24
27
|
interface XRPCProcedures {
|
|
25
28
|
'com.atproto.admin.disableInviteCodes': mainSchema;
|
|
@@ -20,6 +20,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
20
20
|
|
|
21
21
|
export const mainSchema = _mainSchema as mainSchema;
|
|
22
22
|
|
|
23
|
+
export interface $params {}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
25
|
+
|
|
23
26
|
declare module '@atcute/lexicons/ambient' {
|
|
24
27
|
interface XRPCProcedures {
|
|
25
28
|
'com.atproto.admin.enableAccountInvites': mainSchema;
|
|
@@ -21,6 +21,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
21
21
|
|
|
22
22
|
export const mainSchema = _mainSchema as mainSchema;
|
|
23
23
|
|
|
24
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
25
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
26
|
+
|
|
24
27
|
declare module '@atcute/lexicons/ambient' {
|
|
25
28
|
interface XRPCQueries {
|
|
26
29
|
'com.atproto.admin.getAccountInfo': mainSchema;
|
|
@@ -25,6 +25,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
25
25
|
|
|
26
26
|
export const mainSchema = _mainSchema as mainSchema;
|
|
27
27
|
|
|
28
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
29
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
30
|
+
|
|
28
31
|
declare module '@atcute/lexicons/ambient' {
|
|
29
32
|
interface XRPCQueries {
|
|
30
33
|
'com.atproto.admin.getAccountInfos': mainSchema;
|
|
@@ -29,6 +29,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
29
29
|
|
|
30
30
|
export const mainSchema = _mainSchema as mainSchema;
|
|
31
31
|
|
|
32
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
33
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
34
|
+
|
|
32
35
|
declare module '@atcute/lexicons/ambient' {
|
|
33
36
|
interface XRPCQueries {
|
|
34
37
|
'com.atproto.admin.getInviteCodes': mainSchema;
|
|
@@ -36,6 +36,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
36
36
|
|
|
37
37
|
export const mainSchema = _mainSchema as mainSchema;
|
|
38
38
|
|
|
39
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
40
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
41
|
+
|
|
39
42
|
declare module '@atcute/lexicons/ambient' {
|
|
40
43
|
interface XRPCQueries {
|
|
41
44
|
'com.atproto.admin.getSubjectStatus': mainSchema;
|
|
@@ -29,6 +29,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
29
29
|
|
|
30
30
|
export const mainSchema = _mainSchema as mainSchema;
|
|
31
31
|
|
|
32
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
33
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
34
|
+
|
|
32
35
|
declare module '@atcute/lexicons/ambient' {
|
|
33
36
|
interface XRPCQueries {
|
|
34
37
|
'com.atproto.admin.searchAccounts': mainSchema;
|
|
@@ -28,6 +28,10 @@ export interface mainSchema extends main$schematype {}
|
|
|
28
28
|
|
|
29
29
|
export const mainSchema = _mainSchema as mainSchema;
|
|
30
30
|
|
|
31
|
+
export interface $params {}
|
|
32
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
33
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
34
|
+
|
|
31
35
|
declare module '@atcute/lexicons/ambient' {
|
|
32
36
|
interface XRPCProcedures {
|
|
33
37
|
'com.atproto.admin.sendEmail': mainSchema;
|
|
@@ -20,6 +20,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
20
20
|
|
|
21
21
|
export const mainSchema = _mainSchema as mainSchema;
|
|
22
22
|
|
|
23
|
+
export interface $params {}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
25
|
+
|
|
23
26
|
declare module '@atcute/lexicons/ambient' {
|
|
24
27
|
interface XRPCProcedures {
|
|
25
28
|
'com.atproto.admin.updateAccountEmail': mainSchema;
|
|
@@ -20,6 +20,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
20
20
|
|
|
21
21
|
export const mainSchema = _mainSchema as mainSchema;
|
|
22
22
|
|
|
23
|
+
export interface $params {}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
25
|
+
|
|
23
26
|
declare module '@atcute/lexicons/ambient' {
|
|
24
27
|
interface XRPCProcedures {
|
|
25
28
|
'com.atproto.admin.updateAccountHandle': mainSchema;
|
|
@@ -20,6 +20,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
20
20
|
|
|
21
21
|
export const mainSchema = _mainSchema as mainSchema;
|
|
22
22
|
|
|
23
|
+
export interface $params {}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
25
|
+
|
|
23
26
|
declare module '@atcute/lexicons/ambient' {
|
|
24
27
|
interface XRPCProcedures {
|
|
25
28
|
'com.atproto.admin.updateAccountPassword': mainSchema;
|
|
@@ -20,6 +20,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
20
20
|
|
|
21
21
|
export const mainSchema = _mainSchema as mainSchema;
|
|
22
22
|
|
|
23
|
+
export interface $params {}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
25
|
+
|
|
23
26
|
declare module '@atcute/lexicons/ambient' {
|
|
24
27
|
interface XRPCProcedures {
|
|
25
28
|
'com.atproto.admin.updateAccountSigningKey': mainSchema;
|
|
@@ -47,6 +47,10 @@ export interface mainSchema extends main$schematype {}
|
|
|
47
47
|
|
|
48
48
|
export const mainSchema = _mainSchema as mainSchema;
|
|
49
49
|
|
|
50
|
+
export interface $params {}
|
|
51
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {}
|
|
52
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
53
|
+
|
|
50
54
|
declare module '@atcute/lexicons/ambient' {
|
|
51
55
|
interface XRPCProcedures {
|
|
52
56
|
'com.atproto.admin.updateSubjectStatus': mainSchema;
|