mixpeek 0.81.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/LICENSE +21 -0
- package/README.md +369 -0
- package/dist/api/adhoc-retrievers-api.d.ts +303 -0
- package/dist/api/adhoc-retrievers-api.d.ts.map +1 -0
- package/dist/api/agent-sessions-api.d.ts +915 -0
- package/dist/api/agent-sessions-api.d.ts.map +1 -0
- package/dist/api/alerts-api.d.ts +1219 -0
- package/dist/api/alerts-api.d.ts.map +1 -0
- package/dist/api/analytics-api.d.ts +6765 -0
- package/dist/api/analytics-api.d.ts.map +1 -0
- package/dist/api/analytics-buckets-api.d.ts +571 -0
- package/dist/api/analytics-buckets-api.d.ts.map +1 -0
- package/dist/api/analytics-clusters-api.d.ts +207 -0
- package/dist/api/analytics-clusters-api.d.ts.map +1 -0
- package/dist/api/analytics-collections-api.d.ts +452 -0
- package/dist/api/analytics-collections-api.d.ts.map +1 -0
- package/dist/api/analytics-extractors-api.d.ts +125 -0
- package/dist/api/analytics-extractors-api.d.ts.map +1 -0
- package/dist/api/analytics-indexes-api.d.ts +199 -0
- package/dist/api/analytics-indexes-api.d.ts.map +1 -0
- package/dist/api/analytics-inference-api.d.ts +125 -0
- package/dist/api/analytics-inference-api.d.ts.map +1 -0
- package/dist/api/analytics-namespaces-api.d.ts +523 -0
- package/dist/api/analytics-namespaces-api.d.ts.map +1 -0
- package/dist/api/analytics-performance-api.d.ts +547 -0
- package/dist/api/analytics-performance-api.d.ts.map +1 -0
- package/dist/api/analytics-retrievers-api.d.ts +560 -0
- package/dist/api/analytics-retrievers-api.d.ts.map +1 -0
- package/dist/api/analytics-taxonomies-api.d.ts +397 -0
- package/dist/api/analytics-taxonomies-api.d.ts.map +1 -0
- package/dist/api/analytics-usage-api.d.ts +125 -0
- package/dist/api/analytics-usage-api.d.ts.map +1 -0
- package/dist/api/apps-api.d.ts +1098 -0
- package/dist/api/apps-api.d.ts.map +1 -0
- package/dist/api/batches-api.d.ts +149 -0
- package/dist/api/batches-api.d.ts.map +1 -0
- package/dist/api/bucket-batches-api.d.ts +1185 -0
- package/dist/api/bucket-batches-api.d.ts.map +1 -0
- package/dist/api/bucket-objects-api.d.ts +755 -0
- package/dist/api/bucket-objects-api.d.ts.map +1 -0
- package/dist/api/bucket-syncs-api.d.ts +710 -0
- package/dist/api/bucket-syncs-api.d.ts.map +1 -0
- package/dist/api/bucket-templates-api.d.ts +344 -0
- package/dist/api/bucket-templates-api.d.ts.map +1 -0
- package/dist/api/bucket-uploads-api.d.ts +661 -0
- package/dist/api/bucket-uploads-api.d.ts.map +1 -0
- package/dist/api/buckets-api.d.ts +483 -0
- package/dist/api/buckets-api.d.ts.map +1 -0
- package/dist/api/cluster-executions-api.d.ts +380 -0
- package/dist/api/cluster-executions-api.d.ts.map +1 -0
- package/dist/api/cluster-templates-api.d.ts +344 -0
- package/dist/api/cluster-templates-api.d.ts.map +1 -0
- package/dist/api/cluster-triggers-api.d.ts +624 -0
- package/dist/api/cluster-triggers-api.d.ts.map +1 -0
- package/dist/api/clusters-api.d.ts +580 -0
- package/dist/api/clusters-api.d.ts.map +1 -0
- package/dist/api/collection-documents-api.d.ts +918 -0
- package/dist/api/collection-documents-api.d.ts.map +1 -0
- package/dist/api/collection-lifecycle-api.d.ts +191 -0
- package/dist/api/collection-lifecycle-api.d.ts.map +1 -0
- package/dist/api/collection-schema-api.d.ts +121 -0
- package/dist/api/collection-schema-api.d.ts.map +1 -0
- package/dist/api/collection-taxonomies-api.d.ts +121 -0
- package/dist/api/collection-taxonomies-api.d.ts.map +1 -0
- package/dist/api/collection-templates-api.d.ts +344 -0
- package/dist/api/collection-templates-api.d.ts.map +1 -0
- package/dist/api/collections-api.d.ts +752 -0
- package/dist/api/collections-api.d.ts.map +1 -0
- package/dist/api/custom-models-api.d.ts +612 -0
- package/dist/api/custom-models-api.d.ts.map +1 -0
- package/dist/api/custom-plugins-namespace-api.d.ts +986 -0
- package/dist/api/custom-plugins-namespace-api.d.ts.map +1 -0
- package/dist/api/default-api.d.ts +702 -0
- package/dist/api/default-api.d.ts.map +1 -0
- package/dist/api/discovery-api.d.ts +161 -0
- package/dist/api/discovery-api.d.ts.map +1 -0
- package/dist/api/document-lineage-api.d.ts +293 -0
- package/dist/api/document-lineage-api.d.ts.map +1 -0
- package/dist/api/documents-api.d.ts +304 -0
- package/dist/api/documents-api.d.ts.map +1 -0
- package/dist/api/evaluation-datasets-api.d.ts +262 -0
- package/dist/api/evaluation-datasets-api.d.ts.map +1 -0
- package/dist/api/evaluations-api.d.ts +304 -0
- package/dist/api/evaluations-api.d.ts.map +1 -0
- package/dist/api/feature-extractors-api.d.ts +117 -0
- package/dist/api/feature-extractors-api.d.ts.map +1 -0
- package/dist/api/health-api.d.ts +266 -0
- package/dist/api/health-api.d.ts.map +1 -0
- package/dist/api/inference-api.d.ts +113 -0
- package/dist/api/inference-api.d.ts.map +1 -0
- package/dist/api/manifest-api.d.ts +471 -0
- package/dist/api/manifest-api.d.ts.map +1 -0
- package/dist/api/marketplace-api.d.ts +1694 -0
- package/dist/api/marketplace-api.d.ts.map +1 -0
- package/dist/api/models-api.d.ts +318 -0
- package/dist/api/models-api.d.ts.map +1 -0
- package/dist/api/namespace-clone-api.d.ts +105 -0
- package/dist/api/namespace-clone-api.d.ts.map +1 -0
- package/dist/api/namespace-extractors-api.d.ts +216 -0
- package/dist/api/namespace-extractors-api.d.ts.map +1 -0
- package/dist/api/namespace-migrations-api.d.ts +446 -0
- package/dist/api/namespace-migrations-api.d.ts.map +1 -0
- package/dist/api/namespace-templates-api.d.ts +359 -0
- package/dist/api/namespace-templates-api.d.ts.map +1 -0
- package/dist/api/namespaces-api.d.ts +505 -0
- package/dist/api/namespaces-api.d.ts.map +1 -0
- package/dist/api/notifications-api.d.ts +735 -0
- package/dist/api/notifications-api.d.ts.map +1 -0
- package/dist/api/organization-apikeys-api.d.ts +370 -0
- package/dist/api/organization-apikeys-api.d.ts.map +1 -0
- package/dist/api/organization-audit-api.d.ts +311 -0
- package/dist/api/organization-audit-api.d.ts.map +1 -0
- package/dist/api/organization-billing-api.d.ts +651 -0
- package/dist/api/organization-billing-api.d.ts.map +1 -0
- package/dist/api/organization-connections-api.d.ts +556 -0
- package/dist/api/organization-connections-api.d.ts.map +1 -0
- package/dist/api/organization-secrets-api.d.ts +261 -0
- package/dist/api/organization-secrets-api.d.ts.map +1 -0
- package/dist/api/organization-usage-api.d.ts +261 -0
- package/dist/api/organization-usage-api.d.ts.map +1 -0
- package/dist/api/organization-users-api.d.ts +372 -0
- package/dist/api/organization-users-api.d.ts.map +1 -0
- package/dist/api/organizations-api.d.ts +199 -0
- package/dist/api/organizations-api.d.ts.map +1 -0
- package/dist/api/pages-api.d.ts +560 -0
- package/dist/api/pages-api.d.ts.map +1 -0
- package/dist/api/plugins-api.d.ts +318 -0
- package/dist/api/plugins-api.d.ts.map +1 -0
- package/dist/api/private-api.d.ts +748 -0
- package/dist/api/private-api.d.ts.map +1 -0
- package/dist/api/public-apps-apiapi.d.ts +305 -0
- package/dist/api/public-apps-apiapi.d.ts.map +1 -0
- package/dist/api/public-notifications-apiapi.d.ts +87 -0
- package/dist/api/public-notifications-apiapi.d.ts.map +1 -0
- package/dist/api/public-pages-apiapi.d.ts +189 -0
- package/dist/api/public-pages-apiapi.d.ts.map +1 -0
- package/dist/api/public-retriever-apiapi.d.ts +483 -0
- package/dist/api/public-retriever-apiapi.d.ts.map +1 -0
- package/dist/api/public-scaffolds-api.d.ts +142 -0
- package/dist/api/public-scaffolds-api.d.ts.map +1 -0
- package/dist/api/public-templates-apiapi.d.ts +326 -0
- package/dist/api/public-templates-apiapi.d.ts.map +1 -0
- package/dist/api/published-retrievers-api.d.ts +568 -0
- package/dist/api/published-retrievers-api.d.ts.map +1 -0
- package/dist/api/quickstart-api.d.ts +97 -0
- package/dist/api/quickstart-api.d.ts.map +1 -0
- package/dist/api/resource-search-api.d.ts +113 -0
- package/dist/api/resource-search-api.d.ts.map +1 -0
- package/dist/api/retriever-apikeys-api.d.ts +279 -0
- package/dist/api/retriever-apikeys-api.d.ts.map +1 -0
- package/dist/api/retriever-benchmarks-api.d.ts +652 -0
- package/dist/api/retriever-benchmarks-api.d.ts.map +1 -0
- package/dist/api/retriever-evaluations-api.d.ts +525 -0
- package/dist/api/retriever-evaluations-api.d.ts.map +1 -0
- package/dist/api/retriever-interactions-api.d.ts +363 -0
- package/dist/api/retriever-interactions-api.d.ts.map +1 -0
- package/dist/api/retriever-stages-api.d.ts +71 -0
- package/dist/api/retriever-stages-api.d.ts.map +1 -0
- package/dist/api/retriever-templates-api.d.ts +344 -0
- package/dist/api/retriever-templates-api.d.ts.map +1 -0
- package/dist/api/retrievers-api.d.ts +978 -0
- package/dist/api/retrievers-api.d.ts.map +1 -0
- package/dist/api/scaffold-templates-api.d.ts +105 -0
- package/dist/api/scaffold-templates-api.d.ts.map +1 -0
- package/dist/api/tasks-api.d.ts +239 -0
- package/dist/api/tasks-api.d.ts.map +1 -0
- package/dist/api/taxonomies-api.d.ts +766 -0
- package/dist/api/taxonomies-api.d.ts.map +1 -0
- package/dist/api/taxonomy-analytics-api.d.ts +514 -0
- package/dist/api/taxonomy-analytics-api.d.ts.map +1 -0
- package/dist/api/taxonomy-templates-api.d.ts +344 -0
- package/dist/api/taxonomy-templates-api.d.ts.map +1 -0
- package/dist/api/templates-api.d.ts +1851 -0
- package/dist/api/templates-api.d.ts.map +1 -0
- package/dist/api/webhooks-api.d.ts +355 -0
- package/dist/api/webhooks-api.d.ts.map +1 -0
- package/dist/api.d.ts +99 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/base.d.ts +67 -0
- package/dist/base.d.ts.map +1 -0
- package/dist/common.d.ts +66 -0
- package/dist/common.d.ts.map +1 -0
- package/dist/configuration.d.ts +92 -0
- package/dist/configuration.d.ts.map +1 -0
- package/dist/index.js +19303 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +19297 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib/client.d.ts +132 -0
- package/dist/lib/client.d.ts.map +1 -0
- package/dist/lib/index.d.ts +7 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/lib/client.d.ts +132 -0
- package/dist/lib/lib/client.d.ts.map +1 -0
- package/dist/lib/lib/index.d.ts +7 -0
- package/dist/lib/lib/index.d.ts.map +1 -0
- package/dist/models/account-tier.d.ts +24 -0
- package/dist/models/account-tier.d.ts.map +1 -0
- package/dist/models/add-credits-request.d.ts +25 -0
- package/dist/models/add-credits-request.d.ts.map +1 -0
- package/dist/models/add-credits-response.d.ts +56 -0
- package/dist/models/add-credits-response.d.ts.map +1 -0
- package/dist/models/add-domain-request.d.ts +31 -0
- package/dist/models/add-domain-request.d.ts.map +1 -0
- package/dist/models/add-objects-to-batch-request.d.ts +25 -0
- package/dist/models/add-objects-to-batch-request.d.ts.map +1 -0
- package/dist/models/add-user-to-organization-request.d.ts +38 -0
- package/dist/models/add-user-to-organization-request.d.ts.map +1 -0
- package/dist/models/adhoc-execute-request.d.ts +62 -0
- package/dist/models/adhoc-execute-request.d.ts.map +1 -0
- package/dist/models/adhoc-execution-detail.d.ts +109 -0
- package/dist/models/adhoc-execution-detail.d.ts.map +1 -0
- package/dist/models/adhoc-execution-summary.d.ts +97 -0
- package/dist/models/adhoc-execution-summary.d.ts.map +1 -0
- package/dist/models/agent-config.d.ts +49 -0
- package/dist/models/agent-config.d.ts.map +1 -0
- package/dist/models/agglomerative-params.d.ts +67 -0
- package/dist/models/agglomerative-params.d.ts.map +1 -0
- package/dist/models/aggregation-function.d.ts +30 -0
- package/dist/models/aggregation-function.d.ts.map +1 -0
- package/dist/models/aggregation-operation.d.ts +44 -0
- package/dist/models/aggregation-operation.d.ts.map +1 -0
- package/dist/models/aggregation-result.d.ts +35 -0
- package/dist/models/aggregation-result.d.ts.map +1 -0
- package/dist/models/alert-application-config-input.d.ts +53 -0
- package/dist/models/alert-application-config-input.d.ts.map +1 -0
- package/dist/models/alert-application-config-output.d.ts +53 -0
- package/dist/models/alert-application-config-output.d.ts.map +1 -0
- package/dist/models/alert-execution-list-response.d.ts +39 -0
- package/dist/models/alert-execution-list-response.d.ts.map +1 -0
- package/dist/models/alert-execution-mode.d.ts +23 -0
- package/dist/models/alert-execution-mode.d.ts.map +1 -0
- package/dist/models/alert-execution-result.d.ts +74 -0
- package/dist/models/alert-execution-result.d.ts.map +1 -0
- package/dist/models/alert-input-mapping.d.ts +32 -0
- package/dist/models/alert-input-mapping.d.ts.map +1 -0
- package/dist/models/alert-list-stats.d.ts +45 -0
- package/dist/models/alert-list-stats.d.ts.map +1 -0
- package/dist/models/alert-match-result.d.ts +53 -0
- package/dist/models/alert-match-result.d.ts.map +1 -0
- package/dist/models/alert-notification-config.d.ts +44 -0
- package/dist/models/alert-notification-config.d.ts.map +1 -0
- package/dist/models/alert-response.d.ts +82 -0
- package/dist/models/alert-response.d.ts.map +1 -0
- package/dist/models/algorithm-params.d.ts +365 -0
- package/dist/models/algorithm-params.d.ts.map +1 -0
- package/dist/models/alignment-metrics.d.ts +83 -0
- package/dist/models/alignment-metrics.d.ts.map +1 -0
- package/dist/models/and-inner.d.ts +39 -0
- package/dist/models/and-inner.d.ts.map +1 -0
- package/dist/models/anthropic-model.d.ts +22 -0
- package/dist/models/anthropic-model.d.ts.map +1 -0
- package/dist/models/api-analytics-buckets-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-buckets-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-clusters-models-failure-analysis-response.d.ts +45 -0
- package/dist/models/api-analytics-clusters-models-failure-analysis-response.d.ts.map +1 -0
- package/dist/models/api-analytics-clusters-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-clusters-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-collections-models-failure-analysis-response.d.ts +45 -0
- package/dist/models/api-analytics-collections-models-failure-analysis-response.d.ts.map +1 -0
- package/dist/models/api-analytics-collections-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-collections-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-models-time-range.d.ts.map +1 -0
- package/dist/models/api-analytics-taxonomies-models-time-range.d.ts +31 -0
- package/dist/models/api-analytics-taxonomies-models-time-range.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-create-plugin-upload-request.d.ts +49 -0
- package/dist/models/api-namespaces-plugins-models-create-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-delete-response.d.ts +43 -0
- package/dist/models/api-namespaces-plugins-models-plugin-delete-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-detail-response.d.ts +38 -0
- package/dist/models/api-namespaces-plugins-models-plugin-detail-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-document.d.ts +135 -0
- package/dist/models/api-namespaces-plugins-models-plugin-document.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-list-response.d.ts +44 -0
- package/dist/models/api-namespaces-plugins-models-plugin-list-response.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-manifest-metadata.d.ts +113 -0
- package/dist/models/api-namespaces-plugins-models-plugin-manifest-metadata.d.ts.map +1 -0
- package/dist/models/api-namespaces-plugins-models-plugin-presigned-urlresponse.d.ts +61 -0
- package/dist/models/api-namespaces-plugins-models-plugin-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/api-plugins-models-create-plugin-upload-request.d.ts +49 -0
- package/dist/models/api-plugins-models-create-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-delete-response.d.ts +37 -0
- package/dist/models/api-plugins-models-plugin-delete-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-detail-response.d.ts +32 -0
- package/dist/models/api-plugins-models-plugin-detail-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-document.d.ts +129 -0
- package/dist/models/api-plugins-models-plugin-document.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-list-response.d.ts +44 -0
- package/dist/models/api-plugins-models-plugin-list-response.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-manifest-metadata.d.ts +89 -0
- package/dist/models/api-plugins-models-plugin-manifest-metadata.d.ts.map +1 -0
- package/dist/models/api-plugins-models-plugin-presigned-urlresponse.d.ts +61 -0
- package/dist/models/api-plugins-models-plugin-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/apikey-create-request.d.ts +57 -0
- package/dist/models/apikey-create-request.d.ts.map +1 -0
- package/dist/models/apikey-create-response.d.ts +155 -0
- package/dist/models/apikey-create-response.d.ts.map +1 -0
- package/dist/models/apikey-model.d.ts +149 -0
- package/dist/models/apikey-model.d.ts.map +1 -0
- package/dist/models/apikey-type.d.ts +23 -0
- package/dist/models/apikey-type.d.ts.map +1 -0
- package/dist/models/apikey-update-request.d.ts +64 -0
- package/dist/models/apikey-update-request.d.ts.map +1 -0
- package/dist/models/app-response.d.ts +164 -0
- package/dist/models/app-response.d.ts.map +1 -0
- package/dist/models/apply-cluster-enrichment-request.d.ts +49 -0
- package/dist/models/apply-cluster-enrichment-request.d.ts.map +1 -0
- package/dist/models/apply-result.d.ts +68 -0
- package/dist/models/apply-result.d.ts.map +1 -0
- package/dist/models/apply-taxonomy-request.d.ts +45 -0
- package/dist/models/apply-taxonomy-request.d.ts.map +1 -0
- package/dist/models/apply-taxonomy-response.d.ts +49 -0
- package/dist/models/apply-taxonomy-response.d.ts.map +1 -0
- package/dist/models/assignment-metric.d.ts +43 -0
- package/dist/models/assignment-metric.d.ts.map +1 -0
- package/dist/models/assignment-metrics-response.d.ts +47 -0
- package/dist/models/assignment-metrics-response.d.ts.map +1 -0
- package/dist/models/attribute-based-config.d.ts +37 -0
- package/dist/models/attribute-based-config.d.ts.map +1 -0
- package/dist/models/audit-action.d.ts +64 -0
- package/dist/models/audit-action.d.ts.map +1 -0
- package/dist/models/audit-event-list-response.d.ts +44 -0
- package/dist/models/audit-event-list-response.d.ts.map +1 -0
- package/dist/models/audit-event-response.d.ts +85 -0
- package/dist/models/audit-event-response.d.ts.map +1 -0
- package/dist/models/audit-settings-update-request.d.ts +25 -0
- package/dist/models/audit-settings-update-request.d.ts.map +1 -0
- package/dist/models/audit-settings.d.ts +25 -0
- package/dist/models/audit-settings.d.ts.map +1 -0
- package/dist/models/auth-config.d.ts +102 -0
- package/dist/models/auth-config.d.ts.map +1 -0
- package/dist/models/auto-billing-toggle-response.d.ts +43 -0
- package/dist/models/auto-billing-toggle-response.d.ts.map +1 -0
- package/dist/models/available-org-model-item.d.ts +67 -0
- package/dist/models/available-org-model-item.d.ts.map +1 -0
- package/dist/models/available-org-models-response.d.ts +44 -0
- package/dist/models/available-org-models-response.d.ts.map +1 -0
- package/dist/models/available-org-plugin-item.d.ts +67 -0
- package/dist/models/available-org-plugin-item.d.ts.map +1 -0
- package/dist/models/available-org-plugins-response.d.ts +50 -0
- package/dist/models/available-org-plugins-response.d.ts.map +1 -0
- package/dist/models/available-steps-response.d.ts +50 -0
- package/dist/models/available-steps-response.d.ts.map +1 -0
- package/dist/models/base-feature-extractor-model-input.d.ts +39 -0
- package/dist/models/base-feature-extractor-model-input.d.ts.map +1 -0
- package/dist/models/base-feature-extractor-model-output.d.ts +45 -0
- package/dist/models/base-feature-extractor-model-output.d.ts.map +1 -0
- package/dist/models/base-rate-limits.d.ts +49 -0
- package/dist/models/base-rate-limits.d.ts.map +1 -0
- package/dist/models/base-template-model.d.ts +138 -0
- package/dist/models/base-template-model.d.ts.map +1 -0
- package/dist/models/batch-confirm-request.d.ts +27 -0
- package/dist/models/batch-confirm-request.d.ts.map +1 -0
- package/dist/models/batch-confirm-response.d.ts +51 -0
- package/dist/models/batch-confirm-response.d.ts.map +1 -0
- package/dist/models/batch-delete-documents-request.d.ts +32 -0
- package/dist/models/batch-delete-documents-request.d.ts.map +1 -0
- package/dist/models/batch-delete-documents-response.d.ts +44 -0
- package/dist/models/batch-delete-documents-response.d.ts.map +1 -0
- package/dist/models/batch-diagnostics.d.ts +150 -0
- package/dist/models/batch-diagnostics.d.ts.map +1 -0
- package/dist/models/batch-document-delete-result.d.ts +37 -0
- package/dist/models/batch-document-delete-result.d.ts.map +1 -0
- package/dist/models/batch-document-update-result.d.ts +37 -0
- package/dist/models/batch-document-update-result.d.ts.map +1 -0
- package/dist/models/batch-document-update.d.ts +33 -0
- package/dist/models/batch-document-update.d.ts.map +1 -0
- package/dist/models/batch-error-detail.d.ts +82 -0
- package/dist/models/batch-error-detail.d.ts.map +1 -0
- package/dist/models/batch-model.d.ts +209 -0
- package/dist/models/batch-model.d.ts.map +1 -0
- package/dist/models/batch-options.d.ts +37 -0
- package/dist/models/batch-options.d.ts.map +1 -0
- package/dist/models/batch-progress.d.ts +74 -0
- package/dist/models/batch-progress.d.ts.map +1 -0
- package/dist/models/batch-stage-info.d.ts +43 -0
- package/dist/models/batch-stage-info.d.ts.map +1 -0
- package/dist/models/batch-statistics.d.ts +43 -0
- package/dist/models/batch-statistics.d.ts.map +1 -0
- package/dist/models/batch-type.d.ts +22 -0
- package/dist/models/batch-type.d.ts.map +1 -0
- package/dist/models/batch-update-documents-request.d.ts +41 -0
- package/dist/models/batch-update-documents-request.d.ts.map +1 -0
- package/dist/models/batch-update-documents-response.d.ts +44 -0
- package/dist/models/batch-update-documents-response.d.ts.map +1 -0
- package/dist/models/batch-upload-request.d.ts +42 -0
- package/dist/models/batch-upload-request.d.ts.map +1 -0
- package/dist/models/batch-upload-response.d.ts +32 -0
- package/dist/models/batch-upload-response.d.ts.map +1 -0
- package/dist/models/benchmark-comparison.d.ts +38 -0
- package/dist/models/benchmark-comparison.d.ts.map +1 -0
- package/dist/models/benchmark-list-response.d.ts +44 -0
- package/dist/models/benchmark-list-response.d.ts.map +1 -0
- package/dist/models/benchmark-response.d.ts +101 -0
- package/dist/models/benchmark-response.d.ts.map +1 -0
- package/dist/models/benchmark-result.d.ts +73 -0
- package/dist/models/benchmark-result.d.ts.map +1 -0
- package/dist/models/benchmark-status.d.ts +26 -0
- package/dist/models/benchmark-status.d.ts.map +1 -0
- package/dist/models/blob-details.d.ts +43 -0
- package/dist/models/blob-details.d.ts.map +1 -0
- package/dist/models/blob-mapping-entry.d.ts +55 -0
- package/dist/models/blob-mapping-entry.d.ts.map +1 -0
- package/dist/models/blob-model.d.ts +59 -0
- package/dist/models/blob-model.d.ts.map +1 -0
- package/dist/models/blob-type.d.ts +27 -0
- package/dist/models/blob-type.d.ts.map +1 -0
- package/dist/models/blob-urlref.d.ts +102 -0
- package/dist/models/blob-urlref.d.ts.map +1 -0
- package/dist/models/body-advance-funnel-stage-v1-notifications-funnel-advance-post.d.ts +25 -0
- package/dist/models/body-advance-funnel-stage-v1-notifications-funnel-advance-post.d.ts.map +1 -0
- package/dist/models/body-create-subscription-v1-marketplace-subscriptions-post.d.ts +32 -0
- package/dist/models/body-create-subscription-v1-marketplace-subscriptions-post.d.ts.map +1 -0
- package/dist/models/body-generate-invoice-now-v1-organizations-billing-generate-invoice-post.d.ts +31 -0
- package/dist/models/body-generate-invoice-now-v1-organizations-billing-generate-invoice-post.d.ts.map +1 -0
- package/dist/models/body-verify-marketplace-listing-password-v1-marketplace-catalog-public-name-verify-post.d.ts +25 -0
- package/dist/models/body-verify-marketplace-listing-password-v1-marketplace-catalog-public-name-verify-post.d.ts.map +1 -0
- package/dist/models/bool-index-params.d.ts +25 -0
- package/dist/models/bool-index-params.d.ts.map +1 -0
- package/dist/models/bottleneck-analysis.d.ts +61 -0
- package/dist/models/bottleneck-analysis.d.ts.map +1 -0
- package/dist/models/bottleneck-response.d.ts +39 -0
- package/dist/models/bottleneck-response.d.ts.map +1 -0
- package/dist/models/box-ccgcredentials.d.ts +53 -0
- package/dist/models/box-ccgcredentials.d.ts.map +1 -0
- package/dist/models/box-config.d.ts +42 -0
- package/dist/models/box-config.d.ts.map +1 -0
- package/dist/models/box-jwtcredentials.d.ts +65 -0
- package/dist/models/box-jwtcredentials.d.ts.map +1 -0
- package/dist/models/box-oauth-credentials.d.ts +53 -0
- package/dist/models/box-oauth-credentials.d.ts.map +1 -0
- package/dist/models/bucket-create-request.d.ts +53 -0
- package/dist/models/bucket-create-request.d.ts.map +1 -0
- package/dist/models/bucket-health-response.d.ts +64 -0
- package/dist/models/bucket-health-response.d.ts.map +1 -0
- package/dist/models/bucket-list-stats.d.ts +43 -0
- package/dist/models/bucket-list-stats.d.ts.map +1 -0
- package/dist/models/bucket-patch-request.d.ts +46 -0
- package/dist/models/bucket-patch-request.d.ts.map +1 -0
- package/dist/models/bucket-response.d.ts +122 -0
- package/dist/models/bucket-response.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-input.d.ts +71 -0
- package/dist/models/bucket-schema-field-input.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-output.d.ts +71 -0
- package/dist/models/bucket-schema-field-output.d.ts.map +1 -0
- package/dist/models/bucket-schema-field-type.d.ts +35 -0
- package/dist/models/bucket-schema-field-type.d.ts.map +1 -0
- package/dist/models/bucket-schema-input.d.ts +29 -0
- package/dist/models/bucket-schema-input.d.ts.map +1 -0
- package/dist/models/bucket-schema-output.d.ts +29 -0
- package/dist/models/bucket-schema-output.d.ts.map +1 -0
- package/dist/models/bucket-storage-response.d.ts +47 -0
- package/dist/models/bucket-storage-response.d.ts.map +1 -0
- package/dist/models/bucket-update-request.d.ts +46 -0
- package/dist/models/bucket-update-request.d.ts.map +1 -0
- package/dist/models/bucket-usage-response.d.ts +58 -0
- package/dist/models/bucket-usage-response.d.ts.map +1 -0
- package/dist/models/budget-limits.d.ts +31 -0
- package/dist/models/budget-limits.d.ts.map +1 -0
- package/dist/models/build-config.d.ts +55 -0
- package/dist/models/build-config.d.ts.map +1 -0
- package/dist/models/bulk-update-documents-request.d.ts +34 -0
- package/dist/models/bulk-update-documents-request.d.ts.map +1 -0
- package/dist/models/bulk-update-documents-response.d.ts +31 -0
- package/dist/models/bulk-update-documents-response.d.ts.map +1 -0
- package/dist/models/cache-config.d.ts +50 -0
- package/dist/models/cache-config.d.ts.map +1 -0
- package/dist/models/cache-performance-response.d.ts +70 -0
- package/dist/models/cache-performance-response.d.ts.map +1 -0
- package/dist/models/cache-statistics.d.ts +55 -0
- package/dist/models/cache-statistics.d.ts.map +1 -0
- package/dist/models/cancel-migration-request.d.ts +25 -0
- package/dist/models/cancel-migration-request.d.ts.map +1 -0
- package/dist/models/cancel-migration-response.d.ts +44 -0
- package/dist/models/cancel-migration-response.d.ts.map +1 -0
- package/dist/models/chunk-strategy.d.ts +25 -0
- package/dist/models/chunk-strategy.d.ts.map +1 -0
- package/dist/models/clarification-option.d.ts +37 -0
- package/dist/models/clarification-option.d.ts.map +1 -0
- package/dist/models/clone-collection-request.d.ts +66 -0
- package/dist/models/clone-collection-request.d.ts.map +1 -0
- package/dist/models/clone-collection-response.d.ts +32 -0
- package/dist/models/clone-collection-response.d.ts.map +1 -0
- package/dist/models/clone-namespace-request.d.ts +44 -0
- package/dist/models/clone-namespace-request.d.ts.map +1 -0
- package/dist/models/clone-namespace-resources-config.d.ts +37 -0
- package/dist/models/clone-namespace-resources-config.d.ts.map +1 -0
- package/dist/models/clone-namespace-response.d.ts +51 -0
- package/dist/models/clone-namespace-response.d.ts.map +1 -0
- package/dist/models/clone-retriever-request.d.ts +73 -0
- package/dist/models/clone-retriever-request.d.ts.map +1 -0
- package/dist/models/clone-retriever-response.d.ts +32 -0
- package/dist/models/clone-retriever-response.d.ts.map +1 -0
- package/dist/models/clone-taxonomy-request.d.ts +38 -0
- package/dist/models/clone-taxonomy-request.d.ts.map +1 -0
- package/dist/models/clone-taxonomy-response.d.ts +32 -0
- package/dist/models/clone-taxonomy-response.d.ts.map +1 -0
- package/dist/models/cloned-resource-summary.d.ts +55 -0
- package/dist/models/cloned-resource-summary.d.ts.map +1 -0
- package/dist/models/cluster-application-config.d.ts +55 -0
- package/dist/models/cluster-application-config.d.ts.map +1 -0
- package/dist/models/cluster-execution-centroid.d.ts +49 -0
- package/dist/models/cluster-execution-centroid.d.ts.map +1 -0
- package/dist/models/cluster-execution-list-stats.d.ts +51 -0
- package/dist/models/cluster-execution-list-stats.d.ts.map +1 -0
- package/dist/models/cluster-execution-metric.d.ts +61 -0
- package/dist/models/cluster-execution-metric.d.ts.map +1 -0
- package/dist/models/cluster-execution-metrics.d.ts +37 -0
- package/dist/models/cluster-execution-metrics.d.ts.map +1 -0
- package/dist/models/cluster-execution-result.d.ts +94 -0
- package/dist/models/cluster-execution-result.d.ts.map +1 -0
- package/dist/models/cluster-list-stats.d.ts +45 -0
- package/dist/models/cluster-list-stats.d.ts.map +1 -0
- package/dist/models/cluster-metadata.d.ts +259 -0
- package/dist/models/cluster-metadata.d.ts.map +1 -0
- package/dist/models/cluster-model.d.ts +149 -0
- package/dist/models/cluster-model.d.ts.map +1 -0
- package/dist/models/cluster-options.d.ts +49 -0
- package/dist/models/cluster-options.d.ts.map +1 -0
- package/dist/models/cluster-stats.d.ts +45 -0
- package/dist/models/cluster-stats.d.ts.map +1 -0
- package/dist/models/cluster-type.d.ts +22 -0
- package/dist/models/cluster-type.d.ts.map +1 -0
- package/dist/models/clustering-algorithm.d.ts +29 -0
- package/dist/models/clustering-algorithm.d.ts.map +1 -0
- package/dist/models/clustering-enrichment-response.d.ts +43 -0
- package/dist/models/clustering-enrichment-response.d.ts.map +1 -0
- package/dist/models/collection-detail.d.ts +49 -0
- package/dist/models/collection-detail.d.ts.map +1 -0
- package/dist/models/collection-diagnostic.d.ts +49 -0
- package/dist/models/collection-diagnostic.d.ts.map +1 -0
- package/dist/models/collection-export-request.d.ts +51 -0
- package/dist/models/collection-export-request.d.ts.map +1 -0
- package/dist/models/collection-export-response.d.ts +68 -0
- package/dist/models/collection-export-response.d.ts.map +1 -0
- package/dist/models/collection-feature-descriptor.d.ts +50 -0
- package/dist/models/collection-feature-descriptor.d.ts.map +1 -0
- package/dist/models/collection-list-stats.d.ts +55 -0
- package/dist/models/collection-list-stats.d.ts.map +1 -0
- package/dist/models/collection-model.d.ts +207 -0
- package/dist/models/collection-model.d.ts.map +1 -0
- package/dist/models/collection-overview-response.d.ts +79 -0
- package/dist/models/collection-overview-response.d.ts.map +1 -0
- package/dist/models/collection-response.d.ts +219 -0
- package/dist/models/collection-response.d.ts.map +1 -0
- package/dist/models/collection-schedule-config.d.ts +39 -0
- package/dist/models/collection-schedule-config.d.ts.map +1 -0
- package/dist/models/column-source.d.ts +35 -0
- package/dist/models/column-source.d.ts.map +1 -0
- package/dist/models/components-config.d.ts +56 -0
- package/dist/models/components-config.d.ts.map +1 -0
- package/dist/models/compound-index-pattern.d.ts +43 -0
- package/dist/models/compound-index-pattern.d.ts.map +1 -0
- package/dist/models/compound-index-response.d.ts +44 -0
- package/dist/models/compound-index-response.d.ts.map +1 -0
- package/dist/models/compute-tier.d.ts +23 -0
- package/dist/models/compute-tier.d.ts.map +1 -0
- package/dist/models/confidence-distribution.d.ts +37 -0
- package/dist/models/confidence-distribution.d.ts.map +1 -0
- package/dist/models/confidence-response.d.ts +44 -0
- package/dist/models/confidence-response.d.ts.map +1 -0
- package/dist/models/config.d.ts +24 -0
- package/dist/models/config.d.ts.map +1 -0
- package/dist/models/config1.d.ts +24 -0
- package/dist/models/config1.d.ts.map +1 -0
- package/dist/models/config2.d.ts +24 -0
- package/dist/models/config2.d.ts.map +1 -0
- package/dist/models/configs.d.ts +120 -0
- package/dist/models/configs.d.ts.map +1 -0
- package/dist/models/configure-corsrequest.d.ts +49 -0
- package/dist/models/configure-corsrequest.d.ts.map +1 -0
- package/dist/models/confirm-model-upload-request.d.ts +31 -0
- package/dist/models/confirm-model-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-model-upload-response.d.ts +67 -0
- package/dist/models/confirm-model-upload-response.d.ts.map +1 -0
- package/dist/models/confirm-payment-method-request.d.ts +25 -0
- package/dist/models/confirm-payment-method-request.d.ts.map +1 -0
- package/dist/models/confirm-payment-method-response.d.ts +44 -0
- package/dist/models/confirm-payment-method-response.d.ts.map +1 -0
- package/dist/models/confirm-plugin-upload-request.d.ts +31 -0
- package/dist/models/confirm-plugin-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-plugin-upload-response.d.ts +86 -0
- package/dist/models/confirm-plugin-upload-response.d.ts.map +1 -0
- package/dist/models/confirm-upload-request.d.ts +31 -0
- package/dist/models/confirm-upload-request.d.ts.map +1 -0
- package/dist/models/confirm-upload-response.d.ts +80 -0
- package/dist/models/confirm-upload-response.d.ts.map +1 -0
- package/dist/models/confirmation-request.d.ts +25 -0
- package/dist/models/confirmation-request.d.ts.map +1 -0
- package/dist/models/constant-source.d.ts +35 -0
- package/dist/models/constant-source.d.ts.map +1 -0
- package/dist/models/corsconfiguration-info.d.ts +39 -0
- package/dist/models/corsconfiguration-info.d.ts.map +1 -0
- package/dist/models/corsconfiguration-response.d.ts +45 -0
- package/dist/models/corsconfiguration-response.d.ts.map +1 -0
- package/dist/models/cost-breakdown.d.ts +43 -0
- package/dist/models/cost-breakdown.d.ts.map +1 -0
- package/dist/models/cost-rate.d.ts +38 -0
- package/dist/models/cost-rate.d.ts.map +1 -0
- package/dist/models/cost-unit.d.ts +26 -0
- package/dist/models/cost-unit.d.ts.map +1 -0
- package/dist/models/costs-info.d.ts +38 -0
- package/dist/models/costs-info.d.ts.map +1 -0
- package/dist/models/course-content-extractor-params.d.ts +203 -0
- package/dist/models/course-content-extractor-params.d.ts.map +1 -0
- package/dist/models/covariate-config.d.ts +67 -0
- package/dist/models/covariate-config.d.ts.map +1 -0
- package/dist/models/covariate-type.d.ts +24 -0
- package/dist/models/covariate-type.d.ts.map +1 -0
- package/dist/models/crawl-mode.d.ts +22 -0
- package/dist/models/crawl-mode.d.ts.map +1 -0
- package/dist/models/create-alert-request.d.ts +58 -0
- package/dist/models/create-alert-request.d.ts.map +1 -0
- package/dist/models/create-app-request.d.ts +119 -0
- package/dist/models/create-app-request.d.ts.map +1 -0
- package/dist/models/create-batch-request.d.ts +25 -0
- package/dist/models/create-batch-request.d.ts.map +1 -0
- package/dist/models/create-benchmark-request.d.ts +50 -0
- package/dist/models/create-benchmark-request.d.ts.map +1 -0
- package/dist/models/create-blob-request.d.ts +71 -0
- package/dist/models/create-blob-request.d.ts.map +1 -0
- package/dist/models/create-cluster-request.d.ts +79 -0
- package/dist/models/create-cluster-request.d.ts.map +1 -0
- package/dist/models/create-collection-request.d.ts +101 -0
- package/dist/models/create-collection-request.d.ts.map +1 -0
- package/dist/models/create-dataset-request.d.ts +46 -0
- package/dist/models/create-dataset-request.d.ts.map +1 -0
- package/dist/models/create-migration-request.d.ts +32 -0
- package/dist/models/create-migration-request.d.ts.map +1 -0
- package/dist/models/create-migration-response.d.ts +51 -0
- package/dist/models/create-migration-response.d.ts.map +1 -0
- package/dist/models/create-model-upload-request.d.ts +81 -0
- package/dist/models/create-model-upload-request.d.ts.map +1 -0
- package/dist/models/create-namespace-request.d.ts +65 -0
- package/dist/models/create-namespace-request.d.ts.map +1 -0
- package/dist/models/create-object-request.d.ts +51 -0
- package/dist/models/create-object-request.d.ts.map +1 -0
- package/dist/models/create-objects-batch-request.d.ts +26 -0
- package/dist/models/create-objects-batch-request.d.ts.map +1 -0
- package/dist/models/create-objects-batch-response.d.ts +51 -0
- package/dist/models/create-objects-batch-response.d.ts.map +1 -0
- package/dist/models/create-organization-request.d.ts +64 -0
- package/dist/models/create-organization-request.d.ts.map +1 -0
- package/dist/models/create-page-request.d.ts +105 -0
- package/dist/models/create-page-request.d.ts.map +1 -0
- package/dist/models/create-retriever-apikey-request.d.ts +43 -0
- package/dist/models/create-retriever-apikey-request.d.ts.map +1 -0
- package/dist/models/create-retriever-request.d.ts +92 -0
- package/dist/models/create-retriever-request.d.ts.map +1 -0
- package/dist/models/create-retriever-response.d.ts +26 -0
- package/dist/models/create-retriever-response.d.ts.map +1 -0
- package/dist/models/create-secret-request.d.ts +31 -0
- package/dist/models/create-secret-request.d.ts.map +1 -0
- package/dist/models/create-session-request.d.ts +61 -0
- package/dist/models/create-session-request.d.ts.map +1 -0
- package/dist/models/create-session-response.d.ts +62 -0
- package/dist/models/create-session-response.d.ts.map +1 -0
- package/dist/models/create-taxonomy-request.d.ts +38 -0
- package/dist/models/create-taxonomy-request.d.ts.map +1 -0
- package/dist/models/create-template-from-resource-request.d.ts +56 -0
- package/dist/models/create-template-from-resource-request.d.ts.map +1 -0
- package/dist/models/create-template-from-resource-response.d.ts +57 -0
- package/dist/models/create-template-from-resource-response.d.ts.map +1 -0
- package/dist/models/create-upload-request.d.ts +89 -0
- package/dist/models/create-upload-request.d.ts.map +1 -0
- package/dist/models/creator-info.d.ts +37 -0
- package/dist/models/creator-info.d.ts.map +1 -0
- package/dist/models/credentials.d.ts +27 -0
- package/dist/models/credentials.d.ts.map +1 -0
- package/dist/models/credentials1.d.ts +24 -0
- package/dist/models/credentials1.d.ts.map +1 -0
- package/dist/models/credentials2.d.ts +24 -0
- package/dist/models/credentials2.d.ts.map +1 -0
- package/dist/models/credentials3.d.ts +24 -0
- package/dist/models/credentials3.d.ts.map +1 -0
- package/dist/models/credentials4.d.ts +24 -0
- package/dist/models/credentials4.d.ts.map +1 -0
- package/dist/models/credit-balance-response.d.ts +61 -0
- package/dist/models/credit-balance-response.d.ts.map +1 -0
- package/dist/models/current-usage-response.d.ts +67 -0
- package/dist/models/current-usage-response.d.ts.map +1 -0
- package/dist/models/cursor-pagination-params.d.ts +38 -0
- package/dist/models/cursor-pagination-params.d.ts.map +1 -0
- package/dist/models/custom-cta.d.ts +31 -0
- package/dist/models/custom-cta.d.ts.map +1 -0
- package/dist/models/custom-domain-config.d.ts +74 -0
- package/dist/models/custom-domain-config.d.ts.map +1 -0
- package/dist/models/custom-model-document.d.ts +128 -0
- package/dist/models/custom-model-document.d.ts.map +1 -0
- package/dist/models/custom-plugin-params.d.ts +26 -0
- package/dist/models/custom-plugin-params.d.ts.map +1 -0
- package/dist/models/data.d.ts +19 -0
- package/dist/models/data.d.ts.map +1 -0
- package/dist/models/dataset-list-response.d.ts +44 -0
- package/dist/models/dataset-list-response.d.ts.map +1 -0
- package/dist/models/date-part-unit.d.ts +29 -0
- package/dist/models/date-part-unit.d.ts.map +1 -0
- package/dist/models/date-trunc-unit.d.ts +27 -0
- package/dist/models/date-trunc-unit.d.ts.map +1 -0
- package/dist/models/datetime-index-params.d.ts +25 -0
- package/dist/models/datetime-index-params.d.ts.map +1 -0
- package/dist/models/dbscan-parameters.d.ts +69 -0
- package/dist/models/dbscan-parameters.d.ts.map +1 -0
- package/dist/models/dbscanparams.d.ts +69 -0
- package/dist/models/dbscanparams.d.ts.map +1 -0
- package/dist/models/dependency-graph.d.ts +32 -0
- package/dist/models/dependency-graph.d.ts.map +1 -0
- package/dist/models/dependency-node.d.ts +44 -0
- package/dist/models/dependency-node.d.ts.map +1 -0
- package/dist/models/deploy-request.d.ts +53 -0
- package/dist/models/deploy-request.d.ts.map +1 -0
- package/dist/models/deploy-response.d.ts +56 -0
- package/dist/models/deploy-response.d.ts.map +1 -0
- package/dist/models/describe-collection-features-response.d.ts +26 -0
- package/dist/models/describe-collection-features-response.d.ts.map +1 -0
- package/dist/models/detect-intent-request.d.ts +31 -0
- package/dist/models/detect-intent-request.d.ts.map +1 -0
- package/dist/models/diff-item.d.ts +43 -0
- package/dist/models/diff-item.d.ts.map +1 -0
- package/dist/models/diff-result.d.ts +38 -0
- package/dist/models/diff-result.d.ts.map +1 -0
- package/dist/models/disable-org-model-response.d.ts +43 -0
- package/dist/models/disable-org-model-response.d.ts.map +1 -0
- package/dist/models/disable-org-plugin-response.d.ts +43 -0
- package/dist/models/disable-org-plugin-response.d.ts.map +1 -0
- package/dist/models/discovery-response.d.ts +40 -0
- package/dist/models/discovery-response.d.ts.map +1 -0
- package/dist/models/display-config-input.d.ts +145 -0
- package/dist/models/display-config-input.d.ts.map +1 -0
- package/dist/models/display-config-output.d.ts +145 -0
- package/dist/models/display-config-output.d.ts.map +1 -0
- package/dist/models/docs-search-options.d.ts +61 -0
- package/dist/models/docs-search-options.d.ts.map +1 -0
- package/dist/models/docs-search-request.d.ts +56 -0
- package/dist/models/docs-search-request.d.ts.map +1 -0
- package/dist/models/docs-search-response.d.ts +73 -0
- package/dist/models/docs-search-response.d.ts.map +1 -0
- package/dist/models/document-aggregation-request.d.ts +79 -0
- package/dist/models/document-aggregation-request.d.ts.map +1 -0
- package/dist/models/document-aggregation-response.d.ts +40 -0
- package/dist/models/document-aggregation-response.d.ts.map +1 -0
- package/dist/models/document-create-request.d.ts +101 -0
- package/dist/models/document-create-request.d.ts.map +1 -0
- package/dist/models/document-graph-extractor-params.d.ts +136 -0
- package/dist/models/document-graph-extractor-params.d.ts.map +1 -0
- package/dist/models/document-group.d.ts +38 -0
- package/dist/models/document-group.d.ts.map +1 -0
- package/dist/models/document-id-strategy.d.ts +23 -0
- package/dist/models/document-id-strategy.d.ts.map +1 -0
- package/dist/models/document-list-stats.d.ts +43 -0
- package/dist/models/document-list-stats.d.ts.map +1 -0
- package/dist/models/document-response.d.ts +52 -0
- package/dist/models/document-response.d.ts.map +1 -0
- package/dist/models/domain-response.d.ts +55 -0
- package/dist/models/domain-response.d.ts.map +1 -0
- package/dist/models/drive-property-source.d.ts +35 -0
- package/dist/models/drive-property-source.d.ts.map +1 -0
- package/dist/models/duration-stats.d.ts +67 -0
- package/dist/models/duration-stats.d.ts.map +1 -0
- package/dist/models/dynamic-value.d.ts +35 -0
- package/dist/models/dynamic-value.d.ts.map +1 -0
- package/dist/models/email-config.d.ts +56 -0
- package/dist/models/email-config.d.ts.map +1 -0
- package/dist/models/enable-org-model-request.d.ts +32 -0
- package/dist/models/enable-org-model-request.d.ts.map +1 -0
- package/dist/models/enable-org-model-response.d.ts +49 -0
- package/dist/models/enable-org-model-response.d.ts.map +1 -0
- package/dist/models/enable-org-plugin-request.d.ts +33 -0
- package/dist/models/enable-org-plugin-request.d.ts.map +1 -0
- package/dist/models/enable-org-plugin-response.d.ts +61 -0
- package/dist/models/enable-org-plugin-response.d.ts.map +1 -0
- package/dist/models/engine-performance-response.d.ts +40 -0
- package/dist/models/engine-performance-response.d.ts.map +1 -0
- package/dist/models/engine-stage-breakdown-response.d.ts +39 -0
- package/dist/models/engine-stage-breakdown-response.d.ts.map +1 -0
- package/dist/models/enrichment-field-mapping.d.ts +31 -0
- package/dist/models/enrichment-field-mapping.d.ts.map +1 -0
- package/dist/models/enrichment-field.d.ts +38 -0
- package/dist/models/enrichment-field.d.ts.map +1 -0
- package/dist/models/enrichment-history-response.d.ts +47 -0
- package/dist/models/enrichment-history-response.d.ts.map +1 -0
- package/dist/models/enrichment-input-mapping.d.ts +32 -0
- package/dist/models/enrichment-input-mapping.d.ts.map +1 -0
- package/dist/models/enrichment-merge-mode.d.ts +22 -0
- package/dist/models/enrichment-merge-mode.d.ts.map +1 -0
- package/dist/models/enrichment-metric.d.ts +55 -0
- package/dist/models/enrichment-metric.d.ts.map +1 -0
- package/dist/models/error-breakdown.d.ts +49 -0
- package/dist/models/error-breakdown.d.ts.map +1 -0
- package/dist/models/error-category.d.ts +26 -0
- package/dist/models/error-category.d.ts.map +1 -0
- package/dist/models/error-detail.d.ts +39 -0
- package/dist/models/error-detail.d.ts.map +1 -0
- package/dist/models/error-metrics.d.ts +43 -0
- package/dist/models/error-metrics.d.ts.map +1 -0
- package/dist/models/error-response.d.ts +38 -0
- package/dist/models/error-response.d.ts.map +1 -0
- package/dist/models/evaluation-config.d.ts +31 -0
- package/dist/models/evaluation-config.d.ts.map +1 -0
- package/dist/models/evaluation-dataset.d.ts +82 -0
- package/dist/models/evaluation-dataset.d.ts.map +1 -0
- package/dist/models/evaluation-list-response.d.ts +44 -0
- package/dist/models/evaluation-list-response.d.ts.map +1 -0
- package/dist/models/evaluation-record.d.ts +117 -0
- package/dist/models/evaluation-record.d.ts.map +1 -0
- package/dist/models/evaluation-status.d.ts +24 -0
- package/dist/models/evaluation-status.d.ts.map +1 -0
- package/dist/models/execute-retriever-request.d.ts +40 -0
- package/dist/models/execute-retriever-request.d.ts.map +1 -0
- package/dist/models/execute-taxonomy-request.d.ts +73 -0
- package/dist/models/execute-taxonomy-request.d.ts.map +1 -0
- package/dist/models/execution-detail.d.ts +112 -0
- package/dist/models/execution-detail.d.ts.map +1 -0
- package/dist/models/execution-history-response.d.ts +47 -0
- package/dist/models/execution-history-response.d.ts.map +1 -0
- package/dist/models/explain-retriever-request.d.ts +27 -0
- package/dist/models/explain-retriever-request.d.ts.map +1 -0
- package/dist/models/explain-retriever-response.d.ts +86 -0
- package/dist/models/explain-retriever-response.d.ts.map +1 -0
- package/dist/models/explain-stage-plan.d.ts +85 -0
- package/dist/models/explain-stage-plan.d.ts.map +1 -0
- package/dist/models/export-format.d.ts +23 -0
- package/dist/models/export-format.d.ts.map +1 -0
- package/dist/models/external-link.d.ts +31 -0
- package/dist/models/external-link.d.ts.map +1 -0
- package/dist/models/extractor-breakdown-response.d.ts +33 -0
- package/dist/models/extractor-breakdown-response.d.ts.map +1 -0
- package/dist/models/extractor-discovery.d.ts +67 -0
- package/dist/models/extractor-discovery.d.ts.map +1 -0
- package/dist/models/extractor-job-info.d.ts +99 -0
- package/dist/models/extractor-job-info.d.ts.map +1 -0
- package/dist/models/extractor-metrics.d.ts +73 -0
- package/dist/models/extractor-metrics.d.ts.map +1 -0
- package/dist/models/extractor-performance-response.d.ts +47 -0
- package/dist/models/extractor-performance-response.d.ts.map +1 -0
- package/dist/models/extractor-performance.d.ts +55 -0
- package/dist/models/extractor-performance.d.ts.map +1 -0
- package/dist/models/extractor-source.d.ts +23 -0
- package/dist/models/extractor-source.d.ts.map +1 -0
- package/dist/models/face-identity-extractor-params.d.ts +130 -0
- package/dist/models/face-identity-extractor-params.d.ts.map +1 -0
- package/dist/models/failed-object-error.d.ts +37 -0
- package/dist/models/failed-object-error.d.ts.map +1 -0
- package/dist/models/failure-metric.d.ts +43 -0
- package/dist/models/failure-metric.d.ts.map +1 -0
- package/dist/models/feature-address.d.ts +43 -0
- package/dist/models/feature-address.d.ts.map +1 -0
- package/dist/models/feature-extractor-response-model.d.ts +129 -0
- package/dist/models/feature-extractor-response-model.d.ts.map +1 -0
- package/dist/models/feature-model.d.ts +41 -0
- package/dist/models/feature-model.d.ts.map +1 -0
- package/dist/models/featured-gallery-config-input.d.ts +67 -0
- package/dist/models/featured-gallery-config-input.d.ts.map +1 -0
- package/dist/models/featured-gallery-config-output.d.ts +67 -0
- package/dist/models/featured-gallery-config-output.d.ts.map +1 -0
- package/dist/models/field-config.d.ts +33 -0
- package/dist/models/field-config.d.ts.map +1 -0
- package/dist/models/field-format-options.d.ts +127 -0
- package/dist/models/field-format-options.d.ts.map +1 -0
- package/dist/models/field-format-type.d.ts +28 -0
- package/dist/models/field-format-type.d.ts.map +1 -0
- package/dist/models/field-mapping-entry.d.ts +48 -0
- package/dist/models/field-mapping-entry.d.ts.map +1 -0
- package/dist/models/field-passthrough.d.ts +43 -0
- package/dist/models/field-passthrough.d.ts.map +1 -0
- package/dist/models/field-performance-metrics.d.ts +67 -0
- package/dist/models/field-performance-metrics.d.ts.map +1 -0
- package/dist/models/field-performance-response.d.ts +44 -0
- package/dist/models/field-performance-response.d.ts.map +1 -0
- package/dist/models/field-query-metrics.d.ts +43 -0
- package/dist/models/field-query-metrics.d.ts.map +1 -0
- package/dist/models/field-schema.d.ts +68 -0
- package/dist/models/field-schema.d.ts.map +1 -0
- package/dist/models/field-usage-response.d.ts +56 -0
- package/dist/models/field-usage-response.d.ts.map +1 -0
- package/dist/models/field-usage-stat.d.ts +73 -0
- package/dist/models/field-usage-stat.d.ts.map +1 -0
- package/dist/models/file-filters.d.ts +61 -0
- package/dist/models/file-filters.d.ts.map +1 -0
- package/dist/models/file-source.d.ts +29 -0
- package/dist/models/file-source.d.ts.map +1 -0
- package/dist/models/filename-regex-source.d.ts +41 -0
- package/dist/models/filename-regex-source.d.ts.map +1 -0
- package/dist/models/filter-condition.d.ts +39 -0
- package/dist/models/filter-condition.d.ts.map +1 -0
- package/dist/models/filter-operator.d.ts +35 -0
- package/dist/models/filter-operator.d.ts.map +1 -0
- package/dist/models/flat-taxonomy-config-input.d.ts +56 -0
- package/dist/models/flat-taxonomy-config-input.d.ts.map +1 -0
- package/dist/models/flat-taxonomy-config-output.d.ts +56 -0
- package/dist/models/flat-taxonomy-config-output.d.ts.map +1 -0
- package/dist/models/float-index-params.d.ts +25 -0
- package/dist/models/float-index-params.d.ts.map +1 -0
- package/dist/models/folder-item.d.ts +43 -0
- package/dist/models/folder-item.d.ts.map +1 -0
- package/dist/models/folder-path-source.d.ts +41 -0
- package/dist/models/folder-path-source.d.ts.map +1 -0
- package/dist/models/gaussian-mixture-params.d.ts +103 -0
- package/dist/models/gaussian-mixture-params.d.ts.map +1 -0
- package/dist/models/generation-config.d.ts +57 -0
- package/dist/models/generation-config.d.ts.map +1 -0
- package/dist/models/generic-delete-response.d.ts +31 -0
- package/dist/models/generic-delete-response.d.ts.map +1 -0
- package/dist/models/generic-success-response.d.ts +31 -0
- package/dist/models/generic-success-response.d.ts.map +1 -0
- package/dist/models/geo-index-params.d.ts +25 -0
- package/dist/models/geo-index-params.d.ts.map +1 -0
- package/dist/models/get-history-response.d.ts +50 -0
- package/dist/models/get-history-response.d.ts.map +1 -0
- package/dist/models/get-migration-response.d.ts +110 -0
- package/dist/models/get-migration-response.d.ts.map +1 -0
- package/dist/models/get-payment-method-response.d.ts +38 -0
- package/dist/models/get-payment-method-response.d.ts.map +1 -0
- package/dist/models/get-session-response.d.ts +108 -0
- package/dist/models/get-session-response.d.ts.map +1 -0
- package/dist/models/google-drive-config.d.ts +48 -0
- package/dist/models/google-drive-config.d.ts.map +1 -0
- package/dist/models/google-drive-oauth-credentials.d.ts +47 -0
- package/dist/models/google-drive-oauth-credentials.d.ts.map +1 -0
- package/dist/models/google-drive-service-account-credentials.d.ts +59 -0
- package/dist/models/google-drive-service-account-credentials.d.ts.map +1 -0
- package/dist/models/google-model.d.ts +22 -0
- package/dist/models/google-model.d.ts.map +1 -0
- package/dist/models/ground-truth-query.d.ts +47 -0
- package/dist/models/ground-truth-query.d.ts.map +1 -0
- package/dist/models/group-by-field.d.ts +45 -0
- package/dist/models/group-by-field.d.ts.map +1 -0
- package/dist/models/growth-metric.d.ts +43 -0
- package/dist/models/growth-metric.d.ts.map +1 -0
- package/dist/models/growth-metrics-response.d.ts +47 -0
- package/dist/models/growth-metrics-response.d.ts.map +1 -0
- package/dist/models/having-condition.d.ts +38 -0
- package/dist/models/having-condition.d.ts.map +1 -0
- package/dist/models/hdbscan-parameters.d.ts +79 -0
- package/dist/models/hdbscan-parameters.d.ts.map +1 -0
- package/dist/models/hdbscanparams.d.ts +79 -0
- package/dist/models/hdbscanparams.d.ts.map +1 -0
- package/dist/models/health-check-response.d.ts +48 -0
- package/dist/models/health-check-response.d.ts.map +1 -0
- package/dist/models/health-check.d.ts +38 -0
- package/dist/models/health-check.d.ts.map +1 -0
- package/dist/models/health-service-errors.d.ts +61 -0
- package/dist/models/health-service-errors.d.ts.map +1 -0
- package/dist/models/health-service-status.d.ts +61 -0
- package/dist/models/health-service-status.d.ts.map +1 -0
- package/dist/models/health-status-input.d.ts +23 -0
- package/dist/models/health-status-input.d.ts.map +1 -0
- package/dist/models/health-status-output.d.ts +22 -0
- package/dist/models/health-status-output.d.ts.map +1 -0
- package/dist/models/hero-config.d.ts +86 -0
- package/dist/models/hero-config.d.ts.map +1 -0
- package/dist/models/hierarchical-enrichment-style.d.ts +23 -0
- package/dist/models/hierarchical-enrichment-style.d.ts.map +1 -0
- package/dist/models/hierarchical-node-input.d.ts +69 -0
- package/dist/models/hierarchical-node-input.d.ts.map +1 -0
- package/dist/models/hierarchical-node-output.d.ts +69 -0
- package/dist/models/hierarchical-node-output.d.ts.map +1 -0
- package/dist/models/hierarchical-taxonomy-config-input.d.ts +109 -0
- package/dist/models/hierarchical-taxonomy-config-input.d.ts.map +1 -0
- package/dist/models/hierarchical-taxonomy-config-output.d.ts +109 -0
- package/dist/models/hierarchical-taxonomy-config-output.d.ts.map +1 -0
- package/dist/models/hierarchy-inference-strategy.d.ts +23 -0
- package/dist/models/hierarchy-inference-strategy.d.ts.map +1 -0
- package/dist/models/httpapiconfig.d.ts +96 -0
- package/dist/models/httpapiconfig.d.ts.map +1 -0
- package/dist/models/httpapiheader-credentials.d.ts +37 -0
- package/dist/models/httpapiheader-credentials.d.ts.map +1 -0
- package/dist/models/httpvalidation-error.d.ts +26 -0
- package/dist/models/httpvalidation-error.d.ts.map +1 -0
- package/dist/models/image-extractor-params.d.ts +41 -0
- package/dist/models/image-extractor-params.d.ts.map +1 -0
- package/dist/models/index-recommendation.d.ts +73 -0
- package/dist/models/index-recommendation.d.ts.map +1 -0
- package/dist/models/index-recommendations-response.d.ts +46 -0
- package/dist/models/index-recommendations-response.d.ts.map +1 -0
- package/dist/models/index-suggestion.d.ts +67 -0
- package/dist/models/index-suggestion.d.ts.map +1 -0
- package/dist/models/index-suggestions-response.d.ts +50 -0
- package/dist/models/index-suggestions-response.d.ts.map +1 -0
- package/dist/models/index.d.ts +965 -0
- package/dist/models/index.d.ts.map +1 -0
- package/dist/models/input-mapping-source.d.ts +42 -0
- package/dist/models/input-mapping-source.d.ts.map +1 -0
- package/dist/models/input-mapping.d.ts +44 -0
- package/dist/models/input-mapping.d.ts.map +1 -0
- package/dist/models/input-mappings-any-of-value.d.ts +19 -0
- package/dist/models/input-mappings-any-of-value.d.ts.map +1 -0
- package/dist/models/input-mappings.d.ts +19 -0
- package/dist/models/input-mappings.d.ts.map +1 -0
- package/dist/models/input-rendering-config-input.d.ts +74 -0
- package/dist/models/input-rendering-config-input.d.ts.map +1 -0
- package/dist/models/input-rendering-config-output.d.ts +74 -0
- package/dist/models/input-rendering-config-output.d.ts.map +1 -0
- package/dist/models/input-source-type.d.ts +24 -0
- package/dist/models/input-source-type.d.ts.map +1 -0
- package/dist/models/instagram-config.d.ts +48 -0
- package/dist/models/instagram-config.d.ts.map +1 -0
- package/dist/models/instagram-oauth-credentials.d.ts +65 -0
- package/dist/models/instagram-oauth-credentials.d.ts.map +1 -0
- package/dist/models/instantiate-bucket-template-request.d.ts +31 -0
- package/dist/models/instantiate-bucket-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-cluster-template-request.d.ts +37 -0
- package/dist/models/instantiate-cluster-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-collection-template-request.d.ts +49 -0
- package/dist/models/instantiate-collection-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-retriever-template-request.d.ts +43 -0
- package/dist/models/instantiate-retriever-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-scaffold-request.d.ts +55 -0
- package/dist/models/instantiate-scaffold-request.d.ts.map +1 -0
- package/dist/models/instantiate-taxonomy-template-request.d.ts +39 -0
- package/dist/models/instantiate-taxonomy-template-request.d.ts.map +1 -0
- package/dist/models/instantiate-template-request.d.ts +31 -0
- package/dist/models/instantiate-template-request.d.ts.map +1 -0
- package/dist/models/instantiated-bucket-template-response.d.ts +49 -0
- package/dist/models/instantiated-bucket-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-cluster-template-response.d.ts +49 -0
- package/dist/models/instantiated-cluster-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-collection-template-response.d.ts +49 -0
- package/dist/models/instantiated-collection-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-retriever-template-response.d.ts +49 -0
- package/dist/models/instantiated-retriever-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-scaffold-response.d.ts +85 -0
- package/dist/models/instantiated-scaffold-response.d.ts.map +1 -0
- package/dist/models/instantiated-taxonomy-template-response.d.ts +49 -0
- package/dist/models/instantiated-taxonomy-template-response.d.ts.map +1 -0
- package/dist/models/instantiated-template-response.d.ts +55 -0
- package/dist/models/instantiated-template-response.d.ts.map +1 -0
- package/dist/models/integer-index-params.d.ts +37 -0
- package/dist/models/integer-index-params.d.ts.map +1 -0
- package/dist/models/intent-classification.d.ts +71 -0
- package/dist/models/intent-classification.d.ts.map +1 -0
- package/dist/models/interaction-request.d.ts +76 -0
- package/dist/models/interaction-request.d.ts.map +1 -0
- package/dist/models/interaction-response.d.ts +102 -0
- package/dist/models/interaction-response.d.ts.map +1 -0
- package/dist/models/interaction-tuning-recommendation.d.ts +55 -0
- package/dist/models/interaction-tuning-recommendation.d.ts.map +1 -0
- package/dist/models/interaction-tuning-response.d.ts +47 -0
- package/dist/models/interaction-tuning-response.d.ts.map +1 -0
- package/dist/models/interaction-type.d.ts +35 -0
- package/dist/models/interaction-type.d.ts.map +1 -0
- package/dist/models/interaction-weights.d.ts +27 -0
- package/dist/models/interaction-weights.d.ts.map +1 -0
- package/dist/models/internal-lineage-model.d.ts +75 -0
- package/dist/models/internal-lineage-model.d.ts.map +1 -0
- package/dist/models/internal-payload-model.d.ts +126 -0
- package/dist/models/internal-payload-model.d.ts.map +1 -0
- package/dist/models/internal-processing-model.d.ts +62 -0
- package/dist/models/internal-processing-model.d.ts.map +1 -0
- package/dist/models/invoice-info.d.ts +79 -0
- package/dist/models/invoice-info.d.ts.map +1 -0
- package/dist/models/invoice-list-response.d.ts +38 -0
- package/dist/models/invoice-list-response.d.ts.map +1 -0
- package/dist/models/join-mode.d.ts +22 -0
- package/dist/models/join-mode.d.ts.map +1 -0
- package/dist/models/join-response.d.ts +34 -0
- package/dist/models/join-response.d.ts.map +1 -0
- package/dist/models/join-stats.d.ts +37 -0
- package/dist/models/join-stats.d.ts.map +1 -0
- package/dist/models/key-status.d.ts +23 -0
- package/dist/models/key-status.d.ts.map +1 -0
- package/dist/models/keyset-pagination-params.d.ts +40 -0
- package/dist/models/keyset-pagination-params.d.ts.map +1 -0
- package/dist/models/keyword-index-params.d.ts +31 -0
- package/dist/models/keyword-index-params.d.ts.map +1 -0
- package/dist/models/kmeans-parameters.d.ts +73 -0
- package/dist/models/kmeans-parameters.d.ts.map +1 -0
- package/dist/models/kmeans-params.d.ts +73 -0
- package/dist/models/kmeans-params.d.ts.map +1 -0
- package/dist/models/label-distribution-response.d.ts +38 -0
- package/dist/models/label-distribution-response.d.ts.map +1 -0
- package/dist/models/label-metric.d.ts +43 -0
- package/dist/models/label-metric.d.ts.map +1 -0
- package/dist/models/latency-metric.d.ts +49 -0
- package/dist/models/latency-metric.d.ts.map +1 -0
- package/dist/models/latency-metrics.d.ts +51 -0
- package/dist/models/latency-metrics.d.ts.map +1 -0
- package/dist/models/latency-response.d.ts +47 -0
- package/dist/models/latency-response.d.ts.map +1 -0
- package/dist/models/layout-config.d.ts +43 -0
- package/dist/models/layout-config.d.ts.map +1 -0
- package/dist/models/lifecycle-state.d.ts +23 -0
- package/dist/models/lifecycle-state.d.ts.map +1 -0
- package/dist/models/lifecycle-status-response.d.ts +68 -0
- package/dist/models/lifecycle-status-response.d.ts.map +1 -0
- package/dist/models/lineage-step.d.ts +43 -0
- package/dist/models/lineage-step.d.ts.map +1 -0
- package/dist/models/lint-response.d.ts +40 -0
- package/dist/models/lint-response.d.ts.map +1 -0
- package/dist/models/lint-result.d.ts +56 -0
- package/dist/models/lint-result.d.ts.map +1 -0
- package/dist/models/lint-severity.d.ts +23 -0
- package/dist/models/lint-severity.d.ts.map +1 -0
- package/dist/models/list-adhoc-executions-request.d.ts +37 -0
- package/dist/models/list-adhoc-executions-request.d.ts.map +1 -0
- package/dist/models/list-adhoc-executions-response.d.ts +38 -0
- package/dist/models/list-adhoc-executions-response.d.ts.map +1 -0
- package/dist/models/list-alerts-request.d.ts +45 -0
- package/dist/models/list-alerts-request.d.ts.map +1 -0
- package/dist/models/list-alerts-response.d.ts +46 -0
- package/dist/models/list-alerts-response.d.ts.map +1 -0
- package/dist/models/list-apps-response.d.ts +44 -0
- package/dist/models/list-apps-response.d.ts.map +1 -0
- package/dist/models/list-batches-request.d.ts +56 -0
- package/dist/models/list-batches-request.d.ts.map +1 -0
- package/dist/models/list-batches-response.d.ts +40 -0
- package/dist/models/list-batches-response.d.ts.map +1 -0
- package/dist/models/list-buckets-request.d.ts +59 -0
- package/dist/models/list-buckets-request.d.ts.map +1 -0
- package/dist/models/list-buckets-response.d.ts +46 -0
- package/dist/models/list-buckets-response.d.ts.map +1 -0
- package/dist/models/list-cluster-executions-request.d.ts +39 -0
- package/dist/models/list-cluster-executions-request.d.ts.map +1 -0
- package/dist/models/list-cluster-executions-response.d.ts +46 -0
- package/dist/models/list-cluster-executions-response.d.ts.map +1 -0
- package/dist/models/list-clusters-request.d.ts +39 -0
- package/dist/models/list-clusters-request.d.ts.map +1 -0
- package/dist/models/list-clusters-response.d.ts +46 -0
- package/dist/models/list-clusters-response.d.ts.map +1 -0
- package/dist/models/list-collections-request.d.ts +46 -0
- package/dist/models/list-collections-request.d.ts.map +1 -0
- package/dist/models/list-collections-response.d.ts +46 -0
- package/dist/models/list-collections-response.d.ts.map +1 -0
- package/dist/models/list-documents-request.d.ts +88 -0
- package/dist/models/list-documents-request.d.ts.map +1 -0
- package/dist/models/list-documents-response.d.ts +59 -0
- package/dist/models/list-documents-response.d.ts.map +1 -0
- package/dist/models/list-domains-response.d.ts +32 -0
- package/dist/models/list-domains-response.d.ts.map +1 -0
- package/dist/models/list-executions-request.d.ts +41 -0
- package/dist/models/list-executions-request.d.ts.map +1 -0
- package/dist/models/list-executions-response.d.ts +33 -0
- package/dist/models/list-executions-response.d.ts.map +1 -0
- package/dist/models/list-folders-response.d.ts +32 -0
- package/dist/models/list-folders-response.d.ts.map +1 -0
- package/dist/models/list-interactions-request.d.ts +75 -0
- package/dist/models/list-interactions-request.d.ts.map +1 -0
- package/dist/models/list-interactions-response.d.ts +33 -0
- package/dist/models/list-interactions-response.d.ts.map +1 -0
- package/dist/models/list-migrations-request.d.ts +51 -0
- package/dist/models/list-migrations-request.d.ts.map +1 -0
- package/dist/models/list-migrations-response.d.ts +44 -0
- package/dist/models/list-migrations-response.d.ts.map +1 -0
- package/dist/models/list-namespaces-request.d.ts +47 -0
- package/dist/models/list-namespaces-request.d.ts.map +1 -0
- package/dist/models/list-namespaces-response.d.ts +46 -0
- package/dist/models/list-namespaces-response.d.ts.map +1 -0
- package/dist/models/list-notifications-request.d.ts +45 -0
- package/dist/models/list-notifications-request.d.ts.map +1 -0
- package/dist/models/list-notifications-response.d.ts +40 -0
- package/dist/models/list-notifications-response.d.ts.map +1 -0
- package/dist/models/list-objects-request.d.ts +45 -0
- package/dist/models/list-objects-request.d.ts.map +1 -0
- package/dist/models/list-objects-response.d.ts +40 -0
- package/dist/models/list-objects-response.d.ts.map +1 -0
- package/dist/models/list-pages-response.d.ts +44 -0
- package/dist/models/list-pages-response.d.ts.map +1 -0
- package/dist/models/list-public-retrievers-response.d.ts +57 -0
- package/dist/models/list-public-retrievers-response.d.ts.map +1 -0
- package/dist/models/list-retrievers-request.d.ts +47 -0
- package/dist/models/list-retrievers-request.d.ts.map +1 -0
- package/dist/models/list-retrievers-response.d.ts +32 -0
- package/dist/models/list-retrievers-response.d.ts.map +1 -0
- package/dist/models/list-sessions-request.d.ts +42 -0
- package/dist/models/list-sessions-request.d.ts.map +1 -0
- package/dist/models/list-sessions-response.d.ts +40 -0
- package/dist/models/list-sessions-response.d.ts.map +1 -0
- package/dist/models/list-storage-connections-request.d.ts +39 -0
- package/dist/models/list-storage-connections-request.d.ts.map +1 -0
- package/dist/models/list-sync-configurations-request.d.ts +38 -0
- package/dist/models/list-sync-configurations-request.d.ts.map +1 -0
- package/dist/models/list-tasks-request.d.ts +53 -0
- package/dist/models/list-tasks-request.d.ts.map +1 -0
- package/dist/models/list-tasks-response.d.ts +33 -0
- package/dist/models/list-tasks-response.d.ts.map +1 -0
- package/dist/models/list-taxonomies-request.d.ts +45 -0
- package/dist/models/list-taxonomies-request.d.ts.map +1 -0
- package/dist/models/list-taxonomies-response.d.ts +47 -0
- package/dist/models/list-taxonomies-response.d.ts.map +1 -0
- package/dist/models/list-templates-request.d.ts +66 -0
- package/dist/models/list-templates-request.d.ts.map +1 -0
- package/dist/models/list-templates-response.d.ts +32 -0
- package/dist/models/list-templates-response.d.ts.map +1 -0
- package/dist/models/list-tools-response.d.ts +38 -0
- package/dist/models/list-tools-response.d.ts.map +1 -0
- package/dist/models/list-uploads-request.d.ts +57 -0
- package/dist/models/list-uploads-request.d.ts.map +1 -0
- package/dist/models/list-uploads-response.d.ts +40 -0
- package/dist/models/list-uploads-response.d.ts.map +1 -0
- package/dist/models/list-webhooks-request.d.ts +31 -0
- package/dist/models/list-webhooks-request.d.ts.map +1 -0
- package/dist/models/list-webhooks-response.d.ts +39 -0
- package/dist/models/list-webhooks-response.d.ts.map +1 -0
- package/dist/models/listing-status.d.ts +24 -0
- package/dist/models/listing-status.d.ts.map +1 -0
- package/dist/models/listing-visibility.d.ts +22 -0
- package/dist/models/listing-visibility.d.ts.map +1 -0
- package/dist/models/llmlabeling-input-input.d.ts +26 -0
- package/dist/models/llmlabeling-input-input.d.ts.map +1 -0
- package/dist/models/llmlabeling-input-output.d.ts +26 -0
- package/dist/models/llmlabeling-input-output.d.ts.map +1 -0
- package/dist/models/llmlabeling-input.d.ts +109 -0
- package/dist/models/llmlabeling-input.d.ts.map +1 -0
- package/dist/models/llmlabeling-output.d.ts +109 -0
- package/dist/models/llmlabeling-output.d.ts.map +1 -0
- package/dist/models/llmprovider.d.ts +23 -0
- package/dist/models/llmprovider.d.ts.map +1 -0
- package/dist/models/logical-operator-input-andinner.d.ts +63 -0
- package/dist/models/logical-operator-input-andinner.d.ts.map +1 -0
- package/dist/models/logical-operator-input.d.ts +45 -0
- package/dist/models/logical-operator-input.d.ts.map +1 -0
- package/dist/models/logical-operator-output-andinner.d.ts +63 -0
- package/dist/models/logical-operator-output-andinner.d.ts.map +1 -0
- package/dist/models/logical-operator-output.d.ts +45 -0
- package/dist/models/logical-operator-output.d.ts.map +1 -0
- package/dist/models/manifest-schema-discovery.d.ts +55 -0
- package/dist/models/manifest-schema-discovery.d.ts.map +1 -0
- package/dist/models/mappings-value.d.ts +23 -0
- package/dist/models/mappings-value.d.ts.map +1 -0
- package/dist/models/mark-as-read-request.d.ts +25 -0
- package/dist/models/mark-as-read-request.d.ts.map +1 -0
- package/dist/models/markdown-content.d.ts +31 -0
- package/dist/models/markdown-content.d.ts.map +1 -0
- package/dist/models/marketplace-listing.d.ts +157 -0
- package/dist/models/marketplace-listing.d.ts.map +1 -0
- package/dist/models/mean-shift-params.d.ts +61 -0
- package/dist/models/mean-shift-params.d.ts.map +1 -0
- package/dist/models/message-history-item.d.ts +73 -0
- package/dist/models/message-history-item.d.ts.map +1 -0
- package/dist/models/migration-config.d.ts +104 -0
- package/dist/models/migration-config.d.ts.map +1 -0
- package/dist/models/migration-progress.d.ts +65 -0
- package/dist/models/migration-progress.d.ts.map +1 -0
- package/dist/models/migration-stage.d.ts +27 -0
- package/dist/models/migration-stage.d.ts.map +1 -0
- package/dist/models/migration-status.d.ts +27 -0
- package/dist/models/migration-status.d.ts.map +1 -0
- package/dist/models/migration-type.d.ts +23 -0
- package/dist/models/migration-type.d.ts.map +1 -0
- package/dist/models/model-delete-response.d.ts +37 -0
- package/dist/models/model-delete-response.d.ts.map +1 -0
- package/dist/models/model-deploy-response.d.ts +55 -0
- package/dist/models/model-deploy-response.d.ts.map +1 -0
- package/dist/models/model-deployment-info.d.ts +49 -0
- package/dist/models/model-deployment-info.d.ts.map +1 -0
- package/dist/models/model-detail-response.d.ts +32 -0
- package/dist/models/model-detail-response.d.ts.map +1 -0
- package/dist/models/model-list-item.d.ts +79 -0
- package/dist/models/model-list-item.d.ts.map +1 -0
- package/dist/models/model-list-response.d.ts +44 -0
- package/dist/models/model-list-response.d.ts.map +1 -0
- package/dist/models/model-name.d.ts +19 -0
- package/dist/models/model-name.d.ts.map +1 -0
- package/dist/models/model-presigned-urlresponse.d.ts +74 -0
- package/dist/models/model-presigned-urlresponse.d.ts.map +1 -0
- package/dist/models/model-resource-requirements.d.ts +37 -0
- package/dist/models/model-resource-requirements.d.ts.map +1 -0
- package/dist/models/model-upload-response.d.ts +56 -0
- package/dist/models/model-upload-response.d.ts.map +1 -0
- package/dist/models/most-queried-fields-response.d.ts +44 -0
- package/dist/models/most-queried-fields-response.d.ts.map +1 -0
- package/dist/models/multi-vector-index.d.ts +40 -0
- package/dist/models/multi-vector-index.d.ts.map +1 -0
- package/dist/models/multimodal-extractor-params.d.ts +128 -0
- package/dist/models/multimodal-extractor-params.d.ts.map +1 -0
- package/dist/models/namespace-infrastructure.d.ts +128 -0
- package/dist/models/namespace-infrastructure.d.ts.map +1 -0
- package/dist/models/namespace-list-stats.d.ts +91 -0
- package/dist/models/namespace-list-stats.d.ts.map +1 -0
- package/dist/models/namespace-model.d.ts +121 -0
- package/dist/models/namespace-model.d.ts.map +1 -0
- package/dist/models/namespace-operation.d.ts +33 -0
- package/dist/models/namespace-operation.d.ts.map +1 -0
- package/dist/models/namespace-summary-response.d.ts +67 -0
- package/dist/models/namespace-summary-response.d.ts.map +1 -0
- package/dist/models/namespace-type.d.ts +22 -0
- package/dist/models/namespace-type.d.ts.map +1 -0
- package/dist/models/notification-channel-config.d.ts +39 -0
- package/dist/models/notification-channel-config.d.ts.map +1 -0
- package/dist/models/notification-channel.d.ts +23 -0
- package/dist/models/notification-channel.d.ts.map +1 -0
- package/dist/models/notification-content-type.d.ts +24 -0
- package/dist/models/notification-content-type.d.ts.map +1 -0
- package/dist/models/notification-priority.d.ts +24 -0
- package/dist/models/notification-priority.d.ts.map +1 -0
- package/dist/models/notification-type.d.ts +33 -0
- package/dist/models/notification-type.d.ts.map +1 -0
- package/dist/models/notification.d.ts +97 -0
- package/dist/models/notification.d.ts.map +1 -0
- package/dist/models/object-aggregation-request.d.ts +79 -0
- package/dist/models/object-aggregation-request.d.ts.map +1 -0
- package/dist/models/object-aggregation-response.d.ts +40 -0
- package/dist/models/object-aggregation-response.d.ts.map +1 -0
- package/dist/models/object-list-stats.d.ts +45 -0
- package/dist/models/object-list-stats.d.ts.map +1 -0
- package/dist/models/object-response.d.ts +83 -0
- package/dist/models/object-response.d.ts.map +1 -0
- package/dist/models/offset-pagination-params.d.ts +38 -0
- package/dist/models/offset-pagination-params.d.ts.map +1 -0
- package/dist/models/open-aimodel.d.ts +25 -0
- package/dist/models/open-aimodel.d.ts.map +1 -0
- package/dist/models/opticsparams.d.ts +99 -0
- package/dist/models/opticsparams.d.ts.map +1 -0
- package/dist/models/org-model-delete-response.d.ts +37 -0
- package/dist/models/org-model-delete-response.d.ts.map +1 -0
- package/dist/models/org-model-deployment-info.d.ts +37 -0
- package/dist/models/org-model-deployment-info.d.ts.map +1 -0
- package/dist/models/org-model-detail-response.d.ts +32 -0
- package/dist/models/org-model-detail-response.d.ts.map +1 -0
- package/dist/models/org-model-document.d.ts +152 -0
- package/dist/models/org-model-document.d.ts.map +1 -0
- package/dist/models/org-model-list-item.d.ts +92 -0
- package/dist/models/org-model-list-item.d.ts.map +1 -0
- package/dist/models/org-model-list-response.d.ts +44 -0
- package/dist/models/org-model-list-response.d.ts.map +1 -0
- package/dist/models/organization-admin-update-request.d.ts +40 -0
- package/dist/models/organization-admin-update-request.d.ts.map +1 -0
- package/dist/models/organization-infrastructure.d.ts +50 -0
- package/dist/models/organization-infrastructure.d.ts.map +1 -0
- package/dist/models/organization-model-response.d.ts +109 -0
- package/dist/models/organization-model-response.d.ts.map +1 -0
- package/dist/models/organization-model.d.ts +233 -0
- package/dist/models/organization-model.d.ts.map +1 -0
- package/dist/models/organization-publish-stats-response.d.ts +43 -0
- package/dist/models/organization-publish-stats-response.d.ts.map +1 -0
- package/dist/models/organization-update-request.d.ts +52 -0
- package/dist/models/organization-update-request.d.ts.map +1 -0
- package/dist/models/page-meta.d.ts +43 -0
- package/dist/models/page-meta.d.ts.map +1 -0
- package/dist/models/page-response.d.ts +135 -0
- package/dist/models/page-response.d.ts.map +1 -0
- package/dist/models/page-tab-input.d.ts +56 -0
- package/dist/models/page-tab-input.d.ts.map +1 -0
- package/dist/models/page-tab-output.d.ts +56 -0
- package/dist/models/page-tab-output.d.ts.map +1 -0
- package/dist/models/pagination-metadata.d.ts +43 -0
- package/dist/models/pagination-metadata.d.ts.map +1 -0
- package/dist/models/pagination-method.d.ts +24 -0
- package/dist/models/pagination-method.d.ts.map +1 -0
- package/dist/models/pagination-response.d.ts +61 -0
- package/dist/models/pagination-response.d.ts.map +1 -0
- package/dist/models/pagination.d.ts +70 -0
- package/dist/models/pagination.d.ts.map +1 -0
- package/dist/models/parameters.d.ts +728 -0
- package/dist/models/parameters.d.ts.map +1 -0
- package/dist/models/patch-alert-request.d.ts +58 -0
- package/dist/models/patch-alert-request.d.ts.map +1 -0
- package/dist/models/patch-batch-request.d.ts +27 -0
- package/dist/models/patch-batch-request.d.ts.map +1 -0
- package/dist/models/patch-cluster-request.d.ts +39 -0
- package/dist/models/patch-cluster-request.d.ts.map +1 -0
- package/dist/models/patch-namespace-request.d.ts +51 -0
- package/dist/models/patch-namespace-request.d.ts.map +1 -0
- package/dist/models/patch-object-request.d.ts +32 -0
- package/dist/models/patch-object-request.d.ts.map +1 -0
- package/dist/models/patch-retriever-request.d.ts +63 -0
- package/dist/models/patch-retriever-request.d.ts.map +1 -0
- package/dist/models/patch-retriever-response.d.ts +26 -0
- package/dist/models/patch-retriever-response.d.ts.map +1 -0
- package/dist/models/patch-session-request.d.ts +27 -0
- package/dist/models/patch-session-request.d.ts.map +1 -0
- package/dist/models/patch-session-response.d.ts +31 -0
- package/dist/models/patch-session-response.d.ts.map +1 -0
- package/dist/models/patch-taxonomy-request.d.ts +39 -0
- package/dist/models/patch-taxonomy-request.d.ts.map +1 -0
- package/dist/models/path-analysis-request.d.ts +69 -0
- package/dist/models/path-analysis-request.d.ts.map +1 -0
- package/dist/models/path-analysis-response.d.ts +56 -0
- package/dist/models/path-analysis-response.d.ts.map +1 -0
- package/dist/models/payload-index-config-input.d.ts +45 -0
- package/dist/models/payload-index-config-input.d.ts.map +1 -0
- package/dist/models/payload-index-config-output.d.ts +45 -0
- package/dist/models/payload-index-config-output.d.ts.map +1 -0
- package/dist/models/payload-schema-type.d.ts +28 -0
- package/dist/models/payload-schema-type.d.ts.map +1 -0
- package/dist/models/payload.d.ts +73 -0
- package/dist/models/payload.d.ts.map +1 -0
- package/dist/models/payment-method-info.d.ts +43 -0
- package/dist/models/payment-method-info.d.ts.map +1 -0
- package/dist/models/performance-insight.d.ts +55 -0
- package/dist/models/performance-insight.d.ts.map +1 -0
- package/dist/models/performance-metric.d.ts +61 -0
- package/dist/models/performance-metric.d.ts.map +1 -0
- package/dist/models/performance-summary.d.ts +61 -0
- package/dist/models/performance-summary.d.ts.map +1 -0
- package/dist/models/permission.d.ts +24 -0
- package/dist/models/permission.d.ts.map +1 -0
- package/dist/models/pipeline-comparison.d.ts +71 -0
- package/dist/models/pipeline-comparison.d.ts.map +1 -0
- package/dist/models/plugin-deployment-info.d.ts +43 -0
- package/dist/models/plugin-deployment-info.d.ts.map +1 -0
- package/dist/models/plugin-list-item.d.ts +73 -0
- package/dist/models/plugin-list-item.d.ts.map +1 -0
- package/dist/models/plugin-realtime-test-request.d.ts +35 -0
- package/dist/models/plugin-realtime-test-request.d.ts.map +1 -0
- package/dist/models/plugin-realtime-test-response.d.ts +61 -0
- package/dist/models/plugin-realtime-test-response.d.ts.map +1 -0
- package/dist/models/plugin-status-response.d.ts +103 -0
- package/dist/models/plugin-status-response.d.ts.map +1 -0
- package/dist/models/plugin-upload-response.d.ts +74 -0
- package/dist/models/plugin-upload-response.d.ts.map +1 -0
- package/dist/models/post-processing-phase.d.ts +24 -0
- package/dist/models/post-processing-phase.d.ts.map +1 -0
- package/dist/models/postgre-sqlconfig.d.ts +90 -0
- package/dist/models/postgre-sqlconfig.d.ts.map +1 -0
- package/dist/models/postgre-sqlcredentials.d.ts +41 -0
- package/dist/models/postgre-sqlcredentials.d.ts.map +1 -0
- package/dist/models/predictor-lift.d.ts +49 -0
- package/dist/models/predictor-lift.d.ts.map +1 -0
- package/dist/models/provider-config.d.ts +240 -0
- package/dist/models/provider-config.d.ts.map +1 -0
- package/dist/models/public-app-config-response.d.ts +105 -0
- package/dist/models/public-app-config-response.d.ts.map +1 -0
- package/dist/models/public-app-search-request.d.ts +42 -0
- package/dist/models/public-app-search-request.d.ts.map +1 -0
- package/dist/models/public-interaction-batch-request.d.ts +26 -0
- package/dist/models/public-interaction-batch-request.d.ts.map +1 -0
- package/dist/models/public-interaction-request.d.ts +78 -0
- package/dist/models/public-interaction-request.d.ts.map +1 -0
- package/dist/models/public-name-availability-response.d.ts +31 -0
- package/dist/models/public-name-availability-response.d.ts.map +1 -0
- package/dist/models/public-page-config-response.d.ts +105 -0
- package/dist/models/public-page-config-response.d.ts.map +1 -0
- package/dist/models/public-page-search-request.d.ts +42 -0
- package/dist/models/public-page-search-request.d.ts.map +1 -0
- package/dist/models/public-retriever-config-response.d.ts +51 -0
- package/dist/models/public-retriever-config-response.d.ts.map +1 -0
- package/dist/models/public-retriever-list-item.d.ts +92 -0
- package/dist/models/public-retriever-list-item.d.ts.map +1 -0
- package/dist/models/public-retriever-list-stats.d.ts +37 -0
- package/dist/models/public-retriever-list-stats.d.ts.map +1 -0
- package/dist/models/public-retriever-template-response.d.ts +95 -0
- package/dist/models/public-retriever-template-response.d.ts.map +1 -0
- package/dist/models/publish-retriever-request.d.ts +81 -0
- package/dist/models/publish-retriever-request.d.ts.map +1 -0
- package/dist/models/publish-retriever-response.d.ts +49 -0
- package/dist/models/publish-retriever-response.d.ts.map +1 -0
- package/dist/models/published-retriever-response.d.ts +112 -0
- package/dist/models/published-retriever-response.d.ts.map +1 -0
- package/dist/models/query.d.ts +33 -0
- package/dist/models/query.d.ts.map +1 -0
- package/dist/models/query1.d.ts +33 -0
- package/dist/models/query1.d.ts.map +1 -0
- package/dist/models/range-bucket-boundaries-inner.d.ts +19 -0
- package/dist/models/range-bucket-boundaries-inner.d.ts.map +1 -0
- package/dist/models/range-bucket.d.ts +38 -0
- package/dist/models/range-bucket.d.ts.map +1 -0
- package/dist/models/rate-limit-config.d.ts +68 -0
- package/dist/models/rate-limit-config.d.ts.map +1 -0
- package/dist/models/rate-limit-tier.d.ts +24 -0
- package/dist/models/rate-limit-tier.d.ts.map +1 -0
- package/dist/models/raw-inference-request.d.ts +71 -0
- package/dist/models/raw-inference-request.d.ts.map +1 -0
- package/dist/models/raw-inference-response.d.ts +57 -0
- package/dist/models/raw-inference-response.d.ts.map +1 -0
- package/dist/models/reconfigure-namespace-request.d.ts +25 -0
- package/dist/models/reconfigure-namespace-request.d.ts.map +1 -0
- package/dist/models/reconfigure-namespace-response.d.ts +61 -0
- package/dist/models/reconfigure-namespace-response.d.ts.map +1 -0
- package/dist/models/reminder-preferences-response.d.ts +26 -0
- package/dist/models/reminder-preferences-response.d.ts.map +1 -0
- package/dist/models/reminder-preferences.d.ts +55 -0
- package/dist/models/reminder-preferences.d.ts.map +1 -0
- package/dist/models/render-strategy.d.ts +23 -0
- package/dist/models/render-strategy.d.ts.map +1 -0
- package/dist/models/resource-filter.d.ts +57 -0
- package/dist/models/resource-filter.d.ts.map +1 -0
- package/dist/models/resource-progress.d.ts +51 -0
- package/dist/models/resource-progress.d.ts.map +1 -0
- package/dist/models/resource-result-status.d.ts +23 -0
- package/dist/models/resource-result-status.d.ts.map +1 -0
- package/dist/models/resource-result.d.ts +50 -0
- package/dist/models/resource-result.d.ts.map +1 -0
- package/dist/models/resource-scope-input.d.ts +39 -0
- package/dist/models/resource-scope-input.d.ts.map +1 -0
- package/dist/models/resource-scope-output.d.ts +39 -0
- package/dist/models/resource-scope-output.d.ts.map +1 -0
- package/dist/models/resource-type-input.d.ts +31 -0
- package/dist/models/resource-type-input.d.ts.map +1 -0
- package/dist/models/response-shape.d.ts +19 -0
- package/dist/models/response-shape.d.ts.map +1 -0
- package/dist/models/response-shape1.d.ts +19 -0
- package/dist/models/response-shape1.d.ts.map +1 -0
- package/dist/models/response-shape2.d.ts +19 -0
- package/dist/models/response-shape2.d.ts.map +1 -0
- package/dist/models/response-shape3.d.ts +19 -0
- package/dist/models/response-shape3.d.ts.map +1 -0
- package/dist/models/response-sync-collection-schema-v1-collections-collection-id-sync-schema-post.d.ts +91 -0
- package/dist/models/response-sync-collection-schema-v1-collections-collection-id-sync-schema-post.d.ts.map +1 -0
- package/dist/models/result-card-properties.d.ts +109 -0
- package/dist/models/result-card-properties.d.ts.map +1 -0
- package/dist/models/retriever-apikey-list-response.d.ts +32 -0
- package/dist/models/retriever-apikey-list-response.d.ts.map +1 -0
- package/dist/models/retriever-apikey-response.d.ts +155 -0
- package/dist/models/retriever-apikey-response.d.ts.map +1 -0
- package/dist/models/retriever-config.d.ts +117 -0
- package/dist/models/retriever-config.d.ts.map +1 -0
- package/dist/models/retriever-enrichment-config-input.d.ts +65 -0
- package/dist/models/retriever-enrichment-config-input.d.ts.map +1 -0
- package/dist/models/retriever-enrichment-config-output.d.ts +65 -0
- package/dist/models/retriever-enrichment-config-output.d.ts.map +1 -0
- package/dist/models/retriever-execution-request.d.ts +40 -0
- package/dist/models/retriever-execution-request.d.ts.map +1 -0
- package/dist/models/retriever-execution-statistics.d.ts +40 -0
- package/dist/models/retriever-execution-statistics.d.ts.map +1 -0
- package/dist/models/retriever-execution-summary.d.ts +85 -0
- package/dist/models/retriever-execution-summary.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-input.d.ts +71 -0
- package/dist/models/retriever-input-schema-field-input.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-output.d.ts +71 -0
- package/dist/models/retriever-input-schema-field-output.d.ts.map +1 -0
- package/dist/models/retriever-input-schema-field-type.d.ts +36 -0
- package/dist/models/retriever-input-schema-field-type.d.ts.map +1 -0
- package/dist/models/retriever-metadata.d.ts +43 -0
- package/dist/models/retriever-metadata.d.ts.map +1 -0
- package/dist/models/retriever-model-input.d.ts +175 -0
- package/dist/models/retriever-model-input.d.ts.map +1 -0
- package/dist/models/retriever-model-output.d.ts +129 -0
- package/dist/models/retriever-model-output.d.ts.map +1 -0
- package/dist/models/retriever-options.d.ts +43 -0
- package/dist/models/retriever-options.d.ts.map +1 -0
- package/dist/models/retriever-performance-response.d.ts +48 -0
- package/dist/models/retriever-performance-response.d.ts.map +1 -0
- package/dist/models/retriever-schema.d.ts +29 -0
- package/dist/models/retriever-schema.d.ts.map +1 -0
- package/dist/models/retriever-signal.d.ts +53 -0
- package/dist/models/retriever-signal.d.ts.map +1 -0
- package/dist/models/retriever-stage-definition.d.ts +52 -0
- package/dist/models/retriever-stage-definition.d.ts.map +1 -0
- package/dist/models/retriever-status.d.ts +24 -0
- package/dist/models/retriever-status.d.ts.map +1 -0
- package/dist/models/retriever-visibility.d.ts +23 -0
- package/dist/models/retriever-visibility.d.ts.map +1 -0
- package/dist/models/retry-batch-request.d.ts +42 -0
- package/dist/models/retry-batch-request.d.ts.map +1 -0
- package/dist/models/return-vector-names.d.ts +19 -0
- package/dist/models/return-vector-names.d.ts.map +1 -0
- package/dist/models/revision-history-entry.d.ts +43 -0
- package/dist/models/revision-history-entry.d.ts.map +1 -0
- package/dist/models/rssconfig.d.ts +48 -0
- package/dist/models/rssconfig.d.ts.map +1 -0
- package/dist/models/rssfield-source.d.ts +35 -0
- package/dist/models/rssfield-source.d.ts.map +1 -0
- package/dist/models/rsshttp-header-credentials.d.ts +37 -0
- package/dist/models/rsshttp-header-credentials.d.ts.map +1 -0
- package/dist/models/s3-access-key-credentials.d.ts +47 -0
- package/dist/models/s3-access-key-credentials.d.ts.map +1 -0
- package/dist/models/s3-config.d.ts +60 -0
- package/dist/models/s3-config.d.ts.map +1 -0
- package/dist/models/s3-metadata-source.d.ts +35 -0
- package/dist/models/s3-metadata-source.d.ts.map +1 -0
- package/dist/models/s3-role-credentials.d.ts +41 -0
- package/dist/models/s3-role-credentials.d.ts.map +1 -0
- package/dist/models/s3-tag-source.d.ts +35 -0
- package/dist/models/s3-tag-source.d.ts.map +1 -0
- package/dist/models/schema-mapping-input.d.ts +28 -0
- package/dist/models/schema-mapping-input.d.ts.map +1 -0
- package/dist/models/schema-mapping-output.d.ts +28 -0
- package/dist/models/schema-mapping-output.d.ts.map +1 -0
- package/dist/models/schema-sync-request.d.ts +37 -0
- package/dist/models/schema-sync-request.d.ts.map +1 -0
- package/dist/models/schema-sync-response.d.ts +73 -0
- package/dist/models/schema-sync-response.d.ts.map +1 -0
- package/dist/models/schema-sync-skipped-response.d.ts +55 -0
- package/dist/models/schema-sync-skipped-response.d.ts.map +1 -0
- package/dist/models/scroll-pagination-params.d.ts +44 -0
- package/dist/models/scroll-pagination-params.d.ts.map +1 -0
- package/dist/models/search-interaction.d.ts +90 -0
- package/dist/models/search-interaction.d.ts.map +1 -0
- package/dist/models/search-request.d.ts +53 -0
- package/dist/models/search-request.d.ts.map +1 -0
- package/dist/models/search-response.d.ts +44 -0
- package/dist/models/search-response.d.ts.map +1 -0
- package/dist/models/search-result-item.d.ts +65 -0
- package/dist/models/search-result-item.d.ts.map +1 -0
- package/dist/models/secret-response.d.ts +43 -0
- package/dist/models/secret-response.d.ts.map +1 -0
- package/dist/models/secrets-list-response.d.ts +31 -0
- package/dist/models/secrets-list-response.d.ts.map +1 -0
- package/dist/models/section-config.d.ts +45 -0
- package/dist/models/section-config.d.ts.map +1 -0
- package/dist/models/send-message-request.d.ts +39 -0
- package/dist/models/send-message-request.d.ts.map +1 -0
- package/dist/models/sentiment-classifier-params.d.ts +59 -0
- package/dist/models/sentiment-classifier-params.d.ts.map +1 -0
- package/dist/models/seoconfig.d.ts +122 -0
- package/dist/models/seoconfig.d.ts.map +1 -0
- package/dist/models/session-filter-input.d.ts +63 -0
- package/dist/models/session-filter-input.d.ts.map +1 -0
- package/dist/models/session-filter-output.d.ts +63 -0
- package/dist/models/session-filter-output.d.ts.map +1 -0
- package/dist/models/session-quotas.d.ts +49 -0
- package/dist/models/session-quotas.d.ts.map +1 -0
- package/dist/models/session-stats.d.ts +43 -0
- package/dist/models/session-stats.d.ts.map +1 -0
- package/dist/models/session-status.d.ts +24 -0
- package/dist/models/session-status.d.ts.map +1 -0
- package/dist/models/setup-payment-method-response.d.ts +37 -0
- package/dist/models/setup-payment-method-response.d.ts.map +1 -0
- package/dist/models/share-point-client-credentials.d.ts +47 -0
- package/dist/models/share-point-client-credentials.d.ts.map +1 -0
- package/dist/models/share-point-config.d.ts +54 -0
- package/dist/models/share-point-config.d.ts.map +1 -0
- package/dist/models/share-point-delegated-credentials.d.ts +53 -0
- package/dist/models/share-point-delegated-credentials.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-create-trigger-request.d.ts +60 -0
- package/dist/models/shared-clusters-triggers-models-create-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-request.d.ts +63 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-request.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-response.d.ts +44 -0
- package/dist/models/shared-clusters-triggers-models-list-triggers-response.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-history-response.d.ts +50 -0
- package/dist/models/shared-clusters-triggers-models-trigger-history-response.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-model.d.ts +150 -0
- package/dist/models/shared-clusters-triggers-models-trigger-model.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-status.d.ts +24 -0
- package/dist/models/shared-clusters-triggers-models-trigger-status.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-trigger-type.d.ts +24 -0
- package/dist/models/shared-clusters-triggers-models-trigger-type.d.ts.map +1 -0
- package/dist/models/shared-clusters-triggers-models-update-trigger-request.d.ts +40 -0
- package/dist/models/shared-clusters-triggers-models-update-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-input.d.ts +67 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-input.d.ts.map +1 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-output.d.ts +73 -0
- package/dist/models/shared-collection-features-extractors-models-feature-extractor-config-output.d.ts.map +1 -0
- package/dist/models/shared-namespaces-migrations-models-feature-extractor-config.d.ts +39 -0
- package/dist/models/shared-namespaces-migrations-models-feature-extractor-config.d.ts.map +1 -0
- package/dist/models/shared-namespaces-migrations-models-resource-type.d.ts +25 -0
- package/dist/models/shared-namespaces-migrations-models-resource-type.d.ts.map +1 -0
- package/dist/models/shared-organizations-enums-resource-type.d.ts +31 -0
- package/dist/models/shared-organizations-enums-resource-type.d.ts.map +1 -0
- package/dist/models/shared-retrievers-benchmarks-models-time-range.d.ts +31 -0
- package/dist/models/shared-retrievers-benchmarks-models-time-range.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-create-trigger-request.d.ts +62 -0
- package/dist/models/shared-triggers-models-create-trigger-request.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-list-triggers-request.d.ts +70 -0
- package/dist/models/shared-triggers-models-list-triggers-request.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-list-triggers-response.d.ts +44 -0
- package/dist/models/shared-triggers-models-list-triggers-response.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-history-response.d.ts +50 -0
- package/dist/models/shared-triggers-models-trigger-history-response.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-model.d.ts +174 -0
- package/dist/models/shared-triggers-models-trigger-model.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-status.d.ts +24 -0
- package/dist/models/shared-triggers-models-trigger-status.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-trigger-type.d.ts +24 -0
- package/dist/models/shared-triggers-models-trigger-type.d.ts.map +1 -0
- package/dist/models/shared-triggers-models-update-trigger-request.d.ts +40 -0
- package/dist/models/shared-triggers-models-update-trigger-request.d.ts.map +1 -0
- package/dist/models/single-lineage-entry.d.ts +40 -0
- package/dist/models/single-lineage-entry.d.ts.map +1 -0
- package/dist/models/slack-config.d.ts +55 -0
- package/dist/models/slack-config.d.ts.map +1 -0
- package/dist/models/slow-operation.d.ts +51 -0
- package/dist/models/slow-operation.d.ts.map +1 -0
- package/dist/models/slow-operations-response.d.ts +39 -0
- package/dist/models/slow-operations-response.d.ts.map +1 -0
- package/dist/models/slow-queries-response.d.ts +50 -0
- package/dist/models/slow-queries-response.d.ts.map +1 -0
- package/dist/models/slow-query-details.d.ts +49 -0
- package/dist/models/slow-query-details.d.ts.map +1 -0
- package/dist/models/snowflake-config.d.ts +90 -0
- package/dist/models/snowflake-config.d.ts.map +1 -0
- package/dist/models/snowflake-key-pair-credentials.d.ts +47 -0
- package/dist/models/snowflake-key-pair-credentials.d.ts.map +1 -0
- package/dist/models/snowflake-username-password-credentials.d.ts +41 -0
- package/dist/models/snowflake-username-password-credentials.d.ts.map +1 -0
- package/dist/models/sort-direction.d.ts +22 -0
- package/dist/models/sort-direction.d.ts.map +1 -0
- package/dist/models/sort-option.d.ts +32 -0
- package/dist/models/sort-option.d.ts.map +1 -0
- package/dist/models/source-collection-input.d.ts +32 -0
- package/dist/models/source-collection-input.d.ts.map +1 -0
- package/dist/models/source-collection-output.d.ts +32 -0
- package/dist/models/source-collection-output.d.ts.map +1 -0
- package/dist/models/source-config-input.d.ts +63 -0
- package/dist/models/source-config-input.d.ts.map +1 -0
- package/dist/models/source-config-output.d.ts +63 -0
- package/dist/models/source-config-output.d.ts.map +1 -0
- package/dist/models/source-details.d.ts +32 -0
- package/dist/models/source-details.d.ts.map +1 -0
- package/dist/models/source-enrichment-config.d.ts +26 -0
- package/dist/models/source-enrichment-config.d.ts.map +1 -0
- package/dist/models/source-filters-input.d.ts +26 -0
- package/dist/models/source-filters-input.d.ts.map +1 -0
- package/dist/models/source-filters-output.d.ts +26 -0
- package/dist/models/source-filters-output.d.ts.map +1 -0
- package/dist/models/source-type.d.ts +24 -0
- package/dist/models/source-type.d.ts.map +1 -0
- package/dist/models/source.d.ts +45 -0
- package/dist/models/source.d.ts.map +1 -0
- package/dist/models/source1.d.ts +45 -0
- package/dist/models/source1.d.ts.map +1 -0
- package/dist/models/sparse-vector.d.ts +32 -0
- package/dist/models/sparse-vector.d.ts.map +1 -0
- package/dist/models/spectral-params.d.ts +111 -0
- package/dist/models/spectral-params.d.ts.map +1 -0
- package/dist/models/spending-caps-response.d.ts +85 -0
- package/dist/models/spending-caps-response.d.ts.map +1 -0
- package/dist/models/split-method.d.ts +23 -0
- package/dist/models/split-method.d.ts.map +1 -0
- package/dist/models/stage-breakdown-response.d.ts +38 -0
- package/dist/models/stage-breakdown-response.d.ts.map +1 -0
- package/dist/models/stage-category.d.ts +25 -0
- package/dist/models/stage-category.d.ts.map +1 -0
- package/dist/models/stage-config.d.ts +64 -0
- package/dist/models/stage-config.d.ts.map +1 -0
- package/dist/models/stage-defs-aggregation-function.d.ts +30 -0
- package/dist/models/stage-defs-aggregation-function.d.ts.map +1 -0
- package/dist/models/stage-defs-aggregation-operation.d.ts +38 -0
- package/dist/models/stage-defs-aggregation-operation.d.ts.map +1 -0
- package/dist/models/stage-defs-auth-config.d.ts +44 -0
- package/dist/models/stage-defs-auth-config.d.ts.map +1 -0
- package/dist/models/stage-defs-auth-type.d.ts +25 -0
- package/dist/models/stage-defs-auth-type.d.ts.map +1 -0
- package/dist/models/stage-defs-citation-config.d.ts +44 -0
- package/dist/models/stage-defs-citation-config.d.ts.map +1 -0
- package/dist/models/stage-defs-content-input.d.ts +31 -0
- package/dist/models/stage-defs-content-input.d.ts.map +1 -0
- package/dist/models/stage-defs-content-query-input.d.ts +43 -0
- package/dist/models/stage-defs-content-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-diversity-feature-config.d.ts +31 -0
- package/dist/models/stage-defs-diversity-feature-config.d.ts.map +1 -0
- package/dist/models/stage-defs-document-query-input.d.ts +36 -0
- package/dist/models/stage-defs-document-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-document-reference.d.ts +31 -0
- package/dist/models/stage-defs-document-reference.d.ts.map +1 -0
- package/dist/models/stage-defs-dynamic-value.d.ts +35 -0
- package/dist/models/stage-defs-dynamic-value.d.ts.map +1 -0
- package/dist/models/stage-defs-enrichment-field.d.ts +38 -0
- package/dist/models/stage-defs-enrichment-field.d.ts.map +1 -0
- package/dist/models/stage-defs-enrichment-merge-mode.d.ts +22 -0
- package/dist/models/stage-defs-enrichment-merge-mode.d.ts.map +1 -0
- package/dist/models/stage-defs-error-handling.d.ts +23 -0
- package/dist/models/stage-defs-error-handling.d.ts.map +1 -0
- package/dist/models/stage-defs-facet-field-config.d.ts +37 -0
- package/dist/models/stage-defs-facet-field-config.d.ts.map +1 -0
- package/dist/models/stage-defs-feature-search-config.d.ts +70 -0
- package/dist/models/stage-defs-feature-search-config.d.ts.map +1 -0
- package/dist/models/stage-defs-feature-search-group-by.d.ts +49 -0
- package/dist/models/stage-defs-feature-search-group-by.d.ts.map +1 -0
- package/dist/models/stage-defs-filter-condition.d.ts +39 -0
- package/dist/models/stage-defs-filter-condition.d.ts.map +1 -0
- package/dist/models/stage-defs-filter-operator.d.ts +35 -0
- package/dist/models/stage-defs-filter-operator.d.ts.map +1 -0
- package/dist/models/stage-defs-fusion-strategy.d.ts +25 -0
- package/dist/models/stage-defs-fusion-strategy.d.ts.map +1 -0
- package/dist/models/stage-defs-group-by-field-config.d.ts +31 -0
- package/dist/models/stage-defs-group-by-field-config.d.ts.map +1 -0
- package/dist/models/stage-defs-learned-fusion-config.d.ts +79 -0
- package/dist/models/stage-defs-learned-fusion-config.d.ts.map +1 -0
- package/dist/models/stage-defs-learning-algorithm.d.ts +23 -0
- package/dist/models/stage-defs-learning-algorithm.d.ts.map +1 -0
- package/dist/models/stage-defs-llmprovider.d.ts +23 -0
- package/dist/models/stage-defs-llmprovider.d.ts.map +1 -0
- package/dist/models/stage-defs-logical-operator.d.ts +45 -0
- package/dist/models/stage-defs-logical-operator.d.ts.map +1 -0
- package/dist/models/stage-defs-multi-content-query-input.d.ts +35 -0
- package/dist/models/stage-defs-multi-content-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-on-empty-behavior.d.ts +23 -0
- package/dist/models/stage-defs-on-empty-behavior.d.ts.map +1 -0
- package/dist/models/stage-defs-on-no-results.d.ts +23 -0
- package/dist/models/stage-defs-on-no-results.d.ts.map +1 -0
- package/dist/models/stage-defs-query-preprocessing.d.ts +51 -0
- package/dist/models/stage-defs-query-preprocessing.d.ts.map +1 -0
- package/dist/models/stage-defs-rate-limit-config.d.ts +31 -0
- package/dist/models/stage-defs-rate-limit-config.d.ts.map +1 -0
- package/dist/models/stage-defs-result-handling.d.ts +24 -0
- package/dist/models/stage-defs-result-handling.d.ts.map +1 -0
- package/dist/models/stage-defs-sort-direction.d.ts +22 -0
- package/dist/models/stage-defs-sort-direction.d.ts.map +1 -0
- package/dist/models/stage-defs-stage-cache-behavior.d.ts +23 -0
- package/dist/models/stage-defs-stage-cache-behavior.d.ts.map +1 -0
- package/dist/models/stage-defs-text-query-input.d.ts +41 -0
- package/dist/models/stage-defs-text-query-input.d.ts.map +1 -0
- package/dist/models/stage-defs-urlpatterns.d.ts +31 -0
- package/dist/models/stage-defs-urlpatterns.d.ts.map +1 -0
- package/dist/models/stage-defs-vector-query-input.d.ts +36 -0
- package/dist/models/stage-defs-vector-query-input.d.ts.map +1 -0
- package/dist/models/stage-discovery.d.ts +77 -0
- package/dist/models/stage-discovery.d.ts.map +1 -0
- package/dist/models/stage-instance-config.d.ts +59 -0
- package/dist/models/stage-instance-config.d.ts.map +1 -0
- package/dist/models/stage-params-aggregate.d.ts +62 -0
- package/dist/models/stage-params-aggregate.d.ts.map +1 -0
- package/dist/models/stage-params-api-call.d.ts +105 -0
- package/dist/models/stage-params-api-call.d.ts.map +1 -0
- package/dist/models/stage-params-attribute-filter.d.ts +57 -0
- package/dist/models/stage-params-attribute-filter.d.ts.map +1 -0
- package/dist/models/stage-params-cluster.d.ts +76 -0
- package/dist/models/stage-params-cluster.d.ts.map +1 -0
- package/dist/models/stage-params-code-execution.d.ts +76 -0
- package/dist/models/stage-params-code-execution.d.ts.map +1 -0
- package/dist/models/stage-params-document-enrich.d.ts +103 -0
- package/dist/models/stage-params-document-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-external-web-search.d.ts +55 -0
- package/dist/models/stage-params-external-web-search.d.ts.map +1 -0
- package/dist/models/stage-params-feature-search.d.ts +92 -0
- package/dist/models/stage-params-feature-search.d.ts.map +1 -0
- package/dist/models/stage-params-group-by.d.ts +43 -0
- package/dist/models/stage-params-group-by.d.ts.map +1 -0
- package/dist/models/stage-params-json-transform.d.ts +32 -0
- package/dist/models/stage-params-json-transform.d.ts.map +1 -0
- package/dist/models/stage-params-llm-enrich.d.ts +96 -0
- package/dist/models/stage-params-llm-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-llm-filter.d.ts +57 -0
- package/dist/models/stage-params-llm-filter.d.ts.map +1 -0
- package/dist/models/stage-params-mmr.d.ts +82 -0
- package/dist/models/stage-params-mmr.d.ts.map +1 -0
- package/dist/models/stage-params-query-expand.d.ts +74 -0
- package/dist/models/stage-params-query-expand.d.ts.map +1 -0
- package/dist/models/stage-params-rag-prepare.d.ts +97 -0
- package/dist/models/stage-params-rag-prepare.d.ts.map +1 -0
- package/dist/models/stage-params-rerank.d.ts +67 -0
- package/dist/models/stage-params-rerank.d.ts.map +1 -0
- package/dist/models/stage-params-sample.d.ts +61 -0
- package/dist/models/stage-params-sample.d.ts.map +1 -0
- package/dist/models/stage-params-sort-attribute.d.ts +38 -0
- package/dist/models/stage-params-sort-attribute.d.ts.map +1 -0
- package/dist/models/stage-params-sort-relevance.d.ts +50 -0
- package/dist/models/stage-params-sort-relevance.d.ts.map +1 -0
- package/dist/models/stage-params-sql-lookup.d.ts +79 -0
- package/dist/models/stage-params-sql-lookup.d.ts.map +1 -0
- package/dist/models/stage-params-summarize.d.ts +119 -0
- package/dist/models/stage-params-summarize.d.ts.map +1 -0
- package/dist/models/stage-params-taxonomy-enrich.d.ts +51 -0
- package/dist/models/stage-params-taxonomy-enrich.d.ts.map +1 -0
- package/dist/models/stage-params-web-scrape.d.ts +112 -0
- package/dist/models/stage-params-web-scrape.d.ts.map +1 -0
- package/dist/models/stage-performance-input.d.ts +43 -0
- package/dist/models/stage-performance-input.d.ts.map +1 -0
- package/dist/models/stage-performance-metrics.d.ts +61 -0
- package/dist/models/stage-performance-metrics.d.ts.map +1 -0
- package/dist/models/stage-performance-output.d.ts +67 -0
- package/dist/models/stage-performance-output.d.ts.map +1 -0
- package/dist/models/stage-progress.d.ts +75 -0
- package/dist/models/stage-progress.d.ts.map +1 -0
- package/dist/models/stage-statistics.d.ts +75 -0
- package/dist/models/stage-statistics.d.ts.map +1 -0
- package/dist/models/stage-type.d.ts +25 -0
- package/dist/models/stage-type.d.ts.map +1 -0
- package/dist/models/stage-types-content-input.d.ts +31 -0
- package/dist/models/stage-types-content-input.d.ts.map +1 -0
- package/dist/models/stage-types-document-reference.d.ts +31 -0
- package/dist/models/stage-types-document-reference.d.ts.map +1 -0
- package/dist/models/stage-types-feature-search-config.d.ts +70 -0
- package/dist/models/stage-types-feature-search-config.d.ts.map +1 -0
- package/dist/models/stage-types-fusion-strategy.d.ts +25 -0
- package/dist/models/stage-types-fusion-strategy.d.ts.map +1 -0
- package/dist/models/stage-types-on-empty-behavior.d.ts +23 -0
- package/dist/models/stage-types-on-empty-behavior.d.ts.map +1 -0
- package/dist/models/start-evaluation-request.d.ts +32 -0
- package/dist/models/start-evaluation-request.d.ts.map +1 -0
- package/dist/models/start-evaluation-response.d.ts +49 -0
- package/dist/models/start-evaluation-response.d.ts.map +1 -0
- package/dist/models/start-migration-request.d.ts +25 -0
- package/dist/models/start-migration-request.d.ts.map +1 -0
- package/dist/models/start-migration-response.d.ts +50 -0
- package/dist/models/start-migration-response.d.ts.map +1 -0
- package/dist/models/stat-item.d.ts +31 -0
- package/dist/models/stat-item.d.ts.map +1 -0
- package/dist/models/step-analytics-config-input.d.ts +57 -0
- package/dist/models/step-analytics-config-input.d.ts.map +1 -0
- package/dist/models/step-analytics-config-output.d.ts +57 -0
- package/dist/models/step-analytics-config-output.d.ts.map +1 -0
- package/dist/models/step-info.d.ts +49 -0
- package/dist/models/step-info.d.ts.map +1 -0
- package/dist/models/step-key-source.d.ts +23 -0
- package/dist/models/step-key-source.d.ts.map +1 -0
- package/dist/models/step-transition-request.d.ts +70 -0
- package/dist/models/step-transition-request.d.ts.map +1 -0
- package/dist/models/step-transition-response.d.ts +71 -0
- package/dist/models/step-transition-response.d.ts.map +1 -0
- package/dist/models/storage-connection-create-request.d.ts +60 -0
- package/dist/models/storage-connection-create-request.d.ts.map +1 -0
- package/dist/models/storage-connection-list-response.d.ts +39 -0
- package/dist/models/storage-connection-list-response.d.ts.map +1 -0
- package/dist/models/storage-connection-model.d.ts +114 -0
- package/dist/models/storage-connection-model.d.ts.map +1 -0
- package/dist/models/storage-connection-test-response.d.ts +39 -0
- package/dist/models/storage-connection-test-response.d.ts.map +1 -0
- package/dist/models/storage-connection-update-request.d.ts +60 -0
- package/dist/models/storage-connection-update-request.d.ts.map +1 -0
- package/dist/models/storage-metric.d.ts +49 -0
- package/dist/models/storage-metric.d.ts.map +1 -0
- package/dist/models/storage-provider.d.ts +31 -0
- package/dist/models/storage-provider.d.ts.map +1 -0
- package/dist/models/storage-statistics.d.ts +43 -0
- package/dist/models/storage-statistics.d.ts.map +1 -0
- package/dist/models/structured-data-config.d.ts +33 -0
- package/dist/models/structured-data-config.d.ts.map +1 -0
- package/dist/models/submit-batch-request.d.ts +31 -0
- package/dist/models/submit-batch-request.d.ts.map +1 -0
- package/dist/models/submit-feedback-request.d.ts +37 -0
- package/dist/models/submit-feedback-request.d.ts.map +1 -0
- package/dist/models/submit-feedback-response.d.ts +49 -0
- package/dist/models/submit-feedback-response.d.ts.map +1 -0
- package/dist/models/subscription-status.d.ts +25 -0
- package/dist/models/subscription-status.d.ts.map +1 -0
- package/dist/models/subscription-tier-config.d.ts +51 -0
- package/dist/models/subscription-tier-config.d.ts.map +1 -0
- package/dist/models/subscription-tier.d.ts +24 -0
- package/dist/models/subscription-tier.d.ts.map +1 -0
- package/dist/models/suitable-collection.d.ts +49 -0
- package/dist/models/suitable-collection.d.ts.map +1 -0
- package/dist/models/sync-comparison-response.d.ts +39 -0
- package/dist/models/sync-comparison-response.d.ts.map +1 -0
- package/dist/models/sync-config-metric.d.ts +61 -0
- package/dist/models/sync-config-metric.d.ts.map +1 -0
- package/dist/models/sync-configuration-model.d.ts +313 -0
- package/dist/models/sync-configuration-model.d.ts.map +1 -0
- package/dist/models/sync-create-request.d.ts +79 -0
- package/dist/models/sync-create-request.d.ts.map +1 -0
- package/dist/models/sync-health-metric.d.ts +49 -0
- package/dist/models/sync-health-metric.d.ts.map +1 -0
- package/dist/models/sync-list-response.d.ts +39 -0
- package/dist/models/sync-list-response.d.ts.map +1 -0
- package/dist/models/sync-mode.d.ts +22 -0
- package/dist/models/sync-mode.d.ts.map +1 -0
- package/dist/models/sync-performance-response.d.ts +53 -0
- package/dist/models/sync-performance-response.d.ts.map +1 -0
- package/dist/models/sync-run-metric.d.ts +79 -0
- package/dist/models/sync-run-metric.d.ts.map +1 -0
- package/dist/models/sync-update-request.d.ts +71 -0
- package/dist/models/sync-update-request.d.ts.map +1 -0
- package/dist/models/task-progress.d.ts +37 -0
- package/dist/models/task-progress.d.ts.map +1 -0
- package/dist/models/task-response-inputs-inner.d.ts +19 -0
- package/dist/models/task-response-inputs-inner.d.ts.map +1 -0
- package/dist/models/task-response.d.ts +66 -0
- package/dist/models/task-response.d.ts.map +1 -0
- package/dist/models/task-status-enum.d.ts +34 -0
- package/dist/models/task-status-enum.d.ts.map +1 -0
- package/dist/models/task-status-update-request.d.ts +57 -0
- package/dist/models/task-status-update-request.d.ts.map +1 -0
- package/dist/models/task-type.d.ts +50 -0
- package/dist/models/task-type.d.ts.map +1 -0
- package/dist/models/taxonomy-application-config-input.d.ts +65 -0
- package/dist/models/taxonomy-application-config-input.d.ts.map +1 -0
- package/dist/models/taxonomy-application-config-output.d.ts +65 -0
- package/dist/models/taxonomy-application-config-output.d.ts.map +1 -0
- package/dist/models/taxonomy-execution-mode.d.ts +21 -0
- package/dist/models/taxonomy-execution-mode.d.ts.map +1 -0
- package/dist/models/taxonomy-list-stats.d.ts +43 -0
- package/dist/models/taxonomy-list-stats.d.ts.map +1 -0
- package/dist/models/taxonomy-model-input.d.ts +83 -0
- package/dist/models/taxonomy-model-input.d.ts.map +1 -0
- package/dist/models/taxonomy-model-output.d.ts +83 -0
- package/dist/models/taxonomy-model-output.d.ts.map +1 -0
- package/dist/models/taxonomy-options.d.ts +43 -0
- package/dist/models/taxonomy-options.d.ts.map +1 -0
- package/dist/models/taxonomy-response.d.ts +83 -0
- package/dist/models/taxonomy-response.d.ts.map +1 -0
- package/dist/models/taxonomy-tree-response.d.ts +31 -0
- package/dist/models/taxonomy-tree-response.d.ts.map +1 -0
- package/dist/models/template-mode.d.ts +23 -0
- package/dist/models/template-mode.d.ts.map +1 -0
- package/dist/models/template-scope.d.ts +24 -0
- package/dist/models/template-scope.d.ts.map +1 -0
- package/dist/models/template-type.d.ts +27 -0
- package/dist/models/template-type.d.ts.map +1 -0
- package/dist/models/terminate-session-response.d.ts +38 -0
- package/dist/models/terminate-session-response.d.ts.map +1 -0
- package/dist/models/text-extractor-params.d.ts +102 -0
- package/dist/models/text-extractor-params.d.ts.map +1 -0
- package/dist/models/text-index-params.d.ts +50 -0
- package/dist/models/text-index-params.d.ts.map +1 -0
- package/dist/models/text-split-strategy.d.ts +27 -0
- package/dist/models/text-split-strategy.d.ts.map +1 -0
- package/dist/models/theme-config.d.ts +91 -0
- package/dist/models/theme-config.d.ts.map +1 -0
- package/dist/models/tier-diagnostic.d.ts +86 -0
- package/dist/models/tier-diagnostic.d.ts.map +1 -0
- package/dist/models/tier-limits.d.ts +43 -0
- package/dist/models/tier-limits.d.ts.map +1 -0
- package/dist/models/tier-task-info.d.ts +170 -0
- package/dist/models/tier-task-info.d.ts.map +1 -0
- package/dist/models/tiering-rule.d.ts +43 -0
- package/dist/models/tiering-rule.d.ts.map +1 -0
- package/dist/models/tigris-access-key-credentials.d.ts +41 -0
- package/dist/models/tigris-access-key-credentials.d.ts.map +1 -0
- package/dist/models/tigris-config.d.ts +48 -0
- package/dist/models/tigris-config.d.ts.map +1 -0
- package/dist/models/tik-tok-config.d.ts +42 -0
- package/dist/models/tik-tok-config.d.ts.map +1 -0
- package/dist/models/tik-tok-oauth-credentials.d.ts +65 -0
- package/dist/models/tik-tok-oauth-credentials.d.ts.map +1 -0
- package/dist/models/time-range-input.d.ts +31 -0
- package/dist/models/time-range-input.d.ts.map +1 -0
- package/dist/models/tokenizer-type.d.ts +24 -0
- package/dist/models/tokenizer-type.d.ts.map +1 -0
- package/dist/models/tool-info.d.ts +57 -0
- package/dist/models/tool-info.d.ts.map +1 -0
- package/dist/models/transition-lifecycle-request.d.ts +32 -0
- package/dist/models/transition-lifecycle-request.d.ts.map +1 -0
- package/dist/models/transition-path.d.ts +43 -0
- package/dist/models/transition-path.d.ts.map +1 -0
- package/dist/models/trigger-action-type.d.ts +24 -0
- package/dist/models/trigger-action-type.d.ts.map +1 -0
- package/dist/models/trigger-collection-request.d.ts +38 -0
- package/dist/models/trigger-collection-request.d.ts.map +1 -0
- package/dist/models/trigger-collection-response.d.ts +73 -0
- package/dist/models/trigger-collection-response.d.ts.map +1 -0
- package/dist/models/trigger-execution-config.d.ts +33 -0
- package/dist/models/trigger-execution-config.d.ts.map +1 -0
- package/dist/models/trigger-execution-history-item.d.ts +61 -0
- package/dist/models/trigger-execution-history-item.d.ts.map +1 -0
- package/dist/models/trigger-execution-history.d.ts +49 -0
- package/dist/models/trigger-execution-history.d.ts.map +1 -0
- package/dist/models/trigger-history-request.d.ts +37 -0
- package/dist/models/trigger-history-request.d.ts.map +1 -0
- package/dist/models/trigger-tier-request.d.ts +67 -0
- package/dist/models/trigger-tier-request.d.ts.map +1 -0
- package/dist/models/unified-extractor-list-response.d.ts +56 -0
- package/dist/models/unified-extractor-list-response.d.ts.map +1 -0
- package/dist/models/unified-extractor-response.d.ts +171 -0
- package/dist/models/unified-extractor-response.d.ts.map +1 -0
- package/dist/models/unique-key-config.d.ts +37 -0
- package/dist/models/unique-key-config.d.ts.map +1 -0
- package/dist/models/update-app-request.d.ts +125 -0
- package/dist/models/update-app-request.d.ts.map +1 -0
- package/dist/models/update-namespace-request.d.ts +32 -0
- package/dist/models/update-namespace-request.d.ts.map +1 -0
- package/dist/models/update-object-request.d.ts +46 -0
- package/dist/models/update-object-request.d.ts.map +1 -0
- package/dist/models/update-page-request.d.ts +111 -0
- package/dist/models/update-page-request.d.ts.map +1 -0
- package/dist/models/update-preferences-request.d.ts +27 -0
- package/dist/models/update-preferences-request.d.ts.map +1 -0
- package/dist/models/update-published-retriever-request.d.ts +57 -0
- package/dist/models/update-published-retriever-request.d.ts.map +1 -0
- package/dist/models/update-reminder-preferences-request.d.ts +55 -0
- package/dist/models/update-reminder-preferences-request.d.ts.map +1 -0
- package/dist/models/update-secret-request.d.ts +25 -0
- package/dist/models/update-secret-request.d.ts.map +1 -0
- package/dist/models/update-spending-caps-request.d.ts +49 -0
- package/dist/models/update-spending-caps-request.d.ts.map +1 -0
- package/dist/models/upload-list-stats.d.ts +51 -0
- package/dist/models/upload-list-stats.d.ts.map +1 -0
- package/dist/models/upload-performance-metric.d.ts +61 -0
- package/dist/models/upload-performance-metric.d.ts.map +1 -0
- package/dist/models/upload-performance-response.d.ts +47 -0
- package/dist/models/upload-performance-response.d.ts.map +1 -0
- package/dist/models/upload-response.d.ts +192 -0
- package/dist/models/upload-response.d.ts.map +1 -0
- package/dist/models/upload-url-request.d.ts +31 -0
- package/dist/models/upload-url-request.d.ts.map +1 -0
- package/dist/models/upload-url-response.d.ts +37 -0
- package/dist/models/upload-url-response.d.ts.map +1 -0
- package/dist/models/usage-breakdown-response.d.ts +65 -0
- package/dist/models/usage-breakdown-response.d.ts.map +1 -0
- package/dist/models/usage-metric.d.ts +55 -0
- package/dist/models/usage-metric.d.ts.map +1 -0
- package/dist/models/usage-statistics.d.ts +55 -0
- package/dist/models/usage-statistics.d.ts.map +1 -0
- package/dist/models/user-create-request.d.ts +59 -0
- package/dist/models/user-create-request.d.ts.map +1 -0
- package/dist/models/user-role.d.ts +23 -0
- package/dist/models/user-role.d.ts.map +1 -0
- package/dist/models/user-status.d.ts +23 -0
- package/dist/models/user-status.d.ts.map +1 -0
- package/dist/models/user-update-request.d.ts +53 -0
- package/dist/models/user-update-request.d.ts.map +1 -0
- package/dist/models/uuid-index-params.d.ts +31 -0
- package/dist/models/uuid-index-params.d.ts.map +1 -0
- package/dist/models/validate-migration-request.d.ts +26 -0
- package/dist/models/validate-migration-request.d.ts.map +1 -0
- package/dist/models/validate-migration-response.d.ts +39 -0
- package/dist/models/validate-migration-response.d.ts.map +1 -0
- package/dist/models/validate-result.d.ts +51 -0
- package/dist/models/validate-result.d.ts.map +1 -0
- package/dist/models/validation-error-loc-inner.d.ts +19 -0
- package/dist/models/validation-error-loc-inner.d.ts.map +1 -0
- package/dist/models/validation-error.d.ts +38 -0
- package/dist/models/validation-error.d.ts.map +1 -0
- package/dist/models/validation-result.d.ts +52 -0
- package/dist/models/validation-result.d.ts.map +1 -0
- package/dist/models/value.d.ts +19 -0
- package/dist/models/value.d.ts.map +1 -0
- package/dist/models/value1.d.ts +19 -0
- package/dist/models/value1.d.ts.map +1 -0
- package/dist/models/value2.d.ts +19 -0
- package/dist/models/value2.d.ts.map +1 -0
- package/dist/models/vector-based-config-input.d.ts +152 -0
- package/dist/models/vector-based-config-input.d.ts.map +1 -0
- package/dist/models/vector-based-config-output.d.ts +134 -0
- package/dist/models/vector-based-config-output.d.ts.map +1 -0
- package/dist/models/vector-data-type.d.ts +22 -0
- package/dist/models/vector-data-type.d.ts.map +1 -0
- package/dist/models/vector-index-definition.d.ts +55 -0
- package/dist/models/vector-index-definition.d.ts.map +1 -0
- package/dist/models/vector-index.d.ts +101 -0
- package/dist/models/vector-index.d.ts.map +1 -0
- package/dist/models/vector-purpose.d.ts +27 -0
- package/dist/models/vector-purpose.d.ts.map +1 -0
- package/dist/models/vector-type.d.ts +23 -0
- package/dist/models/vector-type.d.ts.map +1 -0
- package/dist/models/vectors.d.ts +32 -0
- package/dist/models/vectors.d.ts.map +1 -0
- package/dist/models/verify-password-request.d.ts +25 -0
- package/dist/models/verify-password-request.d.ts.map +1 -0
- package/dist/models/verify-password-response.d.ts +31 -0
- package/dist/models/verify-password-response.d.ts.map +1 -0
- package/dist/models/version-list-response.d.ts +31 -0
- package/dist/models/version-list-response.d.ts.map +1 -0
- package/dist/models/web-scraper-extractor-params.d.ts +234 -0
- package/dist/models/web-scraper-extractor-params.d.ts.map +1 -0
- package/dist/models/webhook-channel-input.d.ts +33 -0
- package/dist/models/webhook-channel-input.d.ts.map +1 -0
- package/dist/models/webhook-channel-output.d.ts +33 -0
- package/dist/models/webhook-channel-output.d.ts.map +1 -0
- package/dist/models/webhook-config.d.ts +47 -0
- package/dist/models/webhook-config.d.ts.map +1 -0
- package/dist/models/webhook-event-type.d.ts +51 -0
- package/dist/models/webhook-event-type.d.ts.map +1 -0
- package/dist/models/webhook-input.d.ts +69 -0
- package/dist/models/webhook-input.d.ts.map +1 -0
- package/dist/models/webhook-output.d.ts +63 -0
- package/dist/models/webhook-output.d.ts.map +1 -0
- package/dist/models/weight-learning-config.d.ts +60 -0
- package/dist/models/weight-learning-config.d.ts.map +1 -0
- package/dist/models/write-back-field-mapping.d.ts +43 -0
- package/dist/models/write-back-field-mapping.d.ts.map +1 -0
- package/package.json +78 -0
|
@@ -0,0 +1,766 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Mixpeek API
|
|
3
|
+
* This is the Mixpeek API, providing access to various endpoints for data processing and retrieval.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.81.1
|
|
6
|
+
* Contact: info@mixpeek.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { Configuration } from '../configuration';
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
|
+
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { CloneTaxonomyRequest } from '../models';
|
|
16
|
+
import type { CloneTaxonomyResponse } from '../models';
|
|
17
|
+
import type { CreateTaxonomyRequest } from '../models';
|
|
18
|
+
import type { JoinResponse } from '../models';
|
|
19
|
+
import type { ListTaxonomiesRequest } from '../models';
|
|
20
|
+
import type { ListTaxonomiesResponse } from '../models';
|
|
21
|
+
import type { PatchTaxonomyRequest } from '../models';
|
|
22
|
+
import type { Payload } from '../models';
|
|
23
|
+
import type { TaxonomyResponse } from '../models';
|
|
24
|
+
/**
|
|
25
|
+
* TaxonomiesApi - axios parameter creator
|
|
26
|
+
* @export
|
|
27
|
+
*/
|
|
28
|
+
export declare const TaxonomiesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
29
|
+
/**
|
|
30
|
+
* Clone a taxonomy with optional modifications. **Purpose:** Creates a NEW taxonomy (with new ID) based on an existing one. This is the recommended way to iterate on taxonomy designs when you need to modify core logic that PATCH doesn\'t allow (config, retriever_id, input_mappings). **Clone vs PATCH vs Template:** - **PATCH**: Update metadata only (name, description, metadata) - **Clone**: Copy and modify core logic (config, retriever, collections) - **Template**: Start from a pre-configured pattern (for new projects) **Common Use Cases:** - Fix configuration errors without losing join history - Change retriever or input mappings - Modify enrichment fields or collection configuration - Test modifications before replacing production taxonomy - Create variants for different datasets **How it works:** 1. Source taxonomy is copied 2. You provide a new name (REQUIRED) 3. Optionally override any other fields (description, config) 4. A new taxonomy is created with a new ID 5. Original taxonomy remains unchanged
|
|
31
|
+
* @summary Clone Taxonomy
|
|
32
|
+
* @param {string} taxonomyIdentifier Source taxonomy ID or name to clone.
|
|
33
|
+
* @param {CloneTaxonomyRequest} cloneTaxonomyRequest
|
|
34
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
35
|
+
* @param {string} [authorization2]
|
|
36
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
37
|
+
* @param {*} [options] Override http request option.
|
|
38
|
+
* @throws {RequiredError}
|
|
39
|
+
*/
|
|
40
|
+
cloneTaxonomyTaxonomies: (taxonomyIdentifier: string, cloneTaxonomyRequest: CloneTaxonomyRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
41
|
+
/**
|
|
42
|
+
* Create a taxonomy and return the created resource.
|
|
43
|
+
* @summary Create Taxonomy
|
|
44
|
+
* @param {CreateTaxonomyRequest} createTaxonomyRequest
|
|
45
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
46
|
+
* @param {string} [authorization2]
|
|
47
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
48
|
+
* @param {*} [options] Override http request option.
|
|
49
|
+
* @throws {RequiredError}
|
|
50
|
+
*/
|
|
51
|
+
createTaxonomyTaxonomies: (createTaxonomyRequest: CreateTaxonomyRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
|
+
/**
|
|
53
|
+
* Create a new version for a taxonomy with a new config snapshot.
|
|
54
|
+
* @summary Create Taxonomy Version
|
|
55
|
+
* @param {string} taxonomyId Taxonomy ID (tax_...)
|
|
56
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
57
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
58
|
+
* @param {string} [authorization2]
|
|
59
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
60
|
+
* @param {*} [options] Override http request option.
|
|
61
|
+
* @throws {RequiredError}
|
|
62
|
+
*/
|
|
63
|
+
createTaxonomyVersionTaxonomies: (taxonomyId: string, requestBody: {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
}, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
66
|
+
/**
|
|
67
|
+
* This endpoint deletes a taxonomy and all its resources including: - Taxonomy versions (version snapshots) - Taxonomy metadata from MongoDB The deletion is performed synchronously and returns when complete.
|
|
68
|
+
* @summary Delete Taxonomy
|
|
69
|
+
* @param {string} taxonomyIdentifier Taxonomy ID or name
|
|
70
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
71
|
+
* @param {string} [authorization2]
|
|
72
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
73
|
+
* @param {*} [options] Override http request option.
|
|
74
|
+
* @throws {RequiredError}
|
|
75
|
+
*/
|
|
76
|
+
deleteTaxonomyTaxonomies: (taxonomyIdentifier: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
77
|
+
/**
|
|
78
|
+
* ⚠️ VALIDATION ENDPOINT ONLY - Not for production enrichment! This endpoint validates taxonomy configuration with 1-5 sample documents. Results are returned immediately and NOT persisted to any collection. ❌ DO NOT USE FOR: - Enriching entire collections (use taxonomy_applications instead) - Batch processing documents (automatic during ingestion) - Persisting enriched documents (use retriever pipelines instead) ✅ USE THIS FOR: - Testing taxonomy configuration is correct - Validating retriever finds matching taxonomy nodes - Checking enrichment fields are properly applied - Development/debugging taxonomy setup 📚 FOR PRODUCTION ENRICHMENT: Automatic (during ingestion): 1. Create taxonomy: POST /taxonomies 2. Attach to collection: PUT /collections/{id} with taxonomy_applications field 3. Ingest documents: Documents are automatically enriched by engine On-the-fly (during retrieval): 1. Add taxonomy_join stage to retriever pipeline 2. Execute retriever: GET /retrievers/{id}/execute 3. Results include enriched documents (not persisted) See API documentation for Collections and Retrievers for details.
|
|
79
|
+
* @summary Test taxonomy configuration (validation only)
|
|
80
|
+
* @param {string} taxonomyIdentifier Taxonomy ID or name to validate
|
|
81
|
+
* @param {Payload} payload
|
|
82
|
+
* @param {number} [version] Optional taxonomy version (defaults to latest)
|
|
83
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
84
|
+
* @param {string} [authorization2]
|
|
85
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
86
|
+
* @param {*} [options] Override http request option.
|
|
87
|
+
* @throws {RequiredError}
|
|
88
|
+
*/
|
|
89
|
+
executeTaxonomyTaxonomies: (taxonomyIdentifier: string, payload: Payload, version?: number, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
90
|
+
/**
|
|
91
|
+
* Get a taxonomy by ID or name.
|
|
92
|
+
* @summary Get Taxonomy
|
|
93
|
+
* @param {string} taxonomyIdentifier Taxonomy ID or name
|
|
94
|
+
* @param {number} [version] Optional taxonomy version to fetch
|
|
95
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
96
|
+
* @param {string} [authorization2]
|
|
97
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
98
|
+
* @param {*} [options] Override http request option.
|
|
99
|
+
* @throws {RequiredError}
|
|
100
|
+
*/
|
|
101
|
+
getTaxonomyTaxonomies: (taxonomyIdentifier: string, version?: number, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
102
|
+
/**
|
|
103
|
+
* List taxonomies with optional filters and pagination.
|
|
104
|
+
* @summary List Taxonomies
|
|
105
|
+
* @param {number} [limit]
|
|
106
|
+
* @param {number} [offset]
|
|
107
|
+
* @param {string} [cursor]
|
|
108
|
+
* @param {boolean} [includeTotal]
|
|
109
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
110
|
+
* @param {string} [authorization2]
|
|
111
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
112
|
+
* @param {ListTaxonomiesRequest} [listTaxonomiesRequest]
|
|
113
|
+
* @param {*} [options] Override http request option.
|
|
114
|
+
* @throws {RequiredError}
|
|
115
|
+
*/
|
|
116
|
+
listTaxonomies: (limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, listTaxonomiesRequest?: ListTaxonomiesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
117
|
+
/**
|
|
118
|
+
* List all versions for a taxonomy (head included as latest).
|
|
119
|
+
* @summary List Taxonomy Versions
|
|
120
|
+
* @param {string} taxonomyId Taxonomy ID (tax_...)
|
|
121
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
122
|
+
* @param {string} [authorization2]
|
|
123
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
124
|
+
* @param {*} [options] Override http request option.
|
|
125
|
+
* @throws {RequiredError}
|
|
126
|
+
*/
|
|
127
|
+
listTaxonomyVersionsTaxonomies: (taxonomyId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
128
|
+
/**
|
|
129
|
+
* Update a taxonomy\'s metadata. **Metadata Only Updates:** This endpoint allows updating ONLY metadata fields. Core taxonomy logic is immutable to ensure consistency for join history and dependent resources. **Fields You CAN Update:** - taxonomy_name: Rename the taxonomy - description: Update documentation - metadata: Update custom metadata **Fields You CANNOT Update:** - config: Taxonomy configuration (retriever_id, input_mappings, collections) - taxonomy_type: Type (flat vs hierarchical) **Need to Modify Core Logic?** Use POST /{taxonomy_identifier}/clone instead to modify configuration, retriever_id, input_mappings, or collections.
|
|
130
|
+
* @summary Partially Update Taxonomy
|
|
131
|
+
* @param {string} taxonomyIdentifier Taxonomy ID or name
|
|
132
|
+
* @param {PatchTaxonomyRequest} patchTaxonomyRequest
|
|
133
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
134
|
+
* @param {string} [authorization2]
|
|
135
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
136
|
+
* @param {*} [options] Override http request option.
|
|
137
|
+
* @throws {RequiredError}
|
|
138
|
+
*/
|
|
139
|
+
patchTaxonomyTaxonomies: (taxonomyIdentifier: string, patchTaxonomyRequest: PatchTaxonomyRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* TaxonomiesApi - functional programming interface
|
|
143
|
+
* @export
|
|
144
|
+
*/
|
|
145
|
+
export declare const TaxonomiesApiFp: (configuration?: Configuration) => {
|
|
146
|
+
/**
|
|
147
|
+
* Clone a taxonomy with optional modifications. **Purpose:** Creates a NEW taxonomy (with new ID) based on an existing one. This is the recommended way to iterate on taxonomy designs when you need to modify core logic that PATCH doesn\'t allow (config, retriever_id, input_mappings). **Clone vs PATCH vs Template:** - **PATCH**: Update metadata only (name, description, metadata) - **Clone**: Copy and modify core logic (config, retriever, collections) - **Template**: Start from a pre-configured pattern (for new projects) **Common Use Cases:** - Fix configuration errors without losing join history - Change retriever or input mappings - Modify enrichment fields or collection configuration - Test modifications before replacing production taxonomy - Create variants for different datasets **How it works:** 1. Source taxonomy is copied 2. You provide a new name (REQUIRED) 3. Optionally override any other fields (description, config) 4. A new taxonomy is created with a new ID 5. Original taxonomy remains unchanged
|
|
148
|
+
* @summary Clone Taxonomy
|
|
149
|
+
* @param {string} taxonomyIdentifier Source taxonomy ID or name to clone.
|
|
150
|
+
* @param {CloneTaxonomyRequest} cloneTaxonomyRequest
|
|
151
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
152
|
+
* @param {string} [authorization2]
|
|
153
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
154
|
+
* @param {*} [options] Override http request option.
|
|
155
|
+
* @throws {RequiredError}
|
|
156
|
+
*/
|
|
157
|
+
cloneTaxonomyTaxonomies(taxonomyIdentifier: string, cloneTaxonomyRequest: CloneTaxonomyRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CloneTaxonomyResponse>>;
|
|
158
|
+
/**
|
|
159
|
+
* Create a taxonomy and return the created resource.
|
|
160
|
+
* @summary Create Taxonomy
|
|
161
|
+
* @param {CreateTaxonomyRequest} createTaxonomyRequest
|
|
162
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
163
|
+
* @param {string} [authorization2]
|
|
164
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
165
|
+
* @param {*} [options] Override http request option.
|
|
166
|
+
* @throws {RequiredError}
|
|
167
|
+
*/
|
|
168
|
+
createTaxonomyTaxonomies(createTaxonomyRequest: CreateTaxonomyRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaxonomyResponse>>;
|
|
169
|
+
/**
|
|
170
|
+
* Create a new version for a taxonomy with a new config snapshot.
|
|
171
|
+
* @summary Create Taxonomy Version
|
|
172
|
+
* @param {string} taxonomyId Taxonomy ID (tax_...)
|
|
173
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
174
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
175
|
+
* @param {string} [authorization2]
|
|
176
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
177
|
+
* @param {*} [options] Override http request option.
|
|
178
|
+
* @throws {RequiredError}
|
|
179
|
+
*/
|
|
180
|
+
createTaxonomyVersionTaxonomies(taxonomyId: string, requestBody: {
|
|
181
|
+
[key: string]: any;
|
|
182
|
+
}, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaxonomyResponse>>;
|
|
183
|
+
/**
|
|
184
|
+
* This endpoint deletes a taxonomy and all its resources including: - Taxonomy versions (version snapshots) - Taxonomy metadata from MongoDB The deletion is performed synchronously and returns when complete.
|
|
185
|
+
* @summary Delete Taxonomy
|
|
186
|
+
* @param {string} taxonomyIdentifier Taxonomy ID or name
|
|
187
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
188
|
+
* @param {string} [authorization2]
|
|
189
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
190
|
+
* @param {*} [options] Override http request option.
|
|
191
|
+
* @throws {RequiredError}
|
|
192
|
+
*/
|
|
193
|
+
deleteTaxonomyTaxonomies(taxonomyIdentifier: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
194
|
+
/**
|
|
195
|
+
* ⚠️ VALIDATION ENDPOINT ONLY - Not for production enrichment! This endpoint validates taxonomy configuration with 1-5 sample documents. Results are returned immediately and NOT persisted to any collection. ❌ DO NOT USE FOR: - Enriching entire collections (use taxonomy_applications instead) - Batch processing documents (automatic during ingestion) - Persisting enriched documents (use retriever pipelines instead) ✅ USE THIS FOR: - Testing taxonomy configuration is correct - Validating retriever finds matching taxonomy nodes - Checking enrichment fields are properly applied - Development/debugging taxonomy setup 📚 FOR PRODUCTION ENRICHMENT: Automatic (during ingestion): 1. Create taxonomy: POST /taxonomies 2. Attach to collection: PUT /collections/{id} with taxonomy_applications field 3. Ingest documents: Documents are automatically enriched by engine On-the-fly (during retrieval): 1. Add taxonomy_join stage to retriever pipeline 2. Execute retriever: GET /retrievers/{id}/execute 3. Results include enriched documents (not persisted) See API documentation for Collections and Retrievers for details.
|
|
196
|
+
* @summary Test taxonomy configuration (validation only)
|
|
197
|
+
* @param {string} taxonomyIdentifier Taxonomy ID or name to validate
|
|
198
|
+
* @param {Payload} payload
|
|
199
|
+
* @param {number} [version] Optional taxonomy version (defaults to latest)
|
|
200
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
201
|
+
* @param {string} [authorization2]
|
|
202
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
203
|
+
* @param {*} [options] Override http request option.
|
|
204
|
+
* @throws {RequiredError}
|
|
205
|
+
*/
|
|
206
|
+
executeTaxonomyTaxonomies(taxonomyIdentifier: string, payload: Payload, version?: number, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JoinResponse>>;
|
|
207
|
+
/**
|
|
208
|
+
* Get a taxonomy by ID or name.
|
|
209
|
+
* @summary Get Taxonomy
|
|
210
|
+
* @param {string} taxonomyIdentifier Taxonomy ID or name
|
|
211
|
+
* @param {number} [version] Optional taxonomy version to fetch
|
|
212
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
213
|
+
* @param {string} [authorization2]
|
|
214
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
215
|
+
* @param {*} [options] Override http request option.
|
|
216
|
+
* @throws {RequiredError}
|
|
217
|
+
*/
|
|
218
|
+
getTaxonomyTaxonomies(taxonomyIdentifier: string, version?: number, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaxonomyResponse>>;
|
|
219
|
+
/**
|
|
220
|
+
* List taxonomies with optional filters and pagination.
|
|
221
|
+
* @summary List Taxonomies
|
|
222
|
+
* @param {number} [limit]
|
|
223
|
+
* @param {number} [offset]
|
|
224
|
+
* @param {string} [cursor]
|
|
225
|
+
* @param {boolean} [includeTotal]
|
|
226
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
227
|
+
* @param {string} [authorization2]
|
|
228
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
229
|
+
* @param {ListTaxonomiesRequest} [listTaxonomiesRequest]
|
|
230
|
+
* @param {*} [options] Override http request option.
|
|
231
|
+
* @throws {RequiredError}
|
|
232
|
+
*/
|
|
233
|
+
listTaxonomies(limit?: number, offset?: number, cursor?: string, includeTotal?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, listTaxonomiesRequest?: ListTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTaxonomiesResponse>>;
|
|
234
|
+
/**
|
|
235
|
+
* List all versions for a taxonomy (head included as latest).
|
|
236
|
+
* @summary List Taxonomy Versions
|
|
237
|
+
* @param {string} taxonomyId Taxonomy ID (tax_...)
|
|
238
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
239
|
+
* @param {string} [authorization2]
|
|
240
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
241
|
+
* @param {*} [options] Override http request option.
|
|
242
|
+
* @throws {RequiredError}
|
|
243
|
+
*/
|
|
244
|
+
listTaxonomyVersionsTaxonomies(taxonomyId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTaxonomiesResponse>>;
|
|
245
|
+
/**
|
|
246
|
+
* Update a taxonomy\'s metadata. **Metadata Only Updates:** This endpoint allows updating ONLY metadata fields. Core taxonomy logic is immutable to ensure consistency for join history and dependent resources. **Fields You CAN Update:** - taxonomy_name: Rename the taxonomy - description: Update documentation - metadata: Update custom metadata **Fields You CANNOT Update:** - config: Taxonomy configuration (retriever_id, input_mappings, collections) - taxonomy_type: Type (flat vs hierarchical) **Need to Modify Core Logic?** Use POST /{taxonomy_identifier}/clone instead to modify configuration, retriever_id, input_mappings, or collections.
|
|
247
|
+
* @summary Partially Update Taxonomy
|
|
248
|
+
* @param {string} taxonomyIdentifier Taxonomy ID or name
|
|
249
|
+
* @param {PatchTaxonomyRequest} patchTaxonomyRequest
|
|
250
|
+
* @param {string} [authorization] REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
251
|
+
* @param {string} [authorization2]
|
|
252
|
+
* @param {string} [xNamespace] REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
253
|
+
* @param {*} [options] Override http request option.
|
|
254
|
+
* @throws {RequiredError}
|
|
255
|
+
*/
|
|
256
|
+
patchTaxonomyTaxonomies(taxonomyIdentifier: string, patchTaxonomyRequest: PatchTaxonomyRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TaxonomyResponse>>;
|
|
257
|
+
};
|
|
258
|
+
/**
|
|
259
|
+
* TaxonomiesApi - factory interface
|
|
260
|
+
* @export
|
|
261
|
+
*/
|
|
262
|
+
export declare const TaxonomiesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
263
|
+
/**
|
|
264
|
+
* Clone a taxonomy with optional modifications. **Purpose:** Creates a NEW taxonomy (with new ID) based on an existing one. This is the recommended way to iterate on taxonomy designs when you need to modify core logic that PATCH doesn\'t allow (config, retriever_id, input_mappings). **Clone vs PATCH vs Template:** - **PATCH**: Update metadata only (name, description, metadata) - **Clone**: Copy and modify core logic (config, retriever, collections) - **Template**: Start from a pre-configured pattern (for new projects) **Common Use Cases:** - Fix configuration errors without losing join history - Change retriever or input mappings - Modify enrichment fields or collection configuration - Test modifications before replacing production taxonomy - Create variants for different datasets **How it works:** 1. Source taxonomy is copied 2. You provide a new name (REQUIRED) 3. Optionally override any other fields (description, config) 4. A new taxonomy is created with a new ID 5. Original taxonomy remains unchanged
|
|
265
|
+
* @summary Clone Taxonomy
|
|
266
|
+
* @param {TaxonomiesApiCloneTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
267
|
+
* @param {*} [options] Override http request option.
|
|
268
|
+
* @throws {RequiredError}
|
|
269
|
+
*/
|
|
270
|
+
cloneTaxonomyTaxonomies(requestParameters: TaxonomiesApiCloneTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<CloneTaxonomyResponse>;
|
|
271
|
+
/**
|
|
272
|
+
* Create a taxonomy and return the created resource.
|
|
273
|
+
* @summary Create Taxonomy
|
|
274
|
+
* @param {TaxonomiesApiCreateTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
275
|
+
* @param {*} [options] Override http request option.
|
|
276
|
+
* @throws {RequiredError}
|
|
277
|
+
*/
|
|
278
|
+
createTaxonomyTaxonomies(requestParameters: TaxonomiesApiCreateTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<TaxonomyResponse>;
|
|
279
|
+
/**
|
|
280
|
+
* Create a new version for a taxonomy with a new config snapshot.
|
|
281
|
+
* @summary Create Taxonomy Version
|
|
282
|
+
* @param {TaxonomiesApiCreateTaxonomyVersionTaxonomiesRequest} requestParameters Request parameters.
|
|
283
|
+
* @param {*} [options] Override http request option.
|
|
284
|
+
* @throws {RequiredError}
|
|
285
|
+
*/
|
|
286
|
+
createTaxonomyVersionTaxonomies(requestParameters: TaxonomiesApiCreateTaxonomyVersionTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<TaxonomyResponse>;
|
|
287
|
+
/**
|
|
288
|
+
* This endpoint deletes a taxonomy and all its resources including: - Taxonomy versions (version snapshots) - Taxonomy metadata from MongoDB The deletion is performed synchronously and returns when complete.
|
|
289
|
+
* @summary Delete Taxonomy
|
|
290
|
+
* @param {TaxonomiesApiDeleteTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
291
|
+
* @param {*} [options] Override http request option.
|
|
292
|
+
* @throws {RequiredError}
|
|
293
|
+
*/
|
|
294
|
+
deleteTaxonomyTaxonomies(requestParameters: TaxonomiesApiDeleteTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
295
|
+
/**
|
|
296
|
+
* ⚠️ VALIDATION ENDPOINT ONLY - Not for production enrichment! This endpoint validates taxonomy configuration with 1-5 sample documents. Results are returned immediately and NOT persisted to any collection. ❌ DO NOT USE FOR: - Enriching entire collections (use taxonomy_applications instead) - Batch processing documents (automatic during ingestion) - Persisting enriched documents (use retriever pipelines instead) ✅ USE THIS FOR: - Testing taxonomy configuration is correct - Validating retriever finds matching taxonomy nodes - Checking enrichment fields are properly applied - Development/debugging taxonomy setup 📚 FOR PRODUCTION ENRICHMENT: Automatic (during ingestion): 1. Create taxonomy: POST /taxonomies 2. Attach to collection: PUT /collections/{id} with taxonomy_applications field 3. Ingest documents: Documents are automatically enriched by engine On-the-fly (during retrieval): 1. Add taxonomy_join stage to retriever pipeline 2. Execute retriever: GET /retrievers/{id}/execute 3. Results include enriched documents (not persisted) See API documentation for Collections and Retrievers for details.
|
|
297
|
+
* @summary Test taxonomy configuration (validation only)
|
|
298
|
+
* @param {TaxonomiesApiExecuteTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
299
|
+
* @param {*} [options] Override http request option.
|
|
300
|
+
* @throws {RequiredError}
|
|
301
|
+
*/
|
|
302
|
+
executeTaxonomyTaxonomies(requestParameters: TaxonomiesApiExecuteTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<JoinResponse>;
|
|
303
|
+
/**
|
|
304
|
+
* Get a taxonomy by ID or name.
|
|
305
|
+
* @summary Get Taxonomy
|
|
306
|
+
* @param {TaxonomiesApiGetTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
307
|
+
* @param {*} [options] Override http request option.
|
|
308
|
+
* @throws {RequiredError}
|
|
309
|
+
*/
|
|
310
|
+
getTaxonomyTaxonomies(requestParameters: TaxonomiesApiGetTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<TaxonomyResponse>;
|
|
311
|
+
/**
|
|
312
|
+
* List taxonomies with optional filters and pagination.
|
|
313
|
+
* @summary List Taxonomies
|
|
314
|
+
* @param {TaxonomiesApiListTaxonomiesRequest} requestParameters Request parameters.
|
|
315
|
+
* @param {*} [options] Override http request option.
|
|
316
|
+
* @throws {RequiredError}
|
|
317
|
+
*/
|
|
318
|
+
listTaxonomies(requestParameters?: TaxonomiesApiListTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTaxonomiesResponse>;
|
|
319
|
+
/**
|
|
320
|
+
* List all versions for a taxonomy (head included as latest).
|
|
321
|
+
* @summary List Taxonomy Versions
|
|
322
|
+
* @param {TaxonomiesApiListTaxonomyVersionsTaxonomiesRequest} requestParameters Request parameters.
|
|
323
|
+
* @param {*} [options] Override http request option.
|
|
324
|
+
* @throws {RequiredError}
|
|
325
|
+
*/
|
|
326
|
+
listTaxonomyVersionsTaxonomies(requestParameters: TaxonomiesApiListTaxonomyVersionsTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTaxonomiesResponse>;
|
|
327
|
+
/**
|
|
328
|
+
* Update a taxonomy\'s metadata. **Metadata Only Updates:** This endpoint allows updating ONLY metadata fields. Core taxonomy logic is immutable to ensure consistency for join history and dependent resources. **Fields You CAN Update:** - taxonomy_name: Rename the taxonomy - description: Update documentation - metadata: Update custom metadata **Fields You CANNOT Update:** - config: Taxonomy configuration (retriever_id, input_mappings, collections) - taxonomy_type: Type (flat vs hierarchical) **Need to Modify Core Logic?** Use POST /{taxonomy_identifier}/clone instead to modify configuration, retriever_id, input_mappings, or collections.
|
|
329
|
+
* @summary Partially Update Taxonomy
|
|
330
|
+
* @param {TaxonomiesApiPatchTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
331
|
+
* @param {*} [options] Override http request option.
|
|
332
|
+
* @throws {RequiredError}
|
|
333
|
+
*/
|
|
334
|
+
patchTaxonomyTaxonomies(requestParameters: TaxonomiesApiPatchTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<TaxonomyResponse>;
|
|
335
|
+
};
|
|
336
|
+
/**
|
|
337
|
+
* Request parameters for cloneTaxonomyTaxonomies operation in TaxonomiesApi.
|
|
338
|
+
* @export
|
|
339
|
+
* @interface TaxonomiesApiCloneTaxonomyTaxonomiesRequest
|
|
340
|
+
*/
|
|
341
|
+
export interface TaxonomiesApiCloneTaxonomyTaxonomiesRequest {
|
|
342
|
+
/**
|
|
343
|
+
* Source taxonomy ID or name to clone.
|
|
344
|
+
* @type {string}
|
|
345
|
+
* @memberof TaxonomiesApiCloneTaxonomyTaxonomies
|
|
346
|
+
*/
|
|
347
|
+
readonly taxonomyIdentifier: string;
|
|
348
|
+
/**
|
|
349
|
+
*
|
|
350
|
+
* @type {CloneTaxonomyRequest}
|
|
351
|
+
* @memberof TaxonomiesApiCloneTaxonomyTaxonomies
|
|
352
|
+
*/
|
|
353
|
+
readonly cloneTaxonomyRequest: CloneTaxonomyRequest;
|
|
354
|
+
/**
|
|
355
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
356
|
+
* @type {string}
|
|
357
|
+
* @memberof TaxonomiesApiCloneTaxonomyTaxonomies
|
|
358
|
+
*/
|
|
359
|
+
readonly authorization?: string;
|
|
360
|
+
/**
|
|
361
|
+
*
|
|
362
|
+
* @type {string}
|
|
363
|
+
* @memberof TaxonomiesApiCloneTaxonomyTaxonomies
|
|
364
|
+
*/
|
|
365
|
+
readonly authorization2?: string;
|
|
366
|
+
/**
|
|
367
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
368
|
+
* @type {string}
|
|
369
|
+
* @memberof TaxonomiesApiCloneTaxonomyTaxonomies
|
|
370
|
+
*/
|
|
371
|
+
readonly xNamespace?: string;
|
|
372
|
+
}
|
|
373
|
+
/**
|
|
374
|
+
* Request parameters for createTaxonomyTaxonomies operation in TaxonomiesApi.
|
|
375
|
+
* @export
|
|
376
|
+
* @interface TaxonomiesApiCreateTaxonomyTaxonomiesRequest
|
|
377
|
+
*/
|
|
378
|
+
export interface TaxonomiesApiCreateTaxonomyTaxonomiesRequest {
|
|
379
|
+
/**
|
|
380
|
+
*
|
|
381
|
+
* @type {CreateTaxonomyRequest}
|
|
382
|
+
* @memberof TaxonomiesApiCreateTaxonomyTaxonomies
|
|
383
|
+
*/
|
|
384
|
+
readonly createTaxonomyRequest: CreateTaxonomyRequest;
|
|
385
|
+
/**
|
|
386
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
387
|
+
* @type {string}
|
|
388
|
+
* @memberof TaxonomiesApiCreateTaxonomyTaxonomies
|
|
389
|
+
*/
|
|
390
|
+
readonly authorization?: string;
|
|
391
|
+
/**
|
|
392
|
+
*
|
|
393
|
+
* @type {string}
|
|
394
|
+
* @memberof TaxonomiesApiCreateTaxonomyTaxonomies
|
|
395
|
+
*/
|
|
396
|
+
readonly authorization2?: string;
|
|
397
|
+
/**
|
|
398
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
399
|
+
* @type {string}
|
|
400
|
+
* @memberof TaxonomiesApiCreateTaxonomyTaxonomies
|
|
401
|
+
*/
|
|
402
|
+
readonly xNamespace?: string;
|
|
403
|
+
}
|
|
404
|
+
/**
|
|
405
|
+
* Request parameters for createTaxonomyVersionTaxonomies operation in TaxonomiesApi.
|
|
406
|
+
* @export
|
|
407
|
+
* @interface TaxonomiesApiCreateTaxonomyVersionTaxonomiesRequest
|
|
408
|
+
*/
|
|
409
|
+
export interface TaxonomiesApiCreateTaxonomyVersionTaxonomiesRequest {
|
|
410
|
+
/**
|
|
411
|
+
* Taxonomy ID (tax_...)
|
|
412
|
+
* @type {string}
|
|
413
|
+
* @memberof TaxonomiesApiCreateTaxonomyVersionTaxonomies
|
|
414
|
+
*/
|
|
415
|
+
readonly taxonomyId: string;
|
|
416
|
+
/**
|
|
417
|
+
*
|
|
418
|
+
* @type {{ [key: string]: any; }}
|
|
419
|
+
* @memberof TaxonomiesApiCreateTaxonomyVersionTaxonomies
|
|
420
|
+
*/
|
|
421
|
+
readonly requestBody: {
|
|
422
|
+
[key: string]: any;
|
|
423
|
+
};
|
|
424
|
+
/**
|
|
425
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
426
|
+
* @type {string}
|
|
427
|
+
* @memberof TaxonomiesApiCreateTaxonomyVersionTaxonomies
|
|
428
|
+
*/
|
|
429
|
+
readonly authorization?: string;
|
|
430
|
+
/**
|
|
431
|
+
*
|
|
432
|
+
* @type {string}
|
|
433
|
+
* @memberof TaxonomiesApiCreateTaxonomyVersionTaxonomies
|
|
434
|
+
*/
|
|
435
|
+
readonly authorization2?: string;
|
|
436
|
+
/**
|
|
437
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
438
|
+
* @type {string}
|
|
439
|
+
* @memberof TaxonomiesApiCreateTaxonomyVersionTaxonomies
|
|
440
|
+
*/
|
|
441
|
+
readonly xNamespace?: string;
|
|
442
|
+
}
|
|
443
|
+
/**
|
|
444
|
+
* Request parameters for deleteTaxonomyTaxonomies operation in TaxonomiesApi.
|
|
445
|
+
* @export
|
|
446
|
+
* @interface TaxonomiesApiDeleteTaxonomyTaxonomiesRequest
|
|
447
|
+
*/
|
|
448
|
+
export interface TaxonomiesApiDeleteTaxonomyTaxonomiesRequest {
|
|
449
|
+
/**
|
|
450
|
+
* Taxonomy ID or name
|
|
451
|
+
* @type {string}
|
|
452
|
+
* @memberof TaxonomiesApiDeleteTaxonomyTaxonomies
|
|
453
|
+
*/
|
|
454
|
+
readonly taxonomyIdentifier: string;
|
|
455
|
+
/**
|
|
456
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
457
|
+
* @type {string}
|
|
458
|
+
* @memberof TaxonomiesApiDeleteTaxonomyTaxonomies
|
|
459
|
+
*/
|
|
460
|
+
readonly authorization?: string;
|
|
461
|
+
/**
|
|
462
|
+
*
|
|
463
|
+
* @type {string}
|
|
464
|
+
* @memberof TaxonomiesApiDeleteTaxonomyTaxonomies
|
|
465
|
+
*/
|
|
466
|
+
readonly authorization2?: string;
|
|
467
|
+
/**
|
|
468
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
469
|
+
* @type {string}
|
|
470
|
+
* @memberof TaxonomiesApiDeleteTaxonomyTaxonomies
|
|
471
|
+
*/
|
|
472
|
+
readonly xNamespace?: string;
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* Request parameters for executeTaxonomyTaxonomies operation in TaxonomiesApi.
|
|
476
|
+
* @export
|
|
477
|
+
* @interface TaxonomiesApiExecuteTaxonomyTaxonomiesRequest
|
|
478
|
+
*/
|
|
479
|
+
export interface TaxonomiesApiExecuteTaxonomyTaxonomiesRequest {
|
|
480
|
+
/**
|
|
481
|
+
* Taxonomy ID or name to validate
|
|
482
|
+
* @type {string}
|
|
483
|
+
* @memberof TaxonomiesApiExecuteTaxonomyTaxonomies
|
|
484
|
+
*/
|
|
485
|
+
readonly taxonomyIdentifier: string;
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
* @type {Payload}
|
|
489
|
+
* @memberof TaxonomiesApiExecuteTaxonomyTaxonomies
|
|
490
|
+
*/
|
|
491
|
+
readonly payload: Payload;
|
|
492
|
+
/**
|
|
493
|
+
* Optional taxonomy version (defaults to latest)
|
|
494
|
+
* @type {number}
|
|
495
|
+
* @memberof TaxonomiesApiExecuteTaxonomyTaxonomies
|
|
496
|
+
*/
|
|
497
|
+
readonly version?: number;
|
|
498
|
+
/**
|
|
499
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
500
|
+
* @type {string}
|
|
501
|
+
* @memberof TaxonomiesApiExecuteTaxonomyTaxonomies
|
|
502
|
+
*/
|
|
503
|
+
readonly authorization?: string;
|
|
504
|
+
/**
|
|
505
|
+
*
|
|
506
|
+
* @type {string}
|
|
507
|
+
* @memberof TaxonomiesApiExecuteTaxonomyTaxonomies
|
|
508
|
+
*/
|
|
509
|
+
readonly authorization2?: string;
|
|
510
|
+
/**
|
|
511
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
512
|
+
* @type {string}
|
|
513
|
+
* @memberof TaxonomiesApiExecuteTaxonomyTaxonomies
|
|
514
|
+
*/
|
|
515
|
+
readonly xNamespace?: string;
|
|
516
|
+
}
|
|
517
|
+
/**
|
|
518
|
+
* Request parameters for getTaxonomyTaxonomies operation in TaxonomiesApi.
|
|
519
|
+
* @export
|
|
520
|
+
* @interface TaxonomiesApiGetTaxonomyTaxonomiesRequest
|
|
521
|
+
*/
|
|
522
|
+
export interface TaxonomiesApiGetTaxonomyTaxonomiesRequest {
|
|
523
|
+
/**
|
|
524
|
+
* Taxonomy ID or name
|
|
525
|
+
* @type {string}
|
|
526
|
+
* @memberof TaxonomiesApiGetTaxonomyTaxonomies
|
|
527
|
+
*/
|
|
528
|
+
readonly taxonomyIdentifier: string;
|
|
529
|
+
/**
|
|
530
|
+
* Optional taxonomy version to fetch
|
|
531
|
+
* @type {number}
|
|
532
|
+
* @memberof TaxonomiesApiGetTaxonomyTaxonomies
|
|
533
|
+
*/
|
|
534
|
+
readonly version?: number;
|
|
535
|
+
/**
|
|
536
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
537
|
+
* @type {string}
|
|
538
|
+
* @memberof TaxonomiesApiGetTaxonomyTaxonomies
|
|
539
|
+
*/
|
|
540
|
+
readonly authorization?: string;
|
|
541
|
+
/**
|
|
542
|
+
*
|
|
543
|
+
* @type {string}
|
|
544
|
+
* @memberof TaxonomiesApiGetTaxonomyTaxonomies
|
|
545
|
+
*/
|
|
546
|
+
readonly authorization2?: string;
|
|
547
|
+
/**
|
|
548
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
549
|
+
* @type {string}
|
|
550
|
+
* @memberof TaxonomiesApiGetTaxonomyTaxonomies
|
|
551
|
+
*/
|
|
552
|
+
readonly xNamespace?: string;
|
|
553
|
+
}
|
|
554
|
+
/**
|
|
555
|
+
* Request parameters for listTaxonomies operation in TaxonomiesApi.
|
|
556
|
+
* @export
|
|
557
|
+
* @interface TaxonomiesApiListTaxonomiesRequest
|
|
558
|
+
*/
|
|
559
|
+
export interface TaxonomiesApiListTaxonomiesRequest {
|
|
560
|
+
/**
|
|
561
|
+
*
|
|
562
|
+
* @type {number}
|
|
563
|
+
* @memberof TaxonomiesApiListTaxonomies
|
|
564
|
+
*/
|
|
565
|
+
readonly limit?: number;
|
|
566
|
+
/**
|
|
567
|
+
*
|
|
568
|
+
* @type {number}
|
|
569
|
+
* @memberof TaxonomiesApiListTaxonomies
|
|
570
|
+
*/
|
|
571
|
+
readonly offset?: number;
|
|
572
|
+
/**
|
|
573
|
+
*
|
|
574
|
+
* @type {string}
|
|
575
|
+
* @memberof TaxonomiesApiListTaxonomies
|
|
576
|
+
*/
|
|
577
|
+
readonly cursor?: string;
|
|
578
|
+
/**
|
|
579
|
+
*
|
|
580
|
+
* @type {boolean}
|
|
581
|
+
* @memberof TaxonomiesApiListTaxonomies
|
|
582
|
+
*/
|
|
583
|
+
readonly includeTotal?: boolean;
|
|
584
|
+
/**
|
|
585
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
586
|
+
* @type {string}
|
|
587
|
+
* @memberof TaxonomiesApiListTaxonomies
|
|
588
|
+
*/
|
|
589
|
+
readonly authorization?: string;
|
|
590
|
+
/**
|
|
591
|
+
*
|
|
592
|
+
* @type {string}
|
|
593
|
+
* @memberof TaxonomiesApiListTaxonomies
|
|
594
|
+
*/
|
|
595
|
+
readonly authorization2?: string;
|
|
596
|
+
/**
|
|
597
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
598
|
+
* @type {string}
|
|
599
|
+
* @memberof TaxonomiesApiListTaxonomies
|
|
600
|
+
*/
|
|
601
|
+
readonly xNamespace?: string;
|
|
602
|
+
/**
|
|
603
|
+
*
|
|
604
|
+
* @type {ListTaxonomiesRequest}
|
|
605
|
+
* @memberof TaxonomiesApiListTaxonomies
|
|
606
|
+
*/
|
|
607
|
+
readonly listTaxonomiesRequest?: ListTaxonomiesRequest;
|
|
608
|
+
}
|
|
609
|
+
/**
|
|
610
|
+
* Request parameters for listTaxonomyVersionsTaxonomies operation in TaxonomiesApi.
|
|
611
|
+
* @export
|
|
612
|
+
* @interface TaxonomiesApiListTaxonomyVersionsTaxonomiesRequest
|
|
613
|
+
*/
|
|
614
|
+
export interface TaxonomiesApiListTaxonomyVersionsTaxonomiesRequest {
|
|
615
|
+
/**
|
|
616
|
+
* Taxonomy ID (tax_...)
|
|
617
|
+
* @type {string}
|
|
618
|
+
* @memberof TaxonomiesApiListTaxonomyVersionsTaxonomies
|
|
619
|
+
*/
|
|
620
|
+
readonly taxonomyId: string;
|
|
621
|
+
/**
|
|
622
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
623
|
+
* @type {string}
|
|
624
|
+
* @memberof TaxonomiesApiListTaxonomyVersionsTaxonomies
|
|
625
|
+
*/
|
|
626
|
+
readonly authorization?: string;
|
|
627
|
+
/**
|
|
628
|
+
*
|
|
629
|
+
* @type {string}
|
|
630
|
+
* @memberof TaxonomiesApiListTaxonomyVersionsTaxonomies
|
|
631
|
+
*/
|
|
632
|
+
readonly authorization2?: string;
|
|
633
|
+
/**
|
|
634
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
635
|
+
* @type {string}
|
|
636
|
+
* @memberof TaxonomiesApiListTaxonomyVersionsTaxonomies
|
|
637
|
+
*/
|
|
638
|
+
readonly xNamespace?: string;
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* Request parameters for patchTaxonomyTaxonomies operation in TaxonomiesApi.
|
|
642
|
+
* @export
|
|
643
|
+
* @interface TaxonomiesApiPatchTaxonomyTaxonomiesRequest
|
|
644
|
+
*/
|
|
645
|
+
export interface TaxonomiesApiPatchTaxonomyTaxonomiesRequest {
|
|
646
|
+
/**
|
|
647
|
+
* Taxonomy ID or name
|
|
648
|
+
* @type {string}
|
|
649
|
+
* @memberof TaxonomiesApiPatchTaxonomyTaxonomies
|
|
650
|
+
*/
|
|
651
|
+
readonly taxonomyIdentifier: string;
|
|
652
|
+
/**
|
|
653
|
+
*
|
|
654
|
+
* @type {PatchTaxonomyRequest}
|
|
655
|
+
* @memberof TaxonomiesApiPatchTaxonomyTaxonomies
|
|
656
|
+
*/
|
|
657
|
+
readonly patchTaxonomyRequest: PatchTaxonomyRequest;
|
|
658
|
+
/**
|
|
659
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
660
|
+
* @type {string}
|
|
661
|
+
* @memberof TaxonomiesApiPatchTaxonomyTaxonomies
|
|
662
|
+
*/
|
|
663
|
+
readonly authorization?: string;
|
|
664
|
+
/**
|
|
665
|
+
*
|
|
666
|
+
* @type {string}
|
|
667
|
+
* @memberof TaxonomiesApiPatchTaxonomyTaxonomies
|
|
668
|
+
*/
|
|
669
|
+
readonly authorization2?: string;
|
|
670
|
+
/**
|
|
671
|
+
* REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like \'my-namespace\'
|
|
672
|
+
* @type {string}
|
|
673
|
+
* @memberof TaxonomiesApiPatchTaxonomyTaxonomies
|
|
674
|
+
*/
|
|
675
|
+
readonly xNamespace?: string;
|
|
676
|
+
}
|
|
677
|
+
/**
|
|
678
|
+
* TaxonomiesApi - object-oriented interface
|
|
679
|
+
* @export
|
|
680
|
+
* @class TaxonomiesApi
|
|
681
|
+
* @extends {BaseAPI}
|
|
682
|
+
*/
|
|
683
|
+
export declare class TaxonomiesApi extends BaseAPI {
|
|
684
|
+
/**
|
|
685
|
+
* Clone a taxonomy with optional modifications. **Purpose:** Creates a NEW taxonomy (with new ID) based on an existing one. This is the recommended way to iterate on taxonomy designs when you need to modify core logic that PATCH doesn\'t allow (config, retriever_id, input_mappings). **Clone vs PATCH vs Template:** - **PATCH**: Update metadata only (name, description, metadata) - **Clone**: Copy and modify core logic (config, retriever, collections) - **Template**: Start from a pre-configured pattern (for new projects) **Common Use Cases:** - Fix configuration errors without losing join history - Change retriever or input mappings - Modify enrichment fields or collection configuration - Test modifications before replacing production taxonomy - Create variants for different datasets **How it works:** 1. Source taxonomy is copied 2. You provide a new name (REQUIRED) 3. Optionally override any other fields (description, config) 4. A new taxonomy is created with a new ID 5. Original taxonomy remains unchanged
|
|
686
|
+
* @summary Clone Taxonomy
|
|
687
|
+
* @param {TaxonomiesApiCloneTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
688
|
+
* @param {*} [options] Override http request option.
|
|
689
|
+
* @throws {RequiredError}
|
|
690
|
+
* @memberof TaxonomiesApi
|
|
691
|
+
*/
|
|
692
|
+
cloneTaxonomyTaxonomies(requestParameters: TaxonomiesApiCloneTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CloneTaxonomyResponse, any, {}>>;
|
|
693
|
+
/**
|
|
694
|
+
* Create a taxonomy and return the created resource.
|
|
695
|
+
* @summary Create Taxonomy
|
|
696
|
+
* @param {TaxonomiesApiCreateTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
697
|
+
* @param {*} [options] Override http request option.
|
|
698
|
+
* @throws {RequiredError}
|
|
699
|
+
* @memberof TaxonomiesApi
|
|
700
|
+
*/
|
|
701
|
+
createTaxonomyTaxonomies(requestParameters: TaxonomiesApiCreateTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TaxonomyResponse, any, {}>>;
|
|
702
|
+
/**
|
|
703
|
+
* Create a new version for a taxonomy with a new config snapshot.
|
|
704
|
+
* @summary Create Taxonomy Version
|
|
705
|
+
* @param {TaxonomiesApiCreateTaxonomyVersionTaxonomiesRequest} requestParameters Request parameters.
|
|
706
|
+
* @param {*} [options] Override http request option.
|
|
707
|
+
* @throws {RequiredError}
|
|
708
|
+
* @memberof TaxonomiesApi
|
|
709
|
+
*/
|
|
710
|
+
createTaxonomyVersionTaxonomies(requestParameters: TaxonomiesApiCreateTaxonomyVersionTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TaxonomyResponse, any, {}>>;
|
|
711
|
+
/**
|
|
712
|
+
* This endpoint deletes a taxonomy and all its resources including: - Taxonomy versions (version snapshots) - Taxonomy metadata from MongoDB The deletion is performed synchronously and returns when complete.
|
|
713
|
+
* @summary Delete Taxonomy
|
|
714
|
+
* @param {TaxonomiesApiDeleteTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
715
|
+
* @param {*} [options] Override http request option.
|
|
716
|
+
* @throws {RequiredError}
|
|
717
|
+
* @memberof TaxonomiesApi
|
|
718
|
+
*/
|
|
719
|
+
deleteTaxonomyTaxonomies(requestParameters: TaxonomiesApiDeleteTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
720
|
+
/**
|
|
721
|
+
* ⚠️ VALIDATION ENDPOINT ONLY - Not for production enrichment! This endpoint validates taxonomy configuration with 1-5 sample documents. Results are returned immediately and NOT persisted to any collection. ❌ DO NOT USE FOR: - Enriching entire collections (use taxonomy_applications instead) - Batch processing documents (automatic during ingestion) - Persisting enriched documents (use retriever pipelines instead) ✅ USE THIS FOR: - Testing taxonomy configuration is correct - Validating retriever finds matching taxonomy nodes - Checking enrichment fields are properly applied - Development/debugging taxonomy setup 📚 FOR PRODUCTION ENRICHMENT: Automatic (during ingestion): 1. Create taxonomy: POST /taxonomies 2. Attach to collection: PUT /collections/{id} with taxonomy_applications field 3. Ingest documents: Documents are automatically enriched by engine On-the-fly (during retrieval): 1. Add taxonomy_join stage to retriever pipeline 2. Execute retriever: GET /retrievers/{id}/execute 3. Results include enriched documents (not persisted) See API documentation for Collections and Retrievers for details.
|
|
722
|
+
* @summary Test taxonomy configuration (validation only)
|
|
723
|
+
* @param {TaxonomiesApiExecuteTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
724
|
+
* @param {*} [options] Override http request option.
|
|
725
|
+
* @throws {RequiredError}
|
|
726
|
+
* @memberof TaxonomiesApi
|
|
727
|
+
*/
|
|
728
|
+
executeTaxonomyTaxonomies(requestParameters: TaxonomiesApiExecuteTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JoinResponse, any, {}>>;
|
|
729
|
+
/**
|
|
730
|
+
* Get a taxonomy by ID or name.
|
|
731
|
+
* @summary Get Taxonomy
|
|
732
|
+
* @param {TaxonomiesApiGetTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
733
|
+
* @param {*} [options] Override http request option.
|
|
734
|
+
* @throws {RequiredError}
|
|
735
|
+
* @memberof TaxonomiesApi
|
|
736
|
+
*/
|
|
737
|
+
getTaxonomyTaxonomies(requestParameters: TaxonomiesApiGetTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TaxonomyResponse, any, {}>>;
|
|
738
|
+
/**
|
|
739
|
+
* List taxonomies with optional filters and pagination.
|
|
740
|
+
* @summary List Taxonomies
|
|
741
|
+
* @param {TaxonomiesApiListTaxonomiesRequest} requestParameters Request parameters.
|
|
742
|
+
* @param {*} [options] Override http request option.
|
|
743
|
+
* @throws {RequiredError}
|
|
744
|
+
* @memberof TaxonomiesApi
|
|
745
|
+
*/
|
|
746
|
+
listTaxonomies(requestParameters?: TaxonomiesApiListTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTaxonomiesResponse, any, {}>>;
|
|
747
|
+
/**
|
|
748
|
+
* List all versions for a taxonomy (head included as latest).
|
|
749
|
+
* @summary List Taxonomy Versions
|
|
750
|
+
* @param {TaxonomiesApiListTaxonomyVersionsTaxonomiesRequest} requestParameters Request parameters.
|
|
751
|
+
* @param {*} [options] Override http request option.
|
|
752
|
+
* @throws {RequiredError}
|
|
753
|
+
* @memberof TaxonomiesApi
|
|
754
|
+
*/
|
|
755
|
+
listTaxonomyVersionsTaxonomies(requestParameters: TaxonomiesApiListTaxonomyVersionsTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTaxonomiesResponse, any, {}>>;
|
|
756
|
+
/**
|
|
757
|
+
* Update a taxonomy\'s metadata. **Metadata Only Updates:** This endpoint allows updating ONLY metadata fields. Core taxonomy logic is immutable to ensure consistency for join history and dependent resources. **Fields You CAN Update:** - taxonomy_name: Rename the taxonomy - description: Update documentation - metadata: Update custom metadata **Fields You CANNOT Update:** - config: Taxonomy configuration (retriever_id, input_mappings, collections) - taxonomy_type: Type (flat vs hierarchical) **Need to Modify Core Logic?** Use POST /{taxonomy_identifier}/clone instead to modify configuration, retriever_id, input_mappings, or collections.
|
|
758
|
+
* @summary Partially Update Taxonomy
|
|
759
|
+
* @param {TaxonomiesApiPatchTaxonomyTaxonomiesRequest} requestParameters Request parameters.
|
|
760
|
+
* @param {*} [options] Override http request option.
|
|
761
|
+
* @throws {RequiredError}
|
|
762
|
+
* @memberof TaxonomiesApi
|
|
763
|
+
*/
|
|
764
|
+
patchTaxonomyTaxonomies(requestParameters: TaxonomiesApiPatchTaxonomyTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TaxonomyResponse, any, {}>>;
|
|
765
|
+
}
|
|
766
|
+
//# sourceMappingURL=taxonomies-api.d.ts.map
|