@studyfetch/sdk 1.29.0 → 1.30.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 +10 -0
- package/package.json +1 -1
- package/resources/v1/index.d.mts +1 -2
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +1 -2
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js +3 -5
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs +0 -1
- 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 +112 -67
- package/resources/v1/materials/materials.d.mts.map +1 -1
- package/resources/v1/materials/materials.d.ts +112 -67
- package/resources/v1/materials/materials.d.ts.map +1 -1
- package/resources/v1/materials/materials.js +18 -1
- package/resources/v1/materials/materials.js.map +1 -1
- package/resources/v1/materials/materials.mjs +18 -1
- package/resources/v1/materials/materials.mjs.map +1 -1
- package/resources/v1/materials/upload.d.mts +6 -16
- package/resources/v1/materials/upload.d.mts.map +1 -1
- package/resources/v1/materials/upload.d.ts +6 -16
- package/resources/v1/materials/upload.d.ts.map +1 -1
- package/resources/v1/materials/upload.js +2 -4
- package/resources/v1/materials/upload.js.map +1 -1
- package/resources/v1/materials/upload.mjs +2 -4
- package/resources/v1/materials/upload.mjs.map +1 -1
- package/resources/v1/v1.d.mts +2 -6
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +2 -6
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js +0 -4
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs +0 -4
- package/resources/v1/v1.mjs.map +1 -1
- package/src/resources/v1/index.ts +2 -2
- package/src/resources/v1/materials/index.ts +2 -1
- package/src/resources/v1/materials/materials.ts +142 -86
- package/src/resources/v1/materials/upload.ts +6 -18
- package/src/resources/v1/v1.ts +4 -8
- 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/upload/component.d.mts +0 -191
- package/resources/v1/upload/component.d.mts.map +0 -1
- package/resources/v1/upload/component.d.ts +0 -191
- package/resources/v1/upload/component.d.ts.map +0 -1
- package/resources/v1/upload/component.js +0 -93
- package/resources/v1/upload/component.js.map +0 -1
- package/resources/v1/upload/component.mjs +0 -89
- package/resources/v1/upload/component.mjs.map +0 -1
- package/resources/v1/upload/index.d.mts +0 -3
- package/resources/v1/upload/index.d.mts.map +0 -1
- package/resources/v1/upload/index.d.ts +0 -3
- package/resources/v1/upload/index.d.ts.map +0 -1
- package/resources/v1/upload/index.js +0 -9
- package/resources/v1/upload/index.js.map +0 -1
- package/resources/v1/upload/index.mjs +0 -4
- package/resources/v1/upload/index.mjs.map +0 -1
- package/resources/v1/upload/upload.d.mts +0 -10
- package/resources/v1/upload/upload.d.mts.map +0 -1
- package/resources/v1/upload/upload.d.ts +0 -10
- package/resources/v1/upload/upload.d.ts.map +0 -1
- package/resources/v1/upload/upload.js +0 -17
- package/resources/v1/upload/upload.js.map +0 -1
- package/resources/v1/upload/upload.mjs +0 -12
- package/resources/v1/upload/upload.mjs.map +0 -1
- package/resources/v1/upload.d.mts +0 -2
- package/resources/v1/upload.d.mts.map +0 -1
- package/resources/v1/upload.d.ts +0 -2
- package/resources/v1/upload.d.ts.map +0 -1
- package/resources/v1/upload.js +0 -6
- package/resources/v1/upload.js.map +0 -1
- package/resources/v1/upload.mjs +0 -3
- package/resources/v1/upload.mjs.map +0 -1
- package/src/resources/v1/upload/component.ts +0 -261
- package/src/resources/v1/upload/index.ts +0 -13
- package/src/resources/v1/upload/upload.ts +0 -33
- package/src/resources/v1/upload.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.30.0 (2025-07-26)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.29.0...v1.30.0](https://github.com/GoStudyFetchGo/studyfetch-sdk/compare/v1.29.0...v1.30.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([bb175f1](https://github.com/GoStudyFetchGo/studyfetch-sdk/commit/bb175f1f8b03ee11e7e5103cf8072d9c50d2128b))
|
|
10
|
+
* **api:** manual updates ([7826210](https://github.com/GoStudyFetchGo/studyfetch-sdk/commit/7826210a0c8ff3c987c3eca22f99ff94df59661c))
|
|
11
|
+
* **api:** manual updates ([6b22679](https://github.com/GoStudyFetchGo/studyfetch-sdk/commit/6b2267949145d190adff4dda2076bd1338dfbb96))
|
|
12
|
+
|
|
3
13
|
## 1.29.0 (2025-07-26)
|
|
4
14
|
|
|
5
15
|
Full Changelog: [v1.28.0...v1.29.0](https://github.com/GoStudyFetchGo/studyfetch-sdk/compare/v1.28.0...v1.29.0)
|
package/package.json
CHANGED
package/resources/v1/index.d.mts
CHANGED
|
@@ -3,8 +3,7 @@ export { Chat, type ChatStreamParams } from "./chat.mjs";
|
|
|
3
3
|
export { Components, type Component, type ComponentListResponse, type ComponentGenerateEmbedResponse, type ComponentCreateParams, type ComponentUpdateParams, type ComponentListParams, type ComponentGenerateEmbedParams, } from "./components.mjs";
|
|
4
4
|
export { Embed, type EmbedGetThemeParams, type EmbedVerifyParams } from "./embed/index.mjs";
|
|
5
5
|
export { Folders, type FolderCreateParams, type FolderUpdateParams, type FolderListParams } from "./folders.mjs";
|
|
6
|
-
export { Materials, type Content, type Material, type MaterialListResponse, type MaterialBatchCreateResponse, type MaterialDebugResponse, type
|
|
7
|
-
export { Upload } from "./upload/index.mjs";
|
|
6
|
+
export { Materials, type Content, type GeneratedMaterial, type Material, type MaterialListResponse, type MaterialBatchCreateResponse, type MaterialDebugResponse, type MaterialGetDownloadURLResponse, type MaterialSearchResponse, type MaterialCreateParams, type MaterialListParams, type MaterialBatchCreateParams, type MaterialCreateAndProcessParams, type MaterialGenerateParams, type MaterialGenerateAndProcessParams, type MaterialGetDownloadURLParams, type MaterialMoveParams, type MaterialRenameParams, type MaterialSearchParams, } from "./materials/index.mjs";
|
|
8
7
|
export { Usage, type UsageGetStatsParams, type UsageGetSummaryParams, type UsageListEventsParams, } from "./usage/index.mjs";
|
|
9
8
|
export { V1 } from "./v1.mjs";
|
|
10
9
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/v1/index.ts"],"names":[],"mappings":"OAEO,EACL,gBAAgB,EAChB,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,4BAA4B,GAClC;OACM,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE;OAC/B,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,GAClC;OACM,EAAE,KAAK,EAAE,KAAK,mBAAmB,EAAE,KAAK,iBAAiB,EAAE;OAC3D,EAAE,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OACpF,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/v1/index.ts"],"names":[],"mappings":"OAEO,EACL,gBAAgB,EAChB,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,4BAA4B,GAClC;OACM,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE;OAC/B,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,GAClC;OACM,EAAE,KAAK,EAAE,KAAK,mBAAmB,EAAE,KAAK,iBAAiB,EAAE;OAC3D,EAAE,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OACpF,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,yBAAyB,EAC9B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,KAAK,EACL,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B;OACM,EAAE,EAAE,EAAE"}
|
package/resources/v1/index.d.ts
CHANGED
|
@@ -3,8 +3,7 @@ export { Chat, type ChatStreamParams } from "./chat.js";
|
|
|
3
3
|
export { Components, type Component, type ComponentListResponse, type ComponentGenerateEmbedResponse, type ComponentCreateParams, type ComponentUpdateParams, type ComponentListParams, type ComponentGenerateEmbedParams, } from "./components.js";
|
|
4
4
|
export { Embed, type EmbedGetThemeParams, type EmbedVerifyParams } from "./embed/index.js";
|
|
5
5
|
export { Folders, type FolderCreateParams, type FolderUpdateParams, type FolderListParams } from "./folders.js";
|
|
6
|
-
export { Materials, type Content, type Material, type MaterialListResponse, type MaterialBatchCreateResponse, type MaterialDebugResponse, type
|
|
7
|
-
export { Upload } from "./upload/index.js";
|
|
6
|
+
export { Materials, type Content, type GeneratedMaterial, type Material, type MaterialListResponse, type MaterialBatchCreateResponse, type MaterialDebugResponse, type MaterialGetDownloadURLResponse, type MaterialSearchResponse, type MaterialCreateParams, type MaterialListParams, type MaterialBatchCreateParams, type MaterialCreateAndProcessParams, type MaterialGenerateParams, type MaterialGenerateAndProcessParams, type MaterialGetDownloadURLParams, type MaterialMoveParams, type MaterialRenameParams, type MaterialSearchParams, } from "./materials/index.js";
|
|
8
7
|
export { Usage, type UsageGetStatsParams, type UsageGetSummaryParams, type UsageListEventsParams, } from "./usage/index.js";
|
|
9
8
|
export { V1 } from "./v1.js";
|
|
10
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/v1/index.ts"],"names":[],"mappings":"OAEO,EACL,gBAAgB,EAChB,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,4BAA4B,GAClC;OACM,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE;OAC/B,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,GAClC;OACM,EAAE,KAAK,EAAE,KAAK,mBAAmB,EAAE,KAAK,iBAAiB,EAAE;OAC3D,EAAE,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OACpF,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/v1/index.ts"],"names":[],"mappings":"OAEO,EACL,gBAAgB,EAChB,KAAK,wBAAwB,EAC7B,KAAK,8BAA8B,EACnC,KAAK,4BAA4B,GAClC;OACM,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE;OAC/B,EACL,UAAU,EACV,KAAK,SAAS,EACd,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,4BAA4B,GAClC;OACM,EAAE,KAAK,EAAE,KAAK,mBAAmB,EAAE,KAAK,iBAAiB,EAAE;OAC3D,EAAE,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OACpF,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,yBAAyB,EAC9B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,KAAK,EACL,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,qBAAqB,GAC3B;OACM,EAAE,EAAE,EAAE"}
|
package/resources/v1/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.V1 = exports.Usage = exports.
|
|
4
|
+
exports.V1 = exports.Usage = exports.Materials = exports.Folders = exports.Embed = exports.Components = exports.Chat = exports.AssignmentGrader = void 0;
|
|
5
5
|
var assignment_grader_1 = require("./assignment-grader.js");
|
|
6
6
|
Object.defineProperty(exports, "AssignmentGrader", { enumerable: true, get: function () { return assignment_grader_1.AssignmentGrader; } });
|
|
7
7
|
var chat_1 = require("./chat.js");
|
|
@@ -14,10 +14,8 @@ var folders_1 = require("./folders.js");
|
|
|
14
14
|
Object.defineProperty(exports, "Folders", { enumerable: true, get: function () { return folders_1.Folders; } });
|
|
15
15
|
var index_2 = require("./materials/index.js");
|
|
16
16
|
Object.defineProperty(exports, "Materials", { enumerable: true, get: function () { return index_2.Materials; } });
|
|
17
|
-
var index_3 = require("./
|
|
18
|
-
Object.defineProperty(exports, "
|
|
19
|
-
var index_4 = require("./usage/index.js");
|
|
20
|
-
Object.defineProperty(exports, "Usage", { enumerable: true, get: function () { return index_4.Usage; } });
|
|
17
|
+
var index_3 = require("./usage/index.js");
|
|
18
|
+
Object.defineProperty(exports, "Usage", { enumerable: true, get: function () { return index_3.Usage; } });
|
|
21
19
|
var v1_1 = require("./v1.js");
|
|
22
20
|
Object.defineProperty(exports, "V1", { enumerable: true, get: function () { return v1_1.V1; } });
|
|
23
21
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/v1/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAK6B;AAJ3B,qHAAA,gBAAgB,OAAA;AAKlB,kCAAqD;AAA5C,4FAAA,IAAI,OAAA;AACb,8CASsB;AARpB,wGAAA,UAAU,OAAA;AASZ,0CAAwF;AAA/E,8FAAA,KAAK,OAAA;AACd,wCAA6G;AAApG,kGAAA,OAAO,OAAA;AAChB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/v1/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAK6B;AAJ3B,qHAAA,gBAAgB,OAAA;AAKlB,kCAAqD;AAA5C,4FAAA,IAAI,OAAA;AACb,8CASsB;AARpB,wGAAA,UAAU,OAAA;AASZ,0CAAwF;AAA/E,8FAAA,KAAK,OAAA;AACd,wCAA6G;AAApG,kGAAA,OAAO,OAAA;AAChB,8CAoB2B;AAnBzB,kGAAA,SAAS,OAAA;AAoBX,0CAKuB;AAJrB,8FAAA,KAAK,OAAA;AAKP,8BAA0B;AAAjB,wFAAA,EAAE,OAAA"}
|
package/resources/v1/index.mjs
CHANGED
|
@@ -5,7 +5,6 @@ export { Components, } from "./components.mjs";
|
|
|
5
5
|
export { Embed } from "./embed/index.mjs";
|
|
6
6
|
export { Folders } from "./folders.mjs";
|
|
7
7
|
export { Materials, } from "./materials/index.mjs";
|
|
8
|
-
export { Upload } from "./upload/index.mjs";
|
|
9
8
|
export { Usage, } from "./usage/index.mjs";
|
|
10
9
|
export { V1 } from "./v1.mjs";
|
|
11
10
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/v1/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,gBAAgB,GAIjB;OACM,EAAE,IAAI,EAAyB;OAC/B,EACL,UAAU,GAQX;OACM,EAAE,KAAK,EAAoD;OAC3D,EAAE,OAAO,EAA2E;OACpF,EACL,SAAS,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/v1/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,gBAAgB,GAIjB;OACM,EAAE,IAAI,EAAyB;OAC/B,EACL,UAAU,GAQX;OACM,EAAE,KAAK,EAAoD;OAC3D,EAAE,OAAO,EAA2E;OACpF,EACL,SAAS,GAmBV;OACM,EACL,KAAK,GAIN;OACM,EAAE,EAAE,EAAE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Bulk, type BulkMoveResponse, type BulkMoveParams } from "./bulk.mjs";
|
|
2
|
-
export { Materials, type Content, type Material, type MaterialListResponse, type MaterialBatchCreateResponse, type MaterialDebugResponse, type
|
|
2
|
+
export { Materials, type Content, type GeneratedMaterial, type Material, type MaterialListResponse, type MaterialBatchCreateResponse, type MaterialDebugResponse, type MaterialGetDownloadURLResponse, type MaterialSearchResponse, type MaterialCreateParams, type MaterialListParams, type MaterialBatchCreateParams, type MaterialCreateAndProcessParams, type MaterialGenerateParams, type MaterialGenerateAndProcessParams, type MaterialGetDownloadURLParams, type MaterialMoveParams, type MaterialRenameParams, type MaterialSearchParams, } from "./materials.mjs";
|
|
3
3
|
export { Test, type TestPerformOcrResponse, type TestProcessEpubResponse, type TestProcessImageResponse, type TestProcessVideoResponse, } from "./test.mjs";
|
|
4
4
|
export { Upload, type Complete, type UploadCreatePresignedURLResponse, type UploadCompleteUploadParams, type UploadCreatePresignedURLParams, type UploadUploadFileParams, type UploadUploadFileAndProcessParams, type UploadUploadFromURLParams, type UploadUploadURLAndProcessParams, } from "./upload.mjs";
|
|
5
5
|
//# sourceMappingURL=index.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE,KAAK,cAAc,EAAE;OACpD,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE,KAAK,cAAc,EAAE;OACpD,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,yBAAyB,EAC9B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,IAAI,EACJ,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,MAAM,EACN,KAAK,QAAQ,EACb,KAAK,gCAAgC,EACrC,KAAK,0BAA0B,EAC/B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,yBAAyB,EAC9B,KAAK,+BAA+B,GACrC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { Bulk, type BulkMoveResponse, type BulkMoveParams } from "./bulk.js";
|
|
2
|
-
export { Materials, type Content, type Material, type MaterialListResponse, type MaterialBatchCreateResponse, type MaterialDebugResponse, type
|
|
2
|
+
export { Materials, type Content, type GeneratedMaterial, type Material, type MaterialListResponse, type MaterialBatchCreateResponse, type MaterialDebugResponse, type MaterialGetDownloadURLResponse, type MaterialSearchResponse, type MaterialCreateParams, type MaterialListParams, type MaterialBatchCreateParams, type MaterialCreateAndProcessParams, type MaterialGenerateParams, type MaterialGenerateAndProcessParams, type MaterialGetDownloadURLParams, type MaterialMoveParams, type MaterialRenameParams, type MaterialSearchParams, } from "./materials.js";
|
|
3
3
|
export { Test, type TestPerformOcrResponse, type TestProcessEpubResponse, type TestProcessImageResponse, type TestProcessVideoResponse, } from "./test.js";
|
|
4
4
|
export { Upload, type Complete, type UploadCreatePresignedURLResponse, type UploadCompleteUploadParams, type UploadCreatePresignedURLParams, type UploadUploadFileParams, type UploadUploadFileAndProcessParams, type UploadUploadFromURLParams, type UploadUploadURLAndProcessParams, } from "./upload.js";
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE,KAAK,cAAc,EAAE;OACpD,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":"OAEO,EAAE,IAAI,EAAE,KAAK,gBAAgB,EAAE,KAAK,cAAc,EAAE;OACpD,EACL,SAAS,EACT,KAAK,OAAO,EACZ,KAAK,iBAAiB,EACtB,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,2BAA2B,EAChC,KAAK,qBAAqB,EAC1B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,kBAAkB,EACvB,KAAK,yBAAyB,EAC9B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,4BAA4B,EACjC,KAAK,kBAAkB,EACvB,KAAK,oBAAoB,EACzB,KAAK,oBAAoB,GAC1B;OACM,EACL,IAAI,EACJ,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,wBAAwB,GAC9B;OACM,EACL,MAAM,EACN,KAAK,QAAQ,EACb,KAAK,gCAAgC,EACrC,KAAK,0BAA0B,EAC/B,KAAK,8BAA8B,EACnC,KAAK,sBAAsB,EAC3B,KAAK,gCAAgC,EACrC,KAAK,yBAAyB,EAC9B,KAAK,+BAA+B,GACrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA0E;AAAjE,4FAAA,IAAI,OAAA;AACb,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAA0E;AAAjE,4FAAA,IAAI,OAAA;AACb,4CAoBqB;AAnBnB,sGAAA,SAAS,OAAA;AAoBX,kCAMgB;AALd,4FAAA,IAAI,OAAA;AAMN,sCAUkB;AAThB,gGAAA,MAAM,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAA8C;OACpD,EACL,SAAS,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/v1/materials/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,IAAI,EAA8C;OACpD,EACL,SAAS,GAmBV;OACM,EACL,IAAI,GAKL;OACM,EACL,MAAM,GASP"}
|
|
@@ -91,13 +91,28 @@ export declare class Materials extends APIResource {
|
|
|
91
91
|
* ```
|
|
92
92
|
*/
|
|
93
93
|
debug(id: string, options?: RequestOptions): APIPromise<MaterialDebugResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* Uses AI to generate study materials like outlines, notes, summaries, etc. from a
|
|
96
|
+
* given topic. Returns immediately without waiting for processing.
|
|
97
|
+
*
|
|
98
|
+
* @example
|
|
99
|
+
* ```ts
|
|
100
|
+
* const generatedMaterial =
|
|
101
|
+
* await client.v1.materials.generate({
|
|
102
|
+
* name: 'Photosynthesis Study Plan',
|
|
103
|
+
* topic: 'Photosynthesis in plants',
|
|
104
|
+
* type: 'notes',
|
|
105
|
+
* });
|
|
106
|
+
* ```
|
|
107
|
+
*/
|
|
108
|
+
generate(body: MaterialGenerateParams, options?: RequestOptions): APIPromise<GeneratedMaterial>;
|
|
94
109
|
/**
|
|
95
110
|
* Uses AI to generate study materials like outlines, notes, summaries, etc. from a
|
|
96
111
|
* given topic and waits for processing to complete
|
|
97
112
|
*
|
|
98
113
|
* @example
|
|
99
114
|
* ```ts
|
|
100
|
-
* const
|
|
115
|
+
* const generatedMaterial =
|
|
101
116
|
* await client.v1.materials.generateAndProcess({
|
|
102
117
|
* name: 'Photosynthesis Study Plan',
|
|
103
118
|
* topic: 'Photosynthesis in plants',
|
|
@@ -105,7 +120,7 @@ export declare class Materials extends APIResource {
|
|
|
105
120
|
* });
|
|
106
121
|
* ```
|
|
107
122
|
*/
|
|
108
|
-
generateAndProcess(body: MaterialGenerateAndProcessParams, options?: RequestOptions): APIPromise<
|
|
123
|
+
generateAndProcess(body: MaterialGenerateAndProcessParams, options?: RequestOptions): APIPromise<GeneratedMaterial>;
|
|
109
124
|
/**
|
|
110
125
|
* Get temporary download URL for material
|
|
111
126
|
*
|
|
@@ -178,6 +193,70 @@ export interface Content {
|
|
|
178
193
|
*/
|
|
179
194
|
url?: string;
|
|
180
195
|
}
|
|
196
|
+
export interface GeneratedMaterial {
|
|
197
|
+
/**
|
|
198
|
+
* Material ID
|
|
199
|
+
*/
|
|
200
|
+
_id: string;
|
|
201
|
+
/**
|
|
202
|
+
* Material content
|
|
203
|
+
*/
|
|
204
|
+
content: GeneratedMaterial.Content;
|
|
205
|
+
/**
|
|
206
|
+
* Content type
|
|
207
|
+
*/
|
|
208
|
+
contentType: 'text' | 'pdf' | 'video' | 'audio' | 'image' | 'epub';
|
|
209
|
+
/**
|
|
210
|
+
* Creation timestamp
|
|
211
|
+
*/
|
|
212
|
+
createdAt: string;
|
|
213
|
+
/**
|
|
214
|
+
* Folder ID
|
|
215
|
+
*/
|
|
216
|
+
folderId: string | null;
|
|
217
|
+
/**
|
|
218
|
+
* Material name
|
|
219
|
+
*/
|
|
220
|
+
name: string;
|
|
221
|
+
/**
|
|
222
|
+
* Organization ID
|
|
223
|
+
*/
|
|
224
|
+
organizationId: string;
|
|
225
|
+
/**
|
|
226
|
+
* Material status
|
|
227
|
+
*/
|
|
228
|
+
status: 'active' | 'processing' | 'pending_upload' | 'error' | 'deleted';
|
|
229
|
+
/**
|
|
230
|
+
* Last update timestamp
|
|
231
|
+
*/
|
|
232
|
+
updatedAt: string;
|
|
233
|
+
/**
|
|
234
|
+
* Generation metadata
|
|
235
|
+
*/
|
|
236
|
+
generationMetadata?: unknown;
|
|
237
|
+
/**
|
|
238
|
+
* Material metadata
|
|
239
|
+
*/
|
|
240
|
+
metadata?: unknown;
|
|
241
|
+
/**
|
|
242
|
+
* Usage information
|
|
243
|
+
*/
|
|
244
|
+
usage?: unknown;
|
|
245
|
+
}
|
|
246
|
+
export declare namespace GeneratedMaterial {
|
|
247
|
+
/**
|
|
248
|
+
* Material content
|
|
249
|
+
*/
|
|
250
|
+
interface Content {
|
|
251
|
+
filename?: string;
|
|
252
|
+
fileSize?: number;
|
|
253
|
+
mimeType?: string;
|
|
254
|
+
s3Key?: string;
|
|
255
|
+
s3Url?: string;
|
|
256
|
+
text?: string;
|
|
257
|
+
url?: string;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
181
260
|
export interface Material {
|
|
182
261
|
/**
|
|
183
262
|
* Material ID
|
|
@@ -303,70 +382,6 @@ export declare namespace MaterialDebugResponse {
|
|
|
303
382
|
s3Url?: string;
|
|
304
383
|
}
|
|
305
384
|
}
|
|
306
|
-
export interface MaterialGenerateAndProcessResponse {
|
|
307
|
-
/**
|
|
308
|
-
* Material ID
|
|
309
|
-
*/
|
|
310
|
-
_id: string;
|
|
311
|
-
/**
|
|
312
|
-
* Material content
|
|
313
|
-
*/
|
|
314
|
-
content: MaterialGenerateAndProcessResponse.Content;
|
|
315
|
-
/**
|
|
316
|
-
* Content type
|
|
317
|
-
*/
|
|
318
|
-
contentType: 'text' | 'pdf' | 'video' | 'audio' | 'image' | 'epub';
|
|
319
|
-
/**
|
|
320
|
-
* Creation timestamp
|
|
321
|
-
*/
|
|
322
|
-
createdAt: string;
|
|
323
|
-
/**
|
|
324
|
-
* Folder ID
|
|
325
|
-
*/
|
|
326
|
-
folderId: string | null;
|
|
327
|
-
/**
|
|
328
|
-
* Material name
|
|
329
|
-
*/
|
|
330
|
-
name: string;
|
|
331
|
-
/**
|
|
332
|
-
* Organization ID
|
|
333
|
-
*/
|
|
334
|
-
organizationId: string;
|
|
335
|
-
/**
|
|
336
|
-
* Material status
|
|
337
|
-
*/
|
|
338
|
-
status: 'active' | 'processing' | 'pending_upload' | 'error' | 'deleted';
|
|
339
|
-
/**
|
|
340
|
-
* Last update timestamp
|
|
341
|
-
*/
|
|
342
|
-
updatedAt: string;
|
|
343
|
-
/**
|
|
344
|
-
* Generation metadata
|
|
345
|
-
*/
|
|
346
|
-
generationMetadata?: unknown;
|
|
347
|
-
/**
|
|
348
|
-
* Material metadata
|
|
349
|
-
*/
|
|
350
|
-
metadata?: unknown;
|
|
351
|
-
/**
|
|
352
|
-
* Usage information
|
|
353
|
-
*/
|
|
354
|
-
usage?: unknown;
|
|
355
|
-
}
|
|
356
|
-
export declare namespace MaterialGenerateAndProcessResponse {
|
|
357
|
-
/**
|
|
358
|
-
* Material content
|
|
359
|
-
*/
|
|
360
|
-
interface Content {
|
|
361
|
-
filename?: string;
|
|
362
|
-
fileSize?: number;
|
|
363
|
-
mimeType?: string;
|
|
364
|
-
s3Key?: string;
|
|
365
|
-
s3Url?: string;
|
|
366
|
-
text?: string;
|
|
367
|
-
url?: string;
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
385
|
export interface MaterialGetDownloadURLResponse {
|
|
371
386
|
/**
|
|
372
387
|
* Temporary download URL
|
|
@@ -500,6 +515,36 @@ export interface MaterialCreateAndProcessParams {
|
|
|
500
515
|
*/
|
|
501
516
|
timeoutMs?: number;
|
|
502
517
|
}
|
|
518
|
+
export interface MaterialGenerateParams {
|
|
519
|
+
/**
|
|
520
|
+
* Name for the generated material
|
|
521
|
+
*/
|
|
522
|
+
name: string;
|
|
523
|
+
/**
|
|
524
|
+
* Topic or context to generate material from
|
|
525
|
+
*/
|
|
526
|
+
topic: string;
|
|
527
|
+
/**
|
|
528
|
+
* Type of material to generate
|
|
529
|
+
*/
|
|
530
|
+
type: 'outline' | 'overview' | 'notes' | 'summary';
|
|
531
|
+
/**
|
|
532
|
+
* Additional context or details about the topic
|
|
533
|
+
*/
|
|
534
|
+
context?: string;
|
|
535
|
+
/**
|
|
536
|
+
* Target folder ID
|
|
537
|
+
*/
|
|
538
|
+
folderId?: string;
|
|
539
|
+
/**
|
|
540
|
+
* Length of the generated content
|
|
541
|
+
*/
|
|
542
|
+
length?: 'short' | 'medium' | 'long';
|
|
543
|
+
/**
|
|
544
|
+
* Target education level
|
|
545
|
+
*/
|
|
546
|
+
level?: 'high_school' | 'college' | 'professional';
|
|
547
|
+
}
|
|
503
548
|
export interface MaterialGenerateAndProcessParams {
|
|
504
549
|
/**
|
|
505
550
|
* Name for the generated material
|
|
@@ -575,7 +620,7 @@ export interface MaterialSearchParams {
|
|
|
575
620
|
topK?: number;
|
|
576
621
|
}
|
|
577
622
|
export declare namespace Materials {
|
|
578
|
-
export { type Content as Content, type Material as Material, type MaterialListResponse as MaterialListResponse, type MaterialBatchCreateResponse as MaterialBatchCreateResponse, type MaterialDebugResponse as MaterialDebugResponse, type
|
|
623
|
+
export { type Content as Content, type GeneratedMaterial as GeneratedMaterial, type Material as Material, type MaterialListResponse as MaterialListResponse, type MaterialBatchCreateResponse as MaterialBatchCreateResponse, type MaterialDebugResponse as MaterialDebugResponse, type MaterialGetDownloadURLResponse as MaterialGetDownloadURLResponse, type MaterialSearchResponse as MaterialSearchResponse, type MaterialCreateParams as MaterialCreateParams, type MaterialListParams as MaterialListParams, type MaterialBatchCreateParams as MaterialBatchCreateParams, type MaterialCreateAndProcessParams as MaterialCreateAndProcessParams, type MaterialGenerateParams as MaterialGenerateParams, type MaterialGenerateAndProcessParams as MaterialGenerateAndProcessParams, type MaterialGetDownloadURLParams as MaterialGetDownloadURLParams, type MaterialMoveParams as MaterialMoveParams, type MaterialRenameParams as MaterialRenameParams, type MaterialSearchParams as MaterialSearchParams, };
|
|
579
624
|
export { Upload as Upload, type Complete as Complete, type UploadCreatePresignedURLResponse as UploadCreatePresignedURLResponse, type UploadCompleteUploadParams as UploadCompleteUploadParams, type UploadCreatePresignedURLParams as UploadCreatePresignedURLParams, type UploadUploadFileParams as UploadUploadFileParams, type UploadUploadFileAndProcessParams as UploadUploadFileAndProcessParams, type UploadUploadFromURLParams as UploadUploadFromURLParams, type UploadUploadURLAndProcessParams as UploadUploadURLAndProcessParams, };
|
|
580
625
|
export { Bulk as Bulk, type BulkMoveResponse as BulkMoveResponse, type BulkMoveParams as BulkMoveParams };
|
|
581
626
|
export { Test as Test, type TestPerformOcrResponse as TestPerformOcrResponse, type TestProcessEpubResponse as TestProcessEpubResponse, type TestProcessImageResponse as TestProcessImageResponse, type TestProcessVideoResponse as TestProcessVideoResponse, };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"materials.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/materials/materials.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,IAAI,EAAE,cAAc,EAAE,gBAAgB,EAAE;OAC1C,KAAK,OAAO;OACZ,EACL,IAAI,EACJ,sBAAsB,EACtB,uBAAuB,EACvB,wBAAwB,EACxB,wBAAwB,EACzB;OACM,KAAK,SAAS;OACd,EACL,QAAQ,EACR,MAAM,EACN,0BAA0B,EAC1B,8BAA8B,EAC9B,gCAAgC,EAChC,gCAAgC,EAChC,sBAAsB,EACtB,yBAAyB,EACzB,+BAA+B,EAChC;OACM,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC,MAAM,EAAE,SAAS,CAAC,MAAM,CAAsC;IAC9D,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IACpD,IAAI,EAAE,OAAO,CAAC,IAAI,CAAkC;IAEpD;;;;;;;;;;OAUG;IACH,MAAM,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;IAIlF;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;IAIpE;;;;;;;OAOG;IACH,IAAI,CACF,KAAK,GAAE,kBAAkB,GAAG,IAAI,GAAG,SAAc,EACjD,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,oBAAoB,CAAC;IAInC;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,IAAI,CAAC;IAO9D;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CACT,IAAI,EAAE,yBAAyB,EAC/B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,2BAA2B,CAAC;IAI1C;;;;;;;;;;;;;OAaG;IACH,gBAAgB,CAAC,IAAI,EAAE,8BAA8B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,QAAQ,CAAC;IAItG;;;;;;;OAOG;IACH,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAI9E;;;;;;;;;;;;;OAaG;IACH,kBAAkB,CAChB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"materials.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/materials/materials.ts"],"names":[],"mappings":"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"}
|