Skip to content

Commit

Permalink
deploy: 2913a9a
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 30, 2024
1 parent a882101 commit ff27c43
Show file tree
Hide file tree
Showing 240 changed files with 1,679 additions and 989 deletions.
8 changes: 4 additions & 4 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
--dark-hl-4: #DCDCAA;
--light-hl-5: #A31515;
--dark-hl-5: #CE9178;
--light-hl-6: #098658;
--dark-hl-6: #B5CEA8;
--light-hl-7: #AF00DB;
--dark-hl-7: #C586C0;
--light-hl-6: #AF00DB;
--dark-hl-6: #C586C0;
--light-hl-7: #098658;
--dark-hl-7: #B5CEA8;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/search.js

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions classes/BasicCasparCGAPI.html

Large diffs are not rendered by default.

229 changes: 137 additions & 92 deletions classes/CasparCG.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions classes/ResponseError.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4>Hierarchy</h4>
<ul class="tsd-hierarchy">
<li><span class="target">ResponseError</span></li></ul></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SuperFlyTV/casparcg-connection/blob/f91b81eb/src/api.ts#L55">src/api.ts:55</a></li></ul></aside>
<li>Defined in <a href="https://github.com/SuperFlyTV/casparcg-connection/blob/2913a9af/src/api.ts#L55">src/api.ts:55</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -63,14 +63,14 @@ <h5>response: <a href="../interfaces/Response.html" class="tsd-signature-type" d
<h4 class="tsd-returns-title">Returns <a href="ResponseError.html" class="tsd-signature-type" data-tsd-kind="Class">ResponseError</a></h4><aside class="tsd-sources">
<p>Overrides Error.constructor</p>
<ul>
<li>Defined in <a href="https://github.com/SuperFlyTV/casparcg-connection/blob/f91b81eb/src/api.ts#L56">src/api.ts:56</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/SuperFlyTV/casparcg-connection/blob/2913a9af/src/api.ts#L56">src/api.ts:56</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="deserializeError" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>deserialize<wbr/>Error</span><a href="#deserializeError" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">deserialize<wbr/>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Error</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SuperFlyTV/casparcg-connection/blob/f91b81eb/src/api.ts#L56">src/api.ts:56</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/SuperFlyTV/casparcg-connection/blob/2913a9af/src/api.ts#L56">src/api.ts:56</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>message</span><a href="#message" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
Expand All @@ -87,7 +87,7 @@ <h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permali
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>response</span><a href="#response" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">response<span class="tsd-signature-symbol">:</span> <a href="../interfaces/Response.html" class="tsd-signature-type" data-tsd-kind="Interface">Response</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/SuperFlyTV/casparcg-connection/blob/f91b81eb/src/api.ts#L56">src/api.ts:56</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/SuperFlyTV/casparcg-connection/blob/2913a9af/src/api.ts#L56">src/api.ts:56</a></li></ul></aside></section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
<div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
Expand Down
Loading

0 comments on commit ff27c43

Please sign in to comment.