@leavittsoftware/lg-core-typescript 2.0.326 → 2.0.327

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.core.js CHANGED
@@ -216,6 +216,77 @@ export var QuestionType;
216
216
  QuestionType[QuestionType["SingleSelect"] = 0] = "SingleSelect";
217
217
  QuestionType[QuestionType["MultiSelect"] = 1] = "MultiSelect";
218
218
  })(QuestionType || (QuestionType = {}));
219
+ export var ActivityType;
220
+ (function (ActivityType) {
221
+ ActivityType[ActivityType["Appointment"] = 4201] = "Appointment";
222
+ ActivityType[ActivityType["Email"] = 4202] = "Email";
223
+ ActivityType[ActivityType["Fax"] = 4204] = "Fax";
224
+ ActivityType[ActivityType["CaseResolution"] = 4206] = "CaseResolution";
225
+ ActivityType[ActivityType["Letter"] = 4207] = "Letter";
226
+ ActivityType[ActivityType["OpportunityClose"] = 4208] = "OpportunityClose";
227
+ ActivityType[ActivityType["OrderClose"] = 4209] = "OrderClose";
228
+ ActivityType[ActivityType["PhoneCall"] = 4210] = "PhoneCall";
229
+ ActivityType[ActivityType["QuoteClose"] = 4211] = "QuoteClose";
230
+ ActivityType[ActivityType["Task"] = 4212] = "Task";
231
+ ActivityType[ActivityType["ServiceActivity"] = 4214] = "ServiceActivity";
232
+ ActivityType[ActivityType["RecurringAppointment"] = 4251] = "RecurringAppointment";
233
+ ActivityType[ActivityType["CampaignResponse"] = 4401] = "CampaignResponse";
234
+ ActivityType[ActivityType["CampaignActivity"] = 4402] = "CampaignActivity";
235
+ ActivityType[ActivityType["BulkOperation"] = 4406] = "BulkOperation";
236
+ ActivityType[ActivityType["Converstaion"] = 10036] = "Converstaion";
237
+ ActivityType[ActivityType["PromotionalMail"] = 10037] = "PromotionalMail";
238
+ ActivityType[ActivityType["inMail"] = 10078] = "inMail";
239
+ ActivityType[ActivityType["Message"] = 10079] = "Message";
240
+ ActivityType[ActivityType["PointDrivePresentationCreated"] = 10080] = "PointDrivePresentationCreated";
241
+ ActivityType[ActivityType["PointDrivePresentationViewed"] = 10081] = "PointDrivePresentationViewed";
242
+ ActivityType[ActivityType["Surveyinvite"] = 10158] = "Surveyinvite";
243
+ ActivityType[ActivityType["Surveyresponse"] = 10159] = "Surveyresponse";
244
+ })(ActivityType || (ActivityType = {}));
245
+ export var DuplicateFieldType;
246
+ (function (DuplicateFieldType) {
247
+ DuplicateFieldType[DuplicateFieldType["None"] = 0] = "None";
248
+ DuplicateFieldType[DuplicateFieldType["Name"] = 1] = "Name";
249
+ DuplicateFieldType[DuplicateFieldType["Address"] = 2] = "Address";
250
+ DuplicateFieldType[DuplicateFieldType["Email"] = 4] = "Email";
251
+ DuplicateFieldType[DuplicateFieldType["Phone"] = 8] = "Phone";
252
+ DuplicateFieldType[DuplicateFieldType["ContactFullname"] = 16] = "ContactFullname";
253
+ })(DuplicateFieldType || (DuplicateFieldType = {}));
254
+ export var FailureType;
255
+ (function (FailureType) {
256
+ FailureType[FailureType["GeneralFailure"] = 0] = "GeneralFailure";
257
+ FailureType[FailureType["Duplicate"] = 1] = "Duplicate";
258
+ })(FailureType || (FailureType = {}));
259
+ export var CrmAccountStage;
260
+ (function (CrmAccountStage) {
261
+ CrmAccountStage[CrmAccountStage["Lead"] = 100000000] = "Lead";
262
+ CrmAccountStage[CrmAccountStage["Suspect"] = 100000001] = "Suspect";
263
+ CrmAccountStage[CrmAccountStage["Prospect"] = 100000002] = "Prospect";
264
+ CrmAccountStage[CrmAccountStage["Client"] = 100000003] = "Client";
265
+ })(CrmAccountStage || (CrmAccountStage = {}));
266
+ export var PreferredContactMethodType;
267
+ (function (PreferredContactMethodType) {
268
+ PreferredContactMethodType[PreferredContactMethodType["Any"] = 1] = "Any";
269
+ PreferredContactMethodType[PreferredContactMethodType["Email"] = 2] = "Email";
270
+ PreferredContactMethodType[PreferredContactMethodType["Phone"] = 3] = "Phone";
271
+ PreferredContactMethodType[PreferredContactMethodType["Fax"] = 4] = "Fax";
272
+ PreferredContactMethodType[PreferredContactMethodType["Mail"] = 5] = "Mail";
273
+ PreferredContactMethodType[PreferredContactMethodType["Text"] = 6] = "Text";
274
+ })(PreferredContactMethodType || (PreferredContactMethodType = {}));
275
+ export var StateCodeType;
276
+ (function (StateCodeType) {
277
+ StateCodeType[StateCodeType["Active"] = 0] = "Active";
278
+ StateCodeType[StateCodeType["Inactive"] = 1] = "Inactive";
279
+ })(StateCodeType || (StateCodeType = {}));
280
+ export var AccountStatusCodeType;
281
+ (function (AccountStatusCodeType) {
282
+ AccountStatusCodeType[AccountStatusCodeType["Active"] = 0] = "Active";
283
+ AccountStatusCodeType[AccountStatusCodeType["Inactive"] = 1] = "Inactive";
284
+ })(AccountStatusCodeType || (AccountStatusCodeType = {}));
285
+ export var NewOrRenewalType;
286
+ (function (NewOrRenewalType) {
287
+ NewOrRenewalType[NewOrRenewalType["New"] = 0] = "New";
288
+ NewOrRenewalType[NewOrRenewalType["Renewal"] = 1] = "Renewal";
289
+ })(NewOrRenewalType || (NewOrRenewalType = {}));
219
290
  export var MealPreference;
220
291
  (function (MealPreference) {
221
292
  MealPreference[MealPreference["NoPreference"] = 0] = "NoPreference";
@@ -298,77 +369,6 @@ export var GoverningPrinciple;
298
369
  GoverningPrinciple[GoverningPrinciple["Enjoy"] = 5] = "Enjoy";
299
370
  GoverningPrinciple[GoverningPrinciple["CommunicateWithReasonAndCivility"] = 6] = "CommunicateWithReasonAndCivility";
300
371
  })(GoverningPrinciple || (GoverningPrinciple = {}));
301
- export var ActivityType;
302
- (function (ActivityType) {
303
- ActivityType[ActivityType["Appointment"] = 4201] = "Appointment";
304
- ActivityType[ActivityType["Email"] = 4202] = "Email";
305
- ActivityType[ActivityType["Fax"] = 4204] = "Fax";
306
- ActivityType[ActivityType["CaseResolution"] = 4206] = "CaseResolution";
307
- ActivityType[ActivityType["Letter"] = 4207] = "Letter";
308
- ActivityType[ActivityType["OpportunityClose"] = 4208] = "OpportunityClose";
309
- ActivityType[ActivityType["OrderClose"] = 4209] = "OrderClose";
310
- ActivityType[ActivityType["PhoneCall"] = 4210] = "PhoneCall";
311
- ActivityType[ActivityType["QuoteClose"] = 4211] = "QuoteClose";
312
- ActivityType[ActivityType["Task"] = 4212] = "Task";
313
- ActivityType[ActivityType["ServiceActivity"] = 4214] = "ServiceActivity";
314
- ActivityType[ActivityType["RecurringAppointment"] = 4251] = "RecurringAppointment";
315
- ActivityType[ActivityType["CampaignResponse"] = 4401] = "CampaignResponse";
316
- ActivityType[ActivityType["CampaignActivity"] = 4402] = "CampaignActivity";
317
- ActivityType[ActivityType["BulkOperation"] = 4406] = "BulkOperation";
318
- ActivityType[ActivityType["Converstaion"] = 10036] = "Converstaion";
319
- ActivityType[ActivityType["PromotionalMail"] = 10037] = "PromotionalMail";
320
- ActivityType[ActivityType["inMail"] = 10078] = "inMail";
321
- ActivityType[ActivityType["Message"] = 10079] = "Message";
322
- ActivityType[ActivityType["PointDrivePresentationCreated"] = 10080] = "PointDrivePresentationCreated";
323
- ActivityType[ActivityType["PointDrivePresentationViewed"] = 10081] = "PointDrivePresentationViewed";
324
- ActivityType[ActivityType["Surveyinvite"] = 10158] = "Surveyinvite";
325
- ActivityType[ActivityType["Surveyresponse"] = 10159] = "Surveyresponse";
326
- })(ActivityType || (ActivityType = {}));
327
- export var DuplicateFieldType;
328
- (function (DuplicateFieldType) {
329
- DuplicateFieldType[DuplicateFieldType["None"] = 0] = "None";
330
- DuplicateFieldType[DuplicateFieldType["Name"] = 1] = "Name";
331
- DuplicateFieldType[DuplicateFieldType["Address"] = 2] = "Address";
332
- DuplicateFieldType[DuplicateFieldType["Email"] = 4] = "Email";
333
- DuplicateFieldType[DuplicateFieldType["Phone"] = 8] = "Phone";
334
- DuplicateFieldType[DuplicateFieldType["ContactFullname"] = 16] = "ContactFullname";
335
- })(DuplicateFieldType || (DuplicateFieldType = {}));
336
- export var FailureType;
337
- (function (FailureType) {
338
- FailureType[FailureType["GeneralFailure"] = 0] = "GeneralFailure";
339
- FailureType[FailureType["Duplicate"] = 1] = "Duplicate";
340
- })(FailureType || (FailureType = {}));
341
- export var CrmAccountStage;
342
- (function (CrmAccountStage) {
343
- CrmAccountStage[CrmAccountStage["Lead"] = 100000000] = "Lead";
344
- CrmAccountStage[CrmAccountStage["Suspect"] = 100000001] = "Suspect";
345
- CrmAccountStage[CrmAccountStage["Prospect"] = 100000002] = "Prospect";
346
- CrmAccountStage[CrmAccountStage["Client"] = 100000003] = "Client";
347
- })(CrmAccountStage || (CrmAccountStage = {}));
348
- export var PreferredContactMethodType;
349
- (function (PreferredContactMethodType) {
350
- PreferredContactMethodType[PreferredContactMethodType["Any"] = 1] = "Any";
351
- PreferredContactMethodType[PreferredContactMethodType["Email"] = 2] = "Email";
352
- PreferredContactMethodType[PreferredContactMethodType["Phone"] = 3] = "Phone";
353
- PreferredContactMethodType[PreferredContactMethodType["Fax"] = 4] = "Fax";
354
- PreferredContactMethodType[PreferredContactMethodType["Mail"] = 5] = "Mail";
355
- PreferredContactMethodType[PreferredContactMethodType["Text"] = 6] = "Text";
356
- })(PreferredContactMethodType || (PreferredContactMethodType = {}));
357
- export var StateCodeType;
358
- (function (StateCodeType) {
359
- StateCodeType[StateCodeType["Active"] = 0] = "Active";
360
- StateCodeType[StateCodeType["Inactive"] = 1] = "Inactive";
361
- })(StateCodeType || (StateCodeType = {}));
362
- export var AccountStatusCodeType;
363
- (function (AccountStatusCodeType) {
364
- AccountStatusCodeType[AccountStatusCodeType["Active"] = 0] = "Active";
365
- AccountStatusCodeType[AccountStatusCodeType["Inactive"] = 1] = "Inactive";
366
- })(AccountStatusCodeType || (AccountStatusCodeType = {}));
367
- export var NewOrRenewalType;
368
- (function (NewOrRenewalType) {
369
- NewOrRenewalType[NewOrRenewalType["New"] = 0] = "New";
370
- NewOrRenewalType[NewOrRenewalType["Renewal"] = 1] = "Renewal";
371
- })(NewOrRenewalType || (NewOrRenewalType = {}));
372
372
  export var EmailAddressTypes;
