Skip to content

Commit 805eed0

Browse files
committed
deploy: 40b58e5
1 parent 552be76 commit 805eed0

File tree

14 files changed

+119
-266
lines changed

14 files changed

+119
-266
lines changed

classes/inetOrgPerson.html

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,6 @@ <h6><b>Properties</b></h6>
241241
<span class="modifier">Optional</span>
242242
<a href="#userCertificate" >userCertificate</a>
243243
</li>
244-
<li>
245-
<span class="modifier"></span>
246-
<span class="modifier">Public</span>
247-
<span class="modifier">Optional</span>
248-
<a href="#userPassword" >userPassword</a>
249-
</li>
250244
</ul>
251245
</td>
252246
</tr>
@@ -942,44 +936,6 @@ <h3 id="inputs">
942936
</tr>
943937

944938

945-
</tbody>
946-
</table>
947-
<table class="table table-sm table-bordered">
948-
<tbody>
949-
<tr>
950-
<td class="col-md-4">
951-
<a name="userPassword"></a>
952-
<span class="name">
953-
<span class="modifier"></span>
954-
<span class="modifier">Public</span>
955-
<span class="modifier">Optional</span>
956-
<span ><b>userPassword</b></span>
957-
<a href="#userPassword"><span class="icon ion-ios-link"></span></a>
958-
</span>
959-
</td>
960-
</tr>
961-
<tr>
962-
<td class="col-md-4">
963-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
964-
965-
</td>
966-
</tr>
967-
<tr>
968-
<td class="col-md-4">
969-
<b>Decorators : </b>
970-
<br />
971-
<code>
972-
@Prop({type: String, default: undefined})<br />
973-
</code>
974-
</td>
975-
</tr>
976-
<tr>
977-
<td class="col-md-4">
978-
<div class="io-line">Defined in <a href="" data-line="79" class="link-to-prism">src/management/identities/_schemas/_parts/inetOrgPerson.part.ts:79</a></div>
979-
</td>
980-
</tr>
981-
982-
983939
</tbody>
984940
</table>
985941
</section>
@@ -1071,8 +1027,8 @@ <h3 id="inputs">
10711027
@Prop({ type: String, default: null })
10721028
public userCertificate?: string;
10731029

1074-
@Prop({ type: String, default: null })
1075-
public userPassword?: string;
1030+
// @Prop({ type: String, default: null })
1031+
// public userPassword?: string;
10761032
}
10771033

10781034
export const inetOrgPersonSchema &#x3D; SchemaFactory.createForClass(inetOrgPerson).index(

classes/inetOrgPersonCreateDto.html

Lines changed: 4 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,6 @@ <h6><b>Properties</b></h6>
282282
<span class="modifier">Optional</span>
283283
<a href="#userCertificate" >userCertificate</a>
284284
</li>
285-
<li>
286-
<span class="modifier"></span>
287-
<span class="modifier"></span>
288-
<span class="modifier"></span>
289-
<span class="modifier">Public</span>
290-
<span class="modifier">Optional</span>
291-
<a href="#userPassword" >userPassword</a>
292-
</li>
293285
</ul>
294286
</td>
295287
</tr>
@@ -1026,46 +1018,6 @@ <h3 id="inputs">
10261018
</tr>
10271019

10281020

1029-
</tbody>
1030-
</table>
1031-
<table class="table table-sm table-bordered">
1032-
<tbody>
1033-
<tr>
1034-
<td class="col-md-4">
1035-
<a name="userPassword"></a>
1036-
<span class="name">
1037-
<span class="modifier"></span>
1038-
<span class="modifier"></span>
1039-
<span class="modifier"></span>
1040-
<span class="modifier">Public</span>
1041-
<span class="modifier">Optional</span>
1042-
<span ><b>userPassword</b></span>
1043-
<a href="#userPassword"><span class="icon ion-ios-link"></span></a>
1044-
</span>
1045-
</td>
1046-
</tr>
1047-
<tr>
1048-
<td class="col-md-4">
1049-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1050-
1051-
</td>
1052-
</tr>
1053-
<tr>
1054-
<td class="col-md-4">
1055-
<b>Decorators : </b>
1056-
<br />
1057-
<code>
1058-
@IsString()<br />@ApiProperty({required: false})<br />@IsOptional()<br />
1059-
</code>
1060-
</td>
1061-
</tr>
1062-
<tr>
1063-
<td class="col-md-4">
1064-
<div class="io-line">Defined in <a href="" data-line="98" class="link-to-prism">src/management/identities/_dto/_parts/inetOrgPerson.dto.ts:98</a></div>
1065-
</td>
1066-
</tr>
1067-
1068-
10691021
</tbody>
10701022
</table>
10711023
</section>
@@ -1174,10 +1126,10 @@ <h3 id="inputs">
11741126
@IsOptional()
11751127
public userCertificate?: string;
11761128

