spartaxx.businessmodels 1.0.267 → 1.0.268

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.
@@ -79,7 +79,8 @@ function createDefaultAccountInfo() {
79
79
  IsInactivateReasonCode: 0,
80
80
  IsReactivateAccount: false,
81
81
  CDU: "",
82
- AccountSourceId: 0
82
+ AccountSourceId: 0,
83
+ ReasonCode: ""
83
84
  };
84
85
  });
85
86
  }
@@ -68,6 +68,7 @@ export interface AccountInfo {
68
68
  IsReactivateAccount?: boolean;
69
69
  CDU?: string;
70
70
  AccountSourceId?: number;
71
+ ReasonCode?: string;
71
72
  }
72
73
 
73
74
  export async function createDefaultAccountInfo(): Promise<AccountInfo> {
@@ -140,6 +141,7 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
140
141
  IsInactivateReasonCode: 0,
141
142
  IsReactivateAccount: false,
142
143
  CDU: "",
143
- AccountSourceId: 0
144
+ AccountSourceId: 0,
145
+ ReasonCode: ""
144
146
  };
145
147
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.267",
3
+ "version": "1.0.268",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {