spartaxx.businessmodels 1.0.73 → 1.0.76

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,7 @@
1
+ export interface RabbitMQQueueInfo {
2
+ QueueName: string;
3
+ UserName: string;
4
+ Password: string;
5
+ Host: string;
6
+ Port: String;
7
+ }
@@ -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
  }
@@ -13,4 +13,5 @@ export interface ProtestHistoryParam {
13
13
  OffsetValue?: number;
14
14
  FetchRecordsCounts?: number;
15
15
  DatasetSortingOperation?: DatasetSortingOperation;
16
+ BatchNumber?: string;
16
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.73",
3
+ "version": "1.0.76",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {
@@ -18,7 +18,6 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "^20.14.11",
21
- "ts-node": "^10.9.2",
22
21
  "typescript": "^5.5.4"
23
22
  }
24
23
  }