RubyGems
npm
Organizations
Log in
Sign up
npm
spartaxx.businessmodels
Versions diffs
1.0.118 → 1.0.120
spartaxx.businessmodels 1.0.118 → 1.0.120
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/MarketingDocuments/DocumentInfo.ts
+1
-0
package/MarketingDocuments/MarketingDocumentsLookupMaster.ts
+2
-1
package/package.json
+1
-1
package/MarketingDocuments/DocumentInfo.ts
CHANGED
Viewed
@@ -5,5 +5,6 @@ export interface DocumentInfo {
5
5
TaxYear: string;
6
6
DocumentId: number;
7
7
DocumentTypeId: number;
8
+
DocumentType: string;
8
9
County: string;
9
10
}
package/MarketingDocuments/MarketingDocumentsLookupMaster.ts
CHANGED
Viewed
@@ -2,5 +2,6 @@ import { LookupMaster } from "Masters/LookupMaster";
2
2
3
3
export interface MarketingDocumentsLookupMaster {
4
4
DocumentTypeList: LookupMaster[],
5
-
CountyList: LookupMaster[]
5
+
CountyList: LookupMaster[]
,
6
+
TaxYearList: LookupMaster[]
6
7
}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "spartaxx.businessmodels",
3
-
"version": "1.0.
118
",
3
+
"version": "1.0.
120
",
4
4
"main": "protest.js",
5
5
"type": "commonjs",
6
6
"scripts": {