@atproto/api 0.20.30 → 0.20.31

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.
@@ -8080,6 +8080,9 @@ export const schemaDict = {
8080
8080
  displayName: {
8081
8081
  type: 'string',
8082
8082
  },
8083
+ description: {
8084
+ type: 'string',
8085
+ },
8083
8086
  link: {
8084
8087
  type: 'string',
8085
8088
  },
@@ -8123,6 +8126,9 @@ export const schemaDict = {
8123
8126
  displayName: {
8124
8127
  type: 'string',
8125
8128
  },
8129
+ description: {
8130
+ type: 'string',
8131
+ },
8126
8132
  link: {
8127
8133
  type: 'string',
8128
8134
  },
@@ -9435,6 +9441,10 @@ export const schemaDict = {
9435
9441
  ref: 'lex:app.bsky.unspecced.defs#trendView',
9436
9442
  },
9437
9443
  },
9444
+ recIdStr: {
9445
+ type: 'string',
9446
+ description: 'Snowflake for this recommendation, use when submitting recommendation events.',
9447
+ },
9438
9448
  },
9439
9449
  },
9440
9450
  },
@@ -9477,6 +9487,10 @@ export const schemaDict = {
9477
9487
  ref: 'lex:app.bsky.unspecced.defs#skeletonTrend',
9478
9488
  },
9479
9489
  },
9490
+ recIdStr: {
9491
+ type: 'string',
9492
+ description: 'Snowflake for this recommendation, use when submitting recommendation events.',
9493
+ },
9480
9494
  },
9481
9495
  },
9482
9496
  },