Skip to content

Commit

Permalink
Deploying to gh-pages from @ fc68ac0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
EzzatOmar committed Oct 20, 2023
1 parent 033c8d7 commit f85f3a3
Show file tree
Hide file tree
Showing 317 changed files with 3,885 additions and 3,891 deletions.
2 changes: 1 addition & 1 deletion classes/AccountResponseMapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ <h3 id="methods">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Account } from &#x27;@shared/domain&#x27;;
import { AccountDto } from &#x27;@src/modules/account/services/dto/account.dto&#x27;;
import { AccountDto } from &#x27;@modules/account/services/dto/account.dto&#x27;;
import { AccountResponse } from &#x27;../controller/dto&#x27;;

export class AccountResponseMapper {
Expand Down
2 changes: 1 addition & 1 deletion classes/BoardElementResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h3 id="inputs">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ApiProperty } from &#x27;@nestjs/swagger&#x27;;
import { RoomBoardElementTypes } from &#x27;@src/modules/learnroom/types&#x27;;
import { RoomBoardElementTypes } from &#x27;@modules/learnroom/types&#x27;;
import { BoardColumnBoardResponse } from &#x27;./board-column-board.response&#x27;;
import { BoardLessonResponse } from &#x27;./board-lesson.response&#x27;;
import { BoardTaskResponse } from &#x27;./board-task.response&#x27;;
Expand Down
2 changes: 1 addition & 1 deletion classes/ClassEntityFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ <h3 id="methods">
<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { DeepPartial } from &#x27;fishery&#x27;;
import { BaseFactory } from &#x27;@shared/testing/factory/base.factory&#x27;;
import { ClassEntity, ClassSourceOptionsEntity, IClassEntityProps } from &#x27;@src/modules/class/entity&#x27;;
import { ClassEntity, ClassSourceOptionsEntity, IClassEntityProps } from &#x27;@modules/class/entity&#x27;;
import { ObjectId } from &#x27;bson&#x27;;

class ClassEntityFactory extends BaseFactory&lt;ClassEntity, IClassEntityProps&gt; {
Expand Down
4 changes: 2 additions & 2 deletions classes/ConsentResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -749,8 +749,8 @@ <h3 id="inputs">
<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ApiProperty } from &#x27;@nestjs/swagger&#x27;;
import { IsArray, IsOptional, IsString } from &#x27;class-validator&#x27;;
import { OidcContextResponse } from &#x27;@src/modules/oauth-provider/controller/dto/response/oidc-context.response&#x27;;
import { OauthClientResponse } from &#x27;@src/modules/oauth-provider/controller/dto/response/oauth-client.response&#x27;;
import { OidcContextResponse } from &#x27;@modules/oauth-provider/controller/dto/response/oidc-context.response&#x27;;
import { OauthClientResponse } from &#x27;@modules/oauth-provider/controller/dto/response/oauth-client.response&#x27;;

export class ConsentResponse {
constructor(consentResponse: ConsentResponse) {
Expand Down
6 changes: 3 additions & 3 deletions classes/ContextExternalToolFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -1311,9 +1311,9 @@ <h3 id="methods">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ObjectId } from &#x27;@mikro-orm/mongodb&#x27;;
import { CustomParameterEntry } from &#x27;@src/modules/tool/common/domain&#x27;;
import { ToolContextType } from &#x27;@src/modules/tool/common/enum&#x27;;
import { ContextExternalTool, ContextExternalToolProps } from &#x27;@src/modules/tool/context-external-tool/domain&#x27;;
import { CustomParameterEntry } from &#x27;@modules/tool/common/domain&#x27;;
import { ToolContextType } from &#x27;@modules/tool/common/enum&#x27;;
import { ContextExternalTool, ContextExternalToolProps } from &#x27;@modules/tool/context-external-tool/domain&#x27;;
import { DeepPartial } from &#x27;fishery&#x27;;
import { DoBaseFactory } from &#x27;../do-base.factory&#x27;;

Expand Down
4 changes: 2 additions & 2 deletions classes/ContextExternalToolScope.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,8 +694,8 @@ <h3 id="methods">
<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Scope } from &#x27;@shared/repo&#x27;;
import { EntityId } from &#x27;@shared/domain&#x27;;
import { ToolContextType } from &#x27;@src/modules/tool/common/enum&#x27;;
import { ContextExternalToolEntity } from &#x27;@src/modules/tool/context-external-tool/entity&#x27;;
import { ToolContextType } from &#x27;@modules/tool/common/enum&#x27;;
import { ContextExternalToolEntity } from &#x27;@modules/tool/context-external-tool/entity&#x27;;

