@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 +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/dist/types/services/AiAnalyticsService.d.ts +2 -2
- package/package.json +1 -1
- package/sdk_schema.yml +7 -7
- package/src/core/OpenAPI.ts +1 -1
- package/src/models/NotificationTemplateDetail.ts +2 -2
- package/src/models/PatchedNotificationTemplateDetail.ts +2 -2
- package/src/services/AiAnalyticsService.ts +2 -2
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/index.umd.js
CHANGED
|
@@ -130,7 +130,7 @@ export type NotificationTemplateDetail = {
|
|
|
130
130
|
*/
|
|
131
131
|
readonly available_context: string;
|
|
132
132
|
/**
|
|
133
|
-
* Default prompt message for AI
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
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.
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
52279
|
+
description: 'List of agent configurations: [{"unique_id": "uuid", "prompt":
|
|
52280
52280
|
"...", "name": "..."}]'
|
|
52281
52281
|
policy_config:
|
|
52282
52282
|
type: string
|
package/src/core/OpenAPI.ts
CHANGED
|
@@ -134,7 +134,7 @@ export type NotificationTemplateDetail = {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly available_context: string;
|
|
136
136
|
/**
|
|
137
|
-
* Default prompt message for AI
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
/**
|