@studyfetch/sdk 1.36.0 → 1.37.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 +14 -0
- package/README.md +6 -6
- package/package.json +1 -1
- package/resources/v1/assignment-grader/assignment-grader.d.mts +15 -151
- package/resources/v1/assignment-grader/assignment-grader.d.mts.map +1 -1
- package/resources/v1/assignment-grader/assignment-grader.d.ts +15 -151
- package/resources/v1/assignment-grader/assignment-grader.d.ts.map +1 -1
- package/resources/v1/assignment-grader/assignment-grader.js +4 -4
- package/resources/v1/assignment-grader/assignment-grader.js.map +1 -1
- package/resources/v1/assignment-grader/assignment-grader.mjs +4 -4
- package/resources/v1/assignment-grader/assignment-grader.mjs.map +1 -1
- package/resources/v1/assignment-grader/index.d.mts +2 -2
- package/resources/v1/assignment-grader/index.d.mts.map +1 -1
- package/resources/v1/assignment-grader/index.d.ts +2 -2
- package/resources/v1/assignment-grader/index.d.ts.map +1 -1
- package/resources/v1/assignment-grader/rubric-templates.d.mts +16 -136
- package/resources/v1/assignment-grader/rubric-templates.d.mts.map +1 -1
- package/resources/v1/assignment-grader/rubric-templates.d.ts +16 -136
- package/resources/v1/assignment-grader/rubric-templates.d.ts.map +1 -1
- package/resources/v1/assignment-grader/rubric-templates.js +3 -3
- package/resources/v1/assignment-grader/rubric-templates.js.map +1 -1
- package/resources/v1/assignment-grader/rubric-templates.mjs +3 -3
- package/resources/v1/assignment-grader/rubric-templates.mjs.map +1 -1
- package/resources/v1/chat-analytics.d.mts +11 -106
- package/resources/v1/chat-analytics.d.mts.map +1 -1
- package/resources/v1/chat-analytics.d.ts +11 -106
- package/resources/v1/chat-analytics.d.ts.map +1 -1
- package/resources/v1/chat-analytics.js +4 -4
- package/resources/v1/chat-analytics.js.map +1 -1
- package/resources/v1/chat-analytics.mjs +4 -4
- package/resources/v1/chat-analytics.mjs.map +1 -1
- package/resources/v1/components.d.mts +20 -154
- package/resources/v1/components.d.mts.map +1 -1
- package/resources/v1/components.d.ts +20 -154
- package/resources/v1/components.d.ts.map +1 -1
- package/resources/v1/components.js +14 -8
- package/resources/v1/components.js.map +1 -1
- package/resources/v1/components.mjs +14 -8
- package/resources/v1/components.mjs.map +1 -1
- package/resources/v1/folders.d.mts +45 -232
- package/resources/v1/folders.d.mts.map +1 -1
- package/resources/v1/folders.d.ts +45 -232
- package/resources/v1/folders.d.ts.map +1 -1
- package/resources/v1/folders.js.map +1 -1
- package/resources/v1/folders.mjs.map +1 -1
- package/resources/v1/index.d.mts +5 -5
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +5 -5
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/materials/index.d.mts +2 -3
- package/resources/v1/materials/index.d.mts.map +1 -1
- package/resources/v1/materials/index.d.ts +2 -3
- package/resources/v1/materials/index.d.ts.map +1 -1
- package/resources/v1/materials/index.js +1 -3
- package/resources/v1/materials/index.js.map +1 -1
- package/resources/v1/materials/index.mjs +0 -1
- package/resources/v1/materials/index.mjs.map +1 -1
- package/resources/v1/materials/materials.d.mts +66 -469
- package/resources/v1/materials/materials.d.mts.map +1 -1
- package/resources/v1/materials/materials.d.ts +66 -469
- package/resources/v1/materials/materials.d.ts.map +1 -1
- package/resources/v1/materials/materials.js +24 -23
- package/resources/v1/materials/materials.js.map +1 -1
- package/resources/v1/materials/materials.mjs +24 -23
- package/resources/v1/materials/materials.mjs.map +1 -1
- package/resources/v1/materials/upload.d.mts +12 -311
- package/resources/v1/materials/upload.d.mts.map +1 -1
- package/resources/v1/materials/upload.d.ts +12 -311
- package/resources/v1/materials/upload.d.ts.map +1 -1
- package/resources/v1/materials/upload.js +5 -5
- package/resources/v1/materials/upload.js.map +1 -1
- package/resources/v1/materials/upload.mjs +5 -5
- package/resources/v1/materials/upload.mjs.map +1 -1
- package/resources/v1/v1.d.mts +10 -10
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +10 -10
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs.map +1 -1
- package/src/resources/v1/assignment-grader/assignment-grader.ts +20 -188
- package/src/resources/v1/assignment-grader/index.ts +3 -3
- package/src/resources/v1/assignment-grader/rubric-templates.ts +17 -165
- package/src/resources/v1/chat-analytics.ts +11 -128
- package/src/resources/v1/components.ts +20 -223
- package/src/resources/v1/folders.ts +52 -276
- package/src/resources/v1/index.ts +7 -14
- package/src/resources/v1/materials/index.ts +3 -20
- package/src/resources/v1/materials/materials.ts +194 -743
- package/src/resources/v1/materials/upload.ts +14 -405
- package/src/resources/v1/v1.ts +14 -28
- 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/materials/test.d.mts +0 -136
- package/resources/v1/materials/test.d.mts.map +0 -1
- package/resources/v1/materials/test.d.ts +0 -136
- package/resources/v1/materials/test.d.ts.map +0 -1
- package/resources/v1/materials/test.js +0 -56
- package/resources/v1/materials/test.js.map +0 -1
- package/resources/v1/materials/test.mjs +0 -52
- package/resources/v1/materials/test.mjs.map +0 -1
- package/src/resources/v1/materials/test.ts +0 -175
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as MaterialsAPI from "./materials.mjs";
|
|
2
3
|
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
3
4
|
import { type Uploadable } from "../../../core/uploads.mjs";
|
|
4
5
|
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
@@ -8,14 +9,14 @@ export declare class Upload extends APIResource {
|
|
|
8
9
|
*
|
|
9
10
|
* @example
|
|
10
11
|
* ```ts
|
|
11
|
-
* const
|
|
12
|
+
* const materialResponse =
|
|
12
13
|
* await client.v1.materials.upload.completeUpload({
|
|
13
14
|
* materialId: 'materialId',
|
|
14
15
|
* s3Key: 's3Key',
|
|
15
16
|
* });
|
|
16
17
|
* ```
|
|
17
18
|
*/
|
|
18
|
-
completeUpload(body: UploadCompleteUploadParams, options?: RequestOptions): APIPromise<
|
|
19
|
+
completeUpload(body: UploadCompleteUploadParams, options?: RequestOptions): APIPromise<MaterialsAPI.MaterialResponse>;
|
|
19
20
|
/**
|
|
20
21
|
* Get presigned URL for direct S3 upload
|
|
21
22
|
*
|
|
@@ -35,115 +36,55 @@ export declare class Upload extends APIResource {
|
|
|
35
36
|
*
|
|
36
37
|
* @example
|
|
37
38
|
* ```ts
|
|
38
|
-
* const
|
|
39
|
+
* const materialResponse =
|
|
39
40
|
* await client.v1.materials.upload.uploadFile({
|
|
40
41
|
* file: fs.createReadStream('path/to/file'),
|
|
41
42
|
* name: 'name',
|
|
42
43
|
* });
|
|
43
44
|
* ```
|
|
44
45
|
*/
|
|
45
|
-
uploadFile(body: UploadUploadFileParams, options?: RequestOptions): APIPromise<
|
|
46
|
+
uploadFile(body: UploadUploadFileParams, options?: RequestOptions): APIPromise<MaterialsAPI.MaterialResponse>;
|
|
46
47
|
/**
|
|
47
48
|
* Uploads a file and waits for processing to finish before returning. Useful for
|
|
48
49
|
* synchronous API usage.
|
|
49
50
|
*
|
|
50
51
|
* @example
|
|
51
52
|
* ```ts
|
|
52
|
-
* const
|
|
53
|
+
* const materialResponse =
|
|
53
54
|
* await client.v1.materials.upload.uploadFileAndProcess({
|
|
54
55
|
* file: fs.createReadStream('path/to/file'),
|
|
55
56
|
* name: 'name',
|
|
56
57
|
* });
|
|
57
58
|
* ```
|
|
58
59
|
*/
|
|
59
|
-
uploadFileAndProcess(body: UploadUploadFileAndProcessParams, options?: RequestOptions): APIPromise<
|
|
60
|
+
uploadFileAndProcess(body: UploadUploadFileAndProcessParams, options?: RequestOptions): APIPromise<MaterialsAPI.MaterialResponse>;
|
|
60
61
|
/**
|
|
61
62
|
* Upload material from URL
|
|
62
63
|
*
|
|
63
64
|
* @example
|
|
64
65
|
* ```ts
|
|
65
|
-
* const
|
|
66
|
+
* const materialResponse =
|
|
66
67
|
* await client.v1.materials.upload.uploadFromURL({
|
|
67
68
|
* name: 'name',
|
|
68
69
|
* url: 'url',
|
|
69
70
|
* });
|
|
70
71
|
* ```
|
|
71
72
|
*/
|
|
72
|
-
uploadFromURL(body: UploadUploadFromURLParams, options?: RequestOptions): APIPromise<
|
|
73
|
+
uploadFromURL(body: UploadUploadFromURLParams, options?: RequestOptions): APIPromise<MaterialsAPI.MaterialResponse>;
|
|
73
74
|
/**
|
|
74
75
|
* Fetches content from URL and waits for processing to finish before returning.
|
|
75
76
|
* Useful for synchronous API usage.
|
|
76
77
|
*
|
|
77
78
|
* @example
|
|
78
79
|
* ```ts
|
|
79
|
-
* const
|
|
80
|
+
* const materialResponse =
|
|
80
81
|
* await client.v1.materials.upload.uploadFromURLAndProcess({
|
|
81
82
|
* name: 'My Document',
|
|
82
83
|
* url: 'https://example.com/document.pdf',
|
|
83
84
|
* });
|
|
84
85
|
* ```
|
|
85
86
|
*/
|
|
86
|
-
uploadFromURLAndProcess(body: UploadUploadFromURLAndProcessParams, options?: RequestOptions): APIPromise<
|
|
87
|
-
}
|
|
88
|
-
export interface UploadCompleteUploadResponse {
|
|
89
|
-
/**
|
|
90
|
-
* Material ID
|
|
91
|
-
*/
|
|
92
|
-
_id: string;
|
|
93
|
-
/**
|
|
94
|
-
* Material content
|
|
95
|
-
*/
|
|
96
|
-
content: UploadCompleteUploadResponse.Content;
|
|
97
|
-
/**
|
|
98
|
-
* Content type
|
|
99
|
-
*/
|
|
100
|
-
contentType: 'text' | 'pdf' | 'video' | 'audio' | 'image' | 'epub';
|
|
101
|
-
/**
|
|
102
|
-
* Creation timestamp
|
|
103
|
-
*/
|
|
104
|
-
createdAt: string;
|
|
105
|
-
/**
|
|
106
|
-
* Folder ID
|
|
107
|
-
*/
|
|
108
|
-
folderId: string | null;
|
|
109
|
-
/**
|
|
110
|
-
* Material name
|
|
111
|
-
*/
|
|
112
|
-
name: string;
|
|
113
|
-
/**
|
|
114
|
-
* Organization ID
|
|
115
|
-
*/
|
|
116
|
-
organizationId: string;
|
|
117
|
-
/**
|
|
118
|
-
* Material status
|
|
119
|
-
*/
|
|
120
|
-
status: 'active' | 'processing' | 'pending_upload' | 'error' | 'deleted';
|
|
121
|
-
/**
|
|
122
|
-
* Last update timestamp
|
|
123
|
-
*/
|
|
124
|
-
updatedAt: string;
|
|
125
|
-
/**
|
|
126
|
-
* Material metadata
|
|
127
|
-
*/
|
|
128
|
-
metadata?: unknown;
|
|
129
|
-
/**
|
|
130
|
-
* Usage information
|
|
131
|
-
*/
|
|
132
|
-
usage?: unknown;
|
|
133
|
-
}
|
|
134
|
-
export declare namespace UploadCompleteUploadResponse {
|
|
135
|
-
/**
|
|
136
|
-
* Material content
|
|
137
|
-
*/
|
|
138
|
-
interface Content {
|
|
139
|
-
filename?: string;
|
|
140
|
-
fileSize?: number;
|
|
141
|
-
mimeType?: string;
|
|
142
|
-
s3Key?: string;
|
|
143
|
-
s3Url?: string;
|
|
144
|
-
text?: string;
|
|
145
|
-
url?: string;
|
|
146
|
-
}
|
|
87
|
+
uploadFromURLAndProcess(body: UploadUploadFromURLAndProcessParams, options?: RequestOptions): APIPromise<MaterialsAPI.MaterialResponse>;
|
|
147
88
|
}
|
|
148
89
|
export interface UploadGetPresignedURLResponse {
|
|
149
90
|
/**
|
|
@@ -159,246 +100,6 @@ export interface UploadGetPresignedURLResponse {
|
|
|
159
100
|
*/
|
|
160
101
|
uploadUrl: string;
|
|
161
102
|
}
|
|
162
|
-
export interface UploadUploadFileResponse {
|
|
163
|
-
/**
|
|
164
|
-
* Material ID
|
|
165
|
-
*/
|
|
166
|
-
_id: string;
|
|
167
|
-
/**
|
|
168
|
-
* Material content
|
|
169
|
-
*/
|
|
170
|
-
content: UploadUploadFileResponse.Content;
|
|
171
|
-
/**
|
|
172
|
-
* Content type
|
|
173
|
-
*/
|
|
174
|
-
contentType: 'text' | 'pdf' | 'video' | 'audio' | 'image' | 'epub';
|
|
175
|
-
/**
|
|
176
|
-
* Creation timestamp
|
|
177
|
-
*/
|
|
178
|
-
createdAt: string;
|
|
179
|
-
/**
|
|
180
|
-
* Folder ID
|
|
181
|
-
*/
|
|
182
|
-
folderId: string | null;
|
|
183
|
-
/**
|
|
184
|
-
* Material name
|
|
185
|
-
*/
|
|
186
|
-
name: string;
|
|
187
|
-
/**
|
|
188
|
-
* Organization ID
|
|
189
|
-
*/
|
|
190
|
-
organizationId: string;
|
|
191
|
-
/**
|
|
192
|
-
* Material status
|
|
193
|
-
*/
|
|
194
|
-
status: 'active' | 'processing' | 'pending_upload' | 'error' | 'deleted';
|
|
195
|
-
/**
|
|
196
|
-
* Last update timestamp
|
|
197
|
-
*/
|
|
198
|
-
updatedAt: string;
|
|
199
|
-
/**
|
|
200
|
-
* Material metadata
|
|
201
|
-
*/
|
|
202
|
-
metadata?: unknown;
|
|
203
|
-
/**
|
|
204
|
-
* Usage information
|
|
205
|
-
*/
|
|
206
|
-
usage?: unknown;
|
|
207
|
-
}
|
|
208
|
-
export declare namespace UploadUploadFileResponse {
|
|
209
|
-
/**
|
|
210
|
-
* Material content
|
|
211
|
-
*/
|
|
212
|
-
interface Content {
|
|
213
|
-
filename?: string;
|
|
214
|
-
fileSize?: number;
|
|
215
|
-
mimeType?: string;
|
|
216
|
-
s3Key?: string;
|
|
217
|
-
s3Url?: string;
|
|
218
|
-
text?: string;
|
|
219
|
-
url?: string;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
export interface UploadUploadFileAndProcessResponse {
|
|
223
|
-
/**
|
|
224
|
-
* Material ID
|
|
225
|
-
*/
|
|
226
|
-
_id: string;
|
|
227
|
-
/**
|
|
228
|
-
* Material content
|
|
229
|
-
*/
|
|
230
|
-
content: UploadUploadFileAndProcessResponse.Content;
|
|
231
|
-
/**
|
|
232
|
-
* Content type
|
|
233
|
-
*/
|
|
234
|
-
contentType: 'text' | 'pdf' | 'video' | 'audio' | 'image' | 'epub';
|
|
235
|
-
/**
|
|
236
|
-
* Creation timestamp
|
|
237
|
-
*/
|
|
238
|
-
createdAt: string;
|
|
239
|
-
/**
|
|
240
|
-
* Folder ID
|
|
241
|
-
*/
|
|
242
|
-
folderId: string | null;
|
|
243
|
-
/**
|
|
244
|
-
* Material name
|
|
245
|
-
*/
|
|
246
|
-
name: string;
|
|
247
|
-
/**
|
|
248
|
-
* Organization ID
|
|
249
|
-
*/
|
|
250
|
-
organizationId: string;
|
|
251
|
-
/**
|
|
252
|
-
* Material status
|
|
253
|
-
*/
|
|
254
|
-
status: 'active' | 'processing' | 'pending_upload' | 'error' | 'deleted';
|
|
255
|
-
/**
|
|
256
|
-
* Last update timestamp
|
|
257
|
-
*/
|
|
258
|
-
updatedAt: string;
|
|
259
|
-
/**
|
|
260
|
-
* Material metadata
|
|
261
|
-
*/
|
|
262
|
-
metadata?: unknown;
|
|
263
|
-
/**
|
|
264
|
-
* Usage information
|
|
265
|
-
*/
|
|
266
|
-
usage?: unknown;
|
|
267
|
-
}
|
|
268
|
-
export declare namespace UploadUploadFileAndProcessResponse {
|
|
269
|
-
/**
|
|
270
|
-
* Material content
|
|
271
|
-
*/
|
|
272
|
-
interface Content {
|
|
273
|
-
filename?: string;
|
|
274
|
-
fileSize?: number;
|
|
275
|
-
mimeType?: string;
|
|
276
|
-
s3Key?: string;
|
|
277
|
-
s3Url?: string;
|
|
278
|
-
text?: string;
|
|
279
|
-
url?: string;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
export interface UploadUploadFromURLResponse {
|
|
283
|
-
/**
|
|
284
|
-
* Material ID
|
|
285
|
-
*/
|
|
286
|
-
_id: string;
|
|
287
|
-
/**
|
|
288
|
-
* Material content
|
|
289
|
-
*/
|
|
290
|
-
content: UploadUploadFromURLResponse.Content;
|
|
291
|
-
/**
|
|
292
|
-
* Content type
|
|
293
|
-
*/
|
|
294
|
-
contentType: 'text' | 'pdf' | 'video' | 'audio' | 'image' | 'epub';
|
|
295
|
-
/**
|
|
296
|
-
* Creation timestamp
|
|
297
|
-
*/
|
|
298
|
-
createdAt: string;
|
|
299
|
-
/**
|
|
300
|
-
* Folder ID
|
|
301
|
-
*/
|
|
302
|
-
folderId: string | null;
|
|
303
|
-
/**
|
|
304
|
-
* Material name
|
|
305
|
-
*/
|
|
306
|
-
name: string;
|
|
307
|
-
/**
|
|
308
|
-
* Organization ID
|
|
309
|
-
*/
|
|
310
|
-
organizationId: string;
|
|
311
|
-
/**
|
|
312
|
-
* Material status
|
|
313
|
-
*/
|
|
314
|
-
status: 'active' | 'processing' | 'pending_upload' | 'error' | 'deleted';
|
|
315
|
-
/**
|
|
316
|
-
* Last update timestamp
|
|
317
|
-
*/
|
|
318
|
-
updatedAt: string;
|
|
319
|
-
/**
|
|
320
|
-
* Material metadata
|
|
321
|
-
*/
|
|
322
|
-
metadata?: unknown;
|
|
323
|
-
/**
|
|
324
|
-
* Usage information
|
|
325
|
-
*/
|
|
326
|
-
usage?: unknown;
|
|
327
|
-
}
|
|
328
|
-
export declare namespace UploadUploadFromURLResponse {
|
|
329
|
-
/**
|
|
330
|
-
* Material content
|
|
331
|
-
*/
|
|
332
|
-
interface Content {
|
|
333
|
-
filename?: string;
|
|
334
|
-
fileSize?: number;
|
|
335
|
-
mimeType?: string;
|
|
336
|
-
s3Key?: string;
|
|
337
|
-
s3Url?: string;
|
|
338
|
-
text?: string;
|
|
339
|
-
url?: string;
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
export interface UploadUploadFromURLAndProcessResponse {
|
|
343
|
-
/**
|
|
344
|
-
* Material ID
|
|
345
|
-
*/
|
|
346
|
-
_id: string;
|
|
347
|
-
/**
|
|
348
|
-
* Material content
|
|
349
|
-
*/
|
|
350
|
-
content: UploadUploadFromURLAndProcessResponse.Content;
|
|
351
|
-
/**
|
|
352
|
-
* Content type
|
|
353
|
-
*/
|
|
354
|
-
contentType: 'text' | 'pdf' | 'video' | 'audio' | 'image' | 'epub';
|
|
355
|
-
/**
|
|
356
|
-
* Creation timestamp
|
|
357
|
-
*/
|
|
358
|
-
createdAt: string;
|
|
359
|
-
/**
|
|
360
|
-
* Folder ID
|
|
361
|
-
*/
|
|
362
|
-
folderId: string | null;
|
|
363
|
-
/**
|
|
364
|
-
* Material name
|
|
365
|
-
*/
|
|
366
|
-
name: string;
|
|
367
|
-
/**
|
|
368
|
-
* Organization ID
|
|
369
|
-
*/
|
|
370
|
-
organizationId: string;
|
|
371
|
-
/**
|
|
372
|
-
* Material status
|
|
373
|
-
*/
|
|
374
|
-
status: 'active' | 'processing' | 'pending_upload' | 'error' | 'deleted';
|
|
375
|
-
/**
|
|
376
|
-
* Last update timestamp
|
|
377
|
-
*/
|
|
378
|
-
updatedAt: string;
|
|
379
|
-
/**
|
|
380
|
-
* Material metadata
|
|
381
|
-
*/
|
|
382
|
-
metadata?: unknown;
|
|
383
|
-
/**
|
|
384
|
-
* Usage information
|
|
385
|
-
*/
|
|
386
|
-
usage?: unknown;
|
|
387
|
-
}
|
|
388
|
-
export declare namespace UploadUploadFromURLAndProcessResponse {
|
|
389
|
-
/**
|
|
390
|
-
* Material content
|
|
391
|
-
*/
|
|
392
|
-
interface Content {
|
|
393
|
-
filename?: string;
|
|
394
|
-
fileSize?: number;
|
|
395
|
-
mimeType?: string;
|
|
396
|
-
s3Key?: string;
|
|
397
|
-
s3Url?: string;
|
|
398
|
-
text?: string;
|
|
399
|
-
url?: string;
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
103
|
export interface UploadCompleteUploadParams {
|
|
403
104
|
/**
|
|
404
105
|
* Material ID from presigned URL response
|
|
@@ -506,6 +207,6 @@ export interface UploadUploadFromURLAndProcessParams {
|
|
|
506
207
|
timeoutMs?: number;
|
|
507
208
|
}
|
|
508
209
|
export declare namespace Upload {
|
|
509
|
-
export { type
|
|
210
|
+
export { type UploadGetPresignedURLResponse as UploadGetPresignedURLResponse, type UploadCompleteUploadParams as UploadCompleteUploadParams, type UploadGetPresignedURLParams as UploadGetPresignedURLParams, type UploadUploadFileParams as UploadUploadFileParams, type UploadUploadFileAndProcessParams as UploadUploadFileAndProcessParams, type UploadUploadFromURLParams as UploadUploadFromURLParams, type UploadUploadFromURLAndProcessParams as UploadUploadFromURLAndProcessParams, };
|
|
510
211
|
}
|
|
511
212
|
//# sourceMappingURL=upload.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/materials/upload.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,KAAK,UAAU,EAAE;OACnB,EAAE,cAAc,EAAE;AAGzB,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;;;;;;;;OAWG;IACH,cAAc,CACZ,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"upload.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/materials/upload.ts"],"names":[],"mappings":"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"}
|