@iblai/iblai-api 4.340.1-core → 4.341.0-core
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/dist/index.cjs.js +15 -15
- package/dist/index.esm.js +16 -16
- package/dist/index.umd.js +15 -15
- package/dist/types/index.d.ts +1 -1
- package/dist/types/models/{PeriodicLearnerScopeEnum.d.ts → CoursesProgressLearnerScopeEnum.d.ts} +1 -1
- package/dist/types/models/NotificationTemplateDetail.d.ts +17 -3
- package/dist/types/models/PatchedNotificationTemplateDetail.d.ts +17 -3
- package/package.json +1 -1
- package/sdk_schema.yml +57 -17
- package/src/core/OpenAPI.ts +1 -1
- package/src/index.ts +1 -1
- package/src/models/{PeriodicLearnerScopeEnum.ts → CoursesProgressLearnerScopeEnum.ts} +1 -1
- package/src/models/NotificationTemplateDetail.ts +17 -3
- package/src/models/PatchedNotificationTemplateDetail.ts +17 -3
package/dist/index.cjs.js
CHANGED
|
@@ -110,7 +110,7 @@ class CancelablePromise {
|
|
|
110
110
|
|
|
111
111
|
const OpenAPI = {
|
|
112
112
|
BASE: 'https://base.manager.iblai.app',
|
|
113
|
-
VERSION: '4.
|
|
113
|
+
VERSION: '4.341.0-core',
|
|
114
114
|
WITH_CREDENTIALS: false,
|
|
115
115
|
CREDENTIALS: 'include',
|
|
116
116
|
TOKEN: undefined,
|
|
@@ -237,6 +237,20 @@ exports.CoursesProgressFrequencyEnum = void 0;
|
|
|
237
237
|
CoursesProgressFrequencyEnum["CUSTOM"] = "CUSTOM";
|
|
238
238
|
})(exports.CoursesProgressFrequencyEnum || (exports.CoursesProgressFrequencyEnum = {}));
|
|
239
239
|
|
|
240
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
241
|
+
/* istanbul ignore file */
|
|
242
|
+
/* tslint:disable */
|
|
243
|
+
/* eslint-disable */
|
|
244
|
+
/**
|
|
245
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
246
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
247
|
+
*/
|
|
248
|
+
exports.CoursesProgressLearnerScopeEnum = void 0;
|
|
249
|
+
(function (CoursesProgressLearnerScopeEnum) {
|
|
250
|
+
CoursesProgressLearnerScopeEnum["ACTIVE_LEARNERS"] = "ACTIVE_LEARNERS";
|
|
251
|
+
CoursesProgressLearnerScopeEnum["ALL_LEARNERS"] = "ALL_LEARNERS";
|
|
252
|
+
})(exports.CoursesProgressLearnerScopeEnum || (exports.CoursesProgressLearnerScopeEnum = {}));
|
|
253
|
+
|
|
240
254
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
241
255
|
/* istanbul ignore file */
|
|
242
256
|
/* tslint:disable */
|
|
@@ -661,20 +675,6 @@ exports.PeriodEnum = void 0;
|
|
|
661
675
|
PeriodEnum["YEARLY"] = "yearly";
|
|
662
676
|
})(exports.PeriodEnum || (exports.PeriodEnum = {}));
|
|
663
677
|
|
|
664
|
-
/* generated using openapi-typescript-codegen -- do not edit */
|
|
665
|
-
/* istanbul ignore file */
|
|
666
|
-
/* tslint:disable */
|
|
667
|
-
/* eslint-disable */
|
|
668
|
-
/**
|
|
669
|
-
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
670
|
-
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
671
|
-
*/
|
|
672
|
-
exports.PeriodicLearnerScopeEnum = void 0;
|
|
673
|
-
(function (PeriodicLearnerScopeEnum) {
|
|
674
|
-
PeriodicLearnerScopeEnum["ACTIVE_LEARNERS"] = "ACTIVE_LEARNERS";
|
|
675
|
-
PeriodicLearnerScopeEnum["ALL_LEARNERS"] = "ALL_LEARNERS";
|
|
676
|
-
})(exports.PeriodicLearnerScopeEnum || (exports.PeriodicLearnerScopeEnum = {}));
|
|
677
|
-
|
|
678
678
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
679
679
|
/* istanbul ignore file */
|
|
680
680
|
/* tslint:disable */
|
package/dist/index.esm.js
CHANGED
|
@@ -108,7 +108,7 @@ class CancelablePromise {
|
|
|
108
108
|
|
|
109
109
|
const OpenAPI = {
|
|
110
110
|
BASE: 'https://base.manager.iblai.app',
|
|
111
|
-
VERSION: '4.
|
|
111
|
+
VERSION: '4.341.0-core',
|
|
112
112
|
WITH_CREDENTIALS: false,
|
|
113
113
|
CREDENTIALS: 'include',
|
|
114
114
|
TOKEN: undefined,
|
|
@@ -235,6 +235,20 @@ var CoursesProgressFrequencyEnum;
|
|
|
235
235
|
CoursesProgressFrequencyEnum["CUSTOM"] = "CUSTOM";
|
|
236
236
|
})(CoursesProgressFrequencyEnum || (CoursesProgressFrequencyEnum = {}));
|
|
237
237
|
|
|
238
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
239
|
+
/* istanbul ignore file */
|
|
240
|
+
/* tslint:disable */
|
|
241
|
+
/* eslint-disable */
|
|
242
|
+
/**
|
|
243
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
244
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
245
|
+
*/
|
|
246
|
+
var CoursesProgressLearnerScopeEnum;
|
|
247
|
+
(function (CoursesProgressLearnerScopeEnum) {
|
|
248
|
+
CoursesProgressLearnerScopeEnum["ACTIVE_LEARNERS"] = "ACTIVE_LEARNERS";
|
|
249
|
+
CoursesProgressLearnerScopeEnum["ALL_LEARNERS"] = "ALL_LEARNERS";
|
|
250
|
+
})(CoursesProgressLearnerScopeEnum || (CoursesProgressLearnerScopeEnum = {}));
|
|
251
|
+
|
|
238
252
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
239
253
|
/* istanbul ignore file */
|
|
240
254
|
/* tslint:disable */
|
|
@@ -659,20 +673,6 @@ var PeriodEnum;
|
|
|
659
673
|
PeriodEnum["YEARLY"] = "yearly";
|
|
660
674
|
})(PeriodEnum || (PeriodEnum = {}));
|
|
661
675
|
|
|
662
|
-
/* generated using openapi-typescript-codegen -- do not edit */
|
|
663
|
-
/* istanbul ignore file */
|
|
664
|
-
/* tslint:disable */
|
|
665
|
-
/* eslint-disable */
|
|
666
|
-
/**
|
|
667
|
-
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
668
|
-
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
669
|
-
*/
|
|
670
|
-
var PeriodicLearnerScopeEnum;
|
|
671
|
-
(function (PeriodicLearnerScopeEnum) {
|
|
672
|
-
PeriodicLearnerScopeEnum["ACTIVE_LEARNERS"] = "ACTIVE_LEARNERS";
|
|
673
|
-
PeriodicLearnerScopeEnum["ALL_LEARNERS"] = "ALL_LEARNERS";
|
|
674
|
-
})(PeriodicLearnerScopeEnum || (PeriodicLearnerScopeEnum = {}));
|
|
675
|
-
|
|
676
676
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
677
677
|
/* istanbul ignore file */
|
|
678
678
|
/* tslint:disable */
|
|
@@ -28079,5 +28079,5 @@ class SkillsService {
|
|
|
28079
28079
|
}
|
|
28080
28080
|
}
|
|
28081
28081
|
|
|
28082
|
-
export { AcceptanceEnum, ActivityTypeEnum, AiAnalyticsService, AnalyticsService, ApiError, AutoRechargeTriggerResponseStatusEnum, BillingService, BlankEnum, BusinessTypeEnum, CancelError, CancelablePromise, CareerService, CatalogService, CeleryHeartbeatFailStatusEnum, CeleryHeartbeatStatusEnum, CommerceService, CoreService, CoursesProgressFrequencyEnum, CredentialsService, CreditTransactionHistoryStatusEnum, CrmService, CustomDomainsService, DealStatusEnum, DirectionEnum, DisabilityStatusEnum, EthnicityEnum, EventsEnum, EximService, FeaturesService, FieldTypeEnum, FlowTypeEnum, GenderEnum, GooglePayAccountResponseStatusEnum, GradePostedNotifyModeEnum, GrandfatheringStrategyEnum, HumanSupportRecipientModeEnum, InstitutionTypeEnum, IntervalEnum, ItemTypeEnum, KindEnum, LifecycleStageEnum, MediaService, MediaTypeEnum, NotificationFrequencyEnum, NotificationSourceTypeEnum, NotificationsService, OpenAPI, PeriodEnum,
|
|
28082
|
+
export { AcceptanceEnum, ActivityTypeEnum, AiAnalyticsService, AnalyticsService, ApiError, AutoRechargeTriggerResponseStatusEnum, BillingService, BlankEnum, BusinessTypeEnum, CancelError, CancelablePromise, CareerService, CatalogService, CeleryHeartbeatFailStatusEnum, CeleryHeartbeatStatusEnum, CommerceService, CoreService, CoursesProgressFrequencyEnum, CoursesProgressLearnerScopeEnum, CredentialsService, CreditTransactionHistoryStatusEnum, CrmService, CustomDomainsService, DealStatusEnum, DirectionEnum, DisabilityStatusEnum, EthnicityEnum, EventsEnum, EximService, FeaturesService, FieldTypeEnum, FlowTypeEnum, GenderEnum, GooglePayAccountResponseStatusEnum, GradePostedNotifyModeEnum, GrandfatheringStrategyEnum, HumanSupportRecipientModeEnum, InstitutionTypeEnum, IntervalEnum, ItemTypeEnum, KindEnum, LifecycleStageEnum, MediaService, MediaTypeEnum, NotificationFrequencyEnum, NotificationSourceTypeEnum, NotificationsService, OpenAPI, PeriodEnum, PlatformApiKeyModeEnum, PlatformApplicationFeeActionActionEnum, PlatformApplicationPlacementUpdateStatusEnum, PlatformApplicationTransitionActionEnum, PlatformListStatusEnum, ProgramTypeEnum, RecipientsRecipientModeEnum, RecommendationsService, ReportsService, RoleEnum, ScimService, SearchService, SkillsService, SourceEnum, StateEnum, Status0e3Enum, Status147Enum, Status3daEnum, StripeCheckoutSessionRequestModeEnum, TimezoneEnum, TransactionTypeEnum, TypeF30Enum };
|
|
28083
28083
|
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.umd.js
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
|
|
115
115
|
const OpenAPI = {
|
|
116
116
|
BASE: 'https://base.manager.iblai.app',
|
|
117
|
-
VERSION: '4.
|
|
117
|
+
VERSION: '4.341.0-core',
|
|
118
118
|
WITH_CREDENTIALS: false,
|
|
119
119
|
CREDENTIALS: 'include',
|
|
120
120
|
TOKEN: undefined,
|
|
@@ -241,6 +241,20 @@
|
|
|
241
241
|
CoursesProgressFrequencyEnum["CUSTOM"] = "CUSTOM";
|
|
242
242
|
})(exports.CoursesProgressFrequencyEnum || (exports.CoursesProgressFrequencyEnum = {}));
|
|
243
243
|
|
|
244
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
245
|
+
/* istanbul ignore file */
|
|
246
|
+
/* tslint:disable */
|
|
247
|
+
/* eslint-disable */
|
|
248
|
+
/**
|
|
249
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
250
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
251
|
+
*/
|
|
252
|
+
exports.CoursesProgressLearnerScopeEnum = void 0;
|
|
253
|
+
(function (CoursesProgressLearnerScopeEnum) {
|
|
254
|
+
CoursesProgressLearnerScopeEnum["ACTIVE_LEARNERS"] = "ACTIVE_LEARNERS";
|
|
255
|
+
CoursesProgressLearnerScopeEnum["ALL_LEARNERS"] = "ALL_LEARNERS";
|
|
256
|
+
})(exports.CoursesProgressLearnerScopeEnum || (exports.CoursesProgressLearnerScopeEnum = {}));
|
|
257
|
+
|
|
244
258
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
245
259
|
/* istanbul ignore file */
|
|
246
260
|
/* tslint:disable */
|
|
@@ -665,20 +679,6 @@
|
|
|
665
679
|
PeriodEnum["YEARLY"] = "yearly";
|
|
666
680
|
})(exports.PeriodEnum || (exports.PeriodEnum = {}));
|
|
667
681
|
|
|
668
|
-
/* generated using openapi-typescript-codegen -- do not edit */
|
|
669
|
-
/* istanbul ignore file */
|
|
670
|
-
/* tslint:disable */
|
|
671
|
-
/* eslint-disable */
|
|
672
|
-
/**
|
|
673
|
-
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
674
|
-
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
675
|
-
*/
|
|
676
|
-
exports.PeriodicLearnerScopeEnum = void 0;
|
|
677
|
-
(function (PeriodicLearnerScopeEnum) {
|
|
678
|
-
PeriodicLearnerScopeEnum["ACTIVE_LEARNERS"] = "ACTIVE_LEARNERS";
|
|
679
|
-
PeriodicLearnerScopeEnum["ALL_LEARNERS"] = "ALL_LEARNERS";
|
|
680
|
-
})(exports.PeriodicLearnerScopeEnum || (exports.PeriodicLearnerScopeEnum = {}));
|
|
681
|
-
|
|
682
682
|
/* generated using openapi-typescript-codegen -- do not edit */
|
|
683
683
|
/* istanbul ignore file */
|
|
684
684
|
/* tslint:disable */
|
package/dist/types/index.d.ts
CHANGED
|
@@ -123,6 +123,7 @@ export type { CourseReviewResponse } from './models/CourseReviewResponse';
|
|
|
123
123
|
export type { CourseSkill } from './models/CourseSkill';
|
|
124
124
|
export type { CourseSkillPointInfoRequest } from './models/CourseSkillPointInfoRequest';
|
|
125
125
|
export { CoursesProgressFrequencyEnum } from './models/CoursesProgressFrequencyEnum';
|
|
126
|
+
export { CoursesProgressLearnerScopeEnum } from './models/CoursesProgressLearnerScopeEnum';
|
|
126
127
|
export type { CourseSuggestionBulkCreate } from './models/CourseSuggestionBulkCreate';
|
|
127
128
|
export type { CourseSuggestionCreate } from './models/CourseSuggestionCreate';
|
|
128
129
|
export type { CourseSuggestionDetail } from './models/CourseSuggestionDetail';
|
|
@@ -350,7 +351,6 @@ export type { PathwaySuggestionDetail } from './models/PathwaySuggestionDetail';
|
|
|
350
351
|
export type { PerformanceGradesPerCourse } from './models/PerformanceGradesPerCourse';
|
|
351
352
|
export type { PerformanceGradesPerCourseData } from './models/PerformanceGradesPerCourseData';
|
|
352
353
|
export { PeriodEnum } from './models/PeriodEnum';
|
|
353
|
-
export { PeriodicLearnerScopeEnum } from './models/PeriodicLearnerScopeEnum';
|
|
354
354
|
export type { PerLearnerCourseLastAccessData } from './models/PerLearnerCourseLastAccessData';
|
|
355
355
|
export type { PerlearnerCourseProgress } from './models/PerlearnerCourseProgress';
|
|
356
356
|
export type { PerlearnerCourseProgressData } from './models/PerlearnerCourseProgressData';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { ConsumerChannel } from './ConsumerChannel';
|
|
2
2
|
import type { CoursesProgressFrequencyEnum } from './CoursesProgressFrequencyEnum';
|
|
3
|
+
import type { CoursesProgressLearnerScopeEnum } from './CoursesProgressLearnerScopeEnum';
|
|
3
4
|
import type { GradePostedNotifyModeEnum } from './GradePostedNotifyModeEnum';
|
|
4
5
|
import type { HumanSupportRecipientModeEnum } from './HumanSupportRecipientModeEnum';
|
|
5
6
|
import type { NullEnum } from './NullEnum';
|
|
6
|
-
import type { PeriodicLearnerScopeEnum } from './PeriodicLearnerScopeEnum';
|
|
7
7
|
import type { RecipientsRecipientModeEnum } from './RecipientsRecipientModeEnum';
|
|
8
8
|
import type { Spa } from './Spa';
|
|
9
9
|
import type { TypeF30Enum } from './TypeF30Enum';
|
|
@@ -154,7 +154,7 @@ export type NotificationTemplateDetail = {
|
|
|
154
154
|
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
155
155
|
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
156
156
|
*/
|
|
157
|
-
periodic_learner_scope?:
|
|
157
|
+
periodic_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
158
158
|
/**
|
|
159
159
|
* Number of days to include in the report period
|
|
160
160
|
*/
|
|
@@ -275,12 +275,19 @@ export type NotificationTemplateDetail = {
|
|
|
275
275
|
* User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
276
276
|
*/
|
|
277
277
|
readonly user_progress_config: Record<string, any> | null;
|
|
278
|
+
/**
|
|
279
|
+
* Who receives the report. ALL_LEARNERS (default) sends to every learner with an active enrollment, including those with no activity in the period; ACTIVE_LEARNERS sends only to learners whose progress moved during the period.
|
|
280
|
+
*
|
|
281
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
282
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
283
|
+
*/
|
|
284
|
+
user_progress_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
278
285
|
/**
|
|
279
286
|
* Lookback window in days for the user progress summary
|
|
280
287
|
*/
|
|
281
288
|
user_progress_lookback_days?: number;
|
|
282
289
|
/**
|
|
283
|
-
* Data points to include: courses_progressed, courses_completed, credentials_earned, time_spent, active_days, mentors_accessed (AI agent activity)
|
|
290
|
+
* Data points to include: course_breakdown (per-course rows with topics and grade), course_grades (current grade per active enrollment), courses_progressed, courses_completed, credentials_earned, time_spent, active_days, mentors_accessed (AI agent activity), learning_insights (AI strengths/growth summary; one LLM call per learner with memories)
|
|
284
291
|
*/
|
|
285
292
|
user_progress_enabled_data_points?: Array<string>;
|
|
286
293
|
/**
|
|
@@ -308,6 +315,13 @@ export type NotificationTemplateDetail = {
|
|
|
308
315
|
* Deprecated alias of user_progress_config (COURSES_PROGRESS_SUMMARY only)
|
|
309
316
|
*/
|
|
310
317
|
readonly courses_progress_config: Record<string, any> | null;
|
|
318
|
+
/**
|
|
319
|
+
* Deprecated alias of user_progress_learner_scope
|
|
320
|
+
*
|
|
321
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
322
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
323
|
+
*/
|
|
324
|
+
courses_progress_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
311
325
|
/**
|
|
312
326
|
* Deprecated alias of user_progress_lookback_days
|
|
313
327
|
*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { ConsumerChannel } from './ConsumerChannel';
|
|
2
2
|
import type { CoursesProgressFrequencyEnum } from './CoursesProgressFrequencyEnum';
|
|
3
|
+
import type { CoursesProgressLearnerScopeEnum } from './CoursesProgressLearnerScopeEnum';
|
|
3
4
|
import type { GradePostedNotifyModeEnum } from './GradePostedNotifyModeEnum';
|
|
4
5
|
import type { HumanSupportRecipientModeEnum } from './HumanSupportRecipientModeEnum';
|
|
5
6
|
import type { NullEnum } from './NullEnum';
|
|
6
|
-
import type { PeriodicLearnerScopeEnum } from './PeriodicLearnerScopeEnum';
|
|
7
7
|
import type { RecipientsRecipientModeEnum } from './RecipientsRecipientModeEnum';
|
|
8
8
|
import type { Spa } from './Spa';
|
|
9
9
|
import type { TypeF30Enum } from './TypeF30Enum';
|
|
@@ -154,7 +154,7 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
154
154
|
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
155
155
|
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
156
156
|
*/
|
|
157
|
-
periodic_learner_scope?:
|
|
157
|
+
periodic_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
158
158
|
/**
|
|
159
159
|
* Number of days to include in the report period
|
|
160
160
|
*/
|
|
@@ -275,12 +275,19 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
275
275
|
* User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
276
276
|
*/
|
|
277
277
|
readonly user_progress_config?: Record<string, any> | null;
|
|
278
|
+
/**
|
|
279
|
+
* Who receives the report. ALL_LEARNERS (default) sends to every learner with an active enrollment, including those with no activity in the period; ACTIVE_LEARNERS sends only to learners whose progress moved during the period.
|
|
280
|
+
*
|
|
281
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
282
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
283
|
+
*/
|
|
284
|
+
user_progress_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
278
285
|
/**
|
|
279
286
|
* Lookback window in days for the user progress summary
|
|
280
287
|
*/
|
|
281
288
|
user_progress_lookback_days?: number;
|
|
282
289
|
/**
|
|
283
|
-
* Data points to include: courses_progressed, courses_completed, credentials_earned, time_spent, active_days, mentors_accessed (AI agent activity)
|
|
290
|
+
* Data points to include: course_breakdown (per-course rows with topics and grade), course_grades (current grade per active enrollment), courses_progressed, courses_completed, credentials_earned, time_spent, active_days, mentors_accessed (AI agent activity), learning_insights (AI strengths/growth summary; one LLM call per learner with memories)
|
|
284
291
|
*/
|
|
285
292
|
user_progress_enabled_data_points?: Array<string>;
|
|
286
293
|
/**
|
|
@@ -308,6 +315,13 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
308
315
|
* Deprecated alias of user_progress_config (COURSES_PROGRESS_SUMMARY only)
|
|
309
316
|
*/
|
|
310
317
|
readonly courses_progress_config?: Record<string, any> | null;
|
|
318
|
+
/**
|
|
319
|
+
* Deprecated alias of user_progress_learner_scope
|
|
320
|
+
*
|
|
321
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
322
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
323
|
+
*/
|
|
324
|
+
courses_progress_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
311
325
|
/**
|
|
312
326
|
* Deprecated alias of user_progress_lookback_days
|
|
313
327
|
*/
|
package/package.json
CHANGED
package/sdk_schema.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
openapi: 3.0.3
|
|
2
2
|
info:
|
|
3
3
|
title: ibl-data-manager
|
|
4
|
-
version: 4.
|
|
4
|
+
version: 4.341.0-core
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/analytics/content/:
|
|
@@ -46275,6 +46275,14 @@ components:
|
|
|
46275
46275
|
* `WEEKLY` - WEEKLY
|
|
46276
46276
|
* `MONTHLY` - MONTHLY
|
|
46277
46277
|
* `CUSTOM` - CUSTOM
|
|
46278
|
+
CoursesProgressLearnerScopeEnum:
|
|
46279
|
+
enum:
|
|
46280
|
+
- ACTIVE_LEARNERS
|
|
46281
|
+
- ALL_LEARNERS
|
|
46282
|
+
type: string
|
|
46283
|
+
description: |-
|
|
46284
|
+
* `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
46285
|
+
* `ALL_LEARNERS` - ALL_LEARNERS
|
|
46278
46286
|
Credential:
|
|
46279
46287
|
type: object
|
|
46280
46288
|
properties:
|
|
@@ -49758,7 +49766,7 @@ components:
|
|
|
49758
49766
|
only)
|
|
49759
49767
|
periodic_learner_scope:
|
|
49760
49768
|
allOf:
|
|
49761
|
-
- $ref: '#/components/schemas/
|
|
49769
|
+
- $ref: '#/components/schemas/CoursesProgressLearnerScopeEnum'
|
|
49762
49770
|
writeOnly: true
|
|
49763
49771
|
description: |-
|
|
49764
49772
|
Which learners to include: ACTIVE_LEARNERS or ALL_LEARNERS
|
|
@@ -49933,6 +49941,15 @@ components:
|
|
|
49933
49941
|
nullable: true
|
|
49934
49942
|
readOnly: true
|
|
49935
49943
|
description: User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
49944
|
+
user_progress_learner_scope:
|
|
49945
|
+
allOf:
|
|
49946
|
+
- $ref: '#/components/schemas/CoursesProgressLearnerScopeEnum'
|
|
49947
|
+
writeOnly: true
|
|
49948
|
+
description: |-
|
|
49949
|
+
Who receives the report. ALL_LEARNERS (default) sends to every learner with an active enrollment, including those with no activity in the period; ACTIVE_LEARNERS sends only to learners whose progress moved during the period.
|
|
49950
|
+
|
|
49951
|
+
* `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
49952
|
+
* `ALL_LEARNERS` - ALL_LEARNERS
|
|
49936
49953
|
user_progress_lookback_days:
|
|
49937
49954
|
type: integer
|
|
49938
49955
|
writeOnly: true
|
|
@@ -49942,9 +49959,11 @@ components:
|
|
|
49942
49959
|
items:
|
|
49943
49960
|
type: string
|
|
49944
49961
|
writeOnly: true
|
|
49945
|
-
description: 'Data points to include:
|
|
49946
|
-
|
|
49947
|
-
|
|
49962
|
+
description: 'Data points to include: course_breakdown (per-course rows
|
|
49963
|
+
with topics and grade), course_grades (current grade per active enrollment),
|
|
49964
|
+
courses_progressed, courses_completed, credentials_earned, time_spent,
|
|
49965
|
+
active_days, mentors_accessed (AI agent activity), learning_insights (AI
|
|
49966
|
+
strengths/growth summary; one LLM call per learner with memories)'
|
|
49948
49967
|
user_progress_frequency:
|
|
49949
49968
|
allOf:
|
|
49950
49969
|
- $ref: '#/components/schemas/CoursesProgressFrequencyEnum'
|
|
@@ -49978,6 +49997,15 @@ components:
|
|
|
49978
49997
|
readOnly: true
|
|
49979
49998
|
description: Deprecated alias of user_progress_config (COURSES_PROGRESS_SUMMARY
|
|
49980
49999
|
only)
|
|
50000
|
+
courses_progress_learner_scope:
|
|
50001
|
+
allOf:
|
|
50002
|
+
- $ref: '#/components/schemas/CoursesProgressLearnerScopeEnum'
|
|
50003
|
+
writeOnly: true
|
|
50004
|
+
description: |-
|
|
50005
|
+
Deprecated alias of user_progress_learner_scope
|
|
50006
|
+
|
|
50007
|
+
* `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
50008
|
+
* `ALL_LEARNERS` - ALL_LEARNERS
|
|
49981
50009
|
courses_progress_lookback_days:
|
|
49982
50010
|
type: integer
|
|
49983
50011
|
writeOnly: true
|
|
@@ -52304,7 +52332,7 @@ components:
|
|
|
52304
52332
|
only)
|
|
52305
52333
|
periodic_learner_scope:
|
|
52306
52334
|
allOf:
|
|
52307
|
-
- $ref: '#/components/schemas/
|
|
52335
|
+
- $ref: '#/components/schemas/CoursesProgressLearnerScopeEnum'
|
|
52308
52336
|
writeOnly: true
|
|
52309
52337
|
description: |-
|
|
52310
52338
|
Which learners to include: ACTIVE_LEARNERS or ALL_LEARNERS
|
|
@@ -52479,6 +52507,15 @@ components:
|
|
|
52479
52507
|
nullable: true
|
|
52480
52508
|
readOnly: true
|
|
52481
52509
|
description: User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
52510
|
+
user_progress_learner_scope:
|
|
52511
|
+
allOf:
|
|
52512
|
+
- $ref: '#/components/schemas/CoursesProgressLearnerScopeEnum'
|
|
52513
|
+
writeOnly: true
|
|
52514
|
+
description: |-
|
|
52515
|
+
Who receives the report. ALL_LEARNERS (default) sends to every learner with an active enrollment, including those with no activity in the period; ACTIVE_LEARNERS sends only to learners whose progress moved during the period.
|
|
52516
|
+
|
|
52517
|
+
* `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
52518
|
+
* `ALL_LEARNERS` - ALL_LEARNERS
|
|
52482
52519
|
user_progress_lookback_days:
|
|
52483
52520
|
type: integer
|
|
52484
52521
|
writeOnly: true
|
|
@@ -52488,9 +52525,11 @@ components:
|
|
|
52488
52525
|
items:
|
|
52489
52526
|
type: string
|
|
52490
52527
|
writeOnly: true
|
|
52491
|
-
description: 'Data points to include:
|
|
52492
|
-
|
|
52493
|
-
|
|
52528
|
+
description: 'Data points to include: course_breakdown (per-course rows
|
|
52529
|
+
with topics and grade), course_grades (current grade per active enrollment),
|
|
52530
|
+
courses_progressed, courses_completed, credentials_earned, time_spent,
|
|
52531
|
+
active_days, mentors_accessed (AI agent activity), learning_insights (AI
|
|
52532
|
+
strengths/growth summary; one LLM call per learner with memories)'
|
|
52494
52533
|
user_progress_frequency:
|
|
52495
52534
|
allOf:
|
|
52496
52535
|
- $ref: '#/components/schemas/CoursesProgressFrequencyEnum'
|
|
@@ -52524,6 +52563,15 @@ components:
|
|
|
52524
52563
|
readOnly: true
|
|
52525
52564
|
description: Deprecated alias of user_progress_config (COURSES_PROGRESS_SUMMARY
|
|
52526
52565
|
only)
|
|
52566
|
+
courses_progress_learner_scope:
|
|
52567
|
+
allOf:
|
|
52568
|
+
- $ref: '#/components/schemas/CoursesProgressLearnerScopeEnum'
|
|
52569
|
+
writeOnly: true
|
|
52570
|
+
description: |-
|
|
52571
|
+
Deprecated alias of user_progress_learner_scope
|
|
52572
|
+
|
|
52573
|
+
* `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
52574
|
+
* `ALL_LEARNERS` - ALL_LEARNERS
|
|
52527
52575
|
courses_progress_lookback_days:
|
|
52528
52576
|
type: integer
|
|
52529
52577
|
writeOnly: true
|
|
@@ -54027,14 +54075,6 @@ components:
|
|
|
54027
54075
|
* `weekly` - weekly
|
|
54028
54076
|
* `monthly` - monthly
|
|
54029
54077
|
* `yearly` - yearly
|
|
54030
|
-
PeriodicLearnerScopeEnum:
|
|
54031
|
-
enum:
|
|
54032
|
-
- ACTIVE_LEARNERS
|
|
54033
|
-
- ALL_LEARNERS
|
|
54034
|
-
type: string
|
|
54035
|
-
description: |-
|
|
54036
|
-
* `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
54037
|
-
* `ALL_LEARNERS` - ALL_LEARNERS
|
|
54038
54078
|
PerlearnerCourseProgress:
|
|
54039
54079
|
type: object
|
|
54040
54080
|
properties:
|
package/src/core/OpenAPI.ts
CHANGED
package/src/index.ts
CHANGED
|
@@ -128,6 +128,7 @@ export type { CourseReviewResponse } from './models/CourseReviewResponse';
|
|
|
128
128
|
export type { CourseSkill } from './models/CourseSkill';
|
|
129
129
|
export type { CourseSkillPointInfoRequest } from './models/CourseSkillPointInfoRequest';
|
|
130
130
|
export { CoursesProgressFrequencyEnum } from './models/CoursesProgressFrequencyEnum';
|
|
131
|
+
export { CoursesProgressLearnerScopeEnum } from './models/CoursesProgressLearnerScopeEnum';
|
|
131
132
|
export type { CourseSuggestionBulkCreate } from './models/CourseSuggestionBulkCreate';
|
|
132
133
|
export type { CourseSuggestionCreate } from './models/CourseSuggestionCreate';
|
|
133
134
|
export type { CourseSuggestionDetail } from './models/CourseSuggestionDetail';
|
|
@@ -355,7 +356,6 @@ export type { PathwaySuggestionDetail } from './models/PathwaySuggestionDetail';
|
|
|
355
356
|
export type { PerformanceGradesPerCourse } from './models/PerformanceGradesPerCourse';
|
|
356
357
|
export type { PerformanceGradesPerCourseData } from './models/PerformanceGradesPerCourseData';
|
|
357
358
|
export { PeriodEnum } from './models/PeriodEnum';
|
|
358
|
-
export { PeriodicLearnerScopeEnum } from './models/PeriodicLearnerScopeEnum';
|
|
359
359
|
export type { PerLearnerCourseLastAccessData } from './models/PerLearnerCourseLastAccessData';
|
|
360
360
|
export type { PerlearnerCourseProgress } from './models/PerlearnerCourseProgress';
|
|
361
361
|
export type { PerlearnerCourseProgressData } from './models/PerlearnerCourseProgressData';
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
import type { ConsumerChannel } from './ConsumerChannel';
|
|
6
6
|
import type { CoursesProgressFrequencyEnum } from './CoursesProgressFrequencyEnum';
|
|
7
|
+
import type { CoursesProgressLearnerScopeEnum } from './CoursesProgressLearnerScopeEnum';
|
|
7
8
|
import type { GradePostedNotifyModeEnum } from './GradePostedNotifyModeEnum';
|
|
8
9
|
import type { HumanSupportRecipientModeEnum } from './HumanSupportRecipientModeEnum';
|
|
9
10
|
import type { NullEnum } from './NullEnum';
|
|
10
|
-
import type { PeriodicLearnerScopeEnum } from './PeriodicLearnerScopeEnum';
|
|
11
11
|
import type { RecipientsRecipientModeEnum } from './RecipientsRecipientModeEnum';
|
|
12
12
|
import type { Spa } from './Spa';
|
|
13
13
|
import type { TypeF30Enum } from './TypeF30Enum';
|
|
@@ -158,7 +158,7 @@ export type NotificationTemplateDetail = {
|
|
|
158
158
|
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
159
159
|
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
160
160
|
*/
|
|
161
|
-
periodic_learner_scope?:
|
|
161
|
+
periodic_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
162
162
|
/**
|
|
163
163
|
* Number of days to include in the report period
|
|
164
164
|
*/
|
|
@@ -279,12 +279,19 @@ export type NotificationTemplateDetail = {
|
|
|
279
279
|
* User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
280
280
|
*/
|
|
281
281
|
readonly user_progress_config: Record<string, any> | null;
|
|
282
|
+
/**
|
|
283
|
+
* Who receives the report. ALL_LEARNERS (default) sends to every learner with an active enrollment, including those with no activity in the period; ACTIVE_LEARNERS sends only to learners whose progress moved during the period.
|
|
284
|
+
*
|
|
285
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
286
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
287
|
+
*/
|
|
288
|
+
user_progress_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
282
289
|
/**
|
|
283
290
|
* Lookback window in days for the user progress summary
|
|
284
291
|
*/
|
|
285
292
|
user_progress_lookback_days?: number;
|
|
286
293
|
/**
|
|
287
|
-
* Data points to include: courses_progressed, courses_completed, credentials_earned, time_spent, active_days, mentors_accessed (AI agent activity)
|
|
294
|
+
* Data points to include: course_breakdown (per-course rows with topics and grade), course_grades (current grade per active enrollment), courses_progressed, courses_completed, credentials_earned, time_spent, active_days, mentors_accessed (AI agent activity), learning_insights (AI strengths/growth summary; one LLM call per learner with memories)
|
|
288
295
|
*/
|
|
289
296
|
user_progress_enabled_data_points?: Array<string>;
|
|
290
297
|
/**
|
|
@@ -312,6 +319,13 @@ export type NotificationTemplateDetail = {
|
|
|
312
319
|
* Deprecated alias of user_progress_config (COURSES_PROGRESS_SUMMARY only)
|
|
313
320
|
*/
|
|
314
321
|
readonly courses_progress_config: Record<string, any> | null;
|
|
322
|
+
/**
|
|
323
|
+
* Deprecated alias of user_progress_learner_scope
|
|
324
|
+
*
|
|
325
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
326
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
327
|
+
*/
|
|
328
|
+
courses_progress_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
315
329
|
/**
|
|
316
330
|
* Deprecated alias of user_progress_lookback_days
|
|
317
331
|
*/
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
import type { ConsumerChannel } from './ConsumerChannel';
|
|
6
6
|
import type { CoursesProgressFrequencyEnum } from './CoursesProgressFrequencyEnum';
|
|
7
|
+
import type { CoursesProgressLearnerScopeEnum } from './CoursesProgressLearnerScopeEnum';
|
|
7
8
|
import type { GradePostedNotifyModeEnum } from './GradePostedNotifyModeEnum';
|
|
8
9
|
import type { HumanSupportRecipientModeEnum } from './HumanSupportRecipientModeEnum';
|
|
9
10
|
import type { NullEnum } from './NullEnum';
|
|
10
|
-
import type { PeriodicLearnerScopeEnum } from './PeriodicLearnerScopeEnum';
|
|
11
11
|
import type { RecipientsRecipientModeEnum } from './RecipientsRecipientModeEnum';
|
|
12
12
|
import type { Spa } from './Spa';
|
|
13
13
|
import type { TypeF30Enum } from './TypeF30Enum';
|
|
@@ -158,7 +158,7 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
158
158
|
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
159
159
|
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
160
160
|
*/
|
|
161
|
-
periodic_learner_scope?:
|
|
161
|
+
periodic_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
162
162
|
/**
|
|
163
163
|
* Number of days to include in the report period
|
|
164
164
|
*/
|
|
@@ -279,12 +279,19 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
279
279
|
* User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
280
280
|
*/
|
|
281
281
|
readonly user_progress_config?: Record<string, any> | null;
|
|
282
|
+
/**
|
|
283
|
+
* Who receives the report. ALL_LEARNERS (default) sends to every learner with an active enrollment, including those with no activity in the period; ACTIVE_LEARNERS sends only to learners whose progress moved during the period.
|
|
284
|
+
*
|
|
285
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
286
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
287
|
+
*/
|
|
288
|
+
user_progress_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
282
289
|
/**
|
|
283
290
|
* Lookback window in days for the user progress summary
|
|
284
291
|
*/
|
|
285
292
|
user_progress_lookback_days?: number;
|
|
286
293
|
/**
|
|
287
|
-
* Data points to include: courses_progressed, courses_completed, credentials_earned, time_spent, active_days, mentors_accessed (AI agent activity)
|
|
294
|
+
* Data points to include: course_breakdown (per-course rows with topics and grade), course_grades (current grade per active enrollment), courses_progressed, courses_completed, credentials_earned, time_spent, active_days, mentors_accessed (AI agent activity), learning_insights (AI strengths/growth summary; one LLM call per learner with memories)
|
|
288
295
|
*/
|
|
289
296
|
user_progress_enabled_data_points?: Array<string>;
|
|
290
297
|
/**
|
|
@@ -312,6 +319,13 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
312
319
|
* Deprecated alias of user_progress_config (COURSES_PROGRESS_SUMMARY only)
|
|
313
320
|
*/
|
|
314
321
|
readonly courses_progress_config?: Record<string, any> | null;
|
|
322
|
+
/**
|
|
323
|
+
* Deprecated alias of user_progress_learner_scope
|
|
324
|
+
*
|
|
325
|
+
* * `ACTIVE_LEARNERS` - ACTIVE_LEARNERS
|
|
326
|
+
* * `ALL_LEARNERS` - ALL_LEARNERS
|
|
327
|
+
*/
|
|
328
|
+
courses_progress_learner_scope?: CoursesProgressLearnerScopeEnum;
|
|
315
329
|
/**
|
|
316
330
|
* Deprecated alias of user_progress_lookback_days
|
|
317
331
|
*/
|