UNPKG

streaming-availability

Version:

Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 60 countries!

51 lines (50 loc) 29.7 kB
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ChangeWithShow | streaming-availability</title><meta name="description" content="Documentation for streaming-availability"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">streaming-availability</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">streaming-availability</a></li><li><a href="ChangeWithShow.html">ChangeWithShow</a></li></ul><h1>Interface ChangeWithShow</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>A change object represents a future or past change in a streaming catalog. It contains the details such as the type of the change (could be past change such as like new, updated, removed; or a future change such as expiring, upcoming), the affected item type (show, season or episode), timestamp of the change and more.</p> <p>Via change endpoints, you can get the most recent updates in the streaming catalogs. On top of the changes, you can also get the details of the affected shows. Every change object has a showId field. You can find the list of shows affected by the changes in the shows field of the response, and match the show ids with the showId field of the change objects.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Export"><h4 class="tsd-anchor-link"><a id="Export" class="tsd-anchor"></a>Export<a href="#Export" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface </span><span class="tsd-kind-interface">ChangeWithShow</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#addon">addon</a><span class="tsd-signature-symbol">?: </span><a href="Addon.html" class="tsd-signature-type tsd-kind-interface">Addon</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#changeType">changeType</a><span class="tsd-signature-symbol">: </span><a href="../types/ChangeType.html" class="tsd-signature-type tsd-kind-type-alias">ChangeType</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#episode">episode</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#itemType">itemType</a><span class="tsd-signature-symbol">: </span><a href="../types/ItemType.html" class="tsd-signature-type tsd-kind-type-alias">ItemType</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#link">link</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#season">season</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#service">service</a><span class="tsd-signature-symbol">: </span><a href="ServiceInfo.html" class="tsd-signature-type tsd-kind-interface">ServiceInfo</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#show">show</a><span class="tsd-signature-symbol">: </span><a href="Show.html" class="tsd-signature-type tsd-kind-interface">Show</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#showId">showId</a><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#showType">showType</a><span class="tsd-signature-symbol">: </span><a href="../types/ShowType.html" class="tsd-signature-type tsd-kind-type-alias">ShowType</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#streamingOptionType">streamingOptionType</a><span class="tsd-signature-symbol">: </span><a href="../types/StreamingOptionType.html" class="tsd-signature-type tsd-kind-type-alias">StreamingOptionType</a><span class="tsd-signature-symbol">; </span><br/><span>    </span><a class="tsd-kind-property" href="ChangeWithShow.html#timestamp">timestamp</a><span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy"><h4>Hierarchy (<a href="../hierarchy.html#ChangeWithShow">view full</a>)</h4><ul class="tsd-hierarchy"><li><a href="Change.html" class="tsd-signature-type tsd-kind-interface">Change</a><ul class="tsd-hierarchy"><li><span class="target">ChangeWithShow</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in src/client.ts:96</li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="ChangeWithShow.html#addon" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>addon?</span></a> <a href="ChangeWithShow.html#changeType" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>change<wbr/>Type</span></a> <a href="ChangeWithShow.html#episode" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>episode?</span></a> <a href="ChangeWithShow.html#itemType" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Type</span></a> <a href="ChangeWithShow.html#link" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link?</span></a> <a href="ChangeWithShow.html#season" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>season?</span></a> <a href="ChangeWithShow.html#service" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>service</span></a> <a href="ChangeWithShow.html#show" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show</span></a> <a href="ChangeWithShow.html#showId" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show<wbr/>Id</span></a> <a href="ChangeWithShow.html#showType" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show<wbr/>Type</span></a> <a href="ChangeWithShow.html#streamingOptionType" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>streaming<wbr/>Option<wbr/>Type</span></a> <a href="ChangeWithShow.html#timestamp" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>timestamp?</span></a> </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="addon" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>addon</span><a href="#addon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">addon</span><span class="tsd-signature-symbol">?:</span> <a href="Addon.html" class="tsd-signature-type tsd-kind-interface">Addon</a></div><div class="tsd-comment tsd-typography"><p>Addon info, if the streamingOptionType is addon. Otherwise omitted.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof" class="tsd-anchor"></a>Memberof<a href="#Memberof" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#addon">addon</a></p><ul><li>Defined in src/models/Change.ts:123</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="changeType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>change<wbr/>Type</span><a href="#changeType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">change<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <a href="../types/ChangeType.html" class="tsd-signature-type tsd-kind-type-alias">ChangeType</a></div><div class="tsd-comment tsd-typography"><p>Type of the change.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-1" class="tsd-anchor"></a>Memberof<a href="#Memberof-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#changeType">changeType</a></p><ul><li>Defined in src/models/Change.ts:75</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="episode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>episode</span><a href="#episode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">episode</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of the episode affected from the change. Omitted if item_type is not episode.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-2" class="tsd-anchor"></a>Memberof<a href="#Memberof-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#episode">episode</a></p><ul><li>Defined in src/models/Change.ts:105</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="itemType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>item<wbr/>Type</span><a href="#itemType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">item<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <a href="../types/ItemType.html" class="tsd-signature-type tsd-kind-type-alias">ItemType</a></div><div class="tsd-comment tsd-typography"><p>Type of the item affected from the change.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-3" class="tsd-anchor"></a>Memberof<a href="#Memberof-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#itemType">itemType</a></p><ul><li>Defined in src/models/Change.ts:81</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="link" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>link</span><a href="#link" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">link</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Deep link to the affected streaming option's page in the web app of the streaming service. This field is guaranteed to be populated when changeType is new, updated, expiring or removed. When changeType is upcoming, this field might be populated or null depending on if the link of the future streaming option is known.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-4" class="tsd-anchor"></a>Memberof<a href="#Memberof-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#link">link</a></p><ul><li>Defined in src/models/Change.ts:142</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="season" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>season</span><a href="#season" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">season</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>Number of the season affected from the change. Omitted if item_type is not seasonor episode.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-5" class="tsd-anchor"></a>Memberof<a href="#Memberof-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#season">season</a></p><ul><li>Defined in src/models/Change.ts:99</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="service" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>service</span><a href="#service" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">service</span><span class="tsd-signature-symbol">:</span> <a href="ServiceInfo.html" class="tsd-signature-type tsd-kind-interface">ServiceInfo</a></div><div class="tsd-comment tsd-typography"><p>Service affected from the change.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-6" class="tsd-anchor"></a>Memberof<a href="#Memberof-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#service">service</a></p><ul><li>Defined in src/models/Change.ts:111</li></ul></aside></section><section class="tsd-panel tsd-member"><a id="show" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>show</span><a href="#show" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">show</span><span class="tsd-signature-symbol">:</span> <a href="Show.html" class="tsd-signature-type tsd-kind-interface">Show</a></div><aside class="tsd-sources"><ul><li>Defined in src/client.ts:97</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="showId" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>show<wbr/>Id</span><a href="#showId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">show<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Id of the show affected from the change.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-7" class="tsd-anchor"></a>Memberof<a href="#Memberof-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#showId">showId</a></p><ul><li>Defined in src/models/Change.ts:87</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="showType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>show<wbr/>Type</span><a href="#showType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">show<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <a href="../types/ShowType.html" class="tsd-signature-type tsd-kind-type-alias">ShowType</a></div><div class="tsd-comment tsd-typography"><p>Type of the show affected from the change.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-8" class="tsd-anchor"></a>Memberof<a href="#Memberof-8" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#showType">showType</a></p><ul><li>Defined in src/models/Change.ts:93</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="streamingOptionType" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>streaming<wbr/>Option<wbr/>Type</span><a href="#streamingOptionType" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">streaming<wbr/>Option<wbr/>Type</span><span class="tsd-signature-symbol">:</span> <a href="../types/StreamingOptionType.html" class="tsd-signature-type tsd-kind-type-alias">StreamingOptionType</a></div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-9" class="tsd-anchor"></a>Memberof<a href="#Memberof-9" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#streamingOptionType">streamingOptionType</a></p><ul><li>Defined in src/models/Change.ts:117</li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="timestamp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>timestamp</span><a href="#timestamp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">timestamp</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p><a href="https://www.unixtimestamp.com/" target="_blank" class="external">Unix Time Stamp</a> of the change. Past changes (new, updated, removed) will always have a timestamp. Future changes (expiring, upcoming) will have a timestamp if the exact date is known. If not, timestamp will be omitted, e.g. a show is known to be expiring soon, but the exact date is not known.</p> </div><div class="tsd-comment tsd-typography"><div class="tsd-tag-Memberof"><h4 class="tsd-anchor-link"><a id="Memberof-10" class="tsd-anchor"></a>Memberof<a href="#Memberof-10" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>Change</p> </div></div><aside class="tsd-sources"><p>Inherited from <a href="Change.html">Change</a>.<a href="Change.html#timestamp">timestamp</a></p><ul><li>Defined in src/models/Change.ts:133</li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="tsd-otp-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#addon" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>addon</span></a><a href="#changeType" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>change<wbr/>Type</span></a><a href="#episode" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>episode</span></a><a href="#itemType" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>item<wbr/>Type</span></a><a href="#link" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>link</span></a><a href="#season" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>season</span></a><a href="#service" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>service</span></a><a href="#show" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show</span></a><a href="#showId" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show<wbr/>Id</span></a><a href="#showType" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>show<wbr/>Type</span></a><a href="#streamingOptionType" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>streaming<wbr/>Option<wbr/>Type</span></a><a href="#timestamp" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1024"></use></svg><span>timestamp</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>streaming-availability</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>