@atproto/api 0.13.2 → 0.13.3

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.
@@ -4869,6 +4869,9 @@ exports.schemaDict = {
4869
4869
  likeCount: {
4870
4870
  type: 'integer',
4871
4871
  },
4872
+ quoteCount: {
4873
+ type: 'integer',
4874
+ },
4872
4875
  embeds: {
4873
4876
  type: 'array',
4874
4877
  items: {
@@ -5570,7 +5573,7 @@ exports.schemaDict = {
5570
5573
  defs: {
5571
5574
  main: {
5572
5575
  type: 'query',
5573
- description: 'Get a list of posts liked by an actor. Does not require auth.',
5576
+ description: 'Get a list of posts liked by an actor. Requires auth, actor must be the requesting account.',
5574
5577
  parameters: {
5575
5578
  type: 'params',
5576
5579
  required: ['actor'],