@atproto/pds 0.4.104 → 0.4.106
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/CHANGELOG.md +34 -0
- package/dist/account-manager/{index.d.ts → account-manager.d.ts} +26 -35
- package/dist/account-manager/account-manager.d.ts.map +1 -0
- package/dist/account-manager/{index.js → account-manager.js} +52 -207
- package/dist/account-manager/account-manager.js.map +1 -0
- package/dist/account-manager/helpers/account.d.ts +3 -3
- package/dist/account-manager/helpers/device-account.d.ts +15 -15
- package/dist/account-manager/helpers/device-account.d.ts.map +1 -1
- package/dist/account-manager/helpers/device-account.js +2 -1
- package/dist/account-manager/helpers/device-account.js.map +1 -1
- package/dist/account-manager/helpers/token.d.ts +98 -98
- package/dist/account-manager/oauth-store.d.ts +58 -0
- package/dist/account-manager/oauth-store.d.ts.map +1 -0
- package/dist/account-manager/oauth-store.js +417 -0
- package/dist/account-manager/oauth-store.js.map +1 -0
- package/dist/actor-store/record/reader.d.ts +3 -3
- package/dist/actor-store/repo/reader.d.ts +2 -0
- package/dist/actor-store/repo/reader.d.ts.map +1 -1
- package/dist/actor-store/repo/reader.js +9 -0
- package/dist/actor-store/repo/reader.js.map +1 -1
- package/dist/actor-store/repo/sql-repo-reader.d.ts +1 -1
- package/dist/actor-store/repo/transactor.d.ts.map +1 -1
- package/dist/actor-store/repo/transactor.js +13 -4
- package/dist/actor-store/repo/transactor.js.map +1 -1
- package/dist/api/com/atproto/admin/deleteAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/deleteAccount.js +2 -3
- package/dist/api/com/atproto/admin/deleteAccount.js.map +1 -1
- package/dist/api/com/atproto/admin/updateAccountHandle.d.ts.map +1 -1
- package/dist/api/com/atproto/admin/updateAccountHandle.js +2 -6
- package/dist/api/com/atproto/admin/updateAccountHandle.js.map +1 -1
- package/dist/api/com/atproto/identity/resolveHandle.d.ts.map +1 -1
- package/dist/api/com/atproto/identity/resolveHandle.js +2 -36
- package/dist/api/com/atproto/identity/resolveHandle.js.map +1 -1
- package/dist/api/com/atproto/identity/updateHandle.d.ts.map +1 -1
- package/dist/api/com/atproto/identity/updateHandle.js +1 -7
- package/dist/api/com/atproto/identity/updateHandle.js.map +1 -1
- package/dist/api/com/atproto/server/activateAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/activateAccount.js +2 -18
- package/dist/api/com/atproto/server/activateAccount.js.map +1 -1
- package/dist/api/com/atproto/server/createAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/createAccount.js +7 -7
- package/dist/api/com/atproto/server/createAccount.js.map +1 -1
- package/dist/api/com/atproto/server/createSession.js +1 -1
- package/dist/api/com/atproto/server/createSession.js.map +1 -1
- package/dist/api/com/atproto/server/deleteAccount.d.ts.map +1 -1
- package/dist/api/com/atproto/server/deleteAccount.js +2 -3
- package/dist/api/com/atproto/server/deleteAccount.js.map +1 -1
- package/dist/api/com/atproto/server/getSession.js +1 -1
- package/dist/api/com/atproto/server/getSession.js.map +1 -1
- package/dist/api/com/atproto/server/refreshSession.js +1 -1
- package/dist/api/com/atproto/server/refreshSession.js.map +1 -1
- package/dist/api/com/atproto/sync/getRecord.d.ts.map +1 -1
- package/dist/api/com/atproto/sync/getRecord.js.map +1 -1
- package/dist/api/com/atproto/sync/getRepoStatus.js +1 -1
- package/dist/api/com/atproto/sync/getRepoStatus.js.map +1 -1
- package/dist/api/com/atproto/sync/listRepos.js +1 -1
- package/dist/api/com/atproto/sync/listRepos.js.map +1 -1
- package/dist/api/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
- package/dist/api/com/atproto/sync/subscribeRepos.js +2 -10
- package/dist/api/com/atproto/sync/subscribeRepos.js.map +1 -1
- package/dist/app-view.d.ts +14 -0
- package/dist/app-view.d.ts.map +1 -0
- package/dist/app-view.js +36 -0
- package/dist/app-view.js.map +1 -0
- package/dist/auth-routes.d.ts +1 -1
- package/dist/auth-routes.d.ts.map +1 -1
- package/dist/auth-routes.js +9 -3
- package/dist/auth-routes.js.map +1 -1
- package/dist/auth-verifier.d.ts +1 -1
- package/dist/auth-verifier.d.ts.map +1 -1
- package/dist/config/config.d.ts +3 -2
- package/dist/config/config.d.ts.map +1 -1
- package/dist/config/config.js +17 -7
- package/dist/config/config.js.map +1 -1
- package/dist/config/env.d.ts +4 -0
- package/dist/config/env.d.ts.map +1 -1
- package/dist/config/env.js +5 -0
- package/dist/config/env.js.map +1 -1
- package/dist/context.d.ts +4 -4
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +24 -18
- package/dist/context.js.map +1 -1
- package/dist/handle/index.d.ts +0 -7
- package/dist/handle/index.d.ts.map +1 -1
- package/dist/handle/index.js +4 -58
- package/dist/handle/index.js.map +1 -1
- package/dist/image/image-url.d.ts +8 -0
- package/dist/image/image-url.d.ts.map +1 -0
- package/dist/image/image-url.js +26 -0
- package/dist/image/image-url.js.map +1 -0
- package/dist/lexicon/index.d.ts +6 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +12 -0
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +310 -130
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +171 -67
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/embed/video.d.ts +1 -0
- package/dist/lexicon/types/app/bsky/embed/video.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/embed/video.js.map +1 -1
- package/dist/lexicon/types/com/atproto/identity/defs.d.ts +17 -0
- package/dist/lexicon/types/com/atproto/identity/defs.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/defs.js +16 -0
- package/dist/lexicon/types/com/atproto/identity/defs.js.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/refreshIdentity.d.ts +39 -0
- package/dist/lexicon/types/com/atproto/identity/refreshIdentity.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/refreshIdentity.js +7 -0
- package/dist/lexicon/types/com/atproto/identity/refreshIdentity.js.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveDid.d.ts +40 -0
- package/dist/lexicon/types/com/atproto/identity/resolveDid.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveDid.js +7 -0
- package/dist/lexicon/types/com/atproto/identity/resolveDid.js.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveHandle.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/identity/resolveIdentity.d.ts +36 -0
- package/dist/lexicon/types/com/atproto/identity/resolveIdentity.d.ts.map +1 -0
- package/dist/lexicon/types/com/atproto/identity/resolveIdentity.js +7 -0
- package/dist/lexicon/types/com/atproto/identity/resolveIdentity.js.map +1 -0
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts +1 -30
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js +0 -27
- package/dist/lexicon/types/com/atproto/sync/subscribeRepos.js.map +1 -1
- package/dist/lexicon/types/tools/ozone/team/listMembers.d.ts +1 -0
- package/dist/lexicon/types/tools/ozone/team/listMembers.d.ts.map +1 -1
- package/dist/mailer/index.d.ts +5 -5
- package/dist/mailer/index.d.ts.map +1 -1
- package/dist/mailer/index.js +6 -5
- package/dist/mailer/index.js.map +1 -1
- package/dist/read-after-write/viewer.d.ts +1 -1
- package/dist/read-after-write/viewer.d.ts.map +1 -1
- package/dist/repo/types.d.ts +6 -2
- package/dist/repo/types.d.ts.map +1 -1
- package/dist/repo/types.js.map +1 -1
- package/dist/scripts/rebuild-repo.d.ts.map +1 -1
- package/dist/scripts/rebuild-repo.js +2 -1
- package/dist/scripts/rebuild-repo.js.map +1 -1
- package/dist/sequencer/db/schema.d.ts +1 -1
- package/dist/sequencer/db/schema.d.ts.map +1 -1
- package/dist/sequencer/events.d.ts +27 -38
- package/dist/sequencer/events.d.ts.map +1 -1
- package/dist/sequencer/events.js +40 -58
- package/dist/sequencer/events.js.map +1 -1
- package/dist/sequencer/sequencer.d.ts +2 -3
- package/dist/sequencer/sequencer.d.ts.map +1 -1
- package/dist/sequencer/sequencer.js +5 -17
- package/dist/sequencer/sequencer.js.map +1 -1
- package/package.json +15 -15
- package/src/account-manager/{index.ts → account-manager.ts} +107 -307
- package/src/account-manager/helpers/device-account.ts +1 -0
- package/src/account-manager/oauth-store.ts +494 -0
- package/src/actor-store/repo/reader.ts +11 -0
- package/src/actor-store/repo/transactor.ts +15 -4
- package/src/api/com/atproto/admin/deleteAccount.ts +2 -3
- package/src/api/com/atproto/admin/updateAccountHandle.ts +7 -8
- package/src/api/com/atproto/identity/resolveHandle.ts +2 -11
- package/src/api/com/atproto/identity/updateHandle.ts +4 -7
- package/src/api/com/atproto/server/activateAccount.ts +4 -18
- package/src/api/com/atproto/server/createAccount.ts +15 -11
- package/src/api/com/atproto/server/createSession.ts +1 -1
- package/src/api/com/atproto/server/deleteAccount.ts +2 -3
- package/src/api/com/atproto/server/getSession.ts +1 -1
- package/src/api/com/atproto/server/refreshSession.ts +1 -1
- package/src/api/com/atproto/sync/getRecord.ts +0 -1
- package/src/api/com/atproto/sync/getRepoStatus.ts +1 -1
- package/src/api/com/atproto/sync/listRepos.ts +1 -1
- package/src/api/com/atproto/sync/subscribeRepos.ts +2 -9
- package/src/app-view.ts +24 -0
- package/src/auth-routes.ts +9 -3
- package/src/auth-verifier.ts +1 -1
- package/src/config/config.ts +25 -13
- package/src/config/env.ts +12 -0
- package/src/context.ts +44 -24
- package/src/handle/index.ts +6 -52
- package/src/image/image-url.ts +16 -0
- package/src/lexicon/index.ts +36 -0
- package/src/lexicon/lexicons.ts +186 -67
- package/src/lexicon/types/app/bsky/embed/video.ts +1 -0
- package/src/lexicon/types/com/atproto/identity/defs.ts +30 -0
- package/src/lexicon/types/com/atproto/identity/refreshIdentity.ts +52 -0
- package/src/lexicon/types/com/atproto/identity/resolveDid.ts +52 -0
- package/src/lexicon/types/com/atproto/identity/resolveHandle.ts +1 -0
- package/src/lexicon/types/com/atproto/identity/resolveIdentity.ts +48 -0
- package/src/lexicon/types/com/atproto/sync/subscribeRepos.ts +0 -59
- package/src/lexicon/types/tools/ozone/team/listMembers.ts +1 -0
- package/src/mailer/index.ts +7 -5
- package/src/read-after-write/viewer.ts +1 -1
- package/src/repo/types.ts +7 -2
- package/src/scripts/rebuild-repo.ts +4 -1
- package/src/sequencer/db/schema.ts +1 -8
- package/src/sequencer/events.ts +47 -75
- package/src/sequencer/sequencer.ts +9 -23
- package/tests/account-deletion.test.ts +3 -5
- package/tests/oauth.test.ts +286 -71
- package/tests/sequencer.test.ts +20 -29
- package/tests/sync/subscribe-repos.test.ts +89 -45
- package/tsconfig.build.tsbuildinfo +1 -1
- package/dist/account-manager/index.d.ts.map +0 -1
- package/dist/account-manager/index.js.map +0 -1
- package/dist/actor-store/repo/util.d.ts +0 -5
- package/dist/actor-store/repo/util.d.ts.map +0 -1
- package/dist/actor-store/repo/util.js +0 -25
- package/dist/actor-store/repo/util.js.map +0 -1
- package/dist/oauth/provider.d.ts +0 -10
- package/dist/oauth/provider.d.ts.map +0 -1
- package/dist/oauth/provider.js +0 -38
- package/dist/oauth/provider.js.map +0 -1
- package/src/actor-store/repo/util.ts +0 -22
- package/src/oauth/provider.ts +0 -59
@@ -612,6 +612,31 @@ export declare const schemaDict: {
|
|
612
612
|
};
|
613
613
|
};
|
614
614
|
};
|
615
|
+
readonly ComAtprotoIdentityDefs: {
|
616
|
+
readonly lexicon: 1;
|
617
|
+
readonly id: "com.atproto.identity.defs";
|
618
|
+
readonly defs: {
|
619
|
+
readonly identityInfo: {
|
620
|
+
readonly type: "object";
|
621
|
+
readonly required: ["did", "handle", "didDoc"];
|
622
|
+
readonly properties: {
|
623
|
+
readonly did: {
|
624
|
+
readonly type: "string";
|
625
|
+
readonly format: "did";
|
626
|
+
};
|
627
|
+
readonly handle: {
|
628
|
+
readonly type: "string";
|
629
|
+
readonly format: "handle";
|
630
|
+
readonly description: "The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.";
|
631
|
+
};
|
632
|
+
readonly didDoc: {
|
633
|
+
readonly type: "unknown";
|
634
|
+
readonly description: "The complete DID document for the identity.";
|
635
|
+
};
|
636
|
+
};
|
637
|
+
};
|
638
|
+
};
|
639
|
+
};
|
615
640
|
readonly ComAtprotoIdentityGetRecommendedDidCredentials: {
|
616
641
|
readonly lexicon: 1;
|
617
642
|
readonly id: "com.atproto.identity.getRecommendedDidCredentials";
|
@@ -649,6 +674,46 @@ export declare const schemaDict: {
|
|
649
674
|
};
|
650
675
|
};
|
651
676
|
};
|
677
|
+
readonly ComAtprotoIdentityRefreshIdentity: {
|
678
|
+
readonly lexicon: 1;
|
679
|
+
readonly id: "com.atproto.identity.refreshIdentity";
|
680
|
+
readonly defs: {
|
681
|
+
readonly main: {
|
682
|
+
readonly type: "procedure";
|
683
|
+
readonly description: "Request that the server re-resolve an identity (DID and handle). The server may ignore this request, or require authentication, depending on the role, implementation, and policy of the server.";
|
684
|
+
readonly input: {
|
685
|
+
readonly encoding: "application/json";
|
686
|
+
readonly schema: {
|
687
|
+
readonly type: "object";
|
688
|
+
readonly required: ["identifier"];
|
689
|
+
readonly properties: {
|
690
|
+
readonly identifier: {
|
691
|
+
readonly type: "string";
|
692
|
+
readonly format: "at-identifier";
|
693
|
+
};
|
694
|
+
};
|
695
|
+
};
|
696
|
+
};
|
697
|
+
readonly output: {
|
698
|
+
readonly encoding: "application/json";
|
699
|
+
readonly schema: {
|
700
|
+
readonly type: "ref";
|
701
|
+
readonly ref: "lex:com.atproto.identity.defs#identityInfo";
|
702
|
+
};
|
703
|
+
};
|
704
|
+
readonly errors: [{
|
705
|
+
readonly name: "HandleNotFound";
|
706
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
707
|
+
}, {
|
708
|
+
readonly name: "DidNotFound";
|
709
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
710
|
+
}, {
|
711
|
+
readonly name: "DidDeactivated";
|
712
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
713
|
+
}];
|
714
|
+
};
|
715
|
+
};
|
716
|
+
};
|
652
717
|
readonly ComAtprotoIdentityRequestPlcOperationSignature: {
|
653
718
|
readonly lexicon: 1;
|
654
719
|
readonly id: "com.atproto.identity.requestPlcOperationSignature";
|
@@ -659,13 +724,54 @@ export declare const schemaDict: {
|
|
659
724
|
};
|
660
725
|
};
|
661
726
|
};
|
727
|
+
readonly ComAtprotoIdentityResolveDid: {
|
728
|
+
readonly lexicon: 1;
|
729
|
+
readonly id: "com.atproto.identity.resolveDid";
|
730
|
+
readonly defs: {
|
731
|
+
readonly main: {
|
732
|
+
readonly type: "query";
|
733
|
+
readonly description: "Resolves DID to DID document. Does not bi-directionally verify handle.";
|
734
|
+
readonly parameters: {
|
735
|
+
readonly type: "params";
|
736
|
+
readonly required: ["did"];
|
737
|
+
readonly properties: {
|
738
|
+
readonly did: {
|
739
|
+
readonly type: "string";
|
740
|
+
readonly format: "did";
|
741
|
+
readonly description: "DID to resolve.";
|
742
|
+
};
|
743
|
+
};
|
744
|
+
};
|
745
|
+
readonly output: {
|
746
|
+
readonly encoding: "application/json";
|
747
|
+
readonly schema: {
|
748
|
+
readonly type: "object";
|
749
|
+
readonly required: ["didDoc"];
|
750
|
+
readonly properties: {
|
751
|
+
readonly didDoc: {
|
752
|
+
readonly type: "unknown";
|
753
|
+
readonly description: "The complete DID document for the identity.";
|
754
|
+
};
|
755
|
+
};
|
756
|
+
};
|
757
|
+
};
|
758
|
+
readonly errors: [{
|
759
|
+
readonly name: "DidNotFound";
|
760
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
761
|
+
}, {
|
762
|
+
readonly name: "DidDeactivated";
|
763
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
764
|
+
}];
|
765
|
+
};
|
766
|
+
};
|
767
|
+
};
|
662
768
|
readonly ComAtprotoIdentityResolveHandle: {
|
663
769
|
readonly lexicon: 1;
|
664
770
|
readonly id: "com.atproto.identity.resolveHandle";
|
665
771
|
readonly defs: {
|
666
772
|
readonly main: {
|
667
773
|
readonly type: "query";
|
668
|
-
readonly description: "Resolves
|
774
|
+
readonly description: "Resolves an atproto handle (hostname) to a DID. Does not necessarily bi-directionally verify against the the DID document.";
|
669
775
|
readonly parameters: {
|
670
776
|
readonly type: "params";
|
671
777
|
readonly required: ["handle"];
|
@@ -690,6 +796,48 @@ export declare const schemaDict: {
|
|
690
796
|
};
|
691
797
|
};
|
692
798
|
};
|
799
|
+
readonly errors: [{
|
800
|
+
readonly name: "HandleNotFound";
|
801
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
802
|
+
}];
|
803
|
+
};
|
804
|
+
};
|
805
|
+
};
|
806
|
+
readonly ComAtprotoIdentityResolveIdentity: {
|
807
|
+
readonly lexicon: 1;
|
808
|
+
readonly id: "com.atproto.identity.resolveIdentity";
|
809
|
+
readonly defs: {
|
810
|
+
readonly main: {
|
811
|
+
readonly type: "query";
|
812
|
+
readonly description: "Resolves an identity (DID or Handle) to a full identity (DID document and verified handle).";
|
813
|
+
readonly parameters: {
|
814
|
+
readonly type: "params";
|
815
|
+
readonly required: ["identifier"];
|
816
|
+
readonly properties: {
|
817
|
+
readonly identifier: {
|
818
|
+
readonly type: "string";
|
819
|
+
readonly format: "at-identifier";
|
820
|
+
readonly description: "Handle or DID to resolve.";
|
821
|
+
};
|
822
|
+
};
|
823
|
+
};
|
824
|
+
readonly output: {
|
825
|
+
readonly encoding: "application/json";
|
826
|
+
readonly schema: {
|
827
|
+
readonly type: "ref";
|
828
|
+
readonly ref: "lex:com.atproto.identity.defs#identityInfo";
|
829
|
+
};
|
830
|
+
};
|
831
|
+
readonly errors: [{
|
832
|
+
readonly name: "HandleNotFound";
|
833
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
834
|
+
}, {
|
835
|
+
readonly name: "DidNotFound";
|
836
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
837
|
+
}, {
|
838
|
+
readonly name: "DidDeactivated";
|
839
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
840
|
+
}];
|
693
841
|
};
|
694
842
|
};
|
695
843
|
};
|
@@ -3502,7 +3650,7 @@ export declare const schemaDict: {
|
|
3502
3650
|
readonly message: {
|
3503
3651
|
readonly schema: {
|
3504
3652
|
readonly type: "union";
|
3505
|
-
readonly refs: ["lex:com.atproto.sync.subscribeRepos#commit", "lex:com.atproto.sync.subscribeRepos#sync", "lex:com.atproto.sync.subscribeRepos#identity", "lex:com.atproto.sync.subscribeRepos#account", "lex:com.atproto.sync.subscribeRepos#
|
3653
|
+
readonly refs: ["lex:com.atproto.sync.subscribeRepos#commit", "lex:com.atproto.sync.subscribeRepos#sync", "lex:com.atproto.sync.subscribeRepos#identity", "lex:com.atproto.sync.subscribeRepos#account", "lex:com.atproto.sync.subscribeRepos#info"];
|
3506
3654
|
};
|
3507
3655
|
};
|
3508
3656
|
readonly errors: [{
|
@@ -3661,68 +3809,6 @@ export declare const schemaDict: {
|
|
3661
3809
|
};
|
3662
3810
|
};
|
3663
3811
|
};
|
3664
|
-
readonly handle: {
|
3665
|
-
readonly type: "object";
|
3666
|
-
readonly description: "DEPRECATED -- Use #identity event instead";
|
3667
|
-
readonly required: ["seq", "did", "handle", "time"];
|
3668
|
-
readonly properties: {
|
3669
|
-
readonly seq: {
|
3670
|
-
readonly type: "integer";
|
3671
|
-
};
|
3672
|
-
readonly did: {
|
3673
|
-
readonly type: "string";
|
3674
|
-
readonly format: "did";
|
3675
|
-
};
|
3676
|
-
readonly handle: {
|
3677
|
-
readonly type: "string";
|
3678
|
-
readonly format: "handle";
|
3679
|
-
};
|
3680
|
-
readonly time: {
|
3681
|
-
readonly type: "string";
|
3682
|
-
readonly format: "datetime";
|
3683
|
-
};
|
3684
|
-
};
|
3685
|
-
};
|
3686
|
-
readonly migrate: {
|
3687
|
-
readonly type: "object";
|
3688
|
-
readonly description: "DEPRECATED -- Use #account event instead";
|
3689
|
-
readonly required: ["seq", "did", "migrateTo", "time"];
|
3690
|
-
readonly nullable: ["migrateTo"];
|
3691
|
-
readonly properties: {
|
3692
|
-
readonly seq: {
|
3693
|
-
readonly type: "integer";
|
3694
|
-
};
|
3695
|
-
readonly did: {
|
3696
|
-
readonly type: "string";
|
3697
|
-
readonly format: "did";
|
3698
|
-
};
|
3699
|
-
readonly migrateTo: {
|
3700
|
-
readonly type: "string";
|
3701
|
-
};
|
3702
|
-
readonly time: {
|
3703
|
-
readonly type: "string";
|
3704
|
-
readonly format: "datetime";
|
3705
|
-
};
|
3706
|
-
};
|
3707
|
-
};
|
3708
|
-
readonly tombstone: {
|
3709
|
-
readonly type: "object";
|
3710
|
-
readonly description: "DEPRECATED -- Use #account event instead";
|
3711
|
-
readonly required: ["seq", "did", "time"];
|
3712
|
-
readonly properties: {
|
3713
|
-
readonly seq: {
|
3714
|
-
readonly type: "integer";
|
3715
|
-
};
|
3716
|
-
readonly did: {
|
3717
|
-
readonly type: "string";
|
3718
|
-
readonly format: "did";
|
3719
|
-
};
|
3720
|
-
readonly time: {
|
3721
|
-
readonly type: "string";
|
3722
|
-
readonly format: "datetime";
|
3723
|
-
};
|
3724
|
-
};
|
3725
|
-
};
|
3726
3812
|
readonly info: {
|
3727
3813
|
readonly type: "object";
|
3728
3814
|
readonly required: ["name"];
|
@@ -5135,8 +5221,9 @@ export declare const schemaDict: {
|
|
5135
5221
|
readonly properties: {
|
5136
5222
|
readonly video: {
|
5137
5223
|
readonly type: "blob";
|
5224
|
+
readonly description: "The mp4 video file. May be up to 100mb, formerly limited to 50mb.";
|
5138
5225
|
readonly accept: ["video/mp4"];
|
5139
|
-
readonly maxSize:
|
5226
|
+
readonly maxSize: 100000000;
|
5140
5227
|
};
|
5141
5228
|
readonly captions: {
|
5142
5229
|
readonly type: "array";
|
@@ -13209,6 +13296,9 @@ export declare const schemaDict: {
|
|
13209
13296
|
readonly parameters: {
|
13210
13297
|
readonly type: "params";
|
13211
13298
|
readonly properties: {
|
13299
|
+
readonly q: {
|
13300
|
+
readonly type: "string";
|
13301
|
+
};
|
13212
13302
|
readonly disabled: {
|
13213
13303
|
readonly type: "boolean";
|
13214
13304
|
};
|
@@ -13887,6 +13977,30 @@ export declare const schemas: ({
|
|
13887
13977
|
};
|
13888
13978
|
};
|
13889
13979
|
};
|
13980
|
+
} | {
|
13981
|
+
readonly lexicon: 1;
|
13982
|
+
readonly id: "com.atproto.identity.defs";
|
13983
|
+
readonly defs: {
|
13984
|
+
readonly identityInfo: {
|
13985
|
+
readonly type: "object";
|
13986
|
+
readonly required: ["did", "handle", "didDoc"];
|
13987
|
+
readonly properties: {
|
13988
|
+
readonly did: {
|
13989
|
+
readonly type: "string";
|
13990
|
+
readonly format: "did";
|
13991
|
+
};
|
13992
|
+
readonly handle: {
|
13993
|
+
readonly type: "string";
|
13994
|
+
readonly format: "handle";
|
13995
|
+
readonly description: "The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.";
|
13996
|
+
};
|
13997
|
+
readonly didDoc: {
|
13998
|
+
readonly type: "unknown";
|
13999
|
+
readonly description: "The complete DID document for the identity.";
|
14000
|
+
};
|
14001
|
+
};
|
14002
|
+
};
|
14003
|
+
};
|
13890
14004
|
} | {
|
13891
14005
|
readonly lexicon: 1;
|
13892
14006
|
readonly id: "com.atproto.identity.getRecommendedDidCredentials";
|
@@ -13923,6 +14037,45 @@ export declare const schemas: ({
|
|
13923
14037
|
};
|
13924
14038
|
};
|
13925
14039
|
};
|
14040
|
+
} | {
|
14041
|
+
readonly lexicon: 1;
|
14042
|
+
readonly id: "com.atproto.identity.refreshIdentity";
|
14043
|
+
readonly defs: {
|
14044
|
+
readonly main: {
|
14045
|
+
readonly type: "procedure";
|
14046
|
+
readonly description: "Request that the server re-resolve an identity (DID and handle). The server may ignore this request, or require authentication, depending on the role, implementation, and policy of the server.";
|
14047
|
+
readonly input: {
|
14048
|
+
readonly encoding: "application/json";
|
14049
|
+
readonly schema: {
|
14050
|
+
readonly type: "object";
|
14051
|
+
readonly required: ["identifier"];
|
14052
|
+
readonly properties: {
|
14053
|
+
readonly identifier: {
|
14054
|
+
readonly type: "string";
|
14055
|
+
readonly format: "at-identifier";
|
14056
|
+
};
|
14057
|
+
};
|
14058
|
+
};
|
14059
|
+
};
|
14060
|
+
readonly output: {
|
14061
|
+
readonly encoding: "application/json";
|
14062
|
+
readonly schema: {
|
14063
|
+
readonly type: "ref";
|
14064
|
+
readonly ref: "lex:com.atproto.identity.defs#identityInfo";
|
14065
|
+
};
|
14066
|
+
};
|
14067
|
+
readonly errors: [{
|
14068
|
+
readonly name: "HandleNotFound";
|
14069
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
14070
|
+
}, {
|
14071
|
+
readonly name: "DidNotFound";
|
14072
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
14073
|
+
}, {
|
14074
|
+
readonly name: "DidDeactivated";
|
14075
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
14076
|
+
}];
|
14077
|
+
};
|
14078
|
+
};
|
13926
14079
|
} | {
|
13927
14080
|
readonly lexicon: 1;
|
13928
14081
|
readonly id: "com.atproto.identity.requestPlcOperationSignature";
|
@@ -13932,13 +14085,53 @@ export declare const schemas: ({
|
|
13932
14085
|
readonly description: "Request an email with a code to in order to request a signed PLC operation. Requires Auth.";
|
13933
14086
|
};
|
13934
14087
|
};
|
14088
|
+
} | {
|
14089
|
+
readonly lexicon: 1;
|
14090
|
+
readonly id: "com.atproto.identity.resolveDid";
|
14091
|
+
readonly defs: {
|
14092
|
+
readonly main: {
|
14093
|
+
readonly type: "query";
|
14094
|
+
readonly description: "Resolves DID to DID document. Does not bi-directionally verify handle.";
|
14095
|
+
readonly parameters: {
|
14096
|
+
readonly type: "params";
|
14097
|
+
readonly required: ["did"];
|
14098
|
+
readonly properties: {
|
14099
|
+
readonly did: {
|
14100
|
+
readonly type: "string";
|
14101
|
+
readonly format: "did";
|
14102
|
+
readonly description: "DID to resolve.";
|
14103
|
+
};
|
14104
|
+
};
|
14105
|
+
};
|
14106
|
+
readonly output: {
|
14107
|
+
readonly encoding: "application/json";
|
14108
|
+
readonly schema: {
|
14109
|
+
readonly type: "object";
|
14110
|
+
readonly required: ["didDoc"];
|
14111
|
+
readonly properties: {
|
14112
|
+
readonly didDoc: {
|
14113
|
+
readonly type: "unknown";
|
14114
|
+
readonly description: "The complete DID document for the identity.";
|
14115
|
+
};
|
14116
|
+
};
|
14117
|
+
};
|
14118
|
+
};
|
14119
|
+
readonly errors: [{
|
14120
|
+
readonly name: "DidNotFound";
|
14121
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
14122
|
+
}, {
|
14123
|
+
readonly name: "DidDeactivated";
|
14124
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
14125
|
+
}];
|
14126
|
+
};
|
14127
|
+
};
|
13935
14128
|
} | {
|
13936
14129
|
readonly lexicon: 1;
|
13937
14130
|
readonly id: "com.atproto.identity.resolveHandle";
|
13938
14131
|
readonly defs: {
|
13939
14132
|
readonly main: {
|
13940
14133
|
readonly type: "query";
|
13941
|
-
readonly description: "Resolves
|
14134
|
+
readonly description: "Resolves an atproto handle (hostname) to a DID. Does not necessarily bi-directionally verify against the the DID document.";
|
13942
14135
|
readonly parameters: {
|
13943
14136
|
readonly type: "params";
|
13944
14137
|
readonly required: ["handle"];
|
@@ -13963,6 +14156,47 @@ export declare const schemas: ({
|
|
13963
14156
|
};
|
13964
14157
|
};
|
13965
14158
|
};
|
14159
|
+
readonly errors: [{
|
14160
|
+
readonly name: "HandleNotFound";
|
14161
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
14162
|
+
}];
|
14163
|
+
};
|
14164
|
+
};
|
14165
|
+
} | {
|
14166
|
+
readonly lexicon: 1;
|
14167
|
+
readonly id: "com.atproto.identity.resolveIdentity";
|
14168
|
+
readonly defs: {
|
14169
|
+
readonly main: {
|
14170
|
+
readonly type: "query";
|
14171
|
+
readonly description: "Resolves an identity (DID or Handle) to a full identity (DID document and verified handle).";
|
14172
|
+
readonly parameters: {
|
14173
|
+
readonly type: "params";
|
14174
|
+
readonly required: ["identifier"];
|
14175
|
+
readonly properties: {
|
14176
|
+
readonly identifier: {
|
14177
|
+
readonly type: "string";
|
14178
|
+
readonly format: "at-identifier";
|
14179
|
+
readonly description: "Handle or DID to resolve.";
|
14180
|
+
};
|
14181
|
+
};
|
14182
|
+
};
|
14183
|
+
readonly output: {
|
14184
|
+
readonly encoding: "application/json";
|
14185
|
+
readonly schema: {
|
14186
|
+
readonly type: "ref";
|
14187
|
+
readonly ref: "lex:com.atproto.identity.defs#identityInfo";
|
14188
|
+
};
|
14189
|
+
};
|
14190
|
+
readonly errors: [{
|
14191
|
+
readonly name: "HandleNotFound";
|
14192
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
14193
|
+
}, {
|
14194
|
+
readonly name: "DidNotFound";
|
14195
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
14196
|
+
}, {
|
14197
|
+
readonly name: "DidDeactivated";
|
14198
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
14199
|
+
}];
|
13966
14200
|
};
|
13967
14201
|
};
|
13968
14202
|
} | {
|
@@ -16714,7 +16948,7 @@ export declare const schemas: ({
|
|
16714
16948
|
readonly message: {
|
16715
16949
|
readonly schema: {
|
16716
16950
|
readonly type: "union";
|
16717
|
-
readonly refs: ["lex:com.atproto.sync.subscribeRepos#commit", "lex:com.atproto.sync.subscribeRepos#sync", "lex:com.atproto.sync.subscribeRepos#identity", "lex:com.atproto.sync.subscribeRepos#account", "lex:com.atproto.sync.subscribeRepos#
|
16951
|
+
readonly refs: ["lex:com.atproto.sync.subscribeRepos#commit", "lex:com.atproto.sync.subscribeRepos#sync", "lex:com.atproto.sync.subscribeRepos#identity", "lex:com.atproto.sync.subscribeRepos#account", "lex:com.atproto.sync.subscribeRepos#info"];
|
16718
16952
|
};
|
16719
16953
|
};
|
16720
16954
|
readonly errors: [{
|
@@ -16873,68 +17107,6 @@ export declare const schemas: ({
|
|
16873
17107
|
};
|
16874
17108
|
};
|
16875
17109
|
};
|
16876
|
-
readonly handle: {
|
16877
|
-
readonly type: "object";
|
16878
|
-
readonly description: "DEPRECATED -- Use #identity event instead";
|
16879
|
-
readonly required: ["seq", "did", "handle", "time"];
|
16880
|
-
readonly properties: {
|
16881
|
-
readonly seq: {
|
16882
|
-
readonly type: "integer";
|
16883
|
-
};
|
16884
|
-
readonly did: {
|
16885
|
-
readonly type: "string";
|
16886
|
-
readonly format: "did";
|
16887
|
-
};
|
16888
|
-
readonly handle: {
|
16889
|
-
readonly type: "string";
|
16890
|
-
readonly format: "handle";
|
16891
|
-
};
|
16892
|
-
readonly time: {
|
16893
|
-
readonly type: "string";
|
16894
|
-
readonly format: "datetime";
|
16895
|
-
};
|
16896
|
-
};
|
16897
|
-
};
|
16898
|
-
readonly migrate: {
|
16899
|
-
readonly type: "object";
|
16900
|
-
readonly description: "DEPRECATED -- Use #account event instead";
|
16901
|
-
readonly required: ["seq", "did", "migrateTo", "time"];
|
16902
|
-
readonly nullable: ["migrateTo"];
|
16903
|
-
readonly properties: {
|
16904
|
-
readonly seq: {
|
16905
|
-
readonly type: "integer";
|
16906
|
-
};
|
16907
|
-
readonly did: {
|
16908
|
-
readonly type: "string";
|
16909
|
-
readonly format: "did";
|
16910
|
-
};
|
16911
|
-
readonly migrateTo: {
|
16912
|
-
readonly type: "string";
|
16913
|
-
};
|
16914
|
-
readonly time: {
|
16915
|
-
readonly type: "string";
|
16916
|
-
readonly format: "datetime";
|
16917
|
-
};
|
16918
|
-
};
|
16919
|
-
};
|
16920
|
-
readonly tombstone: {
|
16921
|
-
readonly type: "object";
|
16922
|
-
readonly description: "DEPRECATED -- Use #account event instead";
|
16923
|
-
readonly required: ["seq", "did", "time"];
|
16924
|
-
readonly properties: {
|
16925
|
-
readonly seq: {
|
16926
|
-
readonly type: "integer";
|
16927
|
-
};
|
16928
|
-
readonly did: {
|
16929
|
-
readonly type: "string";
|
16930
|
-
readonly format: "did";
|
16931
|
-
};
|
16932
|
-
readonly time: {
|
16933
|
-
readonly type: "string";
|
16934
|
-
readonly format: "datetime";
|
16935
|
-
};
|
16936
|
-
};
|
16937
|
-
};
|
16938
17110
|
readonly info: {
|
16939
17111
|
readonly type: "object";
|
16940
17112
|
readonly required: ["name"];
|
@@ -18328,8 +18500,9 @@ export declare const schemas: ({
|
|
18328
18500
|
readonly properties: {
|
18329
18501
|
readonly video: {
|
18330
18502
|
readonly type: "blob";
|
18503
|
+
readonly description: "The mp4 video file. May be up to 100mb, formerly limited to 50mb.";
|
18331
18504
|
readonly accept: ["video/mp4"];
|
18332
|
-
readonly maxSize:
|
18505
|
+
readonly maxSize: 100000000;
|
18333
18506
|
};
|
18334
18507
|
readonly captions: {
|
18335
18508
|
readonly type: "array";
|
@@ -26268,6 +26441,9 @@ export declare const schemas: ({
|
|
26268
26441
|
readonly parameters: {
|
26269
26442
|
readonly type: "params";
|
26270
26443
|
readonly properties: {
|
26444
|
+
readonly q: {
|
26445
|
+
readonly type: "string";
|
26446
|
+
};
|
26271
26447
|
readonly disabled: {
|
26272
26448
|
readonly type: "boolean";
|
26273
26449
|
};
|
@@ -26373,9 +26549,13 @@ export declare const ids: {
|
|
26373
26549
|
readonly ComAtprotoAdminUpdateAccountHandle: "com.atproto.admin.updateAccountHandle";
|
26374
26550
|
readonly ComAtprotoAdminUpdateAccountPassword: "com.atproto.admin.updateAccountPassword";
|
26375
26551
|
readonly ComAtprotoAdminUpdateSubjectStatus: "com.atproto.admin.updateSubjectStatus";
|
26552
|
+
readonly ComAtprotoIdentityDefs: "com.atproto.identity.defs";
|
26376
26553
|
readonly ComAtprotoIdentityGetRecommendedDidCredentials: "com.atproto.identity.getRecommendedDidCredentials";
|
26554
|
+
readonly ComAtprotoIdentityRefreshIdentity: "com.atproto.identity.refreshIdentity";
|
26377
26555
|
readonly ComAtprotoIdentityRequestPlcOperationSignature: "com.atproto.identity.requestPlcOperationSignature";
|
26556
|
+
readonly ComAtprotoIdentityResolveDid: "com.atproto.identity.resolveDid";
|
26378
26557
|
readonly ComAtprotoIdentityResolveHandle: "com.atproto.identity.resolveHandle";
|
26558
|
+
readonly ComAtprotoIdentityResolveIdentity: "com.atproto.identity.resolveIdentity";
|
26379
26559
|
readonly ComAtprotoIdentitySignPlcOperation: "com.atproto.identity.signPlcOperation";
|
26380
26560
|
readonly ComAtprotoIdentitySubmitPlcOperation: "com.atproto.identity.submitPlcOperation";
|
26381
26561
|
readonly ComAtprotoIdentityUpdateHandle: "com.atproto.identity.updateHandle";
|