@leavittsoftware/lg-core-typescript 5.1130.0 → 5.1131.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/api3.leavitt.com.ts +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -6987,7 +6987,7 @@ export interface AddRenewalItemDto {
|
|
|
6987
6987
|
CollectDocuments?: boolean;
|
|
6988
6988
|
CollectResponse?: boolean;
|
|
6989
6989
|
DeleteProvidedDocumentIds: Array<number>;
|
|
6990
|
-
Description
|
|
6990
|
+
Description?: string | null ;
|
|
6991
6991
|
DueDate: string;
|
|
6992
6992
|
Id?: number | null ;
|
|
6993
6993
|
Name: string;
|