@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 CHANGED
@@ -110,7 +110,7 @@ class CancelablePromise {
110
110
 
111
111
  const OpenAPI = {
112
112
  BASE: 'https://base.manager.iblai.app',
113
- VERSION: '4.341.1-core',
113
+ VERSION: '4.342.0-core',
114
114
  WITH_CREDENTIALS: false,
115
115
  CREDENTIALS: 'include',
116
116
  TOKEN: undefined,
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.341.1-core',
111
+ VERSION: '4.342.0-core',
112
112
  WITH_CREDENTIALS: false,
113
113
  CREDENTIALS: 'include',
114
114
  TOKEN: undefined,
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.341.1-core',
117
+ VERSION: '4.342.0-core',
118
118
  WITH_CREDENTIALS: false,
119
119
  CREDENTIALS: 'include',
120
120
  TOKEN: undefined,
@@ -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 strengths/growth summary; one LLM call per learner with memories)
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 strengths/growth summary; one LLM call per learner with memories)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/iblai-api",
3
- "version": "4.341.1-core",
3
+ "version": "4.342.0-core",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "type": "module",
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.341.1-core
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
- strengths/growth summary; one LLM call per learner with memories)'
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
- strengths/growth summary; one LLM call per learner with memories)'
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'
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
21
21
 
22
22
  export const OpenAPI: OpenAPIConfig = {
23
23
  BASE: 'https://base.manager.iblai.app',
24
- VERSION: '4.341.1-core',
24
+ VERSION: '4.342.0-core',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -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 strengths/growth summary; one LLM call per learner with memories)
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 strengths/growth summary; one LLM call per learner with memories)
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
  /**