@atproto/ozone 0.2.5 → 0.2.7
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 +37 -0
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +2 -0
- package/dist/api/index.js.map +1 -1
- package/dist/api/report/queryActivities.d.ts +4 -0
- package/dist/api/report/queryActivities.d.ts.map +1 -0
- package/dist/api/report/queryActivities.js +36 -0
- package/dist/api/report/queryActivities.js.map +1 -0
- package/dist/background.d.ts +5 -3
- package/dist/background.d.ts.map +1 -1
- package/dist/background.js +13 -4
- package/dist/background.js.map +1 -1
- package/dist/context.js +1 -1
- package/dist/context.js.map +1 -1
- package/dist/daemon/context.js +1 -1
- package/dist/daemon/context.js.map +1 -1
- package/dist/daemon/verification-listener.d.ts +1 -1
- package/dist/daemon/verification-listener.d.ts.map +1 -1
- package/dist/daemon/verification-listener.js +10 -4
- package/dist/daemon/verification-listener.js.map +1 -1
- package/dist/db/migrations/20260602T120000000Z-add-report-activity-created-index.d.ts +4 -0
- package/dist/db/migrations/20260602T120000000Z-add-report-activity-created-index.d.ts.map +1 -0
- package/dist/db/migrations/20260602T120000000Z-add-report-activity-created-index.js +15 -0
- package/dist/db/migrations/20260602T120000000Z-add-report-activity-created-index.js.map +1 -0
- package/dist/db/migrations/index.d.ts +1 -0
- package/dist/db/migrations/index.d.ts.map +1 -1
- package/dist/db/migrations/index.js +1 -0
- package/dist/db/migrations/index.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -13
- package/dist/index.js.map +1 -1
- package/dist/jetstream/service.d.ts +1 -1
- package/dist/jetstream/service.d.ts.map +1 -1
- package/dist/jetstream/service.js +3 -1
- package/dist/jetstream/service.js.map +1 -1
- package/dist/lexicon/index.d.ts +13 -0
- package/dist/lexicon/index.d.ts.map +1 -1
- package/dist/lexicon/index.js +22 -0
- package/dist/lexicon/index.js.map +1 -1
- package/dist/lexicon/lexicons.d.ts +940 -140
- package/dist/lexicon/lexicons.d.ts.map +1 -1
- package/dist/lexicon/lexicons.js +477 -69
- package/dist/lexicon/lexicons.js.map +1 -1
- package/dist/lexicon/types/app/bsky/feed/searchPostsV2.d.ts +87 -0
- package/dist/lexicon/types/app/bsky/feed/searchPostsV2.d.ts.map +1 -0
- package/dist/lexicon/types/app/bsky/feed/searchPostsV2.js +5 -0
- package/dist/lexicon/types/app/bsky/feed/searchPostsV2.js.map +1 -0
- package/dist/lexicon/types/app/bsky/notification/defs.d.ts +1 -0
- package/dist/lexicon/types/app/bsky/notification/defs.d.ts.map +1 -1
- package/dist/lexicon/types/app/bsky/notification/defs.js.map +1 -1
- package/dist/lexicon/types/chat/bsky/actor/declaration.d.ts +1 -1
- package/dist/lexicon/types/chat/bsky/actor/declaration.d.ts.map +1 -1
- package/dist/lexicon/types/chat/bsky/actor/declaration.js.map +1 -1
- package/dist/lexicon/types/chat/bsky/actor/defs.d.ts +2 -3
- package/dist/lexicon/types/chat/bsky/actor/defs.d.ts.map +1 -1
- package/dist/lexicon/types/chat/bsky/actor/defs.js.map +1 -1
- package/dist/lexicon/types/chat/bsky/convo/defs.d.ts +39 -36
- package/dist/lexicon/types/chat/bsky/convo/defs.d.ts.map +1 -1
- package/dist/lexicon/types/chat/bsky/convo/defs.js +7 -0
- package/dist/lexicon/types/chat/bsky/convo/defs.js.map +1 -1
- package/dist/lexicon/types/chat/bsky/convo/getUnreadCounts.d.ts +2 -2
- package/dist/lexicon/types/chat/bsky/convo/getUnreadCounts.d.ts.map +1 -1
- package/dist/lexicon/types/chat/bsky/convo/getUnreadCounts.js.map +1 -1
- package/dist/lexicon/types/chat/bsky/moderation/defs.d.ts +3 -3
- package/dist/lexicon/types/chat/bsky/moderation/defs.d.ts.map +1 -1
- package/dist/lexicon/types/chat/bsky/moderation/defs.js.map +1 -1
- package/dist/lexicon/types/chat/bsky/notification/defs.d.ts +19 -0
- package/dist/lexicon/types/chat/bsky/notification/defs.d.ts.map +1 -0
- package/dist/lexicon/types/chat/bsky/notification/defs.js +19 -0
- package/dist/lexicon/types/chat/bsky/notification/defs.js.map +1 -0
- package/dist/lexicon/types/chat/bsky/notification/getPreferences.d.ts +20 -0
- package/dist/lexicon/types/chat/bsky/notification/getPreferences.d.ts.map +1 -0
- package/dist/lexicon/types/chat/bsky/notification/getPreferences.js +5 -0
- package/dist/lexicon/types/chat/bsky/notification/getPreferences.js.map +1 -0
- package/dist/lexicon/types/chat/bsky/notification/putPreferences.d.ts +26 -0
- package/dist/lexicon/types/chat/bsky/notification/putPreferences.d.ts.map +1 -0
- package/dist/lexicon/types/chat/bsky/notification/putPreferences.js +5 -0
- package/dist/lexicon/types/chat/bsky/notification/putPreferences.js.map +1 -0
- package/dist/lexicon/types/tools/ozone/report/defs.d.ts +1 -0
- package/dist/lexicon/types/tools/ozone/report/defs.d.ts.map +1 -1
- package/dist/lexicon/types/tools/ozone/report/defs.js.map +1 -1
- package/dist/lexicon/types/tools/ozone/report/queryActivities.d.ts +32 -0
- package/dist/lexicon/types/tools/ozone/report/queryActivities.d.ts.map +1 -0
- package/dist/lexicon/types/tools/ozone/report/queryActivities.js +5 -0
- package/dist/lexicon/types/tools/ozone/report/queryActivities.js.map +1 -0
- package/dist/mod-service/report.d.ts +1 -0
- package/dist/mod-service/report.d.ts.map +1 -1
- package/dist/mod-service/report.js +16 -0
- package/dist/mod-service/report.js.map +1 -1
- package/dist/report/activity.d.ts +19 -1
- package/dist/report/activity.d.ts.map +1 -1
- package/dist/report/activity.js +27 -1
- package/dist/report/activity.js.map +1 -1
- package/package.json +15 -14
- package/src/api/index.ts +2 -0
- package/src/api/report/queryActivities.ts +64 -0
- package/src/background.ts +19 -4
- package/src/context.ts +1 -1
- package/src/daemon/context.ts +1 -1
- package/src/daemon/verification-listener.ts +9 -4
- package/src/db/migrations/20260602T120000000Z-add-report-activity-created-index.ts +17 -0
- package/src/db/migrations/index.ts +1 -0
- package/src/index.ts +25 -15
- package/src/jetstream/service.ts +3 -1
- package/src/mod-service/report.ts +19 -0
- package/src/report/activity.ts +47 -0
- package/tests/3p-labeler.test.ts +2 -2
- package/tests/_util.ts +8 -25
- package/tests/account-strikes.test.ts +1 -1
- package/tests/ack-all-subjects-of-account.test.ts +1 -1
- package/tests/age-assurance.test.ts +1 -1
- package/tests/blob-divert.test.ts +1 -1
- package/tests/communication-templates.test.ts +1 -1
- package/tests/content-tagger.test.ts +1 -1
- package/tests/db.test.ts +1 -1
- package/tests/expiring-label.test.ts +1 -1
- package/tests/expiring-tags.test.ts +1 -1
- package/tests/get-account-timeline.test.ts +1 -1
- package/tests/get-config.test.ts +1 -1
- package/tests/get-lists.test.ts +2 -1
- package/tests/get-profiles.test.ts +1 -1
- package/tests/get-record.test.ts +1 -1
- package/tests/get-records.test.ts +1 -1
- package/tests/get-repo.test.ts +1 -1
- package/tests/get-report.test.ts +1 -1
- package/tests/get-reporter-stats.test.ts +1 -1
- package/tests/get-repos.test.ts +1 -1
- package/tests/get-starter-pack.test.ts +1 -1
- package/tests/get-subjects.test.ts +1 -1
- package/tests/mod-tool.test.ts +1 -1
- package/tests/moderation-appeals.test.ts +1 -1
- package/tests/moderation-events.test.ts +1 -1
- package/tests/moderation-status-tags.test.ts +1 -1
- package/tests/moderation-statuses.test.ts +1 -1
- package/tests/moderation.test.ts +1 -1
- package/tests/protected-tags.test.ts +1 -1
- package/tests/query-labels.test.ts +1 -1
- package/tests/query-reports.test.ts +1 -1
- package/tests/queue-assignment.test.ts +1 -1
- package/tests/queue-router.test.ts +1 -1
- package/tests/queues.test.ts +1 -1
- package/tests/record-and-account-events.test.ts +1 -1
- package/tests/repo-search.test.ts +2 -2
- package/tests/report-action.test.ts +1 -1
- package/tests/report-activity.test.ts +145 -1
- package/tests/report-assignment.test.ts +1 -1
- package/tests/report-muting.test.ts +1 -1
- package/tests/report-reason.test.ts +1 -1
- package/tests/report-reassign-queue.test.ts +1 -1
- package/tests/report-routing.test.ts +1 -1
- package/tests/report-stats.test.ts +1 -1
- package/tests/revoke-account-credentials.test.ts +1 -1
- package/tests/safelink.test.ts +1 -1
- package/tests/scheduled-action-processor.test.ts +1 -1
- package/tests/scheduled-action.test.ts +1 -1
- package/tests/sequencer.test.ts +1 -1
- package/tests/server.test.ts +9 -12
- package/tests/sets.test.ts +1 -1
- package/tests/settings.test.ts +1 -1
- package/tests/strike-expiry-processor.test.ts +1 -1
- package/tests/subject-priority-score.test.ts +1 -1
- package/tests/takedown.test.ts +1 -1
- package/tests/team.test.ts +1 -1
- package/tests/verification-listener.test.ts +40 -13
- package/tests/verification.test.ts +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
|
@@ -4866,6 +4866,237 @@ export declare const schemaDict: {
|
|
|
4866
4866
|
};
|
|
4867
4867
|
};
|
|
4868
4868
|
};
|
|
4869
|
+
readonly AppBskyFeedSearchPostsV2: {
|
|
4870
|
+
readonly lexicon: 1;
|
|
4871
|
+
readonly id: 'app.bsky.feed.searchPostsV2';
|
|
4872
|
+
readonly defs: {
|
|
4873
|
+
readonly main: {
|
|
4874
|
+
readonly type: 'query';
|
|
4875
|
+
readonly description: 'Find posts matching a search query or filters, returning search hits for matching post records.';
|
|
4876
|
+
readonly parameters: {
|
|
4877
|
+
readonly type: 'params';
|
|
4878
|
+
readonly required: [];
|
|
4879
|
+
readonly properties: {
|
|
4880
|
+
readonly cursor: {
|
|
4881
|
+
readonly type: 'string';
|
|
4882
|
+
readonly description: 'Optional pagination cursor.';
|
|
4883
|
+
};
|
|
4884
|
+
readonly limit: {
|
|
4885
|
+
readonly type: 'integer';
|
|
4886
|
+
readonly minimum: 1;
|
|
4887
|
+
readonly maximum: 100;
|
|
4888
|
+
readonly default: 25;
|
|
4889
|
+
readonly description: 'Maximum number of results to return.';
|
|
4890
|
+
};
|
|
4891
|
+
readonly query: {
|
|
4892
|
+
readonly type: 'string';
|
|
4893
|
+
readonly description: 'Search query string. A query or at least one filter is required.';
|
|
4894
|
+
};
|
|
4895
|
+
readonly sort: {
|
|
4896
|
+
readonly type: 'string';
|
|
4897
|
+
readonly knownValues: ["recent", "top"];
|
|
4898
|
+
readonly description: "Ranking order for results. 'recent' sorts by recency; 'top' uses search ranking.";
|
|
4899
|
+
};
|
|
4900
|
+
readonly authors: {
|
|
4901
|
+
readonly type: 'array';
|
|
4902
|
+
readonly items: {
|
|
4903
|
+
readonly type: 'string';
|
|
4904
|
+
readonly format: 'at-identifier';
|
|
4905
|
+
};
|
|
4906
|
+
readonly description: 'Include posts by any of these authors. Handles are resolved to DIDs before searching.';
|
|
4907
|
+
};
|
|
4908
|
+
readonly mentions: {
|
|
4909
|
+
readonly type: 'array';
|
|
4910
|
+
readonly items: {
|
|
4911
|
+
readonly type: 'string';
|
|
4912
|
+
readonly format: 'at-identifier';
|
|
4913
|
+
};
|
|
4914
|
+
readonly description: 'Include posts that mention any of these accounts. Handles are resolved to DIDs before searching.';
|
|
4915
|
+
};
|
|
4916
|
+
readonly domains: {
|
|
4917
|
+
readonly type: 'array';
|
|
4918
|
+
readonly items: {
|
|
4919
|
+
readonly type: 'string';
|
|
4920
|
+
};
|
|
4921
|
+
readonly description: 'Include posts that link to any of these domains.';
|
|
4922
|
+
};
|
|
4923
|
+
readonly urls: {
|
|
4924
|
+
readonly type: 'array';
|
|
4925
|
+
readonly items: {
|
|
4926
|
+
readonly type: 'string';
|
|
4927
|
+
readonly format: 'uri';
|
|
4928
|
+
};
|
|
4929
|
+
readonly description: 'Include posts that link to any of these URLs.';
|
|
4930
|
+
};
|
|
4931
|
+
readonly embeddedAtUris: {
|
|
4932
|
+
readonly type: 'array';
|
|
4933
|
+
readonly items: {
|
|
4934
|
+
readonly type: 'string';
|
|
4935
|
+
readonly format: 'at-uri';
|
|
4936
|
+
};
|
|
4937
|
+
readonly description: 'Include posts that embed any of these AT URIs.';
|
|
4938
|
+
};
|
|
4939
|
+
readonly hashtags: {
|
|
4940
|
+
readonly type: 'array';
|
|
4941
|
+
readonly items: {
|
|
4942
|
+
readonly type: 'string';
|
|
4943
|
+
readonly maxLength: 640;
|
|
4944
|
+
readonly maxGraphemes: 64;
|
|
4945
|
+
};
|
|
4946
|
+
readonly description: 'Include posts tagged with any of these hashtags. Do not include the hash (#) prefix.';
|
|
4947
|
+
};
|
|
4948
|
+
readonly excludeAuthors: {
|
|
4949
|
+
readonly type: 'array';
|
|
4950
|
+
readonly items: {
|
|
4951
|
+
readonly type: 'string';
|
|
4952
|
+
readonly format: 'at-identifier';
|
|
4953
|
+
};
|
|
4954
|
+
readonly description: 'Exclude posts by any of these authors. Handles are resolved to DIDs before searching.';
|
|
4955
|
+
};
|
|
4956
|
+
readonly excludeMentions: {
|
|
4957
|
+
readonly type: 'array';
|
|
4958
|
+
readonly items: {
|
|
4959
|
+
readonly type: 'string';
|
|
4960
|
+
readonly format: 'at-identifier';
|
|
4961
|
+
};
|
|
4962
|
+
readonly description: 'Exclude posts that mention any of these accounts. Handles are resolved to DIDs before searching.';
|
|
4963
|
+
};
|
|
4964
|
+
readonly excludeDomains: {
|
|
4965
|
+
readonly type: 'array';
|
|
4966
|
+
readonly items: {
|
|
4967
|
+
readonly type: 'string';
|
|
4968
|
+
};
|
|
4969
|
+
readonly description: 'Exclude posts that link to any of these domains.';
|
|
4970
|
+
};
|
|
4971
|
+
readonly excludeUrls: {
|
|
4972
|
+
readonly type: 'array';
|
|
4973
|
+
readonly items: {
|
|
4974
|
+
readonly type: 'string';
|
|
4975
|
+
readonly format: 'uri';
|
|
4976
|
+
};
|
|
4977
|
+
readonly description: 'Exclude posts that link to any of these URLs.';
|
|
4978
|
+
};
|
|
4979
|
+
readonly excludeEmbeddedAtUris: {
|
|
4980
|
+
readonly type: 'array';
|
|
4981
|
+
readonly items: {
|
|
4982
|
+
readonly type: 'string';
|
|
4983
|
+
readonly format: 'at-uri';
|
|
4984
|
+
};
|
|
4985
|
+
readonly description: 'Exclude posts that embed any of these AT URIs.';
|
|
4986
|
+
};
|
|
4987
|
+
readonly excludeHashtags: {
|
|
4988
|
+
readonly type: 'array';
|
|
4989
|
+
readonly items: {
|
|
4990
|
+
readonly type: 'string';
|
|
4991
|
+
readonly maxLength: 640;
|
|
4992
|
+
readonly maxGraphemes: 64;
|
|
4993
|
+
};
|
|
4994
|
+
readonly description: 'Exclude posts tagged with any of these hashtags. Do not include the hash (#) prefix.';
|
|
4995
|
+
};
|
|
4996
|
+
readonly since: {
|
|
4997
|
+
readonly type: 'string';
|
|
4998
|
+
readonly description: 'Include posts indexed at or after this timestamp. Can be a datetime, or just an ISO date (YYYY-MM-DD).';
|
|
4999
|
+
};
|
|
5000
|
+
readonly until: {
|
|
5001
|
+
readonly type: 'string';
|
|
5002
|
+
readonly description: 'Include posts indexed before this timestamp. Defaults to the current time. Can be a datetime, or just an ISO date (YYYY-MM-DD).';
|
|
5003
|
+
};
|
|
5004
|
+
readonly allTime: {
|
|
5005
|
+
readonly type: 'boolean';
|
|
5006
|
+
readonly description: 'Search the full index instead of the recent-post window.';
|
|
5007
|
+
};
|
|
5008
|
+
readonly languages: {
|
|
5009
|
+
readonly type: 'array';
|
|
5010
|
+
readonly items: {
|
|
5011
|
+
readonly type: 'string';
|
|
5012
|
+
readonly format: 'language';
|
|
5013
|
+
};
|
|
5014
|
+
readonly description: 'Include posts whose language matches any of these language codes.';
|
|
5015
|
+
};
|
|
5016
|
+
readonly excludeLanguages: {
|
|
5017
|
+
readonly type: 'array';
|
|
5018
|
+
readonly items: {
|
|
5019
|
+
readonly type: 'string';
|
|
5020
|
+
readonly format: 'language';
|
|
5021
|
+
};
|
|
5022
|
+
readonly description: 'Exclude posts whose language matches any of these language codes.';
|
|
5023
|
+
};
|
|
5024
|
+
readonly hasMedia: {
|
|
5025
|
+
readonly type: 'boolean';
|
|
5026
|
+
readonly description: 'Include only posts with media.';
|
|
5027
|
+
};
|
|
5028
|
+
readonly hasVideo: {
|
|
5029
|
+
readonly type: 'boolean';
|
|
5030
|
+
readonly description: 'Include only posts with video.';
|
|
5031
|
+
};
|
|
5032
|
+
readonly replyParentUri: {
|
|
5033
|
+
readonly type: 'string';
|
|
5034
|
+
readonly format: 'at-uri';
|
|
5035
|
+
readonly description: 'Include only direct replies to this parent post URI.';
|
|
5036
|
+
};
|
|
5037
|
+
readonly threadRootUri: {
|
|
5038
|
+
readonly type: 'string';
|
|
5039
|
+
readonly format: 'at-uri';
|
|
5040
|
+
readonly description: 'Include only posts in the thread rooted at this post URI.';
|
|
5041
|
+
};
|
|
5042
|
+
readonly excludeReplies: {
|
|
5043
|
+
readonly type: 'boolean';
|
|
5044
|
+
readonly description: 'Exclude replies from results. Mutually exclusive with repliesOnly.';
|
|
5045
|
+
};
|
|
5046
|
+
readonly repliesOnly: {
|
|
5047
|
+
readonly type: 'boolean';
|
|
5048
|
+
readonly description: 'Include only replies. Mutually exclusive with excludeReplies.';
|
|
5049
|
+
};
|
|
5050
|
+
readonly following: {
|
|
5051
|
+
readonly type: 'boolean';
|
|
5052
|
+
readonly description: 'Include only posts from accounts followed by the viewer.';
|
|
5053
|
+
};
|
|
5054
|
+
readonly queryLanguage: {
|
|
5055
|
+
readonly type: 'string';
|
|
5056
|
+
readonly knownValues: ["ja", "zh", "ko", "th", "ar"];
|
|
5057
|
+
readonly description: 'Language analyzer hint for the query text. If unset, the server auto-detects when possible.';
|
|
5058
|
+
};
|
|
5059
|
+
};
|
|
5060
|
+
};
|
|
5061
|
+
readonly output: {
|
|
5062
|
+
readonly encoding: 'application/json';
|
|
5063
|
+
readonly schema: {
|
|
5064
|
+
readonly type: 'object';
|
|
5065
|
+
readonly required: ["posts"];
|
|
5066
|
+
readonly properties: {
|
|
5067
|
+
readonly cursor: {
|
|
5068
|
+
readonly type: 'string';
|
|
5069
|
+
readonly description: 'Cursor for the next page of results.';
|
|
5070
|
+
};
|
|
5071
|
+
readonly hitsTotal: {
|
|
5072
|
+
readonly type: 'integer';
|
|
5073
|
+
readonly description: 'Estimated total number of matching hits. May be rounded or truncated.';
|
|
5074
|
+
};
|
|
5075
|
+
readonly posts: {
|
|
5076
|
+
readonly type: 'array';
|
|
5077
|
+
readonly items: {
|
|
5078
|
+
readonly type: 'ref';
|
|
5079
|
+
readonly ref: 'lex:app.bsky.feed.defs#postView';
|
|
5080
|
+
};
|
|
5081
|
+
readonly description: 'Hydrated views of matching posts.';
|
|
5082
|
+
};
|
|
5083
|
+
readonly detectedQueryLanguages: {
|
|
5084
|
+
readonly type: 'array';
|
|
5085
|
+
readonly items: {
|
|
5086
|
+
readonly type: 'string';
|
|
5087
|
+
readonly knownValues: ["ja", "zh", "ko", "th", "ar"];
|
|
5088
|
+
};
|
|
5089
|
+
readonly description: 'Query languages detected for CJK, Thai, or Arabic text. Empty or omitted for other scripts.';
|
|
5090
|
+
};
|
|
5091
|
+
};
|
|
5092
|
+
};
|
|
5093
|
+
};
|
|
5094
|
+
readonly errors: [{
|
|
5095
|
+
readonly name: 'BadQueryString';
|
|
5096
|
+
}];
|
|
5097
|
+
};
|
|
5098
|
+
};
|
|
5099
|
+
};
|
|
4869
5100
|
readonly AppBskyFeedSendInteractions: {
|
|
4870
5101
|
readonly lexicon: 1;
|
|
4871
5102
|
readonly id: 'app.bsky.feed.sendInteractions';
|
|
@@ -6805,6 +7036,7 @@ export declare const schemaDict: {
|
|
|
6805
7036
|
};
|
|
6806
7037
|
readonly chatPreference: {
|
|
6807
7038
|
readonly type: 'object';
|
|
7039
|
+
readonly description: 'Deprecated: use chat.bsky.notification preferences instead. This will only return a default value.';
|
|
6808
7040
|
readonly required: ["include", "push"];
|
|
6809
7041
|
readonly properties: {
|
|
6810
7042
|
readonly include: {
|
|
@@ -6851,6 +7083,7 @@ export declare const schemaDict: {
|
|
|
6851
7083
|
readonly chat: {
|
|
6852
7084
|
readonly type: 'ref';
|
|
6853
7085
|
readonly ref: 'lex:app.bsky.notification.defs#chatPreference';
|
|
7086
|
+
readonly description: 'Deprecated: use chat.bsky.notification preferences instead. This will only return a default value.';
|
|
6854
7087
|
};
|
|
6855
7088
|
readonly follow: {
|
|
6856
7089
|
readonly type: 'ref';
|
|
@@ -7225,6 +7458,7 @@ export declare const schemaDict: {
|
|
|
7225
7458
|
readonly chat: {
|
|
7226
7459
|
readonly type: 'ref';
|
|
7227
7460
|
readonly ref: 'lex:app.bsky.notification.defs#chatPreference';
|
|
7461
|
+
readonly description: "Deprecated: use chat.bsky.notification preferences instead. Setting this won't stick and the default values will be returned.";
|
|
7228
7462
|
};
|
|
7229
7463
|
readonly follow: {
|
|
7230
7464
|
readonly type: 'ref';
|
|
@@ -9332,7 +9566,7 @@ export declare const schemaDict: {
|
|
|
9332
9566
|
readonly knownValues: ["all", "none", "following"];
|
|
9333
9567
|
};
|
|
9334
9568
|
readonly allowGroupInvites: {
|
|
9335
|
-
readonly description: '
|
|
9569
|
+
readonly description: 'Declaration about group chat invitation preferences for the record owner.';
|
|
9336
9570
|
readonly type: 'string';
|
|
9337
9571
|
readonly knownValues: ["all", "none", "following"];
|
|
9338
9572
|
};
|
|
@@ -9405,12 +9639,11 @@ export declare const schemaDict: {
|
|
|
9405
9639
|
};
|
|
9406
9640
|
};
|
|
9407
9641
|
readonly directConvoMember: {
|
|
9408
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
9409
9642
|
readonly type: 'object';
|
|
9410
9643
|
readonly properties: {};
|
|
9411
9644
|
};
|
|
9412
9645
|
readonly groupConvoMember: {
|
|
9413
|
-
readonly description: '
|
|
9646
|
+
readonly description: 'A current group convo member.';
|
|
9414
9647
|
readonly type: 'object';
|
|
9415
9648
|
readonly required: ["role"];
|
|
9416
9649
|
readonly properties: {
|
|
@@ -9427,7 +9660,7 @@ export declare const schemaDict: {
|
|
|
9427
9660
|
};
|
|
9428
9661
|
};
|
|
9429
9662
|
readonly pastGroupConvoMember: {
|
|
9430
|
-
readonly description: '
|
|
9663
|
+
readonly description: 'A past group convo member.';
|
|
9431
9664
|
readonly type: 'object';
|
|
9432
9665
|
readonly required: [];
|
|
9433
9666
|
readonly properties: {};
|
|
@@ -9711,7 +9944,7 @@ export declare const schemaDict: {
|
|
|
9711
9944
|
readonly replyTo: {
|
|
9712
9945
|
readonly description: "If set, the message this message is replying to. The full view of the referenced message is embedded so the client can render it inline. Only a single level is embedded: the embedded message will not itself have a populated 'replyTo' field even if it was also a reply.";
|
|
9713
9946
|
readonly type: 'union';
|
|
9714
|
-
readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView"];
|
|
9947
|
+
readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#messageBeforeUserJoinedGroupView"];
|
|
9715
9948
|
};
|
|
9716
9949
|
readonly sender: {
|
|
9717
9950
|
readonly type: 'ref';
|
|
@@ -9734,7 +9967,6 @@ export declare const schemaDict: {
|
|
|
9734
9967
|
};
|
|
9735
9968
|
};
|
|
9736
9969
|
readonly systemMessageView: {
|
|
9737
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
9738
9970
|
readonly type: 'object';
|
|
9739
9971
|
readonly required: ["id", "rev", "sentAt", "data"];
|
|
9740
9972
|
readonly properties: {
|
|
@@ -9755,7 +9987,7 @@ export declare const schemaDict: {
|
|
|
9755
9987
|
};
|
|
9756
9988
|
};
|
|
9757
9989
|
readonly systemMessageDataAddMember: {
|
|
9758
|
-
readonly description: '
|
|
9990
|
+
readonly description: 'System message indicating a user was added to the group convo.';
|
|
9759
9991
|
readonly type: 'object';
|
|
9760
9992
|
readonly required: ["member", "role", "addedBy"];
|
|
9761
9993
|
readonly properties: {
|
|
@@ -9776,7 +10008,7 @@ export declare const schemaDict: {
|
|
|
9776
10008
|
};
|
|
9777
10009
|
};
|
|
9778
10010
|
readonly systemMessageDataRemoveMember: {
|
|
9779
|
-
readonly description: '
|
|
10011
|
+
readonly description: 'System message indicating a user was removed from the group convo.';
|
|
9780
10012
|
readonly type: 'object';
|
|
9781
10013
|
readonly required: ["member", "removedBy"];
|
|
9782
10014
|
readonly properties: {
|
|
@@ -9792,7 +10024,7 @@ export declare const schemaDict: {
|
|
|
9792
10024
|
};
|
|
9793
10025
|
};
|
|
9794
10026
|
readonly systemMessageDataMemberJoin: {
|
|
9795
|
-
readonly description: '
|
|
10027
|
+
readonly description: 'System message indicating a user joined the group convo via join link.';
|
|
9796
10028
|
readonly type: 'object';
|
|
9797
10029
|
readonly required: ["member", "role"];
|
|
9798
10030
|
readonly properties: {
|
|
@@ -9814,7 +10046,7 @@ export declare const schemaDict: {
|
|
|
9814
10046
|
};
|
|
9815
10047
|
};
|
|
9816
10048
|
readonly systemMessageDataMemberLeave: {
|
|
9817
|
-
readonly description: '
|
|
10049
|
+
readonly description: 'System message indicating a user voluntarily left the group convo.';
|
|
9818
10050
|
readonly type: 'object';
|
|
9819
10051
|
readonly required: ["member"];
|
|
9820
10052
|
readonly properties: {
|
|
@@ -9826,7 +10058,7 @@ export declare const schemaDict: {
|
|
|
9826
10058
|
};
|
|
9827
10059
|
};
|
|
9828
10060
|
readonly systemMessageDataLockConvo: {
|
|
9829
|
-
readonly description: '
|
|
10061
|
+
readonly description: 'System message indicating the group convo was locked.';
|
|
9830
10062
|
readonly type: 'object';
|
|
9831
10063
|
readonly required: ["lockedBy"];
|
|
9832
10064
|
readonly properties: {
|
|
@@ -9838,7 +10070,7 @@ export declare const schemaDict: {
|
|
|
9838
10070
|
};
|
|
9839
10071
|
};
|
|
9840
10072
|
readonly systemMessageDataUnlockConvo: {
|
|
9841
|
-
readonly description: '
|
|
10073
|
+
readonly description: 'System message indicating the group convo was unlocked.';
|
|
9842
10074
|
readonly type: 'object';
|
|
9843
10075
|
readonly required: ["unlockedBy"];
|
|
9844
10076
|
readonly properties: {
|
|
@@ -9850,7 +10082,7 @@ export declare const schemaDict: {
|
|
|
9850
10082
|
};
|
|
9851
10083
|
};
|
|
9852
10084
|
readonly systemMessageDataLockConvoPermanently: {
|
|
9853
|
-
readonly description: '
|
|
10085
|
+
readonly description: 'System message indicating the group convo was locked permanently.';
|
|
9854
10086
|
readonly type: 'object';
|
|
9855
10087
|
readonly required: ["lockedBy"];
|
|
9856
10088
|
readonly properties: {
|
|
@@ -9862,7 +10094,7 @@ export declare const schemaDict: {
|
|
|
9862
10094
|
};
|
|
9863
10095
|
};
|
|
9864
10096
|
readonly systemMessageDataEditGroup: {
|
|
9865
|
-
readonly description: '
|
|
10097
|
+
readonly description: 'System message indicating the group info was edited.';
|
|
9866
10098
|
readonly type: 'object';
|
|
9867
10099
|
readonly properties: {
|
|
9868
10100
|
readonly oldName: {
|
|
@@ -9876,22 +10108,22 @@ export declare const schemaDict: {
|
|
|
9876
10108
|
};
|
|
9877
10109
|
};
|
|
9878
10110
|
readonly systemMessageDataCreateJoinLink: {
|
|
9879
|
-
readonly description: '
|
|
10111
|
+
readonly description: 'System message indicating the group join link was created.';
|
|
9880
10112
|
readonly type: 'object';
|
|
9881
10113
|
readonly properties: {};
|
|
9882
10114
|
};
|
|
9883
10115
|
readonly systemMessageDataEditJoinLink: {
|
|
9884
|
-
readonly description: '
|
|
10116
|
+
readonly description: 'System message indicating the group join link was edited.';
|
|
9885
10117
|
readonly type: 'object';
|
|
9886
10118
|
readonly properties: {};
|
|
9887
10119
|
};
|
|
9888
10120
|
readonly systemMessageDataEnableJoinLink: {
|
|
9889
|
-
readonly description: '
|
|
10121
|
+
readonly description: 'System message indicating the group join link was enabled.';
|
|
9890
10122
|
readonly type: 'object';
|
|
9891
10123
|
readonly properties: {};
|
|
9892
10124
|
};
|
|
9893
10125
|
readonly systemMessageDataDisableJoinLink: {
|
|
9894
|
-
readonly description: '
|
|
10126
|
+
readonly description: 'System message indicating the group join link was disabled.';
|
|
9895
10127
|
readonly type: 'object';
|
|
9896
10128
|
readonly properties: {};
|
|
9897
10129
|
};
|
|
@@ -9915,6 +10147,11 @@ export declare const schemaDict: {
|
|
|
9915
10147
|
};
|
|
9916
10148
|
};
|
|
9917
10149
|
};
|
|
10150
|
+
readonly messageBeforeUserJoinedGroupView: {
|
|
10151
|
+
readonly description: "Placeholder embedded in place of a reply's parent message when that parent was sent before the viewer joined the group convo. The viewer has no access to that history, so no message data is carried.";
|
|
10152
|
+
readonly type: 'object';
|
|
10153
|
+
readonly properties: {};
|
|
10154
|
+
};
|
|
9918
10155
|
readonly messageViewSender: {
|
|
9919
10156
|
readonly type: 'object';
|
|
9920
10157
|
readonly required: ["did"];
|
|
@@ -10011,12 +10248,10 @@ export declare const schemaDict: {
|
|
|
10011
10248
|
};
|
|
10012
10249
|
};
|
|
10013
10250
|
readonly directConvo: {
|
|
10014
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
10015
10251
|
readonly type: 'object';
|
|
10016
10252
|
readonly properties: {};
|
|
10017
10253
|
};
|
|
10018
10254
|
readonly groupConvo: {
|
|
10019
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
10020
10255
|
readonly type: 'object';
|
|
10021
10256
|
readonly required: ["createdAt", "lockStatus", "lockStatusModerationOverride", "memberCount", "memberLimit", "name"];
|
|
10022
10257
|
readonly properties: {
|
|
@@ -10244,7 +10479,7 @@ export declare const schemaDict: {
|
|
|
10244
10479
|
};
|
|
10245
10480
|
};
|
|
10246
10481
|
readonly logReadConvo: {
|
|
10247
|
-
readonly description: '
|
|
10482
|
+
readonly description: 'Event indicating a convo was read up to a certain message.';
|
|
10248
10483
|
readonly type: 'object';
|
|
10249
10484
|
readonly required: ["rev", "convoId", "message"];
|
|
10250
10485
|
readonly properties: {
|
|
@@ -10261,7 +10496,7 @@ export declare const schemaDict: {
|
|
|
10261
10496
|
};
|
|
10262
10497
|
};
|
|
10263
10498
|
readonly logAddMember: {
|
|
10264
|
-
readonly description: '
|
|
10499
|
+
readonly description: 'Event indicating a member was added to a group convo. The member who was added gets a logBeginConvo (to create the convo) but also a logAddMember (to show the system message as the first message the user sees).';
|
|
10265
10500
|
readonly type: 'object';
|
|
10266
10501
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
10267
10502
|
readonly properties: {
|
|
@@ -10287,7 +10522,7 @@ export declare const schemaDict: {
|
|
|
10287
10522
|
};
|
|
10288
10523
|
};
|
|
10289
10524
|
readonly logRemoveMember: {
|
|
10290
|
-
readonly description: "
|
|
10525
|
+
readonly description: "Event indicating a member was removed from a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logRemoveMember (because they already left, so can't see the system message).";
|
|
10291
10526
|
readonly type: 'object';
|
|
10292
10527
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
10293
10528
|
readonly properties: {
|
|
@@ -10313,7 +10548,7 @@ export declare const schemaDict: {
|
|
|
10313
10548
|
};
|
|
10314
10549
|
};
|
|
10315
10550
|
readonly logMemberJoin: {
|
|
10316
|
-
readonly description: '
|
|
10551
|
+
readonly description: 'Event indicating a member joined a group convo via join link. The member who was added gets a logBeginConvo (to create the convo) but also a logMemberJoin (to show the system message as the first message the user sees).';
|
|
10317
10552
|
readonly type: 'object';
|
|
10318
10553
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
10319
10554
|
readonly properties: {
|
|
@@ -10339,7 +10574,7 @@ export declare const schemaDict: {
|
|
|
10339
10574
|
};
|
|
10340
10575
|
};
|
|
10341
10576
|
readonly logMemberLeave: {
|
|
10342
|
-
readonly description: "
|
|
10577
|
+
readonly description: "Event indicating a member voluntarily left a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logMemberLeave (because they already left, so can't see the system message).";
|
|
10343
10578
|
readonly type: 'object';
|
|
10344
10579
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
10345
10580
|
readonly properties: {
|
|
@@ -10365,7 +10600,7 @@ export declare const schemaDict: {
|
|
|
10365
10600
|
};
|
|
10366
10601
|
};
|
|
10367
10602
|
readonly logLockConvo: {
|
|
10368
|
-
readonly description: '
|
|
10603
|
+
readonly description: 'Event indicating a group convo was locked.';
|
|
10369
10604
|
readonly type: 'object';
|
|
10370
10605
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
10371
10606
|
readonly properties: {
|
|
@@ -10391,7 +10626,7 @@ export declare const schemaDict: {
|
|
|
10391
10626
|
};
|
|
10392
10627
|
};
|
|
10393
10628
|
readonly logUnlockConvo: {
|
|
10394
|
-
readonly description: '
|
|
10629
|
+
readonly description: 'Event indicating a group convo was unlocked.';
|
|
10395
10630
|
readonly type: 'object';
|
|
10396
10631
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
10397
10632
|
readonly properties: {
|
|
@@ -10417,7 +10652,7 @@ export declare const schemaDict: {
|
|
|
10417
10652
|
};
|
|
10418
10653
|
};
|
|
10419
10654
|
readonly logLockConvoPermanently: {
|
|
10420
|
-
readonly description: '
|
|
10655
|
+
readonly description: 'Event indicating a group convo was locked permanently.';
|
|
10421
10656
|
readonly type: 'object';
|
|
10422
10657
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
10423
10658
|
readonly properties: {
|
|
@@ -10443,7 +10678,7 @@ export declare const schemaDict: {
|
|
|
10443
10678
|
};
|
|
10444
10679
|
};
|
|
10445
10680
|
readonly logEditGroup: {
|
|
10446
|
-
readonly description: '
|
|
10681
|
+
readonly description: 'Event indicating info about group convo was edited.';
|
|
10447
10682
|
readonly type: 'object';
|
|
10448
10683
|
readonly required: ["rev", "convoId", "message"];
|
|
10449
10684
|
readonly properties: {
|
|
@@ -10461,7 +10696,7 @@ export declare const schemaDict: {
|
|
|
10461
10696
|
};
|
|
10462
10697
|
};
|
|
10463
10698
|
readonly logCreateJoinLink: {
|
|
10464
|
-
readonly description: '
|
|
10699
|
+
readonly description: 'Event indicating a join link was created for a group convo.';
|
|
10465
10700
|
readonly type: 'object';
|
|
10466
10701
|
readonly required: ["rev", "convoId", "message"];
|
|
10467
10702
|
readonly properties: {
|
|
@@ -10479,7 +10714,7 @@ export declare const schemaDict: {
|
|
|
10479
10714
|
};
|
|
10480
10715
|
};
|
|
10481
10716
|
readonly logEditJoinLink: {
|
|
10482
|
-
readonly description: '
|
|
10717
|
+
readonly description: 'Event indicating a settings about a join link for a group convo were edited.';
|
|
10483
10718
|
readonly type: 'object';
|
|
10484
10719
|
readonly required: ["rev", "convoId", "message"];
|
|
10485
10720
|
readonly properties: {
|
|
@@ -10497,7 +10732,7 @@ export declare const schemaDict: {
|
|
|
10497
10732
|
};
|
|
10498
10733
|
};
|
|
10499
10734
|
readonly logEnableJoinLink: {
|
|
10500
|
-
readonly description: '
|
|
10735
|
+
readonly description: 'Event indicating a join link was enabled for a group convo.';
|
|
10501
10736
|
readonly type: 'object';
|
|
10502
10737
|
readonly required: ["rev", "convoId", "message"];
|
|
10503
10738
|
readonly properties: {
|
|
@@ -10515,7 +10750,7 @@ export declare const schemaDict: {
|
|
|
10515
10750
|
};
|
|
10516
10751
|
};
|
|
10517
10752
|
readonly logDisableJoinLink: {
|
|
10518
|
-
readonly description: '
|
|
10753
|
+
readonly description: 'Event indicating a join link was disabled for a group convo.';
|
|
10519
10754
|
readonly type: 'object';
|
|
10520
10755
|
readonly required: ["rev", "convoId", "message"];
|
|
10521
10756
|
readonly properties: {
|
|
@@ -10533,7 +10768,7 @@ export declare const schemaDict: {
|
|
|
10533
10768
|
};
|
|
10534
10769
|
};
|
|
10535
10770
|
readonly logIncomingJoinRequest: {
|
|
10536
|
-
readonly description: '
|
|
10771
|
+
readonly description: 'Event indicating a join request was made to a group the viewer owns. Only the owner gets this.';
|
|
10537
10772
|
readonly type: 'object';
|
|
10538
10773
|
readonly required: ["rev", "convoId", "member"];
|
|
10539
10774
|
readonly properties: {
|
|
@@ -10551,7 +10786,7 @@ export declare const schemaDict: {
|
|
|
10551
10786
|
};
|
|
10552
10787
|
};
|
|
10553
10788
|
readonly logApproveJoinRequest: {
|
|
10554
|
-
readonly description: '
|
|
10789
|
+
readonly description: 'Event indicating a join request was approved by the viewer. Only the owner gets this. The approved member gets a logBeginConvo.';
|
|
10555
10790
|
readonly type: 'object';
|
|
10556
10791
|
readonly required: ["rev", "convoId", "member"];
|
|
10557
10792
|
readonly properties: {
|
|
@@ -10569,7 +10804,7 @@ export declare const schemaDict: {
|
|
|
10569
10804
|
};
|
|
10570
10805
|
};
|
|
10571
10806
|
readonly logRejectJoinRequest: {
|
|
10572
|
-
readonly description: '
|
|
10807
|
+
readonly description: 'Event indicating a join request was rejected by the viewer. Only the owner gets this.';
|
|
10573
10808
|
readonly type: 'object';
|
|
10574
10809
|
readonly required: ["rev", "convoId", "member"];
|
|
10575
10810
|
readonly properties: {
|
|
@@ -10587,7 +10822,7 @@ export declare const schemaDict: {
|
|
|
10587
10822
|
};
|
|
10588
10823
|
};
|
|
10589
10824
|
readonly logOutgoingJoinRequest: {
|
|
10590
|
-
readonly description: '
|
|
10825
|
+
readonly description: 'Event indicating a join request was made by the requester. Only requester actor gets this.';
|
|
10591
10826
|
readonly type: 'object';
|
|
10592
10827
|
readonly required: ["rev", "convoId"];
|
|
10593
10828
|
readonly properties: {
|
|
@@ -10600,7 +10835,7 @@ export declare const schemaDict: {
|
|
|
10600
10835
|
};
|
|
10601
10836
|
};
|
|
10602
10837
|
readonly logWithdrawIncomingJoinRequest: {
|
|
10603
|
-
readonly description: '
|
|
10838
|
+
readonly description: 'Event indicating a prospective member withdrew their join request. Only the owner gets this.';
|
|
10604
10839
|
readonly type: 'object';
|
|
10605
10840
|
readonly required: ["rev", "convoId", "member"];
|
|
10606
10841
|
readonly properties: {
|
|
@@ -10618,7 +10853,7 @@ export declare const schemaDict: {
|
|
|
10618
10853
|
};
|
|
10619
10854
|
};
|
|
10620
10855
|
readonly logWithdrawOutgoingJoinRequest: {
|
|
10621
|
-
readonly description: '
|
|
10856
|
+
readonly description: 'Event indicating the viewer withdrew their own join request. Only requester actor gets this.';
|
|
10622
10857
|
readonly type: 'object';
|
|
10623
10858
|
readonly required: ["rev", "convoId"];
|
|
10624
10859
|
readonly properties: {
|
|
@@ -10631,7 +10866,7 @@ export declare const schemaDict: {
|
|
|
10631
10866
|
};
|
|
10632
10867
|
};
|
|
10633
10868
|
readonly logReadJoinRequests: {
|
|
10634
|
-
readonly description: '
|
|
10869
|
+
readonly description: 'Event indicating the group owner marked join requests as read. Only the owner gets this.';
|
|
10635
10870
|
readonly type: 'object';
|
|
10636
10871
|
readonly required: ["rev", "convoId"];
|
|
10637
10872
|
readonly properties: {
|
|
@@ -10961,7 +11196,7 @@ export declare const schemaDict: {
|
|
|
10961
11196
|
readonly defs: {
|
|
10962
11197
|
readonly main: {
|
|
10963
11198
|
readonly type: 'query';
|
|
10964
|
-
readonly description: "
|
|
11199
|
+
readonly description: "Returns unread conversation counts for conversations that are unlocked, not muted, split by convo status. Direct convos are excluded when a block relationship exists between the actor and the other member, or when the other member's account is deleted or deactivated. Group convos are considered unread if they have unread join request counts.";
|
|
10965
11200
|
readonly parameters: {
|
|
10966
11201
|
readonly type: 'params';
|
|
10967
11202
|
readonly properties: {
|
|
@@ -10980,11 +11215,11 @@ export declare const schemaDict: {
|
|
|
10980
11215
|
readonly properties: {
|
|
10981
11216
|
readonly unreadAcceptedConvos: {
|
|
10982
11217
|
readonly type: 'integer';
|
|
10983
|
-
readonly description: 'Number of unread, unlocked accepted convos. Counts convos with unread messages and unread join requests. Capped at
|
|
11218
|
+
readonly description: 'Number of unread, unlocked accepted convos. Counts convos with unread messages and unread join requests. Capped at 100, where 100 means more than 99.';
|
|
10984
11219
|
};
|
|
10985
11220
|
readonly unreadRequestConvos: {
|
|
10986
11221
|
readonly type: 'integer';
|
|
10987
|
-
readonly description: 'Number of unread, unlocked request convos. Includes convos with unread messages, but not with unread join request, since only the owner of a group has join requests to read, and the group would necessarily be accepted. Capped at
|
|
11222
|
+
readonly description: 'Number of unread, unlocked request convos. Includes convos with unread messages, but not with unread join request, since only the owner of a group has join requests to read, and the group would necessarily be accepted. Capped at 100, where 100 means more than 99.';
|
|
10988
11223
|
};
|
|
10989
11224
|
};
|
|
10990
11225
|
};
|
|
@@ -11041,7 +11276,7 @@ export declare const schemaDict: {
|
|
|
11041
11276
|
readonly defs: {
|
|
11042
11277
|
readonly main: {
|
|
11043
11278
|
readonly type: 'query';
|
|
11044
|
-
readonly description: '
|
|
11279
|
+
readonly description: 'Returns a page of incoming conversation requests for the user. Direct convo requests are returned as convoView; group join requests made by the user are returned as joinRequestConvoView.';
|
|
11045
11280
|
readonly parameters: {
|
|
11046
11281
|
readonly type: 'params';
|
|
11047
11282
|
readonly properties: {
|
|
@@ -11146,7 +11381,7 @@ export declare const schemaDict: {
|
|
|
11146
11381
|
readonly defs: {
|
|
11147
11382
|
readonly main: {
|
|
11148
11383
|
readonly type: 'procedure';
|
|
11149
|
-
readonly description: '
|
|
11384
|
+
readonly description: 'Locks a group convo so no more content (messages, reactions) can be added to it.';
|
|
11150
11385
|
readonly errors: [{
|
|
11151
11386
|
readonly name: 'ConvoLocked';
|
|
11152
11387
|
}, {
|
|
@@ -11386,7 +11621,7 @@ export declare const schemaDict: {
|
|
|
11386
11621
|
readonly defs: {
|
|
11387
11622
|
readonly main: {
|
|
11388
11623
|
readonly type: 'procedure';
|
|
11389
|
-
readonly description: '
|
|
11624
|
+
readonly description: 'Unlocks a group convo so it is able to receive new content.';
|
|
11390
11625
|
readonly errors: [{
|
|
11391
11626
|
readonly name: 'InvalidConvo';
|
|
11392
11627
|
}, {
|
|
@@ -11539,7 +11774,7 @@ export declare const schemaDict: {
|
|
|
11539
11774
|
readonly ChatBskyEmbedJoinLink: {
|
|
11540
11775
|
readonly lexicon: 1;
|
|
11541
11776
|
readonly id: 'chat.bsky.embed.joinLink';
|
|
11542
|
-
readonly description: '
|
|
11777
|
+
readonly description: 'A join link embedded in a chat message.';
|
|
11543
11778
|
readonly defs: {
|
|
11544
11779
|
readonly main: {
|
|
11545
11780
|
readonly type: 'object';
|
|
@@ -11569,7 +11804,7 @@ export declare const schemaDict: {
|
|
|
11569
11804
|
readonly defs: {
|
|
11570
11805
|
readonly main: {
|
|
11571
11806
|
readonly type: 'procedure';
|
|
11572
|
-
readonly description: "
|
|
11807
|
+
readonly description: "Adds members to a group. The members are added in 'request' status, so they have to accept it. This creates convo memberships.";
|
|
11573
11808
|
readonly errors: [{
|
|
11574
11809
|
readonly name: 'AccountSuspended';
|
|
11575
11810
|
}, {
|
|
@@ -11640,7 +11875,7 @@ export declare const schemaDict: {
|
|
|
11640
11875
|
readonly defs: {
|
|
11641
11876
|
readonly main: {
|
|
11642
11877
|
readonly type: 'procedure';
|
|
11643
|
-
readonly description: '
|
|
11878
|
+
readonly description: 'Approves a request to join a group (via join link) the user owns. Action taken by the group owner.';
|
|
11644
11879
|
readonly errors: [{
|
|
11645
11880
|
readonly name: 'InvalidConvo';
|
|
11646
11881
|
}, {
|
|
@@ -11686,7 +11921,7 @@ export declare const schemaDict: {
|
|
|
11686
11921
|
readonly defs: {
|
|
11687
11922
|
readonly main: {
|
|
11688
11923
|
readonly type: 'procedure';
|
|
11689
|
-
readonly description: "
|
|
11924
|
+
readonly description: "Creates a group convo, specifying the members to be added to it. Unlike getConvoForMembers, this isn't idempotent. It will create new groups even if the membership is identical to pre-existing groups. Will create 'request' membership for all members, except the owner who is 'accepted'.";
|
|
11690
11925
|
readonly errors: [{
|
|
11691
11926
|
readonly name: 'AccountSuspended';
|
|
11692
11927
|
}, {
|
|
@@ -11747,7 +11982,7 @@ export declare const schemaDict: {
|
|
|
11747
11982
|
readonly defs: {
|
|
11748
11983
|
readonly main: {
|
|
11749
11984
|
readonly type: 'procedure';
|
|
11750
|
-
readonly description: '
|
|
11985
|
+
readonly description: 'Creates a join link for the group convo.';
|
|
11751
11986
|
readonly errors: [{
|
|
11752
11987
|
readonly name: 'EnabledJoinLinkAlreadyExists';
|
|
11753
11988
|
}, {
|
|
@@ -11794,7 +12029,6 @@ export declare const schemaDict: {
|
|
|
11794
12029
|
readonly ChatBskyGroupDefs: {
|
|
11795
12030
|
readonly lexicon: 1;
|
|
11796
12031
|
readonly id: 'chat.bsky.group.defs';
|
|
11797
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
11798
12032
|
readonly defs: {
|
|
11799
12033
|
readonly linkEnabledStatus: {
|
|
11800
12034
|
readonly type: 'string';
|
|
@@ -11953,7 +12187,7 @@ export declare const schemaDict: {
|
|
|
11953
12187
|
readonly defs: {
|
|
11954
12188
|
readonly main: {
|
|
11955
12189
|
readonly type: 'procedure';
|
|
11956
|
-
readonly description: '
|
|
12190
|
+
readonly description: 'Disables the active join link for the group convo.';
|
|
11957
12191
|
readonly errors: [{
|
|
11958
12192
|
readonly name: 'InvalidConvo';
|
|
11959
12193
|
}, {
|
|
@@ -11995,7 +12229,7 @@ export declare const schemaDict: {
|
|
|
11995
12229
|
readonly defs: {
|
|
11996
12230
|
readonly main: {
|
|
11997
12231
|
readonly type: 'procedure';
|
|
11998
|
-
readonly description: '
|
|
12232
|
+
readonly description: 'Edits group settings.';
|
|
11999
12233
|
readonly errors: [{
|
|
12000
12234
|
readonly name: 'ConvoLocked';
|
|
12001
12235
|
}, {
|
|
@@ -12043,7 +12277,7 @@ export declare const schemaDict: {
|
|
|
12043
12277
|
readonly defs: {
|
|
12044
12278
|
readonly main: {
|
|
12045
12279
|
readonly type: 'procedure';
|
|
12046
|
-
readonly description: '
|
|
12280
|
+
readonly description: 'Edits the existing join link settings for the group convo.';
|
|
12047
12281
|
readonly errors: [{
|
|
12048
12282
|
readonly name: 'InvalidConvo';
|
|
12049
12283
|
}, {
|
|
@@ -12092,7 +12326,7 @@ export declare const schemaDict: {
|
|
|
12092
12326
|
readonly defs: {
|
|
12093
12327
|
readonly main: {
|
|
12094
12328
|
readonly type: 'procedure';
|
|
12095
|
-
readonly description: '
|
|
12329
|
+
readonly description: 'Re-enables a previously disabled join link for the group convo.';
|
|
12096
12330
|
readonly errors: [{
|
|
12097
12331
|
readonly name: 'InvalidConvo';
|
|
12098
12332
|
}, {
|
|
@@ -12136,7 +12370,7 @@ export declare const schemaDict: {
|
|
|
12136
12370
|
readonly defs: {
|
|
12137
12371
|
readonly main: {
|
|
12138
12372
|
readonly type: 'query';
|
|
12139
|
-
readonly description: "
|
|
12373
|
+
readonly description: "Get public information about groups from join links. The output array matches the input codes one-to-one by position (and each view also carries its 'code'). Disabled codes return a disabledJoinLinkPreviewView, and codes that do not map to a previewable link return an invalidJoinLinkPreviewView.";
|
|
12140
12374
|
readonly parameters: {
|
|
12141
12375
|
readonly type: 'params';
|
|
12142
12376
|
readonly required: ["codes"];
|
|
@@ -12176,7 +12410,7 @@ export declare const schemaDict: {
|
|
|
12176
12410
|
readonly defs: {
|
|
12177
12411
|
readonly main: {
|
|
12178
12412
|
readonly type: 'query';
|
|
12179
|
-
readonly description: "
|
|
12413
|
+
readonly description: "Lists a page of request to join a group (via join link) the user owns. Shows the data from the owner's point of view.";
|
|
12180
12414
|
readonly errors: [{
|
|
12181
12415
|
readonly name: 'InvalidConvo';
|
|
12182
12416
|
}, {
|
|
@@ -12228,7 +12462,7 @@ export declare const schemaDict: {
|
|
|
12228
12462
|
readonly defs: {
|
|
12229
12463
|
readonly main: {
|
|
12230
12464
|
readonly type: 'query';
|
|
12231
|
-
readonly description: '
|
|
12465
|
+
readonly description: 'Returns a page of group conversations that both the requester and the specified actor are members of.';
|
|
12232
12466
|
readonly parameters: {
|
|
12233
12467
|
readonly type: 'params';
|
|
12234
12468
|
readonly required: ["subject"];
|
|
@@ -12276,7 +12510,7 @@ export declare const schemaDict: {
|
|
|
12276
12510
|
readonly defs: {
|
|
12277
12511
|
readonly main: {
|
|
12278
12512
|
readonly type: 'procedure';
|
|
12279
|
-
readonly description: '
|
|
12513
|
+
readonly description: 'Rejects a request to join a group (via join link) the user owns. Action taken by the group owner.';
|
|
12280
12514
|
readonly errors: [{
|
|
12281
12515
|
readonly name: 'InvalidConvo';
|
|
12282
12516
|
}, {
|
|
@@ -12315,7 +12549,7 @@ export declare const schemaDict: {
|
|
|
12315
12549
|
readonly defs: {
|
|
12316
12550
|
readonly main: {
|
|
12317
12551
|
readonly type: 'procedure';
|
|
12318
|
-
readonly description: "
|
|
12552
|
+
readonly description: "Removes members from a group. This deletes convo memberships, doesn't just set a status.";
|
|
12319
12553
|
readonly errors: [{
|
|
12320
12554
|
readonly name: 'InvalidConvo';
|
|
12321
12555
|
}, {
|
|
@@ -12363,7 +12597,7 @@ export declare const schemaDict: {
|
|
|
12363
12597
|
readonly defs: {
|
|
12364
12598
|
readonly main: {
|
|
12365
12599
|
readonly type: 'procedure';
|
|
12366
|
-
readonly description: '
|
|
12600
|
+
readonly description: 'Sends a request to join a group (via join link) to the group owner. Action taken by the prospective group member.';
|
|
12367
12601
|
readonly errors: [{
|
|
12368
12602
|
readonly name: 'ConvoLocked';
|
|
12369
12603
|
}, {
|
|
@@ -12416,7 +12650,7 @@ export declare const schemaDict: {
|
|
|
12416
12650
|
readonly defs: {
|
|
12417
12651
|
readonly main: {
|
|
12418
12652
|
readonly type: 'procedure';
|
|
12419
|
-
readonly description: '
|
|
12653
|
+
readonly description: 'Marks all join requests as read for the group owner.';
|
|
12420
12654
|
readonly errors: [{
|
|
12421
12655
|
readonly name: 'InvalidConvo';
|
|
12422
12656
|
}, {
|
|
@@ -12451,7 +12685,7 @@ export declare const schemaDict: {
|
|
|
12451
12685
|
readonly defs: {
|
|
12452
12686
|
readonly main: {
|
|
12453
12687
|
readonly type: 'procedure';
|
|
12454
|
-
readonly description: '
|
|
12688
|
+
readonly description: 'Withdraws a pending request to join a group. Action taken by the prospective member who originally requested to join.';
|
|
12455
12689
|
readonly errors: [{
|
|
12456
12690
|
readonly name: 'InvalidJoinRequest';
|
|
12457
12691
|
}];
|
|
@@ -12483,7 +12717,7 @@ export declare const schemaDict: {
|
|
|
12483
12717
|
readonly id: 'chat.bsky.moderation.defs';
|
|
12484
12718
|
readonly defs: {
|
|
12485
12719
|
readonly convoView: {
|
|
12486
|
-
readonly description: '
|
|
12720
|
+
readonly description: 'A view of a conversation for moderation purposes. Unlike chat.bsky.convo.defs#convoView, it does not include viewer-specific data (such as muted, unreadCount, status, lastMessage, lastReaction), since the requester is a moderator and not a member of the conversation. The member list is not included; use chat.bsky.moderation.getConvoMembers to list members.';
|
|
12487
12721
|
readonly type: 'object';
|
|
12488
12722
|
readonly required: ["id", "rev"];
|
|
12489
12723
|
readonly properties: {
|
|
@@ -12501,12 +12735,12 @@ export declare const schemaDict: {
|
|
|
12501
12735
|
};
|
|
12502
12736
|
};
|
|
12503
12737
|
readonly directConvo: {
|
|
12504
|
-
readonly description: '
|
|
12738
|
+
readonly description: 'Data specific to a direct conversation, for moderation purposes.';
|
|
12505
12739
|
readonly type: 'object';
|
|
12506
12740
|
readonly properties: {};
|
|
12507
12741
|
};
|
|
12508
12742
|
readonly groupConvo: {
|
|
12509
|
-
readonly description: '
|
|
12743
|
+
readonly description: 'Data specific to a group conversation, for moderation purposes. Unlike chat.bsky.convo.defs#groupConvo, it does not include viewer-specific data (such as unreadJoinRequestCount), since the requester is a moderator and not a member of the conversation.';
|
|
12510
12744
|
readonly type: 'object';
|
|
12511
12745
|
readonly required: ["createdAt", "joinRequestCount", "lockStatus", "memberCount", "memberLimit", "name"];
|
|
12512
12746
|
readonly properties: {
|
|
@@ -12609,7 +12843,7 @@ export declare const schemaDict: {
|
|
|
12609
12843
|
readonly defs: {
|
|
12610
12844
|
readonly main: {
|
|
12611
12845
|
readonly type: 'query';
|
|
12612
|
-
readonly description: '
|
|
12846
|
+
readonly description: 'Gets an existing conversation by its ID, for moderation purposes. Does not require the requester to be a member of the conversation.';
|
|
12613
12847
|
readonly errors: [{
|
|
12614
12848
|
readonly name: 'InvalidConvo';
|
|
12615
12849
|
}];
|
|
@@ -12644,7 +12878,7 @@ export declare const schemaDict: {
|
|
|
12644
12878
|
readonly defs: {
|
|
12645
12879
|
readonly main: {
|
|
12646
12880
|
readonly type: 'query';
|
|
12647
|
-
readonly description: '
|
|
12881
|
+
readonly description: 'Returns a paginated list of members from a conversation, for moderation purposes. Does not require the requester to be a member of the conversation.';
|
|
12648
12882
|
readonly errors: [{
|
|
12649
12883
|
readonly name: 'InvalidConvo';
|
|
12650
12884
|
}];
|
|
@@ -12694,7 +12928,7 @@ export declare const schemaDict: {
|
|
|
12694
12928
|
readonly defs: {
|
|
12695
12929
|
readonly main: {
|
|
12696
12930
|
readonly type: 'query';
|
|
12697
|
-
readonly description: '
|
|
12931
|
+
readonly description: 'Gets existing conversations by their IDs, for moderation purposes. Does not require the requester to be a member of the conversations. Unknown IDs are silently omitted from the response.';
|
|
12698
12932
|
readonly parameters: {
|
|
12699
12933
|
readonly type: 'params';
|
|
12700
12934
|
readonly required: ["convoIds"];
|
|
@@ -13344,6 +13578,101 @@ export declare const schemaDict: {
|
|
|
13344
13578
|
};
|
|
13345
13579
|
};
|
|
13346
13580
|
};
|
|
13581
|
+
readonly ChatBskyNotificationDefs: {
|
|
13582
|
+
readonly lexicon: 1;
|
|
13583
|
+
readonly id: 'chat.bsky.notification.defs';
|
|
13584
|
+
readonly defs: {
|
|
13585
|
+
readonly preferences: {
|
|
13586
|
+
readonly type: 'object';
|
|
13587
|
+
readonly required: ["chat", "chatRequest"];
|
|
13588
|
+
readonly properties: {
|
|
13589
|
+
readonly chat: {
|
|
13590
|
+
readonly type: 'ref';
|
|
13591
|
+
readonly ref: 'lex:chat.bsky.notification.defs#chatPreference';
|
|
13592
|
+
};
|
|
13593
|
+
readonly chatRequest: {
|
|
13594
|
+
readonly type: 'ref';
|
|
13595
|
+
readonly ref: 'lex:chat.bsky.notification.defs#chatPreference';
|
|
13596
|
+
};
|
|
13597
|
+
};
|
|
13598
|
+
};
|
|
13599
|
+
readonly chatPreference: {
|
|
13600
|
+
readonly type: 'object';
|
|
13601
|
+
readonly required: ["include", "push"];
|
|
13602
|
+
readonly properties: {
|
|
13603
|
+
readonly include: {
|
|
13604
|
+
readonly type: 'string';
|
|
13605
|
+
readonly knownValues: ["all", "follows"];
|
|
13606
|
+
};
|
|
13607
|
+
readonly push: {
|
|
13608
|
+
readonly type: 'boolean';
|
|
13609
|
+
};
|
|
13610
|
+
};
|
|
13611
|
+
};
|
|
13612
|
+
};
|
|
13613
|
+
};
|
|
13614
|
+
readonly ChatBskyNotificationGetPreferences: {
|
|
13615
|
+
readonly lexicon: 1;
|
|
13616
|
+
readonly id: 'chat.bsky.notification.getPreferences';
|
|
13617
|
+
readonly defs: {
|
|
13618
|
+
readonly main: {
|
|
13619
|
+
readonly type: 'query';
|
|
13620
|
+
readonly description: "Get the requesting account's chat notification preferences. Defaults are returned for accounts that have not set any preferences. Requires auth.";
|
|
13621
|
+
readonly output: {
|
|
13622
|
+
readonly encoding: 'application/json';
|
|
13623
|
+
readonly schema: {
|
|
13624
|
+
readonly type: 'object';
|
|
13625
|
+
readonly required: ["preferences"];
|
|
13626
|
+
readonly properties: {
|
|
13627
|
+
readonly preferences: {
|
|
13628
|
+
readonly type: 'ref';
|
|
13629
|
+
readonly ref: 'lex:chat.bsky.notification.defs#preferences';
|
|
13630
|
+
};
|
|
13631
|
+
};
|
|
13632
|
+
};
|
|
13633
|
+
};
|
|
13634
|
+
};
|
|
13635
|
+
};
|
|
13636
|
+
};
|
|
13637
|
+
readonly ChatBskyNotificationPutPreferences: {
|
|
13638
|
+
readonly lexicon: 1;
|
|
13639
|
+
readonly id: 'chat.bsky.notification.putPreferences';
|
|
13640
|
+
readonly defs: {
|
|
13641
|
+
readonly main: {
|
|
13642
|
+
readonly type: 'procedure';
|
|
13643
|
+
readonly description: "Set the requesting account's chat notification preferences. Only the provided preferences are updated; omitted preferences are left unchanged.";
|
|
13644
|
+
readonly input: {
|
|
13645
|
+
readonly encoding: 'application/json';
|
|
13646
|
+
readonly schema: {
|
|
13647
|
+
readonly type: 'object';
|
|
13648
|
+
readonly properties: {
|
|
13649
|
+
readonly chat: {
|
|
13650
|
+
readonly type: 'ref';
|
|
13651
|
+
readonly ref: 'lex:chat.bsky.notification.defs#chatPreference';
|
|
13652
|
+
};
|
|
13653
|
+
readonly chatRequest: {
|
|
13654
|
+
readonly type: 'ref';
|
|
13655
|
+
readonly ref: 'lex:chat.bsky.notification.defs#chatPreference';
|
|
13656
|
+
};
|
|
13657
|
+
};
|
|
13658
|
+
};
|
|
13659
|
+
};
|
|
13660
|
+
readonly output: {
|
|
13661
|
+
readonly encoding: 'application/json';
|
|
13662
|
+
readonly schema: {
|
|
13663
|
+
readonly type: 'object';
|
|
13664
|
+
readonly required: ["preferences"];
|
|
13665
|
+
readonly properties: {
|
|
13666
|
+
readonly preferences: {
|
|
13667
|
+
readonly type: 'ref';
|
|
13668
|
+
readonly ref: 'lex:chat.bsky.notification.defs#preferences';
|
|
13669
|
+
};
|
|
13670
|
+
};
|
|
13671
|
+
};
|
|
13672
|
+
};
|
|
13673
|
+
};
|
|
13674
|
+
};
|
|
13675
|
+
};
|
|
13347
13676
|
readonly ComAtprotoAdminDefs: {
|
|
13348
13677
|
readonly lexicon: 1;
|
|
13349
13678
|
readonly id: 'com.atproto.admin.defs';
|
|
@@ -21553,6 +21882,11 @@ export declare const schemaDict: {
|
|
|
21553
21882
|
readonly ref: 'lex:tools.ozone.team.defs#member';
|
|
21554
21883
|
readonly description: 'Full member record of the moderator who created this activity';
|
|
21555
21884
|
};
|
|
21885
|
+
readonly report: {
|
|
21886
|
+
readonly type: 'ref';
|
|
21887
|
+
readonly ref: 'lex:tools.ozone.report.defs#reportView';
|
|
21888
|
+
readonly description: 'Full view of the report this activity belongs to.';
|
|
21889
|
+
};
|
|
21556
21890
|
readonly createdAt: {
|
|
21557
21891
|
readonly type: 'string';
|
|
21558
21892
|
readonly format: 'datetime';
|
|
@@ -21961,6 +22295,72 @@ export declare const schemaDict: {
|
|
|
21961
22295
|
};
|
|
21962
22296
|
};
|
|
21963
22297
|
};
|
|
22298
|
+
readonly ToolsOzoneReportQueryActivities: {
|
|
22299
|
+
readonly lexicon: 1;
|
|
22300
|
+
readonly id: 'tools.ozone.report.queryActivities';
|
|
22301
|
+
readonly defs: {
|
|
22302
|
+
readonly main: {
|
|
22303
|
+
readonly type: 'query';
|
|
22304
|
+
readonly description: 'Query report activities across all reports, ordered by createdAt. Used by downstream pollers; for per-report activity history use listActivities.';
|
|
22305
|
+
readonly parameters: {
|
|
22306
|
+
readonly type: 'params';
|
|
22307
|
+
readonly properties: {
|
|
22308
|
+
readonly activityTypes: {
|
|
22309
|
+
readonly type: 'array';
|
|
22310
|
+
readonly items: {
|
|
22311
|
+
readonly type: 'string';
|
|
22312
|
+
};
|
|
22313
|
+
readonly description: 'Filter to specific activity types (e.g. closeActivity, escalationActivity). If omitted, all types are returned.';
|
|
22314
|
+
};
|
|
22315
|
+
readonly createdAfter: {
|
|
22316
|
+
readonly type: 'string';
|
|
22317
|
+
readonly format: 'datetime';
|
|
22318
|
+
readonly description: 'Retrieve activities created at or after a given timestamp';
|
|
22319
|
+
};
|
|
22320
|
+
readonly createdBefore: {
|
|
22321
|
+
readonly type: 'string';
|
|
22322
|
+
readonly format: 'datetime';
|
|
22323
|
+
readonly description: 'Retrieve activities created at or before a given timestamp';
|
|
22324
|
+
};
|
|
22325
|
+
readonly sortDirection: {
|
|
22326
|
+
readonly type: 'string';
|
|
22327
|
+
readonly default: 'desc';
|
|
22328
|
+
readonly enum: ["asc", "desc"];
|
|
22329
|
+
};
|
|
22330
|
+
readonly limit: {
|
|
22331
|
+
readonly type: 'integer';
|
|
22332
|
+
readonly minimum: 1;
|
|
22333
|
+
readonly maximum: 100;
|
|
22334
|
+
readonly default: 50;
|
|
22335
|
+
};
|
|
22336
|
+
readonly cursor: {
|
|
22337
|
+
readonly type: 'string';
|
|
22338
|
+
readonly description: 'Cursor of the form `<createdAtMs>::<activityId>`.';
|
|
22339
|
+
};
|
|
22340
|
+
};
|
|
22341
|
+
};
|
|
22342
|
+
readonly output: {
|
|
22343
|
+
readonly encoding: 'application/json';
|
|
22344
|
+
readonly schema: {
|
|
22345
|
+
readonly type: 'object';
|
|
22346
|
+
readonly required: ["activities"];
|
|
22347
|
+
readonly properties: {
|
|
22348
|
+
readonly activities: {
|
|
22349
|
+
readonly type: 'array';
|
|
22350
|
+
readonly items: {
|
|
22351
|
+
readonly type: 'ref';
|
|
22352
|
+
readonly ref: 'lex:tools.ozone.report.defs#reportActivityView';
|
|
22353
|
+
};
|
|
22354
|
+
};
|
|
22355
|
+
readonly cursor: {
|
|
22356
|
+
readonly type: 'string';
|
|
22357
|
+
};
|
|
22358
|
+
};
|
|
22359
|
+
};
|
|
22360
|
+
};
|
|
22361
|
+
};
|
|
22362
|
+
};
|
|
22363
|
+
};
|
|
21964
22364
|
readonly ToolsOzoneReportQueryReports: {
|
|
21965
22365
|
readonly lexicon: 1;
|
|
21966
22366
|
readonly id: 'tools.ozone.report.queryReports';
|
|
@@ -28688,6 +29088,236 @@ export declare const schemas: ({
|
|
|
28688
29088
|
}];
|
|
28689
29089
|
};
|
|
28690
29090
|
};
|
|
29091
|
+
} | {
|
|
29092
|
+
readonly lexicon: 1;
|
|
29093
|
+
readonly id: 'app.bsky.feed.searchPostsV2';
|
|
29094
|
+
readonly defs: {
|
|
29095
|
+
readonly main: {
|
|
29096
|
+
readonly type: 'query';
|
|
29097
|
+
readonly description: 'Find posts matching a search query or filters, returning search hits for matching post records.';
|
|
29098
|
+
readonly parameters: {
|
|
29099
|
+
readonly type: 'params';
|
|
29100
|
+
readonly required: [];
|
|
29101
|
+
readonly properties: {
|
|
29102
|
+
readonly cursor: {
|
|
29103
|
+
readonly type: 'string';
|
|
29104
|
+
readonly description: 'Optional pagination cursor.';
|
|
29105
|
+
};
|
|
29106
|
+
readonly limit: {
|
|
29107
|
+
readonly type: 'integer';
|
|
29108
|
+
readonly minimum: 1;
|
|
29109
|
+
readonly maximum: 100;
|
|
29110
|
+
readonly default: 25;
|
|
29111
|
+
readonly description: 'Maximum number of results to return.';
|
|
29112
|
+
};
|
|
29113
|
+
readonly query: {
|
|
29114
|
+
readonly type: 'string';
|
|
29115
|
+
readonly description: 'Search query string. A query or at least one filter is required.';
|
|
29116
|
+
};
|
|
29117
|
+
readonly sort: {
|
|
29118
|
+
readonly type: 'string';
|
|
29119
|
+
readonly knownValues: ["recent", "top"];
|
|
29120
|
+
readonly description: "Ranking order for results. 'recent' sorts by recency; 'top' uses search ranking.";
|
|
29121
|
+
};
|
|
29122
|
+
readonly authors: {
|
|
29123
|
+
readonly type: 'array';
|
|
29124
|
+
readonly items: {
|
|
29125
|
+
readonly type: 'string';
|
|
29126
|
+
readonly format: 'at-identifier';
|
|
29127
|
+
};
|
|
29128
|
+
readonly description: 'Include posts by any of these authors. Handles are resolved to DIDs before searching.';
|
|
29129
|
+
};
|
|
29130
|
+
readonly mentions: {
|
|
29131
|
+
readonly type: 'array';
|
|
29132
|
+
readonly items: {
|
|
29133
|
+
readonly type: 'string';
|
|
29134
|
+
readonly format: 'at-identifier';
|
|
29135
|
+
};
|
|
29136
|
+
readonly description: 'Include posts that mention any of these accounts. Handles are resolved to DIDs before searching.';
|
|
29137
|
+
};
|
|
29138
|
+
readonly domains: {
|
|
29139
|
+
readonly type: 'array';
|
|
29140
|
+
readonly items: {
|
|
29141
|
+
readonly type: 'string';
|
|
29142
|
+
};
|
|
29143
|
+
readonly description: 'Include posts that link to any of these domains.';
|
|
29144
|
+
};
|
|
29145
|
+
readonly urls: {
|
|
29146
|
+
readonly type: 'array';
|
|
29147
|
+
readonly items: {
|
|
29148
|
+
readonly type: 'string';
|
|
29149
|
+
readonly format: 'uri';
|
|
29150
|
+
};
|
|
29151
|
+
readonly description: 'Include posts that link to any of these URLs.';
|
|
29152
|
+
};
|
|
29153
|
+
readonly embeddedAtUris: {
|
|
29154
|
+
readonly type: 'array';
|
|
29155
|
+
readonly items: {
|
|
29156
|
+
readonly type: 'string';
|
|
29157
|
+
readonly format: 'at-uri';
|
|
29158
|
+
};
|
|
29159
|
+
readonly description: 'Include posts that embed any of these AT URIs.';
|
|
29160
|
+
};
|
|
29161
|
+
readonly hashtags: {
|
|
29162
|
+
readonly type: 'array';
|
|
29163
|
+
readonly items: {
|
|
29164
|
+
readonly type: 'string';
|
|
29165
|
+
readonly maxLength: 640;
|
|
29166
|
+
readonly maxGraphemes: 64;
|
|
29167
|
+
};
|
|
29168
|
+
readonly description: 'Include posts tagged with any of these hashtags. Do not include the hash (#) prefix.';
|
|
29169
|
+
};
|
|
29170
|
+
readonly excludeAuthors: {
|
|
29171
|
+
readonly type: 'array';
|
|
29172
|
+
readonly items: {
|
|
29173
|
+
readonly type: 'string';
|
|
29174
|
+
readonly format: 'at-identifier';
|
|
29175
|
+
};
|
|
29176
|
+
readonly description: 'Exclude posts by any of these authors. Handles are resolved to DIDs before searching.';
|
|
29177
|
+
};
|
|
29178
|
+
readonly excludeMentions: {
|
|
29179
|
+
readonly type: 'array';
|
|
29180
|
+
readonly items: {
|
|
29181
|
+
readonly type: 'string';
|
|
29182
|
+
readonly format: 'at-identifier';
|
|
29183
|
+
};
|
|
29184
|
+
readonly description: 'Exclude posts that mention any of these accounts. Handles are resolved to DIDs before searching.';
|
|
29185
|
+
};
|
|
29186
|
+
readonly excludeDomains: {
|
|
29187
|
+
readonly type: 'array';
|
|
29188
|
+
readonly items: {
|
|
29189
|
+
readonly type: 'string';
|
|
29190
|
+
};
|
|
29191
|
+
readonly description: 'Exclude posts that link to any of these domains.';
|
|
29192
|
+
};
|
|
29193
|
+
readonly excludeUrls: {
|
|
29194
|
+
readonly type: 'array';
|
|
29195
|
+
readonly items: {
|
|
29196
|
+
readonly type: 'string';
|
|
29197
|
+
readonly format: 'uri';
|
|
29198
|
+
};
|
|
29199
|
+
readonly description: 'Exclude posts that link to any of these URLs.';
|
|
29200
|
+
};
|
|
29201
|
+
readonly excludeEmbeddedAtUris: {
|
|
29202
|
+
readonly type: 'array';
|
|
29203
|
+
readonly items: {
|
|
29204
|
+
readonly type: 'string';
|
|
29205
|
+
readonly format: 'at-uri';
|
|
29206
|
+
};
|
|
29207
|
+
readonly description: 'Exclude posts that embed any of these AT URIs.';
|
|
29208
|
+
};
|
|
29209
|
+
readonly excludeHashtags: {
|
|
29210
|
+
readonly type: 'array';
|
|
29211
|
+
readonly items: {
|
|
29212
|
+
readonly type: 'string';
|
|
29213
|
+
readonly maxLength: 640;
|
|
29214
|
+
readonly maxGraphemes: 64;
|
|
29215
|
+
};
|
|
29216
|
+
readonly description: 'Exclude posts tagged with any of these hashtags. Do not include the hash (#) prefix.';
|
|
29217
|
+
};
|
|
29218
|
+
readonly since: {
|
|
29219
|
+
readonly type: 'string';
|
|
29220
|
+
readonly description: 'Include posts indexed at or after this timestamp. Can be a datetime, or just an ISO date (YYYY-MM-DD).';
|
|
29221
|
+
};
|
|
29222
|
+
readonly until: {
|
|
29223
|
+
readonly type: 'string';
|
|
29224
|
+
readonly description: 'Include posts indexed before this timestamp. Defaults to the current time. Can be a datetime, or just an ISO date (YYYY-MM-DD).';
|
|
29225
|
+
};
|
|
29226
|
+
readonly allTime: {
|
|
29227
|
+
readonly type: 'boolean';
|
|
29228
|
+
readonly description: 'Search the full index instead of the recent-post window.';
|
|
29229
|
+
};
|
|
29230
|
+
readonly languages: {
|
|
29231
|
+
readonly type: 'array';
|
|
29232
|
+
readonly items: {
|
|
29233
|
+
readonly type: 'string';
|
|
29234
|
+
readonly format: 'language';
|
|
29235
|
+
};
|
|
29236
|
+
readonly description: 'Include posts whose language matches any of these language codes.';
|
|
29237
|
+
};
|
|
29238
|
+
readonly excludeLanguages: {
|
|
29239
|
+
readonly type: 'array';
|
|
29240
|
+
readonly items: {
|
|
29241
|
+
readonly type: 'string';
|
|
29242
|
+
readonly format: 'language';
|
|
29243
|
+
};
|
|
29244
|
+
readonly description: 'Exclude posts whose language matches any of these language codes.';
|
|
29245
|
+
};
|
|
29246
|
+
readonly hasMedia: {
|
|
29247
|
+
readonly type: 'boolean';
|
|
29248
|
+
readonly description: 'Include only posts with media.';
|
|
29249
|
+
};
|
|
29250
|
+
readonly hasVideo: {
|
|
29251
|
+
readonly type: 'boolean';
|
|
29252
|
+
readonly description: 'Include only posts with video.';
|
|
29253
|
+
};
|
|
29254
|
+
readonly replyParentUri: {
|
|
29255
|
+
readonly type: 'string';
|
|
29256
|
+
readonly format: 'at-uri';
|
|
29257
|
+
readonly description: 'Include only direct replies to this parent post URI.';
|
|
29258
|
+
};
|
|
29259
|
+
readonly threadRootUri: {
|
|
29260
|
+
readonly type: 'string';
|
|
29261
|
+
readonly format: 'at-uri';
|
|
29262
|
+
readonly description: 'Include only posts in the thread rooted at this post URI.';
|
|
29263
|
+
};
|
|
29264
|
+
readonly excludeReplies: {
|
|
29265
|
+
readonly type: 'boolean';
|
|
29266
|
+
readonly description: 'Exclude replies from results. Mutually exclusive with repliesOnly.';
|
|
29267
|
+
};
|
|
29268
|
+
readonly repliesOnly: {
|
|
29269
|
+
readonly type: 'boolean';
|
|
29270
|
+
readonly description: 'Include only replies. Mutually exclusive with excludeReplies.';
|
|
29271
|
+
};
|
|
29272
|
+
readonly following: {
|
|
29273
|
+
readonly type: 'boolean';
|
|
29274
|
+
readonly description: 'Include only posts from accounts followed by the viewer.';
|
|
29275
|
+
};
|
|
29276
|
+
readonly queryLanguage: {
|
|
29277
|
+
readonly type: 'string';
|
|
29278
|
+
readonly knownValues: ["ja", "zh", "ko", "th", "ar"];
|
|
29279
|
+
readonly description: 'Language analyzer hint for the query text. If unset, the server auto-detects when possible.';
|
|
29280
|
+
};
|
|
29281
|
+
};
|
|
29282
|
+
};
|
|
29283
|
+
readonly output: {
|
|
29284
|
+
readonly encoding: 'application/json';
|
|
29285
|
+
readonly schema: {
|
|
29286
|
+
readonly type: 'object';
|
|
29287
|
+
readonly required: ["posts"];
|
|
29288
|
+
readonly properties: {
|
|
29289
|
+
readonly cursor: {
|
|
29290
|
+
readonly type: 'string';
|
|
29291
|
+
readonly description: 'Cursor for the next page of results.';
|
|
29292
|
+
};
|
|
29293
|
+
readonly hitsTotal: {
|
|
29294
|
+
readonly type: 'integer';
|
|
29295
|
+
readonly description: 'Estimated total number of matching hits. May be rounded or truncated.';
|
|
29296
|
+
};
|
|
29297
|
+
readonly posts: {
|
|
29298
|
+
readonly type: 'array';
|
|
29299
|
+
readonly items: {
|
|
29300
|
+
readonly type: 'ref';
|
|
29301
|
+
readonly ref: 'lex:app.bsky.feed.defs#postView';
|
|
29302
|
+
};
|
|
29303
|
+
readonly description: 'Hydrated views of matching posts.';
|
|
29304
|
+
};
|
|
29305
|
+
readonly detectedQueryLanguages: {
|
|
29306
|
+
readonly type: 'array';
|
|
29307
|
+
readonly items: {
|
|
29308
|
+
readonly type: 'string';
|
|
29309
|
+
readonly knownValues: ["ja", "zh", "ko", "th", "ar"];
|
|
29310
|
+
};
|
|
29311
|
+
readonly description: 'Query languages detected for CJK, Thai, or Arabic text. Empty or omitted for other scripts.';
|
|
29312
|
+
};
|
|
29313
|
+
};
|
|
29314
|
+
};
|
|
29315
|
+
};
|
|
29316
|
+
readonly errors: [{
|
|
29317
|
+
readonly name: 'BadQueryString';
|
|
29318
|
+
}];
|
|
29319
|
+
};
|
|
29320
|
+
};
|
|
28691
29321
|
} | {
|
|
28692
29322
|
readonly lexicon: 1;
|
|
28693
29323
|
readonly id: 'app.bsky.feed.sendInteractions';
|
|
@@ -30590,6 +31220,7 @@ export declare const schemas: ({
|
|
|
30590
31220
|
};
|
|
30591
31221
|
readonly chatPreference: {
|
|
30592
31222
|
readonly type: 'object';
|
|
31223
|
+
readonly description: 'Deprecated: use chat.bsky.notification preferences instead. This will only return a default value.';
|
|
30593
31224
|
readonly required: ["include", "push"];
|
|
30594
31225
|
readonly properties: {
|
|
30595
31226
|
readonly include: {
|
|
@@ -30636,6 +31267,7 @@ export declare const schemas: ({
|
|
|
30636
31267
|
readonly chat: {
|
|
30637
31268
|
readonly type: 'ref';
|
|
30638
31269
|
readonly ref: 'lex:app.bsky.notification.defs#chatPreference';
|
|
31270
|
+
readonly description: 'Deprecated: use chat.bsky.notification preferences instead. This will only return a default value.';
|
|
30639
31271
|
};
|
|
30640
31272
|
readonly follow: {
|
|
30641
31273
|
readonly type: 'ref';
|
|
@@ -31003,6 +31635,7 @@ export declare const schemas: ({
|
|
|
31003
31635
|
readonly chat: {
|
|
31004
31636
|
readonly type: 'ref';
|
|
31005
31637
|
readonly ref: 'lex:app.bsky.notification.defs#chatPreference';
|
|
31638
|
+
readonly description: "Deprecated: use chat.bsky.notification preferences instead. Setting this won't stick and the default values will be returned.";
|
|
31006
31639
|
};
|
|
31007
31640
|
readonly follow: {
|
|
31008
31641
|
readonly type: 'ref';
|
|
@@ -33070,7 +33703,7 @@ export declare const schemas: ({
|
|
|
33070
33703
|
readonly knownValues: ["all", "none", "following"];
|
|
33071
33704
|
};
|
|
33072
33705
|
readonly allowGroupInvites: {
|
|
33073
|
-
readonly description: '
|
|
33706
|
+
readonly description: 'Declaration about group chat invitation preferences for the record owner.';
|
|
33074
33707
|
readonly type: 'string';
|
|
33075
33708
|
readonly knownValues: ["all", "none", "following"];
|
|
33076
33709
|
};
|
|
@@ -33142,12 +33775,11 @@ export declare const schemas: ({
|
|
|
33142
33775
|
};
|
|
33143
33776
|
};
|
|
33144
33777
|
readonly directConvoMember: {
|
|
33145
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
33146
33778
|
readonly type: 'object';
|
|
33147
33779
|
readonly properties: {};
|
|
33148
33780
|
};
|
|
33149
33781
|
readonly groupConvoMember: {
|
|
33150
|
-
readonly description: '
|
|
33782
|
+
readonly description: 'A current group convo member.';
|
|
33151
33783
|
readonly type: 'object';
|
|
33152
33784
|
readonly required: ["role"];
|
|
33153
33785
|
readonly properties: {
|
|
@@ -33164,7 +33796,7 @@ export declare const schemas: ({
|
|
|
33164
33796
|
};
|
|
33165
33797
|
};
|
|
33166
33798
|
readonly pastGroupConvoMember: {
|
|
33167
|
-
readonly description: '
|
|
33799
|
+
readonly description: 'A past group convo member.';
|
|
33168
33800
|
readonly type: 'object';
|
|
33169
33801
|
readonly required: [];
|
|
33170
33802
|
readonly properties: {};
|
|
@@ -33442,7 +34074,7 @@ export declare const schemas: ({
|
|
|
33442
34074
|
readonly replyTo: {
|
|
33443
34075
|
readonly description: "If set, the message this message is replying to. The full view of the referenced message is embedded so the client can render it inline. Only a single level is embedded: the embedded message will not itself have a populated 'replyTo' field even if it was also a reply.";
|
|
33444
34076
|
readonly type: 'union';
|
|
33445
|
-
readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView"];
|
|
34077
|
+
readonly refs: ["lex:chat.bsky.convo.defs#messageView", "lex:chat.bsky.convo.defs#deletedMessageView", "lex:chat.bsky.convo.defs#messageBeforeUserJoinedGroupView"];
|
|
33446
34078
|
};
|
|
33447
34079
|
readonly sender: {
|
|
33448
34080
|
readonly type: 'ref';
|
|
@@ -33465,7 +34097,6 @@ export declare const schemas: ({
|
|
|
33465
34097
|
};
|
|
33466
34098
|
};
|
|
33467
34099
|
readonly systemMessageView: {
|
|
33468
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
33469
34100
|
readonly type: 'object';
|
|
33470
34101
|
readonly required: ["id", "rev", "sentAt", "data"];
|
|
33471
34102
|
readonly properties: {
|
|
@@ -33486,7 +34117,7 @@ export declare const schemas: ({
|
|
|
33486
34117
|
};
|
|
33487
34118
|
};
|
|
33488
34119
|
readonly systemMessageDataAddMember: {
|
|
33489
|
-
readonly description: '
|
|
34120
|
+
readonly description: 'System message indicating a user was added to the group convo.';
|
|
33490
34121
|
readonly type: 'object';
|
|
33491
34122
|
readonly required: ["member", "role", "addedBy"];
|
|
33492
34123
|
readonly properties: {
|
|
@@ -33507,7 +34138,7 @@ export declare const schemas: ({
|
|
|
33507
34138
|
};
|
|
33508
34139
|
};
|
|
33509
34140
|
readonly systemMessageDataRemoveMember: {
|
|
33510
|
-
readonly description: '
|
|
34141
|
+
readonly description: 'System message indicating a user was removed from the group convo.';
|
|
33511
34142
|
readonly type: 'object';
|
|
33512
34143
|
readonly required: ["member", "removedBy"];
|
|
33513
34144
|
readonly properties: {
|
|
@@ -33523,7 +34154,7 @@ export declare const schemas: ({
|
|
|
33523
34154
|
};
|
|
33524
34155
|
};
|
|
33525
34156
|
readonly systemMessageDataMemberJoin: {
|
|
33526
|
-
readonly description: '
|
|
34157
|
+
readonly description: 'System message indicating a user joined the group convo via join link.';
|
|
33527
34158
|
readonly type: 'object';
|
|
33528
34159
|
readonly required: ["member", "role"];
|
|
33529
34160
|
readonly properties: {
|
|
@@ -33545,7 +34176,7 @@ export declare const schemas: ({
|
|
|
33545
34176
|
};
|
|
33546
34177
|
};
|
|
33547
34178
|
readonly systemMessageDataMemberLeave: {
|
|
33548
|
-
readonly description: '
|
|
34179
|
+
readonly description: 'System message indicating a user voluntarily left the group convo.';
|
|
33549
34180
|
readonly type: 'object';
|
|
33550
34181
|
readonly required: ["member"];
|
|
33551
34182
|
readonly properties: {
|
|
@@ -33557,7 +34188,7 @@ export declare const schemas: ({
|
|
|
33557
34188
|
};
|
|
33558
34189
|
};
|
|
33559
34190
|
readonly systemMessageDataLockConvo: {
|
|
33560
|
-
readonly description: '
|
|
34191
|
+
readonly description: 'System message indicating the group convo was locked.';
|
|
33561
34192
|
readonly type: 'object';
|
|
33562
34193
|
readonly required: ["lockedBy"];
|
|
33563
34194
|
readonly properties: {
|
|
@@ -33569,7 +34200,7 @@ export declare const schemas: ({
|
|
|
33569
34200
|
};
|
|
33570
34201
|
};
|
|
33571
34202
|
readonly systemMessageDataUnlockConvo: {
|
|
33572
|
-
readonly description: '
|
|
34203
|
+
readonly description: 'System message indicating the group convo was unlocked.';
|
|
33573
34204
|
readonly type: 'object';
|
|
33574
34205
|
readonly required: ["unlockedBy"];
|
|
33575
34206
|
readonly properties: {
|
|
@@ -33581,7 +34212,7 @@ export declare const schemas: ({
|
|
|
33581
34212
|
};
|
|
33582
34213
|
};
|
|
33583
34214
|
readonly systemMessageDataLockConvoPermanently: {
|
|
33584
|
-
readonly description: '
|
|
34215
|
+
readonly description: 'System message indicating the group convo was locked permanently.';
|
|
33585
34216
|
readonly type: 'object';
|
|
33586
34217
|
readonly required: ["lockedBy"];
|
|
33587
34218
|
readonly properties: {
|
|
@@ -33593,7 +34224,7 @@ export declare const schemas: ({
|
|
|
33593
34224
|
};
|
|
33594
34225
|
};
|
|
33595
34226
|
readonly systemMessageDataEditGroup: {
|
|
33596
|
-
readonly description: '
|
|
34227
|
+
readonly description: 'System message indicating the group info was edited.';
|
|
33597
34228
|
readonly type: 'object';
|
|
33598
34229
|
readonly properties: {
|
|
33599
34230
|
readonly oldName: {
|
|
@@ -33607,22 +34238,22 @@ export declare const schemas: ({
|
|
|
33607
34238
|
};
|
|
33608
34239
|
};
|
|
33609
34240
|
readonly systemMessageDataCreateJoinLink: {
|
|
33610
|
-
readonly description: '
|
|
34241
|
+
readonly description: 'System message indicating the group join link was created.';
|
|
33611
34242
|
readonly type: 'object';
|
|
33612
34243
|
readonly properties: {};
|
|
33613
34244
|
};
|
|
33614
34245
|
readonly systemMessageDataEditJoinLink: {
|
|
33615
|
-
readonly description: '
|
|
34246
|
+
readonly description: 'System message indicating the group join link was edited.';
|
|
33616
34247
|
readonly type: 'object';
|
|
33617
34248
|
readonly properties: {};
|
|
33618
34249
|
};
|
|
33619
34250
|
readonly systemMessageDataEnableJoinLink: {
|
|
33620
|
-
readonly description: '
|
|
34251
|
+
readonly description: 'System message indicating the group join link was enabled.';
|
|
33621
34252
|
readonly type: 'object';
|
|
33622
34253
|
readonly properties: {};
|
|
33623
34254
|
};
|
|
33624
34255
|
readonly systemMessageDataDisableJoinLink: {
|
|
33625
|
-
readonly description: '
|
|
34256
|
+
readonly description: 'System message indicating the group join link was disabled.';
|
|
33626
34257
|
readonly type: 'object';
|
|
33627
34258
|
readonly properties: {};
|
|
33628
34259
|
};
|
|
@@ -33646,6 +34277,11 @@ export declare const schemas: ({
|
|
|
33646
34277
|
};
|
|
33647
34278
|
};
|
|
33648
34279
|
};
|
|
34280
|
+
readonly messageBeforeUserJoinedGroupView: {
|
|
34281
|
+
readonly description: "Placeholder embedded in place of a reply's parent message when that parent was sent before the viewer joined the group convo. The viewer has no access to that history, so no message data is carried.";
|
|
34282
|
+
readonly type: 'object';
|
|
34283
|
+
readonly properties: {};
|
|
34284
|
+
};
|
|
33649
34285
|
readonly messageViewSender: {
|
|
33650
34286
|
readonly type: 'object';
|
|
33651
34287
|
readonly required: ["did"];
|
|
@@ -33742,12 +34378,10 @@ export declare const schemas: ({
|
|
|
33742
34378
|
};
|
|
33743
34379
|
};
|
|
33744
34380
|
readonly directConvo: {
|
|
33745
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
33746
34381
|
readonly type: 'object';
|
|
33747
34382
|
readonly properties: {};
|
|
33748
34383
|
};
|
|
33749
34384
|
readonly groupConvo: {
|
|
33750
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
33751
34385
|
readonly type: 'object';
|
|
33752
34386
|
readonly required: ["createdAt", "lockStatus", "lockStatusModerationOverride", "memberCount", "memberLimit", "name"];
|
|
33753
34387
|
readonly properties: {
|
|
@@ -33975,7 +34609,7 @@ export declare const schemas: ({
|
|
|
33975
34609
|
};
|
|
33976
34610
|
};
|
|
33977
34611
|
readonly logReadConvo: {
|
|
33978
|
-
readonly description: '
|
|
34612
|
+
readonly description: 'Event indicating a convo was read up to a certain message.';
|
|
33979
34613
|
readonly type: 'object';
|
|
33980
34614
|
readonly required: ["rev", "convoId", "message"];
|
|
33981
34615
|
readonly properties: {
|
|
@@ -33992,7 +34626,7 @@ export declare const schemas: ({
|
|
|
33992
34626
|
};
|
|
33993
34627
|
};
|
|
33994
34628
|
readonly logAddMember: {
|
|
33995
|
-
readonly description: '
|
|
34629
|
+
readonly description: 'Event indicating a member was added to a group convo. The member who was added gets a logBeginConvo (to create the convo) but also a logAddMember (to show the system message as the first message the user sees).';
|
|
33996
34630
|
readonly type: 'object';
|
|
33997
34631
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
33998
34632
|
readonly properties: {
|
|
@@ -34018,7 +34652,7 @@ export declare const schemas: ({
|
|
|
34018
34652
|
};
|
|
34019
34653
|
};
|
|
34020
34654
|
readonly logRemoveMember: {
|
|
34021
|
-
readonly description: "
|
|
34655
|
+
readonly description: "Event indicating a member was removed from a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logRemoveMember (because they already left, so can't see the system message).";
|
|
34022
34656
|
readonly type: 'object';
|
|
34023
34657
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
34024
34658
|
readonly properties: {
|
|
@@ -34044,7 +34678,7 @@ export declare const schemas: ({
|
|
|
34044
34678
|
};
|
|
34045
34679
|
};
|
|
34046
34680
|
readonly logMemberJoin: {
|
|
34047
|
-
readonly description: '
|
|
34681
|
+
readonly description: 'Event indicating a member joined a group convo via join link. The member who was added gets a logBeginConvo (to create the convo) but also a logMemberJoin (to show the system message as the first message the user sees).';
|
|
34048
34682
|
readonly type: 'object';
|
|
34049
34683
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
34050
34684
|
readonly properties: {
|
|
@@ -34070,7 +34704,7 @@ export declare const schemas: ({
|
|
|
34070
34704
|
};
|
|
34071
34705
|
};
|
|
34072
34706
|
readonly logMemberLeave: {
|
|
34073
|
-
readonly description: "
|
|
34707
|
+
readonly description: "Event indicating a member voluntarily left a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logMemberLeave (because they already left, so can't see the system message).";
|
|
34074
34708
|
readonly type: 'object';
|
|
34075
34709
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
34076
34710
|
readonly properties: {
|
|
@@ -34096,7 +34730,7 @@ export declare const schemas: ({
|
|
|
34096
34730
|
};
|
|
34097
34731
|
};
|
|
34098
34732
|
readonly logLockConvo: {
|
|
34099
|
-
readonly description: '
|
|
34733
|
+
readonly description: 'Event indicating a group convo was locked.';
|
|
34100
34734
|
readonly type: 'object';
|
|
34101
34735
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
34102
34736
|
readonly properties: {
|
|
@@ -34122,7 +34756,7 @@ export declare const schemas: ({
|
|
|
34122
34756
|
};
|
|
34123
34757
|
};
|
|
34124
34758
|
readonly logUnlockConvo: {
|
|
34125
|
-
readonly description: '
|
|
34759
|
+
readonly description: 'Event indicating a group convo was unlocked.';
|
|
34126
34760
|
readonly type: 'object';
|
|
34127
34761
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
34128
34762
|
readonly properties: {
|
|
@@ -34148,7 +34782,7 @@ export declare const schemas: ({
|
|
|
34148
34782
|
};
|
|
34149
34783
|
};
|
|
34150
34784
|
readonly logLockConvoPermanently: {
|
|
34151
|
-
readonly description: '
|
|
34785
|
+
readonly description: 'Event indicating a group convo was locked permanently.';
|
|
34152
34786
|
readonly type: 'object';
|
|
34153
34787
|
readonly required: ["rev", "convoId", "message", "relatedProfiles"];
|
|
34154
34788
|
readonly properties: {
|
|
@@ -34174,7 +34808,7 @@ export declare const schemas: ({
|
|
|
34174
34808
|
};
|
|
34175
34809
|
};
|
|
34176
34810
|
readonly logEditGroup: {
|
|
34177
|
-
readonly description: '
|
|
34811
|
+
readonly description: 'Event indicating info about group convo was edited.';
|
|
34178
34812
|
readonly type: 'object';
|
|
34179
34813
|
readonly required: ["rev", "convoId", "message"];
|
|
34180
34814
|
readonly properties: {
|
|
@@ -34192,7 +34826,7 @@ export declare const schemas: ({
|
|
|
34192
34826
|
};
|
|
34193
34827
|
};
|
|
34194
34828
|
readonly logCreateJoinLink: {
|
|
34195
|
-
readonly description: '
|
|
34829
|
+
readonly description: 'Event indicating a join link was created for a group convo.';
|
|
34196
34830
|
readonly type: 'object';
|
|
34197
34831
|
readonly required: ["rev", "convoId", "message"];
|
|
34198
34832
|
readonly properties: {
|
|
@@ -34210,7 +34844,7 @@ export declare const schemas: ({
|
|
|
34210
34844
|
};
|
|
34211
34845
|
};
|
|
34212
34846
|
readonly logEditJoinLink: {
|
|
34213
|
-
readonly description: '
|
|
34847
|
+
readonly description: 'Event indicating a settings about a join link for a group convo were edited.';
|
|
34214
34848
|
readonly type: 'object';
|
|
34215
34849
|
readonly required: ["rev", "convoId", "message"];
|
|
34216
34850
|
readonly properties: {
|
|
@@ -34228,7 +34862,7 @@ export declare const schemas: ({
|
|
|
34228
34862
|
};
|
|
34229
34863
|
};
|
|
34230
34864
|
readonly logEnableJoinLink: {
|
|
34231
|
-
readonly description: '
|
|
34865
|
+
readonly description: 'Event indicating a join link was enabled for a group convo.';
|
|
34232
34866
|
readonly type: 'object';
|
|
34233
34867
|
readonly required: ["rev", "convoId", "message"];
|
|
34234
34868
|
readonly properties: {
|
|
@@ -34246,7 +34880,7 @@ export declare const schemas: ({
|
|
|
34246
34880
|
};
|
|
34247
34881
|
};
|
|
34248
34882
|
readonly logDisableJoinLink: {
|
|
34249
|
-
readonly description: '
|
|
34883
|
+
readonly description: 'Event indicating a join link was disabled for a group convo.';
|
|
34250
34884
|
readonly type: 'object';
|
|
34251
34885
|
readonly required: ["rev", "convoId", "message"];
|
|
34252
34886
|
readonly properties: {
|
|
@@ -34264,7 +34898,7 @@ export declare const schemas: ({
|
|
|
34264
34898
|
};
|
|
34265
34899
|
};
|
|
34266
34900
|
readonly logIncomingJoinRequest: {
|
|
34267
|
-
readonly description: '
|
|
34901
|
+
readonly description: 'Event indicating a join request was made to a group the viewer owns. Only the owner gets this.';
|
|
34268
34902
|
readonly type: 'object';
|
|
34269
34903
|
readonly required: ["rev", "convoId", "member"];
|
|
34270
34904
|
readonly properties: {
|
|
@@ -34282,7 +34916,7 @@ export declare const schemas: ({
|
|
|
34282
34916
|
};
|
|
34283
34917
|
};
|
|
34284
34918
|
readonly logApproveJoinRequest: {
|
|
34285
|
-
readonly description: '
|
|
34919
|
+
readonly description: 'Event indicating a join request was approved by the viewer. Only the owner gets this. The approved member gets a logBeginConvo.';
|
|
34286
34920
|
readonly type: 'object';
|
|
34287
34921
|
readonly required: ["rev", "convoId", "member"];
|
|
34288
34922
|
readonly properties: {
|
|
@@ -34300,7 +34934,7 @@ export declare const schemas: ({
|
|
|
34300
34934
|
};
|
|
34301
34935
|
};
|
|
34302
34936
|
readonly logRejectJoinRequest: {
|
|
34303
|
-
readonly description: '
|
|
34937
|
+
readonly description: 'Event indicating a join request was rejected by the viewer. Only the owner gets this.';
|
|
34304
34938
|
readonly type: 'object';
|
|
34305
34939
|
readonly required: ["rev", "convoId", "member"];
|
|
34306
34940
|
readonly properties: {
|
|
@@ -34318,7 +34952,7 @@ export declare const schemas: ({
|
|
|
34318
34952
|
};
|
|
34319
34953
|
};
|
|
34320
34954
|
readonly logOutgoingJoinRequest: {
|
|
34321
|
-
readonly description: '
|
|
34955
|
+
readonly description: 'Event indicating a join request was made by the requester. Only requester actor gets this.';
|
|
34322
34956
|
readonly type: 'object';
|
|
34323
34957
|
readonly required: ["rev", "convoId"];
|
|
34324
34958
|
readonly properties: {
|
|
@@ -34331,7 +34965,7 @@ export declare const schemas: ({
|
|
|
34331
34965
|
};
|
|
34332
34966
|
};
|
|
34333
34967
|
readonly logWithdrawIncomingJoinRequest: {
|
|
34334
|
-
readonly description: '
|
|
34968
|
+
readonly description: 'Event indicating a prospective member withdrew their join request. Only the owner gets this.';
|
|
34335
34969
|
readonly type: 'object';
|
|
34336
34970
|
readonly required: ["rev", "convoId", "member"];
|
|
34337
34971
|
readonly properties: {
|
|
@@ -34349,7 +34983,7 @@ export declare const schemas: ({
|
|
|
34349
34983
|
};
|
|
34350
34984
|
};
|
|
34351
34985
|
readonly logWithdrawOutgoingJoinRequest: {
|
|
34352
|
-
readonly description: '
|
|
34986
|
+
readonly description: 'Event indicating the viewer withdrew their own join request. Only requester actor gets this.';
|
|
34353
34987
|
readonly type: 'object';
|
|
34354
34988
|
readonly required: ["rev", "convoId"];
|
|
34355
34989
|
readonly properties: {
|
|
@@ -34362,7 +34996,7 @@ export declare const schemas: ({
|
|
|
34362
34996
|
};
|
|
34363
34997
|
};
|
|
34364
34998
|
readonly logReadJoinRequests: {
|
|
34365
|
-
readonly description: '
|
|
34999
|
+
readonly description: 'Event indicating the group owner marked join requests as read. Only the owner gets this.';
|
|
34366
35000
|
readonly type: 'object';
|
|
34367
35001
|
readonly required: ["rev", "convoId"];
|
|
34368
35002
|
readonly properties: {
|
|
@@ -34684,7 +35318,7 @@ export declare const schemas: ({
|
|
|
34684
35318
|
readonly defs: {
|
|
34685
35319
|
readonly main: {
|
|
34686
35320
|
readonly type: 'query';
|
|
34687
|
-
readonly description: "
|
|
35321
|
+
readonly description: "Returns unread conversation counts for conversations that are unlocked, not muted, split by convo status. Direct convos are excluded when a block relationship exists between the actor and the other member, or when the other member's account is deleted or deactivated. Group convos are considered unread if they have unread join request counts.";
|
|
34688
35322
|
readonly parameters: {
|
|
34689
35323
|
readonly type: 'params';
|
|
34690
35324
|
readonly properties: {
|
|
@@ -34703,11 +35337,11 @@ export declare const schemas: ({
|
|
|
34703
35337
|
readonly properties: {
|
|
34704
35338
|
readonly unreadAcceptedConvos: {
|
|
34705
35339
|
readonly type: 'integer';
|
|
34706
|
-
readonly description: 'Number of unread, unlocked accepted convos. Counts convos with unread messages and unread join requests. Capped at
|
|
35340
|
+
readonly description: 'Number of unread, unlocked accepted convos. Counts convos with unread messages and unread join requests. Capped at 100, where 100 means more than 99.';
|
|
34707
35341
|
};
|
|
34708
35342
|
readonly unreadRequestConvos: {
|
|
34709
35343
|
readonly type: 'integer';
|
|
34710
|
-
readonly description: 'Number of unread, unlocked request convos. Includes convos with unread messages, but not with unread join request, since only the owner of a group has join requests to read, and the group would necessarily be accepted. Capped at
|
|
35344
|
+
readonly description: 'Number of unread, unlocked request convos. Includes convos with unread messages, but not with unread join request, since only the owner of a group has join requests to read, and the group would necessarily be accepted. Capped at 100, where 100 means more than 99.';
|
|
34711
35345
|
};
|
|
34712
35346
|
};
|
|
34713
35347
|
};
|
|
@@ -34762,7 +35396,7 @@ export declare const schemas: ({
|
|
|
34762
35396
|
readonly defs: {
|
|
34763
35397
|
readonly main: {
|
|
34764
35398
|
readonly type: 'query';
|
|
34765
|
-
readonly description: '
|
|
35399
|
+
readonly description: 'Returns a page of incoming conversation requests for the user. Direct convo requests are returned as convoView; group join requests made by the user are returned as joinRequestConvoView.';
|
|
34766
35400
|
readonly parameters: {
|
|
34767
35401
|
readonly type: 'params';
|
|
34768
35402
|
readonly properties: {
|
|
@@ -34865,7 +35499,7 @@ export declare const schemas: ({
|
|
|
34865
35499
|
readonly defs: {
|
|
34866
35500
|
readonly main: {
|
|
34867
35501
|
readonly type: 'procedure';
|
|
34868
|
-
readonly description: '
|
|
35502
|
+
readonly description: 'Locks a group convo so no more content (messages, reactions) can be added to it.';
|
|
34869
35503
|
readonly errors: [{
|
|
34870
35504
|
readonly name: 'ConvoLocked';
|
|
34871
35505
|
}, {
|
|
@@ -35100,7 +35734,7 @@ export declare const schemas: ({
|
|
|
35100
35734
|
readonly defs: {
|
|
35101
35735
|
readonly main: {
|
|
35102
35736
|
readonly type: 'procedure';
|
|
35103
|
-
readonly description: '
|
|
35737
|
+
readonly description: 'Unlocks a group convo so it is able to receive new content.';
|
|
35104
35738
|
readonly errors: [{
|
|
35105
35739
|
readonly name: 'InvalidConvo';
|
|
35106
35740
|
}, {
|
|
@@ -35249,7 +35883,7 @@ export declare const schemas: ({
|
|
|
35249
35883
|
} | {
|
|
35250
35884
|
readonly lexicon: 1;
|
|
35251
35885
|
readonly id: 'chat.bsky.embed.joinLink';
|
|
35252
|
-
readonly description: '
|
|
35886
|
+
readonly description: 'A join link embedded in a chat message.';
|
|
35253
35887
|
readonly defs: {
|
|
35254
35888
|
readonly main: {
|
|
35255
35889
|
readonly type: 'object';
|
|
@@ -35278,7 +35912,7 @@ export declare const schemas: ({
|
|
|
35278
35912
|
readonly defs: {
|
|
35279
35913
|
readonly main: {
|
|
35280
35914
|
readonly type: 'procedure';
|
|
35281
|
-
readonly description: "
|
|
35915
|
+
readonly description: "Adds members to a group. The members are added in 'request' status, so they have to accept it. This creates convo memberships.";
|
|
35282
35916
|
readonly errors: [{
|
|
35283
35917
|
readonly name: 'AccountSuspended';
|
|
35284
35918
|
}, {
|
|
@@ -35348,7 +35982,7 @@ export declare const schemas: ({
|
|
|
35348
35982
|
readonly defs: {
|
|
35349
35983
|
readonly main: {
|
|
35350
35984
|
readonly type: 'procedure';
|
|
35351
|
-
readonly description: '
|
|
35985
|
+
readonly description: 'Approves a request to join a group (via join link) the user owns. Action taken by the group owner.';
|
|
35352
35986
|
readonly errors: [{
|
|
35353
35987
|
readonly name: 'InvalidConvo';
|
|
35354
35988
|
}, {
|
|
@@ -35393,7 +36027,7 @@ export declare const schemas: ({
|
|
|
35393
36027
|
readonly defs: {
|
|
35394
36028
|
readonly main: {
|
|
35395
36029
|
readonly type: 'procedure';
|
|
35396
|
-
readonly description: "
|
|
36030
|
+
readonly description: "Creates a group convo, specifying the members to be added to it. Unlike getConvoForMembers, this isn't idempotent. It will create new groups even if the membership is identical to pre-existing groups. Will create 'request' membership for all members, except the owner who is 'accepted'.";
|
|
35397
36031
|
readonly errors: [{
|
|
35398
36032
|
readonly name: 'AccountSuspended';
|
|
35399
36033
|
}, {
|
|
@@ -35453,7 +36087,7 @@ export declare const schemas: ({
|
|
|
35453
36087
|
readonly defs: {
|
|
35454
36088
|
readonly main: {
|
|
35455
36089
|
readonly type: 'procedure';
|
|
35456
|
-
readonly description: '
|
|
36090
|
+
readonly description: 'Creates a join link for the group convo.';
|
|
35457
36091
|
readonly errors: [{
|
|
35458
36092
|
readonly name: 'EnabledJoinLinkAlreadyExists';
|
|
35459
36093
|
}, {
|
|
@@ -35499,7 +36133,6 @@ export declare const schemas: ({
|
|
|
35499
36133
|
} | {
|
|
35500
36134
|
readonly lexicon: 1;
|
|
35501
36135
|
readonly id: 'chat.bsky.group.defs';
|
|
35502
|
-
readonly description: '[NOTE: This is under active development and should be considered unstable while this note is here].';
|
|
35503
36136
|
readonly defs: {
|
|
35504
36137
|
readonly linkEnabledStatus: {
|
|
35505
36138
|
readonly type: 'string';
|
|
@@ -35657,7 +36290,7 @@ export declare const schemas: ({
|
|
|
35657
36290
|
readonly defs: {
|
|
35658
36291
|
readonly main: {
|
|
35659
36292
|
readonly type: 'procedure';
|
|
35660
|
-
readonly description: '
|
|
36293
|
+
readonly description: 'Disables the active join link for the group convo.';
|
|
35661
36294
|
readonly errors: [{
|
|
35662
36295
|
readonly name: 'InvalidConvo';
|
|
35663
36296
|
}, {
|
|
@@ -35698,7 +36331,7 @@ export declare const schemas: ({
|
|
|
35698
36331
|
readonly defs: {
|
|
35699
36332
|
readonly main: {
|
|
35700
36333
|
readonly type: 'procedure';
|
|
35701
|
-
readonly description: '
|
|
36334
|
+
readonly description: 'Edits group settings.';
|
|
35702
36335
|
readonly errors: [{
|
|
35703
36336
|
readonly name: 'ConvoLocked';
|
|
35704
36337
|
}, {
|
|
@@ -35745,7 +36378,7 @@ export declare const schemas: ({
|
|
|
35745
36378
|
readonly defs: {
|
|
35746
36379
|
readonly main: {
|
|
35747
36380
|
readonly type: 'procedure';
|
|
35748
|
-
readonly description: '
|
|
36381
|
+
readonly description: 'Edits the existing join link settings for the group convo.';
|
|
35749
36382
|
readonly errors: [{
|
|
35750
36383
|
readonly name: 'InvalidConvo';
|
|
35751
36384
|
}, {
|
|
@@ -35793,7 +36426,7 @@ export declare const schemas: ({
|
|
|
35793
36426
|
readonly defs: {
|
|
35794
36427
|
readonly main: {
|
|
35795
36428
|
readonly type: 'procedure';
|
|
35796
|
-
readonly description: '
|
|
36429
|
+
readonly description: 'Re-enables a previously disabled join link for the group convo.';
|
|
35797
36430
|
readonly errors: [{
|
|
35798
36431
|
readonly name: 'InvalidConvo';
|
|
35799
36432
|
}, {
|
|
@@ -35836,7 +36469,7 @@ export declare const schemas: ({
|
|
|
35836
36469
|
readonly defs: {
|
|
35837
36470
|
readonly main: {
|
|
35838
36471
|
readonly type: 'query';
|
|
35839
|
-
readonly description: "
|
|
36472
|
+
readonly description: "Get public information about groups from join links. The output array matches the input codes one-to-one by position (and each view also carries its 'code'). Disabled codes return a disabledJoinLinkPreviewView, and codes that do not map to a previewable link return an invalidJoinLinkPreviewView.";
|
|
35840
36473
|
readonly parameters: {
|
|
35841
36474
|
readonly type: 'params';
|
|
35842
36475
|
readonly required: ["codes"];
|
|
@@ -35875,7 +36508,7 @@ export declare const schemas: ({
|
|
|
35875
36508
|
readonly defs: {
|
|
35876
36509
|
readonly main: {
|
|
35877
36510
|
readonly type: 'query';
|
|
35878
|
-
readonly description: "
|
|
36511
|
+
readonly description: "Lists a page of request to join a group (via join link) the user owns. Shows the data from the owner's point of view.";
|
|
35879
36512
|
readonly errors: [{
|
|
35880
36513
|
readonly name: 'InvalidConvo';
|
|
35881
36514
|
}, {
|
|
@@ -35926,7 +36559,7 @@ export declare const schemas: ({
|
|
|
35926
36559
|
readonly defs: {
|
|
35927
36560
|
readonly main: {
|
|
35928
36561
|
readonly type: 'query';
|
|
35929
|
-
readonly description: '
|
|
36562
|
+
readonly description: 'Returns a page of group conversations that both the requester and the specified actor are members of.';
|
|
35930
36563
|
readonly parameters: {
|
|
35931
36564
|
readonly type: 'params';
|
|
35932
36565
|
readonly required: ["subject"];
|
|
@@ -35973,7 +36606,7 @@ export declare const schemas: ({
|
|
|
35973
36606
|
readonly defs: {
|
|
35974
36607
|
readonly main: {
|
|
35975
36608
|
readonly type: 'procedure';
|
|
35976
|
-
readonly description: '
|
|
36609
|
+
readonly description: 'Rejects a request to join a group (via join link) the user owns. Action taken by the group owner.';
|
|
35977
36610
|
readonly errors: [{
|
|
35978
36611
|
readonly name: 'InvalidConvo';
|
|
35979
36612
|
}, {
|
|
@@ -36011,7 +36644,7 @@ export declare const schemas: ({
|
|
|
36011
36644
|
readonly defs: {
|
|
36012
36645
|
readonly main: {
|
|
36013
36646
|
readonly type: 'procedure';
|
|
36014
|
-
readonly description: "
|
|
36647
|
+
readonly description: "Removes members from a group. This deletes convo memberships, doesn't just set a status.";
|
|
36015
36648
|
readonly errors: [{
|
|
36016
36649
|
readonly name: 'InvalidConvo';
|
|
36017
36650
|
}, {
|
|
@@ -36058,7 +36691,7 @@ export declare const schemas: ({
|
|
|
36058
36691
|
readonly defs: {
|
|
36059
36692
|
readonly main: {
|
|
36060
36693
|
readonly type: 'procedure';
|
|
36061
|
-
readonly description: '
|
|
36694
|
+
readonly description: 'Sends a request to join a group (via join link) to the group owner. Action taken by the prospective group member.';
|
|
36062
36695
|
readonly errors: [{
|
|
36063
36696
|
readonly name: 'ConvoLocked';
|
|
36064
36697
|
}, {
|
|
@@ -36110,7 +36743,7 @@ export declare const schemas: ({
|
|
|
36110
36743
|
readonly defs: {
|
|
36111
36744
|
readonly main: {
|
|
36112
36745
|
readonly type: 'procedure';
|
|
36113
|
-
readonly description: '
|
|
36746
|
+
readonly description: 'Marks all join requests as read for the group owner.';
|
|
36114
36747
|
readonly errors: [{
|
|
36115
36748
|
readonly name: 'InvalidConvo';
|
|
36116
36749
|
}, {
|
|
@@ -36144,7 +36777,7 @@ export declare const schemas: ({
|
|
|
36144
36777
|
readonly defs: {
|
|
36145
36778
|
readonly main: {
|
|
36146
36779
|
readonly type: 'procedure';
|
|
36147
|
-
readonly description: '
|
|
36780
|
+
readonly description: 'Withdraws a pending request to join a group. Action taken by the prospective member who originally requested to join.';
|
|
36148
36781
|
readonly errors: [{
|
|
36149
36782
|
readonly name: 'InvalidJoinRequest';
|
|
36150
36783
|
}];
|
|
@@ -36175,7 +36808,7 @@ export declare const schemas: ({
|
|
|
36175
36808
|
readonly id: 'chat.bsky.moderation.defs';
|
|
36176
36809
|
readonly defs: {
|
|
36177
36810
|
readonly convoView: {
|
|
36178
|
-
readonly description: '
|
|
36811
|
+
readonly description: 'A view of a conversation for moderation purposes. Unlike chat.bsky.convo.defs#convoView, it does not include viewer-specific data (such as muted, unreadCount, status, lastMessage, lastReaction), since the requester is a moderator and not a member of the conversation. The member list is not included; use chat.bsky.moderation.getConvoMembers to list members.';
|
|
36179
36812
|
readonly type: 'object';
|
|
36180
36813
|
readonly required: ["id", "rev"];
|
|
36181
36814
|
readonly properties: {
|
|
@@ -36193,12 +36826,12 @@ export declare const schemas: ({
|
|
|
36193
36826
|
};
|
|
36194
36827
|
};
|
|
36195
36828
|
readonly directConvo: {
|
|
36196
|
-
readonly description: '
|
|
36829
|
+
readonly description: 'Data specific to a direct conversation, for moderation purposes.';
|
|
36197
36830
|
readonly type: 'object';
|
|
36198
36831
|
readonly properties: {};
|
|
36199
36832
|
};
|
|
36200
36833
|
readonly groupConvo: {
|
|
36201
|
-
readonly description: '
|
|
36834
|
+
readonly description: 'Data specific to a group conversation, for moderation purposes. Unlike chat.bsky.convo.defs#groupConvo, it does not include viewer-specific data (such as unreadJoinRequestCount), since the requester is a moderator and not a member of the conversation.';
|
|
36202
36835
|
readonly type: 'object';
|
|
36203
36836
|
readonly required: ["createdAt", "joinRequestCount", "lockStatus", "memberCount", "memberLimit", "name"];
|
|
36204
36837
|
readonly properties: {
|
|
@@ -36299,7 +36932,7 @@ export declare const schemas: ({
|
|
|
36299
36932
|
readonly defs: {
|
|
36300
36933
|
readonly main: {
|
|
36301
36934
|
readonly type: 'query';
|
|
36302
|
-
readonly description: '
|
|
36935
|
+
readonly description: 'Gets an existing conversation by its ID, for moderation purposes. Does not require the requester to be a member of the conversation.';
|
|
36303
36936
|
readonly errors: [{
|
|
36304
36937
|
readonly name: 'InvalidConvo';
|
|
36305
36938
|
}];
|
|
@@ -36333,7 +36966,7 @@ export declare const schemas: ({
|
|
|
36333
36966
|
readonly defs: {
|
|
36334
36967
|
readonly main: {
|
|
36335
36968
|
readonly type: 'query';
|
|
36336
|
-
readonly description: '
|
|
36969
|
+
readonly description: 'Returns a paginated list of members from a conversation, for moderation purposes. Does not require the requester to be a member of the conversation.';
|
|
36337
36970
|
readonly errors: [{
|
|
36338
36971
|
readonly name: 'InvalidConvo';
|
|
36339
36972
|
}];
|
|
@@ -36382,7 +37015,7 @@ export declare const schemas: ({
|
|
|
36382
37015
|
readonly defs: {
|
|
36383
37016
|
readonly main: {
|
|
36384
37017
|
readonly type: 'query';
|
|
36385
|
-
readonly description: '
|
|
37018
|
+
readonly description: 'Gets existing conversations by their IDs, for moderation purposes. Does not require the requester to be a member of the conversations. Unknown IDs are silently omitted from the response.';
|
|
36386
37019
|
readonly parameters: {
|
|
36387
37020
|
readonly type: 'params';
|
|
36388
37021
|
readonly required: ["convoIds"];
|
|
@@ -37028,6 +37661,98 @@ export declare const schemas: ({
|
|
|
37028
37661
|
};
|
|
37029
37662
|
};
|
|
37030
37663
|
};
|
|
37664
|
+
} | {
|
|
37665
|
+
readonly lexicon: 1;
|
|
37666
|
+
readonly id: 'chat.bsky.notification.defs';
|
|
37667
|
+
readonly defs: {
|
|
37668
|
+
readonly preferences: {
|
|
37669
|
+
readonly type: 'object';
|
|
37670
|
+
readonly required: ["chat", "chatRequest"];
|
|
37671
|
+
readonly properties: {
|
|
37672
|
+
readonly chat: {
|
|
37673
|
+
readonly type: 'ref';
|
|
37674
|
+
readonly ref: 'lex:chat.bsky.notification.defs#chatPreference';
|
|
37675
|
+
};
|
|
37676
|
+
readonly chatRequest: {
|
|
37677
|
+
readonly type: 'ref';
|
|
37678
|
+
readonly ref: 'lex:chat.bsky.notification.defs#chatPreference';
|
|
37679
|
+
};
|
|
37680
|
+
};
|
|
37681
|
+
};
|
|
37682
|
+
readonly chatPreference: {
|
|
37683
|
+
readonly type: 'object';
|
|
37684
|
+
readonly required: ["include", "push"];
|
|
37685
|
+
readonly properties: {
|
|
37686
|
+
readonly include: {
|
|
37687
|
+
readonly type: 'string';
|
|
37688
|
+
readonly knownValues: ["all", "follows"];
|
|
37689
|
+
};
|
|
37690
|
+
readonly push: {
|
|
37691
|
+
readonly type: 'boolean';
|
|
37692
|
+
};
|
|
37693
|
+
};
|
|
37694
|
+
};
|
|
37695
|
+
};
|
|
37696
|
+
} | {
|
|
37697
|
+
readonly lexicon: 1;
|
|
37698
|
+
readonly id: 'chat.bsky.notification.getPreferences';
|
|
37699
|
+
readonly defs: {
|
|
37700
|
+
readonly main: {
|
|
37701
|
+
readonly type: 'query';
|
|
37702
|
+
readonly description: "Get the requesting account's chat notification preferences. Defaults are returned for accounts that have not set any preferences. Requires auth.";
|
|
37703
|
+
readonly output: {
|
|
37704
|
+
readonly encoding: 'application/json';
|
|
37705
|
+
readonly schema: {
|
|
37706
|
+
readonly type: 'object';
|
|
37707
|
+
readonly required: ["preferences"];
|
|
37708
|
+
readonly properties: {
|
|
37709
|
+
readonly preferences: {
|
|
37710
|
+
readonly type: 'ref';
|
|
37711
|
+
readonly ref: 'lex:chat.bsky.notification.defs#preferences';
|
|
37712
|
+
};
|
|
37713
|
+
};
|
|
37714
|
+
};
|
|
37715
|
+
};
|
|
37716
|
+
};
|
|
37717
|
+
};
|
|
37718
|
+
} | {
|
|
37719
|
+
readonly lexicon: 1;
|
|
37720
|
+
readonly id: 'chat.bsky.notification.putPreferences';
|
|
37721
|
+
readonly defs: {
|
|
37722
|
+
readonly main: {
|
|
37723
|
+
readonly type: 'procedure';
|
|
37724
|
+
readonly description: "Set the requesting account's chat notification preferences. Only the provided preferences are updated; omitted preferences are left unchanged.";
|
|
37725
|
+
readonly input: {
|
|
37726
|
+
readonly encoding: 'application/json';
|
|
37727
|
+
readonly schema: {
|
|
37728
|
+
readonly type: 'object';
|
|
37729
|
+
readonly properties: {
|
|
37730
|
+
readonly chat: {
|
|
37731
|
+
readonly type: 'ref';
|
|
37732
|
+
readonly ref: 'lex:chat.bsky.notification.defs#chatPreference';
|
|
37733
|
+
};
|
|
37734
|
+
readonly chatRequest: {
|
|
37735
|
+
readonly type: 'ref';
|
|
37736
|
+
readonly ref: 'lex:chat.bsky.notification.defs#chatPreference';
|
|
37737
|
+
};
|
|
37738
|
+
};
|
|
37739
|
+
};
|
|
37740
|
+
};
|
|
37741
|
+
readonly output: {
|
|
37742
|
+
readonly encoding: 'application/json';
|
|
37743
|
+
readonly schema: {
|
|
37744
|
+
readonly type: 'object';
|
|
37745
|
+
readonly required: ["preferences"];
|
|
37746
|
+
readonly properties: {
|
|
37747
|
+
readonly preferences: {
|
|
37748
|
+
readonly type: 'ref';
|
|
37749
|
+
readonly ref: 'lex:chat.bsky.notification.defs#preferences';
|
|
37750
|
+
};
|
|
37751
|
+
};
|
|
37752
|
+
};
|
|
37753
|
+
};
|
|
37754
|
+
};
|
|
37755
|
+
};
|
|
37031
37756
|
} | {
|
|
37032
37757
|
readonly lexicon: 1;
|
|
37033
37758
|
readonly id: 'com.atproto.admin.defs';
|
|
@@ -45109,6 +45834,11 @@ export declare const schemas: ({
|
|
|
45109
45834
|
readonly ref: 'lex:tools.ozone.team.defs#member';
|
|
45110
45835
|
readonly description: 'Full member record of the moderator who created this activity';
|
|
45111
45836
|
};
|
|
45837
|
+
readonly report: {
|
|
45838
|
+
readonly type: 'ref';
|
|
45839
|
+
readonly ref: 'lex:tools.ozone.report.defs#reportView';
|
|
45840
|
+
readonly description: 'Full view of the report this activity belongs to.';
|
|
45841
|
+
};
|
|
45112
45842
|
readonly createdAt: {
|
|
45113
45843
|
readonly type: 'string';
|
|
45114
45844
|
readonly format: 'datetime';
|
|
@@ -45510,6 +46240,71 @@ export declare const schemas: ({
|
|
|
45510
46240
|
};
|
|
45511
46241
|
};
|
|
45512
46242
|
};
|
|
46243
|
+
} | {
|
|
46244
|
+
readonly lexicon: 1;
|
|
46245
|
+
readonly id: 'tools.ozone.report.queryActivities';
|
|
46246
|
+
readonly defs: {
|
|
46247
|
+
readonly main: {
|
|
46248
|
+
readonly type: 'query';
|
|
46249
|
+
readonly description: 'Query report activities across all reports, ordered by createdAt. Used by downstream pollers; for per-report activity history use listActivities.';
|
|
46250
|
+
readonly parameters: {
|
|
46251
|
+
readonly type: 'params';
|
|
46252
|
+
readonly properties: {
|
|
46253
|
+
readonly activityTypes: {
|
|
46254
|
+
readonly type: 'array';
|
|
46255
|
+
readonly items: {
|
|
46256
|
+
readonly type: 'string';
|
|
46257
|
+
};
|
|
46258
|
+
readonly description: 'Filter to specific activity types (e.g. closeActivity, escalationActivity). If omitted, all types are returned.';
|
|
46259
|
+
};
|
|
46260
|
+
readonly createdAfter: {
|
|
46261
|
+
readonly type: 'string';
|
|
46262
|
+
readonly format: 'datetime';
|
|
46263
|
+
readonly description: 'Retrieve activities created at or after a given timestamp';
|
|
46264
|
+
};
|
|
46265
|
+
readonly createdBefore: {
|
|
46266
|
+
readonly type: 'string';
|
|
46267
|
+
readonly format: 'datetime';
|
|
46268
|
+
readonly description: 'Retrieve activities created at or before a given timestamp';
|
|
46269
|
+
};
|
|
46270
|
+
readonly sortDirection: {
|
|
46271
|
+
readonly type: 'string';
|
|
46272
|
+
readonly default: 'desc';
|
|
46273
|
+
readonly enum: ["asc", "desc"];
|
|
46274
|
+
};
|
|
46275
|
+
readonly limit: {
|
|
46276
|
+
readonly type: 'integer';
|
|
46277
|
+
readonly minimum: 1;
|
|
46278
|
+
readonly maximum: 100;
|
|
46279
|
+
readonly default: 50;
|
|
46280
|
+
};
|
|
46281
|
+
readonly cursor: {
|
|
46282
|
+
readonly type: 'string';
|
|
46283
|
+
readonly description: 'Cursor of the form `<createdAtMs>::<activityId>`.';
|
|
46284
|
+
};
|
|
46285
|
+
};
|
|
46286
|
+
};
|
|
46287
|
+
readonly output: {
|
|
46288
|
+
readonly encoding: 'application/json';
|
|
46289
|
+
readonly schema: {
|
|
46290
|
+
readonly type: 'object';
|
|
46291
|
+
readonly required: ["activities"];
|
|
46292
|
+
readonly properties: {
|
|
46293
|
+
readonly activities: {
|
|
46294
|
+
readonly type: 'array';
|
|
46295
|
+
readonly items: {
|
|
46296
|
+
readonly type: 'ref';
|
|
46297
|
+
readonly ref: 'lex:tools.ozone.report.defs#reportActivityView';
|
|
46298
|
+
};
|
|
46299
|
+
};
|
|
46300
|
+
readonly cursor: {
|
|
46301
|
+
readonly type: 'string';
|
|
46302
|
+
};
|
|
46303
|
+
};
|
|
46304
|
+
};
|
|
46305
|
+
};
|
|
46306
|
+
};
|
|
46307
|
+
};
|
|
45513
46308
|
} | {
|
|
45514
46309
|
readonly lexicon: 1;
|
|
45515
46310
|
readonly id: 'tools.ozone.report.queryReports';
|
|
@@ -47473,6 +48268,7 @@ export declare const ids: {
|
|
|
47473
48268
|
readonly AppBskyFeedPostgate: 'app.bsky.feed.postgate';
|
|
47474
48269
|
readonly AppBskyFeedRepost: 'app.bsky.feed.repost';
|
|
47475
48270
|
readonly AppBskyFeedSearchPosts: 'app.bsky.feed.searchPosts';
|
|
48271
|
+
readonly AppBskyFeedSearchPostsV2: 'app.bsky.feed.searchPostsV2';
|
|
47476
48272
|
readonly AppBskyFeedSendInteractions: 'app.bsky.feed.sendInteractions';
|
|
47477
48273
|
readonly AppBskyFeedThreadgate: 'app.bsky.feed.threadgate';
|
|
47478
48274
|
readonly AppBskyGraphBlock: 'app.bsky.graph.block';
|
|
@@ -47611,6 +48407,9 @@ export declare const ids: {
|
|
|
47611
48407
|
readonly ChatBskyModerationGetMessageContext: 'chat.bsky.moderation.getMessageContext';
|
|
47612
48408
|
readonly ChatBskyModerationSubscribeModEvents: 'chat.bsky.moderation.subscribeModEvents';
|
|
47613
48409
|
readonly ChatBskyModerationUpdateActorAccess: 'chat.bsky.moderation.updateActorAccess';
|
|
48410
|
+
readonly ChatBskyNotificationDefs: 'chat.bsky.notification.defs';
|
|
48411
|
+
readonly ChatBskyNotificationGetPreferences: 'chat.bsky.notification.getPreferences';
|
|
48412
|
+
readonly ChatBskyNotificationPutPreferences: 'chat.bsky.notification.putPreferences';
|
|
47614
48413
|
readonly ComAtprotoAdminDefs: 'com.atproto.admin.defs';
|
|
47615
48414
|
readonly ComAtprotoAdminDeleteAccount: 'com.atproto.admin.deleteAccount';
|
|
47616
48415
|
readonly ComAtprotoAdminDisableAccountInvites: 'com.atproto.admin.disableAccountInvites';
|
|
@@ -47746,6 +48545,7 @@ export declare const ids: {
|
|
|
47746
48545
|
readonly ToolsOzoneReportGetLiveStats: 'tools.ozone.report.getLiveStats';
|
|
47747
48546
|
readonly ToolsOzoneReportGetReport: 'tools.ozone.report.getReport';
|
|
47748
48547
|
readonly ToolsOzoneReportListActivities: 'tools.ozone.report.listActivities';
|
|
48548
|
+
readonly ToolsOzoneReportQueryActivities: 'tools.ozone.report.queryActivities';
|
|
47749
48549
|
readonly ToolsOzoneReportQueryReports: 'tools.ozone.report.queryReports';
|
|
47750
48550
|
readonly ToolsOzoneReportReassignQueue: 'tools.ozone.report.reassignQueue';
|
|
47751
48551
|
readonly ToolsOzoneReportRefreshStats: 'tools.ozone.report.refreshStats';
|