@leavittsoftware/lg-core-typescript 2.188.1 → 2.190.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.
@@ -6,12 +6,6 @@ export var AccountStatus;
6
6
  AccountStatus[AccountStatus["Active"] = 3] = "Active";
7
7
  AccountStatus[AccountStatus["NeverLoggedIn"] = 4] = "NeverLoggedIn";
8
8
  })(AccountStatus || (AccountStatus = {}));
9
- export var ConferenceRegistrationStatus;
10
- (function (ConferenceRegistrationStatus) {
11
- ConferenceRegistrationStatus[ConferenceRegistrationStatus["Open"] = 0] = "Open";
12
- ConferenceRegistrationStatus[ConferenceRegistrationStatus["NotStarted"] = 1] = "NotStarted";
13
- ConferenceRegistrationStatus[ConferenceRegistrationStatus["Finished"] = 2] = "Finished";
14
- })(ConferenceRegistrationStatus || (ConferenceRegistrationStatus = {}));
15
9
  export var new_AccountType;
16
10
  (function (new_AccountType) {
17
11
  new_AccountType[new_AccountType["Commercial"] = 100000000] = "Commercial";
@@ -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,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,ApplicationToApplicationTag,PermissionToApplication,ProducerCommissionRate,DifferedCompensation,Expectation,FailReason,GuidingPrinciple,PLGameScoreboardToPlayerGroup,PrizeDistributionOptionString,PLGamePrize,PhoneNumberTypesString,CLGameScoreboardToPlayerGroup,CLGamePrize } from './lg.core'
7
+ import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,Tv,PreferredContactMethodTypeString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,ApplicationToApplicationTag,PermissionToApplication,ProducerCommissionRate,DifferedCompensation,Expectation,FailReason,GuidingPrinciple,PhoneNumberTypesString } from './lg.core'
8
8
 
9
9
  export interface EventEmailDto {
10
10
  Body: string | null;
@@ -82,28 +82,6 @@ export interface RecaptchaResponseDto {
82
82
  Success: boolean;
83
83
  }
84
84
 
85
- export interface TeamWithTotalPoints {
86
- TeamId: number;
87
- TotalPoints: Partial<number>;
88
- }
89
-
90
- export interface SupplimentalProducerCodeEntry {
91
- Ams360FullName: string | null;
92
- CompanyName: string | null;
93
- EmpCode: string | null;
94
- EndDate: string | null;
95
- Id: number;
96
- IsExpired: boolean | null;
97
- isMapped: boolean | null;
98
- ManagementSystemDatabaseName: string | null;
99
- ManagementSystemId: number;
100
- PersonFullName: string | null;
101
- PersonId: number | null;
102
- ProducerCodeTypeId: number | null;
103
- ProducerCodeTypeName: string | null;
104
- StartDate: string;
105
- }
106
-
107
85
  export interface Ams360ManagementSystemSearchResult {
108
86
  CompanyName: string | null;
109
87
  databaseNumber: string | null;
@@ -111,64 +89,6 @@ export interface Ams360ManagementSystemSearchResult {
111
89
  shortDatabaseNumber: string | null;
112
90
  }
113
91
 
114
- export interface LeagueReportEntry {
115
- LeagueId: number;
116
- LeagueName: string | null;
117
- LeagueSequence: number;
118
- Teams: Array<Partial<LeagueReportTeamEntry>> | null;
119
- }
120
-
121
- export interface LeagueReportMemberEntry {
122
- FullName: string | null;
123
- IsTeamCaptain: boolean;
124
- PersonId: number;
125
- TerminationDate: string | null;
126
- TotalPoints: Partial<number>;
127
- }
128
-
129
- export interface LeagueReportTeamEntry {
130
- Members: Array<Partial<LeagueReportMemberEntry>> | null;
131
- PictureAttachmentId: number | null;
132
- TeamId: number;
133
- TeamName: string | null;
134
- }
135
-
136
- export interface PersonSearchActiveDirectoryResult {
137
- AccountActive: boolean;
138
- AccountLocked: boolean;
139
- DatabaseName: string | null;
140
- DistinguishedName: string | null;
141
- ExchangeServer: string | null;
142
- HomeDirectory: string | null;
143
- HomeDrive: string | null;
144
- Id: number;
145
- ImEnabled: boolean;
146
- IsOffice360User: boolean;
147
- LastLogin: string | null;
148
- LdapEmailAdddresses: Array<string> | null;
149
- LdapUserGroups: Array<string> | null;
150
- ProfilePath: string | null;
151
- StorageGroups: string | null;
152
- UserDefaults: boolean;
153
- }
154
-
155
- export interface PersonSearchGroupResult {
156
- Description: string | null;
157
- Email: string | null;
158
- Id: number;
159
- Name: string | null;
160
- }
161
-
162
- export interface PersonSearchPersonResult {
163
- CompanyName: string | null;
164
- FirstName: string | null;
165
- Id: number;
166
- IsOldEmployee: boolean;
167
- LastName: string | null;
168
- PersonId: number;
169
- Rank: number;
170
- }
171
-
172
92
  export interface LGEmployeeSearchResult {
173
93
  CompanyName: string | null;
174
94
  DateFirstProducer: string | null;
@@ -196,28 +116,6 @@ export interface LgImageDTO {
196
116
  ImageBytes: Array<string> | null;
197
117
  }
198
118
 
199
- export interface TheGameRegistrationDto {
200
- GameId: number;
201
- PersonId: number;
202
- RegistrationNote: string | null;
203
- }
204
-
205
- export interface TopSellersReportEntry {
206
- FullName: string | null;
207
- PersonId: number;
208
- TotalPoints: Partial<number>;
209
- }
210
-
211
- export interface GuestUserDto {
212
- AccessUntilDate: string | null;
213
- FirstName: string | null;
214
- LastName: string | null;
215
- NeedForAccessDescription: string | null;
216
- Password: string | null;
217
- RequestedByPersonId: number;
218
- Username: string | null;
219
- }
220
-
221
119
  export interface TransferDTO {
222
120
  CompanyAddressId: number;
223
121
  DepartmentId: number | null;
@@ -394,41 +292,6 @@ export interface SendTemplateDto {
394
292
  TemplateData: Array<Partial<TemplateDataItemDto>> | null;
395
293
  }
396
294
 
397
- export interface TopSellersByLeagueReportEntry {
398
- LeagueId: number;
399
- LeagueName: string | null;
400
- Sequence: number;
401
- TopSellers: Array<Partial<TopSellersReportEntry>> | null;
402
- }
403
-
404
- export interface PlayerReportDTO {
405
- MyPrizeAmount: Partial<number>;
406
- MyTotalPoints: number;
407
- TeamRank: number;
408
- TeamTotalPoints: number;
409
- }
410
-
411
- export interface PlayerScoreboardReportDto {
412
- PersonId: number;
413
- PlayerName: string | null;
414
- Rank: number;
415
- TotalPoints: number;
416
- }
417
-
418
- export interface TeamScoreboardReportDto {
419
- Name: string | null;
420
- Players: Array<Partial<PlayerScoreboardReportDto>> | null;
421
- PrizeAmount: Partial<number>;
422
- Rank: number;
423
- TeamId: number;
424
- TeamTotalPoints: number;
425
- }
426
-
427
- export interface VitalPersonIdAndCompanyIdDto {
428
- CompanyId: number;
429
- PersonId: number;
430
- }
431
-
432
295
  export interface AuditorDto {
433
296
  CompanyId: number;
434
297
  Email: string | null;
@@ -525,26 +388,6 @@ export interface AccountsJobRoleDto {
525
388
  PersonalAssignmentPercentage: number | null;
526
389
  }
527
390
 
528
- export interface CrmCarrierDto {
529
- CarrierId: number;
530
- CarrierName: string | null;
531
- }
532
-
533
- export interface UserSurgesDto {
534
- IsActive: boolean;
535
- Name: string | null;
536
- SurgeId: number;
537
- SurgeStartDate: string;
538
- }
539
-
540
- export interface ViewableUsersPersonDto {
541
- FirstName: string | null;
542
- LastName: string | null;
543
- PeopleGroupName: string | null;
544
- PersonId: number;
545
- WaysIncluded: string | null;
546
- }
547
-
548
391
  export interface PhonesCrashReportDto {
549
392
  Date: string;
550
393
  Id: string | null;
@@ -774,82 +617,6 @@ export interface LeaderDto {
774
617
  Rank: number;
775
618
  }
776
619
 
777
- export interface ConferenceEventsDto {
778
- Events: Array<Partial<ConferenceScheduleDto>> | null;
779
- TimeZone: string | null;
780
- }
781
-
782
- export interface ConferenceAttendeeDto {
783
- AttendeeId: number;
784
- Balance: Partial<number>;
785
- CompanyName: string | null;
786
- FirstName: string | null;
787
- Guests: number;
788
- IsLGEmployee: boolean;
789
- IsSpouse: boolean;
790
- LastName: string | null;
791
- PersonId: number;
792
- RegisteredById: number | null;
793
- RegistrationDate: string;
794
- }
795
-
796
- export interface ConferenceScheduleDto {
797
- Description: string | null;
798
- Id: number;
799
- Name: string | null;
800
- SponsorAttachmentCdnFileName: string | null;
801
- SponsorAttachmentExtension: string | null;
802
- SponsorAttachmentId: number | null;
803
- SponsorName: string | null;
804
- TimeslotEndDate: string;
805
- TimeslotId: number;
806
- TimeslotName: string | null;
807
- TimeslotStartDate: string;
808
- Type: string | null;
809
- }
810
-
811
- export interface RegistrationStatusDto {
812
- CompanyName: string | null;
813
- FirstName: string | null;
814
- HasAddress: boolean;
815
- IsLgEmployee: boolean;
816
- LastName: string | null;
817
- Title: string | null;
818
- }
819
-
820
- export interface ConferenceDashboardDto {
821
- AttendeeRole: Partial<ConferenceAttendeePersonRole> | null;
822
- Balance: Partial<number>;
823
- Conference: Partial<Conference> | null;
824
- ConferenceRegistrationStatus: ConferenceRegistrationStatusString;
825
- Id: number;
826
- Sponsorships: Array<Partial<ConferenceSponsorship>> | null;
827
- }
828
-
829
- export interface ConferenceCcPaymentDto {
830
- Amount: Partial<number>;
831
- BillingAddress: string | null;
832
- City: string | null;
833
- CreditCardNumber: string | null;
834
- Cvv: string | null;
835
- ExpirationDate: string;
836
- Name: string | null;
837
- State: string | null;
838
- Zip: string | null;
839
- }
840
-
841
- export interface ConferencePersonDto {
842
- City: string | null;
843
- Company: string | null;
844
- Email: string | null;
845
- FirstName: string | null;
846
- LastName: string | null;
847
- State: string | null;
848
- Street: string | null;
849
- Title: string | null;
850
- Zip: string | null;
851
- }
852
-
853
620
  export interface PotentialDto {
854
621
  OpenPotential: Partial<number>;
855
622
  PeriodPotential: Partial<number>;
@@ -1214,53 +981,6 @@ export interface AgencyInvestmentReportDto {
1214
981
  Type: AgencyInvestmentTypeString;
1215
982
  }
1216
983
 
1217
- export interface NaicsGetLineOfBusinessDto {
1218
- LineOfBusiness: string | null;
1219
- }
1220
-
1221
- export interface NaicsReportTopProducersDto {
1222
- AgencyName: string | null;
1223
- NaicsCode: number;
1224
- PersonId: number;
1225
- Premium: number;
1226
- Producer: string | null;
1227
- Rank: number;
1228
- }
1229
-
1230
- export interface NaicsReportTopCarriersDto {
1231
- NaicsCode: number;
1232
- ParentCompany: string | null;
1233
- Premium: number;
1234
- Rank: number;
1235
- }
1236
-
1237
- export interface NaicsCsvUploadDto {
1238
- FileName: string | null;
1239
- RecordCount: number;
1240
- }
1241
-
1242
- export interface NaicsReportTopStatesDto {
1243
- NaicsCode: number;
1244
- Premium: number;
1245
- Rank: number;
1246
- State: string | null;
1247
- }
1248
-
1249
- export interface NaicsSummaryDto {
1250
- Code: number;
1251
- Id: number;
1252
- Title: string | null;
1253
- TotalPremiums: number;
1254
- }
1255
-
1256
- export interface NaicsReportTopAgenciesDto {
1257
- Agency: string | null;
1258
- AgencyId: number;
1259
- NaicsCode: number;
1260
- Premium: number;
1261
- Rank: number;
1262
- }
1263
-
1264
984
  export interface ReorderGuidingPrinciplesDto {
1265
985
  Principles: Array<Partial<GuidingPrinciple>> | null;
1266
986
  }
@@ -1345,35 +1065,6 @@ export interface ReorderEducationSequenceDto {
1345
1065
  NewOrder: Array<Partial<EducationSequenceDto>> | null;
1346
1066
  }
1347
1067
 
1348
- export interface PLGameScoreboardDto {
1349
- Id: number | null;
1350
- IsEnabled: boolean;
1351
- Name: string | null;
1352
- PlayerGroups: Array<Partial<PLGameScoreboardToPlayerGroup>> | null;
1353
- PLGameId: number;
1354
- PrizeDistributionOption: PrizeDistributionOptionString;
1355
- Prizes: Array<Partial<PLGamePrize>> | null;
1356
- SegmentTypeId: number | null;
1357
- Sequence: number;
1358
- SponsorId: number | null;
1359
- Take: number | null;
1360
- WebComponentHTMLTag: string | null;
1361
- }
1362
-
1363
- export interface PLGamePlayerDto {
1364
- CompanyName: string | null;
1365
- FirstName: string | null;
1366
- IsCaptain: boolean;
1367
- LastName: string | null;
1368
- PersonId: number;
1369
- PlayerId: number;
1370
- PlayerPersonRoleId: number | null;
1371
- TeamId: number | null;
1372
- TeamName: string | null;
1373
- TeamPersonRoleId: number | null;
1374
- TotalPoints: Partial<number>;
1375
- }
1376
-
1377
1068
  export interface CompanyLeaseAttachmentSearchDto {
1378
1069
  CdnFileName: string | null;
1379
1070
  CompanyId: number;
@@ -1457,50 +1148,6 @@ export interface ITEmployeeLookupSummaryDto {
1457
1148
  Zip: string | null;
1458
1149
  }
1459
1150
 
1460
- export interface CLGameScoreboardDto {
1461
- CLGameId: number;
1462
- Id: number | null;
1463
- IsEnabled: boolean;
1464
- Name: string | null;
1465
- PlayerGroups: Array<Partial<CLGameScoreboardToPlayerGroup>> | null;
1466
- Prizes: Array<Partial<CLGamePrize>> | null;
1467
- QualificationAmount: Partial<number> | null;
1468
- SegmentTypeId: number | null;
1469
- Sequence: number;
1470
- SponsorId: number | null;
1471
- Take: number | null;
1472
- WebComponentHTMLTag: string | null;
1473
- }
1474
-
1475
- export interface CLGamePrizePayoutDto {
1476
- EmailAddress: string | null;
1477
- FirstName: string | null;
1478
- GrandPrizeName: string | null;
1479
- LastName: string | null;
1480
- PersonId: number;
1481
- PrizeAmount: Partial<number> | null;
1482
- Rank: number;
1483
- }
1484
-
1485
- export interface CLGameCrmCarrierDto {
1486
- CarrierId: number;
1487
- CarrierName: string | null;
1488
- }
1489
-
1490
- export interface CLGamePlayerDto {
1491
- CompanyName: string | null;
1492
- FirstName: string | null;
1493
- IsCaptain: boolean;
1494
- LastName: string | null;
1495
- PersonId: number;
1496
- PlayerId: number;
1497
- PlayerPersonRoleId: number | null;
1498
- TeamId: number | null;
1499
- TeamName: string | null;
1500
- TeamPersonRoleId: number | null;
1501
- TotalPoints: Partial<number>;
1502
- }
1503
-
1504
1151
  export interface IIdentity {
1505
1152
  Id: number;
1506
1153
  }
@@ -1515,14 +1162,6 @@ export enum AccountStatus {
1515
1162
 
1516
1163
  export type AccountStatusString = keyof typeof AccountStatus;
1517
1164
 
1518
- export enum ConferenceRegistrationStatus {
1519
- Open = 0,
1520
- NotStarted = 1,
1521
- Finished = 2
1522
- }
1523
-
1524
- export type ConferenceRegistrationStatusString = keyof typeof ConferenceRegistrationStatus;
1525
-
1526
1165
  export enum new_AccountType {
1527
1166
  Commercial = 100000000,
1528
1167
  Personal = 100000001,
@@ -1 +1 @@
1
- {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAw4EA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;AAChB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAID,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,qDAAU,CAAA;IACV,yDAAY,CAAA;IACZ,uEAAmB,CAAA;IACnB,qDAAU,CAAA;IACV,mEAAiB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAID,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,mEAAY,CAAA;IACZ,uEAAc,CAAA;IACd,6EAAiB,CAAA;AACrB,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B;AAID,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,+DAAgB,CAAA;IAChB,mDAAU,CAAA;IACV,6CAAO,CAAA;AACX,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAID,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
1
+ {"version":3,"file":"api3.leavitt.com.js","sourceRoot":"","sources":["api3.leavitt.com.ts"],"names":[],"mappings":"AAw6EA,MAAM,CAAN,IAAY,UAKX;AALD,WAAY,UAAU;IAClB,2CAAQ,CAAA;IACR,uDAAc,CAAA;IACd,mEAAoB,CAAA;IACpB,mDAAY,CAAA;AAChB,CAAC,EALW,UAAU,KAAV,UAAU,QAKrB;AAID,MAAM,CAAN,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,qDAAU,CAAA;IACV,yDAAY,CAAA;IACZ,uEAAmB,CAAA;IACnB,qDAAU,CAAA;IACV,mEAAiB,CAAA;AACrB,CAAC,EANW,aAAa,KAAb,aAAa,QAMxB;AAID,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,mEAAY,CAAA;IACZ,uEAAc,CAAA;IACd,6EAAiB,CAAA;AACrB,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B;AAID,MAAM,CAAN,IAAY,YAIX;AAJD,WAAY,YAAY;IACpB,+DAAgB,CAAA;IAChB,mDAAU,CAAA;IACV,6CAAO,CAAA;AACX,CAAC,EAJW,YAAY,KAAZ,YAAY,QAIvB;AAID,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACvB,yEAAkB,CAAA;IAClB,iEAAc,CAAA;IACd,iFAAsB,CAAA;AAC1B,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}