Skip to content

Commit 6ff15a5

Browse files
committed
deploy: 02e3ef8
1 parent f3b81e0 commit 6ff15a5

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

classes/FileUploadDto.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h3 id="inputs">
247247
@IsString()
248248
@IsNotEmpty()
249249
@ApiProperty({ type: String, default: &#x27;/&#x27; })
250-
@Matches(/^\/(\.?[^\/\0]+\/?)+$/, { message: &#x27;Path must be a valid path&#x27; })
250+
@Matches(/^\/(?:\.?[^\/\0]+\/?)+$/, { message: &#x27;Path must be a valid path&#x27; })
251251
public path: string;
252252

253253
@IsOptional()

classes/FilestorageCreateDto.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ <h3 id="inputs">
556556
<b>Decorators : </b>
557557
<br />
558558
<code>
559-
@IsString()<br />@IsNotEmpty()<br />@ApiProperty({type: String, default: &#x27;/&#x27;})<br />@Matches(/^\/(\.?[^\/\0]+\/?)+$/, {message: &#x27;Path must be a valid path&#x27;})<br />
559+
@IsString()<br />@IsNotEmpty()<br />@ApiProperty({type: String, default: &#x27;/&#x27;})<br />@Matches(/^\/(?:\.?[^\/\0]+\/?)+$/, {message: &#x27;Path must be a valid path&#x27;})<br />
560560
</code>
561561
</td>
562562
</tr>
@@ -742,7 +742,7 @@ <h3 id="inputs">
742742
@IsString()
743743
@IsNotEmpty()
744744
@ApiProperty({ type: String, default: &#x27;/&#x27; })
745-
@Matches(/^\/(\.?[^\/\0]+\/?)+$/, { message: &#x27;Path must be a valid path&#x27; })
745+
@Matches(/^\/(?:\.?[^\/\0]+\/?)+$/, { message: &#x27;Path must be a valid path&#x27; })
746746
public path: string;
747747

748748
@IsOptional()

classes/FilestorageDto.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ <h3 id="inputs">
649649
<b>Decorators : </b>
650650
<br />
651651
<code>
652-
@IsString()<br />@IsNotEmpty()<br />@ApiProperty({type: String, default: &#x27;/&#x27;})<br />@Matches(/^\/(\.?[^\/\0]+\/?)+$/, {message: &#x27;Path must be a valid path&#x27;})<br />
652+
@IsString()<br />@IsNotEmpty()<br />@ApiProperty({type: String, default: &#x27;/&#x27;})<br />@Matches(/^\/(?:\.?[^\/\0]+\/?)+$/, {message: &#x27;Path must be a valid path&#x27;})<br />
653653
</code>
654654
</td>
655655
</tr>
@@ -856,7 +856,7 @@ <h3 id="inputs">
856856
@IsString()
857857
@IsNotEmpty()
858858
@ApiProperty({ type: String, default: &#x27;/&#x27; })
859-
@Matches(/^\/(\.?[^\/\0]+\/?)+$/, { message: &#x27;Path must be a valid path&#x27; })
859+
@Matches(/^\/(?:\.?[^\/\0]+\/?)+$/, { message: &#x27;Path must be a valid path&#x27; })
860860
public path: string;
861861

862862
@IsOptional()

classes/FilestorageUpdateDto.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h3>Extends</h3>
181181
@IsString()
182182
@IsNotEmpty()
183183
@ApiProperty({ type: String, default: &#x27;/&#x27; })
184-
@Matches(/^\/(\.?[^\/\0]+\/?)+$/, { message: &#x27;Path must be a valid path&#x27; })
184+
@Matches(/^\/(?:\.?[^\/\0]+\/?)+$/, { message: &#x27;Path must be a valid path&#x27; })
185185
public path: string;
186186

187187
@IsOptional()

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/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/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="clust6" class="cluster">
121-
<title>cluster_KeyringsModule_providers</title>
122-
<polygon fill="none" stroke="black" points="165,-78 165,-130 331,-130 331,-78 165,-78"/>
123-
</g>
124120
<g id="clust4" class="cluster">
125121
<title>cluster_KeyringsModule_exports</title>
126122
<polygon fill="none" stroke="black" points="184,-208 184,-260 312,-260 312,-208 184,-208"/>
127123
</g>
124+
<g id="clust6" class="cluster">
125+
<title>cluster_KeyringsModule_providers</title>
126+
<polygon fill="none" stroke="black" points="165,-78 165,-130 331,-130 331,-78 165,-78"/>
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

0 commit comments

Comments
 (0)