Skip to content

Commit

Permalink
Deploying to gh-pages from @ a82c051 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorCapCoder committed Jul 15, 2024
1 parent 4251a63 commit a2a0ab0
Show file tree
Hide file tree
Showing 197 changed files with 16,780 additions and 20,073 deletions.
12 changes: 6 additions & 6 deletions classes/ConfigResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -3106,7 +3106,7 @@ <h3 id="inputs">
this.FEATURE_LESSON_SHARE &#x3D; config.FEATURE_LESSON_SHARE;
this.FEATURE_TASK_SHARE &#x3D; config.FEATURE_TASK_SHARE;
this.FEATURE_BOARD_LAYOUT_ENABLED &#x3D; config.FEATURE_BOARD_LAYOUT_ENABLED;
this.FEATURE_USER_MIGRATION_ENABLED &#x3D; config.userMigrationEnabled;
this.FEATURE_USER_MIGRATION_ENABLED &#x3D; config.FEATURE_USER_MIGRATION_ENABLED;
this.FEATURE_COPY_SERVICE_ENABLED &#x3D; config.FEATURE_COPY_SERVICE_ENABLED;
this.FEATURE_CONSENT_NECESSARY &#x3D; config.FEATURE_CONSENT_NECESSARY;
this.FEATURE_COMMON_CARTRIDGE_COURSE_EXPORT_ENABLED &#x3D; config.FEATURE_COMMON_CARTRIDGE_COURSE_EXPORT_ENABLED;
Expand All @@ -3128,20 +3128,20 @@ <h3 id="inputs">
this.FEATURE_NEW_SCHOOL_ADMINISTRATION_PAGE_AS_DEFAULT_ENABLED &#x3D;
config.FEATURE_NEW_SCHOOL_ADMINISTRATION_PAGE_AS_DEFAULT_ENABLED;
this.MIGRATION_END_GRACE_PERIOD_MS &#x3D; config.MIGRATION_END_GRACE_PERIOD_MS;
this.FEATURE_CTL_TOOLS_TAB_ENABLED &#x3D; config.ctlToolsTabEnabled;
this.FEATURE_LTI_TOOLS_TAB_ENABLED &#x3D; config.ltiToolsTabEnabled;
this.FEATURE_CTL_TOOLS_TAB_ENABLED &#x3D; config.FEATURE_CTL_TOOLS_TAB_ENABLED;
this.FEATURE_LTI_TOOLS_TAB_ENABLED &#x3D; config.FEATURE_LTI_TOOLS_TAB_ENABLED;
this.FEATURE_SHOW_OUTDATED_USERS &#x3D; config.FEATURE_SHOW_OUTDATED_USERS;
this.FEATURE_ENABLE_LDAP_SYNC_DURING_MIGRATION &#x3D; config.FEATURE_ENABLE_LDAP_SYNC_DURING_MIGRATION;
this.CTL_TOOLS_RELOAD_TIME_MS &#x3D; config.ctlToolsReloadTimeMs;
this.CTL_TOOLS_RELOAD_TIME_MS &#x3D; config.CTL_TOOLS_RELOAD_TIME_MS;
this.FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED &#x3D; config.FEATURE_SHOW_NEW_CLASS_VIEW_ENABLED;
this.FEATURE_CTL_TOOLS_COPY_ENABLED &#x3D; config.ctlToolsCopyEnabled;
this.FEATURE_CTL_TOOLS_COPY_ENABLED &#x3D; config.FEATURE_CTL_TOOLS_COPY_ENABLED;
this.FEATURE_SHOW_MIGRATION_WIZARD &#x3D; config.FEATURE_SHOW_MIGRATION_WIZARD;
this.MIGRATION_WIZARD_DOCUMENTATION_LINK &#x3D; config.MIGRATION_WIZARD_DOCUMENTATION_LINK;
this.FEATURE_TLDRAW_ENABLED &#x3D; config.FEATURE_TLDRAW_ENABLED;
this.TLDRAW__ASSETS_ENABLED &#x3D; config.TLDRAW__ASSETS_ENABLED;
this.TLDRAW__ASSETS_MAX_SIZE &#x3D; config.TLDRAW__ASSETS_MAX_SIZE;
this.TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST &#x3D; config.TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST;
this.FEATURE_VIDEOCONFERENCE_ENABLED &#x3D; config.enabled;
this.FEATURE_VIDEOCONFERENCE_ENABLED &#x3D; config.FEATURE_VIDEOCONFERENCE_ENABLED;
this.FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED &#x3D; config.FEATURE_SCHULCONNEX_COURSE_SYNC_ENABLED;
this.FEATURE_MEDIA_SHELF_ENABLED &#x3D; config.FEATURE_MEDIA_SHELF_ENABLED;
this.BOARD_COLLABORATION_URI &#x3D; config.BOARD_COLLABORATION_URI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h3 id="constructor">Constructor</h3>
<tbody>
<tr>
<td class="col-md-4">
<code>constructor(data: ContextExternalToolConfigurationTemplateResponse[])</code>
<code>constructor(data: <a href="../interfaces/ToolConfig.html" target="_self">ContextExternalToolConfigurationTemplateResponse[]</a>)</code>
</td>
</tr>
<tr>
Expand All @@ -188,7 +188,7 @@ <h3 id="constructor">Constructor</h3>
<td>data</td>

<td>
<code>ContextExternalToolConfigurationTemplateResponse[]</code>
<code><a href="../interfaces/ToolConfig.html" target="_self" >ContextExternalToolConfigurationTemplateResponse[]</a></code>
</td>

