@taimos/radball-digital-api 0.0.33 → 0.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/modules.html +1 -1
- package/docs/types/CalendarDate.html +4 -0
- package/docs/types/ModifyPreferredMatchdayDateInput.html +3 -2
- package/docs/types/Mutation.html +3 -2
- package/docs/types/MutationImportMatchdayFromRbtArgs.html +3 -0
- package/docs/types/PreferredMatchdayDate.html +3 -2
- package/docs/types/Query.html +5 -2
- package/docs/types/QueryGetAllMatchdaysInSeasonArgs.html +2 -0
- package/docs/types/QueryGetLeagueGroupRankingArgs.html +3 -0
- package/docs/types/QueryGetUpcomingMatchdaysArgs.html +3 -0
- package/docs/types/RankingEntry.html +9 -0
- package/docs/types/SavePreferredMatchdayDateInput.html +3 -2
- package/league-group.schema.json +4 -0
- package/lib/export/league-group.d.ts +1 -0
- package/lib/export/league-group.js +1 -1
- package/lib/generated/graphql.model.generated.d.ts +37 -0
- package/lib/generated/graphql.model.generated.js +1 -1
- package/package.json +1 -1
- package/schema.graphql +32 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>QueryGetLeagueGroupRankingArgs | @taimos/radball-digital-api</title><meta name="description" content="Documentation for @taimos/radball-digital-api"/><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(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@taimos/radball-digital-api</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">QueryGetLeagueGroupRankingArgs</a></li></ul><h1>Type Alias QueryGetLeagueGroupRankingArgs</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">type</span> <span class="tsd-kind-type-alias">QueryGetLeagueGroupRankingArgs</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="#groupid">groupId</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#includenoncompetitive">includeNonCompetitive</a><span class="tsd-signature-symbol">?:</span> <a href="InputMaybe.html" class="tsd-signature-type tsd-kind-type-alias">InputMaybe</a><span class="tsd-signature-symbol"><</span><a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#boolean"><span class="tsd-signature-type">"Boolean"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">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="#groupid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>group<wbr/>Id</span></a>
|
|
2
|
+
<a href="#includenoncompetitive" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>include<wbr/>Non<wbr/>Competitive?</span></a>
|
|
3
|
+
</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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="groupid"><span>group<wbr/>Id</span><a href="#groupid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">groupId</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="includenoncompetitive"><code class="tsd-tag">Optional</code><span>include<wbr/>Non<wbr/>Competitive</span><a href="#includenoncompetitive" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">includeNonCompetitive</span><span class="tsd-signature-symbol">?:</span> <a href="InputMaybe.html" class="tsd-signature-type tsd-kind-type-alias">InputMaybe</a><span class="tsd-signature-symbol"><</span><a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#boolean"><span class="tsd-signature-type">"Boolean"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span></div></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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#groupid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>group<wbr/>Id</span></a><a href="#includenoncompetitive"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>include<wbr/>Non<wbr/>Competitive</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@taimos/radball-digital-api</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><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>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>QueryGetUpcomingMatchdaysArgs | @taimos/radball-digital-api</title><meta name="description" content="Documentation for @taimos/radball-digital-api"/><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(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@taimos/radball-digital-api</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">QueryGetUpcomingMatchdaysArgs</a></li></ul><h1>Type Alias QueryGetUpcomingMatchdaysArgs</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">type</span> <span class="tsd-kind-type-alias">QueryGetUpcomingMatchdaysArgs</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="#associationid">associationId</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#seasonid">seasonId</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">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="#associationid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>association<wbr/>Id</span></a>
|
|
2
|
+
<a href="#seasonid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>season<wbr/>Id</span></a>
|
|
3
|
+
</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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="associationid"><span>association<wbr/>Id</span><a href="#associationid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">associationId</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="seasonid"><span>season<wbr/>Id</span><a href="#seasonid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">seasonId</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#associationid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>association<wbr/>Id</span></a><a href="#seasonid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>season<wbr/>Id</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@taimos/radball-digital-api</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><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>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>RankingEntry | @taimos/radball-digital-api</title><meta name="description" content="Documentation for @taimos/radball-digital-api"/><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(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@taimos/radball-digital-api</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">RankingEntry</a></li></ul><h1>Type Alias RankingEntry</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">type</span> <span class="tsd-kind-type-alias">RankingEntry</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="#__typename">__typename</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"RankingEntry"</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#games">games</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#goalsdiff">goalsDiff</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#goalsminus">goalsMinus</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#goalsplus">goalsPlus</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#points">points</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#rank">rank</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#team">team</a><span class="tsd-signature-symbol">:</span> <a href="Team.html" class="tsd-signature-type tsd-kind-type-alias">Team</a><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">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="#__typename" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>__<wbr/>typename?</span></a>
|
|
2
|
+
<a href="#games" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>games</span></a>
|
|
3
|
+
<a href="#goalsdiff" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>goals<wbr/>Diff</span></a>
|
|
4
|
+
<a href="#goalsminus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>goals<wbr/>Minus</span></a>
|
|
5
|
+
<a href="#goalsplus" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>goals<wbr/>Plus</span></a>
|
|
6
|
+
<a href="#points" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>points</span></a>
|
|
7
|
+
<a href="#rank" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rank</span></a>
|
|
8
|
+
<a href="#team" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>team</span></a>
|
|
9
|
+
</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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="__typename"><code class="tsd-tag">Optional</code><span>__<wbr/>typename</span><a href="#__typename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">__typename</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"RankingEntry"</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="games"><span>games</span><a href="#games" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">games</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="goalsdiff"><span>goals<wbr/>Diff</span><a href="#goalsdiff" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">goalsDiff</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="goalsminus"><span>goals<wbr/>Minus</span><a href="#goalsminus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">goalsMinus</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="goalsplus"><span>goals<wbr/>Plus</span><a href="#goalsplus" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">goalsPlus</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="points"><span>points</span><a href="#points" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">points</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="rank"><span>rank</span><a href="#rank" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">rank</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#int"><span class="tsd-signature-type">"Int"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"output"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="team"><span>team</span><a href="#team" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">team</span><span class="tsd-signature-symbol">:</span> <a href="Team.html" class="tsd-signature-type tsd-kind-type-alias">Team</a></div></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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#__typename"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>__<wbr/>typename</span></a><a href="#games"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>games</span></a><a href="#goalsdiff"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>goals<wbr/>Diff</span></a><a href="#goalsminus"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>goals<wbr/>Minus</span></a><a href="#goalsplus"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>goals<wbr/>Plus</span></a><a href="#points"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>points</span></a><a href="#rank"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>rank</span></a><a href="#team"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>team</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@taimos/radball-digital-api</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><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>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SavePreferredMatchdayDateInput | @taimos/radball-digital-api</title><meta name="description" content="Documentation for @taimos/radball-digital-api"/><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(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@taimos/radball-digital-api</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">SavePreferredMatchdayDateInput</a></li></ul><h1>Type Alias SavePreferredMatchdayDateInput</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">type</span> <span class="tsd-kind-type-alias">SavePreferredMatchdayDateInput</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="#clubid">clubId</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#leagueid">leagueId</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#notes">notes</a><span class="tsd-signature-symbol">?:</span> <a href="InputMaybe.html" class="tsd-signature-type tsd-kind-type-alias">InputMaybe</a><span class="tsd-signature-symbol"><</span><a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#string"><span class="tsd-signature-type">"String"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#preferencedate">preferenceDate</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#awsdate"><span class="tsd-signature-type">"AWSDate"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#status">status</a><span class="tsd-signature-symbol">:</span> <a href="../enums/PreferenceStatus.html" class="tsd-signature-type tsd-kind-enum">PreferenceStatus</a><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">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="#clubid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>club<wbr/>Id</span></a>
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SavePreferredMatchdayDateInput | @taimos/radball-digital-api</title><meta name="description" content="Documentation for @taimos/radball-digital-api"/><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(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@taimos/radball-digital-api</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">SavePreferredMatchdayDateInput</a></li></ul><h1>Type Alias SavePreferredMatchdayDateInput</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">type</span> <span class="tsd-kind-type-alias">SavePreferredMatchdayDateInput</span> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="#clubid">clubId</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#gymid">gymId</a><span class="tsd-signature-symbol">?:</span> <a href="InputMaybe.html" class="tsd-signature-type tsd-kind-type-alias">InputMaybe</a><span class="tsd-signature-symbol"><</span><a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#leagueid">leagueId</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#notes">notes</a><span class="tsd-signature-symbol">?:</span> <a href="InputMaybe.html" class="tsd-signature-type tsd-kind-type-alias">InputMaybe</a><span class="tsd-signature-symbol"><</span><a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#string"><span class="tsd-signature-type">"String"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#preferencedate">preferenceDate</a><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#awsdate"><span class="tsd-signature-type">"AWSDate"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="#status">status</a><span class="tsd-signature-symbol">:</span> <a href="../enums/PreferenceStatus.html" class="tsd-signature-type tsd-kind-enum">PreferenceStatus</a><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h5 class="tsd-index-heading uppercase">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="#clubid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>club<wbr/>Id</span></a>
|
|
2
|
+
<a href="#gymid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>gym<wbr/>Id?</span></a>
|
|
2
3
|
<a href="#leagueid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>league<wbr/>Id</span></a>
|
|
3
4
|
<a href="#notes" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>notes?</span></a>
|
|
4
5
|
<a href="#preferencedate" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>preference<wbr/>Date</span></a>
|
|
5
6
|
<a href="#status" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>status</span></a>
|
|
6
|
-
</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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="clubid"><span>club<wbr/>Id</span><a href="#clubid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">clubId</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="leagueid"><span>league<wbr/>Id</span><a href="#leagueid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">leagueId</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="notes"><code class="tsd-tag">Optional</code><span>notes</span><a href="#notes" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">notes</span><span class="tsd-signature-symbol">?:</span> <a href="InputMaybe.html" class="tsd-signature-type tsd-kind-type-alias">InputMaybe</a><span class="tsd-signature-symbol"><</span><a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#string"><span class="tsd-signature-type">"String"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="preferencedate"><span>preference<wbr/>Date</span><a href="#preferencedate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">preferenceDate</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#awsdate"><span class="tsd-signature-type">"AWSDate"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="status"><span>status</span><a href="#status" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">status</span><span class="tsd-signature-symbol">:</span> <a href="../enums/PreferenceStatus.html" class="tsd-signature-type tsd-kind-enum">PreferenceStatus</a></div></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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#clubid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>club<wbr/>Id</span></a><a href="#leagueid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>league<wbr/>Id</span></a><a href="#notes"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>notes</span></a><a href="#preferencedate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>preference<wbr/>Date</span></a><a href="#status"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>status</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@taimos/radball-digital-api</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><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>
|
|
7
|
+
</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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="clubid"><span>club<wbr/>Id</span><a href="#clubid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">clubId</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="gymid"><code class="tsd-tag">Optional</code><span>gym<wbr/>Id</span><a href="#gymid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">gymId</span><span class="tsd-signature-symbol">?:</span> <a href="InputMaybe.html" class="tsd-signature-type tsd-kind-type-alias">InputMaybe</a><span class="tsd-signature-symbol"><</span><a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="leagueid"><span>league<wbr/>Id</span><a href="#leagueid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">leagueId</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#id"><span class="tsd-signature-type">"ID"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="notes"><code class="tsd-tag">Optional</code><span>notes</span><a href="#notes" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">notes</span><span class="tsd-signature-symbol">?:</span> <a href="InputMaybe.html" class="tsd-signature-type tsd-kind-type-alias">InputMaybe</a><span class="tsd-signature-symbol"><</span><a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#string"><span class="tsd-signature-type">"String"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">></span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="preferencedate"><span>preference<wbr/>Date</span><a href="#preferencedate" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">preferenceDate</span><span class="tsd-signature-symbol">:</span> <a href="Scalars.html" class="tsd-signature-type tsd-kind-type-alias">Scalars</a><span class="tsd-signature-symbol">[</span><a href="Scalars.html#awsdate"><span class="tsd-signature-type">"AWSDate"</span></a><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"input"</span><span class="tsd-signature-symbol">]</span></div></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="status"><span>status</span><a href="#status" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">status</span><span class="tsd-signature-symbol">:</span> <a href="../enums/PreferenceStatus.html" class="tsd-signature-type tsd-kind-enum">PreferenceStatus</a></div></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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>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="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#clubid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>club<wbr/>Id</span></a><a href="#gymid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>gym<wbr/>Id</span></a><a href="#leagueid"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>league<wbr/>Id</span></a><a href="#notes"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>notes</span></a><a href="#preferencedate"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>preference<wbr/>Date</span></a><a href="#status"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>status</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@taimos/radball-digital-api</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><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>
|
package/league-group.schema.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGVhZ3VlLWdyb3VwLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2V4cG9ydC9sZWFndWUtZ3JvdXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgQWRkcmVzcyB7XG4gIHN0cmVldDogc3RyaW5nO1xuICB6aXA6IHN0cmluZztcbiAgY2l0eTogc3RyaW5nO1xuICBjb3VudHJ5OiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgQ2x1YiB7XG4gIGlkOiBzdHJpbmc7XG4gIG5hbWU6IHN0cmluZztcbiAgc2hvcnROYW1lOiBzdHJpbmc7XG4gIHByZWZlcnJlZERhdGVzOiBQcmVmZXJyZWRNYXRjaGRheURhdGVbXTtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBTZWFzb24ge1xuICBpZDogc3RyaW5nO1xuICBuYW1lOiBzdHJpbmc7XG4gIHN0YXJ0RGF0ZTogc3RyaW5nO1xuICBlbmREYXRlOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGVhZ3VlIHtcbiAgaWQ6IHN0cmluZztcbiAgbmFtZTogc3RyaW5nO1xuICBzaG9ydE5hbWU6IHN0cmluZztcbiAgZGVzY3JpcHRpb246IHN0cmluZztcbiAgbWluQWdlOiBudW1iZXIgfCBudWxsO1xuICBtYXhBZ2U6IG51bWJlciB8IG51bGw7XG4gIG1hdGNoZGF5RGF0ZXM6IHN0cmluZ1tdO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIExlYWRlciB7XG4gIGlkOiBzdHJpbmc7XG4gIGZpcnN0TmFtZTogc3RyaW5nO1xuICBsYXN0TmFtZTogc3RyaW5nO1xuICBlbWFpbDogc3RyaW5nO1xuICBwaG9uZTogc3RyaW5nIHwgbnVsbDtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBHcm91cCB7XG4gIGlkOiBzdHJpbmc7XG4gIG51bWJlcjogbnVtYmVyO1xuICBuYW1lOiBzdHJpbmc7XG4gIHNob3J0TmFtZTogc3RyaW5nO1xuICBzZWFzb246IFNlYXNvbjtcbiAgbGVhZ3VlOiBMZWFndWU7XG4gIGxlYWRlcjogTGVhZGVyO1xuICByZWd1bGF0aW9uOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgUGVyc29uIHtcbiAgaWQ6IHN0cmluZztcbiAgZmlyc3ROYW1lOiBzdHJpbmc7XG4gIGxhc3ROYW1lOiBzdHJpbmc7XG4gIGVtYWlsOiBzdHJpbmcgfCBudWxsO1xuICBwaG9uZTogc3RyaW5nIHwgbnVsbDtcbiAgZ2VuZGVyOiBzdHJpbmc7XG4gIGRhdGVPZkJpcnRoOiBzdHJpbmc7XG4gIHVjaUNvZGU6IHN0cmluZztcbiAgbmF0aW9uYWxpdHk6IHN0cmluZztcbiAgY2x1YklkOiBzdHJpbmc7XG59XG5cbmV4cG9ydCB0eXBlIFByZWZlcnJlZERhdGVTdGF0dXMgPSAnUFJFRkVSUkVEJyB8ICdBVkFJTEFCTEUnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFByZWZlcnJlZE1hdGNoZGF5RGF0ZSB7XG4gIHByZWZlcmVuY2VEYXRlOiBzdHJpbmc7XG4gIHN0YXR1czogUHJlZmVycmVkRGF0ZVN0YXR1cztcbiAgbm90ZXM6IHN0cmluZyB8IG51bGw7XG4gIGd5bUlkOiBzdHJpbmcgfCBudWxsO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIFRlYW1EZXRhaWwge1xuICBpZDogc3RyaW5nO1xuICBuYW1lOiBzdHJpbmc7XG4gIHdpdGhvdXRDb21wZXRpdGlvbjogYm9vbGVhbjtcbiAgc2Vjb25kUmlnaHRUb1BsYXk6IGJvb2xlYW47XG4gIGV4ZW1wdGlvblJlcXVlc3Q6IHN0cmluZyB8IG51bGw7XG4gIHBsYXllcnM6IFBlcnNvbltdO1xuICBjbHViSWQ6IHN0cmluZztcbiAgc2dDbHViSWQ6IHN0cmluZyB8IG51bGw7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgR3ltIHtcbiAgaWQ6IHN0cmluZztcbiAgbmFtZTogc3RyaW5nO1xuICBhdmFpbGFibGVGaWVsZHM6IHN0cmluZztcbiAgYWRkcmVzczogQWRkcmVzcztcbiAgY2x1YklkOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgTGVhZ3VlR3JvdXBTdGF0aXN0aWNzIHtcbiAgdG90YWxUZWFtczogbnVtYmVyO1xuICB0b3RhbFBsYXllcnM6IG51bWJlcjtcbiAgdG90YWxDbHViczogbnVtYmVyO1xuICB0b3RhbEd5bXM6IG51bWJlcjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBMZWFndWVHcm91cEV4cG9ydCB7XG4gIGdyb3VwOiBHcm91cDtcbiAgdGVhbXM6IFRlYW1EZXRhaWxbXTtcbiAgY2x1YnM6IENsdWJbXTtcbiAgZ3ltczogR3ltW107XG4gIHN0YXRpc3RpY3M6IExlYWd1ZUdyb3VwU3RhdGlzdGljcztcbn1cbiJdfQ==
|
|
@@ -127,6 +127,11 @@ export type AuditLogEntry = {
|
|
|
127
127
|
resourceType: Scalars['String']['output'];
|
|
128
128
|
timestamp: Scalars['AWSDateTime']['output'];
|
|
129
129
|
};
|
|
130
|
+
export type CalendarDate = {
|
|
131
|
+
__typename?: 'CalendarDate';
|
|
132
|
+
date: Scalars['AWSDate']['output'];
|
|
133
|
+
matchdays: Array<MatchDay>;
|
|
134
|
+
};
|
|
130
135
|
export type Club = {
|
|
131
136
|
__typename?: 'Club';
|
|
132
137
|
additionalContacts?: Maybe<Array<Maybe<Person>>>;
|
|
@@ -329,6 +334,7 @@ export type ModifyPersonInput = {
|
|
|
329
334
|
};
|
|
330
335
|
export type ModifyPreferredMatchdayDateInput = {
|
|
331
336
|
clubId: Scalars['ID']['input'];
|
|
337
|
+
gymId?: InputMaybe<Scalars['ID']['input']>;
|
|
332
338
|
leagueId: Scalars['ID']['input'];
|
|
333
339
|
notes?: InputMaybe<Scalars['String']['input']>;
|
|
334
340
|
preferenceDate: Scalars['AWSDate']['input'];
|
|
@@ -372,6 +378,7 @@ export type Mutation = {
|
|
|
372
378
|
addTeam?: Maybe<Team>;
|
|
373
379
|
generateMatchdayAttachmentUploadUrl?: Maybe<MatchdayAttachmentUpload>;
|
|
374
380
|
generateSeasonRegulationUploadUrl?: Maybe<SeasonRegulationUpload>;
|
|
381
|
+
importMatchdayFromRBT?: Maybe<MatchDay>;
|
|
375
382
|
modifyAssociation?: Maybe<Association>;
|
|
376
383
|
modifyClub?: Maybe<Club>;
|
|
377
384
|
modifyGameInMatchDay?: Maybe<Game>;
|
|
@@ -445,6 +452,10 @@ export type MutationGenerateSeasonRegulationUploadUrlArgs = {
|
|
|
445
452
|
fileName: Scalars['String']['input'];
|
|
446
453
|
seasonId: Scalars['ID']['input'];
|
|
447
454
|
};
|
|
455
|
+
export type MutationImportMatchdayFromRbtArgs = {
|
|
456
|
+
data: Scalars['String']['input'];
|
|
457
|
+
groupId: Scalars['ID']['input'];
|
|
458
|
+
};
|
|
448
459
|
export type MutationModifyAssociationArgs = {
|
|
449
460
|
association: ModifyAssociationInput;
|
|
450
461
|
};
|
|
@@ -564,6 +575,7 @@ export declare enum PreferenceStatus {
|
|
|
564
575
|
export type PreferredMatchdayDate = {
|
|
565
576
|
__typename?: 'PreferredMatchdayDate';
|
|
566
577
|
club: Club;
|
|
578
|
+
gym?: Maybe<Gym>;
|
|
567
579
|
league: League;
|
|
568
580
|
notes?: Maybe<Scalars['String']['output']>;
|
|
569
581
|
preferenceDate: Scalars['AWSDate']['output'];
|
|
@@ -573,6 +585,7 @@ export type PreferredMatchdayDate = {
|
|
|
573
585
|
export type Query = {
|
|
574
586
|
__typename?: 'Query';
|
|
575
587
|
getAllGamesOfTeamInSeason?: Maybe<Array<Maybe<Game>>>;
|
|
588
|
+
getAllMatchdaysInSeason: Array<MatchDay>;
|
|
576
589
|
getAllMatchdaysOfTeamInSeason?: Maybe<Array<Maybe<MatchDay>>>;
|
|
577
590
|
getAllPlayersOfClubInSeason?: Maybe<Array<Maybe<Person>>>;
|
|
578
591
|
getAllTeamsOfClubInSeason?: Maybe<Array<Maybe<Team>>>;
|
|
@@ -585,6 +598,7 @@ export type Query = {
|
|
|
585
598
|
getGymById?: Maybe<Gym>;
|
|
586
599
|
getLeagueById?: Maybe<League>;
|
|
587
600
|
getLeagueGroupById?: Maybe<LeagueGroup>;
|
|
601
|
+
getLeagueGroupRanking: Array<RankingEntry>;
|
|
588
602
|
getLeagueGroupView?: Maybe<LeagueGroupView>;
|
|
589
603
|
getListOfAssociations?: Maybe<Array<Maybe<Association>>>;
|
|
590
604
|
getListOfClubs?: Maybe<ClubConnection>;
|
|
@@ -608,11 +622,15 @@ export type Query = {
|
|
|
608
622
|
getSeasonById?: Maybe<Season>;
|
|
609
623
|
getSeasonExportRBW?: Maybe<Scalars['String']['output']>;
|
|
610
624
|
getTeamById?: Maybe<Team>;
|
|
625
|
+
getUpcomingMatchdays: Array<CalendarDate>;
|
|
611
626
|
};
|
|
612
627
|
export type QueryGetAllGamesOfTeamInSeasonArgs = {
|
|
613
628
|
seasonId: Scalars['ID']['input'];
|
|
614
629
|
teamId: Scalars['ID']['input'];
|
|
615
630
|
};
|
|
631
|
+
export type QueryGetAllMatchdaysInSeasonArgs = {
|
|
632
|
+
seasonId: Scalars['ID']['input'];
|
|
633
|
+
};
|
|
616
634
|
export type QueryGetAllMatchdaysOfTeamInSeasonArgs = {
|
|
617
635
|
seasonId: Scalars['ID']['input'];
|
|
618
636
|
teamId: Scalars['ID']['input'];
|
|
@@ -659,6 +677,10 @@ export type QueryGetLeagueByIdArgs = {
|
|
|
659
677
|
export type QueryGetLeagueGroupByIdArgs = {
|
|
660
678
|
id: Scalars['ID']['input'];
|
|
661
679
|
};
|
|
680
|
+
export type QueryGetLeagueGroupRankingArgs = {
|
|
681
|
+
groupId: Scalars['ID']['input'];
|
|
682
|
+
includeNonCompetitive?: InputMaybe<Scalars['Boolean']['input']>;
|
|
683
|
+
};
|
|
662
684
|
export type QueryGetLeagueGroupViewArgs = {
|
|
663
685
|
groupId: Scalars['ID']['input'];
|
|
664
686
|
};
|
|
@@ -735,6 +757,20 @@ export type QueryGetSeasonExportRbwArgs = {
|
|
|
735
757
|
export type QueryGetTeamByIdArgs = {
|
|
736
758
|
id: Scalars['ID']['input'];
|
|
737
759
|
};
|
|
760
|
+
export type QueryGetUpcomingMatchdaysArgs = {
|
|
761
|
+
associationId: Scalars['ID']['input'];
|
|
762
|
+
seasonId: Scalars['ID']['input'];
|
|
763
|
+
};
|
|
764
|
+
export type RankingEntry = {
|
|
765
|
+
__typename?: 'RankingEntry';
|
|
766
|
+
games: Scalars['Int']['output'];
|
|
767
|
+
goalsDiff: Scalars['Int']['output'];
|
|
768
|
+
goalsMinus: Scalars['Int']['output'];
|
|
769
|
+
goalsPlus: Scalars['Int']['output'];
|
|
770
|
+
points: Scalars['Int']['output'];
|
|
771
|
+
rank: Scalars['Int']['output'];
|
|
772
|
+
team: Team;
|
|
773
|
+
};
|
|
738
774
|
export type RefereeInfo = {
|
|
739
775
|
__typename?: 'RefereeInfo';
|
|
740
776
|
additionalReferees: Array<Maybe<Person>>;
|
|
@@ -835,6 +871,7 @@ export type SavePersonInput = {
|
|
|
835
871
|
};
|
|
836
872
|
export type SavePreferredMatchdayDateInput = {
|
|
837
873
|
clubId: Scalars['ID']['input'];
|
|
874
|
+
gymId?: InputMaybe<Scalars['ID']['input']>;
|
|
838
875
|
leagueId: Scalars['ID']['input'];
|
|
839
876
|
notes?: InputMaybe<Scalars['String']['input']>;
|
|
840
877
|
preferenceDate: Scalars['AWSDate']['input'];
|