@leavittsoftware/lg-core-typescript 5.890.0 → 5.891.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 +2 -2
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -7586,9 +7586,9 @@ export interface BadDataStatisticsRequestDto {
|
|
|
7586
7586
|
}
|
|
7587
7587
|
|
|
7588
7588
|
export interface BenefitPointGetUserAccountsDto {
|
|
7589
|
+
CompanyName?: string | null ;
|
|
7589
7590
|
FullName?: string | null ;
|
|
7590
|
-
|
|
7591
|
-
Username?: string | null ;
|
|
7591
|
+
Id: number;
|
|
7592
7592
|
}
|
|
7593
7593
|
|
|
7594
7594
|
export interface CmAddressDto {
|