mixpeek 0.81.280 → 0.81.282

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.
@@ -45,7 +45,7 @@ export declare const BatchesApiAxiosParamCreator: (configuration?: Configuration
45
45
  */
46
46
  getQueueStatusBatches: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
47
47
  /**
48
- * List batches across all buckets. Supports status and namespace filters.
48
+ * List batches across all buckets in the organization. Filter with `status`, `bucket_id`, `collection_id`, or `namespace_id` in the request body. NOTE: the X-Namespace header does NOT narrow this endpoint — it is organization-scoped by design. Pass `namespace_id` in the body instead.
49
49
  * @summary List All Batches
50
50
  * @param {ListBatchesRequest} [listBatchesRequest]
51
51
  * @param {*} [options] Override http request option.
@@ -84,7 +84,7 @@ export declare const BatchesApiFp: (configuration?: Configuration) => {
84
84
  [key: string]: any;
85
85
  }>>;
86
86
  /**
87
- * List batches across all buckets. Supports status and namespace filters.
87
+ * List batches across all buckets in the organization. Filter with `status`, `bucket_id`, `collection_id`, or `namespace_id` in the request body. NOTE: the X-Namespace header does NOT narrow this endpoint — it is organization-scoped by design. Pass `namespace_id` in the body instead.
88
88
  * @summary List All Batches
89
89
  * @param {ListBatchesRequest} [listBatchesRequest]
90
90
  * @param {*} [options] Override http request option.
@@ -123,7 +123,7 @@ export declare const BatchesApiFactory: (configuration?: Configuration, basePath
123
123
  [key: string]: any;
124
124
  }>;
125
125
  /**
126
- * List batches across all buckets. Supports status and namespace filters.
126
+ * List batches across all buckets in the organization. Filter with `status`, `bucket_id`, `collection_id`, or `namespace_id` in the request body. NOTE: the X-Namespace header does NOT narrow this endpoint — it is organization-scoped by design. Pass `namespace_id` in the body instead.
127
127
  * @summary List All Batches
128
128
  * @param {BatchesApiListAllBatchesRequest} requestParameters Request parameters.
129
129
  * @param {*} [options] Override http request option.
@@ -206,7 +206,7 @@ export declare class BatchesApi extends BaseAPI {
206
206
  [key: string]: any;
207
207
  }, any, {}>>;
208
208
  /**
209
- * List batches across all buckets. Supports status and namespace filters.
209
+ * List batches across all buckets in the organization. Filter with `status`, `bucket_id`, `collection_id`, or `namespace_id` in the request body. NOTE: the X-Namespace header does NOT narrow this endpoint — it is organization-scoped by design. Pass `namespace_id` in the body instead.
210
210
  * @summary List All Batches
211
211
  * @param {BatchesApiListAllBatchesRequest} requestParameters Request parameters.
212
212
  * @param {*} [options] Override http request option.
package/dist/index.js CHANGED
@@ -6428,7 +6428,7 @@ var BatchesApiAxiosParamCreator = function(configuration) {
6428
6428
  };
6429
6429
  },
6430
6430
  /**
6431
- * List batches across all buckets. Supports status and namespace filters.
6431
+ * List batches across all buckets in the organization. Filter with `status`, `bucket_id`, `collection_id`, or `namespace_id` in the request body. NOTE: the X-Namespace header does NOT narrow this endpoint — it is organization-scoped by design. Pass `namespace_id` in the body instead.
6432
6432
  * @summary List All Batches
6433
6433
  * @param {ListBatchesRequest} [listBatchesRequest]
6434
6434
  * @param {*} [options] Override http request option.
@@ -6498,7 +6498,7 @@ var BatchesApiFp = function(configuration) {
6498
6498
  return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
6499
6499
  },
6500
6500
  /**
6501
- * List batches across all buckets. Supports status and namespace filters.
6501
+ * List batches across all buckets in the organization. Filter with `status`, `bucket_id`, `collection_id`, or `namespace_id` in the request body. NOTE: the X-Namespace header does NOT narrow this endpoint — it is organization-scoped by design. Pass `namespace_id` in the body instead.
6502
6502
  * @summary List All Batches
6503
6503
  * @param {ListBatchesRequest} [listBatchesRequest]
6504
6504
  * @param {*} [options] Override http request option.
@@ -6546,7 +6546,7 @@ var BatchesApi = class extends BaseAPI {
6546
6546
  return BatchesApiFp(this.configuration).getQueueStatusBatches(options).then((request) => request(this.axios, this.basePath));
6547
6547
  }
6548
6548
  /**
6549
- * List batches across all buckets. Supports status and namespace filters.
6549
+ * List batches across all buckets in the organization. Filter with `status`, `bucket_id`, `collection_id`, or `namespace_id` in the request body. NOTE: the X-Namespace header does NOT narrow this endpoint — it is organization-scoped by design. Pass `namespace_id` in the body instead.
6550
6550
  * @summary List All Batches
6551
6551
  * @param {BatchesApiListAllBatchesRequest} requestParameters Request parameters.
6552
6552
  * @param {*} [options] Override http request option.