@atproto/pds 0.4.104 → 0.4.105
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 +22 -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 +5 -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 +304 -130
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +168 -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/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 +29 -41
- package/dist/sequencer/events.d.ts.map +1 -1
- package/dist/sequencer/events.js +24 -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 +10 -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 +183 -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/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 +29 -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 +18 -27
- package/tests/sync/subscribe-repos.test.ts +67 -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";
|
@@ -13887,6 +13974,30 @@ export declare const schemas: ({
|
|
13887
13974
|
};
|
13888
13975
|
};
|
13889
13976
|
};
|
13977
|
+
} | {
|
13978
|
+
readonly lexicon: 1;
|
13979
|
+
readonly id: "com.atproto.identity.defs";
|
13980
|
+
readonly defs: {
|
13981
|
+
readonly identityInfo: {
|
13982
|
+
readonly type: "object";
|
13983
|
+
readonly required: ["did", "handle", "didDoc"];
|
13984
|
+
readonly properties: {
|
13985
|
+
readonly did: {
|
13986
|
+
readonly type: "string";
|
13987
|
+
readonly format: "did";
|
13988
|
+
};
|
13989
|
+
readonly handle: {
|
13990
|
+
readonly type: "string";
|
13991
|
+
readonly format: "handle";
|
13992
|
+
readonly description: "The validated handle of the account; or 'handle.invalid' if the handle did not bi-directionally match the DID document.";
|
13993
|
+
};
|
13994
|
+
readonly didDoc: {
|
13995
|
+
readonly type: "unknown";
|
13996
|
+
readonly description: "The complete DID document for the identity.";
|
13997
|
+
};
|
13998
|
+
};
|
13999
|
+
};
|
14000
|
+
};
|
13890
14001
|
} | {
|
13891
14002
|
readonly lexicon: 1;
|
13892
14003
|
readonly id: "com.atproto.identity.getRecommendedDidCredentials";
|
@@ -13923,6 +14034,45 @@ export declare const schemas: ({
|
|
13923
14034
|
};
|
13924
14035
|
};
|
13925
14036
|
};
|
14037
|
+
} | {
|
14038
|
+
readonly lexicon: 1;
|
14039
|
+
readonly id: "com.atproto.identity.refreshIdentity";
|
14040
|
+
readonly defs: {
|
14041
|
+
readonly main: {
|
14042
|
+
readonly type: "procedure";
|
14043
|
+
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.";
|
14044
|
+
readonly input: {
|
14045
|
+
readonly encoding: "application/json";
|
14046
|
+
readonly schema: {
|
14047
|
+
readonly type: "object";
|
14048
|
+
readonly required: ["identifier"];
|
14049
|
+
readonly properties: {
|
14050
|
+
readonly identifier: {
|
14051
|
+
readonly type: "string";
|
14052
|
+
readonly format: "at-identifier";
|
14053
|
+
};
|
14054
|
+
};
|
14055
|
+
};
|
14056
|
+
};
|
14057
|
+
readonly output: {
|
14058
|
+
readonly encoding: "application/json";
|
14059
|
+
readonly schema: {
|
14060
|
+
readonly type: "ref";
|
14061
|
+
readonly ref: "lex:com.atproto.identity.defs#identityInfo";
|
14062
|
+
};
|
14063
|
+
};
|
14064
|
+
readonly errors: [{
|
14065
|
+
readonly name: "HandleNotFound";
|
14066
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
14067
|
+
}, {
|
14068
|
+
readonly name: "DidNotFound";
|
14069
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
14070
|
+
}, {
|
14071
|
+
readonly name: "DidDeactivated";
|
14072
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
14073
|
+
}];
|
14074
|
+
};
|
14075
|
+
};
|
13926
14076
|
} | {
|
13927
14077
|
readonly lexicon: 1;
|
13928
14078
|
readonly id: "com.atproto.identity.requestPlcOperationSignature";
|
@@ -13932,13 +14082,53 @@ export declare const schemas: ({
|
|
13932
14082
|
readonly description: "Request an email with a code to in order to request a signed PLC operation. Requires Auth.";
|
13933
14083
|
};
|
13934
14084
|
};
|
14085
|
+
} | {
|
14086
|
+
readonly lexicon: 1;
|
14087
|
+
readonly id: "com.atproto.identity.resolveDid";
|
14088
|
+
readonly defs: {
|
14089
|
+
readonly main: {
|
14090
|
+
readonly type: "query";
|
14091
|
+
readonly description: "Resolves DID to DID document. Does not bi-directionally verify handle.";
|
14092
|
+
readonly parameters: {
|
14093
|
+
readonly type: "params";
|
14094
|
+
readonly required: ["did"];
|
14095
|
+
readonly properties: {
|
14096
|
+
readonly did: {
|
14097
|
+
readonly type: "string";
|
14098
|
+
readonly format: "did";
|
14099
|
+
readonly description: "DID to resolve.";
|
14100
|
+
};
|
14101
|
+
};
|
14102
|
+
};
|
14103
|
+
readonly output: {
|
14104
|
+
readonly encoding: "application/json";
|
14105
|
+
readonly schema: {
|
14106
|
+
readonly type: "object";
|
14107
|
+
readonly required: ["didDoc"];
|
14108
|
+
readonly properties: {
|
14109
|
+
readonly didDoc: {
|
14110
|
+
readonly type: "unknown";
|
14111
|
+
readonly description: "The complete DID document for the identity.";
|
14112
|
+
};
|
14113
|
+
};
|
14114
|
+
};
|
14115
|
+
};
|
14116
|
+
readonly errors: [{
|
14117
|
+
readonly name: "DidNotFound";
|
14118
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
14119
|
+
}, {
|
14120
|
+
readonly name: "DidDeactivated";
|
14121
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
14122
|
+
}];
|
14123
|
+
};
|
14124
|
+
};
|
13935
14125
|
} | {
|
13936
14126
|
readonly lexicon: 1;
|
13937
14127
|
readonly id: "com.atproto.identity.resolveHandle";
|
13938
14128
|
readonly defs: {
|
13939
14129
|
readonly main: {
|
13940
14130
|
readonly type: "query";
|
13941
|
-
readonly description: "Resolves
|
14131
|
+
readonly description: "Resolves an atproto handle (hostname) to a DID. Does not necessarily bi-directionally verify against the the DID document.";
|
13942
14132
|
readonly parameters: {
|
13943
14133
|
readonly type: "params";
|
13944
14134
|
readonly required: ["handle"];
|
@@ -13963,6 +14153,47 @@ export declare const schemas: ({
|
|
13963
14153
|
};
|
13964
14154
|
};
|
13965
14155
|
};
|
14156
|
+
readonly errors: [{
|
14157
|
+
readonly name: "HandleNotFound";
|
14158
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
14159
|
+
}];
|
14160
|
+
};
|
14161
|
+
};
|
14162
|
+
} | {
|
14163
|
+
readonly lexicon: 1;
|
14164
|
+
readonly id: "com.atproto.identity.resolveIdentity";
|
14165
|
+
readonly defs: {
|
14166
|
+
readonly main: {
|
14167
|
+
readonly type: "query";
|
14168
|
+
readonly description: "Resolves an identity (DID or Handle) to a full identity (DID document and verified handle).";
|
14169
|
+
readonly parameters: {
|
14170
|
+
readonly type: "params";
|
14171
|
+
readonly required: ["identifier"];
|
14172
|
+
readonly properties: {
|
14173
|
+
readonly identifier: {
|
14174
|
+
readonly type: "string";
|
14175
|
+
readonly format: "at-identifier";
|
14176
|
+
readonly description: "Handle or DID to resolve.";
|
14177
|
+
};
|
14178
|
+
};
|
14179
|
+
};
|
14180
|
+
readonly output: {
|
14181
|
+
readonly encoding: "application/json";
|
14182
|
+
readonly schema: {
|
14183
|
+
readonly type: "ref";
|
14184
|
+
readonly ref: "lex:com.atproto.identity.defs#identityInfo";
|
14185
|
+
};
|
14186
|
+
};
|
14187
|
+
readonly errors: [{
|
14188
|
+
readonly name: "HandleNotFound";
|
14189
|
+
readonly description: "The resolution process confirmed that the handle does not resolve to any DID.";
|
14190
|
+
}, {
|
14191
|
+
readonly name: "DidNotFound";
|
14192
|
+
readonly description: "The DID resolution process confirmed that there is no current DID.";
|
14193
|
+
}, {
|
14194
|
+
readonly name: "DidDeactivated";
|
14195
|
+
readonly description: "The DID previously existed, but has been deactivated.";
|
14196
|
+
}];
|
13966
14197
|
};
|
13967
14198
|
};
|
13968
14199
|
} | {
|
@@ -16714,7 +16945,7 @@ export declare const schemas: ({
|
|
16714
16945
|
readonly message: {
|
16715
16946
|
readonly schema: {
|
16716
16947
|
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#
|
16948
|
+
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
16949
|
};
|
16719
16950
|
};
|
16720
16951
|
readonly errors: [{
|
@@ -16873,68 +17104,6 @@ export declare const schemas: ({
|
|
16873
17104
|
};
|
16874
17105
|
};
|
16875
17106
|
};
|
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
17107
|
readonly info: {
|
16939
17108
|
readonly type: "object";
|
16940
17109
|
readonly required: ["name"];
|
@@ -18328,8 +18497,9 @@ export declare const schemas: ({
|
|
18328
18497
|
readonly properties: {
|
18329
18498
|
readonly video: {
|
18330
18499
|
readonly type: "blob";
|
18500
|
+
readonly description: "The mp4 video file. May be up to 100mb, formerly limited to 50mb.";
|
18331
18501
|
readonly accept: ["video/mp4"];
|
18332
|
-
readonly maxSize:
|
18502
|
+
readonly maxSize: 100000000;
|
18333
18503
|
};
|
18334
18504
|
readonly captions: {
|
18335
18505
|
readonly type: "array";
|
@@ -26373,9 +26543,13 @@ export declare const ids: {
|
|
26373
26543
|
readonly ComAtprotoAdminUpdateAccountHandle: "com.atproto.admin.updateAccountHandle";
|
26374
26544
|
readonly ComAtprotoAdminUpdateAccountPassword: "com.atproto.admin.updateAccountPassword";
|
26375
26545
|
readonly ComAtprotoAdminUpdateSubjectStatus: "com.atproto.admin.updateSubjectStatus";
|
26546
|
+
readonly ComAtprotoIdentityDefs: "com.atproto.identity.defs";
|
26376
26547
|
readonly ComAtprotoIdentityGetRecommendedDidCredentials: "com.atproto.identity.getRecommendedDidCredentials";
|
26548
|
+
readonly ComAtprotoIdentityRefreshIdentity: "com.atproto.identity.refreshIdentity";
|
26377
26549
|
readonly ComAtprotoIdentityRequestPlcOperationSignature: "com.atproto.identity.requestPlcOperationSignature";
|
26550
|
+
readonly ComAtprotoIdentityResolveDid: "com.atproto.identity.resolveDid";
|
26378
26551
|
readonly ComAtprotoIdentityResolveHandle: "com.atproto.identity.resolveHandle";
|
26552
|
+
readonly ComAtprotoIdentityResolveIdentity: "com.atproto.identity.resolveIdentity";
|
26379
26553
|
readonly ComAtprotoIdentitySignPlcOperation: "com.atproto.identity.signPlcOperation";
|
26380
26554
|
readonly ComAtprotoIdentitySubmitPlcOperation: "com.atproto.identity.submitPlcOperation";
|
26381
26555
|
readonly ComAtprotoIdentityUpdateHandle: "com.atproto.identity.updateHandle";
|