@atproto/api 0.20.32 → 0.20.34

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.
@@ -1371,6 +1371,14 @@ export const schemaDict = {
1371
1371
  description: 'The Age Assurance configuration for a specific region.',
1372
1372
  required: ['countryCode', 'minAccessAge', 'rules'],
1373
1373
  properties: {
1374
+ platforms: {
1375
+ type: 'array',
1376
+ description: 'The platforms this configuration applies to. If omitted, the configuration applies to all platforms.',
1377
+ items: {
1378
+ type: 'string',
1379
+ knownValues: ['web', 'ios', 'android'],
1380
+ },
1381
+ },
1374
1382
  countryCode: {
1375
1383
  type: 'string',
1376
1384
  description: 'The ISO 3166-1 alpha-2 country code this configuration applies to.',
@@ -7681,6 +7689,11 @@ export const schemaDict = {
7681
7689
  record: {
7682
7690
  type: 'unknown',
7683
7691
  },
7692
+ starterPack: {
7693
+ description: 'The starter pack associated with this notification. Present when the notification is for a follow originating from a starter pack.',
7694
+ type: 'ref',
7695
+ ref: 'lex:app.bsky.graph.defs#starterPackViewBasic',
7696
+ },
7684
7697
  isRead: {
7685
7698
  type: 'boolean',
7686
7699
  },