@leavittsoftware/lg-core-typescript 4.181.0 → 4.182.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/api2.leavitt.com.js +0 -50
- package/api2.leavitt.com.ts +1 -159
- package/api3.leavitt.com.js +7 -0
- package/api3.leavitt.com.js.map +1 -1
- package/api3.leavitt.com.ts +13 -5
- package/package.json +1 -1
package/api2.leavitt.com.js
CHANGED
|
@@ -81,56 +81,6 @@ export var Opportunity_new_LineofCoverage;
|
|
|
81
81
|
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["PlanDocAdminWork"] = 100000055] = "PlanDocAdminWork";
|
|
82
82
|
Opportunity_new_LineofCoverage[Opportunity_new_LineofCoverage["Package"] = 100000056] = "Package";
|
|
83
83
|
})(Opportunity_new_LineofCoverage || (Opportunity_new_LineofCoverage = {}));
|
|
84
|
-
export var HttpStatusCode;
|
|
85
|
-
(function (HttpStatusCode) {
|
|
86
|
-
HttpStatusCode[HttpStatusCode["Continue"] = 100] = "Continue";
|
|
87
|
-
HttpStatusCode[HttpStatusCode["SwitchingProtocols"] = 101] = "SwitchingProtocols";
|
|
88
|
-
HttpStatusCode[HttpStatusCode["OK"] = 200] = "OK";
|
|
89
|
-
HttpStatusCode[HttpStatusCode["Created"] = 201] = "Created";
|
|
90
|
-
HttpStatusCode[HttpStatusCode["Accepted"] = 202] = "Accepted";
|
|
91
|
-
HttpStatusCode[HttpStatusCode["NonAuthoritativeInformation"] = 203] = "NonAuthoritativeInformation";
|
|
92
|
-
HttpStatusCode[HttpStatusCode["NoContent"] = 204] = "NoContent";
|
|
93
|
-
HttpStatusCode[HttpStatusCode["ResetContent"] = 205] = "ResetContent";
|
|
94
|
-
HttpStatusCode[HttpStatusCode["PartialContent"] = 206] = "PartialContent";
|
|
95
|
-
HttpStatusCode[HttpStatusCode["MultipleChoices"] = 300] = "MultipleChoices";
|
|
96
|
-
HttpStatusCode[HttpStatusCode["MovedPermanently"] = 301] = "MovedPermanently";
|
|
97
|
-
HttpStatusCode[HttpStatusCode["Redirect"] = 302] = "Redirect";
|
|
98
|
-
HttpStatusCode[HttpStatusCode["SeeOther"] = 303] = "SeeOther";
|
|
99
|
-
HttpStatusCode[HttpStatusCode["NotModified"] = 304] = "NotModified";
|
|
100
|
-
HttpStatusCode[HttpStatusCode["UseProxy"] = 305] = "UseProxy";
|
|
101
|
-
HttpStatusCode[HttpStatusCode["Unused"] = 306] = "Unused";
|
|
102
|
-
HttpStatusCode[HttpStatusCode["TemporaryRedirect"] = 307] = "TemporaryRedirect";
|
|
103
|
-
HttpStatusCode[HttpStatusCode["BadRequest"] = 400] = "BadRequest";
|
|
104
|
-
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
105
|
-
HttpStatusCode[HttpStatusCode["PaymentRequired"] = 402] = "PaymentRequired";
|
|
106
|
-
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
107
|
-
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
108
|
-
HttpStatusCode[HttpStatusCode["MethodNotAllowed"] = 405] = "MethodNotAllowed";
|
|
109
|
-
HttpStatusCode[HttpStatusCode["NotAcceptable"] = 406] = "NotAcceptable";
|
|
110
|
-
HttpStatusCode[HttpStatusCode["ProxyAuthenticationRequired"] = 407] = "ProxyAuthenticationRequired";
|
|
111
|
-
HttpStatusCode[HttpStatusCode["RequestTimeout"] = 408] = "RequestTimeout";
|
|
112
|
-
HttpStatusCode[HttpStatusCode["Conflict"] = 409] = "Conflict";
|
|
113
|
-
HttpStatusCode[HttpStatusCode["Gone"] = 410] = "Gone";
|
|
114
|
-
HttpStatusCode[HttpStatusCode["LengthRequired"] = 411] = "LengthRequired";
|
|
115
|
-
HttpStatusCode[HttpStatusCode["PreconditionFailed"] = 412] = "PreconditionFailed";
|
|
116
|
-
HttpStatusCode[HttpStatusCode["RequestEntityTooLarge"] = 413] = "RequestEntityTooLarge";
|
|
117
|
-
HttpStatusCode[HttpStatusCode["RequestUriTooLong"] = 414] = "RequestUriTooLong";
|
|
118
|
-
HttpStatusCode[HttpStatusCode["UnsupportedMediaType"] = 415] = "UnsupportedMediaType";
|
|
119
|
-
HttpStatusCode[HttpStatusCode["RequestedRangeNotSatisfiable"] = 416] = "RequestedRangeNotSatisfiable";
|
|
120
|
-
HttpStatusCode[HttpStatusCode["ExpectationFailed"] = 417] = "ExpectationFailed";
|
|
121
|
-
HttpStatusCode[HttpStatusCode["UpgradeRequired"] = 426] = "UpgradeRequired";
|
|
122
|
-
HttpStatusCode[HttpStatusCode["InternalServerError"] = 500] = "InternalServerError";
|
|
123
|
-
HttpStatusCode[HttpStatusCode["NotImplemented"] = 501] = "NotImplemented";
|
|
124
|
-
HttpStatusCode[HttpStatusCode["BadGateway"] = 502] = "BadGateway";
|
|
125
|
-
HttpStatusCode[HttpStatusCode["ServiceUnavailable"] = 503] = "ServiceUnavailable";
|
|
126
|
-
HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
|
|
127
|
-
HttpStatusCode[HttpStatusCode["HttpVersionNotSupported"] = 505] = "HttpVersionNotSupported";
|
|
128
|
-
})(HttpStatusCode || (HttpStatusCode = {}));
|
|
129
|
-
export var AgencyInvestmentType;
|
|
130
|
-
(function (AgencyInvestmentType) {
|
|
131
|
-
AgencyInvestmentType[AgencyInvestmentType["Minimum"] = 0] = "Minimum";
|
|
132
|
-
AgencyInvestmentType[AgencyInvestmentType["Goal"] = 1] = "Goal";
|
|
133
|
-
})(AgencyInvestmentType || (AgencyInvestmentType = {}));
|
|
134
84
|
export var AddressTypes;
|
|
135
85
|
(function (AddressTypes) {
|
|
136
86
|
AddressTypes[AddressTypes["Business"] = 0] = "Business";
|
package/api2.leavitt.com.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// </auto-generated>
|
|
5
5
|
// ----------------------
|
|
6
6
|
import { BenefitPointCustomer,Ams360Customer } from './elasticsearch'
|
|
7
|
-
import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,
|
|
7
|
+
import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,PreferredContactMethodTypeString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,ApplicationToApplicationTag,PermissionToApplication,PhoneNumberTypesString } from './lg.core'
|
|
8
8
|
|
|
9
9
|
export interface EventEmailDto {
|
|
10
10
|
Body: string | null;
|
|
@@ -367,15 +367,6 @@ export interface Ams360CustomerDto {
|
|
|
367
367
|
ZipCode: string | null;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
-
export interface TvGroupUpsertDto {
|
|
371
|
-
Host: string | null;
|
|
372
|
-
Id: number | null;
|
|
373
|
-
Name: string | null;
|
|
374
|
-
SlideShowId: number | null;
|
|
375
|
-
SubnetMask: string | null;
|
|
376
|
-
Tvs: Array<Partial<Tv>> | null;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
370
|
export interface AccountsJobRoleDto {
|
|
380
371
|
BenefitsAssignmentPercentage: number | null;
|
|
381
372
|
CommercialAssignmentPercentage: number | null;
|
|
@@ -711,13 +702,6 @@ export interface OpportunityDto {
|
|
|
711
702
|
TotalRevenue: Partial<number> | null;
|
|
712
703
|
}
|
|
713
704
|
|
|
714
|
-
export interface EventsRegisteredUserDto {
|
|
715
|
-
Description: string | null;
|
|
716
|
-
EventDate: string | null;
|
|
717
|
-
EventName: string | null;
|
|
718
|
-
Status: string | null;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
705
|
export interface UpsertCompanyOwnershipDto {
|
|
722
706
|
CompanyOwnerships: Array<Partial<CompanyOwnership>> | null;
|
|
723
707
|
}
|
|
@@ -893,94 +877,6 @@ export interface LssApplicationUpsertDto {
|
|
|
893
877
|
URL: string | null;
|
|
894
878
|
}
|
|
895
879
|
|
|
896
|
-
export interface UnassignedProducerDTO {
|
|
897
|
-
AgencyId: number | null;
|
|
898
|
-
AgencyName: string | null;
|
|
899
|
-
AgencyPartner: Partial<Person> | null;
|
|
900
|
-
Producer: Partial<Person> | null;
|
|
901
|
-
ProducerId: number;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
export interface OfferLetterDataDto {
|
|
905
|
-
CommissionRates: Array<Partial<ProducerCommissionRate>> | null;
|
|
906
|
-
CoOwnerName: string | null;
|
|
907
|
-
CoOwnerTitle: string | null;
|
|
908
|
-
DifferedCompensation: Partial<DifferedCompensation> | null;
|
|
909
|
-
Expectations: Array<Partial<Expectation>> | null;
|
|
910
|
-
FirstName: string | null;
|
|
911
|
-
HireDate: string | null;
|
|
912
|
-
HiringCompanyName: string | null;
|
|
913
|
-
LastName: string | null;
|
|
914
|
-
PersonId: number;
|
|
915
|
-
TravelExpense: number | null;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
export interface AgencyProfitabilityReportDto {
|
|
919
|
-
AgencyProfitabilityPercentage: number;
|
|
920
|
-
AgencyProfitabilityValue: number;
|
|
921
|
-
Year: number;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
export interface CriteriaStatus {
|
|
925
|
-
FailReasons: Array<Partial<FailReason>> | null;
|
|
926
|
-
ReturnReason: string | null;
|
|
927
|
-
ReturnStatus: HttpStatusCodeString;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
export interface MinimumSalesExpectationReportDto {
|
|
931
|
-
AnnualizedBooked: number;
|
|
932
|
-
Date: string;
|
|
933
|
-
QFAs: number;
|
|
934
|
-
Written: number;
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
export interface NuppReportDto {
|
|
938
|
-
DrawsAfterMonth43: Array<string> | null;
|
|
939
|
-
ExpectationStartDate: string;
|
|
940
|
-
SalesExpectationId: number;
|
|
941
|
-
SubsidyAfterMonth49: Array<string> | null;
|
|
942
|
-
Year4StandardCommissionsX2: number;
|
|
943
|
-
YearNuppTotals: Array<number> | null;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
export interface ProducerInvestmentReportDto {
|
|
947
|
-
BookOfBusiness: number;
|
|
948
|
-
CumulativeProfit: number;
|
|
949
|
-
CumulativeProfitMargin: number;
|
|
950
|
-
EstAnnualProfit: number;
|
|
951
|
-
LessAcquisitionCost: number;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
export interface ProducerOpportunityReportDto {
|
|
955
|
-
NewWrittenCommissionsGoal: number;
|
|
956
|
-
NewWrittenCommissionsMinimum: number;
|
|
957
|
-
QFAsMonthlyMinimum: number;
|
|
958
|
-
}
|
|
959
|
-
|
|
960
|
-
export interface ProducerOpportunityReportValueDto {
|
|
961
|
-
DeferredCompensation: number;
|
|
962
|
-
Draw: number;
|
|
963
|
-
NewCommission: number;
|
|
964
|
-
RenewalCommission: number;
|
|
965
|
-
RenewalCommissionAssignedBook: number;
|
|
966
|
-
Subsidy: number;
|
|
967
|
-
TotalIncome: number;
|
|
968
|
-
TotalProducerOpportnityValue: number;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
export interface CommissionRateDto {
|
|
972
|
-
ProducerCommissionRate: Partial<ProducerCommissionRate> | null;
|
|
973
|
-
ReplacementId: number | null;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
export interface AgencyInvestmentReportDto {
|
|
977
|
-
LessAcquisitionCost: number;
|
|
978
|
-
LessDeferredCompLiability: number;
|
|
979
|
-
NetAsset: number;
|
|
980
|
-
OrganicAssetValue: number;
|
|
981
|
-
Type: AgencyInvestmentTypeString;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
880
|
export interface CompanyLeaseAttachmentSearchDto {
|
|
985
881
|
CdnFileName: string | null;
|
|
986
882
|
CompanyId: number;
|
|
@@ -1159,60 +1055,6 @@ export enum Opportunity_new_LineofCoverage {
|
|
|
1159
1055
|
|
|
1160
1056
|
export type Opportunity_new_LineofCoverageString = keyof typeof Opportunity_new_LineofCoverage;
|
|
1161
1057
|
|
|
1162
|
-
export enum HttpStatusCode {
|
|
1163
|
-
Continue = 100,
|
|
1164
|
-
SwitchingProtocols = 101,
|
|
1165
|
-
OK = 200,
|
|
1166
|
-
Created = 201,
|
|
1167
|
-
Accepted = 202,
|
|
1168
|
-
NonAuthoritativeInformation = 203,
|
|
1169
|
-
NoContent = 204,
|
|
1170
|
-
ResetContent = 205,
|
|
1171
|
-
PartialContent = 206,
|
|
1172
|
-
MultipleChoices = 300,
|
|
1173
|
-
MovedPermanently = 301,
|
|
1174
|
-
Redirect = 302,
|
|
1175
|
-
SeeOther = 303,
|
|
1176
|
-
NotModified = 304,
|
|
1177
|
-
UseProxy = 305,
|
|
1178
|
-
Unused = 306,
|
|
1179
|
-
TemporaryRedirect = 307,
|
|
1180
|
-
BadRequest = 400,
|
|
1181
|
-
Unauthorized = 401,
|
|
1182
|
-
PaymentRequired = 402,
|
|
1183
|
-
Forbidden = 403,
|
|
1184
|
-
NotFound = 404,
|
|
1185
|
-
MethodNotAllowed = 405,
|
|
1186
|
-
NotAcceptable = 406,
|
|
1187
|
-
ProxyAuthenticationRequired = 407,
|
|
1188
|
-
RequestTimeout = 408,
|
|
1189
|
-
Conflict = 409,
|
|
1190
|
-
Gone = 410,
|
|
1191
|
-
LengthRequired = 411,
|
|
1192
|
-
PreconditionFailed = 412,
|
|
1193
|
-
RequestEntityTooLarge = 413,
|
|
1194
|
-
RequestUriTooLong = 414,
|
|
1195
|
-
UnsupportedMediaType = 415,
|
|
1196
|
-
RequestedRangeNotSatisfiable = 416,
|
|
1197
|
-
ExpectationFailed = 417,
|
|
1198
|
-
UpgradeRequired = 426,
|
|
1199
|
-
InternalServerError = 500,
|
|
1200
|
-
NotImplemented = 501,
|
|
1201
|
-
BadGateway = 502,
|
|
1202
|
-
ServiceUnavailable = 503,
|
|
1203
|
-
GatewayTimeout = 504,
|
|
1204
|
-
HttpVersionNotSupported = 505
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
export type HttpStatusCodeString = keyof typeof HttpStatusCode;
|
|
1208
|
-
|
|
1209
|
-
export enum AgencyInvestmentType {
|
|
1210
|
-
Minimum = 0,
|
|
1211
|
-
Goal = 1
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
export type AgencyInvestmentTypeString = keyof typeof AgencyInvestmentType;
|
|
1215
|
-
|
|
1216
1058
|
export enum AddressTypes {
|
|
1217
1059
|
Business = 0,
|
|
1218
1060
|
Home = 1
|
package/api3.leavitt.com.js
CHANGED
|
@@ -127,6 +127,13 @@ export var SearchSource;
|
|
|
127
127
|
SearchSource[SearchSource["AMS360"] = 1] = "AMS360";
|
|
128
128
|
SearchSource[SearchSource["CRM"] = 2] = "CRM";
|
|
129
129
|
})(SearchSource || (SearchSource = {}));
|
|
130
|
+
export var CloseCompanyType;
|
|
131
|
+
(function (CloseCompanyType) {
|
|
132
|
+
CloseCompanyType[CloseCompanyType["CorporateDisposal"] = 0] = "CorporateDisposal";
|
|
133
|
+
CloseCompanyType[CloseCompanyType["Disaffiliation"] = 1] = "Disaffiliation";
|
|
134
|
+
CloseCompanyType[CloseCompanyType["Merger"] = 2] = "Merger";
|
|
135
|
+
CloseCompanyType[CloseCompanyType["None"] = 3] = "None";
|
|
136
|
+
})(CloseCompanyType || (CloseCompanyType = {}));
|
|
130
137
|
export var CompanyRoleType;
|
|
131
138
|
(function (CompanyRoleType) {
|
|
132
139
|
CompanyRoleType[CompanyRoleType["LLCCompanyRole"] = 0] = "LLCCompanyRole";
|
package/api3.leavitt.com.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"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"}
|
package/api3.leavitt.com.ts
CHANGED
|
@@ -3446,6 +3446,10 @@ export interface AgencySearchInfo {
|
|
|
3446
3446
|
RemoteLocationCount: number;
|
|
3447
3447
|
}
|
|
3448
3448
|
|
|
3449
|
+
export interface CloseCompanyDto {
|
|
3450
|
+
Type: CloseCompanyTypeString;
|
|
3451
|
+
}
|
|
3452
|
+
|
|
3449
3453
|
export interface CompanyAddressUpsertDto {
|
|
3450
3454
|
BuildingNicknameId: number | null;
|
|
3451
3455
|
City: string | null;
|
|
@@ -3528,11 +3532,6 @@ export interface LocationRequestDto {
|
|
|
3528
3532
|
Zip: string | null;
|
|
3529
3533
|
}
|
|
3530
3534
|
|
|
3531
|
-
export interface MergerDto {
|
|
3532
|
-
DestCompanyId: number;
|
|
3533
|
-
Locations: Array<Partial<MergerLocationsDto>>;
|
|
3534
|
-
}
|
|
3535
|
-
|
|
3536
3535
|
export interface MergerLocationsDto {
|
|
3537
3536
|
CurrLocationId: number;
|
|
3538
3537
|
DestLocationId: number;
|
|
@@ -4144,6 +4143,15 @@ export enum SearchSource {
|
|
|
4144
4143
|
|
|
4145
4144
|
export type SearchSourceString = keyof typeof SearchSource;
|
|
4146
4145
|
|
|
4146
|
+
export enum CloseCompanyType {
|
|
4147
|
+
CorporateDisposal = 0,
|
|
4148
|
+
Disaffiliation = 1,
|
|
4149
|
+
Merger = 2,
|
|
4150
|
+
None = 3
|
|
4151
|
+
}
|
|
4152
|
+
|
|
4153
|
+
export type CloseCompanyTypeString = keyof typeof CloseCompanyType;
|
|
4154
|
+
|
|
4147
4155
|
export enum CompanyRoleType {
|
|
4148
4156
|
LLCCompanyRole = 0,
|
|
4149
4157
|
AgencyRole = 1,
|