@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
package/LICENSE
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3
|
-
in the Software without restriction, including without limitation the rights
|
|
4
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
6
|
-
furnished to do so, subject to the following conditions:
|
|
1
|
+
BSD Zero Clause License
|
|
7
2
|
|
|
8
|
-
|
|
9
|
-
copies or substantial portions of the Software.
|
|
3
|
+
Copyright (c) 2025 Mary
|
|
10
4
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
@@ -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.admin.deleteAccount': 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.admin.disableAccountInvites': 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.admin.disableInviteCodes': 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.admin.enableAccountInvites': 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.admin.getAccountInfo': 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.admin.getAccountInfos': 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.admin.getInviteCodes': mainSchema;
|
|
@@ -17,6 +17,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
17
17
|
export interface mainSchema extends main$schematype {
|
|
18
18
|
}
|
|
19
19
|
export declare const mainSchema: mainSchema;
|
|
20
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
21
|
+
}
|
|
22
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
23
|
+
}
|
|
20
24
|
declare module '@atcute/lexicons/ambient' {
|
|
21
25
|
interface XRPCQueries {
|
|
22
26
|
'com.atproto.admin.getSubjectStatus': 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.admin.searchAccounts': mainSchema;
|
|
@@ -18,6 +18,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
18
18
|
export interface mainSchema extends main$schematype {
|
|
19
19
|
}
|
|
20
20
|
export declare const mainSchema: mainSchema;
|
|
21
|
+
export interface $params {
|
|
22
|
+
}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
24
|
+
}
|
|
25
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
26
|
+
}
|
|
21
27
|
declare module '@atcute/lexicons/ambient' {
|
|
22
28
|
interface XRPCProcedures {
|
|
23
29
|
'com.atproto.admin.sendEmail': 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.admin.updateAccountEmail': 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.admin.updateAccountHandle': 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.admin.updateAccountPassword': 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.admin.updateAccountSigningKey': mainSchema;
|
|
@@ -19,6 +19,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
19
19
|
export interface mainSchema extends main$schematype {
|
|
20
20
|
}
|
|
21
21
|
export declare const mainSchema: mainSchema;
|
|
22
|
+
export interface $params {
|
|
23
|
+
}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
25
|
+
}
|
|
26
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
27
|
+
}
|
|
22
28
|
declare module '@atcute/lexicons/ambient' {
|
|
23
29
|
interface XRPCProcedures {
|
|
24
30
|
'com.atproto.admin.updateSubjectStatus': 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 {
|
|
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.identity.getRecommendedDidCredentials': mainSchema;
|
|
@@ -13,6 +13,11 @@ 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 {
|
|
17
|
+
}
|
|
18
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
19
|
+
}
|
|
20
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
16
21
|
declare module '@atcute/lexicons/ambient' {
|
|
17
22
|
interface XRPCProcedures {
|
|
18
23
|
'com.atproto.identity.refreshIdentity': 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.identity.requestPlcOperationSignature': 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.identity.resolveDid': 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.identity.resolveHandle': 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.identity.resolveIdentity': mainSchema;
|
|
@@ -18,6 +18,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
18
18
|
export interface mainSchema extends main$schematype {
|
|
19
19
|
}
|
|
20
20
|
export declare const mainSchema: mainSchema;
|
|
21
|
+
export interface $params {
|
|
22
|
+
}
|
|
23
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
24
|
+
}
|
|
25
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
26
|
+
}
|
|
21
27
|
declare module '@atcute/lexicons/ambient' {
|
|
22
28
|
interface XRPCProcedures {
|
|
23
29
|
'com.atproto.identity.signPlcOperation': 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.identity.submitPlcOperation': 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.identity.updateHandle': 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 extends v.InferInput<mainSchema['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.label.queryLabels': mainSchema;
|
|
@@ -29,6 +29,9 @@ export interface Info extends v.InferInput<typeof infoSchema> {
|
|
|
29
29
|
}
|
|
30
30
|
export interface Labels extends v.InferInput<typeof labelsSchema> {
|
|
31
31
|
}
|
|
32
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
33
|
+
}
|
|
34
|
+
export type $message = v.InferInput<mainSchema['message']>;
|
|
32
35
|
declare module '@atcute/lexicons/ambient' {
|
|
33
36
|
interface XRPCSubscriptions {
|
|
34
37
|
'com.atproto.label.subscribeLabels': mainSchema;
|
|
@@ -5,6 +5,7 @@ import * as ComAtprotoRepoStrongRef from '../repo/strongRef.js';
|
|
|
5
5
|
declare const _mainSchema: v.XRPCProcedureMetadata<null, {
|
|
6
6
|
type: "lex";
|
|
7
7
|
schema: v.ObjectSchema<{
|
|
8
|
+
readonly modTool: v.OptionalSchema<modToolSchema, undefined>;
|
|
8
9
|
reason: v.OptionalSchema<v.SchemaWithConstraint<v.StringSchema<string>, readonly [v.StringLengthConstraint<0, 20000>, v.StringGraphemesConstraint<0, 2000>]>, undefined>;
|
|
9
10
|
readonly reasonType: ComAtprotoModerationDefs.reasonTypeSchema;
|
|
10
11
|
readonly subject: v.VariantSchema<readonly [ComAtprotoAdminDefs.repoRefSchema, ComAtprotoRepoStrongRef.mainSchema], boolean>;
|
|
@@ -20,10 +21,27 @@ declare const _mainSchema: v.XRPCProcedureMetadata<null, {
|
|
|
20
21
|
readonly subject: v.VariantSchema<readonly [ComAtprotoAdminDefs.repoRefSchema, ComAtprotoRepoStrongRef.mainSchema], boolean>;
|
|
21
22
|
}>;
|
|
22
23
|
}, "com.atproto.moderation.createReport">;
|
|
24
|
+
declare const _modToolSchema: v.ObjectSchema<{
|
|
25
|
+
$type: v.OptionalSchema<v.LiteralSchema<"com.atproto.moderation.createReport#modTool">, undefined>;
|
|
26
|
+
meta: v.OptionalSchema<v.UnknownSchema, undefined>;
|
|
27
|
+
name: v.StringSchema<string>;
|
|
28
|
+
}>;
|
|
23
29
|
type main$schematype = typeof _mainSchema;
|
|
30
|
+
type modTool$schematype = typeof _modToolSchema;
|
|
24
31
|
export interface mainSchema extends main$schematype {
|
|
25
32
|
}
|
|
33
|
+
export interface modToolSchema extends modTool$schematype {
|
|
34
|
+
}
|
|
26
35
|
export declare const mainSchema: mainSchema;
|
|
36
|
+
export declare const modToolSchema: modToolSchema;
|
|
37
|
+
export interface ModTool extends v.InferInput<typeof modToolSchema> {
|
|
38
|
+
}
|
|
39
|
+
export interface $params {
|
|
40
|
+
}
|
|
41
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
42
|
+
}
|
|
43
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
44
|
+
}
|
|
27
45
|
declare module '@atcute/lexicons/ambient' {
|
|
28
46
|
interface XRPCProcedures {
|
|
29
47
|
'com.atproto.moderation.createReport': mainSchema;
|
|
@@ -7,6 +7,9 @@ const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.moderation.createRepo
|
|
|
7
7
|
input: {
|
|
8
8
|
type: 'lex',
|
|
9
9
|
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
get modTool() {
|
|
11
|
+
return /*#__PURE__*/ v.optional(modToolSchema);
|
|
12
|
+
},
|
|
10
13
|
reason: /*#__PURE__*/ v.optional(
|
|
11
14
|
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.string(), [
|
|
12
15
|
/*#__PURE__*/ v.stringLength(0, 20000),
|
|
@@ -46,5 +49,11 @@ const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.moderation.createRepo
|
|
|
46
49
|
}),
|
|
47
50
|
},
|
|
48
51
|
});
|
|
52
|
+
const _modToolSchema = /*#__PURE__*/ v.object({
|
|
53
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('com.atproto.moderation.createReport#modTool')),
|
|
54
|
+
meta: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.unknown()),
|
|
55
|
+
name: /*#__PURE__*/ v.string(),
|
|
56
|
+
});
|
|
49
57
|
export const mainSchema = _mainSchema;
|
|
58
|
+
export const modToolSchema = _modToolSchema;
|
|
50
59
|
//# sourceMappingURL=createReport.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createReport.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/com/atproto/moderation/createReport.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,mBAAmB,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,wBAAwB,MAAM,WAAW,CAAC;AACtD,OAAO,KAAK,uBAAuB,MAAM,sBAAsB,CAAC;AAEhE,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,qCAAqC,EAAE;IACpF,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;YAC/B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;gBACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;gBACtC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC;aACxC,CAAC,CACF;YACD,IAAI,UAAU;gBACb,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;YAClD,CAAC;YACD,IAAI,OAAO;gBACV,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;oBAC9B,mBAAmB,CAAC,aAAa;oBACjC,uBAAuB,CAAC,UAAU;iBAClC,CAAC,CAAC;YACJ,CAAC;SACD,CAAC;KACF;IACD,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;YAC3C,EAAE,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;YAC7B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;YAC/B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;gBACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;gBACtC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC;aACxC,CAAC,CACF;YACD,IAAI,UAAU;gBACb,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;YAClD,CAAC;YACD,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;YACvC,IAAI,OAAO;gBACV,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;oBAC9B,mBAAmB,CAAC,aAAa;oBACjC,uBAAuB,CAAC,UAAU;iBAClC,CAAC,CAAC;YACJ,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"createReport.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/com/atproto/moderation/createReport.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,mBAAmB,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,wBAAwB,MAAM,WAAW,CAAC;AACtD,OAAO,KAAK,uBAAuB,MAAM,sBAAsB,CAAC;AAEhE,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,qCAAqC,EAAE;IACpF,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,OAAO;gBACV,OAAO,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;YAChD,CAAC;YACD,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;YAC/B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;gBACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;gBACtC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC;aACxC,CAAC,CACF;YACD,IAAI,UAAU;gBACb,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;YAClD,CAAC;YACD,IAAI,OAAO;gBACV,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;oBAC9B,mBAAmB,CAAC,aAAa;oBACjC,uBAAuB,CAAC,UAAU;iBAClC,CAAC,CAAC;YACJ,CAAC;SACD,CAAC;KACF;IACD,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,SAAS,EAAE,aAAa,CAAC,CAAC,CAAC,cAAc,EAAE;YAC3C,EAAE,EAAE,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE;YAC7B,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;YAC/B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE;gBACnD,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,KAAK,CAAC;gBACtC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC;aACxC,CAAC,CACF;YACD,IAAI,UAAU;gBACb,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;YAClD,CAAC;YACD,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC,SAAS,EAAE;YACvC,IAAI,OAAO;gBACV,OAAO,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC;oBAC9B,mBAAmB,CAAC,aAAa;oBACjC,uBAAuB,CAAC,UAAU;iBAClC,CAAC,CAAC;YACJ,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AACH,MAAM,cAAc,GAAG,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;IAC7C,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,CAAC,6CAA6C,CAAC,CAAC;IACvG,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;IACzD,IAAI,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;CAC9B,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC;AACpD,MAAM,CAAC,MAAM,aAAa,GAAG,cAA+B,CAAC"}
|
|
@@ -87,6 +87,12 @@ export interface Update extends v.InferInput<typeof updateSchema> {
|
|
|
87
87
|
}
|
|
88
88
|
export interface UpdateResult extends v.InferInput<typeof updateResultSchema> {
|
|
89
89
|
}
|
|
90
|
+
export interface $params {
|
|
91
|
+
}
|
|
92
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
93
|
+
}
|
|
94
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
95
|
+
}
|
|
90
96
|
declare module '@atcute/lexicons/ambient' {
|
|
91
97
|
interface XRPCProcedures {
|
|
92
98
|
'com.atproto.repo.applyWrites': mainSchema;
|
|
@@ -23,6 +23,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
23
23
|
export interface mainSchema extends main$schematype {
|
|
24
24
|
}
|
|
25
25
|
export declare const mainSchema: mainSchema;
|
|
26
|
+
export interface $params {
|
|
27
|
+
}
|
|
28
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
29
|
+
}
|
|
30
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
31
|
+
}
|
|
26
32
|
declare module '@atcute/lexicons/ambient' {
|
|
27
33
|
interface XRPCProcedures {
|
|
28
34
|
'com.atproto.repo.createRecord': mainSchema;
|
|
@@ -19,6 +19,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
19
19
|
export interface mainSchema extends main$schematype {
|
|
20
20
|
}
|
|
21
21
|
export declare const mainSchema: mainSchema;
|
|
22
|
+
export interface $params {
|
|
23
|
+
}
|
|
24
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
25
|
+
}
|
|
26
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
27
|
+
}
|
|
22
28
|
declare module '@atcute/lexicons/ambient' {
|
|
23
29
|
interface XRPCProcedures {
|
|
24
30
|
'com.atproto.repo.deleteRecord': 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.repo.describeRepo': 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 extends v.InferInput<mainSchema['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.repo.getRecord': mainSchema;
|
|
@@ -7,6 +7,9 @@ type main$schematype = typeof _mainSchema;
|
|
|
7
7
|
export interface mainSchema extends main$schematype {
|
|
8
8
|
}
|
|
9
9
|
export declare const mainSchema: mainSchema;
|
|
10
|
+
export interface $params {
|
|
11
|
+
}
|
|
12
|
+
export type $input = v.InferXRPCBodyInput<mainSchema['input']>;
|
|
10
13
|
declare module '@atcute/lexicons/ambient' {
|
|
11
14
|
interface XRPCProcedures {
|
|
12
15
|
'com.atproto.repo.importRepo': mainSchema;
|
|
@@ -24,6 +24,10 @@ export declare const mainSchema: mainSchema;
|
|
|
24
24
|
export declare const recordBlobSchema: recordBlobSchema;
|
|
25
25
|
export interface RecordBlob extends v.InferInput<typeof recordBlobSchema> {
|
|
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.repo.listMissingBlobs': mainSchema;
|
|
@@ -28,6 +28,10 @@ export declare const mainSchema: mainSchema;
|
|
|
28
28
|
export declare const recordSchema: recordSchema;
|
|
29
29
|
export interface Record extends v.InferInput<typeof recordSchema> {
|
|
30
30
|
}
|
|
31
|
+
export interface $params extends v.InferInput<mainSchema['params']> {
|
|
32
|
+
}
|
|
33
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
34
|
+
}
|
|
31
35
|
declare module '@atcute/lexicons/ambient' {
|
|
32
36
|
interface XRPCQueries {
|
|
33
37
|
'com.atproto.repo.listRecords': mainSchema;
|
|
@@ -24,6 +24,12 @@ type main$schematype = typeof _mainSchema;
|
|
|
24
24
|
export interface mainSchema extends main$schematype {
|
|
25
25
|
}
|
|
26
26
|
export declare const mainSchema: mainSchema;
|
|
27
|
+
export interface $params {
|
|
28
|
+
}
|
|
29
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
30
|
+
}
|
|
31
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
32
|
+
}
|
|
27
33
|
declare module '@atcute/lexicons/ambient' {
|
|
28
34
|
interface XRPCProcedures {
|
|
29
35
|
'com.atproto.repo.putRecord': mainSchema;
|
|
@@ -11,6 +11,11 @@ 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 type $input = v.InferXRPCBodyInput<mainSchema['input']>;
|
|
17
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
18
|
+
}
|
|
14
19
|
declare module '@atcute/lexicons/ambient' {
|
|
15
20
|
interface XRPCProcedures {
|
|
16
21
|
'com.atproto.repo.uploadBlob': 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.activateAccount': mainSchema;
|
|
@@ -17,6 +17,10 @@ type main$schematype = typeof _mainSchema;
|
|
|
17
17
|
export interface mainSchema extends main$schematype {
|
|
18
18
|
}
|
|
19
19
|
export declare const mainSchema: mainSchema;
|
|
20
|
+
export interface $params {
|
|
21
|
+
}
|
|
22
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
23
|
+
}
|
|
20
24
|
declare module '@atcute/lexicons/ambient' {
|
|
21
25
|
interface XRPCQueries {
|
|
22
26
|
'com.atproto.server.checkAccountStatus': 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.confirmEmail': 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.createAccount': mainSchema;
|
|
@@ -26,6 +26,11 @@ export declare const appPasswordSchema: appPasswordSchema;
|
|
|
26
26
|
export declare const mainSchema: mainSchema;
|
|
27
27
|
export interface AppPassword extends v.InferInput<typeof appPasswordSchema> {
|
|
28
28
|
}
|
|
29
|
+
export interface $params {
|
|
30
|
+
}
|
|
31
|
+
export interface $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
32
|
+
}
|
|
33
|
+
export type $output = v.InferXRPCBodyInput<mainSchema['output']>;
|
|
29
34
|
declare module '@atcute/lexicons/ambient' {
|
|
30
35
|
interface XRPCProcedures {
|
|
31
36
|
'com.atproto.server.createAppPassword': mainSchema;
|
|
@@ -15,6 +15,12 @@ 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 $input extends v.InferXRPCBodyInput<mainSchema['input']> {
|
|
21
|
+
}
|
|
22
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {
|
|
23
|
+
}
|
|
18
24
|
declare module '@atcute/lexicons/ambient' {
|
|
19
25
|
interface XRPCProcedures {
|
|
20
26
|
'com.atproto.server.createInviteCode': mainSchema;
|