@leavittsoftware/lg-core-typescript 2.0.430 → 2.0.431

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.
Files changed (2) hide show
  1. package/lg.net.core.ts +1 -9
  2. package/package.json +1 -1
package/lg.net.core.ts CHANGED
@@ -4295,16 +4295,8 @@ export interface SignatureTemplate {
4295
4295
  TemplateWebComponentName: string | null;
4296
4296
  }
4297
4297
 
4298
- export interface SignatureTemplateThumbnail {
4299
- CdnFileName: string | null;
4300
- CreatedDate: string;
4301
- Extension: string | null;
4302
- Id: number;
4303
- Name: string | null;
4304
- PreviewExtension: string | null;
4305
- PreviewSizes: string | null;
4298
+ export interface SignatureTemplateThumbnail extends IDatabaseAttachment {
4306
4299
  SignatureTemplate: Partial<SignatureTemplate> | null;
4307
- Size: number;
4308
4300
  }
4309
4301
 
4310
4302
  export interface SignatureTemplateToCompany {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.430",
3
+ "version": "2.0.431",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [