Skip to content

Commit 41c3637

Browse files
committed
deploy: 910c77b
1 parent 819ea66 commit 41c3637

15 files changed

+166
-127
lines changed

classes/IdentitiesCreateDto.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ <h6><b>Properties</b></h6>
165165
<span class="modifier"></span>
166166
<span class="modifier"></span>
167167
<span class="modifier"></span>
168+
<span class="modifier"></span>
168169
<span class="modifier">Public</span>
169170
<a href="#inetOrgPerson" >inetOrgPerson</a>
170171
</li>
@@ -243,7 +244,7 @@ <h3 id="inputs">
243244
</tr>
244245
<tr>
245246
<td class="col-md-4">
246-
<div class="io-line">Defined in <a href="" data-line="59" class="link-to-prism">src/management/identities/_dto/identities.dto.ts:59</a></div>
247+
<div class="io-line">Defined in <a href="" data-line="60" class="link-to-prism">src/management/identities/_dto/identities.dto.ts:60</a></div>
247248
</td>
248249
</tr>
249250

@@ -299,6 +300,7 @@ <h3 id="inputs">
299300
<span class="modifier"></span>
300301
<span class="modifier"></span>
301302
<span class="modifier"></span>
303+
<span class="modifier"></span>
302304
<span class="modifier">Public</span>
303305
<span ><b>inetOrgPerson</b></span>
304306
<a href="#inetOrgPerson"><span class="icon ion-ios-link"></span></a>
@@ -316,13 +318,13 @@ <h3 id="inputs">
316318
<b>Decorators : </b>
317319
<br />
318320
<code>
319-
@IsObject()<br />@Type(undefined)<br />@ApiProperty({type: inetOrgPersonDto})<br />
321+
@IsObject()<br />@ValidateNested()<br />@Type(undefined)<br />@ApiProperty({type: inetOrgPersonDto})<br />
320322
</code>
321323
</td>
322324
</tr>
323325
<tr>
324326
<td class="col-md-4">
325-
<div class="io-line">Defined in <a href="" data-line="40" class="link-to-prism">src/management/identities/_dto/identities.dto.ts:40</a></div>
327+
<div class="io-line">Defined in <a href="" data-line="41" class="link-to-prism">src/management/identities/_dto/identities.dto.ts:41</a></div>
326328
</td>
327329
</tr>
328330

@@ -461,7 +463,7 @@ <h3 id="inputs">
461463

462464
<div class="tab-pane fade tab-source-code" id="source">
463465
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ApiProperty, IntersectionType, PartialType } from &#x27;@nestjs/swagger&#x27;;
464-
import { IsOptional, IsObject, IsEnum, IsNumber } from &#x27;class-validator&#x27;;
466+
import { IsOptional, IsObject, IsEnum, IsNumber, ValidateNested } from &#x27;class-validator&#x27;;
465467
import { inetOrgPersonDto } from &#x27;./_parts/inetOrgPerson.dto&#x27;;
466468
import { IdentityState } from &#x27;../_enums/states.enum&#x27;;
467469
import { IdentityLifecycle } from &#x27;../_enums/lifecycle.enum&#x27;;
@@ -497,6 +499,7 @@ <h3 id="inputs">
497499
public lifecycle: number;
498500

