@iblai/iblai-api 4.338.0-core → 4.338.1-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.338.0-core',
113
+ VERSION: '4.338.1-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.338.0-core',
111
+ VERSION: '4.338.1-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.338.0-core',
117
+ VERSION: '4.338.1-core',
118
118
  WITH_CREDENTIALS: false,
119
119
  CREDENTIALS: 'include',
120
120
  TOKEN: undefined,
@@ -130,7 +130,7 @@ export type NotificationTemplateDetail = {
130
130
  */
131
131
  readonly available_context: string;
132
132
  /**
133
- * Default prompt message for AI mentor notifications
133
+ * Default prompt message for AI agent notifications
134
134
  */
135
135
  proactive_prompt_message?: string | null;
136
136
  /**
@@ -174,7 +174,7 @@ export type NotificationTemplateDetail = {
174
174
  */
175
175
  periodic_timezone?: string;
176
176
  /**
177
- * List of mentor configurations: [{"unique_id": "uuid", "prompt": "...", "name": "..."}]
177
+ * List of agent configurations: [{"unique_id": "uuid", "prompt": "...", "name": "..."}]
178
178
  */
179
179
  periodic_mentors?: Array<Record<string, any>>;
180
180
  /**
@@ -130,7 +130,7 @@ export type PatchedNotificationTemplateDetail = {
130
130
  */
131
131
  readonly available_context?: string;
132
132
  /**
133
- * Default prompt message for AI mentor notifications
133
+ * Default prompt message for AI agent notifications
134
134
  */
135
135
  proactive_prompt_message?: string | null;
136
136
  /**
@@ -174,7 +174,7 @@ export type PatchedNotificationTemplateDetail = {
174
174
  */
175
175
  periodic_timezone?: string;
176
176
  /**
177
- * List of mentor configurations: [{"unique_id": "uuid", "prompt": "...", "name": "..."}]
177
+ * List of agent configurations: [{"unique_id": "uuid", "prompt": "...", "name": "..."}]
178
178
  */
179
179
  periodic_mentors?: Array<Record<string, any>>;
180
180
  /**
@@ -237,7 +237,7 @@ export declare class AiAnalyticsService {
237
237
  */
238
238
  includeEdxProgress?: boolean;
239
239
  /**
240
- * Comma-separated sections to return: courses, programs, pathways, agents, skills, credentials, time_spent. `agents` is an alias for the agent (mentor) section. Defaults to courses when omitted.
240
+ * Comma-separated sections to return: courses, programs, pathways, agents, skills, credentials, time_spent. `agents` is an alias for the agent section. Defaults to courses when omitted.
241
241
  */
242
242
  metrics?: string;
243
243
  /**
@@ -525,7 +525,7 @@ export declare class AiAnalyticsService {
525
525
  */
526
526
  includeEdxProgress?: boolean;
527
527
  /**
528
- * Comma-separated sections to return: courses, programs, pathways, agents, skills, credentials, time_spent. `agents` is an alias for the agent (mentor) section. Defaults to courses when omitted.
528
+ * Comma-separated sections to return: courses, programs, pathways, agents, skills, credentials, time_spent. `agents` is an alias for the agent section. Defaults to courses when omitted.
529
529
  */
530
530
  metrics?: string;
531
531
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/iblai-api",
3
- "version": "4.338.0-core",
3
+ "version": "4.338.1-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.338.0-core
4
+ version: 4.338.1-core
5
5
  description: API for iblai
6
6
  paths:
7
7
  /api/analytics/content/:
@@ -390,7 +390,7 @@ paths:
390
390
  type: string
391
391
  description: 'Comma-separated sections to return: courses, programs, pathways,
392
392
  agents, skills, credentials, time_spent. `agents` is an alias for the agent
393
- (mentor) section. Defaults to courses when omitted.'
393
+ section. Defaults to courses when omitted.'
394
394
  - in: query
395
395
  name: overtime
396
396
  schema:
@@ -1047,7 +1047,7 @@ paths:
1047
1047
  type: string
1048
1048
  description: 'Comma-separated sections to return: courses, programs, pathways,
1049
1049
  agents, skills, credentials, time_spent. `agents` is an alias for the agent
1050
- (mentor) section. Defaults to courses when omitted.'
1050
+ section. Defaults to courses when omitted.'
1051
1051
  - in: query
1052
1052
  name: overtime
1053
1053
  schema:
@@ -49734,7 +49734,7 @@ components:
49734
49734
  proactive_prompt_message:
49735
49735
  type: string
49736
49736
  nullable: true
49737
- description: Default prompt message for AI mentor notifications
49737
+ description: Default prompt message for AI agent notifications
49738
49738
  periodic_config:
49739
49739
  type: string
49740
49740
  readOnly: true
@@ -49792,7 +49792,7 @@ components:
49792
49792
  type: object
49793
49793
  additionalProperties: {}
49794
49794
  writeOnly: true
49795
- description: 'List of mentor configurations: [{"unique_id": "uuid", "prompt":
49795
+ description: 'List of agent configurations: [{"unique_id": "uuid", "prompt":
49796
49796
  "...", "name": "..."}]'
49797
49797
  policy_config:
49798
49798
  type: string
@@ -52218,7 +52218,7 @@ components:
52218
52218
  proactive_prompt_message:
52219
52219
  type: string
52220
52220
  nullable: true
52221
- description: Default prompt message for AI mentor notifications
52221
+ description: Default prompt message for AI agent notifications
52222
52222
  periodic_config:
52223
52223
  type: string
52224
52224
  readOnly: true
@@ -52276,7 +52276,7 @@ components:
52276
52276
  type: object
52277
52277
  additionalProperties: {}
52278
52278
  writeOnly: true
52279
- description: 'List of mentor configurations: [{"unique_id": "uuid", "prompt":
52279
+ description: 'List of agent configurations: [{"unique_id": "uuid", "prompt":
52280
52280
  "...", "name": "..."}]'
52281
52281
  policy_config:
52282
52282
  type: string
@@ -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.338.0-core',
24
+ VERSION: '4.338.1-core',
25
25
  WITH_CREDENTIALS: false,
26
26
  CREDENTIALS: 'include',
27
27
  TOKEN: undefined,
@@ -134,7 +134,7 @@ export type NotificationTemplateDetail = {
134
134
  */
135
135
  readonly available_context: string;
136
136
  /**
137
- * Default prompt message for AI mentor notifications
137
+ * Default prompt message for AI agent notifications
138
138
  */
139
139
  proactive_prompt_message?: string | null;
140
140
  /**
@@ -178,7 +178,7 @@ export type NotificationTemplateDetail = {
178
178
  */
179
179
  periodic_timezone?: string;
180
180
  /**
181
- * List of mentor configurations: [{"unique_id": "uuid", "prompt": "...", "name": "..."}]
181
+ * List of agent configurations: [{"unique_id": "uuid", "prompt": "...", "name": "..."}]
182
182
  */
183
183
  periodic_mentors?: Array<Record<string, any>>;
184
184
  /**
@@ -134,7 +134,7 @@ export type PatchedNotificationTemplateDetail = {
134
134
  */
135
135
  readonly available_context?: string;
136
136
  /**
137
- * Default prompt message for AI mentor notifications
137
+ * Default prompt message for AI agent notifications
138
138
  */
139
139
  proactive_prompt_message?: string | null;
140
140
  /**
@@ -178,7 +178,7 @@ export type PatchedNotificationTemplateDetail = {
178
178
  */
179
179
  periodic_timezone?: string;
180
180
  /**
181
- * List of mentor configurations: [{"unique_id": "uuid", "prompt": "...", "name": "..."}]
181
+ * List of agent configurations: [{"unique_id": "uuid", "prompt": "...", "name": "..."}]
182
182
  */
183
183
  periodic_mentors?: Array<Record<string, any>>;
184
184
  /**
@@ -317,7 +317,7 @@ export class AiAnalyticsService {
317
317
  */
318
318
  includeEdxProgress?: boolean,
319
319
  /**
320
- * Comma-separated sections to return: courses, programs, pathways, agents, skills, credentials, time_spent. `agents` is an alias for the agent (mentor) section. Defaults to courses when omitted.
320
+ * Comma-separated sections to return: courses, programs, pathways, agents, skills, credentials, time_spent. `agents` is an alias for the agent section. Defaults to courses when omitted.
321
321
  */
322
322
  metrics?: string,
323
323
  /**
@@ -750,7 +750,7 @@ export class AiAnalyticsService {
750
750
  */
751
751
  includeEdxProgress?: boolean,
752
752
  /**
753
- * Comma-separated sections to return: courses, programs, pathways, agents, skills, credentials, time_spent. `agents` is an alias for the agent (mentor) section. Defaults to courses when omitted.
753
+ * Comma-separated sections to return: courses, programs, pathways, agents, skills, credentials, time_spent. `agents` is an alias for the agent section. Defaults to courses when omitted.
754
754
  */
755
755
  metrics?: string,
756
756
  /**