373
373
  (function (EmailAddressTypes) {
374
374
  EmailAddressTypes[EmailAddressTypes["PrimaryWork"] = 0] = "PrimaryWork";
package/lg.core.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"lg.core.js","sourceRoot":"","sources":["lg.core.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lg.core.js","sourceRoot":"","sources":["lg.core.ts"],"names":[],"mappings":"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"}
package/lg.core.ts CHANGED
@@ -1585,6 +1585,230 @@ export interface LGManagedDomoDataset extends IIdentity {
1585
1585
  DomoDatasetId: string | null;
1586
1586
  }
1587
1587
 
1588
+ export interface CrmActivityPlanner extends IIdentity {
1589
+ ActivityPlannerId: string;
1590
+ ActivityPlannerName: string | null;
1591
+ ClosingRatio: number | null;
1592
+ ConversationToInitialAppointmentRatio: number | null;
1593
+ ConversionOfInitialAppointmentToClose: number | null;
1594
+ CrmInstance: CrmInstanceString;
1595
+ EndDate: string | null;
1596
+ InitialAppointmentToPresentationRatio: number | null;
1597
+ LastModifiedDate: string | null;
1598
+ MonthlyConversationsNeeded: number | null;
1599
+ MonthlyInitialAppointmentsNeeded: number | null;
1600
+ MonthlyPresentationsNeeded: number | null;
1601
+ MonthlyRevenueNeeded: Partial<number> | null;
1602
+ MonthlySalesNeeded: number | null;
1603
+ NewRevenueGoal: Partial<number> | null;
1604
+ OwnerId: string;
1605
+ Person: Partial<Person> | null;
1606
+ PersonId: number | null;
1607
+ RevenueAvgPerAccount: Partial<number> | null;
1608
+ RevenueYtd: Partial<number> | null;
1609
+ SaleProbabilityFromAppointmentToClose: number | null;
1610
+ StartDate: string | null;
1611
+ SubmissionPercentage: number | null;
1612
+ WeeklyConversationsNeeded: number | null;
1613
+ WeeklyInitialAppointmentsNeeded: number | null;
1614
+ WeeklyPresentationsNeeded: number | null;
1615
+ WeeklyRevenueNeeded: Partial<number> | null;
1616
+ WeeklySalesNeeded: number | null;
1617
+ WeeksRemaining: number | null;
1618
+ YearlyConversationsNeeded: number | null;
1619
+ YearlyInitialAppointmentsNeeded: number | null;
1620
+ YearlyPresentationsNeeded: number | null;
1621
+ YearlyRevenueNeeded: Partial<number> | null;
1622
+ YearlySalesNeeded: number | null;
1623
+ }
1624
+
1625
+ export interface CrmPhoneCall extends IIdentity {
1626
+ Account: Partial<CrmAccount> | null;
1627
+ AccountId: number;
1628
+ ActivityId: string;
1629
+ ActivityTypeCode: ActivityTypeString;
1630
+ ActualEnd: string | null;
1631
+ ActualStart: string | null;
1632
+ CrmInstance: CrmInstanceString;
1633
+ Description: string | null;
1634
+ LastModifiedDate: string | null;
1635
+ Outgoing: boolean;
1636
+ OwnerId: string;
1637
+ Person: Partial<Person> | null;
1638
+ PersonId: number | null;
1639
+ PhoneCallId: string;
1640
+ PhoneNumber: string | null;
1641
+ ReguardingObjectId: string;
1642
+ Subject: string | null;
1643
+ }
1644
+
1645
+ export interface CrmContact extends IIdentity {
1646
+ Account: Partial<CrmAccount> | null;
1647
+ AccountId: number;
1648
+ Address1: string | null;
1649
+ Address2: string | null;
1650
+ City: string | null;
1651
+ CrmAccountGuid: string;
1652
+ CrmContactId: string;
1653
+ CrmContactToEloquaContact: Partial<CrmContactToEloquaContact> | null;
1654
+ CrmPerson: Partial<Person> | null;
1655
+ CrmPersonId: number;
1656
+ Email: string | null;
1657
+ FirstName: string | null;
1658
+ Instance: CrmInstanceString;
1659
+ LastModifiedDate: string | null;
1660
+ LastName: string | null;
1661
+ OwnerId: string;
1662
+ Phone: string | null;
1663
+ State: string | null;
1664
+ Zip: string | null;
1665
+ }
1666
+
1667
+ export interface CrmBulkImport extends IIdentity {
1668
+ CompletedDate: string | null;
1669
+ CreatedDate: string;
1670
+ CreatorPerson: Partial<Person> | null;
1671
+ CreatorPersonId: number;
1672
+ FailureDate: string | null;
1673
+ FailureReason: string | null;
1674
+ Failures: Array<Partial<CrmBulkImportFailure>> | null;
1675
+ FileName: string | null;
1676
+ RecordCount: number;
1677
+ SuccessCount: number;
1678
+ }
1679
+
1680
+ export interface CrmBulkImportFailure {
1681
+ AccountName: string | null;
1682
+ AccountType: string | null;
1683
+ BusinessPhone: string | null;
1684
+ City: string | null;
1685
+ ContactFirstName: string | null;
1686
+ ContactLastName: string | null;
1687
+ ContactTitle: string | null;
1688
+ CrmBulkImport: Partial<CrmBulkImport> | null;
1689
+ CrmBulkImportId: number;
1690
+ Description: string | null;
1691
+ DuplicateFieldType: DuplicateFieldTypeString | null;
1692
+ Email: string | null;
1693
+ ErrorMessage: string | null;
1694
+ FollowUpDate: string | null;
1695
+ Id: number;
1696
+ State: string | null;
1697
+ Street1: string | null;
1698
+ Topic: string | null;
1699
+ Type: FailureTypeString;
1700
+ Website: string | null;
1701
+ XDate: string | null;
1702
+ Zip: string | null;
1703
+ }
1704
+
1705
+ export interface CrmAccount extends IIdentity {
1706
+ AccountId: string;
1707
+ AccountStage: CrmAccountStageString | null;
1708
+ AccountType: number;
1709
+ Address1: string | null;
1710
+ Address2: string | null;
1711
+ Ams360AccountId: string | null;
1712
+ AnnualPayroll: string | null;
1713
+ City: string | null;
1714
+ CompanySize: number | null;
1715
+ ContactFirstName: string | null;
1716
+ ContactJobTitle: string | null;
1717
+ ContactLastName: string | null;
1718
+ CreatedOn: string | null;
1719
+ CrmContacts: Array<Partial<CrmContact>> | null;
1720
+ CrmInstance: CrmInstanceString;
1721
+ DoNotCall: boolean;
1722
+ EffectiveDate: string | null;
1723
+ Email: string | null;
1724
+ InitialAppointment: string | null;
1725
+ InitialConversation: string | null;
1726
+ LastActivityDate: string | null;
1727
+ LastModifiedDate: string | null;
1728
+ NAICSCode: string | null;
1729
+ Name: string | null;
1730
+ NumberOfEmployees: string | null;
1731
+ NumberOfLocations: string | null;
1732
+ Opportunities: Array<Partial<CrmOpportunity>> | null;
1733
+ OriginalSource: string | null;
1734
+ OwnerBusinessUnitId: string | null;
1735
+ OwnerId: string;
1736
+ Person: Partial<Person> | null;
1737
+ PersonId: number | null;
1738
+ Phone: string | null;
1739
+ PhoneCalls: Array<Partial<CrmPhoneCall>> | null;
1740
+ PotentialRevenue: Partial<number> | null;
1741
+ PreferredContactMethod: PreferredContactMethodTypeString;
1742
+ RecentSource: string | null;
1743
+ StageClientDate: string | null;
1744
+ StageProspectDate: string | null;
1745
+ StageSuspectDate: string | null;
1746
+ State: string | null;
1747
+ StateCode: StateCodeTypeString;
1748
+ Status: AccountStatusCodeTypeString;
1749
+ SurgeId: number | null;
1750
+ Topic: string | null;
1751
+ WrittenYtd: Partial<number> | null;
1752
+ Zip: string | null;
1753
+ }
1754
+
1755
+ export interface CrmCommission extends IIdentity {
1756
+ Amount: Partial<number>;
1757
+ CommissionSplitId: string | null;
1758
+ LastModifiedDate: string | null;
1759
+ Name: string | null;
1760
+ Opportunity: Partial<CrmOpportunity> | null;
1761
+ OpportunityId: number;
1762
+ OwnerId: string;
1763
+ Percent: Partial<number>;
1764
+ Person: Partial<Person> | null;
1765
+ PersonId: number | null;
1766
+ Sponsor: number | null;
1767
+ }
1768
+
1769
+ export interface CrmAuditSyncLogEntry {
1770
+ Action: string | null;
1771
+ CrmInstance: CrmInstanceString;
1772
+ EntityType: string | null;
1773
+ Id: number;
1774
+ LastSyncDate: string;
1775
+ }
1776
+
1777
+ export interface CrmUserPersonRole extends PersonRole {
1778
+ CrmInstance: CrmInstanceString;
1779
+ SystemUserGuid: string;
1780
+ }
1781
+
1782
+ export interface CrmOpportunity extends IIdentity {
1783
+ Account: Partial<CrmAccount> | null;
1784
+ AccountId: number;
1785
+ AppointmentDate: string | null;
1786
+ Carrier: number | null;
1787
+ CommissionFee: Partial<number>;
1788
+ CommissionPercentage: Partial<number>;
1789
+ ConversationDate: string | null;
1790
+ CrmCommissions: Array<Partial<CrmCommission>> | null;
1791
+ EffectiveDate: string | null;
1792
+ LastModifiedDate: string | null;
1793
+ LineOfBusiness: number;
1794
+ LineOfCoverage: number;
1795
+ LineOfCoverageFriendlyName: string | null;
1796
+ LostDate: string | null;
1797
+ Name: string | null;
1798
+ NewOrRenewal: NewOrRenewalTypeString;
1799
+ OpportunityId: string;
1800
+ OwnerId: string;
1801
+ Premium: Partial<number>;
1802
+ PresentationDate: string | null;
1803
+ QualifiedDate: string | null;
1804
+ ReportingDate: string | null;
1805
+ SalesStageCode: number;
1806
+ SoldDate: string | null;
1807
+ StateCode: StateCodeTypeString;
1808
+ SubmissionDate: string | null;
1809
+ TotalRevenue: Partial<number>;
1810
+ }
1811
+
1588
1812
  export interface Conference {
1589
1813
  AccommodationDescription: string | null;
1590
1814
  AccommodationLink: string | null;
@@ -2481,291 +2705,51 @@ export interface InvitedPeopleGroupToEvent {
2481
2705
  EmailId: string | null;
2482
2706
  Id: number;
2483
2707
  LeavittEvent: Partial<LeavittEvent> | null;
2484
- LeavittEventId: number;
2485
- PeopleGroup: Partial<PeopleGroup> | null;
2486
- PeopleGroupId: number;
2487
- }
2488
-
2489
- export interface InvitedPersonToEvent {
2490
- EmailId: string | null;
2491
- Id: number;
2492
- LeavittEvent: Partial<LeavittEvent> | null;
2493
- LeavittEventId: number;
2494
- Person: Partial<Person> | null;
2495
- PersonId: number;
2496
- }
2497
-
2498
- export interface RegisteredPersonToEvent {
2499
- EmailId: string | null;
2500
- Id: number;
2501
- LeavittEvent: Partial<LeavittEvent> | null;
2502
- LeavittEventId: number;
2503
- Person: Partial<Person> | null;
2504
- PersonId: number;
2505
- }
2506
-
2507
- export interface DistributionGroup extends IIdentity {
2508
- CreatedDate: string;
2509
- CreatorPerson: Partial<Person> | null;
2510
- CreatorPersonId: number;
2511
- Description: string | null;
2512
- DistributionGroupToPeople: Array<Partial<DistributionGroupToPerson>> | null;
2513
- DistributionGroupToPeopleGroups: Array<Partial<DistributionGroupToPeopleGroup>> | null;
2514
- Name: string | null;
2515
- }
2516
-
2517
- export interface DistributionGroupToPerson extends IIdentity {
2518
- DistributionGroup: Partial<DistributionGroup> | null;
2519
- DistributionGroupId: number;
2520
- Person: Partial<Person> | null;
2521
- PersonId: number;
2522
- }
2523
-
2524
- export interface DistributionGroupToPeopleGroup extends IIdentity {
2525
- DistributionGroup: Partial<DistributionGroup> | null;
2526
- DistributionGroupId: number;
2527
- PeopleGroup: Partial<PeopleGroup> | null;
2528
- PeopleGroupId: number;
2529
- }
2530
-
2531
- export interface CrmActivity extends IIdentity {
2532
- Account: Partial<CrmAccount> | null;
2533
- AccountGuid: string;
2534
- AccountId: number;
2535
- ActivityId: string;
2536
- ActivityTypeCode: ActivityTypeString;
2537
- ActualEnd: string | null;
2538
- ActualStart: string | null;
2539
- CrmInstance: CrmInstanceString;
2540
- Description: string | null;
2541
- LastModifiedDate: string | null;
2542
- OwnerId: string;
2543
- Person: Partial<Person> | null;
2544
- PersonId: number | null;
2545
- Subject: string | null;
2546
- }
2547
-
2548
- export interface CrmPhoneCallActivity extends CrmActivity {
2549
- Outgoing: boolean;
2550
- PhoneNumber: string | null;
2551
- }
2552
-
2553
- export interface CrmActivityPlanner extends IIdentity {
2554
- ActivityPlannerId: string;
2555
- ActivityPlannerName: string | null;
2556
- ClosingRatio: number | null;
2557
- ConversationToInitialAppointmentRatio: number | null;
2558
- ConversionOfInitialAppointmentToClose: number | null;
2559
- CrmInstance: CrmInstanceString;
2560
- EndDate: string | null;
2561
- InitialAppointmentToPresentationRatio: number | null;
2562
- LastModifiedDate: string | null;
2563
- MonthlyConversationsNeeded: number | null;
2564
- MonthlyInitialAppointmentsNeeded: number | null;
2565
- MonthlyPresentationsNeeded: number | null;
2566
- MonthlyRevenueNeeded: Partial<number> | null;
2567
- MonthlySalesNeeded: number | null;
2568
- NewRevenueGoal: Partial<number> | null;
2569
- OwnerId: string;
2570
- Person: Partial<Person> | null;
2571
- PersonId: number | null;
2572
- RevenueAvgPerAccount: Partial<number> | null;
2573
- RevenueYtd: Partial<number> | null;
2574
- SaleProbabilityFromAppointmentToClose: number | null;
2575
- StartDate: string | null;
2576
- SubmissionPercentage: number | null;
2577
- WeeklyConversationsNeeded: number | null;
2578
- WeeklyInitialAppointmentsNeeded: number | null;
2579
- WeeklyPresentationsNeeded: number | null;
2580
- WeeklyRevenueNeeded: Partial<number> | null;
2581
- WeeklySalesNeeded: number | null;
2582
- WeeksRemaining: number | null;
2583
- YearlyConversationsNeeded: number | null;
2584
- YearlyInitialAppointmentsNeeded: number | null;
2585
- YearlyPresentationsNeeded: number | null;
2586
- YearlyRevenueNeeded: Partial<number> | null;
2587
- YearlySalesNeeded: number | null;
2588
- }
2589
-
2590
- export interface CrmPhoneCall extends IIdentity {
2591
- ActivityId: string;
2592
- ActivityTypeCode: ActivityTypeString;
2593
- ActualEnd: string | null;
2594
- ActualStart: string | null;
2595
- CrmInstance: CrmInstanceString;
2596
- LastModifiedDate: string | null;
2597
- OwnerId: string;
2598
- Person: Partial<Person> | null;
2599
- PersonId: number | null;
2600
- PhoneCallId: string;
2601
- ReguardingObjectId: string;
2602
- }
2603
-
2604
- export interface CrmContact extends IIdentity {
2605
- Account: Partial<CrmAccount> | null;
2606
- AccountId: number;
2607
- Address1: string | null;
2608
- Address2: string | null;
2609
- City: string | null;
2610
- CrmAccountGuid: string;
2611
- CrmContactId: string;
2612
- CrmContactToEloquaContact: Partial<CrmContactToEloquaContact> | null;
2613
- CrmPerson: Partial<Person> | null;
2614
- CrmPersonId: number;
2615
- Email: string | null;
2616
- FirstName: string | null;
2617
- Instance: CrmInstanceString;
2618
- LastModifiedDate: string | null;
2619
- LastName: string | null;
2620
- OwnerId: string;
2621
- Phone: string | null;
2622
- State: string | null;
2623
- Zip: string | null;
2624
- }
2625
-
2626
- export interface CrmBulkImport extends IIdentity {
2627
- CompletedDate: string | null;
2628
- CreatedDate: string;
2629
- CreatorPerson: Partial<Person> | null;
2630
- CreatorPersonId: number;
2631
- FailureDate: string | null;
2632
- FailureReason: string | null;
2633
- Failures: Array<Partial<CrmBulkImportFailure>> | null;
2634
- FileName: string | null;
2635
- RecordCount: number;
2636
- SuccessCount: number;
2637
- }
2638
-
2639
- export interface CrmBulkImportFailure {
2640
- AccountName: string | null;
2641
- AccountType: string | null;
2642
- BusinessPhone: string | null;
2643
- City: string | null;
2644
- ContactFirstName: string | null;
2645
- ContactLastName: string | null;
2646
- ContactTitle: string | null;
2647
- CrmBulkImport: Partial<CrmBulkImport> | null;
2648
- CrmBulkImportId: number;
2649
- Description: string | null;
2650
- DuplicateFieldType: DuplicateFieldTypeString | null;
2651
- Email: string | null;
2652
- ErrorMessage: string | null;
2653
- FollowUpDate: string | null;
2654
- Id: number;
2655
- State: string | null;
2656
- Street1: string | null;
2657
- Topic: string | null;
2658
- Type: FailureTypeString;
2659
- Website: string | null;
2660
- XDate: string | null;
2661
- Zip: string | null;
2662
- }
2663
-
2664
- export interface CrmAccount extends IIdentity {
2665
- AccountId: string;
2666
- AccountStage: CrmAccountStageString | null;
2667
- AccountType: number;
2668
- Activities: Array<Partial<CrmActivity>> | null;
2669
- Address1: string | null;
2670
- Address2: string | null;
2671
- Ams360AccountId: string | null;
2672
- AnnualPayroll: string | null;
2673
- City: string | null;
2674
- CompanySize: number | null;
2675
- ContactFirstName: string | null;
2676
- ContactJobTitle: string | null;
2677
- ContactLastName: string | null;
2678
- CreatedOn: string | null;
2679
- CrmContacts: Array<Partial<CrmContact>> | null;
2680
- CrmInstance: CrmInstanceString;
2681
- DoNotCall: boolean;
2682
- EffectiveDate: string | null;
2683
- Email: string | null;
2684
- InitialAppointment: string | null;
2685
- InitialConversation: string | null;
2686
- LastActivityDate: string | null;
2687
- LastModifiedDate: string | null;
2688
- NAICSCode: string | null;
2689
- Name: string | null;
2690
- NumberOfEmployees: string | null;
2691
- NumberOfLocations: string | null;
2692
- Opportunities: Array<Partial<CrmOpportunity>> | null;
2693
- OriginalSource: string | null;
2694
- OwnerBusinessUnitId: string | null;
2695
- OwnerId: string;
2696
- Person: Partial<Person> | null;
2697
- PersonId: number | null;
2698
- Phone: string | null;
2699
- PotentialRevenue: Partial<number> | null;
2700
- PreferredContactMethod: PreferredContactMethodTypeString;
2701
- RecentSource: string | null;
2702
- StageClientDate: string | null;
2703
- StageProspectDate: string | null;
2704
- StageSuspectDate: string | null;
2705
- State: string | null;
2706
- StateCode: StateCodeTypeString;
2707
- Status: AccountStatusCodeTypeString;
2708
- SurgeId: number | null;
2709
- Topic: string | null;
2710
- WrittenYtd: Partial<number> | null;
2711
- Zip: string | null;
2708
+ LeavittEventId: number;
2709
+ PeopleGroup: Partial<PeopleGroup> | null;
2710
+ PeopleGroupId: number;
2712
2711
  }
2713
2712
 
2714
- export interface CrmCommission extends IIdentity {
2715
- Amount: Partial<number>;
2716
- CommissionSplitId: string | null;
2717
- LastModifiedDate: string | null;
2718
- Name: string | null;
2719
- Opportunity: Partial<CrmOpportunity> | null;
2720
- OpportunityId: number;
2721
- OwnerId: string;
2722
- Percent: Partial<number>;
2713
+ export interface InvitedPersonToEvent {
2714
+ EmailId: string | null;
2715
+ Id: number;
2716
+ LeavittEvent: Partial<LeavittEvent> | null;
2717
+ LeavittEventId: number;
2723
2718
  Person: Partial<Person> | null;
2724
- PersonId: number | null;
2725
- Sponsor: number | null;
2719
+ PersonId: number;
2726
2720
  }
2727
2721
 
2728
- export interface CrmAuditSyncLogEntry {
2729
- Action: string | null;
2730
- CrmInstance: CrmInstanceString;
2731
- EntityType: string | null;
2722
+ export interface RegisteredPersonToEvent {
2723
+ EmailId: string | null;
2732
2724
  Id: number;
2733
- LastSyncDate: string;
2725
+ LeavittEvent: Partial<LeavittEvent> | null;
2726
+ LeavittEventId: number;
2727
+ Person: Partial<Person> | null;
2728
+ PersonId: number;
2734
2729
  }
2735
2730
 
2736
- export interface CrmUserPersonRole extends PersonRole {
2737
- CrmInstance: CrmInstanceString;
2738
- SystemUserGuid: string;
2731
+ export interface DistributionGroup extends IIdentity {
2732
+ CreatedDate: string;
2733
+ CreatorPerson: Partial<Person> | null;
2734
+ CreatorPersonId: number;
2735
+ Description: string | null;
2736
+ DistributionGroupToPeople: Array<Partial<DistributionGroupToPerson>> | null;
2737
+ DistributionGroupToPeopleGroups: Array<Partial<DistributionGroupToPeopleGroup>> | null;
2738
+ Name: string | null;
2739
2739
  }
2740
2740
 
2741
- export interface CrmOpportunity extends IIdentity {
2742
- Account: Partial<CrmAccount> | null;
2743
- AccountId: number;
2744
- AppointmentDate: string | null;
2745
- Carrier: number | null;
2746
- CommissionFee: Partial<number>;
2747
- CommissionPercentage: Partial<number>;
2748
- ConversationDate: string | null;
2749
- CrmCommissions: Array<Partial<CrmCommission>> | null;
2750
- EffectiveDate: string | null;
2751
- LastModifiedDate: string | null;
2752
- LineOfBusiness: number;
2753
- LineOfCoverage: number;
2754
- LineOfCoverageFriendlyName: string | null;
2755
- LostDate: string | null;
2756
- Name: string | null;
2757
- NewOrRenewal: NewOrRenewalTypeString;
2758
- OpportunityId: string;
2759
- OwnerId: string;
2760
- Premium: Partial<number>;
2761
- PresentationDate: string | null;
2762
- QualifiedDate: string | null;
2763
- ReportingDate: string | null;
2764
- SalesStageCode: number;
2765
- SoldDate: string | null;
2766
- StateCode: StateCodeTypeString;
2767
- SubmissionDate: string | null;
2768
- TotalRevenue: Partial<number>;
2741
+ export interface DistributionGroupToPerson extends IIdentity {
2742
+ DistributionGroup: Partial<DistributionGroup> | null;
2743
+ DistributionGroupId: number;
2744
+ Person: Partial<Person> | null;
2745
+ PersonId: number;
2746
+ }
2747
+
2748
+ export interface DistributionGroupToPeopleGroup extends IIdentity {
2749
+ DistributionGroup: Partial<DistributionGroup> | null;
2750
+ DistributionGroupId: number;
2751
+ PeopleGroup: Partial<PeopleGroup> | null;
2752
+ PeopleGroupId: number;
2769
2753
  }
2770
2754
 
2771
2755
  export interface ApplicationLogo extends Attachment {
@@ -4306,6 +4290,93 @@ export enum QuestionType {
4306
4290
 
4307
4291
  export type QuestionTypeString = keyof typeof QuestionType;
4308
4292
 
4293
+ export enum ActivityType {
4294
+ Appointment = 4201,
4295
+ Email = 4202,
4296
+ Fax = 4204,
4297
+ CaseResolution = 4206,
4298
+ Letter = 4207,
4299
+ OpportunityClose = 4208,
4300
+ OrderClose = 4209,
4301
+ PhoneCall = 4210,
4302
+ QuoteClose = 4211,
4303
+ Task = 4212,
4304
+ ServiceActivity = 4214,
4305
+ RecurringAppointment = 4251,
4306
+ CampaignResponse = 4401,
4307
+ CampaignActivity = 4402,
4308
+ BulkOperation = 4406,
4309
+ Converstaion = 10036,
4310
+ PromotionalMail = 10037,
4311
+ inMail = 10078,
4312
+ Message = 10079,
4313
+ PointDrivePresentationCreated = 10080,
4314
+ PointDrivePresentationViewed = 10081,
4315
+ Surveyinvite = 10158,
4316
+ Surveyresponse = 10159
4317
+ }
4318
+
4319
+ export type ActivityTypeString = keyof typeof ActivityType;
4320
+
4321
+ export enum DuplicateFieldType {
4322
+ None = 0,
4323
+ Name = 1,
4324
+ Address = 2,
4325
+ Email = 4,
4326
+ Phone = 8,
4327
+ ContactFullname = 16
4328
+ }
4329
+
4330
+ export type DuplicateFieldTypeString = keyof typeof DuplicateFieldType;
4331
+
4332
+ export enum FailureType {
4333
+ GeneralFailure = 0,
4334
+ Duplicate = 1
4335
+ }
4336
+
4337
+ export type FailureTypeString = keyof typeof FailureType;
4338
+
4339
+ export enum CrmAccountStage {
4340
+ Lead = 100000000,
4341
+ Suspect = 100000001,
4342
+ Prospect = 100000002,
4343
+ Client = 100000003
4344
+ }
4345
+
4346
+ export type CrmAccountStageString = keyof typeof CrmAccountStage;
4347
+
4348
+ export enum PreferredContactMethodType {
4349
+ Any = 1,
4350
+ Email = 2,
4351
+ Phone = 3,
4352
+ Fax = 4,
4353
+ Mail = 5,
4354
+ Text = 6
4355
+ }
4356
+
4357
+ export type PreferredContactMethodTypeString = keyof typeof PreferredContactMethodType;
4358
+
4359
+ export enum StateCodeType {
4360
+ Active = 0,
4361
+ Inactive = 1
4362
+ }
4363
+
4364
+ export type StateCodeTypeString = keyof typeof StateCodeType;
4365
+
4366
+ export enum AccountStatusCodeType {
4367
+ Active = 0,
4368
+ Inactive = 1
4369
+ }
4370
+
4371
+ export type AccountStatusCodeTypeString = keyof typeof AccountStatusCodeType;
4372
+
4373
+ export enum NewOrRenewalType {
4374
+ New = 0,
4375
+ Renewal = 1
4376
+ }
4377
+
4378
+ export type NewOrRenewalTypeString = keyof typeof NewOrRenewalType;
4379
+
4309
4380
  export enum MealPreference {
4310
4381
  NoPreference = 0,
4311
4382
  Vegetarian = 1,
@@ -4414,93 +4485,6 @@ export enum GoverningPrinciple {
4414
4485
 
4415
4486
  export type GoverningPrincipleString = keyof typeof GoverningPrinciple;
4416
4487
 
4417
- export enum ActivityType {
4418
- Appointment = 4201,
4419
- Email = 4202,
4420
- Fax = 4204,
4421
- CaseResolution = 4206,
4422
- Letter = 4207,
4423
- OpportunityClose = 4208,
4424
- OrderClose = 4209,
4425
- PhoneCall = 4210,
4426
- QuoteClose = 4211,
4427
- Task = 4212,
4428
- ServiceActivity = 4214,
4429
- RecurringAppointment = 4251,
4430
- CampaignResponse = 4401,
4431
- CampaignActivity = 4402,
4432
- BulkOperation = 4406,
4433
- Converstaion = 10036,
4434
- PromotionalMail = 10037,
4435
- inMail = 10078,
4436
- Message = 10079,
4437
- PointDrivePresentationCreated = 10080,
4438
- PointDrivePresentationViewed = 10081,
4439
- Surveyinvite = 10158,
4440
- Surveyresponse = 10159
4441
- }
4442
-
4443
- export type ActivityTypeString = keyof typeof ActivityType;
4444
-
4445
- export enum DuplicateFieldType {
4446
- None = 0,
4447
- Name = 1,
4448
- Address = 2,
4449
- Email = 4,
4450
- Phone = 8,
4451
- ContactFullname = 16
4452
- }
4453
-
4454
- export type DuplicateFieldTypeString = keyof typeof DuplicateFieldType;
4455
-
4456
- export enum FailureType {
4457
- GeneralFailure = 0,
4458
- Duplicate = 1
4459
- }
4460
-
4461
- export type FailureTypeString = keyof typeof FailureType;
4462
-
4463
- export enum CrmAccountStage {
4464
- Lead = 100000000,
4465
- Suspect = 100000001,
4466
- Prospect = 100000002,
4467
- Client = 100000003
4468
- }
4469
-
4470
- export type CrmAccountStageString = keyof typeof CrmAccountStage;
4471
-
4472
- export enum PreferredContactMethodType {
4473
- Any = 1,
4474
- Email = 2,
4475
- Phone = 3,
4476
- Fax = 4,
4477
- Mail = 5,
4478
- Text = 6
4479
- }
4480
-
4481
- export type PreferredContactMethodTypeString = keyof typeof PreferredContactMethodType;
4482
-
4483
- export enum StateCodeType {
4484
- Active = 0,
4485
- Inactive = 1
4486
- }
4487
-
4488
- export type StateCodeTypeString = keyof typeof StateCodeType;
4489
-
4490
- export enum AccountStatusCodeType {
4491
- Active = 0,
4492
- Inactive = 1
4493
- }
4494
-
4495
- export type AccountStatusCodeTypeString = keyof typeof AccountStatusCodeType;
4496
-
4497
- export enum NewOrRenewalType {
4498
- New = 0,
4499
- Renewal = 1
4500
- }
4501
-
4502
- export type NewOrRenewalTypeString = keyof typeof NewOrRenewalType;
4503
-
4504
4488
  export enum EmailAddressTypes {
4505
4489
  PrimaryWork = 0,
4506
4490
  Personal = 2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.326",
3
+ "version": "2.0.327",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [