@leavittsoftware/lg-core-typescript 2.0.342 → 2.0.343

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.
@@ -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,Tv,PreferredContactMethodTypeString,ConferenceAttendeePersonRole,Conference,ConferenceSponsorship,PhoneNumberTypesString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,PersonToItManagedApplication,ApplicationToApplicationTag,PermissionToApplication,FailReason,ProducerCommissionRate } from './lg.core'
7
+ import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,Tv,PreferredContactMethodTypeString,ConferenceAttendeePersonRole,Conference,ConferenceSponsorship,PhoneNumberTypesString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,PersonToItManagedApplication,ApplicationToApplicationTag,PermissionToApplication,DifferedCompensation,Expectation,FailReason,ProducerCommissionRate } from './lg.core'
8
8
 
9
9
  export interface EventEmailDto {
10
10
  Body: string | null;
@@ -1216,6 +1216,19 @@ export interface UnassignedProducerDTO {
1216
1216
  ProducerId: number;
1217
1217
  }
1218
1218
 
1219
+ export interface OfferLetterDataDto {
1220
+ CoOwnerName: string | null;
1221
+ CoOwnerTitle: string | null;
1222
+ DifferedCompensation: Partial<DifferedCompensation> | null;
1223
+ Expectations: Array<Partial<Expectation>> | null;
1224
+ FirstName: string | null;
1225
+ HireDate: string | null;
1226
+ HiringCompanyName: string | null;
1227
+ LastName: string | null;
1228
+ PersonId: number;
1229
+ TravelExpense: number | null;
1230
+ }
1231
+
1219
1232
  export interface AgencyProfitabilityReportDto {
1220
1233
  AgencyProfitabilityPercentage: number;
1221
1234
  AgencyProfitabilityValue: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.342",
3
+ "version": "2.0.343",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [