Skip to content

Commit 0f33e5f

Browse files
committed
deploy: 149fab4
1 parent 0ed62ae commit 0f33e5f

File tree

15 files changed

+157
-187
lines changed

15 files changed

+157
-187
lines changed

classes/ConfigObjectIdentitiesDTO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ <h3 id="inputs">
575575
type: String,
576576
enum: IdentityLifecycle,
577577
description: &#x27;Lifecycle state of the identity&#x27;,
578-
example: IdentityLifecycle.ACTIVE,
578+
example: IdentityLifecycle.OFFICIAL,
579579
required: true,
580580
})
581581
public sources: IdentityLifecycle[];
@@ -612,7 +612,7 @@ <h3 id="inputs">
612612
type: String,
613613
enum: IdentityLifecycle,
614614
description: &#x27;Target lifecycle state for the identity&#x27;,
615-
example: IdentityLifecycle.DELETED,
615+
example: IdentityLifecycle.MANUAL,
616616
required: true,
617617
})
618618
public target: IdentityLifecycle;

classes/ConfigObjectSchemaDTO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ <h3 id="inputs">
350350
type: String,
351351
enum: IdentityLifecycle,
352352
description: &#x27;Lifecycle state of the identity&#x27;,
353-
example: IdentityLifecycle.ACTIVE,
353+
example: IdentityLifecycle.OFFICIAL,
354354
required: true,
355355
})
356356
public sources: IdentityLifecycle[];
@@ -387,7 +387,7 @@ <h3 id="inputs">
387387
type: String,
388388
enum: IdentityLifecycle,
389389
description: &#x27;Target lifecycle state for the identity&#x27;,
390-
example: IdentityLifecycle.DELETED,
390+
example: IdentityLifecycle.MANUAL,
391391
required: true,
392392
})
393393
public target: IdentityLifecycle;

classes/Identities.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ <h3 id="inputs">
868868
@Prop({ type: Number, enum: IdentityState, default: IdentityState.TO_CREATE })
869869
public state: IdentityState;
870870

871-
@Prop({ type: String, enum: IdentityLifecycle, default: IdentityLifecycle.ACTIVE })
871+
@Prop({ type: String, enum: IdentityLifecycle, default: IdentityLifecycle.OFFICIAL })
872872
public lifecycle: IdentityLifecycle;
873873

874874
@Prop({ type: Number, enum: DataStatusEnum, default: DataStatusEnum.NOTINITIALIZED })

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.

miscellaneous/enumerations.html

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -631,16 +631,6 @@ <h3>src/management/identities/_enums/lifecycle.enum.ts</h3>
631631
<span class="name "><b>IdentityLifecycle</b><a href="#IdentityLifecycle"><span class="icon ion-ios-link"></span></a></span>
632632
</td>
633633
</tr>
634-
<tr>
635-
<td class="col-md-4">
636-
&nbsp;WAIT
637-
</td>
638-
</tr>
639-
<tr>
640-
<td class="col-md-4">
641-
<i>Value : </i><code>W</code>
642-
</td>
643-
</tr>
644634
<tr>
645635
<td class="col-md-4">
646636
&nbsp;OFFICIAL
@@ -651,26 +641,6 @@ <h3>src/management/identities/_enums/lifecycle.enum.ts</h3>
651641
<i>Value : </i><code>O</code>
652642
</td>
653643
</tr>
654-
<tr>
655-
<td class="col-md-4">
656-
&nbsp;ACTIVE
657-
</td>
658-
</tr>
659-
<tr>
660-
<td class="col-md-4">
661-
<i>Value : </i><code>A</code>
662-
</td>
663-
</tr>
664-
<tr>
665-
<td class="col-md-4">
666-
&nbsp;PROVISIONAL
667-
</td>
668-
</tr>
669-
<tr>
670-
<td class="col-md-4">
671-
<i>Value : </i><code>P</code>
672-
</td>
673-
</tr>
674644
<tr>
675645
<td class="col-md-4">
676646
&nbsp;INACTIVE
@@ -683,12 +653,12 @@ <h3>src/management/identities/_enums/lifecycle.enum.ts</h3>
683653
</tr>
684654
<tr>
685655
<td class="col-md-4">
686-
&nbsp;DELETED
656+
&nbsp;MANUAL
687657
</td>
688658
</tr>
689659
<tr>
690660
<td class="col-md-4">
691-
<i>Value : </i><code>D</code>
661+
<i>Value : </i><code>M</code>
692662
</td>
693663
</tr>
694664
</tbody>

modules/JobsModule.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
<title>cluster_JobsModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="175,-70 175,-268 321,-268 321,-70 175,-70"/>
119119
</g>
120-
<g id="clust6" class="cluster">
121-
<title>cluster_JobsModule_providers</title>
122-
<polygon fill="none" stroke="black" points="183,-78 183,-130 313,-130 313,-78 183,-78"/>
123-
</g>
124120
<g id="clust4" class="cluster">
125121
<title>cluster_JobsModule_exports</title>
126122
<polygon fill="none" stroke="black" points="197,-208 197,-260 299,-260 299,-208 197,-208"/>
127123
</g>
124+
<g id="clust6" class="cluster">
125+
<title>cluster_JobsModule_providers</title>
126+
<polygon fill="none" stroke="black" points="183,-78 183,-130 313,-130 313,-78 183,-78"/>
127+
</g>
128128
<!-- JobsService -->
129129
<g id="node1" class="node">
130130
<title>JobsService </title>

modules/JobsModule/dependencies.svg

Lines changed: 4 additions & 4 deletions
Loading

modules/LifecycleModule.html

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -117,59 +117,59 @@
117117
<title>cluster_LifecycleModule</title>
118118
<polygon fill="none" stroke="black" stroke-dasharray="1,5" points="88,-70 88,-268 408,-268 408,-70 88,-70"/>
119119
</g>
120-
<g id="clust6" class="cluster">
121-
<title>cluster_LifecycleModule_providers</title>
122-
<polygon fill="none" stroke="black" points="232,-78 232,-130 400,-130 400,-78 232,-78"/>
123-
</g>
124120
<g id="clust4" class="cluster">
125121
<title>cluster_LifecycleModule_exports</title>
126-
<polygon fill="none" stroke="black" points="173,-208 173,-260 303,-260 303,-208 173,-208"/>
122+
<polygon fill="none" stroke="black" points="192,-208 192,-260 322,-260 322,-208 192,-208"/>
127123
</g>
128124
<g id="clust3" class="cluster">
129125
<title>cluster_LifecycleModule_imports</title>
130-
<polygon fill="none" stroke="black" points="96,-78 96,-130 224,-130 224,-78 96,-78"/>
126+
<polygon fill="none" stroke="black" points="272,-78 272,-130 400,-130 400,-78 272,-78"/>
127+
</g>
128+
<g id="clust6" class="cluster">
129+
<title>cluster_LifecycleModule_providers</title>
130+
<polygon fill="none" stroke="black" points="96,-78 96,-130 264,-130 264,-78 96,-78"/>
131131
</g>
132132
<!-- IdentitiesModule -->
133133
<g id="node1" class="node">
134134
<title>IdentitiesModule</title>
135-
<polygon fill="#8dd3c7" stroke="black" points="215.65,-122 212.65,-126 191.65,-126 188.65,-122 104.35,-122 104.35,-86 215.65,-86 215.65,-122"/>
136-
<text text-anchor="middle" x="160" y="-99.8" font-family="Times,serif" font-size="14.00">IdentitiesModule</text>
135+
<polygon fill="#8dd3c7" stroke="black" points="391.65,-122 388.65,-126 367.65,-126 364.65,-122 280.35,-122 280.35,-86 391.65,-86 391.65,-122"/>
136+
<text text-anchor="middle" x="336" y="-99.8" font-family="Times,serif" font-size="14.00">IdentitiesModule</text>
137137
</g>
138138
<!-- LifecycleModule -->
139139
<g id="node2" class="node">
140140
<title>LifecycleModule</title>
141-
<polygon fill="#8dd3c7" stroke="black" points="294.4,-187 291.4,-191 270.4,-191 267.4,-187 181.6,-187 181.6,-151 294.4,-151 294.4,-187"/>
142-
<text text-anchor="middle" x="238" y="-164.8" font-family="Times,serif" font-size="14.00">LifecycleModule</text>
141+
<polygon fill="#8dd3c7" stroke="black" points="313.4,-187 310.4,-191 289.4,-191 286.4,-187 200.6,-187 200.6,-151 313.4,-151 313.4,-187"/>
142+
<text text-anchor="middle" x="257" y="-164.8" font-family="Times,serif" font-size="14.00">LifecycleModule</text>
143143
</g>
144144
<!-- IdentitiesModule&#45;&gt;LifecycleModule -->
145145
<g id="edge1" class="edge">
146146
<title>IdentitiesModule&#45;&gt;LifecycleModule</title>
147-
<path fill="none" stroke="black" d="M198.81,-122.11C198.81,-122.11 198.81,-140.99 198.81,-140.99"/>
148-
<polygon fill="black" stroke="black" points="195.31,-140.99 198.81,-150.99 202.31,-140.99 195.31,-140.99"/>
147+
<path fill="none" stroke="black" d="M296.69,-122.11C296.69,-122.11 296.69,-140.99 296.69,-140.99"/>
148+
<polygon fill="black" stroke="black" points="293.19,-140.99 296.69,-150.99 300.19,-140.99 293.19,-140.99"/>
149149
</g>
150150
<!-- LifecycleService -->
151151
<g id="node3" class="node">
152152
<title>LifecycleService </title>
153-
<polygon fill="#fb8072" stroke="black" points="295.33,-252 180.67,-252 180.67,-216 295.33,-216 295.33,-252"/>
154-
<text text-anchor="middle" x="238" y="-229.8" font-family="Times,serif" font-size="14.00">LifecycleService </text>
153+
<polygon fill="#fb8072" stroke="black" points="314.33,-252 199.67,-252 199.67,-216 314.33,-216 314.33,-252"/>
154+
<text text-anchor="middle" x="257" y="-229.8" font-family="Times,serif" font-size="14.00">LifecycleService </text>
155155
</g>
156156
<!-- LifecycleModule&#45;&gt;LifecycleService -->
157157
<g id="edge2" class="edge">
158158
<title>LifecycleModule&#45;&gt;LifecycleService </title>
159-
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M238,-187.11C238,-187.11 238,-205.99 238,-205.99"/>
160-
<polygon fill="black" stroke="black" points="234.5,-205.99 238,-215.99 241.5,-205.99 234.5,-205.99"/>
159+
<path fill="none" stroke="black" stroke-dasharray="5,2" d="M257,-187.11C257,-187.11 257,-205.99 257,-205.99"/>
160+
<polygon fill="black" stroke="black" points="253.5,-205.99 257,-215.99 260.5,-205.99 253.5,-205.99"/>
161161
</g>
162162
<!-- LifecycleService -->
163163
<g id="node4" class="node">
164164
<title>LifecycleService</title>
165-
<ellipse fill="#fdb462" stroke="black" cx="316" cy="-104" rx="76.4" ry="18"/>
166-
<text text-anchor="middle" x="316" y="-99.8" font-family="Times,serif" font-size="14.00">LifecycleService</text>
165+
<ellipse fill="#fdb462" stroke="black" cx="180" cy="-104" rx="76.4" ry="18"/>
166+
<text text-anchor="middle" x="180" y="-99.8" font-family="Times,serif" font-size="14.00">LifecycleService</text>
167167
</g>
168168
<!-- LifecycleService&#45;&gt;LifecycleModule -->
169169
<g id="edge3" class="edge">
170170
<title>LifecycleService&#45;&gt;LifecycleModule</title>
171-
<path fill="none" stroke="black" d="M266.88,-118.1C266.88,-118.1 266.88,-140.72 266.88,-140.72"/>
172-
<polygon fill="black" stroke="black" points="263.38,-140.72 266.88,-150.72 270.38,-140.72 263.38,-140.72"/>
171+
<path fill="none" stroke="black" d="M228.62,-118.1C228.62,-118.1 228.62,-140.72 228.62,-140.72"/>
172+
<polygon fill="black" stroke="black" points="225.12,-140.72 228.62,-150.72 232.12,-140.72 225.12,-140.72"/>
173173
</g>
174174
</g>
175175
</svg>

modules/LifecycleModule/dependencies.svg

Lines changed: 20 additions & 20 deletions
Loading

0 commit comments

Comments
 (0)