mixpeek 0.81.21 → 0.81.22
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/dist/api/analytics-api.d.ts +4 -4
- package/dist/api/analytics-namespaces-api.d.ts +4 -4
- package/dist/api/apps-api.d.ts +8 -8
- package/dist/api/bucket-batches-api.d.ts +55 -0
- package/dist/api/bucket-batches-api.d.ts.map +1 -1
- package/dist/api/bucket-objects-api.d.ts +14 -6
- package/dist/api/bucket-objects-api.d.ts.map +1 -1
- package/dist/api/buckets-api.d.ts +10 -2
- package/dist/api/buckets-api.d.ts.map +1 -1
- package/dist/api/collection-documents-api.d.ts +99 -4
- package/dist/api/collection-documents-api.d.ts.map +1 -1
- package/dist/api/features-api.d.ts +71 -0
- package/dist/api/features-api.d.ts.map +1 -0
- package/dist/api/namespaces-api.d.ts +48 -0
- package/dist/api/namespaces-api.d.ts.map +1 -1
- package/dist/api/notifications-api.d.ts +4 -4
- package/dist/api/organization-billing-api.d.ts +152 -8
- package/dist/api/organization-billing-api.d.ts.map +1 -1
- package/dist/api/retriever-evaluations-api.d.ts +35 -0
- package/dist/api/retriever-evaluations-api.d.ts.map +1 -1
- package/dist/api/retrievers-api.d.ts +18 -2
- package/dist/api/retrievers-api.d.ts.map +1 -1
- package/dist/api/support-api.d.ts +1005 -0
- package/dist/api/support-api.d.ts.map +1 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.d.ts.map +1 -1
- package/dist/index.js +240 -35
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +240 -35
- package/dist/index.mjs.map +1 -1
- package/dist/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/client.d.ts +132 -0
- package/dist/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/client.d.ts.map +1 -0
- package/dist/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/index.d.ts +7 -0
- package/dist/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/lib/index.d.ts.map +1 -0
- package/dist/models/account-tier.d.ts +4 -2
- package/dist/models/account-tier.d.ts.map +1 -1
- package/dist/models/alert-source.d.ts +1 -1
- package/dist/models/apply-promo-request.d.ts +25 -0
- package/dist/models/apply-promo-request.d.ts.map +1 -0
- package/dist/models/apply-promo-response.d.ts +61 -0
- package/dist/models/apply-promo-response.d.ts.map +1 -0
- package/dist/models/batch-cost-estimate.d.ts +81 -0
- package/dist/models/batch-cost-estimate.d.ts.map +1 -0
- package/dist/models/batch-model.d.ts +14 -0
- package/dist/models/batch-model.d.ts.map +1 -1
- package/dist/models/billing-portal-request.d.ts +25 -0
- package/dist/models/billing-portal-request.d.ts.map +1 -0
- package/dist/models/billing-portal-response.d.ts +31 -0
- package/dist/models/billing-portal-response.d.ts.map +1 -0
- package/dist/models/bucket-create-request.d.ts +7 -0
- package/dist/models/bucket-create-request.d.ts.map +1 -1
- package/dist/models/bucket-response.d.ts +7 -0
- package/dist/models/bucket-response.d.ts.map +1 -1
- package/dist/models/bucket-update-request.d.ts +7 -0
- package/dist/models/bucket-update-request.d.ts.map +1 -1
- package/dist/models/build-config.d.ts +9 -1
- package/dist/models/build-config.d.ts.map +1 -1
- package/dist/models/cluster-execution-centroid.d.ts +1 -1
- package/dist/models/create-broadcast-request.d.ts +38 -0
- package/dist/models/create-broadcast-request.d.ts.map +1 -0
- package/dist/models/create-collection-request.d.ts +7 -1
- package/dist/models/create-collection-request.d.ts.map +1 -1
- package/dist/models/create-message-request.d.ts +39 -0
- package/dist/models/create-message-request.d.ts.map +1 -0
- package/dist/models/create-retriever-request.d.ts +1 -1
- package/dist/models/create-ticket-request.d.ts +58 -0
- package/dist/models/create-ticket-request.d.ts.map +1 -0
- package/dist/models/create-video-request.d.ts +87 -0
- package/dist/models/create-video-request.d.ts.map +1 -0
- package/dist/models/current-usage-response.d.ts +15 -0
- package/dist/models/current-usage-response.d.ts.map +1 -1
- package/dist/models/document-count-response.d.ts +31 -0
- package/dist/models/document-count-response.d.ts.map +1 -0
- package/dist/models/estimate-item.d.ts +55 -0
- package/dist/models/estimate-item.d.ts.map +1 -0
- package/dist/models/estimate-request.d.ts +38 -0
- package/dist/models/estimate-request.d.ts.map +1 -0
- package/dist/models/estimate-response.d.ts +69 -0
- package/dist/models/estimate-response.d.ts.map +1 -0
- package/dist/models/evaluation-record.d.ts +18 -0
- package/dist/models/evaluation-record.d.ts.map +1 -1
- package/dist/models/execution-detail.d.ts +8 -8
- package/dist/models/execution-detail.d.ts.map +1 -1
- package/dist/models/extractor-job-info.d.ts +14 -0
- package/dist/models/extractor-job-info.d.ts.map +1 -1
- package/dist/models/feature-discovery-response.d.ts +41 -0
- package/dist/models/feature-discovery-response.d.ts.map +1 -0
- package/dist/models/index.d.ts +42 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/instantiated-scaffold-response.d.ts +7 -1
- package/dist/models/instantiated-scaffold-response.d.ts.map +1 -1
- package/dist/models/interaction-response.d.ts +1 -1
- package/dist/models/list-apps-response.d.ts +6 -0
- package/dist/models/list-apps-response.d.ts.map +1 -1
- package/dist/models/list-comms-request.d.ts +32 -0
- package/dist/models/list-comms-request.d.ts.map +1 -0
- package/dist/models/list-comms-response.d.ts +33 -0
- package/dist/models/list-comms-response.d.ts.map +1 -0
- package/dist/models/list-interactions-response.d.ts +6 -0
- package/dist/models/list-interactions-response.d.ts.map +1 -1
- package/dist/models/list-retrievers-request.d.ts +1 -1
- package/dist/models/list-tickets-request.d.ts +46 -0
- package/dist/models/list-tickets-request.d.ts.map +1 -0
- package/dist/models/list-tickets-response.d.ts +33 -0
- package/dist/models/list-tickets-response.d.ts.map +1 -0
- package/dist/models/list-videos-request.d.ts +32 -0
- package/dist/models/list-videos-request.d.ts.map +1 -0
- package/dist/models/list-videos-response.d.ts +33 -0
- package/dist/models/list-videos-response.d.ts.map +1 -0
- package/dist/models/llmlabeling-input.d.ts +11 -0
- package/dist/models/llmlabeling-input.d.ts.map +1 -1
- package/dist/models/llmlabeling-output.d.ts +11 -0
- package/dist/models/llmlabeling-output.d.ts.map +1 -1
- package/dist/models/message-response.d.ts +70 -0
- package/dist/models/message-response.d.ts.map +1 -0
- package/dist/models/namespace-errors-response.d.ts +1 -1
- package/dist/models/namespace-model.d.ts +18 -0
- package/dist/models/namespace-model.d.ts.map +1 -1
- package/dist/models/namespace-stats-batch-request.d.ts +25 -0
- package/dist/models/namespace-stats-batch-request.d.ts.map +1 -0
- package/dist/models/namespace-stats-batch-response.d.ts +28 -0
- package/dist/models/namespace-stats-batch-response.d.ts.map +1 -0
- package/dist/models/onboarding-answers.d.ts +31 -0
- package/dist/models/onboarding-answers.d.ts.map +1 -0
- package/dist/models/organization-model-response.d.ts +6 -0
- package/dist/models/organization-model-response.d.ts.map +1 -1
- package/dist/models/plan-usage.d.ts +91 -0
- package/dist/models/plan-usage.d.ts.map +1 -0
- package/dist/models/pricing-config-response.d.ts +55 -1
- package/dist/models/pricing-config-response.d.ts.map +1 -1
- package/dist/models/search-interaction.d.ts +1 -1
- package/dist/models/stage-params-external-reverse-image.d.ts +51 -0
- package/dist/models/stage-params-external-reverse-image.d.ts.map +1 -0
- package/dist/models/stage-params-feature-search.d.ts +6 -0
- package/dist/models/stage-params-feature-search.d.ts.map +1 -1
- package/dist/models/storage-class.d.ts +24 -0
- package/dist/models/storage-class.d.ts.map +1 -0
- package/dist/models/subscribe-request.d.ts +14 -1
- package/dist/models/subscribe-request.d.ts.map +1 -1
- package/dist/models/support-actor.d.ts +37 -0
- package/dist/models/support-actor.d.ts.map +1 -0
- package/dist/models/support-attachment.d.ts +49 -0
- package/dist/models/support-attachment.d.ts.map +1 -0
- package/dist/models/support-author-type.d.ts +22 -0
- package/dist/models/support-author-type.d.ts.map +1 -0
- package/dist/models/support-scope.d.ts +22 -0
- package/dist/models/support-scope.d.ts.map +1 -0
- package/dist/models/support-ticket-category.d.ts +25 -0
- package/dist/models/support-ticket-category.d.ts.map +1 -0
- package/dist/models/support-ticket-priority.d.ts +24 -0
- package/dist/models/support-ticket-priority.d.ts.map +1 -0
- package/dist/models/support-ticket-status.d.ts +24 -0
- package/dist/models/support-ticket-status.d.ts.map +1 -0
- package/dist/models/support-video-analysis-status.d.ts +25 -0
- package/dist/models/support-video-analysis-status.d.ts.map +1 -0
- package/dist/models/support-video-chapter.d.ts +37 -0
- package/dist/models/support-video-chapter.d.ts.map +1 -0
- package/dist/models/support-video-source.d.ts +22 -0
- package/dist/models/support-video-source.d.ts.map +1 -0
- package/dist/models/ticket-response.d.ts +96 -0
- package/dist/models/ticket-response.d.ts.map +1 -0
- package/dist/models/transaction-info.d.ts +6 -0
- package/dist/models/transaction-info.d.ts.map +1 -1
- package/dist/models/trigger-on.d.ts +1 -1
- package/dist/models/update-ticket-request.d.ts +33 -0
- package/dist/models/update-ticket-request.d.ts.map +1 -0
- package/dist/models/usage-breakdown-response.d.ts +16 -0
- package/dist/models/usage-breakdown-response.d.ts.map +1 -1
- package/dist/models/video-response.d.ts +119 -0
- package/dist/models/video-response.d.ts.map +1 -0
- package/dist/models/video-upload-url-request.d.ts +37 -0
- package/dist/models/video-upload-url-request.d.ts.map +1 -0
- package/dist/models/video-upload-url-response.d.ts +43 -0
- package/dist/models/video-upload-url-response.d.ts.map +1 -0
- package/package.json +1 -1
|
@@ -332,7 +332,7 @@ export declare const AnalyticsApiAxiosParamCreator: (configuration?: Configurati
|
|
|
332
332
|
*/
|
|
333
333
|
getMostQueriedFieldsAnalyticsNamespaces: (days?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
334
334
|
/**
|
|
335
|
-
* Batch error/failure counts for every collection & cluster in the namespace.
|
|
335
|
+
* Batch error/failure counts for every collection & cluster in the namespace. Returns one entry per resource that has at least one error/failure in the window, in a single response — replacing the per-resource ``/analytics/{collections,clusters}/{id}/failures`` fan-out (the Studio Monitoring \"Errors & Health\" N+1, which fired ~13+ calls per visit, most returning zero). Collection errors come from the ClickHouse ``extraction_events`` warehouse; cluster failures from Mongo ``clustering_results``. An empty ``collections``/``clusters`` list means that resource type is healthy for the window. **Recommended workflow:** call this once for the aggregate health view, then call the per-resource ``/failures`` endpoint lazily ONLY for the (usually few) resources reporting errors to get the full error-type breakdown. **Example:** ```bash curl -X GET \"https://api.mixpeek.com/v1/analytics/namespaces/errors?hours=24\" \\ -H \"Authorization: Bearer YOUR_API_KEY\" \\ -H \"X-Namespace: your-namespace\" ```
|
|
336
336
|
* @summary Get Namespace Errors
|
|
337
337
|
* @param {number} [hours] Hours of history to analyze
|
|
338
338
|
* @param {*} [options] Override http request option.
|
|
@@ -735,7 +735,7 @@ export declare const AnalyticsApiFp: (configuration?: Configuration) => {
|
|
|
735
735
|
*/
|
|
736
736
|
getMostQueriedFieldsAnalyticsNamespaces(days?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MostQueriedFieldsResponse>>;
|
|
737
737
|
/**
|
|
738
|
-
* Batch error/failure counts for every collection & cluster in the namespace.
|
|
738
|
+
* Batch error/failure counts for every collection & cluster in the namespace. Returns one entry per resource that has at least one error/failure in the window, in a single response — replacing the per-resource ``/analytics/{collections,clusters}/{id}/failures`` fan-out (the Studio Monitoring \"Errors & Health\" N+1, which fired ~13+ calls per visit, most returning zero). Collection errors come from the ClickHouse ``extraction_events`` warehouse; cluster failures from Mongo ``clustering_results``. An empty ``collections``/``clusters`` list means that resource type is healthy for the window. **Recommended workflow:** call this once for the aggregate health view, then call the per-resource ``/failures`` endpoint lazily ONLY for the (usually few) resources reporting errors to get the full error-type breakdown. **Example:** ```bash curl -X GET \"https://api.mixpeek.com/v1/analytics/namespaces/errors?hours=24\" \\ -H \"Authorization: Bearer YOUR_API_KEY\" \\ -H \"X-Namespace: your-namespace\" ```
|
|
739
739
|
* @summary Get Namespace Errors
|
|
740
740
|
* @param {number} [hours] Hours of history to analyze
|
|
741
741
|
* @param {*} [options] Override http request option.
|
|
@@ -1097,7 +1097,7 @@ export declare const AnalyticsApiFactory: (configuration?: Configuration, basePa
|
|
|
1097
1097
|
*/
|
|
1098
1098
|
getMostQueriedFieldsAnalyticsNamespaces(requestParameters?: AnalyticsApiGetMostQueriedFieldsAnalyticsNamespacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<MostQueriedFieldsResponse>;
|
|
1099
1099
|
/**
|
|
1100
|
-
* Batch error/failure counts for every collection & cluster in the namespace.
|
|
1100
|
+
* Batch error/failure counts for every collection & cluster in the namespace. Returns one entry per resource that has at least one error/failure in the window, in a single response — replacing the per-resource ``/analytics/{collections,clusters}/{id}/failures`` fan-out (the Studio Monitoring \"Errors & Health\" N+1, which fired ~13+ calls per visit, most returning zero). Collection errors come from the ClickHouse ``extraction_events`` warehouse; cluster failures from Mongo ``clustering_results``. An empty ``collections``/``clusters`` list means that resource type is healthy for the window. **Recommended workflow:** call this once for the aggregate health view, then call the per-resource ``/failures`` endpoint lazily ONLY for the (usually few) resources reporting errors to get the full error-type breakdown. **Example:** ```bash curl -X GET \"https://api.mixpeek.com/v1/analytics/namespaces/errors?hours=24\" \\ -H \"Authorization: Bearer YOUR_API_KEY\" \\ -H \"X-Namespace: your-namespace\" ```
|
|
1101
1101
|
* @summary Get Namespace Errors
|
|
1102
1102
|
* @param {AnalyticsApiGetNamespaceErrorsAnalyticsRequest} requestParameters Request parameters.
|
|
1103
1103
|
* @param {*} [options] Override http request option.
|
|
@@ -2393,7 +2393,7 @@ export declare class AnalyticsApi extends BaseAPI {
|
|
|
2393
2393
|
*/
|
|
2394
2394
|
getMostQueriedFieldsAnalyticsNamespaces(requestParameters?: AnalyticsApiGetMostQueriedFieldsAnalyticsNamespacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MostQueriedFieldsResponse, any, {}>>;
|
|
2395
2395
|
/**
|
|
2396
|
-
* Batch error/failure counts for every collection & cluster in the namespace.
|
|
2396
|
+
* Batch error/failure counts for every collection & cluster in the namespace. Returns one entry per resource that has at least one error/failure in the window, in a single response — replacing the per-resource ``/analytics/{collections,clusters}/{id}/failures`` fan-out (the Studio Monitoring \"Errors & Health\" N+1, which fired ~13+ calls per visit, most returning zero). Collection errors come from the ClickHouse ``extraction_events`` warehouse; cluster failures from Mongo ``clustering_results``. An empty ``collections``/``clusters`` list means that resource type is healthy for the window. **Recommended workflow:** call this once for the aggregate health view, then call the per-resource ``/failures`` endpoint lazily ONLY for the (usually few) resources reporting errors to get the full error-type breakdown. **Example:** ```bash curl -X GET \"https://api.mixpeek.com/v1/analytics/namespaces/errors?hours=24\" \\ -H \"Authorization: Bearer YOUR_API_KEY\" \\ -H \"X-Namespace: your-namespace\" ```
|
|
2397
2397
|
* @summary Get Namespace Errors
|
|
2398
2398
|
* @param {AnalyticsApiGetNamespaceErrorsAnalyticsRequest} requestParameters Request parameters.
|
|
2399
2399
|
* @param {*} [options] Override http request option.
|
|
@@ -62,7 +62,7 @@ export declare const AnalyticsNamespacesApiAxiosParamCreator: (configuration?: C
|
|
|
62
62
|
*/
|
|
63
63
|
getMostQueriedFieldsAnalyticsNamespaces: (days?: number, limit?: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
64
64
|
/**
|
|
65
|
-
* Batch error/failure counts for every collection & cluster in the namespace.
|
|
65
|
+
* Batch error/failure counts for every collection & cluster in the namespace. Returns one entry per resource that has at least one error/failure in the window, in a single response — replacing the per-resource ``/analytics/{collections,clusters}/{id}/failures`` fan-out (the Studio Monitoring \"Errors & Health\" N+1, which fired ~13+ calls per visit, most returning zero). Collection errors come from the ClickHouse ``extraction_events`` warehouse; cluster failures from Mongo ``clustering_results``. An empty ``collections``/``clusters`` list means that resource type is healthy for the window. **Recommended workflow:** call this once for the aggregate health view, then call the per-resource ``/failures`` endpoint lazily ONLY for the (usually few) resources reporting errors to get the full error-type breakdown. **Example:** ```bash curl -X GET \"https://api.mixpeek.com/v1/analytics/namespaces/errors?hours=24\" \\ -H \"Authorization: Bearer YOUR_API_KEY\" \\ -H \"X-Namespace: your-namespace\" ```
|
|
66
66
|
* @summary Get Namespace Errors
|
|
67
67
|
* @param {number} [hours] Hours of history to analyze
|
|
68
68
|
* @param {*} [options] Override http request option.
|
|
@@ -131,7 +131,7 @@ export declare const AnalyticsNamespacesApiFp: (configuration?: Configuration) =
|
|
|
131
131
|
*/
|
|
132
132
|
getMostQueriedFieldsAnalyticsNamespaces(days?: number, limit?: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<MostQueriedFieldsResponse>>;
|
|
133
133
|
/**
|
|
134
|
-
* Batch error/failure counts for every collection & cluster in the namespace.
|
|
134
|
+
* Batch error/failure counts for every collection & cluster in the namespace. Returns one entry per resource that has at least one error/failure in the window, in a single response — replacing the per-resource ``/analytics/{collections,clusters}/{id}/failures`` fan-out (the Studio Monitoring \"Errors & Health\" N+1, which fired ~13+ calls per visit, most returning zero). Collection errors come from the ClickHouse ``extraction_events`` warehouse; cluster failures from Mongo ``clustering_results``. An empty ``collections``/``clusters`` list means that resource type is healthy for the window. **Recommended workflow:** call this once for the aggregate health view, then call the per-resource ``/failures`` endpoint lazily ONLY for the (usually few) resources reporting errors to get the full error-type breakdown. **Example:** ```bash curl -X GET \"https://api.mixpeek.com/v1/analytics/namespaces/errors?hours=24\" \\ -H \"Authorization: Bearer YOUR_API_KEY\" \\ -H \"X-Namespace: your-namespace\" ```
|
|
135
135
|
* @summary Get Namespace Errors
|
|
136
136
|
* @param {number} [hours] Hours of history to analyze
|
|
137
137
|
* @param {*} [options] Override http request option.
|
|
@@ -195,7 +195,7 @@ export declare const AnalyticsNamespacesApiFactory: (configuration?: Configurati
|
|
|
195
195
|
*/
|
|
196
196
|
getMostQueriedFieldsAnalyticsNamespaces(requestParameters?: AnalyticsNamespacesApiGetMostQueriedFieldsAnalyticsNamespacesRequest, options?: RawAxiosRequestConfig): AxiosPromise<MostQueriedFieldsResponse>;
|
|
197
197
|
/**
|
|
198
|
-
* Batch error/failure counts for every collection & cluster in the namespace.
|
|
198
|
+
* Batch error/failure counts for every collection & cluster in the namespace. Returns one entry per resource that has at least one error/failure in the window, in a single response — replacing the per-resource ``/analytics/{collections,clusters}/{id}/failures`` fan-out (the Studio Monitoring \"Errors & Health\" N+1, which fired ~13+ calls per visit, most returning zero). Collection errors come from the ClickHouse ``extraction_events`` warehouse; cluster failures from Mongo ``clustering_results``. An empty ``collections``/``clusters`` list means that resource type is healthy for the window. **Recommended workflow:** call this once for the aggregate health view, then call the per-resource ``/failures`` endpoint lazily ONLY for the (usually few) resources reporting errors to get the full error-type breakdown. **Example:** ```bash curl -X GET \"https://api.mixpeek.com/v1/analytics/namespaces/errors?hours=24\" \\ -H \"Authorization: Bearer YOUR_API_KEY\" \\ -H \"X-Namespace: your-namespace\" ```
|
|
199
199
|
* @summary Get Namespace Errors
|
|
200
200
|
* @param {AnalyticsNamespacesApiGetNamespaceErrorsAnalyticsRequest} requestParameters Request parameters.
|
|
201
201
|
* @param {*} [options] Override http request option.
|
|
@@ -396,7 +396,7 @@ export declare class AnalyticsNamespacesApi extends BaseAPI {
|
|
|
396
396
|
*/
|
|
397
397
|
getMostQueriedFieldsAnalyticsNamespaces(requestParameters?: AnalyticsNamespacesApiGetMostQueriedFieldsAnalyticsNamespacesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<MostQueriedFieldsResponse, any, {}>>;
|
|
398
398
|
/**
|
|
399
|
-
* Batch error/failure counts for every collection & cluster in the namespace.
|
|
399
|
+
* Batch error/failure counts for every collection & cluster in the namespace. Returns one entry per resource that has at least one error/failure in the window, in a single response — replacing the per-resource ``/analytics/{collections,clusters}/{id}/failures`` fan-out (the Studio Monitoring \"Errors & Health\" N+1, which fired ~13+ calls per visit, most returning zero). Collection errors come from the ClickHouse ``extraction_events`` warehouse; cluster failures from Mongo ``clustering_results``. An empty ``collections``/``clusters`` list means that resource type is healthy for the window. **Recommended workflow:** call this once for the aggregate health view, then call the per-resource ``/failures`` endpoint lazily ONLY for the (usually few) resources reporting errors to get the full error-type breakdown. **Example:** ```bash curl -X GET \"https://api.mixpeek.com/v1/analytics/namespaces/errors?hours=24\" \\ -H \"Authorization: Bearer YOUR_API_KEY\" \\ -H \"X-Namespace: your-namespace\" ```
|
|
400
400
|
* @summary Get Namespace Errors
|
|
401
401
|
* @param {AnalyticsNamespacesApiGetNamespaceErrorsAnalyticsRequest} requestParameters Request parameters.
|
|
402
402
|
* @param {*} [options] Override http request option.
|
package/dist/api/apps-api.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare const AppsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
69
69
|
*/
|
|
70
70
|
connectRepoApps: (appId: string, connectRepoRequest: ConnectRepoRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
71
71
|
/**
|
|
72
|
-
* Create a new App. Apps are full-stack web applications deployed as zip bundles to ``{slug}.mxp.co``. After creation, deploy your built frontend via the deploy pipeline: 1. ``POST /v1/apps/{app_id}/deploy/upload-url`` — get a presigned S3 PUT URL 2. Upload your built ``dist/`` zip to that URL 3. ``POST /v1/apps/{app_id}/deploy`` — trigger the build Only ``slug`` and ``meta`` are required. Set ``auth_config.mode`` to control end-user authentication (``public``, ``clerk``, ``password``, ``api_key``, ``jwt``, ``sso_oidc``, ``sso_saml``). Slugs are globally unique across all organizations. **Deprecated fields:** ``template``, ``sections``, ``custom_html``, ``hero``, ``theme``, ``seo``, ``stats``, ``featured_gallery``, ``tabs``, ``password_secret_name`` are accepted for backward compatibility but should not be used for new apps.
|
|
72
|
+
* Create a new App. Apps are full-stack web applications deployed as zip bundles to ``{slug}.mxp.co``. After creation, deploy your built frontend via the deploy pipeline: 1. ``POST /v1/apps/{app_id}/deploy/upload-url`` — get a presigned S3 PUT URL 2. Upload your built ``dist/`` zip to that URL 3. ``POST /v1/apps/{app_id}/deploy`` — trigger the build Only ``slug`` and ``meta`` are required. Set ``auth_config.mode`` to control end-user authentication (``public``, ``clerk``, ``password``, ``api_key``, ``jwt``, ``sso_oidc``, ``sso_saml``). Slugs are globally unique across all organizations. **Deprecated fields:** ``template``, ``sections``, ``custom_html``, ``hero``, ``theme``, ``seo``, ``stats``, ``featured_gallery``, ``tabs``, ``password_secret_name`` are accepted for backward compatibility but should not be used for new apps. **Tier limits:** Free = 1 app, Pro = 10, Enterprise = unlimited (``TierLimits._max_apps``). Exceeding your tier\'s limit returns a 400 with the limit + current count in ``error.details``.
|
|
73
73
|
* @summary Create an App
|
|
74
74
|
* @param {CreateAppRequest} createAppRequest
|
|
75
75
|
* @param {*} [options] Override http request option.
|
|
@@ -228,7 +228,7 @@ export declare const AppsApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
228
228
|
*/
|
|
229
229
|
listAppUsers: (appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
230
230
|
/**
|
|
231
|
-
* List all Apps for this organization.
|
|
231
|
+
* List all Apps for this organization. The response includes ``max_apps`` (the tier\'s Canvas App limit, ``null`` = unlimited) so the UI can render usage (\"X of N apps used\") and gate the create action without a second round-trip.
|
|
232
232
|
* @summary List Apps
|
|
233
233
|
* @param {number} [limit]
|
|
234
234
|
* @param {number} [offset]
|
|
@@ -379,7 +379,7 @@ export declare const AppsApiFp: (configuration?: Configuration) => {
|
|
|
379
379
|
*/
|
|
380
380
|
connectRepoApps(appId: string, connectRepoRequest: ConnectRepoRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
381
381
|
/**
|
|
382
|
-
* Create a new App. Apps are full-stack web applications deployed as zip bundles to ``{slug}.mxp.co``. After creation, deploy your built frontend via the deploy pipeline: 1. ``POST /v1/apps/{app_id}/deploy/upload-url`` — get a presigned S3 PUT URL 2. Upload your built ``dist/`` zip to that URL 3. ``POST /v1/apps/{app_id}/deploy`` — trigger the build Only ``slug`` and ``meta`` are required. Set ``auth_config.mode`` to control end-user authentication (``public``, ``clerk``, ``password``, ``api_key``, ``jwt``, ``sso_oidc``, ``sso_saml``). Slugs are globally unique across all organizations. **Deprecated fields:** ``template``, ``sections``, ``custom_html``, ``hero``, ``theme``, ``seo``, ``stats``, ``featured_gallery``, ``tabs``, ``password_secret_name`` are accepted for backward compatibility but should not be used for new apps.
|
|
382
|
+
* Create a new App. Apps are full-stack web applications deployed as zip bundles to ``{slug}.mxp.co``. After creation, deploy your built frontend via the deploy pipeline: 1. ``POST /v1/apps/{app_id}/deploy/upload-url`` — get a presigned S3 PUT URL 2. Upload your built ``dist/`` zip to that URL 3. ``POST /v1/apps/{app_id}/deploy`` — trigger the build Only ``slug`` and ``meta`` are required. Set ``auth_config.mode`` to control end-user authentication (``public``, ``clerk``, ``password``, ``api_key``, ``jwt``, ``sso_oidc``, ``sso_saml``). Slugs are globally unique across all organizations. **Deprecated fields:** ``template``, ``sections``, ``custom_html``, ``hero``, ``theme``, ``seo``, ``stats``, ``featured_gallery``, ``tabs``, ``password_secret_name`` are accepted for backward compatibility but should not be used for new apps. **Tier limits:** Free = 1 app, Pro = 10, Enterprise = unlimited (``TierLimits._max_apps``). Exceeding your tier\'s limit returns a 400 with the limit + current count in ``error.details``.
|
|
383
383
|
* @summary Create an App
|
|
384
384
|
* @param {CreateAppRequest} createAppRequest
|
|
385
385
|
* @param {*} [options] Override http request option.
|
|
@@ -538,7 +538,7 @@ export declare const AppsApiFp: (configuration?: Configuration) => {
|
|
|
538
538
|
*/
|
|
539
539
|
listAppUsers(appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListUsersResponse>>;
|
|
540
540
|
/**
|
|
541
|
-
* List all Apps for this organization.
|
|
541
|
+
* List all Apps for this organization. The response includes ``max_apps`` (the tier\'s Canvas App limit, ``null`` = unlimited) so the UI can render usage (\"X of N apps used\") and gate the create action without a second round-trip.
|
|
542
542
|
* @summary List Apps
|
|
543
543
|
* @param {number} [limit]
|
|
544
544
|
* @param {number} [offset]
|
|
@@ -687,7 +687,7 @@ export declare const AppsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
687
687
|
*/
|
|
688
688
|
connectRepoApps(requestParameters: AppsApiConnectRepoAppsRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
689
689
|
/**
|
|
690
|
-
* Create a new App. Apps are full-stack web applications deployed as zip bundles to ``{slug}.mxp.co``. After creation, deploy your built frontend via the deploy pipeline: 1. ``POST /v1/apps/{app_id}/deploy/upload-url`` — get a presigned S3 PUT URL 2. Upload your built ``dist/`` zip to that URL 3. ``POST /v1/apps/{app_id}/deploy`` — trigger the build Only ``slug`` and ``meta`` are required. Set ``auth_config.mode`` to control end-user authentication (``public``, ``clerk``, ``password``, ``api_key``, ``jwt``, ``sso_oidc``, ``sso_saml``). Slugs are globally unique across all organizations. **Deprecated fields:** ``template``, ``sections``, ``custom_html``, ``hero``, ``theme``, ``seo``, ``stats``, ``featured_gallery``, ``tabs``, ``password_secret_name`` are accepted for backward compatibility but should not be used for new apps.
|
|
690
|
+
* Create a new App. Apps are full-stack web applications deployed as zip bundles to ``{slug}.mxp.co``. After creation, deploy your built frontend via the deploy pipeline: 1. ``POST /v1/apps/{app_id}/deploy/upload-url`` — get a presigned S3 PUT URL 2. Upload your built ``dist/`` zip to that URL 3. ``POST /v1/apps/{app_id}/deploy`` — trigger the build Only ``slug`` and ``meta`` are required. Set ``auth_config.mode`` to control end-user authentication (``public``, ``clerk``, ``password``, ``api_key``, ``jwt``, ``sso_oidc``, ``sso_saml``). Slugs are globally unique across all organizations. **Deprecated fields:** ``template``, ``sections``, ``custom_html``, ``hero``, ``theme``, ``seo``, ``stats``, ``featured_gallery``, ``tabs``, ``password_secret_name`` are accepted for backward compatibility but should not be used for new apps. **Tier limits:** Free = 1 app, Pro = 10, Enterprise = unlimited (``TierLimits._max_apps``). Exceeding your tier\'s limit returns a 400 with the limit + current count in ``error.details``.
|
|
691
691
|
* @summary Create an App
|
|
692
692
|
* @param {AppsApiCreateAppRequest} requestParameters Request parameters.
|
|
693
693
|
* @param {*} [options] Override http request option.
|
|
@@ -831,7 +831,7 @@ export declare const AppsApiFactory: (configuration?: Configuration, basePath?:
|
|
|
831
831
|
*/
|
|
832
832
|
listAppUsers(requestParameters: AppsApiListAppUsersRequest, options?: RawAxiosRequestConfig): AxiosPromise<ListUsersResponse>;
|
|
833
833
|
/**
|
|
834
|
-
* List all Apps for this organization.
|
|
834
|
+
* List all Apps for this organization. The response includes ``max_apps`` (the tier\'s Canvas App limit, ``null`` = unlimited) so the UI can render usage (\"X of N apps used\") and gate the create action without a second round-trip.
|
|
835
835
|
* @summary List Apps
|
|
836
836
|
* @param {AppsApiListAppsRequest} requestParameters Request parameters.
|
|
837
837
|
* @param {*} [options] Override http request option.
|
|
@@ -1603,7 +1603,7 @@ export declare class AppsApi extends BaseAPI {
|
|
|
1603
1603
|
*/
|
|
1604
1604
|
connectRepoApps(requestParameters: AppsApiConnectRepoAppsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1605
1605
|
/**
|
|
1606
|
-
* Create a new App. Apps are full-stack web applications deployed as zip bundles to ``{slug}.mxp.co``. After creation, deploy your built frontend via the deploy pipeline: 1. ``POST /v1/apps/{app_id}/deploy/upload-url`` — get a presigned S3 PUT URL 2. Upload your built ``dist/`` zip to that URL 3. ``POST /v1/apps/{app_id}/deploy`` — trigger the build Only ``slug`` and ``meta`` are required. Set ``auth_config.mode`` to control end-user authentication (``public``, ``clerk``, ``password``, ``api_key``, ``jwt``, ``sso_oidc``, ``sso_saml``). Slugs are globally unique across all organizations. **Deprecated fields:** ``template``, ``sections``, ``custom_html``, ``hero``, ``theme``, ``seo``, ``stats``, ``featured_gallery``, ``tabs``, ``password_secret_name`` are accepted for backward compatibility but should not be used for new apps.
|
|
1606
|
+
* Create a new App. Apps are full-stack web applications deployed as zip bundles to ``{slug}.mxp.co``. After creation, deploy your built frontend via the deploy pipeline: 1. ``POST /v1/apps/{app_id}/deploy/upload-url`` — get a presigned S3 PUT URL 2. Upload your built ``dist/`` zip to that URL 3. ``POST /v1/apps/{app_id}/deploy`` — trigger the build Only ``slug`` and ``meta`` are required. Set ``auth_config.mode`` to control end-user authentication (``public``, ``clerk``, ``password``, ``api_key``, ``jwt``, ``sso_oidc``, ``sso_saml``). Slugs are globally unique across all organizations. **Deprecated fields:** ``template``, ``sections``, ``custom_html``, ``hero``, ``theme``, ``seo``, ``stats``, ``featured_gallery``, ``tabs``, ``password_secret_name`` are accepted for backward compatibility but should not be used for new apps. **Tier limits:** Free = 1 app, Pro = 10, Enterprise = unlimited (``TierLimits._max_apps``). Exceeding your tier\'s limit returns a 400 with the limit + current count in ``error.details``.
|
|
1607
1607
|
* @summary Create an App
|
|
1608
1608
|
* @param {AppsApiCreateAppRequest} requestParameters Request parameters.
|
|
1609
1609
|
* @param {*} [options] Override http request option.
|
|
@@ -1765,7 +1765,7 @@ export declare class AppsApi extends BaseAPI {
|
|
|
1765
1765
|
*/
|
|
1766
1766
|
listAppUsers(requestParameters: AppsApiListAppUsersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ListUsersResponse, any, {}>>;
|
|
1767
1767
|
/**
|
|
1768
|
-
* List all Apps for this organization.
|
|
1768
|
+
* List all Apps for this organization. The response includes ``max_apps`` (the tier\'s Canvas App limit, ``null`` = unlimited) so the UI can render usage (\"X of N apps used\") and gate the create action without a second round-trip.
|
|
1769
1769
|
* @summary List Apps
|
|
1770
1770
|
* @param {AppsApiListAppsRequest} requestParameters Request parameters.
|
|
1771
1771
|
* @param {*} [options] Override http request option.
|
|
@@ -13,6 +13,7 @@ import type { Configuration } from '../configuration';
|
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import type { AddObjectsToBatchRequest } from '../models';
|
|
16
|
+
import type { BatchCostEstimate } from '../models';
|
|
16
17
|
import type { BatchModel } from '../models';
|
|
17
18
|
import type { BodyHealTierV1BucketsBucketIdentifierBatchesBatchIdTiersTierNumHealPost } from '../models';
|
|
18
19
|
import type { BulkSubmitBatchesRequest } from '../models';
|
|
@@ -118,6 +119,15 @@ export declare const BucketBatchesApiAxiosParamCreator: (configuration?: Configu
|
|
|
118
119
|
* @throws {RequiredError}
|
|
119
120
|
*/
|
|
120
121
|
diagnoseBatchBucketsBatches: (bucketIdentifier: string, batchId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
122
|
+
/**
|
|
123
|
+
* Pre-flight estimate of the credits a DRAFT batch will consume on submit, plus how many of its objects were already extracted — so a force/replace re-run that re-pays GPU extraction surfaces its cost BEFORE submitting. Read-only: does not consume credits or change the batch.
|
|
124
|
+
* @summary Estimate Batch Cost (pre-flight, dry-run)
|
|
125
|
+
* @param {string} bucketIdentifier The unique identifier of the bucket.
|
|
126
|
+
* @param {string} batchId The unique identifier of the batch.
|
|
127
|
+
* @param {*} [options] Override http request option.
|
|
128
|
+
* @throws {RequiredError}
|
|
129
|
+
*/
|
|
130
|
+
estimateBatchCostBucketsBatches: (bucketIdentifier: string, batchId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
121
131
|
/**
|
|
122
132
|
* Returns the per-tier completion accounting for a batch: how many objects were submitted, how many ended up in the per-object success ledger (processed_objects), how many in the per-object failure ledger (failed_documents), how many were skipped, and how many are \'lost\' (submitted but absent from both per-object ledgers). Phase 1 of INGESTION_RELIABILITY_PLAN.md. ``has_lost_objects=true`` is a smoking gun for the row-failure-swallow class of bug — the tier was marked COMPLETED but rows silently went missing. Compare against ``tier_tasks[].audit`` (persisted at completion) to see the snapshot at the time the callback fired.
|
|
123
133
|
* @summary Tier-completion invariant audit
|
|
@@ -353,6 +363,15 @@ export declare const BucketBatchesApiFp: (configuration?: Configuration) => {
|
|
|
353
363
|
diagnoseBatchBucketsBatches(bucketIdentifier: string, batchId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
354
364
|
[key: string]: any;
|
|
355
365
|
}>>;
|
|
366
|
+
/**
|
|
367
|
+
* Pre-flight estimate of the credits a DRAFT batch will consume on submit, plus how many of its objects were already extracted — so a force/replace re-run that re-pays GPU extraction surfaces its cost BEFORE submitting. Read-only: does not consume credits or change the batch.
|
|
368
|
+
* @summary Estimate Batch Cost (pre-flight, dry-run)
|
|
369
|
+
* @param {string} bucketIdentifier The unique identifier of the bucket.
|
|
370
|
+
* @param {string} batchId The unique identifier of the batch.
|
|
371
|
+
* @param {*} [options] Override http request option.
|
|
372
|
+
* @throws {RequiredError}
|
|
373
|
+
*/
|
|
374
|
+
estimateBatchCostBucketsBatches(bucketIdentifier: string, batchId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BatchCostEstimate>>;
|
|
356
375
|
/**
|
|
357
376
|
* Returns the per-tier completion accounting for a batch: how many objects were submitted, how many ended up in the per-object success ledger (processed_objects), how many in the per-object failure ledger (failed_documents), how many were skipped, and how many are \'lost\' (submitted but absent from both per-object ledgers). Phase 1 of INGESTION_RELIABILITY_PLAN.md. ``has_lost_objects=true`` is a smoking gun for the row-failure-swallow class of bug — the tier was marked COMPLETED but rows silently went missing. Compare against ``tier_tasks[].audit`` (persisted at completion) to see the snapshot at the time the callback fired.
|
|
358
377
|
* @summary Tier-completion invariant audit
|
|
@@ -586,6 +605,14 @@ export declare const BucketBatchesApiFactory: (configuration?: Configuration, ba
|
|
|
586
605
|
diagnoseBatchBucketsBatches(requestParameters: BucketBatchesApiDiagnoseBatchBucketsBatchesRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
587
606
|
[key: string]: any;
|
|
588
607
|
}>;
|
|
608
|
+
/**
|
|
609
|
+
* Pre-flight estimate of the credits a DRAFT batch will consume on submit, plus how many of its objects were already extracted — so a force/replace re-run that re-pays GPU extraction surfaces its cost BEFORE submitting. Read-only: does not consume credits or change the batch.
|
|
610
|
+
* @summary Estimate Batch Cost (pre-flight, dry-run)
|
|
611
|
+
* @param {BucketBatchesApiEstimateBatchCostBucketsBatchesRequest} requestParameters Request parameters.
|
|
612
|
+
* @param {*} [options] Override http request option.
|
|
613
|
+
* @throws {RequiredError}
|
|
614
|
+
*/
|
|
615
|
+
estimateBatchCostBucketsBatches(requestParameters: BucketBatchesApiEstimateBatchCostBucketsBatchesRequest, options?: RawAxiosRequestConfig): AxiosPromise<BatchCostEstimate>;
|
|
589
616
|
/**
|
|
590
617
|
* Returns the per-tier completion accounting for a batch: how many objects were submitted, how many ended up in the per-object success ledger (processed_objects), how many in the per-object failure ledger (failed_documents), how many were skipped, and how many are \'lost\' (submitted but absent from both per-object ledgers). Phase 1 of INGESTION_RELIABILITY_PLAN.md. ``has_lost_objects=true`` is a smoking gun for the row-failure-swallow class of bug — the tier was marked COMPLETED but rows silently went missing. Compare against ``tier_tasks[].audit`` (persisted at completion) to see the snapshot at the time the callback fired.
|
|
591
618
|
* @summary Tier-completion invariant audit
|
|
@@ -918,6 +945,25 @@ export interface BucketBatchesApiDiagnoseBatchBucketsBatchesRequest {
|
|
|
918
945
|
*/
|
|
919
946
|
readonly batchId: string;
|
|
920
947
|
}
|
|
948
|
+
/**
|
|
949
|
+
* Request parameters for estimateBatchCostBucketsBatches operation in BucketBatchesApi.
|
|
950
|
+
* @export
|
|
951
|
+
* @interface BucketBatchesApiEstimateBatchCostBucketsBatchesRequest
|
|
952
|
+
*/
|
|
953
|
+
export interface BucketBatchesApiEstimateBatchCostBucketsBatchesRequest {
|
|
954
|
+
/**
|
|
955
|
+
* The unique identifier of the bucket.
|
|
956
|
+
* @type {string}
|
|
957
|
+
* @memberof BucketBatchesApiEstimateBatchCostBucketsBatches
|
|
958
|
+
*/
|
|
959
|
+
readonly bucketIdentifier: string;
|
|
960
|
+
/**
|
|
961
|
+
* The unique identifier of the batch.
|
|
962
|
+
* @type {string}
|
|
963
|
+
* @memberof BucketBatchesApiEstimateBatchCostBucketsBatches
|
|
964
|
+
*/
|
|
965
|
+
readonly batchId: string;
|
|
966
|
+
}
|
|
921
967
|
/**
|
|
922
968
|
* Request parameters for getBatchAuditBucketsBatches operation in BucketBatchesApi.
|
|
923
969
|
* @export
|
|
@@ -1347,6 +1393,15 @@ export declare class BucketBatchesApi extends BaseAPI {
|
|
|
1347
1393
|
diagnoseBatchBucketsBatches(requestParameters: BucketBatchesApiDiagnoseBatchBucketsBatchesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1348
1394
|
[key: string]: any;
|
|
1349
1395
|
}, any, {}>>;
|
|
1396
|
+
/**
|
|
1397
|
+
* Pre-flight estimate of the credits a DRAFT batch will consume on submit, plus how many of its objects were already extracted — so a force/replace re-run that re-pays GPU extraction surfaces its cost BEFORE submitting. Read-only: does not consume credits or change the batch.
|
|
1398
|
+
* @summary Estimate Batch Cost (pre-flight, dry-run)
|
|
1399
|
+
* @param {BucketBatchesApiEstimateBatchCostBucketsBatchesRequest} requestParameters Request parameters.
|
|
1400
|
+
* @param {*} [options] Override http request option.
|
|
1401
|
+
* @throws {RequiredError}
|
|
1402
|
+
* @memberof BucketBatchesApi
|
|
1403
|
+
*/
|
|
1404
|
+
estimateBatchCostBucketsBatches(requestParameters: BucketBatchesApiEstimateBatchCostBucketsBatchesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchCostEstimate, any, {}>>;
|
|
1350
1405
|
/**
|
|
1351
1406
|
* Returns the per-tier completion accounting for a batch: how many objects were submitted, how many ended up in the per-object success ledger (processed_objects), how many in the per-object failure ledger (failed_documents), how many were skipped, and how many are \'lost\' (submitted but absent from both per-object ledgers). Phase 1 of INGESTION_RELIABILITY_PLAN.md. ``has_lost_objects=true`` is a smoking gun for the row-failure-swallow class of bug — the tier was marked COMPLETED but rows silently went missing. Compare against ``tier_tasks[].audit`` (persisted at completion) to see the snapshot at the time the callback fired.
|
|
1352
1407
|
* @summary Tier-completion invariant audit
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bucket-batches-api.d.ts","sourceRoot":"","sources":["../../api/bucket-batches-api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"bucket-batches-api.d.ts","sourceRoot":"","sources":["../../api/bucket-batches-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -78,15 +78,16 @@ export declare const BucketObjectsApiAxiosParamCreator: (configuration?: Configu
|
|
|
78
78
|
*/
|
|
79
79
|
deleteObjectBuckets: (bucketIdentifier: string, objectIdentifier: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
80
80
|
/**
|
|
81
|
-
* This endpoint retrieves an object by its ID from the specified bucket. **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs for all blobs with S3 storage (default: false). URLs are added to each blob\'s properties as `presigned_url` and expire after 1 hour.
|
|
81
|
+
* This endpoint retrieves an object by its ID from the specified bucket. **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs for all blobs with S3 storage (default: false). URLs are added to each blob\'s properties as `presigned_url` and expire after 1 hour. **Document count**: `document_count` (how many documents this object produced, via vector-store lineage) is computed by default. It fans out to the vector partition, which on a cold/serverless partition can be slow — pass `include_document_count=false` to skip it for latency-sensitive, interactive views (e.g. an object-detail modal) that don\'t render the count. Even when requested, the count is best-effort and bounded by a deadline: it returns `null` rather than blocking the response if the partition is cold.
|
|
82
82
|
* @summary Get Object
|
|
83
83
|
* @param {string} bucketIdentifier The unique identifier of the bucket.
|
|
84
84
|
* @param {string} objectIdentifier The unique identifier of the object.
|
|
85
85
|
* @param {boolean} [returnPresignedUrls] Generate fresh presigned download URLs for all blobs with S3 storage
|
|
86
|
+
* @param {boolean} [includeDocumentCount] Compute document_count via vector-store lineage (default true). Pass false to skip the vector fan-out for latency-sensitive views that don\'t render the count.
|
|
86
87
|
* @param {*} [options] Override http request option.
|
|
87
88
|
* @throws {RequiredError}
|
|
88
89
|
*/
|
|
89
|
-
getObjectBuckets: (bucketIdentifier: string, objectIdentifier: string, returnPresignedUrls?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
90
|
+
getObjectBuckets: (bucketIdentifier: string, objectIdentifier: string, returnPresignedUrls?: boolean, includeDocumentCount?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
90
91
|
/**
|
|
91
92
|
* This endpoint lists objects in a bucket with cursor-based pagination, filtering, and sorting. **Filtering**: Use dot notation for metadata fields - Example: ?metadata.type=video&metadata.status=ready **Sorting**: Specify field and direction - Example: ?sort_field=metadata.created_at&sort_direction=desc - Direction: asc (ascending) or desc (descending), defaults to asc **Pagination**: Cursor-based for efficient deep pagination - First page: ?limit=100 (omit cursor) - Next pages: ?limit=100&cursor={next_cursor} - Use next_cursor from response to navigate - No limit on pagination depth **Total Count**: Optional (expensive operation) - Use ?include_total=true to get total count - Adds 50-200ms to response time - Returns total, page, page_size, total_pages fields in pagination response
|
|
92
93
|
* @summary List Objects
|
|
@@ -191,15 +192,16 @@ export declare const BucketObjectsApiFp: (configuration?: Configuration) => {
|
|
|
191
192
|
*/
|
|
192
193
|
deleteObjectBuckets(bucketIdentifier: string, objectIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
193
194
|
/**
|
|
194
|
-
* This endpoint retrieves an object by its ID from the specified bucket. **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs for all blobs with S3 storage (default: false). URLs are added to each blob\'s properties as `presigned_url` and expire after 1 hour.
|
|
195
|
+
* This endpoint retrieves an object by its ID from the specified bucket. **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs for all blobs with S3 storage (default: false). URLs are added to each blob\'s properties as `presigned_url` and expire after 1 hour. **Document count**: `document_count` (how many documents this object produced, via vector-store lineage) is computed by default. It fans out to the vector partition, which on a cold/serverless partition can be slow — pass `include_document_count=false` to skip it for latency-sensitive, interactive views (e.g. an object-detail modal) that don\'t render the count. Even when requested, the count is best-effort and bounded by a deadline: it returns `null` rather than blocking the response if the partition is cold.
|
|
195
196
|
* @summary Get Object
|
|
196
197
|
* @param {string} bucketIdentifier The unique identifier of the bucket.
|
|
197
198
|
* @param {string} objectIdentifier The unique identifier of the object.
|
|
198
199
|
* @param {boolean} [returnPresignedUrls] Generate fresh presigned download URLs for all blobs with S3 storage
|
|
200
|
+
* @param {boolean} [includeDocumentCount] Compute document_count via vector-store lineage (default true). Pass false to skip the vector fan-out for latency-sensitive views that don\'t render the count.
|
|
199
201
|
* @param {*} [options] Override http request option.
|
|
200
202
|
* @throws {RequiredError}
|
|
201
203
|
*/
|
|
202
|
-
getObjectBuckets(bucketIdentifier: string, objectIdentifier: string, returnPresignedUrls?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ObjectResponse>>;
|
|
204
|
+
getObjectBuckets(bucketIdentifier: string, objectIdentifier: string, returnPresignedUrls?: boolean, includeDocumentCount?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ObjectResponse>>;
|
|
203
205
|
/**
|
|
204
206
|
* This endpoint lists objects in a bucket with cursor-based pagination, filtering, and sorting. **Filtering**: Use dot notation for metadata fields - Example: ?metadata.type=video&metadata.status=ready **Sorting**: Specify field and direction - Example: ?sort_field=metadata.created_at&sort_direction=desc - Direction: asc (ascending) or desc (descending), defaults to asc **Pagination**: Cursor-based for efficient deep pagination - First page: ?limit=100 (omit cursor) - Next pages: ?limit=100&cursor={next_cursor} - Use next_cursor from response to navigate - No limit on pagination depth **Total Count**: Optional (expensive operation) - Use ?include_total=true to get total count - Adds 50-200ms to response time - Returns total, page, page_size, total_pages fields in pagination response
|
|
205
207
|
* @summary List Objects
|
|
@@ -296,7 +298,7 @@ export declare const BucketObjectsApiFactory: (configuration?: Configuration, ba
|
|
|
296
298
|
*/
|
|
297
299
|
deleteObjectBuckets(requestParameters: BucketObjectsApiDeleteObjectBucketsRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
298
300
|
/**
|
|
299
|
-
* This endpoint retrieves an object by its ID from the specified bucket. **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs for all blobs with S3 storage (default: false). URLs are added to each blob\'s properties as `presigned_url` and expire after 1 hour.
|
|
301
|
+
* This endpoint retrieves an object by its ID from the specified bucket. **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs for all blobs with S3 storage (default: false). URLs are added to each blob\'s properties as `presigned_url` and expire after 1 hour. **Document count**: `document_count` (how many documents this object produced, via vector-store lineage) is computed by default. It fans out to the vector partition, which on a cold/serverless partition can be slow — pass `include_document_count=false` to skip it for latency-sensitive, interactive views (e.g. an object-detail modal) that don\'t render the count. Even when requested, the count is best-effort and bounded by a deadline: it returns `null` rather than blocking the response if the partition is cold.
|
|
300
302
|
* @summary Get Object
|
|
301
303
|
* @param {BucketObjectsApiGetObjectBucketsRequest} requestParameters Request parameters.
|
|
302
304
|
* @param {*} [options] Override http request option.
|
|
@@ -473,6 +475,12 @@ export interface BucketObjectsApiGetObjectBucketsRequest {
|
|
|
473
475
|
* @memberof BucketObjectsApiGetObjectBuckets
|
|
474
476
|
*/
|
|
475
477
|
readonly returnPresignedUrls?: boolean;
|
|
478
|
+
/**
|
|
479
|
+
* Compute document_count via vector-store lineage (default true). Pass false to skip the vector fan-out for latency-sensitive views that don\'t render the count.
|
|
480
|
+
* @type {boolean}
|
|
481
|
+
* @memberof BucketObjectsApiGetObjectBuckets
|
|
482
|
+
*/
|
|
483
|
+
readonly includeDocumentCount?: boolean;
|
|
476
484
|
}
|
|
477
485
|
/**
|
|
478
486
|
* Request parameters for listObjectsBuckets operation in BucketObjectsApi.
|
|
@@ -681,7 +689,7 @@ export declare class BucketObjectsApi extends BaseAPI {
|
|
|
681
689
|
*/
|
|
682
690
|
deleteObjectBuckets(requestParameters: BucketObjectsApiDeleteObjectBucketsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
683
691
|
/**
|
|
684
|
-
* This endpoint retrieves an object by its ID from the specified bucket. **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs for all blobs with S3 storage (default: false). URLs are added to each blob\'s properties as `presigned_url` and expire after 1 hour.
|
|
692
|
+
* This endpoint retrieves an object by its ID from the specified bucket. **Presigned URLs**: Set `return_presigned_urls=true` query parameter to generate fresh presigned download URLs for all blobs with S3 storage (default: false). URLs are added to each blob\'s properties as `presigned_url` and expire after 1 hour. **Document count**: `document_count` (how many documents this object produced, via vector-store lineage) is computed by default. It fans out to the vector partition, which on a cold/serverless partition can be slow — pass `include_document_count=false` to skip it for latency-sensitive, interactive views (e.g. an object-detail modal) that don\'t render the count. Even when requested, the count is best-effort and bounded by a deadline: it returns `null` rather than blocking the response if the partition is cold.
|
|
685
693
|
* @summary Get Object
|
|
686
694
|
* @param {BucketObjectsApiGetObjectBucketsRequest} requestParameters Request parameters.
|
|
687
695
|
* @param {*} [options] Override http request option.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bucket-objects-api.d.ts","sourceRoot":"","sources":["../../api/bucket-objects-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAMhF,OAAO,EAAiC,KAAK,WAAW,EAAE,OAAO,EAAqC,MAAM,SAAS,CAAC;AAEtH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAEvD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAExD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAE3D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAM5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAE1D,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAE3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAEhD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACrD;;;GAGG;AACH,eAAO,MAAM,iCAAiC,GAAa,gBAAgB,aAAa;IAEhF;;;;;;;OAOG;gDAC+C,MAAM,4BAA4B,wBAAwB,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAgCxK;;;;;;;OAOG;qDACoD,MAAM,yBAAyB,qBAAqB,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAgCvK;;;;;;;;;OASG;4CAC2C,MAAM,uBAAuB,mBAAmB,WAAW,MAAM,gBAAgB,OAAO,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAwClM;;;;;;;;OAQG;kDACiD,MAAM,6BAA6B,yBAAyB,gBAAgB,OAAO,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAoCnM;;;;;;;OAOG;4CAC2C,MAAM,oBAAoB,MAAM,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA8B1I
|
|
1
|
+
{"version":3,"file":"bucket-objects-api.d.ts","sourceRoot":"","sources":["../../api/bucket-objects-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -35,10 +35,11 @@ export declare const BucketsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
35
35
|
* This endpoint deletes a bucket and all its resources including: - S3 objects and blobs - Running Ray jobs (cancels active batch processing jobs) - Batch processing artifacts - Upload files - Unique key lookups - MongoDB metadata The deletion is performed **asynchronously** via a background task. Returns immediately with a task_id that can be polled via GET /v1/tasks/{task_id}. **Response**: - `task_id`: Use this to poll deletion status via GET /v1/tasks/{task_id} - `status`: Initial status (PENDING) - `bucket_id`: The bucket being deleted - `bucket_name`: Name of the bucket - `object_count`: Number of objects that will be deleted **Polling**: Poll GET /v1/tasks/{task_id} until status is COMPLETED or FAILED. Use exponential backoff (start 1s, max 30s).
|
|
36
36
|
* @summary Delete Bucket
|
|
37
37
|
* @param {string} bucketIdentifier
|
|
38
|
+
* @param {boolean} [forceForeclose]
|
|
38
39
|
* @param {*} [options] Override http request option.
|
|
39
40
|
* @throws {RequiredError}
|
|
40
41
|
*/
|
|
41
|
-
deleteBucket: (bucketIdentifier: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
42
|
+
deleteBucket: (bucketIdentifier: string, forceForeclose?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
42
43
|
/**
|
|
43
44
|
* This endpoint retrieves a bucket by its ID.
|
|
44
45
|
* @summary Get Bucket
|
|
@@ -105,10 +106,11 @@ export declare const BucketsApiFp: (configuration?: Configuration) => {
|
|
|
105
106
|
* This endpoint deletes a bucket and all its resources including: - S3 objects and blobs - Running Ray jobs (cancels active batch processing jobs) - Batch processing artifacts - Upload files - Unique key lookups - MongoDB metadata The deletion is performed **asynchronously** via a background task. Returns immediately with a task_id that can be polled via GET /v1/tasks/{task_id}. **Response**: - `task_id`: Use this to poll deletion status via GET /v1/tasks/{task_id} - `status`: Initial status (PENDING) - `bucket_id`: The bucket being deleted - `bucket_name`: Name of the bucket - `object_count`: Number of objects that will be deleted **Polling**: Poll GET /v1/tasks/{task_id} until status is COMPLETED or FAILED. Use exponential backoff (start 1s, max 30s).
|
|
106
107
|
* @summary Delete Bucket
|
|
107
108
|
* @param {string} bucketIdentifier
|
|
109
|
+
* @param {boolean} [forceForeclose]
|
|
108
110
|
* @param {*} [options] Override http request option.
|
|
109
111
|
* @throws {RequiredError}
|
|
110
112
|
*/
|
|
111
|
-
deleteBucket(bucketIdentifier: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
113
|
+
deleteBucket(bucketIdentifier: string, forceForeclose?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
112
114
|
/**
|
|
113
115
|
* This endpoint retrieves a bucket by its ID.
|
|
114
116
|
* @summary Get Bucket
|
|
@@ -245,6 +247,12 @@ export interface BucketsApiDeleteBucketRequest {
|
|
|
245
247
|
* @memberof BucketsApiDeleteBucket
|
|
246
248
|
*/
|
|
247
249
|
readonly bucketIdentifier: string;
|
|
250
|
+
/**
|
|
251
|
+
*
|
|
252
|
+
* @type {boolean}
|
|
253
|
+
* @memberof BucketsApiDeleteBucket
|
|
254
|
+
*/
|
|
255
|
+
readonly forceForeclose?: boolean;
|
|
248
256
|
}
|
|
249
257
|
/**
|
|
250
258
|
* Request parameters for getBucket operation in BucketsApi.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buckets-api.d.ts","sourceRoot":"","sources":["../../api/buckets-api.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAMhF,OAAO,EAAiC,KAAK,WAAW,EAAE,OAAO,EAAqC,MAAM,SAAS,CAAC;AAEtH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAEhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAMrD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACrD;;;GAGG;AACH,eAAO,MAAM,2BAA2B,GAAa,gBAAgB,aAAa;IAE1E;;;;;;OAMG;wCACuC,mBAAmB,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA6BzH
|
|
1
|
+
{"version":3,"file":"buckets-api.d.ts","sourceRoot":"","sources":["../../api/buckets-api.ts"],"names":[],"mappings":"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"}
|