1177-
@IsString()
1178-
@ApiProperty({ required: false })
1179-
@IsOptional()
1180-
public userPassword?: string;
1129+
// @IsString()
1130+
// @ApiProperty({ required: false })
1131+
// @IsOptional()
1132+
// public userPassword?: string;
11811133

11821134
@IsString()
11831135
@ApiProperty({ required: false })

classes/inetOrgPersonDto.html

Lines changed: 4 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,6 @@ <h6><b>Properties</b></h6>
288288
<span class="modifier">Optional</span>
289289
<a href="#userCertificate" >userCertificate</a>
290290
</li>
291-
<li>
292-
<span class="modifier"></span>
293-
<span class="modifier"></span>
294-
<span class="modifier"></span>
295-
<span class="modifier">Public</span>
296-
<span class="modifier">Optional</span>
297-
<a href="#userPassword" >userPassword</a>
298-
</li>
299291
</ul>
300292
</td>
301293
</tr>
@@ -1158,53 +1150,6 @@ <h3 id="inputs">
11581150
</tr>
11591151

11601152

1161-
</tbody>
1162-
</table>
1163-
<table class="table table-sm table-bordered">
1164-
<tbody>
1165-
<tr>
1166-
<td class="col-md-4">
1167-
<a name="userPassword"></a>
1168-
<span class="name">
1169-
<span class="modifier"></span>
1170-
<span class="modifier"></span>
1171-
<span class="modifier"></span>
1172-
<span class="modifier">Public</span>
1173-
<span class="modifier">Optional</span>
1174-
<span ><b>userPassword</b></span>
1175-
<a href="#userPassword"><span class="icon ion-ios-link"></span></a>
1176-
</span>
1177-
</td>
1178-
</tr>
1179-
<tr>
1180-
<td class="col-md-4">
1181-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
1182-
1183-
</td>
1184-
</tr>
1185-
<tr>
1186-
<td class="col-md-4">
1187-
<b>Decorators : </b>
1188-
<br />
1189-
<code>
1190-
@IsString()<br />@ApiProperty({required: false})<br />@IsOptional()<br />
1191-
</code>
1192-
</td>
1193-
</tr>
1194-
<tr>
1195-
<td class="col-md-4">
1196-
<div class="io-line">Inherited from <code><a href="../classes/inetOrgPersonCreateDto.html" target="_self" >inetOrgPersonCreateDto</a></code>
1197-
</div>
1198-
</td>
1199-
</tr>
1200-
<tr>
1201-
<td class="col-md-4">
1202-
<div class="io-line">Defined in <code><a href="../classes/inetOrgPersonCreateDto.html#source" target="_self" >inetOrgPersonCreateDto:98</a></code>
1203-
</div>
1204-
</td>
1205-
</tr>
1206-
1207-
12081153
</tbody>
12091154
</table>
12101155
</section>
@@ -1313,10 +1258,10 @@ <h3 id="inputs">
13131258
@IsOptional()
13141259
public userCertificate?: string;
13151260

1316-
@IsString()
1317-
@ApiProperty({ required: false })
1318-
@IsOptional()
1319-
public userPassword?: string;
1261+
// @IsString()
1262+
// @ApiProperty({ required: false })
1263+
// @IsOptional()
1264+
// public userPassword?: string;
13201265

13211266
@IsString()
13221267
@ApiProperty({ required: false })

classes/inetOrgPersonUpdateDto.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,10 @@ <h3>Extends</h3>
240240
@IsOptional()
241241
public userCertificate?: string;
242242

243-
@IsString()
244-
@ApiProperty({ required: false })
245-
@IsOptional()
246-
public userPassword?: string;
243+
// @IsString()
244+
// @ApiProperty({ required: false })
245+
// @IsOptional()
246+
// public userPassword?: string;
247247

248248
@IsString()
249249
@ApiProperty({ required: false })

coverage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,7 +2527,7 @@
25272527
<td>inetOrgPersonCreateDto</td>
25282528
<td align="right" data-sort="0">
25292529
<span class="coverage-percent">0 %</span>
2530-
<span class="coverage-count">(0/20)</span>
2530+
<span class="coverage-count">(0/19)</span>
25312531
</td>
25322532
</tr>
25332533
<tr class="low">
@@ -2539,7 +2539,7 @@
25392539
<td>inetOrgPersonDto</td>
25402540
<td align="right" data-sort="0">
25412541
<span class="coverage-percent">0 %</span>
2542-
<span class="coverage-count">(0/20)</span>
2542+
<span class="coverage-count">(0/19)</span>
25432543
</td>
25442544
</tr>
25452545
<tr class="low">
@@ -2659,7 +2659,7 @@
26592659
<td>inetOrgPerson</td>
26602660
<td align="right" data-sort="0">
26612661
<span class="coverage-percent">0 %</span>
2662-
<span class="coverage-count">(0/20)</span>
2662+
<span class="coverage-count">(0/19)</span>
26632663
</td>
26642664
</tr>
26652665
<tr class="low">

js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/KeyringsModule.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
<title>cluster_KeyringsModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="157,-70 157,-268 339,-268 339,-70 157,-70"/>
119119
</g>
120-
<g id="clust4" class="cluster">
121-
<title>cluster_KeyringsModule_exports</title>
122-
<polygon fill="none" stroke="black" points="184,-208 184,-260 312,-260 312,-208 184,-208"/>
123-
</g>
124120
<g id="clust6" class="cluster">
125121
<title>cluster_KeyringsModule_providers</title>
126122
<polygon fill="none" stroke="black" points="165,-78 165,-130 331,-130 331,-78 165,-78"/>
127123
</g>
124+
<g id="clust4" class="cluster">
125+
<title>cluster_KeyringsModule_exports</title>
126+
<polygon fill="none" stroke="black" points="184,-208 184,-260 312,-260 312,-208 184,-208"/>
127+
</g>
128128
<!-- KeyringsService -->
129129
<g id="node1" class="node">
130130
<title>KeyringsService </title>

modules/KeyringsModule/dependencies.svg

Lines changed: 4 additions & 4 deletions
Loading

