@leavittsoftware/lg-core-typescript 5.881.0 → 5.882.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.
Files changed (2) hide show
  1. package/lg.net.core.ts +12 -12
  2. package/package.json +1 -1
package/lg.net.core.ts CHANGED
@@ -6395,12 +6395,12 @@ export interface JobRoleChangeLog {
6395
6395
  }
6396
6396
 
6397
6397
  export interface JobRoleEmployeeChange extends AuditableEmployeeChange {
6398
- NewJobRoleCompanyName: string;
6399
- NewJobRoleFte: string;
6400
- NewJobRoleTitle: string;
6401
- OriginalJobRoleCompanyName: string;
6402
- OriginalJobRoleFte: string;
6403
- OriginalJobRoleTitle: string;
6398
+ NewJobRoleCompanyName?: string | null ;
6399
+ NewJobRoleFte?: string | null ;
6400
+ NewJobRoleTitle?: string | null ;
6401
+ OriginalJobRoleCompanyName?: string | null ;
6402
+ OriginalJobRoleFte?: string | null ;
6403
+ OriginalJobRoleTitle?: string | null ;
6404
6404
  }
6405
6405
 
6406
6406
  export interface JobRoleType {
@@ -7228,18 +7228,18 @@ export interface TerminatedEmployeeChange extends AuditableEmployeeChange {
7228
7228
  }
7229
7229
 
7230
7230
  export interface TitleEmployeeChange extends AuditableEmployeeChange {
7231
- NewTitle: string;
7232
- OriginalTitle: string;
7231
+ NewTitle?: string | null ;
7232
+ OriginalTitle?: string | null ;
7233
7233
  }
7234
7234
 
7235
7235
  export interface TransferAgencyEmployeeChange extends AuditableEmployeeChange {
7236
- NewCompanyName: string;
7237
- OriginalCompanyName: string;
7236
+ NewCompanyName?: string | null ;
7237
+ OriginalCompanyName?: string | null ;
7238
7238
  }
7239
7239
 
7240
7240
  export interface TypesOfInsuranceSoldEmployeeChange extends AuditableEmployeeChange {
7241
- NewTypes: string;
7242
- OriginalTypes: string;
7241
+ NewTypes?: string | null ;
7242
+ OriginalTypes?: string | null ;
7243
7243
  }
7244
7244
 
7245
7245
  export interface ConnectedActivity {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.881.0",
3
+ "version": "5.882.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [