spartaxx.businessmodels 1.0.438 → 1.0.439

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.
@@ -111,6 +111,7 @@ function createDefaultAccountInfo() {
111
111
  FeeAdjustYear4: "",
112
112
  FeeAdjustYear5: "",
113
113
  FeeAdjustYear6: "",
114
+ CAFReasonCodeId: 0
114
115
  };
115
116
  });
116
117
  }
@@ -102,6 +102,7 @@ export interface AccountInfo {
102
102
  FeeAdjustYear4?: string;
103
103
  FeeAdjustYear5?: string;
104
104
  FeeAdjustYear6?: string;
105
+ CAFReasonCodeId?: number
105
106
  }
106
107
 
107
108
  export async function createDefaultAccountInfo(): Promise<AccountInfo> {
@@ -207,5 +208,6 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
207
208
  FeeAdjustYear4: "",
208
209
  FeeAdjustYear5: "",
209
210
  FeeAdjustYear6: "",
211
+ CAFReasonCodeId: 0
210
212
  };
211
213
  }
@@ -27,4 +27,5 @@ export interface PwProcessDocumentDetails {
27
27
  ExpiryDate?: string;
28
28
  TaxNoticesDate?: string;
29
29
  DocumentId: number;
30
+ Id: number;
30
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.438",
3
+ "version": "1.0.439",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {