spartaxx.businessmodels 1.0.116 → 1.0.117

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ export interface DocumentInfo {
2
+ Id: number;
3
+ FilePath: string;
4
+ AccountNumber: string;
5
+ TaxYear: string;
6
+ DocumentId: number;
7
+ DocumentTypeId: number;
8
+ County: string;
9
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export interface DocumentType {
2
+ Id: number;
3
+ Type: string;
4
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import { DocumentType } from "./DocumentType";
2
+ import { DocumentInfo } from "./DocumentInfo";
3
+
4
+ export {
5
+ DocumentType, DocumentInfo
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.116",
3
+ "version": "1.0.117",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {