@matech/thebigpos-sdk 2.15.2-rc.0 → 2.15.3-rc.0
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/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -156,6 +156,7 @@ export interface AllowImpersonationRequest {
|
|
|
156
156
|
email: string;
|
|
157
157
|
}
|
|
158
158
|
export interface ApplicationRowData {
|
|
159
|
+
settlementAgent?: LoanContact | null;
|
|
159
160
|
borrowerEmail?: string | null;
|
|
160
161
|
borrowerFirstName?: string | null;
|
|
161
162
|
borrowerLastName?: string | null;
|
|
@@ -203,7 +204,6 @@ export interface ApplicationRowData {
|
|
|
203
204
|
loanPurpose?: string | null;
|
|
204
205
|
buyerAgent?: LoanContact | null;
|
|
205
206
|
sellerAgent?: LoanContact | null;
|
|
206
|
-
settlementAgent?: LoanContact | null;
|
|
207
207
|
escrowAgent?: LoanContact | null;
|
|
208
208
|
titleInsuranceAgent?: LoanContact | null;
|
|
209
209
|
}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -179,6 +179,7 @@ export interface AllowImpersonationRequest {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
export interface ApplicationRowData {
|
|
182
|
+
settlementAgent?: LoanContact | null;
|
|
182
183
|
borrowerEmail?: string | null;
|
|
183
184
|
borrowerFirstName?: string | null;
|
|
184
185
|
borrowerLastName?: string | null;
|
|
@@ -226,7 +227,6 @@ export interface ApplicationRowData {
|
|
|
226
227
|
loanPurpose?: string | null;
|
|
227
228
|
buyerAgent?: LoanContact | null;
|
|
228
229
|
sellerAgent?: LoanContact | null;
|
|
229
|
-
settlementAgent?: LoanContact | null;
|
|
230
230
|
escrowAgent?: LoanContact | null;
|
|
231
231
|
titleInsuranceAgent?: LoanContact | null;
|
|
232
232
|
}
|