@reposit/api-client 6.39.0 → 6.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.d.ts +2 -0
- package/dist/api.js.map +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -634,6 +634,7 @@ export declare enum CreateDocumentFromS3DTOTypeEnum {
|
|
|
634
634
|
export interface CreateEvidenceChaserItemDTO {
|
|
635
635
|
documentTypeId: CreateEvidenceChaserItemDTODocumentTypeIdEnum;
|
|
636
636
|
title: string;
|
|
637
|
+
displayTitle?: string;
|
|
637
638
|
claimItemIds?: Array<string>;
|
|
638
639
|
type: CreateEvidenceChaserItemDTOTypeEnum;
|
|
639
640
|
}
|
|
@@ -1049,6 +1050,7 @@ export interface EvidenceChaserItemDTO {
|
|
|
1049
1050
|
status: EvidenceChaserItemDTOStatusEnum;
|
|
1050
1051
|
type: EvidenceChaserItemDTOTypeEnum;
|
|
1051
1052
|
title: string;
|
|
1053
|
+
displayTitle?: string;
|
|
1052
1054
|
requests?: Array<EvidenceChaserItemRequestDTO>;
|
|
1053
1055
|
claimItems?: Array<EvidenceChaserItemClaimItemDTO>;
|
|
1054
1056
|
createdAt: string;
|