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,1694 @@
|
|
|
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 { BodyCreateSubscriptionV1MarketplaceSubscriptionsPost } from '../models';
|
|
16
|
+
import type { BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost } from '../models';
|
|
17
|
+
import type { MarketplaceListing } from '../models';
|
|
18
|
+
import type { RetrieverExecutionRequest } from '../models';
|
|
19
|
+
import type { SubscriptionStatus } from '../models';
|
|
20
|
+
/**
|
|
21
|
+
* MarketplaceApi - axios parameter creator
|
|
22
|
+
* @export
|
|
23
|
+
*/
|
|
24
|
+
export declare const MarketplaceApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
25
|
+
/**
|
|
26
|
+
* Cancel a marketplace subscription. Free Tier: Immediately revokes access Paid Tiers: Cancels at end of billing period
|
|
27
|
+
* @summary Cancel Subscription
|
|
28
|
+
* @param {string} subscriptionId Subscription ID to cancel
|
|
29
|
+
* @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.
|
|
30
|
+
* @param {*} [options] Override http request option.
|
|
31
|
+
* @throws {RequiredError}
|
|
32
|
+
*/
|
|
33
|
+
cancelSubscriptionMarketplace: (subscriptionId: string, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
34
|
+
/**
|
|
35
|
+
* Cancel a marketplace subscription. Free Tier: Immediately revokes access Paid Tiers: Cancels at end of billing period
|
|
36
|
+
* @summary Cancel Subscription
|
|
37
|
+
* @param {string} subscriptionId Subscription ID to cancel
|
|
38
|
+
* @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.
|
|
39
|
+
* @param {*} [options] Override http request option.
|
|
40
|
+
* @throws {RequiredError}
|
|
41
|
+
*/
|
|
42
|
+
cancelSubscriptionMarketplace_1: (subscriptionId: string, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
43
|
+
/**
|
|
44
|
+
* Create a new marketplace listing for a retriever. This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
|
|
45
|
+
* @summary Create Marketplace Listing
|
|
46
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
47
|
+
* @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.
|
|
48
|
+
* @param {*} [options] Override http request option.
|
|
49
|
+
* @throws {RequiredError}
|
|
50
|
+
*/
|
|
51
|
+
createMarketplaceListing: (requestBody: {
|
|
52
|
+
[key: string]: any;
|
|
53
|
+
}, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
|
+
/**
|
|
55
|
+
* Create a new marketplace listing for a retriever. This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
|
|
56
|
+
* @summary Create Marketplace Listing
|
|
57
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
58
|
+
* @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.
|
|
59
|
+
* @param {*} [options] Override http request option.
|
|
60
|
+
* @throws {RequiredError}
|
|
61
|
+
*/
|
|
62
|
+
createMarketplaceListing_2: (requestBody: {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
}, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
65
|
+
/**
|
|
66
|
+
* Subscribe to a marketplace listing. Free Tier: - Immediately active - Returns access_token (prk_xxx format) - No Stripe checkout required Paid Tiers: - Creates pending subscription - Returns checkout_url for Stripe payment - Subscription activates after payment via webhook
|
|
67
|
+
* @summary Subscribe to Marketplace Listing
|
|
68
|
+
* @param {BodyCreateSubscriptionV1MarketplaceSubscriptionsPost} bodyCreateSubscriptionV1MarketplaceSubscriptionsPost
|
|
69
|
+
* @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.
|
|
70
|
+
* @param {*} [options] Override http request option.
|
|
71
|
+
* @throws {RequiredError}
|
|
72
|
+
*/
|
|
73
|
+
createSubscriptionMarketplace: (bodyCreateSubscriptionV1MarketplaceSubscriptionsPost: BodyCreateSubscriptionV1MarketplaceSubscriptionsPost, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
74
|
+
/**
|
|
75
|
+
* Subscribe to a marketplace listing. Free Tier: - Immediately active - Returns access_token (prk_xxx format) - No Stripe checkout required Paid Tiers: - Creates pending subscription - Returns checkout_url for Stripe payment - Subscription activates after payment via webhook
|
|
76
|
+
* @summary Subscribe to Marketplace Listing
|
|
77
|
+
* @param {BodyCreateSubscriptionV1MarketplaceSubscriptionsPost} bodyCreateSubscriptionV1MarketplaceSubscriptionsPost
|
|
78
|
+
* @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.
|
|
79
|
+
* @param {*} [options] Override http request option.
|
|
80
|
+
* @throws {RequiredError}
|
|
81
|
+
*/
|
|
82
|
+
createSubscriptionMarketplace_3: (bodyCreateSubscriptionV1MarketplaceSubscriptionsPost: BodyCreateSubscriptionV1MarketplaceSubscriptionsPost, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
|
+
/**
|
|
84
|
+
* Delete a marketplace listing.
|
|
85
|
+
* @summary Delete Marketplace Listing
|
|
86
|
+
* @param {string} listingId
|
|
87
|
+
* @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.
|
|
88
|
+
* @param {*} [options] Override http request option.
|
|
89
|
+
* @throws {RequiredError}
|
|
90
|
+
*/
|
|
91
|
+
deleteMarketplaceListing: (listingId: string, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
92
|
+
/**
|
|
93
|
+
* Delete a marketplace listing.
|
|
94
|
+
* @summary Delete Marketplace Listing
|
|
95
|
+
* @param {string} listingId
|
|
96
|
+
* @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.
|
|
97
|
+
* @param {*} [options] Override http request option.
|
|
98
|
+
* @throws {RequiredError}
|
|
99
|
+
*/
|
|
100
|
+
deleteMarketplaceListing_4: (listingId: string, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
101
|
+
/**
|
|
102
|
+
* Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
|
|
103
|
+
* @summary Execute Marketplace Retriever
|
|
104
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
105
|
+
* @param {RetrieverExecutionRequest} retrieverExecutionRequest
|
|
106
|
+
* @param {boolean} [returnPresignedUrls] Generate fresh presigned download URLs for all blobs with S3 storage
|
|
107
|
+
* @param {boolean} [returnVectors] Include vector embeddings in response
|
|
108
|
+
* @param {string} [authorization]
|
|
109
|
+
* @param {*} [options] Override http request option.
|
|
110
|
+
* @throws {RequiredError}
|
|
111
|
+
*/
|
|
112
|
+
executeMarketplaceRetrieverCatalogName: (publicName: string, retrieverExecutionRequest: RetrieverExecutionRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
113
|
+
/**
|
|
114
|
+
* Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
|
|
115
|
+
* @summary Execute Marketplace Retriever
|
|
116
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
117
|
+
* @param {RetrieverExecutionRequest} retrieverExecutionRequest
|
|
118
|
+
* @param {boolean} [returnPresignedUrls] Generate fresh presigned download URLs for all blobs with S3 storage
|
|
119
|
+
* @param {boolean} [returnVectors] Include vector embeddings in response
|
|
120
|
+
* @param {string} [authorization]
|
|
121
|
+
* @param {*} [options] Override http request option.
|
|
122
|
+
* @throws {RequiredError}
|
|
123
|
+
*/
|
|
124
|
+
executeMarketplaceRetrieverCatalogName_5: (publicName: string, retrieverExecutionRequest: RetrieverExecutionRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
125
|
+
/**
|
|
126
|
+
* Browse marketplace catalog with optional filters. Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don\'t appear here.
|
|
127
|
+
* @summary Browse Marketplace Catalog
|
|
128
|
+
* @param {string} [category] Filter by category (e.g., \'Content Moderation\', \'Search\')
|
|
129
|
+
* @param {Array<string>} [tags] Filter by tags (AND logic - listing must have all tags)
|
|
130
|
+
* @param {string} [search] Search in title and description
|
|
131
|
+
* @param {number} [skip] Number of listings to skip
|
|
132
|
+
* @param {number} [limit] Number of listings to return
|
|
133
|
+
* @param {*} [options] Override http request option.
|
|
134
|
+
* @throws {RequiredError}
|
|
135
|
+
*/
|
|
136
|
+
getMarketplaceCatalog: (category?: string, tags?: Array<string>, search?: string, skip?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
137
|
+
/**
|
|
138
|
+
* Browse marketplace catalog with optional filters. Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don\'t appear here.
|
|
139
|
+
* @summary Browse Marketplace Catalog
|
|
140
|
+
* @param {string} [category] Filter by category (e.g., \'Content Moderation\', \'Search\')
|
|
141
|
+
* @param {Array<string>} [tags] Filter by tags (AND logic - listing must have all tags)
|
|
142
|
+
* @param {string} [search] Search in title and description
|
|
143
|
+
* @param {number} [skip] Number of listings to skip
|
|
144
|
+
* @param {number} [limit] Number of listings to return
|
|
145
|
+
* @param {*} [options] Override http request option.
|
|
146
|
+
* @throws {RequiredError}
|
|
147
|
+
*/
|
|
148
|
+
getMarketplaceCatalog_6: (category?: string, tags?: Array<string>, search?: string, skip?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
149
|
+
/**
|
|
150
|
+
* Get detailed information about a marketplace listing by its public name. Example: /marketplace/catalog/brand-safety-api
|
|
151
|
+
* @summary Get Marketplace Listing by Public Name
|
|
152
|
+
* @param {string} publicName Public URL slug for the listing
|
|
153
|
+
* @param {*} [options] Override http request option.
|
|
154
|
+
* @throws {RequiredError}
|
|
155
|
+
*/
|
|
156
|
+
getMarketplaceListingByNameCatalog: (publicName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
157
|
+
/**
|
|
158
|
+
* Get detailed information about a marketplace listing by its public name. Example: /marketplace/catalog/brand-safety-api
|
|
159
|
+
* @summary Get Marketplace Listing by Public Name
|
|
160
|
+
* @param {string} publicName Public URL slug for the listing
|
|
161
|
+
* @param {*} [options] Override http request option.
|
|
162
|
+
* @throws {RequiredError}
|
|
163
|
+
*/
|
|
164
|
+
getMarketplaceListingByNameCatalog_7: (publicName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
165
|
+
/**
|
|
166
|
+
* Get display configuration for rendering the marketplace listing interface
|
|
167
|
+
* @summary Get Marketplace Listing Configuration
|
|
168
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
169
|
+
* @param {*} [options] Override http request option.
|
|
170
|
+
* @throws {RequiredError}
|
|
171
|
+
*/
|
|
172
|
+
getMarketplaceListingConfigCatalogName: (publicName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
173
|
+
/**
|
|
174
|
+
* Get display configuration for rendering the marketplace listing interface
|
|
175
|
+
* @summary Get Marketplace Listing Configuration
|
|
176
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
177
|
+
* @param {*} [options] Override http request option.
|
|
178
|
+
* @throws {RequiredError}
|
|
179
|
+
*/
|
|
180
|
+
getMarketplaceListingConfigCatalogName_8: (publicName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
181
|
+
/**
|
|
182
|
+
* Get the retriever configuration from a marketplace listing as a reusable template
|
|
183
|
+
* @summary Get Marketplace Listing as Template
|
|
184
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
185
|
+
* @param {*} [options] Override http request option.
|
|
186
|
+
* @throws {RequiredError}
|
|
187
|
+
*/
|
|
188
|
+
getMarketplaceListingTemplateCatalogName: (publicName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
189
|
+
/**
|
|
190
|
+
* Get the retriever configuration from a marketplace listing as a reusable template
|
|
191
|
+
* @summary Get Marketplace Listing as Template
|
|
192
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
193
|
+
* @param {*} [options] Override http request option.
|
|
194
|
+
* @throws {RequiredError}
|
|
195
|
+
*/
|
|
196
|
+
getMarketplaceListingTemplateCatalogName_9: (publicName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
197
|
+
/**
|
|
198
|
+
* Get detailed information about a subscription.
|
|
199
|
+
* @summary Get Subscription Details
|
|
200
|
+
* @param {string} subscriptionId Subscription ID
|
|
201
|
+
* @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.
|
|
202
|
+
* @param {*} [options] Override http request option.
|
|
203
|
+
* @throws {RequiredError}
|
|
204
|
+
*/
|
|
205
|
+
getSubscriptionMarketplace: (subscriptionId: string, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
206
|
+
/**
|
|
207
|
+
* Get detailed information about a subscription.
|
|
208
|
+
* @summary Get Subscription Details
|
|
209
|
+
* @param {string} subscriptionId Subscription ID
|
|
210
|
+
* @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.
|
|
211
|
+
* @param {*} [options] Override http request option.
|
|
212
|
+
* @throws {RequiredError}
|
|
213
|
+
*/
|
|
214
|
+
getSubscriptionMarketplace_10: (subscriptionId: string, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
215
|
+
/**
|
|
216
|
+
* List all subscriptions for the current organization.
|
|
217
|
+
* @summary List My Subscriptions
|
|
218
|
+
* @param {SubscriptionStatus} [status] Filter by subscription status
|
|
219
|
+
* @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.
|
|
220
|
+
* @param {*} [options] Override http request option.
|
|
221
|
+
* @throws {RequiredError}
|
|
222
|
+
*/
|
|
223
|
+
listMySubscriptionsMarketplace: (status?: SubscriptionStatus, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
224
|
+
/**
|
|
225
|
+
* List all subscriptions for the current organization.
|
|
226
|
+
* @summary List My Subscriptions
|
|
227
|
+
* @param {SubscriptionStatus} [status] Filter by subscription status
|
|
228
|
+
* @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.
|
|
229
|
+
* @param {*} [options] Override http request option.
|
|
230
|
+
* @throws {RequiredError}
|
|
231
|
+
*/
|
|
232
|
+
listMySubscriptionsMarketplace_11: (status?: SubscriptionStatus, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
233
|
+
/**
|
|
234
|
+
* Publish a marketplace listing (change status from draft to published).
|
|
235
|
+
* @summary Publish Marketplace Listing
|
|
236
|
+
* @param {string} listingId
|
|
237
|
+
* @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.
|
|
238
|
+
* @param {*} [options] Override http request option.
|
|
239
|
+
* @throws {RequiredError}
|
|
240
|
+
*/
|
|
241
|
+
publishMarketplaceListing: (listingId: string, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
242
|
+
/**
|
|
243
|
+
* Publish a marketplace listing (change status from draft to published).
|
|
244
|
+
* @summary Publish Marketplace Listing
|
|
245
|
+
* @param {string} listingId
|
|
246
|
+
* @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.
|
|
247
|
+
* @param {*} [options] Override http request option.
|
|
248
|
+
* @throws {RequiredError}
|
|
249
|
+
*/
|
|
250
|
+
publishMarketplaceListing_12: (listingId: string, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
251
|
+
/**
|
|
252
|
+
* Update an existing marketplace listing.
|
|
253
|
+
* @summary Update Marketplace Listing
|
|
254
|
+
* @param {string} listingId
|
|
255
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
256
|
+
* @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.
|
|
257
|
+
* @param {*} [options] Override http request option.
|
|
258
|
+
* @throws {RequiredError}
|
|
259
|
+
*/
|
|
260
|
+
updateMarketplaceListing: (listingId: string, requestBody: {
|
|
261
|
+
[key: string]: any;
|
|
262
|
+
}, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
263
|
+
/**
|
|
264
|
+
* Update an existing marketplace listing.
|
|
265
|
+
* @summary Update Marketplace Listing
|
|
266
|
+
* @param {string} listingId
|
|
267
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
268
|
+
* @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.
|
|
269
|
+
* @param {*} [options] Override http request option.
|
|
270
|
+
* @throws {RequiredError}
|
|
271
|
+
*/
|
|
272
|
+
updateMarketplaceListing_13: (listingId: string, requestBody: {
|
|
273
|
+
[key: string]: any;
|
|
274
|
+
}, authorization?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
275
|
+
/**
|
|
276
|
+
* Verify password for a password-protected marketplace listing
|
|
277
|
+
* @summary Verify Password for Marketplace Listing
|
|
278
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
279
|
+
* @param {BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost} bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost
|
|
280
|
+
* @param {*} [options] Override http request option.
|
|
281
|
+
* @throws {RequiredError}
|
|
282
|
+
*/
|
|
283
|
+
verifyMarketplaceListingPasswordCatalogName: (publicName: string, bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost: BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
284
|
+
/**
|
|
285
|
+
* Verify password for a password-protected marketplace listing
|
|
286
|
+
* @summary Verify Password for Marketplace Listing
|
|
287
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
288
|
+
* @param {BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost} bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost
|
|
289
|
+
* @param {*} [options] Override http request option.
|
|
290
|
+
* @throws {RequiredError}
|
|
291
|
+
*/
|
|
292
|
+
verifyMarketplaceListingPasswordCatalogName_14: (publicName: string, bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost: BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* MarketplaceApi - functional programming interface
|
|
296
|
+
* @export
|
|
297
|
+
*/
|
|
298
|
+
export declare const MarketplaceApiFp: (configuration?: Configuration) => {
|
|
299
|
+
/**
|
|
300
|
+
* Cancel a marketplace subscription. Free Tier: Immediately revokes access Paid Tiers: Cancels at end of billing period
|
|
301
|
+
* @summary Cancel Subscription
|
|
302
|
+
* @param {string} subscriptionId Subscription ID to cancel
|
|
303
|
+
* @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.
|
|
304
|
+
* @param {*} [options] Override http request option.
|
|
305
|
+
* @throws {RequiredError}
|
|
306
|
+
*/
|
|
307
|
+
cancelSubscriptionMarketplace(subscriptionId: string, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
308
|
+
[key: string]: any;
|
|
309
|
+
}>>;
|
|
310
|
+
/**
|
|
311
|
+
* Cancel a marketplace subscription. Free Tier: Immediately revokes access Paid Tiers: Cancels at end of billing period
|
|
312
|
+
* @summary Cancel Subscription
|
|
313
|
+
* @param {string} subscriptionId Subscription ID to cancel
|
|
314
|
+
* @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.
|
|
315
|
+
* @param {*} [options] Override http request option.
|
|
316
|
+
* @throws {RequiredError}
|
|
317
|
+
*/
|
|
318
|
+
cancelSubscriptionMarketplace_1(subscriptionId: string, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
319
|
+
[key: string]: any;
|
|
320
|
+
}>>;
|
|
321
|
+
/**
|
|
322
|
+
* Create a new marketplace listing for a retriever. This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
|
|
323
|
+
* @summary Create Marketplace Listing
|
|
324
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
325
|
+
* @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.
|
|
326
|
+
* @param {*} [options] Override http request option.
|
|
327
|
+
* @throws {RequiredError}
|
|
328
|
+
*/
|
|
329
|
+
createMarketplaceListing(requestBody: {
|
|
330
|
+
[key: string]: any;
|
|
331
|
+
}, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MarketplaceListing>>;
|
|
332
|
+
/**
|
|
333
|
+
* Create a new marketplace listing for a retriever. This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
|
|
334
|
+
* @summary Create Marketplace Listing
|
|
335
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
336
|
+
* @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.
|
|
337
|
+
* @param {*} [options] Override http request option.
|
|
338
|
+
* @throws {RequiredError}
|
|
339
|
+
*/
|
|
340
|
+
createMarketplaceListing_2(requestBody: {
|
|
341
|
+
[key: string]: any;
|
|
342
|
+
}, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MarketplaceListing>>;
|
|
343
|
+
/**
|
|
344
|
+
* Subscribe to a marketplace listing. Free Tier: - Immediately active - Returns access_token (prk_xxx format) - No Stripe checkout required Paid Tiers: - Creates pending subscription - Returns checkout_url for Stripe payment - Subscription activates after payment via webhook
|
|
345
|
+
* @summary Subscribe to Marketplace Listing
|
|
346
|
+
* @param {BodyCreateSubscriptionV1MarketplaceSubscriptionsPost} bodyCreateSubscriptionV1MarketplaceSubscriptionsPost
|
|
347
|
+
* @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.
|
|
348
|
+
* @param {*} [options] Override http request option.
|
|
349
|
+
* @throws {RequiredError}
|
|
350
|
+
*/
|
|
351
|
+
createSubscriptionMarketplace(bodyCreateSubscriptionV1MarketplaceSubscriptionsPost: BodyCreateSubscriptionV1MarketplaceSubscriptionsPost, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
352
|
+
[key: string]: any;
|
|
353
|
+
}>>;
|
|
354
|
+
/**
|
|
355
|
+
* Subscribe to a marketplace listing. Free Tier: - Immediately active - Returns access_token (prk_xxx format) - No Stripe checkout required Paid Tiers: - Creates pending subscription - Returns checkout_url for Stripe payment - Subscription activates after payment via webhook
|
|
356
|
+
* @summary Subscribe to Marketplace Listing
|
|
357
|
+
* @param {BodyCreateSubscriptionV1MarketplaceSubscriptionsPost} bodyCreateSubscriptionV1MarketplaceSubscriptionsPost
|
|
358
|
+
* @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.
|
|
359
|
+
* @param {*} [options] Override http request option.
|
|
360
|
+
* @throws {RequiredError}
|
|
361
|
+
*/
|
|
362
|
+
createSubscriptionMarketplace_3(bodyCreateSubscriptionV1MarketplaceSubscriptionsPost: BodyCreateSubscriptionV1MarketplaceSubscriptionsPost, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
363
|
+
[key: string]: any;
|
|
364
|
+
}>>;
|
|
365
|
+
/**
|
|
366
|
+
* Delete a marketplace listing.
|
|
367
|
+
* @summary Delete Marketplace Listing
|
|
368
|
+
* @param {string} listingId
|
|
369
|
+
* @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.
|
|
370
|
+
* @param {*} [options] Override http request option.
|
|
371
|
+
* @throws {RequiredError}
|
|
372
|
+
*/
|
|
373
|
+
deleteMarketplaceListing(listingId: string, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
374
|
+
/**
|
|
375
|
+
* Delete a marketplace listing.
|
|
376
|
+
* @summary Delete Marketplace Listing
|
|
377
|
+
* @param {string} listingId
|
|
378
|
+
* @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.
|
|
379
|
+
* @param {*} [options] Override http request option.
|
|
380
|
+
* @throws {RequiredError}
|
|
381
|
+
*/
|
|
382
|
+
deleteMarketplaceListing_4(listingId: string, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
383
|
+
/**
|
|
384
|
+
* Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
|
|
385
|
+
* @summary Execute Marketplace Retriever
|
|
386
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
387
|
+
* @param {RetrieverExecutionRequest} retrieverExecutionRequest
|
|
388
|
+
* @param {boolean} [returnPresignedUrls] Generate fresh presigned download URLs for all blobs with S3 storage
|
|
389
|
+
* @param {boolean} [returnVectors] Include vector embeddings in response
|
|
390
|
+
* @param {string} [authorization]
|
|
391
|
+
* @param {*} [options] Override http request option.
|
|
392
|
+
* @throws {RequiredError}
|
|
393
|
+
*/
|
|
394
|
+
executeMarketplaceRetrieverCatalogName(publicName: string, retrieverExecutionRequest: RetrieverExecutionRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
395
|
+
/**
|
|
396
|
+
* Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
|
|
397
|
+
* @summary Execute Marketplace Retriever
|
|
398
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
399
|
+
* @param {RetrieverExecutionRequest} retrieverExecutionRequest
|
|
400
|
+
* @param {boolean} [returnPresignedUrls] Generate fresh presigned download URLs for all blobs with S3 storage
|
|
401
|
+
* @param {boolean} [returnVectors] Include vector embeddings in response
|
|
402
|
+
* @param {string} [authorization]
|
|
403
|
+
* @param {*} [options] Override http request option.
|
|
404
|
+
* @throws {RequiredError}
|
|
405
|
+
*/
|
|
406
|
+
executeMarketplaceRetrieverCatalogName_5(publicName: string, retrieverExecutionRequest: RetrieverExecutionRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
407
|
+
/**
|
|
408
|
+
* Browse marketplace catalog with optional filters. Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don\'t appear here.
|
|
409
|
+
* @summary Browse Marketplace Catalog
|
|
410
|
+
* @param {string} [category] Filter by category (e.g., \'Content Moderation\', \'Search\')
|
|
411
|
+
* @param {Array<string>} [tags] Filter by tags (AND logic - listing must have all tags)
|
|
412
|
+
* @param {string} [search] Search in title and description
|
|
413
|
+
* @param {number} [skip] Number of listings to skip
|
|
414
|
+
* @param {number} [limit] Number of listings to return
|
|
415
|
+
* @param {*} [options] Override http request option.
|
|
416
|
+
* @throws {RequiredError}
|
|
417
|
+
*/
|
|
418
|
+
getMarketplaceCatalog(category?: string, tags?: Array<string>, search?: string, skip?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MarketplaceListing>>>;
|
|
419
|
+
/**
|
|
420
|
+
* Browse marketplace catalog with optional filters. Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don\'t appear here.
|
|
421
|
+
* @summary Browse Marketplace Catalog
|
|
422
|
+
* @param {string} [category] Filter by category (e.g., \'Content Moderation\', \'Search\')
|
|
423
|
+
* @param {Array<string>} [tags] Filter by tags (AND logic - listing must have all tags)
|
|
424
|
+
* @param {string} [search] Search in title and description
|
|
425
|
+
* @param {number} [skip] Number of listings to skip
|
|
426
|
+
* @param {number} [limit] Number of listings to return
|
|
427
|
+
* @param {*} [options] Override http request option.
|
|
428
|
+
* @throws {RequiredError}
|
|
429
|
+
*/
|
|
430
|
+
getMarketplaceCatalog_6(category?: string, tags?: Array<string>, search?: string, skip?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<MarketplaceListing>>>;
|
|
431
|
+
/**
|
|
432
|
+
* Get detailed information about a marketplace listing by its public name. Example: /marketplace/catalog/brand-safety-api
|
|
433
|
+
* @summary Get Marketplace Listing by Public Name
|
|
434
|
+
* @param {string} publicName Public URL slug for the listing
|
|
435
|
+
* @param {*} [options] Override http request option.
|
|
436
|
+
* @throws {RequiredError}
|
|
437
|
+
*/
|
|
438
|
+
getMarketplaceListingByNameCatalog(publicName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MarketplaceListing>>;
|
|
439
|
+
/**
|
|
440
|
+
* Get detailed information about a marketplace listing by its public name. Example: /marketplace/catalog/brand-safety-api
|
|
441
|
+
* @summary Get Marketplace Listing by Public Name
|
|
442
|
+
* @param {string} publicName Public URL slug for the listing
|
|
443
|
+
* @param {*} [options] Override http request option.
|
|
444
|
+
* @throws {RequiredError}
|
|
445
|
+
*/
|
|
446
|
+
getMarketplaceListingByNameCatalog_7(publicName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MarketplaceListing>>;
|
|
447
|
+
/**
|
|
448
|
+
* Get display configuration for rendering the marketplace listing interface
|
|
449
|
+
* @summary Get Marketplace Listing Configuration
|
|
450
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
451
|
+
* @param {*} [options] Override http request option.
|
|
452
|
+
* @throws {RequiredError}
|
|
453
|
+
*/
|
|
454
|
+
getMarketplaceListingConfigCatalogName(publicName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
455
|
+
/**
|
|
456
|
+
* Get display configuration for rendering the marketplace listing interface
|
|
457
|
+
* @summary Get Marketplace Listing Configuration
|
|
458
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
459
|
+
* @param {*} [options] Override http request option.
|
|
460
|
+
* @throws {RequiredError}
|
|
461
|
+
*/
|
|
462
|
+
getMarketplaceListingConfigCatalogName_8(publicName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
463
|
+
/**
|
|
464
|
+
* Get the retriever configuration from a marketplace listing as a reusable template
|
|
465
|
+
* @summary Get Marketplace Listing as Template
|
|
466
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
467
|
+
* @param {*} [options] Override http request option.
|
|
468
|
+
* @throws {RequiredError}
|
|
469
|
+
*/
|
|
470
|
+
getMarketplaceListingTemplateCatalogName(publicName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
471
|
+
/**
|
|
472
|
+
* Get the retriever configuration from a marketplace listing as a reusable template
|
|
473
|
+
* @summary Get Marketplace Listing as Template
|
|
474
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
475
|
+
* @param {*} [options] Override http request option.
|
|
476
|
+
* @throws {RequiredError}
|
|
477
|
+
*/
|
|
478
|
+
getMarketplaceListingTemplateCatalogName_9(publicName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
479
|
+
/**
|
|
480
|
+
* Get detailed information about a subscription.
|
|
481
|
+
* @summary Get Subscription Details
|
|
482
|
+
* @param {string} subscriptionId Subscription ID
|
|
483
|
+
* @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.
|
|
484
|
+
* @param {*} [options] Override http request option.
|
|
485
|
+
* @throws {RequiredError}
|
|
486
|
+
*/
|
|
487
|
+
getSubscriptionMarketplace(subscriptionId: string, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
488
|
+
[key: string]: any;
|
|
489
|
+
}>>;
|
|
490
|
+
/**
|
|
491
|
+
* Get detailed information about a subscription.
|
|
492
|
+
* @summary Get Subscription Details
|
|
493
|
+
* @param {string} subscriptionId Subscription ID
|
|
494
|
+
* @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.
|
|
495
|
+
* @param {*} [options] Override http request option.
|
|
496
|
+
* @throws {RequiredError}
|
|
497
|
+
*/
|
|
498
|
+
getSubscriptionMarketplace_10(subscriptionId: string, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
499
|
+
[key: string]: any;
|
|
500
|
+
}>>;
|
|
501
|
+
/**
|
|
502
|
+
* List all subscriptions for the current organization.
|
|
503
|
+
* @summary List My Subscriptions
|
|
504
|
+
* @param {SubscriptionStatus} [status] Filter by subscription status
|
|
505
|
+
* @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.
|
|
506
|
+
* @param {*} [options] Override http request option.
|
|
507
|
+
* @throws {RequiredError}
|
|
508
|
+
*/
|
|
509
|
+
listMySubscriptionsMarketplace(status?: SubscriptionStatus, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<{
|
|
510
|
+
[key: string]: any;
|
|
511
|
+
}>>>;
|
|
512
|
+
/**
|
|
513
|
+
* List all subscriptions for the current organization.
|
|
514
|
+
* @summary List My Subscriptions
|
|
515
|
+
* @param {SubscriptionStatus} [status] Filter by subscription status
|
|
516
|
+
* @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.
|
|
517
|
+
* @param {*} [options] Override http request option.
|
|
518
|
+
* @throws {RequiredError}
|
|
519
|
+
*/
|
|
520
|
+
listMySubscriptionsMarketplace_11(status?: SubscriptionStatus, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<{
|
|
521
|
+
[key: string]: any;
|
|
522
|
+
}>>>;
|
|
523
|
+
/**
|
|
524
|
+
* Publish a marketplace listing (change status from draft to published).
|
|
525
|
+
* @summary Publish Marketplace Listing
|
|
526
|
+
* @param {string} listingId
|
|
527
|
+
* @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.
|
|
528
|
+
* @param {*} [options] Override http request option.
|
|
529
|
+
* @throws {RequiredError}
|
|
530
|
+
*/
|
|
531
|
+
publishMarketplaceListing(listingId: string, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MarketplaceListing>>;
|
|
532
|
+
/**
|
|
533
|
+
* Publish a marketplace listing (change status from draft to published).
|
|
534
|
+
* @summary Publish Marketplace Listing
|
|
535
|
+
* @param {string} listingId
|
|
536
|
+
* @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.
|
|
537
|
+
* @param {*} [options] Override http request option.
|
|
538
|
+
* @throws {RequiredError}
|
|
539
|
+
*/
|
|
540
|
+
publishMarketplaceListing_12(listingId: string, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MarketplaceListing>>;
|
|
541
|
+
/**
|
|
542
|
+
* Update an existing marketplace listing.
|
|
543
|
+
* @summary Update Marketplace Listing
|
|
544
|
+
* @param {string} listingId
|
|
545
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
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 {*} [options] Override http request option.
|
|
548
|
+
* @throws {RequiredError}
|
|
549
|
+
*/
|
|
550
|
+
updateMarketplaceListing(listingId: string, requestBody: {
|
|
551
|
+
[key: string]: any;
|
|
552
|
+
}, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MarketplaceListing>>;
|
|
553
|
+
/**
|
|
554
|
+
* Update an existing marketplace listing.
|
|
555
|
+
* @summary Update Marketplace Listing
|
|
556
|
+
* @param {string} listingId
|
|
557
|
+
* @param {{ [key: string]: any; }} requestBody
|
|
558
|
+
* @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.
|
|
559
|
+
* @param {*} [options] Override http request option.
|
|
560
|
+
* @throws {RequiredError}
|
|
561
|
+
*/
|
|
562
|
+
updateMarketplaceListing_13(listingId: string, requestBody: {
|
|
563
|
+
[key: string]: any;
|
|
564
|
+
}, authorization?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MarketplaceListing>>;
|
|
565
|
+
/**
|
|
566
|
+
* Verify password for a password-protected marketplace listing
|
|
567
|
+
* @summary Verify Password for Marketplace Listing
|
|
568
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
569
|
+
* @param {BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost} bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost
|
|
570
|
+
* @param {*} [options] Override http request option.
|
|
571
|
+
* @throws {RequiredError}
|
|
572
|
+
*/
|
|
573
|
+
verifyMarketplaceListingPasswordCatalogName(publicName: string, bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost: BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
574
|
+
/**
|
|
575
|
+
* Verify password for a password-protected marketplace listing
|
|
576
|
+
* @summary Verify Password for Marketplace Listing
|
|
577
|
+
* @param {string} publicName Public name of the marketplace listing
|
|
578
|
+
* @param {BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost} bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost
|
|
579
|
+
* @param {*} [options] Override http request option.
|
|
580
|
+
* @throws {RequiredError}
|
|
581
|
+
*/
|
|
582
|
+
verifyMarketplaceListingPasswordCatalogName_14(publicName: string, bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost: BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
583
|
+
};
|
|
584
|
+
/**
|
|
585
|
+
* MarketplaceApi - factory interface
|
|
586
|
+
* @export
|
|
587
|
+
*/
|
|
588
|
+
export declare const MarketplaceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
589
|
+
/**
|
|
590
|
+
* Cancel a marketplace subscription. Free Tier: Immediately revokes access Paid Tiers: Cancels at end of billing period
|
|
591
|
+
* @summary Cancel Subscription
|
|
592
|
+
* @param {MarketplaceApiCancelSubscriptionMarketplaceRequest} requestParameters Request parameters.
|
|
593
|
+
* @param {*} [options] Override http request option.
|
|
594
|
+
* @throws {RequiredError}
|
|
595
|
+
*/
|
|
596
|
+
cancelSubscriptionMarketplace(requestParameters: MarketplaceApiCancelSubscriptionMarketplaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
597
|
+
[key: string]: any;
|
|
598
|
+
}>;
|
|
599
|
+
/**
|
|
600
|
+
* Cancel a marketplace subscription. Free Tier: Immediately revokes access Paid Tiers: Cancels at end of billing period
|
|
601
|
+
* @summary Cancel Subscription
|
|
602
|
+
* @param {MarketplaceApiCancelSubscriptionMarketplace0Request} requestParameters Request parameters.
|
|
603
|
+
* @param {*} [options] Override http request option.
|
|
604
|
+
* @throws {RequiredError}
|
|
605
|
+
*/
|
|
606
|
+
cancelSubscriptionMarketplace_1(requestParameters: MarketplaceApiCancelSubscriptionMarketplace0Request, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
607
|
+
[key: string]: any;
|
|
608
|
+
}>;
|
|
609
|
+
/**
|
|
610
|
+
* Create a new marketplace listing for a retriever. This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
|
|
611
|
+
* @summary Create Marketplace Listing
|
|
612
|
+
* @param {MarketplaceApiCreateMarketplaceListingRequest} requestParameters Request parameters.
|
|
613
|
+
* @param {*} [options] Override http request option.
|
|
614
|
+
* @throws {RequiredError}
|
|
615
|
+
*/
|
|
616
|
+
createMarketplaceListing(requestParameters: MarketplaceApiCreateMarketplaceListingRequest, options?: RawAxiosRequestConfig): AxiosPromise<MarketplaceListing>;
|
|
617
|
+
/**
|
|
618
|
+
* Create a new marketplace listing for a retriever. This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
|
|
619
|
+
* @summary Create Marketplace Listing
|
|
620
|
+
* @param {MarketplaceApiCreateMarketplaceListing0Request} requestParameters Request parameters.
|
|
621
|
+
* @param {*} [options] Override http request option.
|
|
622
|
+
* @throws {RequiredError}
|
|
623
|
+
*/
|
|
624
|
+
createMarketplaceListing_2(requestParameters: MarketplaceApiCreateMarketplaceListing0Request, options?: RawAxiosRequestConfig): AxiosPromise<MarketplaceListing>;
|
|
625
|
+
/**
|
|
626
|
+
* Subscribe to a marketplace listing. Free Tier: - Immediately active - Returns access_token (prk_xxx format) - No Stripe checkout required Paid Tiers: - Creates pending subscription - Returns checkout_url for Stripe payment - Subscription activates after payment via webhook
|
|
627
|
+
* @summary Subscribe to Marketplace Listing
|
|
628
|
+
* @param {MarketplaceApiCreateSubscriptionMarketplaceRequest} requestParameters Request parameters.
|
|
629
|
+
* @param {*} [options] Override http request option.
|
|
630
|
+
* @throws {RequiredError}
|
|
631
|
+
*/
|
|
632
|
+
createSubscriptionMarketplace(requestParameters: MarketplaceApiCreateSubscriptionMarketplaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
633
|
+
[key: string]: any;
|
|
634
|
+
}>;
|
|
635
|
+
/**
|
|
636
|
+
* Subscribe to a marketplace listing. Free Tier: - Immediately active - Returns access_token (prk_xxx format) - No Stripe checkout required Paid Tiers: - Creates pending subscription - Returns checkout_url for Stripe payment - Subscription activates after payment via webhook
|
|
637
|
+
* @summary Subscribe to Marketplace Listing
|
|
638
|
+
* @param {MarketplaceApiCreateSubscriptionMarketplace0Request} requestParameters Request parameters.
|
|
639
|
+
* @param {*} [options] Override http request option.
|
|
640
|
+
* @throws {RequiredError}
|
|
641
|
+
*/
|
|
642
|
+
createSubscriptionMarketplace_3(requestParameters: MarketplaceApiCreateSubscriptionMarketplace0Request, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
643
|
+
[key: string]: any;
|
|
644
|
+
}>;
|
|
645
|
+
/**
|
|
646
|
+
* Delete a marketplace listing.
|
|
647
|
+
* @summary Delete Marketplace Listing
|
|
648
|
+
* @param {MarketplaceApiDeleteMarketplaceListingRequest} requestParameters Request parameters.
|
|
649
|
+
* @param {*} [options] Override http request option.
|
|
650
|
+
* @throws {RequiredError}
|
|
651
|
+
*/
|
|
652
|
+
deleteMarketplaceListing(requestParameters: MarketplaceApiDeleteMarketplaceListingRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
653
|
+
/**
|
|
654
|
+
* Delete a marketplace listing.
|
|
655
|
+
* @summary Delete Marketplace Listing
|
|
656
|
+
* @param {MarketplaceApiDeleteMarketplaceListing0Request} requestParameters Request parameters.
|
|
657
|
+
* @param {*} [options] Override http request option.
|
|
658
|
+
* @throws {RequiredError}
|
|
659
|
+
*/
|
|
660
|
+
deleteMarketplaceListing_4(requestParameters: MarketplaceApiDeleteMarketplaceListing0Request, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
661
|
+
/**
|
|
662
|
+
* Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
|
|
663
|
+
* @summary Execute Marketplace Retriever
|
|
664
|
+
* @param {MarketplaceApiExecuteMarketplaceRetrieverCatalogNameRequest} requestParameters Request parameters.
|
|
665
|
+
* @param {*} [options] Override http request option.
|
|
666
|
+
* @throws {RequiredError}
|
|
667
|
+
*/
|
|
668
|
+
executeMarketplaceRetrieverCatalogName(requestParameters: MarketplaceApiExecuteMarketplaceRetrieverCatalogNameRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
669
|
+
/**
|
|
670
|
+
* Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
|
|
671
|
+
* @summary Execute Marketplace Retriever
|
|
672
|
+
* @param {MarketplaceApiExecuteMarketplaceRetrieverCatalogName0Request} requestParameters Request parameters.
|
|
673
|
+
* @param {*} [options] Override http request option.
|
|
674
|
+
* @throws {RequiredError}
|
|
675
|
+
*/
|
|
676
|
+
executeMarketplaceRetrieverCatalogName_5(requestParameters: MarketplaceApiExecuteMarketplaceRetrieverCatalogName0Request, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
677
|
+
/**
|
|
678
|
+
* Browse marketplace catalog with optional filters. Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don\'t appear here.
|
|
679
|
+
* @summary Browse Marketplace Catalog
|
|
680
|
+
* @param {MarketplaceApiGetMarketplaceCatalogRequest} requestParameters Request parameters.
|
|
681
|
+
* @param {*} [options] Override http request option.
|
|
682
|
+
* @throws {RequiredError}
|
|
683
|
+
*/
|
|
684
|
+
getMarketplaceCatalog(requestParameters?: MarketplaceApiGetMarketplaceCatalogRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<MarketplaceListing>>;
|
|
685
|
+
/**
|
|
686
|
+
* Browse marketplace catalog with optional filters. Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don\'t appear here.
|
|
687
|
+
* @summary Browse Marketplace Catalog
|
|
688
|
+
* @param {MarketplaceApiGetMarketplaceCatalog0Request} requestParameters Request parameters.
|
|
689
|
+
* @param {*} [options] Override http request option.
|
|
690
|
+
* @throws {RequiredError}
|
|
691
|
+
*/
|
|
692
|
+
getMarketplaceCatalog_6(requestParameters?: MarketplaceApiGetMarketplaceCatalog0Request, options?: RawAxiosRequestConfig): AxiosPromise<Array<MarketplaceListing>>;
|
|
693
|
+
/**
|
|
694
|
+
* Get detailed information about a marketplace listing by its public name. Example: /marketplace/catalog/brand-safety-api
|
|
695
|
+
* @summary Get Marketplace Listing by Public Name
|
|
696
|
+
* @param {MarketplaceApiGetMarketplaceListingByNameCatalogRequest} requestParameters Request parameters.
|
|
697
|
+
* @param {*} [options] Override http request option.
|
|
698
|
+
* @throws {RequiredError}
|
|
699
|
+
*/
|
|
700
|
+
getMarketplaceListingByNameCatalog(requestParameters: MarketplaceApiGetMarketplaceListingByNameCatalogRequest, options?: RawAxiosRequestConfig): AxiosPromise<MarketplaceListing>;
|
|
701
|
+
/**
|
|
702
|
+
* Get detailed information about a marketplace listing by its public name. Example: /marketplace/catalog/brand-safety-api
|
|
703
|
+
* @summary Get Marketplace Listing by Public Name
|
|
704
|
+
* @param {MarketplaceApiGetMarketplaceListingByNameCatalog0Request} requestParameters Request parameters.
|
|
705
|
+
* @param {*} [options] Override http request option.
|
|
706
|
+
* @throws {RequiredError}
|
|
707
|
+
*/
|
|
708
|
+
getMarketplaceListingByNameCatalog_7(requestParameters: MarketplaceApiGetMarketplaceListingByNameCatalog0Request, options?: RawAxiosRequestConfig): AxiosPromise<MarketplaceListing>;
|
|
709
|
+
/**
|
|
710
|
+
* Get display configuration for rendering the marketplace listing interface
|
|
711
|
+
* @summary Get Marketplace Listing Configuration
|
|
712
|
+
* @param {MarketplaceApiGetMarketplaceListingConfigCatalogNameRequest} requestParameters Request parameters.
|
|
713
|
+
* @param {*} [options] Override http request option.
|
|
714
|
+
* @throws {RequiredError}
|
|
715
|
+
*/
|
|
716
|
+
getMarketplaceListingConfigCatalogName(requestParameters: MarketplaceApiGetMarketplaceListingConfigCatalogNameRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
717
|
+
/**
|
|
718
|
+
* Get display configuration for rendering the marketplace listing interface
|
|
719
|
+
* @summary Get Marketplace Listing Configuration
|
|
720
|
+
* @param {MarketplaceApiGetMarketplaceListingConfigCatalogName0Request} requestParameters Request parameters.
|
|
721
|
+
* @param {*} [options] Override http request option.
|
|
722
|
+
* @throws {RequiredError}
|
|
723
|
+
*/
|
|
724
|
+
getMarketplaceListingConfigCatalogName_8(requestParameters: MarketplaceApiGetMarketplaceListingConfigCatalogName0Request, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
725
|
+
/**
|
|
726
|
+
* Get the retriever configuration from a marketplace listing as a reusable template
|
|
727
|
+
* @summary Get Marketplace Listing as Template
|
|
728
|
+
* @param {MarketplaceApiGetMarketplaceListingTemplateCatalogNameRequest} requestParameters Request parameters.
|
|
729
|
+
* @param {*} [options] Override http request option.
|
|
730
|
+
* @throws {RequiredError}
|
|
731
|
+
*/
|
|
732
|
+
getMarketplaceListingTemplateCatalogName(requestParameters: MarketplaceApiGetMarketplaceListingTemplateCatalogNameRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
733
|
+
/**
|
|
734
|
+
* Get the retriever configuration from a marketplace listing as a reusable template
|
|
735
|
+
* @summary Get Marketplace Listing as Template
|
|
736
|
+
* @param {MarketplaceApiGetMarketplaceListingTemplateCatalogName0Request} requestParameters Request parameters.
|
|
737
|
+
* @param {*} [options] Override http request option.
|
|
738
|
+
* @throws {RequiredError}
|
|
739
|
+
*/
|
|
740
|
+
getMarketplaceListingTemplateCatalogName_9(requestParameters: MarketplaceApiGetMarketplaceListingTemplateCatalogName0Request, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
741
|
+
/**
|
|
742
|
+
* Get detailed information about a subscription.
|
|
743
|
+
* @summary Get Subscription Details
|
|
744
|
+
* @param {MarketplaceApiGetSubscriptionMarketplaceRequest} requestParameters Request parameters.
|
|
745
|
+
* @param {*} [options] Override http request option.
|
|
746
|
+
* @throws {RequiredError}
|
|
747
|
+
*/
|
|
748
|
+
getSubscriptionMarketplace(requestParameters: MarketplaceApiGetSubscriptionMarketplaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
749
|
+
[key: string]: any;
|
|
750
|
+
}>;
|
|
751
|
+
/**
|
|
752
|
+
* Get detailed information about a subscription.
|
|
753
|
+
* @summary Get Subscription Details
|
|
754
|
+
* @param {MarketplaceApiGetSubscriptionMarketplace0Request} requestParameters Request parameters.
|
|
755
|
+
* @param {*} [options] Override http request option.
|
|
756
|
+
* @throws {RequiredError}
|
|
757
|
+
*/
|
|
758
|
+
getSubscriptionMarketplace_10(requestParameters: MarketplaceApiGetSubscriptionMarketplace0Request, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
759
|
+
[key: string]: any;
|
|
760
|
+
}>;
|
|
761
|
+
/**
|
|
762
|
+
* List all subscriptions for the current organization.
|
|
763
|
+
* @summary List My Subscriptions
|
|
764
|
+
* @param {MarketplaceApiListMySubscriptionsMarketplaceRequest} requestParameters Request parameters.
|
|
765
|
+
* @param {*} [options] Override http request option.
|
|
766
|
+
* @throws {RequiredError}
|
|
767
|
+
*/
|
|
768
|
+
listMySubscriptionsMarketplace(requestParameters?: MarketplaceApiListMySubscriptionsMarketplaceRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<{
|
|
769
|
+
[key: string]: any;
|
|
770
|
+
}>>;
|
|
771
|
+
/**
|
|
772
|
+
* List all subscriptions for the current organization.
|
|
773
|
+
* @summary List My Subscriptions
|
|
774
|
+
* @param {MarketplaceApiListMySubscriptionsMarketplace0Request} requestParameters Request parameters.
|
|
775
|
+
* @param {*} [options] Override http request option.
|
|
776
|
+
* @throws {RequiredError}
|
|
777
|
+
*/
|
|
778
|
+
listMySubscriptionsMarketplace_11(requestParameters?: MarketplaceApiListMySubscriptionsMarketplace0Request, options?: RawAxiosRequestConfig): AxiosPromise<Array<{
|
|
779
|
+
[key: string]: any;
|
|
780
|
+
}>>;
|
|
781
|
+
/**
|
|
782
|
+
* Publish a marketplace listing (change status from draft to published).
|
|
783
|
+
* @summary Publish Marketplace Listing
|
|
784
|
+
* @param {MarketplaceApiPublishMarketplaceListingRequest} requestParameters Request parameters.
|
|
785
|
+
* @param {*} [options] Override http request option.
|
|
786
|
+
* @throws {RequiredError}
|
|
787
|
+
*/
|
|
788
|
+
publishMarketplaceListing(requestParameters: MarketplaceApiPublishMarketplaceListingRequest, options?: RawAxiosRequestConfig): AxiosPromise<MarketplaceListing>;
|
|
789
|
+
/**
|
|
790
|
+
* Publish a marketplace listing (change status from draft to published).
|
|
791
|
+
* @summary Publish Marketplace Listing
|
|
792
|
+
* @param {MarketplaceApiPublishMarketplaceListing0Request} requestParameters Request parameters.
|
|
793
|
+
* @param {*} [options] Override http request option.
|
|
794
|
+
* @throws {RequiredError}
|
|
795
|
+
*/
|
|
796
|
+
publishMarketplaceListing_12(requestParameters: MarketplaceApiPublishMarketplaceListing0Request, options?: RawAxiosRequestConfig): AxiosPromise<MarketplaceListing>;
|
|
797
|
+
/**
|
|
798
|
+
* Update an existing marketplace listing.
|
|
799
|
+
* @summary Update Marketplace Listing
|
|
800
|
+
* @param {MarketplaceApiUpdateMarketplaceListingRequest} requestParameters Request parameters.
|
|
801
|
+
* @param {*} [options] Override http request option.
|
|
802
|
+
* @throws {RequiredError}
|
|
803
|
+
*/
|
|
804
|
+
updateMarketplaceListing(requestParameters: MarketplaceApiUpdateMarketplaceListingRequest, options?: RawAxiosRequestConfig): AxiosPromise<MarketplaceListing>;
|
|
805
|
+
/**
|
|
806
|
+
* Update an existing marketplace listing.
|
|
807
|
+
* @summary Update Marketplace Listing
|
|
808
|
+
* @param {MarketplaceApiUpdateMarketplaceListing0Request} requestParameters Request parameters.
|
|
809
|
+
* @param {*} [options] Override http request option.
|
|
810
|
+
* @throws {RequiredError}
|
|
811
|
+
*/
|
|
812
|
+
updateMarketplaceListing_13(requestParameters: MarketplaceApiUpdateMarketplaceListing0Request, options?: RawAxiosRequestConfig): AxiosPromise<MarketplaceListing>;
|
|
813
|
+
/**
|
|
814
|
+
* Verify password for a password-protected marketplace listing
|
|
815
|
+
* @summary Verify Password for Marketplace Listing
|
|
816
|
+
* @param {MarketplaceApiVerifyMarketplaceListingPasswordCatalogNameRequest} requestParameters Request parameters.
|
|
817
|
+
* @param {*} [options] Override http request option.
|
|
818
|
+
* @throws {RequiredError}
|
|
819
|
+
*/
|
|
820
|
+
verifyMarketplaceListingPasswordCatalogName(requestParameters: MarketplaceApiVerifyMarketplaceListingPasswordCatalogNameRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
821
|
+
/**
|
|
822
|
+
* Verify password for a password-protected marketplace listing
|
|
823
|
+
* @summary Verify Password for Marketplace Listing
|
|
824
|
+
* @param {MarketplaceApiVerifyMarketplaceListingPasswordCatalogName0Request} requestParameters Request parameters.
|
|
825
|
+
* @param {*} [options] Override http request option.
|
|
826
|
+
* @throws {RequiredError}
|
|
827
|
+
*/
|
|
828
|
+
verifyMarketplaceListingPasswordCatalogName_14(requestParameters: MarketplaceApiVerifyMarketplaceListingPasswordCatalogName0Request, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
829
|
+
};
|
|
830
|
+
/**
|
|
831
|
+
* Request parameters for cancelSubscriptionMarketplace operation in MarketplaceApi.
|
|
832
|
+
* @export
|
|
833
|
+
* @interface MarketplaceApiCancelSubscriptionMarketplaceRequest
|
|
834
|
+
*/
|
|
835
|
+
export interface MarketplaceApiCancelSubscriptionMarketplaceRequest {
|
|
836
|
+
/**
|
|
837
|
+
* Subscription ID to cancel
|
|
838
|
+
* @type {string}
|
|
839
|
+
* @memberof MarketplaceApiCancelSubscriptionMarketplace
|
|
840
|
+
*/
|
|
841
|
+
readonly subscriptionId: string;
|
|
842
|
+
/**
|
|
843
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
844
|
+
* @type {string}
|
|
845
|
+
* @memberof MarketplaceApiCancelSubscriptionMarketplace
|
|
846
|
+
*/
|
|
847
|
+
readonly authorization?: string;
|
|
848
|
+
}
|
|
849
|
+
/**
|
|
850
|
+
* Request parameters for cancelSubscriptionMarketplace_1 operation in MarketplaceApi.
|
|
851
|
+
* @export
|
|
852
|
+
* @interface MarketplaceApiCancelSubscriptionMarketplace0Request
|
|
853
|
+
*/
|
|
854
|
+
export interface MarketplaceApiCancelSubscriptionMarketplace0Request {
|
|
855
|
+
/**
|
|
856
|
+
* Subscription ID to cancel
|
|
857
|
+
* @type {string}
|
|
858
|
+
* @memberof MarketplaceApiCancelSubscriptionMarketplace0
|
|
859
|
+
*/
|
|
860
|
+
readonly subscriptionId: string;
|
|
861
|
+
/**
|
|
862
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
863
|
+
* @type {string}
|
|
864
|
+
* @memberof MarketplaceApiCancelSubscriptionMarketplace0
|
|
865
|
+
*/
|
|
866
|
+
readonly authorization?: string;
|
|
867
|
+
}
|
|
868
|
+
/**
|
|
869
|
+
* Request parameters for createMarketplaceListing operation in MarketplaceApi.
|
|
870
|
+
* @export
|
|
871
|
+
* @interface MarketplaceApiCreateMarketplaceListingRequest
|
|
872
|
+
*/
|
|
873
|
+
export interface MarketplaceApiCreateMarketplaceListingRequest {
|
|
874
|
+
/**
|
|
875
|
+
*
|
|
876
|
+
* @type {{ [key: string]: any; }}
|
|
877
|
+
* @memberof MarketplaceApiCreateMarketplaceListing
|
|
878
|
+
*/
|
|
879
|
+
readonly requestBody: {
|
|
880
|
+
[key: string]: any;
|
|
881
|
+
};
|
|
882
|
+
/**
|
|
883
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
884
|
+
* @type {string}
|
|
885
|
+
* @memberof MarketplaceApiCreateMarketplaceListing
|
|
886
|
+
*/
|
|
887
|
+
readonly authorization?: string;
|
|
888
|
+
}
|
|
889
|
+
/**
|
|
890
|
+
* Request parameters for createMarketplaceListing_2 operation in MarketplaceApi.
|
|
891
|
+
* @export
|
|
892
|
+
* @interface MarketplaceApiCreateMarketplaceListing0Request
|
|
893
|
+
*/
|
|
894
|
+
export interface MarketplaceApiCreateMarketplaceListing0Request {
|
|
895
|
+
/**
|
|
896
|
+
*
|
|
897
|
+
* @type {{ [key: string]: any; }}
|
|
898
|
+
* @memberof MarketplaceApiCreateMarketplaceListing0
|
|
899
|
+
*/
|
|
900
|
+
readonly requestBody: {
|
|
901
|
+
[key: string]: any;
|
|
902
|
+
};
|
|
903
|
+
/**
|
|
904
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
905
|
+
* @type {string}
|
|
906
|
+
* @memberof MarketplaceApiCreateMarketplaceListing0
|
|
907
|
+
*/
|
|
908
|
+
readonly authorization?: string;
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* Request parameters for createSubscriptionMarketplace operation in MarketplaceApi.
|
|
912
|
+
* @export
|
|
913
|
+
* @interface MarketplaceApiCreateSubscriptionMarketplaceRequest
|
|
914
|
+
*/
|
|
915
|
+
export interface MarketplaceApiCreateSubscriptionMarketplaceRequest {
|
|
916
|
+
/**
|
|
917
|
+
*
|
|
918
|
+
* @type {BodyCreateSubscriptionV1MarketplaceSubscriptionsPost}
|
|
919
|
+
* @memberof MarketplaceApiCreateSubscriptionMarketplace
|
|
920
|
+
*/
|
|
921
|
+
readonly bodyCreateSubscriptionV1MarketplaceSubscriptionsPost: BodyCreateSubscriptionV1MarketplaceSubscriptionsPost;
|
|
922
|
+
/**
|
|
923
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
924
|
+
* @type {string}
|
|
925
|
+
* @memberof MarketplaceApiCreateSubscriptionMarketplace
|
|
926
|
+
*/
|
|
927
|
+
readonly authorization?: string;
|
|
928
|
+
}
|
|
929
|
+
/**
|
|
930
|
+
* Request parameters for createSubscriptionMarketplace_3 operation in MarketplaceApi.
|
|
931
|
+
* @export
|
|
932
|
+
* @interface MarketplaceApiCreateSubscriptionMarketplace0Request
|
|
933
|
+
*/
|
|
934
|
+
export interface MarketplaceApiCreateSubscriptionMarketplace0Request {
|
|
935
|
+
/**
|
|
936
|
+
*
|
|
937
|
+
* @type {BodyCreateSubscriptionV1MarketplaceSubscriptionsPost}
|
|
938
|
+
* @memberof MarketplaceApiCreateSubscriptionMarketplace0
|
|
939
|
+
*/
|
|
940
|
+
readonly bodyCreateSubscriptionV1MarketplaceSubscriptionsPost: BodyCreateSubscriptionV1MarketplaceSubscriptionsPost;
|
|
941
|
+
/**
|
|
942
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
943
|
+
* @type {string}
|
|
944
|
+
* @memberof MarketplaceApiCreateSubscriptionMarketplace0
|
|
945
|
+
*/
|
|
946
|
+
readonly authorization?: string;
|
|
947
|
+
}
|
|
948
|
+
/**
|
|
949
|
+
* Request parameters for deleteMarketplaceListing operation in MarketplaceApi.
|
|
950
|
+
* @export
|
|
951
|
+
* @interface MarketplaceApiDeleteMarketplaceListingRequest
|
|
952
|
+
*/
|
|
953
|
+
export interface MarketplaceApiDeleteMarketplaceListingRequest {
|
|
954
|
+
/**
|
|
955
|
+
*
|
|
956
|
+
* @type {string}
|
|
957
|
+
* @memberof MarketplaceApiDeleteMarketplaceListing
|
|
958
|
+
*/
|
|
959
|
+
readonly listingId: string;
|
|
960
|
+
/**
|
|
961
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
962
|
+
* @type {string}
|
|
963
|
+
* @memberof MarketplaceApiDeleteMarketplaceListing
|
|
964
|
+
*/
|
|
965
|
+
readonly authorization?: string;
|
|
966
|
+
}
|
|
967
|
+
/**
|
|
968
|
+
* Request parameters for deleteMarketplaceListing_4 operation in MarketplaceApi.
|
|
969
|
+
* @export
|
|
970
|
+
* @interface MarketplaceApiDeleteMarketplaceListing0Request
|
|
971
|
+
*/
|
|
972
|
+
export interface MarketplaceApiDeleteMarketplaceListing0Request {
|
|
973
|
+
/**
|
|
974
|
+
*
|
|
975
|
+
* @type {string}
|
|
976
|
+
* @memberof MarketplaceApiDeleteMarketplaceListing0
|
|
977
|
+
*/
|
|
978
|
+
readonly listingId: string;
|
|
979
|
+
/**
|
|
980
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
981
|
+
* @type {string}
|
|
982
|
+
* @memberof MarketplaceApiDeleteMarketplaceListing0
|
|
983
|
+
*/
|
|
984
|
+
readonly authorization?: string;
|
|
985
|
+
}
|
|
986
|
+
/**
|
|
987
|
+
* Request parameters for executeMarketplaceRetrieverCatalogName operation in MarketplaceApi.
|
|
988
|
+
* @export
|
|
989
|
+
* @interface MarketplaceApiExecuteMarketplaceRetrieverCatalogNameRequest
|
|
990
|
+
*/
|
|
991
|
+
export interface MarketplaceApiExecuteMarketplaceRetrieverCatalogNameRequest {
|
|
992
|
+
/**
|
|
993
|
+
* Public name of the marketplace listing
|
|
994
|
+
* @type {string}
|
|
995
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName
|
|
996
|
+
*/
|
|
997
|
+
readonly publicName: string;
|
|
998
|
+
/**
|
|
999
|
+
*
|
|
1000
|
+
* @type {RetrieverExecutionRequest}
|
|
1001
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName
|
|
1002
|
+
*/
|
|
1003
|
+
readonly retrieverExecutionRequest: RetrieverExecutionRequest;
|
|
1004
|
+
/**
|
|
1005
|
+
* Generate fresh presigned download URLs for all blobs with S3 storage
|
|
1006
|
+
* @type {boolean}
|
|
1007
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName
|
|
1008
|
+
*/
|
|
1009
|
+
readonly returnPresignedUrls?: boolean;
|
|
1010
|
+
/**
|
|
1011
|
+
* Include vector embeddings in response
|
|
1012
|
+
* @type {boolean}
|
|
1013
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName
|
|
1014
|
+
*/
|
|
1015
|
+
readonly returnVectors?: boolean;
|
|
1016
|
+
/**
|
|
1017
|
+
*
|
|
1018
|
+
* @type {string}
|
|
1019
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName
|
|
1020
|
+
*/
|
|
1021
|
+
readonly authorization?: string;
|
|
1022
|
+
}
|
|
1023
|
+
/**
|
|
1024
|
+
* Request parameters for executeMarketplaceRetrieverCatalogName_5 operation in MarketplaceApi.
|
|
1025
|
+
* @export
|
|
1026
|
+
* @interface MarketplaceApiExecuteMarketplaceRetrieverCatalogName0Request
|
|
1027
|
+
*/
|
|
1028
|
+
export interface MarketplaceApiExecuteMarketplaceRetrieverCatalogName0Request {
|
|
1029
|
+
/**
|
|
1030
|
+
* Public name of the marketplace listing
|
|
1031
|
+
* @type {string}
|
|
1032
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName0
|
|
1033
|
+
*/
|
|
1034
|
+
readonly publicName: string;
|
|
1035
|
+
/**
|
|
1036
|
+
*
|
|
1037
|
+
* @type {RetrieverExecutionRequest}
|
|
1038
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName0
|
|
1039
|
+
*/
|
|
1040
|
+
readonly retrieverExecutionRequest: RetrieverExecutionRequest;
|
|
1041
|
+
/**
|
|
1042
|
+
* Generate fresh presigned download URLs for all blobs with S3 storage
|
|
1043
|
+
* @type {boolean}
|
|
1044
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName0
|
|
1045
|
+
*/
|
|
1046
|
+
readonly returnPresignedUrls?: boolean;
|
|
1047
|
+
/**
|
|
1048
|
+
* Include vector embeddings in response
|
|
1049
|
+
* @type {boolean}
|
|
1050
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName0
|
|
1051
|
+
*/
|
|
1052
|
+
readonly returnVectors?: boolean;
|
|
1053
|
+
/**
|
|
1054
|
+
*
|
|
1055
|
+
* @type {string}
|
|
1056
|
+
* @memberof MarketplaceApiExecuteMarketplaceRetrieverCatalogName0
|
|
1057
|
+
*/
|
|
1058
|
+
readonly authorization?: string;
|
|
1059
|
+
}
|
|
1060
|
+
/**
|
|
1061
|
+
* Request parameters for getMarketplaceCatalog operation in MarketplaceApi.
|
|
1062
|
+
* @export
|
|
1063
|
+
* @interface MarketplaceApiGetMarketplaceCatalogRequest
|
|
1064
|
+
*/
|
|
1065
|
+
export interface MarketplaceApiGetMarketplaceCatalogRequest {
|
|
1066
|
+
/**
|
|
1067
|
+
* Filter by category (e.g., \'Content Moderation\', \'Search\')
|
|
1068
|
+
* @type {string}
|
|
1069
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog
|
|
1070
|
+
*/
|
|
1071
|
+
readonly category?: string;
|
|
1072
|
+
/**
|
|
1073
|
+
* Filter by tags (AND logic - listing must have all tags)
|
|
1074
|
+
* @type {Array<string>}
|
|
1075
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog
|
|
1076
|
+
*/
|
|
1077
|
+
readonly tags?: Array<string>;
|
|
1078
|
+
/**
|
|
1079
|
+
* Search in title and description
|
|
1080
|
+
* @type {string}
|
|
1081
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog
|
|
1082
|
+
*/
|
|
1083
|
+
readonly search?: string;
|
|
1084
|
+
/**
|
|
1085
|
+
* Number of listings to skip
|
|
1086
|
+
* @type {number}
|
|
1087
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog
|
|
1088
|
+
*/
|
|
1089
|
+
readonly skip?: number;
|
|
1090
|
+
/**
|
|
1091
|
+
* Number of listings to return
|
|
1092
|
+
* @type {number}
|
|
1093
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog
|
|
1094
|
+
*/
|
|
1095
|
+
readonly limit?: number;
|
|
1096
|
+
}
|
|
1097
|
+
/**
|
|
1098
|
+
* Request parameters for getMarketplaceCatalog_6 operation in MarketplaceApi.
|
|
1099
|
+
* @export
|
|
1100
|
+
* @interface MarketplaceApiGetMarketplaceCatalog0Request
|
|
1101
|
+
*/
|
|
1102
|
+
export interface MarketplaceApiGetMarketplaceCatalog0Request {
|
|
1103
|
+
/**
|
|
1104
|
+
* Filter by category (e.g., \'Content Moderation\', \'Search\')
|
|
1105
|
+
* @type {string}
|
|
1106
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog0
|
|
1107
|
+
*/
|
|
1108
|
+
readonly category?: string;
|
|
1109
|
+
/**
|
|
1110
|
+
* Filter by tags (AND logic - listing must have all tags)
|
|
1111
|
+
* @type {Array<string>}
|
|
1112
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog0
|
|
1113
|
+
*/
|
|
1114
|
+
readonly tags?: Array<string>;
|
|
1115
|
+
/**
|
|
1116
|
+
* Search in title and description
|
|
1117
|
+
* @type {string}
|
|
1118
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog0
|
|
1119
|
+
*/
|
|
1120
|
+
readonly search?: string;
|
|
1121
|
+
/**
|
|
1122
|
+
* Number of listings to skip
|
|
1123
|
+
* @type {number}
|
|
1124
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog0
|
|
1125
|
+
*/
|
|
1126
|
+
readonly skip?: number;
|
|
1127
|
+
/**
|
|
1128
|
+
* Number of listings to return
|
|
1129
|
+
* @type {number}
|
|
1130
|
+
* @memberof MarketplaceApiGetMarketplaceCatalog0
|
|
1131
|
+
*/
|
|
1132
|
+
readonly limit?: number;
|
|
1133
|
+
}
|
|
1134
|
+
/**
|
|
1135
|
+
* Request parameters for getMarketplaceListingByNameCatalog operation in MarketplaceApi.
|
|
1136
|
+
* @export
|
|
1137
|
+
* @interface MarketplaceApiGetMarketplaceListingByNameCatalogRequest
|
|
1138
|
+
*/
|
|
1139
|
+
export interface MarketplaceApiGetMarketplaceListingByNameCatalogRequest {
|
|
1140
|
+
/**
|
|
1141
|
+
* Public URL slug for the listing
|
|
1142
|
+
* @type {string}
|
|
1143
|
+
* @memberof MarketplaceApiGetMarketplaceListingByNameCatalog
|
|
1144
|
+
*/
|
|
1145
|
+
readonly publicName: string;
|
|
1146
|
+
}
|
|
1147
|
+
/**
|
|
1148
|
+
* Request parameters for getMarketplaceListingByNameCatalog_7 operation in MarketplaceApi.
|
|
1149
|
+
* @export
|
|
1150
|
+
* @interface MarketplaceApiGetMarketplaceListingByNameCatalog0Request
|
|
1151
|
+
*/
|
|
1152
|
+
export interface MarketplaceApiGetMarketplaceListingByNameCatalog0Request {
|
|
1153
|
+
/**
|
|
1154
|
+
* Public URL slug for the listing
|
|
1155
|
+
* @type {string}
|
|
1156
|
+
* @memberof MarketplaceApiGetMarketplaceListingByNameCatalog0
|
|
1157
|
+
*/
|
|
1158
|
+
readonly publicName: string;
|
|
1159
|
+
}
|
|
1160
|
+
/**
|
|
1161
|
+
* Request parameters for getMarketplaceListingConfigCatalogName operation in MarketplaceApi.
|
|
1162
|
+
* @export
|
|
1163
|
+
* @interface MarketplaceApiGetMarketplaceListingConfigCatalogNameRequest
|
|
1164
|
+
*/
|
|
1165
|
+
export interface MarketplaceApiGetMarketplaceListingConfigCatalogNameRequest {
|
|
1166
|
+
/**
|
|
1167
|
+
* Public name of the marketplace listing
|
|
1168
|
+
* @type {string}
|
|
1169
|
+
* @memberof MarketplaceApiGetMarketplaceListingConfigCatalogName
|
|
1170
|
+
*/
|
|
1171
|
+
readonly publicName: string;
|
|
1172
|
+
}
|
|
1173
|
+
/**
|
|
1174
|
+
* Request parameters for getMarketplaceListingConfigCatalogName_8 operation in MarketplaceApi.
|
|
1175
|
+
* @export
|
|
1176
|
+
* @interface MarketplaceApiGetMarketplaceListingConfigCatalogName0Request
|
|
1177
|
+
*/
|
|
1178
|
+
export interface MarketplaceApiGetMarketplaceListingConfigCatalogName0Request {
|
|
1179
|
+
/**
|
|
1180
|
+
* Public name of the marketplace listing
|
|
1181
|
+
* @type {string}
|
|
1182
|
+
* @memberof MarketplaceApiGetMarketplaceListingConfigCatalogName0
|
|
1183
|
+
*/
|
|
1184
|
+
readonly publicName: string;
|
|
1185
|
+
}
|
|
1186
|
+
/**
|
|
1187
|
+
* Request parameters for getMarketplaceListingTemplateCatalogName operation in MarketplaceApi.
|
|
1188
|
+
* @export
|
|
1189
|
+
* @interface MarketplaceApiGetMarketplaceListingTemplateCatalogNameRequest
|
|
1190
|
+
*/
|
|
1191
|
+
export interface MarketplaceApiGetMarketplaceListingTemplateCatalogNameRequest {
|
|
1192
|
+
/**
|
|
1193
|
+
* Public name of the marketplace listing
|
|
1194
|
+
* @type {string}
|
|
1195
|
+
* @memberof MarketplaceApiGetMarketplaceListingTemplateCatalogName
|
|
1196
|
+
*/
|
|
1197
|
+
readonly publicName: string;
|
|
1198
|
+
}
|
|
1199
|
+
/**
|
|
1200
|
+
* Request parameters for getMarketplaceListingTemplateCatalogName_9 operation in MarketplaceApi.
|
|
1201
|
+
* @export
|
|
1202
|
+
* @interface MarketplaceApiGetMarketplaceListingTemplateCatalogName0Request
|
|
1203
|
+
*/
|
|
1204
|
+
export interface MarketplaceApiGetMarketplaceListingTemplateCatalogName0Request {
|
|
1205
|
+
/**
|
|
1206
|
+
* Public name of the marketplace listing
|
|
1207
|
+
* @type {string}
|
|
1208
|
+
* @memberof MarketplaceApiGetMarketplaceListingTemplateCatalogName0
|
|
1209
|
+
*/
|
|
1210
|
+
readonly publicName: string;
|
|
1211
|
+
}
|
|
1212
|
+
/**
|
|
1213
|
+
* Request parameters for getSubscriptionMarketplace operation in MarketplaceApi.
|
|
1214
|
+
* @export
|
|
1215
|
+
* @interface MarketplaceApiGetSubscriptionMarketplaceRequest
|
|
1216
|
+
*/
|
|
1217
|
+
export interface MarketplaceApiGetSubscriptionMarketplaceRequest {
|
|
1218
|
+
/**
|
|
1219
|
+
* Subscription ID
|
|
1220
|
+
* @type {string}
|
|
1221
|
+
* @memberof MarketplaceApiGetSubscriptionMarketplace
|
|
1222
|
+
*/
|
|
1223
|
+
readonly subscriptionId: string;
|
|
1224
|
+
/**
|
|
1225
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1226
|
+
* @type {string}
|
|
1227
|
+
* @memberof MarketplaceApiGetSubscriptionMarketplace
|
|
1228
|
+
*/
|
|
1229
|
+
readonly authorization?: string;
|
|
1230
|
+
}
|
|
1231
|
+
/**
|
|
1232
|
+
* Request parameters for getSubscriptionMarketplace_10 operation in MarketplaceApi.
|
|
1233
|
+
* @export
|
|
1234
|
+
* @interface MarketplaceApiGetSubscriptionMarketplace0Request
|
|
1235
|
+
*/
|
|
1236
|
+
export interface MarketplaceApiGetSubscriptionMarketplace0Request {
|
|
1237
|
+
/**
|
|
1238
|
+
* Subscription ID
|
|
1239
|
+
* @type {string}
|
|
1240
|
+
* @memberof MarketplaceApiGetSubscriptionMarketplace0
|
|
1241
|
+
*/
|
|
1242
|
+
readonly subscriptionId: string;
|
|
1243
|
+
/**
|
|
1244
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1245
|
+
* @type {string}
|
|
1246
|
+
* @memberof MarketplaceApiGetSubscriptionMarketplace0
|
|
1247
|
+
*/
|
|
1248
|
+
readonly authorization?: string;
|
|
1249
|
+
}
|
|
1250
|
+
/**
|
|
1251
|
+
* Request parameters for listMySubscriptionsMarketplace operation in MarketplaceApi.
|
|
1252
|
+
* @export
|
|
1253
|
+
* @interface MarketplaceApiListMySubscriptionsMarketplaceRequest
|
|
1254
|
+
*/
|
|
1255
|
+
export interface MarketplaceApiListMySubscriptionsMarketplaceRequest {
|
|
1256
|
+
/**
|
|
1257
|
+
* Filter by subscription status
|
|
1258
|
+
* @type {SubscriptionStatus}
|
|
1259
|
+
* @memberof MarketplaceApiListMySubscriptionsMarketplace
|
|
1260
|
+
*/
|
|
1261
|
+
readonly status?: SubscriptionStatus;
|
|
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 MarketplaceApiListMySubscriptionsMarketplace
|
|
1266
|
+
*/
|
|
1267
|
+
readonly authorization?: string;
|
|
1268
|
+
}
|
|
1269
|
+
/**
|
|
1270
|
+
* Request parameters for listMySubscriptionsMarketplace_11 operation in MarketplaceApi.
|
|
1271
|
+
* @export
|
|
1272
|
+
* @interface MarketplaceApiListMySubscriptionsMarketplace0Request
|
|
1273
|
+
*/
|
|
1274
|
+
export interface MarketplaceApiListMySubscriptionsMarketplace0Request {
|
|
1275
|
+
/**
|
|
1276
|
+
* Filter by subscription status
|
|
1277
|
+
* @type {SubscriptionStatus}
|
|
1278
|
+
* @memberof MarketplaceApiListMySubscriptionsMarketplace0
|
|
1279
|
+
*/
|
|
1280
|
+
readonly status?: SubscriptionStatus;
|
|
1281
|
+
/**
|
|
1282
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1283
|
+
* @type {string}
|
|
1284
|
+
* @memberof MarketplaceApiListMySubscriptionsMarketplace0
|
|
1285
|
+
*/
|
|
1286
|
+
readonly authorization?: string;
|
|
1287
|
+
}
|
|
1288
|
+
/**
|
|
1289
|
+
* Request parameters for publishMarketplaceListing operation in MarketplaceApi.
|
|
1290
|
+
* @export
|
|
1291
|
+
* @interface MarketplaceApiPublishMarketplaceListingRequest
|
|
1292
|
+
*/
|
|
1293
|
+
export interface MarketplaceApiPublishMarketplaceListingRequest {
|
|
1294
|
+
/**
|
|
1295
|
+
*
|
|
1296
|
+
* @type {string}
|
|
1297
|
+
* @memberof MarketplaceApiPublishMarketplaceListing
|
|
1298
|
+
*/
|
|
1299
|
+
readonly listingId: string;
|
|
1300
|
+
/**
|
|
1301
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1302
|
+
* @type {string}
|
|
1303
|
+
* @memberof MarketplaceApiPublishMarketplaceListing
|
|
1304
|
+
*/
|
|
1305
|
+
readonly authorization?: string;
|
|
1306
|
+
}
|
|
1307
|
+
/**
|
|
1308
|
+
* Request parameters for publishMarketplaceListing_12 operation in MarketplaceApi.
|
|
1309
|
+
* @export
|
|
1310
|
+
* @interface MarketplaceApiPublishMarketplaceListing0Request
|
|
1311
|
+
*/
|
|
1312
|
+
export interface MarketplaceApiPublishMarketplaceListing0Request {
|
|
1313
|
+
/**
|
|
1314
|
+
*
|
|
1315
|
+
* @type {string}
|
|
1316
|
+
* @memberof MarketplaceApiPublishMarketplaceListing0
|
|
1317
|
+
*/
|
|
1318
|
+
readonly listingId: string;
|
|
1319
|
+
/**
|
|
1320
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1321
|
+
* @type {string}
|
|
1322
|
+
* @memberof MarketplaceApiPublishMarketplaceListing0
|
|
1323
|
+
*/
|
|
1324
|
+
readonly authorization?: string;
|
|
1325
|
+
}
|
|
1326
|
+
/**
|
|
1327
|
+
* Request parameters for updateMarketplaceListing operation in MarketplaceApi.
|
|
1328
|
+
* @export
|
|
1329
|
+
* @interface MarketplaceApiUpdateMarketplaceListingRequest
|
|
1330
|
+
*/
|
|
1331
|
+
export interface MarketplaceApiUpdateMarketplaceListingRequest {
|
|
1332
|
+
/**
|
|
1333
|
+
*
|
|
1334
|
+
* @type {string}
|
|
1335
|
+
* @memberof MarketplaceApiUpdateMarketplaceListing
|
|
1336
|
+
*/
|
|
1337
|
+
readonly listingId: string;
|
|
1338
|
+
/**
|
|
1339
|
+
*
|
|
1340
|
+
* @type {{ [key: string]: any; }}
|
|
1341
|
+
* @memberof MarketplaceApiUpdateMarketplaceListing
|
|
1342
|
+
*/
|
|
1343
|
+
readonly requestBody: {
|
|
1344
|
+
[key: string]: any;
|
|
1345
|
+
};
|
|
1346
|
+
/**
|
|
1347
|
+
* REQUIRED: Bearer token authentication using your API key. Format: \'Bearer sk_xxxxxxxxxxxxx\'. You can create API keys in the Mixpeek dashboard under Organization Settings.
|
|
1348
|
+
* @type {string}
|
|
1349
|
+
* @memberof MarketplaceApiUpdateMarketplaceListing
|
|
1350
|
+
*/
|
|
1351
|
+
readonly authorization?: string;
|
|
1352
|
+
}
|
|
1353
|
+
/**
|
|
1354
|
+
* Request parameters for updateMarketplaceListing_13 operation in MarketplaceApi.
|
|
1355
|
+
* @export
|
|
1356
|
+
* @interface MarketplaceApiUpdateMarketplaceListing0Request
|
|
1357
|
+
*/
|
|
1358
|
+
export interface MarketplaceApiUpdateMarketplaceListing0Request {
|
|
1359
|
+
/**
|
|
1360
|
+
*
|
|
1361
|
+
* @type {string}
|
|
1362
|
+
* @memberof MarketplaceApiUpdateMarketplaceListing0
|
|
1363
|
+
*/
|
|
1364
|
+
readonly listingId: string;
|
|
1365
|
+
/**
|
|
1366
|
+
*
|
|
1367
|
+
* @type {{ [key: string]: any; }}
|
|
1368
|
+
* @memberof MarketplaceApiUpdateMarketplaceListing0
|
|
1369
|
+
*/
|
|
1370
|
+
readonly requestBody: {
|
|
1371
|
+
[key: string]: any;
|
|
1372
|
+
};
|
|
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 MarketplaceApiUpdateMarketplaceListing0
|
|
1377
|
+
*/
|
|
1378
|
+
readonly authorization?: string;
|
|
1379
|
+
}
|
|
1380
|
+
/**
|
|
1381
|
+
* Request parameters for verifyMarketplaceListingPasswordCatalogName operation in MarketplaceApi.
|
|
1382
|
+
* @export
|
|
1383
|
+
* @interface MarketplaceApiVerifyMarketplaceListingPasswordCatalogNameRequest
|
|
1384
|
+
*/
|
|
1385
|
+
export interface MarketplaceApiVerifyMarketplaceListingPasswordCatalogNameRequest {
|
|
1386
|
+
/**
|
|
1387
|
+
* Public name of the marketplace listing
|
|
1388
|
+
* @type {string}
|
|
1389
|
+
* @memberof MarketplaceApiVerifyMarketplaceListingPasswordCatalogName
|
|
1390
|
+
*/
|
|
1391
|
+
readonly publicName: string;
|
|
1392
|
+
/**
|
|
1393
|
+
*
|
|
1394
|
+
* @type {BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost}
|
|
1395
|
+
* @memberof MarketplaceApiVerifyMarketplaceListingPasswordCatalogName
|
|
1396
|
+
*/
|
|
1397
|
+
readonly bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost: BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost;
|
|
1398
|
+
}
|
|
1399
|
+
/**
|
|
1400
|
+
* Request parameters for verifyMarketplaceListingPasswordCatalogName_14 operation in MarketplaceApi.
|
|
1401
|
+
* @export
|
|
1402
|
+
* @interface MarketplaceApiVerifyMarketplaceListingPasswordCatalogName0Request
|
|
1403
|
+
*/
|
|
1404
|
+
export interface MarketplaceApiVerifyMarketplaceListingPasswordCatalogName0Request {
|
|
1405
|
+
/**
|
|
1406
|
+
* Public name of the marketplace listing
|
|
1407
|
+
* @type {string}
|
|
1408
|
+
* @memberof MarketplaceApiVerifyMarketplaceListingPasswordCatalogName0
|
|
1409
|
+
*/
|
|
1410
|
+
readonly publicName: string;
|
|
1411
|
+
/**
|
|
1412
|
+
*
|
|
1413
|
+
* @type {BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost}
|
|
1414
|
+
* @memberof MarketplaceApiVerifyMarketplaceListingPasswordCatalogName0
|
|
1415
|
+
*/
|
|
1416
|
+
readonly bodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost: BodyVerifyMarketplaceListingPasswordV1MarketplaceCatalogPublicNameVerifyPost;
|
|
1417
|
+
}
|
|
1418
|
+
/**
|
|
1419
|
+
* MarketplaceApi - object-oriented interface
|
|
1420
|
+
* @export
|
|
1421
|
+
* @class MarketplaceApi
|
|
1422
|
+
* @extends {BaseAPI}
|
|
1423
|
+
*/
|
|
1424
|
+
export declare class MarketplaceApi extends BaseAPI {
|
|
1425
|
+
/**
|
|
1426
|
+
* Cancel a marketplace subscription. Free Tier: Immediately revokes access Paid Tiers: Cancels at end of billing period
|
|
1427
|
+
* @summary Cancel Subscription
|
|
1428
|
+
* @param {MarketplaceApiCancelSubscriptionMarketplaceRequest} requestParameters Request parameters.
|
|
1429
|
+
* @param {*} [options] Override http request option.
|
|
1430
|
+
* @throws {RequiredError}
|
|
1431
|
+
* @memberof MarketplaceApi
|
|
1432
|
+
*/
|
|
1433
|
+
cancelSubscriptionMarketplace(requestParameters: MarketplaceApiCancelSubscriptionMarketplaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1434
|
+
[key: string]: any;
|
|
1435
|
+
}, any, {}>>;
|
|
1436
|
+
/**
|
|
1437
|
+
* Cancel a marketplace subscription. Free Tier: Immediately revokes access Paid Tiers: Cancels at end of billing period
|
|
1438
|
+
* @summary Cancel Subscription
|
|
1439
|
+
* @param {MarketplaceApiCancelSubscriptionMarketplace0Request} requestParameters Request parameters.
|
|
1440
|
+
* @param {*} [options] Override http request option.
|
|
1441
|
+
* @throws {RequiredError}
|
|
1442
|
+
* @memberof MarketplaceApi
|
|
1443
|
+
*/
|
|
1444
|
+
cancelSubscriptionMarketplace_1(requestParameters: MarketplaceApiCancelSubscriptionMarketplace0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1445
|
+
[key: string]: any;
|
|
1446
|
+
}, any, {}>>;
|
|
1447
|
+
/**
|
|
1448
|
+
* Create a new marketplace listing for a retriever. This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
|
|
1449
|
+
* @summary Create Marketplace Listing
|
|
1450
|
+
* @param {MarketplaceApiCreateMarketplaceListingRequest} requestParameters Request parameters.
|
|
1451
|
+
* @param {*} [options] Override http request option.
|
|
1452
|
+
* @throws {RequiredError}
|
|
1453
|
+
* @memberof MarketplaceApi
|
|
1454
|
+
*/
|
|
1455
|
+
createMarketplaceListing(requestParameters: MarketplaceApiCreateMarketplaceListingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing, any, {}>>;
|
|
1456
|
+
/**
|
|
1457
|
+
* Create a new marketplace listing for a retriever. This endpoint allows retriever owners to publish their retrievers to the marketplace with custom tiers, pricing, and display configuration.
|
|
1458
|
+
* @summary Create Marketplace Listing
|
|
1459
|
+
* @param {MarketplaceApiCreateMarketplaceListing0Request} requestParameters Request parameters.
|
|
1460
|
+
* @param {*} [options] Override http request option.
|
|
1461
|
+
* @throws {RequiredError}
|
|
1462
|
+
* @memberof MarketplaceApi
|
|
1463
|
+
*/
|
|
1464
|
+
createMarketplaceListing_2(requestParameters: MarketplaceApiCreateMarketplaceListing0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing, any, {}>>;
|
|
1465
|
+
/**
|
|
1466
|
+
* Subscribe to a marketplace listing. Free Tier: - Immediately active - Returns access_token (prk_xxx format) - No Stripe checkout required Paid Tiers: - Creates pending subscription - Returns checkout_url for Stripe payment - Subscription activates after payment via webhook
|
|
1467
|
+
* @summary Subscribe to Marketplace Listing
|
|
1468
|
+
* @param {MarketplaceApiCreateSubscriptionMarketplaceRequest} requestParameters Request parameters.
|
|
1469
|
+
* @param {*} [options] Override http request option.
|
|
1470
|
+
* @throws {RequiredError}
|
|
1471
|
+
* @memberof MarketplaceApi
|
|
1472
|
+
*/
|
|
1473
|
+
createSubscriptionMarketplace(requestParameters: MarketplaceApiCreateSubscriptionMarketplaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1474
|
+
[key: string]: any;
|
|
1475
|
+
}, any, {}>>;
|
|
1476
|
+
/**
|
|
1477
|
+
* Subscribe to a marketplace listing. Free Tier: - Immediately active - Returns access_token (prk_xxx format) - No Stripe checkout required Paid Tiers: - Creates pending subscription - Returns checkout_url for Stripe payment - Subscription activates after payment via webhook
|
|
1478
|
+
* @summary Subscribe to Marketplace Listing
|
|
1479
|
+
* @param {MarketplaceApiCreateSubscriptionMarketplace0Request} requestParameters Request parameters.
|
|
1480
|
+
* @param {*} [options] Override http request option.
|
|
1481
|
+
* @throws {RequiredError}
|
|
1482
|
+
* @memberof MarketplaceApi
|
|
1483
|
+
*/
|
|
1484
|
+
createSubscriptionMarketplace_3(requestParameters: MarketplaceApiCreateSubscriptionMarketplace0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1485
|
+
[key: string]: any;
|
|
1486
|
+
}, any, {}>>;
|
|
1487
|
+
/**
|
|
1488
|
+
* Delete a marketplace listing.
|
|
1489
|
+
* @summary Delete Marketplace Listing
|
|
1490
|
+
* @param {MarketplaceApiDeleteMarketplaceListingRequest} requestParameters Request parameters.
|
|
1491
|
+
* @param {*} [options] Override http request option.
|
|
1492
|
+
* @throws {RequiredError}
|
|
1493
|
+
* @memberof MarketplaceApi
|
|
1494
|
+
*/
|
|
1495
|
+
deleteMarketplaceListing(requestParameters: MarketplaceApiDeleteMarketplaceListingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1496
|
+
/**
|
|
1497
|
+
* Delete a marketplace listing.
|
|
1498
|
+
* @summary Delete Marketplace Listing
|
|
1499
|
+
* @param {MarketplaceApiDeleteMarketplaceListing0Request} requestParameters Request parameters.
|
|
1500
|
+
* @param {*} [options] Override http request option.
|
|
1501
|
+
* @throws {RequiredError}
|
|
1502
|
+
* @memberof MarketplaceApi
|
|
1503
|
+
*/
|
|
1504
|
+
deleteMarketplaceListing_4(requestParameters: MarketplaceApiDeleteMarketplaceListing0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1505
|
+
/**
|
|
1506
|
+
* Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
|
|
1507
|
+
* @summary Execute Marketplace Retriever
|
|
1508
|
+
* @param {MarketplaceApiExecuteMarketplaceRetrieverCatalogNameRequest} requestParameters Request parameters.
|
|
1509
|
+
* @param {*} [options] Override http request option.
|
|
1510
|
+
* @throws {RequiredError}
|
|
1511
|
+
* @memberof MarketplaceApi
|
|
1512
|
+
*/
|
|
1513
|
+
executeMarketplaceRetrieverCatalogName(requestParameters: MarketplaceApiExecuteMarketplaceRetrieverCatalogNameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1514
|
+
/**
|
|
1515
|
+
* Execute a marketplace retriever using its public name. Free tier listings can be accessed without authentication. Paid tier access requires a subscription token.
|
|
1516
|
+
* @summary Execute Marketplace Retriever
|
|
1517
|
+
* @param {MarketplaceApiExecuteMarketplaceRetrieverCatalogName0Request} requestParameters Request parameters.
|
|
1518
|
+
* @param {*} [options] Override http request option.
|
|
1519
|
+
* @throws {RequiredError}
|
|
1520
|
+
* @memberof MarketplaceApi
|
|
1521
|
+
*/
|
|
1522
|
+
executeMarketplaceRetrieverCatalogName_5(requestParameters: MarketplaceApiExecuteMarketplaceRetrieverCatalogName0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1523
|
+
/**
|
|
1524
|
+
* Browse marketplace catalog with optional filters. Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don\'t appear here.
|
|
1525
|
+
* @summary Browse Marketplace Catalog
|
|
1526
|
+
* @param {MarketplaceApiGetMarketplaceCatalogRequest} requestParameters Request parameters.
|
|
1527
|
+
* @param {*} [options] Override http request option.
|
|
1528
|
+
* @throws {RequiredError}
|
|
1529
|
+
* @memberof MarketplaceApi
|
|
1530
|
+
*/
|
|
1531
|
+
getMarketplaceCatalog(requestParameters?: MarketplaceApiGetMarketplaceCatalogRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing[], any, {}>>;
|
|
1532
|
+
/**
|
|
1533
|
+
* Browse marketplace catalog with optional filters. Returns published, listed marketplace listings only. Unlisted retrievers are still accessible via direct link but don\'t appear here.
|
|
1534
|
+
* @summary Browse Marketplace Catalog
|
|
1535
|
+
* @param {MarketplaceApiGetMarketplaceCatalog0Request} requestParameters Request parameters.
|
|
1536
|
+
* @param {*} [options] Override http request option.
|
|
1537
|
+
* @throws {RequiredError}
|
|
1538
|
+
* @memberof MarketplaceApi
|
|
1539
|
+
*/
|
|
1540
|
+
getMarketplaceCatalog_6(requestParameters?: MarketplaceApiGetMarketplaceCatalog0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing[], any, {}>>;
|
|
1541
|
+
/**
|
|
1542
|
+
* Get detailed information about a marketplace listing by its public name. Example: /marketplace/catalog/brand-safety-api
|
|
1543
|
+
* @summary Get Marketplace Listing by Public Name
|
|
1544
|
+
* @param {MarketplaceApiGetMarketplaceListingByNameCatalogRequest} requestParameters Request parameters.
|
|
1545
|
+
* @param {*} [options] Override http request option.
|
|
1546
|
+
* @throws {RequiredError}
|
|
1547
|
+
* @memberof MarketplaceApi
|
|
1548
|
+
*/
|
|
1549
|
+
getMarketplaceListingByNameCatalog(requestParameters: MarketplaceApiGetMarketplaceListingByNameCatalogRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing, any, {}>>;
|
|
1550
|
+
/**
|
|
1551
|
+
* Get detailed information about a marketplace listing by its public name. Example: /marketplace/catalog/brand-safety-api
|
|
1552
|
+
* @summary Get Marketplace Listing by Public Name
|
|
1553
|
+
* @param {MarketplaceApiGetMarketplaceListingByNameCatalog0Request} requestParameters Request parameters.
|
|
1554
|
+
* @param {*} [options] Override http request option.
|
|
1555
|
+
* @throws {RequiredError}
|
|
1556
|
+
* @memberof MarketplaceApi
|
|
1557
|
+
*/
|
|
1558
|
+
getMarketplaceListingByNameCatalog_7(requestParameters: MarketplaceApiGetMarketplaceListingByNameCatalog0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing, any, {}>>;
|
|
1559
|
+
/**
|
|
1560
|
+
* Get display configuration for rendering the marketplace listing interface
|
|
1561
|
+
* @summary Get Marketplace Listing Configuration
|
|
1562
|
+
* @param {MarketplaceApiGetMarketplaceListingConfigCatalogNameRequest} requestParameters Request parameters.
|
|
1563
|
+
* @param {*} [options] Override http request option.
|
|
1564
|
+
* @throws {RequiredError}
|
|
1565
|
+
* @memberof MarketplaceApi
|
|
1566
|
+
*/
|
|
1567
|
+
getMarketplaceListingConfigCatalogName(requestParameters: MarketplaceApiGetMarketplaceListingConfigCatalogNameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1568
|
+
/**
|
|
1569
|
+
* Get display configuration for rendering the marketplace listing interface
|
|
1570
|
+
* @summary Get Marketplace Listing Configuration
|
|
1571
|
+
* @param {MarketplaceApiGetMarketplaceListingConfigCatalogName0Request} requestParameters Request parameters.
|
|
1572
|
+
* @param {*} [options] Override http request option.
|
|
1573
|
+
* @throws {RequiredError}
|
|
1574
|
+
* @memberof MarketplaceApi
|
|
1575
|
+
*/
|
|
1576
|
+
getMarketplaceListingConfigCatalogName_8(requestParameters: MarketplaceApiGetMarketplaceListingConfigCatalogName0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1577
|
+
/**
|
|
1578
|
+
* Get the retriever configuration from a marketplace listing as a reusable template
|
|
1579
|
+
* @summary Get Marketplace Listing as Template
|
|
1580
|
+
* @param {MarketplaceApiGetMarketplaceListingTemplateCatalogNameRequest} requestParameters Request parameters.
|
|
1581
|
+
* @param {*} [options] Override http request option.
|
|
1582
|
+
* @throws {RequiredError}
|
|
1583
|
+
* @memberof MarketplaceApi
|
|
1584
|
+
*/
|
|
1585
|
+
getMarketplaceListingTemplateCatalogName(requestParameters: MarketplaceApiGetMarketplaceListingTemplateCatalogNameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1586
|
+
/**
|
|
1587
|
+
* Get the retriever configuration from a marketplace listing as a reusable template
|
|
1588
|
+
* @summary Get Marketplace Listing as Template
|
|
1589
|
+
* @param {MarketplaceApiGetMarketplaceListingTemplateCatalogName0Request} requestParameters Request parameters.
|
|
1590
|
+
* @param {*} [options] Override http request option.
|
|
1591
|
+
* @throws {RequiredError}
|
|
1592
|
+
* @memberof MarketplaceApi
|
|
1593
|
+
*/
|
|
1594
|
+
getMarketplaceListingTemplateCatalogName_9(requestParameters: MarketplaceApiGetMarketplaceListingTemplateCatalogName0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1595
|
+
/**
|
|
1596
|
+
* Get detailed information about a subscription.
|
|
1597
|
+
* @summary Get Subscription Details
|
|
1598
|
+
* @param {MarketplaceApiGetSubscriptionMarketplaceRequest} requestParameters Request parameters.
|
|
1599
|
+
* @param {*} [options] Override http request option.
|
|
1600
|
+
* @throws {RequiredError}
|
|
1601
|
+
* @memberof MarketplaceApi
|
|
1602
|
+
*/
|
|
1603
|
+
getSubscriptionMarketplace(requestParameters: MarketplaceApiGetSubscriptionMarketplaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1604
|
+
[key: string]: any;
|
|
1605
|
+
}, any, {}>>;
|
|
1606
|
+
/**
|
|
1607
|
+
* Get detailed information about a subscription.
|
|
1608
|
+
* @summary Get Subscription Details
|
|
1609
|
+
* @param {MarketplaceApiGetSubscriptionMarketplace0Request} requestParameters Request parameters.
|
|
1610
|
+
* @param {*} [options] Override http request option.
|
|
1611
|
+
* @throws {RequiredError}
|
|
1612
|
+
* @memberof MarketplaceApi
|
|
1613
|
+
*/
|
|
1614
|
+
getSubscriptionMarketplace_10(requestParameters: MarketplaceApiGetSubscriptionMarketplace0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1615
|
+
[key: string]: any;
|
|
1616
|
+
}, any, {}>>;
|
|
1617
|
+
/**
|
|
1618
|
+
* List all subscriptions for the current organization.
|
|
1619
|
+
* @summary List My Subscriptions
|
|
1620
|
+
* @param {MarketplaceApiListMySubscriptionsMarketplaceRequest} requestParameters Request parameters.
|
|
1621
|
+
* @param {*} [options] Override http request option.
|
|
1622
|
+
* @throws {RequiredError}
|
|
1623
|
+
* @memberof MarketplaceApi
|
|
1624
|
+
*/
|
|
1625
|
+
listMySubscriptionsMarketplace(requestParameters?: MarketplaceApiListMySubscriptionsMarketplaceRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1626
|
+
[key: string]: any;
|
|
1627
|
+
}[], any, {}>>;
|
|
1628
|
+
/**
|
|
1629
|
+
* List all subscriptions for the current organization.
|
|
1630
|
+
* @summary List My Subscriptions
|
|
1631
|
+
* @param {MarketplaceApiListMySubscriptionsMarketplace0Request} requestParameters Request parameters.
|
|
1632
|
+
* @param {*} [options] Override http request option.
|
|
1633
|
+
* @throws {RequiredError}
|
|
1634
|
+
* @memberof MarketplaceApi
|
|
1635
|
+
*/
|
|
1636
|
+
listMySubscriptionsMarketplace_11(requestParameters?: MarketplaceApiListMySubscriptionsMarketplace0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1637
|
+
[key: string]: any;
|
|
1638
|
+
}[], any, {}>>;
|
|
1639
|
+
/**
|
|
1640
|
+
* Publish a marketplace listing (change status from draft to published).
|
|
1641
|
+
* @summary Publish Marketplace Listing
|
|
1642
|
+
* @param {MarketplaceApiPublishMarketplaceListingRequest} requestParameters Request parameters.
|
|
1643
|
+
* @param {*} [options] Override http request option.
|
|
1644
|
+
* @throws {RequiredError}
|
|
1645
|
+
* @memberof MarketplaceApi
|
|
1646
|
+
*/
|
|
1647
|
+
publishMarketplaceListing(requestParameters: MarketplaceApiPublishMarketplaceListingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing, any, {}>>;
|
|
1648
|
+
/**
|
|
1649
|
+
* Publish a marketplace listing (change status from draft to published).
|
|
1650
|
+
* @summary Publish Marketplace Listing
|
|
1651
|
+
* @param {MarketplaceApiPublishMarketplaceListing0Request} requestParameters Request parameters.
|
|
1652
|
+
* @param {*} [options] Override http request option.
|
|
1653
|
+
* @throws {RequiredError}
|
|
1654
|
+
* @memberof MarketplaceApi
|
|
1655
|
+
*/
|
|
1656
|
+
publishMarketplaceListing_12(requestParameters: MarketplaceApiPublishMarketplaceListing0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing, any, {}>>;
|
|
1657
|
+
/**
|
|
1658
|
+
* Update an existing marketplace listing.
|
|
1659
|
+
* @summary Update Marketplace Listing
|
|
1660
|
+
* @param {MarketplaceApiUpdateMarketplaceListingRequest} requestParameters Request parameters.
|
|
1661
|
+
* @param {*} [options] Override http request option.
|
|
1662
|
+
* @throws {RequiredError}
|
|
1663
|
+
* @memberof MarketplaceApi
|
|
1664
|
+
*/
|
|
1665
|
+
updateMarketplaceListing(requestParameters: MarketplaceApiUpdateMarketplaceListingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing, any, {}>>;
|
|
1666
|
+
/**
|
|
1667
|
+
* Update an existing marketplace listing.
|
|
1668
|
+
* @summary Update Marketplace Listing
|
|
1669
|
+
* @param {MarketplaceApiUpdateMarketplaceListing0Request} requestParameters Request parameters.
|
|
1670
|
+
* @param {*} [options] Override http request option.
|
|
1671
|
+
* @throws {RequiredError}
|
|
1672
|
+
* @memberof MarketplaceApi
|
|
1673
|
+
*/
|
|
1674
|
+
updateMarketplaceListing_13(requestParameters: MarketplaceApiUpdateMarketplaceListing0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MarketplaceListing, any, {}>>;
|
|
1675
|
+
/**
|
|
1676
|
+
* Verify password for a password-protected marketplace listing
|
|
1677
|
+
* @summary Verify Password for Marketplace Listing
|
|
1678
|
+
* @param {MarketplaceApiVerifyMarketplaceListingPasswordCatalogNameRequest} requestParameters Request parameters.
|
|
1679
|
+
* @param {*} [options] Override http request option.
|
|
1680
|
+
* @throws {RequiredError}
|
|
1681
|
+
* @memberof MarketplaceApi
|
|
1682
|
+
*/
|
|
1683
|
+
verifyMarketplaceListingPasswordCatalogName(requestParameters: MarketplaceApiVerifyMarketplaceListingPasswordCatalogNameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1684
|
+
/**
|
|
1685
|
+
* Verify password for a password-protected marketplace listing
|
|
1686
|
+
* @summary Verify Password for Marketplace Listing
|
|
1687
|
+
* @param {MarketplaceApiVerifyMarketplaceListingPasswordCatalogName0Request} requestParameters Request parameters.
|
|
1688
|
+
* @param {*} [options] Override http request option.
|
|
1689
|
+
* @throws {RequiredError}
|
|
1690
|
+
* @memberof MarketplaceApi
|
|
1691
|
+
*/
|
|
1692
|
+
verifyMarketplaceListingPasswordCatalogName_14(requestParameters: MarketplaceApiVerifyMarketplaceListingPasswordCatalogName0Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1693
|
+
}
|
|
1694
|
+
//# sourceMappingURL=marketplace-api.d.ts.map
|