@leavittsoftware/lg-core-typescript 5.75.0 → 5.76.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
|
@@ -3013,9 +3013,9 @@ export interface SignatureDto {
|
|
|
3013
3013
|
Name: string | null;
|
|
3014
3014
|
PersonId: number;
|
|
3015
3015
|
ShouldDeleteAttachment: boolean;
|
|
3016
|
+
SignatureAttachment: File | null;
|
|
3016
3017
|
SignatureTemplateId: number;
|
|
3017
3018
|
SignatureValues: Array<Partial<SignatureValue>>;
|
|
3018
|
-
UpdatedDate: string | null;
|
|
3019
3019
|
}
|
|
3020
3020
|
|
|
3021
3021
|
export interface SignatureTemplateDto {
|