@reposit/api-client 6.44.0 → 6.45.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 +1 -0
- package/dist/api.js.map +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2581,6 +2581,7 @@ export interface UpdateClosingRemindersEnabledRequestDTO {
|
|
|
2581
2581
|
export interface UpdateEvidenceChaserItemDTO {
|
|
2582
2582
|
claimItemIds?: Array<string>;
|
|
2583
2583
|
message?: string;
|
|
2584
|
+
displayTitle?: string;
|
|
2584
2585
|
}
|
|
2585
2586
|
export interface UpdateEvidenceChaserItemResponseDTO {
|
|
2586
2587
|
message?: string;
|