Streaming Availability API
Preparing search index...
The search index is not available
Streaming Availability React Components
Streaming Availability React Components
ChangesSource
Interface ChangesSource
A source that returns a list of changes in the given streaming catalogs.
See
newChangesSource
https://docs.movieofthenight.com/resource/changes#get-changes
interface
ChangesSource
{
catalogs
?:
string
[]
;
changeType
:
ChangeType
;
country
:
string
;
cursor
?:
string
;
from
?:
number
;
includeUnknownDates
?:
boolean
;
itemType
:
ItemType
;
limit
?:
number
;
orderDirection
?:
OrderDirection
;
outputLanguage
?:
GetChangesOutputLanguageEnum
;
showType
?:
ShowType
;
to
?:
number
;
type
:
string
;
}
Hierarchy (
view full
)
Source
ChangesSourceProps
ChangesSource
Index
Properties
catalogs?
change
Type
country
cursor?
from?
include
Unknown
Dates?
item
Type
limit?
order
Direction?
output
Language?
show
Type?
to?
type
Properties
Optional
catalogs
catalogs
?:
string
[]
change
Type
change
Type
:
ChangeType
country
country
:
string
Optional
cursor
cursor
?:
string
Optional
from
from
?:
number
Optional
include
Unknown
Dates
include
Unknown
Dates
?:
boolean
item
Type
item
Type
:
ItemType
Optional
limit
limit
?:
number
Optional
order
Direction
order
Direction
?:
OrderDirection
Optional
output
Language
output
Language
?:
GetChangesOutputLanguageEnum
Optional
show
Type
show
Type
?:
ShowType
Optional
to
to
?:
number
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catalogs
change
Type
country
cursor
from
include
Unknown
Dates
item
Type
limit
order
Direction
output
Language
show
Type
to
type
Streaming Availability API
Streaming Availability React Components
Loading...
A source that returns a list of changes in the given streaming catalogs.
See