spartaxx.businessmodels 1.0.253 → 1.0.254

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.
@@ -51,6 +51,7 @@ function createDefaultAccountInfo() {
51
51
  ARBAssignedAgentName: "",
52
52
  ARBAssignedAgentRegistrationNumber: "",
53
53
  ARBAssignedAgentPhoneNumber: "",
54
+ ARBAssignedAgentEmailAddress: "",
54
55
  OwnerName: "",
55
56
  OwnerEmail: "",
56
57
  OwnerPhone: "",
@@ -37,6 +37,7 @@ export interface AccountInfo {
37
37
  ARBAssignedAgentName?: string;
38
38
  ARBAssignedAgentRegistrationNumber?: string;
39
39
  ARBAssignedAgentPhoneNumber?: string;
40
+ ARBAssignedAgentEmailAddress?: string;
40
41
 
41
42
  OwnerName?: string;
42
43
  OwnerEmail?: string;
@@ -107,6 +108,7 @@ export async function createDefaultAccountInfo(): Promise<AccountInfo> {
107
108
  ARBAssignedAgentName: "",
108
109
  ARBAssignedAgentRegistrationNumber: "",
109
110
  ARBAssignedAgentPhoneNumber: "",
111
+ ARBAssignedAgentEmailAddress: "",
110
112
 
111
113
  OwnerName: "",
112
114
  OwnerEmail: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.253",
3
+ "version": "1.0.254",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {