@leavittsoftware/lg-core-typescript 2.0.434 → 2.0.435

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.core.ts +0 -24
  2. package/package.json +1 -1
package/lg.net.core.ts CHANGED
@@ -1482,7 +1482,6 @@ export interface Person {
1482
1482
  PersonToPeopleGroups: Array<Partial<PersonToPeopleGroup>> | null;
1483
1483
  PersonToPermissions: Array<Partial<PersonToPermission>> | null;
1484
1484
  PersonToWebComponentSlides: Array<Partial<PersonToWebComponentSlide>> | null;
1485
- PersonUltiProAccounts: Array<Partial<PersonUltiProAccount>> | null;
1486
1485
  PhoneCalls: Array<Partial<CrmPhoneCall>> | null;
1487
1486
  PhoneExtension: string | null;
1488
1487
  PhoneNumbers: Array<Partial<PhoneNumber>> | null;
@@ -1655,15 +1654,6 @@ export interface PersonToPermission {
1655
1654
  StartDate: string;
1656
1655
  }
1657
1656
 
1658
- export interface PersonUltiProAccount {
1659
- CreatedDate: string;
1660
- EeId: string | null;
1661
- Id: number;
1662
- LastModifiedDate: string;
1663
- Person: Partial<Person> | null;
1664
- PersonId: number;
1665
- }
1666
-
1667
1657
  export interface PhoneNumber {
1668
1658
  AreaCode: string | null;
1669
1659
  Company: Partial<Company> | null;
@@ -2011,20 +2001,6 @@ export interface DistributionGroupToPerson {
2011
2001
  PersonId: number;
2012
2002
  }
2013
2003
 
2014
- export interface DomoDataSet {
2015
- DataSetId: string | null;
2016
- Id: number;
2017
- IsIgnored: boolean;
2018
- IsLgManaged: boolean;
2019
- LgManagedLastModified: string | null;
2020
- Name: string | null;
2021
- }
2022
-
2023
- export interface LGManagedDomoDataset {
2024
- DomoDatasetId: string | null;
2025
- Id: number;
2026
- }
2027
-
2028
2004
  export interface CourseAdmin {
2029
2005
  Course: Partial<EducationCourse> | null;
2030
2006
  CourseId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "2.0.434",
3
+ "version": "2.0.435",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.core.js",
6
6
  "files": [