@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.
- package/lg.net.core.ts +1 -9
- 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 {
|