@llamaindex/llama-cloud 0.14.1
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 +250 -0
- package/LICENSE +7 -0
- package/README.md +448 -0
- package/api-promise.d.mts +2 -0
- package/api-promise.d.mts.map +1 -0
- package/api-promise.d.ts +2 -0
- package/api-promise.d.ts.map +1 -0
- package/api-promise.js +6 -0
- package/api-promise.js.map +1 -0
- package/api-promise.mjs +2 -0
- package/api-promise.mjs.map +1 -0
- package/client.d.mts +247 -0
- package/client.d.mts.map +1 -0
- package/client.d.ts +247 -0
- package/client.d.ts.map +1 -0
- package/client.js +483 -0
- package/client.js.map +1 -0
- package/client.mjs +479 -0
- package/client.mjs.map +1 -0
- package/core/api-promise.d.mts +46 -0
- package/core/api-promise.d.mts.map +1 -0
- package/core/api-promise.d.ts +46 -0
- package/core/api-promise.d.ts.map +1 -0
- package/core/api-promise.js +74 -0
- package/core/api-promise.js.map +1 -0
- package/core/api-promise.mjs +70 -0
- package/core/api-promise.mjs.map +1 -0
- package/core/error.d.mts +46 -0
- package/core/error.d.mts.map +1 -0
- package/core/error.d.ts +46 -0
- package/core/error.d.ts.map +1 -0
- package/core/error.js +113 -0
- package/core/error.js.map +1 -0
- package/core/error.mjs +97 -0
- package/core/error.mjs.map +1 -0
- package/core/pagination.d.mts +259 -0
- package/core/pagination.d.mts.map +1 -0
- package/core/pagination.d.ts +259 -0
- package/core/pagination.d.ts.map +1 -0
- package/core/pagination.js +352 -0
- package/core/pagination.js.map +1 -0
- package/core/pagination.mjs +337 -0
- package/core/pagination.mjs.map +1 -0
- package/core/polling.d.mts +58 -0
- package/core/polling.d.mts.map +1 -0
- package/core/polling.d.ts +58 -0
- package/core/polling.d.ts.map +1 -0
- package/core/polling.js +88 -0
- package/core/polling.js.map +1 -0
- package/core/polling.mjs +82 -0
- package/core/polling.mjs.map +1 -0
- package/core/resource.d.mts +6 -0
- package/core/resource.d.mts.map +1 -0
- package/core/resource.d.ts +6 -0
- package/core/resource.d.ts.map +1 -0
- package/core/resource.js +11 -0
- package/core/resource.js.map +1 -0
- package/core/resource.mjs +7 -0
- package/core/resource.mjs.map +1 -0
- package/core/uploads.d.mts +3 -0
- package/core/uploads.d.mts.map +1 -0
- package/core/uploads.d.ts +3 -0
- package/core/uploads.d.ts.map +1 -0
- package/core/uploads.js +6 -0
- package/core/uploads.js.map +1 -0
- package/core/uploads.mjs +2 -0
- package/core/uploads.mjs.map +1 -0
- package/error.d.mts +2 -0
- package/error.d.mts.map +1 -0
- package/error.d.ts +2 -0
- package/error.d.ts.map +1 -0
- package/error.js +6 -0
- package/error.js.map +1 -0
- package/error.mjs +2 -0
- package/error.mjs.map +1 -0
- package/index.d.mts +7 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +7 -0
- package/index.d.ts.map +1 -0
- package/index.js +32 -0
- package/index.js.map +1 -0
- package/index.mjs +8 -0
- package/index.mjs.map +1 -0
- package/internal/builtin-types.d.mts +73 -0
- package/internal/builtin-types.d.mts.map +1 -0
- package/internal/builtin-types.d.ts +73 -0
- package/internal/builtin-types.d.ts.map +1 -0
- package/internal/builtin-types.js +4 -0
- package/internal/builtin-types.js.map +1 -0
- package/internal/builtin-types.mjs +3 -0
- package/internal/builtin-types.mjs.map +1 -0
- package/internal/detect-platform.d.mts +15 -0
- package/internal/detect-platform.d.mts.map +1 -0
- package/internal/detect-platform.d.ts +15 -0
- package/internal/detect-platform.d.ts.map +1 -0
- package/internal/detect-platform.js +162 -0
- package/internal/detect-platform.js.map +1 -0
- package/internal/detect-platform.mjs +157 -0
- package/internal/detect-platform.mjs.map +1 -0
- package/internal/errors.d.mts +3 -0
- package/internal/errors.d.mts.map +1 -0
- package/internal/errors.d.ts +3 -0
- package/internal/errors.d.ts.map +1 -0
- package/internal/errors.js +41 -0
- package/internal/errors.js.map +1 -0
- package/internal/errors.mjs +36 -0
- package/internal/errors.mjs.map +1 -0
- package/internal/headers.d.mts +20 -0
- package/internal/headers.d.mts.map +1 -0
- package/internal/headers.d.ts +20 -0
- package/internal/headers.d.ts.map +1 -0
- package/internal/headers.js +79 -0
- package/internal/headers.js.map +1 -0
- package/internal/headers.mjs +74 -0
- package/internal/headers.mjs.map +1 -0
- package/internal/parse.d.mts +12 -0
- package/internal/parse.d.mts.map +1 -0
- package/internal/parse.d.ts +12 -0
- package/internal/parse.d.ts.map +1 -0
- package/internal/parse.js +35 -0
- package/internal/parse.js.map +1 -0
- package/internal/parse.mjs +32 -0
- package/internal/parse.mjs.map +1 -0
- package/internal/qs/formats.d.mts +7 -0
- package/internal/qs/formats.d.mts.map +1 -0
- package/internal/qs/formats.d.ts +7 -0
- package/internal/qs/formats.d.ts.map +1 -0
- package/internal/qs/formats.js +13 -0
- package/internal/qs/formats.js.map +1 -0
- package/internal/qs/formats.mjs +9 -0
- package/internal/qs/formats.mjs.map +1 -0
- package/internal/qs/index.d.mts +10 -0
- package/internal/qs/index.d.mts.map +1 -0
- package/internal/qs/index.d.ts +10 -0
- package/internal/qs/index.d.ts.map +1 -0
- package/internal/qs/index.js +14 -0
- package/internal/qs/index.js.map +1 -0
- package/internal/qs/index.mjs +10 -0
- package/internal/qs/index.mjs.map +1 -0
- package/internal/qs/stringify.d.mts +3 -0
- package/internal/qs/stringify.d.mts.map +1 -0
- package/internal/qs/stringify.d.ts +3 -0
- package/internal/qs/stringify.d.ts.map +1 -0
- package/internal/qs/stringify.js +277 -0
- package/internal/qs/stringify.js.map +1 -0
- package/internal/qs/stringify.mjs +274 -0
- package/internal/qs/stringify.mjs.map +1 -0
- package/internal/qs/types.d.mts +57 -0
- package/internal/qs/types.d.mts.map +1 -0
- package/internal/qs/types.d.ts +57 -0
- package/internal/qs/types.d.ts.map +1 -0
- package/internal/qs/types.js +3 -0
- package/internal/qs/types.js.map +1 -0
- package/internal/qs/types.mjs +2 -0
- package/internal/qs/types.mjs.map +1 -0
- package/internal/qs/utils.d.mts +15 -0
- package/internal/qs/utils.d.mts.map +1 -0
- package/internal/qs/utils.d.ts +15 -0
- package/internal/qs/utils.d.ts.map +1 -0
- package/internal/qs/utils.js +230 -0
- package/internal/qs/utils.js.map +1 -0
- package/internal/qs/utils.mjs +217 -0
- package/internal/qs/utils.mjs.map +1 -0
- package/internal/request-options.d.mts +75 -0
- package/internal/request-options.d.mts.map +1 -0
- package/internal/request-options.d.ts +75 -0
- package/internal/request-options.d.ts.map +1 -0
- package/internal/request-options.js +14 -0
- package/internal/request-options.js.map +1 -0
- package/internal/request-options.mjs +10 -0
- package/internal/request-options.mjs.map +1 -0
- package/internal/shim-types.d.mts +17 -0
- package/internal/shim-types.d.mts.map +1 -0
- package/internal/shim-types.d.ts +17 -0
- package/internal/shim-types.d.ts.map +1 -0
- package/internal/shim-types.js +4 -0
- package/internal/shim-types.js.map +1 -0
- package/internal/shim-types.mjs +3 -0
- package/internal/shim-types.mjs.map +1 -0
- package/internal/shims.d.mts +20 -0
- package/internal/shims.d.mts.map +1 -0
- package/internal/shims.d.ts +20 -0
- package/internal/shims.d.ts.map +1 -0
- package/internal/shims.js +92 -0
- package/internal/shims.js.map +1 -0
- package/internal/shims.mjs +85 -0
- package/internal/shims.mjs.map +1 -0
- package/internal/to-file.d.mts +45 -0
- package/internal/to-file.d.mts.map +1 -0
- package/internal/to-file.d.ts +45 -0
- package/internal/to-file.d.ts.map +1 -0
- package/internal/to-file.js +91 -0
- package/internal/to-file.js.map +1 -0
- package/internal/to-file.mjs +88 -0
- package/internal/to-file.mjs.map +1 -0
- package/internal/tslib.js +81 -0
- package/internal/tslib.mjs +17 -0
- package/internal/types.d.mts +69 -0
- package/internal/types.d.mts.map +1 -0
- package/internal/types.d.ts +69 -0
- package/internal/types.d.ts.map +1 -0
- package/internal/types.js +4 -0
- package/internal/types.js.map +1 -0
- package/internal/types.mjs +3 -0
- package/internal/types.mjs.map +1 -0
- package/internal/uploads.d.mts +42 -0
- package/internal/uploads.d.mts.map +1 -0
- package/internal/uploads.d.ts +42 -0
- package/internal/uploads.d.ts.map +1 -0
- package/internal/uploads.js +141 -0
- package/internal/uploads.js.map +1 -0
- package/internal/uploads.mjs +131 -0
- package/internal/uploads.mjs.map +1 -0
- package/internal/utils/base64.d.mts +3 -0
- package/internal/utils/base64.d.mts.map +1 -0
- package/internal/utils/base64.d.ts +3 -0
- package/internal/utils/base64.d.ts.map +1 -0
- package/internal/utils/base64.js +38 -0
- package/internal/utils/base64.js.map +1 -0
- package/internal/utils/base64.mjs +33 -0
- package/internal/utils/base64.mjs.map +1 -0
- package/internal/utils/bytes.d.mts +4 -0
- package/internal/utils/bytes.d.mts.map +1 -0
- package/internal/utils/bytes.d.ts +4 -0
- package/internal/utils/bytes.d.ts.map +1 -0
- package/internal/utils/bytes.js +31 -0
- package/internal/utils/bytes.js.map +1 -0
- package/internal/utils/bytes.mjs +26 -0
- package/internal/utils/bytes.mjs.map +1 -0
- package/internal/utils/env.d.mts +9 -0
- package/internal/utils/env.d.mts.map +1 -0
- package/internal/utils/env.d.ts +9 -0
- package/internal/utils/env.d.ts.map +1 -0
- package/internal/utils/env.js +22 -0
- package/internal/utils/env.js.map +1 -0
- package/internal/utils/env.mjs +18 -0
- package/internal/utils/env.mjs.map +1 -0
- package/internal/utils/log.d.mts +37 -0
- package/internal/utils/log.d.mts.map +1 -0
- package/internal/utils/log.d.ts +37 -0
- package/internal/utils/log.d.ts.map +1 -0
- package/internal/utils/log.js +85 -0
- package/internal/utils/log.js.map +1 -0
- package/internal/utils/log.mjs +79 -0
- package/internal/utils/log.mjs.map +1 -0
- package/internal/utils/path.d.mts +15 -0
- package/internal/utils/path.d.mts.map +1 -0
- package/internal/utils/path.d.ts +15 -0
- package/internal/utils/path.d.ts.map +1 -0
- package/internal/utils/path.js +79 -0
- package/internal/utils/path.js.map +1 -0
- package/internal/utils/path.mjs +74 -0
- package/internal/utils/path.mjs.map +1 -0
- package/internal/utils/sleep.d.mts +2 -0
- package/internal/utils/sleep.d.mts.map +1 -0
- package/internal/utils/sleep.d.ts +2 -0
- package/internal/utils/sleep.d.ts.map +1 -0
- package/internal/utils/sleep.js +7 -0
- package/internal/utils/sleep.js.map +1 -0
- package/internal/utils/sleep.mjs +3 -0
- package/internal/utils/sleep.mjs.map +1 -0
- package/internal/utils/uuid.d.mts +5 -0
- package/internal/utils/uuid.d.mts.map +1 -0
- package/internal/utils/uuid.d.ts +5 -0
- package/internal/utils/uuid.d.ts.map +1 -0
- package/internal/utils/uuid.js +19 -0
- package/internal/utils/uuid.js.map +1 -0
- package/internal/utils/uuid.mjs +15 -0
- package/internal/utils/uuid.mjs.map +1 -0
- package/internal/utils/values.d.mts +18 -0
- package/internal/utils/values.d.mts.map +1 -0
- package/internal/utils/values.d.ts +18 -0
- package/internal/utils/values.d.ts.map +1 -0
- package/internal/utils/values.js +112 -0
- package/internal/utils/values.js.map +1 -0
- package/internal/utils/values.mjs +94 -0
- package/internal/utils/values.mjs.map +1 -0
- package/internal/utils.d.mts +7 -0
- package/internal/utils.d.mts.map +1 -0
- package/internal/utils.d.ts +7 -0
- package/internal/utils.d.ts.map +1 -0
- package/internal/utils.js +11 -0
- package/internal/utils.js.map +1 -0
- package/internal/utils.mjs +8 -0
- package/internal/utils.mjs.map +1 -0
- package/package.json +148 -0
- package/pagination.d.mts +2 -0
- package/pagination.d.mts.map +1 -0
- package/pagination.d.ts +2 -0
- package/pagination.d.ts.map +1 -0
- package/pagination.js +6 -0
- package/pagination.js.map +1 -0
- package/pagination.mjs +2 -0
- package/pagination.mjs.map +1 -0
- package/resource.d.mts +2 -0
- package/resource.d.mts.map +1 -0
- package/resource.d.ts +2 -0
- package/resource.d.ts.map +1 -0
- package/resource.js +6 -0
- package/resource.js.map +1 -0
- package/resource.mjs +2 -0
- package/resource.mjs.map +1 -0
- package/resources/beta/agent-data.d.mts +329 -0
- package/resources/beta/agent-data.d.mts.map +1 -0
- package/resources/beta/agent-data.d.ts +329 -0
- package/resources/beta/agent-data.d.ts.map +1 -0
- package/resources/beta/agent-data.js +81 -0
- package/resources/beta/agent-data.js.map +1 -0
- package/resources/beta/agent-data.mjs +77 -0
- package/resources/beta/agent-data.mjs.map +1 -0
- package/resources/beta/batch/batch.d.mts +614 -0
- package/resources/beta/batch/batch.d.mts.map +1 -0
- package/resources/beta/batch/batch.d.ts +614 -0
- package/resources/beta/batch/batch.d.ts.map +1 -0
- package/resources/beta/batch/batch.js +78 -0
- package/resources/beta/batch/batch.js.map +1 -0
- package/resources/beta/batch/batch.mjs +73 -0
- package/resources/beta/batch/batch.mjs.map +1 -0
- package/resources/beta/batch/index.d.mts +3 -0
- package/resources/beta/batch/index.d.mts.map +1 -0
- package/resources/beta/batch/index.d.ts +3 -0
- package/resources/beta/batch/index.d.ts.map +1 -0
- package/resources/beta/batch/index.js +9 -0
- package/resources/beta/batch/index.js.map +1 -0
- package/resources/beta/batch/index.mjs +4 -0
- package/resources/beta/batch/index.mjs.map +1 -0
- package/resources/beta/batch/job-items.d.mts +392 -0
- package/resources/beta/batch/job-items.d.mts.map +1 -0
- package/resources/beta/batch/job-items.d.ts +392 -0
- package/resources/beta/batch/job-items.d.ts.map +1 -0
- package/resources/beta/batch/job-items.js +35 -0
- package/resources/beta/batch/job-items.js.map +1 -0
- package/resources/beta/batch/job-items.mjs +31 -0
- package/resources/beta/batch/job-items.mjs.map +1 -0
- package/resources/beta/batch.d.mts +2 -0
- package/resources/beta/batch.d.mts.map +1 -0
- package/resources/beta/batch.d.ts +2 -0
- package/resources/beta/batch.d.ts.map +1 -0
- package/resources/beta/batch.js +6 -0
- package/resources/beta/batch.js.map +1 -0
- package/resources/beta/batch.mjs +3 -0
- package/resources/beta/batch.mjs.map +1 -0
- package/resources/beta/beta.d.mts +30 -0
- package/resources/beta/beta.d.mts.map +1 -0
- package/resources/beta/beta.d.ts +30 -0
- package/resources/beta/beta.d.ts.map +1 -0
- package/resources/beta/beta.js +35 -0
- package/resources/beta/beta.js.map +1 -0
- package/resources/beta/beta.mjs +30 -0
- package/resources/beta/beta.mjs.map +1 -0
- package/resources/beta/directories/directories.d.mts +241 -0
- package/resources/beta/directories/directories.d.mts.map +1 -0
- package/resources/beta/directories/directories.d.ts +241 -0
- package/resources/beta/directories/directories.d.ts.map +1 -0
- package/resources/beta/directories/directories.js +71 -0
- package/resources/beta/directories/directories.js.map +1 -0
- package/resources/beta/directories/directories.mjs +66 -0
- package/resources/beta/directories/directories.mjs.map +1 -0
- package/resources/beta/directories/files.d.mts +394 -0
- package/resources/beta/directories/files.d.mts.map +1 -0
- package/resources/beta/directories/files.d.ts +394 -0
- package/resources/beta/directories/files.d.ts.map +1 -0
- package/resources/beta/directories/files.js +89 -0
- package/resources/beta/directories/files.js.map +1 -0
- package/resources/beta/directories/files.mjs +85 -0
- package/resources/beta/directories/files.mjs.map +1 -0
- package/resources/beta/directories/index.d.mts +3 -0
- package/resources/beta/directories/index.d.mts.map +1 -0
- package/resources/beta/directories/index.d.ts +3 -0
- package/resources/beta/directories/index.d.ts.map +1 -0
- package/resources/beta/directories/index.js +9 -0
- package/resources/beta/directories/index.js.map +1 -0
- package/resources/beta/directories/index.mjs +4 -0
- package/resources/beta/directories/index.mjs.map +1 -0
- package/resources/beta/directories.d.mts +2 -0
- package/resources/beta/directories.d.mts.map +1 -0
- package/resources/beta/directories.d.ts +2 -0
- package/resources/beta/directories.d.ts.map +1 -0
- package/resources/beta/directories.js +6 -0
- package/resources/beta/directories.js.map +1 -0
- package/resources/beta/directories.mjs +3 -0
- package/resources/beta/directories.mjs.map +1 -0
- package/resources/beta/index.d.mts +8 -0
- package/resources/beta/index.d.mts.map +1 -0
- package/resources/beta/index.d.ts +8 -0
- package/resources/beta/index.d.ts.map +1 -0
- package/resources/beta/index.js +19 -0
- package/resources/beta/index.js.map +1 -0
- package/resources/beta/index.mjs +9 -0
- package/resources/beta/index.mjs.map +1 -0
- package/resources/beta/parse-configurations.d.mts +212 -0
- package/resources/beta/parse-configurations.d.mts.map +1 -0
- package/resources/beta/parse-configurations.d.ts +212 -0
- package/resources/beta/parse-configurations.d.ts.map +1 -0
- package/resources/beta/parse-configurations.js +82 -0
- package/resources/beta/parse-configurations.js.map +1 -0
- package/resources/beta/parse-configurations.mjs +78 -0
- package/resources/beta/parse-configurations.mjs.map +1 -0
- package/resources/beta/sheets.d.mts +319 -0
- package/resources/beta/sheets.d.mts.map +1 -0
- package/resources/beta/sheets.d.ts +319 -0
- package/resources/beta/sheets.d.ts.map +1 -0
- package/resources/beta/sheets.js +177 -0
- package/resources/beta/sheets.js.map +1 -0
- package/resources/beta/sheets.mjs +173 -0
- package/resources/beta/sheets.mjs.map +1 -0
- package/resources/beta/split.d.mts +354 -0
- package/resources/beta/split.d.mts.map +1 -0
- package/resources/beta/split.d.ts +354 -0
- package/resources/beta/split.d.ts.map +1 -0
- package/resources/beta/split.js +173 -0
- package/resources/beta/split.js.map +1 -0
- package/resources/beta/split.mjs +169 -0
- package/resources/beta/split.mjs.map +1 -0
- package/resources/beta.d.mts +2 -0
- package/resources/beta.d.mts.map +1 -0
- package/resources/beta.d.ts +2 -0
- package/resources/beta.d.ts.map +1 -0
- package/resources/beta.js +6 -0
- package/resources/beta.js.map +1 -0
- package/resources/beta.mjs +3 -0
- package/resources/beta.mjs.map +1 -0
- package/resources/classifier/classifier.d.mts +46 -0
- package/resources/classifier/classifier.d.mts.map +1 -0
- package/resources/classifier/classifier.d.ts +46 -0
- package/resources/classifier/classifier.d.ts.map +1 -0
- package/resources/classifier/classifier.js +63 -0
- package/resources/classifier/classifier.js.map +1 -0
- package/resources/classifier/classifier.mjs +58 -0
- package/resources/classifier/classifier.mjs.map +1 -0
- package/resources/classifier/index.d.mts +3 -0
- package/resources/classifier/index.d.mts.map +1 -0
- package/resources/classifier/index.d.ts +3 -0
- package/resources/classifier/index.d.ts.map +1 -0
- package/resources/classifier/index.js +9 -0
- package/resources/classifier/index.js.map +1 -0
- package/resources/classifier/index.mjs +4 -0
- package/resources/classifier/index.mjs.map +1 -0
- package/resources/classifier/jobs.d.mts +265 -0
- package/resources/classifier/jobs.d.mts.map +1 -0
- package/resources/classifier/jobs.d.ts +265 -0
- package/resources/classifier/jobs.d.ts.map +1 -0
- package/resources/classifier/jobs.js +111 -0
- package/resources/classifier/jobs.js.map +1 -0
- package/resources/classifier/jobs.mjs +107 -0
- package/resources/classifier/jobs.mjs.map +1 -0
- package/resources/classifier.d.mts +2 -0
- package/resources/classifier.d.mts.map +1 -0
- package/resources/classifier.d.ts +2 -0
- package/resources/classifier.d.ts.map +1 -0
- package/resources/classifier.js +6 -0
- package/resources/classifier.js.map +1 -0
- package/resources/classifier.mjs +3 -0
- package/resources/classifier.mjs.map +1 -0
- package/resources/data-sinks.d.mts +101 -0
- package/resources/data-sinks.d.mts.map +1 -0
- package/resources/data-sinks.d.ts +101 -0
- package/resources/data-sinks.d.ts.map +1 -0
- package/resources/data-sinks.js +49 -0
- package/resources/data-sinks.js.map +1 -0
- package/resources/data-sinks.mjs +45 -0
- package/resources/data-sinks.mjs.map +1 -0
- package/resources/data-sources.d.mts +137 -0
- package/resources/data-sources.d.mts.map +1 -0
- package/resources/data-sources.d.ts +137 -0
- package/resources/data-sources.d.ts.map +1 -0
- package/resources/data-sources.js +50 -0
- package/resources/data-sources.js.map +1 -0
- package/resources/data-sources.mjs +46 -0
- package/resources/data-sources.mjs.map +1 -0
- package/resources/extraction/extraction-agents/extraction-agents.d.mts +126 -0
- package/resources/extraction/extraction-agents/extraction-agents.d.mts.map +1 -0
- package/resources/extraction/extraction-agents/extraction-agents.d.ts +126 -0
- package/resources/extraction/extraction-agents/extraction-agents.d.ts.map +1 -0
- package/resources/extraction/extraction-agents/extraction-agents.js +56 -0
- package/resources/extraction/extraction-agents/extraction-agents.js.map +1 -0
- package/resources/extraction/extraction-agents/extraction-agents.mjs +51 -0
- package/resources/extraction/extraction-agents/extraction-agents.mjs.map +1 -0
- package/resources/extraction/extraction-agents/index.d.mts +3 -0
- package/resources/extraction/extraction-agents/index.d.mts.map +1 -0
- package/resources/extraction/extraction-agents/index.d.ts +3 -0
- package/resources/extraction/extraction-agents/index.d.ts.map +1 -0
- package/resources/extraction/extraction-agents/index.js +9 -0
- package/resources/extraction/extraction-agents/index.js.map +1 -0
- package/resources/extraction/extraction-agents/index.mjs +4 -0
- package/resources/extraction/extraction-agents/index.mjs.map +1 -0
- package/resources/extraction/extraction-agents/schema.d.mts +75 -0
- package/resources/extraction/extraction-agents/schema.d.mts.map +1 -0
- package/resources/extraction/extraction-agents/schema.d.ts +75 -0
- package/resources/extraction/extraction-agents/schema.d.ts.map +1 -0
- package/resources/extraction/extraction-agents/schema.js +28 -0
- package/resources/extraction/extraction-agents/schema.js.map +1 -0
- package/resources/extraction/extraction-agents/schema.mjs +24 -0
- package/resources/extraction/extraction-agents/schema.mjs.map +1 -0
- package/resources/extraction/extraction-agents.d.mts +2 -0
- package/resources/extraction/extraction-agents.d.mts.map +1 -0
- package/resources/extraction/extraction-agents.d.ts +2 -0
- package/resources/extraction/extraction-agents.d.ts.map +1 -0
- package/resources/extraction/extraction-agents.js +6 -0
- package/resources/extraction/extraction-agents.js.map +1 -0
- package/resources/extraction/extraction-agents.mjs +3 -0
- package/resources/extraction/extraction-agents.mjs.map +1 -0
- package/resources/extraction/extraction.d.mts +118 -0
- package/resources/extraction/extraction.d.mts.map +1 -0
- package/resources/extraction/extraction.d.ts +118 -0
- package/resources/extraction/extraction.d.ts.map +1 -0
- package/resources/extraction/extraction.js +90 -0
- package/resources/extraction/extraction.js.map +1 -0
- package/resources/extraction/extraction.mjs +85 -0
- package/resources/extraction/extraction.mjs.map +1 -0
- package/resources/extraction/index.d.mts +5 -0
- package/resources/extraction/index.d.mts.map +1 -0
- package/resources/extraction/index.d.ts +5 -0
- package/resources/extraction/index.d.ts.map +1 -0
- package/resources/extraction/index.js +13 -0
- package/resources/extraction/index.js.map +1 -0
- package/resources/extraction/index.mjs +6 -0
- package/resources/extraction/index.mjs.map +1 -0
- package/resources/extraction/jobs.d.mts +280 -0
- package/resources/extraction/jobs.d.mts.map +1 -0
- package/resources/extraction/jobs.d.ts +280 -0
- package/resources/extraction/jobs.d.ts.map +1 -0
- package/resources/extraction/jobs.js +179 -0
- package/resources/extraction/jobs.js.map +1 -0
- package/resources/extraction/jobs.mjs +175 -0
- package/resources/extraction/jobs.mjs.map +1 -0
- package/resources/extraction/runs.d.mts +198 -0
- package/resources/extraction/runs.d.mts.map +1 -0
- package/resources/extraction/runs.d.ts +198 -0
- package/resources/extraction/runs.d.ts.map +1 -0
- package/resources/extraction/runs.js +42 -0
- package/resources/extraction/runs.js.map +1 -0
- package/resources/extraction/runs.mjs +38 -0
- package/resources/extraction/runs.mjs.map +1 -0
- package/resources/extraction.d.mts +2 -0
- package/resources/extraction.d.mts.map +1 -0
- package/resources/extraction.d.ts +2 -0
- package/resources/extraction.d.ts.map +1 -0
- package/resources/extraction.js +6 -0
- package/resources/extraction.js.map +1 -0
- package/resources/extraction.mjs +3 -0
- package/resources/extraction.mjs.map +1 -0
- package/resources/files.d.mts +358 -0
- package/resources/files.d.mts.map +1 -0
- package/resources/files.d.ts +358 -0
- package/resources/files.d.ts.map +1 -0
- package/resources/files.js +61 -0
- package/resources/files.js.map +1 -0
- package/resources/files.mjs +57 -0
- package/resources/files.mjs.map +1 -0
- package/resources/index.d.mts +12 -0
- package/resources/index.d.mts.map +1 -0
- package/resources/index.d.ts +12 -0
- package/resources/index.d.ts.map +1 -0
- package/resources/index.js +27 -0
- package/resources/index.js.map +1 -0
- package/resources/index.mjs +13 -0
- package/resources/index.mjs.map +1 -0
- package/resources/parsing.d.mts +1427 -0
- package/resources/parsing.d.mts.map +1 -0
- package/resources/parsing.d.ts +1427 -0
- package/resources/parsing.d.ts.map +1 -0
- package/resources/parsing.js +176 -0
- package/resources/parsing.js.map +1 -0
- package/resources/parsing.mjs +172 -0
- package/resources/parsing.mjs.map +1 -0
- package/resources/pipelines/data-sources.d.mts +146 -0
- package/resources/pipelines/data-sources.d.mts.map +1 -0
- package/resources/pipelines/data-sources.d.ts +146 -0
- package/resources/pipelines/data-sources.d.ts.map +1 -0
- package/resources/pipelines/data-sources.js +51 -0
- package/resources/pipelines/data-sources.js.map +1 -0
- package/resources/pipelines/data-sources.mjs +47 -0
- package/resources/pipelines/data-sources.mjs.map +1 -0
- package/resources/pipelines/documents.d.mts +201 -0
- package/resources/pipelines/documents.d.mts.map +1 -0
- package/resources/pipelines/documents.d.ts +201 -0
- package/resources/pipelines/documents.d.ts.map +1 -0
- package/resources/pipelines/documents.js +73 -0
- package/resources/pipelines/documents.js.map +1 -0
- package/resources/pipelines/documents.mjs +69 -0
- package/resources/pipelines/documents.mjs.map +1 -0
- package/resources/pipelines/files.d.mts +217 -0
- package/resources/pipelines/files.d.mts.map +1 -0
- package/resources/pipelines/files.d.ts +217 -0
- package/resources/pipelines/files.d.ts.map +1 -0
- package/resources/pipelines/files.js +62 -0
- package/resources/pipelines/files.js.map +1 -0
- package/resources/pipelines/files.mjs +58 -0
- package/resources/pipelines/files.mjs.map +1 -0
- package/resources/pipelines/images.d.mts +125 -0
- package/resources/pipelines/images.d.mts.map +1 -0
- package/resources/pipelines/images.d.ts +125 -0
- package/resources/pipelines/images.d.ts.map +1 -0
- package/resources/pipelines/images.js +39 -0
- package/resources/pipelines/images.js.map +1 -0
- package/resources/pipelines/images.mjs +35 -0
- package/resources/pipelines/images.mjs.map +1 -0
- package/resources/pipelines/index.d.mts +8 -0
- package/resources/pipelines/index.d.mts.map +1 -0
- package/resources/pipelines/index.d.ts +8 -0
- package/resources/pipelines/index.d.ts.map +1 -0
- package/resources/pipelines/index.js +19 -0
- package/resources/pipelines/index.js.map +1 -0
- package/resources/pipelines/index.mjs +9 -0
- package/resources/pipelines/index.mjs.map +1 -0
- package/resources/pipelines/metadata.d.mts +24 -0
- package/resources/pipelines/metadata.d.mts.map +1 -0
- package/resources/pipelines/metadata.d.ts +24 -0
- package/resources/pipelines/metadata.d.ts.map +1 -0
- package/resources/pipelines/metadata.js +27 -0
- package/resources/pipelines/metadata.js.map +1 -0
- package/resources/pipelines/metadata.mjs +23 -0
- package/resources/pipelines/metadata.mjs.map +1 -0
- package/resources/pipelines/pipelines.d.mts +1504 -0
- package/resources/pipelines/pipelines.d.mts.map +1 -0
- package/resources/pipelines/pipelines.d.ts +1504 -0
- package/resources/pipelines/pipelines.d.ts.map +1 -0
- package/resources/pipelines/pipelines.js +106 -0
- package/resources/pipelines/pipelines.js.map +1 -0
- package/resources/pipelines/pipelines.mjs +101 -0
- package/resources/pipelines/pipelines.mjs.map +1 -0
- package/resources/pipelines/sync.d.mts +16 -0
- package/resources/pipelines/sync.d.mts.map +1 -0
- package/resources/pipelines/sync.d.ts +16 -0
- package/resources/pipelines/sync.d.ts.map +1 -0
- package/resources/pipelines/sync.js +23 -0
- package/resources/pipelines/sync.js.map +1 -0
- package/resources/pipelines/sync.mjs +19 -0
- package/resources/pipelines/sync.mjs.map +1 -0
- package/resources/pipelines.d.mts +2 -0
- package/resources/pipelines.d.mts.map +1 -0
- package/resources/pipelines.d.ts +2 -0
- package/resources/pipelines.d.ts.map +1 -0
- package/resources/pipelines.js +6 -0
- package/resources/pipelines.js.map +1 -0
- package/resources/pipelines.mjs +3 -0
- package/resources/pipelines.mjs.map +1 -0
- package/resources/projects.d.mts +52 -0
- package/resources/projects.d.mts.map +1 -0
- package/resources/projects.d.ts +52 -0
- package/resources/projects.d.ts.map +1 -0
- package/resources/projects.js +22 -0
- package/resources/projects.js.map +1 -0
- package/resources/projects.mjs +18 -0
- package/resources/projects.mjs.map +1 -0
- package/resources/retrievers/index.d.mts +2 -0
- package/resources/retrievers/index.d.mts.map +1 -0
- package/resources/retrievers/index.d.ts +2 -0
- package/resources/retrievers/index.d.ts.map +1 -0
- package/resources/retrievers/index.js +7 -0
- package/resources/retrievers/index.js.map +1 -0
- package/resources/retrievers/index.mjs +3 -0
- package/resources/retrievers/index.mjs.map +1 -0
- package/resources/retrievers/retriever.d.mts +41 -0
- package/resources/retrievers/retriever.d.mts.map +1 -0
- package/resources/retrievers/retriever.d.ts +41 -0
- package/resources/retrievers/retriever.d.ts.map +1 -0
- package/resources/retrievers/retriever.js +21 -0
- package/resources/retrievers/retriever.js.map +1 -0
- package/resources/retrievers/retriever.mjs +17 -0
- package/resources/retrievers/retriever.mjs.map +1 -0
- package/resources/retrievers/retrievers.d.mts +264 -0
- package/resources/retrievers/retrievers.d.mts.map +1 -0
- package/resources/retrievers/retrievers.d.ts +264 -0
- package/resources/retrievers/retrievers.d.ts.map +1 -0
- package/resources/retrievers/retrievers.js +77 -0
- package/resources/retrievers/retrievers.js.map +1 -0
- package/resources/retrievers/retrievers.mjs +72 -0
- package/resources/retrievers/retrievers.mjs.map +1 -0
- package/resources/retrievers.d.mts +2 -0
- package/resources/retrievers.d.mts.map +1 -0
- package/resources/retrievers.d.ts +2 -0
- package/resources/retrievers.d.ts.map +1 -0
- package/resources/retrievers.js +6 -0
- package/resources/retrievers.js.map +1 -0
- package/resources/retrievers.mjs +3 -0
- package/resources/retrievers.mjs.map +1 -0
- package/resources/shared.d.mts +498 -0
- package/resources/shared.d.mts.map +1 -0
- package/resources/shared.d.ts +498 -0
- package/resources/shared.d.ts.map +1 -0
- package/resources/shared.js +4 -0
- package/resources/shared.js.map +1 -0
- package/resources/shared.mjs +3 -0
- package/resources/shared.mjs.map +1 -0
- package/resources.d.mts +2 -0
- package/resources.d.mts.map +1 -0
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +5 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/api-promise.ts +2 -0
- package/src/client.ts +1089 -0
- package/src/core/README.md +3 -0
- package/src/core/api-promise.ts +92 -0
- package/src/core/error.ts +130 -0
- package/src/core/pagination.ts +754 -0
- package/src/core/polling.ts +145 -0
- package/src/core/resource.ts +11 -0
- package/src/core/uploads.ts +2 -0
- package/src/error.ts +2 -0
- package/src/index.ts +23 -0
- package/src/internal/README.md +3 -0
- package/src/internal/builtin-types.ts +93 -0
- package/src/internal/detect-platform.ts +196 -0
- package/src/internal/errors.ts +33 -0
- package/src/internal/headers.ts +97 -0
- package/src/internal/parse.ts +50 -0
- package/src/internal/qs/LICENSE.md +13 -0
- package/src/internal/qs/README.md +3 -0
- package/src/internal/qs/formats.ts +10 -0
- package/src/internal/qs/index.ts +13 -0
- package/src/internal/qs/stringify.ts +385 -0
- package/src/internal/qs/types.ts +71 -0
- package/src/internal/qs/utils.ts +265 -0
- package/src/internal/request-options.ts +91 -0
- package/src/internal/shim-types.ts +26 -0
- package/src/internal/shims.ts +107 -0
- package/src/internal/to-file.ts +154 -0
- package/src/internal/types.ts +95 -0
- package/src/internal/uploads.ts +187 -0
- package/src/internal/utils/base64.ts +40 -0
- package/src/internal/utils/bytes.ts +32 -0
- package/src/internal/utils/env.ts +18 -0
- package/src/internal/utils/log.ts +126 -0
- package/src/internal/utils/path.ts +88 -0
- package/src/internal/utils/sleep.ts +3 -0
- package/src/internal/utils/uuid.ts +17 -0
- package/src/internal/utils/values.ts +105 -0
- package/src/internal/utils.ts +8 -0
- package/src/lib/.keep +4 -0
- package/src/pagination.ts +2 -0
- package/src/resource.ts +2 -0
- package/src/resources/beta/agent-data.ts +466 -0
- package/src/resources/beta/batch/batch.ts +893 -0
- package/src/resources/beta/batch/index.ts +22 -0
- package/src/resources/beta/batch/job-items.ts +576 -0
- package/src/resources/beta/batch.ts +3 -0
- package/src/resources/beta/beta.ts +185 -0
- package/src/resources/beta/directories/directories.ts +391 -0
- package/src/resources/beta/directories/files.ts +554 -0
- package/src/resources/beta/directories/index.ts +30 -0
- package/src/resources/beta/directories.ts +3 -0
- package/src/resources/beta/index.ts +79 -0
- package/src/resources/beta/parse-configurations.ts +313 -0
- package/src/resources/beta/sheets.ts +485 -0
- package/src/resources/beta/split.ts +500 -0
- package/src/resources/beta.ts +3 -0
- package/src/resources/classifier/classifier.ts +92 -0
- package/src/resources/classifier/index.ts +15 -0
- package/src/resources/classifier/jobs.ts +386 -0
- package/src/resources/classifier.ts +3 -0
- package/src/resources/data-sinks.ts +174 -0
- package/src/resources/data-sources.ts +256 -0
- package/src/resources/extraction/extraction-agents/extraction-agents.ts +196 -0
- package/src/resources/extraction/extraction-agents/index.ts +18 -0
- package/src/resources/extraction/extraction-agents/schema.ts +100 -0
- package/src/resources/extraction/extraction-agents.ts +3 -0
- package/src/resources/extraction/extraction.ts +224 -0
- package/src/resources/extraction/index.ts +34 -0
- package/src/resources/extraction/jobs.ts +408 -0
- package/src/resources/extraction/runs.ts +315 -0
- package/src/resources/extraction.ts +3 -0
- package/src/resources/files.ts +463 -0
- package/src/resources/index.ts +118 -0
- package/src/resources/parsing.ts +1991 -0
- package/src/resources/pipelines/data-sources.ts +245 -0
- package/src/resources/pipelines/documents.ts +323 -0
- package/src/resources/pipelines/files.ts +306 -0
- package/src/resources/pipelines/images.ts +194 -0
- package/src/resources/pipelines/index.ts +99 -0
- package/src/resources/pipelines/metadata.ts +48 -0
- package/src/resources/pipelines/pipelines.ts +2214 -0
- package/src/resources/pipelines/sync.ts +24 -0
- package/src/resources/pipelines.ts +3 -0
- package/src/resources/projects.ts +84 -0
- package/src/resources/retrievers/index.ts +18 -0
- package/src/resources/retrievers/retriever.ts +62 -0
- package/src/resources/retrievers/retrievers.ts +379 -0
- package/src/resources/retrievers.ts +3 -0
- package/src/resources/shared.ts +635 -0
- package/src/resources.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/src/uploads.ts +2 -0
- package/src/version.ts +1 -0
- package/uploads.d.mts +2 -0
- package/uploads.d.mts.map +1 -0
- package/uploads.d.ts +2 -0
- package/uploads.d.ts.map +1 -0
- package/uploads.js +6 -0
- package/uploads.js.map +1 -0
- package/uploads.mjs +2 -0
- package/uploads.mjs.map +1 -0
- package/version.d.mts +2 -0
- package/version.d.mts.map +1 -0
- package/version.d.ts +2 -0
- package/version.d.ts.map +1 -0
- package/version.js +5 -0
- package/version.js.map +1 -0
- package/version.mjs +2 -0
- package/version.mjs.map +1 -0
package/client.d.mts
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import type { RequestInit, RequestInfo } from "./internal/builtin-types.mjs";
|
|
2
|
+
import type { PromiseOrValue, MergedRequestInit, FinalizedRequestInit } from "./internal/types.mjs";
|
|
3
|
+
export type { Logger, LogLevel } from "./internal/utils/log.mjs";
|
|
4
|
+
import * as Opts from "./internal/request-options.mjs";
|
|
5
|
+
import * as Errors from "./core/error.mjs";
|
|
6
|
+
import * as Pagination from "./core/pagination.mjs";
|
|
7
|
+
import { type PaginatedAgentDataAggregateParams, PaginatedAgentDataAggregateResponse, type PaginatedAgentDataSearchParams, PaginatedAgentDataSearchResponse, type PaginatedBatchItemsParams, PaginatedBatchItemsResponse, type PaginatedClassifyJobsParams, PaginatedClassifyJobsResponse, type PaginatedCloudDocumentsParams, PaginatedCloudDocumentsResponse, type PaginatedExtractRunsParams, PaginatedExtractRunsResponse, type PaginatedJobsHistoryParams, PaginatedJobsHistoryResponse, type PaginatedPipelineFilesParams, PaginatedPipelineFilesResponse, type PaginatedQuotaConfigurationsParams, PaginatedQuotaConfigurationsResponse, type PaginatedSpreadsheetJobsParams, PaginatedSpreadsheetJobsResponse } from "./core/pagination.mjs";
|
|
8
|
+
import * as Uploads from "./core/uploads.mjs";
|
|
9
|
+
import * as API from "./resources/index.mjs";
|
|
10
|
+
import { APIPromise } from "./core/api-promise.mjs";
|
|
11
|
+
import { DataSink, DataSinkCreateParams, DataSinkListParams, DataSinkListResponse, DataSinkUpdateParams, DataSinks } from "./resources/data-sinks.mjs";
|
|
12
|
+
import { DataSource, DataSourceCreateParams, DataSourceListParams, DataSourceListResponse, DataSourceReaderVersionMetadata, DataSourceUpdateParams, DataSources } from "./resources/data-sources.mjs";
|
|
13
|
+
import { File, FileCreate, FileCreateParams, FileCreateResponse, FileDeleteParams, FileGetParams, FileQueryParams, FileQueryResponse, Files, PresignedURL } from "./resources/files.mjs";
|
|
14
|
+
import { BBox, FailPageMode, ListItem, LlamaParseSupportedFileExtensions, Parsing, ParsingCreateParams, ParsingCreateResponse, ParsingGetParams, ParsingGetResponse, ParsingJob, ParsingLanguages, ParsingListParams, ParsingListResponse, ParsingListResponsesPaginatedClassifyJobs, ParsingMode, StatusEnum } from "./resources/parsing.mjs";
|
|
15
|
+
import { Project, ProjectGetParams, ProjectListParams, ProjectListResponse, Projects } from "./resources/projects.mjs";
|
|
16
|
+
import { Beta } from "./resources/beta/beta.mjs";
|
|
17
|
+
import { Classifier } from "./resources/classifier/classifier.mjs";
|
|
18
|
+
import { Extraction, ExtractionRunParams } from "./resources/extraction/extraction.mjs";
|
|
19
|
+
import { AdvancedModeTransformConfig, AutoTransformConfig, AzureOpenAIEmbedding, AzureOpenAIEmbeddingConfig, BedrockEmbedding, BedrockEmbeddingConfig, CohereEmbedding, CohereEmbeddingConfig, DataSinkCreate, GeminiEmbedding, GeminiEmbeddingConfig, HuggingFaceInferenceAPIEmbedding, HuggingFaceInferenceAPIEmbeddingConfig, LlamaParseParameters, LlmParameters, ManagedIngestionStatusResponse, MessageRole, MetadataFilters, OpenAIEmbedding, OpenAIEmbeddingConfig, PageFigureNodeWithScore, PageScreenshotNodeWithScore, Pipeline, PipelineCreate, PipelineCreateParams, PipelineGetStatusParams, PipelineListParams, PipelineListResponse, PipelineMetadataConfig, PipelineRetrieveParams, PipelineRetrieveResponse, PipelineType, PipelineUpdateParams, PipelineUpsertParams, Pipelines, PresetRetrievalParams, RetrievalMode, SparseModelConfig, VertexAIEmbeddingConfig, VertexTextEmbedding } from "./resources/pipelines/pipelines.mjs";
|
|
20
|
+
import { CompositeRetrievalMode, CompositeRetrievalResult, ReRankConfig, Retriever, RetrieverCreate, RetrieverCreateParams, RetrieverGetParams, RetrieverListParams, RetrieverListResponse, RetrieverPipeline, RetrieverSearchParams, RetrieverUpdateParams, RetrieverUpsertParams, Retrievers } from "./resources/retrievers/retrievers.mjs";
|
|
21
|
+
import { type Fetch } from "./internal/builtin-types.mjs";
|
|
22
|
+
import { HeadersLike, NullableHeaders } from "./internal/headers.mjs";
|
|
23
|
+
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.mjs";
|
|
24
|
+
import { type LogLevel, type Logger } from "./internal/utils/log.mjs";
|
|
25
|
+
export interface ClientOptions {
|
|
26
|
+
/**
|
|
27
|
+
* Defaults to process.env['LLAMA_CLOUD_API_KEY'].
|
|
28
|
+
*/
|
|
29
|
+
apiKey?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
32
|
+
*
|
|
33
|
+
* Defaults to process.env['LLAMA_CLOUD_BASE_URL'].
|
|
34
|
+
*/
|
|
35
|
+
baseURL?: string | null | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
38
|
+
* from the server before timing out a single request.
|
|
39
|
+
*
|
|
40
|
+
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
41
|
+
* much longer than this timeout before the promise succeeds or fails.
|
|
42
|
+
*
|
|
43
|
+
* @unit milliseconds
|
|
44
|
+
*/
|
|
45
|
+
timeout?: number | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* Additional `RequestInit` options to be passed to `fetch` calls.
|
|
48
|
+
* Properties will be overridden by per-request `fetchOptions`.
|
|
49
|
+
*/
|
|
50
|
+
fetchOptions?: MergedRequestInit | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* Specify a custom `fetch` function implementation.
|
|
53
|
+
*
|
|
54
|
+
* If not provided, we expect that `fetch` is defined globally.
|
|
55
|
+
*/
|
|
56
|
+
fetch?: Fetch | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* The maximum number of times that the client will retry a request in case of a
|
|
59
|
+
* temporary failure, like a network error or a 5XX error from the server.
|
|
60
|
+
*
|
|
61
|
+
* @default 2
|
|
62
|
+
*/
|
|
63
|
+
maxRetries?: number | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* Default headers to include with every request to the API.
|
|
66
|
+
*
|
|
67
|
+
* These can be removed in individual requests by explicitly setting the
|
|
68
|
+
* header to `null` in request options.
|
|
69
|
+
*/
|
|
70
|
+
defaultHeaders?: HeadersLike | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* Default query parameters to include with every request to the API.
|
|
73
|
+
*
|
|
74
|
+
* These can be removed in individual requests by explicitly setting the
|
|
75
|
+
* param to `undefined` in request options.
|
|
76
|
+
*/
|
|
77
|
+
defaultQuery?: Record<string, string | undefined> | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* Set the log level.
|
|
80
|
+
*
|
|
81
|
+
* Defaults to process.env['LLAMA_CLOUD_LOG'] or 'warn' if it isn't set.
|
|
82
|
+
*/
|
|
83
|
+
logLevel?: LogLevel | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* Set the logger.
|
|
86
|
+
*
|
|
87
|
+
* Defaults to globalThis.console.
|
|
88
|
+
*/
|
|
89
|
+
logger?: Logger | undefined;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* API Client for interfacing with the Llama Cloud API.
|
|
93
|
+
*/
|
|
94
|
+
export declare class LlamaCloud {
|
|
95
|
+
#private;
|
|
96
|
+
apiKey: string;
|
|
97
|
+
baseURL: string;
|
|
98
|
+
maxRetries: number;
|
|
99
|
+
timeout: number;
|
|
100
|
+
logger: Logger;
|
|
101
|
+
logLevel: LogLevel | undefined;
|
|
102
|
+
fetchOptions: MergedRequestInit | undefined;
|
|
103
|
+
private fetch;
|
|
104
|
+
protected idempotencyHeader?: string;
|
|
105
|
+
private _options;
|
|
106
|
+
/**
|
|
107
|
+
* API Client for interfacing with the Llama Cloud API.
|
|
108
|
+
*
|
|
109
|
+
* @param {string | undefined} [opts.apiKey=process.env['LLAMA_CLOUD_API_KEY'] ?? undefined]
|
|
110
|
+
* @param {string} [opts.baseURL=process.env['LLAMA_CLOUD_BASE_URL'] ?? https://api.cloud.llamaindex.ai] - Override the default base URL for the API.
|
|
111
|
+
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
112
|
+
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
113
|
+
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
114
|
+
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
115
|
+
* @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
116
|
+
* @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
117
|
+
*/
|
|
118
|
+
constructor({ baseURL, apiKey, ...opts }?: ClientOptions);
|
|
119
|
+
/**
|
|
120
|
+
* Create a new client instance re-using the same options given to the current client with optional overriding.
|
|
121
|
+
*/
|
|
122
|
+
withOptions(options: Partial<ClientOptions>): this;
|
|
123
|
+
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
124
|
+
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
125
|
+
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
126
|
+
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
127
|
+
private getUserAgent;
|
|
128
|
+
protected defaultIdempotencyKey(): string;
|
|
129
|
+
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
130
|
+
buildURL(path: string, query: Record<string, unknown> | null | undefined, defaultBaseURL?: string | undefined): string;
|
|
131
|
+
/**
|
|
132
|
+
* Used as a callback for mutating the given `FinalRequestOptions` object.
|
|
133
|
+
*/
|
|
134
|
+
protected prepareOptions(options: FinalRequestOptions): Promise<void>;
|
|
135
|
+
/**
|
|
136
|
+
* Used as a callback for mutating the given `RequestInit` object.
|
|
137
|
+
*
|
|
138
|
+
* This is useful for cases where you want to add certain headers based off of
|
|
139
|
+
* the request properties, e.g. `method` or `url`.
|
|
140
|
+
*/
|
|
141
|
+
protected prepareRequest(request: RequestInit, { url, options }: {
|
|
142
|
+
url: string;
|
|
143
|
+
options: FinalRequestOptions;
|
|
144
|
+
}): Promise<void>;
|
|
145
|
+
get<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
146
|
+
post<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
147
|
+
patch<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
148
|
+
put<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
149
|
+
delete<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
150
|
+
private methodRequest;
|
|
151
|
+
request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
152
|
+
private makeRequest;
|
|
153
|
+
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
154
|
+
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
155
|
+
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
156
|
+
private shouldRetry;
|
|
157
|
+
private retryRequest;
|
|
158
|
+
private calculateDefaultRetryTimeoutMillis;
|
|
159
|
+
buildRequest(inputOptions: FinalRequestOptions, { retryCount }?: {
|
|
160
|
+
retryCount?: number;
|
|
161
|
+
}): Promise<{
|
|
162
|
+
req: FinalizedRequestInit;
|
|
163
|
+
url: string;
|
|
164
|
+
timeout: number;
|
|
165
|
+
}>;
|
|
166
|
+
private buildHeaders;
|
|
167
|
+
private buildBody;
|
|
168
|
+
static LlamaCloud: typeof LlamaCloud;
|
|
169
|
+
static DEFAULT_TIMEOUT: number;
|
|
170
|
+
static LlamaCloudError: typeof Errors.LlamaCloudError;
|
|
171
|
+
static APIError: typeof Errors.APIError;
|
|
172
|
+
static APIConnectionError: typeof Errors.APIConnectionError;
|
|
173
|
+
static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
|
|
174
|
+
static APIUserAbortError: typeof Errors.APIUserAbortError;
|
|
175
|
+
static NotFoundError: typeof Errors.NotFoundError;
|
|
176
|
+
static ConflictError: typeof Errors.ConflictError;
|
|
177
|
+
static RateLimitError: typeof Errors.RateLimitError;
|
|
178
|
+
static BadRequestError: typeof Errors.BadRequestError;
|
|
179
|
+
static AuthenticationError: typeof Errors.AuthenticationError;
|
|
180
|
+
static InternalServerError: typeof Errors.InternalServerError;
|
|
181
|
+
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
182
|
+
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
183
|
+
static toFile: typeof Uploads.toFile;
|
|
184
|
+
projects: API.Projects;
|
|
185
|
+
dataSinks: API.DataSinks;
|
|
186
|
+
dataSources: API.DataSources;
|
|
187
|
+
files: API.Files;
|
|
188
|
+
pipelines: API.Pipelines;
|
|
189
|
+
retrievers: API.Retrievers;
|
|
190
|
+
parsing: API.Parsing;
|
|
191
|
+
classifier: API.Classifier;
|
|
192
|
+
extraction: API.Extraction;
|
|
193
|
+
beta: API.Beta;
|
|
194
|
+
}
|
|
195
|
+
export declare namespace LlamaCloud {
|
|
196
|
+
export type RequestOptions = Opts.RequestOptions;
|
|
197
|
+
export import PaginatedJobsHistory = Pagination.PaginatedJobsHistory;
|
|
198
|
+
export { type PaginatedJobsHistoryParams as PaginatedJobsHistoryParams, type PaginatedJobsHistoryResponse as PaginatedJobsHistoryResponse, };
|
|
199
|
+
export import PaginatedPipelineFiles = Pagination.PaginatedPipelineFiles;
|
|
200
|
+
export { type PaginatedPipelineFilesParams as PaginatedPipelineFilesParams, type PaginatedPipelineFilesResponse as PaginatedPipelineFilesResponse, };
|
|
201
|
+
export import PaginatedBatchItems = Pagination.PaginatedBatchItems;
|
|
202
|
+
export { type PaginatedBatchItemsParams as PaginatedBatchItemsParams, type PaginatedBatchItemsResponse as PaginatedBatchItemsResponse, };
|
|
203
|
+
export import PaginatedExtractRuns = Pagination.PaginatedExtractRuns;
|
|
204
|
+
export { type PaginatedExtractRunsParams as PaginatedExtractRunsParams, type PaginatedExtractRunsResponse as PaginatedExtractRunsResponse, };
|
|
205
|
+
export import PaginatedCloudDocuments = Pagination.PaginatedCloudDocuments;
|
|
206
|
+
export { type PaginatedCloudDocumentsParams as PaginatedCloudDocumentsParams, type PaginatedCloudDocumentsResponse as PaginatedCloudDocumentsResponse, };
|
|
207
|
+
export import PaginatedQuotaConfigurations = Pagination.PaginatedQuotaConfigurations;
|
|
208
|
+
export { type PaginatedQuotaConfigurationsParams as PaginatedQuotaConfigurationsParams, type PaginatedQuotaConfigurationsResponse as PaginatedQuotaConfigurationsResponse, };
|
|
209
|
+
export import PaginatedClassifyJobs = Pagination.PaginatedClassifyJobs;
|
|
210
|
+
export { type PaginatedClassifyJobsParams as PaginatedClassifyJobsParams, type PaginatedClassifyJobsResponse as PaginatedClassifyJobsResponse, };
|
|
211
|
+
export import PaginatedSpreadsheetJobs = Pagination.PaginatedSpreadsheetJobs;
|
|
212
|
+
export { type PaginatedSpreadsheetJobsParams as PaginatedSpreadsheetJobsParams, type PaginatedSpreadsheetJobsResponse as PaginatedSpreadsheetJobsResponse, };
|
|
213
|
+
export import PaginatedAgentDataSearch = Pagination.PaginatedAgentDataSearch;
|
|
214
|
+
export { type PaginatedAgentDataSearchParams as PaginatedAgentDataSearchParams, type PaginatedAgentDataSearchResponse as PaginatedAgentDataSearchResponse, };
|
|
215
|
+
export import PaginatedAgentDataAggregate = Pagination.PaginatedAgentDataAggregate;
|
|
216
|
+
export { type PaginatedAgentDataAggregateParams as PaginatedAgentDataAggregateParams, type PaginatedAgentDataAggregateResponse as PaginatedAgentDataAggregateResponse, };
|
|
217
|
+
export { Projects as Projects, type Project as Project, type ProjectListResponse as ProjectListResponse, type ProjectListParams as ProjectListParams, type ProjectGetParams as ProjectGetParams, };
|
|
218
|
+
export { DataSinks as DataSinks, type DataSink as DataSink, type DataSinkListResponse as DataSinkListResponse, type DataSinkCreateParams as DataSinkCreateParams, type DataSinkUpdateParams as DataSinkUpdateParams, type DataSinkListParams as DataSinkListParams, };
|
|
219
|
+
export { DataSources as DataSources, type DataSource as DataSource, type DataSourceReaderVersionMetadata as DataSourceReaderVersionMetadata, type DataSourceListResponse as DataSourceListResponse, type DataSourceCreateParams as DataSourceCreateParams, type DataSourceUpdateParams as DataSourceUpdateParams, type DataSourceListParams as DataSourceListParams, };
|
|
220
|
+
export { Files as Files, type File as File, type FileCreate as FileCreate, type PresignedURL as PresignedURL, type FileCreateResponse as FileCreateResponse, type FileQueryResponse as FileQueryResponse, type FileCreateParams as FileCreateParams, type FileDeleteParams as FileDeleteParams, type FileGetParams as FileGetParams, type FileQueryParams as FileQueryParams, };
|
|
221
|
+
export { Pipelines as Pipelines, type AdvancedModeTransformConfig as AdvancedModeTransformConfig, type AutoTransformConfig as AutoTransformConfig, type AzureOpenAIEmbedding as AzureOpenAIEmbedding, type AzureOpenAIEmbeddingConfig as AzureOpenAIEmbeddingConfig, type BedrockEmbedding as BedrockEmbedding, type BedrockEmbeddingConfig as BedrockEmbeddingConfig, type CohereEmbedding as CohereEmbedding, type CohereEmbeddingConfig as CohereEmbeddingConfig, type DataSinkCreate as DataSinkCreate, type GeminiEmbedding as GeminiEmbedding, type GeminiEmbeddingConfig as GeminiEmbeddingConfig, type HuggingFaceInferenceAPIEmbedding as HuggingFaceInferenceAPIEmbedding, type HuggingFaceInferenceAPIEmbeddingConfig as HuggingFaceInferenceAPIEmbeddingConfig, type LlamaParseParameters as LlamaParseParameters, type LlmParameters as LlmParameters, type ManagedIngestionStatusResponse as ManagedIngestionStatusResponse, type MessageRole as MessageRole, type MetadataFilters as MetadataFilters, type OpenAIEmbedding as OpenAIEmbedding, type OpenAIEmbeddingConfig as OpenAIEmbeddingConfig, type PageFigureNodeWithScore as PageFigureNodeWithScore, type PageScreenshotNodeWithScore as PageScreenshotNodeWithScore, type Pipeline as Pipeline, type PipelineCreate as PipelineCreate, type PipelineMetadataConfig as PipelineMetadataConfig, type PipelineType as PipelineType, type PresetRetrievalParams as PresetRetrievalParams, type RetrievalMode as RetrievalMode, type SparseModelConfig as SparseModelConfig, type VertexAIEmbeddingConfig as VertexAIEmbeddingConfig, type VertexTextEmbedding as VertexTextEmbedding, type PipelineRetrieveResponse as PipelineRetrieveResponse, type PipelineListResponse as PipelineListResponse, type PipelineCreateParams as PipelineCreateParams, type PipelineRetrieveParams as PipelineRetrieveParams, type PipelineUpdateParams as PipelineUpdateParams, type PipelineListParams as PipelineListParams, type PipelineGetStatusParams as PipelineGetStatusParams, type PipelineUpsertParams as PipelineUpsertParams, };
|
|
222
|
+
export { Retrievers as Retrievers, type CompositeRetrievalMode as CompositeRetrievalMode, type CompositeRetrievalResult as CompositeRetrievalResult, type ReRankConfig as ReRankConfig, type Retriever as Retriever, type RetrieverCreate as RetrieverCreate, type RetrieverPipeline as RetrieverPipeline, type RetrieverListResponse as RetrieverListResponse, type RetrieverCreateParams as RetrieverCreateParams, type RetrieverUpdateParams as RetrieverUpdateParams, type RetrieverListParams as RetrieverListParams, type RetrieverGetParams as RetrieverGetParams, type RetrieverSearchParams as RetrieverSearchParams, type RetrieverUpsertParams as RetrieverUpsertParams, };
|
|
223
|
+
export { Parsing as Parsing, type BBox as BBox, type FailPageMode as FailPageMode, type ListItem as ListItem, type LlamaParseSupportedFileExtensions as LlamaParseSupportedFileExtensions, type ParsingJob as ParsingJob, type ParsingLanguages as ParsingLanguages, type ParsingMode as ParsingMode, type StatusEnum as StatusEnum, type ParsingCreateResponse as ParsingCreateResponse, type ParsingListResponse as ParsingListResponse, type ParsingGetResponse as ParsingGetResponse, type ParsingListResponsesPaginatedClassifyJobs as ParsingListResponsesPaginatedClassifyJobs, type ParsingCreateParams as ParsingCreateParams, type ParsingListParams as ParsingListParams, type ParsingGetParams as ParsingGetParams, };
|
|
224
|
+
export { Classifier as Classifier };
|
|
225
|
+
export { Extraction as Extraction, type ExtractionRunParams as ExtractionRunParams };
|
|
226
|
+
export { Beta as Beta };
|
|
227
|
+
export type CloudAstraDBVectorStore = API.CloudAstraDBVectorStore;
|
|
228
|
+
export type CloudAzStorageBlobDataSource = API.CloudAzStorageBlobDataSource;
|
|
229
|
+
export type CloudAzureAISearchVectorStore = API.CloudAzureAISearchVectorStore;
|
|
230
|
+
export type CloudBoxDataSource = API.CloudBoxDataSource;
|
|
231
|
+
export type CloudConfluenceDataSource = API.CloudConfluenceDataSource;
|
|
232
|
+
export type CloudJiraDataSource = API.CloudJiraDataSource;
|
|
233
|
+
export type CloudJiraDataSourceV2 = API.CloudJiraDataSourceV2;
|
|
234
|
+
export type CloudMilvusVectorStore = API.CloudMilvusVectorStore;
|
|
235
|
+
export type CloudMongoDBAtlasVectorSearch = API.CloudMongoDBAtlasVectorSearch;
|
|
236
|
+
export type CloudNotionPageDataSource = API.CloudNotionPageDataSource;
|
|
237
|
+
export type CloudOneDriveDataSource = API.CloudOneDriveDataSource;
|
|
238
|
+
export type CloudPineconeVectorStore = API.CloudPineconeVectorStore;
|
|
239
|
+
export type CloudPostgresVectorStore = API.CloudPostgresVectorStore;
|
|
240
|
+
export type CloudQdrantVectorStore = API.CloudQdrantVectorStore;
|
|
241
|
+
export type CloudS3DataSource = API.CloudS3DataSource;
|
|
242
|
+
export type CloudSharepointDataSource = API.CloudSharepointDataSource;
|
|
243
|
+
export type CloudSlackDataSource = API.CloudSlackDataSource;
|
|
244
|
+
export type FailureHandlingConfig = API.FailureHandlingConfig;
|
|
245
|
+
export type PgVectorHnswSettings = API.PgVectorHnswSettings;
|
|
246
|
+
}
|
|
247
|
+
//# sourceMappingURL=client.d.mts.map
|
package/client.d.mts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client.d.mts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|
package/client.d.ts
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import type { RequestInit, RequestInfo } from "./internal/builtin-types.js";
|
|
2
|
+
import type { PromiseOrValue, MergedRequestInit, FinalizedRequestInit } from "./internal/types.js";
|
|
3
|
+
export type { Logger, LogLevel } from "./internal/utils/log.js";
|
|
4
|
+
import * as Opts from "./internal/request-options.js";
|
|
5
|
+
import * as Errors from "./core/error.js";
|
|
6
|
+
import * as Pagination from "./core/pagination.js";
|
|
7
|
+
import { type PaginatedAgentDataAggregateParams, PaginatedAgentDataAggregateResponse, type PaginatedAgentDataSearchParams, PaginatedAgentDataSearchResponse, type PaginatedBatchItemsParams, PaginatedBatchItemsResponse, type PaginatedClassifyJobsParams, PaginatedClassifyJobsResponse, type PaginatedCloudDocumentsParams, PaginatedCloudDocumentsResponse, type PaginatedExtractRunsParams, PaginatedExtractRunsResponse, type PaginatedJobsHistoryParams, PaginatedJobsHistoryResponse, type PaginatedPipelineFilesParams, PaginatedPipelineFilesResponse, type PaginatedQuotaConfigurationsParams, PaginatedQuotaConfigurationsResponse, type PaginatedSpreadsheetJobsParams, PaginatedSpreadsheetJobsResponse } from "./core/pagination.js";
|
|
8
|
+
import * as Uploads from "./core/uploads.js";
|
|
9
|
+
import * as API from "./resources/index.js";
|
|
10
|
+
import { APIPromise } from "./core/api-promise.js";
|
|
11
|
+
import { DataSink, DataSinkCreateParams, DataSinkListParams, DataSinkListResponse, DataSinkUpdateParams, DataSinks } from "./resources/data-sinks.js";
|
|
12
|
+
import { DataSource, DataSourceCreateParams, DataSourceListParams, DataSourceListResponse, DataSourceReaderVersionMetadata, DataSourceUpdateParams, DataSources } from "./resources/data-sources.js";
|
|
13
|
+
import { File, FileCreate, FileCreateParams, FileCreateResponse, FileDeleteParams, FileGetParams, FileQueryParams, FileQueryResponse, Files, PresignedURL } from "./resources/files.js";
|
|
14
|
+
import { BBox, FailPageMode, ListItem, LlamaParseSupportedFileExtensions, Parsing, ParsingCreateParams, ParsingCreateResponse, ParsingGetParams, ParsingGetResponse, ParsingJob, ParsingLanguages, ParsingListParams, ParsingListResponse, ParsingListResponsesPaginatedClassifyJobs, ParsingMode, StatusEnum } from "./resources/parsing.js";
|
|
15
|
+
import { Project, ProjectGetParams, ProjectListParams, ProjectListResponse, Projects } from "./resources/projects.js";
|
|
16
|
+
import { Beta } from "./resources/beta/beta.js";
|
|
17
|
+
import { Classifier } from "./resources/classifier/classifier.js";
|
|
18
|
+
import { Extraction, ExtractionRunParams } from "./resources/extraction/extraction.js";
|
|
19
|
+
import { AdvancedModeTransformConfig, AutoTransformConfig, AzureOpenAIEmbedding, AzureOpenAIEmbeddingConfig, BedrockEmbedding, BedrockEmbeddingConfig, CohereEmbedding, CohereEmbeddingConfig, DataSinkCreate, GeminiEmbedding, GeminiEmbeddingConfig, HuggingFaceInferenceAPIEmbedding, HuggingFaceInferenceAPIEmbeddingConfig, LlamaParseParameters, LlmParameters, ManagedIngestionStatusResponse, MessageRole, MetadataFilters, OpenAIEmbedding, OpenAIEmbeddingConfig, PageFigureNodeWithScore, PageScreenshotNodeWithScore, Pipeline, PipelineCreate, PipelineCreateParams, PipelineGetStatusParams, PipelineListParams, PipelineListResponse, PipelineMetadataConfig, PipelineRetrieveParams, PipelineRetrieveResponse, PipelineType, PipelineUpdateParams, PipelineUpsertParams, Pipelines, PresetRetrievalParams, RetrievalMode, SparseModelConfig, VertexAIEmbeddingConfig, VertexTextEmbedding } from "./resources/pipelines/pipelines.js";
|
|
20
|
+
import { CompositeRetrievalMode, CompositeRetrievalResult, ReRankConfig, Retriever, RetrieverCreate, RetrieverCreateParams, RetrieverGetParams, RetrieverListParams, RetrieverListResponse, RetrieverPipeline, RetrieverSearchParams, RetrieverUpdateParams, RetrieverUpsertParams, Retrievers } from "./resources/retrievers/retrievers.js";
|
|
21
|
+
import { type Fetch } from "./internal/builtin-types.js";
|
|
22
|
+
import { HeadersLike, NullableHeaders } from "./internal/headers.js";
|
|
23
|
+
import { FinalRequestOptions, RequestOptions } from "./internal/request-options.js";
|
|
24
|
+
import { type LogLevel, type Logger } from "./internal/utils/log.js";
|
|
25
|
+
export interface ClientOptions {
|
|
26
|
+
/**
|
|
27
|
+
* Defaults to process.env['LLAMA_CLOUD_API_KEY'].
|
|
28
|
+
*/
|
|
29
|
+
apiKey?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* Override the default base URL for the API, e.g., "https://api.example.com/v2/"
|
|
32
|
+
*
|
|
33
|
+
* Defaults to process.env['LLAMA_CLOUD_BASE_URL'].
|
|
34
|
+
*/
|
|
35
|
+
baseURL?: string | null | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The maximum amount of time (in milliseconds) that the client should wait for a response
|
|
38
|
+
* from the server before timing out a single request.
|
|
39
|
+
*
|
|
40
|
+
* Note that request timeouts are retried by default, so in a worst-case scenario you may wait
|
|
41
|
+
* much longer than this timeout before the promise succeeds or fails.
|
|
42
|
+
*
|
|
43
|
+
* @unit milliseconds
|
|
44
|
+
*/
|
|
45
|
+
timeout?: number | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* Additional `RequestInit` options to be passed to `fetch` calls.
|
|
48
|
+
* Properties will be overridden by per-request `fetchOptions`.
|
|
49
|
+
*/
|
|
50
|
+
fetchOptions?: MergedRequestInit | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* Specify a custom `fetch` function implementation.
|
|
53
|
+
*
|
|
54
|
+
* If not provided, we expect that `fetch` is defined globally.
|
|
55
|
+
*/
|
|
56
|
+
fetch?: Fetch | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* The maximum number of times that the client will retry a request in case of a
|
|
59
|
+
* temporary failure, like a network error or a 5XX error from the server.
|
|
60
|
+
*
|
|
61
|
+
* @default 2
|
|
62
|
+
*/
|
|
63
|
+
maxRetries?: number | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* Default headers to include with every request to the API.
|
|
66
|
+
*
|
|
67
|
+
* These can be removed in individual requests by explicitly setting the
|
|
68
|
+
* header to `null` in request options.
|
|
69
|
+
*/
|
|
70
|
+
defaultHeaders?: HeadersLike | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* Default query parameters to include with every request to the API.
|
|
73
|
+
*
|
|
74
|
+
* These can be removed in individual requests by explicitly setting the
|
|
75
|
+
* param to `undefined` in request options.
|
|
76
|
+
*/
|
|
77
|
+
defaultQuery?: Record<string, string | undefined> | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* Set the log level.
|
|
80
|
+
*
|
|
81
|
+
* Defaults to process.env['LLAMA_CLOUD_LOG'] or 'warn' if it isn't set.
|
|
82
|
+
*/
|
|
83
|
+
logLevel?: LogLevel | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* Set the logger.
|
|
86
|
+
*
|
|
87
|
+
* Defaults to globalThis.console.
|
|
88
|
+
*/
|
|
89
|
+
logger?: Logger | undefined;
|
|
90
|
+
}
|
|
91
|
+
/**
|
|
92
|
+
* API Client for interfacing with the Llama Cloud API.
|
|
93
|
+
*/
|
|
94
|
+
export declare class LlamaCloud {
|
|
95
|
+
#private;
|
|
96
|
+
apiKey: string;
|
|
97
|
+
baseURL: string;
|
|
98
|
+
maxRetries: number;
|
|
99
|
+
timeout: number;
|
|
100
|
+
logger: Logger;
|
|
101
|
+
logLevel: LogLevel | undefined;
|
|
102
|
+
fetchOptions: MergedRequestInit | undefined;
|
|
103
|
+
private fetch;
|
|
104
|
+
protected idempotencyHeader?: string;
|
|
105
|
+
private _options;
|
|
106
|
+
/**
|
|
107
|
+
* API Client for interfacing with the Llama Cloud API.
|
|
108
|
+
*
|
|
109
|
+
* @param {string | undefined} [opts.apiKey=process.env['LLAMA_CLOUD_API_KEY'] ?? undefined]
|
|
110
|
+
* @param {string} [opts.baseURL=process.env['LLAMA_CLOUD_BASE_URL'] ?? https://api.cloud.llamaindex.ai] - Override the default base URL for the API.
|
|
111
|
+
* @param {number} [opts.timeout=1 minute] - The maximum amount of time (in milliseconds) the client will wait for a response before timing out.
|
|
112
|
+
* @param {MergedRequestInit} [opts.fetchOptions] - Additional `RequestInit` options to be passed to `fetch` calls.
|
|
113
|
+
* @param {Fetch} [opts.fetch] - Specify a custom `fetch` function implementation.
|
|
114
|
+
* @param {number} [opts.maxRetries=2] - The maximum number of times the client will retry a request.
|
|
115
|
+
* @param {HeadersLike} opts.defaultHeaders - Default headers to include with every request to the API.
|
|
116
|
+
* @param {Record<string, string | undefined>} opts.defaultQuery - Default query parameters to include with every request to the API.
|
|
117
|
+
*/
|
|
118
|
+
constructor({ baseURL, apiKey, ...opts }?: ClientOptions);
|
|
119
|
+
/**
|
|
120
|
+
* Create a new client instance re-using the same options given to the current client with optional overriding.
|
|
121
|
+
*/
|
|
122
|
+
withOptions(options: Partial<ClientOptions>): this;
|
|
123
|
+
protected defaultQuery(): Record<string, string | undefined> | undefined;
|
|
124
|
+
protected validateHeaders({ values, nulls }: NullableHeaders): void;
|
|
125
|
+
protected authHeaders(opts: FinalRequestOptions): Promise<NullableHeaders | undefined>;
|
|
126
|
+
protected stringifyQuery(query: Record<string, unknown>): string;
|
|
127
|
+
private getUserAgent;
|
|
128
|
+
protected defaultIdempotencyKey(): string;
|
|
129
|
+
protected makeStatusError(status: number, error: Object, message: string | undefined, headers: Headers): Errors.APIError;
|
|
130
|
+
buildURL(path: string, query: Record<string, unknown> | null | undefined, defaultBaseURL?: string | undefined): string;
|
|
131
|
+
/**
|
|
132
|
+
* Used as a callback for mutating the given `FinalRequestOptions` object.
|
|
133
|
+
*/
|
|
134
|
+
protected prepareOptions(options: FinalRequestOptions): Promise<void>;
|
|
135
|
+
/**
|
|
136
|
+
* Used as a callback for mutating the given `RequestInit` object.
|
|
137
|
+
*
|
|
138
|
+
* This is useful for cases where you want to add certain headers based off of
|
|
139
|
+
* the request properties, e.g. `method` or `url`.
|
|
140
|
+
*/
|
|
141
|
+
protected prepareRequest(request: RequestInit, { url, options }: {
|
|
142
|
+
url: string;
|
|
143
|
+
options: FinalRequestOptions;
|
|
144
|
+
}): Promise<void>;
|
|
145
|
+
get<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
146
|
+
post<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
147
|
+
patch<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
148
|
+
put<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
149
|
+
delete<Rsp>(path: string, opts?: PromiseOrValue<RequestOptions>): APIPromise<Rsp>;
|
|
150
|
+
private methodRequest;
|
|
151
|
+
request<Rsp>(options: PromiseOrValue<FinalRequestOptions>, remainingRetries?: number | null): APIPromise<Rsp>;
|
|
152
|
+
private makeRequest;
|
|
153
|
+
getAPIList<Item, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(path: string, Page: new (...args: any[]) => PageClass, opts?: RequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
154
|
+
requestAPIList<Item = unknown, PageClass extends Pagination.AbstractPage<Item> = Pagination.AbstractPage<Item>>(Page: new (...args: ConstructorParameters<typeof Pagination.AbstractPage>) => PageClass, options: FinalRequestOptions): Pagination.PagePromise<PageClass, Item>;
|
|
155
|
+
fetchWithTimeout(url: RequestInfo, init: RequestInit | undefined, ms: number, controller: AbortController): Promise<Response>;
|
|
156
|
+
private shouldRetry;
|
|
157
|
+
private retryRequest;
|
|
158
|
+
private calculateDefaultRetryTimeoutMillis;
|
|
159
|
+
buildRequest(inputOptions: FinalRequestOptions, { retryCount }?: {
|
|
160
|
+
retryCount?: number;
|
|
161
|
+
}): Promise<{
|
|
162
|
+
req: FinalizedRequestInit;
|
|
163
|
+
url: string;
|
|
164
|
+
timeout: number;
|
|
165
|
+
}>;
|
|
166
|
+
private buildHeaders;
|
|
167
|
+
private buildBody;
|
|
168
|
+
static LlamaCloud: typeof LlamaCloud;
|
|
169
|
+
static DEFAULT_TIMEOUT: number;
|
|
170
|
+
static LlamaCloudError: typeof Errors.LlamaCloudError;
|
|
171
|
+
static APIError: typeof Errors.APIError;
|
|
172
|
+
static APIConnectionError: typeof Errors.APIConnectionError;
|
|
173
|
+
static APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError;
|
|
174
|
+
static APIUserAbortError: typeof Errors.APIUserAbortError;
|
|
175
|
+
static NotFoundError: typeof Errors.NotFoundError;
|
|
176
|
+
static ConflictError: typeof Errors.ConflictError;
|
|
177
|
+
static RateLimitError: typeof Errors.RateLimitError;
|
|
178
|
+
static BadRequestError: typeof Errors.BadRequestError;
|
|
179
|
+
static AuthenticationError: typeof Errors.AuthenticationError;
|
|
180
|
+
static InternalServerError: typeof Errors.InternalServerError;
|
|
181
|
+
static PermissionDeniedError: typeof Errors.PermissionDeniedError;
|
|
182
|
+
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError;
|
|
183
|
+
static toFile: typeof Uploads.toFile;
|
|
184
|
+
projects: API.Projects;
|
|
185
|
+
dataSinks: API.DataSinks;
|
|
186
|
+
dataSources: API.DataSources;
|
|
187
|
+
files: API.Files;
|
|
188
|
+
pipelines: API.Pipelines;
|
|
189
|
+
retrievers: API.Retrievers;
|
|
190
|
+
parsing: API.Parsing;
|
|
191
|
+
classifier: API.Classifier;
|
|
192
|
+
extraction: API.Extraction;
|
|
193
|
+
beta: API.Beta;
|
|
194
|
+
}
|
|
195
|
+
export declare namespace LlamaCloud {
|
|
196
|
+
export type RequestOptions = Opts.RequestOptions;
|
|
197
|
+
export import PaginatedJobsHistory = Pagination.PaginatedJobsHistory;
|
|
198
|
+
export { type PaginatedJobsHistoryParams as PaginatedJobsHistoryParams, type PaginatedJobsHistoryResponse as PaginatedJobsHistoryResponse, };
|
|
199
|
+
export import PaginatedPipelineFiles = Pagination.PaginatedPipelineFiles;
|
|
200
|
+
export { type PaginatedPipelineFilesParams as PaginatedPipelineFilesParams, type PaginatedPipelineFilesResponse as PaginatedPipelineFilesResponse, };
|
|
201
|
+
export import PaginatedBatchItems = Pagination.PaginatedBatchItems;
|
|
202
|
+
export { type PaginatedBatchItemsParams as PaginatedBatchItemsParams, type PaginatedBatchItemsResponse as PaginatedBatchItemsResponse, };
|
|
203
|
+
export import PaginatedExtractRuns = Pagination.PaginatedExtractRuns;
|
|
204
|
+
export { type PaginatedExtractRunsParams as PaginatedExtractRunsParams, type PaginatedExtractRunsResponse as PaginatedExtractRunsResponse, };
|
|
205
|
+
export import PaginatedCloudDocuments = Pagination.PaginatedCloudDocuments;
|
|
206
|
+
export { type PaginatedCloudDocumentsParams as PaginatedCloudDocumentsParams, type PaginatedCloudDocumentsResponse as PaginatedCloudDocumentsResponse, };
|
|
207
|
+
export import PaginatedQuotaConfigurations = Pagination.PaginatedQuotaConfigurations;
|
|
208
|
+
export { type PaginatedQuotaConfigurationsParams as PaginatedQuotaConfigurationsParams, type PaginatedQuotaConfigurationsResponse as PaginatedQuotaConfigurationsResponse, };
|
|
209
|
+
export import PaginatedClassifyJobs = Pagination.PaginatedClassifyJobs;
|
|
210
|
+
export { type PaginatedClassifyJobsParams as PaginatedClassifyJobsParams, type PaginatedClassifyJobsResponse as PaginatedClassifyJobsResponse, };
|
|
211
|
+
export import PaginatedSpreadsheetJobs = Pagination.PaginatedSpreadsheetJobs;
|
|
212
|
+
export { type PaginatedSpreadsheetJobsParams as PaginatedSpreadsheetJobsParams, type PaginatedSpreadsheetJobsResponse as PaginatedSpreadsheetJobsResponse, };
|
|
213
|
+
export import PaginatedAgentDataSearch = Pagination.PaginatedAgentDataSearch;
|
|
214
|
+
export { type PaginatedAgentDataSearchParams as PaginatedAgentDataSearchParams, type PaginatedAgentDataSearchResponse as PaginatedAgentDataSearchResponse, };
|
|
215
|
+
export import PaginatedAgentDataAggregate = Pagination.PaginatedAgentDataAggregate;
|
|
216
|
+
export { type PaginatedAgentDataAggregateParams as PaginatedAgentDataAggregateParams, type PaginatedAgentDataAggregateResponse as PaginatedAgentDataAggregateResponse, };
|
|
217
|
+
export { Projects as Projects, type Project as Project, type ProjectListResponse as ProjectListResponse, type ProjectListParams as ProjectListParams, type ProjectGetParams as ProjectGetParams, };
|
|
218
|
+
export { DataSinks as DataSinks, type DataSink as DataSink, type DataSinkListResponse as DataSinkListResponse, type DataSinkCreateParams as DataSinkCreateParams, type DataSinkUpdateParams as DataSinkUpdateParams, type DataSinkListParams as DataSinkListParams, };
|
|
219
|
+
export { DataSources as DataSources, type DataSource as DataSource, type DataSourceReaderVersionMetadata as DataSourceReaderVersionMetadata, type DataSourceListResponse as DataSourceListResponse, type DataSourceCreateParams as DataSourceCreateParams, type DataSourceUpdateParams as DataSourceUpdateParams, type DataSourceListParams as DataSourceListParams, };
|
|
220
|
+
export { Files as Files, type File as File, type FileCreate as FileCreate, type PresignedURL as PresignedURL, type FileCreateResponse as FileCreateResponse, type FileQueryResponse as FileQueryResponse, type FileCreateParams as FileCreateParams, type FileDeleteParams as FileDeleteParams, type FileGetParams as FileGetParams, type FileQueryParams as FileQueryParams, };
|
|
221
|
+
export { Pipelines as Pipelines, type AdvancedModeTransformConfig as AdvancedModeTransformConfig, type AutoTransformConfig as AutoTransformConfig, type AzureOpenAIEmbedding as AzureOpenAIEmbedding, type AzureOpenAIEmbeddingConfig as AzureOpenAIEmbeddingConfig, type BedrockEmbedding as BedrockEmbedding, type BedrockEmbeddingConfig as BedrockEmbeddingConfig, type CohereEmbedding as CohereEmbedding, type CohereEmbeddingConfig as CohereEmbeddingConfig, type DataSinkCreate as DataSinkCreate, type GeminiEmbedding as GeminiEmbedding, type GeminiEmbeddingConfig as GeminiEmbeddingConfig, type HuggingFaceInferenceAPIEmbedding as HuggingFaceInferenceAPIEmbedding, type HuggingFaceInferenceAPIEmbeddingConfig as HuggingFaceInferenceAPIEmbeddingConfig, type LlamaParseParameters as LlamaParseParameters, type LlmParameters as LlmParameters, type ManagedIngestionStatusResponse as ManagedIngestionStatusResponse, type MessageRole as MessageRole, type MetadataFilters as MetadataFilters, type OpenAIEmbedding as OpenAIEmbedding, type OpenAIEmbeddingConfig as OpenAIEmbeddingConfig, type PageFigureNodeWithScore as PageFigureNodeWithScore, type PageScreenshotNodeWithScore as PageScreenshotNodeWithScore, type Pipeline as Pipeline, type PipelineCreate as PipelineCreate, type PipelineMetadataConfig as PipelineMetadataConfig, type PipelineType as PipelineType, type PresetRetrievalParams as PresetRetrievalParams, type RetrievalMode as RetrievalMode, type SparseModelConfig as SparseModelConfig, type VertexAIEmbeddingConfig as VertexAIEmbeddingConfig, type VertexTextEmbedding as VertexTextEmbedding, type PipelineRetrieveResponse as PipelineRetrieveResponse, type PipelineListResponse as PipelineListResponse, type PipelineCreateParams as PipelineCreateParams, type PipelineRetrieveParams as PipelineRetrieveParams, type PipelineUpdateParams as PipelineUpdateParams, type PipelineListParams as PipelineListParams, type PipelineGetStatusParams as PipelineGetStatusParams, type PipelineUpsertParams as PipelineUpsertParams, };
|
|
222
|
+
export { Retrievers as Retrievers, type CompositeRetrievalMode as CompositeRetrievalMode, type CompositeRetrievalResult as CompositeRetrievalResult, type ReRankConfig as ReRankConfig, type Retriever as Retriever, type RetrieverCreate as RetrieverCreate, type RetrieverPipeline as RetrieverPipeline, type RetrieverListResponse as RetrieverListResponse, type RetrieverCreateParams as RetrieverCreateParams, type RetrieverUpdateParams as RetrieverUpdateParams, type RetrieverListParams as RetrieverListParams, type RetrieverGetParams as RetrieverGetParams, type RetrieverSearchParams as RetrieverSearchParams, type RetrieverUpsertParams as RetrieverUpsertParams, };
|
|
223
|
+
export { Parsing as Parsing, type BBox as BBox, type FailPageMode as FailPageMode, type ListItem as ListItem, type LlamaParseSupportedFileExtensions as LlamaParseSupportedFileExtensions, type ParsingJob as ParsingJob, type ParsingLanguages as ParsingLanguages, type ParsingMode as ParsingMode, type StatusEnum as StatusEnum, type ParsingCreateResponse as ParsingCreateResponse, type ParsingListResponse as ParsingListResponse, type ParsingGetResponse as ParsingGetResponse, type ParsingListResponsesPaginatedClassifyJobs as ParsingListResponsesPaginatedClassifyJobs, type ParsingCreateParams as ParsingCreateParams, type ParsingListParams as ParsingListParams, type ParsingGetParams as ParsingGetParams, };
|
|
224
|
+
export { Classifier as Classifier };
|
|
225
|
+
export { Extraction as Extraction, type ExtractionRunParams as ExtractionRunParams };
|
|
226
|
+
export { Beta as Beta };
|
|
227
|
+
export type CloudAstraDBVectorStore = API.CloudAstraDBVectorStore;
|
|
228
|
+
export type CloudAzStorageBlobDataSource = API.CloudAzStorageBlobDataSource;
|
|
229
|
+
export type CloudAzureAISearchVectorStore = API.CloudAzureAISearchVectorStore;
|
|
230
|
+
export type CloudBoxDataSource = API.CloudBoxDataSource;
|
|
231
|
+
export type CloudConfluenceDataSource = API.CloudConfluenceDataSource;
|
|
232
|
+
export type CloudJiraDataSource = API.CloudJiraDataSource;
|
|
233
|
+
export type CloudJiraDataSourceV2 = API.CloudJiraDataSourceV2;
|
|
234
|
+
export type CloudMilvusVectorStore = API.CloudMilvusVectorStore;
|
|
235
|
+
export type CloudMongoDBAtlasVectorSearch = API.CloudMongoDBAtlasVectorSearch;
|
|
236
|
+
export type CloudNotionPageDataSource = API.CloudNotionPageDataSource;
|
|
237
|
+
export type CloudOneDriveDataSource = API.CloudOneDriveDataSource;
|
|
238
|
+
export type CloudPineconeVectorStore = API.CloudPineconeVectorStore;
|
|
239
|
+
export type CloudPostgresVectorStore = API.CloudPostgresVectorStore;
|
|
240
|
+
export type CloudQdrantVectorStore = API.CloudQdrantVectorStore;
|
|
241
|
+
export type CloudS3DataSource = API.CloudS3DataSource;
|
|
242
|
+
export type CloudSharepointDataSource = API.CloudSharepointDataSource;
|
|
243
|
+
export type CloudSlackDataSource = API.CloudSlackDataSource;
|
|
244
|
+
export type FailureHandlingConfig = API.FailureHandlingConfig;
|
|
245
|
+
export type PgVectorHnswSettings = API.PgVectorHnswSettings;
|
|
246
|
+
}
|
|
247
|
+
//# sourceMappingURL=client.d.ts.map
|
package/client.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["src/client.ts"],"names":[],"mappings":"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"}
|