<td>
Expand Down Expand Up @@ -224,7 +224,7 @@ <h3 id="inputs">
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code>ContextExternalToolConfigurationTemplateResponse[]</code>
<i>Type : </i> <code><a href="../interfaces/ToolConfig.html" target="_self" >ContextExternalToolConfigurationTemplateResponse[]</a></code>

</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions classes/ExternalTool.html
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ <h3 id="accessors">

<tr>
<td class="col-md-4">
<span class="accessor"><b>set</b><code>config(value: BasicToolConfig | Lti11ToolConfig | Oauth2ToolConfig)</code></span>
<span class="accessor"><b>set</b><code>config(value: <a href="../interfaces/ToolConfig.html" target="_self">BasicToolConfig | Lti11ToolConfig | Oauth2ToolConfig</a>)</code></span>
</td>
</tr>
<tr>
Expand All @@ -989,7 +989,7 @@ <h3 id="accessors">
<td>value</td>

<td>
<code>BasicToolConfig | Lti11ToolConfig | Oauth2ToolConfig</code>
<code><a href="../interfaces/ToolConfig.html" target="_self" >BasicToolConfig | Lti11ToolConfig | Oauth2ToolConfig</a></code>
</td>

<td>
Expand Down
2 changes: 1 addition & 1 deletion classes/ExternalToolCreateParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h3 id="inputs">
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code>Lti11ToolConfigCreateParams | Oauth2ToolConfigCreateParams | BasicToolConfigParams</code>
<i>Type : </i> <code><a href="../interfaces/ToolConfig.html" target="_self" >Lti11ToolConfigCreateParams | Oauth2ToolConfigCreateParams | BasicToolConfigParams</a></code>

</td>
</tr>
Expand Down
8 changes: 4 additions & 4 deletions classes/ExternalToolFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ <h3 id="methods">
</tr>
<tr>
<td class="col-md-4">
<code>withLti11Config(customParam?: <a href="../classes/Lti11ToolConfig.html" target="_self">DeepPartial&lt;Lti11ToolConfig&gt;</a>)</code>
<code>withLti11Config(customParam?: <a href="../interfaces/ToolConfig.html" target="_self">DeepPartial&lt;Lti11ToolConfig&gt;</a>)</code>
</td>
</tr>

Expand Down Expand Up @@ -421,7 +421,7 @@ <h3 id="methods">
<tr>
<td>customParam</td>
<td>
<code><a href="../classes/Lti11ToolConfig.html" target="_self" >DeepPartial&lt;Lti11ToolConfig&gt;</a></code>
<code><a href="../interfaces/ToolConfig.html" target="_self" >DeepPartial&lt;Lti11ToolConfig&gt;</a></code>
</td>

<td>
Expand Down Expand Up @@ -510,7 +510,7 @@ <h3 id="methods">
</tr>
<tr>
<td class="col-md-4">
<code>withOauth2Config(customParam?: <a href="../classes/Oauth2ToolConfig.html" target="_self">DeepPartial&lt;Oauth2ToolConfig&gt;</a>)</code>
<code>withOauth2Config(customParam?: <a href="../interfaces/ToolConfig.html" target="_self">DeepPartial&lt;Oauth2ToolConfig&gt;</a>)</code>
</td>
</tr>

Expand Down Expand Up @@ -541,7 +541,7 @@ <h3 id="methods">
<tr>
<td>customParam</td>
<td>
<code><a href="../classes/Oauth2ToolConfig.html" target="_self" >DeepPartial&lt;Oauth2ToolConfig&gt;</a></code>
<code><a href="../interfaces/ToolConfig.html" target="_self" >DeepPartial&lt;Oauth2ToolConfig&gt;</a></code>
</td>

<td>
Expand Down
2 changes: 1 addition & 1 deletion classes/ExternalToolResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h3 id="inputs">
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code>BasicToolConfigResponse | Oauth2ToolConfigResponse | Lti11ToolConfigResponse</code>
<i>Type : </i> <code><a href="../interfaces/ToolConfig.html" target="_self" >BasicToolConfigResponse | Oauth2ToolConfigResponse | Lti11ToolConfigResponse</a></code>

</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion classes/ExternalToolUpdateParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h3 id="inputs">
</tr>
<tr>
<td class="col-md-4">
<i>Type : </i> <code>Lti11ToolConfigUpdateParams | Oauth2ToolConfigUpdateParams | BasicToolConfigParams</code>
<i>Type : </i> <code><a href="../interfaces/ToolConfig.html" target="_self" >Lti11ToolConfigUpdateParams | Oauth2ToolConfigUpdateParams | BasicToolConfigParams</a></code>

</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions classes/Oauth2ToolConfigFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h3 id="methods">
</tr>
<tr>
<td class="col-md-4">
<code>withExternalData(oauth2Params?: <a href="../classes/Oauth2ToolConfig.html" target="_self">DeepPartial&lt;Oauth2ToolConfig&gt;</a>)</code>
<code>withExternalData(oauth2Params?: <a href="../interfaces/ToolConfig.html" target="_self">DeepPartial&lt;Oauth2ToolConfig&gt;</a>)</code>
</td>
</tr>

Expand Down Expand Up @@ -309,7 +309,7 @@ <h3 id="methods">
<tr>
<td>oauth2Params</td>
<td>
<code><a href="../classes/Oauth2ToolConfig.html" target="_self" >DeepPartial&lt;Oauth2ToolConfig&gt;</a></code>
<code><a href="../interfaces/ToolConfig.html" target="_self" >DeepPartial&lt;Oauth2ToolConfig&gt;</a></code>
</td>

<td>
Expand Down
Loading

0 comments on commit a2a0ab0

Please sign in to comment.