@leavittsoftware/lg-core-typescript 5.194.0 → 5.195.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/lg.net.dynamics.ts +193 -193
- package/package.json +1 -1
package/lg.net.dynamics.ts
CHANGED
|
@@ -5,166 +5,166 @@
|
|
|
5
5
|
// ----------------------
|
|
6
6
|
|
|
7
7
|
export interface Account extends IEntity {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
8
|
+
AccountId: string | null;
|
|
9
|
+
AccountStatus: new_AccountStatusString | null;
|
|
10
|
+
AccountType: new_AccountTypeString | null;
|
|
11
|
+
Address1: string | null;
|
|
12
|
+
Address2: string | null;
|
|
13
|
+
AmsExportId: string | null;
|
|
14
|
+
AnnualPayroll: string | null;
|
|
15
|
+
CompanySize: Account_new_CompanySizeString | null;
|
|
16
|
+
ContactFirstName: string | null;
|
|
17
|
+
ContactFullName: string | null;
|
|
18
|
+
ContactLastName: string | null;
|
|
19
|
+
ContactTitle: string | null;
|
|
20
|
+
CreatedOn: string | null;
|
|
21
|
+
Description: string | null;
|
|
22
|
+
DoNotPhone: boolean | null;
|
|
23
|
+
EmailAddress1: string | null;
|
|
24
|
+
Fax: string | null;
|
|
25
|
+
InitialAppointment: string | null;
|
|
26
|
+
LastActivityDate: string | null;
|
|
27
|
+
ModifiedOn: string | null;
|
|
28
|
+
MondayId: string | null;
|
|
29
|
+
NaicsCode: string | null;
|
|
30
|
+
Name: string | null;
|
|
31
|
+
NumberOfEmployees: number | null;
|
|
32
|
+
NumberOfLocations: string | null;
|
|
33
|
+
Opportunities: Array<Partial<Opportunity>> | null;
|
|
34
|
+
OriginalLeadSource: string | null;
|
|
35
|
+
OwnerId: string | null;
|
|
36
|
+
OwningBusinessUnit: string | null;
|
|
37
|
+
OwningUser: string | null;
|
|
38
|
+
PotentialRevenue: number | null;
|
|
39
|
+
PreferredContactMethodCode: Account_PreferredContactMethodCodeString | null;
|
|
40
|
+
RecentLeadSource: string | null;
|
|
41
|
+
StatusCode: Account_StatusCodeString | null;
|
|
42
|
+
SurgeId: string | null;
|
|
43
|
+
Telephone1: string | null;
|
|
44
|
+
Telephone2: string | null;
|
|
45
|
+
Telephone3: string | null;
|
|
46
|
+
Topic: string | null;
|
|
47
|
+
WrittenYtd: number | null;
|
|
48
|
+
XDate: string | null;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
export interface ActivityPlanner extends IEntity {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
52
|
+
ActivityPlannerId: string | null;
|
|
53
|
+
ModifiedOn: string | null;
|
|
54
|
+
NewActivityPlannerName: string | null;
|
|
55
|
+
NewClosingRatio: number | null;
|
|
56
|
+
NewConversationToInitialAppointmentRatio: number | null;
|
|
57
|
+
NewConversionOfInitialAppointmentToClose: number | null;
|
|
58
|
+
NewEndDateSimple: string | null;
|
|
59
|
+
NewInitialAppointmentToPresentationRatio: number | null;
|
|
60
|
+
NewMonthlyNewRevenue: number | null;
|
|
61
|
+
NewMonthlyNumberOfConversations: number | null;
|
|
62
|
+
NewMonthlyNumberOfInitialAppointments: number | null;
|
|
63
|
+
NewMonthlyNumberOfPresentations: number | null;
|
|
64
|
+
NewMonthlyNumberOfSales: number | null;
|
|
65
|
+
NewNumberOfConversationsNeeded: number | null;
|
|
66
|
+
NewNumberOfInitialAppointmentsNeeded: number | null;
|
|
67
|
+
NewNumberOfPresentationsNeeded: number | null;
|
|
68
|
+
NewNumberOfSalesNeeded: number | null;
|
|
69
|
+
NewRevenueAvgPerAccount: number | null;
|
|
70
|
+
NewRevenueGoal: number | null;
|
|
71
|
+
NewRevenueGoal2: number | null;
|
|
72
|
+
NewRevenueYtd: number | null;
|
|
73
|
+
NewSaleProbabilityFromAppointmentToClose: number | null;
|
|
74
|
+
NewStartDateSimple: string | null;
|
|
75
|
+
NewSubmissionPercentage: number | null;
|
|
76
|
+
NewWeeklyNewRevenueNeeded: number | null;
|
|
77
|
+
NewWeeklyNumberOfConversationsNeeded: number | null;
|
|
78
|
+
NewWeeklyNumberOfInitialAppointmentsNeeded: number | null;
|
|
79
|
+
NewWeeklyNumberOfPresentationsNeeded: number | null;
|
|
80
|
+
NewWeeklyNumberOfSalesNeeded: number | null;
|
|
81
|
+
NewWeeksRemaining: number | null;
|
|
82
|
+
OwnerId: string | null;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
export interface Annotation extends IEntity {
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
86
|
+
AnnotationId: string | null;
|
|
87
|
+
CreatedOn: string | null;
|
|
88
|
+
DocumentBody: string | null;
|
|
89
|
+
FileName: string | null;
|
|
90
|
+
FileSize: number | null;
|
|
91
|
+
ImportSequenceNumber: number | null;
|
|
92
|
+
IsDocument: boolean;
|
|
93
|
+
LangId: string | null;
|
|
94
|
+
LinkObjectIdAccount: string | null;
|
|
95
|
+
LinkOwnerId: string | null;
|
|
96
|
+
MimeType: string | null;
|
|
97
|
+
ModifiedOn: string | null;
|
|
98
|
+
NoteText: string | null;
|
|
99
|
+
ObjectTypeCode: string | null;
|
|
100
|
+
OverriddenCreatedOn: string | null;
|
|
101
|
+
Prefix: string | null;
|
|
102
|
+
StepId: string | null;
|
|
103
|
+
Subject: string | null;
|
|
104
|
+
VersionNumber: number | null;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
export interface BusinessUnit extends IEntity {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
108
|
+
Address1City: string | null;
|
|
109
|
+
Address1Country: string | null;
|
|
110
|
+
Address1Line1: string | null;
|
|
111
|
+
Address1Line2: string | null;
|
|
112
|
+
Address1Line3: string | null;
|
|
113
|
+
Address1PostalCode: string | null;
|
|
114
|
+
Address1StateOrProvince: string | null;
|
|
115
|
+
Address1Telephone1: string | null;
|
|
116
|
+
Address1Telephone2: string | null;
|
|
117
|
+
Address1Telephone3: string | null;
|
|
118
|
+
BusinessUnitId: string;
|
|
119
|
+
EmailAddress: string | null;
|
|
120
|
+
Name: string | null;
|
|
121
|
+
NewCoreCompanyId: string | null;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
export interface Commission extends IEntity {
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
125
|
+
CreatedById: string | null;
|
|
126
|
+
CreatedOn: string | null;
|
|
127
|
+
ModifiedBy: string | null;
|
|
128
|
+
ModifiedOn: string | null;
|
|
129
|
+
NewCommission: number | null;
|
|
130
|
+
NewCommissionSplitId: string | null;
|
|
131
|
+
NewParentOpportunity: Partial<Opportunity> | null;
|
|
132
|
+
NewParentOpportunityId: string | null;
|
|
133
|
+
NewPercentage: number | null;
|
|
134
|
+
NewSplitWith: string | null;
|
|
135
|
+
OwnerId: string | null;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
export interface Contact extends IEntity {
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
139
|
+
AccountGuid: string | null;
|
|
140
|
+
Address1City: string | null;
|
|
141
|
+
Address1Line1: string | null;
|
|
142
|
+
Address1PostalCode: string | null;
|
|
143
|
+
Address1StateOrProvince: string | null;
|
|
144
|
+
Address2Line1: string | null;
|
|
145
|
+
ContactId: string | null;
|
|
146
|
+
EmailAddress: string | null;
|
|
147
|
+
FirstName: string | null;
|
|
148
|
+
LastName: string | null;
|
|
149
|
+
ModifiedOn: string | null;
|
|
150
|
+
OwnerId: string | null;
|
|
151
|
+
ParentCustomerId: string | null;
|
|
152
|
+
Telephone1: string | null;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
export interface Email extends IEntity {
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
ActivityId: string | null;
|
|
157
|
+
ActivityTypeCode: string | null;
|
|
158
158
|
email_activity_parties: Array<Partial<ActivityParty>> | null;
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
159
|
+
link_emailsender_systemuser: string | null;
|
|
160
|
+
link_regardingobjectid_account: string | null;
|
|
161
|
+
NewEloquaActivityId: string | null;
|
|
162
162
|
regardingobjectid_account: Partial<Account> | null;
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
163
|
+
Sender: string | null;
|
|
164
|
+
StateCode: number | null;
|
|
165
|
+
StatusCode: number | null;
|
|
166
|
+
Subject: string | null;
|
|
167
|
+
ToRecipients: string | null;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
export interface ActivityParty {
|
|
@@ -189,42 +189,42 @@ export interface LocalizedLabel {
|
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
export interface Opportunity extends IEntity {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
192
|
+
ActualCloseDate: string | null;
|
|
193
|
+
AppointmentDate: string | null;
|
|
194
|
+
BindAndCloseOn: string | null;
|
|
195
|
+
BorSoldDate: string | null;
|
|
196
|
+
Carrier: Opportunity_new_SponsorString | null;
|
|
197
|
+
CommissionFee: number | null;
|
|
198
|
+
CommissionPercentage: number | null;
|
|
199
|
+
ConversationDate: string | null;
|
|
200
|
+
CreatedOn: string | null;
|
|
201
|
+
EffectiveDate: string | null;
|
|
202
|
+
IsBor: boolean | null;
|
|
203
|
+
LastModifiedDate: string | null;
|
|
204
|
+
LgeOpportunitySalesStage: lge_OpportunitySalesStageString | null;
|
|
205
|
+
LineOfBusiness: Opportunity_new_LineofBusinessString | null;
|
|
206
|
+
LineOfCoverage: Opportunity_new_LineofCoverageString | null;
|
|
207
|
+
LineOfCoverageFriendlyName: string | null;
|
|
208
|
+
LineOfCoverageMulti: string | null;
|
|
209
|
+
LostDate: string | null;
|
|
210
|
+
Name: string | null;
|
|
211
|
+
NewOrRenewal: Opportunity_new_NeworRenewalString | null;
|
|
212
|
+
OpportunityId: string | null;
|
|
213
|
+
OwnerId: string | null;
|
|
214
|
+
ParentAccount: Partial<Account> | null;
|
|
215
|
+
ParentAccountId: string | null;
|
|
216
|
+
ParentAccountName: string | null;
|
|
217
|
+
Premium: number | null;
|
|
218
|
+
PresentationDate: string | null;
|
|
219
|
+
ProposeOn: string | null;
|
|
220
|
+
ProspectOn: string | null;
|
|
221
|
+
SalesStageCode: number | null;
|
|
222
|
+
SalesStageQualifiedDate: string | null;
|
|
223
|
+
SoldDate: string | null;
|
|
224
|
+
Status: Opportunity_StateCodeString | null;
|
|
225
|
+
StatusReason: Opportunity_StatusCodeString | null;
|
|
226
|
+
SubmissionDate: string | null;
|
|
227
|
+
TotalRevenue: number | null;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
export interface OptionMetadata {
|
|
@@ -237,28 +237,28 @@ export interface OptionSetMetadata {
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
export interface PhoneCall extends IEntity {
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
240
|
+
ActivityId: string | null;
|
|
241
|
+
ActivityTypeCode: string | null;
|
|
242
|
+
ActualEnd: string | null;
|
|
243
|
+
ActualStart: string | null;
|
|
244
|
+
CreatedOn: string | null;
|
|
245
|
+
Description: string | null;
|
|
246
|
+
DirectionCode: boolean | null;
|
|
247
247
|
LinkOwnerId: string | null;
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
248
|
+
ModifiedOn: string | null;
|
|
249
|
+
OwnerIdValue: string | null;
|
|
250
|
+
PhoneNumber: string | null;
|
|
251
251
|
RegardingAccountLink: string | null;
|
|
252
|
-
|
|
253
|
-
|
|
252
|
+
RegardingObjectIdValue: string | null;
|
|
253
|
+
Subject: string | null;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
export interface SystemUser extends IEntity {
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
257
|
+
CorePersonId: string | null;
|
|
258
|
+
FullName: string | null;
|
|
259
|
+
InternalEmailAddress: string | null;
|
|
260
|
+
SystemUserId: string | null;
|
|
261
|
+
Title: string | null;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
export enum new_AccountStatus {
|