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,1851 @@
|
|
|
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 { BaseTemplateModel } from '../models';
|
|
16
|
+
import type { CreateTemplateFromResourceRequest } from '../models';
|
|
17
|
+
import type { CreateTemplateFromResourceResponse } from '../models';
|
|
18
|
+
import type { InstantiateBucketTemplateRequest } from '../models';
|
|
19
|
+
import type { InstantiateClusterTemplateRequest } from '../models';
|
|
20
|
+
import type { InstantiateCollectionTemplateRequest } from '../models';
|
|
21
|
+
import type { InstantiateRetrieverTemplateRequest } from '../models';
|
|
22
|
+
import type { InstantiateTaxonomyTemplateRequest } from '../models';
|
|
23
|
+
import type { InstantiateTemplateRequest } from '../models';
|
|
24
|
+
import type { InstantiatedBucketTemplateResponse } from '../models';
|
|
25
|
+
import type { InstantiatedClusterTemplateResponse } from '../models';
|
|
26
|
+
import type { InstantiatedCollectionTemplateResponse } from '../models';
|
|
27
|
+
import type { InstantiatedRetrieverTemplateResponse } from '../models';
|
|
28
|
+
import type { InstantiatedTaxonomyTemplateResponse } from '../models';
|
|
29
|
+
import type { InstantiatedTemplateResponse } from '../models';
|
|
30
|
+
import type { ListTemplatesRequest } from '../models';
|
|
31
|
+
import type { ListTemplatesResponse } from '../models';
|
|
32
|
+
import type { TemplateScope } from '../models';
|
|
33
|
+
/**
|
|
34
|
+
* TemplatesApi - axios parameter creator
|
|
35
|
+
* @export
|
|
36
|
+
*/
|
|
37
|
+
export declare const TemplatesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
38
|
+
/**
|
|
39
|
+
* Create template from existing bucket. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
40
|
+
* @summary Create Bucket Template
|
|
41
|
+
* @param {string} bucketId Bucket ID
|
|
42
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
43
|
+
* @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.
|
|
44
|
+
* @param {string} [authorization2]
|
|
45
|
+
* @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\'
|
|
46
|
+
* @param {*} [options] Override http request option.
|
|
47
|
+
* @throws {RequiredError}
|
|
48
|
+
*/
|
|
49
|
+
createBucketTemplateFrom: (bucketId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
50
|
+
/**
|
|
51
|
+
* Create template from existing cluster.
|
|
52
|
+
* @summary Create Cluster Template
|
|
53
|
+
* @param {string} clusterId Cluster ID
|
|
54
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
55
|
+
* @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.
|
|
56
|
+
* @param {string} [authorization2]
|
|
57
|
+
* @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\'
|
|
58
|
+
* @param {*} [options] Override http request option.
|
|
59
|
+
* @throws {RequiredError}
|
|
60
|
+
*/
|
|
61
|
+
createClusterTemplateFrom: (clusterId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
62
|
+
/**
|
|
63
|
+
* Create template from existing collection. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
64
|
+
* @summary Create Collection Template
|
|
65
|
+
* @param {string} collectionId Collection ID
|
|
66
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
67
|
+
* @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.
|
|
68
|
+
* @param {string} [authorization2]
|
|
69
|
+
* @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\'
|
|
70
|
+
* @param {*} [options] Override http request option.
|
|
71
|
+
* @throws {RequiredError}
|
|
72
|
+
*/
|
|
73
|
+
createCollectionTemplateFrom: (collectionId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
|
+
/**
|
|
75
|
+
* Create template from existing namespace. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
76
|
+
* @summary Create Namespace Template
|
|
77
|
+
* @param {string} namespaceId Namespace ID
|
|
78
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
79
|
+
* @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.
|
|
80
|
+
* @param {string} [authorization2]
|
|
81
|
+
* @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\'
|
|
82
|
+
* @param {*} [options] Override http request option.
|
|
83
|
+
* @throws {RequiredError}
|
|
84
|
+
*/
|
|
85
|
+
createNamespaceTemplateFrom: (namespaceId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
86
|
+
/**
|
|
87
|
+
* Create template from existing retriever. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
88
|
+
* @summary Create Retriever Template
|
|
89
|
+
* @param {string} retrieverId Retriever ID
|
|
90
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
91
|
+
* @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.
|
|
92
|
+
* @param {string} [authorization2]
|
|
93
|
+
* @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\'
|
|
94
|
+
* @param {*} [options] Override http request option.
|
|
95
|
+
* @throws {RequiredError}
|
|
96
|
+
*/
|
|
97
|
+
createRetrieverTemplateFrom: (retrieverId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
98
|
+
/**
|
|
99
|
+
* Create template from existing taxonomy. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
100
|
+
* @summary Create Taxonomy Template
|
|
101
|
+
* @param {string} taxonomyId Taxonomy ID
|
|
102
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
103
|
+
* @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.
|
|
104
|
+
* @param {string} [authorization2]
|
|
105
|
+
* @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\'
|
|
106
|
+
* @param {*} [options] Override http request option.
|
|
107
|
+
* @throws {RequiredError}
|
|
108
|
+
*/
|
|
109
|
+
createTaxonomyTemplateTaxonomiesFrom: (taxonomyId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
110
|
+
/**
|
|
111
|
+
* Get bucket template details.
|
|
112
|
+
* @summary Get Bucket Template
|
|
113
|
+
* @param {string} templateId Template ID
|
|
114
|
+
* @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.
|
|
115
|
+
* @param {string} [authorization2]
|
|
116
|
+
* @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\'
|
|
117
|
+
* @param {*} [options] Override http request option.
|
|
118
|
+
* @throws {RequiredError}
|
|
119
|
+
*/
|
|
120
|
+
getBucketTemplate: (templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
121
|
+
/**
|
|
122
|
+
* Get cluster template details.
|
|
123
|
+
* @summary Get Cluster Template
|
|
124
|
+
* @param {string} templateId Template ID
|
|
125
|
+
* @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.
|
|
126
|
+
* @param {string} [authorization2]
|
|
127
|
+
* @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\'
|
|
128
|
+
* @param {*} [options] Override http request option.
|
|
129
|
+
* @throws {RequiredError}
|
|
130
|
+
*/
|
|
131
|
+
getClusterTemplate: (templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
132
|
+
/**
|
|
133
|
+
* Get collection template details.
|
|
134
|
+
* @summary Get Collection Template
|
|
135
|
+
* @param {string} templateId Template ID
|
|
136
|
+
* @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.
|
|
137
|
+
* @param {string} [authorization2]
|
|
138
|
+
* @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\'
|
|
139
|
+
* @param {*} [options] Override http request option.
|
|
140
|
+
* @throws {RequiredError}
|
|
141
|
+
*/
|
|
142
|
+
getCollectionTemplate: (templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
143
|
+
/**
|
|
144
|
+
* Get namespace template details.
|
|
145
|
+
* @summary Get Namespace Template
|
|
146
|
+
* @param {string} templateId Template ID
|
|
147
|
+
* @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.
|
|
148
|
+
* @param {string} [authorization2]
|
|
149
|
+
* @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\'
|
|
150
|
+
* @param {*} [options] Override http request option.
|
|
151
|
+
* @throws {RequiredError}
|
|
152
|
+
*/
|
|
153
|
+
getNamespaceTemplate: (templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
154
|
+
/**
|
|
155
|
+
* Get retriever template details.
|
|
156
|
+
* @summary Get Retriever Template
|
|
157
|
+
* @param {string} templateId Template ID
|
|
158
|
+
* @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.
|
|
159
|
+
* @param {string} [authorization2]
|
|
160
|
+
* @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\'
|
|
161
|
+
* @param {*} [options] Override http request option.
|
|
162
|
+
* @throws {RequiredError}
|
|
163
|
+
*/
|
|
164
|
+
getRetrieverTemplate: (templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
165
|
+
/**
|
|
166
|
+
* Get taxonomy template details.
|
|
167
|
+
* @summary Get Taxonomy Template
|
|
168
|
+
* @param {string} templateId Template ID
|
|
169
|
+
* @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.
|
|
170
|
+
* @param {string} [authorization2]
|
|
171
|
+
* @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\'
|
|
172
|
+
* @param {*} [options] Override http request option.
|
|
173
|
+
* @throws {RequiredError}
|
|
174
|
+
*/
|
|
175
|
+
getTaxonomyTemplateTaxonomies: (templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
176
|
+
/**
|
|
177
|
+
* Instantiate bucket template.
|
|
178
|
+
* @summary Instantiate Bucket Template
|
|
179
|
+
* @param {string} templateId Template ID
|
|
180
|
+
* @param {InstantiateBucketTemplateRequest} instantiateBucketTemplateRequest
|
|
181
|
+
* @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.
|
|
182
|
+
* @param {string} [authorization2]
|
|
183
|
+
* @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\'
|
|
184
|
+
* @param {*} [options] Override http request option.
|
|
185
|
+
* @throws {RequiredError}
|
|
186
|
+
*/
|
|
187
|
+
instantiateBucketTemplate: (templateId: string, instantiateBucketTemplateRequest: InstantiateBucketTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
188
|
+
/**
|
|
189
|
+
* Instantiate cluster template.
|
|
190
|
+
* @summary Instantiate Cluster Template
|
|
191
|
+
* @param {string} templateId Template ID
|
|
192
|
+
* @param {InstantiateClusterTemplateRequest} instantiateClusterTemplateRequest
|
|
193
|
+
* @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.
|
|
194
|
+
* @param {string} [authorization2]
|
|
195
|
+
* @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\'
|
|
196
|
+
* @param {*} [options] Override http request option.
|
|
197
|
+
* @throws {RequiredError}
|
|
198
|
+
*/
|
|
199
|
+
instantiateClusterTemplate: (templateId: string, instantiateClusterTemplateRequest: InstantiateClusterTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
200
|
+
/**
|
|
201
|
+
* Instantiate collection template.
|
|
202
|
+
* @summary Instantiate Collection Template
|
|
203
|
+
* @param {string} templateId Template ID
|
|
204
|
+
* @param {InstantiateCollectionTemplateRequest} instantiateCollectionTemplateRequest
|
|
205
|
+
* @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.
|
|
206
|
+
* @param {string} [authorization2]
|
|
207
|
+
* @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\'
|
|
208
|
+
* @param {*} [options] Override http request option.
|
|
209
|
+
* @throws {RequiredError}
|
|
210
|
+
*/
|
|
211
|
+
instantiateCollectionTemplate: (templateId: string, instantiateCollectionTemplateRequest: InstantiateCollectionTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
212
|
+
/**
|
|
213
|
+
* Instantiate namespace template.
|
|
214
|
+
* @summary Instantiate Namespace Template
|
|
215
|
+
* @param {string} templateId Template ID
|
|
216
|
+
* @param {InstantiateTemplateRequest} instantiateTemplateRequest
|
|
217
|
+
* @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.
|
|
218
|
+
* @param {string} [authorization2]
|
|
219
|
+
* @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\'
|
|
220
|
+
* @param {*} [options] Override http request option.
|
|
221
|
+
* @throws {RequiredError}
|
|
222
|
+
*/
|
|
223
|
+
instantiateNamespaceTemplate: (templateId: string, instantiateTemplateRequest: InstantiateTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
224
|
+
/**
|
|
225
|
+
* Instantiate retriever template.
|
|
226
|
+
* @summary Instantiate Retriever Template
|
|
227
|
+
* @param {string} templateId Template ID
|
|
228
|
+
* @param {InstantiateRetrieverTemplateRequest} instantiateRetrieverTemplateRequest
|
|
229
|
+
* @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.
|
|
230
|
+
* @param {string} [authorization2]
|
|
231
|
+
* @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\'
|
|
232
|
+
* @param {*} [options] Override http request option.
|
|
233
|
+
* @throws {RequiredError}
|
|
234
|
+
*/
|
|
235
|
+
instantiateRetrieverTemplate: (templateId: string, instantiateRetrieverTemplateRequest: InstantiateRetrieverTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
236
|
+
/**
|
|
237
|
+
* Instantiate taxonomy template.
|
|
238
|
+
* @summary Instantiate Taxonomy Template
|
|
239
|
+
* @param {string} templateId Template ID
|
|
240
|
+
* @param {InstantiateTaxonomyTemplateRequest} instantiateTaxonomyTemplateRequest
|
|
241
|
+
* @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.
|
|
242
|
+
* @param {string} [authorization2]
|
|
243
|
+
* @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\'
|
|
244
|
+
* @param {*} [options] Override http request option.
|
|
245
|
+
* @throws {RequiredError}
|
|
246
|
+
*/
|
|
247
|
+
instantiateTaxonomyTemplateTaxonomies: (templateId: string, instantiateTaxonomyTemplateRequest: InstantiateTaxonomyTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
248
|
+
/**
|
|
249
|
+
* List bucket templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
250
|
+
* @summary List Bucket Templates
|
|
251
|
+
* @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.
|
|
252
|
+
* @param {string} [authorization2]
|
|
253
|
+
* @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\'
|
|
254
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
255
|
+
* @param {*} [options] Override http request option.
|
|
256
|
+
* @throws {RequiredError}
|
|
257
|
+
*/
|
|
258
|
+
listBucketTemplates: (authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
259
|
+
/**
|
|
260
|
+
* List cluster templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
261
|
+
* @summary List Cluster Templates
|
|
262
|
+
* @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.
|
|
263
|
+
* @param {string} [authorization2]
|
|
264
|
+
* @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\'
|
|
265
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
266
|
+
* @param {*} [options] Override http request option.
|
|
267
|
+
* @throws {RequiredError}
|
|
268
|
+
*/
|
|
269
|
+
listClusterTemplates: (authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
270
|
+
/**
|
|
271
|
+
* List collection templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
272
|
+
* @summary List Collection Templates
|
|
273
|
+
* @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.
|
|
274
|
+
* @param {string} [authorization2]
|
|
275
|
+
* @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\'
|
|
276
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
277
|
+
* @param {*} [options] Override http request option.
|
|
278
|
+
* @throws {RequiredError}
|
|
279
|
+
*/
|
|
280
|
+
listCollectionTemplates: (authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
281
|
+
/**
|
|
282
|
+
* List namespace templates (system + organization + user).
|
|
283
|
+
* @summary List Namespace Templates
|
|
284
|
+
* @param {string} [category] Filter by category
|
|
285
|
+
* @param {TemplateScope} [scope] Filter by scope (system, organization, or user)
|
|
286
|
+
* @param {boolean} [isActive] Show only active templates
|
|
287
|
+
* @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.
|
|
288
|
+
* @param {string} [authorization2]
|
|
289
|
+
* @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\'
|
|
290
|
+
* @param {*} [options] Override http request option.
|
|
291
|
+
* @throws {RequiredError}
|
|
292
|
+
*/
|
|
293
|
+
listNamespaceTemplates: (category?: string, scope?: TemplateScope, isActive?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
294
|
+
/**
|
|
295
|
+
* List retriever templates (system + organization + user). Supports filtering, sorting, and search like other list operations. **Request Body (optional):** - `filters`: Attribute-based filters `{\"AND\": [{\"field\": \"category\", \"operator\": \"eq\", \"value\": \"semantic_search\"}]}` - `sort`: Sort options `{\"field\": \"name\", \"direction\": \"asc\"}` - `search`: Wildcard search across template_id, name, description, tags - `scope`: Filter by scope (system, organization, user) - `category`: Filter by category - `is_active`: Show only active templates (default: true) - `tags`: Filter by tags (templates must have ALL specified tags)
|
|
296
|
+
* @summary List Retriever Templates
|
|
297
|
+
* @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.
|
|
298
|
+
* @param {string} [authorization2]
|
|
299
|
+
* @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\'
|
|
300
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
301
|
+
* @param {*} [options] Override http request option.
|
|
302
|
+
* @throws {RequiredError}
|
|
303
|
+
*/
|
|
304
|
+
listRetrieverTemplates: (authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
305
|
+
/**
|
|
306
|
+
* List taxonomy templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
307
|
+
* @summary List Taxonomy Templates
|
|
308
|
+
* @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.
|
|
309
|
+
* @param {string} [authorization2]
|
|
310
|
+
* @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\'
|
|
311
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
312
|
+
* @param {*} [options] Override http request option.
|
|
313
|
+
* @throws {RequiredError}
|
|
314
|
+
*/
|
|
315
|
+
listTaxonomyTemplatesTaxonomies: (authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
316
|
+
};
|
|
317
|
+
/**
|
|
318
|
+
* TemplatesApi - functional programming interface
|
|
319
|
+
* @export
|
|
320
|
+
*/
|
|
321
|
+
export declare const TemplatesApiFp: (configuration?: Configuration) => {
|
|
322
|
+
/**
|
|
323
|
+
* Create template from existing bucket. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
324
|
+
* @summary Create Bucket Template
|
|
325
|
+
* @param {string} bucketId Bucket ID
|
|
326
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
327
|
+
* @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.
|
|
328
|
+
* @param {string} [authorization2]
|
|
329
|
+
* @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\'
|
|
330
|
+
* @param {*} [options] Override http request option.
|
|
331
|
+
* @throws {RequiredError}
|
|
332
|
+
*/
|
|
333
|
+
createBucketTemplateFrom(bucketId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTemplateFromResourceResponse>>;
|
|
334
|
+
/**
|
|
335
|
+
* Create template from existing cluster.
|
|
336
|
+
* @summary Create Cluster Template
|
|
337
|
+
* @param {string} clusterId Cluster ID
|
|
338
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
339
|
+
* @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.
|
|
340
|
+
* @param {string} [authorization2]
|
|
341
|
+
* @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\'
|
|
342
|
+
* @param {*} [options] Override http request option.
|
|
343
|
+
* @throws {RequiredError}
|
|
344
|
+
*/
|
|
345
|
+
createClusterTemplateFrom(clusterId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTemplateFromResourceResponse>>;
|
|
346
|
+
/**
|
|
347
|
+
* Create template from existing collection. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
348
|
+
* @summary Create Collection Template
|
|
349
|
+
* @param {string} collectionId Collection ID
|
|
350
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
351
|
+
* @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.
|
|
352
|
+
* @param {string} [authorization2]
|
|
353
|
+
* @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\'
|
|
354
|
+
* @param {*} [options] Override http request option.
|
|
355
|
+
* @throws {RequiredError}
|
|
356
|
+
*/
|
|
357
|
+
createCollectionTemplateFrom(collectionId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTemplateFromResourceResponse>>;
|
|
358
|
+
/**
|
|
359
|
+
* Create template from existing namespace. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
360
|
+
* @summary Create Namespace Template
|
|
361
|
+
* @param {string} namespaceId Namespace ID
|
|
362
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
363
|
+
* @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.
|
|
364
|
+
* @param {string} [authorization2]
|
|
365
|
+
* @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\'
|
|
366
|
+
* @param {*} [options] Override http request option.
|
|
367
|
+
* @throws {RequiredError}
|
|
368
|
+
*/
|
|
369
|
+
createNamespaceTemplateFrom(namespaceId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTemplateFromResourceResponse>>;
|
|
370
|
+
/**
|
|
371
|
+
* Create template from existing retriever. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
372
|
+
* @summary Create Retriever Template
|
|
373
|
+
* @param {string} retrieverId Retriever ID
|
|
374
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
375
|
+
* @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.
|
|
376
|
+
* @param {string} [authorization2]
|
|
377
|
+
* @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\'
|
|
378
|
+
* @param {*} [options] Override http request option.
|
|
379
|
+
* @throws {RequiredError}
|
|
380
|
+
*/
|
|
381
|
+
createRetrieverTemplateFrom(retrieverId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTemplateFromResourceResponse>>;
|
|
382
|
+
/**
|
|
383
|
+
* Create template from existing taxonomy. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
384
|
+
* @summary Create Taxonomy Template
|
|
385
|
+
* @param {string} taxonomyId Taxonomy ID
|
|
386
|
+
* @param {CreateTemplateFromResourceRequest} createTemplateFromResourceRequest
|
|
387
|
+
* @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.
|
|
388
|
+
* @param {string} [authorization2]
|
|
389
|
+
* @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\'
|
|
390
|
+
* @param {*} [options] Override http request option.
|
|
391
|
+
* @throws {RequiredError}
|
|
392
|
+
*/
|
|
393
|
+
createTaxonomyTemplateTaxonomiesFrom(taxonomyId: string, createTemplateFromResourceRequest: CreateTemplateFromResourceRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTemplateFromResourceResponse>>;
|
|
394
|
+
/**
|
|
395
|
+
* Get bucket template details.
|
|
396
|
+
* @summary Get Bucket Template
|
|
397
|
+
* @param {string} templateId Template ID
|
|
398
|
+
* @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.
|
|
399
|
+
* @param {string} [authorization2]
|
|
400
|
+
* @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\'
|
|
401
|
+
* @param {*} [options] Override http request option.
|
|
402
|
+
* @throws {RequiredError}
|
|
403
|
+
*/
|
|
404
|
+
getBucketTemplate(templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseTemplateModel>>;
|
|
405
|
+
/**
|
|
406
|
+
* Get cluster template details.
|
|
407
|
+
* @summary Get Cluster Template
|
|
408
|
+
* @param {string} templateId Template ID
|
|
409
|
+
* @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.
|
|
410
|
+
* @param {string} [authorization2]
|
|
411
|
+
* @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\'
|
|
412
|
+
* @param {*} [options] Override http request option.
|
|
413
|
+
* @throws {RequiredError}
|
|
414
|
+
*/
|
|
415
|
+
getClusterTemplate(templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseTemplateModel>>;
|
|
416
|
+
/**
|
|
417
|
+
* Get collection template details.
|
|
418
|
+
* @summary Get Collection Template
|
|
419
|
+
* @param {string} templateId Template ID
|
|
420
|
+
* @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.
|
|
421
|
+
* @param {string} [authorization2]
|
|
422
|
+
* @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\'
|
|
423
|
+
* @param {*} [options] Override http request option.
|
|
424
|
+
* @throws {RequiredError}
|
|
425
|
+
*/
|
|
426
|
+
getCollectionTemplate(templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseTemplateModel>>;
|
|
427
|
+
/**
|
|
428
|
+
* Get namespace template details.
|
|
429
|
+
* @summary Get Namespace Template
|
|
430
|
+
* @param {string} templateId Template ID
|
|
431
|
+
* @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.
|
|
432
|
+
* @param {string} [authorization2]
|
|
433
|
+
* @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\'
|
|
434
|
+
* @param {*} [options] Override http request option.
|
|
435
|
+
* @throws {RequiredError}
|
|
436
|
+
*/
|
|
437
|
+
getNamespaceTemplate(templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseTemplateModel>>;
|
|
438
|
+
/**
|
|
439
|
+
* Get retriever template details.
|
|
440
|
+
* @summary Get Retriever Template
|
|
441
|
+
* @param {string} templateId Template ID
|
|
442
|
+
* @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.
|
|
443
|
+
* @param {string} [authorization2]
|
|
444
|
+
* @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\'
|
|
445
|
+
* @param {*} [options] Override http request option.
|
|
446
|
+
* @throws {RequiredError}
|
|
447
|
+
*/
|
|
448
|
+
getRetrieverTemplate(templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseTemplateModel>>;
|
|
449
|
+
/**
|
|
450
|
+
* Get taxonomy template details.
|
|
451
|
+
* @summary Get Taxonomy Template
|
|
452
|
+
* @param {string} templateId Template ID
|
|
453
|
+
* @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.
|
|
454
|
+
* @param {string} [authorization2]
|
|
455
|
+
* @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\'
|
|
456
|
+
* @param {*} [options] Override http request option.
|
|
457
|
+
* @throws {RequiredError}
|
|
458
|
+
*/
|
|
459
|
+
getTaxonomyTemplateTaxonomies(templateId: string, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BaseTemplateModel>>;
|
|
460
|
+
/**
|
|
461
|
+
* Instantiate bucket template.
|
|
462
|
+
* @summary Instantiate Bucket Template
|
|
463
|
+
* @param {string} templateId Template ID
|
|
464
|
+
* @param {InstantiateBucketTemplateRequest} instantiateBucketTemplateRequest
|
|
465
|
+
* @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.
|
|
466
|
+
* @param {string} [authorization2]
|
|
467
|
+
* @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\'
|
|
468
|
+
* @param {*} [options] Override http request option.
|
|
469
|
+
* @throws {RequiredError}
|
|
470
|
+
*/
|
|
471
|
+
instantiateBucketTemplate(templateId: string, instantiateBucketTemplateRequest: InstantiateBucketTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstantiatedBucketTemplateResponse>>;
|
|
472
|
+
/**
|
|
473
|
+
* Instantiate cluster template.
|
|
474
|
+
* @summary Instantiate Cluster Template
|
|
475
|
+
* @param {string} templateId Template ID
|
|
476
|
+
* @param {InstantiateClusterTemplateRequest} instantiateClusterTemplateRequest
|
|
477
|
+
* @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.
|
|
478
|
+
* @param {string} [authorization2]
|
|
479
|
+
* @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\'
|
|
480
|
+
* @param {*} [options] Override http request option.
|
|
481
|
+
* @throws {RequiredError}
|
|
482
|
+
*/
|
|
483
|
+
instantiateClusterTemplate(templateId: string, instantiateClusterTemplateRequest: InstantiateClusterTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstantiatedClusterTemplateResponse>>;
|
|
484
|
+
/**
|
|
485
|
+
* Instantiate collection template.
|
|
486
|
+
* @summary Instantiate Collection Template
|
|
487
|
+
* @param {string} templateId Template ID
|
|
488
|
+
* @param {InstantiateCollectionTemplateRequest} instantiateCollectionTemplateRequest
|
|
489
|
+
* @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.
|
|
490
|
+
* @param {string} [authorization2]
|
|
491
|
+
* @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\'
|
|
492
|
+
* @param {*} [options] Override http request option.
|
|
493
|
+
* @throws {RequiredError}
|
|
494
|
+
*/
|
|
495
|
+
instantiateCollectionTemplate(templateId: string, instantiateCollectionTemplateRequest: InstantiateCollectionTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstantiatedCollectionTemplateResponse>>;
|
|
496
|
+
/**
|
|
497
|
+
* Instantiate namespace template.
|
|
498
|
+
* @summary Instantiate Namespace Template
|
|
499
|
+
* @param {string} templateId Template ID
|
|
500
|
+
* @param {InstantiateTemplateRequest} instantiateTemplateRequest
|
|
501
|
+
* @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.
|
|
502
|
+
* @param {string} [authorization2]
|
|
503
|
+
* @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\'
|
|
504
|
+
* @param {*} [options] Override http request option.
|
|
505
|
+
* @throws {RequiredError}
|
|
506
|
+
*/
|
|
507
|
+
instantiateNamespaceTemplate(templateId: string, instantiateTemplateRequest: InstantiateTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstantiatedTemplateResponse>>;
|
|
508
|
+
/**
|
|
509
|
+
* Instantiate retriever template.
|
|
510
|
+
* @summary Instantiate Retriever Template
|
|
511
|
+
* @param {string} templateId Template ID
|
|
512
|
+
* @param {InstantiateRetrieverTemplateRequest} instantiateRetrieverTemplateRequest
|
|
513
|
+
* @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.
|
|
514
|
+
* @param {string} [authorization2]
|
|
515
|
+
* @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\'
|
|
516
|
+
* @param {*} [options] Override http request option.
|
|
517
|
+
* @throws {RequiredError}
|
|
518
|
+
*/
|
|
519
|
+
instantiateRetrieverTemplate(templateId: string, instantiateRetrieverTemplateRequest: InstantiateRetrieverTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstantiatedRetrieverTemplateResponse>>;
|
|
520
|
+
/**
|
|
521
|
+
* Instantiate taxonomy template.
|
|
522
|
+
* @summary Instantiate Taxonomy Template
|
|
523
|
+
* @param {string} templateId Template ID
|
|
524
|
+
* @param {InstantiateTaxonomyTemplateRequest} instantiateTaxonomyTemplateRequest
|
|
525
|
+
* @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.
|
|
526
|
+
* @param {string} [authorization2]
|
|
527
|
+
* @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\'
|
|
528
|
+
* @param {*} [options] Override http request option.
|
|
529
|
+
* @throws {RequiredError}
|
|
530
|
+
*/
|
|
531
|
+
instantiateTaxonomyTemplateTaxonomies(templateId: string, instantiateTaxonomyTemplateRequest: InstantiateTaxonomyTemplateRequest, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstantiatedTaxonomyTemplateResponse>>;
|
|
532
|
+
/**
|
|
533
|
+
* List bucket templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
534
|
+
* @summary List Bucket Templates
|
|
535
|
+
* @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.
|
|
536
|
+
* @param {string} [authorization2]
|
|
537
|
+
* @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\'
|
|
538
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
539
|
+
* @param {*} [options] Override http request option.
|
|
540
|
+
* @throws {RequiredError}
|
|
541
|
+
*/
|
|
542
|
+
listBucketTemplates(authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTemplatesResponse>>;
|
|
543
|
+
/**
|
|
544
|
+
* List cluster templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
545
|
+
* @summary List Cluster Templates
|
|
546
|
+
* @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.
|
|
547
|
+
* @param {string} [authorization2]
|
|
548
|
+
* @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\'
|
|
549
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
550
|
+
* @param {*} [options] Override http request option.
|
|
551
|
+
* @throws {RequiredError}
|
|
552
|
+
*/
|
|
553
|
+
listClusterTemplates(authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTemplatesResponse>>;
|
|
554
|
+
/**
|
|
555
|
+
* List collection templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
556
|
+
* @summary List Collection Templates
|
|
557
|
+
* @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.
|
|
558
|
+
* @param {string} [authorization2]
|
|
559
|
+
* @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\'
|
|
560
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
561
|
+
* @param {*} [options] Override http request option.
|
|
562
|
+
* @throws {RequiredError}
|
|
563
|
+
*/
|
|
564
|
+
listCollectionTemplates(authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTemplatesResponse>>;
|
|
565
|
+
/**
|
|
566
|
+
* List namespace templates (system + organization + user).
|
|
567
|
+
* @summary List Namespace Templates
|
|
568
|
+
* @param {string} [category] Filter by category
|
|
569
|
+
* @param {TemplateScope} [scope] Filter by scope (system, organization, or user)
|
|
570
|
+
* @param {boolean} [isActive] Show only active templates
|
|
571
|
+
* @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.
|
|
572
|
+
* @param {string} [authorization2]
|
|
573
|
+
* @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\'
|
|
574
|
+
* @param {*} [options] Override http request option.
|
|
575
|
+
* @throws {RequiredError}
|
|
576
|
+
*/
|
|
577
|
+
listNamespaceTemplates(category?: string, scope?: TemplateScope, isActive?: boolean, authorization?: string, authorization2?: string, xNamespace?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BaseTemplateModel>>>;
|
|
578
|
+
/**
|
|
579
|
+
* List retriever templates (system + organization + user). Supports filtering, sorting, and search like other list operations. **Request Body (optional):** - `filters`: Attribute-based filters `{\"AND\": [{\"field\": \"category\", \"operator\": \"eq\", \"value\": \"semantic_search\"}]}` - `sort`: Sort options `{\"field\": \"name\", \"direction\": \"asc\"}` - `search`: Wildcard search across template_id, name, description, tags - `scope`: Filter by scope (system, organization, user) - `category`: Filter by category - `is_active`: Show only active templates (default: true) - `tags`: Filter by tags (templates must have ALL specified tags)
|
|
580
|
+
* @summary List Retriever Templates
|
|
581
|
+
* @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.
|
|
582
|
+
* @param {string} [authorization2]
|
|
583
|
+
* @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\'
|
|
584
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
585
|
+
* @param {*} [options] Override http request option.
|
|
586
|
+
* @throws {RequiredError}
|
|
587
|
+
*/
|
|
588
|
+
listRetrieverTemplates(authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTemplatesResponse>>;
|
|
589
|
+
/**
|
|
590
|
+
* List taxonomy templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
591
|
+
* @summary List Taxonomy Templates
|
|
592
|
+
* @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.
|
|
593
|
+
* @param {string} [authorization2]
|
|
594
|
+
* @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\'
|
|
595
|
+
* @param {ListTemplatesRequest} [listTemplatesRequest]
|
|
596
|
+
* @param {*} [options] Override http request option.
|
|
597
|
+
* @throws {RequiredError}
|
|
598
|
+
*/
|
|
599
|
+
listTaxonomyTemplatesTaxonomies(authorization?: string, authorization2?: string, xNamespace?: string, listTemplatesRequest?: ListTemplatesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTemplatesResponse>>;
|
|
600
|
+
};
|
|
601
|
+
/**
|
|
602
|
+
* TemplatesApi - factory interface
|
|
603
|
+
* @export
|
|
604
|
+
*/
|
|
605
|
+
export declare const TemplatesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
606
|
+
/**
|
|
607
|
+
* Create template from existing bucket. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
608
|
+
* @summary Create Bucket Template
|
|
609
|
+
* @param {TemplatesApiCreateBucketTemplateFromRequest} requestParameters Request parameters.
|
|
610
|
+
* @param {*} [options] Override http request option.
|
|
611
|
+
* @throws {RequiredError}
|
|
612
|
+
*/
|
|
613
|
+
createBucketTemplateFrom(requestParameters: TemplatesApiCreateBucketTemplateFromRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateTemplateFromResourceResponse>;
|
|
614
|
+
/**
|
|
615
|
+
* Create template from existing cluster.
|
|
616
|
+
* @summary Create Cluster Template
|
|
617
|
+
* @param {TemplatesApiCreateClusterTemplateFromRequest} requestParameters Request parameters.
|
|
618
|
+
* @param {*} [options] Override http request option.
|
|
619
|
+
* @throws {RequiredError}
|
|
620
|
+
*/
|
|
621
|
+
createClusterTemplateFrom(requestParameters: TemplatesApiCreateClusterTemplateFromRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateTemplateFromResourceResponse>;
|
|
622
|
+
/**
|
|
623
|
+
* Create template from existing collection. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
624
|
+
* @summary Create Collection Template
|
|
625
|
+
* @param {TemplatesApiCreateCollectionTemplateFromRequest} requestParameters Request parameters.
|
|
626
|
+
* @param {*} [options] Override http request option.
|
|
627
|
+
* @throws {RequiredError}
|
|
628
|
+
*/
|
|
629
|
+
createCollectionTemplateFrom(requestParameters: TemplatesApiCreateCollectionTemplateFromRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateTemplateFromResourceResponse>;
|
|
630
|
+
/**
|
|
631
|
+
* Create template from existing namespace. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
632
|
+
* @summary Create Namespace Template
|
|
633
|
+
* @param {TemplatesApiCreateNamespaceTemplateFromRequest} requestParameters Request parameters.
|
|
634
|
+
* @param {*} [options] Override http request option.
|
|
635
|
+
* @throws {RequiredError}
|
|
636
|
+
*/
|
|
637
|
+
createNamespaceTemplateFrom(requestParameters: TemplatesApiCreateNamespaceTemplateFromRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateTemplateFromResourceResponse>;
|
|
638
|
+
/**
|
|
639
|
+
* Create template from existing retriever. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
640
|
+
* @summary Create Retriever Template
|
|
641
|
+
* @param {TemplatesApiCreateRetrieverTemplateFromRequest} requestParameters Request parameters.
|
|
642
|
+
* @param {*} [options] Override http request option.
|
|
643
|
+
* @throws {RequiredError}
|
|
644
|
+
*/
|
|
645
|
+
createRetrieverTemplateFrom(requestParameters: TemplatesApiCreateRetrieverTemplateFromRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateTemplateFromResourceResponse>;
|
|
646
|
+
/**
|
|
647
|
+
* Create template from existing taxonomy. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
648
|
+
* @summary Create Taxonomy Template
|
|
649
|
+
* @param {TemplatesApiCreateTaxonomyTemplateTaxonomiesFromRequest} requestParameters Request parameters.
|
|
650
|
+
* @param {*} [options] Override http request option.
|
|
651
|
+
* @throws {RequiredError}
|
|
652
|
+
*/
|
|
653
|
+
createTaxonomyTemplateTaxonomiesFrom(requestParameters: TemplatesApiCreateTaxonomyTemplateTaxonomiesFromRequest, options?: RawAxiosRequestConfig): AxiosPromise<CreateTemplateFromResourceResponse>;
|
|
654
|
+
/**
|
|
655
|
+
* Get bucket template details.
|
|
656
|
+
* @summary Get Bucket Template
|
|
657
|
+
* @param {TemplatesApiGetBucketTemplateRequest} requestParameters Request parameters.
|
|
658
|
+
* @param {*} [options] Override http request option.
|
|
659
|
+
* @throws {RequiredError}
|
|
660
|
+
*/
|
|
661
|
+
getBucketTemplate(requestParameters: TemplatesApiGetBucketTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<BaseTemplateModel>;
|
|
662
|
+
/**
|
|
663
|
+
* Get cluster template details.
|
|
664
|
+
* @summary Get Cluster Template
|
|
665
|
+
* @param {TemplatesApiGetClusterTemplateRequest} requestParameters Request parameters.
|
|
666
|
+
* @param {*} [options] Override http request option.
|
|
667
|
+
* @throws {RequiredError}
|
|
668
|
+
*/
|
|
669
|
+
getClusterTemplate(requestParameters: TemplatesApiGetClusterTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<BaseTemplateModel>;
|
|
670
|
+
/**
|
|
671
|
+
* Get collection template details.
|
|
672
|
+
* @summary Get Collection Template
|
|
673
|
+
* @param {TemplatesApiGetCollectionTemplateRequest} requestParameters Request parameters.
|
|
674
|
+
* @param {*} [options] Override http request option.
|
|
675
|
+
* @throws {RequiredError}
|
|
676
|
+
*/
|
|
677
|
+
getCollectionTemplate(requestParameters: TemplatesApiGetCollectionTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<BaseTemplateModel>;
|
|
678
|
+
/**
|
|
679
|
+
* Get namespace template details.
|
|
680
|
+
* @summary Get Namespace Template
|
|
681
|
+
* @param {TemplatesApiGetNamespaceTemplateRequest} requestParameters Request parameters.
|
|
682
|
+
* @param {*} [options] Override http request option.
|
|
683
|
+
* @throws {RequiredError}
|
|
684
|
+
*/
|
|
685
|
+
getNamespaceTemplate(requestParameters: TemplatesApiGetNamespaceTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<BaseTemplateModel>;
|
|
686
|
+
/**
|
|
687
|
+
* Get retriever template details.
|
|
688
|
+
* @summary Get Retriever Template
|
|
689
|
+
* @param {TemplatesApiGetRetrieverTemplateRequest} requestParameters Request parameters.
|
|
690
|
+
* @param {*} [options] Override http request option.
|
|
691
|
+
* @throws {RequiredError}
|
|
692
|
+
*/
|
|
693
|
+
getRetrieverTemplate(requestParameters: TemplatesApiGetRetrieverTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<BaseTemplateModel>;
|
|
694
|
+
/**
|
|
695
|
+
* Get taxonomy template details.
|
|
696
|
+
* @summary Get Taxonomy Template
|
|
697
|
+
* @param {TemplatesApiGetTaxonomyTemplateTaxonomiesRequest} requestParameters Request parameters.
|
|
698
|
+
* @param {*} [options] Override http request option.
|
|
699
|
+
* @throws {RequiredError}
|
|
700
|
+
*/
|
|
701
|
+
getTaxonomyTemplateTaxonomies(requestParameters: TemplatesApiGetTaxonomyTemplateTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<BaseTemplateModel>;
|
|
702
|
+
/**
|
|
703
|
+
* Instantiate bucket template.
|
|
704
|
+
* @summary Instantiate Bucket Template
|
|
705
|
+
* @param {TemplatesApiInstantiateBucketTemplateRequest} requestParameters Request parameters.
|
|
706
|
+
* @param {*} [options] Override http request option.
|
|
707
|
+
* @throws {RequiredError}
|
|
708
|
+
*/
|
|
709
|
+
instantiateBucketTemplate(requestParameters: TemplatesApiInstantiateBucketTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<InstantiatedBucketTemplateResponse>;
|
|
710
|
+
/**
|
|
711
|
+
* Instantiate cluster template.
|
|
712
|
+
* @summary Instantiate Cluster Template
|
|
713
|
+
* @param {TemplatesApiInstantiateClusterTemplateRequest} requestParameters Request parameters.
|
|
714
|
+
* @param {*} [options] Override http request option.
|
|
715
|
+
* @throws {RequiredError}
|
|
716
|
+
*/
|
|
717
|
+
instantiateClusterTemplate(requestParameters: TemplatesApiInstantiateClusterTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<InstantiatedClusterTemplateResponse>;
|
|
718
|
+
/**
|
|
719
|
+
* Instantiate collection template.
|
|
720
|
+
* @summary Instantiate Collection Template
|
|
721
|
+
* @param {TemplatesApiInstantiateCollectionTemplateRequest} requestParameters Request parameters.
|
|
722
|
+
* @param {*} [options] Override http request option.
|
|
723
|
+
* @throws {RequiredError}
|
|
724
|
+
*/
|
|
725
|
+
instantiateCollectionTemplate(requestParameters: TemplatesApiInstantiateCollectionTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<InstantiatedCollectionTemplateResponse>;
|
|
726
|
+
/**
|
|
727
|
+
* Instantiate namespace template.
|
|
728
|
+
* @summary Instantiate Namespace Template
|
|
729
|
+
* @param {TemplatesApiInstantiateNamespaceTemplateRequest} requestParameters Request parameters.
|
|
730
|
+
* @param {*} [options] Override http request option.
|
|
731
|
+
* @throws {RequiredError}
|
|
732
|
+
*/
|
|
733
|
+
instantiateNamespaceTemplate(requestParameters: TemplatesApiInstantiateNamespaceTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<InstantiatedTemplateResponse>;
|
|
734
|
+
/**
|
|
735
|
+
* Instantiate retriever template.
|
|
736
|
+
* @summary Instantiate Retriever Template
|
|
737
|
+
* @param {TemplatesApiInstantiateRetrieverTemplateRequest} requestParameters Request parameters.
|
|
738
|
+
* @param {*} [options] Override http request option.
|
|
739
|
+
* @throws {RequiredError}
|
|
740
|
+
*/
|
|
741
|
+
instantiateRetrieverTemplate(requestParameters: TemplatesApiInstantiateRetrieverTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<InstantiatedRetrieverTemplateResponse>;
|
|
742
|
+
/**
|
|
743
|
+
* Instantiate taxonomy template.
|
|
744
|
+
* @summary Instantiate Taxonomy Template
|
|
745
|
+
* @param {TemplatesApiInstantiateTaxonomyTemplateTaxonomiesRequest} requestParameters Request parameters.
|
|
746
|
+
* @param {*} [options] Override http request option.
|
|
747
|
+
* @throws {RequiredError}
|
|
748
|
+
*/
|
|
749
|
+
instantiateTaxonomyTemplateTaxonomies(requestParameters: TemplatesApiInstantiateTaxonomyTemplateTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<InstantiatedTaxonomyTemplateResponse>;
|
|
750
|
+
/**
|
|
751
|
+
* List bucket templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
752
|
+
* @summary List Bucket Templates
|
|
753
|
+
* @param {TemplatesApiListBucketTemplatesRequest} requestParameters Request parameters.
|
|
754
|
+
* @param {*} [options] Override http request option.
|
|
755
|
+
* @throws {RequiredError}
|
|
756
|
+
*/
|
|
757
|
+
listBucketTemplates(requestParameters?: TemplatesApiListBucketTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTemplatesResponse>;
|
|
758
|
+
/**
|
|
759
|
+
* List cluster templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
760
|
+
* @summary List Cluster Templates
|
|
761
|
+
* @param {TemplatesApiListClusterTemplatesRequest} requestParameters Request parameters.
|
|
762
|
+
* @param {*} [options] Override http request option.
|
|
763
|
+
* @throws {RequiredError}
|
|
764
|
+
*/
|
|
765
|
+
listClusterTemplates(requestParameters?: TemplatesApiListClusterTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTemplatesResponse>;
|
|
766
|
+
/**
|
|
767
|
+
* List collection templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
768
|
+
* @summary List Collection Templates
|
|
769
|
+
* @param {TemplatesApiListCollectionTemplatesRequest} requestParameters Request parameters.
|
|
770
|
+
* @param {*} [options] Override http request option.
|
|
771
|
+
* @throws {RequiredError}
|
|
772
|
+
*/
|
|
773
|
+
listCollectionTemplates(requestParameters?: TemplatesApiListCollectionTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTemplatesResponse>;
|
|
774
|
+
/**
|
|
775
|
+
* List namespace templates (system + organization + user).
|
|
776
|
+
* @summary List Namespace Templates
|
|
777
|
+
* @param {TemplatesApiListNamespaceTemplatesRequest} requestParameters Request parameters.
|
|
778
|
+
* @param {*} [options] Override http request option.
|
|
779
|
+
* @throws {RequiredError}
|
|
780
|
+
*/
|
|
781
|
+
listNamespaceTemplates(requestParameters?: TemplatesApiListNamespaceTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<BaseTemplateModel>>;
|
|
782
|
+
/**
|
|
783
|
+
* List retriever templates (system + organization + user). Supports filtering, sorting, and search like other list operations. **Request Body (optional):** - `filters`: Attribute-based filters `{\"AND\": [{\"field\": \"category\", \"operator\": \"eq\", \"value\": \"semantic_search\"}]}` - `sort`: Sort options `{\"field\": \"name\", \"direction\": \"asc\"}` - `search`: Wildcard search across template_id, name, description, tags - `scope`: Filter by scope (system, organization, user) - `category`: Filter by category - `is_active`: Show only active templates (default: true) - `tags`: Filter by tags (templates must have ALL specified tags)
|
|
784
|
+
* @summary List Retriever Templates
|
|
785
|
+
* @param {TemplatesApiListRetrieverTemplatesRequest} requestParameters Request parameters.
|
|
786
|
+
* @param {*} [options] Override http request option.
|
|
787
|
+
* @throws {RequiredError}
|
|
788
|
+
*/
|
|
789
|
+
listRetrieverTemplates(requestParameters?: TemplatesApiListRetrieverTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTemplatesResponse>;
|
|
790
|
+
/**
|
|
791
|
+
* List taxonomy templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
792
|
+
* @summary List Taxonomy Templates
|
|
793
|
+
* @param {TemplatesApiListTaxonomyTemplatesTaxonomiesRequest} requestParameters Request parameters.
|
|
794
|
+
* @param {*} [options] Override http request option.
|
|
795
|
+
* @throws {RequiredError}
|
|
796
|
+
*/
|
|
797
|
+
listTaxonomyTemplatesTaxonomies(requestParameters?: TemplatesApiListTaxonomyTemplatesTaxonomiesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListTemplatesResponse>;
|
|
798
|
+
};
|
|
799
|
+
/**
|
|
800
|
+
* Request parameters for createBucketTemplateFrom operation in TemplatesApi.
|
|
801
|
+
* @export
|
|
802
|
+
* @interface TemplatesApiCreateBucketTemplateFromRequest
|
|
803
|
+
*/
|
|
804
|
+
export interface TemplatesApiCreateBucketTemplateFromRequest {
|
|
805
|
+
/**
|
|
806
|
+
* Bucket ID
|
|
807
|
+
* @type {string}
|
|
808
|
+
* @memberof TemplatesApiCreateBucketTemplateFrom
|
|
809
|
+
*/
|
|
810
|
+
readonly bucketId: string;
|
|
811
|
+
/**
|
|
812
|
+
*
|
|
813
|
+
* @type {CreateTemplateFromResourceRequest}
|
|
814
|
+
* @memberof TemplatesApiCreateBucketTemplateFrom
|
|
815
|
+
*/
|
|
816
|
+
readonly createTemplateFromResourceRequest: CreateTemplateFromResourceRequest;
|
|
817
|
+
/**
|
|
818
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
819
|
+
* @type {string}
|
|
820
|
+
* @memberof TemplatesApiCreateBucketTemplateFrom
|
|
821
|
+
*/
|
|
822
|
+
readonly authorization?: string;
|
|
823
|
+
/**
|
|
824
|
+
*
|
|
825
|
+
* @type {string}
|
|
826
|
+
* @memberof TemplatesApiCreateBucketTemplateFrom
|
|
827
|
+
*/
|
|
828
|
+
readonly authorization2?: string;
|
|
829
|
+
/**
|
|
830
|
+
* 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\'
|
|
831
|
+
* @type {string}
|
|
832
|
+
* @memberof TemplatesApiCreateBucketTemplateFrom
|
|
833
|
+
*/
|
|
834
|
+
readonly xNamespace?: string;
|
|
835
|
+
}
|
|
836
|
+
/**
|
|
837
|
+
* Request parameters for createClusterTemplateFrom operation in TemplatesApi.
|
|
838
|
+
* @export
|
|
839
|
+
* @interface TemplatesApiCreateClusterTemplateFromRequest
|
|
840
|
+
*/
|
|
841
|
+
export interface TemplatesApiCreateClusterTemplateFromRequest {
|
|
842
|
+
/**
|
|
843
|
+
* Cluster ID
|
|
844
|
+
* @type {string}
|
|
845
|
+
* @memberof TemplatesApiCreateClusterTemplateFrom
|
|
846
|
+
*/
|
|
847
|
+
readonly clusterId: string;
|
|
848
|
+
/**
|
|
849
|
+
*
|
|
850
|
+
* @type {CreateTemplateFromResourceRequest}
|
|
851
|
+
* @memberof TemplatesApiCreateClusterTemplateFrom
|
|
852
|
+
*/
|
|
853
|
+
readonly createTemplateFromResourceRequest: CreateTemplateFromResourceRequest;
|
|
854
|
+
/**
|
|
855
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
856
|
+
* @type {string}
|
|
857
|
+
* @memberof TemplatesApiCreateClusterTemplateFrom
|
|
858
|
+
*/
|
|
859
|
+
readonly authorization?: string;
|
|
860
|
+
/**
|
|
861
|
+
*
|
|
862
|
+
* @type {string}
|
|
863
|
+
* @memberof TemplatesApiCreateClusterTemplateFrom
|
|
864
|
+
*/
|
|
865
|
+
readonly authorization2?: string;
|
|
866
|
+
/**
|
|
867
|
+
* 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\'
|
|
868
|
+
* @type {string}
|
|
869
|
+
* @memberof TemplatesApiCreateClusterTemplateFrom
|
|
870
|
+
*/
|
|
871
|
+
readonly xNamespace?: string;
|
|
872
|
+
}
|
|
873
|
+
/**
|
|
874
|
+
* Request parameters for createCollectionTemplateFrom operation in TemplatesApi.
|
|
875
|
+
* @export
|
|
876
|
+
* @interface TemplatesApiCreateCollectionTemplateFromRequest
|
|
877
|
+
*/
|
|
878
|
+
export interface TemplatesApiCreateCollectionTemplateFromRequest {
|
|
879
|
+
/**
|
|
880
|
+
* Collection ID
|
|
881
|
+
* @type {string}
|
|
882
|
+
* @memberof TemplatesApiCreateCollectionTemplateFrom
|
|
883
|
+
*/
|
|
884
|
+
readonly collectionId: string;
|
|
885
|
+
/**
|
|
886
|
+
*
|
|
887
|
+
* @type {CreateTemplateFromResourceRequest}
|
|
888
|
+
* @memberof TemplatesApiCreateCollectionTemplateFrom
|
|
889
|
+
*/
|
|
890
|
+
readonly createTemplateFromResourceRequest: CreateTemplateFromResourceRequest;
|
|
891
|
+
/**
|
|
892
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
893
|
+
* @type {string}
|
|
894
|
+
* @memberof TemplatesApiCreateCollectionTemplateFrom
|
|
895
|
+
*/
|
|
896
|
+
readonly authorization?: string;
|
|
897
|
+
/**
|
|
898
|
+
*
|
|
899
|
+
* @type {string}
|
|
900
|
+
* @memberof TemplatesApiCreateCollectionTemplateFrom
|
|
901
|
+
*/
|
|
902
|
+
readonly authorization2?: string;
|
|
903
|
+
/**
|
|
904
|
+
* 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\'
|
|
905
|
+
* @type {string}
|
|
906
|
+
* @memberof TemplatesApiCreateCollectionTemplateFrom
|
|
907
|
+
*/
|
|
908
|
+
readonly xNamespace?: string;
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* Request parameters for createNamespaceTemplateFrom operation in TemplatesApi.
|
|
912
|
+
* @export
|
|
913
|
+
* @interface TemplatesApiCreateNamespaceTemplateFromRequest
|
|
914
|
+
*/
|
|
915
|
+
export interface TemplatesApiCreateNamespaceTemplateFromRequest {
|
|
916
|
+
/**
|
|
917
|
+
* Namespace ID
|
|
918
|
+
* @type {string}
|
|
919
|
+
* @memberof TemplatesApiCreateNamespaceTemplateFrom
|
|
920
|
+
*/
|
|
921
|
+
readonly namespaceId: string;
|
|
922
|
+
/**
|
|
923
|
+
*
|
|
924
|
+
* @type {CreateTemplateFromResourceRequest}
|
|
925
|
+
* @memberof TemplatesApiCreateNamespaceTemplateFrom
|
|
926
|
+
*/
|
|
927
|
+
readonly createTemplateFromResourceRequest: CreateTemplateFromResourceRequest;
|
|
928
|
+
/**
|
|
929
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
930
|
+
* @type {string}
|
|
931
|
+
* @memberof TemplatesApiCreateNamespaceTemplateFrom
|
|
932
|
+
*/
|
|
933
|
+
readonly authorization?: string;
|
|
934
|
+
/**
|
|
935
|
+
*
|
|
936
|
+
* @type {string}
|
|
937
|
+
* @memberof TemplatesApiCreateNamespaceTemplateFrom
|
|
938
|
+
*/
|
|
939
|
+
readonly authorization2?: string;
|
|
940
|
+
/**
|
|
941
|
+
* 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\'
|
|
942
|
+
* @type {string}
|
|
943
|
+
* @memberof TemplatesApiCreateNamespaceTemplateFrom
|
|
944
|
+
*/
|
|
945
|
+
readonly xNamespace?: string;
|
|
946
|
+
}
|
|
947
|
+
/**
|
|
948
|
+
* Request parameters for createRetrieverTemplateFrom operation in TemplatesApi.
|
|
949
|
+
* @export
|
|
950
|
+
* @interface TemplatesApiCreateRetrieverTemplateFromRequest
|
|
951
|
+
*/
|
|
952
|
+
export interface TemplatesApiCreateRetrieverTemplateFromRequest {
|
|
953
|
+
/**
|
|
954
|
+
* Retriever ID
|
|
955
|
+
* @type {string}
|
|
956
|
+
* @memberof TemplatesApiCreateRetrieverTemplateFrom
|
|
957
|
+
*/
|
|
958
|
+
readonly retrieverId: string;
|
|
959
|
+
/**
|
|
960
|
+
*
|
|
961
|
+
* @type {CreateTemplateFromResourceRequest}
|
|
962
|
+
* @memberof TemplatesApiCreateRetrieverTemplateFrom
|
|
963
|
+
*/
|
|
964
|
+
readonly createTemplateFromResourceRequest: CreateTemplateFromResourceRequest;
|
|
965
|
+
/**
|
|
966
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
967
|
+
* @type {string}
|
|
968
|
+
* @memberof TemplatesApiCreateRetrieverTemplateFrom
|
|
969
|
+
*/
|
|
970
|
+
readonly authorization?: string;
|
|
971
|
+
/**
|
|
972
|
+
*
|
|
973
|
+
* @type {string}
|
|
974
|
+
* @memberof TemplatesApiCreateRetrieverTemplateFrom
|
|
975
|
+
*/
|
|
976
|
+
readonly authorization2?: string;
|
|
977
|
+
/**
|
|
978
|
+
* 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\'
|
|
979
|
+
* @type {string}
|
|
980
|
+
* @memberof TemplatesApiCreateRetrieverTemplateFrom
|
|
981
|
+
*/
|
|
982
|
+
readonly xNamespace?: string;
|
|
983
|
+
}
|
|
984
|
+
/**
|
|
985
|
+
* Request parameters for createTaxonomyTemplateTaxonomiesFrom operation in TemplatesApi.
|
|
986
|
+
* @export
|
|
987
|
+
* @interface TemplatesApiCreateTaxonomyTemplateTaxonomiesFromRequest
|
|
988
|
+
*/
|
|
989
|
+
export interface TemplatesApiCreateTaxonomyTemplateTaxonomiesFromRequest {
|
|
990
|
+
/**
|
|
991
|
+
* Taxonomy ID
|
|
992
|
+
* @type {string}
|
|
993
|
+
* @memberof TemplatesApiCreateTaxonomyTemplateTaxonomiesFrom
|
|
994
|
+
*/
|
|
995
|
+
readonly taxonomyId: string;
|
|
996
|
+
/**
|
|
997
|
+
*
|
|
998
|
+
* @type {CreateTemplateFromResourceRequest}
|
|
999
|
+
* @memberof TemplatesApiCreateTaxonomyTemplateTaxonomiesFrom
|
|
1000
|
+
*/
|
|
1001
|
+
readonly createTemplateFromResourceRequest: CreateTemplateFromResourceRequest;
|
|
1002
|
+
/**
|
|
1003
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1004
|
+
* @type {string}
|
|
1005
|
+
* @memberof TemplatesApiCreateTaxonomyTemplateTaxonomiesFrom
|
|
1006
|
+
*/
|
|
1007
|
+
readonly authorization?: string;
|
|
1008
|
+
/**
|
|
1009
|
+
*
|
|
1010
|
+
* @type {string}
|
|
1011
|
+
* @memberof TemplatesApiCreateTaxonomyTemplateTaxonomiesFrom
|
|
1012
|
+
*/
|
|
1013
|
+
readonly authorization2?: string;
|
|
1014
|
+
/**
|
|
1015
|
+
* 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\'
|
|
1016
|
+
* @type {string}
|
|
1017
|
+
* @memberof TemplatesApiCreateTaxonomyTemplateTaxonomiesFrom
|
|
1018
|
+
*/
|
|
1019
|
+
readonly xNamespace?: string;
|
|
1020
|
+
}
|
|
1021
|
+
/**
|
|
1022
|
+
* Request parameters for getBucketTemplate operation in TemplatesApi.
|
|
1023
|
+
* @export
|
|
1024
|
+
* @interface TemplatesApiGetBucketTemplateRequest
|
|
1025
|
+
*/
|
|
1026
|
+
export interface TemplatesApiGetBucketTemplateRequest {
|
|
1027
|
+
/**
|
|
1028
|
+
* Template ID
|
|
1029
|
+
* @type {string}
|
|
1030
|
+
* @memberof TemplatesApiGetBucketTemplate
|
|
1031
|
+
*/
|
|
1032
|
+
readonly templateId: string;
|
|
1033
|
+
/**
|
|
1034
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1035
|
+
* @type {string}
|
|
1036
|
+
* @memberof TemplatesApiGetBucketTemplate
|
|
1037
|
+
*/
|
|
1038
|
+
readonly authorization?: string;
|
|
1039
|
+
/**
|
|
1040
|
+
*
|
|
1041
|
+
* @type {string}
|
|
1042
|
+
* @memberof TemplatesApiGetBucketTemplate
|
|
1043
|
+
*/
|
|
1044
|
+
readonly authorization2?: string;
|
|
1045
|
+
/**
|
|
1046
|
+
* 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\'
|
|
1047
|
+
* @type {string}
|
|
1048
|
+
* @memberof TemplatesApiGetBucketTemplate
|
|
1049
|
+
*/
|
|
1050
|
+
readonly xNamespace?: string;
|
|
1051
|
+
}
|
|
1052
|
+
/**
|
|
1053
|
+
* Request parameters for getClusterTemplate operation in TemplatesApi.
|
|
1054
|
+
* @export
|
|
1055
|
+
* @interface TemplatesApiGetClusterTemplateRequest
|
|
1056
|
+
*/
|
|
1057
|
+
export interface TemplatesApiGetClusterTemplateRequest {
|
|
1058
|
+
/**
|
|
1059
|
+
* Template ID
|
|
1060
|
+
* @type {string}
|
|
1061
|
+
* @memberof TemplatesApiGetClusterTemplate
|
|
1062
|
+
*/
|
|
1063
|
+
readonly templateId: string;
|
|
1064
|
+
/**
|
|
1065
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1066
|
+
* @type {string}
|
|
1067
|
+
* @memberof TemplatesApiGetClusterTemplate
|
|
1068
|
+
*/
|
|
1069
|
+
readonly authorization?: string;
|
|
1070
|
+
/**
|
|
1071
|
+
*
|
|
1072
|
+
* @type {string}
|
|
1073
|
+
* @memberof TemplatesApiGetClusterTemplate
|
|
1074
|
+
*/
|
|
1075
|
+
readonly authorization2?: string;
|
|
1076
|
+
/**
|
|
1077
|
+
* 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\'
|
|
1078
|
+
* @type {string}
|
|
1079
|
+
* @memberof TemplatesApiGetClusterTemplate
|
|
1080
|
+
*/
|
|
1081
|
+
readonly xNamespace?: string;
|
|
1082
|
+
}
|
|
1083
|
+
/**
|
|
1084
|
+
* Request parameters for getCollectionTemplate operation in TemplatesApi.
|
|
1085
|
+
* @export
|
|
1086
|
+
* @interface TemplatesApiGetCollectionTemplateRequest
|
|
1087
|
+
*/
|
|
1088
|
+
export interface TemplatesApiGetCollectionTemplateRequest {
|
|
1089
|
+
/**
|
|
1090
|
+
* Template ID
|
|
1091
|
+
* @type {string}
|
|
1092
|
+
* @memberof TemplatesApiGetCollectionTemplate
|
|
1093
|
+
*/
|
|
1094
|
+
readonly templateId: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1097
|
+
* @type {string}
|
|
1098
|
+
* @memberof TemplatesApiGetCollectionTemplate
|
|
1099
|
+
*/
|
|
1100
|
+
readonly authorization?: string;
|
|
1101
|
+
/**
|
|
1102
|
+
*
|
|
1103
|
+
* @type {string}
|
|
1104
|
+
* @memberof TemplatesApiGetCollectionTemplate
|
|
1105
|
+
*/
|
|
1106
|
+
readonly authorization2?: string;
|
|
1107
|
+
/**
|
|
1108
|
+
* 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\'
|
|
1109
|
+
* @type {string}
|
|
1110
|
+
* @memberof TemplatesApiGetCollectionTemplate
|
|
1111
|
+
*/
|
|
1112
|
+
readonly xNamespace?: string;
|
|
1113
|
+
}
|
|
1114
|
+
/**
|
|
1115
|
+
* Request parameters for getNamespaceTemplate operation in TemplatesApi.
|
|
1116
|
+
* @export
|
|
1117
|
+
* @interface TemplatesApiGetNamespaceTemplateRequest
|
|
1118
|
+
*/
|
|
1119
|
+
export interface TemplatesApiGetNamespaceTemplateRequest {
|
|
1120
|
+
/**
|
|
1121
|
+
* Template ID
|
|
1122
|
+
* @type {string}
|
|
1123
|
+
* @memberof TemplatesApiGetNamespaceTemplate
|
|
1124
|
+
*/
|
|
1125
|
+
readonly templateId: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1128
|
+
* @type {string}
|
|
1129
|
+
* @memberof TemplatesApiGetNamespaceTemplate
|
|
1130
|
+
*/
|
|
1131
|
+
readonly authorization?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
*
|
|
1134
|
+
* @type {string}
|
|
1135
|
+
* @memberof TemplatesApiGetNamespaceTemplate
|
|
1136
|
+
*/
|
|
1137
|
+
readonly authorization2?: string;
|
|
1138
|
+
/**
|
|
1139
|
+
* 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\'
|
|
1140
|
+
* @type {string}
|
|
1141
|
+
* @memberof TemplatesApiGetNamespaceTemplate
|
|
1142
|
+
*/
|
|
1143
|
+
readonly xNamespace?: string;
|
|
1144
|
+
}
|
|
1145
|
+
/**
|
|
1146
|
+
* Request parameters for getRetrieverTemplate operation in TemplatesApi.
|
|
1147
|
+
* @export
|
|
1148
|
+
* @interface TemplatesApiGetRetrieverTemplateRequest
|
|
1149
|
+
*/
|
|
1150
|
+
export interface TemplatesApiGetRetrieverTemplateRequest {
|
|
1151
|
+
/**
|
|
1152
|
+
* Template ID
|
|
1153
|
+
* @type {string}
|
|
1154
|
+
* @memberof TemplatesApiGetRetrieverTemplate
|
|
1155
|
+
*/
|
|
1156
|
+
readonly templateId: string;
|
|
1157
|
+
/**
|
|
1158
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1159
|
+
* @type {string}
|
|
1160
|
+
* @memberof TemplatesApiGetRetrieverTemplate
|
|
1161
|
+
*/
|
|
1162
|
+
readonly authorization?: string;
|
|
1163
|
+
/**
|
|
1164
|
+
*
|
|
1165
|
+
* @type {string}
|
|
1166
|
+
* @memberof TemplatesApiGetRetrieverTemplate
|
|
1167
|
+
*/
|
|
1168
|
+
readonly authorization2?: string;
|
|
1169
|
+
/**
|
|
1170
|
+
* 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\'
|
|
1171
|
+
* @type {string}
|
|
1172
|
+
* @memberof TemplatesApiGetRetrieverTemplate
|
|
1173
|
+
*/
|
|
1174
|
+
readonly xNamespace?: string;
|
|
1175
|
+
}
|
|
1176
|
+
/**
|
|
1177
|
+
* Request parameters for getTaxonomyTemplateTaxonomies operation in TemplatesApi.
|
|
1178
|
+
* @export
|
|
1179
|
+
* @interface TemplatesApiGetTaxonomyTemplateTaxonomiesRequest
|
|
1180
|
+
*/
|
|
1181
|
+
export interface TemplatesApiGetTaxonomyTemplateTaxonomiesRequest {
|
|
1182
|
+
/**
|
|
1183
|
+
* Template ID
|
|
1184
|
+
* @type {string}
|
|
1185
|
+
* @memberof TemplatesApiGetTaxonomyTemplateTaxonomies
|
|
1186
|
+
*/
|
|
1187
|
+
readonly templateId: string;
|
|
1188
|
+
/**
|
|
1189
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1190
|
+
* @type {string}
|
|
1191
|
+
* @memberof TemplatesApiGetTaxonomyTemplateTaxonomies
|
|
1192
|
+
*/
|
|
1193
|
+
readonly authorization?: string;
|
|
1194
|
+
/**
|
|
1195
|
+
*
|
|
1196
|
+
* @type {string}
|
|
1197
|
+
* @memberof TemplatesApiGetTaxonomyTemplateTaxonomies
|
|
1198
|
+
*/
|
|
1199
|
+
readonly authorization2?: string;
|
|
1200
|
+
/**
|
|
1201
|
+
* 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\'
|
|
1202
|
+
* @type {string}
|
|
1203
|
+
* @memberof TemplatesApiGetTaxonomyTemplateTaxonomies
|
|
1204
|
+
*/
|
|
1205
|
+
readonly xNamespace?: string;
|
|
1206
|
+
}
|
|
1207
|
+
/**
|
|
1208
|
+
* Request parameters for instantiateBucketTemplate operation in TemplatesApi.
|
|
1209
|
+
* @export
|
|
1210
|
+
* @interface TemplatesApiInstantiateBucketTemplateRequest
|
|
1211
|
+
*/
|
|
1212
|
+
export interface TemplatesApiInstantiateBucketTemplateRequest {
|
|
1213
|
+
/**
|
|
1214
|
+
* Template ID
|
|
1215
|
+
* @type {string}
|
|
1216
|
+
* @memberof TemplatesApiInstantiateBucketTemplate
|
|
1217
|
+
*/
|
|
1218
|
+
readonly templateId: string;
|
|
1219
|
+
/**
|
|
1220
|
+
*
|
|
1221
|
+
* @type {InstantiateBucketTemplateRequest}
|
|
1222
|
+
* @memberof TemplatesApiInstantiateBucketTemplate
|
|
1223
|
+
*/
|
|
1224
|
+
readonly instantiateBucketTemplateRequest: InstantiateBucketTemplateRequest;
|
|
1225
|
+
/**
|
|
1226
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1227
|
+
* @type {string}
|
|
1228
|
+
* @memberof TemplatesApiInstantiateBucketTemplate
|
|
1229
|
+
*/
|
|
1230
|
+
readonly authorization?: string;
|
|
1231
|
+
/**
|
|
1232
|
+
*
|
|
1233
|
+
* @type {string}
|
|
1234
|
+
* @memberof TemplatesApiInstantiateBucketTemplate
|
|
1235
|
+
*/
|
|
1236
|
+
readonly authorization2?: string;
|
|
1237
|
+
/**
|
|
1238
|
+
* 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\'
|
|
1239
|
+
* @type {string}
|
|
1240
|
+
* @memberof TemplatesApiInstantiateBucketTemplate
|
|
1241
|
+
*/
|
|
1242
|
+
readonly xNamespace?: string;
|
|
1243
|
+
}
|
|
1244
|
+
/**
|
|
1245
|
+
* Request parameters for instantiateClusterTemplate operation in TemplatesApi.
|
|
1246
|
+
* @export
|
|
1247
|
+
* @interface TemplatesApiInstantiateClusterTemplateRequest
|
|
1248
|
+
*/
|
|
1249
|
+
export interface TemplatesApiInstantiateClusterTemplateRequest {
|
|
1250
|
+
/**
|
|
1251
|
+
* Template ID
|
|
1252
|
+
* @type {string}
|
|
1253
|
+
* @memberof TemplatesApiInstantiateClusterTemplate
|
|
1254
|
+
*/
|
|
1255
|
+
readonly templateId: string;
|
|
1256
|
+
/**
|
|
1257
|
+
*
|
|
1258
|
+
* @type {InstantiateClusterTemplateRequest}
|
|
1259
|
+
* @memberof TemplatesApiInstantiateClusterTemplate
|
|
1260
|
+
*/
|
|
1261
|
+
readonly instantiateClusterTemplateRequest: InstantiateClusterTemplateRequest;
|
|
1262
|
+
/**
|
|
1263
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1264
|
+
* @type {string}
|
|
1265
|
+
* @memberof TemplatesApiInstantiateClusterTemplate
|
|
1266
|
+
*/
|
|
1267
|
+
readonly authorization?: string;
|
|
1268
|
+
/**
|
|
1269
|
+
*
|
|
1270
|
+
* @type {string}
|
|
1271
|
+
* @memberof TemplatesApiInstantiateClusterTemplate
|
|
1272
|
+
*/
|
|
1273
|
+
readonly authorization2?: string;
|
|
1274
|
+
/**
|
|
1275
|
+
* 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\'
|
|
1276
|
+
* @type {string}
|
|
1277
|
+
* @memberof TemplatesApiInstantiateClusterTemplate
|
|
1278
|
+
*/
|
|
1279
|
+
readonly xNamespace?: string;
|
|
1280
|
+
}
|
|
1281
|
+
/**
|
|
1282
|
+
* Request parameters for instantiateCollectionTemplate operation in TemplatesApi.
|
|
1283
|
+
* @export
|
|
1284
|
+
* @interface TemplatesApiInstantiateCollectionTemplateRequest
|
|
1285
|
+
*/
|
|
1286
|
+
export interface TemplatesApiInstantiateCollectionTemplateRequest {
|
|
1287
|
+
/**
|
|
1288
|
+
* Template ID
|
|
1289
|
+
* @type {string}
|
|
1290
|
+
* @memberof TemplatesApiInstantiateCollectionTemplate
|
|
1291
|
+
*/
|
|
1292
|
+
readonly templateId: string;
|
|
1293
|
+
/**
|
|
1294
|
+
*
|
|
1295
|
+
* @type {InstantiateCollectionTemplateRequest}
|
|
1296
|
+
* @memberof TemplatesApiInstantiateCollectionTemplate
|
|
1297
|
+
*/
|
|
1298
|
+
readonly instantiateCollectionTemplateRequest: InstantiateCollectionTemplateRequest;
|
|
1299
|
+
/**
|
|
1300
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1301
|
+
* @type {string}
|
|
1302
|
+
* @memberof TemplatesApiInstantiateCollectionTemplate
|
|
1303
|
+
*/
|
|
1304
|
+
readonly authorization?: string;
|
|
1305
|
+
/**
|
|
1306
|
+
*
|
|
1307
|
+
* @type {string}
|
|
1308
|
+
* @memberof TemplatesApiInstantiateCollectionTemplate
|
|
1309
|
+
*/
|
|
1310
|
+
readonly authorization2?: string;
|
|
1311
|
+
/**
|
|
1312
|
+
* 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\'
|
|
1313
|
+
* @type {string}
|
|
1314
|
+
* @memberof TemplatesApiInstantiateCollectionTemplate
|
|
1315
|
+
*/
|
|
1316
|
+
readonly xNamespace?: string;
|
|
1317
|
+
}
|
|
1318
|
+
/**
|
|
1319
|
+
* Request parameters for instantiateNamespaceTemplate operation in TemplatesApi.
|
|
1320
|
+
* @export
|
|
1321
|
+
* @interface TemplatesApiInstantiateNamespaceTemplateRequest
|
|
1322
|
+
*/
|
|
1323
|
+
export interface TemplatesApiInstantiateNamespaceTemplateRequest {
|
|
1324
|
+
/**
|
|
1325
|
+
* Template ID
|
|
1326
|
+
* @type {string}
|
|
1327
|
+
* @memberof TemplatesApiInstantiateNamespaceTemplate
|
|
1328
|
+
*/
|
|
1329
|
+
readonly templateId: string;
|
|
1330
|
+
/**
|
|
1331
|
+
*
|
|
1332
|
+
* @type {InstantiateTemplateRequest}
|
|
1333
|
+
* @memberof TemplatesApiInstantiateNamespaceTemplate
|
|
1334
|
+
*/
|
|
1335
|
+
readonly instantiateTemplateRequest: InstantiateTemplateRequest;
|
|
1336
|
+
/**
|
|
1337
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1338
|
+
* @type {string}
|
|
1339
|
+
* @memberof TemplatesApiInstantiateNamespaceTemplate
|
|
1340
|
+
*/
|
|
1341
|
+
readonly authorization?: string;
|
|
1342
|
+
/**
|
|
1343
|
+
*
|
|
1344
|
+
* @type {string}
|
|
1345
|
+
* @memberof TemplatesApiInstantiateNamespaceTemplate
|
|
1346
|
+
*/
|
|
1347
|
+
readonly authorization2?: string;
|
|
1348
|
+
/**
|
|
1349
|
+
* 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\'
|
|
1350
|
+
* @type {string}
|
|
1351
|
+
* @memberof TemplatesApiInstantiateNamespaceTemplate
|
|
1352
|
+
*/
|
|
1353
|
+
readonly xNamespace?: string;
|
|
1354
|
+
}
|
|
1355
|
+
/**
|
|
1356
|
+
* Request parameters for instantiateRetrieverTemplate operation in TemplatesApi.
|
|
1357
|
+
* @export
|
|
1358
|
+
* @interface TemplatesApiInstantiateRetrieverTemplateRequest
|
|
1359
|
+
*/
|
|
1360
|
+
export interface TemplatesApiInstantiateRetrieverTemplateRequest {
|
|
1361
|
+
/**
|
|
1362
|
+
* Template ID
|
|
1363
|
+
* @type {string}
|
|
1364
|
+
* @memberof TemplatesApiInstantiateRetrieverTemplate
|
|
1365
|
+
*/
|
|
1366
|
+
readonly templateId: string;
|
|
1367
|
+
/**
|
|
1368
|
+
*
|
|
1369
|
+
* @type {InstantiateRetrieverTemplateRequest}
|
|
1370
|
+
* @memberof TemplatesApiInstantiateRetrieverTemplate
|
|
1371
|
+
*/
|
|
1372
|
+
readonly instantiateRetrieverTemplateRequest: InstantiateRetrieverTemplateRequest;
|
|
1373
|
+
/**
|
|
1374
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1375
|
+
* @type {string}
|
|
1376
|
+
* @memberof TemplatesApiInstantiateRetrieverTemplate
|
|
1377
|
+
*/
|
|
1378
|
+
readonly authorization?: string;
|
|
1379
|
+
/**
|
|
1380
|
+
*
|
|
1381
|
+
* @type {string}
|
|
1382
|
+
* @memberof TemplatesApiInstantiateRetrieverTemplate
|
|
1383
|
+
*/
|
|
1384
|
+
readonly authorization2?: string;
|
|
1385
|
+
/**
|
|
1386
|
+
* 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\'
|
|
1387
|
+
* @type {string}
|
|
1388
|
+
* @memberof TemplatesApiInstantiateRetrieverTemplate
|
|
1389
|
+
*/
|
|
1390
|
+
readonly xNamespace?: string;
|
|
1391
|
+
}
|
|
1392
|
+
/**
|
|
1393
|
+
* Request parameters for instantiateTaxonomyTemplateTaxonomies operation in TemplatesApi.
|
|
1394
|
+
* @export
|
|
1395
|
+
* @interface TemplatesApiInstantiateTaxonomyTemplateTaxonomiesRequest
|
|
1396
|
+
*/
|
|
1397
|
+
export interface TemplatesApiInstantiateTaxonomyTemplateTaxonomiesRequest {
|
|
1398
|
+
/**
|
|
1399
|
+
* Template ID
|
|
1400
|
+
* @type {string}
|
|
1401
|
+
* @memberof TemplatesApiInstantiateTaxonomyTemplateTaxonomies
|
|
1402
|
+
*/
|
|
1403
|
+
readonly templateId: string;
|
|
1404
|
+
/**
|
|
1405
|
+
*
|
|
1406
|
+
* @type {InstantiateTaxonomyTemplateRequest}
|
|
1407
|
+
* @memberof TemplatesApiInstantiateTaxonomyTemplateTaxonomies
|
|
1408
|
+
*/
|
|
1409
|
+
readonly instantiateTaxonomyTemplateRequest: InstantiateTaxonomyTemplateRequest;
|
|
1410
|
+
/**
|
|
1411
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1412
|
+
* @type {string}
|
|
1413
|
+
* @memberof TemplatesApiInstantiateTaxonomyTemplateTaxonomies
|
|
1414
|
+
*/
|
|
1415
|
+
readonly authorization?: string;
|
|
1416
|
+
/**
|
|
1417
|
+
*
|
|
1418
|
+
* @type {string}
|
|
1419
|
+
* @memberof TemplatesApiInstantiateTaxonomyTemplateTaxonomies
|
|
1420
|
+
*/
|
|
1421
|
+
readonly authorization2?: string;
|
|
1422
|
+
/**
|
|
1423
|
+
* 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\'
|
|
1424
|
+
* @type {string}
|
|
1425
|
+
* @memberof TemplatesApiInstantiateTaxonomyTemplateTaxonomies
|
|
1426
|
+
*/
|
|
1427
|
+
readonly xNamespace?: string;
|
|
1428
|
+
}
|
|
1429
|
+
/**
|
|
1430
|
+
* Request parameters for listBucketTemplates operation in TemplatesApi.
|
|
1431
|
+
* @export
|
|
1432
|
+
* @interface TemplatesApiListBucketTemplatesRequest
|
|
1433
|
+
*/
|
|
1434
|
+
export interface TemplatesApiListBucketTemplatesRequest {
|
|
1435
|
+
/**
|
|
1436
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1437
|
+
* @type {string}
|
|
1438
|
+
* @memberof TemplatesApiListBucketTemplates
|
|
1439
|
+
*/
|
|
1440
|
+
readonly authorization?: string;
|
|
1441
|
+
/**
|
|
1442
|
+
*
|
|
1443
|
+
* @type {string}
|
|
1444
|
+
* @memberof TemplatesApiListBucketTemplates
|
|
1445
|
+
*/
|
|
1446
|
+
readonly authorization2?: string;
|
|
1447
|
+
/**
|
|
1448
|
+
* 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\'
|
|
1449
|
+
* @type {string}
|
|
1450
|
+
* @memberof TemplatesApiListBucketTemplates
|
|
1451
|
+
*/
|
|
1452
|
+
readonly xNamespace?: string;
|
|
1453
|
+
/**
|
|
1454
|
+
*
|
|
1455
|
+
* @type {ListTemplatesRequest}
|
|
1456
|
+
* @memberof TemplatesApiListBucketTemplates
|
|
1457
|
+
*/
|
|
1458
|
+
readonly listTemplatesRequest?: ListTemplatesRequest;
|
|
1459
|
+
}
|
|
1460
|
+
/**
|
|
1461
|
+
* Request parameters for listClusterTemplates operation in TemplatesApi.
|
|
1462
|
+
* @export
|
|
1463
|
+
* @interface TemplatesApiListClusterTemplatesRequest
|
|
1464
|
+
*/
|
|
1465
|
+
export interface TemplatesApiListClusterTemplatesRequest {
|
|
1466
|
+
/**
|
|
1467
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1468
|
+
* @type {string}
|
|
1469
|
+
* @memberof TemplatesApiListClusterTemplates
|
|
1470
|
+
*/
|
|
1471
|
+
readonly authorization?: string;
|
|
1472
|
+
/**
|
|
1473
|
+
*
|
|
1474
|
+
* @type {string}
|
|
1475
|
+
* @memberof TemplatesApiListClusterTemplates
|
|
1476
|
+
*/
|
|
1477
|
+
readonly authorization2?: string;
|
|
1478
|
+
/**
|
|
1479
|
+
* 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\'
|
|
1480
|
+
* @type {string}
|
|
1481
|
+
* @memberof TemplatesApiListClusterTemplates
|
|
1482
|
+
*/
|
|
1483
|
+
readonly xNamespace?: string;
|
|
1484
|
+
/**
|
|
1485
|
+
*
|
|
1486
|
+
* @type {ListTemplatesRequest}
|
|
1487
|
+
* @memberof TemplatesApiListClusterTemplates
|
|
1488
|
+
*/
|
|
1489
|
+
readonly listTemplatesRequest?: ListTemplatesRequest;
|
|
1490
|
+
}
|
|
1491
|
+
/**
|
|
1492
|
+
* Request parameters for listCollectionTemplates operation in TemplatesApi.
|
|
1493
|
+
* @export
|
|
1494
|
+
* @interface TemplatesApiListCollectionTemplatesRequest
|
|
1495
|
+
*/
|
|
1496
|
+
export interface TemplatesApiListCollectionTemplatesRequest {
|
|
1497
|
+
/**
|
|
1498
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1499
|
+
* @type {string}
|
|
1500
|
+
* @memberof TemplatesApiListCollectionTemplates
|
|
1501
|
+
*/
|
|
1502
|
+
readonly authorization?: string;
|
|
1503
|
+
/**
|
|
1504
|
+
*
|
|
1505
|
+
* @type {string}
|
|
1506
|
+
* @memberof TemplatesApiListCollectionTemplates
|
|
1507
|
+
*/
|
|
1508
|
+
readonly authorization2?: string;
|
|
1509
|
+
/**
|
|
1510
|
+
* 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\'
|
|
1511
|
+
* @type {string}
|
|
1512
|
+
* @memberof TemplatesApiListCollectionTemplates
|
|
1513
|
+
*/
|
|
1514
|
+
readonly xNamespace?: string;
|
|
1515
|
+
/**
|
|
1516
|
+
*
|
|
1517
|
+
* @type {ListTemplatesRequest}
|
|
1518
|
+
* @memberof TemplatesApiListCollectionTemplates
|
|
1519
|
+
*/
|
|
1520
|
+
readonly listTemplatesRequest?: ListTemplatesRequest;
|
|
1521
|
+
}
|
|
1522
|
+
/**
|
|
1523
|
+
* Request parameters for listNamespaceTemplates operation in TemplatesApi.
|
|
1524
|
+
* @export
|
|
1525
|
+
* @interface TemplatesApiListNamespaceTemplatesRequest
|
|
1526
|
+
*/
|
|
1527
|
+
export interface TemplatesApiListNamespaceTemplatesRequest {
|
|
1528
|
+
/**
|
|
1529
|
+
* Filter by category
|
|
1530
|
+
* @type {string}
|
|
1531
|
+
* @memberof TemplatesApiListNamespaceTemplates
|
|
1532
|
+
*/
|
|
1533
|
+
readonly category?: string;
|
|
1534
|
+
/**
|
|
1535
|
+
* Filter by scope (system, organization, or user)
|
|
1536
|
+
* @type {TemplateScope}
|
|
1537
|
+
* @memberof TemplatesApiListNamespaceTemplates
|
|
1538
|
+
*/
|
|
1539
|
+
readonly scope?: TemplateScope;
|
|
1540
|
+
/**
|
|
1541
|
+
* Show only active templates
|
|
1542
|
+
* @type {boolean}
|
|
1543
|
+
* @memberof TemplatesApiListNamespaceTemplates
|
|
1544
|
+
*/
|
|
1545
|
+
readonly isActive?: boolean;
|
|
1546
|
+
/**
|
|
1547
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1548
|
+
* @type {string}
|
|
1549
|
+
* @memberof TemplatesApiListNamespaceTemplates
|
|
1550
|
+
*/
|
|
1551
|
+
readonly authorization?: string;
|
|
1552
|
+
/**
|
|
1553
|
+
*
|
|
1554
|
+
* @type {string}
|
|
1555
|
+
* @memberof TemplatesApiListNamespaceTemplates
|
|
1556
|
+
*/
|
|
1557
|
+
readonly authorization2?: string;
|
|
1558
|
+
/**
|
|
1559
|
+
* 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\'
|
|
1560
|
+
* @type {string}
|
|
1561
|
+
* @memberof TemplatesApiListNamespaceTemplates
|
|
1562
|
+
*/
|
|
1563
|
+
readonly xNamespace?: string;
|
|
1564
|
+
}
|
|
1565
|
+
/**
|
|
1566
|
+
* Request parameters for listRetrieverTemplates operation in TemplatesApi.
|
|
1567
|
+
* @export
|
|
1568
|
+
* @interface TemplatesApiListRetrieverTemplatesRequest
|
|
1569
|
+
*/
|
|
1570
|
+
export interface TemplatesApiListRetrieverTemplatesRequest {
|
|
1571
|
+
/**
|
|
1572
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1573
|
+
* @type {string}
|
|
1574
|
+
* @memberof TemplatesApiListRetrieverTemplates
|
|
1575
|
+
*/
|
|
1576
|
+
readonly authorization?: string;
|
|
1577
|
+
/**
|
|
1578
|
+
*
|
|
1579
|
+
* @type {string}
|
|
1580
|
+
* @memberof TemplatesApiListRetrieverTemplates
|
|
1581
|
+
*/
|
|
1582
|
+
readonly authorization2?: string;
|
|
1583
|
+
/**
|
|
1584
|
+
* 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\'
|
|
1585
|
+
* @type {string}
|
|
1586
|
+
* @memberof TemplatesApiListRetrieverTemplates
|
|
1587
|
+
*/
|
|
1588
|
+
readonly xNamespace?: string;
|
|
1589
|
+
/**
|
|
1590
|
+
*
|
|
1591
|
+
* @type {ListTemplatesRequest}
|
|
1592
|
+
* @memberof TemplatesApiListRetrieverTemplates
|
|
1593
|
+
*/
|
|
1594
|
+
readonly listTemplatesRequest?: ListTemplatesRequest;
|
|
1595
|
+
}
|
|
1596
|
+
/**
|
|
1597
|
+
* Request parameters for listTaxonomyTemplatesTaxonomies operation in TemplatesApi.
|
|
1598
|
+
* @export
|
|
1599
|
+
* @interface TemplatesApiListTaxonomyTemplatesTaxonomiesRequest
|
|
1600
|
+
*/
|
|
1601
|
+
export interface TemplatesApiListTaxonomyTemplatesTaxonomiesRequest {
|
|
1602
|
+
/**
|
|
1603
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1604
|
+
* @type {string}
|
|
1605
|
+
* @memberof TemplatesApiListTaxonomyTemplatesTaxonomies
|
|
1606
|
+
*/
|
|
1607
|
+
readonly authorization?: string;
|
|
1608
|
+
/**
|
|
1609
|
+
*
|
|
1610
|
+
* @type {string}
|
|
1611
|
+
* @memberof TemplatesApiListTaxonomyTemplatesTaxonomies
|
|
1612
|
+
*/
|
|
1613
|
+
readonly authorization2?: string;
|
|
1614
|
+
/**
|
|
1615
|
+
* 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\'
|
|
1616
|
+
* @type {string}
|
|
1617
|
+
* @memberof TemplatesApiListTaxonomyTemplatesTaxonomies
|
|
1618
|
+
*/
|
|
1619
|
+
readonly xNamespace?: string;
|
|
1620
|
+
/**
|
|
1621
|
+
*
|
|
1622
|
+
* @type {ListTemplatesRequest}
|
|
1623
|
+
* @memberof TemplatesApiListTaxonomyTemplatesTaxonomies
|
|
1624
|
+
*/
|
|
1625
|
+
readonly listTemplatesRequest?: ListTemplatesRequest;
|
|
1626
|
+
}
|
|
1627
|
+
/**
|
|
1628
|
+
* TemplatesApi - object-oriented interface
|
|
1629
|
+
* @export
|
|
1630
|
+
* @class TemplatesApi
|
|
1631
|
+
* @extends {BaseAPI}
|
|
1632
|
+
*/
|
|
1633
|
+
export declare class TemplatesApi extends BaseAPI {
|
|
1634
|
+
/**
|
|
1635
|
+
* Create template from existing bucket. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
1636
|
+
* @summary Create Bucket Template
|
|
1637
|
+
* @param {TemplatesApiCreateBucketTemplateFromRequest} requestParameters Request parameters.
|
|
1638
|
+
* @param {*} [options] Override http request option.
|
|
1639
|
+
* @throws {RequiredError}
|
|
1640
|
+
* @memberof TemplatesApi
|
|
1641
|
+
*/
|
|
1642
|
+
createBucketTemplateFrom(requestParameters: TemplatesApiCreateBucketTemplateFromRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTemplateFromResourceResponse, any, {}>>;
|
|
1643
|
+
/**
|
|
1644
|
+
* Create template from existing cluster.
|
|
1645
|
+
* @summary Create Cluster Template
|
|
1646
|
+
* @param {TemplatesApiCreateClusterTemplateFromRequest} requestParameters Request parameters.
|
|
1647
|
+
* @param {*} [options] Override http request option.
|
|
1648
|
+
* @throws {RequiredError}
|
|
1649
|
+
* @memberof TemplatesApi
|
|
1650
|
+
*/
|
|
1651
|
+
createClusterTemplateFrom(requestParameters: TemplatesApiCreateClusterTemplateFromRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTemplateFromResourceResponse, any, {}>>;
|
|
1652
|
+
/**
|
|
1653
|
+
* Create template from existing collection. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
1654
|
+
* @summary Create Collection Template
|
|
1655
|
+
* @param {TemplatesApiCreateCollectionTemplateFromRequest} requestParameters Request parameters.
|
|
1656
|
+
* @param {*} [options] Override http request option.
|
|
1657
|
+
* @throws {RequiredError}
|
|
1658
|
+
* @memberof TemplatesApi
|
|
1659
|
+
*/
|
|
1660
|
+
createCollectionTemplateFrom(requestParameters: TemplatesApiCreateCollectionTemplateFromRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTemplateFromResourceResponse, any, {}>>;
|
|
1661
|
+
/**
|
|
1662
|
+
* Create template from existing namespace. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
1663
|
+
* @summary Create Namespace Template
|
|
1664
|
+
* @param {TemplatesApiCreateNamespaceTemplateFromRequest} requestParameters Request parameters.
|
|
1665
|
+
* @param {*} [options] Override http request option.
|
|
1666
|
+
* @throws {RequiredError}
|
|
1667
|
+
* @memberof TemplatesApi
|
|
1668
|
+
*/
|
|
1669
|
+
createNamespaceTemplateFrom(requestParameters: TemplatesApiCreateNamespaceTemplateFromRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTemplateFromResourceResponse, any, {}>>;
|
|
1670
|
+
/**
|
|
1671
|
+
* Create template from existing retriever. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
1672
|
+
* @summary Create Retriever Template
|
|
1673
|
+
* @param {TemplatesApiCreateRetrieverTemplateFromRequest} requestParameters Request parameters.
|
|
1674
|
+
* @param {*} [options] Override http request option.
|
|
1675
|
+
* @throws {RequiredError}
|
|
1676
|
+
* @memberof TemplatesApi
|
|
1677
|
+
*/
|
|
1678
|
+
createRetrieverTemplateFrom(requestParameters: TemplatesApiCreateRetrieverTemplateFromRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTemplateFromResourceResponse, any, {}>>;
|
|
1679
|
+
/**
|
|
1680
|
+
* Create template from existing taxonomy. Supports three template scopes: - **organization**: Available to all users in your organization (default) - **user**: Available only to you - **system**: Available to all organizations (requires Mixpeek admin email)
|
|
1681
|
+
* @summary Create Taxonomy Template
|
|
1682
|
+
* @param {TemplatesApiCreateTaxonomyTemplateTaxonomiesFromRequest} requestParameters Request parameters.
|
|
1683
|
+
* @param {*} [options] Override http request option.
|
|
1684
|
+
* @throws {RequiredError}
|
|
1685
|
+
* @memberof TemplatesApi
|
|
1686
|
+
*/
|
|
1687
|
+
createTaxonomyTemplateTaxonomiesFrom(requestParameters: TemplatesApiCreateTaxonomyTemplateTaxonomiesFromRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTemplateFromResourceResponse, any, {}>>;
|
|
1688
|
+
/**
|
|
1689
|
+
* Get bucket template details.
|
|
1690
|
+
* @summary Get Bucket Template
|
|
1691
|
+
* @param {TemplatesApiGetBucketTemplateRequest} requestParameters Request parameters.
|
|
1692
|
+
* @param {*} [options] Override http request option.
|
|
1693
|
+
* @throws {RequiredError}
|
|
1694
|
+
* @memberof TemplatesApi
|
|
1695
|
+
*/
|
|
1696
|
+
getBucketTemplate(requestParameters: TemplatesApiGetBucketTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseTemplateModel, any, {}>>;
|
|
1697
|
+
/**
|
|
1698
|
+
* Get cluster template details.
|
|
1699
|
+
* @summary Get Cluster Template
|
|
1700
|
+
* @param {TemplatesApiGetClusterTemplateRequest} requestParameters Request parameters.
|
|
1701
|
+
* @param {*} [options] Override http request option.
|
|
1702
|
+
* @throws {RequiredError}
|
|
1703
|
+
* @memberof TemplatesApi
|
|
1704
|
+
*/
|
|
1705
|
+
getClusterTemplate(requestParameters: TemplatesApiGetClusterTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseTemplateModel, any, {}>>;
|
|
1706
|
+
/**
|
|
1707
|
+
* Get collection template details.
|
|
1708
|
+
* @summary Get Collection Template
|
|
1709
|
+
* @param {TemplatesApiGetCollectionTemplateRequest} requestParameters Request parameters.
|
|
1710
|
+
* @param {*} [options] Override http request option.
|
|
1711
|
+
* @throws {RequiredError}
|
|
1712
|
+
* @memberof TemplatesApi
|
|
1713
|
+
*/
|
|
1714
|
+
getCollectionTemplate(requestParameters: TemplatesApiGetCollectionTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseTemplateModel, any, {}>>;
|
|
1715
|
+
/**
|
|
1716
|
+
* Get namespace template details.
|
|
1717
|
+
* @summary Get Namespace Template
|
|
1718
|
+
* @param {TemplatesApiGetNamespaceTemplateRequest} requestParameters Request parameters.
|
|
1719
|
+
* @param {*} [options] Override http request option.
|
|
1720
|
+
* @throws {RequiredError}
|
|
1721
|
+
* @memberof TemplatesApi
|
|
1722
|
+
*/
|
|
1723
|
+
getNamespaceTemplate(requestParameters: TemplatesApiGetNamespaceTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseTemplateModel, any, {}>>;
|
|
1724
|
+
/**
|
|
1725
|
+
* Get retriever template details.
|
|
1726
|
+
* @summary Get Retriever Template
|
|
1727
|
+
* @param {TemplatesApiGetRetrieverTemplateRequest} requestParameters Request parameters.
|
|
1728
|
+
* @param {*} [options] Override http request option.
|
|
1729
|
+
* @throws {RequiredError}
|
|
1730
|
+
* @memberof TemplatesApi
|
|
1731
|
+
*/
|
|
1732
|
+
getRetrieverTemplate(requestParameters: TemplatesApiGetRetrieverTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseTemplateModel, any, {}>>;
|
|
1733
|
+
/**
|
|
1734
|
+
* Get taxonomy template details.
|
|
1735
|
+
* @summary Get Taxonomy Template
|
|
1736
|
+
* @param {TemplatesApiGetTaxonomyTemplateTaxonomiesRequest} requestParameters Request parameters.
|
|
1737
|
+
* @param {*} [options] Override http request option.
|
|
1738
|
+
* @throws {RequiredError}
|
|
1739
|
+
* @memberof TemplatesApi
|
|
1740
|
+
*/
|
|
1741
|
+
getTaxonomyTemplateTaxonomies(requestParameters: TemplatesApiGetTaxonomyTemplateTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseTemplateModel, any, {}>>;
|
|
1742
|
+
/**
|
|
1743
|
+
* Instantiate bucket template.
|
|
1744
|
+
* @summary Instantiate Bucket Template
|
|
1745
|
+
* @param {TemplatesApiInstantiateBucketTemplateRequest} requestParameters Request parameters.
|
|
1746
|
+
* @param {*} [options] Override http request option.
|
|
1747
|
+
* @throws {RequiredError}
|
|
1748
|
+
* @memberof TemplatesApi
|
|
1749
|
+
*/
|
|
1750
|
+
instantiateBucketTemplate(requestParameters: TemplatesApiInstantiateBucketTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstantiatedBucketTemplateResponse, any, {}>>;
|
|
1751
|
+
/**
|
|
1752
|
+
* Instantiate cluster template.
|
|
1753
|
+
* @summary Instantiate Cluster Template
|
|
1754
|
+
* @param {TemplatesApiInstantiateClusterTemplateRequest} requestParameters Request parameters.
|
|
1755
|
+
* @param {*} [options] Override http request option.
|
|
1756
|
+
* @throws {RequiredError}
|
|
1757
|
+
* @memberof TemplatesApi
|
|
1758
|
+
*/
|
|
1759
|
+
instantiateClusterTemplate(requestParameters: TemplatesApiInstantiateClusterTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstantiatedClusterTemplateResponse, any, {}>>;
|
|
1760
|
+
/**
|
|
1761
|
+
* Instantiate collection template.
|
|
1762
|
+
* @summary Instantiate Collection Template
|
|
1763
|
+
* @param {TemplatesApiInstantiateCollectionTemplateRequest} requestParameters Request parameters.
|
|
1764
|
+
* @param {*} [options] Override http request option.
|
|
1765
|
+
* @throws {RequiredError}
|
|
1766
|
+
* @memberof TemplatesApi
|
|
1767
|
+
*/
|
|
1768
|
+
instantiateCollectionTemplate(requestParameters: TemplatesApiInstantiateCollectionTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstantiatedCollectionTemplateResponse, any, {}>>;
|
|
1769
|
+
/**
|
|
1770
|
+
* Instantiate namespace template.
|
|
1771
|
+
* @summary Instantiate Namespace Template
|
|
1772
|
+
* @param {TemplatesApiInstantiateNamespaceTemplateRequest} requestParameters Request parameters.
|
|
1773
|
+
* @param {*} [options] Override http request option.
|
|
1774
|
+
* @throws {RequiredError}
|
|
1775
|
+
* @memberof TemplatesApi
|
|
1776
|
+
*/
|
|
1777
|
+
instantiateNamespaceTemplate(requestParameters: TemplatesApiInstantiateNamespaceTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstantiatedTemplateResponse, any, {}>>;
|
|
1778
|
+
/**
|
|
1779
|
+
* Instantiate retriever template.
|
|
1780
|
+
* @summary Instantiate Retriever Template
|
|
1781
|
+
* @param {TemplatesApiInstantiateRetrieverTemplateRequest} requestParameters Request parameters.
|
|
1782
|
+
* @param {*} [options] Override http request option.
|
|
1783
|
+
* @throws {RequiredError}
|
|
1784
|
+
* @memberof TemplatesApi
|
|
1785
|
+
*/
|
|
1786
|
+
instantiateRetrieverTemplate(requestParameters: TemplatesApiInstantiateRetrieverTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstantiatedRetrieverTemplateResponse, any, {}>>;
|
|
1787
|
+
/**
|
|
1788
|
+
* Instantiate taxonomy template.
|
|
1789
|
+
* @summary Instantiate Taxonomy Template
|
|
1790
|
+
* @param {TemplatesApiInstantiateTaxonomyTemplateTaxonomiesRequest} requestParameters Request parameters.
|
|
1791
|
+
* @param {*} [options] Override http request option.
|
|
1792
|
+
* @throws {RequiredError}
|
|
1793
|
+
* @memberof TemplatesApi
|
|
1794
|
+
*/
|
|
1795
|
+
instantiateTaxonomyTemplateTaxonomies(requestParameters: TemplatesApiInstantiateTaxonomyTemplateTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstantiatedTaxonomyTemplateResponse, any, {}>>;
|
|
1796
|
+
/**
|
|
1797
|
+
* List bucket templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
1798
|
+
* @summary List Bucket Templates
|
|
1799
|
+
* @param {TemplatesApiListBucketTemplatesRequest} requestParameters Request parameters.
|
|
1800
|
+
* @param {*} [options] Override http request option.
|
|
1801
|
+
* @throws {RequiredError}
|
|
1802
|
+
* @memberof TemplatesApi
|
|
1803
|
+
*/
|
|
1804
|
+
listBucketTemplates(requestParameters?: TemplatesApiListBucketTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTemplatesResponse, any, {}>>;
|
|
1805
|
+
/**
|
|
1806
|
+
* List cluster templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
1807
|
+
* @summary List Cluster Templates
|
|
1808
|
+
* @param {TemplatesApiListClusterTemplatesRequest} requestParameters Request parameters.
|
|
1809
|
+
* @param {*} [options] Override http request option.
|
|
1810
|
+
* @throws {RequiredError}
|
|
1811
|
+
* @memberof TemplatesApi
|
|
1812
|
+
*/
|
|
1813
|
+
listClusterTemplates(requestParameters?: TemplatesApiListClusterTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTemplatesResponse, any, {}>>;
|
|
1814
|
+
/**
|
|
1815
|
+
* List collection templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
1816
|
+
* @summary List Collection Templates
|
|
1817
|
+
* @param {TemplatesApiListCollectionTemplatesRequest} requestParameters Request parameters.
|
|
1818
|
+
* @param {*} [options] Override http request option.
|
|
1819
|
+
* @throws {RequiredError}
|
|
1820
|
+
* @memberof TemplatesApi
|
|
1821
|
+
*/
|
|
1822
|
+
listCollectionTemplates(requestParameters?: TemplatesApiListCollectionTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTemplatesResponse, any, {}>>;
|
|
1823
|
+
/**
|
|
1824
|
+
* List namespace templates (system + organization + user).
|
|
1825
|
+
* @summary List Namespace Templates
|
|
1826
|
+
* @param {TemplatesApiListNamespaceTemplatesRequest} requestParameters Request parameters.
|
|
1827
|
+
* @param {*} [options] Override http request option.
|
|
1828
|
+
* @throws {RequiredError}
|
|
1829
|
+
* @memberof TemplatesApi
|
|
1830
|
+
*/
|
|
1831
|
+
listNamespaceTemplates(requestParameters?: TemplatesApiListNamespaceTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BaseTemplateModel[], any, {}>>;
|
|
1832
|
+
/**
|
|
1833
|
+
* List retriever templates (system + organization + user). Supports filtering, sorting, and search like other list operations. **Request Body (optional):** - `filters`: Attribute-based filters `{\"AND\": [{\"field\": \"category\", \"operator\": \"eq\", \"value\": \"semantic_search\"}]}` - `sort`: Sort options `{\"field\": \"name\", \"direction\": \"asc\"}` - `search`: Wildcard search across template_id, name, description, tags - `scope`: Filter by scope (system, organization, user) - `category`: Filter by category - `is_active`: Show only active templates (default: true) - `tags`: Filter by tags (templates must have ALL specified tags)
|
|
1834
|
+
* @summary List Retriever Templates
|
|
1835
|
+
* @param {TemplatesApiListRetrieverTemplatesRequest} requestParameters Request parameters.
|
|
1836
|
+
* @param {*} [options] Override http request option.
|
|
1837
|
+
* @throws {RequiredError}
|
|
1838
|
+
* @memberof TemplatesApi
|
|
1839
|
+
*/
|
|
1840
|
+
listRetrieverTemplates(requestParameters?: TemplatesApiListRetrieverTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTemplatesResponse, any, {}>>;
|
|
1841
|
+
/**
|
|
1842
|
+
* List taxonomy templates (system + organization + user). Supports filtering, sorting, and search like other list operations.
|
|
1843
|
+
* @summary List Taxonomy Templates
|
|
1844
|
+
* @param {TemplatesApiListTaxonomyTemplatesTaxonomiesRequest} requestParameters Request parameters.
|
|
1845
|
+
* @param {*} [options] Override http request option.
|
|
1846
|
+
* @throws {RequiredError}
|
|
1847
|
+
* @memberof TemplatesApi
|
|
1848
|
+
*/
|
|
1849
|
+
listTaxonomyTemplatesTaxonomies(requestParameters?: TemplatesApiListTaxonomyTemplatesTaxonomiesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListTemplatesResponse, any, {}>>;
|
|
1850
|
+
}
|
|
1851
|
+
//# sourceMappingURL=templates-api.d.ts.map
|