@atcute/atproto 3.0.3 → 3.1.0
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/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 +6 -0
- 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 +4 -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 +2 -2
|
@@ -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 $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
25
|
+
|
|
23
26
|
declare module '@atcute/lexicons/ambient' {
|
|
24
27
|
interface XRPCQueries {
|
|
25
28
|
'com.atproto.temp.checkSignupQueue': mainSchema;
|
|
@@ -27,6 +27,9 @@ export interface mainSchema extends main$schematype {}
|
|
|
27
27
|
|
|
28
28
|
export const mainSchema = _mainSchema as mainSchema;
|
|
29
29
|
|
|
30
|
+
export interface $params extends v.InferInput<mainSchema['params']> {}
|
|
31
|
+
export interface $output extends v.InferXRPCBodyInput<mainSchema['output']> {}
|
|
32
|
+
|
|
30
33
|
declare module '@atcute/lexicons/ambient' {
|
|
31
34
|
interface XRPCQueries {
|
|
32
35
|
'com.atproto.temp.fetchLabels': 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.temp.requestPhoneVerification': mainSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@atcute/atproto",
|
|
4
|
-
"version": "3.0
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"description": "AT Protocol (com.atproto.*) schema definitions",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"atcute",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@atcute/atproto": "file:",
|
|
30
|
-
"@atcute/lex-cli": "^2.0
|
|
30
|
+
"@atcute/lex-cli": "^2.1.0"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "tsc",
|