RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.75 → 1.0.76
spartaxx.businessmodels 1.0.75 → 1.0.76
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/Common/ExcelExport.ts
+1
-1
package/Common/RabbitMQQueueInfo.js
+2
-0
package/Common/RabbitMQQueueInfo.ts
+7
-0
package/Common/TemplateCategory.ts
+1
-1
package/Common/TemplateName.ts
+3
-3
package/package.json
+1
-1
package/Common/ExcelExport.ts
CHANGED
Viewed
@@ -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[];
package/Common/RabbitMQQueueInfo.js
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
"use strict";
2
+
Object.defineProperty(exports, "__esModule", { value: true });
package/Common/RabbitMQQueueInfo.ts
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
export interface RabbitMQQueueInfo {
2
+
QueueName: string;
3
+
UserName: string;
4
+
Password: string;
5
+
Host: string;
6
+
Port: String;
7
+
}
package/Common/TemplateCategory.ts
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
1
export interface TemplateCategory {
2
2
ID: number,
3
-
Name: string
3
+
Name: string
4
4
}
package/Common/TemplateName.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
75
",
3
+
"version": "1.0.
76
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {