forked from Yara724/api
YARA-1218
This commit is contained in:
@@ -89,6 +89,16 @@ export class RunInquiriesV3Dto {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
insurerLicense?: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
example: "1",
|
||||
description:
|
||||
"Driving licence type code from GET /lookups/driving-licence-types. " +
|
||||
"Optional — used in V4 FileMaker flow.",
|
||||
})
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
licenseType?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -152,4 +162,14 @@ export class RunInquiriesVinV3Dto {
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
insurerLicense?: string;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
example: "1",
|
||||
description:
|
||||
"Driving licence type code from GET /lookups/driving-licence-types. " +
|
||||
"Optional — used in V4 FileMaker flow.",
|
||||
})
|
||||
@IsOptional()
|
||||
@IsString()
|
||||
licenseType?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user