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.
- package/CCC/AccountInfo.js +1 -0
- package/CCC/AccountInfo.ts +2 -0
- package/package.json +1 -1
package/CCC/AccountInfo.js
CHANGED
package/CCC/AccountInfo.ts
CHANGED
@@ -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: "",
|