Skip to content

Commit

Permalink
Merge pull request #1615 from myConsciousness/pull-latest-lexicons
Browse files Browse the repository at this point in the history
  • Loading branch information
myConsciousness committed Aug 3, 2024
2 parents 5b1f695 + 3fb71a9 commit 23e127f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 98 deletions.
32 changes: 0 additions & 32 deletions lexicons/app/bsky/feed/detach.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/bluesky/lib/src/ids.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,6 @@ const appBskyFeedDescribeFeedGeneratorFeed =
const appBskyFeedDescribeFeedGeneratorLinks =
'app.bsky.feed.describeFeedGenerator#links';

/// `app.bsky.feed.detach`
const appBskyFeedDetach = 'app.bsky.feed.detach';

/// `app.bsky.feed.generator`
const appBskyFeedGenerator = 'app.bsky.feed.generator';

Expand Down
3 changes: 0 additions & 3 deletions packages/bluesky/lib/src/nsids.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ const appBskyFeedDescribeFeedGeneratorFeed =
const appBskyFeedDescribeFeedGeneratorLinks =
NSID(ids.appBskyFeedDescribeFeedGeneratorLinks);

/// `app.bsky.feed.detach`
const appBskyFeedDetach = NSID(ids.appBskyFeedDetach);

/// `app.bsky.feed.generator`
const appBskyFeedGenerator = NSID(ids.appBskyFeedGenerator);

Expand Down
33 changes: 0 additions & 33 deletions packages/lexicon/lib/src/lexicons.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4817,38 +4817,6 @@ const appBskyFeedThreadgate = <String, dynamic>{
}
};

/// `app.bsky.feed.detach`
const appBskyFeedDetach = <String, dynamic>{
"lexicon": 1,
"id": "app.bsky.feed.detach",
"defs": {
"main": {
"type": "record",
"description":
"Record defining post URIs detached from a root post. The record key (rkey) of the detach record must match the record key of the root post in question, and that record must be in the same repository.",
"key": "tid",
"record": {
"type": "object",
"required": ["post", "targets", "updatedAt"],
"properties": {
"post": {
"type": "string",
"format": "at-uri",
"description": "Reference (AT-URI) to the post record."
},
"targets": {
"type": "array",
"description": "List of detached post URIs.",
"items": {"type": "string", "format": "at-uri"},
"maxLength": 50
},
"updatedAt": {"type": "string", "format": "datetime"}
}
}
}
}
};

/// `app.bsky.feed.getFeedGenerator`
const appBskyFeedGetFeedGenerator = <String, dynamic>{
"lexicon": 1,
Expand Down Expand Up @@ -9809,7 +9777,6 @@ const lexicons = <Map<String, dynamic>>[
appBskyFeedLike,
appBskyFeedGetActorLikes,
appBskyFeedThreadgate,
appBskyFeedDetach,
appBskyFeedGetFeedGenerator,
appBskyFeedGenerator,
appBskyFeedGetListFeed,
Expand Down
26 changes: 0 additions & 26 deletions website/docs/lexicons/app/bsky/feed/detach.md

This file was deleted.

1 change: 0 additions & 1 deletion website/docs/supported_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ So all endpoints in the [atproto](#atproto) table are also available from [blues
| **[app.bsky.feed.like](https://pub.dev/documentation/bluesky/latest/bluesky/FeedService/like.html)** | [Reference](lexicons/app/bsky/feed/like.md) |||
| **[app.bsky.feed.getActorLikes](https://pub.dev/documentation/bluesky/latest/bluesky/FeedService/getActorLikes.html)** | [Reference](lexicons/app/bsky/feed/getActorLikes.md) |||
| **[app.bsky.feed.threadgate](https://pub.dev/documentation/bluesky/latest/bluesky/FeedService/threadgate.html)** | [Reference](lexicons/app/bsky/feed/threadgate.md) |||
| **[app.bsky.feed.detach](https://pub.dev/documentation/bluesky/latest/bluesky/FeedService/detach.html)** | [Reference](lexicons/app/bsky/feed/detach.md) |||
| **[app.bsky.feed.getFeedGenerator](https://pub.dev/documentation/bluesky/latest/bluesky/FeedService/getFeedGenerator.html)** | [Reference](lexicons/app/bsky/feed/getFeedGenerator.md) |||
| **[app.bsky.feed.generator](https://pub.dev/documentation/bluesky/latest/bluesky/FeedService/generator.html)** | [Reference](lexicons/app/bsky/feed/generator.md) |||
| **[app.bsky.feed.getListFeed](https://pub.dev/documentation/bluesky/latest/bluesky/FeedService/getListFeed.html)** | [Reference](lexicons/app/bsky/feed/getListFeed.md) |||
Expand Down

0 comments on commit 23e127f

Please sign in to comment.