@leavittsoftware/lg-core-typescript 5.1227.0 → 5.1229.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.
@@ -823,7 +823,7 @@ export interface MyRankDto {
823
823
 
824
824
  export interface PolicySaleDto {
825
825
  ClientName?: string | null ;
826
- EffectiveDate: string;
826
+ EffectiveDate?: string | null ;
827
827
  LineOfBusiness: LineOfBusinessTypeString;
828
828
  Written: number;
829
829
  }
@@ -8571,11 +8571,11 @@ export interface CFCCreateResponseDto {
8571
8571
 
8572
8572
  export interface CFCUpsertDto {
8573
8573
  ActivityCode?: string | null ;
8574
- City: string;
8575
- CompanyName: string;
8574
+ City?: string | null ;
8575
+ CompanyName?: string | null ;
8576
8576
  ContactName?: string | null ;
8577
8577
  County?: string | null ;
8578
- EffectiveDate: string;
8578
+ EffectiveDate?: string | null ;
8579
8579
  Email?: string | null ;
8580
8580
  EmployeeCount?: number | null ;
8581
8581
  ExpirationDate?: string | null ;
@@ -8583,12 +8583,12 @@ export interface CFCUpsertDto {
8583
8583
  PhoneNumber?: string | null ;
8584
8584
  PreferredContactMethod?: QuoteRequestContactMethodString | null ;
8585
8585
  ScheduleOfInformation?: number | null ;
8586
- State: string;
8587
- Street1: string;
8586
+ State?: string | null ;
8587
+ Street1?: string | null ;
8588
8588
  Street2?: string | null ;
8589
8589
  TotalRevenue?: string | null ;
8590
- URL: string;
8591
- Zip: string;
8590
+ URL?: string | null ;
8591
+ Zip?: string | null ;
8592
8592
  }
8593
8593
 
8594
8594
  export interface ApproveAppointmentsDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leavittsoftware/lg-core-typescript",
3
- "version": "5.1227.0",
3
+ "version": "5.1229.0",
4
4
  "description": "Typescript of lg core",
5
5
  "main": "lg.typescript.js",
6
6
  "files": [