spartaxx.businessmodels 1.0.30 → 1.0.31
Sign up to get free protection for your applications and to get access to all the features.
package/Protest/ProtestModels.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { ProtestDocuments } from "./ProtestDocuments";
|
2
2
|
import { ProtestHistoryInfo } from "./ProtestHistoryInfo";
|
3
3
|
import { ProtestPropertyInfo } from "./ProtestPropertyInfo";
|
4
|
-
import {
|
4
|
+
import { ProtestingAccounts } from "./ProtestingAccounts";
|
5
5
|
|
6
|
-
export {ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo,
|
6
|
+
export { ProtestDocuments, ProtestHistoryInfo, ProtestPropertyInfo, ProtestingAccounts };
|
package/package.json
CHANGED
File without changes
|