modules/ManagementModule.html

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -117,55 +117,55 @@
117117
<title>cluster_ManagementModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="14,-70 14,-195 482,-195 482,-70 14,-70"/>
119119
</g>
120-
<g id="clust3" class="cluster">
121-
<title>cluster_ManagementModule_imports</title>
122-
<polygon fill="none" stroke="black" points="226,-78 226,-130 474,-130 474,-78 226,-78"/>
123-
</g>
124120
<g id="clust6" class="cluster">
125121
<title>cluster_ManagementModule_providers</title>
126-
<polygon fill="none" stroke="black" points="22,-78 22,-130 218,-130 218,-78 22,-78"/>
122+
<polygon fill="none" stroke="black" points="278,-78 278,-130 474,-130 474,-78 278,-78"/>
123+
</g>
124+
<g id="clust3" class="cluster">
125+
<title>cluster_ManagementModule_imports</title>
126+
<polygon fill="none" stroke="black" points="22,-78 22,-130 270,-130 270,-78 22,-78"/>
127127
</g>
128128
<!-- IdentitiesModule -->
129129
<g id="node1" class="node">
130130
<title>IdentitiesModule</title>
131-
<polygon fill="#8dd3c7" stroke="black" points="465.65,-122 462.65,-126 441.65,-126 438.65,-122 354.35,-122 354.35,-86 465.65,-86 465.65,-122"/>
132-
<text text-anchor="middle" x="410" y="-99.8" font-family="Times,serif" font-size="14.00">IdentitiesModule</text>
131+
<polygon fill="#8dd3c7" stroke="black" points="261.65,-122 258.65,-126 237.65,-126 234.65,-122 150.35,-122 150.35,-86 261.65,-86 261.65,-122"/>
132+
<text text-anchor="middle" x="206" y="-99.8" font-family="Times,serif" font-size="14.00">IdentitiesModule</text>
133133
</g>
134134
<!-- ManagementModule -->
135135
<g id="node3" class="node">
136136
<title>ManagementModule</title>
137-
<polygon fill="#8dd3c7" stroke="black" points="351.13,-187 348.13,-191 327.13,-191 324.13,-187 218.87,-187 218.87,-151 351.13,-151 351.13,-187"/>
138-
<text text-anchor="middle" x="285" y="-164.8" font-family="Times,serif" font-size="14.00">ManagementModule</text>
137+
<polygon fill="#8dd3c7" stroke="black" points="272.13,-187 269.13,-191 248.13,-191 245.13,-187 139.87,-187 139.87,-151 272.13,-151 272.13,-187"/>
138+
<text text-anchor="middle" x="206" y="-164.8" font-family="Times,serif" font-size="14.00">ManagementModule</text>
139139
</g>
140140
<!-- IdentitiesModule&#45;&gt;ManagementModule -->
141141
<g id="edge1" class="edge">
142142
<title>IdentitiesModule&#45;&gt;ManagementModule</title>
143-
<path fill="none" stroke="black" d="M354.22,-104C347.83,-104 343.54,-104 343.54,-104 343.54,-104 343.54,-140.89 343.54,-140.89"/>
144-
<polygon fill="black" stroke="black" points="340.04,-140.89 343.54,-150.89 347.04,-140.89 340.04,-140.89"/>
143+
<path fill="none" stroke="black" d="M206,-122.11C206,-122.11 206,-140.99 206,-140.99"/>
144+
<polygon fill="black" stroke="black" points="202.5,-140.99 206,-150.99 209.5,-140.99 202.5,-140.99"/>
145145
</g>
146146
<!-- PasswdModule -->
147147
<g id="node2" class="node">
148148
<title>PasswdModule</title>
149-
<polygon fill="#8dd3c7" stroke="black" points="335.54,-122 332.54,-126 311.54,-126 308.54,-122 234.46,-122 234.46,-86 335.54,-86 335.54,-122"/>
150-
<text text-anchor="middle" x="285" y="-99.8" font-family="Times,serif" font-size="14.00">PasswdModule</text>
149+
<polygon fill="#8dd3c7" stroke="black" points="131.54,-122 128.54,-126 107.54,-126 104.54,-122 30.46,-122 30.46,-86 131.54,-86 131.54,-122"/>
150+
<text text-anchor="middle" x="81" y="-99.8" font-family="Times,serif" font-size="14.00">PasswdModule</text>
151151
</g>
152152
<!-- PasswdModule&#45;&gt;ManagementModule -->
153153
<g id="edge2" class="edge">
154154
<title>PasswdModule&#45;&gt;ManagementModule</title>
155-
<path fill="none" stroke="black" d="M285,-122.11C285,-122.11 285,-140.99 285,-140.99"/>
156-
<polygon fill="black" stroke="black" points="281.5,-140.99 285,-150.99 288.5,-140.99 281.5,-140.99"/>
155+
<path fill="none" stroke="black" d="M131.68,-104C139.44,-104 144.93,-104 144.93,-104 144.93,-104 144.93,-140.89 144.93,-140.89"/>
156+
<polygon fill="black" stroke="black" points="141.43,-140.89 144.93,-150.89 148.43,-140.89 141.43,-140.89"/>
157157
</g>
158158
<!-- ManagementService -->
159159
<g id="node4" class="node">
160160
<title>ManagementService</title>
161-
<ellipse fill="#fdb462" stroke="black" cx="120" cy="-104" rx="90.31" ry="18"/>
162-
<text text-anchor="middle" x="120" y="-99.8" font-family="Times,serif" font-size="14.00">ManagementService</text>
161+
<ellipse fill="#fdb462" stroke="black" cx="376" cy="-104" rx="90.31" ry="18"/>
162+
<text text-anchor="middle" x="376" y="-99.8" font-family="Times,serif" font-size="14.00">ManagementService</text>
163163
</g>
164164
<!-- ManagementService&#45;&gt;ManagementModule -->
165165
<g id="edge3" class="edge">
166166
<title>ManagementService&#45;&gt;ManagementModule</title>
167-
<path fill="none" stroke="black" d="M210.75,-104C220.21,-104 226.46,-104 226.46,-104 226.46,-104 226.46,-140.89 226.46,-140.89"/>
168-
<polygon fill="black" stroke="black" points="222.96,-140.89 226.46,-150.89 229.96,-140.89 222.96,-140.89"/>
167+
<path fill="none" stroke="black" d="M285.55,-104C274.53,-104 267.07,-104 267.07,-104 267.07,-104 267.07,-140.89 267.07,-140.89"/>
168+
<polygon fill="black" stroke="black" points="263.57,-140.89 267.07,-150.89 270.57,-140.89 263.57,-140.89"/>
169169
</g>
170170
</g>
171171
</svg>

0 commit comments

Comments
 (0)