@atcute/atproto 3.0.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/LICENSE +17 -0
- package/README.md +56 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/dist/lexicons/index.d.ts +91 -0
- package/dist/lexicons/index.js +92 -0
- package/dist/lexicons/index.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/defs.d.ts +68 -0
- package/dist/lexicons/types/com/atproto/admin/defs.js +49 -0
- package/dist/lexicons/types/com/atproto/admin/defs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/deleteAccount.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/admin/deleteAccount.js +13 -0
- package/dist/lexicons/types/com/atproto/admin/deleteAccount.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/disableAccountInvites.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/admin/disableAccountInvites.js +14 -0
- package/dist/lexicons/types/com/atproto/admin/disableAccountInvites.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/disableInviteCodes.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/admin/disableInviteCodes.js +14 -0
- package/dist/lexicons/types/com/atproto/admin/disableInviteCodes.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/enableAccountInvites.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/admin/enableAccountInvites.js +14 -0
- package/dist/lexicons/types/com/atproto/admin/enableAccountInvites.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/getAccountInfo.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/admin/getAccountInfo.js +15 -0
- package/dist/lexicons/types/com/atproto/admin/getAccountInfo.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/getAccountInfos.d.ts +20 -0
- package/dist/lexicons/types/com/atproto/admin/getAccountInfos.js +17 -0
- package/dist/lexicons/types/com/atproto/admin/getAccountInfos.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/getInviteCodes.d.ts +23 -0
- package/dist/lexicons/types/com/atproto/admin/getInviteCodes.js +21 -0
- package/dist/lexicons/types/com/atproto/admin/getInviteCodes.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/getSubjectStatus.d.ts +25 -0
- package/dist/lexicons/types/com/atproto/admin/getSubjectStatus.js +30 -0
- package/dist/lexicons/types/com/atproto/admin/getSubjectStatus.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/searchAccounts.d.ts +23 -0
- package/dist/lexicons/types/com/atproto/admin/searchAccounts.js +21 -0
- package/dist/lexicons/types/com/atproto/admin/searchAccounts.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/sendEmail.d.ts +26 -0
- package/dist/lexicons/types/com/atproto/admin/sendEmail.js +22 -0
- package/dist/lexicons/types/com/atproto/admin/sendEmail.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountEmail.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountEmail.js +14 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountEmail.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountHandle.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountHandle.js +14 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountHandle.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountPassword.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountPassword.js +14 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountPassword.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountSigningKey.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountSigningKey.js +14 -0
- package/dist/lexicons/types/com/atproto/admin/updateAccountSigningKey.js.map +1 -0
- package/dist/lexicons/types/com/atproto/admin/updateSubjectStatus.d.ts +27 -0
- package/dist/lexicons/types/com/atproto/admin/updateSubjectStatus.js +41 -0
- package/dist/lexicons/types/com/atproto/admin/updateSubjectStatus.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/defs.d.ts +14 -0
- package/dist/lexicons/types/com/atproto/identity/defs.js +9 -0
- package/dist/lexicons/types/com/atproto/identity/defs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/getRecommendedDidCredentials.d.ts +20 -0
- package/dist/lexicons/types/com/atproto/identity/getRecommendedDidCredentials.js +15 -0
- package/dist/lexicons/types/com/atproto/identity/getRecommendedDidCredentials.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/refreshIdentity.d.ts +21 -0
- package/dist/lexicons/types/com/atproto/identity/refreshIdentity.js +19 -0
- package/dist/lexicons/types/com/atproto/identity/refreshIdentity.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/requestPlcOperationSignature.d.ts +12 -0
- package/dist/lexicons/types/com/atproto/identity/requestPlcOperationSignature.js +8 -0
- package/dist/lexicons/types/com/atproto/identity/requestPlcOperationSignature.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/resolveDid.d.ts +19 -0
- package/dist/lexicons/types/com/atproto/identity/resolveDid.js +14 -0
- package/dist/lexicons/types/com/atproto/identity/resolveDid.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/resolveHandle.d.ts +19 -0
- package/dist/lexicons/types/com/atproto/identity/resolveHandle.js +14 -0
- package/dist/lexicons/types/com/atproto/identity/resolveHandle.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/resolveIdentity.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/identity/resolveIdentity.js +15 -0
- package/dist/lexicons/types/com/atproto/identity/resolveIdentity.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/signPlcOperation.d.ts +26 -0
- package/dist/lexicons/types/com/atproto/identity/signPlcOperation.js +22 -0
- package/dist/lexicons/types/com/atproto/identity/signPlcOperation.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/submitPlcOperation.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/identity/submitPlcOperation.js +13 -0
- package/dist/lexicons/types/com/atproto/identity/submitPlcOperation.js.map +1 -0
- package/dist/lexicons/types/com/atproto/identity/updateHandle.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/identity/updateHandle.js +13 -0
- package/dist/lexicons/types/com/atproto/identity/updateHandle.js.map +1 -0
- package/dist/lexicons/types/com/atproto/label/defs.d.ts +73 -0
- package/dist/lexicons/types/com/atproto/label/defs.js +59 -0
- package/dist/lexicons/types/com/atproto/label/defs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/label/queryLabels.d.ts +24 -0
- package/dist/lexicons/types/com/atproto/label/queryLabels.js +22 -0
- package/dist/lexicons/types/com/atproto/label/queryLabels.js.map +1 -0
- package/dist/lexicons/types/com/atproto/label/subscribeLabels.d.ts +37 -0
- package/dist/lexicons/types/com/atproto/label/subscribeLabels.js +26 -0
- package/dist/lexicons/types/com/atproto/label/subscribeLabels.js.map +1 -0
- package/dist/lexicons/types/com/atproto/lexicon/schema.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/lexicon/schema.js +9 -0
- package/dist/lexicons/types/com/atproto/lexicon/schema.js.map +1 -0
- package/dist/lexicons/types/com/atproto/moderation/createReport.d.ts +32 -0
- package/dist/lexicons/types/com/atproto/moderation/createReport.js +50 -0
- package/dist/lexicons/types/com/atproto/moderation/createReport.js.map +1 -0
- package/dist/lexicons/types/com/atproto/moderation/defs.d.ts +56 -0
- package/dist/lexicons/types/com/atproto/moderation/defs.js +20 -0
- package/dist/lexicons/types/com/atproto/moderation/defs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/applyWrites.d.ts +95 -0
- package/dist/lexicons/types/com/atproto/repo/applyWrites.js +71 -0
- package/dist/lexicons/types/com/atproto/repo/applyWrites.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/createRecord.d.ts +31 -0
- package/dist/lexicons/types/com/atproto/repo/createRecord.js +31 -0
- package/dist/lexicons/types/com/atproto/repo/createRecord.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/defs.d.ts +13 -0
- package/dist/lexicons/types/com/atproto/repo/defs.js +8 -0
- package/dist/lexicons/types/com/atproto/repo/defs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/deleteRecord.d.ts +27 -0
- package/dist/lexicons/types/com/atproto/repo/deleteRecord.js +25 -0
- package/dist/lexicons/types/com/atproto/repo/deleteRecord.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/describeRepo.d.ts +23 -0
- package/dist/lexicons/types/com/atproto/repo/describeRepo.js +18 -0
- package/dist/lexicons/types/com/atproto/repo/describeRepo.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/getRecord.d.ts +24 -0
- package/dist/lexicons/types/com/atproto/repo/getRecord.js +19 -0
- package/dist/lexicons/types/com/atproto/repo/getRecord.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/importRepo.d.ts +14 -0
- package/dist/lexicons/types/com/atproto/repo/importRepo.js +10 -0
- package/dist/lexicons/types/com/atproto/repo/importRepo.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/listMissingBlobs.d.ts +32 -0
- package/dist/lexicons/types/com/atproto/repo/listMissingBlobs.js +25 -0
- package/dist/lexicons/types/com/atproto/repo/listMissingBlobs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/listRecords.d.ts +36 -0
- package/dist/lexicons/types/com/atproto/repo/listRecords.js +29 -0
- package/dist/lexicons/types/com/atproto/repo/listRecords.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/putRecord.d.ts +32 -0
- package/dist/lexicons/types/com/atproto/repo/putRecord.js +33 -0
- package/dist/lexicons/types/com/atproto/repo/putRecord.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/strongRef.d.ts +13 -0
- package/dist/lexicons/types/com/atproto/repo/strongRef.js +8 -0
- package/dist/lexicons/types/com/atproto/repo/strongRef.js.map +1 -0
- package/dist/lexicons/types/com/atproto/repo/uploadBlob.d.ts +19 -0
- package/dist/lexicons/types/com/atproto/repo/uploadBlob.js +15 -0
- package/dist/lexicons/types/com/atproto/repo/uploadBlob.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/activateAccount.d.ts +12 -0
- package/dist/lexicons/types/com/atproto/server/activateAccount.js +8 -0
- package/dist/lexicons/types/com/atproto/server/activateAccount.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/checkAccountStatus.d.ts +25 -0
- package/dist/lexicons/types/com/atproto/server/checkAccountStatus.js +20 -0
- package/dist/lexicons/types/com/atproto/server/checkAccountStatus.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/confirmEmail.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/server/confirmEmail.js +14 -0
- package/dist/lexicons/types/com/atproto/server/confirmEmail.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/createAccount.d.ts +34 -0
- package/dist/lexicons/types/com/atproto/server/createAccount.js +30 -0
- package/dist/lexicons/types/com/atproto/server/createAccount.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/createAppPassword.d.ts +34 -0
- package/dist/lexicons/types/com/atproto/server/createAppPassword.js +28 -0
- package/dist/lexicons/types/com/atproto/server/createAppPassword.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/createInviteCode.d.ts +23 -0
- package/dist/lexicons/types/com/atproto/server/createInviteCode.js +19 -0
- package/dist/lexicons/types/com/atproto/server/createInviteCode.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/createInviteCodes.d.ts +35 -0
- package/dist/lexicons/types/com/atproto/server/createInviteCodes.js +29 -0
- package/dist/lexicons/types/com/atproto/server/createInviteCodes.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/createSession.d.ts +34 -0
- package/dist/lexicons/types/com/atproto/server/createSession.js +31 -0
- package/dist/lexicons/types/com/atproto/server/createSession.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/deactivateAccount.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/server/deactivateAccount.js +13 -0
- package/dist/lexicons/types/com/atproto/server/deactivateAccount.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/defs.d.ts +29 -0
- package/dist/lexicons/types/com/atproto/server/defs.js +21 -0
- package/dist/lexicons/types/com/atproto/server/defs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/deleteAccount.d.ts +19 -0
- package/dist/lexicons/types/com/atproto/server/deleteAccount.js +15 -0
- package/dist/lexicons/types/com/atproto/server/deleteAccount.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/deleteSession.d.ts +12 -0
- package/dist/lexicons/types/com/atproto/server/deleteSession.js +8 -0
- package/dist/lexicons/types/com/atproto/server/deleteSession.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/describeServer.d.ts +43 -0
- package/dist/lexicons/types/com/atproto/server/describeServer.js +32 -0
- package/dist/lexicons/types/com/atproto/server/describeServer.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/getAccountInviteCodes.d.ts +21 -0
- package/dist/lexicons/types/com/atproto/server/getAccountInviteCodes.js +18 -0
- package/dist/lexicons/types/com/atproto/server/getAccountInviteCodes.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/getServiceAuth.d.ts +21 -0
- package/dist/lexicons/types/com/atproto/server/getServiceAuth.js +16 -0
- package/dist/lexicons/types/com/atproto/server/getServiceAuth.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/getSession.d.ts +24 -0
- package/dist/lexicons/types/com/atproto/server/getSession.js +20 -0
- package/dist/lexicons/types/com/atproto/server/getSession.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/listAppPasswords.d.ts +29 -0
- package/dist/lexicons/types/com/atproto/server/listAppPasswords.js +21 -0
- package/dist/lexicons/types/com/atproto/server/listAppPasswords.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/refreshSession.d.ts +23 -0
- package/dist/lexicons/types/com/atproto/server/refreshSession.js +20 -0
- package/dist/lexicons/types/com/atproto/server/refreshSession.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/requestAccountDelete.d.ts +12 -0
- package/dist/lexicons/types/com/atproto/server/requestAccountDelete.js +8 -0
- package/dist/lexicons/types/com/atproto/server/requestAccountDelete.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/requestEmailConfirmation.d.ts +12 -0
- package/dist/lexicons/types/com/atproto/server/requestEmailConfirmation.js +8 -0
- package/dist/lexicons/types/com/atproto/server/requestEmailConfirmation.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/requestEmailUpdate.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/server/requestEmailUpdate.js +13 -0
- package/dist/lexicons/types/com/atproto/server/requestEmailUpdate.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/requestPasswordReset.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/server/requestPasswordReset.js +13 -0
- package/dist/lexicons/types/com/atproto/server/requestPasswordReset.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/reserveSigningKey.d.ts +22 -0
- package/dist/lexicons/types/com/atproto/server/reserveSigningKey.js +18 -0
- package/dist/lexicons/types/com/atproto/server/reserveSigningKey.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/resetPassword.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/server/resetPassword.js +14 -0
- package/dist/lexicons/types/com/atproto/server/resetPassword.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/revokeAppPassword.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/server/revokeAppPassword.js +13 -0
- package/dist/lexicons/types/com/atproto/server/revokeAppPassword.js.map +1 -0
- package/dist/lexicons/types/com/atproto/server/updateEmail.d.ts +19 -0
- package/dist/lexicons/types/com/atproto/server/updateEmail.js +15 -0
- package/dist/lexicons/types/com/atproto/server/updateEmail.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/defs.d.ts +8 -0
- package/dist/lexicons/types/com/atproto/sync/defs.js +4 -0
- package/dist/lexicons/types/com/atproto/sync/defs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getBlob.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/sync/getBlob.js +12 -0
- package/dist/lexicons/types/com/atproto/sync/getBlob.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getBlocks.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/sync/getBlocks.js +12 -0
- package/dist/lexicons/types/com/atproto/sync/getBlocks.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getCheckout.d.ts +16 -0
- package/dist/lexicons/types/com/atproto/sync/getCheckout.js +11 -0
- package/dist/lexicons/types/com/atproto/sync/getCheckout.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getHead.d.ts +19 -0
- package/dist/lexicons/types/com/atproto/sync/getHead.js +14 -0
- package/dist/lexicons/types/com/atproto/sync/getHead.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getHostStatus.d.ts +23 -0
- package/dist/lexicons/types/com/atproto/sync/getHostStatus.js +20 -0
- package/dist/lexicons/types/com/atproto/sync/getHostStatus.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getLatestCommit.d.ts +20 -0
- package/dist/lexicons/types/com/atproto/sync/getLatestCommit.js +15 -0
- package/dist/lexicons/types/com/atproto/sync/getLatestCommit.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getRecord.d.ts +18 -0
- package/dist/lexicons/types/com/atproto/sync/getRecord.js +13 -0
- package/dist/lexicons/types/com/atproto/sync/getRecord.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getRepo.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/sync/getRepo.js +12 -0
- package/dist/lexicons/types/com/atproto/sync/getRepo.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/getRepoStatus.d.ts +22 -0
- package/dist/lexicons/types/com/atproto/sync/getRepoStatus.js +18 -0
- package/dist/lexicons/types/com/atproto/sync/getRepoStatus.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/listBlobs.d.ts +23 -0
- package/dist/lexicons/types/com/atproto/sync/listBlobs.js +19 -0
- package/dist/lexicons/types/com/atproto/sync/listBlobs.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/listHosts.d.ts +35 -0
- package/dist/lexicons/types/com/atproto/sync/listHosts.js +30 -0
- package/dist/lexicons/types/com/atproto/sync/listHosts.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/listRepos.d.ts +35 -0
- package/dist/lexicons/types/com/atproto/sync/listRepos.js +29 -0
- package/dist/lexicons/types/com/atproto/sync/listRepos.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/listReposByCollection.d.ts +32 -0
- package/dist/lexicons/types/com/atproto/sync/listReposByCollection.js +25 -0
- package/dist/lexicons/types/com/atproto/sync/listReposByCollection.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/notifyOfUpdate.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/sync/notifyOfUpdate.js +13 -0
- package/dist/lexicons/types/com/atproto/sync/notifyOfUpdate.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/requestCrawl.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/sync/requestCrawl.js +13 -0
- package/dist/lexicons/types/com/atproto/sync/requestCrawl.js.map +1 -0
- package/dist/lexicons/types/com/atproto/sync/subscribeRepos.d.ts +100 -0
- package/dist/lexicons/types/com/atproto/sync/subscribeRepos.js +70 -0
- package/dist/lexicons/types/com/atproto/sync/subscribeRepos.js.map +1 -0
- package/dist/lexicons/types/com/atproto/temp/addReservedHandle.d.ts +20 -0
- package/dist/lexicons/types/com/atproto/temp/addReservedHandle.js +16 -0
- package/dist/lexicons/types/com/atproto/temp/addReservedHandle.js.map +1 -0
- package/dist/lexicons/types/com/atproto/temp/checkSignupQueue.d.ts +19 -0
- package/dist/lexicons/types/com/atproto/temp/checkSignupQueue.js +14 -0
- package/dist/lexicons/types/com/atproto/temp/checkSignupQueue.js.map +1 -0
- package/dist/lexicons/types/com/atproto/temp/fetchLabels.d.ts +21 -0
- package/dist/lexicons/types/com/atproto/temp/fetchLabels.js +19 -0
- package/dist/lexicons/types/com/atproto/temp/fetchLabels.js.map +1 -0
- package/dist/lexicons/types/com/atproto/temp/requestPhoneVerification.d.ts +17 -0
- package/dist/lexicons/types/com/atproto/temp/requestPhoneVerification.js +13 -0
- package/dist/lexicons/types/com/atproto/temp/requestPhoneVerification.js.map +1 -0
- package/lib/index.ts +1 -0
- package/lib/lexicons/index.ts +91 -0
- package/lib/lexicons/types/com/atproto/admin/defs.ts +69 -0
- package/lib/lexicons/types/com/atproto/admin/deleteAccount.ts +26 -0
- package/lib/lexicons/types/com/atproto/admin/disableAccountInvites.ts +27 -0
- package/lib/lexicons/types/com/atproto/admin/disableInviteCodes.ts +27 -0
- package/lib/lexicons/types/com/atproto/admin/enableAccountInvites.ts +27 -0
- package/lib/lexicons/types/com/atproto/admin/getAccountInfo.ts +28 -0
- package/lib/lexicons/types/com/atproto/admin/getAccountInfos.ts +30 -0
- package/lib/lexicons/types/com/atproto/admin/getInviteCodes.ts +36 -0
- package/lib/lexicons/types/com/atproto/admin/getSubjectStatus.ts +43 -0
- package/lib/lexicons/types/com/atproto/admin/searchAccounts.ts +36 -0
- package/lib/lexicons/types/com/atproto/admin/sendEmail.ts +35 -0
- package/lib/lexicons/types/com/atproto/admin/updateAccountEmail.ts +27 -0
- package/lib/lexicons/types/com/atproto/admin/updateAccountHandle.ts +27 -0
- package/lib/lexicons/types/com/atproto/admin/updateAccountPassword.ts +27 -0
- package/lib/lexicons/types/com/atproto/admin/updateAccountSigningKey.ts +27 -0
- package/lib/lexicons/types/com/atproto/admin/updateSubjectStatus.ts +54 -0
- package/lib/lexicons/types/com/atproto/identity/defs.ts +17 -0
- package/lib/lexicons/types/com/atproto/identity/getRecommendedDidCredentials.ts +28 -0
- package/lib/lexicons/types/com/atproto/identity/refreshIdentity.ts +32 -0
- package/lib/lexicons/types/com/atproto/identity/requestPlcOperationSignature.ts +21 -0
- package/lib/lexicons/types/com/atproto/identity/resolveDid.ts +27 -0
- package/lib/lexicons/types/com/atproto/identity/resolveHandle.ts +27 -0
- package/lib/lexicons/types/com/atproto/identity/resolveIdentity.ts +28 -0
- package/lib/lexicons/types/com/atproto/identity/signPlcOperation.ts +35 -0
- package/lib/lexicons/types/com/atproto/identity/submitPlcOperation.ts +26 -0
- package/lib/lexicons/types/com/atproto/identity/updateHandle.ts +26 -0
- package/lib/lexicons/types/com/atproto/label/defs.ts +99 -0
- package/lib/lexicons/types/com/atproto/label/queryLabels.ts +37 -0
- package/lib/lexicons/types/com/atproto/label/subscribeLabels.ts +46 -0
- package/lib/lexicons/types/com/atproto/lexicon/schema.ts +25 -0
- package/lib/lexicons/types/com/atproto/moderation/createReport.ts +65 -0
- package/lib/lexicons/types/com/atproto/moderation/defs.ts +61 -0
- package/lib/lexicons/types/com/atproto/repo/applyWrites.ts +107 -0
- package/lib/lexicons/types/com/atproto/repo/createRecord.ts +46 -0
- package/lib/lexicons/types/com/atproto/repo/defs.ts +16 -0
- package/lib/lexicons/types/com/atproto/repo/deleteRecord.ts +38 -0
- package/lib/lexicons/types/com/atproto/repo/describeRepo.ts +31 -0
- package/lib/lexicons/types/com/atproto/repo/getRecord.ts +32 -0
- package/lib/lexicons/types/com/atproto/repo/importRepo.ts +23 -0
- package/lib/lexicons/types/com/atproto/repo/listMissingBlobs.ts +44 -0
- package/lib/lexicons/types/com/atproto/repo/listRecords.ts +48 -0
- package/lib/lexicons/types/com/atproto/repo/putRecord.ts +47 -0
- package/lib/lexicons/types/com/atproto/repo/strongRef.ts +16 -0
- package/lib/lexicons/types/com/atproto/repo/uploadBlob.ts +28 -0
- package/lib/lexicons/types/com/atproto/server/activateAccount.ts +21 -0
- package/lib/lexicons/types/com/atproto/server/checkAccountStatus.ts +33 -0
- package/lib/lexicons/types/com/atproto/server/confirmEmail.ts +27 -0
- package/lib/lexicons/types/com/atproto/server/createAccount.ts +43 -0
- package/lib/lexicons/types/com/atproto/server/createAppPassword.ts +46 -0
- package/lib/lexicons/types/com/atproto/server/createInviteCode.ts +32 -0
- package/lib/lexicons/types/com/atproto/server/createInviteCodes.ts +47 -0
- package/lib/lexicons/types/com/atproto/server/createSession.ts +45 -0
- package/lib/lexicons/types/com/atproto/server/deactivateAccount.ts +26 -0
- package/lib/lexicons/types/com/atproto/server/defs.ts +32 -0
- package/lib/lexicons/types/com/atproto/server/deleteAccount.ts +28 -0
- package/lib/lexicons/types/com/atproto/server/deleteSession.ts +21 -0
- package/lib/lexicons/types/com/atproto/server/describeServer.ts +52 -0
- package/lib/lexicons/types/com/atproto/server/getAccountInviteCodes.ts +31 -0
- package/lib/lexicons/types/com/atproto/server/getServiceAuth.ts +29 -0
- package/lib/lexicons/types/com/atproto/server/getSession.ts +34 -0
- package/lib/lexicons/types/com/atproto/server/listAppPasswords.ts +38 -0
- package/lib/lexicons/types/com/atproto/server/refreshSession.ts +34 -0
- package/lib/lexicons/types/com/atproto/server/requestAccountDelete.ts +21 -0
- package/lib/lexicons/types/com/atproto/server/requestEmailConfirmation.ts +21 -0
- package/lib/lexicons/types/com/atproto/server/requestEmailUpdate.ts +26 -0
- package/lib/lexicons/types/com/atproto/server/requestPasswordReset.ts +26 -0
- package/lib/lexicons/types/com/atproto/server/reserveSigningKey.ts +31 -0
- package/lib/lexicons/types/com/atproto/server/resetPassword.ts +27 -0
- package/lib/lexicons/types/com/atproto/server/revokeAppPassword.ts +26 -0
- package/lib/lexicons/types/com/atproto/server/updateEmail.ts +28 -0
- package/lib/lexicons/types/com/atproto/sync/defs.ts +14 -0
- package/lib/lexicons/types/com/atproto/sync/getBlob.ts +25 -0
- package/lib/lexicons/types/com/atproto/sync/getBlocks.ts +25 -0
- package/lib/lexicons/types/com/atproto/sync/getCheckout.ts +24 -0
- package/lib/lexicons/types/com/atproto/sync/getHead.ts +27 -0
- package/lib/lexicons/types/com/atproto/sync/getHostStatus.ts +33 -0
- package/lib/lexicons/types/com/atproto/sync/getLatestCommit.ts +28 -0
- package/lib/lexicons/types/com/atproto/sync/getRecord.ts +26 -0
- package/lib/lexicons/types/com/atproto/sync/getRepo.ts +25 -0
- package/lib/lexicons/types/com/atproto/sync/getRepoStatus.ts +40 -0
- package/lib/lexicons/types/com/atproto/sync/listBlobs.ts +34 -0
- package/lib/lexicons/types/com/atproto/sync/listHosts.ts +49 -0
- package/lib/lexicons/types/com/atproto/sync/listRepos.ts +51 -0
- package/lib/lexicons/types/com/atproto/sync/listReposByCollection.ts +44 -0
- package/lib/lexicons/types/com/atproto/sync/notifyOfUpdate.ts +26 -0
- package/lib/lexicons/types/com/atproto/sync/requestCrawl.ts +26 -0
- package/lib/lexicons/types/com/atproto/sync/subscribeRepos.ts +105 -0
- package/lib/lexicons/types/com/atproto/temp/addReservedHandle.ts +29 -0
- package/lib/lexicons/types/com/atproto/temp/checkSignupQueue.ts +27 -0
- package/lib/lexicons/types/com/atproto/temp/fetchLabels.ts +34 -0
- package/lib/lexicons/types/com/atproto/temp/requestPhoneVerification.ts +26 -0
- package/package.json +37 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetchLabels.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/com/atproto/temp/fetchLabels.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAElD,OAAO,KAAK,mBAAmB,MAAM,kBAAkB,CAAC;AAExD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,8BAA8B,EAAE;IACzE,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;QAC9B,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,CAAC;QAC1D,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,QAAQ;QAC9B,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,EAC5F,EAAE,CACF;KACD,CAAC;IACF,MAAM,EAAE;QACP,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,IAAI,MAAM;gBACT,OAAO,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,WAAW,CAAC,CAAC;YAC/D,CAAC;SACD,CAAC;KACF;CACD,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as v from '@atcute/lexicons/validations';
|
|
2
|
+
declare const _mainSchema: v.XRPCProcedureMetadata<null, {
|
|
3
|
+
type: "lex";
|
|
4
|
+
schema: v.ObjectSchema<{
|
|
5
|
+
phoneNumber: v.StringSchema<string>;
|
|
6
|
+
}>;
|
|
7
|
+
}, null, "com.atproto.temp.requestPhoneVerification">;
|
|
8
|
+
type main$schematype = typeof _mainSchema;
|
|
9
|
+
export interface mainSchema extends main$schematype {
|
|
10
|
+
}
|
|
11
|
+
export declare const mainSchema: mainSchema;
|
|
12
|
+
declare module '@atcute/lexicons/ambient' {
|
|
13
|
+
interface XRPCProcedures {
|
|
14
|
+
'com.atproto.temp.requestPhoneVerification': mainSchema;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as v from '@atcute/lexicons/validations';
|
|
2
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.temp.requestPhoneVerification', {
|
|
3
|
+
params: null,
|
|
4
|
+
input: {
|
|
5
|
+
type: 'lex',
|
|
6
|
+
schema: /*#__PURE__*/ v.object({
|
|
7
|
+
phoneNumber: /*#__PURE__*/ v.string(),
|
|
8
|
+
}),
|
|
9
|
+
},
|
|
10
|
+
output: null,
|
|
11
|
+
});
|
|
12
|
+
export const mainSchema = _mainSchema;
|
|
13
|
+
//# sourceMappingURL=requestPhoneVerification.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"requestPhoneVerification.js","sourceRoot":"","sources":["../../../../../../lib/lexicons/types/com/atproto/temp/requestPhoneVerification.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,8BAA8B,CAAC;AAGlD,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC,2CAA2C,EAAE;IAC1F,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE;QACN,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC;YAC9B,WAAW,EAAE,aAAa,CAAC,CAAC,CAAC,MAAM,EAAE;SACrC,CAAC;KACF;IACD,MAAM,EAAE,IAAI;CACZ,CAAC,CAAC;AAMH,MAAM,CAAC,MAAM,UAAU,GAAG,WAAyB,CAAC"}
|
package/lib/index.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lexicons/index.js';
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
export * as ComAtprotoAdminDefs from './types/com/atproto/admin/defs.js';
|
|
2
|
+
export * as ComAtprotoAdminDeleteAccount from './types/com/atproto/admin/deleteAccount.js';
|
|
3
|
+
export * as ComAtprotoAdminDisableAccountInvites from './types/com/atproto/admin/disableAccountInvites.js';
|
|
4
|
+
export * as ComAtprotoAdminDisableInviteCodes from './types/com/atproto/admin/disableInviteCodes.js';
|
|
5
|
+
export * as ComAtprotoAdminEnableAccountInvites from './types/com/atproto/admin/enableAccountInvites.js';
|
|
6
|
+
export * as ComAtprotoAdminGetAccountInfo from './types/com/atproto/admin/getAccountInfo.js';
|
|
7
|
+
export * as ComAtprotoAdminGetAccountInfos from './types/com/atproto/admin/getAccountInfos.js';
|
|
8
|
+
export * as ComAtprotoAdminGetInviteCodes from './types/com/atproto/admin/getInviteCodes.js';
|
|
9
|
+
export * as ComAtprotoAdminGetSubjectStatus from './types/com/atproto/admin/getSubjectStatus.js';
|
|
10
|
+
export * as ComAtprotoAdminSearchAccounts from './types/com/atproto/admin/searchAccounts.js';
|
|
11
|
+
export * as ComAtprotoAdminSendEmail from './types/com/atproto/admin/sendEmail.js';
|
|
12
|
+
export * as ComAtprotoAdminUpdateAccountEmail from './types/com/atproto/admin/updateAccountEmail.js';
|
|
13
|
+
export * as ComAtprotoAdminUpdateAccountHandle from './types/com/atproto/admin/updateAccountHandle.js';
|
|
14
|
+
export * as ComAtprotoAdminUpdateAccountPassword from './types/com/atproto/admin/updateAccountPassword.js';
|
|
15
|
+
export * as ComAtprotoAdminUpdateAccountSigningKey from './types/com/atproto/admin/updateAccountSigningKey.js';
|
|
16
|
+
export * as ComAtprotoAdminUpdateSubjectStatus from './types/com/atproto/admin/updateSubjectStatus.js';
|
|
17
|
+
export * as ComAtprotoIdentityDefs from './types/com/atproto/identity/defs.js';
|
|
18
|
+
export * as ComAtprotoIdentityGetRecommendedDidCredentials from './types/com/atproto/identity/getRecommendedDidCredentials.js';
|
|
19
|
+
export * as ComAtprotoIdentityRefreshIdentity from './types/com/atproto/identity/refreshIdentity.js';
|
|
20
|
+
export * as ComAtprotoIdentityRequestPlcOperationSignature from './types/com/atproto/identity/requestPlcOperationSignature.js';
|
|
21
|
+
export * as ComAtprotoIdentityResolveDid from './types/com/atproto/identity/resolveDid.js';
|
|
22
|
+
export * as ComAtprotoIdentityResolveHandle from './types/com/atproto/identity/resolveHandle.js';
|
|
23
|
+
export * as ComAtprotoIdentityResolveIdentity from './types/com/atproto/identity/resolveIdentity.js';
|
|
24
|
+
export * as ComAtprotoIdentitySignPlcOperation from './types/com/atproto/identity/signPlcOperation.js';
|
|
25
|
+
export * as ComAtprotoIdentitySubmitPlcOperation from './types/com/atproto/identity/submitPlcOperation.js';
|
|
26
|
+
export * as ComAtprotoIdentityUpdateHandle from './types/com/atproto/identity/updateHandle.js';
|
|
27
|
+
export * as ComAtprotoLabelDefs from './types/com/atproto/label/defs.js';
|
|
28
|
+
export * as ComAtprotoLabelQueryLabels from './types/com/atproto/label/queryLabels.js';
|
|
29
|
+
export * as ComAtprotoLabelSubscribeLabels from './types/com/atproto/label/subscribeLabels.js';
|
|
30
|
+
export * as ComAtprotoLexiconSchema from './types/com/atproto/lexicon/schema.js';
|
|
31
|
+
export * as ComAtprotoModerationCreateReport from './types/com/atproto/moderation/createReport.js';
|
|
32
|
+
export * as ComAtprotoModerationDefs from './types/com/atproto/moderation/defs.js';
|
|
33
|
+
export * as ComAtprotoRepoApplyWrites from './types/com/atproto/repo/applyWrites.js';
|
|
34
|
+
export * as ComAtprotoRepoCreateRecord from './types/com/atproto/repo/createRecord.js';
|
|
35
|
+
export * as ComAtprotoRepoDefs from './types/com/atproto/repo/defs.js';
|
|
36
|
+
export * as ComAtprotoRepoDeleteRecord from './types/com/atproto/repo/deleteRecord.js';
|
|
37
|
+
export * as ComAtprotoRepoDescribeRepo from './types/com/atproto/repo/describeRepo.js';
|
|
38
|
+
export * as ComAtprotoRepoGetRecord from './types/com/atproto/repo/getRecord.js';
|
|
39
|
+
export * as ComAtprotoRepoImportRepo from './types/com/atproto/repo/importRepo.js';
|
|
40
|
+
export * as ComAtprotoRepoListMissingBlobs from './types/com/atproto/repo/listMissingBlobs.js';
|
|
41
|
+
export * as ComAtprotoRepoListRecords from './types/com/atproto/repo/listRecords.js';
|
|
42
|
+
export * as ComAtprotoRepoPutRecord from './types/com/atproto/repo/putRecord.js';
|
|
43
|
+
export * as ComAtprotoRepoStrongRef from './types/com/atproto/repo/strongRef.js';
|
|
44
|
+
export * as ComAtprotoRepoUploadBlob from './types/com/atproto/repo/uploadBlob.js';
|
|
45
|
+
export * as ComAtprotoServerActivateAccount from './types/com/atproto/server/activateAccount.js';
|
|
46
|
+
export * as ComAtprotoServerCheckAccountStatus from './types/com/atproto/server/checkAccountStatus.js';
|
|
47
|
+
export * as ComAtprotoServerConfirmEmail from './types/com/atproto/server/confirmEmail.js';
|
|
48
|
+
export * as ComAtprotoServerCreateAccount from './types/com/atproto/server/createAccount.js';
|
|
49
|
+
export * as ComAtprotoServerCreateAppPassword from './types/com/atproto/server/createAppPassword.js';
|
|
50
|
+
export * as ComAtprotoServerCreateInviteCode from './types/com/atproto/server/createInviteCode.js';
|
|
51
|
+
export * as ComAtprotoServerCreateInviteCodes from './types/com/atproto/server/createInviteCodes.js';
|
|
52
|
+
export * as ComAtprotoServerCreateSession from './types/com/atproto/server/createSession.js';
|
|
53
|
+
export * as ComAtprotoServerDeactivateAccount from './types/com/atproto/server/deactivateAccount.js';
|
|
54
|
+
export * as ComAtprotoServerDefs from './types/com/atproto/server/defs.js';
|
|
55
|
+
export * as ComAtprotoServerDeleteAccount from './types/com/atproto/server/deleteAccount.js';
|
|
56
|
+
export * as ComAtprotoServerDeleteSession from './types/com/atproto/server/deleteSession.js';
|
|
57
|
+
export * as ComAtprotoServerDescribeServer from './types/com/atproto/server/describeServer.js';
|
|
58
|
+
export * as ComAtprotoServerGetAccountInviteCodes from './types/com/atproto/server/getAccountInviteCodes.js';
|
|
59
|
+
export * as ComAtprotoServerGetServiceAuth from './types/com/atproto/server/getServiceAuth.js';
|
|
60
|
+
export * as ComAtprotoServerGetSession from './types/com/atproto/server/getSession.js';
|
|
61
|
+
export * as ComAtprotoServerListAppPasswords from './types/com/atproto/server/listAppPasswords.js';
|
|
62
|
+
export * as ComAtprotoServerRefreshSession from './types/com/atproto/server/refreshSession.js';
|
|
63
|
+
export * as ComAtprotoServerRequestAccountDelete from './types/com/atproto/server/requestAccountDelete.js';
|
|
64
|
+
export * as ComAtprotoServerRequestEmailConfirmation from './types/com/atproto/server/requestEmailConfirmation.js';
|
|
65
|
+
export * as ComAtprotoServerRequestEmailUpdate from './types/com/atproto/server/requestEmailUpdate.js';
|
|
66
|
+
export * as ComAtprotoServerRequestPasswordReset from './types/com/atproto/server/requestPasswordReset.js';
|
|
67
|
+
export * as ComAtprotoServerReserveSigningKey from './types/com/atproto/server/reserveSigningKey.js';
|
|
68
|
+
export * as ComAtprotoServerResetPassword from './types/com/atproto/server/resetPassword.js';
|
|
69
|
+
export * as ComAtprotoServerRevokeAppPassword from './types/com/atproto/server/revokeAppPassword.js';
|
|
70
|
+
export * as ComAtprotoServerUpdateEmail from './types/com/atproto/server/updateEmail.js';
|
|
71
|
+
export * as ComAtprotoSyncDefs from './types/com/atproto/sync/defs.js';
|
|
72
|
+
export * as ComAtprotoSyncGetBlob from './types/com/atproto/sync/getBlob.js';
|
|
73
|
+
export * as ComAtprotoSyncGetBlocks from './types/com/atproto/sync/getBlocks.js';
|
|
74
|
+
export * as ComAtprotoSyncGetCheckout from './types/com/atproto/sync/getCheckout.js';
|
|
75
|
+
export * as ComAtprotoSyncGetHead from './types/com/atproto/sync/getHead.js';
|
|
76
|
+
export * as ComAtprotoSyncGetHostStatus from './types/com/atproto/sync/getHostStatus.js';
|
|
77
|
+
export * as ComAtprotoSyncGetLatestCommit from './types/com/atproto/sync/getLatestCommit.js';
|
|
78
|
+
export * as ComAtprotoSyncGetRecord from './types/com/atproto/sync/getRecord.js';
|
|
79
|
+
export * as ComAtprotoSyncGetRepo from './types/com/atproto/sync/getRepo.js';
|
|
80
|
+
export * as ComAtprotoSyncGetRepoStatus from './types/com/atproto/sync/getRepoStatus.js';
|
|
81
|
+
export * as ComAtprotoSyncListBlobs from './types/com/atproto/sync/listBlobs.js';
|
|
82
|
+
export * as ComAtprotoSyncListHosts from './types/com/atproto/sync/listHosts.js';
|
|
83
|
+
export * as ComAtprotoSyncListRepos from './types/com/atproto/sync/listRepos.js';
|
|
84
|
+
export * as ComAtprotoSyncListReposByCollection from './types/com/atproto/sync/listReposByCollection.js';
|
|
85
|
+
export * as ComAtprotoSyncNotifyOfUpdate from './types/com/atproto/sync/notifyOfUpdate.js';
|
|
86
|
+
export * as ComAtprotoSyncRequestCrawl from './types/com/atproto/sync/requestCrawl.js';
|
|
87
|
+
export * as ComAtprotoSyncSubscribeRepos from './types/com/atproto/sync/subscribeRepos.js';
|
|
88
|
+
export * as ComAtprotoTempAddReservedHandle from './types/com/atproto/temp/addReservedHandle.js';
|
|
89
|
+
export * as ComAtprotoTempCheckSignupQueue from './types/com/atproto/temp/checkSignupQueue.js';
|
|
90
|
+
export * as ComAtprotoTempFetchLabels from './types/com/atproto/temp/fetchLabels.js';
|
|
91
|
+
export * as ComAtprotoTempRequestPhoneVerification from './types/com/atproto/temp/requestPhoneVerification.js';
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import * as ComAtprotoServerDefs from '../server/defs.js';
|
|
4
|
+
|
|
5
|
+
const _accountViewSchema = /*#__PURE__*/ v.object({
|
|
6
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('com.atproto.admin.defs#accountView')),
|
|
7
|
+
did: /*#__PURE__*/ v.didString(),
|
|
8
|
+
handle: /*#__PURE__*/ v.handleString(),
|
|
9
|
+
email: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
10
|
+
relatedRecords: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.unknown())),
|
|
11
|
+
indexedAt: /*#__PURE__*/ v.datetimeString(),
|
|
12
|
+
get invitedBy() {
|
|
13
|
+
return /*#__PURE__*/ v.optional(ComAtprotoServerDefs.inviteCodeSchema);
|
|
14
|
+
},
|
|
15
|
+
get invites() {
|
|
16
|
+
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(ComAtprotoServerDefs.inviteCodeSchema));
|
|
17
|
+
},
|
|
18
|
+
invitesDisabled: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.boolean()),
|
|
19
|
+
emailConfirmedAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
20
|
+
inviteNote: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
21
|
+
deactivatedAt: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.datetimeString()),
|
|
22
|
+
get threatSignatures() {
|
|
23
|
+
return /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(threatSignatureSchema));
|
|
24
|
+
},
|
|
25
|
+
});
|
|
26
|
+
const _repoBlobRefSchema = /*#__PURE__*/ v.object({
|
|
27
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('com.atproto.admin.defs#repoBlobRef')),
|
|
28
|
+
did: /*#__PURE__*/ v.didString(),
|
|
29
|
+
cid: /*#__PURE__*/ v.string(),
|
|
30
|
+
recordUri: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.resourceUriString()),
|
|
31
|
+
});
|
|
32
|
+
const _repoRefSchema = /*#__PURE__*/ v.object({
|
|
33
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('com.atproto.admin.defs#repoRef')),
|
|
34
|
+
did: /*#__PURE__*/ v.didString(),
|
|
35
|
+
});
|
|
36
|
+
const _statusAttrSchema = /*#__PURE__*/ v.object({
|
|
37
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('com.atproto.admin.defs#statusAttr')),
|
|
38
|
+
applied: /*#__PURE__*/ v.boolean(),
|
|
39
|
+
ref: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
40
|
+
});
|
|
41
|
+
const _threatSignatureSchema = /*#__PURE__*/ v.object({
|
|
42
|
+
$type: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.literal('com.atproto.admin.defs#threatSignature')),
|
|
43
|
+
property: /*#__PURE__*/ v.string(),
|
|
44
|
+
value: /*#__PURE__*/ v.string(),
|
|
45
|
+
});
|
|
46
|
+
|
|
47
|
+
type accountView$schematype = typeof _accountViewSchema;
|
|
48
|
+
type repoBlobRef$schematype = typeof _repoBlobRefSchema;
|
|
49
|
+
type repoRef$schematype = typeof _repoRefSchema;
|
|
50
|
+
type statusAttr$schematype = typeof _statusAttrSchema;
|
|
51
|
+
type threatSignature$schematype = typeof _threatSignatureSchema;
|
|
52
|
+
|
|
53
|
+
export interface accountViewSchema extends accountView$schematype {}
|
|
54
|
+
export interface repoBlobRefSchema extends repoBlobRef$schematype {}
|
|
55
|
+
export interface repoRefSchema extends repoRef$schematype {}
|
|
56
|
+
export interface statusAttrSchema extends statusAttr$schematype {}
|
|
57
|
+
export interface threatSignatureSchema extends threatSignature$schematype {}
|
|
58
|
+
|
|
59
|
+
export const accountViewSchema = _accountViewSchema as accountViewSchema;
|
|
60
|
+
export const repoBlobRefSchema = _repoBlobRefSchema as repoBlobRefSchema;
|
|
61
|
+
export const repoRefSchema = _repoRefSchema as repoRefSchema;
|
|
62
|
+
export const statusAttrSchema = _statusAttrSchema as statusAttrSchema;
|
|
63
|
+
export const threatSignatureSchema = _threatSignatureSchema as threatSignatureSchema;
|
|
64
|
+
|
|
65
|
+
export interface AccountView extends v.InferInput<typeof accountViewSchema> {}
|
|
66
|
+
export interface RepoBlobRef extends v.InferInput<typeof repoBlobRefSchema> {}
|
|
67
|
+
export interface RepoRef extends v.InferInput<typeof repoRefSchema> {}
|
|
68
|
+
export interface StatusAttr extends v.InferInput<typeof statusAttrSchema> {}
|
|
69
|
+
export interface ThreatSignature extends v.InferInput<typeof threatSignatureSchema> {}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.deleteAccount', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
did: /*#__PURE__*/ v.didString(),
|
|
11
|
+
}),
|
|
12
|
+
},
|
|
13
|
+
output: null,
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
type main$schematype = typeof _mainSchema;
|
|
17
|
+
|
|
18
|
+
export interface mainSchema extends main$schematype {}
|
|
19
|
+
|
|
20
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
21
|
+
|
|
22
|
+
declare module '@atcute/lexicons/ambient' {
|
|
23
|
+
interface XRPCProcedures {
|
|
24
|
+
'com.atproto.admin.deleteAccount': mainSchema;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.disableAccountInvites', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
account: /*#__PURE__*/ v.didString(),
|
|
11
|
+
note: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
12
|
+
}),
|
|
13
|
+
},
|
|
14
|
+
output: null,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
type main$schematype = typeof _mainSchema;
|
|
18
|
+
|
|
19
|
+
export interface mainSchema extends main$schematype {}
|
|
20
|
+
|
|
21
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
22
|
+
|
|
23
|
+
declare module '@atcute/lexicons/ambient' {
|
|
24
|
+
interface XRPCProcedures {
|
|
25
|
+
'com.atproto.admin.disableAccountInvites': mainSchema;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.disableInviteCodes', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
codes: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.string())),
|
|
11
|
+
accounts: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.array(/*#__PURE__*/ v.string())),
|
|
12
|
+
}),
|
|
13
|
+
},
|
|
14
|
+
output: null,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
type main$schematype = typeof _mainSchema;
|
|
18
|
+
|
|
19
|
+
export interface mainSchema extends main$schematype {}
|
|
20
|
+
|
|
21
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
22
|
+
|
|
23
|
+
declare module '@atcute/lexicons/ambient' {
|
|
24
|
+
interface XRPCProcedures {
|
|
25
|
+
'com.atproto.admin.disableInviteCodes': mainSchema;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.enableAccountInvites', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
account: /*#__PURE__*/ v.didString(),
|
|
11
|
+
note: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
12
|
+
}),
|
|
13
|
+
},
|
|
14
|
+
output: null,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
type main$schematype = typeof _mainSchema;
|
|
18
|
+
|
|
19
|
+
export interface mainSchema extends main$schematype {}
|
|
20
|
+
|
|
21
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
22
|
+
|
|
23
|
+
declare module '@atcute/lexicons/ambient' {
|
|
24
|
+
interface XRPCProcedures {
|
|
25
|
+
'com.atproto.admin.enableAccountInvites': mainSchema;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
import * as ComAtprotoAdminDefs from './defs.js';
|
|
5
|
+
|
|
6
|
+
const _mainSchema = /*#__PURE__*/ v.query('com.atproto.admin.getAccountInfo', {
|
|
7
|
+
params: /*#__PURE__*/ v.object({
|
|
8
|
+
did: /*#__PURE__*/ v.didString(),
|
|
9
|
+
}),
|
|
10
|
+
output: {
|
|
11
|
+
type: 'lex',
|
|
12
|
+
get schema() {
|
|
13
|
+
return ComAtprotoAdminDefs.accountViewSchema;
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
});
|
|
17
|
+
|
|
18
|
+
type main$schematype = typeof _mainSchema;
|
|
19
|
+
|
|
20
|
+
export interface mainSchema extends main$schematype {}
|
|
21
|
+
|
|
22
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
23
|
+
|
|
24
|
+
declare module '@atcute/lexicons/ambient' {
|
|
25
|
+
interface XRPCQueries {
|
|
26
|
+
'com.atproto.admin.getAccountInfo': mainSchema;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
import * as ComAtprotoAdminDefs from './defs.js';
|
|
5
|
+
|
|
6
|
+
const _mainSchema = /*#__PURE__*/ v.query('com.atproto.admin.getAccountInfos', {
|
|
7
|
+
params: /*#__PURE__*/ v.object({
|
|
8
|
+
dids: /*#__PURE__*/ v.array(/*#__PURE__*/ v.didString()),
|
|
9
|
+
}),
|
|
10
|
+
output: {
|
|
11
|
+
type: 'lex',
|
|
12
|
+
schema: /*#__PURE__*/ v.object({
|
|
13
|
+
get infos() {
|
|
14
|
+
return /*#__PURE__*/ v.array(ComAtprotoAdminDefs.accountViewSchema);
|
|
15
|
+
},
|
|
16
|
+
}),
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
type main$schematype = typeof _mainSchema;
|
|
21
|
+
|
|
22
|
+
export interface mainSchema extends main$schematype {}
|
|
23
|
+
|
|
24
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
25
|
+
|
|
26
|
+
declare module '@atcute/lexicons/ambient' {
|
|
27
|
+
interface XRPCQueries {
|
|
28
|
+
'com.atproto.admin.getAccountInfos': mainSchema;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
import * as ComAtprotoServerDefs from '../server/defs.js';
|
|
5
|
+
|
|
6
|
+
const _mainSchema = /*#__PURE__*/ v.query('com.atproto.admin.getInviteCodes', {
|
|
7
|
+
params: /*#__PURE__*/ v.object({
|
|
8
|
+
sort: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string<'recent' | 'usage' | (string & {})>(), 'recent'),
|
|
9
|
+
limit: /*#__PURE__*/ v.optional(
|
|
10
|
+
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 500)]),
|
|
11
|
+
100,
|
|
12
|
+
),
|
|
13
|
+
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
14
|
+
}),
|
|
15
|
+
output: {
|
|
16
|
+
type: 'lex',
|
|
17
|
+
schema: /*#__PURE__*/ v.object({
|
|
18
|
+
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
19
|
+
get codes() {
|
|
20
|
+
return /*#__PURE__*/ v.array(ComAtprotoServerDefs.inviteCodeSchema);
|
|
21
|
+
},
|
|
22
|
+
}),
|
|
23
|
+
},
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
type main$schematype = typeof _mainSchema;
|
|
27
|
+
|
|
28
|
+
export interface mainSchema extends main$schematype {}
|
|
29
|
+
|
|
30
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
31
|
+
|
|
32
|
+
declare module '@atcute/lexicons/ambient' {
|
|
33
|
+
interface XRPCQueries {
|
|
34
|
+
'com.atproto.admin.getInviteCodes': mainSchema;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
import * as ComAtprotoAdminDefs from './defs.js';
|
|
5
|
+
import * as ComAtprotoRepoStrongRef from '../repo/strongRef.js';
|
|
6
|
+
|
|
7
|
+
const _mainSchema = /*#__PURE__*/ v.query('com.atproto.admin.getSubjectStatus', {
|
|
8
|
+
params: /*#__PURE__*/ v.object({
|
|
9
|
+
did: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.didString()),
|
|
10
|
+
uri: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.resourceUriString()),
|
|
11
|
+
blob: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
12
|
+
}),
|
|
13
|
+
output: {
|
|
14
|
+
type: 'lex',
|
|
15
|
+
schema: /*#__PURE__*/ v.object({
|
|
16
|
+
get subject() {
|
|
17
|
+
return /*#__PURE__*/ v.variant([
|
|
18
|
+
ComAtprotoAdminDefs.repoRefSchema,
|
|
19
|
+
ComAtprotoRepoStrongRef.mainSchema,
|
|
20
|
+
ComAtprotoAdminDefs.repoBlobRefSchema,
|
|
21
|
+
]);
|
|
22
|
+
},
|
|
23
|
+
get takedown() {
|
|
24
|
+
return /*#__PURE__*/ v.optional(ComAtprotoAdminDefs.statusAttrSchema);
|
|
25
|
+
},
|
|
26
|
+
get deactivated() {
|
|
27
|
+
return /*#__PURE__*/ v.optional(ComAtprotoAdminDefs.statusAttrSchema);
|
|
28
|
+
},
|
|
29
|
+
}),
|
|
30
|
+
},
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
type main$schematype = typeof _mainSchema;
|
|
34
|
+
|
|
35
|
+
export interface mainSchema extends main$schematype {}
|
|
36
|
+
|
|
37
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
38
|
+
|
|
39
|
+
declare module '@atcute/lexicons/ambient' {
|
|
40
|
+
interface XRPCQueries {
|
|
41
|
+
'com.atproto.admin.getSubjectStatus': mainSchema;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
import * as ComAtprotoAdminDefs from './defs.js';
|
|
5
|
+
|
|
6
|
+
const _mainSchema = /*#__PURE__*/ v.query('com.atproto.admin.searchAccounts', {
|
|
7
|
+
params: /*#__PURE__*/ v.object({
|
|
8
|
+
email: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
9
|
+
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
10
|
+
limit: /*#__PURE__*/ v.optional(
|
|
11
|
+
/*#__PURE__*/ v.constrain(/*#__PURE__*/ v.integer(), [/*#__PURE__*/ v.integerRange(1, 100)]),
|
|
12
|
+
50,
|
|
13
|
+
),
|
|
14
|
+
}),
|
|
15
|
+
output: {
|
|
16
|
+
type: 'lex',
|
|
17
|
+
schema: /*#__PURE__*/ v.object({
|
|
18
|
+
cursor: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
19
|
+
get accounts() {
|
|
20
|
+
return /*#__PURE__*/ v.array(ComAtprotoAdminDefs.accountViewSchema);
|
|
21
|
+
},
|
|
22
|
+
}),
|
|
23
|
+
},
|
|
24
|
+
});
|
|
25
|
+
|
|
26
|
+
type main$schematype = typeof _mainSchema;
|
|
27
|
+
|
|
28
|
+
export interface mainSchema extends main$schematype {}
|
|
29
|
+
|
|
30
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
31
|
+
|
|
32
|
+
declare module '@atcute/lexicons/ambient' {
|
|
33
|
+
interface XRPCQueries {
|
|
34
|
+
'com.atproto.admin.searchAccounts': mainSchema;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.sendEmail', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
recipientDid: /*#__PURE__*/ v.didString(),
|
|
11
|
+
content: /*#__PURE__*/ v.string(),
|
|
12
|
+
subject: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
13
|
+
senderDid: /*#__PURE__*/ v.didString(),
|
|
14
|
+
comment: /*#__PURE__*/ v.optional(/*#__PURE__*/ v.string()),
|
|
15
|
+
}),
|
|
16
|
+
},
|
|
17
|
+
output: {
|
|
18
|
+
type: 'lex',
|
|
19
|
+
schema: /*#__PURE__*/ v.object({
|
|
20
|
+
sent: /*#__PURE__*/ v.boolean(),
|
|
21
|
+
}),
|
|
22
|
+
},
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
type main$schematype = typeof _mainSchema;
|
|
26
|
+
|
|
27
|
+
export interface mainSchema extends main$schematype {}
|
|
28
|
+
|
|
29
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
30
|
+
|
|
31
|
+
declare module '@atcute/lexicons/ambient' {
|
|
32
|
+
interface XRPCProcedures {
|
|
33
|
+
'com.atproto.admin.sendEmail': mainSchema;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.updateAccountEmail', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
account: /*#__PURE__*/ v.actorIdentifierString(),
|
|
11
|
+
email: /*#__PURE__*/ v.string(),
|
|
12
|
+
}),
|
|
13
|
+
},
|
|
14
|
+
output: null,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
type main$schematype = typeof _mainSchema;
|
|
18
|
+
|
|
19
|
+
export interface mainSchema extends main$schematype {}
|
|
20
|
+
|
|
21
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
22
|
+
|
|
23
|
+
declare module '@atcute/lexicons/ambient' {
|
|
24
|
+
interface XRPCProcedures {
|
|
25
|
+
'com.atproto.admin.updateAccountEmail': mainSchema;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.updateAccountHandle', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
did: /*#__PURE__*/ v.didString(),
|
|
11
|
+
handle: /*#__PURE__*/ v.handleString(),
|
|
12
|
+
}),
|
|
13
|
+
},
|
|
14
|
+
output: null,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
type main$schematype = typeof _mainSchema;
|
|
18
|
+
|
|
19
|
+
export interface mainSchema extends main$schematype {}
|
|
20
|
+
|
|
21
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
22
|
+
|
|
23
|
+
declare module '@atcute/lexicons/ambient' {
|
|
24
|
+
interface XRPCProcedures {
|
|
25
|
+
'com.atproto.admin.updateAccountHandle': mainSchema;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.updateAccountPassword', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
did: /*#__PURE__*/ v.didString(),
|
|
11
|
+
password: /*#__PURE__*/ v.string(),
|
|
12
|
+
}),
|
|
13
|
+
},
|
|
14
|
+
output: null,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
type main$schematype = typeof _mainSchema;
|
|
18
|
+
|
|
19
|
+
export interface mainSchema extends main$schematype {}
|
|
20
|
+
|
|
21
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
22
|
+
|
|
23
|
+
declare module '@atcute/lexicons/ambient' {
|
|
24
|
+
interface XRPCProcedures {
|
|
25
|
+
'com.atproto.admin.updateAccountPassword': mainSchema;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type {} from '@atcute/lexicons';
|
|
2
|
+
import * as v from '@atcute/lexicons/validations';
|
|
3
|
+
import type {} from '@atcute/lexicons/ambient';
|
|
4
|
+
|
|
5
|
+
const _mainSchema = /*#__PURE__*/ v.procedure('com.atproto.admin.updateAccountSigningKey', {
|
|
6
|
+
params: null,
|
|
7
|
+
input: {
|
|
8
|
+
type: 'lex',
|
|
9
|
+
schema: /*#__PURE__*/ v.object({
|
|
10
|
+
did: /*#__PURE__*/ v.didString(),
|
|
11
|
+
signingKey: /*#__PURE__*/ v.didString(),
|
|
12
|
+
}),
|
|
13
|
+
},
|
|
14
|
+
output: null,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
type main$schematype = typeof _mainSchema;
|
|
18
|
+
|
|
19
|
+
export interface mainSchema extends main$schematype {}
|
|
20
|
+
|
|
21
|
+
export const mainSchema = _mainSchema as mainSchema;
|
|
22
|
+
|
|
23
|
+
declare module '@atcute/lexicons/ambient' {
|
|
24
|
+
interface XRPCProcedures {
|
|
25
|
+
'com.atproto.admin.updateAccountSigningKey': mainSchema;
|
|
26
|
+
}
|
|
27
|
+
}
|