spartaxx.businessmodels 1.0.352 → 1.0.353

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CCC/CCCModel.ts +3 -1
  2. package/package.json +1 -1
package/CCC/CCCModel.ts CHANGED
@@ -31,6 +31,7 @@ import { DynamicDMFormClientInputData } from "./DynamicDMFormClientInputData";
31
31
  import { DMpropertySurveyClientInfo } from "./DMpropertySurveyClientInfo";
32
32
  import { ClientInputFormSteper } from "./ClientInputForm";
33
33
  import { NoticeOfProtestSteper } from "./NoticeOfProtestClientInfo";
34
+ import { ManageESignLink } from "./ManageESignLink";
34
35
 
35
36
  export {
36
37
  ScoreCardDetails,
@@ -71,5 +72,6 @@ export {
71
72
  AccountDocumentInfo,
72
73
  ClientDocumentInfo,
73
74
  ClientInputFormSteper,
74
- NoticeOfProtestSteper
75
+ NoticeOfProtestSteper,
76
+ ManageESignLink
75
77
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.352",
3
+ "version": "1.0.353",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {