@atproto/ozone 0.1.160 → 0.1.162
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 +20 -0
- package/LICENSE.txt +1 -1
- package/dist/api/moderation/emitEvent.d.ts.map +1 -1
- package/dist/api/moderation/emitEvent.js +29 -23
- package/dist/api/moderation/emitEvent.js.map +1 -1
- package/dist/daemon/materialized-view-refresher.d.ts.map +1 -1
- package/dist/daemon/materialized-view-refresher.js +8 -1
- package/dist/daemon/materialized-view-refresher.js.map +1 -1
- package/dist/lexicon/index.d.ts +15 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +41 -1
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +1134 -56
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +603 -26
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/actor/defs.d.ts +35 -1
- package/dist/lexicon/types/app/bsky/actor/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/actor/defs.js +27 -0
- package/dist/lexicon/types/app/bsky/actor/defs.js.map +1 -1
- package/dist/lexicon/types/app/bsky/ageassurance/defs.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/ageassurance/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/ageassurance/defs.js.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/defs.d.ts +10 -0
- package/dist/lexicon/types/app/bsky/contact/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/defs.js +9 -0
- package/dist/lexicon/types/app/bsky/contact/defs.js.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/dismissMatch.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/contact/dismissMatch.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/dismissMatch.js.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/getMatches.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/contact/getMatches.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/getMatches.js.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/getSyncStatus.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/contact/getSyncStatus.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/getSyncStatus.js.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/importContacts.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/contact/importContacts.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/importContacts.js.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/removeData.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/contact/removeData.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/removeData.js.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/sendNotification.d.ts +26 -0
- package/dist/lexicon/types/app/bsky/contact/sendNotification.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/contact/sendNotification.js +7 -0
- package/dist/lexicon/types/app/bsky/contact/sendNotification.js.map +1 -0
- package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/startPhoneVerification.js.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/verifyPhone.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/contact/verifyPhone.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/contact/verifyPhone.js.map +1 -1
- package/dist/lexicon/types/app/bsky/draft/createDraft.d.ts +27 -0
- package/dist/lexicon/types/app/bsky/draft/createDraft.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/createDraft.js +7 -0
- package/dist/lexicon/types/app/bsky/draft/createDraft.js.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/defs.d.ts +106 -0
- package/dist/lexicon/types/app/bsky/draft/defs.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/defs.js +97 -0
- package/dist/lexicon/types/app/bsky/draft/defs.js.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/deleteDraft.d.ts +14 -0
- package/dist/lexicon/types/app/bsky/draft/deleteDraft.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/deleteDraft.js +7 -0
- package/dist/lexicon/types/app/bsky/draft/deleteDraft.js.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/getDrafts.d.ts +24 -0
- package/dist/lexicon/types/app/bsky/draft/getDrafts.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/getDrafts.js +7 -0
- package/dist/lexicon/types/app/bsky/draft/getDrafts.js.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/updateDraft.d.ts +15 -0
- package/dist/lexicon/types/app/bsky/draft/updateDraft.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/draft/updateDraft.js +7 -0
- package/dist/lexicon/types/app/bsky/draft/updateDraft.js.map +1 -0
- package/dist/lexicon/types/app/bsky/embed/video.d.ts +4 -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/app/bsky/notification/listNotifications.d.ts +1 -1
- package/dist/lexicon/types/app/bsky/notification/listNotifications.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/notification/listNotifications.js.map +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsers.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsers.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsers.js.map +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts +2 -0
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersSkeleton.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/unspecced/getSuggestedUsersSkeleton.js.map +1 -1
- package/dist/lexicon/types/com/atproto/server/deleteSession.d.ts +1 -0
- package/dist/lexicon/types/com/atproto/server/deleteSession.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/server/deleteSession.js.map +1 -1
- package/dist/lexicon/types/com/atproto/server/getSession.d.ts +3 -3
- package/dist/lexicon/types/com/atproto/server/getSession.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/server/getSession.js.map +1 -1
- package/dist/lexicon/types/com/atproto/server/refreshSession.d.ts +4 -1
- package/dist/lexicon/types/com/atproto/server/refreshSession.d.ts.map +1 -1
- package/dist/lexicon/types/com/atproto/server/refreshSession.js.map +1 -1
- package/dist/mod-service/index.d.ts.map +1 -1
- package/dist/mod-service/index.js +10 -4
- package/dist/mod-service/index.js.map +1 -1
- package/dist/mod-service/util.d.ts.map +1 -1
- package/dist/mod-service/util.js +3 -1
- package/dist/mod-service/util.js.map +1 -1
- package/package.json +8 -8
- package/src/api/moderation/emitEvent.ts +33 -25
- package/src/daemon/materialized-view-refresher.ts +9 -3
- package/src/lexicon/index.ts +75 -0
- package/src/lexicon/lexicons.ts +624 -26
- package/src/lexicon/types/app/bsky/actor/defs.ts +63 -0
- package/src/lexicon/types/app/bsky/ageassurance/defs.ts +2 -0
- package/src/lexicon/types/app/bsky/contact/defs.ts +19 -0
- package/src/lexicon/types/app/bsky/contact/dismissMatch.ts +1 -1
- package/src/lexicon/types/app/bsky/contact/getMatches.ts +1 -1
- package/src/lexicon/types/app/bsky/contact/getSyncStatus.ts +1 -1
- package/src/lexicon/types/app/bsky/contact/importContacts.ts +6 -1
- package/src/lexicon/types/app/bsky/contact/removeData.ts +1 -1
- package/src/lexicon/types/app/bsky/contact/sendNotification.ts +44 -0
- package/src/lexicon/types/app/bsky/contact/startPhoneVerification.ts +1 -1
- package/src/lexicon/types/app/bsky/contact/verifyPhone.ts +6 -1
- package/src/lexicon/types/app/bsky/draft/createDraft.ts +46 -0
- package/src/lexicon/types/app/bsky/draft/defs.ts +208 -0
- package/src/lexicon/types/app/bsky/draft/deleteDraft.ts +33 -0
- package/src/lexicon/types/app/bsky/draft/getDrafts.ts +42 -0
- package/src/lexicon/types/app/bsky/draft/updateDraft.ts +34 -0
- package/src/lexicon/types/app/bsky/embed/video.ts +4 -0
- package/src/lexicon/types/app/bsky/notification/listNotifications.ts +1 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsers.ts +2 -0
- package/src/lexicon/types/app/bsky/unspecced/getSuggestedUsersSkeleton.ts +2 -0
- package/src/lexicon/types/com/atproto/server/deleteSession.ts +1 -0
- package/src/lexicon/types/com/atproto/server/getSession.ts +1 -1
- package/src/lexicon/types/com/atproto/server/refreshSession.ts +4 -1
- package/src/mod-service/index.ts +12 -5
- package/src/mod-service/util.ts +3 -2
- package/tests/query-labels.test.ts +0 -2
- package/tsconfig.build.tsbuildinfo +1 -1
- package/tsconfig.tests.tsbuildinfo +0 -1
|
@@ -244,6 +244,10 @@ export declare const schemaDict: {
|
|
|
244
244
|
readonly type: "ref";
|
|
245
245
|
readonly ref: "lex:app.bsky.actor.defs#profileAssociatedActivitySubscription";
|
|
246
246
|
};
|
|
247
|
+
readonly germ: {
|
|
248
|
+
readonly type: "ref";
|
|
249
|
+
readonly ref: "lex:app.bsky.actor.defs#profileAssociatedGerm";
|
|
250
|
+
};
|
|
247
251
|
};
|
|
248
252
|
};
|
|
249
253
|
readonly profileAssociatedChat: {
|
|
@@ -256,6 +260,20 @@ export declare const schemaDict: {
|
|
|
256
260
|
};
|
|
257
261
|
};
|
|
258
262
|
};
|
|
263
|
+
readonly profileAssociatedGerm: {
|
|
264
|
+
readonly type: "object";
|
|
265
|
+
readonly required: ["showButtonTo", "messageMeUrl"];
|
|
266
|
+
readonly properties: {
|
|
267
|
+
readonly messageMeUrl: {
|
|
268
|
+
readonly type: "string";
|
|
269
|
+
readonly format: "uri";
|
|
270
|
+
};
|
|
271
|
+
readonly showButtonTo: {
|
|
272
|
+
readonly type: "string";
|
|
273
|
+
readonly knownValues: ["usersIFollow", "everyone"];
|
|
274
|
+
};
|
|
275
|
+
};
|
|
276
|
+
};
|
|
259
277
|
readonly profileAssociatedActivitySubscription: {
|
|
260
278
|
readonly type: "object";
|
|
261
279
|
readonly required: ["allowSubscriptions"];
|
|
@@ -382,7 +400,7 @@ export declare const schemaDict: {
|
|
|
382
400
|
readonly type: "array";
|
|
383
401
|
readonly items: {
|
|
384
402
|
readonly type: "union";
|
|
385
|
-
readonly refs: ["lex:app.bsky.actor.defs#adultContentPref", "lex:app.bsky.actor.defs#contentLabelPref", "lex:app.bsky.actor.defs#savedFeedsPref", "lex:app.bsky.actor.defs#savedFeedsPrefV2", "lex:app.bsky.actor.defs#personalDetailsPref", "lex:app.bsky.actor.defs#feedViewPref", "lex:app.bsky.actor.defs#threadViewPref", "lex:app.bsky.actor.defs#interestsPref", "lex:app.bsky.actor.defs#mutedWordsPref", "lex:app.bsky.actor.defs#hiddenPostsPref", "lex:app.bsky.actor.defs#bskyAppStatePref", "lex:app.bsky.actor.defs#labelersPref", "lex:app.bsky.actor.defs#postInteractionSettingsPref", "lex:app.bsky.actor.defs#verificationPrefs"];
|
|
403
|
+
readonly refs: ["lex:app.bsky.actor.defs#adultContentPref", "lex:app.bsky.actor.defs#contentLabelPref", "lex:app.bsky.actor.defs#savedFeedsPref", "lex:app.bsky.actor.defs#savedFeedsPrefV2", "lex:app.bsky.actor.defs#personalDetailsPref", "lex:app.bsky.actor.defs#declaredAgePref", "lex:app.bsky.actor.defs#feedViewPref", "lex:app.bsky.actor.defs#threadViewPref", "lex:app.bsky.actor.defs#interestsPref", "lex:app.bsky.actor.defs#mutedWordsPref", "lex:app.bsky.actor.defs#hiddenPostsPref", "lex:app.bsky.actor.defs#bskyAppStatePref", "lex:app.bsky.actor.defs#labelersPref", "lex:app.bsky.actor.defs#postInteractionSettingsPref", "lex:app.bsky.actor.defs#verificationPrefs", "lex:app.bsky.actor.defs#liveEventPreferences"];
|
|
386
404
|
};
|
|
387
405
|
};
|
|
388
406
|
readonly adultContentPref: {
|
|
@@ -478,6 +496,24 @@ export declare const schemaDict: {
|
|
|
478
496
|
};
|
|
479
497
|
};
|
|
480
498
|
};
|
|
499
|
+
readonly declaredAgePref: {
|
|
500
|
+
readonly type: "object";
|
|
501
|
+
readonly description: "Read-only preference containing value(s) inferred from the user's declared birthdate. Absence of this preference object in the response indicates that the user has not made a declaration.";
|
|
502
|
+
readonly properties: {
|
|
503
|
+
readonly isOverAge13: {
|
|
504
|
+
readonly type: "boolean";
|
|
505
|
+
readonly description: "Indicates if the user has declared that they are over 13 years of age.";
|
|
506
|
+
};
|
|
507
|
+
readonly isOverAge16: {
|
|
508
|
+
readonly type: "boolean";
|
|
509
|
+
readonly description: "Indicates if the user has declared that they are over 16 years of age.";
|
|
510
|
+
};
|
|
511
|
+
readonly isOverAge18: {
|
|
512
|
+
readonly type: "boolean";
|
|
513
|
+
readonly description: "Indicates if the user has declared that they are over 18 years of age.";
|
|
514
|
+
};
|
|
515
|
+
};
|
|
516
|
+
};
|
|
481
517
|
readonly feedViewPref: {
|
|
482
518
|
readonly type: "object";
|
|
483
519
|
readonly required: ["feed"];
|
|
@@ -704,6 +740,24 @@ export declare const schemaDict: {
|
|
|
704
740
|
};
|
|
705
741
|
};
|
|
706
742
|
};
|
|
743
|
+
readonly liveEventPreferences: {
|
|
744
|
+
readonly type: "object";
|
|
745
|
+
readonly description: "Preferences for live events.";
|
|
746
|
+
readonly properties: {
|
|
747
|
+
readonly hiddenFeedIds: {
|
|
748
|
+
readonly description: "A list of feed IDs that the user has hidden from live events.";
|
|
749
|
+
readonly type: "array";
|
|
750
|
+
readonly items: {
|
|
751
|
+
readonly type: "string";
|
|
752
|
+
};
|
|
753
|
+
};
|
|
754
|
+
readonly hideAllFeeds: {
|
|
755
|
+
readonly description: "Whether to hide all feeds from live events.";
|
|
756
|
+
readonly type: "boolean";
|
|
757
|
+
readonly default: false;
|
|
758
|
+
};
|
|
759
|
+
};
|
|
760
|
+
};
|
|
707
761
|
readonly postInteractionSettingsPref: {
|
|
708
762
|
readonly type: "object";
|
|
709
763
|
readonly description: "Default post interaction settings for the account. These values should be applied as default values when creating new posts. These refs should mirror the threadgate and postgate records exactly.";
|
|
@@ -733,6 +787,14 @@ export declare const schemaDict: {
|
|
|
733
787
|
readonly type: "object";
|
|
734
788
|
readonly required: ["status", "record"];
|
|
735
789
|
readonly properties: {
|
|
790
|
+
readonly uri: {
|
|
791
|
+
readonly type: "string";
|
|
792
|
+
readonly format: "at-uri";
|
|
793
|
+
};
|
|
794
|
+
readonly cid: {
|
|
795
|
+
readonly type: "string";
|
|
796
|
+
readonly format: "cid";
|
|
797
|
+
};
|
|
736
798
|
readonly status: {
|
|
737
799
|
readonly type: "string";
|
|
738
800
|
readonly description: "The status for the account.";
|
|
@@ -755,6 +817,10 @@ export declare const schemaDict: {
|
|
|
755
817
|
readonly type: "boolean";
|
|
756
818
|
readonly description: "True if the status is not expired, false if it is expired. Only present if expiration was set.";
|
|
757
819
|
};
|
|
820
|
+
readonly isDisabled: {
|
|
821
|
+
readonly type: "boolean";
|
|
822
|
+
readonly description: "True if the user's go-live access has been disabled by a moderator, false otherwise.";
|
|
823
|
+
};
|
|
758
824
|
};
|
|
759
825
|
};
|
|
760
826
|
};
|
|
@@ -1241,7 +1307,7 @@ export declare const schemaDict: {
|
|
|
1241
1307
|
readonly configRegion: {
|
|
1242
1308
|
readonly type: "object";
|
|
1243
1309
|
readonly description: "The Age Assurance configuration for a specific region.";
|
|
1244
|
-
readonly required: ["countryCode", "rules"];
|
|
1310
|
+
readonly required: ["countryCode", "minAccessAge", "rules"];
|
|
1245
1311
|
readonly properties: {
|
|
1246
1312
|
readonly countryCode: {
|
|
1247
1313
|
readonly type: "string";
|
|
@@ -1251,6 +1317,10 @@ export declare const schemaDict: {
|
|
|
1251
1317
|
readonly type: "string";
|
|
1252
1318
|
readonly description: "The ISO 3166-2 region code this configuration applies to. If omitted, the configuration applies to the entire country.";
|
|
1253
1319
|
};
|
|
1320
|
+
readonly minAccessAge: {
|
|
1321
|
+
readonly type: "integer";
|
|
1322
|
+
readonly description: "The minimum age (as a whole integer) required to use Bluesky in this region.";
|
|
1323
|
+
};
|
|
1254
1324
|
readonly rules: {
|
|
1255
1325
|
readonly type: "array";
|
|
1256
1326
|
readonly description: "The ordered list of Age Assurance rules that apply to this region. Rules should be applied in order, and the first matching rule determines the access level granted. The rules array should always include a default rule as the last item.";
|
|
@@ -1652,6 +1722,23 @@ export declare const schemaDict: {
|
|
|
1652
1722
|
};
|
|
1653
1723
|
};
|
|
1654
1724
|
};
|
|
1725
|
+
readonly notification: {
|
|
1726
|
+
readonly description: "A stash object to be sent via bsync representing a notification to be created.";
|
|
1727
|
+
readonly type: "object";
|
|
1728
|
+
readonly required: ["from", "to"];
|
|
1729
|
+
readonly properties: {
|
|
1730
|
+
readonly from: {
|
|
1731
|
+
readonly description: "The DID of who this notification comes from.";
|
|
1732
|
+
readonly type: "string";
|
|
1733
|
+
readonly format: "did";
|
|
1734
|
+
};
|
|
1735
|
+
readonly to: {
|
|
1736
|
+
readonly description: "The DID of who this notification should go to.";
|
|
1737
|
+
readonly type: "string";
|
|
1738
|
+
readonly format: "did";
|
|
1739
|
+
};
|
|
1740
|
+
};
|
|
1741
|
+
};
|
|
1655
1742
|
};
|
|
1656
1743
|
};
|
|
1657
1744
|
readonly AppBskyContactDismissMatch: {
|
|
@@ -1660,7 +1747,7 @@ export declare const schemaDict: {
|
|
|
1660
1747
|
readonly defs: {
|
|
1661
1748
|
readonly main: {
|
|
1662
1749
|
readonly type: "procedure";
|
|
1663
|
-
readonly description: "
|
|
1750
|
+
readonly description: "Removes a match that was found via contact import. It shouldn't appear again if the same contact is re-imported. Requires authentication.";
|
|
1664
1751
|
readonly input: {
|
|
1665
1752
|
readonly encoding: "application/json";
|
|
1666
1753
|
readonly schema: {
|
|
@@ -1683,8 +1770,9 @@ export declare const schemaDict: {
|
|
|
1683
1770
|
};
|
|
1684
1771
|
};
|
|
1685
1772
|
readonly errors: [{
|
|
1686
|
-
readonly name: "
|
|
1687
|
-
|
|
1773
|
+
readonly name: "InvalidDid";
|
|
1774
|
+
}, {
|
|
1775
|
+
readonly name: "InternalError";
|
|
1688
1776
|
}];
|
|
1689
1777
|
};
|
|
1690
1778
|
};
|
|
@@ -1695,7 +1783,7 @@ export declare const schemaDict: {
|
|
|
1695
1783
|
readonly defs: {
|
|
1696
1784
|
readonly main: {
|
|
1697
1785
|
readonly type: "query";
|
|
1698
|
-
readonly description: "
|
|
1786
|
+
readonly description: "Returns the matched contacts (contacts that were mutually imported). Excludes dismissed matches. Requires authentication.";
|
|
1699
1787
|
readonly parameters: {
|
|
1700
1788
|
readonly type: "params";
|
|
1701
1789
|
readonly properties: {
|
|
@@ -1730,8 +1818,13 @@ export declare const schemaDict: {
|
|
|
1730
1818
|
};
|
|
1731
1819
|
};
|
|
1732
1820
|
readonly errors: [{
|
|
1733
|
-
readonly name: "
|
|
1734
|
-
|
|
1821
|
+
readonly name: "InvalidDid";
|
|
1822
|
+
}, {
|
|
1823
|
+
readonly name: "InvalidLimit";
|
|
1824
|
+
}, {
|
|
1825
|
+
readonly name: "InvalidCursor";
|
|
1826
|
+
}, {
|
|
1827
|
+
readonly name: "InternalError";
|
|
1735
1828
|
}];
|
|
1736
1829
|
};
|
|
1737
1830
|
};
|
|
@@ -1742,7 +1835,7 @@ export declare const schemaDict: {
|
|
|
1742
1835
|
readonly defs: {
|
|
1743
1836
|
readonly main: {
|
|
1744
1837
|
readonly type: "query";
|
|
1745
|
-
readonly description: "
|
|
1838
|
+
readonly description: "Gets the user's current contact import status. Requires authentication.";
|
|
1746
1839
|
readonly parameters: {
|
|
1747
1840
|
readonly type: "params";
|
|
1748
1841
|
readonly properties: {};
|
|
@@ -1761,8 +1854,9 @@ export declare const schemaDict: {
|
|
|
1761
1854
|
};
|
|
1762
1855
|
};
|
|
1763
1856
|
readonly errors: [{
|
|
1764
|
-
readonly name: "
|
|
1765
|
-
|
|
1857
|
+
readonly name: "InvalidDid";
|
|
1858
|
+
}, {
|
|
1859
|
+
readonly name: "InternalError";
|
|
1766
1860
|
}];
|
|
1767
1861
|
};
|
|
1768
1862
|
};
|
|
@@ -1773,7 +1867,7 @@ export declare const schemaDict: {
|
|
|
1773
1867
|
readonly defs: {
|
|
1774
1868
|
readonly main: {
|
|
1775
1869
|
readonly type: "procedure";
|
|
1776
|
-
readonly description: "
|
|
1870
|
+
readonly description: "Import contacts for securely matching with other users. This follows the protocol explained in https://docs.bsky.app/blog/contact-import-rfc. Requires authentication.";
|
|
1777
1871
|
readonly input: {
|
|
1778
1872
|
readonly encoding: "application/json";
|
|
1779
1873
|
readonly schema: {
|
|
@@ -1814,8 +1908,15 @@ export declare const schemaDict: {
|
|
|
1814
1908
|
};
|
|
1815
1909
|
};
|
|
1816
1910
|
readonly errors: [{
|
|
1817
|
-
readonly name: "
|
|
1818
|
-
|
|
1911
|
+
readonly name: "InvalidDid";
|
|
1912
|
+
}, {
|
|
1913
|
+
readonly name: "InvalidContacts";
|
|
1914
|
+
}, {
|
|
1915
|
+
readonly name: "TooManyContacts";
|
|
1916
|
+
}, {
|
|
1917
|
+
readonly name: "InvalidToken";
|
|
1918
|
+
}, {
|
|
1919
|
+
readonly name: "InternalError";
|
|
1819
1920
|
}];
|
|
1820
1921
|
};
|
|
1821
1922
|
};
|
|
@@ -1826,7 +1927,7 @@ export declare const schemaDict: {
|
|
|
1826
1927
|
readonly defs: {
|
|
1827
1928
|
readonly main: {
|
|
1828
1929
|
readonly type: "procedure";
|
|
1829
|
-
readonly description: "
|
|
1930
|
+
readonly description: "Removes all stored hashes used for contact matching, existing matches, and sync status. Requires authentication.";
|
|
1830
1931
|
readonly input: {
|
|
1831
1932
|
readonly encoding: "application/json";
|
|
1832
1933
|
readonly schema: {
|
|
@@ -1842,19 +1943,56 @@ export declare const schemaDict: {
|
|
|
1842
1943
|
};
|
|
1843
1944
|
};
|
|
1844
1945
|
readonly errors: [{
|
|
1845
|
-
readonly name: "
|
|
1846
|
-
|
|
1946
|
+
readonly name: "InvalidDid";
|
|
1947
|
+
}, {
|
|
1948
|
+
readonly name: "InternalError";
|
|
1847
1949
|
}];
|
|
1848
1950
|
};
|
|
1849
1951
|
};
|
|
1850
1952
|
};
|
|
1953
|
+
readonly AppBskyContactSendNotification: {
|
|
1954
|
+
readonly lexicon: 1;
|
|
1955
|
+
readonly id: "app.bsky.contact.sendNotification";
|
|
1956
|
+
readonly defs: {
|
|
1957
|
+
readonly main: {
|
|
1958
|
+
readonly type: "procedure";
|
|
1959
|
+
readonly description: "System endpoint to send notifications related to contact imports. Requires role authentication.";
|
|
1960
|
+
readonly input: {
|
|
1961
|
+
readonly encoding: "application/json";
|
|
1962
|
+
readonly schema: {
|
|
1963
|
+
readonly type: "object";
|
|
1964
|
+
readonly required: ["from", "to"];
|
|
1965
|
+
readonly properties: {
|
|
1966
|
+
readonly from: {
|
|
1967
|
+
readonly description: "The DID of who this notification comes from.";
|
|
1968
|
+
readonly type: "string";
|
|
1969
|
+
readonly format: "did";
|
|
1970
|
+
};
|
|
1971
|
+
readonly to: {
|
|
1972
|
+
readonly description: "The DID of who this notification should go to.";
|
|
1973
|
+
readonly type: "string";
|
|
1974
|
+
readonly format: "did";
|
|
1975
|
+
};
|
|
1976
|
+
};
|
|
1977
|
+
};
|
|
1978
|
+
};
|
|
1979
|
+
readonly output: {
|
|
1980
|
+
readonly encoding: "application/json";
|
|
1981
|
+
readonly schema: {
|
|
1982
|
+
readonly type: "object";
|
|
1983
|
+
readonly properties: {};
|
|
1984
|
+
};
|
|
1985
|
+
};
|
|
1986
|
+
};
|
|
1987
|
+
};
|
|
1988
|
+
};
|
|
1851
1989
|
readonly AppBskyContactStartPhoneVerification: {
|
|
1852
1990
|
readonly lexicon: 1;
|
|
1853
1991
|
readonly id: "app.bsky.contact.startPhoneVerification";
|
|
1854
1992
|
readonly defs: {
|
|
1855
1993
|
readonly main: {
|
|
1856
1994
|
readonly type: "procedure";
|
|
1857
|
-
readonly description: "
|
|
1995
|
+
readonly description: "Starts a phone verification flow. The phone passed will receive a code via SMS that should be passed to `app.bsky.contact.verifyPhone`. Requires authentication.";
|
|
1858
1996
|
readonly input: {
|
|
1859
1997
|
readonly encoding: "application/json";
|
|
1860
1998
|
readonly schema: {
|
|
@@ -1876,8 +2014,13 @@ export declare const schemaDict: {
|
|
|
1876
2014
|
};
|
|
1877
2015
|
};
|
|
1878
2016
|
readonly errors: [{
|
|
1879
|
-
readonly name: "
|
|
1880
|
-
|
|
2017
|
+
readonly name: "RateLimitExceeded";
|
|
2018
|
+
}, {
|
|
2019
|
+
readonly name: "InvalidDid";
|
|
2020
|
+
}, {
|
|
2021
|
+
readonly name: "InvalidPhone";
|
|
2022
|
+
}, {
|
|
2023
|
+
readonly name: "InternalError";
|
|
1881
2024
|
}];
|
|
1882
2025
|
};
|
|
1883
2026
|
};
|
|
@@ -1888,7 +2031,7 @@ export declare const schemaDict: {
|
|
|
1888
2031
|
readonly defs: {
|
|
1889
2032
|
readonly main: {
|
|
1890
2033
|
readonly type: "procedure";
|
|
1891
|
-
readonly description: "
|
|
2034
|
+
readonly description: "Verifies control over a phone number with a code received via SMS and starts a contact import session. Requires authentication.";
|
|
1892
2035
|
readonly input: {
|
|
1893
2036
|
readonly encoding: "application/json";
|
|
1894
2037
|
readonly schema: {
|
|
@@ -1920,12 +2063,372 @@ export declare const schemaDict: {
|
|
|
1920
2063
|
};
|
|
1921
2064
|
};
|
|
1922
2065
|
readonly errors: [{
|
|
1923
|
-
readonly name: "
|
|
1924
|
-
|
|
2066
|
+
readonly name: "RateLimitExceeded";
|
|
2067
|
+
}, {
|
|
2068
|
+
readonly name: "InvalidDid";
|
|
2069
|
+
}, {
|
|
2070
|
+
readonly name: "InvalidPhone";
|
|
2071
|
+
}, {
|
|
2072
|
+
readonly name: "InvalidCode";
|
|
2073
|
+
}, {
|
|
2074
|
+
readonly name: "InternalError";
|
|
1925
2075
|
}];
|
|
1926
2076
|
};
|
|
1927
2077
|
};
|
|
1928
2078
|
};
|
|
2079
|
+
readonly AppBskyDraftCreateDraft: {
|
|
2080
|
+
readonly lexicon: 1;
|
|
2081
|
+
readonly id: "app.bsky.draft.createDraft";
|
|
2082
|
+
readonly defs: {
|
|
2083
|
+
readonly main: {
|
|
2084
|
+
readonly type: "procedure";
|
|
2085
|
+
readonly description: "Inserts a draft using private storage (stash). An upper limit of drafts might be enforced. Requires authentication.";
|
|
2086
|
+
readonly input: {
|
|
2087
|
+
readonly encoding: "application/json";
|
|
2088
|
+
readonly schema: {
|
|
2089
|
+
readonly type: "object";
|
|
2090
|
+
readonly required: ["draft"];
|
|
2091
|
+
readonly properties: {
|
|
2092
|
+
readonly draft: {
|
|
2093
|
+
readonly type: "ref";
|
|
2094
|
+
readonly ref: "lex:app.bsky.draft.defs#draft";
|
|
2095
|
+
};
|
|
2096
|
+
};
|
|
2097
|
+
};
|
|
2098
|
+
};
|
|
2099
|
+
readonly output: {
|
|
2100
|
+
readonly encoding: "application/json";
|
|
2101
|
+
readonly schema: {
|
|
2102
|
+
readonly type: "object";
|
|
2103
|
+
readonly required: ["id"];
|
|
2104
|
+
readonly properties: {
|
|
2105
|
+
readonly id: {
|
|
2106
|
+
readonly type: "string";
|
|
2107
|
+
readonly description: "The ID of the created draft.";
|
|
2108
|
+
};
|
|
2109
|
+
};
|
|
2110
|
+
};
|
|
2111
|
+
};
|
|
2112
|
+
readonly errors: [{
|
|
2113
|
+
readonly name: "DraftLimitReached";
|
|
2114
|
+
readonly description: "Trying to insert a new draft when the limit was already reached.";
|
|
2115
|
+
}];
|
|
2116
|
+
};
|
|
2117
|
+
};
|
|
2118
|
+
};
|
|
2119
|
+
readonly AppBskyDraftDefs: {
|
|
2120
|
+
readonly lexicon: 1;
|
|
2121
|
+
readonly id: "app.bsky.draft.defs";
|
|
2122
|
+
readonly defs: {
|
|
2123
|
+
readonly draftWithId: {
|
|
2124
|
+
readonly description: "A draft with an identifier, used to store drafts in private storage (stash).";
|
|
2125
|
+
readonly type: "object";
|
|
2126
|
+
readonly required: ["id", "draft"];
|
|
2127
|
+
readonly properties: {
|
|
2128
|
+
readonly id: {
|
|
2129
|
+
readonly description: "A TID to be used as a draft identifier.";
|
|
2130
|
+
readonly type: "string";
|
|
2131
|
+
readonly format: "tid";
|
|
2132
|
+
};
|
|
2133
|
+
readonly draft: {
|
|
2134
|
+
readonly type: "ref";
|
|
2135
|
+
readonly ref: "lex:app.bsky.draft.defs#draft";
|
|
2136
|
+
};
|
|
2137
|
+
};
|
|
2138
|
+
};
|
|
2139
|
+
readonly draft: {
|
|
2140
|
+
readonly description: "A draft containing an array of draft posts.";
|
|
2141
|
+
readonly type: "object";
|
|
2142
|
+
readonly required: ["posts"];
|
|
2143
|
+
readonly properties: {
|
|
2144
|
+
readonly posts: {
|
|
2145
|
+
readonly description: "Array of draft posts that compose this draft.";
|
|
2146
|
+
readonly type: "array";
|
|
2147
|
+
readonly minLength: 1;
|
|
2148
|
+
readonly maxLength: 100;
|
|
2149
|
+
readonly items: {
|
|
2150
|
+
readonly type: "ref";
|
|
2151
|
+
readonly ref: "lex:app.bsky.draft.defs#draftPost";
|
|
2152
|
+
};
|
|
2153
|
+
};
|
|
2154
|
+
readonly langs: {
|
|
2155
|
+
readonly type: "array";
|
|
2156
|
+
readonly description: "Indicates human language of posts primary text content.";
|
|
2157
|
+
readonly maxLength: 3;
|
|
2158
|
+
readonly items: {
|
|
2159
|
+
readonly type: "string";
|
|
2160
|
+
readonly format: "language";
|
|
2161
|
+
};
|
|
2162
|
+
};
|
|
2163
|
+
readonly postgateEmbeddingRules: {
|
|
2164
|
+
readonly description: "Embedding rules for the postgates to be created when this draft is published.";
|
|
2165
|
+
readonly type: "array";
|
|
2166
|
+
readonly maxLength: 5;
|
|
2167
|
+
readonly items: {
|
|
2168
|
+
readonly type: "union";
|
|
2169
|
+
readonly refs: ["lex:app.bsky.feed.postgate#disableRule"];
|
|
2170
|
+
};
|
|
2171
|
+
};
|
|
2172
|
+
readonly threadgateAllow: {
|
|
2173
|
+
readonly description: "Allow-rules for the threadgate to be created when this draft is published.";
|
|
2174
|
+
readonly type: "array";
|
|
2175
|
+
readonly maxLength: 5;
|
|
2176
|
+
readonly items: {
|
|
2177
|
+
readonly type: "union";
|
|
2178
|
+
readonly refs: ["lex:app.bsky.feed.threadgate#mentionRule", "lex:app.bsky.feed.threadgate#followerRule", "lex:app.bsky.feed.threadgate#followingRule", "lex:app.bsky.feed.threadgate#listRule"];
|
|
2179
|
+
};
|
|
2180
|
+
};
|
|
2181
|
+
};
|
|
2182
|
+
};
|
|
2183
|
+
readonly draftPost: {
|
|
2184
|
+
readonly description: "One of the posts that compose a draft.";
|
|
2185
|
+
readonly type: "object";
|
|
2186
|
+
readonly required: ["text"];
|
|
2187
|
+
readonly properties: {
|
|
2188
|
+
readonly text: {
|
|
2189
|
+
readonly type: "string";
|
|
2190
|
+
readonly maxLength: 3000;
|
|
2191
|
+
readonly maxGraphemes: 300;
|
|
2192
|
+
readonly description: "The primary post content.";
|
|
2193
|
+
};
|
|
2194
|
+
readonly labels: {
|
|
2195
|
+
readonly type: "union";
|
|
2196
|
+
readonly description: "Self-label values for this post. Effectively content warnings.";
|
|
2197
|
+
readonly refs: ["lex:com.atproto.label.defs#selfLabels"];
|
|
2198
|
+
};
|
|
2199
|
+
readonly embedImages: {
|
|
2200
|
+
readonly type: "array";
|
|
2201
|
+
readonly items: {
|
|
2202
|
+
readonly type: "ref";
|
|
2203
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedImage";
|
|
2204
|
+
};
|
|
2205
|
+
readonly maxLength: 4;
|
|
2206
|
+
};
|
|
2207
|
+
readonly embedVideos: {
|
|
2208
|
+
readonly type: "array";
|
|
2209
|
+
readonly items: {
|
|
2210
|
+
readonly type: "ref";
|
|
2211
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedVideo";
|
|
2212
|
+
};
|
|
2213
|
+
readonly maxLength: 1;
|
|
2214
|
+
};
|
|
2215
|
+
readonly embedExternals: {
|
|
2216
|
+
readonly type: "array";
|
|
2217
|
+
readonly items: {
|
|
2218
|
+
readonly type: "ref";
|
|
2219
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedExternal";
|
|
2220
|
+
};
|
|
2221
|
+
readonly maxLength: 1;
|
|
2222
|
+
};
|
|
2223
|
+
readonly embedRecords: {
|
|
2224
|
+
readonly type: "array";
|
|
2225
|
+
readonly items: {
|
|
2226
|
+
readonly type: "ref";
|
|
2227
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedRecord";
|
|
2228
|
+
};
|
|
2229
|
+
readonly maxLength: 1;
|
|
2230
|
+
};
|
|
2231
|
+
};
|
|
2232
|
+
};
|
|
2233
|
+
readonly draftView: {
|
|
2234
|
+
readonly description: "View to present drafts data to users.";
|
|
2235
|
+
readonly type: "object";
|
|
2236
|
+
readonly required: ["id", "draft", "createdAt", "updatedAt"];
|
|
2237
|
+
readonly properties: {
|
|
2238
|
+
readonly id: {
|
|
2239
|
+
readonly description: "A TID to be used as a draft identifier.";
|
|
2240
|
+
readonly type: "string";
|
|
2241
|
+
readonly format: "tid";
|
|
2242
|
+
};
|
|
2243
|
+
readonly draft: {
|
|
2244
|
+
readonly type: "ref";
|
|
2245
|
+
readonly ref: "lex:app.bsky.draft.defs#draft";
|
|
2246
|
+
};
|
|
2247
|
+
readonly createdAt: {
|
|
2248
|
+
readonly description: "The time the draft was created.";
|
|
2249
|
+
readonly type: "string";
|
|
2250
|
+
readonly format: "datetime";
|
|
2251
|
+
};
|
|
2252
|
+
readonly updatedAt: {
|
|
2253
|
+
readonly description: "The time the draft was last updated.";
|
|
2254
|
+
readonly type: "string";
|
|
2255
|
+
readonly format: "datetime";
|
|
2256
|
+
};
|
|
2257
|
+
};
|
|
2258
|
+
};
|
|
2259
|
+
readonly draftEmbedLocalRef: {
|
|
2260
|
+
readonly type: "object";
|
|
2261
|
+
readonly required: ["path"];
|
|
2262
|
+
readonly properties: {
|
|
2263
|
+
readonly path: {
|
|
2264
|
+
readonly type: "string";
|
|
2265
|
+
readonly description: "Local, on-device ref to file to be embedded. Embeds are currently device-bound for drafts.";
|
|
2266
|
+
readonly minLength: 1;
|
|
2267
|
+
readonly maxLength: 1024;
|
|
2268
|
+
};
|
|
2269
|
+
};
|
|
2270
|
+
};
|
|
2271
|
+
readonly draftEmbedCaption: {
|
|
2272
|
+
readonly type: "object";
|
|
2273
|
+
readonly required: ["lang", "content"];
|
|
2274
|
+
readonly properties: {
|
|
2275
|
+
readonly lang: {
|
|
2276
|
+
readonly type: "string";
|
|
2277
|
+
readonly format: "language";
|
|
2278
|
+
};
|
|
2279
|
+
readonly content: {
|
|
2280
|
+
readonly type: "string";
|
|
2281
|
+
readonly maxLength: 10000;
|
|
2282
|
+
};
|
|
2283
|
+
};
|
|
2284
|
+
};
|
|
2285
|
+
readonly draftEmbedImage: {
|
|
2286
|
+
readonly type: "object";
|
|
2287
|
+
readonly required: ["localRef"];
|
|
2288
|
+
readonly properties: {
|
|
2289
|
+
readonly localRef: {
|
|
2290
|
+
readonly type: "ref";
|
|
2291
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedLocalRef";
|
|
2292
|
+
};
|
|
2293
|
+
readonly alt: {
|
|
2294
|
+
readonly type: "string";
|
|
2295
|
+
readonly maxGraphemes: 2000;
|
|
2296
|
+
};
|
|
2297
|
+
};
|
|
2298
|
+
};
|
|
2299
|
+
readonly draftEmbedVideo: {
|
|
2300
|
+
readonly type: "object";
|
|
2301
|
+
readonly required: ["localRef"];
|
|
2302
|
+
readonly properties: {
|
|
2303
|
+
readonly localRef: {
|
|
2304
|
+
readonly type: "ref";
|
|
2305
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedLocalRef";
|
|
2306
|
+
};
|
|
2307
|
+
readonly alt: {
|
|
2308
|
+
readonly type: "string";
|
|
2309
|
+
readonly maxGraphemes: 2000;
|
|
2310
|
+
};
|
|
2311
|
+
readonly captions: {
|
|
2312
|
+
readonly type: "array";
|
|
2313
|
+
readonly items: {
|
|
2314
|
+
readonly type: "ref";
|
|
2315
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedCaption";
|
|
2316
|
+
};
|
|
2317
|
+
readonly maxLength: 20;
|
|
2318
|
+
};
|
|
2319
|
+
};
|
|
2320
|
+
};
|
|
2321
|
+
readonly draftEmbedExternal: {
|
|
2322
|
+
readonly type: "object";
|
|
2323
|
+
readonly required: ["uri"];
|
|
2324
|
+
readonly properties: {
|
|
2325
|
+
readonly uri: {
|
|
2326
|
+
readonly type: "string";
|
|
2327
|
+
readonly format: "uri";
|
|
2328
|
+
};
|
|
2329
|
+
};
|
|
2330
|
+
};
|
|
2331
|
+
readonly draftEmbedRecord: {
|
|
2332
|
+
readonly type: "object";
|
|
2333
|
+
readonly required: ["record"];
|
|
2334
|
+
readonly properties: {
|
|
2335
|
+
readonly record: {
|
|
2336
|
+
readonly type: "ref";
|
|
2337
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
2338
|
+
};
|
|
2339
|
+
};
|
|
2340
|
+
};
|
|
2341
|
+
};
|
|
2342
|
+
};
|
|
2343
|
+
readonly AppBskyDraftDeleteDraft: {
|
|
2344
|
+
readonly lexicon: 1;
|
|
2345
|
+
readonly id: "app.bsky.draft.deleteDraft";
|
|
2346
|
+
readonly defs: {
|
|
2347
|
+
readonly main: {
|
|
2348
|
+
readonly type: "procedure";
|
|
2349
|
+
readonly description: "Deletes a draft by ID. Requires authentication.";
|
|
2350
|
+
readonly input: {
|
|
2351
|
+
readonly encoding: "application/json";
|
|
2352
|
+
readonly schema: {
|
|
2353
|
+
readonly type: "object";
|
|
2354
|
+
readonly required: ["id"];
|
|
2355
|
+
readonly properties: {
|
|
2356
|
+
readonly id: {
|
|
2357
|
+
readonly type: "string";
|
|
2358
|
+
readonly format: "tid";
|
|
2359
|
+
};
|
|
2360
|
+
};
|
|
2361
|
+
};
|
|
2362
|
+
};
|
|
2363
|
+
};
|
|
2364
|
+
};
|
|
2365
|
+
};
|
|
2366
|
+
readonly AppBskyDraftGetDrafts: {
|
|
2367
|
+
readonly lexicon: 1;
|
|
2368
|
+
readonly id: "app.bsky.draft.getDrafts";
|
|
2369
|
+
readonly defs: {
|
|
2370
|
+
readonly main: {
|
|
2371
|
+
readonly type: "query";
|
|
2372
|
+
readonly description: "Gets views of user drafts. Requires authentication.";
|
|
2373
|
+
readonly parameters: {
|
|
2374
|
+
readonly type: "params";
|
|
2375
|
+
readonly properties: {
|
|
2376
|
+
readonly limit: {
|
|
2377
|
+
readonly type: "integer";
|
|
2378
|
+
readonly minimum: 1;
|
|
2379
|
+
readonly maximum: 100;
|
|
2380
|
+
readonly default: 50;
|
|
2381
|
+
};
|
|
2382
|
+
readonly cursor: {
|
|
2383
|
+
readonly type: "string";
|
|
2384
|
+
};
|
|
2385
|
+
};
|
|
2386
|
+
};
|
|
2387
|
+
readonly output: {
|
|
2388
|
+
readonly encoding: "application/json";
|
|
2389
|
+
readonly schema: {
|
|
2390
|
+
readonly type: "object";
|
|
2391
|
+
readonly required: ["drafts"];
|
|
2392
|
+
readonly properties: {
|
|
2393
|
+
readonly cursor: {
|
|
2394
|
+
readonly type: "string";
|
|
2395
|
+
};
|
|
2396
|
+
readonly drafts: {
|
|
2397
|
+
readonly type: "array";
|
|
2398
|
+
readonly items: {
|
|
2399
|
+
readonly type: "ref";
|
|
2400
|
+
readonly ref: "lex:app.bsky.draft.defs#draftView";
|
|
2401
|
+
};
|
|
2402
|
+
};
|
|
2403
|
+
};
|
|
2404
|
+
};
|
|
2405
|
+
};
|
|
2406
|
+
};
|
|
2407
|
+
};
|
|
2408
|
+
};
|
|
2409
|
+
readonly AppBskyDraftUpdateDraft: {
|
|
2410
|
+
readonly lexicon: 1;
|
|
2411
|
+
readonly id: "app.bsky.draft.updateDraft";
|
|
2412
|
+
readonly defs: {
|
|
2413
|
+
readonly main: {
|
|
2414
|
+
readonly type: "procedure";
|
|
2415
|
+
readonly description: "Updates a draft using private storage (stash). If the draft ID points to a non-existing ID, the update will be silently ignored. This is done because updates don't enforce draft limit, so it accepts all writes, but will ignore invalid ones. Requires authentication.";
|
|
2416
|
+
readonly input: {
|
|
2417
|
+
readonly encoding: "application/json";
|
|
2418
|
+
readonly schema: {
|
|
2419
|
+
readonly type: "object";
|
|
2420
|
+
readonly required: ["draft"];
|
|
2421
|
+
readonly properties: {
|
|
2422
|
+
readonly draft: {
|
|
2423
|
+
readonly type: "ref";
|
|
2424
|
+
readonly ref: "lex:app.bsky.draft.defs#draftWithId";
|
|
2425
|
+
};
|
|
2426
|
+
};
|
|
2427
|
+
};
|
|
2428
|
+
};
|
|
2429
|
+
};
|
|
2430
|
+
};
|
|
2431
|
+
};
|
|
1929
2432
|
readonly AppBskyEmbedDefs: {
|
|
1930
2433
|
readonly lexicon: 1;
|
|
1931
2434
|
readonly id: "app.bsky.embed.defs";
|
|
@@ -2286,6 +2789,11 @@ export declare const schemaDict: {
|
|
|
2286
2789
|
readonly type: "ref";
|
|
2287
2790
|
readonly ref: "lex:app.bsky.embed.defs#aspectRatio";
|
|
2288
2791
|
};
|
|
2792
|
+
readonly presentation: {
|
|
2793
|
+
readonly type: "string";
|
|
2794
|
+
readonly description: "A hint to the client about how to present the video.";
|
|
2795
|
+
readonly knownValues: ["default", "gif"];
|
|
2796
|
+
};
|
|
2289
2797
|
};
|
|
2290
2798
|
};
|
|
2291
2799
|
readonly caption: {
|
|
@@ -2328,6 +2836,11 @@ export declare const schemaDict: {
|
|
|
2328
2836
|
readonly type: "ref";
|
|
2329
2837
|
readonly ref: "lex:app.bsky.embed.defs#aspectRatio";
|
|
2330
2838
|
};
|
|
2839
|
+
readonly presentation: {
|
|
2840
|
+
readonly type: "string";
|
|
2841
|
+
readonly description: "A hint to the client about how to present the video.";
|
|
2842
|
+
readonly knownValues: ["default", "gif"];
|
|
2843
|
+
};
|
|
2331
2844
|
};
|
|
2332
2845
|
};
|
|
2333
2846
|
};
|
|
@@ -6281,7 +6794,7 @@ export declare const schemaDict: {
|
|
|
6281
6794
|
readonly reason: {
|
|
6282
6795
|
readonly type: "string";
|
|
6283
6796
|
readonly description: "The reason why this notification was delivered - e.g. your post was liked, or you received a new follower.";
|
|
6284
|
-
readonly knownValues: ["like", "repost", "follow", "mention", "reply", "quote", "starterpack-joined", "verified", "unverified", "like-via-repost", "repost-via-repost", "subscribed-post"];
|
|
6797
|
+
readonly knownValues: ["like", "repost", "follow", "mention", "reply", "quote", "starterpack-joined", "verified", "unverified", "like-via-repost", "repost-via-repost", "subscribed-post", "contact-match"];
|
|
6285
6798
|
};
|
|
6286
6799
|
readonly reasonSubject: {
|
|
6287
6800
|
readonly type: "string";
|
|
@@ -7380,6 +7893,10 @@ export declare const schemaDict: {
|
|
|
7380
7893
|
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
7381
7894
|
};
|
|
7382
7895
|
};
|
|
7896
|
+
readonly recId: {
|
|
7897
|
+
readonly type: "string";
|
|
7898
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
7899
|
+
};
|
|
7383
7900
|
};
|
|
7384
7901
|
};
|
|
7385
7902
|
};
|
|
@@ -7426,6 +7943,10 @@ export declare const schemaDict: {
|
|
|
7426
7943
|
readonly format: "did";
|
|
7427
7944
|
};
|
|
7428
7945
|
};
|
|
7946
|
+
readonly recId: {
|
|
7947
|
+
readonly type: "string";
|
|
7948
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
7949
|
+
};
|
|
7429
7950
|
};
|
|
7430
7951
|
};
|
|
7431
7952
|
};
|
|
@@ -12008,7 +12529,12 @@ export declare const schemaDict: {
|
|
|
12008
12529
|
readonly defs: {
|
|
12009
12530
|
readonly main: {
|
|
12010
12531
|
readonly type: "procedure";
|
|
12011
|
-
readonly description: "Delete the current session. Requires auth.";
|
|
12532
|
+
readonly description: "Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt').";
|
|
12533
|
+
readonly errors: [{
|
|
12534
|
+
readonly name: "InvalidToken";
|
|
12535
|
+
}, {
|
|
12536
|
+
readonly name: "ExpiredToken";
|
|
12537
|
+
}];
|
|
12012
12538
|
};
|
|
12013
12539
|
};
|
|
12014
12540
|
};
|
|
@@ -12191,6 +12717,9 @@ export declare const schemaDict: {
|
|
|
12191
12717
|
readonly type: "string";
|
|
12192
12718
|
readonly format: "did";
|
|
12193
12719
|
};
|
|
12720
|
+
readonly didDoc: {
|
|
12721
|
+
readonly type: "unknown";
|
|
12722
|
+
};
|
|
12194
12723
|
readonly email: {
|
|
12195
12724
|
readonly type: "string";
|
|
12196
12725
|
};
|
|
@@ -12200,9 +12729,6 @@ export declare const schemaDict: {
|
|
|
12200
12729
|
readonly emailAuthFactor: {
|
|
12201
12730
|
readonly type: "boolean";
|
|
12202
12731
|
};
|
|
12203
|
-
readonly didDoc: {
|
|
12204
|
-
readonly type: "unknown";
|
|
12205
|
-
};
|
|
12206
12732
|
readonly active: {
|
|
12207
12733
|
readonly type: "boolean";
|
|
12208
12734
|
};
|
|
@@ -12292,6 +12818,15 @@ export declare const schemaDict: {
|
|
|
12292
12818
|
readonly didDoc: {
|
|
12293
12819
|
readonly type: "unknown";
|
|
12294
12820
|
};
|
|
12821
|
+
readonly email: {
|
|
12822
|
+
readonly type: "string";
|
|
12823
|
+
};
|
|
12824
|
+
readonly emailConfirmed: {
|
|
12825
|
+
readonly type: "boolean";
|
|
12826
|
+
};
|
|
12827
|
+
readonly emailAuthFactor: {
|
|
12828
|
+
readonly type: "boolean";
|
|
12829
|
+
};
|
|
12295
12830
|
readonly active: {
|
|
12296
12831
|
readonly type: "boolean";
|
|
12297
12832
|
};
|
|
@@ -12305,6 +12840,10 @@ export declare const schemaDict: {
|
|
|
12305
12840
|
};
|
|
12306
12841
|
readonly errors: [{
|
|
12307
12842
|
readonly name: "AccountTakedown";
|
|
12843
|
+
}, {
|
|
12844
|
+
readonly name: "InvalidToken";
|
|
12845
|
+
}, {
|
|
12846
|
+
readonly name: "ExpiredToken";
|
|
12308
12847
|
}];
|
|
12309
12848
|
};
|
|
12310
12849
|
};
|
|
@@ -18503,6 +19042,10 @@ export declare const schemas: ({
|
|
|
18503
19042
|
readonly type: "ref";
|
|
18504
19043
|
readonly ref: "lex:app.bsky.actor.defs#profileAssociatedActivitySubscription";
|
|
18505
19044
|
};
|
|
19045
|
+
readonly germ: {
|
|
19046
|
+
readonly type: "ref";
|
|
19047
|
+
readonly ref: "lex:app.bsky.actor.defs#profileAssociatedGerm";
|
|
19048
|
+
};
|
|
18506
19049
|
};
|
|
18507
19050
|
};
|
|
18508
19051
|
readonly profileAssociatedChat: {
|
|
@@ -18515,6 +19058,20 @@ export declare const schemas: ({
|
|
|
18515
19058
|
};
|
|
18516
19059
|
};
|
|
18517
19060
|
};
|
|
19061
|
+
readonly profileAssociatedGerm: {
|
|
19062
|
+
readonly type: "object";
|
|
19063
|
+
readonly required: ["showButtonTo", "messageMeUrl"];
|
|
19064
|
+
readonly properties: {
|
|
19065
|
+
readonly messageMeUrl: {
|
|
19066
|
+
readonly type: "string";
|
|
19067
|
+
readonly format: "uri";
|
|
19068
|
+
};
|
|
19069
|
+
readonly showButtonTo: {
|
|
19070
|
+
readonly type: "string";
|
|
19071
|
+
readonly knownValues: ["usersIFollow", "everyone"];
|
|
19072
|
+
};
|
|
19073
|
+
};
|
|
19074
|
+
};
|
|
18518
19075
|
readonly profileAssociatedActivitySubscription: {
|
|
18519
19076
|
readonly type: "object";
|
|
18520
19077
|
readonly required: ["allowSubscriptions"];
|
|
@@ -18641,7 +19198,7 @@ export declare const schemas: ({
|
|
|
18641
19198
|
readonly type: "array";
|
|
18642
19199
|
readonly items: {
|
|
18643
19200
|
readonly type: "union";
|
|
18644
|
-
readonly refs: ["lex:app.bsky.actor.defs#adultContentPref", "lex:app.bsky.actor.defs#contentLabelPref", "lex:app.bsky.actor.defs#savedFeedsPref", "lex:app.bsky.actor.defs#savedFeedsPrefV2", "lex:app.bsky.actor.defs#personalDetailsPref", "lex:app.bsky.actor.defs#feedViewPref", "lex:app.bsky.actor.defs#threadViewPref", "lex:app.bsky.actor.defs#interestsPref", "lex:app.bsky.actor.defs#mutedWordsPref", "lex:app.bsky.actor.defs#hiddenPostsPref", "lex:app.bsky.actor.defs#bskyAppStatePref", "lex:app.bsky.actor.defs#labelersPref", "lex:app.bsky.actor.defs#postInteractionSettingsPref", "lex:app.bsky.actor.defs#verificationPrefs"];
|
|
19201
|
+
readonly refs: ["lex:app.bsky.actor.defs#adultContentPref", "lex:app.bsky.actor.defs#contentLabelPref", "lex:app.bsky.actor.defs#savedFeedsPref", "lex:app.bsky.actor.defs#savedFeedsPrefV2", "lex:app.bsky.actor.defs#personalDetailsPref", "lex:app.bsky.actor.defs#declaredAgePref", "lex:app.bsky.actor.defs#feedViewPref", "lex:app.bsky.actor.defs#threadViewPref", "lex:app.bsky.actor.defs#interestsPref", "lex:app.bsky.actor.defs#mutedWordsPref", "lex:app.bsky.actor.defs#hiddenPostsPref", "lex:app.bsky.actor.defs#bskyAppStatePref", "lex:app.bsky.actor.defs#labelersPref", "lex:app.bsky.actor.defs#postInteractionSettingsPref", "lex:app.bsky.actor.defs#verificationPrefs", "lex:app.bsky.actor.defs#liveEventPreferences"];
|
|
18645
19202
|
};
|
|
18646
19203
|
};
|
|
18647
19204
|
readonly adultContentPref: {
|
|
@@ -18737,6 +19294,24 @@ export declare const schemas: ({
|
|
|
18737
19294
|
};
|
|
18738
19295
|
};
|
|
18739
19296
|
};
|
|
19297
|
+
readonly declaredAgePref: {
|
|
19298
|
+
readonly type: "object";
|
|
19299
|
+
readonly description: "Read-only preference containing value(s) inferred from the user's declared birthdate. Absence of this preference object in the response indicates that the user has not made a declaration.";
|
|
19300
|
+
readonly properties: {
|
|
19301
|
+
readonly isOverAge13: {
|
|
19302
|
+
readonly type: "boolean";
|
|
19303
|
+
readonly description: "Indicates if the user has declared that they are over 13 years of age.";
|
|
19304
|
+
};
|
|
19305
|
+
readonly isOverAge16: {
|
|
19306
|
+
readonly type: "boolean";
|
|
19307
|
+
readonly description: "Indicates if the user has declared that they are over 16 years of age.";
|
|
19308
|
+
};
|
|
19309
|
+
readonly isOverAge18: {
|
|
19310
|
+
readonly type: "boolean";
|
|
19311
|
+
readonly description: "Indicates if the user has declared that they are over 18 years of age.";
|
|
19312
|
+
};
|
|
19313
|
+
};
|
|
19314
|
+
};
|
|
18740
19315
|
readonly feedViewPref: {
|
|
18741
19316
|
readonly type: "object";
|
|
18742
19317
|
readonly required: ["feed"];
|
|
@@ -18963,6 +19538,24 @@ export declare const schemas: ({
|
|
|
18963
19538
|
};
|
|
18964
19539
|
};
|
|
18965
19540
|
};
|
|
19541
|
+
readonly liveEventPreferences: {
|
|
19542
|
+
readonly type: "object";
|
|
19543
|
+
readonly description: "Preferences for live events.";
|
|
19544
|
+
readonly properties: {
|
|
19545
|
+
readonly hiddenFeedIds: {
|
|
19546
|
+
readonly description: "A list of feed IDs that the user has hidden from live events.";
|
|
19547
|
+
readonly type: "array";
|
|
19548
|
+
readonly items: {
|
|
19549
|
+
readonly type: "string";
|
|
19550
|
+
};
|
|
19551
|
+
};
|
|
19552
|
+
readonly hideAllFeeds: {
|
|
19553
|
+
readonly description: "Whether to hide all feeds from live events.";
|
|
19554
|
+
readonly type: "boolean";
|
|
19555
|
+
readonly default: false;
|
|
19556
|
+
};
|
|
19557
|
+
};
|
|
19558
|
+
};
|
|
18966
19559
|
readonly postInteractionSettingsPref: {
|
|
18967
19560
|
readonly type: "object";
|
|
18968
19561
|
readonly description: "Default post interaction settings for the account. These values should be applied as default values when creating new posts. These refs should mirror the threadgate and postgate records exactly.";
|
|
@@ -18992,6 +19585,14 @@ export declare const schemas: ({
|
|
|
18992
19585
|
readonly type: "object";
|
|
18993
19586
|
readonly required: ["status", "record"];
|
|
18994
19587
|
readonly properties: {
|
|
19588
|
+
readonly uri: {
|
|
19589
|
+
readonly type: "string";
|
|
19590
|
+
readonly format: "at-uri";
|
|
19591
|
+
};
|
|
19592
|
+
readonly cid: {
|
|
19593
|
+
readonly type: "string";
|
|
19594
|
+
readonly format: "cid";
|
|
19595
|
+
};
|
|
18995
19596
|
readonly status: {
|
|
18996
19597
|
readonly type: "string";
|
|
18997
19598
|
readonly description: "The status for the account.";
|
|
@@ -19014,6 +19615,10 @@ export declare const schemas: ({
|
|
|
19014
19615
|
readonly type: "boolean";
|
|
19015
19616
|
readonly description: "True if the status is not expired, false if it is expired. Only present if expiration was set.";
|
|
19016
19617
|
};
|
|
19618
|
+
readonly isDisabled: {
|
|
19619
|
+
readonly type: "boolean";
|
|
19620
|
+
readonly description: "True if the user's go-live access has been disabled by a moderator, false otherwise.";
|
|
19621
|
+
};
|
|
19017
19622
|
};
|
|
19018
19623
|
};
|
|
19019
19624
|
};
|
|
@@ -19489,7 +20094,7 @@ export declare const schemas: ({
|
|
|
19489
20094
|
readonly configRegion: {
|
|
19490
20095
|
readonly type: "object";
|
|
19491
20096
|
readonly description: "The Age Assurance configuration for a specific region.";
|
|
19492
|
-
readonly required: ["countryCode", "rules"];
|
|
20097
|
+
readonly required: ["countryCode", "minAccessAge", "rules"];
|
|
19493
20098
|
readonly properties: {
|
|
19494
20099
|
readonly countryCode: {
|
|
19495
20100
|
readonly type: "string";
|
|
@@ -19499,6 +20104,10 @@ export declare const schemas: ({
|
|
|
19499
20104
|
readonly type: "string";
|
|
19500
20105
|
readonly description: "The ISO 3166-2 region code this configuration applies to. If omitted, the configuration applies to the entire country.";
|
|
19501
20106
|
};
|
|
20107
|
+
readonly minAccessAge: {
|
|
20108
|
+
readonly type: "integer";
|
|
20109
|
+
readonly description: "The minimum age (as a whole integer) required to use Bluesky in this region.";
|
|
20110
|
+
};
|
|
19502
20111
|
readonly rules: {
|
|
19503
20112
|
readonly type: "array";
|
|
19504
20113
|
readonly description: "The ordered list of Age Assurance rules that apply to this region. Rules should be applied in order, and the first matching rule determines the access level granted. The rules array should always include a default rule as the last item.";
|
|
@@ -19893,6 +20502,23 @@ export declare const schemas: ({
|
|
|
19893
20502
|
};
|
|
19894
20503
|
};
|
|
19895
20504
|
};
|
|
20505
|
+
readonly notification: {
|
|
20506
|
+
readonly description: "A stash object to be sent via bsync representing a notification to be created.";
|
|
20507
|
+
readonly type: "object";
|
|
20508
|
+
readonly required: ["from", "to"];
|
|
20509
|
+
readonly properties: {
|
|
20510
|
+
readonly from: {
|
|
20511
|
+
readonly description: "The DID of who this notification comes from.";
|
|
20512
|
+
readonly type: "string";
|
|
20513
|
+
readonly format: "did";
|
|
20514
|
+
};
|
|
20515
|
+
readonly to: {
|
|
20516
|
+
readonly description: "The DID of who this notification should go to.";
|
|
20517
|
+
readonly type: "string";
|
|
20518
|
+
readonly format: "did";
|
|
20519
|
+
};
|
|
20520
|
+
};
|
|
20521
|
+
};
|
|
19896
20522
|
};
|
|
19897
20523
|
} | {
|
|
19898
20524
|
readonly lexicon: 1;
|
|
@@ -19900,7 +20526,7 @@ export declare const schemas: ({
|
|
|
19900
20526
|
readonly defs: {
|
|
19901
20527
|
readonly main: {
|
|
19902
20528
|
readonly type: "procedure";
|
|
19903
|
-
readonly description: "
|
|
20529
|
+
readonly description: "Removes a match that was found via contact import. It shouldn't appear again if the same contact is re-imported. Requires authentication.";
|
|
19904
20530
|
readonly input: {
|
|
19905
20531
|
readonly encoding: "application/json";
|
|
19906
20532
|
readonly schema: {
|
|
@@ -19923,8 +20549,9 @@ export declare const schemas: ({
|
|
|
19923
20549
|
};
|
|
19924
20550
|
};
|
|
19925
20551
|
readonly errors: [{
|
|
19926
|
-
readonly name: "
|
|
19927
|
-
|
|
20552
|
+
readonly name: "InvalidDid";
|
|
20553
|
+
}, {
|
|
20554
|
+
readonly name: "InternalError";
|
|
19928
20555
|
}];
|
|
19929
20556
|
};
|
|
19930
20557
|
};
|
|
@@ -19934,7 +20561,7 @@ export declare const schemas: ({
|
|
|
19934
20561
|
readonly defs: {
|
|
19935
20562
|
readonly main: {
|
|
19936
20563
|
readonly type: "query";
|
|
19937
|
-
readonly description: "
|
|
20564
|
+
readonly description: "Returns the matched contacts (contacts that were mutually imported). Excludes dismissed matches. Requires authentication.";
|
|
19938
20565
|
readonly parameters: {
|
|
19939
20566
|
readonly type: "params";
|
|
19940
20567
|
readonly properties: {
|
|
@@ -19969,8 +20596,13 @@ export declare const schemas: ({
|
|
|
19969
20596
|
};
|
|
19970
20597
|
};
|
|
19971
20598
|
readonly errors: [{
|
|
19972
|
-
readonly name: "
|
|
19973
|
-
|
|
20599
|
+
readonly name: "InvalidDid";
|
|
20600
|
+
}, {
|
|
20601
|
+
readonly name: "InvalidLimit";
|
|
20602
|
+
}, {
|
|
20603
|
+
readonly name: "InvalidCursor";
|
|
20604
|
+
}, {
|
|
20605
|
+
readonly name: "InternalError";
|
|
19974
20606
|
}];
|
|
19975
20607
|
};
|
|
19976
20608
|
};
|
|
@@ -19980,7 +20612,7 @@ export declare const schemas: ({
|
|
|
19980
20612
|
readonly defs: {
|
|
19981
20613
|
readonly main: {
|
|
19982
20614
|
readonly type: "query";
|
|
19983
|
-
readonly description: "
|
|
20615
|
+
readonly description: "Gets the user's current contact import status. Requires authentication.";
|
|
19984
20616
|
readonly parameters: {
|
|
19985
20617
|
readonly type: "params";
|
|
19986
20618
|
readonly properties: {};
|
|
@@ -19999,8 +20631,9 @@ export declare const schemas: ({
|
|
|
19999
20631
|
};
|
|
20000
20632
|
};
|
|
20001
20633
|
readonly errors: [{
|
|
20002
|
-
readonly name: "
|
|
20003
|
-
|
|
20634
|
+
readonly name: "InvalidDid";
|
|
20635
|
+
}, {
|
|
20636
|
+
readonly name: "InternalError";
|
|
20004
20637
|
}];
|
|
20005
20638
|
};
|
|
20006
20639
|
};
|
|
@@ -20010,7 +20643,7 @@ export declare const schemas: ({
|
|
|
20010
20643
|
readonly defs: {
|
|
20011
20644
|
readonly main: {
|
|
20012
20645
|
readonly type: "procedure";
|
|
20013
|
-
readonly description: "
|
|
20646
|
+
readonly description: "Import contacts for securely matching with other users. This follows the protocol explained in https://docs.bsky.app/blog/contact-import-rfc. Requires authentication.";
|
|
20014
20647
|
readonly input: {
|
|
20015
20648
|
readonly encoding: "application/json";
|
|
20016
20649
|
readonly schema: {
|
|
@@ -20051,8 +20684,15 @@ export declare const schemas: ({
|
|
|
20051
20684
|
};
|
|
20052
20685
|
};
|
|
20053
20686
|
readonly errors: [{
|
|
20054
|
-
readonly name: "
|
|
20055
|
-
|
|
20687
|
+
readonly name: "InvalidDid";
|
|
20688
|
+
}, {
|
|
20689
|
+
readonly name: "InvalidContacts";
|
|
20690
|
+
}, {
|
|
20691
|
+
readonly name: "TooManyContacts";
|
|
20692
|
+
}, {
|
|
20693
|
+
readonly name: "InvalidToken";
|
|
20694
|
+
}, {
|
|
20695
|
+
readonly name: "InternalError";
|
|
20056
20696
|
}];
|
|
20057
20697
|
};
|
|
20058
20698
|
};
|
|
@@ -20062,7 +20702,7 @@ export declare const schemas: ({
|
|
|
20062
20702
|
readonly defs: {
|
|
20063
20703
|
readonly main: {
|
|
20064
20704
|
readonly type: "procedure";
|
|
20065
|
-
readonly description: "
|
|
20705
|
+
readonly description: "Removes all stored hashes used for contact matching, existing matches, and sync status. Requires authentication.";
|
|
20066
20706
|
readonly input: {
|
|
20067
20707
|
readonly encoding: "application/json";
|
|
20068
20708
|
readonly schema: {
|
|
@@ -20078,18 +20718,54 @@ export declare const schemas: ({
|
|
|
20078
20718
|
};
|
|
20079
20719
|
};
|
|
20080
20720
|
readonly errors: [{
|
|
20081
|
-
readonly name: "
|
|
20082
|
-
|
|
20721
|
+
readonly name: "InvalidDid";
|
|
20722
|
+
}, {
|
|
20723
|
+
readonly name: "InternalError";
|
|
20083
20724
|
}];
|
|
20084
20725
|
};
|
|
20085
20726
|
};
|
|
20727
|
+
} | {
|
|
20728
|
+
readonly lexicon: 1;
|
|
20729
|
+
readonly id: "app.bsky.contact.sendNotification";
|
|
20730
|
+
readonly defs: {
|
|
20731
|
+
readonly main: {
|
|
20732
|
+
readonly type: "procedure";
|
|
20733
|
+
readonly description: "System endpoint to send notifications related to contact imports. Requires role authentication.";
|
|
20734
|
+
readonly input: {
|
|
20735
|
+
readonly encoding: "application/json";
|
|
20736
|
+
readonly schema: {
|
|
20737
|
+
readonly type: "object";
|
|
20738
|
+
readonly required: ["from", "to"];
|
|
20739
|
+
readonly properties: {
|
|
20740
|
+
readonly from: {
|
|
20741
|
+
readonly description: "The DID of who this notification comes from.";
|
|
20742
|
+
readonly type: "string";
|
|
20743
|
+
readonly format: "did";
|
|
20744
|
+
};
|
|
20745
|
+
readonly to: {
|
|
20746
|
+
readonly description: "The DID of who this notification should go to.";
|
|
20747
|
+
readonly type: "string";
|
|
20748
|
+
readonly format: "did";
|
|
20749
|
+
};
|
|
20750
|
+
};
|
|
20751
|
+
};
|
|
20752
|
+
};
|
|
20753
|
+
readonly output: {
|
|
20754
|
+
readonly encoding: "application/json";
|
|
20755
|
+
readonly schema: {
|
|
20756
|
+
readonly type: "object";
|
|
20757
|
+
readonly properties: {};
|
|
20758
|
+
};
|
|
20759
|
+
};
|
|
20760
|
+
};
|
|
20761
|
+
};
|
|
20086
20762
|
} | {
|
|
20087
20763
|
readonly lexicon: 1;
|
|
20088
20764
|
readonly id: "app.bsky.contact.startPhoneVerification";
|
|
20089
20765
|
readonly defs: {
|
|
20090
20766
|
readonly main: {
|
|
20091
20767
|
readonly type: "procedure";
|
|
20092
|
-
readonly description: "
|
|
20768
|
+
readonly description: "Starts a phone verification flow. The phone passed will receive a code via SMS that should be passed to `app.bsky.contact.verifyPhone`. Requires authentication.";
|
|
20093
20769
|
readonly input: {
|
|
20094
20770
|
readonly encoding: "application/json";
|
|
20095
20771
|
readonly schema: {
|
|
@@ -20111,8 +20787,13 @@ export declare const schemas: ({
|
|
|
20111
20787
|
};
|
|
20112
20788
|
};
|
|
20113
20789
|
readonly errors: [{
|
|
20114
|
-
readonly name: "
|
|
20115
|
-
|
|
20790
|
+
readonly name: "RateLimitExceeded";
|
|
20791
|
+
}, {
|
|
20792
|
+
readonly name: "InvalidDid";
|
|
20793
|
+
}, {
|
|
20794
|
+
readonly name: "InvalidPhone";
|
|
20795
|
+
}, {
|
|
20796
|
+
readonly name: "InternalError";
|
|
20116
20797
|
}];
|
|
20117
20798
|
};
|
|
20118
20799
|
};
|
|
@@ -20122,7 +20803,7 @@ export declare const schemas: ({
|
|
|
20122
20803
|
readonly defs: {
|
|
20123
20804
|
readonly main: {
|
|
20124
20805
|
readonly type: "procedure";
|
|
20125
|
-
readonly description: "
|
|
20806
|
+
readonly description: "Verifies control over a phone number with a code received via SMS and starts a contact import session. Requires authentication.";
|
|
20126
20807
|
readonly input: {
|
|
20127
20808
|
readonly encoding: "application/json";
|
|
20128
20809
|
readonly schema: {
|
|
@@ -20154,11 +20835,366 @@ export declare const schemas: ({
|
|
|
20154
20835
|
};
|
|
20155
20836
|
};
|
|
20156
20837
|
readonly errors: [{
|
|
20157
|
-
readonly name: "
|
|
20158
|
-
|
|
20838
|
+
readonly name: "RateLimitExceeded";
|
|
20839
|
+
}, {
|
|
20840
|
+
readonly name: "InvalidDid";
|
|
20841
|
+
}, {
|
|
20842
|
+
readonly name: "InvalidPhone";
|
|
20843
|
+
}, {
|
|
20844
|
+
readonly name: "InvalidCode";
|
|
20845
|
+
}, {
|
|
20846
|
+
readonly name: "InternalError";
|
|
20159
20847
|
}];
|
|
20160
20848
|
};
|
|
20161
20849
|
};
|
|
20850
|
+
} | {
|
|
20851
|
+
readonly lexicon: 1;
|
|
20852
|
+
readonly id: "app.bsky.draft.createDraft";
|
|
20853
|
+
readonly defs: {
|
|
20854
|
+
readonly main: {
|
|
20855
|
+
readonly type: "procedure";
|
|
20856
|
+
readonly description: "Inserts a draft using private storage (stash). An upper limit of drafts might be enforced. Requires authentication.";
|
|
20857
|
+
readonly input: {
|
|
20858
|
+
readonly encoding: "application/json";
|
|
20859
|
+
readonly schema: {
|
|
20860
|
+
readonly type: "object";
|
|
20861
|
+
readonly required: ["draft"];
|
|
20862
|
+
readonly properties: {
|
|
20863
|
+
readonly draft: {
|
|
20864
|
+
readonly type: "ref";
|
|
20865
|
+
readonly ref: "lex:app.bsky.draft.defs#draft";
|
|
20866
|
+
};
|
|
20867
|
+
};
|
|
20868
|
+
};
|
|
20869
|
+
};
|
|
20870
|
+
readonly output: {
|
|
20871
|
+
readonly encoding: "application/json";
|
|
20872
|
+
readonly schema: {
|
|
20873
|
+
readonly type: "object";
|
|
20874
|
+
readonly required: ["id"];
|
|
20875
|
+
readonly properties: {
|
|
20876
|
+
readonly id: {
|
|
20877
|
+
readonly type: "string";
|
|
20878
|
+
readonly description: "The ID of the created draft.";
|
|
20879
|
+
};
|
|
20880
|
+
};
|
|
20881
|
+
};
|
|
20882
|
+
};
|
|
20883
|
+
readonly errors: [{
|
|
20884
|
+
readonly name: "DraftLimitReached";
|
|
20885
|
+
readonly description: "Trying to insert a new draft when the limit was already reached.";
|
|
20886
|
+
}];
|
|
20887
|
+
};
|
|
20888
|
+
};
|
|
20889
|
+
} | {
|
|
20890
|
+
readonly lexicon: 1;
|
|
20891
|
+
readonly id: "app.bsky.draft.defs";
|
|
20892
|
+
readonly defs: {
|
|
20893
|
+
readonly draftWithId: {
|
|
20894
|
+
readonly description: "A draft with an identifier, used to store drafts in private storage (stash).";
|
|
20895
|
+
readonly type: "object";
|
|
20896
|
+
readonly required: ["id", "draft"];
|
|
20897
|
+
readonly properties: {
|
|
20898
|
+
readonly id: {
|
|
20899
|
+
readonly description: "A TID to be used as a draft identifier.";
|
|
20900
|
+
readonly type: "string";
|
|
20901
|
+
readonly format: "tid";
|
|
20902
|
+
};
|
|
20903
|
+
readonly draft: {
|
|
20904
|
+
readonly type: "ref";
|
|
20905
|
+
readonly ref: "lex:app.bsky.draft.defs#draft";
|
|
20906
|
+
};
|
|
20907
|
+
};
|
|
20908
|
+
};
|
|
20909
|
+
readonly draft: {
|
|
20910
|
+
readonly description: "A draft containing an array of draft posts.";
|
|
20911
|
+
readonly type: "object";
|
|
20912
|
+
readonly required: ["posts"];
|
|
20913
|
+
readonly properties: {
|
|
20914
|
+
readonly posts: {
|
|
20915
|
+
readonly description: "Array of draft posts that compose this draft.";
|
|
20916
|
+
readonly type: "array";
|
|
20917
|
+
readonly minLength: 1;
|
|
20918
|
+
readonly maxLength: 100;
|
|
20919
|
+
readonly items: {
|
|
20920
|
+
readonly type: "ref";
|
|
20921
|
+
readonly ref: "lex:app.bsky.draft.defs#draftPost";
|
|
20922
|
+
};
|
|
20923
|
+
};
|
|
20924
|
+
readonly langs: {
|
|
20925
|
+
readonly type: "array";
|
|
20926
|
+
readonly description: "Indicates human language of posts primary text content.";
|
|
20927
|
+
readonly maxLength: 3;
|
|
20928
|
+
readonly items: {
|
|
20929
|
+
readonly type: "string";
|
|
20930
|
+
readonly format: "language";
|
|
20931
|
+
};
|
|
20932
|
+
};
|
|
20933
|
+
readonly postgateEmbeddingRules: {
|
|
20934
|
+
readonly description: "Embedding rules for the postgates to be created when this draft is published.";
|
|
20935
|
+
readonly type: "array";
|
|
20936
|
+
readonly maxLength: 5;
|
|
20937
|
+
readonly items: {
|
|
20938
|
+
readonly type: "union";
|
|
20939
|
+
readonly refs: ["lex:app.bsky.feed.postgate#disableRule"];
|
|
20940
|
+
};
|
|
20941
|
+
};
|
|
20942
|
+
readonly threadgateAllow: {
|
|
20943
|
+
readonly description: "Allow-rules for the threadgate to be created when this draft is published.";
|
|
20944
|
+
readonly type: "array";
|
|
20945
|
+
readonly maxLength: 5;
|
|
20946
|
+
readonly items: {
|
|
20947
|
+
readonly type: "union";
|
|
20948
|
+
readonly refs: ["lex:app.bsky.feed.threadgate#mentionRule", "lex:app.bsky.feed.threadgate#followerRule", "lex:app.bsky.feed.threadgate#followingRule", "lex:app.bsky.feed.threadgate#listRule"];
|
|
20949
|
+
};
|
|
20950
|
+
};
|
|
20951
|
+
};
|
|
20952
|
+
};
|
|
20953
|
+
readonly draftPost: {
|
|
20954
|
+
readonly description: "One of the posts that compose a draft.";
|
|
20955
|
+
readonly type: "object";
|
|
20956
|
+
readonly required: ["text"];
|
|
20957
|
+
readonly properties: {
|
|
20958
|
+
readonly text: {
|
|
20959
|
+
readonly type: "string";
|
|
20960
|
+
readonly maxLength: 3000;
|
|
20961
|
+
readonly maxGraphemes: 300;
|
|
20962
|
+
readonly description: "The primary post content.";
|
|
20963
|
+
};
|
|
20964
|
+
readonly labels: {
|
|
20965
|
+
readonly type: "union";
|
|
20966
|
+
readonly description: "Self-label values for this post. Effectively content warnings.";
|
|
20967
|
+
readonly refs: ["lex:com.atproto.label.defs#selfLabels"];
|
|
20968
|
+
};
|
|
20969
|
+
readonly embedImages: {
|
|
20970
|
+
readonly type: "array";
|
|
20971
|
+
readonly items: {
|
|
20972
|
+
readonly type: "ref";
|
|
20973
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedImage";
|
|
20974
|
+
};
|
|
20975
|
+
readonly maxLength: 4;
|
|
20976
|
+
};
|
|
20977
|
+
readonly embedVideos: {
|
|
20978
|
+
readonly type: "array";
|
|
20979
|
+
readonly items: {
|
|
20980
|
+
readonly type: "ref";
|
|
20981
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedVideo";
|
|
20982
|
+
};
|
|
20983
|
+
readonly maxLength: 1;
|
|
20984
|
+
};
|
|
20985
|
+
readonly embedExternals: {
|
|
20986
|
+
readonly type: "array";
|
|
20987
|
+
readonly items: {
|
|
20988
|
+
readonly type: "ref";
|
|
20989
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedExternal";
|
|
20990
|
+
};
|
|
20991
|
+
readonly maxLength: 1;
|
|
20992
|
+
};
|
|
20993
|
+
readonly embedRecords: {
|
|
20994
|
+
readonly type: "array";
|
|
20995
|
+
readonly items: {
|
|
20996
|
+
readonly type: "ref";
|
|
20997
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedRecord";
|
|
20998
|
+
};
|
|
20999
|
+
readonly maxLength: 1;
|
|
21000
|
+
};
|
|
21001
|
+
};
|
|
21002
|
+
};
|
|
21003
|
+
readonly draftView: {
|
|
21004
|
+
readonly description: "View to present drafts data to users.";
|
|
21005
|
+
readonly type: "object";
|
|
21006
|
+
readonly required: ["id", "draft", "createdAt", "updatedAt"];
|
|
21007
|
+
readonly properties: {
|
|
21008
|
+
readonly id: {
|
|
21009
|
+
readonly description: "A TID to be used as a draft identifier.";
|
|
21010
|
+
readonly type: "string";
|
|
21011
|
+
readonly format: "tid";
|
|
21012
|
+
};
|
|
21013
|
+
readonly draft: {
|
|
21014
|
+
readonly type: "ref";
|
|
21015
|
+
readonly ref: "lex:app.bsky.draft.defs#draft";
|
|
21016
|
+
};
|
|
21017
|
+
readonly createdAt: {
|
|
21018
|
+
readonly description: "The time the draft was created.";
|
|
21019
|
+
readonly type: "string";
|
|
21020
|
+
readonly format: "datetime";
|
|
21021
|
+
};
|
|
21022
|
+
readonly updatedAt: {
|
|
21023
|
+
readonly description: "The time the draft was last updated.";
|
|
21024
|
+
readonly type: "string";
|
|
21025
|
+
readonly format: "datetime";
|
|
21026
|
+
};
|
|
21027
|
+
};
|
|
21028
|
+
};
|
|
21029
|
+
readonly draftEmbedLocalRef: {
|
|
21030
|
+
readonly type: "object";
|
|
21031
|
+
readonly required: ["path"];
|
|
21032
|
+
readonly properties: {
|
|
21033
|
+
readonly path: {
|
|
21034
|
+
readonly type: "string";
|
|
21035
|
+
readonly description: "Local, on-device ref to file to be embedded. Embeds are currently device-bound for drafts.";
|
|
21036
|
+
readonly minLength: 1;
|
|
21037
|
+
readonly maxLength: 1024;
|
|
21038
|
+
};
|
|
21039
|
+
};
|
|
21040
|
+
};
|
|
21041
|
+
readonly draftEmbedCaption: {
|
|
21042
|
+
readonly type: "object";
|
|
21043
|
+
readonly required: ["lang", "content"];
|
|
21044
|
+
readonly properties: {
|
|
21045
|
+
readonly lang: {
|
|
21046
|
+
readonly type: "string";
|
|
21047
|
+
readonly format: "language";
|
|
21048
|
+
};
|
|
21049
|
+
readonly content: {
|
|
21050
|
+
readonly type: "string";
|
|
21051
|
+
readonly maxLength: 10000;
|
|
21052
|
+
};
|
|
21053
|
+
};
|
|
21054
|
+
};
|
|
21055
|
+
readonly draftEmbedImage: {
|
|
21056
|
+
readonly type: "object";
|
|
21057
|
+
readonly required: ["localRef"];
|
|
21058
|
+
readonly properties: {
|
|
21059
|
+
readonly localRef: {
|
|
21060
|
+
readonly type: "ref";
|
|
21061
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedLocalRef";
|
|
21062
|
+
};
|
|
21063
|
+
readonly alt: {
|
|
21064
|
+
readonly type: "string";
|
|
21065
|
+
readonly maxGraphemes: 2000;
|
|
21066
|
+
};
|
|
21067
|
+
};
|
|
21068
|
+
};
|
|
21069
|
+
readonly draftEmbedVideo: {
|
|
21070
|
+
readonly type: "object";
|
|
21071
|
+
readonly required: ["localRef"];
|
|
21072
|
+
readonly properties: {
|
|
21073
|
+
readonly localRef: {
|
|
21074
|
+
readonly type: "ref";
|
|
21075
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedLocalRef";
|
|
21076
|
+
};
|
|
21077
|
+
readonly alt: {
|
|
21078
|
+
readonly type: "string";
|
|
21079
|
+
readonly maxGraphemes: 2000;
|
|
21080
|
+
};
|
|
21081
|
+
readonly captions: {
|
|
21082
|
+
readonly type: "array";
|
|
21083
|
+
readonly items: {
|
|
21084
|
+
readonly type: "ref";
|
|
21085
|
+
readonly ref: "lex:app.bsky.draft.defs#draftEmbedCaption";
|
|
21086
|
+
};
|
|
21087
|
+
readonly maxLength: 20;
|
|
21088
|
+
};
|
|
21089
|
+
};
|
|
21090
|
+
};
|
|
21091
|
+
readonly draftEmbedExternal: {
|
|
21092
|
+
readonly type: "object";
|
|
21093
|
+
readonly required: ["uri"];
|
|
21094
|
+
readonly properties: {
|
|
21095
|
+
readonly uri: {
|
|
21096
|
+
readonly type: "string";
|
|
21097
|
+
readonly format: "uri";
|
|
21098
|
+
};
|
|
21099
|
+
};
|
|
21100
|
+
};
|
|
21101
|
+
readonly draftEmbedRecord: {
|
|
21102
|
+
readonly type: "object";
|
|
21103
|
+
readonly required: ["record"];
|
|
21104
|
+
readonly properties: {
|
|
21105
|
+
readonly record: {
|
|
21106
|
+
readonly type: "ref";
|
|
21107
|
+
readonly ref: "lex:com.atproto.repo.strongRef";
|
|
21108
|
+
};
|
|
21109
|
+
};
|
|
21110
|
+
};
|
|
21111
|
+
};
|
|
21112
|
+
} | {
|
|
21113
|
+
readonly lexicon: 1;
|
|
21114
|
+
readonly id: "app.bsky.draft.deleteDraft";
|
|
21115
|
+
readonly defs: {
|
|
21116
|
+
readonly main: {
|
|
21117
|
+
readonly type: "procedure";
|
|
21118
|
+
readonly description: "Deletes a draft by ID. Requires authentication.";
|
|
21119
|
+
readonly input: {
|
|
21120
|
+
readonly encoding: "application/json";
|
|
21121
|
+
readonly schema: {
|
|
21122
|
+
readonly type: "object";
|
|
21123
|
+
readonly required: ["id"];
|
|
21124
|
+
readonly properties: {
|
|
21125
|
+
readonly id: {
|
|
21126
|
+
readonly type: "string";
|
|
21127
|
+
readonly format: "tid";
|
|
21128
|
+
};
|
|
21129
|
+
};
|
|
21130
|
+
};
|
|
21131
|
+
};
|
|
21132
|
+
};
|
|
21133
|
+
};
|
|
21134
|
+
} | {
|
|
21135
|
+
readonly lexicon: 1;
|
|
21136
|
+
readonly id: "app.bsky.draft.getDrafts";
|
|
21137
|
+
readonly defs: {
|
|
21138
|
+
readonly main: {
|
|
21139
|
+
readonly type: "query";
|
|
21140
|
+
readonly description: "Gets views of user drafts. Requires authentication.";
|
|
21141
|
+
readonly parameters: {
|
|
21142
|
+
readonly type: "params";
|
|
21143
|
+
readonly properties: {
|
|
21144
|
+
readonly limit: {
|
|
21145
|
+
readonly type: "integer";
|
|
21146
|
+
readonly minimum: 1;
|
|
21147
|
+
readonly maximum: 100;
|
|
21148
|
+
readonly default: 50;
|
|
21149
|
+
};
|
|
21150
|
+
readonly cursor: {
|
|
21151
|
+
readonly type: "string";
|
|
21152
|
+
};
|
|
21153
|
+
};
|
|
21154
|
+
};
|
|
21155
|
+
readonly output: {
|
|
21156
|
+
readonly encoding: "application/json";
|
|
21157
|
+
readonly schema: {
|
|
21158
|
+
readonly type: "object";
|
|
21159
|
+
readonly required: ["drafts"];
|
|
21160
|
+
readonly properties: {
|
|
21161
|
+
readonly cursor: {
|
|
21162
|
+
readonly type: "string";
|
|
21163
|
+
};
|
|
21164
|
+
readonly drafts: {
|
|
21165
|
+
readonly type: "array";
|
|
21166
|
+
readonly items: {
|
|
21167
|
+
readonly type: "ref";
|
|
21168
|
+
readonly ref: "lex:app.bsky.draft.defs#draftView";
|
|
21169
|
+
};
|
|
21170
|
+
};
|
|
21171
|
+
};
|
|
21172
|
+
};
|
|
21173
|
+
};
|
|
21174
|
+
};
|
|
21175
|
+
};
|
|
21176
|
+
} | {
|
|
21177
|
+
readonly lexicon: 1;
|
|
21178
|
+
readonly id: "app.bsky.draft.updateDraft";
|
|
21179
|
+
readonly defs: {
|
|
21180
|
+
readonly main: {
|
|
21181
|
+
readonly type: "procedure";
|
|
21182
|
+
readonly description: "Updates a draft using private storage (stash). If the draft ID points to a non-existing ID, the update will be silently ignored. This is done because updates don't enforce draft limit, so it accepts all writes, but will ignore invalid ones. Requires authentication.";
|
|
21183
|
+
readonly input: {
|
|
21184
|
+
readonly encoding: "application/json";
|
|
21185
|
+
readonly schema: {
|
|
21186
|
+
readonly type: "object";
|
|
21187
|
+
readonly required: ["draft"];
|
|
21188
|
+
readonly properties: {
|
|
21189
|
+
readonly draft: {
|
|
21190
|
+
readonly type: "ref";
|
|
21191
|
+
readonly ref: "lex:app.bsky.draft.defs#draftWithId";
|
|
21192
|
+
};
|
|
21193
|
+
};
|
|
21194
|
+
};
|
|
21195
|
+
};
|
|
21196
|
+
};
|
|
21197
|
+
};
|
|
20162
21198
|
} | {
|
|
20163
21199
|
readonly lexicon: 1;
|
|
20164
21200
|
readonly id: "app.bsky.embed.defs";
|
|
@@ -20514,6 +21550,11 @@ export declare const schemas: ({
|
|
|
20514
21550
|
readonly type: "ref";
|
|
20515
21551
|
readonly ref: "lex:app.bsky.embed.defs#aspectRatio";
|
|
20516
21552
|
};
|
|
21553
|
+
readonly presentation: {
|
|
21554
|
+
readonly type: "string";
|
|
21555
|
+
readonly description: "A hint to the client about how to present the video.";
|
|
21556
|
+
readonly knownValues: ["default", "gif"];
|
|
21557
|
+
};
|
|
20517
21558
|
};
|
|
20518
21559
|
};
|
|
20519
21560
|
readonly caption: {
|
|
@@ -20556,6 +21597,11 @@ export declare const schemas: ({
|
|
|
20556
21597
|
readonly type: "ref";
|
|
20557
21598
|
readonly ref: "lex:app.bsky.embed.defs#aspectRatio";
|
|
20558
21599
|
};
|
|
21600
|
+
readonly presentation: {
|
|
21601
|
+
readonly type: "string";
|
|
21602
|
+
readonly description: "A hint to the client about how to present the video.";
|
|
21603
|
+
readonly knownValues: ["default", "gif"];
|
|
21604
|
+
};
|
|
20559
21605
|
};
|
|
20560
21606
|
};
|
|
20561
21607
|
};
|
|
@@ -24444,7 +25490,7 @@ export declare const schemas: ({
|
|
|
24444
25490
|
readonly reason: {
|
|
24445
25491
|
readonly type: "string";
|
|
24446
25492
|
readonly description: "The reason why this notification was delivered - e.g. your post was liked, or you received a new follower.";
|
|
24447
|
-
readonly knownValues: ["like", "repost", "follow", "mention", "reply", "quote", "starterpack-joined", "verified", "unverified", "like-via-repost", "repost-via-repost", "subscribed-post"];
|
|
25493
|
+
readonly knownValues: ["like", "repost", "follow", "mention", "reply", "quote", "starterpack-joined", "verified", "unverified", "like-via-repost", "repost-via-repost", "subscribed-post", "contact-match"];
|
|
24448
25494
|
};
|
|
24449
25495
|
readonly reasonSubject: {
|
|
24450
25496
|
readonly type: "string";
|
|
@@ -25523,6 +26569,10 @@ export declare const schemas: ({
|
|
|
25523
26569
|
readonly ref: "lex:app.bsky.actor.defs#profileView";
|
|
25524
26570
|
};
|
|
25525
26571
|
};
|
|
26572
|
+
readonly recId: {
|
|
26573
|
+
readonly type: "string";
|
|
26574
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
26575
|
+
};
|
|
25526
26576
|
};
|
|
25527
26577
|
};
|
|
25528
26578
|
};
|
|
@@ -25568,6 +26618,10 @@ export declare const schemas: ({
|
|
|
25568
26618
|
readonly format: "did";
|
|
25569
26619
|
};
|
|
25570
26620
|
};
|
|
26621
|
+
readonly recId: {
|
|
26622
|
+
readonly type: "string";
|
|
26623
|
+
readonly description: "Snowflake for this recommendation, use when submitting recommendation events.";
|
|
26624
|
+
};
|
|
25571
26625
|
};
|
|
25572
26626
|
};
|
|
25573
26627
|
};
|
|
@@ -30055,7 +31109,12 @@ export declare const schemas: ({
|
|
|
30055
31109
|
readonly defs: {
|
|
30056
31110
|
readonly main: {
|
|
30057
31111
|
readonly type: "procedure";
|
|
30058
|
-
readonly description: "Delete the current session. Requires auth.";
|
|
31112
|
+
readonly description: "Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt').";
|
|
31113
|
+
readonly errors: [{
|
|
31114
|
+
readonly name: "InvalidToken";
|
|
31115
|
+
}, {
|
|
31116
|
+
readonly name: "ExpiredToken";
|
|
31117
|
+
}];
|
|
30059
31118
|
};
|
|
30060
31119
|
};
|
|
30061
31120
|
} | {
|
|
@@ -30234,6 +31293,9 @@ export declare const schemas: ({
|
|
|
30234
31293
|
readonly type: "string";
|
|
30235
31294
|
readonly format: "did";
|
|
30236
31295
|
};
|
|
31296
|
+
readonly didDoc: {
|
|
31297
|
+
readonly type: "unknown";
|
|
31298
|
+
};
|
|
30237
31299
|
readonly email: {
|
|
30238
31300
|
readonly type: "string";
|
|
30239
31301
|
};
|
|
@@ -30243,9 +31305,6 @@ export declare const schemas: ({
|
|
|
30243
31305
|
readonly emailAuthFactor: {
|
|
30244
31306
|
readonly type: "boolean";
|
|
30245
31307
|
};
|
|
30246
|
-
readonly didDoc: {
|
|
30247
|
-
readonly type: "unknown";
|
|
30248
|
-
};
|
|
30249
31308
|
readonly active: {
|
|
30250
31309
|
readonly type: "boolean";
|
|
30251
31310
|
};
|
|
@@ -30333,6 +31392,15 @@ export declare const schemas: ({
|
|
|
30333
31392
|
readonly didDoc: {
|
|
30334
31393
|
readonly type: "unknown";
|
|
30335
31394
|
};
|
|
31395
|
+
readonly email: {
|
|
31396
|
+
readonly type: "string";
|
|
31397
|
+
};
|
|
31398
|
+
readonly emailConfirmed: {
|
|
31399
|
+
readonly type: "boolean";
|
|
31400
|
+
};
|
|
31401
|
+
readonly emailAuthFactor: {
|
|
31402
|
+
readonly type: "boolean";
|
|
31403
|
+
};
|
|
30336
31404
|
readonly active: {
|
|
30337
31405
|
readonly type: "boolean";
|
|
30338
31406
|
};
|
|
@@ -30346,6 +31414,10 @@ export declare const schemas: ({
|
|
|
30346
31414
|
};
|
|
30347
31415
|
readonly errors: [{
|
|
30348
31416
|
readonly name: "AccountTakedown";
|
|
31417
|
+
}, {
|
|
31418
|
+
readonly name: "InvalidToken";
|
|
31419
|
+
}, {
|
|
31420
|
+
readonly name: "ExpiredToken";
|
|
30349
31421
|
}];
|
|
30350
31422
|
};
|
|
30351
31423
|
};
|
|
@@ -36248,8 +37320,14 @@ export declare const ids: {
|
|
|
36248
37320
|
readonly AppBskyContactGetSyncStatus: "app.bsky.contact.getSyncStatus";
|
|
36249
37321
|
readonly AppBskyContactImportContacts: "app.bsky.contact.importContacts";
|
|
36250
37322
|
readonly AppBskyContactRemoveData: "app.bsky.contact.removeData";
|
|
37323
|
+
readonly AppBskyContactSendNotification: "app.bsky.contact.sendNotification";
|
|
36251
37324
|
readonly AppBskyContactStartPhoneVerification: "app.bsky.contact.startPhoneVerification";
|
|
36252
37325
|
readonly AppBskyContactVerifyPhone: "app.bsky.contact.verifyPhone";
|
|
37326
|
+
readonly AppBskyDraftCreateDraft: "app.bsky.draft.createDraft";
|
|
37327
|
+
readonly AppBskyDraftDefs: "app.bsky.draft.defs";
|
|
37328
|
+
readonly AppBskyDraftDeleteDraft: "app.bsky.draft.deleteDraft";
|
|
37329
|
+
readonly AppBskyDraftGetDrafts: "app.bsky.draft.getDrafts";
|
|
37330
|
+
readonly AppBskyDraftUpdateDraft: "app.bsky.draft.updateDraft";
|
|
36253
37331
|
readonly AppBskyEmbedDefs: "app.bsky.embed.defs";
|
|
36254
37332
|
readonly AppBskyEmbedExternal: "app.bsky.embed.external";
|
|
36255
37333
|
readonly AppBskyEmbedImages: "app.bsky.embed.images";
|