Add opened to chat.bsky.convo.defs#convoView ()

* Add convoView to chat.bsky.convo.defs#convoView

* Add changeset
This commit is contained in:
rafael 2024-11-08 08:53:05 -03:00 committed by GitHub
parent b398276b36
commit 561431fe48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 22 additions and 0 deletions
.changeset
lexicons/chat/bsky/convo
packages
api/src/client
lexicons.ts
types/chat/bsky/convo
bsky/src/lexicon
lexicons.ts
types/chat/bsky/convo
ozone/src/lexicon
lexicons.ts
types/chat/bsky/convo
pds/src/lexicon
lexicons.ts
types/chat/bsky/convo

@ -0,0 +1,5 @@
---
"@atproto/api": patch
---
Add convoView.opened to lexicon definition

@ -90,6 +90,7 @@
"refs": ["#messageView", "#deletedMessageView"]
},
"muted": { "type": "boolean" },
"opened": { "type": "boolean" },
"unreadCount": { "type": "integer" }
}
},

@ -9893,6 +9893,9 @@ export const schemaDict = {
muted: {
type: 'boolean',
},
opened: {
type: 'boolean',
},
unreadCount: {
type: 'integer',
},

@ -118,6 +118,7 @@ export interface ConvoView {
| DeletedMessageView
| { $type: string; [k: string]: unknown }
muted: boolean
opened?: boolean
unreadCount: number
[k: string]: unknown
}

@ -9893,6 +9893,9 @@ export const schemaDict = {
muted: {
type: 'boolean',
},
opened: {
type: 'boolean',
},
unreadCount: {
type: 'integer',
},

@ -118,6 +118,7 @@ export interface ConvoView {
| DeletedMessageView
| { $type: string; [k: string]: unknown }
muted: boolean
opened?: boolean
unreadCount: number
[k: string]: unknown
}

@ -9893,6 +9893,9 @@ export const schemaDict = {
muted: {
type: 'boolean',
},
opened: {
type: 'boolean',
},
unreadCount: {
type: 'integer',
},

@ -118,6 +118,7 @@ export interface ConvoView {
| DeletedMessageView
| { $type: string; [k: string]: unknown }
muted: boolean
opened?: boolean
unreadCount: number
[k: string]: unknown
}

@ -9893,6 +9893,9 @@ export const schemaDict = {
muted: {
type: 'boolean',
},
opened: {
type: 'boolean',
},
unreadCount: {
type: 'integer',
},

@ -118,6 +118,7 @@ export interface ConvoView {
| DeletedMessageView
| { $type: string; [k: string]: unknown }
muted: boolean
opened?: boolean
unreadCount: number
[k: string]: unknown
}