@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.
Files changed (2) hide show
  1. package/lg.net.dynamics.ts +193 -193
  2. package/package.json +1 -1
@@ -5,166 +5,166 @@
5
5
  // ----------------------
6
6
 
7
7
  export interface Account extends IEntity {
8
- accountid: string | null;
9
- new_accountstatus: new_AccountStatusString | null;
10
- new_accounttype: new_AccountTypeString | null;
11
- address1_composite: string | null;
12
- address2_composite: string | null;
13
- new_amsexportid: string | null;
14
- new_annualpayroll: string | null;
15
- new_companysize: Account_new_CompanySizeString | null;
16
- new_contactfirstname: string | null;
17
- '_primarycontactid_value@OData.Community.Display.V1.FormattedValue': string | null;
18
- new_contactlastname: string | null;
19
- new_contacttitle: string | null;
20
- createdon: string | null;
21
- description: string | null;
22
- donotphone: boolean | null;
23
- emailaddress1: string | null;
24
- fax: string | null;
25
- new_initialappointment: string | null;
26
- new_lastactivitydate: string | null;
27
- modifiedon: string | null;
28
- new_mondayid: string | null;
29
- new_naicscode: string | null;
30
- name: string | null;
31
- numberofemployees: number | null;
32
- new_numberoflocations: string | null;
33
- opportunity_customer_accounts: Array<Partial<Opportunity>> | null;
34
- new_originalleadsource: string | null;
35
- _ownerid_value: string | null;
36
- owningbusinessunit: string | null;
37
- owninguser: string | null;
38
- new_potentialrevenue: number | null;
39
- preferredcontactmethodcode: Account_PreferredContactMethodCodeString | null;
40
- new_recentleadsource: string | null;
41
- statuscode: Account_StatusCodeString | null;
42
- new_surgeid: string | null;
43
- telephone1: string | null;
44
- telephone2: string | null;
45
- telephone3: string | null;
46
- new_topic: string | null;
47
- new_writtenytd: number | null;
48
- new_xdate: string | null;
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
- new_activityplannerid: string | null;
53
- modifiedon: string | null;
54
- new_activityplannername: string | null;
55
- new_closingratio: number | null;
56
- new_conversationtoinitialappointmentratio: number | null;
57
- new_conversionofinitialappointmenttoclose: number | null;
58
- new_enddatesimple: string | null;
59
- new_intialappointmenttopresentationratio: number | null;
60
- new_monthlynewrevenue: number | null;
61
- new_monthlynumberofconversations: number | null;
62
- new_monthlynumberofinitialappointments: number | null;
63
- new_monthlynumberofpresentations: number | null;
64
- new_monthlynumberofsales: number | null;
65
- new_numberofconversationsneeded: number | null;
66
- new_numberofinitialappointmentsneeded: number | null;
67
- new_numberofpresentationsneeded: number | null;
68
- new_numberofsalesneeded: number | null;
69
- new_revenueavgperaccount: number | null;
70
- new_newrevenuegoal: number | null;
71
- new_revenuegoal: number | null;
72
- new_revenueytd: number | null;
73
- new_saleprobabilityfromappointmenttoclose: number | null;
74
- new_startdatesimple: string | null;
75
- new_submissionpercentage: number | null;
76
- new_weeklynewrevenueneeded: number | null;
77
- new_weeklynumberofconversationsneeded: number | null;
78
- new_weeklynumberofinitialappointmentsneeded: number | null;
79
- new_weeklynumberofpresentationsneeded: number | null;
80
- new_weeklynumberofsalesneeded: number | null;
81
- new_weeksremaining: number | null;
82
- _ownerid_value: string | null;
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
- 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
- 'objectid_account@odata.bind': string | null;
95
- 'ownerid@odata.bind': 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;
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
- address1_city: string | null;
109
- address1_country: string | null;
110
- address1_line1: string | null;
111
- address1_line2: string | null;
112
- address1_line3: string | null;
113
- address1_postalcode: string | null;
114
- address1_stateorprovince: string | null;
115
- address1_telephone1: string | null;
116
- address1_telephone2: string | null;
117
- address1_telephone3: string | null;
118
- businessunitid: string;
119
- emailaddress: string | null;
120
- name: string | null;
121
- new_corecompanyid: string | null;
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
- _createdby_value: string | null;
126
- createdon: string | null;
127
- _modifiedby_value: string | null;
128
- modifiedon: string | null;
129
- new_commission: number | null;
130
- new_commissionsplitid: string | null;
131
- new_ParentOpportunityId: Partial<Opportunity> | null;
132
- _new_parentopportunityid_value: string | null;
133
- new_percentage: number | null;
134
- _new_splitwith_value: string | null;
135
- _ownerid_value: string | null;
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
- accountguid: string | null;
140
- address1_city: string | null;
141
- address1_line1: string | null;
142
- address1_postalcode: string | null;
143
- address1_stateorprovince: string | null;
144
- address2_line1: string | null;
145
- contactid: string | null;
146
- emailaddress1: string | null;
147
- firstname: string | null;
148
- lastname: string | null;
149
- modifiedon: string | null;
150
- _ownerid_value: string | null;
151
- _parentcustomerid_value: string | null;
152
- telephone1: string | null;
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
- activityid: string | null;
157
- activitytypecode: string | null;
156
+ ActivityId: string | null;
157
+ ActivityTypeCode: string | null;
158
158
  email_activity_parties: Array<Partial<ActivityParty>> | null;
159
- 'emailsender_systemuser@odata.bind': string | null;
160
- 'regardingobjectid_account@odata.bind': string | null;
161
- new_eloquaactivityid: string | null;
159
+ link_emailsender_systemuser: string | null;
160
+ link_regardingobjectid_account: string | null;
161
+ NewEloquaActivityId: string | null;
162
162
  regardingobjectid_account: Partial<Account> | null;
163
- sender: string | null;
164
- statecode: number | null;
165
- statuscode: number | null;
166
- subject: string | null;
167
- torecipients: string | null;
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
- actualclosedate: string | null;
193
- new_salesstageappointmentdate: string | null;
194
- lge_bindandcloseon: string | null;
195
- new_borsolddate: string | null;
196
- new_sponsor: Opportunity_new_SponsorString | null;
197
- new_commissionfee: number | null;
198
- new_commissionpercentage: number | null;
199
- new_salesstageconversationdate: string | null;
200
- createdon: string | null;
201
- new_xdate: string | null;
202
- new_isbor: boolean | null;
203
- modifiedon: string | null;
204
- lge_opportunitysalesstage: lge_OpportunitySalesStageString | null;
205
- new_lineofbusiness: Opportunity_new_LineofBusinessString | null;
206
- new_lineofcoverage: Opportunity_new_LineofCoverageString | null;
207
- 'new_lineofcoveragemulti@OData.Community.Display.V1.FormattedValue': string | null;
208
- new_lineofcoveragemulti: string | null;
209
- new_salesstagelostdate: string | null;
210
- name: string | null;
211
- new_neworrenewal: Opportunity_new_NeworRenewalString | null;
212
- opportunityid: string | null;
213
- _ownerid_value: string | null;
214
- parentaccountid: Partial<Account> | null;
215
- _parentaccountid_value: string | null;
216
- '_parentaccountid_value@OData.Community.Display.V1.FormattedValue': string | null;
217
- new_premium: number | null;
218
- new_salesstagepresentationdate: string | null;
219
- lge_proposeon: string | null;
220
- lge_prospecton: string | null;
221
- salesstagecode: number | null;
222
- new_salesstagequalifieddate: string | null;
223
- new_salesstagesolddate: string | null;
224
- statecode: Opportunity_StateCodeString | null;
225
- statuscode: Opportunity_StatusCodeString | null;
226
- new_salesstagesubmissiondate: string | null;
227
- new_totalrevenue: number | null;
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
- 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;
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
- modifiedon: string | null;
249
- _ownerid_value: string | null;
250
- phonenumber: string | null;
248
+ ModifiedOn: string | null;
249
+ OwnerIdValue: string | null;
250
+ PhoneNumber: string | null;
251
251
  RegardingAccountLink: string | null;
252
- _regardingobjectid_value: string | null;
253
- subject: string | null;
252
+ RegardingObjectIdValue: string | null;
253
+ Subject: string | null;
254
254
  }
255
255
 
256
256
  export interface SystemUser extends IEntity {
257
- new_corepersonid: string | null;
258
- fullname: string | null;
259
- internalemailaddress: string | null;
260
- systemuserid: string | null;
261
- title: string | null;
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.194.0",
3
+ "version": "5.195.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [