File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
apps/api/src/trust-portal/dto Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export class GetDomainStatusDto {
88 } )
99 @IsString ( )
1010 @IsNotEmpty ( { message : 'domain cannot be empty' } )
11- @Matches ( / ^ (? ! - ) [ A - Z a - z 0 - 9 - ] + ( [ - . ] ? [ a - z 0 - 9 ] + ) * \. [ A - Z a - z ] { 2 , 6 } $ / u, {
11+ @Matches ( / ^ (? ! - ) [ A - Z a - z 0 - 9 - ] + ( [ - . ] [ a - z 0 - 9 ] + ) * \. [ A - Z a - z ] { 2 , 6 } $ / u, {
1212 message : 'domain must be a valid domain format' ,
1313 } )
1414 domain : string ;
Original file line number Diff line number Diff line change 256256 "types" : " ./dist/components/form.d.ts" ,
257257 "import" : " ./dist/components/form.js"
258258 },
259+ "./field" : {
260+ "types" : " ./dist/components/field.d.ts" ,
261+ "import" : " ./dist/components/field.js"
262+ },
259263 "./empty-card" : {
260264 "types" : " ./dist/components/empty-card.d.ts" ,
261265 "import" : " ./dist/components/empty-card.js"
483487 "sideEffects" : false ,
484488 "type" : " module" ,
485489 "types" : " ./dist/index.d.ts"
486- }
490+ }
You can’t perform that action at this time.
0 commit comments