spartaxx.businessmodels 1.0.133 → 1.0.134

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  import { TemplateInfo } from "./TemplateInfo";
2
2
 
3
3
  export interface TemplateMaster {
4
+ ContentId: number;
4
5
  Modules?: TemplateInfo[];
5
6
  Documents?: TemplateInfo[];
6
7
  Templates?: TemplateInfo[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {