spartaxx.businessmodels 1.0.75 → 1.0.77

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import {FileGenConfig} from "./FileGenConfig";
1
+ import { FileGenConfig } from "./FileGenConfig";
2
2
 
3
3
  export interface ExcelExport {
4
4
  data: any[];
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ export interface RabbitMQQueueInfo {
2
+ QueueName: string;
3
+ UserName: string;
4
+ Password: string;
5
+ Host: string;
6
+ Port: String;
7
+ Message: string;
8
+ }
@@ -1,4 +1,4 @@
1
1
  export interface TemplateCategory {
2
2
  ID: number,
3
- Name: string
3
+ Name: string
4
4
  }
@@ -2,8 +2,8 @@ export interface TemplateName {
2
2
  ID: number,
3
3
  Name: string,
4
4
  TemplateName: string,
5
- CreatedBy:number,
6
- ModifiedBy:number,
7
- TemplateMethodId: number ,
5
+ CreatedBy: number,
6
+ ModifiedBy: number,
7
+ TemplateMethodId: number,
8
8
  CategoryId: number
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {