@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.
@@ -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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.75.0",
3
+ "version": "5.76.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [