@studyfetch/sdk 1.42.0 → 1.45.0
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/CHANGELOG.md +57 -0
- package/internal/to-file.d.mts +1 -1
- package/internal/to-file.d.ts +1 -1
- package/internal/to-file.js +1 -1
- package/internal/to-file.mjs +1 -1
- package/package.json +1 -1
- package/resources/v1/assignment-grader/assignment-grader.d.mts +12 -0
- package/resources/v1/assignment-grader/assignment-grader.d.mts.map +1 -1
- package/resources/v1/assignment-grader/assignment-grader.d.ts +12 -0
- package/resources/v1/assignment-grader/assignment-grader.d.ts.map +1 -1
- package/resources/v1/assignment-grader/assignment-grader.js.map +1 -1
- package/resources/v1/assignment-grader/assignment-grader.mjs.map +1 -1
- package/resources/v1/assignment-grader/rubric-templates.d.mts +8 -0
- package/resources/v1/assignment-grader/rubric-templates.d.mts.map +1 -1
- package/resources/v1/assignment-grader/rubric-templates.d.ts +8 -0
- package/resources/v1/assignment-grader/rubric-templates.d.ts.map +1 -1
- package/resources/v1/chat.d.mts +53 -1
- package/resources/v1/chat.d.mts.map +1 -1
- package/resources/v1/chat.d.ts +53 -1
- package/resources/v1/chat.d.ts.map +1 -1
- package/resources/v1/chat.js +30 -0
- package/resources/v1/chat.js.map +1 -1
- package/resources/v1/chat.mjs +30 -0
- package/resources/v1/chat.mjs.map +1 -1
- package/resources/v1/components.d.mts +37 -1
- package/resources/v1/components.d.mts.map +1 -1
- package/resources/v1/components.d.ts +37 -1
- package/resources/v1/components.d.ts.map +1 -1
- package/resources/v1/embed/context.d.mts +61 -0
- package/resources/v1/embed/context.d.mts.map +1 -0
- package/resources/v1/embed/context.d.ts +61 -0
- package/resources/v1/embed/context.d.ts.map +1 -0
- package/resources/v1/embed/context.js +61 -0
- package/resources/v1/embed/context.js.map +1 -0
- package/resources/v1/embed/context.mjs +57 -0
- package/resources/v1/embed/context.mjs.map +1 -0
- package/resources/v1/embed/embed.d.mts +4 -0
- package/resources/v1/embed/embed.d.mts.map +1 -1
- package/resources/v1/embed/embed.d.ts +4 -0
- package/resources/v1/embed/embed.d.ts.map +1 -1
- package/resources/v1/embed/embed.js +4 -0
- package/resources/v1/embed/embed.js.map +1 -1
- package/resources/v1/embed/embed.mjs +4 -0
- package/resources/v1/embed/embed.mjs.map +1 -1
- package/resources/v1/embed/index.d.mts +1 -0
- package/resources/v1/embed/index.d.mts.map +1 -1
- package/resources/v1/embed/index.d.ts +1 -0
- package/resources/v1/embed/index.d.ts.map +1 -1
- package/resources/v1/embed/index.js +3 -1
- package/resources/v1/embed/index.js.map +1 -1
- package/resources/v1/embed/index.mjs +1 -0
- package/resources/v1/embed/index.mjs.map +1 -1
- package/resources/v1/folders.d.mts +25 -1
- package/resources/v1/folders.d.mts.map +1 -1
- package/resources/v1/folders.d.ts +25 -1
- package/resources/v1/folders.d.ts.map +1 -1
- package/resources/v1/folders.js +11 -0
- package/resources/v1/folders.js.map +1 -1
- package/resources/v1/folders.mjs +11 -0
- package/resources/v1/folders.mjs.map +1 -1
- package/resources/v1/index.d.mts +5 -3
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +5 -3
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js +5 -1
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs +2 -0
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/materials/index.d.mts +1 -1
- package/resources/v1/materials/index.d.mts.map +1 -1
- package/resources/v1/materials/index.d.ts +1 -1
- package/resources/v1/materials/index.d.ts.map +1 -1
- package/resources/v1/materials/index.js.map +1 -1
- package/resources/v1/materials/index.mjs.map +1 -1
- package/resources/v1/materials/materials.d.mts +92 -1
- package/resources/v1/materials/materials.d.mts.map +1 -1
- package/resources/v1/materials/materials.d.ts +92 -1
- package/resources/v1/materials/materials.d.ts.map +1 -1
- package/resources/v1/materials/materials.js +25 -0
- package/resources/v1/materials/materials.js.map +1 -1
- package/resources/v1/materials/materials.mjs +25 -0
- package/resources/v1/materials/materials.mjs.map +1 -1
- package/resources/v1/materials/upload.d.mts +38 -4
- package/resources/v1/materials/upload.d.mts.map +1 -1
- package/resources/v1/materials/upload.d.ts +38 -4
- package/resources/v1/materials/upload.d.ts.map +1 -1
- package/resources/v1/materials/upload.js +20 -3
- package/resources/v1/materials/upload.js.map +1 -1
- package/resources/v1/materials/upload.mjs +19 -2
- package/resources/v1/materials/upload.mjs.map +1 -1
- package/resources/v1/pdf-generator/get.d.mts +65 -0
- package/resources/v1/pdf-generator/get.d.mts.map +1 -0
- package/resources/v1/pdf-generator/get.d.ts +65 -0
- package/resources/v1/pdf-generator/get.d.ts.map +1 -0
- package/resources/v1/pdf-generator/get.js +9 -0
- package/resources/v1/pdf-generator/get.js.map +1 -0
- package/resources/v1/pdf-generator/get.mjs +5 -0
- package/resources/v1/pdf-generator/get.mjs.map +1 -0
- package/resources/v1/pdf-generator/index.d.mts +3 -0
- package/resources/v1/pdf-generator/index.d.mts.map +1 -0
- package/resources/v1/pdf-generator/index.d.ts +3 -0
- package/resources/v1/pdf-generator/index.d.ts.map +1 -0
- package/resources/v1/pdf-generator/index.js +9 -0
- package/resources/v1/pdf-generator/index.js.map +1 -0
- package/resources/v1/pdf-generator/index.mjs +4 -0
- package/resources/v1/pdf-generator/index.mjs.map +1 -0
- package/resources/v1/pdf-generator/pdf-generator.d.mts +109 -0
- package/resources/v1/pdf-generator/pdf-generator.d.mts.map +1 -0
- package/resources/v1/pdf-generator/pdf-generator.d.ts +109 -0
- package/resources/v1/pdf-generator/pdf-generator.d.ts.map +1 -0
- package/resources/v1/pdf-generator/pdf-generator.js +70 -0
- package/resources/v1/pdf-generator/pdf-generator.js.map +1 -0
- package/resources/v1/pdf-generator/pdf-generator.mjs +65 -0
- package/resources/v1/pdf-generator/pdf-generator.mjs.map +1 -0
- package/resources/v1/pdf-generator.d.mts +2 -0
- package/resources/v1/pdf-generator.d.mts.map +1 -0
- package/resources/v1/pdf-generator.d.ts +2 -0
- package/resources/v1/pdf-generator.d.ts.map +1 -0
- package/resources/v1/pdf-generator.js +6 -0
- package/resources/v1/pdf-generator.js.map +1 -0
- package/resources/v1/pdf-generator.mjs +3 -0
- package/resources/v1/pdf-generator.mjs.map +1 -0
- package/resources/v1/performance-insights/conversations.d.mts +131 -0
- package/resources/v1/performance-insights/conversations.d.mts.map +1 -0
- package/resources/v1/performance-insights/conversations.d.ts +131 -0
- package/resources/v1/performance-insights/conversations.d.ts.map +1 -0
- package/resources/v1/performance-insights/conversations.js +131 -0
- package/resources/v1/performance-insights/conversations.js.map +1 -0
- package/resources/v1/performance-insights/conversations.mjs +127 -0
- package/resources/v1/performance-insights/conversations.mjs.map +1 -0
- package/resources/v1/performance-insights/index.d.mts +3 -0
- package/resources/v1/performance-insights/index.d.mts.map +1 -0
- package/resources/v1/performance-insights/index.d.ts +3 -0
- package/resources/v1/performance-insights/index.d.ts.map +1 -0
- package/resources/v1/performance-insights/index.js +9 -0
- package/resources/v1/performance-insights/index.js.map +1 -0
- package/resources/v1/performance-insights/index.mjs +4 -0
- package/resources/v1/performance-insights/index.mjs.map +1 -0
- package/resources/v1/performance-insights/performance-insights.d.mts +139 -0
- package/resources/v1/performance-insights/performance-insights.d.mts.map +1 -0
- package/resources/v1/performance-insights/performance-insights.d.ts +139 -0
- package/resources/v1/performance-insights/performance-insights.d.ts.map +1 -0
- package/resources/v1/performance-insights/performance-insights.js +55 -0
- package/resources/v1/performance-insights/performance-insights.js.map +1 -0
- package/resources/v1/performance-insights/performance-insights.mjs +50 -0
- package/resources/v1/performance-insights/performance-insights.mjs.map +1 -0
- package/resources/v1/performance-insights.d.mts +2 -0
- package/resources/v1/performance-insights.d.mts.map +1 -0
- package/resources/v1/performance-insights.d.ts +2 -0
- package/resources/v1/performance-insights.d.ts.map +1 -0
- package/resources/v1/performance-insights.js +6 -0
- package/resources/v1/performance-insights.js.map +1 -0
- package/resources/v1/performance-insights.mjs +3 -0
- package/resources/v1/performance-insights.mjs.map +1 -0
- package/resources/v1/usage.d.mts +8 -0
- package/resources/v1/usage.d.mts.map +1 -1
- package/resources/v1/usage.d.ts +8 -0
- package/resources/v1/usage.d.ts.map +1 -1
- package/resources/v1/v1.d.mts +14 -6
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +14 -6
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js +8 -0
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs +8 -0
- package/resources/v1/v1.mjs.map +1 -1
- package/src/internal/to-file.ts +1 -1
- package/src/resources/v1/assignment-grader/assignment-grader.ts +15 -0
- package/src/resources/v1/assignment-grader/rubric-templates.ts +10 -0
- package/src/resources/v1/chat.ts +81 -1
- package/src/resources/v1/components.ts +45 -1
- package/src/resources/v1/embed/context.ts +96 -0
- package/src/resources/v1/embed/embed.ts +11 -0
- package/src/resources/v1/embed/index.ts +6 -0
- package/src/resources/v1/folders.ts +35 -0
- package/src/resources/v1/index.ts +18 -1
- package/src/resources/v1/materials/index.ts +2 -0
- package/src/resources/v1/materials/materials.ts +117 -0
- package/src/resources/v1/materials/upload.ts +74 -7
- package/src/resources/v1/pdf-generator/get.ts +80 -0
- package/src/resources/v1/pdf-generator/index.ts +10 -0
- package/src/resources/v1/pdf-generator/pdf-generator.ts +147 -0
- package/src/resources/v1/pdf-generator.ts +3 -0
- package/src/resources/v1/performance-insights/conversations.ts +238 -0
- package/src/resources/v1/performance-insights/index.ts +17 -0
- package/src/resources/v1/performance-insights/performance-insights.ts +214 -0
- package/src/resources/v1/performance-insights.ts +3 -0
- package/src/resources/v1/usage.ts +10 -0
- package/src/resources/v1/v1.ts +49 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/resources/v1/v1.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { APIResource } from "../../core/resource.js";
|
|
2
2
|
import * as ChatAPI from "./chat.js";
|
|
3
|
-
import { Chat, ChatStreamParams } from "./chat.js";
|
|
3
|
+
import { Chat, ChatRetrieveFeedbackParams, ChatStreamParams } from "./chat.js";
|
|
4
4
|
import * as ChatAnalyticsAPI from "./chat-analytics.js";
|
|
5
5
|
import { ChatAnalytics, ChatAnalyticsAnalyzeParams, ChatAnalyticsExportParams, ChatAnalyticsExportResponse, ChatAnalyticsGetComponentParams, ChatAnalyticsResponse } from "./chat-analytics.js";
|
|
6
6
|
import * as ComponentsAPI from "./components.js";
|
|
7
7
|
import { ComponentCreateParams, ComponentGenerateEmbedParams, ComponentGenerateEmbedResponse, ComponentListParams, ComponentListResponse, ComponentResponse, ComponentUpdateParams, Components } from "./components.js";
|
|
8
8
|
import * as FoldersAPI from "./folders.js";
|
|
9
|
-
import { FolderCreateParams, FolderCreateResponse, FolderGetTreeResponse, FolderListMaterialsParams, FolderListMaterialsResponse, FolderListParams, FolderListResponse, FolderMetadata, FolderMoveParams, FolderMoveResponse, FolderRetrieveResponse, FolderUpdateParams, FolderUpdateResponse, Folders } from "./folders.js";
|
|
9
|
+
import { FolderCreateParams, FolderCreateResponse, FolderGetByNameParams, FolderGetByNameResponse, FolderGetTreeResponse, FolderListMaterialsParams, FolderListMaterialsResponse, FolderListParams, FolderListResponse, FolderMetadata, FolderMoveParams, FolderMoveResponse, FolderRetrieveResponse, FolderUpdateParams, FolderUpdateResponse, Folders } from "./folders.js";
|
|
10
10
|
import * as UsageAPI from "./usage.js";
|
|
11
11
|
import { Usage, UsageGetStatsParams, UsageGetSummaryParams, UsageListEventsParams } from "./usage.js";
|
|
12
12
|
import * as UsageAnalystAPI from "./usage-analyst.js";
|
|
@@ -16,7 +16,11 @@ import { AssignmentGrader, AssignmentGraderCreateParams, AssignmentGraderCreateR
|
|
|
16
16
|
import * as EmbedAPI from "./embed/embed.js";
|
|
17
17
|
import { Embed, EmbedGetThemeParams, EmbedVerifyParams } from "./embed/embed.js";
|
|
18
18
|
import * as MaterialsAPI from "./materials/materials.js";
|
|
19
|
-
import { Content, GeneratedMaterialResponse, MaterialCreateAndProcessParams, MaterialCreateBatchUploadURLsParams, MaterialCreateBatchUploadURLsResponse, MaterialCreateParams, MaterialGenerateAndProcessParams, MaterialGenerateParams, MaterialGetDebugInfoResponse, MaterialGetDownloadURLParams, MaterialGetDownloadURLResponse, MaterialListParams, MaterialListResponse, MaterialMoveParams, MaterialRenameParams, MaterialResponse, MaterialSearchParams, MaterialSearchResponse, MaterialUpdateParams, Materials, Reference } from "./materials/materials.js";
|
|
19
|
+
import { Content, GeneratedMaterialResponse, MaterialCancelJobResponse, MaterialCreateAndProcessParams, MaterialCreateBatchUploadURLsParams, MaterialCreateBatchUploadURLsResponse, MaterialCreateParams, MaterialGenerateAndProcessParams, MaterialGenerateParams, MaterialGetDebugInfoResponse, MaterialGetDownloadURLParams, MaterialGetDownloadURLResponse, MaterialGetJobStatusResponse, MaterialListParams, MaterialListResponse, MaterialMoveParams, MaterialRenameParams, MaterialResponse, MaterialSearchParams, MaterialSearchResponse, MaterialUpdateParams, Materials, Reference } from "./materials/materials.js";
|
|
20
|
+
import * as PdfGeneratorAPI from "./pdf-generator/pdf-generator.js";
|
|
21
|
+
import { PdfGenerator, PdfGeneratorCreateParams, PdfGeneratorCreateResponse, PdfGeneratorDeleteResponse, PdfGeneratorGetAllResponse } from "./pdf-generator/pdf-generator.js";
|
|
22
|
+
import * as PerformanceInsightsAPI from "./performance-insights/performance-insights.js";
|
|
23
|
+
import { PerformanceInsights, PerformanceInsightsGenerateEmbedParams, PerformanceInsightsGenerateEmbedResponse, PerformanceInsightsStreamParams } from "./performance-insights/performance-insights.js";
|
|
20
24
|
import { APIPromise } from "../../core/api-promise.js";
|
|
21
25
|
import { RequestOptions } from "../../internal/request-options.js";
|
|
22
26
|
export declare class V1 extends APIResource {
|
|
@@ -29,6 +33,8 @@ export declare class V1 extends APIResource {
|
|
|
29
33
|
chatAnalytics: ChatAnalyticsAPI.ChatAnalytics;
|
|
30
34
|
assignmentGrader: AssignmentGraderAPI.AssignmentGrader;
|
|
31
35
|
materials: MaterialsAPI.Materials;
|
|
36
|
+
pdfGenerator: PdfGeneratorAPI.PdfGenerator;
|
|
37
|
+
performanceInsights: PerformanceInsightsAPI.PerformanceInsights;
|
|
32
38
|
/**
|
|
33
39
|
* Test MongoDB connection and get outbound IP
|
|
34
40
|
*
|
|
@@ -40,14 +46,16 @@ export declare class V1 extends APIResource {
|
|
|
40
46
|
testMongoDB(options?: RequestOptions): APIPromise<void>;
|
|
41
47
|
}
|
|
42
48
|
export declare namespace V1 {
|
|
43
|
-
export { Folders as Folders, type FolderMetadata as FolderMetadata, type FolderCreateResponse as FolderCreateResponse, type FolderRetrieveResponse as FolderRetrieveResponse, type FolderUpdateResponse as FolderUpdateResponse, type FolderListResponse as FolderListResponse, type FolderGetTreeResponse as FolderGetTreeResponse, type FolderListMaterialsResponse as FolderListMaterialsResponse, type FolderMoveResponse as FolderMoveResponse, type FolderCreateParams as FolderCreateParams, type FolderUpdateParams as FolderUpdateParams, type FolderListParams as FolderListParams, type FolderListMaterialsParams as FolderListMaterialsParams, type FolderMoveParams as FolderMoveParams, };
|
|
49
|
+
export { Folders as Folders, type FolderMetadata as FolderMetadata, type FolderCreateResponse as FolderCreateResponse, type FolderGetByNameResponse as FolderGetByNameResponse, type FolderRetrieveResponse as FolderRetrieveResponse, type FolderUpdateResponse as FolderUpdateResponse, type FolderListResponse as FolderListResponse, type FolderGetTreeResponse as FolderGetTreeResponse, type FolderListMaterialsResponse as FolderListMaterialsResponse, type FolderMoveResponse as FolderMoveResponse, type FolderCreateParams as FolderCreateParams, type FolderGetByNameParams as FolderGetByNameParams, type FolderUpdateParams as FolderUpdateParams, type FolderListParams as FolderListParams, type FolderListMaterialsParams as FolderListMaterialsParams, type FolderMoveParams as FolderMoveParams, };
|
|
44
50
|
export { Components as Components, type ComponentResponse as ComponentResponse, type ComponentListResponse as ComponentListResponse, type ComponentGenerateEmbedResponse as ComponentGenerateEmbedResponse, type ComponentCreateParams as ComponentCreateParams, type ComponentUpdateParams as ComponentUpdateParams, type ComponentListParams as ComponentListParams, type ComponentGenerateEmbedParams as ComponentGenerateEmbedParams, };
|
|
45
51
|
export { Usage as Usage, type UsageGetStatsParams as UsageGetStatsParams, type UsageGetSummaryParams as UsageGetSummaryParams, type UsageListEventsParams as UsageListEventsParams, };
|
|
46
52
|
export { UsageAnalyst as UsageAnalyst, type UsageAnalystListChatMessagesResponse as UsageAnalystListChatMessagesResponse, type UsageAnalystGetTestQuestionsParams as UsageAnalystGetTestQuestionsParams, type UsageAnalystListChatMessagesParams as UsageAnalystListChatMessagesParams, type UsageAnalystListEventsParams as UsageAnalystListEventsParams, };
|
|
47
53
|
export { Embed as Embed, type EmbedGetThemeParams as EmbedGetThemeParams, type EmbedVerifyParams as EmbedVerifyParams, };
|
|
48
|
-
export { Chat as Chat, type ChatStreamParams as ChatStreamParams };
|
|
54
|
+
export { Chat as Chat, type ChatRetrieveFeedbackParams as ChatRetrieveFeedbackParams, type ChatStreamParams as ChatStreamParams, };
|
|
49
55
|
export { ChatAnalytics as ChatAnalytics, type ChatAnalyticsResponse as ChatAnalyticsResponse, type ChatAnalyticsExportResponse as ChatAnalyticsExportResponse, type ChatAnalyticsAnalyzeParams as ChatAnalyticsAnalyzeParams, type ChatAnalyticsExportParams as ChatAnalyticsExportParams, type ChatAnalyticsGetComponentParams as ChatAnalyticsGetComponentParams, };
|
|
50
56
|
export { AssignmentGrader as AssignmentGrader, type AssignmentGraderResponse as AssignmentGraderResponse, type PerformanceItem as PerformanceItem, type AssignmentGraderCreateResponse as AssignmentGraderCreateResponse, type AssignmentGraderGenerateReportResponse as AssignmentGraderGenerateReportResponse, type AssignmentGraderGetAllResponse as AssignmentGraderGetAllResponse, type AssignmentGraderCreateParams as AssignmentGraderCreateParams, };
|
|
51
|
-
export { Materials as Materials, type Content as Content, type GeneratedMaterialResponse as GeneratedMaterialResponse, type MaterialResponse as MaterialResponse, type Reference as Reference, type MaterialListResponse as MaterialListResponse, type MaterialCreateBatchUploadURLsResponse as MaterialCreateBatchUploadURLsResponse, type MaterialGetDebugInfoResponse as MaterialGetDebugInfoResponse, type MaterialGetDownloadURLResponse as MaterialGetDownloadURLResponse, type MaterialSearchResponse as MaterialSearchResponse, type MaterialCreateParams as MaterialCreateParams, type MaterialUpdateParams as MaterialUpdateParams, type MaterialListParams as MaterialListParams, type MaterialCreateAndProcessParams as MaterialCreateAndProcessParams, type MaterialCreateBatchUploadURLsParams as MaterialCreateBatchUploadURLsParams, type MaterialGenerateParams as MaterialGenerateParams, type MaterialGenerateAndProcessParams as MaterialGenerateAndProcessParams, type MaterialGetDownloadURLParams as MaterialGetDownloadURLParams, type MaterialMoveParams as MaterialMoveParams, type MaterialRenameParams as MaterialRenameParams, type MaterialSearchParams as MaterialSearchParams, };
|
|
57
|
+
export { Materials as Materials, type Content as Content, type GeneratedMaterialResponse as GeneratedMaterialResponse, type MaterialResponse as MaterialResponse, type Reference as Reference, type MaterialListResponse as MaterialListResponse, type MaterialCancelJobResponse as MaterialCancelJobResponse, type MaterialCreateBatchUploadURLsResponse as MaterialCreateBatchUploadURLsResponse, type MaterialGetDebugInfoResponse as MaterialGetDebugInfoResponse, type MaterialGetDownloadURLResponse as MaterialGetDownloadURLResponse, type MaterialGetJobStatusResponse as MaterialGetJobStatusResponse, type MaterialSearchResponse as MaterialSearchResponse, type MaterialCreateParams as MaterialCreateParams, type MaterialUpdateParams as MaterialUpdateParams, type MaterialListParams as MaterialListParams, type MaterialCreateAndProcessParams as MaterialCreateAndProcessParams, type MaterialCreateBatchUploadURLsParams as MaterialCreateBatchUploadURLsParams, type MaterialGenerateParams as MaterialGenerateParams, type MaterialGenerateAndProcessParams as MaterialGenerateAndProcessParams, type MaterialGetDownloadURLParams as MaterialGetDownloadURLParams, type MaterialMoveParams as MaterialMoveParams, type MaterialRenameParams as MaterialRenameParams, type MaterialSearchParams as MaterialSearchParams, };
|
|
58
|
+
export { PdfGenerator as PdfGenerator, type PdfGeneratorCreateResponse as PdfGeneratorCreateResponse, type PdfGeneratorDeleteResponse as PdfGeneratorDeleteResponse, type PdfGeneratorGetAllResponse as PdfGeneratorGetAllResponse, type PdfGeneratorCreateParams as PdfGeneratorCreateParams, };
|
|
59
|
+
export { PerformanceInsights as PerformanceInsights, type PerformanceInsightsGenerateEmbedResponse as PerformanceInsightsGenerateEmbedResponse, type PerformanceInsightsGenerateEmbedParams as PerformanceInsightsGenerateEmbedParams, type PerformanceInsightsStreamParams as PerformanceInsightsStreamParams, };
|
|
52
60
|
}
|
|
53
61
|
//# sourceMappingURL=v1.d.ts.map
|
package/resources/v1/v1.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1.d.ts","sourceRoot":"","sources":["../../src/resources/v1/v1.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,IAAI,EAAE,gBAAgB,EAAE;
|
|
1
|
+
{"version":3,"file":"v1.d.ts","sourceRoot":"","sources":["../../src/resources/v1/v1.ts"],"names":[],"mappings":"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"}
|
package/resources/v1/v1.js
CHANGED
|
@@ -22,6 +22,10 @@ const EmbedAPI = tslib_1.__importStar(require("./embed/embed.js"));
|
|
|
22
22
|
const embed_1 = require("./embed/embed.js");
|
|
23
23
|
const MaterialsAPI = tslib_1.__importStar(require("./materials/materials.js"));
|
|
24
24
|
const materials_1 = require("./materials/materials.js");
|
|
25
|
+
const PdfGeneratorAPI = tslib_1.__importStar(require("./pdf-generator/pdf-generator.js"));
|
|
26
|
+
const pdf_generator_1 = require("./pdf-generator/pdf-generator.js");
|
|
27
|
+
const PerformanceInsightsAPI = tslib_1.__importStar(require("./performance-insights/performance-insights.js"));
|
|
28
|
+
const performance_insights_1 = require("./performance-insights/performance-insights.js");
|
|
25
29
|
const headers_1 = require("../../internal/headers.js");
|
|
26
30
|
class V1 extends resource_1.APIResource {
|
|
27
31
|
constructor() {
|
|
@@ -35,6 +39,8 @@ class V1 extends resource_1.APIResource {
|
|
|
35
39
|
this.chatAnalytics = new ChatAnalyticsAPI.ChatAnalytics(this._client);
|
|
36
40
|
this.assignmentGrader = new AssignmentGraderAPI.AssignmentGrader(this._client);
|
|
37
41
|
this.materials = new MaterialsAPI.Materials(this._client);
|
|
42
|
+
this.pdfGenerator = new PdfGeneratorAPI.PdfGenerator(this._client);
|
|
43
|
+
this.performanceInsights = new PerformanceInsightsAPI.PerformanceInsights(this._client);
|
|
38
44
|
}
|
|
39
45
|
/**
|
|
40
46
|
* Test MongoDB connection and get outbound IP
|
|
@@ -61,4 +67,6 @@ V1.Chat = chat_1.Chat;
|
|
|
61
67
|
V1.ChatAnalytics = chat_analytics_1.ChatAnalytics;
|
|
62
68
|
V1.AssignmentGrader = assignment_grader_1.AssignmentGrader;
|
|
63
69
|
V1.Materials = materials_1.Materials;
|
|
70
|
+
V1.PdfGenerator = pdf_generator_1.PdfGenerator;
|
|
71
|
+
V1.PerformanceInsights = performance_insights_1.PerformanceInsights;
|
|
64
72
|
//# sourceMappingURL=v1.js.map
|
package/resources/v1/v1.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../../src/resources/v1/v1.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,2DAAkC;AAClC,
|
|
1
|
+
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../../src/resources/v1/v1.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,2DAAkC;AAClC,oCAA4E;AAC5E,8EAAqD;AACrD,wDAO0B;AAC1B,uEAA8C;AAC9C,gDASsB;AACtB,iEAAwC;AACxC,0CAiBmB;AACnB,6DAAoC;AACpC,sCAAmG;AACnG,4EAAmD;AACnD,sDAMyB;AACzB,sGAA6E;AAC7E,gFAQ+C;AAC/C,mEAA0C;AAC1C,4CAA8E;AAC9E,+EAAsD;AACtD,wDAwB+B;AAC/B,0FAAiE;AACjE,oEAMuC;AACvC,+GAAsF;AACtF,yFAKqD;AAErD,uDAAsD;AAGtD,MAAa,EAAG,SAAQ,sBAAW;IAAnC;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;QACF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,wBAAmB,GACjB,IAAI,sBAAsB,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAgBjE,CAAC;IAdC;;;;;;;OAOG;IACH,WAAW,CAAC,OAAwB;QAClC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE;YAC9C,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF;AA9BD,gBA8BC;AAED,EAAE,CAAC,OAAO,GAAG,iBAAO,CAAC;AACrB,EAAE,CAAC,UAAU,GAAG,uBAAU,CAAC;AAC3B,EAAE,CAAC,KAAK,GAAG,aAAK,CAAC;AACjB,EAAE,CAAC,YAAY,GAAG,4BAAY,CAAC;AAC/B,EAAE,CAAC,KAAK,GAAG,aAAK,CAAC;AACjB,EAAE,CAAC,IAAI,GAAG,WAAI,CAAC;AACf,EAAE,CAAC,aAAa,GAAG,8BAAa,CAAC;AACjC,EAAE,CAAC,gBAAgB,GAAG,oCAAgB,CAAC;AACvC,EAAE,CAAC,SAAS,GAAG,qBAAS,CAAC;AACzB,EAAE,CAAC,YAAY,GAAG,4BAAY,CAAC;AAC/B,EAAE,CAAC,mBAAmB,GAAG,0CAAmB,CAAC"}
|
package/resources/v1/v1.mjs
CHANGED
|
@@ -18,6 +18,10 @@ import * as EmbedAPI from "./embed/embed.mjs";
|
|
|
18
18
|
import { Embed } from "./embed/embed.mjs";
|
|
19
19
|
import * as MaterialsAPI from "./materials/materials.mjs";
|
|
20
20
|
import { Materials, } from "./materials/materials.mjs";
|
|
21
|
+
import * as PdfGeneratorAPI from "./pdf-generator/pdf-generator.mjs";
|
|
22
|
+
import { PdfGenerator, } from "./pdf-generator/pdf-generator.mjs";
|
|
23
|
+
import * as PerformanceInsightsAPI from "./performance-insights/performance-insights.mjs";
|
|
24
|
+
import { PerformanceInsights, } from "./performance-insights/performance-insights.mjs";
|
|
21
25
|
import { buildHeaders } from "../../internal/headers.mjs";
|
|
22
26
|
export class V1 extends APIResource {
|
|
23
27
|
constructor() {
|
|
@@ -31,6 +35,8 @@ export class V1 extends APIResource {
|
|
|
31
35
|
this.chatAnalytics = new ChatAnalyticsAPI.ChatAnalytics(this._client);
|
|
32
36
|
this.assignmentGrader = new AssignmentGraderAPI.AssignmentGrader(this._client);
|
|
33
37
|
this.materials = new MaterialsAPI.Materials(this._client);
|
|
38
|
+
this.pdfGenerator = new PdfGeneratorAPI.PdfGenerator(this._client);
|
|
39
|
+
this.performanceInsights = new PerformanceInsightsAPI.PerformanceInsights(this._client);
|
|
34
40
|
}
|
|
35
41
|
/**
|
|
36
42
|
* Test MongoDB connection and get outbound IP
|
|
@@ -56,4 +62,6 @@ V1.Chat = Chat;
|
|
|
56
62
|
V1.ChatAnalytics = ChatAnalytics;
|
|
57
63
|
V1.AssignmentGrader = AssignmentGrader;
|
|
58
64
|
V1.Materials = Materials;
|
|
65
|
+
V1.PdfGenerator = PdfGenerator;
|
|
66
|
+
V1.PerformanceInsights = PerformanceInsights;
|
|
59
67
|
//# sourceMappingURL=v1.mjs.map
|
package/resources/v1/v1.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v1.mjs","sourceRoot":"","sources":["../../src/resources/v1/v1.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,IAAI,
|
|
1
|
+
{"version":3,"file":"v1.mjs","sourceRoot":"","sources":["../../src/resources/v1/v1.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,IAAI,EAAgD;OACtD,KAAK,gBAAgB;OACrB,EACL,aAAa,GAMd;OACM,KAAK,aAAa;OAClB,EAQL,UAAU,GACX;OACM,KAAK,UAAU;OACf,EAgBL,OAAO,GACR;OACM,KAAK,QAAQ;OACb,EAAE,KAAK,EAAqE;OAC5E,KAAK,eAAe;OACpB,EACL,YAAY,GAKb;OACM,KAAK,mBAAmB;OACxB,EACL,gBAAgB,GAOjB;OACM,KAAK,QAAQ;OACb,EAAE,KAAK,EAA0C;OACjD,KAAK,YAAY;OACjB,EAsBL,SAAS,GAEV;OACM,KAAK,eAAe;OACpB,EACL,YAAY,GAKb;OACM,KAAK,sBAAsB;OAC3B,EACL,mBAAmB,GAIpB;OAEM,EAAE,YAAY,EAAE;AAGvB,MAAM,OAAO,EAAG,SAAQ,WAAW;IAAnC;;QACE,YAAO,GAAuB,IAAI,UAAU,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACnE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClF,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,UAAK,GAAmB,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACzD,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACpD,kBAAa,GAAmC,IAAI,gBAAgB,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACjG,qBAAgB,GAAyC,IAAI,mBAAmB,CAAC,gBAAgB,CAC/F,IAAI,CAAC,OAAO,CACb,CAAC;QACF,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC7E,iBAAY,GAAiC,IAAI,eAAe,CAAC,YAAY,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC5F,wBAAmB,GACjB,IAAI,sBAAsB,CAAC,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAgBjE,CAAC;IAdC;;;;;;;OAOG;IACH,WAAW,CAAC,OAAwB;QAClC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,sBAAsB,EAAE;YAC9C,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SAC7D,CAAC,CAAC;IACL,CAAC;CACF;AAED,EAAE,CAAC,OAAO,GAAG,OAAO,CAAC;AACrB,EAAE,CAAC,UAAU,GAAG,UAAU,CAAC;AAC3B,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC;AACjB,EAAE,CAAC,YAAY,GAAG,YAAY,CAAC;AAC/B,EAAE,CAAC,KAAK,GAAG,KAAK,CAAC;AACjB,EAAE,CAAC,IAAI,GAAG,IAAI,CAAC;AACf,EAAE,CAAC,aAAa,GAAG,aAAa,CAAC;AACjC,EAAE,CAAC,gBAAgB,GAAG,gBAAgB,CAAC;AACvC,EAAE,CAAC,SAAS,GAAG,SAAS,CAAC;AACzB,EAAE,CAAC,YAAY,GAAG,YAAY,CAAC;AAC/B,EAAE,CAAC,mBAAmB,GAAG,mBAAmB,CAAC"}
|
package/src/internal/to-file.ts
CHANGED
|
@@ -73,7 +73,7 @@ export type ToFileInput =
|
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* Helper for creating a {@link File} to pass to an SDK upload method from a variety of different data formats
|
|
76
|
-
* @param value the raw content of the file.
|
|
76
|
+
* @param value the raw content of the file. Can be an {@link Uploadable}, BlobLikePart, or AsyncIterable of BlobLikeParts
|
|
77
77
|
* @param {string=} name the name of the file. If omitted, toFile will try to determine a file name from bits if possible
|
|
78
78
|
* @param {Object=} options additional properties
|
|
79
79
|
* @param {string=} options.type the MIME type of the content
|
|
@@ -141,6 +141,11 @@ export interface AssignmentGraderResponse {
|
|
|
141
141
|
*/
|
|
142
142
|
assignmentId?: string;
|
|
143
143
|
|
|
144
|
+
/**
|
|
145
|
+
* Assignment content/context provided for grading
|
|
146
|
+
*/
|
|
147
|
+
assignmentContent?: string;
|
|
148
|
+
|
|
144
149
|
/**
|
|
145
150
|
* Material ID
|
|
146
151
|
*/
|
|
@@ -356,6 +361,11 @@ export interface AssignmentGraderCreateParams {
|
|
|
356
361
|
*/
|
|
357
362
|
assignmentId?: string;
|
|
358
363
|
|
|
364
|
+
/**
|
|
365
|
+
* Additional context for the assignment such as a reading passage, source material, or instructions
|
|
366
|
+
*/
|
|
367
|
+
assignmentContent?: string;
|
|
368
|
+
|
|
359
369
|
/**
|
|
360
370
|
* Material ID to grade
|
|
361
371
|
*/
|
|
@@ -401,6 +411,11 @@ export namespace AssignmentGraderCreateParams {
|
|
|
401
411
|
* Grading criteria
|
|
402
412
|
*/
|
|
403
413
|
criteria: Array<RubricTemplatesAPI.RubricCriterion>;
|
|
414
|
+
|
|
415
|
+
/**
|
|
416
|
+
* Additional context for the assignment such as a reading passage, source material, or instructions
|
|
417
|
+
*/
|
|
418
|
+
assignmentContent?: string;
|
|
404
419
|
}
|
|
405
420
|
}
|
|
406
421
|
|
|
@@ -126,6 +126,11 @@ export interface RubricTemplateResponse {
|
|
|
126
126
|
* Template description
|
|
127
127
|
*/
|
|
128
128
|
description?: string;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* Assignment content/context provided for grading
|
|
132
|
+
*/
|
|
133
|
+
assignmentContent?: string;
|
|
129
134
|
}
|
|
130
135
|
|
|
131
136
|
export type RubricTemplateListResponse = Array<RubricTemplateResponse>;
|
|
@@ -141,6 +146,11 @@ export interface RubricTemplateCreateParams {
|
|
|
141
146
|
*/
|
|
142
147
|
name: string;
|
|
143
148
|
|
|
149
|
+
/**
|
|
150
|
+
* Additional context for the assignment such as a reading passage, source material, or instructions
|
|
151
|
+
*/
|
|
152
|
+
assignmentContent?: string;
|
|
153
|
+
|
|
144
154
|
/**
|
|
145
155
|
* Description of the rubric template
|
|
146
156
|
*/
|
package/src/resources/v1/chat.ts
CHANGED
|
@@ -4,8 +4,43 @@ import { APIResource } from '../../core/resource';
|
|
|
4
4
|
import { APIPromise } from '../../core/api-promise';
|
|
5
5
|
import { buildHeaders } from '../../internal/headers';
|
|
6
6
|
import { RequestOptions } from '../../internal/request-options';
|
|
7
|
+
import { path } from '../../internal/utils/path';
|
|
7
8
|
|
|
8
9
|
export class Chat extends APIResource {
|
|
10
|
+
/**
|
|
11
|
+
* Retrieves feedback data for the organization with optional filtering
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```ts
|
|
15
|
+
* await client.v1.chat.retrieveFeedback();
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
retrieveFeedback(
|
|
19
|
+
query: ChatRetrieveFeedbackParams | null | undefined = {},
|
|
20
|
+
options?: RequestOptions,
|
|
21
|
+
): APIPromise<void> {
|
|
22
|
+
return this._client.get('/api/v1/chat/feedback', {
|
|
23
|
+
query,
|
|
24
|
+
...options,
|
|
25
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Retrieves the specific message and full conversation for a feedback item
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```ts
|
|
34
|
+
* await client.v1.chat.retrieveFeedbackContext('feedbackId');
|
|
35
|
+
* ```
|
|
36
|
+
*/
|
|
37
|
+
retrieveFeedbackContext(feedbackID: string, options?: RequestOptions): APIPromise<void> {
|
|
38
|
+
return this._client.get(path`/api/v1/chat/feedback/${feedbackID}/context`, {
|
|
39
|
+
...options,
|
|
40
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
|
|
9
44
|
/**
|
|
10
45
|
* Streams a chat response in real-time using server-sent events (SSE). Supports
|
|
11
46
|
* both AI SDK format (with messages array) and custom format (with message
|
|
@@ -29,6 +64,43 @@ export class Chat extends APIResource {
|
|
|
29
64
|
}
|
|
30
65
|
}
|
|
31
66
|
|
|
67
|
+
export interface ChatRetrieveFeedbackParams {
|
|
68
|
+
/**
|
|
69
|
+
* Filter by component ID
|
|
70
|
+
*/
|
|
71
|
+
componentId?: string;
|
|
72
|
+
|
|
73
|
+
/**
|
|
74
|
+
* Filter by end date (ISO string)
|
|
75
|
+
*/
|
|
76
|
+
endDate?: string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Filter by feedback type
|
|
80
|
+
*/
|
|
81
|
+
feedbackType?: 'thumbsUp' | 'thumbsDown';
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Number of records to return (default: 100)
|
|
85
|
+
*/
|
|
86
|
+
limit?: string;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Number of records to skip (default: 0)
|
|
90
|
+
*/
|
|
91
|
+
skip?: string;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Filter by start date (ISO string)
|
|
95
|
+
*/
|
|
96
|
+
startDate?: string;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Filter by user ID
|
|
100
|
+
*/
|
|
101
|
+
userId?: string;
|
|
102
|
+
}
|
|
103
|
+
|
|
32
104
|
export interface ChatStreamParams {
|
|
33
105
|
/**
|
|
34
106
|
* Body param: Session ID (AI SDK uses "id")
|
|
@@ -66,6 +138,11 @@ export interface ChatStreamParams {
|
|
|
66
138
|
*/
|
|
67
139
|
sessionId?: string;
|
|
68
140
|
|
|
141
|
+
/**
|
|
142
|
+
* Body param: Trigger for AI SDK (what triggered the message)
|
|
143
|
+
*/
|
|
144
|
+
trigger?: string;
|
|
145
|
+
|
|
69
146
|
/**
|
|
70
147
|
* Body param: User ID
|
|
71
148
|
*/
|
|
@@ -119,5 +196,8 @@ export namespace ChatStreamParams {
|
|
|
119
196
|
}
|
|
120
197
|
|
|
121
198
|
export declare namespace Chat {
|
|
122
|
-
export {
|
|
199
|
+
export {
|
|
200
|
+
type ChatRetrieveFeedbackParams as ChatRetrieveFeedbackParams,
|
|
201
|
+
type ChatStreamParams as ChatStreamParams,
|
|
202
|
+
};
|
|
123
203
|
}
|
|
@@ -267,7 +267,6 @@ export interface ComponentCreateParams {
|
|
|
267
267
|
| ComponentCreateParams.ChatConfigDto
|
|
268
268
|
| ComponentCreateParams.DataAnalystConfigDto
|
|
269
269
|
| ComponentCreateParams.FlashcardsConfigDto
|
|
270
|
-
| ComponentCreateParams.ScenariosConfigDto
|
|
271
270
|
| ComponentCreateParams.PracticeTestConfigDto
|
|
272
271
|
| ComponentCreateParams.AudioRecapConfigDto
|
|
273
272
|
| ComponentCreateParams.ExplainersConfigDto
|
|
@@ -313,11 +312,21 @@ export namespace ComponentCreateParams {
|
|
|
313
312
|
*/
|
|
314
313
|
model: string;
|
|
315
314
|
|
|
315
|
+
/**
|
|
316
|
+
* Custom HTML to show in empty state instead of default icon and text
|
|
317
|
+
*/
|
|
318
|
+
emptyStateHtml?: string;
|
|
319
|
+
|
|
316
320
|
/**
|
|
317
321
|
* Enable component creation
|
|
318
322
|
*/
|
|
319
323
|
enableComponentCreation?: boolean;
|
|
320
324
|
|
|
325
|
+
/**
|
|
326
|
+
* Enable thumbs up/down feedback with reason
|
|
327
|
+
*/
|
|
328
|
+
enableFeedback?: boolean;
|
|
329
|
+
|
|
321
330
|
/**
|
|
322
331
|
* Enable follow-up questions
|
|
323
332
|
*/
|
|
@@ -368,6 +377,16 @@ export namespace ComponentCreateParams {
|
|
|
368
377
|
*/
|
|
369
378
|
guardrailRules?: Array<ChatConfigDto.GuardrailRule>;
|
|
370
379
|
|
|
380
|
+
/**
|
|
381
|
+
* Hide the default empty state (icon and text)
|
|
382
|
+
*/
|
|
383
|
+
hideEmptyState?: boolean;
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* Hide the chat title and avatar in the embedded component
|
|
387
|
+
*/
|
|
388
|
+
hideTitle?: boolean;
|
|
389
|
+
|
|
371
390
|
/**
|
|
372
391
|
* Material IDs
|
|
373
392
|
*/
|
|
@@ -1030,6 +1049,11 @@ export interface ComponentGenerateEmbedParams {
|
|
|
1030
1049
|
*/
|
|
1031
1050
|
sessionId?: string;
|
|
1032
1051
|
|
|
1052
|
+
/**
|
|
1053
|
+
* Student name for display and tracking
|
|
1054
|
+
*/
|
|
1055
|
+
studentName?: string;
|
|
1056
|
+
|
|
1033
1057
|
/**
|
|
1034
1058
|
* Theme customization
|
|
1035
1059
|
*/
|
|
@@ -1056,11 +1080,21 @@ export namespace ComponentGenerateEmbedParams {
|
|
|
1056
1080
|
*/
|
|
1057
1081
|
enableBadWordsFilter: boolean;
|
|
1058
1082
|
|
|
1083
|
+
/**
|
|
1084
|
+
* Custom HTML to show in empty state instead of default icon and text
|
|
1085
|
+
*/
|
|
1086
|
+
emptyStateHtml?: string;
|
|
1087
|
+
|
|
1059
1088
|
/**
|
|
1060
1089
|
* Enable component creation
|
|
1061
1090
|
*/
|
|
1062
1091
|
enableComponentCreation?: boolean;
|
|
1063
1092
|
|
|
1093
|
+
/**
|
|
1094
|
+
* Enable thumbs up/down feedback with reason
|
|
1095
|
+
*/
|
|
1096
|
+
enableFeedback?: boolean;
|
|
1097
|
+
|
|
1064
1098
|
/**
|
|
1065
1099
|
* Enable follow-up questions
|
|
1066
1100
|
*/
|
|
@@ -1121,6 +1155,16 @@ export namespace ComponentGenerateEmbedParams {
|
|
|
1121
1155
|
*/
|
|
1122
1156
|
enableWebSearchSources?: boolean;
|
|
1123
1157
|
|
|
1158
|
+
/**
|
|
1159
|
+
* Hide the default empty state (icon and text)
|
|
1160
|
+
*/
|
|
1161
|
+
hideEmptyState?: boolean;
|
|
1162
|
+
|
|
1163
|
+
/**
|
|
1164
|
+
* Hide the chat title and avatar in the embedded component
|
|
1165
|
+
*/
|
|
1166
|
+
hideTitle?: boolean;
|
|
1167
|
+
|
|
1124
1168
|
/**
|
|
1125
1169
|
* Placeholder text
|
|
1126
1170
|
*/
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../../core/resource';
|
|
4
|
+
import { APIPromise } from '../../../core/api-promise';
|
|
5
|
+
import { buildHeaders } from '../../../internal/headers';
|
|
6
|
+
import { RequestOptions } from '../../../internal/request-options';
|
|
7
|
+
|
|
8
|
+
export class Context extends APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get current context for embed instance
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```ts
|
|
14
|
+
* await client.v1.embed.context.retrieve({ token: 'token' });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
retrieve(query: ContextRetrieveParams, options?: RequestOptions): APIPromise<void> {
|
|
18
|
+
return this._client.get('/api/v1/embed/context', {
|
|
19
|
+
query,
|
|
20
|
+
...options,
|
|
21
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Clear context for embed instance
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```ts
|
|
30
|
+
* await client.v1.embed.context.clear({ token: 'token' });
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
clear(params: ContextClearParams, options?: RequestOptions): APIPromise<void> {
|
|
34
|
+
const { token } = params;
|
|
35
|
+
return this._client.post('/api/v1/embed/context/clear', {
|
|
36
|
+
query: { token },
|
|
37
|
+
...options,
|
|
38
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Push context to embed instance
|
|
44
|
+
*
|
|
45
|
+
* @example
|
|
46
|
+
* ```ts
|
|
47
|
+
* await client.v1.embed.context.push({
|
|
48
|
+
* token: 'token',
|
|
49
|
+
* context: 'User is viewing question 1 about the lungs',
|
|
50
|
+
* });
|
|
51
|
+
* ```
|
|
52
|
+
*/
|
|
53
|
+
push(params: ContextPushParams, options?: RequestOptions): APIPromise<void> {
|
|
54
|
+
const { token, ...body } = params;
|
|
55
|
+
return this._client.post('/api/v1/embed/context/push', {
|
|
56
|
+
query: { token },
|
|
57
|
+
body,
|
|
58
|
+
...options,
|
|
59
|
+
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface ContextRetrieveParams {
|
|
65
|
+
/**
|
|
66
|
+
* Embed token
|
|
67
|
+
*/
|
|
68
|
+
token: string;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface ContextClearParams {
|
|
72
|
+
/**
|
|
73
|
+
* Embed token
|
|
74
|
+
*/
|
|
75
|
+
token: string;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface ContextPushParams {
|
|
79
|
+
/**
|
|
80
|
+
* Query param: Embed token
|
|
81
|
+
*/
|
|
82
|
+
token: string;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* Body param: Context string to add
|
|
86
|
+
*/
|
|
87
|
+
context: string;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export declare namespace Context {
|
|
91
|
+
export {
|
|
92
|
+
type ContextRetrieveParams as ContextRetrieveParams,
|
|
93
|
+
type ContextClearParams as ContextClearParams,
|
|
94
|
+
type ContextPushParams as ContextPushParams,
|
|
95
|
+
};
|
|
96
|
+
}
|
|
@@ -3,12 +3,15 @@
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
4
|
import * as ComponentAPI from './component';
|
|
5
5
|
import { Component, ComponentInteractParams, ComponentRetrieveParams } from './component';
|
|
6
|
+
import * as ContextAPI from './context';
|
|
7
|
+
import { Context, ContextClearParams, ContextPushParams, ContextRetrieveParams } from './context';
|
|
6
8
|
import { APIPromise } from '../../../core/api-promise';
|
|
7
9
|
import { buildHeaders } from '../../../internal/headers';
|
|
8
10
|
import { RequestOptions } from '../../../internal/request-options';
|
|
9
11
|
|
|
10
12
|
export class Embed extends APIResource {
|
|
11
13
|
component: ComponentAPI.Component = new ComponentAPI.Component(this._client);
|
|
14
|
+
context: ContextAPI.Context = new ContextAPI.Context(this._client);
|
|
12
15
|
|
|
13
16
|
/**
|
|
14
17
|
* Get theme CSS for embed
|
|
@@ -73,6 +76,7 @@ export interface EmbedVerifyParams {
|
|
|
73
76
|
}
|
|
74
77
|
|
|
75
78
|
Embed.Component = Component;
|
|
79
|
+
Embed.Context = Context;
|
|
76
80
|
|
|
77
81
|
export declare namespace Embed {
|
|
78
82
|
export { type EmbedGetThemeParams as EmbedGetThemeParams, type EmbedVerifyParams as EmbedVerifyParams };
|
|
@@ -82,4 +86,11 @@ export declare namespace Embed {
|
|
|
82
86
|
type ComponentRetrieveParams as ComponentRetrieveParams,
|
|
83
87
|
type ComponentInteractParams as ComponentInteractParams,
|
|
84
88
|
};
|
|
89
|
+
|
|
90
|
+
export {
|
|
91
|
+
Context as Context,
|
|
92
|
+
type ContextRetrieveParams as ContextRetrieveParams,
|
|
93
|
+
type ContextClearParams as ContextClearParams,
|
|
94
|
+
type ContextPushParams as ContextPushParams,
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
export { Component, type ComponentRetrieveParams, type ComponentInteractParams } from './component';
|
|
4
|
+
export {
|
|
5
|
+
Context,
|
|
6
|
+
type ContextRetrieveParams,
|
|
7
|
+
type ContextClearParams,
|
|
8
|
+
type ContextPushParams,
|
|
9
|
+
} from './context';
|
|
4
10
|
export { Embed, type EmbedGetThemeParams, type EmbedVerifyParams } from './embed';
|
|
@@ -23,6 +23,22 @@ export class Folders extends APIResource {
|
|
|
23
23
|
return this._client.post('/api/v1/folders', { body, ...options });
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
+
/**
|
|
27
|
+
* Get folder ID by folder name
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* ```ts
|
|
31
|
+
* const response = await client.v1.folders.getByName('name');
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
getByName(
|
|
35
|
+
name: string,
|
|
36
|
+
query: FolderGetByNameParams | null | undefined = {},
|
|
37
|
+
options?: RequestOptions,
|
|
38
|
+
): APIPromise<FolderGetByNameResponse> {
|
|
39
|
+
return this._client.get(path`/api/v1/folders/by-name/${name}`, { query, ...options });
|
|
40
|
+
}
|
|
41
|
+
|
|
26
42
|
/**
|
|
27
43
|
* Get folder by ID
|
|
28
44
|
*
|
|
@@ -196,6 +212,16 @@ export interface FolderCreateResponse {
|
|
|
196
212
|
parentFolderId?: string | null;
|
|
197
213
|
}
|
|
198
214
|
|
|
215
|
+
/**
|
|
216
|
+
* Response for getting folder ID by name
|
|
217
|
+
*/
|
|
218
|
+
export interface FolderGetByNameResponse {
|
|
219
|
+
/**
|
|
220
|
+
* Folder ID
|
|
221
|
+
*/
|
|
222
|
+
folderId: string;
|
|
223
|
+
}
|
|
224
|
+
|
|
199
225
|
export interface FolderRetrieveResponse {
|
|
200
226
|
/**
|
|
201
227
|
* Folder ID
|
|
@@ -486,6 +512,13 @@ export interface FolderCreateParams {
|
|
|
486
512
|
parentFolderId?: string;
|
|
487
513
|
}
|
|
488
514
|
|
|
515
|
+
export interface FolderGetByNameParams {
|
|
516
|
+
/**
|
|
517
|
+
* Parent folder ID for accurate matching (optional)
|
|
518
|
+
*/
|
|
519
|
+
parentFolderId?: string;
|
|
520
|
+
}
|
|
521
|
+
|
|
489
522
|
export interface FolderUpdateParams {
|
|
490
523
|
/**
|
|
491
524
|
* New folder description
|
|
@@ -543,6 +576,7 @@ export declare namespace Folders {
|
|
|
543
576
|
export {
|
|
544
577
|
type FolderMetadata as FolderMetadata,
|
|
545
578
|
type FolderCreateResponse as FolderCreateResponse,
|
|
579
|
+
type FolderGetByNameResponse as FolderGetByNameResponse,
|
|
546
580
|
type FolderRetrieveResponse as FolderRetrieveResponse,
|
|
547
581
|
type FolderUpdateResponse as FolderUpdateResponse,
|
|
548
582
|
type FolderListResponse as FolderListResponse,
|
|
@@ -550,6 +584,7 @@ export declare namespace Folders {
|
|
|
550
584
|
type FolderListMaterialsResponse as FolderListMaterialsResponse,
|
|
551
585
|
type FolderMoveResponse as FolderMoveResponse,
|
|
552
586
|
type FolderCreateParams as FolderCreateParams,
|
|
587
|
+
type FolderGetByNameParams as FolderGetByNameParams,
|
|
553
588
|
type FolderUpdateParams as FolderUpdateParams,
|
|
554
589
|
type FolderListParams as FolderListParams,
|
|
555
590
|
type FolderListMaterialsParams as FolderListMaterialsParams,
|