forked from Yara724/api
YARA-850
This commit is contained in:
@@ -93,6 +93,11 @@ export class ClaimDetailV2ResponseDto {
|
||||
type: 'object',
|
||||
properties: {
|
||||
index: { type: 'number' },
|
||||
partId: {
|
||||
type: 'string',
|
||||
description:
|
||||
'Send this in PUT reply/submit parts[] — stable id (`id:{catalogId}` or `{side}|{name}`)',
|
||||
},
|
||||
id: { type: 'number', nullable: true },
|
||||
name: { type: 'string' },
|
||||
side: { type: 'string' },
|
||||
@@ -104,6 +109,7 @@ export class ClaimDetailV2ResponseDto {
|
||||
})
|
||||
damagedParts?: Array<{
|
||||
index: number;
|
||||
partId: string;
|
||||
id?: number | null;
|
||||
name: string;
|
||||
side: string;
|
||||
|
||||
Reference in New Issue
Block a user