@leavittsoftware/lg-core-typescript 5.204.0 → 5.206.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
|
@@ -1071,6 +1071,13 @@ export interface ManualEntryGeneralLedgerDto extends ManualEntryGeneralLedger {
|
|
|
1071
1071
|
CompanyName: string | null;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
|
+
export interface ManualEntryGeneralLedgersImportCsvDto {
|
|
1075
|
+
Csv: string | null;
|
|
1076
|
+
DatabaseName: string | null;
|
|
1077
|
+
GlDivision: string | null;
|
|
1078
|
+
TranDate: string;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1074
1081
|
export interface ManualEntryProductionDto extends ManualEntryProduction {
|
|
1075
1082
|
CompanyId: number;
|
|
1076
1083
|
CompanyName: string | null;
|
|
@@ -3519,9 +3526,7 @@ export interface SearchDto {
|
|
|
3519
3526
|
AgencyId: number | null;
|
|
3520
3527
|
AgencyName: string | null;
|
|
3521
3528
|
City: string | null;
|
|
3522
|
-
|
|
3523
|
-
ContactLastName: string | null;
|
|
3524
|
-
ContactTitle: string | null;
|
|
3529
|
+
ContactFullName: string | null;
|
|
3525
3530
|
ElasticScore: number | null;
|
|
3526
3531
|
Email: string | null;
|
|
3527
3532
|
MainPhone: string | null;
|
|
@@ -3531,7 +3536,6 @@ export interface SearchDto {
|
|
|
3531
3536
|
ProducerPhone: string | null;
|
|
3532
3537
|
Source: SearchSourceString;
|
|
3533
3538
|
State: string | null;
|
|
3534
|
-
Title: string | null;
|
|
3535
3539
|
Type: string | null;
|
|
3536
3540
|
Zip: string | null;
|
|
3537
3541
|
}
|
|
@@ -4575,9 +4579,7 @@ export interface CallManagerCrmPhoneNumberDto {
|
|
|
4575
4579
|
Activities: Array<Partial<CallManagerCrmActivityDto>>;
|
|
4576
4580
|
City: string | null;
|
|
4577
4581
|
ContactCoreId: number | null;
|
|
4578
|
-
|
|
4579
|
-
ContactLastName: string | null;
|
|
4580
|
-
ContactTitle: string | null;
|
|
4582
|
+
ContactFullName: string | null;
|
|
4581
4583
|
ElasticScore: number | null;
|
|
4582
4584
|
Email: string | null;
|
|
4583
4585
|
Id: number;
|
|
@@ -4623,9 +4625,7 @@ export interface CrashReportDto {
|
|
|
4623
4625
|
|
|
4624
4626
|
export interface CrmSearchDto {
|
|
4625
4627
|
AgencyName: string | null;
|
|
4626
|
-
|
|
4627
|
-
ContactLastName: string | null;
|
|
4628
|
-
ContactTitle: string | null;
|
|
4628
|
+
ContactFullName: string | null;
|
|
4629
4629
|
ElasticScore: number | null;
|
|
4630
4630
|
FullName: string | null;
|
|
4631
4631
|
IsContact: boolean;
|