@leavittsoftware/lg-core-typescript 2.0.270 → 2.0.271
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/api2.leavitt.com.ts +5 -0
- package/package.json +1 -1
package/api2.leavitt.com.ts
CHANGED
|
@@ -1346,6 +1346,11 @@ export interface NaicsReportTopAgenciesDto {
|
|
|
1346
1346
|
Rank: number;
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
|
+
export interface BulkCourseMemberOperationsDto {
|
|
1350
|
+
Failures: Array<number> | null;
|
|
1351
|
+
Successes: number;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1349
1354
|
export interface IIdentity {
|
|
1350
1355
|
Id: number;
|
|
1351
1356
|
}
|