@leavittsoftware/lg-core-typescript 5.203.0 → 5.205.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/api3.leavitt.com.ts +10 -10
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -1059,6 +1059,13 @@ export interface ManualEntryBudgetDto extends ManualEntryBudget {
|
|
|
1059
1059
|
CompanyName: string | null;
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
|
+
export interface ManualEntryBudgetImportCsvDto {
|
|
1063
|
+
csv: string | null;
|
|
1064
|
+
databaseName: string | null;
|
|
1065
|
+
glDivision: string;
|
|
1066
|
+
tranDate: string;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1062
1069
|
export interface ManualEntryGeneralLedgerDto extends ManualEntryGeneralLedger {
|
|
1063
1070
|
CompanyId: number;
|
|
1064
1071
|
CompanyName: string | null;
|
|
@@ -3512,9 +3519,7 @@ export interface SearchDto {
|
|
|
3512
3519
|
AgencyId: number | null;
|
|
3513
3520
|
AgencyName: string | null;
|
|
3514
3521
|
City: string | null;
|
|
3515
|
-
|
|
3516
|
-
ContactLastName: string | null;
|
|
3517
|
-
ContactTitle: string | null;
|
|
3522
|
+
ContactFullName: string | null;
|
|
3518
3523
|
ElasticScore: number | null;
|
|
3519
3524
|
Email: string | null;
|
|
3520
3525
|
MainPhone: string | null;
|
|
@@ -3524,7 +3529,6 @@ export interface SearchDto {
|
|
|
3524
3529
|
ProducerPhone: string | null;
|
|
3525
3530
|
Source: SearchSourceString;
|
|
3526
3531
|
State: string | null;
|
|
3527
|
-
Title: string | null;
|
|
3528
3532
|
Type: string | null;
|
|
3529
3533
|
Zip: string | null;
|
|
3530
3534
|
}
|
|
@@ -4568,9 +4572,7 @@ export interface CallManagerCrmPhoneNumberDto {
|
|
|
4568
4572
|
Activities: Array<Partial<CallManagerCrmActivityDto>>;
|
|
4569
4573
|
City: string | null;
|
|
4570
4574
|
ContactCoreId: number | null;
|
|
4571
|
-
|
|
4572
|
-
ContactLastName: string | null;
|
|
4573
|
-
ContactTitle: string | null;
|
|
4575
|
+
ContactFullName: string | null;
|
|
4574
4576
|
ElasticScore: number | null;
|
|
4575
4577
|
Email: string | null;
|
|
4576
4578
|
Id: number;
|
|
@@ -4616,9 +4618,7 @@ export interface CrashReportDto {
|
|
|
4616
4618
|
|
|
4617
4619
|
export interface CrmSearchDto {
|
|
4618
4620
|
AgencyName: string | null;
|
|
4619
|
-
|
|
4620
|
-
ContactLastName: string | null;
|
|
4621
|
-
ContactTitle: string | null;
|
|
4621
|
+
ContactFullName: string | null;
|
|
4622
4622
|
ElasticScore: number | null;
|
|
4623
4623
|
FullName: string | null;
|
|
4624
4624
|
IsContact: boolean;
|