499501
@IsObject()
502+
@ValidateNested()
500503
@Type(() &#x3D;&gt; inetOrgPersonDto)
501504
@ApiProperty({ type: inetOrgPersonDto })
502505
public inetOrgPerson: inetOrgPersonDto;

classes/IdentitiesDto.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ <h6><b>Properties</b></h6>
165165
<span class="modifier"></span>
166166
<span class="modifier"></span>
167167
<span class="modifier"></span>
168+
<span class="modifier"></span>
168169
<span class="modifier">Public</span>
169170
<a href="#inetOrgPerson" >inetOrgPerson</a>
170171
</li>
@@ -249,7 +250,7 @@ <h3 id="inputs">
249250
</tr>
250251
<tr>
251252
<td class="col-md-4">
252-
<div class="io-line">Defined in <code><a href="../classes/IdentitiesCreateDto.html#source" target="_self" >IdentitiesCreateDto:59</a></code>
253+
<div class="io-line">Defined in <code><a href="../classes/IdentitiesCreateDto.html#source" target="_self" >IdentitiesCreateDto:60</a></code>
253254
</div>
254255
</td>
255256
</tr>
@@ -313,6 +314,7 @@ <h3 id="inputs">
313314
<span class="modifier"></span>
314315
<span class="modifier"></span>
315316
<span class="modifier"></span>
317+
<span class="modifier"></span>
316318
<span class="modifier">Public</span>
317319
<span ><b>inetOrgPerson</b></span>
318320
<a href="#inetOrgPerson"><span class="icon ion-ios-link"></span></a>
@@ -330,7 +332,7 @@ <h3 id="inputs">
330332
<b>Decorators : </b>
331333
<br />
332334
<code>
333-
@IsObject()<br />@Type(undefined)<br />@ApiProperty({type: inetOrgPersonDto})<br />
335+
@IsObject()<br />@ValidateNested()<br />@Type(undefined)<br />@ApiProperty({type: inetOrgPersonDto})<br />
334336
</code>
335337
</td>
336338
</tr>
@@ -342,7 +344,7 @@ <h3 id="inputs">
342344
</tr>
343345
<tr>
344346
<td class="col-md-4">
345-
<div class="io-line">Defined in <code><a href="../classes/IdentitiesCreateDto.html#source" target="_self" >IdentitiesCreateDto:40</a></code>
347+
<div class="io-line">Defined in <code><a href="../classes/IdentitiesCreateDto.html#source" target="_self" >IdentitiesCreateDto:41</a></code>
346348
</div>
347349
</td>
348350
</tr>
@@ -503,7 +505,7 @@ <h3 id="inputs">
503505

504506
<div class="tab-pane fade tab-source-code" id="source">
505507
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ApiProperty, IntersectionType, PartialType } from &#x27;@nestjs/swagger&#x27;;
506-
import { IsOptional, IsObject, IsEnum, IsNumber } from &#x27;class-validator&#x27;;
508+
import { IsOptional, IsObject, IsEnum, IsNumber, ValidateNested } from &#x27;class-validator&#x27;;
507509
import { inetOrgPersonDto } from &#x27;./_parts/inetOrgPerson.dto&#x27;;
508510
import { IdentityState } from &#x27;../_enums/states.enum&#x27;;
509511
import { IdentityLifecycle } from &#x27;../_enums/lifecycle.enum&#x27;;
@@ -539,6 +541,7 @@ <h3 id="inputs">
539541
public lifecycle: number;
540542

541543
@IsObject()
544+
@ValidateNested()
542545
@Type(() &#x3D;&gt; inetOrgPersonDto)
543546
@ApiProperty({ type: inetOrgPersonDto })
544547
public inetOrgPerson: inetOrgPersonDto;

classes/IdentitiesUpdateDto.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3>Extends</h3>
147147

148148
<div class="tab-pane fade tab-source-code" id="source">
149149
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ApiProperty, IntersectionType, PartialType } from &#x27;@nestjs/swagger&#x27;;
150-
import { IsOptional, IsObject, IsEnum, IsNumber } from &#x27;class-validator&#x27;;
150+
import { IsOptional, IsObject, IsEnum, IsNumber, ValidateNested } from &#x27;class-validator&#x27;;
151151
import { inetOrgPersonDto } from &#x27;./_parts/inetOrgPerson.dto&#x27;;
152152
import { IdentityState } from &#x27;../_enums/states.enum&#x27;;
153153
import { IdentityLifecycle } from &#x27;../_enums/lifecycle.enum&#x27;;
@@ -183,6 +183,7 @@ <h3>Extends</h3>
183183
public lifecycle: number;
184184

185185
@IsObject()
186+
@ValidateNested()
186187
@Type(() &#x3D;&gt; inetOrgPersonDto)
187188
@ApiProperty({ type: inetOrgPersonDto })
188189
public inetOrgPerson: inetOrgPersonDto;

classes/IdentitiesUpsertDto.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3 id="inputs">
203203
</tr>
204204
<tr>
205205
<td class="col-md-4">
206-
<div class="io-line">Defined in <a href="" data-line="69" class="link-to-prism">src/management/identities/_dto/identities.dto.ts:69</a></div>
206+
<div class="io-line">Defined in <a href="" data-line="70" class="link-to-prism">src/management/identities/_dto/identities.dto.ts:70</a></div>
207207
</td>
208208
</tr>
209209

@@ -223,7 +223,7 @@ <h3 id="inputs">
223223

224224
<div class="tab-pane fade tab-source-code" id="source">
225225
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { ApiProperty, IntersectionType, PartialType } from &#x27;@nestjs/swagger&#x27;;
226-
import { IsOptional, IsObject, IsEnum, IsNumber } from &#x27;class-validator&#x27;;
226+
import { IsOptional, IsObject, IsEnum, IsNumber, ValidateNested } from &#x27;class-validator&#x27;;
227227
import { inetOrgPersonDto } from &#x27;./_parts/inetOrgPerson.dto&#x27;;
228228
import { IdentityState } from &#x27;../_enums/states.enum&#x27;;
229229
import { IdentityLifecycle } from &#x27;../_enums/lifecycle.enum&#x27;;
@@ -259,6 +259,7 @@ <h3 id="inputs">
259259
public lifecycle: number;
260260

261261
@IsObject()
262+
@ValidateNested()
262263
@Type(() &#x3D;&gt; inetOrgPersonDto)
263264
@ApiProperty({ type: inetOrgPersonDto })
264265
public inetOrgPerson: inetOrgPersonDto;

0 commit comments

Comments
 (0)