update get status of tsp provider

This commit is contained in:
2026-05-27 22:44:01 +03:30
parent 816c5ebb50
commit cd3492d625
9 changed files with 116 additions and 164 deletions
@@ -1,11 +1,9 @@
import { ApiProperty, OmitType } from '@nestjs/swagger'
import { IsString } from 'class-validator'
import { OmitType } from '@nestjs/swagger'
import { NamaProviderResponseDto } from './common.dto'
export class NamaProviderGetResponseDto extends OmitType(NamaProviderResponseDto, [
'tax_id',
]) {
@ApiProperty()
@IsString()
tax_id: string
}
'inno',
'reference_number',
'uuid',
]) {}