export class ContextExternalToolScope extends Scope&lt;ContextExternalToolEntity&gt; {
byId(id: EntityId | undefined): ContextExternalToolScope {
Expand Down
2 changes: 1 addition & 1 deletion classes/ContextTypeMapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h3 id="methods">


<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { AuthorizableReferenceType } from &#x27;@src/modules/authorization/domain/&#x27;;
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { AuthorizableReferenceType } from &#x27;@modules/authorization/domain/&#x27;;
import { ToolContextType } from &#x27;../enum&#x27;;

const typeMapping: Record&lt;ToolContextType, AuthorizableReferenceType&gt; &#x3D; {
Expand Down
2 changes: 1 addition & 1 deletion classes/CopyApiResponse.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ <h3 id="inputs">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ApiProperty, ApiPropertyOptional } from &#x27;@nestjs/swagger&#x27;;
import { CopyElementType, CopyStatusEnum } from &#x27;@src/modules/copy-helper/types/copy.types&#x27;;
import { CopyElementType, CopyStatusEnum } from &#x27;@modules/copy-helper/types/copy.types&#x27;;

/**
* DTO for returning a copy status document via api.
Expand Down
8 changes: 4 additions & 4 deletions classes/CopyMapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@ <h3 id="methods">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { EntityId, LessonEntity, Task } from &#x27;@shared/domain&#x27;;
import { LessonCopyApiParams } from &#x27;@src/modules/learnroom/controller/dto/lesson/lesson-copy.params&#x27;;
import { LessonCopyParentParams } from &#x27;@src/modules/lesson/types&#x27;;
import { TaskCopyApiParams } from &#x27;@src/modules/task/controller/dto/task-copy.params&#x27;;
import { TaskCopyParentParams } from &#x27;@src/modules/task/types&#x27;;
import { LessonCopyApiParams } from &#x27;@modules/learnroom/controller/dto/lesson/lesson-copy.params&#x27;;
import { LessonCopyParentParams } from &#x27;@modules/lesson/types&#x27;;
import { TaskCopyApiParams } from &#x27;@modules/task/controller/dto/task-copy.params&#x27;;
import { TaskCopyParentParams } from &#x27;@modules/task/types&#x27;;
import { CopyApiResponse } from &#x27;../dto/copy.response&#x27;;
import { CopyStatus, CopyStatusEnum } from &#x27;../types/copy.types&#x27;;

Expand Down
6 changes: 3 additions & 3 deletions classes/CustomParameterFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ <h3 id="methods">


<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { CustomParameter } from &#x27;@src/modules/tool/common/domain&#x27;;
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { CustomParameter } from &#x27;@modules/tool/common/domain&#x27;;
import {
CustomParameterLocation,
CustomParameterScope,
Expand All @@ -1314,14 +1314,14 @@ <h3 id="methods">
LtiPrivacyPermission,
TokenEndpointAuthMethod,
ToolConfigType,
} from &#x27;@src/modules/tool/common/enum&#x27;;
} from &#x27;@modules/tool/common/enum&#x27;;
import {
BasicToolConfig,
ExternalTool,
ExternalToolProps,
Lti11ToolConfig,
Oauth2ToolConfig,
} from &#x27;@src/modules/tool/external-tool/domain&#x27;;
} from &#x27;@modules/tool/external-tool/domain&#x27;;
import { DeepPartial } from &#x27;fishery&#x27;;
import { DoBaseFactory } from &#x27;../do-base.factory&#x27;;

Expand Down
2 changes: 1 addition & 1 deletion classes/DtoCreator.html
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ <h3 id="methods">
TaskWithStatusVo,
User,
} from &#x27;@shared/domain&#x27;;
import { AuthorizationService, Action } from &#x27;@src/modules/authorization&#x27;;
import { AuthorizationService, Action } from &#x27;@modules/authorization&#x27;;
import {
ColumnBoardMetaData,
LessonMetaData,
Expand Down
2 changes: 1 addition & 1 deletion classes/ExternalGroupDto.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h3 id="inputs">


<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { GroupTypes } from &#x27;@src/modules/group&#x27;;
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { GroupTypes } from &#x27;@modules/group&#x27;;
import { ExternalGroupUserDto } from &#x27;./external-group-user.dto&#x27;;

export class ExternalGroupDto {
Expand Down
4 changes: 2 additions & 2 deletions classes/ExternalToolEntityFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -1461,15 +1461,15 @@ <h3 id="methods">
LtiMessageType,
LtiPrivacyPermission,
ToolConfigType,
} from &#x27;@src/modules/tool/common/enum&#x27;;
} from &#x27;@modules/tool/common/enum&#x27;;
import {
BasicToolConfigEntity,
CustomParameterEntity,
ExternalToolEntity,
IExternalToolProperties,
Lti11ToolConfigEntity,
Oauth2ToolConfigEntity,
} from &#x27;@src/modules/tool/external-tool/entity&#x27;;
} from &#x27;@modules/tool/external-tool/entity&#x27;;
import { DeepPartial } from &#x27;fishery&#x27;;
import { BaseFactory } from &#x27;./base.factory&#x27;;

Expand Down
6 changes: 3 additions & 3 deletions classes/ExternalToolFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ <h3 id="methods">


<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { CustomParameter } from &#x27;@src/modules/tool/common/domain&#x27;;
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { CustomParameter } from &#x27;@modules/tool/common/domain&#x27;;
import {
CustomParameterLocation,
CustomParameterScope,
Expand All @@ -1476,14 +1476,14 @@ <h3 id="methods">
LtiPrivacyPermission,
TokenEndpointAuthMethod,
ToolConfigType,
} from &#x27;@src/modules/tool/common/enum&#x27;;
} from &#x27;@modules/tool/common/enum&#x27;;
import {
BasicToolConfig,
ExternalTool,
ExternalToolProps,
Lti11ToolConfig,
Oauth2ToolConfig,
} from &#x27;@src/modules/tool/external-tool/domain&#x27;;
} from &#x27;@modules/tool/external-tool/domain&#x27;;
import { DeepPartial } from &#x27;fishery&#x27;;
import { DoBaseFactory } from &#x27;../do-base.factory&#x27;;

Expand Down
63 changes: 29 additions & 34 deletions classes/ExternalToolRepoMapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="112"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:112</a></div>
<div class="io-line">Defined in <a href="" data-line="107"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:107</a></div>
</td>
</tr>

Expand Down Expand Up @@ -247,8 +247,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="53"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:53</a></div>
<div class="io-line">Defined in <a href="" data-line="48"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:48</a></div>
</td>
</tr>

Expand Down Expand Up @@ -316,8 +316,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="159"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:159</a></div>
<div class="io-line">Defined in <a href="" data-line="154"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:154</a></div>
</td>
</tr>

Expand Down Expand Up @@ -385,8 +385,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="187"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:187</a></div>
<div class="io-line">Defined in <a href="" data-line="182"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:182</a></div>
</td>
</tr>

Expand Down Expand Up @@ -454,8 +454,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="177"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:177</a></div>
<div class="io-line">Defined in <a href="" data-line="172"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:172</a></div>
</td>
</tr>

Expand Down Expand Up @@ -523,8 +523,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="141"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:141</a></div>
<div class="io-line">Defined in <a href="" data-line="136"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:136</a></div>
</td>
</tr>

Expand Down Expand Up @@ -592,8 +592,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="82"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:82</a></div>
<div class="io-line">Defined in <a href="" data-line="77"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:77</a></div>
</td>
</tr>

Expand Down Expand Up @@ -661,8 +661,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="22"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:22</a></div>
<div class="io-line">Defined in <a href="" data-line="17"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:17</a></div>
</td>
</tr>

Expand Down Expand Up @@ -730,8 +730,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="128"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:128</a></div>
<div class="io-line">Defined in <a href="" data-line="123"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:123</a></div>
</td>
</tr>

Expand Down Expand Up @@ -799,8 +799,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="69"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:69</a></div>
<div class="io-line">Defined in <a href="" data-line="64"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:64</a></div>
</td>
</tr>

Expand Down Expand Up @@ -868,8 +868,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="119"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:119</a></div>
<div class="io-line">Defined in <a href="" data-line="114"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:114</a></div>
</td>
</tr>

Expand Down Expand Up @@ -937,8 +937,8 @@ <h3 id="methods">

<tr>
<td class="col-md-4">
<div class="io-line">Defined in <a href="" data-line="60"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:60</a></div>
<div class="io-line">Defined in <a href="" data-line="55"
class="link-to-prism">apps/server/src/shared/repo/externaltool/external-tool.repo.mapper.ts:55</a></div>
</td>
</tr>

Expand Down Expand Up @@ -995,23 +995,18 @@ <h3 id="methods">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { UnprocessableEntityException } from &#x27;@nestjs/common&#x27;;
import { CustomParameter, CustomParameterEntry } from &#x27;@src/modules/tool/common/domain&#x27;;
import { CustomParameterEntryEntity } from &#x27;@src/modules/tool/common/entity&#x27;;
import { ToolConfigType } from &#x27;@src/modules/tool/common/enum&#x27;;
import {
BasicToolConfig,
ExternalTool,
Lti11ToolConfig,
Oauth2ToolConfig,
} from &#x27;@src/modules/tool/external-tool/domain&#x27;;
import { CustomParameter, CustomParameterEntry } from &#x27;@modules/tool/common/domain&#x27;;
import { CustomParameterEntryEntity } from &#x27;@modules/tool/common/entity&#x27;;
import { ToolConfigType } from &#x27;@modules/tool/common/enum&#x27;;
import { BasicToolConfig, ExternalTool, Lti11ToolConfig, Oauth2ToolConfig } from &#x27;@modules/tool/external-tool/domain&#x27;;
import {
BasicToolConfigEntity,
CustomParameterEntity,
ExternalToolEntity,
IExternalToolProperties,
Lti11ToolConfigEntity,
Oauth2ToolConfigEntity,
} from &#x27;@src/modules/tool/external-tool/entity&#x27;;
} from &#x27;@modules/tool/external-tool/entity&#x27;;

// TODO: maybe rename because of usage in external tool repo and school external tool repo
export class ExternalToolRepoMapper {
Expand Down
2 changes: 1 addition & 1 deletion classes/ExternalToolScope.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ <h3 id="methods">

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Scope } from &#x27;@shared/repo/scope&#x27;;
import { ExternalToolEntity } from &#x27;@src/modules/tool/external-tool/entity&#x27;;
import { ExternalToolEntity } from &#x27;@modules/tool/external-tool/entity&#x27;;

export class ExternalToolScope extends Scope&lt;ExternalToolEntity&gt; {
byName(name: string | undefined): this {
Expand Down
Loading

0 comments on commit f85f3a3

Please sign in to comment.