@atproto/pds 0.3.7 → 0.3.8
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 +7 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +2 -2
- package/dist/lexicon/lexicons.d.ts +4 -0
- package/dist/lexicon/types/app/bsky/notification/listNotifications.d.ts +1 -0
- package/package.json +5 -5
- package/src/lexicon/lexicons.ts +4 -0
- package/src/lexicon/types/app/bsky/notification/listNotifications.ts +1 -0
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -214383,6 +214383,10 @@ var schemaDict = {
|
|
|
214383
214383
|
type: "ref",
|
|
214384
214384
|
ref: "lex:app.bsky.notification.listNotifications#notification"
|
|
214385
214385
|
}
|
|
214386
|
+
},
|
|
214387
|
+
seenAt: {
|
|
214388
|
+
type: "string",
|
|
214389
|
+
format: "datetime"
|
|
214386
214390
|
}
|
|
214387
214391
|
}
|
|
214388
214392
|
}
|
|
@@ -239038,6 +239042,10 @@ var schemaDict2 = {
|
|
|
239038
239042
|
type: "ref",
|
|
239039
239043
|
ref: "lex:app.bsky.notification.listNotifications#notification"
|
|
239040
239044
|
}
|
|
239045
|
+
},
|
|
239046
|
+
seenAt: {
|
|
239047
|
+
type: "string",
|
|
239048
|
+
format: "datetime"
|
|
239041
239049
|
}
|
|
239042
239050
|
}
|
|
239043
239051
|
}
|