@clioplaylists/clio 0.1.2 → 0.1.4
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/package.json +1 -1
- package/dist/.env +0 -7
- package/dist/api/com/clioplaylists/alpha/actor/getProfile.d.ts +0 -0
- package/dist/api/com/clioplaylists/alpha/actor/getProfile.js +0 -37
- package/dist/api/com/clioplaylists/alpha/feed/getSongs.d.ts +0 -0
- package/dist/api/com/clioplaylists/alpha/feed/getSongs.js +0 -37
- package/dist/api/health.d.ts +0 -3
- package/dist/api/health.js +0 -32
- package/dist/api/index.d.ts +0 -4
- package/dist/api/index.js +0 -43
- package/dist/api/util.d.ts +0 -9
- package/dist/api/util.js +0 -17
- package/dist/auth-verifier.d.ts +0 -92
- package/dist/auth-verifier.js +0 -473
- package/dist/client.d.ts +0 -9
- package/dist/client.js +0 -40
- package/dist/config.d.ts +0 -21
- package/dist/config.js +0 -65
- package/dist/context.d.ts +0 -11
- package/dist/context.js +0 -19
- package/dist/dataplane/bsync/index.js +0 -150
- package/dist/dataplane/client.d.ts +0 -27
- package/dist/dataplane/client.js +0 -165
- package/dist/dataplane/index.d.ts +0 -2
- package/dist/dataplane/index.js +0 -18
- package/dist/dataplane/server/background.d.ts +0 -13
- package/dist/dataplane/server/background.js +0 -51
- package/dist/dataplane/server/db/database-schema.d.ts +0 -13
- package/dist/dataplane/server/db/database-schema.js +0 -2
- package/dist/dataplane/server/db/db.d.ts +0 -32
- package/dist/dataplane/server/db/db.js +0 -228
- package/dist/dataplane/server/db/index.d.ts +0 -1
- package/dist/dataplane/server/db/index.js +0 -17
- package/dist/dataplane/server/db/migrations/20230309T045948368Z-init.d.ts +0 -3
- package/dist/dataplane/server/db/migrations/20230309T045948368Z-init.js +0 -117
- package/dist/dataplane/server/db/migrations/20230420T211446071Z-did-cache.d.ts +0 -3
- package/dist/dataplane/server/db/migrations/20230420T211446071Z-did-cache.js +0 -15
- package/dist/dataplane/server/db/migrations/index.d.ts +0 -2
- package/dist/dataplane/server/db/migrations/index.js +0 -41
- package/dist/dataplane/server/db/migrations/provider.d.ts +0 -11
- package/dist/dataplane/server/db/migrations/provider.js +0 -31
- package/dist/dataplane/server/db/pagination.d.ts +0 -86
- package/dist/dataplane/server/db/pagination.js +0 -144
- package/dist/dataplane/server/db/tables/actor-sync.d.ts +0 -9
- package/dist/dataplane/server/db/tables/actor-sync.js +0 -4
- package/dist/dataplane/server/db/tables/actor.d.ts +0 -11
- package/dist/dataplane/server/db/tables/actor.js +0 -4
- package/dist/dataplane/server/db/tables/artist-list-item.d.ts +0 -11
- package/dist/dataplane/server/db/tables/artist-list-item.js +0 -4
- package/dist/dataplane/server/db/tables/artist.d.ts +0 -10
- package/dist/dataplane/server/db/tables/artist.js +0 -4
- package/dist/dataplane/server/db/tables/playlist-idea.d.ts +0 -14
- package/dist/dataplane/server/db/tables/playlist-idea.js +0 -4
- package/dist/dataplane/server/db/tables/playlist-item.d.ts +0 -11
- package/dist/dataplane/server/db/tables/playlist-item.js +0 -4
- package/dist/dataplane/server/db/tables/playlist.d.ts +0 -10
- package/dist/dataplane/server/db/tables/playlist.js +0 -4
- package/dist/dataplane/server/db/tables/profile.d.ts +0 -15
- package/dist/dataplane/server/db/tables/profile.js +0 -4
- package/dist/dataplane/server/db/tables/record.d.ts +0 -12
- package/dist/dataplane/server/db/tables/record.js +0 -4
- package/dist/dataplane/server/db/tables/song.d.ts +0 -12
- package/dist/dataplane/server/db/tables/song.js +0 -4
- package/dist/dataplane/server/db/types.d.ts +0 -9
- package/dist/dataplane/server/db/types.js +0 -2
- package/dist/dataplane/server/db/util.d.ts +0 -20
- package/dist/dataplane/server/db/util.js +0 -48
- package/dist/dataplane/server/index.d.ts +0 -11
- package/dist/dataplane/server/index.js +0 -52
- package/dist/dataplane/server/indexing/index.d.ts +0 -32
- package/dist/dataplane/server/indexing/index.js +0 -321
- package/dist/dataplane/server/indexing/plugins/playlist-idea.d.ts +0 -14
- package/dist/dataplane/server/indexing/plugins/playlist-idea.js +0 -163
- package/dist/dataplane/server/indexing/plugins/profile.d.ts +0 -8
- package/dist/dataplane/server/indexing/plugins/profile.js +0 -81
- package/dist/dataplane/server/indexing/processor.d.ts +0 -22
- package/dist/dataplane/server/indexing/processor.js +0 -90
- package/dist/dataplane/server/routes/blocks.js +0 -95
- package/dist/dataplane/server/routes/feed-gens.js +0 -56
- package/dist/dataplane/server/routes/feeds.js +0 -128
- package/dist/dataplane/server/routes/follows.js +0 -122
- package/dist/dataplane/server/routes/identity.d.ts +0 -6
- package/dist/dataplane/server/routes/identity.js +0 -56
- package/dist/dataplane/server/routes/index.d.ts +0 -5
- package/dist/dataplane/server/routes/index.js +0 -19
- package/dist/dataplane/server/routes/interactions.js +0 -111
- package/dist/dataplane/server/routes/labels.js +0 -73
- package/dist/dataplane/server/routes/likes.js +0 -76
- package/dist/dataplane/server/routes/lists.js +0 -77
- package/dist/dataplane/server/routes/moderation.js +0 -92
- package/dist/dataplane/server/routes/mutes.js +0 -166
- package/dist/dataplane/server/routes/notifs.js +0 -137
- package/dist/dataplane/server/routes/posts.js +0 -19
- package/dist/dataplane/server/routes/profile.d.ts +0 -5
- package/dist/dataplane/server/routes/profile.js +0 -61
- package/dist/dataplane/server/routes/quotes.js +0 -26
- package/dist/dataplane/server/routes/records.d.ts +0 -11
- package/dist/dataplane/server/routes/records.js +0 -88
- package/dist/dataplane/server/routes/relationships.js +0 -157
- package/dist/dataplane/server/routes/reposts.js +0 -59
- package/dist/dataplane/server/routes/search.js +0 -70
- package/dist/dataplane/server/routes/starter-packs.js +0 -24
- package/dist/dataplane/server/routes/suggestions.js +0 -134
- package/dist/dataplane/server/routes/sync.d.ts +0 -5
- package/dist/dataplane/server/routes/sync.js +0 -14
- package/dist/dataplane/server/routes/threads.js +0 -31
- package/dist/dataplane/server/subscription.d.ts +0 -25
- package/dist/dataplane/server/subscription.js +0 -114
- package/dist/dataplane/server/util.js +0 -117
- package/dist/error.d.ts +0 -2
- package/dist/error.js +0 -14
- package/dist/index.d.ts +0 -20
- package/dist/index.js +0 -115
- package/dist/lexicons/index.d.ts +0 -278
- package/dist/lexicons/index.js +0 -638
- package/dist/lexicons/lexicons.d.ts +0 -8466
- package/dist/lexicons/lexicons.js +0 -4551
- package/dist/lexicons/types/com/atproto/admin/defs.d.ts +0 -50
- package/dist/lexicons/types/com/atproto/admin/defs.js +0 -54
- package/dist/lexicons/types/com/atproto/admin/deleteAccount.d.ts +0 -29
- package/dist/lexicons/types/com/atproto/admin/deleteAccount.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/disableAccountInvites.d.ts +0 -31
- package/dist/lexicons/types/com/atproto/admin/disableAccountInvites.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/disableInviteCodes.d.ts +0 -30
- package/dist/lexicons/types/com/atproto/admin/disableInviteCodes.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/enableAccountInvites.d.ts +0 -31
- package/dist/lexicons/types/com/atproto/admin/enableAccountInvites.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/getAccountInfo.d.ts +0 -33
- package/dist/lexicons/types/com/atproto/admin/getAccountInfo.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/getAccountInfos.d.ts +0 -36
- package/dist/lexicons/types/com/atproto/admin/getAccountInfos.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/getInviteCodes.d.ts +0 -39
- package/dist/lexicons/types/com/atproto/admin/getInviteCodes.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/getSubjectStatus.d.ts +0 -44
- package/dist/lexicons/types/com/atproto/admin/getSubjectStatus.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/searchAccounts.d.ts +0 -39
- package/dist/lexicons/types/com/atproto/admin/searchAccounts.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/sendEmail.d.ts +0 -45
- package/dist/lexicons/types/com/atproto/admin/sendEmail.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/updateAccountEmail.d.ts +0 -31
- package/dist/lexicons/types/com/atproto/admin/updateAccountEmail.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/updateAccountHandle.d.ts +0 -30
- package/dist/lexicons/types/com/atproto/admin/updateAccountHandle.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/updateAccountPassword.d.ts +0 -30
- package/dist/lexicons/types/com/atproto/admin/updateAccountPassword.js +0 -2
- package/dist/lexicons/types/com/atproto/admin/updateSubjectStatus.d.ts +0 -51
- package/dist/lexicons/types/com/atproto/admin/updateSubjectStatus.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/defs.d.ts +0 -14
- package/dist/lexicons/types/com/atproto/identity/defs.js +0 -14
- package/dist/lexicons/types/com/atproto/identity/getRecommendedDidCredentials.d.ts +0 -38
- package/dist/lexicons/types/com/atproto/identity/getRecommendedDidCredentials.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/refreshIdentity.d.ts +0 -39
- package/dist/lexicons/types/com/atproto/identity/refreshIdentity.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/requestPlcOperationSignature.d.ts +0 -23
- package/dist/lexicons/types/com/atproto/identity/requestPlcOperationSignature.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/resolveDid.d.ts +0 -38
- package/dist/lexicons/types/com/atproto/identity/resolveDid.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/resolveHandle.d.ts +0 -37
- package/dist/lexicons/types/com/atproto/identity/resolveHandle.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/resolveIdentity.d.ts +0 -35
- package/dist/lexicons/types/com/atproto/identity/resolveIdentity.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/signPlcOperation.d.ts +0 -46
- package/dist/lexicons/types/com/atproto/identity/signPlcOperation.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/submitPlcOperation.d.ts +0 -29
- package/dist/lexicons/types/com/atproto/identity/submitPlcOperation.js +0 -2
- package/dist/lexicons/types/com/atproto/identity/updateHandle.d.ts +0 -30
- package/dist/lexicons/types/com/atproto/identity/updateHandle.js +0 -2
- package/dist/lexicons/types/com/atproto/label/defs.d.ts +0 -73
- package/dist/lexicons/types/com/atproto/label/defs.js +0 -54
- package/dist/lexicons/types/com/atproto/label/queryLabels.d.ts +0 -42
- package/dist/lexicons/types/com/atproto/label/queryLabels.js +0 -2
- package/dist/lexicons/types/com/atproto/label/subscribeLabels.d.ts +0 -38
- package/dist/lexicons/types/com/atproto/label/subscribeLabels.js +0 -24
- package/dist/lexicons/types/com/atproto/lexicon/schema.d.ts +0 -11
- package/dist/lexicons/types/com/atproto/lexicon/schema.js +0 -15
- package/dist/lexicons/types/com/atproto/moderation/createReport.d.ts +0 -57
- package/dist/lexicons/types/com/atproto/moderation/createReport.js +0 -2
- package/dist/lexicons/types/com/atproto/moderation/defs.d.ts +0 -20
- package/dist/lexicons/types/com/atproto/moderation/defs.js +0 -20
- package/dist/lexicons/types/com/atproto/repo/applyWrites.d.ts +0 -98
- package/dist/lexicons/types/com/atproto/repo/applyWrites.js +0 -64
- package/dist/lexicons/types/com/atproto/repo/createRecord.d.ts +0 -56
- package/dist/lexicons/types/com/atproto/repo/createRecord.js +0 -2
- package/dist/lexicons/types/com/atproto/repo/defs.d.ts +0 -11
- package/dist/lexicons/types/com/atproto/repo/defs.js +0 -14
- package/dist/lexicons/types/com/atproto/repo/deleteRecord.d.ts +0 -51
- package/dist/lexicons/types/com/atproto/repo/deleteRecord.js +0 -2
- package/dist/lexicons/types/com/atproto/repo/describeRepo.d.ts +0 -43
- package/dist/lexicons/types/com/atproto/repo/describeRepo.js +0 -2
- package/dist/lexicons/types/com/atproto/repo/getRecord.d.ts +0 -45
- package/dist/lexicons/types/com/atproto/repo/getRecord.js +0 -2
- package/dist/lexicons/types/com/atproto/repo/importRepo.d.ts +0 -27
- package/dist/lexicons/types/com/atproto/repo/importRepo.js +0 -2
- package/dist/lexicons/types/com/atproto/repo/listMissingBlobs.d.ts +0 -45
- package/dist/lexicons/types/com/atproto/repo/listMissingBlobs.js +0 -14
- package/dist/lexicons/types/com/atproto/repo/listRecords.d.ts +0 -53
- package/dist/lexicons/types/com/atproto/repo/listRecords.js +0 -14
- package/dist/lexicons/types/com/atproto/repo/putRecord.d.ts +0 -58
- package/dist/lexicons/types/com/atproto/repo/putRecord.js +0 -2
- package/dist/lexicons/types/com/atproto/repo/strongRef.d.ts +0 -11
- package/dist/lexicons/types/com/atproto/repo/strongRef.js +0 -15
- package/dist/lexicons/types/com/atproto/repo/uploadBlob.d.ts +0 -39
- package/dist/lexicons/types/com/atproto/repo/uploadBlob.js +0 -2
- package/dist/lexicons/types/com/atproto/server/activateAccount.d.ts +0 -23
- package/dist/lexicons/types/com/atproto/server/activateAccount.js +0 -2
- package/dist/lexicons/types/com/atproto/server/checkAccountStatus.d.ts +0 -42
- package/dist/lexicons/types/com/atproto/server/checkAccountStatus.js +0 -2
- package/dist/lexicons/types/com/atproto/server/confirmEmail.d.ts +0 -31
- package/dist/lexicons/types/com/atproto/server/confirmEmail.js +0 -2
- package/dist/lexicons/types/com/atproto/server/createAccount.d.ts +0 -61
- package/dist/lexicons/types/com/atproto/server/createAccount.js +0 -2
- package/dist/lexicons/types/com/atproto/server/createAppPassword.d.ts +0 -51
- package/dist/lexicons/types/com/atproto/server/createAppPassword.js +0 -14
- package/dist/lexicons/types/com/atproto/server/createInviteCode.d.ts +0 -41
- package/dist/lexicons/types/com/atproto/server/createInviteCode.js +0 -2
- package/dist/lexicons/types/com/atproto/server/createInviteCodes.d.ts +0 -50
- package/dist/lexicons/types/com/atproto/server/createInviteCodes.js +0 -14
- package/dist/lexicons/types/com/atproto/server/createSession.d.ts +0 -56
- package/dist/lexicons/types/com/atproto/server/createSession.js +0 -2
- package/dist/lexicons/types/com/atproto/server/deactivateAccount.d.ts +0 -30
- package/dist/lexicons/types/com/atproto/server/deactivateAccount.js +0 -2
- package/dist/lexicons/types/com/atproto/server/defs.d.ts +0 -23
- package/dist/lexicons/types/com/atproto/server/defs.js +0 -24
- package/dist/lexicons/types/com/atproto/server/deleteAccount.d.ts +0 -32
- package/dist/lexicons/types/com/atproto/server/deleteAccount.js +0 -2
- package/dist/lexicons/types/com/atproto/server/deleteSession.d.ts +0 -23
- package/dist/lexicons/types/com/atproto/server/deleteSession.js +0 -2
- package/dist/lexicons/types/com/atproto/server/describeServer.d.ts +0 -56
- package/dist/lexicons/types/com/atproto/server/describeServer.js +0 -24
- package/dist/lexicons/types/com/atproto/server/getAccountInviteCodes.d.ts +0 -39
- package/dist/lexicons/types/com/atproto/server/getAccountInviteCodes.js +0 -2
- package/dist/lexicons/types/com/atproto/server/getServiceAuth.d.ts +0 -41
- package/dist/lexicons/types/com/atproto/server/getServiceAuth.js +0 -2
- package/dist/lexicons/types/com/atproto/server/getSession.d.ts +0 -42
- package/dist/lexicons/types/com/atproto/server/getSession.js +0 -2
- package/dist/lexicons/types/com/atproto/server/listAppPasswords.d.ts +0 -44
- package/dist/lexicons/types/com/atproto/server/listAppPasswords.js +0 -14
- package/dist/lexicons/types/com/atproto/server/refreshSession.d.ts +0 -42
- package/dist/lexicons/types/com/atproto/server/refreshSession.js +0 -2
- package/dist/lexicons/types/com/atproto/server/requestAccountDelete.d.ts +0 -23
- package/dist/lexicons/types/com/atproto/server/requestAccountDelete.js +0 -2
- package/dist/lexicons/types/com/atproto/server/requestEmailConfirmation.d.ts +0 -23
- package/dist/lexicons/types/com/atproto/server/requestEmailConfirmation.js +0 -2
- package/dist/lexicons/types/com/atproto/server/requestEmailUpdate.d.ts +0 -34
- package/dist/lexicons/types/com/atproto/server/requestEmailUpdate.js +0 -2
- package/dist/lexicons/types/com/atproto/server/requestPasswordReset.d.ts +0 -29
- package/dist/lexicons/types/com/atproto/server/requestPasswordReset.js +0 -2
- package/dist/lexicons/types/com/atproto/server/reserveSigningKey.d.ts +0 -42
- package/dist/lexicons/types/com/atproto/server/reserveSigningKey.js +0 -2
- package/dist/lexicons/types/com/atproto/server/resetPassword.d.ts +0 -31
- package/dist/lexicons/types/com/atproto/server/resetPassword.js +0 -2
- package/dist/lexicons/types/com/atproto/server/revokeAppPassword.d.ts +0 -29
- package/dist/lexicons/types/com/atproto/server/revokeAppPassword.js +0 -2
- package/dist/lexicons/types/com/atproto/server/updateEmail.d.ts +0 -33
- package/dist/lexicons/types/com/atproto/server/updateEmail.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/getBlob.d.ts +0 -36
- package/dist/lexicons/types/com/atproto/sync/getBlob.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/getBlocks.d.ts +0 -35
- package/dist/lexicons/types/com/atproto/sync/getBlocks.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/getCheckout.d.ts +0 -33
- package/dist/lexicons/types/com/atproto/sync/getCheckout.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/getHead.d.ts +0 -37
- package/dist/lexicons/types/com/atproto/sync/getHead.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/getLatestCommit.d.ts +0 -38
- package/dist/lexicons/types/com/atproto/sync/getLatestCommit.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/getRecord.d.ts +0 -37
- package/dist/lexicons/types/com/atproto/sync/getRecord.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/getRepo.d.ts +0 -36
- package/dist/lexicons/types/com/atproto/sync/getRepo.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/getRepoStatus.d.ts +0 -42
- package/dist/lexicons/types/com/atproto/sync/getRepoStatus.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/listBlobs.d.ts +0 -42
- package/dist/lexicons/types/com/atproto/sync/listBlobs.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/listRepos.d.ts +0 -50
- package/dist/lexicons/types/com/atproto/sync/listRepos.js +0 -14
- package/dist/lexicons/types/com/atproto/sync/listReposByCollection.d.ts +0 -46
- package/dist/lexicons/types/com/atproto/sync/listReposByCollection.js +0 -14
- package/dist/lexicons/types/com/atproto/sync/notifyOfUpdate.d.ts +0 -30
- package/dist/lexicons/types/com/atproto/sync/notifyOfUpdate.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/requestCrawl.d.ts +0 -30
- package/dist/lexicons/types/com/atproto/sync/requestCrawl.js +0 -2
- package/dist/lexicons/types/com/atproto/sync/subscribeRepos.d.ts +0 -111
- package/dist/lexicons/types/com/atproto/sync/subscribeRepos.js +0 -64
- package/dist/lexicons/types/com/atproto/temp/addReservedHandle.d.ts +0 -39
- package/dist/lexicons/types/com/atproto/temp/addReservedHandle.js +0 -2
- package/dist/lexicons/types/com/atproto/temp/checkSignupQueue.d.ts +0 -36
- package/dist/lexicons/types/com/atproto/temp/checkSignupQueue.js +0 -2
- package/dist/lexicons/types/com/atproto/temp/fetchLabels.d.ts +0 -37
- package/dist/lexicons/types/com/atproto/temp/fetchLabels.js +0 -2
- package/dist/lexicons/types/com/atproto/temp/requestPhoneVerification.d.ts +0 -29
- package/dist/lexicons/types/com/atproto/temp/requestPhoneVerification.js +0 -2
- package/dist/lexicons/types/com/clioplaylists/alpha/actor/profile.d.ts +0 -19
- package/dist/lexicons/types/com/clioplaylists/alpha/actor/profile.js +0 -15
- package/dist/lexicons/types/com/clioplaylists/alpha/feed/defs.d.ts +0 -32
- package/dist/lexicons/types/com/clioplaylists/alpha/feed/defs.js +0 -24
- package/dist/lexicons/types/com/clioplaylists/alpha/feed/getSongs.d.ts +0 -37
- package/dist/lexicons/types/com/clioplaylists/alpha/feed/getSongs.js +0 -2
- package/dist/lexicons/types/com/clioplaylists/alpha/feed/playlistIdea.d.ts +0 -32
- package/dist/lexicons/types/com/clioplaylists/alpha/feed/playlistIdea.js +0 -35
- package/dist/lexicons/types/com/clioplaylists/alpha/feed/song.js +0 -25
- package/dist/lexicons/util.d.ts +0 -5
- package/dist/lexicons/util.js +0 -13
- package/dist/logger.d.ts +0 -6
- package/dist/logger.js +0 -26
- package/dist/package.json +0 -74
- package/dist/rpc/clio_connect.d.ts +0 -103
- package/dist/rpc/clio_connect.js +0 -110
- package/dist/rpc/clio_pb.d.ts +0 -457
- package/dist/rpc/clio_pb.js +0 -1365
- package/dist/start.d.ts +0 -1
- package/dist/util/retry.d.ts +0 -2
- package/dist/util/retry.js +0 -16
- package/dist/util/uris.d.ts +0 -1
- package/dist/util/uris.js +0 -7
- package/dist/util.d.ts +0 -23
- package/dist/util.js +0 -119
- /package/{dist/start.js → start.js} +0 -0
package/dist/package.json
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@clioplaylists/clio",
|
|
3
|
-
"version": "0.1.2",
|
|
4
|
-
"description": "Appview server for the Clio application",
|
|
5
|
-
"main": "start.js",
|
|
6
|
-
"types": "index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "tsc --project ./tsconfig.json && cp ./{.env,package.json} ./dist",
|
|
9
|
-
"start": "node dist/start.js",
|
|
10
|
-
"dev": "nodemon -r tsconfig-paths/register src/index.ts",
|
|
11
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
12
|
-
"lex:gen": "lex gen-server --yes ./src/lexicons ../../lexicons/com/clioplaylists/alpha/*/* ../../lexicons/com/atproto/*/*",
|
|
13
|
-
"buf:gen": "buf generate ./src/rpc",
|
|
14
|
-
"pretty": "prettier --write .",
|
|
15
|
-
"pretty:check": "prettier --check ."
|
|
16
|
-
},
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/Hoid/clio.git"
|
|
20
|
-
},
|
|
21
|
-
"keywords": [
|
|
22
|
-
"clio"
|
|
23
|
-
],
|
|
24
|
-
"author": "Ezra Boeth",
|
|
25
|
-
"license": "AGPL-3.0-or-later",
|
|
26
|
-
"bugs": {
|
|
27
|
-
"url": "https://github.com/Hoid/clio/issues"
|
|
28
|
-
},
|
|
29
|
-
"homepage": "https://github.com/Hoid/clio#readme",
|
|
30
|
-
"files": [ "./dist" ],
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"@atproto/api": "^0.13.35",
|
|
33
|
-
"@atproto/common": "^0.4.4",
|
|
34
|
-
"@atproto/crypto": "^0.4.4",
|
|
35
|
-
"@atproto/identity": "^0.4.6",
|
|
36
|
-
"@atproto/lexicon": "^0.4.6",
|
|
37
|
-
"@atproto/repo": "^0.5.5",
|
|
38
|
-
"@atproto/sync": "^0.1.13",
|
|
39
|
-
"@atproto/syntax": "^0.3.2",
|
|
40
|
-
"@atproto/xrpc-server": "^0.7.10",
|
|
41
|
-
"@bufbuild/protobuf": "^1.5.0",
|
|
42
|
-
"@connectrpc/connect": "^1.1.4",
|
|
43
|
-
"@connectrpc/connect-express": "^1.6.1",
|
|
44
|
-
"@connectrpc/connect-node": "^1.1.4",
|
|
45
|
-
"@connectrpc/connect-web": "^1.1.4",
|
|
46
|
-
"@types/cors": "^2.8.17",
|
|
47
|
-
"dotenv": "^16.4.7",
|
|
48
|
-
"express": "^4.21.1",
|
|
49
|
-
"pg": "^8.13.3",
|
|
50
|
-
"structured-headers": "^2.0.0",
|
|
51
|
-
"tsconfig-paths": "^4.2.0",
|
|
52
|
-
"uint8arrays": "^3.0.0",
|
|
53
|
-
"ws": "^8.18.0"
|
|
54
|
-
},
|
|
55
|
-
"devDependencies": {
|
|
56
|
-
"@atproto/lex-cli": "^0.5.7",
|
|
57
|
-
"@atproto/pds": "^0.4.34",
|
|
58
|
-
"@atproto/xrpc": "^0.6.4",
|
|
59
|
-
"@bufbuild/buf": "^1.50.0",
|
|
60
|
-
"@bufbuild/protoc-gen-es": "^1.5.0",
|
|
61
|
-
"@connectrpc/protoc-gen-connect-es": "^1.1.4",
|
|
62
|
-
"@types/express": "^5.0.0",
|
|
63
|
-
"@types/node": "^22.10.1",
|
|
64
|
-
"@types/pg": "^8.11.11",
|
|
65
|
-
"@types/ws": "^8.5.13",
|
|
66
|
-
"concurrently": "^9.1.0",
|
|
67
|
-
"nodemon": "^3.1.7",
|
|
68
|
-
"prettier": "^3.5.3",
|
|
69
|
-
"prettier-plugin-organize-imports": "^4.1.0",
|
|
70
|
-
"ts-node": "^10.9.2",
|
|
71
|
-
"tsc-alias": "^1.8.10",
|
|
72
|
-
"typescript": "^5.7.2"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { MethodKind } from '@bufbuild/protobuf';
|
|
2
|
-
import { GetActorsRequest, GetActorsResponse, GetDidsByHandlesRequest, GetDidsByHandlesResponse, GetIdentityByDidRequest, GetIdentityByDidResponse, GetIdentityByHandleRequest, GetIdentityByHandleResponse, GetLatestRevRequest, GetLatestRevResponse, GetProfileRecordsRequest, GetProfileRecordsResponse, GetSongRecordsRequest, GetSongRecordsResponse, HealthCheckRequest, HealthCheckResponse, UpdateActorUpstreamStatusRequest, UpdateActorUpstreamStatusResponse } from './clio_pb';
|
|
3
|
-
/**
|
|
4
|
-
* @generated from service clio.ClioService
|
|
5
|
-
*/
|
|
6
|
-
export declare const ClioService: {
|
|
7
|
-
readonly typeName: "clio.ClioService";
|
|
8
|
-
readonly methods: {
|
|
9
|
-
/**
|
|
10
|
-
* Records
|
|
11
|
-
*
|
|
12
|
-
* @generated from rpc clio.ClioService.GetSongRecords
|
|
13
|
-
*/
|
|
14
|
-
readonly getSongRecords: {
|
|
15
|
-
readonly name: "GetSongRecords";
|
|
16
|
-
readonly I: typeof GetSongRecordsRequest;
|
|
17
|
-
readonly O: typeof GetSongRecordsResponse;
|
|
18
|
-
readonly kind: MethodKind.Unary;
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* @generated from rpc clio.ClioService.GetProfileRecords
|
|
22
|
-
*/
|
|
23
|
-
readonly getProfileRecords: {
|
|
24
|
-
readonly name: "GetProfileRecords";
|
|
25
|
-
readonly I: typeof GetProfileRecordsRequest;
|
|
26
|
-
readonly O: typeof GetProfileRecordsResponse;
|
|
27
|
-
readonly kind: MethodKind.Unary;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Profile
|
|
31
|
-
*
|
|
32
|
-
* @generated from rpc clio.ClioService.GetActors
|
|
33
|
-
*/
|
|
34
|
-
readonly getActors: {
|
|
35
|
-
readonly name: "GetActors";
|
|
36
|
-
readonly I: typeof GetActorsRequest;
|
|
37
|
-
readonly O: typeof GetActorsResponse;
|
|
38
|
-
readonly kind: MethodKind.Unary;
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* @generated from rpc clio.ClioService.GetDidsByHandles
|
|
42
|
-
*/
|
|
43
|
-
readonly getDidsByHandles: {
|
|
44
|
-
readonly name: "GetDidsByHandles";
|
|
45
|
-
readonly I: typeof GetDidsByHandlesRequest;
|
|
46
|
-
readonly O: typeof GetDidsByHandlesResponse;
|
|
47
|
-
readonly kind: MethodKind.Unary;
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* Sync
|
|
51
|
-
*
|
|
52
|
-
* @generated from rpc clio.ClioService.GetLatestRev
|
|
53
|
-
*/
|
|
54
|
-
readonly getLatestRev: {
|
|
55
|
-
readonly name: "GetLatestRev";
|
|
56
|
-
readonly I: typeof GetLatestRevRequest;
|
|
57
|
-
readonly O: typeof GetLatestRevResponse;
|
|
58
|
-
readonly kind: MethodKind.Unary;
|
|
59
|
-
};
|
|
60
|
-
/**
|
|
61
|
-
* Identity
|
|
62
|
-
*
|
|
63
|
-
* @generated from rpc clio.ClioService.GetIdentityByDid
|
|
64
|
-
*/
|
|
65
|
-
readonly getIdentityByDid: {
|
|
66
|
-
readonly name: "GetIdentityByDid";
|
|
67
|
-
readonly I: typeof GetIdentityByDidRequest;
|
|
68
|
-
readonly O: typeof GetIdentityByDidResponse;
|
|
69
|
-
readonly kind: MethodKind.Unary;
|
|
70
|
-
};
|
|
71
|
-
/**
|
|
72
|
-
* @generated from rpc clio.ClioService.GetIdentityByHandle
|
|
73
|
-
*/
|
|
74
|
-
readonly getIdentityByHandle: {
|
|
75
|
-
readonly name: "GetIdentityByHandle";
|
|
76
|
-
readonly I: typeof GetIdentityByHandleRequest;
|
|
77
|
-
readonly O: typeof GetIdentityByHandleResponse;
|
|
78
|
-
readonly kind: MethodKind.Unary;
|
|
79
|
-
};
|
|
80
|
-
/**
|
|
81
|
-
* Moderation
|
|
82
|
-
*
|
|
83
|
-
* @generated from rpc clio.ClioService.UpdateActorUpstreamStatus
|
|
84
|
-
*/
|
|
85
|
-
readonly updateActorUpstreamStatus: {
|
|
86
|
-
readonly name: "UpdateActorUpstreamStatus";
|
|
87
|
-
readonly I: typeof UpdateActorUpstreamStatusRequest;
|
|
88
|
-
readonly O: typeof UpdateActorUpstreamStatusResponse;
|
|
89
|
-
readonly kind: MethodKind.Unary;
|
|
90
|
-
};
|
|
91
|
-
/**
|
|
92
|
-
* Health Check
|
|
93
|
-
*
|
|
94
|
-
* @generated from rpc clio.ClioService.HealthCheck
|
|
95
|
-
*/
|
|
96
|
-
readonly healthCheck: {
|
|
97
|
-
readonly name: "HealthCheck";
|
|
98
|
-
readonly I: typeof HealthCheckRequest;
|
|
99
|
-
readonly O: typeof HealthCheckResponse;
|
|
100
|
-
readonly kind: MethodKind.Unary;
|
|
101
|
-
};
|
|
102
|
-
};
|
|
103
|
-
};
|
package/dist/rpc/clio_connect.js
DELETED
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension="
|
|
3
|
-
// @generated from file clio.proto (package clio, syntax proto3)
|
|
4
|
-
/* eslint-disable */
|
|
5
|
-
// @ts-nocheck
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.ClioService = void 0;
|
|
8
|
-
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
|
-
const clio_pb_1 = require("./clio_pb");
|
|
10
|
-
/**
|
|
11
|
-
* @generated from service clio.ClioService
|
|
12
|
-
*/
|
|
13
|
-
exports.ClioService = {
|
|
14
|
-
typeName: 'clio.ClioService',
|
|
15
|
-
methods: {
|
|
16
|
-
/**
|
|
17
|
-
* Records
|
|
18
|
-
*
|
|
19
|
-
* @generated from rpc clio.ClioService.GetSongRecords
|
|
20
|
-
*/
|
|
21
|
-
getSongRecords: {
|
|
22
|
-
name: 'GetSongRecords',
|
|
23
|
-
I: clio_pb_1.GetSongRecordsRequest,
|
|
24
|
-
O: clio_pb_1.GetSongRecordsResponse,
|
|
25
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
26
|
-
},
|
|
27
|
-
/**
|
|
28
|
-
* @generated from rpc clio.ClioService.GetProfileRecords
|
|
29
|
-
*/
|
|
30
|
-
getProfileRecords: {
|
|
31
|
-
name: 'GetProfileRecords',
|
|
32
|
-
I: clio_pb_1.GetProfileRecordsRequest,
|
|
33
|
-
O: clio_pb_1.GetProfileRecordsResponse,
|
|
34
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
35
|
-
},
|
|
36
|
-
/**
|
|
37
|
-
* Profile
|
|
38
|
-
*
|
|
39
|
-
* @generated from rpc clio.ClioService.GetActors
|
|
40
|
-
*/
|
|
41
|
-
getActors: {
|
|
42
|
-
name: 'GetActors',
|
|
43
|
-
I: clio_pb_1.GetActorsRequest,
|
|
44
|
-
O: clio_pb_1.GetActorsResponse,
|
|
45
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
46
|
-
},
|
|
47
|
-
/**
|
|
48
|
-
* @generated from rpc clio.ClioService.GetDidsByHandles
|
|
49
|
-
*/
|
|
50
|
-
getDidsByHandles: {
|
|
51
|
-
name: 'GetDidsByHandles',
|
|
52
|
-
I: clio_pb_1.GetDidsByHandlesRequest,
|
|
53
|
-
O: clio_pb_1.GetDidsByHandlesResponse,
|
|
54
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
55
|
-
},
|
|
56
|
-
/**
|
|
57
|
-
* Sync
|
|
58
|
-
*
|
|
59
|
-
* @generated from rpc clio.ClioService.GetLatestRev
|
|
60
|
-
*/
|
|
61
|
-
getLatestRev: {
|
|
62
|
-
name: 'GetLatestRev',
|
|
63
|
-
I: clio_pb_1.GetLatestRevRequest,
|
|
64
|
-
O: clio_pb_1.GetLatestRevResponse,
|
|
65
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
66
|
-
},
|
|
67
|
-
/**
|
|
68
|
-
* Identity
|
|
69
|
-
*
|
|
70
|
-
* @generated from rpc clio.ClioService.GetIdentityByDid
|
|
71
|
-
*/
|
|
72
|
-
getIdentityByDid: {
|
|
73
|
-
name: 'GetIdentityByDid',
|
|
74
|
-
I: clio_pb_1.GetIdentityByDidRequest,
|
|
75
|
-
O: clio_pb_1.GetIdentityByDidResponse,
|
|
76
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
77
|
-
},
|
|
78
|
-
/**
|
|
79
|
-
* @generated from rpc clio.ClioService.GetIdentityByHandle
|
|
80
|
-
*/
|
|
81
|
-
getIdentityByHandle: {
|
|
82
|
-
name: 'GetIdentityByHandle',
|
|
83
|
-
I: clio_pb_1.GetIdentityByHandleRequest,
|
|
84
|
-
O: clio_pb_1.GetIdentityByHandleResponse,
|
|
85
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
86
|
-
},
|
|
87
|
-
/**
|
|
88
|
-
* Moderation
|
|
89
|
-
*
|
|
90
|
-
* @generated from rpc clio.ClioService.UpdateActorUpstreamStatus
|
|
91
|
-
*/
|
|
92
|
-
updateActorUpstreamStatus: {
|
|
93
|
-
name: 'UpdateActorUpstreamStatus',
|
|
94
|
-
I: clio_pb_1.UpdateActorUpstreamStatusRequest,
|
|
95
|
-
O: clio_pb_1.UpdateActorUpstreamStatusResponse,
|
|
96
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
97
|
-
},
|
|
98
|
-
/**
|
|
99
|
-
* Health Check
|
|
100
|
-
*
|
|
101
|
-
* @generated from rpc clio.ClioService.HealthCheck
|
|
102
|
-
*/
|
|
103
|
-
healthCheck: {
|
|
104
|
-
name: 'HealthCheck',
|
|
105
|
-
I: clio_pb_1.HealthCheckRequest,
|
|
106
|
-
O: clio_pb_1.HealthCheckResponse,
|
|
107
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
108
|
-
},
|
|
109
|
-
},
|
|
110
|
-
};
|