Released on December 19, 2024.
-
Fix a bug where
Actor
'sinbox
andoutbox
properties had not been able to be set to anOrderedCollectionPage
object, even though it is a subtype ofOrderedCollection
according to Activity Vocabulary specification. [#165]- The type of
Application()
constructor'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The type of
Application.clone()
method'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The return type of
Application.getInbox()
andApplication.getOutbox()
methods is nowOrderedCollection | OrderedCollectionPage | null
(wasOrderedCollection | null
). - The type of
Group()
constructor'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The type of
Group.clone()
method'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The return type of
Group.getInbox()
andGroup.getOutbox()
methods is nowOrderedCollection | OrderedCollectionPage | null
(wasOrderedCollection | null
). - The type of
Organization()
constructor'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The type of
Organization.clone()
method'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The return type of
Organization.getInbox()
andOrganization.getOutbox()
methods is nowOrderedCollection | OrderedCollectionPage | null
(wasOrderedCollection | null
). - The type of
Person()
constructor'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The type of
Person.clone()
method'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The return type of
Person.getInbox()
andPerson.getOutbox()
methods is nowOrderedCollection | OrderedCollectionPage | null
(wasOrderedCollection | null
). - The type of
Service()
constructor'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The type of
Service.clone()
method'sinbox
andoutbox
options is nowOrderedCollection | OrderedCollectionPage | null | undefined
(wasOrderedCollection | null | undefined
). - The return type of
Service.getInbox()
andService.getOutbox()
methods is nowOrderedCollection | OrderedCollectionPage | null
(wasOrderedCollection | null
).
- The type of