spartaxx.businessmodels 1.0.135 → 1.0.136

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,5 @@
1
+ import { TemplateDefaultValuePairMaster } from "./TemplateDefaultValuePairMaster";
2
+
1
3
  export interface TemplateInfo {
2
4
  ModuleId?: number;
3
5
  ModuleName?: string;
@@ -10,7 +12,9 @@ export interface TemplateInfo {
10
12
  IsTemplateToggleOn?: boolean;
11
13
  SectionId?: number;
12
14
  SectionName?: string;
15
+ IsSectionSelected?: boolean;
13
16
  ContentId?: number;
14
17
  HtmlContent?: string;
15
18
  DocumentsType?: number;
16
- }
19
+ TemplateDefaultValuePairMaster?: TemplateDefaultValuePairMaster[];
20
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.135",
3
+ "version": "1.0.136",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {