mixpeek 0.81.95 → 0.81.97

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.
Files changed (34) hide show
  1. package/dist/api/bucket-syncs-api.d.ts +4 -4
  2. package/dist/api/models-api.d.ts +4 -4
  3. package/dist/api/organizations-api.d.ts +35 -0
  4. package/dist/api/organizations-api.d.ts.map +1 -1
  5. package/dist/api/public-scaffolds-api.d.ts +47 -0
  6. package/dist/api/public-scaffolds-api.d.ts.map +1 -1
  7. package/dist/api/public-templates-apiapi.d.ts +47 -0
  8. package/dist/api/public-templates-apiapi.d.ts.map +1 -1
  9. package/dist/index.js +49 -3
  10. package/dist/index.js.map +1 -1
  11. package/dist/index.mjs +49 -3
  12. package/dist/index.mjs.map +1 -1
  13. package/dist/models/base-template-model.d.ts +18 -0
  14. package/dist/models/base-template-model.d.ts.map +1 -1
  15. package/dist/models/batch-model.d.ts +8 -0
  16. package/dist/models/batch-model.d.ts.map +1 -1
  17. package/dist/models/create-model-upload-request.d.ts +1 -1
  18. package/dist/models/create-submission-upload-request.d.ts +7 -1
  19. package/dist/models/create-submission-upload-request.d.ts.map +1 -1
  20. package/dist/models/estimate-response.d.ts +13 -1
  21. package/dist/models/estimate-response.d.ts.map +1 -1
  22. package/dist/models/index.d.ts +2 -0
  23. package/dist/models/index.d.ts.map +1 -1
  24. package/dist/models/list-documents-request.d.ts +6 -0
  25. package/dist/models/list-documents-request.d.ts.map +1 -1
  26. package/dist/models/namespace-list-documents-request.d.ts +6 -0
  27. package/dist/models/namespace-list-documents-request.d.ts.map +1 -1
  28. package/dist/models/organization-model-response.d.ts +7 -1
  29. package/dist/models/organization-model-response.d.ts.map +1 -1
  30. package/dist/models/scaffold-sample-collection.d.ts +37 -0
  31. package/dist/models/scaffold-sample-collection.d.ts.map +1 -0
  32. package/dist/models/scaffold-sample-data-response.d.ts +50 -0
  33. package/dist/models/scaffold-sample-data-response.d.ts.map +1 -0
  34. package/package.json +1 -1
@@ -41,7 +41,7 @@ export declare const BucketSyncsApiAxiosParamCreator: (configuration?: Configura
41
41
  */
42
42
  bulkMarkDlqPermanentlyFailedBucketsIdSyncsConfig: (bucketId: string, syncConfigId: string, bulkMarkDLQRequest: BulkMarkDLQRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43
43
  /**
44
- * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes:** - `continuous`: Real-time monitoring with configurable polling interval - `one_time`: Single bulk import, then sync stops - `scheduled`: Polling-based batch imports at fixed intervals
44
+ * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes** (the request enum accepts exactly these two): - `initial_only`: Single bulk import, then sync stops - `continuous`: Polling-based monitoring (``polling_interval_seconds``, max 900) (Docstring previously advertised ``one_time``/``scheduled``, which the enum rejects with a 422 — modes here must match ``SyncCreateRequest``.)
45
45
  * @summary Create Sync Configuration
46
46
  * @param {string} bucketId
47
47
  * @param {SyncCreateRequest} syncCreateRequest
@@ -191,7 +191,7 @@ export declare const BucketSyncsApiFp: (configuration?: Configuration) => {
191
191
  */
192
192
  bulkMarkDlqPermanentlyFailedBucketsIdSyncsConfig(bucketId: string, syncConfigId: string, bulkMarkDLQRequest: BulkMarkDLQRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BulkMarkDLQResponse>>;
193
193
  /**
194
- * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes:** - `continuous`: Real-time monitoring with configurable polling interval - `one_time`: Single bulk import, then sync stops - `scheduled`: Polling-based batch imports at fixed intervals
194
+ * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes** (the request enum accepts exactly these two): - `initial_only`: Single bulk import, then sync stops - `continuous`: Polling-based monitoring (``polling_interval_seconds``, max 900) (Docstring previously advertised ``one_time``/``scheduled``, which the enum rejects with a 422 — modes here must match ``SyncCreateRequest``.)
195
195
  * @summary Create Sync Configuration
196
196
  * @param {string} bucketId
197
197
  * @param {SyncCreateRequest} syncCreateRequest
@@ -339,7 +339,7 @@ export declare const BucketSyncsApiFactory: (configuration?: Configuration, base
339
339
  */
340
340
  bulkMarkDlqPermanentlyFailedBucketsIdSyncsConfig(requestParameters: BucketSyncsApiBulkMarkDlqPermanentlyFailedBucketsIdSyncsConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<BulkMarkDLQResponse>;
341
341
  /**
342
- * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes:** - `continuous`: Real-time monitoring with configurable polling interval - `one_time`: Single bulk import, then sync stops - `scheduled`: Polling-based batch imports at fixed intervals
342
+ * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes** (the request enum accepts exactly these two): - `initial_only`: Single bulk import, then sync stops - `continuous`: Polling-based monitoring (``polling_interval_seconds``, max 900) (Docstring previously advertised ``one_time``/``scheduled``, which the enum rejects with a 422 — modes here must match ``SyncCreateRequest``.)
343
343
  * @summary Create Sync Configuration
344
344
  * @param {BucketSyncsApiCreateSyncConfigurationBucketsRequest} requestParameters Request parameters.
345
345
  * @param {*} [options] Override http request option.
@@ -834,7 +834,7 @@ export declare class BucketSyncsApi extends BaseAPI {
834
834
  */
835
835
  bulkMarkDlqPermanentlyFailedBucketsIdSyncsConfig(requestParameters: BucketSyncsApiBulkMarkDlqPermanentlyFailedBucketsIdSyncsConfigRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BulkMarkDLQResponse, any, {}>>;
836
836
  /**
837
- * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes:** - `continuous`: Real-time monitoring with configurable polling interval - `one_time`: Single bulk import, then sync stops - `scheduled`: Polling-based batch imports at fixed intervals
837
+ * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes** (the request enum accepts exactly these two): - `initial_only`: Single bulk import, then sync stops - `continuous`: Polling-based monitoring (``polling_interval_seconds``, max 900) (Docstring previously advertised ``one_time``/``scheduled``, which the enum rejects with a 422 — modes here must match ``SyncCreateRequest``.)
838
838
  * @summary Create Sync Configuration
839
839
  * @param {BucketSyncsApiCreateSyncConfigurationBucketsRequest} requestParameters Request parameters.
840
840
  * @param {*} [options] Override http request option.
@@ -50,7 +50,7 @@ export declare const ModelsApiAxiosParamCreator: (configuration?: Configuration)
50
50
  */
51
51
  downloadModel: (modelId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
52
52
  /**
53
- * Generate a presigned URL for uploading a custom model archive. This is step 1 of the presigned URL workflow: 1. POST /models/uploads → Returns presigned_url + upload_id 2. PUT presigned_url with model archive (client uploads directly to S3) 3. POST /models/uploads/{upload_id}/confirm → Validates and creates model The model will be stored at the organization level and can be enabled in any namespace within the organization.
53
+ * Generate a presigned URL for uploading a custom model archive. This is step 1 of the presigned URL workflow: 1. POST /models/uploads → Returns presigned_url + upload_id 2. PUT presigned_url with model archive (client uploads directly to S3) 3. POST /models/uploads/{upload_id}/confirm → Validates and creates model The model will be stored at the organization level and can be enabled in any namespace within the organization. **Availability**: custom model upload is an **enterprise-tier** feature — requests from other account tiers receive a 403. Contact support or upgrade your plan to enable it (BACKE-2759: this gate was previously undocumented and only discoverable by hitting the 403).
54
54
  * @summary Generate presigned URL for model upload
55
55
  * @param {CreateModelUploadRequest} createModelUploadRequest
56
56
  * @param {*} [options] Override http request option.
@@ -106,7 +106,7 @@ export declare const ModelsApiFp: (configuration?: Configuration) => {
106
106
  [key: string]: any;
107
107
  }>>;
108
108
  /**
109
- * Generate a presigned URL for uploading a custom model archive. This is step 1 of the presigned URL workflow: 1. POST /models/uploads → Returns presigned_url + upload_id 2. PUT presigned_url with model archive (client uploads directly to S3) 3. POST /models/uploads/{upload_id}/confirm → Validates and creates model The model will be stored at the organization level and can be enabled in any namespace within the organization.
109
+ * Generate a presigned URL for uploading a custom model archive. This is step 1 of the presigned URL workflow: 1. POST /models/uploads → Returns presigned_url + upload_id 2. PUT presigned_url with model archive (client uploads directly to S3) 3. POST /models/uploads/{upload_id}/confirm → Validates and creates model The model will be stored at the organization level and can be enabled in any namespace within the organization. **Availability**: custom model upload is an **enterprise-tier** feature — requests from other account tiers receive a 403. Contact support or upgrade your plan to enable it (BACKE-2759: this gate was previously undocumented and only discoverable by hitting the 403).
110
110
  * @summary Generate presigned URL for model upload
111
111
  * @param {CreateModelUploadRequest} createModelUploadRequest
112
112
  * @param {*} [options] Override http request option.
@@ -161,7 +161,7 @@ export declare const ModelsApiFactory: (configuration?: Configuration, basePath?
161
161
  [key: string]: any;
162
162
  }>;
163
163
  /**
164
- * Generate a presigned URL for uploading a custom model archive. This is step 1 of the presigned URL workflow: 1. POST /models/uploads → Returns presigned_url + upload_id 2. PUT presigned_url with model archive (client uploads directly to S3) 3. POST /models/uploads/{upload_id}/confirm → Validates and creates model The model will be stored at the organization level and can be enabled in any namespace within the organization.
164
+ * Generate a presigned URL for uploading a custom model archive. This is step 1 of the presigned URL workflow: 1. POST /models/uploads → Returns presigned_url + upload_id 2. PUT presigned_url with model archive (client uploads directly to S3) 3. POST /models/uploads/{upload_id}/confirm → Validates and creates model The model will be stored at the organization level and can be enabled in any namespace within the organization. **Availability**: custom model upload is an **enterprise-tier** feature — requests from other account tiers receive a 403. Contact support or upgrade your plan to enable it (BACKE-2759: this gate was previously undocumented and only discoverable by hitting the 403).
165
165
  * @summary Generate presigned URL for model upload
166
166
  * @param {ModelsApiGenerateUploadUrlModelsRequest} requestParameters Request parameters.
167
167
  * @param {*} [options] Override http request option.
@@ -292,7 +292,7 @@ export declare class ModelsApi extends BaseAPI {
292
292
  [key: string]: any;
293
293
  }, any, {}>>;
294
294
  /**
295
- * Generate a presigned URL for uploading a custom model archive. This is step 1 of the presigned URL workflow: 1. POST /models/uploads → Returns presigned_url + upload_id 2. PUT presigned_url with model archive (client uploads directly to S3) 3. POST /models/uploads/{upload_id}/confirm → Validates and creates model The model will be stored at the organization level and can be enabled in any namespace within the organization.
295
+ * Generate a presigned URL for uploading a custom model archive. This is step 1 of the presigned URL workflow: 1. POST /models/uploads → Returns presigned_url + upload_id 2. PUT presigned_url with model archive (client uploads directly to S3) 3. POST /models/uploads/{upload_id}/confirm → Validates and creates model The model will be stored at the organization level and can be enabled in any namespace within the organization. **Availability**: custom model upload is an **enterprise-tier** feature — requests from other account tiers receive a 403. Contact support or upgrade your plan to enable it (BACKE-2759: this gate was previously undocumented and only discoverable by hitting the 403).
296
296
  * @summary Generate presigned URL for model upload
297
297
  * @param {ModelsApiGenerateUploadUrlModelsRequest} requestParameters Request parameters.
298
298
  * @param {*} [options] Override http request option.
@@ -29,6 +29,13 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
29
29
  * @throws {RequiredError}
30
30
  */
31
31
  addCreditsOrganizations: (addCreditsRequest: AddCreditsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
32
+ /**
33
+ * Read the org\'s credit/usage state. BACKE-2759(2): GET on this path returned 405 (only POST existed) — a natural read that every evaluator tries. Returns the ENFORCED ceiling (`effective_monthly_credit_cap`, the number the block point uses), the current month usage, and the decorative legacy `credit_count` clearly labeled as non-gating.
34
+ * @summary Get Credits
35
+ * @param {*} [options] Override http request option.
36
+ * @throws {RequiredError}
37
+ */
38
+ getCreditsOrganizations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
32
39
  /**
33
40
  * Get current organization details. Security: Infrastructure configuration is NOT exposed via this endpoint. Infrastructure (Qdrant URLs, Ray clusters) is only accessible via private admin endpoints.
34
41
  * @summary Get Organization
@@ -58,6 +65,15 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
58
65
  * @throws {RequiredError}
59
66
  */
60
67
  addCreditsOrganizations(addCreditsRequest: AddCreditsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AddCreditsResponse>>;
68
+ /**
69
+ * Read the org\'s credit/usage state. BACKE-2759(2): GET on this path returned 405 (only POST existed) — a natural read that every evaluator tries. Returns the ENFORCED ceiling (`effective_monthly_credit_cap`, the number the block point uses), the current month usage, and the decorative legacy `credit_count` clearly labeled as non-gating.
70
+ * @summary Get Credits
71
+ * @param {*} [options] Override http request option.
72
+ * @throws {RequiredError}
73
+ */
74
+ getCreditsOrganizations(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
75
+ [key: string]: any;
76
+ }>>;
61
77
  /**
62
78
  * Get current organization details. Security: Infrastructure configuration is NOT exposed via this endpoint. Infrastructure (Qdrant URLs, Ray clusters) is only accessible via private admin endpoints.
63
79
  * @summary Get Organization
@@ -87,6 +103,15 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
87
103
  * @throws {RequiredError}
88
104
  */
89
105
  addCreditsOrganizations(requestParameters: OrganizationsApiAddCreditsOrganizationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<AddCreditsResponse>;
106
+ /**
107
+ * Read the org\'s credit/usage state. BACKE-2759(2): GET on this path returned 405 (only POST existed) — a natural read that every evaluator tries. Returns the ENFORCED ceiling (`effective_monthly_credit_cap`, the number the block point uses), the current month usage, and the decorative legacy `credit_count` clearly labeled as non-gating.
108
+ * @summary Get Credits
109
+ * @param {*} [options] Override http request option.
110
+ * @throws {RequiredError}
111
+ */
112
+ getCreditsOrganizations(options?: RawAxiosRequestConfig): AxiosPromise<{
113
+ [key: string]: any;
114
+ }>;
90
115
  /**
91
116
  * Get current organization details. Security: Infrastructure configuration is NOT exposed via this endpoint. Infrastructure (Qdrant URLs, Ray clusters) is only accessible via private admin endpoints.
92
117
  * @summary Get Organization
@@ -145,6 +170,16 @@ export declare class OrganizationsApi extends BaseAPI {
145
170
  * @memberof OrganizationsApi
146
171
  */
147
172
  addCreditsOrganizations(requestParameters: OrganizationsApiAddCreditsOrganizationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AddCreditsResponse, any, {}>>;
173
+ /**
174
+ * Read the org\'s credit/usage state. BACKE-2759(2): GET on this path returned 405 (only POST existed) — a natural read that every evaluator tries. Returns the ENFORCED ceiling (`effective_monthly_credit_cap`, the number the block point uses), the current month usage, and the decorative legacy `credit_count` clearly labeled as non-gating.
175
+ * @summary Get Credits
176
+ * @param {*} [options] Override http request option.
177
+ * @throws {RequiredError}
178
+ * @memberof OrganizationsApi
179
+ */
180
+ getCreditsOrganizations(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
181
+ [key: string]: any;
182
+ }, any, {}>>;
148
183
  /**
149
184
  * Get current organization details. Security: Infrastructure configuration is NOT exposed via this endpoint. Infrastructure (Qdrant URLs, Ray clusters) is only accessible via private admin endpoints.
150
185
  * @summary Get Organization
@@ -1 +1 @@
1
- {"version":3,"file":"organizations-api.d.ts","sourceRoot":"","sources":["../../api/organizations-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,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAMpD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAE3D,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,WAAW,CAAC;AAC3D;;;GAGG;AACH,eAAO,MAAM,iCAAiC,GAAa,gBAAgB,aAAa;IAEhF;;;;;;OAMG;iDACgD,iBAAiB,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA6BhI;;;;;OAKG;gCAC8B,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IAwBlF;;;;;;OAMG;oDACmD,yBAAyB,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;CA8BlJ,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,GAAY,gBAAgB,aAAa;IAGhE;;;;;;OAMG;+CAC8C,iBAAiB,YAAY,qBAAqB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,kBAAkB,CAAC,CAAC;IAM7L;;;;;OAKG;8BAC6B,qBAAqB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,yBAAyB,CAAC,CAAC;IAMtJ;;;;;;OAMG;kDACiD,yBAAyB,YAAY,qBAAqB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,yBAAyB,CAAC,CAAC;CAOtN,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,GAAa,gBAAgB,aAAa,EAAE,WAAW,MAAM,EAAE,QAAQ,aAAa;IAGhH;;;;;;OAMG;+CACwC,8CAA8C,YAAY,qBAAqB,GAAG,YAAY,CAAC,kBAAkB,CAAC;IAG7J;;;;;OAKG;8BACuB,qBAAqB,GAAG,YAAY,CAAC,yBAAyB,CAAC;IAGzF;;;;;;OAMG;0CACmC,yCAAyC,YAAY,qBAAqB,GAAG,YAAY,CAAC,yBAAyB,CAAC;CAIjK,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,8CAA8C;IAC3D;;;;OAIG;IACH,QAAQ,CAAC,iBAAiB,EAAE,iBAAiB,CAAA;CAChD;AAED;;;;GAIG;AACH,MAAM,WAAW,yCAAyC;IACtD;;;;OAIG;IACH,QAAQ,CAAC,yBAAyB,EAAE,yBAAyB,CAAA;CAChE;AAED;;;;;GAKG;AACH,qBAAa,gBAAiB,SAAQ,OAAO;IACzC;;;;;;;OAOG;IACI,uBAAuB,CAAC,iBAAiB,EAAE,8CAA8C,EAAE,OAAO,CAAC,EAAE,qBAAqB;IAIjI;;;;;;OAMG;IACI,eAAe,CAAC,OAAO,CAAC,EAAE,qBAAqB;IAItD;;;;;;;OAOG;IACI,kBAAkB,CAAC,iBAAiB,EAAE,yCAAyC,EAAE,OAAO,CAAC,EAAE,qBAAqB;CAG1H"}
1
+ {"version":3,"file":"organizations-api.d.ts","sourceRoot":"","sources":["../../api/organizations-api.ts"],"names":[],"mappings":"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"}
@@ -14,6 +14,7 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import { type RequestArgs, BaseAPI } from '../base';
15
15
  import type { BaseTemplateModel } from '../models';
16
16
  import type { ScaffoldManifestResponse } from '../models';
17
+ import type { ScaffoldSampleDataResponse } from '../models';
17
18
  /**
18
19
  * PublicScaffoldsApi - axios parameter creator
19
20
  * @export
@@ -27,6 +28,14 @@ export declare const PublicScaffoldsApiAxiosParamCreator: (configuration?: Confi
27
28
  * @throws {RequiredError}
28
29
  */
29
30
  getScaffoldManifestTemplates: (templateId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
31
+ /**
32
+ * Live per-collection document counts of the scaffold\'s golden sample namespace (public, no auth required). Powers the Studio pre-clone preview: what a user actually gets when they clone this scaffold with sample data. Counts are live-derived server-side (cached ~10 min) because golden namespaces are not readable with normal org keys.
33
+ * @summary Get Scaffold Sample Data
34
+ * @param {string} templateId Scaffold template ID
35
+ * @param {*} [options] Override http request option.
36
+ * @throws {RequiredError}
37
+ */
38
+ getScaffoldSampleDataTemplates: (templateId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
30
39
  /**
31
40
  * Get scaffold template details (public, no auth required). Returns the complete configuration including: - Namespace: feature extractors, payload indexes - Bucket: name, description, schema - Collection: feature extractor config - Retriever: stages, input schema **To instantiate (requires auth):** ``` POST /v1/templates/scaffolds/{template_id}/instantiate {\"namespace_name\": \"my_app\"} ```
32
41
  * @summary Get Scaffold
@@ -58,6 +67,14 @@ export declare const PublicScaffoldsApiFp: (configuration?: Configuration) => {
58
67
  * @throws {RequiredError}
59
68
  */
60
69
  getScaffoldManifestTemplates(templateId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ScaffoldManifestResponse>>;
70
+ /**
71
+ * Live per-collection document counts of the scaffold\'s golden sample namespace (public, no auth required). Powers the Studio pre-clone preview: what a user actually gets when they clone this scaffold with sample data. Counts are live-derived server-side (cached ~10 min) because golden namespaces are not readable with normal org keys.
72
+ * @summary Get Scaffold Sample Data
73
+ * @param {string} templateId Scaffold template ID
74
+ * @param {*} [options] Override http request option.
75
+ * @throws {RequiredError}
76
+ */
77
+ getScaffoldSampleDataTemplates(templateId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ScaffoldSampleDataResponse>>;
61
78
  /**
62
79
  * Get scaffold template details (public, no auth required). Returns the complete configuration including: - Namespace: feature extractors, payload indexes - Bucket: name, description, schema - Collection: feature extractor config - Retriever: stages, input schema **To instantiate (requires auth):** ``` POST /v1/templates/scaffolds/{template_id}/instantiate {\"namespace_name\": \"my_app\"} ```
63
80
  * @summary Get Scaffold
@@ -89,6 +106,14 @@ export declare const PublicScaffoldsApiFactory: (configuration?: Configuration,
89
106
  * @throws {RequiredError}
90
107
  */
91
108
  getScaffoldManifestTemplates(requestParameters: PublicScaffoldsApiGetScaffoldManifestTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ScaffoldManifestResponse>;
109
+ /**
110
+ * Live per-collection document counts of the scaffold\'s golden sample namespace (public, no auth required). Powers the Studio pre-clone preview: what a user actually gets when they clone this scaffold with sample data. Counts are live-derived server-side (cached ~10 min) because golden namespaces are not readable with normal org keys.
111
+ * @summary Get Scaffold Sample Data
112
+ * @param {PublicScaffoldsApiGetScaffoldSampleDataTemplatesRequest} requestParameters Request parameters.
113
+ * @param {*} [options] Override http request option.
114
+ * @throws {RequiredError}
115
+ */
116
+ getScaffoldSampleDataTemplates(requestParameters: PublicScaffoldsApiGetScaffoldSampleDataTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ScaffoldSampleDataResponse>;
92
117
  /**
93
118
  * Get scaffold template details (public, no auth required). Returns the complete configuration including: - Namespace: feature extractors, payload indexes - Bucket: name, description, schema - Collection: feature extractor config - Retriever: stages, input schema **To instantiate (requires auth):** ``` POST /v1/templates/scaffolds/{template_id}/instantiate {\"namespace_name\": \"my_app\"} ```
94
119
  * @summary Get Scaffold
@@ -119,6 +144,19 @@ export interface PublicScaffoldsApiGetScaffoldManifestTemplatesRequest {
119
144
  */
120
145
  readonly templateId: string;
121
146
  }
147
+ /**
148
+ * Request parameters for getScaffoldSampleDataTemplates operation in PublicScaffoldsApi.
149
+ * @export
150
+ * @interface PublicScaffoldsApiGetScaffoldSampleDataTemplatesRequest
151
+ */
152
+ export interface PublicScaffoldsApiGetScaffoldSampleDataTemplatesRequest {
153
+ /**
154
+ * Scaffold template ID
155
+ * @type {string}
156
+ * @memberof PublicScaffoldsApiGetScaffoldSampleDataTemplates
157
+ */
158
+ readonly templateId: string;
159
+ }
122
160
  /**
123
161
  * Request parameters for getScaffoldTemplates operation in PublicScaffoldsApi.
124
162
  * @export
@@ -167,6 +205,15 @@ export declare class PublicScaffoldsApi extends BaseAPI {
167
205
  * @memberof PublicScaffoldsApi
168
206
  */
169
207
  getScaffoldManifestTemplates(requestParameters: PublicScaffoldsApiGetScaffoldManifestTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScaffoldManifestResponse, any, {}>>;
208
+ /**
209
+ * Live per-collection document counts of the scaffold\'s golden sample namespace (public, no auth required). Powers the Studio pre-clone preview: what a user actually gets when they clone this scaffold with sample data. Counts are live-derived server-side (cached ~10 min) because golden namespaces are not readable with normal org keys.
210
+ * @summary Get Scaffold Sample Data
211
+ * @param {PublicScaffoldsApiGetScaffoldSampleDataTemplatesRequest} requestParameters Request parameters.
212
+ * @param {*} [options] Override http request option.
213
+ * @throws {RequiredError}
214
+ * @memberof PublicScaffoldsApi
215
+ */
216
+ getScaffoldSampleDataTemplates(requestParameters: PublicScaffoldsApiGetScaffoldSampleDataTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScaffoldSampleDataResponse, any, {}>>;
170
217
  /**
171
218
  * Get scaffold template details (public, no auth required). Returns the complete configuration including: - Namespace: feature extractors, payload indexes - Bucket: name, description, schema - Collection: feature extractor config - Retriever: stages, input schema **To instantiate (requires auth):** ``` POST /v1/templates/scaffolds/{template_id}/instantiate {\"namespace_name\": \"my_app\"} ```
172
219
  * @summary Get Scaffold
@@ -1 +1 @@
1
- {"version":3,"file":"public-scaffolds-api.d.ts","sourceRoot":"","sources":["../../api/public-scaffolds-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,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAMnD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAC1D;;;GAGG;AACH,eAAO,MAAM,mCAAmC,GAAa,gBAAgB,aAAa;IAElF;;;;;;OAMG;+CAC8C,MAAM,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA2BnH;;;;;;OAMG;uCACsC,MAAM,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;IA2B3G;;;;;;;OAOG;wCACuC,MAAM,aAAa,OAAO,YAAW,qBAAqB,KAAQ,OAAO,CAAC,WAAW,CAAC;CAiCvI,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,GAAY,gBAAgB,aAAa;IAGlE;;;;;;OAMG;6CAC4C,MAAM,YAAY,qBAAqB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,wBAAwB,CAAC,CAAC;IAMtL;;;;;;OAMG;qCACoC,MAAM,YAAY,qBAAqB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,iBAAiB,CAAC,CAAC;IAMvK;;;;;;;OAOG;sCACqC,MAAM,aAAa,OAAO,YAAY,qBAAqB,GAAG,OAAO,CAAC,CAAC,KAAK,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,KAAK,YAAY,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC;CAO1M,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,yBAAyB,GAAa,gBAAgB,aAAa,EAAE,WAAW,MAAM,EAAE,QAAQ,aAAa;IAGlH;;;;;;OAMG;oDAC6C,qDAAqD,YAAY,qBAAqB,GAAG,YAAY,CAAC,wBAAwB,CAAC;IAG/K;;;;;;OAMG;4CACqC,6CAA6C,YAAY,qBAAqB,GAAG,YAAY,CAAC,iBAAiB,CAAC;IAGxJ;;;;;;OAMG;+CACuC,+CAA+C,YAAiB,qBAAqB,GAAG,YAAY,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;CAI/K,CAAC;AAEF;;;;GAIG;AACH,MAAM,WAAW,qDAAqD;IAClE;;;;OAIG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;CAC9B;AAED;;;;GAIG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;;;OAIG;IACH,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAA;CAC9B;AAED;;;;GAIG;AACH,MAAM,WAAW,+CAA+C;IAC5D;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAE1B;;;;OAIG;IACH,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAC9B;AAED;;;;;GAKG;AACH,qBAAa,kBAAmB,SAAQ,OAAO;IAC3C;;;;;;;OAOG;IACI,4BAA4B,CAAC,iBAAiB,EAAE,qDAAqD,EAAE,OAAO,CAAC,EAAE,qBAAqB;IAI7I;;;;;;;OAOG;IACI,oBAAoB,CAAC,iBAAiB,EAAE,6CAA6C,EAAE,OAAO,CAAC,EAAE,qBAAqB;IAI7H;;;;;;;OAOG;IACI,sBAAsB,CAAC,iBAAiB,GAAE,+CAAoD,EAAE,OAAO,CAAC,EAAE,qBAAqB;CAGzI"}
1
+ {"version":3,"file":"public-scaffolds-api.d.ts","sourceRoot":"","sources":["../../api/public-scaffolds-api.ts"],"names":[],"mappings":"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"}
@@ -14,6 +14,7 @@ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
14
  import { type RequestArgs, BaseAPI } from '../base';
15
15
  import type { BaseTemplateModel } from '../models';
16
16
  import type { ScaffoldManifestResponse } from '../models';
17
+ import type { ScaffoldSampleDataResponse } from '../models';
17
18
  /**
18
19
  * PublicTemplatesAPIApi - axios parameter creator
19
20
  * @export
@@ -43,6 +44,14 @@ export declare const PublicTemplatesAPIApiAxiosParamCreator: (configuration?: Co
43
44
  * @throws {RequiredError}
44
45
  */
45
46
  getScaffoldManifestTemplates: (templateId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
47
+ /**
48
+ * Live per-collection document counts of the scaffold\'s golden sample namespace (public, no auth required). Powers the Studio pre-clone preview: what a user actually gets when they clone this scaffold with sample data. Counts are live-derived server-side (cached ~10 min) because golden namespaces are not readable with normal org keys.
49
+ * @summary Get Scaffold Sample Data
50
+ * @param {string} templateId Scaffold template ID
51
+ * @param {*} [options] Override http request option.
52
+ * @throws {RequiredError}
53
+ */
54
+ getScaffoldSampleDataTemplates: (templateId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
46
55
  /**
47
56
  * Get scaffold template details (public, no auth required). Returns the complete configuration including: - Namespace: feature extractors, payload indexes - Bucket: name, description, schema - Collection: feature extractor config - Retriever: stages, input schema **To instantiate (requires auth):** ``` POST /v1/templates/scaffolds/{template_id}/instantiate {\"namespace_name\": \"my_app\"} ```
48
57
  * @summary Get Scaffold
@@ -106,6 +115,14 @@ export declare const PublicTemplatesAPIApiFp: (configuration?: Configuration) =>
106
115
  * @throws {RequiredError}
107
116
  */
108
117
  getScaffoldManifestTemplates(templateId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ScaffoldManifestResponse>>;
118
+ /**
119
+ * Live per-collection document counts of the scaffold\'s golden sample namespace (public, no auth required). Powers the Studio pre-clone preview: what a user actually gets when they clone this scaffold with sample data. Counts are live-derived server-side (cached ~10 min) because golden namespaces are not readable with normal org keys.
120
+ * @summary Get Scaffold Sample Data
121
+ * @param {string} templateId Scaffold template ID
122
+ * @param {*} [options] Override http request option.
123
+ * @throws {RequiredError}
124
+ */
125
+ getScaffoldSampleDataTemplates(templateId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ScaffoldSampleDataResponse>>;
109
126
  /**
110
127
  * Get scaffold template details (public, no auth required). Returns the complete configuration including: - Namespace: feature extractors, payload indexes - Bucket: name, description, schema - Collection: feature extractor config - Retriever: stages, input schema **To instantiate (requires auth):** ``` POST /v1/templates/scaffolds/{template_id}/instantiate {\"namespace_name\": \"my_app\"} ```
111
128
  * @summary Get Scaffold
@@ -169,6 +186,14 @@ export declare const PublicTemplatesAPIApiFactory: (configuration?: Configuratio
169
186
  * @throws {RequiredError}
170
187
  */
171
188
  getScaffoldManifestTemplates(requestParameters: PublicTemplatesAPIApiGetScaffoldManifestTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ScaffoldManifestResponse>;
189
+ /**
190
+ * Live per-collection document counts of the scaffold\'s golden sample namespace (public, no auth required). Powers the Studio pre-clone preview: what a user actually gets when they clone this scaffold with sample data. Counts are live-derived server-side (cached ~10 min) because golden namespaces are not readable with normal org keys.
191
+ * @summary Get Scaffold Sample Data
192
+ * @param {PublicTemplatesAPIApiGetScaffoldSampleDataTemplatesRequest} requestParameters Request parameters.
193
+ * @param {*} [options] Override http request option.
194
+ * @throws {RequiredError}
195
+ */
196
+ getScaffoldSampleDataTemplates(requestParameters: PublicTemplatesAPIApiGetScaffoldSampleDataTemplatesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ScaffoldSampleDataResponse>;
172
197
  /**
173
198
  * Get scaffold template details (public, no auth required). Returns the complete configuration including: - Namespace: feature extractors, payload indexes - Bucket: name, description, schema - Collection: feature extractor config - Retriever: stages, input schema **To instantiate (requires auth):** ``` POST /v1/templates/scaffolds/{template_id}/instantiate {\"namespace_name\": \"my_app\"} ```
174
199
  * @summary Get Scaffold
@@ -241,6 +266,19 @@ export interface PublicTemplatesAPIApiGetScaffoldManifestTemplatesRequest {
241
266
  */
242
267
  readonly templateId: string;
243
268
  }
269
+ /**
270
+ * Request parameters for getScaffoldSampleDataTemplates operation in PublicTemplatesAPIApi.
271
+ * @export
272
+ * @interface PublicTemplatesAPIApiGetScaffoldSampleDataTemplatesRequest
273
+ */
274
+ export interface PublicTemplatesAPIApiGetScaffoldSampleDataTemplatesRequest {
275
+ /**
276
+ * Scaffold template ID
277
+ * @type {string}
278
+ * @memberof PublicTemplatesAPIApiGetScaffoldSampleDataTemplates
279
+ */
280
+ readonly templateId: string;
281
+ }
244
282
  /**
245
283
  * Request parameters for getScaffoldTemplates operation in PublicTemplatesAPIApi.
246
284
  * @export
@@ -333,6 +371,15 @@ export declare class PublicTemplatesAPIApi extends BaseAPI {
333
371
  * @memberof PublicTemplatesAPIApi
334
372
  */
335
373
  getScaffoldManifestTemplates(requestParameters: PublicTemplatesAPIApiGetScaffoldManifestTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScaffoldManifestResponse, any, {}>>;
374
+ /**
375
+ * Live per-collection document counts of the scaffold\'s golden sample namespace (public, no auth required). Powers the Studio pre-clone preview: what a user actually gets when they clone this scaffold with sample data. Counts are live-derived server-side (cached ~10 min) because golden namespaces are not readable with normal org keys.
376
+ * @summary Get Scaffold Sample Data
377
+ * @param {PublicTemplatesAPIApiGetScaffoldSampleDataTemplatesRequest} requestParameters Request parameters.
378
+ * @param {*} [options] Override http request option.
379
+ * @throws {RequiredError}
380
+ * @memberof PublicTemplatesAPIApi
381
+ */
382
+ getScaffoldSampleDataTemplates(requestParameters: PublicTemplatesAPIApiGetScaffoldSampleDataTemplatesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ScaffoldSampleDataResponse, any, {}>>;
336
383
  /**
337
384
  * Get scaffold template details (public, no auth required). Returns the complete configuration including: - Namespace: feature extractors, payload indexes - Bucket: name, description, schema - Collection: feature extractor config - Retriever: stages, input schema **To instantiate (requires auth):** ``` POST /v1/templates/scaffolds/{template_id}/instantiate {\"namespace_name\": \"my_app\"} ```
338
385
  * @summary Get Scaffold
@@ -1 +1 @@
1
- {"version":3,"file":"public-templates-apiapi.d.ts","sourceRoot":"","sources":["../../api/public-templates-apiapi.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"public-templates-apiapi.d.ts","sourceRoot":"","sources":["../../api/public-templates-apiapi.ts"],"names":[],"mappings":"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"}
package/dist/index.js CHANGED
@@ -8490,7 +8490,7 @@ var BucketSyncsApiAxiosParamCreator = function(configuration) {
8490
8490
  };
8491
8491
  },
8492
8492
  /**
8493
- * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes:** - `continuous`: Real-time monitoring with configurable polling interval - `one_time`: Single bulk import, then sync stops - `scheduled`: Polling-based batch imports at fixed intervals
8493
+ * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes** (the request enum accepts exactly these two): - `initial_only`: Single bulk import, then sync stops - `continuous`: Polling-based monitoring (``polling_interval_seconds``, max 900) (Docstring previously advertised ``one_time``/``scheduled``, which the enum rejects with a 422 — modes here must match ``SyncCreateRequest``.)
8494
8494
  * @summary Create Sync Configuration
8495
8495
  * @param {string} bucketId
8496
8496
  * @param {SyncCreateRequest} syncCreateRequest
@@ -8941,7 +8941,7 @@ var BucketSyncsApiFp = function(configuration) {
8941
8941
  return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
8942
8942
  },
8943
8943
  /**
8944
- * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes:** - `continuous`: Real-time monitoring with configurable polling interval - `one_time`: Single bulk import, then sync stops - `scheduled`: Polling-based batch imports at fixed intervals
8944
+ * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes** (the request enum accepts exactly these two): - `initial_only`: Single bulk import, then sync stops - `continuous`: Polling-based monitoring (``polling_interval_seconds``, max 900) (Docstring previously advertised ``one_time``/``scheduled``, which the enum rejects with a 422 — modes here must match ``SyncCreateRequest``.)
8945
8945
  * @summary Create Sync Configuration
8946
8946
  * @param {string} bucketId
8947
8947
  * @param {SyncCreateRequest} syncCreateRequest
@@ -9154,7 +9154,7 @@ var BucketSyncsApi = class extends BaseAPI {
9154
9154
  return BucketSyncsApiFp(this.configuration).bulkMarkDlqPermanentlyFailedBucketsIdSyncsConfig(requestParameters.bucketId, requestParameters.syncConfigId, requestParameters.bulkMarkDLQRequest, options).then((request) => request(this.axios, this.basePath));
9155
9155
  }
9156
9156
  /**
9157
- * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes:** - `continuous`: Real-time monitoring with configurable polling interval - `one_time`: Single bulk import, then sync stops - `scheduled`: Polling-based batch imports at fixed intervals
9157
+ * Create a sync configuration for automated storage ingestion. Establishes automated synchronization between an external storage provider and a Mixpeek bucket. The sync monitors the source path and ingests files according to the specified mode and filters. **Supported Providers:** google_drive, s3, snowflake, sharepoint, tigris **Built-in Robustness:** - Dead Letter Queue (DLQ): Failed objects tracked with 3 retries - Idempotent ingestion: Deduplication prevents duplicate objects - Distributed locking: Prevents concurrent sync execution - Rate limit handling: Automatic backoff on 429 responses - Metrics: Duration, files synced/failed, batches created **Sync Modes** (the request enum accepts exactly these two): - `initial_only`: Single bulk import, then sync stops - `continuous`: Polling-based monitoring (``polling_interval_seconds``, max 900) (Docstring previously advertised ``one_time``/``scheduled``, which the enum rejects with a 422 — modes here must match ``SyncCreateRequest``.)
9158
9158
  * @summary Create Sync Configuration
9159
9159
  * @param {BucketSyncsApiCreateSyncConfigurationBucketsRequest} requestParameters Request parameters.
9160
9160
  * @param {*} [options] Override http request option.
@@ -14716,6 +14716,30 @@ var OrganizationsApiAxiosParamCreator = function(configuration) {
14716
14716
  options: localVarRequestOptions
14717
14717
  };
14718
14718
  },
14719
+ /**
14720
+ * Read the org\'s credit/usage state. BACKE-2759(2): GET on this path returned 405 (only POST existed) — a natural read that every evaluator tries. Returns the ENFORCED ceiling (`effective_monthly_credit_cap`, the number the block point uses), the current month usage, and the decorative legacy `credit_count` clearly labeled as non-gating.
14721
+ * @summary Get Credits
14722
+ * @param {*} [options] Override http request option.
14723
+ * @throws {RequiredError}
14724
+ */
14725
+ getCreditsOrganizations: async (options = {}) => {
14726
+ const localVarPath = `/v1/organizations/credits`;
14727
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
14728
+ let baseOptions;
14729
+ if (configuration) {
14730
+ baseOptions = configuration.baseOptions;
14731
+ }
14732
+ const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
14733
+ const localVarHeaderParameter = {};
14734
+ const localVarQueryParameter = {};
14735
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
14736
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
14737
+ localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
14738
+ return {
14739
+ url: toPathString(localVarUrlObj),
14740
+ options: localVarRequestOptions
14741
+ };
14742
+ },
14719
14743
  /**
14720
14744
  * Get current organization details. Security: Infrastructure configuration is NOT exposed via this endpoint. Infrastructure (Qdrant URLs, Ray clusters) is only accessible via private admin endpoints.
14721
14745
  * @summary Get Organization
@@ -14786,6 +14810,18 @@ var OrganizationsApiFp = function(configuration) {
14786
14810
  const localVarOperationServerBasePath = operationServerMap["OrganizationsApi.addCreditsOrganizations"]?.[localVarOperationServerIndex]?.url;
14787
14811
  return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
14788
14812
  },
14813
+ /**
14814
+ * Read the org\'s credit/usage state. BACKE-2759(2): GET on this path returned 405 (only POST existed) — a natural read that every evaluator tries. Returns the ENFORCED ceiling (`effective_monthly_credit_cap`, the number the block point uses), the current month usage, and the decorative legacy `credit_count` clearly labeled as non-gating.
14815
+ * @summary Get Credits
14816
+ * @param {*} [options] Override http request option.
14817
+ * @throws {RequiredError}
14818
+ */
14819
+ async getCreditsOrganizations(options) {
14820
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getCreditsOrganizations(options);
14821
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
14822
+ const localVarOperationServerBasePath = operationServerMap["OrganizationsApi.getCreditsOrganizations"]?.[localVarOperationServerIndex]?.url;
14823
+ return (axios2, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios5__default.default, BASE_PATH, configuration)(axios2, localVarOperationServerBasePath || basePath);
14824
+ },
14789
14825
  /**
14790
14826
  * Get current organization details. Security: Infrastructure configuration is NOT exposed via this endpoint. Infrastructure (Qdrant URLs, Ray clusters) is only accessible via private admin endpoints.
14791
14827
  * @summary Get Organization
@@ -14825,6 +14861,16 @@ var OrganizationsApi = class extends BaseAPI {
14825
14861
  addCreditsOrganizations(requestParameters, options) {
14826
14862
  return OrganizationsApiFp(this.configuration).addCreditsOrganizations(requestParameters.addCreditsRequest, options).then((request) => request(this.axios, this.basePath));
14827
14863
  }
14864
+ /**
14865
+ * Read the org\'s credit/usage state. BACKE-2759(2): GET on this path returned 405 (only POST existed) — a natural read that every evaluator tries. Returns the ENFORCED ceiling (`effective_monthly_credit_cap`, the number the block point uses), the current month usage, and the decorative legacy `credit_count` clearly labeled as non-gating.
14866
+ * @summary Get Credits
14867
+ * @param {*} [options] Override http request option.
14868
+ * @throws {RequiredError}
14869
+ * @memberof OrganizationsApi
14870
+ */
14871
+ getCreditsOrganizations(options) {
14872
+ return OrganizationsApiFp(this.configuration).getCreditsOrganizations(options).then((request) => request(this.axios, this.basePath));
14873
+ }
14828
14874
  /**
14829
14875
  * Get current organization details. Security: Infrastructure configuration is NOT exposed via this endpoint. Infrastructure (Qdrant URLs, Ray clusters) is only accessible via private admin endpoints.
14830
14876
  * @summary Get Organization