spartaxx.businessmodels 1.0.72 → 1.0.73
Sign up to get free protection for your applications and to get access to all the features.
- package/Common/TemplateCategory.ts +4 -0
- package/Common/TemplateName.ts +9 -0
- package/Protest/ProtestModels.ts +2 -4
- package/package.json +1 -5
- package/Protest/AccountListingTable.ts +0 -7
- package/Protest/AccountListingTableHeaders.ts +0 -7
- package/Protest/AccountListingTableRow.js +0 -2
- package/Protest/AccountListingTableRow.ts +0 -7
- /package/{Protest/AccountListingTable.js → Common/TemplateCategory.js} +0 -0
- /package/{Protest/AccountListingTableHeaders.js → Common/TemplateName.js} +0 -0
package/Protest/ProtestModels.ts
CHANGED
@@ -11,12 +11,10 @@ import { ProtestHistory } from "./ProtestHistory";
|
|
11
11
|
import { ProtestHistoryParam } from "./ProtestHistoryParam";
|
12
12
|
import { InitiateProtestParam } from "./InitiateProtestParam";
|
13
13
|
import { ProtestModeModifiedInfo } from "./ProtestModeModifiedInfo";
|
14
|
-
|
15
|
-
import { AccountListingTableHeaders } from "./AccountListingTableHeaders";
|
16
|
-
import { AccountListingTable } from "./AccountListingTable";
|
14
|
+
|
17
15
|
export {
|
18
16
|
ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts,
|
19
17
|
ProtestPTFayetteDcoument, ProtestHB201RequestDocument, PTBexarExcelDocument,
|
20
18
|
ProtestingAccountInfo, ProtestAccountParam, ProtestHistory, ProtestHistoryParam,
|
21
|
-
InitiateProtestParam, ProtestModeModifiedInfo
|
19
|
+
InitiateProtestParam, ProtestModeModifiedInfo
|
22
20
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "spartaxx.businessmodels",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.73",
|
4
4
|
"main": "protest.js",
|
5
5
|
"type": "commonjs",
|
6
6
|
"scripts": {
|
@@ -14,14 +14,10 @@
|
|
14
14
|
"dependencies": {
|
15
15
|
"@types/express": "^4.17.21",
|
16
16
|
"@types/typescript": "^0.4.29",
|
17
|
-
"cookie-parser": "^1.4.6",
|
18
|
-
"cors": "^2.8.5",
|
19
17
|
"express": "^4.19.2"
|
20
18
|
},
|
21
19
|
"devDependencies": {
|
22
|
-
"@types/axios": "^0.14.0",
|
23
20
|
"@types/node": "^20.14.11",
|
24
|
-
"axios": "^1.7.2",
|
25
21
|
"ts-node": "^10.9.2",
|
26
22
|
"typescript": "^5.5.4"
|
27
23
|
}
|
File without changes
|
File without changes
|