@leavittsoftware/lg-core-typescript 5.1228.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.
- package/api3.leavitt.com.ts +7 -7
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -8571,11 +8571,11 @@ export interface CFCCreateResponseDto {
|
|
|
8571
8571
|
|
|
8572
8572
|
export interface CFCUpsertDto {
|
|
8573
8573
|
ActivityCode?: string | null ;
|
|
8574
|
-
City
|
|
8575
|
-
CompanyName
|
|
8574
|
+
City?: string | null ;
|
|
8575
|
+
CompanyName?: string | null ;
|
|
8576
8576
|
ContactName?: string | null ;
|
|
8577
8577
|
County?: string | null ;
|
|
8578
|
-
EffectiveDate
|
|
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
|
|
8587
|
-
Street1
|
|
8586
|
+
State?: string | null ;
|
|
8587
|
+
Street1?: string | null ;
|
|
8588
8588
|
Street2?: string | null ;
|
|
8589
8589
|
TotalRevenue?: string | null ;
|
|
8590
|
-
URL
|
|
8591
|
-
Zip
|
|
8590
|
+
URL?: string | null ;
|
|
8591
|
+
Zip?: string | null ;
|
|
8592
8592
|
}
|
|
8593
8593
|
|
|
8594
8594
|
export interface ApproveAppointmentsDto {
|