spartaxx.businessmodels 1.0.73 → 1.0.75

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.75",
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
  }