@atproto/api 0.20.33 → 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.
- package/CHANGELOG.md +6 -0
- package/dist/client/lexicons.d.ts +10 -0
- package/dist/client/lexicons.d.ts.map +1 -1
- package/dist/client/lexicons.js +5 -0
- package/dist/client/lexicons.js.map +1 -1
- package/dist/client/types/app/bsky/notification/listNotifications.d.ts +2 -0
- package/dist/client/types/app/bsky/notification/listNotifications.d.ts.map +1 -1
- package/dist/client/types/app/bsky/notification/listNotifications.js.map +1 -1
- package/package.json +4 -4
package/dist/client/lexicons.js
CHANGED
|
@@ -7689,6 +7689,11 @@ export const schemaDict = {
|
|
|
7689
7689
|
record: {
|
|
7690
7690
|
type: 'unknown',
|
|
7691
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
|
+
},
|
|
7692
7697
|
isRead: {
|
|
7693
7698
|
type: 'boolean',
|
|
7694
7699
|
},
|