@iblai/iblai-api 4.341.1-core → 4.342.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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/types/models/NotificationTemplateDetail.d.ts +2 -2
- package/dist/types/models/PatchedNotificationTemplateDetail.d.ts +2 -2
- package/package.json +1 -1
- package/sdk_schema.yml +13 -5
- package/src/core/OpenAPI.ts +1 -1
- package/src/models/NotificationTemplateDetail.ts +2 -2
- package/src/models/PatchedNotificationTemplateDetail.ts +2 -2
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.umd.js
CHANGED
|
@@ -272,7 +272,7 @@ export type NotificationTemplateDetail = {
|
|
|
272
272
|
*/
|
|
273
273
|
schedule_change_enabled_signals?: Array<string>;
|
|
274
274
|
/**
|
|
275
|
-
* User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
275
|
+
* User progress summary config (COURSES_PROGRESS_SUMMARY only). Includes available_data_points and available_learner_scopes — the permitted values for enabled_data_points and learner_scope.
|
|
276
276
|
*/
|
|
277
277
|
readonly user_progress_config: Record<string, any> | null;
|
|
278
278
|
/**
|
|
@@ -287,7 +287,7 @@ export type NotificationTemplateDetail = {
|
|
|
287
287
|
*/
|
|
288
288
|
user_progress_lookback_days?: number;
|
|
289
289
|
/**
|
|
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
|
|
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 narrative summary of the period as {summary, watcher_summary}, written from the report's figures and the learner's agent conversations; one LLM call per learner with either)
|
|
291
291
|
*/
|
|
292
292
|
user_progress_enabled_data_points?: Array<string>;
|
|
293
293
|
/**
|
|
@@ -272,7 +272,7 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
272
272
|
*/
|
|
273
273
|
schedule_change_enabled_signals?: Array<string>;
|
|
274
274
|
/**
|
|
275
|
-
* User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
275
|
+
* User progress summary config (COURSES_PROGRESS_SUMMARY only). Includes available_data_points and available_learner_scopes — the permitted values for enabled_data_points and learner_scope.
|
|
276
276
|
*/
|
|
277
277
|
readonly user_progress_config?: Record<string, any> | null;
|
|
278
278
|
/**
|
|
@@ -287,7 +287,7 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
287
287
|
*/
|
|
288
288
|
user_progress_lookback_days?: number;
|
|
289
289
|
/**
|
|
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
|
|
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 narrative summary of the period as {summary, watcher_summary}, written from the report's figures and the learner's agent conversations; one LLM call per learner with either)
|
|
291
291
|
*/
|
|
292
292
|
user_progress_enabled_data_points?: Array<string>;
|
|
293
293
|
/**
|
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.342.0-core
|
|
5
5
|
description: API for iblai
|
|
6
6
|
paths:
|
|
7
7
|
/api/analytics/content/:
|
|
@@ -49940,7 +49940,9 @@ components:
|
|
|
49940
49940
|
additionalProperties: {}
|
|
49941
49941
|
nullable: true
|
|
49942
49942
|
readOnly: true
|
|
49943
|
-
description: User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
49943
|
+
description: User progress summary config (COURSES_PROGRESS_SUMMARY only).
|
|
49944
|
+
Includes available_data_points and available_learner_scopes — the permitted
|
|
49945
|
+
values for enabled_data_points and learner_scope.
|
|
49944
49946
|
user_progress_learner_scope:
|
|
49945
49947
|
allOf:
|
|
49946
49948
|
- $ref: '#/components/schemas/CoursesProgressLearnerScopeEnum'
|
|
@@ -49963,7 +49965,9 @@ components:
|
|
|
49963
49965
|
with topics and grade), course_grades (current grade per active enrollment),
|
|
49964
49966
|
courses_progressed, courses_completed, credentials_earned, time_spent,
|
|
49965
49967
|
active_days, mentors_accessed (AI agent activity), learning_insights (AI
|
|
49966
|
-
|
|
49968
|
+
narrative summary of the period as {summary, watcher_summary}, written
|
|
49969
|
+
from the report''s figures and the learner''s agent conversations; one
|
|
49970
|
+
LLM call per learner with either)'
|
|
49967
49971
|
user_progress_frequency:
|
|
49968
49972
|
allOf:
|
|
49969
49973
|
- $ref: '#/components/schemas/CoursesProgressFrequencyEnum'
|
|
@@ -52506,7 +52510,9 @@ components:
|
|
|
52506
52510
|
additionalProperties: {}
|
|
52507
52511
|
nullable: true
|
|
52508
52512
|
readOnly: true
|
|
52509
|
-
description: User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
52513
|
+
description: User progress summary config (COURSES_PROGRESS_SUMMARY only).
|
|
52514
|
+
Includes available_data_points and available_learner_scopes — the permitted
|
|
52515
|
+
values for enabled_data_points and learner_scope.
|
|
52510
52516
|
user_progress_learner_scope:
|
|
52511
52517
|
allOf:
|
|
52512
52518
|
- $ref: '#/components/schemas/CoursesProgressLearnerScopeEnum'
|
|
@@ -52529,7 +52535,9 @@ components:
|
|
|
52529
52535
|
with topics and grade), course_grades (current grade per active enrollment),
|
|
52530
52536
|
courses_progressed, courses_completed, credentials_earned, time_spent,
|
|
52531
52537
|
active_days, mentors_accessed (AI agent activity), learning_insights (AI
|
|
52532
|
-
|
|
52538
|
+
narrative summary of the period as {summary, watcher_summary}, written
|
|
52539
|
+
from the report''s figures and the learner''s agent conversations; one
|
|
52540
|
+
LLM call per learner with either)'
|
|
52533
52541
|
user_progress_frequency:
|
|
52534
52542
|
allOf:
|
|
52535
52543
|
- $ref: '#/components/schemas/CoursesProgressFrequencyEnum'
|
package/src/core/OpenAPI.ts
CHANGED
|
@@ -276,7 +276,7 @@ export type NotificationTemplateDetail = {
|
|
|
276
276
|
*/
|
|
277
277
|
schedule_change_enabled_signals?: Array<string>;
|
|
278
278
|
/**
|
|
279
|
-
* User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
279
|
+
* User progress summary config (COURSES_PROGRESS_SUMMARY only). Includes available_data_points and available_learner_scopes — the permitted values for enabled_data_points and learner_scope.
|
|
280
280
|
*/
|
|
281
281
|
readonly user_progress_config: Record<string, any> | null;
|
|
282
282
|
/**
|
|
@@ -291,7 +291,7 @@ export type NotificationTemplateDetail = {
|
|
|
291
291
|
*/
|
|
292
292
|
user_progress_lookback_days?: number;
|
|
293
293
|
/**
|
|
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
|
|
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 narrative summary of the period as {summary, watcher_summary}, written from the report's figures and the learner's agent conversations; one LLM call per learner with either)
|
|
295
295
|
*/
|
|
296
296
|
user_progress_enabled_data_points?: Array<string>;
|
|
297
297
|
/**
|
|
@@ -276,7 +276,7 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
276
276
|
*/
|
|
277
277
|
schedule_change_enabled_signals?: Array<string>;
|
|
278
278
|
/**
|
|
279
|
-
* User progress summary config (COURSES_PROGRESS_SUMMARY only)
|
|
279
|
+
* User progress summary config (COURSES_PROGRESS_SUMMARY only). Includes available_data_points and available_learner_scopes — the permitted values for enabled_data_points and learner_scope.
|
|
280
280
|
*/
|
|
281
281
|
readonly user_progress_config?: Record<string, any> | null;
|
|
282
282
|
/**
|
|
@@ -291,7 +291,7 @@ export type PatchedNotificationTemplateDetail = {
|
|
|
291
291
|
*/
|
|
292
292
|
user_progress_lookback_days?: number;
|
|
293
293
|
/**
|
|
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
|
|
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 narrative summary of the period as {summary, watcher_summary}, written from the report's figures and the learner's agent conversations; one LLM call per learner with either)
|
|
295
295
|
*/
|
|
296
296
|
user_progress_enabled_data_points?: Array<string>;
|
|
297
297
|
/**
|