spartaxx.businessmodels 1.0.433 → 1.0.435

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CCC/CCCModel.ts CHANGED
@@ -32,6 +32,9 @@ import { DMpropertySurveyClientInfo } from "./DMpropertySurveyClientInfo";
32
32
  import { ClientInputFormSteper } from "./ClientInputForm";
33
33
  import { NoticeOfProtestSteper } from "./NoticeOfProtestClientInfo";
34
34
  import { ManageESignLink } from "./ManageESignLink";
35
+ import { ManageCampaign } from "./ManageCampaign";
36
+
37
+
35
38
 
36
39
  export {
37
40
  ScoreCardDetails,
@@ -73,5 +76,6 @@ export {
73
76
  ClientDocumentInfo,
74
77
  ClientInputFormSteper,
75
78
  NoticeOfProtestSteper,
76
- ManageESignLink
79
+ ManageESignLink,
80
+ ManageCampaign
77
81
  }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ export interface ManageCampaign {
2
+ id: number;
3
+ name: string;
4
+ moduleId: number;
5
+ isInActive: boolean;
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.433",
3
+ "version": "1.0.435",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {