@leavittsoftware/lg-core-typescript 2.0.264 → 2.0.265

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/api2.leavitt.com.ts +20 -20
  2. package/package.json +1 -1
@@ -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,FailReason,ProducerCommissionRate,PreferredContactMethodTypeString,ConferenceAttendeePersonRole,Conference,ConferenceSponsorship,PeopleGroup,PermissionToApplication,ApplicationToApplicationTag,PhoneNumberTypesString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany } from './lg.core'
7
+ import { Ams360PersonRole,Ams360SupplementalCode,Ams360EmpCode,EmploymentTypeString,Person,CrmAccount,FailReason,ProducerCommissionRate,PreferredContactMethodTypeString,ConferenceAttendeePersonRole,Conference,ConferenceSponsorship,PeopleGroup,PhoneNumberTypesString,CompanyOwnership,TemplateContact,TimelineContact,GlobalTask,TemplateTask,TemplateServiceTask,TimelineDocumentPage,TimelineServiceTask,TimelineEnabledPage,TimelineTaskToTimelineContactAssignee,TaskReminder,TaskStatusTypeString,TimelineTaskToTimelineContactWatcher,TemplateTaskToTemplateContactAssignee,TemplateTaskToTemplateContactWatcher,TimelineTemplateToCompany,PermissionToApplication,ApplicationToApplicationTag } from './lg.core'
8
8
 
9
9
  export interface EventEmailDto {
10
10
  Body: string | null;
@@ -1139,25 +1139,6 @@ export interface NaicsReportTopAgenciesDto {
1139
1139
  Rank: number;
1140
1140
  }
1141
1141
 
1142
- export interface PermissionUpsertDto {
1143
- Applications: Array<Partial<PermissionToApplication>> | null;
1144
- Description: string | null;
1145
- Id: number | null;
1146
- Name: string | null;
1147
- ScopeId: number | null;
1148
- }
1149
-
1150
- export interface ApplicationUpsertDto {
1151
- Description: string | null;
1152
- Id: number | null;
1153
- IsActive: boolean;
1154
- Name: string | null;
1155
- Owner: string | null;
1156
- Permissions: Array<Partial<PermissionToApplication>> | null;
1157
- Tags: Array<Partial<ApplicationToApplicationTag>> | null;
1158
- URL: string | null;
1159
- }
1160
-
1161
1142
  export interface ITEmployeeLookupPhoneDto {
1162
1143
  AreaCode: string | null;
1163
1144
  LineNumber: string | null;
@@ -1341,6 +1322,25 @@ export interface TimelineServiceTaskDto {
1341
1322
  TimelineId: number;
1342
1323
  }
1343
1324
 
1325
+ export interface PermissionUpsertDto {
1326
+ Applications: Array<Partial<PermissionToApplication>> | null;
1327
+ Description: string | null;
1328
+ Id: number | null;
1329
+ Name: string | null;
1330
+ ScopeId: number | null;
1331
+ }
1332
+
1333
+ export interface ApplicationUpsertDto {
1334
+ Description: string | null;
1335
+ Id: number | null;
1336
+ IsActive: boolean;
1337
+ Name: string | null;
1338
+ Owner: string | null;
1339
+ Permissions: Array<Partial<PermissionToApplication>> | null;
1340
+ Tags: Array<Partial<ApplicationToApplicationTag>> | null;
1341
+ URL: string | null;
1342
+ }
1343
+
1344
1344
  export interface IIdentity {
1345
1345
  Id: number;
1346
1346
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.264",
3
+ "version": "2.0.265",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [