@periskope/types 0.6.460 → 0.6.461

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.460",
3
+ "version": "0.6.461",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -3316,6 +3316,7 @@ export type Database = {
3316
3316
  total_delivered_count: number | null
3317
3317
  total_member_count: number | null
3318
3318
  total_read_count: number | null
3319
+ due_at: string | null
3319
3320
  }
3320
3321
  Relationships: [
3321
3322
  {