@leavittsoftware/lg-core-typescript 5.842.0 → 5.843.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 +1 -1
- package/package.json +1 -1
package/api3.leavitt.com.ts
CHANGED
|
@@ -1680,7 +1680,7 @@ export interface CreateRecruitingCandidateNoteDto {
|
|
|
1680
1680
|
Message?: string | null ;
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
|
-
export interface
|
|
1683
|
+
export interface GetTSDProjectRequestMetricsDto {
|
|
1684
1684
|
Experienced: number;
|
|
1685
1685
|
NotExperienced: number;
|
|
1686
1686
|
}
|