@llamaindex/llama-cloud 2.4.0 → 2.8.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 +93 -0
- package/api-promise.d.mts +1 -0
- package/api-promise.d.mts.map +1 -1
- package/api-promise.d.ts +1 -0
- package/api-promise.d.ts.map +1 -1
- package/api-promise.mjs +1 -0
- package/api-promise.mjs.map +1 -1
- package/client.d.mts +5 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +5 -2
- package/client.d.ts.map +1 -1
- package/client.js +14 -0
- package/client.js.map +1 -1
- package/client.mjs +14 -0
- package/client.mjs.map +1 -1
- package/core/api-promise.d.mts.map +1 -1
- package/core/api-promise.d.ts.map +1 -1
- package/core/api-promise.mjs.map +1 -1
- package/core/error.mjs.map +1 -1
- package/core/pagination.d.mts.map +1 -1
- package/core/pagination.d.ts.map +1 -1
- package/core/pagination.mjs.map +1 -1
- package/core/resource.d.mts.map +1 -1
- package/core/resource.d.ts.map +1 -1
- package/core/uploads.d.mts.map +1 -1
- package/core/uploads.d.ts.map +1 -1
- package/core/uploads.mjs.map +1 -1
- package/error.d.mts +1 -0
- package/error.d.mts.map +1 -1
- package/error.d.ts +1 -0
- package/error.d.ts.map +1 -1
- package/error.mjs +1 -0
- package/error.mjs.map +1 -1
- package/index.d.mts.map +1 -1
- package/index.d.ts.map +1 -1
- package/index.mjs.map +1 -1
- package/internal/detect-platform.mjs.map +1 -1
- package/internal/headers.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.mjs.map +1 -1
- package/internal/qs/formats.d.mts.map +1 -1
- package/internal/qs/formats.d.ts.map +1 -1
- package/internal/qs/index.d.mts +2 -2
- package/internal/qs/index.d.mts.map +1 -1
- package/internal/qs/index.d.ts +2 -2
- package/internal/qs/index.d.ts.map +1 -1
- package/internal/qs/index.mjs.map +1 -1
- package/internal/qs/stringify.d.mts.map +1 -1
- package/internal/qs/stringify.d.ts.map +1 -1
- package/internal/qs/stringify.mjs.map +1 -1
- package/internal/qs/utils.d.mts.map +1 -1
- package/internal/qs/utils.d.ts.map +1 -1
- package/internal/qs/utils.mjs.map +1 -1
- package/internal/request-options.d.mts.map +1 -1
- package/internal/request-options.d.ts.map +1 -1
- package/internal/shims.d.mts +6 -0
- package/internal/shims.d.mts.map +1 -1
- package/internal/shims.d.ts +6 -0
- package/internal/shims.d.ts.map +1 -1
- package/internal/to-file.d.mts.map +1 -1
- package/internal/to-file.d.ts.map +1 -1
- package/internal/to-file.mjs.map +1 -1
- package/internal/types.d.mts +10 -10
- package/internal/types.d.mts.map +1 -1
- package/internal/types.d.ts +10 -10
- package/internal/types.d.ts.map +1 -1
- package/internal/uploads.d.mts.map +1 -1
- package/internal/uploads.d.ts.map +1 -1
- package/internal/uploads.mjs.map +1 -1
- package/internal/utils/base64.mjs.map +1 -1
- package/internal/utils/log.d.mts.map +1 -1
- package/internal/utils/log.d.ts.map +1 -1
- package/internal/utils/log.js +2 -0
- package/internal/utils/log.js.map +1 -1
- package/internal/utils/log.mjs +2 -0
- package/internal/utils/log.mjs.map +1 -1
- package/internal/utils/path.mjs.map +1 -1
- package/internal/utils/query.mjs.map +1 -1
- package/internal/utils/values.mjs.map +1 -1
- package/internal/utils.d.mts.map +1 -1
- package/internal/utils.d.ts.map +1 -1
- package/internal/utils.mjs.map +1 -1
- package/package.json +2 -2
- package/pagination.d.mts +1 -0
- package/pagination.d.mts.map +1 -1
- package/pagination.d.ts +1 -0
- package/pagination.d.ts.map +1 -1
- package/pagination.mjs +1 -0
- package/pagination.mjs.map +1 -1
- package/resource.d.mts +1 -0
- package/resource.d.mts.map +1 -1
- package/resource.d.ts +1 -0
- package/resource.d.ts.map +1 -1
- package/resource.mjs +1 -0
- package/resource.mjs.map +1 -1
- package/resources/batches.d.mts +492 -0
- package/resources/batches.d.mts.map +1 -0
- package/resources/batches.d.ts +492 -0
- package/resources/batches.d.ts.map +1 -0
- package/resources/batches.js +61 -0
- package/resources/batches.js.map +1 -0
- package/resources/batches.mjs +57 -0
- package/resources/batches.mjs.map +1 -0
- package/resources/beta/agent-data.d.mts +33 -27
- package/resources/beta/agent-data.d.mts.map +1 -1
- package/resources/beta/agent-data.d.ts +33 -27
- package/resources/beta/agent-data.d.ts.map +1 -1
- package/resources/beta/agent-data.js +27 -19
- package/resources/beta/agent-data.js.map +1 -1
- package/resources/beta/agent-data.mjs +27 -19
- package/resources/beta/agent-data.mjs.map +1 -1
- package/resources/beta/batch/batch.d.mts.map +1 -1
- package/resources/beta/batch/batch.d.ts.map +1 -1
- package/resources/beta/batch/batch.mjs.map +1 -1
- package/resources/beta/batch/index.d.mts.map +1 -1
- package/resources/beta/batch/index.d.ts.map +1 -1
- package/resources/beta/batch/index.mjs.map +1 -1
- package/resources/beta/batch/job-items.d.mts.map +1 -1
- package/resources/beta/batch/job-items.d.ts.map +1 -1
- package/resources/beta/batch/job-items.mjs.map +1 -1
- package/resources/beta/batch.d.mts.map +1 -1
- package/resources/beta/batch.d.ts.map +1 -1
- package/resources/beta/batch.mjs.map +1 -1
- package/resources/beta/beta.d.mts +14 -2
- package/resources/beta/beta.d.mts.map +1 -1
- package/resources/beta/beta.d.ts +14 -2
- package/resources/beta/beta.d.ts.map +1 -1
- package/resources/beta/beta.js +12 -0
- package/resources/beta/beta.js.map +1 -1
- package/resources/beta/beta.mjs +12 -0
- package/resources/beta/beta.mjs.map +1 -1
- package/resources/beta/chat.d.mts +357 -0
- package/resources/beta/chat.d.mts.map +1 -0
- package/resources/beta/chat.d.ts +357 -0
- package/resources/beta/chat.d.ts.map +1 -0
- package/resources/beta/chat.js +101 -0
- package/resources/beta/chat.js.map +1 -0
- package/resources/beta/chat.mjs +97 -0
- package/resources/beta/chat.mjs.map +1 -0
- package/resources/beta/directories/directories.d.mts +72 -24
- package/resources/beta/directories/directories.d.mts.map +1 -1
- package/resources/beta/directories/directories.d.ts +72 -24
- package/resources/beta/directories/directories.d.ts.map +1 -1
- package/resources/beta/directories/directories.js +0 -3
- package/resources/beta/directories/directories.js.map +1 -1
- package/resources/beta/directories/directories.mjs +0 -3
- package/resources/beta/directories/directories.mjs.map +1 -1
- package/resources/beta/directories/files.d.mts +65 -57
- package/resources/beta/directories/files.d.mts.map +1 -1
- package/resources/beta/directories/files.d.ts +65 -57
- package/resources/beta/directories/files.d.ts.map +1 -1
- package/resources/beta/directories/files.js +14 -27
- package/resources/beta/directories/files.js.map +1 -1
- package/resources/beta/directories/files.mjs +14 -27
- package/resources/beta/directories/files.mjs.map +1 -1
- package/resources/beta/directories/index.d.mts.map +1 -1
- package/resources/beta/directories/index.d.ts.map +1 -1
- package/resources/beta/directories/index.mjs.map +1 -1
- package/resources/beta/directories.d.mts.map +1 -1
- package/resources/beta/directories.d.ts.map +1 -1
- package/resources/beta/directories.mjs.map +1 -1
- package/resources/beta/index.d.mts +4 -1
- package/resources/beta/index.d.mts.map +1 -1
- package/resources/beta/index.d.ts +4 -1
- package/resources/beta/index.d.ts.map +1 -1
- package/resources/beta/index.js +7 -1
- package/resources/beta/index.js.map +1 -1
- package/resources/beta/index.mjs +3 -0
- package/resources/beta/index.mjs.map +1 -1
- package/resources/beta/indexes.d.mts +311 -0
- package/resources/beta/indexes.d.mts.map +1 -0
- package/resources/beta/indexes.d.ts +311 -0
- package/resources/beta/indexes.d.ts.map +1 -0
- package/resources/beta/indexes.js +86 -0
- package/resources/beta/indexes.js.map +1 -0
- package/resources/beta/indexes.mjs +82 -0
- package/resources/beta/indexes.mjs.map +1 -0
- package/resources/beta/retrieval.d.mts +368 -0
- package/resources/beta/retrieval.d.mts.map +1 -0
- package/resources/beta/retrieval.d.ts +368 -0
- package/resources/beta/retrieval.d.ts.map +1 -0
- package/resources/beta/retrieval.js +87 -0
- package/resources/beta/retrieval.js.map +1 -0
- package/resources/beta/retrieval.mjs +83 -0
- package/resources/beta/retrieval.mjs.map +1 -0
- package/resources/beta/sheets.d.mts +10 -17
- package/resources/beta/sheets.d.mts.map +1 -1
- package/resources/beta/sheets.d.ts +10 -17
- package/resources/beta/sheets.d.ts.map +1 -1
- package/resources/beta/sheets.js +10 -17
- package/resources/beta/sheets.js.map +1 -1
- package/resources/beta/sheets.mjs +10 -17
- package/resources/beta/sheets.mjs.map +1 -1
- package/resources/beta/split.d.mts.map +1 -1
- package/resources/beta/split.d.ts.map +1 -1
- package/resources/beta/split.mjs.map +1 -1
- package/resources/beta.d.mts.map +1 -1
- package/resources/beta.d.ts.map +1 -1
- package/resources/beta.mjs.map +1 -1
- package/resources/classifier/classifier.d.mts.map +1 -1
- package/resources/classifier/classifier.d.ts.map +1 -1
- package/resources/classifier/classifier.mjs.map +1 -1
- package/resources/classifier/index.d.mts.map +1 -1
- package/resources/classifier/index.d.ts.map +1 -1
- package/resources/classifier/index.mjs.map +1 -1
- package/resources/classifier/jobs.d.mts +5 -8
- package/resources/classifier/jobs.d.mts.map +1 -1
- package/resources/classifier/jobs.d.ts +5 -8
- package/resources/classifier/jobs.d.ts.map +1 -1
- package/resources/classifier/jobs.js +5 -8
- package/resources/classifier/jobs.js.map +1 -1
- package/resources/classifier/jobs.mjs +5 -8
- package/resources/classifier/jobs.mjs.map +1 -1
- package/resources/classifier.d.mts.map +1 -1
- package/resources/classifier.d.ts.map +1 -1
- package/resources/classifier.mjs.map +1 -1
- package/resources/classify.d.mts.map +1 -1
- package/resources/classify.d.ts.map +1 -1
- package/resources/classify.mjs.map +1 -1
- package/resources/configurations.d.mts +27 -10
- package/resources/configurations.d.mts.map +1 -1
- package/resources/configurations.d.ts +27 -10
- package/resources/configurations.d.ts.map +1 -1
- package/resources/configurations.js +2 -4
- package/resources/configurations.js.map +1 -1
- package/resources/configurations.mjs +2 -4
- package/resources/configurations.mjs.map +1 -1
- package/resources/data-sinks.d.mts.map +1 -1
- package/resources/data-sinks.d.ts.map +1 -1
- package/resources/data-sinks.mjs.map +1 -1
- package/resources/data-sources.d.mts.map +1 -1
- package/resources/data-sources.d.ts.map +1 -1
- package/resources/data-sources.mjs.map +1 -1
- package/resources/extract.d.mts +2 -9
- package/resources/extract.d.mts.map +1 -1
- package/resources/extract.d.ts +2 -9
- package/resources/extract.d.ts.map +1 -1
- package/resources/extract.mjs.map +1 -1
- package/resources/files.d.mts +19 -56
- package/resources/files.d.mts.map +1 -1
- package/resources/files.d.ts +19 -56
- package/resources/files.d.ts.map +1 -1
- package/resources/files.js +1 -8
- package/resources/files.js.map +1 -1
- package/resources/files.mjs +1 -8
- package/resources/files.mjs.map +1 -1
- package/resources/index.d.mts +2 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/parsing.d.mts +31 -8
- package/resources/parsing.d.mts.map +1 -1
- package/resources/parsing.d.ts +31 -8
- package/resources/parsing.d.ts.map +1 -1
- package/resources/parsing.mjs.map +1 -1
- package/resources/pipelines/data-sources.d.mts +2 -2
- package/resources/pipelines/data-sources.d.mts.map +1 -1
- package/resources/pipelines/data-sources.d.ts +2 -2
- package/resources/pipelines/data-sources.d.ts.map +1 -1
- package/resources/pipelines/data-sources.js +2 -2
- package/resources/pipelines/data-sources.mjs +2 -2
- package/resources/pipelines/data-sources.mjs.map +1 -1
- package/resources/pipelines/documents.d.mts +2 -4
- package/resources/pipelines/documents.d.mts.map +1 -1
- package/resources/pipelines/documents.d.ts +2 -4
- package/resources/pipelines/documents.d.ts.map +1 -1
- package/resources/pipelines/documents.js +2 -4
- package/resources/pipelines/documents.js.map +1 -1
- package/resources/pipelines/documents.mjs +2 -4
- package/resources/pipelines/documents.mjs.map +1 -1
- package/resources/pipelines/files.d.mts.map +1 -1
- package/resources/pipelines/files.d.ts.map +1 -1
- package/resources/pipelines/files.mjs.map +1 -1
- package/resources/pipelines/images.d.mts.map +1 -1
- package/resources/pipelines/images.d.ts.map +1 -1
- package/resources/pipelines/images.mjs.map +1 -1
- package/resources/pipelines/index.d.mts.map +1 -1
- package/resources/pipelines/index.d.ts.map +1 -1
- package/resources/pipelines/index.mjs.map +1 -1
- package/resources/pipelines/metadata.d.mts.map +1 -1
- package/resources/pipelines/metadata.d.ts.map +1 -1
- package/resources/pipelines/metadata.mjs.map +1 -1
- package/resources/pipelines/pipelines.d.mts.map +1 -1
- package/resources/pipelines/pipelines.d.ts.map +1 -1
- package/resources/pipelines/pipelines.mjs.map +1 -1
- package/resources/pipelines/sync.d.mts.map +1 -1
- package/resources/pipelines/sync.d.ts.map +1 -1
- package/resources/pipelines/sync.mjs.map +1 -1
- package/resources/pipelines.d.mts.map +1 -1
- package/resources/pipelines.d.ts.map +1 -1
- package/resources/pipelines.mjs.map +1 -1
- package/resources/projects.d.mts +0 -1
- package/resources/projects.d.mts.map +1 -1
- package/resources/projects.d.ts +0 -1
- package/resources/projects.d.ts.map +1 -1
- package/resources/projects.mjs.map +1 -1
- package/resources/retrievers/index.d.mts.map +1 -1
- package/resources/retrievers/index.d.ts.map +1 -1
- package/resources/retrievers/index.mjs.map +1 -1
- package/resources/retrievers/retriever.d.mts.map +1 -1
- package/resources/retrievers/retriever.d.ts.map +1 -1
- package/resources/retrievers/retriever.mjs.map +1 -1
- package/resources/retrievers/retrievers.d.mts.map +1 -1
- package/resources/retrievers/retrievers.d.ts.map +1 -1
- package/resources/retrievers/retrievers.mjs.map +1 -1
- package/resources/retrievers.d.mts.map +1 -1
- package/resources/retrievers.d.ts.map +1 -1
- package/resources/retrievers.mjs.map +1 -1
- package/resources.d.mts.map +1 -1
- package/resources.d.ts.map +1 -1
- package/resources.mjs.map +1 -1
- package/src/client.ts +35 -2
- package/src/internal/types.ts +6 -8
- package/src/internal/utils/log.ts +2 -0
- package/src/resources/batches.ts +588 -0
- package/src/resources/beta/agent-data.ts +45 -36
- package/src/resources/beta/beta.ts +96 -2
- package/src/resources/beta/chat.ts +523 -0
- package/src/resources/beta/directories/directories.ts +77 -29
- package/src/resources/beta/directories/files.ts +73 -60
- package/src/resources/beta/index.ts +42 -1
- package/src/resources/beta/indexes.ts +421 -0
- package/src/resources/beta/retrieval.ts +483 -0
- package/src/resources/beta/sheets.ts +10 -17
- package/src/resources/classifier/jobs.ts +5 -8
- package/src/resources/configurations.ts +29 -92
- package/src/resources/extract.ts +2 -11
- package/src/resources/files.ts +22 -60
- package/src/resources/index.ts +10 -1
- package/src/resources/parsing.ts +37 -90
- package/src/resources/pipelines/data-sources.ts +2 -2
- package/src/resources/pipelines/documents.ts +2 -4
- package/src/resources/projects.ts +0 -2
- package/src/version.ts +1 -1
- package/uploads.d.mts +1 -0
- package/uploads.d.mts.map +1 -1
- package/uploads.d.ts +1 -0
- package/uploads.d.ts.map +1 -1
- package/uploads.mjs +1 -0
- package/uploads.mjs.map +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import * as FilesAPI from "../../files.mjs";
|
|
2
3
|
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
3
4
|
import { PagePromise, PaginatedCursor, type PaginatedCursorParams } from "../../../core/pagination.mjs";
|
|
4
5
|
import { type Uploadable } from "../../../core/uploads.mjs";
|
|
5
6
|
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
6
7
|
export declare class Files extends APIResource {
|
|
7
8
|
/**
|
|
8
|
-
* Update file metadata
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* Note: This endpoint uses directory_file_id (the internal ID). If you're trying
|
|
13
|
-
* to update a file by its unique_id, use the list endpoint with a filter to find
|
|
14
|
-
* the directory_file_id first.
|
|
9
|
+
* Update directory-file metadata by `directory_file_id`; set `directory_id` to
|
|
10
|
+
* move the file to a different directory. To resolve from `unique_id`, list with a
|
|
11
|
+
* filter first.
|
|
15
12
|
*
|
|
16
13
|
* @example
|
|
17
14
|
* ```ts
|
|
18
15
|
* const file = await client.beta.directories.files.update(
|
|
19
16
|
* 'directory_file_id',
|
|
20
|
-
* {
|
|
17
|
+
* { directory_id: 'directory_id' },
|
|
21
18
|
* );
|
|
22
19
|
* ```
|
|
23
20
|
*/
|
|
@@ -38,11 +35,8 @@ export declare class Files extends APIResource {
|
|
|
38
35
|
*/
|
|
39
36
|
list(directoryID: string, query?: FileListParams | null | undefined, options?: RequestOptions): PagePromise<FileListResponsesPaginatedCursor, FileListResponse>;
|
|
40
37
|
/**
|
|
41
|
-
* Delete a file
|
|
42
|
-
*
|
|
43
|
-
* Note: This endpoint uses directory_file_id (the internal ID). If you're trying
|
|
44
|
-
* to delete a file by its unique_id, use the list endpoint with a filter to find
|
|
45
|
-
* the directory_file_id first.
|
|
38
|
+
* Delete a directory file by `directory_file_id`; to resolve from `unique_id`,
|
|
39
|
+
* list with a filter first.
|
|
46
40
|
*
|
|
47
41
|
* @example
|
|
48
42
|
* ```ts
|
|
@@ -54,10 +48,8 @@ export declare class Files extends APIResource {
|
|
|
54
48
|
*/
|
|
55
49
|
delete(directoryFileID: string, params: FileDeleteParams, options?: RequestOptions): APIPromise<void>;
|
|
56
50
|
/**
|
|
57
|
-
* Create a new file within the specified directory
|
|
58
|
-
*
|
|
59
|
-
* The directory must exist and belong to the project passed in. The file_id must
|
|
60
|
-
* be provided and exist in the project.
|
|
51
|
+
* Create a new file within the specified directory; the directory must exist in
|
|
52
|
+
* the project and `file_id` must reference an existing file.
|
|
61
53
|
*
|
|
62
54
|
* @example
|
|
63
55
|
* ```ts
|
|
@@ -69,9 +61,8 @@ export declare class Files extends APIResource {
|
|
|
69
61
|
*/
|
|
70
62
|
add(directoryID: string, params: FileAddParams, options?: RequestOptions): APIPromise<FileAddResponse>;
|
|
71
63
|
/**
|
|
72
|
-
* Get a file by
|
|
73
|
-
*
|
|
74
|
-
* instead.
|
|
64
|
+
* Get a directory file by `directory_file_id`; to look up by `unique_id`, use the
|
|
65
|
+
* list endpoint with a filter.
|
|
75
66
|
*
|
|
76
67
|
* @example
|
|
77
68
|
* ```ts
|
|
@@ -83,11 +74,8 @@ export declare class Files extends APIResource {
|
|
|
83
74
|
*/
|
|
84
75
|
get(directoryFileID: string, params: FileGetParams, options?: RequestOptions): APIPromise<FileGetResponse>;
|
|
85
76
|
/**
|
|
86
|
-
* Upload a file
|
|
87
|
-
*
|
|
88
|
-
* Uploads a file and creates a directory file entry in a single operation. If
|
|
89
|
-
* unique_id or display_name are not provided, they will be derived from the file
|
|
90
|
-
* metadata.
|
|
77
|
+
* Upload a file and create its directory entry in one call; `unique_id` /
|
|
78
|
+
* `display_name` default to values derived from file metadata.
|
|
91
79
|
*
|
|
92
80
|
* @example
|
|
93
81
|
* ```ts
|
|
@@ -128,14 +116,14 @@ export interface FileUpdateResponse {
|
|
|
128
116
|
* Creation datetime
|
|
129
117
|
*/
|
|
130
118
|
created_at?: string | null;
|
|
131
|
-
/**
|
|
132
|
-
* Optional data source credential associated with the file.
|
|
133
|
-
*/
|
|
134
|
-
data_source_id?: string | null;
|
|
135
119
|
/**
|
|
136
120
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
137
121
|
*/
|
|
138
122
|
deleted_at?: string | null;
|
|
123
|
+
/**
|
|
124
|
+
* Schema for a presigned URL.
|
|
125
|
+
*/
|
|
126
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
139
127
|
/**
|
|
140
128
|
* File ID for the storage location.
|
|
141
129
|
*/
|
|
@@ -144,7 +132,7 @@ export interface FileUpdateResponse {
|
|
|
144
132
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
145
133
|
*/
|
|
146
134
|
metadata?: {
|
|
147
|
-
[key: string]: string | number | boolean | null;
|
|
135
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
148
136
|
};
|
|
149
137
|
/**
|
|
150
138
|
* Update datetime
|
|
@@ -179,14 +167,14 @@ export interface FileListResponse {
|
|
|
179
167
|
* Creation datetime
|
|
180
168
|
*/
|
|
181
169
|
created_at?: string | null;
|
|
182
|
-
/**
|
|
183
|
-
* Optional data source credential associated with the file.
|
|
184
|
-
*/
|
|
185
|
-
data_source_id?: string | null;
|
|
186
170
|
/**
|
|
187
171
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
188
172
|
*/
|
|
189
173
|
deleted_at?: string | null;
|
|
174
|
+
/**
|
|
175
|
+
* Schema for a presigned URL.
|
|
176
|
+
*/
|
|
177
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
190
178
|
/**
|
|
191
179
|
* File ID for the storage location.
|
|
192
180
|
*/
|
|
@@ -195,7 +183,7 @@ export interface FileListResponse {
|
|
|
195
183
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
196
184
|
*/
|
|
197
185
|
metadata?: {
|
|
198
|
-
[key: string]: string | number | boolean | null;
|
|
186
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
199
187
|
};
|
|
200
188
|
/**
|
|
201
189
|
* Update datetime
|
|
@@ -230,14 +218,14 @@ export interface FileAddResponse {
|
|
|
230
218
|
* Creation datetime
|
|
231
219
|
*/
|
|
232
220
|
created_at?: string | null;
|
|
233
|
-
/**
|
|
234
|
-
* Optional data source credential associated with the file.
|
|
235
|
-
*/
|
|
236
|
-
data_source_id?: string | null;
|
|
237
221
|
/**
|
|
238
222
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
239
223
|
*/
|
|
240
224
|
deleted_at?: string | null;
|
|
225
|
+
/**
|
|
226
|
+
* Schema for a presigned URL.
|
|
227
|
+
*/
|
|
228
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
241
229
|
/**
|
|
242
230
|
* File ID for the storage location.
|
|
243
231
|
*/
|
|
@@ -246,7 +234,7 @@ export interface FileAddResponse {
|
|
|
246
234
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
247
235
|
*/
|
|
248
236
|
metadata?: {
|
|
249
|
-
[key: string]: string | number | boolean | null;
|
|
237
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
250
238
|
};
|
|
251
239
|
/**
|
|
252
240
|
* Update datetime
|
|
@@ -281,14 +269,14 @@ export interface FileGetResponse {
|
|
|
281
269
|
* Creation datetime
|
|
282
270
|
*/
|
|
283
271
|
created_at?: string | null;
|
|
284
|
-
/**
|
|
285
|
-
* Optional data source credential associated with the file.
|
|
286
|
-
*/
|
|
287
|
-
data_source_id?: string | null;
|
|
288
272
|
/**
|
|
289
273
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
290
274
|
*/
|
|
291
275
|
deleted_at?: string | null;
|
|
276
|
+
/**
|
|
277
|
+
* Schema for a presigned URL.
|
|
278
|
+
*/
|
|
279
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
292
280
|
/**
|
|
293
281
|
* File ID for the storage location.
|
|
294
282
|
*/
|
|
@@ -297,7 +285,7 @@ export interface FileGetResponse {
|
|
|
297
285
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
298
286
|
*/
|
|
299
287
|
metadata?: {
|
|
300
|
-
[key: string]: string | number | boolean | null;
|
|
288
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
301
289
|
};
|
|
302
290
|
/**
|
|
303
291
|
* Update datetime
|
|
@@ -332,14 +320,14 @@ export interface FileUploadResponse {
|
|
|
332
320
|
* Creation datetime
|
|
333
321
|
*/
|
|
334
322
|
created_at?: string | null;
|
|
335
|
-
/**
|
|
336
|
-
* Optional data source credential associated with the file.
|
|
337
|
-
*/
|
|
338
|
-
data_source_id?: string | null;
|
|
339
323
|
/**
|
|
340
324
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
341
325
|
*/
|
|
342
326
|
deleted_at?: string | null;
|
|
327
|
+
/**
|
|
328
|
+
* Schema for a presigned URL.
|
|
329
|
+
*/
|
|
330
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
343
331
|
/**
|
|
344
332
|
* File ID for the storage location.
|
|
345
333
|
*/
|
|
@@ -348,7 +336,7 @@ export interface FileUploadResponse {
|
|
|
348
336
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
349
337
|
*/
|
|
350
338
|
metadata?: {
|
|
351
|
-
[key: string]: string | number | boolean | null;
|
|
339
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
352
340
|
};
|
|
353
341
|
/**
|
|
354
342
|
* Update datetime
|
|
@@ -359,7 +347,7 @@ export interface FileUpdateParams {
|
|
|
359
347
|
/**
|
|
360
348
|
* Path param
|
|
361
349
|
*/
|
|
362
|
-
|
|
350
|
+
directory_id: string;
|
|
363
351
|
/**
|
|
364
352
|
* Query param
|
|
365
353
|
*/
|
|
@@ -368,10 +356,6 @@ export interface FileUpdateParams {
|
|
|
368
356
|
* Query param
|
|
369
357
|
*/
|
|
370
358
|
project_id?: string | null;
|
|
371
|
-
/**
|
|
372
|
-
* Body param: Move file to a different directory.
|
|
373
|
-
*/
|
|
374
|
-
body_directory_id?: string | null;
|
|
375
359
|
/**
|
|
376
360
|
* Body param: Updated display name.
|
|
377
361
|
*/
|
|
@@ -381,8 +365,12 @@ export interface FileUpdateParams {
|
|
|
381
365
|
* layer.
|
|
382
366
|
*/
|
|
383
367
|
metadata?: {
|
|
384
|
-
[key: string]: string | number | boolean | null;
|
|
368
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
385
369
|
} | null;
|
|
370
|
+
/**
|
|
371
|
+
* Body param: Move file to a different directory.
|
|
372
|
+
*/
|
|
373
|
+
target_directory_id?: string | null;
|
|
386
374
|
/**
|
|
387
375
|
* Body param: Updated unique identifier.
|
|
388
376
|
*/
|
|
@@ -391,11 +379,23 @@ export interface FileUpdateParams {
|
|
|
391
379
|
export interface FileListParams extends PaginatedCursorParams {
|
|
392
380
|
display_name?: string | null;
|
|
393
381
|
display_name_contains?: string | null;
|
|
382
|
+
/**
|
|
383
|
+
* Fields to expand on each directory file.
|
|
384
|
+
*/
|
|
385
|
+
expand?: Array<string> | null;
|
|
394
386
|
file_id?: string | null;
|
|
395
387
|
include_deleted?: boolean;
|
|
396
388
|
organization_id?: string | null;
|
|
397
389
|
project_id?: string | null;
|
|
398
390
|
unique_id?: string | null;
|
|
391
|
+
/**
|
|
392
|
+
* Include items updated at or after this timestamp (inclusive)
|
|
393
|
+
*/
|
|
394
|
+
updated_at_on_or_after?: string | null;
|
|
395
|
+
/**
|
|
396
|
+
* Include items updated at or before this timestamp (inclusive)
|
|
397
|
+
*/
|
|
398
|
+
updated_at_on_or_before?: string | null;
|
|
399
399
|
}
|
|
400
400
|
export interface FileDeleteParams {
|
|
401
401
|
/**
|
|
@@ -433,7 +433,7 @@ export interface FileAddParams {
|
|
|
433
433
|
* Body param: User-defined metadata key-value pairs to associate with the file.
|
|
434
434
|
*/
|
|
435
435
|
metadata?: {
|
|
436
|
-
[key: string]: string | number | boolean | null;
|
|
436
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
437
437
|
} | null;
|
|
438
438
|
/**
|
|
439
439
|
* Body param: Unique identifier for the file in the directory. If not provided,
|
|
@@ -446,6 +446,10 @@ export interface FileGetParams {
|
|
|
446
446
|
* Path param
|
|
447
447
|
*/
|
|
448
448
|
directory_id: string;
|
|
449
|
+
/**
|
|
450
|
+
* Query param: Fields to expand.
|
|
451
|
+
*/
|
|
452
|
+
expand?: Array<string> | null;
|
|
449
453
|
/**
|
|
450
454
|
* Query param
|
|
451
455
|
*/
|
|
@@ -476,6 +480,10 @@ export interface FileUploadParams {
|
|
|
476
480
|
* Body param
|
|
477
481
|
*/
|
|
478
482
|
external_file_id?: string | null;
|
|
483
|
+
/**
|
|
484
|
+
* Body param: User metadata as a JSON object string.
|
|
485
|
+
*/
|
|
486
|
+
metadata?: string | null;
|
|
479
487
|
/**
|
|
480
488
|
* Body param
|
|
481
489
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"files.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/directories/files.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"files.d.mts","sourceRoot":"","sources":["../../../src/resources/beta/directories/files.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,23 +1,20 @@
|
|
|
1
1
|
import { APIResource } from "../../../core/resource.js";
|
|
2
|
+
import * as FilesAPI from "../../files.js";
|
|
2
3
|
import { APIPromise } from "../../../core/api-promise.js";
|
|
3
4
|
import { PagePromise, PaginatedCursor, type PaginatedCursorParams } from "../../../core/pagination.js";
|
|
4
5
|
import { type Uploadable } from "../../../core/uploads.js";
|
|
5
6
|
import { RequestOptions } from "../../../internal/request-options.js";
|
|
6
7
|
export declare class Files extends APIResource {
|
|
7
8
|
/**
|
|
8
|
-
* Update file metadata
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* Note: This endpoint uses directory_file_id (the internal ID). If you're trying
|
|
13
|
-
* to update a file by its unique_id, use the list endpoint with a filter to find
|
|
14
|
-
* the directory_file_id first.
|
|
9
|
+
* Update directory-file metadata by `directory_file_id`; set `directory_id` to
|
|
10
|
+
* move the file to a different directory. To resolve from `unique_id`, list with a
|
|
11
|
+
* filter first.
|
|
15
12
|
*
|
|
16
13
|
* @example
|
|
17
14
|
* ```ts
|
|
18
15
|
* const file = await client.beta.directories.files.update(
|
|
19
16
|
* 'directory_file_id',
|
|
20
|
-
* {
|
|
17
|
+
* { directory_id: 'directory_id' },
|
|
21
18
|
* );
|
|
22
19
|
* ```
|
|
23
20
|
*/
|
|
@@ -38,11 +35,8 @@ export declare class Files extends APIResource {
|
|
|
38
35
|
*/
|
|
39
36
|
list(directoryID: string, query?: FileListParams | null | undefined, options?: RequestOptions): PagePromise<FileListResponsesPaginatedCursor, FileListResponse>;
|
|
40
37
|
/**
|
|
41
|
-
* Delete a file
|
|
42
|
-
*
|
|
43
|
-
* Note: This endpoint uses directory_file_id (the internal ID). If you're trying
|
|
44
|
-
* to delete a file by its unique_id, use the list endpoint with a filter to find
|
|
45
|
-
* the directory_file_id first.
|
|
38
|
+
* Delete a directory file by `directory_file_id`; to resolve from `unique_id`,
|
|
39
|
+
* list with a filter first.
|
|
46
40
|
*
|
|
47
41
|
* @example
|
|
48
42
|
* ```ts
|
|
@@ -54,10 +48,8 @@ export declare class Files extends APIResource {
|
|
|
54
48
|
*/
|
|
55
49
|
delete(directoryFileID: string, params: FileDeleteParams, options?: RequestOptions): APIPromise<void>;
|
|
56
50
|
/**
|
|
57
|
-
* Create a new file within the specified directory
|
|
58
|
-
*
|
|
59
|
-
* The directory must exist and belong to the project passed in. The file_id must
|
|
60
|
-
* be provided and exist in the project.
|
|
51
|
+
* Create a new file within the specified directory; the directory must exist in
|
|
52
|
+
* the project and `file_id` must reference an existing file.
|
|
61
53
|
*
|
|
62
54
|
* @example
|
|
63
55
|
* ```ts
|
|
@@ -69,9 +61,8 @@ export declare class Files extends APIResource {
|
|
|
69
61
|
*/
|
|
70
62
|
add(directoryID: string, params: FileAddParams, options?: RequestOptions): APIPromise<FileAddResponse>;
|
|
71
63
|
/**
|
|
72
|
-
* Get a file by
|
|
73
|
-
*
|
|
74
|
-
* instead.
|
|
64
|
+
* Get a directory file by `directory_file_id`; to look up by `unique_id`, use the
|
|
65
|
+
* list endpoint with a filter.
|
|
75
66
|
*
|
|
76
67
|
* @example
|
|
77
68
|
* ```ts
|
|
@@ -83,11 +74,8 @@ export declare class Files extends APIResource {
|
|
|
83
74
|
*/
|
|
84
75
|
get(directoryFileID: string, params: FileGetParams, options?: RequestOptions): APIPromise<FileGetResponse>;
|
|
85
76
|
/**
|
|
86
|
-
* Upload a file
|
|
87
|
-
*
|
|
88
|
-
* Uploads a file and creates a directory file entry in a single operation. If
|
|
89
|
-
* unique_id or display_name are not provided, they will be derived from the file
|
|
90
|
-
* metadata.
|
|
77
|
+
* Upload a file and create its directory entry in one call; `unique_id` /
|
|
78
|
+
* `display_name` default to values derived from file metadata.
|
|
91
79
|
*
|
|
92
80
|
* @example
|
|
93
81
|
* ```ts
|
|
@@ -128,14 +116,14 @@ export interface FileUpdateResponse {
|
|
|
128
116
|
* Creation datetime
|
|
129
117
|
*/
|
|
130
118
|
created_at?: string | null;
|
|
131
|
-
/**
|
|
132
|
-
* Optional data source credential associated with the file.
|
|
133
|
-
*/
|
|
134
|
-
data_source_id?: string | null;
|
|
135
119
|
/**
|
|
136
120
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
137
121
|
*/
|
|
138
122
|
deleted_at?: string | null;
|
|
123
|
+
/**
|
|
124
|
+
* Schema for a presigned URL.
|
|
125
|
+
*/
|
|
126
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
139
127
|
/**
|
|
140
128
|
* File ID for the storage location.
|
|
141
129
|
*/
|
|
@@ -144,7 +132,7 @@ export interface FileUpdateResponse {
|
|
|
144
132
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
145
133
|
*/
|
|
146
134
|
metadata?: {
|
|
147
|
-
[key: string]: string | number | boolean | null;
|
|
135
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
148
136
|
};
|
|
149
137
|
/**
|
|
150
138
|
* Update datetime
|
|
@@ -179,14 +167,14 @@ export interface FileListResponse {
|
|
|
179
167
|
* Creation datetime
|
|
180
168
|
*/
|
|
181
169
|
created_at?: string | null;
|
|
182
|
-
/**
|
|
183
|
-
* Optional data source credential associated with the file.
|
|
184
|
-
*/
|
|
185
|
-
data_source_id?: string | null;
|
|
186
170
|
/**
|
|
187
171
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
188
172
|
*/
|
|
189
173
|
deleted_at?: string | null;
|
|
174
|
+
/**
|
|
175
|
+
* Schema for a presigned URL.
|
|
176
|
+
*/
|
|
177
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
190
178
|
/**
|
|
191
179
|
* File ID for the storage location.
|
|
192
180
|
*/
|
|
@@ -195,7 +183,7 @@ export interface FileListResponse {
|
|
|
195
183
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
196
184
|
*/
|
|
197
185
|
metadata?: {
|
|
198
|
-
[key: string]: string | number | boolean | null;
|
|
186
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
199
187
|
};
|
|
200
188
|
/**
|
|
201
189
|
* Update datetime
|
|
@@ -230,14 +218,14 @@ export interface FileAddResponse {
|
|
|
230
218
|
* Creation datetime
|
|
231
219
|
*/
|
|
232
220
|
created_at?: string | null;
|
|
233
|
-
/**
|
|
234
|
-
* Optional data source credential associated with the file.
|
|
235
|
-
*/
|
|
236
|
-
data_source_id?: string | null;
|
|
237
221
|
/**
|
|
238
222
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
239
223
|
*/
|
|
240
224
|
deleted_at?: string | null;
|
|
225
|
+
/**
|
|
226
|
+
* Schema for a presigned URL.
|
|
227
|
+
*/
|
|
228
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
241
229
|
/**
|
|
242
230
|
* File ID for the storage location.
|
|
243
231
|
*/
|
|
@@ -246,7 +234,7 @@ export interface FileAddResponse {
|
|
|
246
234
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
247
235
|
*/
|
|
248
236
|
metadata?: {
|
|
249
|
-
[key: string]: string | number | boolean | null;
|
|
237
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
250
238
|
};
|
|
251
239
|
/**
|
|
252
240
|
* Update datetime
|
|
@@ -281,14 +269,14 @@ export interface FileGetResponse {
|
|
|
281
269
|
* Creation datetime
|
|
282
270
|
*/
|
|
283
271
|
created_at?: string | null;
|
|
284
|
-
/**
|
|
285
|
-
* Optional data source credential associated with the file.
|
|
286
|
-
*/
|
|
287
|
-
data_source_id?: string | null;
|
|
288
272
|
/**
|
|
289
273
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
290
274
|
*/
|
|
291
275
|
deleted_at?: string | null;
|
|
276
|
+
/**
|
|
277
|
+
* Schema for a presigned URL.
|
|
278
|
+
*/
|
|
279
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
292
280
|
/**
|
|
293
281
|
* File ID for the storage location.
|
|
294
282
|
*/
|
|
@@ -297,7 +285,7 @@ export interface FileGetResponse {
|
|
|
297
285
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
298
286
|
*/
|
|
299
287
|
metadata?: {
|
|
300
|
-
[key: string]: string | number | boolean | null;
|
|
288
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
301
289
|
};
|
|
302
290
|
/**
|
|
303
291
|
* Update datetime
|
|
@@ -332,14 +320,14 @@ export interface FileUploadResponse {
|
|
|
332
320
|
* Creation datetime
|
|
333
321
|
*/
|
|
334
322
|
created_at?: string | null;
|
|
335
|
-
/**
|
|
336
|
-
* Optional data source credential associated with the file.
|
|
337
|
-
*/
|
|
338
|
-
data_source_id?: string | null;
|
|
339
323
|
/**
|
|
340
324
|
* Soft delete marker when the file is removed upstream or by user action.
|
|
341
325
|
*/
|
|
342
326
|
deleted_at?: string | null;
|
|
327
|
+
/**
|
|
328
|
+
* Schema for a presigned URL.
|
|
329
|
+
*/
|
|
330
|
+
download_url?: FilesAPI.PresignedURL | null;
|
|
343
331
|
/**
|
|
344
332
|
* File ID for the storage location.
|
|
345
333
|
*/
|
|
@@ -348,7 +336,7 @@ export interface FileUploadResponse {
|
|
|
348
336
|
* Merged metadata from all sources. Higher-priority sources override lower.
|
|
349
337
|
*/
|
|
350
338
|
metadata?: {
|
|
351
|
-
[key: string]: string | number | boolean | null;
|
|
339
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
352
340
|
};
|
|
353
341
|
/**
|
|
354
342
|
* Update datetime
|
|
@@ -359,7 +347,7 @@ export interface FileUpdateParams {
|
|
|
359
347
|
/**
|
|
360
348
|
* Path param
|
|
361
349
|
*/
|
|
362
|
-
|
|
350
|
+
directory_id: string;
|
|
363
351
|
/**
|
|
364
352
|
* Query param
|
|
365
353
|
*/
|
|
@@ -368,10 +356,6 @@ export interface FileUpdateParams {
|
|
|
368
356
|
* Query param
|
|
369
357
|
*/
|
|
370
358
|
project_id?: string | null;
|
|
371
|
-
/**
|
|
372
|
-
* Body param: Move file to a different directory.
|
|
373
|
-
*/
|
|
374
|
-
body_directory_id?: string | null;
|
|
375
359
|
/**
|
|
376
360
|
* Body param: Updated display name.
|
|
377
361
|
*/
|
|
@@ -381,8 +365,12 @@ export interface FileUpdateParams {
|
|
|
381
365
|
* layer.
|
|
382
366
|
*/
|
|
383
367
|
metadata?: {
|
|
384
|
-
[key: string]: string | number | boolean | null;
|
|
368
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
385
369
|
} | null;
|
|
370
|
+
/**
|
|
371
|
+
* Body param: Move file to a different directory.
|
|
372
|
+
*/
|
|
373
|
+
target_directory_id?: string | null;
|
|
386
374
|
/**
|
|
387
375
|
* Body param: Updated unique identifier.
|
|
388
376
|
*/
|
|
@@ -391,11 +379,23 @@ export interface FileUpdateParams {
|
|
|
391
379
|
export interface FileListParams extends PaginatedCursorParams {
|
|
392
380
|
display_name?: string | null;
|
|
393
381
|
display_name_contains?: string | null;
|
|
382
|
+
/**
|
|
383
|
+
* Fields to expand on each directory file.
|
|
384
|
+
*/
|
|
385
|
+
expand?: Array<string> | null;
|
|
394
386
|
file_id?: string | null;
|
|
395
387
|
include_deleted?: boolean;
|
|
396
388
|
organization_id?: string | null;
|
|
397
389
|
project_id?: string | null;
|
|
398
390
|
unique_id?: string | null;
|
|
391
|
+
/**
|
|
392
|
+
* Include items updated at or after this timestamp (inclusive)
|
|
393
|
+
*/
|
|
394
|
+
updated_at_on_or_after?: string | null;
|
|
395
|
+
/**
|
|
396
|
+
* Include items updated at or before this timestamp (inclusive)
|
|
397
|
+
*/
|
|
398
|
+
updated_at_on_or_before?: string | null;
|
|
399
399
|
}
|
|
400
400
|
export interface FileDeleteParams {
|
|
401
401
|
/**
|
|
@@ -433,7 +433,7 @@ export interface FileAddParams {
|
|
|
433
433
|
* Body param: User-defined metadata key-value pairs to associate with the file.
|
|
434
434
|
*/
|
|
435
435
|
metadata?: {
|
|
436
|
-
[key: string]: string | number | boolean | null;
|
|
436
|
+
[key: string]: string | number | boolean | Array<string> | null;
|
|
437
437
|
} | null;
|
|
438
438
|
/**
|
|
439
439
|
* Body param: Unique identifier for the file in the directory. If not provided,
|
|
@@ -446,6 +446,10 @@ export interface FileGetParams {
|
|
|
446
446
|
* Path param
|
|
447
447
|
*/
|
|
448
448
|
directory_id: string;
|
|
449
|
+
/**
|
|
450
|
+
* Query param: Fields to expand.
|
|
451
|
+
*/
|
|
452
|
+
expand?: Array<string> | null;
|
|
449
453
|
/**
|
|
450
454
|
* Query param
|
|
451
455
|
*/
|
|
@@ -476,6 +480,10 @@ export interface FileUploadParams {
|
|
|
476
480
|
* Body param
|
|
477
481
|
*/
|
|
478
482
|
external_file_id?: string | null;
|
|
483
|
+
/**
|
|
484
|
+
* Body param: User metadata as a JSON object string.
|
|
485
|
+
*/
|
|
486
|
+
metadata?: string | null;
|
|
479
487
|
/**
|
|
480
488
|
* Body param
|
|
481
489
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/directories/files.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"files.d.ts","sourceRoot":"","sources":["../../../src/resources/beta/directories/files.ts"],"names":[],"mappings":"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"}
|