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
|
@@ -12,7 +12,11 @@
|
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import type { ApplyPromoRequest } from '../models';
|
|
16
|
+
import type { ApplyPromoResponse } from '../models';
|
|
15
17
|
import type { AutoBillingToggleResponse } from '../models';
|
|
18
|
+
import type { BillingPortalRequest } from '../models';
|
|
19
|
+
import type { BillingPortalResponse } from '../models';
|
|
16
20
|
import type { BodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost } from '../models';
|
|
17
21
|
import type { CancelSubscriptionResponse } from '../models';
|
|
18
22
|
import type { ConfirmPaymentMethodRequest } from '../models';
|
|
@@ -21,6 +25,8 @@ import type { CreateCheckoutRequest } from '../models';
|
|
|
21
25
|
import type { CreateCheckoutResponse } from '../models';
|
|
22
26
|
import type { CreditBalanceResponse } from '../models';
|
|
23
27
|
import type { CurrentUsageResponse } from '../models';
|
|
28
|
+
import type { EstimateRequest } from '../models';
|
|
29
|
+
import type { EstimateResponse } from '../models';
|
|
24
30
|
import type { GetPaymentMethodResponse } from '../models';
|
|
25
31
|
import type { InvoiceListResponse } from '../models';
|
|
26
32
|
import type { SetupPaymentMethodResponse } from '../models';
|
|
@@ -37,6 +43,14 @@ import type { VectorBackendUsageResponse } from '../models';
|
|
|
37
43
|
* @export
|
|
38
44
|
*/
|
|
39
45
|
export declare const OrganizationBillingApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
46
|
+
/**
|
|
47
|
+
* Apply a promo code to the organization\'s active subscription. Every failure carries a reason (invalid / expired / exhausted / product mismatch / no subscription) — never a silent no-op.
|
|
48
|
+
* @summary Apply Promo
|
|
49
|
+
* @param {ApplyPromoRequest} applyPromoRequest
|
|
50
|
+
* @param {*} [options] Override http request option.
|
|
51
|
+
* @throws {RequiredError}
|
|
52
|
+
*/
|
|
53
|
+
applyPromoOrganizationsBilling: (applyPromoRequest: ApplyPromoRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
40
54
|
/**
|
|
41
55
|
* Cancel the current subscription at end of billing period. The subscription remains active until the end of the current period. After that, the organization is downgraded to the free tier.
|
|
42
56
|
* @summary Cancel Subscription
|
|
@@ -75,7 +89,15 @@ export declare const OrganizationBillingApiAxiosParamCreator: (configuration?: C
|
|
|
75
89
|
*/
|
|
76
90
|
enableAutoBillingOrganizations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
77
91
|
/**
|
|
78
|
-
*
|
|
92
|
+
* Quote the v2 cost of planned ingestion before submitting it. Forgiving by design: unknown MIME types quote at the cheapest band; wrong unit fields and inapplicable features return teaching errors.
|
|
93
|
+
* @summary Estimate Cost
|
|
94
|
+
* @param {EstimateRequest} estimateRequest
|
|
95
|
+
* @param {*} [options] Override http request option.
|
|
96
|
+
* @throws {RequiredError}
|
|
97
|
+
*/
|
|
98
|
+
estimateCostOrganizationsBilling: (estimateRequest: EstimateRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
99
|
+
/**
|
|
100
|
+
* Manually trigger invoice generation for this organization. Useful for testing the billing flow or generating retroactive invoices. Requires ADMIN permission. Line items follow the v2 (modality+features, D8) composition: flat monthly fee + per-modality feature usage in natural units and dollars + the plan\'s included-usage pool as a deduction; only usage beyond the pool is due. The total always reconciles to the month\'s ledger charges (see `pricing_v2`). **Example:** ```python # Dry run response = await client.post( \"/v1/organizations/billing/generate-invoice\", json={\"dry_run\": true} ) # Actually generate response = await client.post( \"/v1/organizations/billing/generate-invoice\", json={\"billing_month\": \"2026-01\"} ) ```
|
|
79
101
|
* @summary Generate Invoice Now
|
|
80
102
|
* @param {BodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost} [bodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost]
|
|
81
103
|
* @param {*} [options] Override http request option.
|
|
@@ -151,6 +173,14 @@ export declare const OrganizationBillingApiAxiosParamCreator: (configuration?: C
|
|
|
151
173
|
* @throws {RequiredError}
|
|
152
174
|
*/
|
|
153
175
|
listTransactionsOrganizationsBilling: (limit?: number, offset?: number, billingMonth?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
176
|
+
/**
|
|
177
|
+
* Open the Stripe customer billing portal. This is the correct destination for a \"Manage subscription\" action: the portal lets an existing customer update their card, view/download invoices, and change or cancel their plan. It is NOT the same as POST /subscribe — re-running /subscribe for an existing subscriber starts a brand-new checkout instead of managing the current one. Requires an existing Stripe customer. Orgs that have never started billing have nothing to manage, so they get an actionable 400 pointing at /subscribe.
|
|
178
|
+
* @summary Open Billing Portal
|
|
179
|
+
* @param {BillingPortalRequest} [billingPortalRequest]
|
|
180
|
+
* @param {*} [options] Override http request option.
|
|
181
|
+
* @throws {RequiredError}
|
|
182
|
+
*/
|
|
183
|
+
openBillingPortalOrganizations: (billingPortalRequest?: BillingPortalRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
154
184
|
/**
|
|
155
185
|
* Initialize payment method setup flow. Creates a Stripe SetupIntent for collecting payment method without charging. The client_secret should be used with Stripe Elements on the frontend. **Flow:** 1. Frontend calls this endpoint 2. Backend creates Stripe Customer (if needed) and SetupIntent 3. Frontend uses client_secret with Stripe Elements 4. User enters card details 5. Frontend calls confirm-payment-method endpoint **Requirements:** - Admin permission (only org admins can set up payment methods) **Example:** ```python response = await client.post(\"/v1/organizations/billing/setup-payment-method\") client_secret = response[\"client_secret\"] # Use client_secret with Stripe Elements ```
|
|
156
186
|
* @summary Setup Payment Method
|
|
@@ -159,7 +189,7 @@ export declare const OrganizationBillingApiAxiosParamCreator: (configuration?: C
|
|
|
159
189
|
*/
|
|
160
190
|
setupPaymentMethodOrganizationsBilling: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
161
191
|
/**
|
|
162
|
-
* Subscribe to a paid plan via Stripe Checkout. Creates a Stripe Checkout Session in subscription mode. After payment, the organization\'s account_type is updated via webhook. If the organization already has an active subscription, the plan is changed inline (upgrade/downgrade with proration) instead of creating a new checkout session. **Available Plans
|
|
192
|
+
* Subscribe to a paid plan via Stripe Checkout. Creates a Stripe Checkout Session in subscription mode. After payment, the organization\'s account_type is updated via webhook. If the organization already has an active subscription, the plan is changed inline (upgrade/downgrade with proration) instead of creating a new checkout session. **Available Plans** (tier minimum is a billing floor; usage above it bills automatically): - `managed_build`: Managed Mixpeek Build — $25/mo min, 100K objects/mo - `managed_scale`: Managed Mixpeek Scale — $250/mo min, 1M objects/mo - `mvs_build`: MVS Standalone Build — $25/mo min, 1M vectors - `mvs_scale`: MVS Standalone Scale — $250/mo min, 25M vectors **Discounts:** each non-empty `onboarding_answers` field takes $5 off the first invoice (max $10). An explicit `promo_code` is validated and pre-applied; when both are sent the promo takes checkout\'s single discount slot and the onboarding credit lands on the customer balance. Without either, Stripe\'s own promo-code field is enabled at checkout.
|
|
163
193
|
* @summary Subscribe To Plan
|
|
164
194
|
* @param {SubscribeRequest} subscribeRequest
|
|
165
195
|
* @param {*} [options] Override http request option.
|
|
@@ -180,6 +210,14 @@ export declare const OrganizationBillingApiAxiosParamCreator: (configuration?: C
|
|
|
180
210
|
* @export
|
|
181
211
|
*/
|
|
182
212
|
export declare const OrganizationBillingApiFp: (configuration?: Configuration) => {
|
|
213
|
+
/**
|
|
214
|
+
* Apply a promo code to the organization\'s active subscription. Every failure carries a reason (invalid / expired / exhausted / product mismatch / no subscription) — never a silent no-op.
|
|
215
|
+
* @summary Apply Promo
|
|
216
|
+
* @param {ApplyPromoRequest} applyPromoRequest
|
|
217
|
+
* @param {*} [options] Override http request option.
|
|
218
|
+
* @throws {RequiredError}
|
|
219
|
+
*/
|
|
220
|
+
applyPromoOrganizationsBilling(applyPromoRequest: ApplyPromoRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ApplyPromoResponse>>;
|
|
183
221
|
/**
|
|
184
222
|
* Cancel the current subscription at end of billing period. The subscription remains active until the end of the current period. After that, the organization is downgraded to the free tier.
|
|
185
223
|
* @summary Cancel Subscription
|
|
@@ -218,7 +256,15 @@ export declare const OrganizationBillingApiFp: (configuration?: Configuration) =
|
|
|
218
256
|
*/
|
|
219
257
|
enableAutoBillingOrganizations(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AutoBillingToggleResponse>>;
|
|
220
258
|
/**
|
|
221
|
-
*
|
|
259
|
+
* Quote the v2 cost of planned ingestion before submitting it. Forgiving by design: unknown MIME types quote at the cheapest band; wrong unit fields and inapplicable features return teaching errors.
|
|
260
|
+
* @summary Estimate Cost
|
|
261
|
+
* @param {EstimateRequest} estimateRequest
|
|
262
|
+
* @param {*} [options] Override http request option.
|
|
263
|
+
* @throws {RequiredError}
|
|
264
|
+
*/
|
|
265
|
+
estimateCostOrganizationsBilling(estimateRequest: EstimateRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EstimateResponse>>;
|
|
266
|
+
/**
|
|
267
|
+
* Manually trigger invoice generation for this organization. Useful for testing the billing flow or generating retroactive invoices. Requires ADMIN permission. Line items follow the v2 (modality+features, D8) composition: flat monthly fee + per-modality feature usage in natural units and dollars + the plan\'s included-usage pool as a deduction; only usage beyond the pool is due. The total always reconciles to the month\'s ledger charges (see `pricing_v2`). **Example:** ```python # Dry run response = await client.post( \"/v1/organizations/billing/generate-invoice\", json={\"dry_run\": true} ) # Actually generate response = await client.post( \"/v1/organizations/billing/generate-invoice\", json={\"billing_month\": \"2026-01\"} ) ```
|
|
222
268
|
* @summary Generate Invoice Now
|
|
223
269
|
* @param {BodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost} [bodyGenerateInvoiceNowV1OrganizationsBillingGenerateInvoicePost]
|
|
224
270
|
* @param {*} [options] Override http request option.
|
|
@@ -296,6 +342,14 @@ export declare const OrganizationBillingApiFp: (configuration?: Configuration) =
|
|
|
296
342
|
* @throws {RequiredError}
|
|
297
343
|
*/
|
|
298
344
|
listTransactionsOrganizationsBilling(limit?: number, offset?: number, billingMonth?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TransactionsListResponse>>;
|
|
345
|
+
/**
|
|
346
|
+
* Open the Stripe customer billing portal. This is the correct destination for a \"Manage subscription\" action: the portal lets an existing customer update their card, view/download invoices, and change or cancel their plan. It is NOT the same as POST /subscribe — re-running /subscribe for an existing subscriber starts a brand-new checkout instead of managing the current one. Requires an existing Stripe customer. Orgs that have never started billing have nothing to manage, so they get an actionable 400 pointing at /subscribe.
|
|
347
|
+
* @summary Open Billing Portal
|
|
348
|
+
* @param {BillingPortalRequest} [billingPortalRequest]
|
|
349
|
+
* @param {*} [options] Override http request option.
|
|
350
|
+
* @throws {RequiredError}
|
|
351
|
+
*/
|
|
352
|
+
openBillingPortalOrganizations(billingPortalRequest?: BillingPortalRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<BillingPortalResponse>>;
|
|
299
353
|
/**
|
|
300
354
|
* Initialize payment method setup flow. Creates a Stripe SetupIntent for collecting payment method without charging. The client_secret should be used with Stripe Elements on the frontend. **Flow:** 1. Frontend calls this endpoint 2. Backend creates Stripe Customer (if needed) and SetupIntent 3. Frontend uses client_secret with Stripe Elements 4. User enters card details 5. Frontend calls confirm-payment-method endpoint **Requirements:** - Admin permission (only org admins can set up payment methods) **Example:** ```python response = await client.post(\"/v1/organizations/billing/setup-payment-method\") client_secret = response[\"client_secret\"] # Use client_secret with Stripe Elements ```
|
|
301
355
|
* @summary Setup Payment Method
|
|
@@ -304,7 +358,7 @@ export declare const OrganizationBillingApiFp: (configuration?: Configuration) =
|
|
|
304
358
|
*/
|
|
305
359
|
setupPaymentMethodOrganizationsBilling(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SetupPaymentMethodResponse>>;
|
|
306
360
|
/**
|
|
307
|
-
* Subscribe to a paid plan via Stripe Checkout. Creates a Stripe Checkout Session in subscription mode. After payment, the organization\'s account_type is updated via webhook. If the organization already has an active subscription, the plan is changed inline (upgrade/downgrade with proration) instead of creating a new checkout session. **Available Plans
|
|
361
|
+
* Subscribe to a paid plan via Stripe Checkout. Creates a Stripe Checkout Session in subscription mode. After payment, the organization\'s account_type is updated via webhook. If the organization already has an active subscription, the plan is changed inline (upgrade/downgrade with proration) instead of creating a new checkout session. **Available Plans** (tier minimum is a billing floor; usage above it bills automatically): - `managed_build`: Managed Mixpeek Build — $25/mo min, 100K objects/mo - `managed_scale`: Managed Mixpeek Scale — $250/mo min, 1M objects/mo - `mvs_build`: MVS Standalone Build — $25/mo min, 1M vectors - `mvs_scale`: MVS Standalone Scale — $250/mo min, 25M vectors **Discounts:** each non-empty `onboarding_answers` field takes $5 off the first invoice (max $10). An explicit `promo_code` is validated and pre-applied; when both are sent the promo takes checkout\'s single discount slot and the onboarding credit lands on the customer balance. Without either, Stripe\'s own promo-code field is enabled at checkout.
|
|
308
362
|
* @summary Subscribe To Plan
|
|
309
363
|
* @param {SubscribeRequest} subscribeRequest
|
|
310
364
|
* @param {*} [options] Override http request option.
|
|
@@ -325,6 +379,14 @@ export declare const OrganizationBillingApiFp: (configuration?: Configuration) =
|
|
|
325
379
|
* @export
|
|
326
380
|
*/
|
|
327
381
|
export declare const OrganizationBillingApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
382
|
+
/**
|
|
383
|
+
* Apply a promo code to the organization\'s active subscription. Every failure carries a reason (invalid / expired / exhausted / product mismatch / no subscription) — never a silent no-op.
|
|
384
|
+
* @summary Apply Promo
|
|
385
|
+
* @param {OrganizationBillingApiApplyPromoOrganizationsBillingRequest} requestParameters Request parameters.
|
|
386
|
+
* @param {*} [options] Override http request option.
|
|
387
|
+
* @throws {RequiredError}
|
|
388
|
+
*/
|
|
389
|
+
applyPromoOrganizationsBilling(requestParameters: OrganizationBillingApiApplyPromoOrganizationsBillingRequest, options?: RawAxiosRequestConfig): AxiosPromise<ApplyPromoResponse>;
|
|
328
390
|
/**
|
|
329
391
|
* Cancel the current subscription at end of billing period. The subscription remains active until the end of the current period. After that, the organization is downgraded to the free tier.
|
|
330
392
|
* @summary Cancel Subscription
|
|
@@ -363,7 +425,15 @@ export declare const OrganizationBillingApiFactory: (configuration?: Configurati
|
|
|
363
425
|
*/
|
|
364
426
|
enableAutoBillingOrganizations(options?: RawAxiosRequestConfig): AxiosPromise<AutoBillingToggleResponse>;
|
|
365
427
|
/**
|
|
366
|
-
*
|
|
428
|
+
* Quote the v2 cost of planned ingestion before submitting it. Forgiving by design: unknown MIME types quote at the cheapest band; wrong unit fields and inapplicable features return teaching errors.
|
|
429
|
+
* @summary Estimate Cost
|
|
430
|
+
* @param {OrganizationBillingApiEstimateCostOrganizationsBillingRequest} requestParameters Request parameters.
|
|
431
|
+
* @param {*} [options] Override http request option.
|
|
432
|
+
* @throws {RequiredError}
|
|
433
|
+
*/
|
|
434
|
+
estimateCostOrganizationsBilling(requestParameters: OrganizationBillingApiEstimateCostOrganizationsBillingRequest, options?: RawAxiosRequestConfig): AxiosPromise<EstimateResponse>;
|
|
435
|
+
/**
|
|
436
|
+
* Manually trigger invoice generation for this organization. Useful for testing the billing flow or generating retroactive invoices. Requires ADMIN permission. Line items follow the v2 (modality+features, D8) composition: flat monthly fee + per-modality feature usage in natural units and dollars + the plan\'s included-usage pool as a deduction; only usage beyond the pool is due. The total always reconciles to the month\'s ledger charges (see `pricing_v2`). **Example:** ```python # Dry run response = await client.post( \"/v1/organizations/billing/generate-invoice\", json={\"dry_run\": true} ) # Actually generate response = await client.post( \"/v1/organizations/billing/generate-invoice\", json={\"billing_month\": \"2026-01\"} ) ```
|
|
367
437
|
* @summary Generate Invoice Now
|
|
368
438
|
* @param {OrganizationBillingApiGenerateInvoiceNowOrganizationsBillingRequest} requestParameters Request parameters.
|
|
369
439
|
* @param {*} [options] Override http request option.
|
|
@@ -439,6 +509,14 @@ export declare const OrganizationBillingApiFactory: (configuration?: Configurati
|
|
|
439
509
|
* @throws {RequiredError}
|
|
440
510
|
*/
|
|
441
511
|
listTransactionsOrganizationsBilling(requestParameters?: OrganizationBillingApiListTransactionsOrganizationsBillingRequest, options?: RawAxiosRequestConfig): AxiosPromise<TransactionsListResponse>;
|
|
512
|
+
/**
|
|
513
|
+
* Open the Stripe customer billing portal. This is the correct destination for a \"Manage subscription\" action: the portal lets an existing customer update their card, view/download invoices, and change or cancel their plan. It is NOT the same as POST /subscribe — re-running /subscribe for an existing subscriber starts a brand-new checkout instead of managing the current one. Requires an existing Stripe customer. Orgs that have never started billing have nothing to manage, so they get an actionable 400 pointing at /subscribe.
|
|
514
|
+
* @summary Open Billing Portal
|
|
515
|
+
* @param {OrganizationBillingApiOpenBillingPortalOrganizationsRequest} requestParameters Request parameters.
|
|
516
|
+
* @param {*} [options] Override http request option.
|
|
517
|
+
* @throws {RequiredError}
|
|
518
|
+
*/
|
|
519
|
+
openBillingPortalOrganizations(requestParameters?: OrganizationBillingApiOpenBillingPortalOrganizationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<BillingPortalResponse>;
|
|
442
520
|
/**
|
|
443
521
|
* Initialize payment method setup flow. Creates a Stripe SetupIntent for collecting payment method without charging. The client_secret should be used with Stripe Elements on the frontend. **Flow:** 1. Frontend calls this endpoint 2. Backend creates Stripe Customer (if needed) and SetupIntent 3. Frontend uses client_secret with Stripe Elements 4. User enters card details 5. Frontend calls confirm-payment-method endpoint **Requirements:** - Admin permission (only org admins can set up payment methods) **Example:** ```python response = await client.post(\"/v1/organizations/billing/setup-payment-method\") client_secret = response[\"client_secret\"] # Use client_secret with Stripe Elements ```
|
|
444
522
|
* @summary Setup Payment Method
|
|
@@ -447,7 +525,7 @@ export declare const OrganizationBillingApiFactory: (configuration?: Configurati
|
|
|
447
525
|
*/
|
|
448
526
|
setupPaymentMethodOrganizationsBilling(options?: RawAxiosRequestConfig): AxiosPromise<SetupPaymentMethodResponse>;
|
|
449
527
|
/**
|
|
450
|
-
* Subscribe to a paid plan via Stripe Checkout. Creates a Stripe Checkout Session in subscription mode. After payment, the organization\'s account_type is updated via webhook. If the organization already has an active subscription, the plan is changed inline (upgrade/downgrade with proration) instead of creating a new checkout session. **Available Plans
|
|
528
|
+
* Subscribe to a paid plan via Stripe Checkout. Creates a Stripe Checkout Session in subscription mode. After payment, the organization\'s account_type is updated via webhook. If the organization already has an active subscription, the plan is changed inline (upgrade/downgrade with proration) instead of creating a new checkout session. **Available Plans** (tier minimum is a billing floor; usage above it bills automatically): - `managed_build`: Managed Mixpeek Build — $25/mo min, 100K objects/mo - `managed_scale`: Managed Mixpeek Scale — $250/mo min, 1M objects/mo - `mvs_build`: MVS Standalone Build — $25/mo min, 1M vectors - `mvs_scale`: MVS Standalone Scale — $250/mo min, 25M vectors **Discounts:** each non-empty `onboarding_answers` field takes $5 off the first invoice (max $10). An explicit `promo_code` is validated and pre-applied; when both are sent the promo takes checkout\'s single discount slot and the onboarding credit lands on the customer balance. Without either, Stripe\'s own promo-code field is enabled at checkout.
|
|
451
529
|
* @summary Subscribe To Plan
|
|
452
530
|
* @param {OrganizationBillingApiSubscribeToPlanOrganizationsBillingRequest} requestParameters Request parameters.
|
|
453
531
|
* @param {*} [options] Override http request option.
|
|
@@ -463,6 +541,19 @@ export declare const OrganizationBillingApiFactory: (configuration?: Configurati
|
|
|
463
541
|
*/
|
|
464
542
|
updateSpendingCapsOrganizationsBilling(requestParameters: OrganizationBillingApiUpdateSpendingCapsOrganizationsBillingRequest, options?: RawAxiosRequestConfig): AxiosPromise<SpendingCapsResponse>;
|
|
465
543
|
};
|
|
544
|
+
/**
|
|
545
|
+
* Request parameters for applyPromoOrganizationsBilling operation in OrganizationBillingApi.
|
|
546
|
+
* @export
|
|
547
|
+
* @interface OrganizationBillingApiApplyPromoOrganizationsBillingRequest
|
|
548
|
+
*/
|
|
549
|
+
export interface OrganizationBillingApiApplyPromoOrganizationsBillingRequest {
|
|
550
|
+
/**
|
|
551
|
+
*
|
|
552
|
+
* @type {ApplyPromoRequest}
|
|
553
|
+
* @memberof OrganizationBillingApiApplyPromoOrganizationsBilling
|
|
554
|
+
*/
|
|
555
|
+
readonly applyPromoRequest: ApplyPromoRequest;
|
|
556
|
+
}
|
|
466
557
|
/**
|
|
467
558
|
* Request parameters for confirmPaymentMethodOrganizationsBilling operation in OrganizationBillingApi.
|
|
468
559
|
* @export
|
|
@@ -489,6 +580,19 @@ export interface OrganizationBillingApiCreateCheckoutOrganizationsBillingRequest
|
|
|
489
580
|
*/
|
|
490
581
|
readonly createCheckoutRequest: CreateCheckoutRequest;
|
|
491
582
|
}
|
|
583
|
+
/**
|
|
584
|
+
* Request parameters for estimateCostOrganizationsBilling operation in OrganizationBillingApi.
|
|
585
|
+
* @export
|
|
586
|
+
* @interface OrganizationBillingApiEstimateCostOrganizationsBillingRequest
|
|
587
|
+
*/
|
|
588
|
+
export interface OrganizationBillingApiEstimateCostOrganizationsBillingRequest {
|
|
589
|
+
/**
|
|
590
|
+
*
|
|
591
|
+
* @type {EstimateRequest}
|
|
592
|
+
* @memberof OrganizationBillingApiEstimateCostOrganizationsBilling
|
|
593
|
+
*/
|
|
594
|
+
readonly estimateRequest: EstimateRequest;
|
|
595
|
+
}
|
|
492
596
|
/**
|
|
493
597
|
* Request parameters for generateInvoiceNowOrganizationsBilling operation in OrganizationBillingApi.
|
|
494
598
|
* @export
|
|
@@ -566,6 +670,19 @@ export interface OrganizationBillingApiListTransactionsOrganizationsBillingReque
|
|
|
566
670
|
*/
|
|
567
671
|
readonly billingMonth?: string;
|
|
568
672
|
}
|
|
673
|
+
/**
|
|
674
|
+
* Request parameters for openBillingPortalOrganizations operation in OrganizationBillingApi.
|
|
675
|
+
* @export
|
|
676
|
+
* @interface OrganizationBillingApiOpenBillingPortalOrganizationsRequest
|
|
677
|
+
*/
|
|
678
|
+
export interface OrganizationBillingApiOpenBillingPortalOrganizationsRequest {
|
|
679
|
+
/**
|
|
680
|
+
*
|
|
681
|
+
* @type {BillingPortalRequest}
|
|
682
|
+
* @memberof OrganizationBillingApiOpenBillingPortalOrganizations
|
|
683
|
+
*/
|
|
684
|
+
readonly billingPortalRequest?: BillingPortalRequest;
|
|
685
|
+
}
|
|
569
686
|
/**
|
|
570
687
|
* Request parameters for subscribeToPlanOrganizationsBilling operation in OrganizationBillingApi.
|
|
571
688
|
* @export
|
|
@@ -599,6 +716,15 @@ export interface OrganizationBillingApiUpdateSpendingCapsOrganizationsBillingReq
|
|
|
599
716
|
* @extends {BaseAPI}
|
|
600
717
|
*/
|
|
601
718
|
export declare class OrganizationBillingApi extends BaseAPI {
|
|
719
|
+
/**
|
|
720
|
+
* Apply a promo code to the organization\'s active subscription. Every failure carries a reason (invalid / expired / exhausted / product mismatch / no subscription) — never a silent no-op.
|
|
721
|
+
* @summary Apply Promo
|
|
722
|
+
* @param {OrganizationBillingApiApplyPromoOrganizationsBillingRequest} requestParameters Request parameters.
|
|
723
|
+
* @param {*} [options] Override http request option.
|
|
724
|
+
* @throws {RequiredError}
|
|
725
|
+
* @memberof OrganizationBillingApi
|
|
726
|
+
*/
|
|
727
|
+
applyPromoOrganizationsBilling(requestParameters: OrganizationBillingApiApplyPromoOrganizationsBillingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ApplyPromoResponse, any, {}>>;
|
|
602
728
|
/**
|
|
603
729
|
* Cancel the current subscription at end of billing period. The subscription remains active until the end of the current period. After that, the organization is downgraded to the free tier.
|
|
604
730
|
* @summary Cancel Subscription
|
|
@@ -642,7 +768,16 @@ export declare class OrganizationBillingApi extends BaseAPI {
|
|
|
642
768
|
*/
|
|
643
769
|
enableAutoBillingOrganizations(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AutoBillingToggleResponse, any, {}>>;
|
|
644
770
|
/**
|
|
645
|
-
*
|
|
771
|
+
* Quote the v2 cost of planned ingestion before submitting it. Forgiving by design: unknown MIME types quote at the cheapest band; wrong unit fields and inapplicable features return teaching errors.
|
|
772
|
+
* @summary Estimate Cost
|
|
773
|
+
* @param {OrganizationBillingApiEstimateCostOrganizationsBillingRequest} requestParameters Request parameters.
|
|
774
|
+
* @param {*} [options] Override http request option.
|
|
775
|
+
* @throws {RequiredError}
|
|
776
|
+
* @memberof OrganizationBillingApi
|
|
777
|
+
*/
|
|
778
|
+
estimateCostOrganizationsBilling(requestParameters: OrganizationBillingApiEstimateCostOrganizationsBillingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EstimateResponse, any, {}>>;
|
|
779
|
+
/**
|
|
780
|
+
* Manually trigger invoice generation for this organization. Useful for testing the billing flow or generating retroactive invoices. Requires ADMIN permission. Line items follow the v2 (modality+features, D8) composition: flat monthly fee + per-modality feature usage in natural units and dollars + the plan\'s included-usage pool as a deduction; only usage beyond the pool is due. The total always reconciles to the month\'s ledger charges (see `pricing_v2`). **Example:** ```python # Dry run response = await client.post( \"/v1/organizations/billing/generate-invoice\", json={\"dry_run\": true} ) # Actually generate response = await client.post( \"/v1/organizations/billing/generate-invoice\", json={\"billing_month\": \"2026-01\"} ) ```
|
|
646
781
|
* @summary Generate Invoice Now
|
|
647
782
|
* @param {OrganizationBillingApiGenerateInvoiceNowOrganizationsBillingRequest} requestParameters Request parameters.
|
|
648
783
|
* @param {*} [options] Override http request option.
|
|
@@ -728,6 +863,15 @@ export declare class OrganizationBillingApi extends BaseAPI {
|
|
|
728
863
|
* @memberof OrganizationBillingApi
|
|
729
864
|
*/
|
|
730
865
|
listTransactionsOrganizationsBilling(requestParameters?: OrganizationBillingApiListTransactionsOrganizationsBillingRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TransactionsListResponse, any, {}>>;
|
|
866
|
+
/**
|
|
867
|
+
* Open the Stripe customer billing portal. This is the correct destination for a \"Manage subscription\" action: the portal lets an existing customer update their card, view/download invoices, and change or cancel their plan. It is NOT the same as POST /subscribe — re-running /subscribe for an existing subscriber starts a brand-new checkout instead of managing the current one. Requires an existing Stripe customer. Orgs that have never started billing have nothing to manage, so they get an actionable 400 pointing at /subscribe.
|
|
868
|
+
* @summary Open Billing Portal
|
|
869
|
+
* @param {OrganizationBillingApiOpenBillingPortalOrganizationsRequest} requestParameters Request parameters.
|
|
870
|
+
* @param {*} [options] Override http request option.
|
|
871
|
+
* @throws {RequiredError}
|
|
872
|
+
* @memberof OrganizationBillingApi
|
|
873
|
+
*/
|
|
874
|
+
openBillingPortalOrganizations(requestParameters?: OrganizationBillingApiOpenBillingPortalOrganizationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BillingPortalResponse, any, {}>>;
|
|
731
875
|
/**
|
|
732
876
|
* Initialize payment method setup flow. Creates a Stripe SetupIntent for collecting payment method without charging. The client_secret should be used with Stripe Elements on the frontend. **Flow:** 1. Frontend calls this endpoint 2. Backend creates Stripe Customer (if needed) and SetupIntent 3. Frontend uses client_secret with Stripe Elements 4. User enters card details 5. Frontend calls confirm-payment-method endpoint **Requirements:** - Admin permission (only org admins can set up payment methods) **Example:** ```python response = await client.post(\"/v1/organizations/billing/setup-payment-method\") client_secret = response[\"client_secret\"] # Use client_secret with Stripe Elements ```
|
|
733
877
|
* @summary Setup Payment Method
|
|
@@ -737,7 +881,7 @@ export declare class OrganizationBillingApi extends BaseAPI {
|
|
|
737
881
|
*/
|
|
738
882
|
setupPaymentMethodOrganizationsBilling(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SetupPaymentMethodResponse, any, {}>>;
|
|
739
883
|
/**
|
|
740
|
-
* Subscribe to a paid plan via Stripe Checkout. Creates a Stripe Checkout Session in subscription mode. After payment, the organization\'s account_type is updated via webhook. If the organization already has an active subscription, the plan is changed inline (upgrade/downgrade with proration) instead of creating a new checkout session. **Available Plans
|
|
884
|
+
* Subscribe to a paid plan via Stripe Checkout. Creates a Stripe Checkout Session in subscription mode. After payment, the organization\'s account_type is updated via webhook. If the organization already has an active subscription, the plan is changed inline (upgrade/downgrade with proration) instead of creating a new checkout session. **Available Plans** (tier minimum is a billing floor; usage above it bills automatically): - `managed_build`: Managed Mixpeek Build — $25/mo min, 100K objects/mo - `managed_scale`: Managed Mixpeek Scale — $250/mo min, 1M objects/mo - `mvs_build`: MVS Standalone Build — $25/mo min, 1M vectors - `mvs_scale`: MVS Standalone Scale — $250/mo min, 25M vectors **Discounts:** each non-empty `onboarding_answers` field takes $5 off the first invoice (max $10). An explicit `promo_code` is validated and pre-applied; when both are sent the promo takes checkout\'s single discount slot and the onboarding credit lands on the customer balance. Without either, Stripe\'s own promo-code field is enabled at checkout.
|
|
741
885
|
* @summary Subscribe To Plan
|
|
742
886
|
* @param {OrganizationBillingApiSubscribeToPlanOrganizationsBillingRequest} requestParameters Request parameters.
|
|
743
887
|
* @param {*} [options] Override http request option.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organization-billing-api.d.ts","sourceRoot":"","sources":["../../api/organization-billing-api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"organization-billing-api.d.ts","sourceRoot":"","sources":["../../api/organization-billing-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,6 +34,13 @@ export declare const RetrieverEvaluationsApiAxiosParamCreator: (configuration?:
|
|
|
34
34
|
* @throws {RequiredError}
|
|
35
35
|
*/
|
|
36
36
|
createDatasetRetrieversEvaluations: (createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
|
+
/**
|
|
38
|
+
* Lightweight discovery endpoint. Evaluation **datasets** are namespace-scoped and evaluation **runs** are retriever-scoped, so both live under `/v1/retrievers/...` rather than a top-level `/v1/evaluations/{id}`. This endpoint exists so a bare `GET /v1/evaluations` returns the real endpoint map instead of a hintless 404.
|
|
39
|
+
* @summary Discover evaluation endpoints
|
|
40
|
+
* @param {*} [options] Override http request option.
|
|
41
|
+
* @throws {RequiredError}
|
|
42
|
+
*/
|
|
43
|
+
discoverEvaluations: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
37
44
|
/**
|
|
38
45
|
* Auto-generate a ground truth evaluation dataset by mining user interactions for this retriever. Queries with sufficient positive interactions (click, purchase, bookmark, etc.) are used to infer relevance labels, creating a dataset suitable for offline evaluation.
|
|
39
46
|
* @summary Generate evaluation dataset from interactions
|
|
@@ -104,6 +111,15 @@ export declare const RetrieverEvaluationsApiFp: (configuration?: Configuration)
|
|
|
104
111
|
* @throws {RequiredError}
|
|
105
112
|
*/
|
|
106
113
|
createDatasetRetrieversEvaluations(createDatasetRequest: CreateDatasetRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<EvaluationDataset>>;
|
|
114
|
+
/**
|
|
115
|
+
* Lightweight discovery endpoint. Evaluation **datasets** are namespace-scoped and evaluation **runs** are retriever-scoped, so both live under `/v1/retrievers/...` rather than a top-level `/v1/evaluations/{id}`. This endpoint exists so a bare `GET /v1/evaluations` returns the real endpoint map instead of a hintless 404.
|
|
116
|
+
* @summary Discover evaluation endpoints
|
|
117
|
+
* @param {*} [options] Override http request option.
|
|
118
|
+
* @throws {RequiredError}
|
|
119
|
+
*/
|
|
120
|
+
discoverEvaluations(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
121
|
+
[key: string]: any;
|
|
122
|
+
}>>;
|
|
107
123
|
/**
|
|
108
124
|
* Auto-generate a ground truth evaluation dataset by mining user interactions for this retriever. Queries with sufficient positive interactions (click, purchase, bookmark, etc.) are used to infer relevance labels, creating a dataset suitable for offline evaluation.
|
|
109
125
|
* @summary Generate evaluation dataset from interactions
|
|
@@ -174,6 +190,15 @@ export declare const RetrieverEvaluationsApiFactory: (configuration?: Configurat
|
|
|
174
190
|
* @throws {RequiredError}
|
|
175
191
|
*/
|
|
176
192
|
createDatasetRetrieversEvaluations(requestParameters: RetrieverEvaluationsApiCreateDatasetRetrieversEvaluationsRequest, options?: RawAxiosRequestConfig): AxiosPromise<EvaluationDataset>;
|
|
193
|
+
/**
|
|
194
|
+
* Lightweight discovery endpoint. Evaluation **datasets** are namespace-scoped and evaluation **runs** are retriever-scoped, so both live under `/v1/retrievers/...` rather than a top-level `/v1/evaluations/{id}`. This endpoint exists so a bare `GET /v1/evaluations` returns the real endpoint map instead of a hintless 404.
|
|
195
|
+
* @summary Discover evaluation endpoints
|
|
196
|
+
* @param {*} [options] Override http request option.
|
|
197
|
+
* @throws {RequiredError}
|
|
198
|
+
*/
|
|
199
|
+
discoverEvaluations(options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
200
|
+
[key: string]: any;
|
|
201
|
+
}>;
|
|
177
202
|
/**
|
|
178
203
|
* Auto-generate a ground truth evaluation dataset by mining user interactions for this retriever. Queries with sufficient positive interactions (click, purchase, bookmark, etc.) are used to infer relevance labels, creating a dataset suitable for offline evaluation.
|
|
179
204
|
* @summary Generate evaluation dataset from interactions
|
|
@@ -378,6 +403,16 @@ export declare class RetrieverEvaluationsApi extends BaseAPI {
|
|
|
378
403
|
* @memberof RetrieverEvaluationsApi
|
|
379
404
|
*/
|
|
380
405
|
createDatasetRetrieversEvaluations(requestParameters: RetrieverEvaluationsApiCreateDatasetRetrieversEvaluationsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<EvaluationDataset, any, {}>>;
|
|
406
|
+
/**
|
|
407
|
+
* Lightweight discovery endpoint. Evaluation **datasets** are namespace-scoped and evaluation **runs** are retriever-scoped, so both live under `/v1/retrievers/...` rather than a top-level `/v1/evaluations/{id}`. This endpoint exists so a bare `GET /v1/evaluations` returns the real endpoint map instead of a hintless 404.
|
|
408
|
+
* @summary Discover evaluation endpoints
|
|
409
|
+
* @param {*} [options] Override http request option.
|
|
410
|
+
* @throws {RequiredError}
|
|
411
|
+
* @memberof RetrieverEvaluationsApi
|
|
412
|
+
*/
|
|
413
|
+
discoverEvaluations(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
414
|
+
[key: string]: any;
|
|
415
|
+
}, any, {}>>;
|
|
381
416
|
/**
|
|
382
417
|
* Auto-generate a ground truth evaluation dataset by mining user interactions for this retriever. Queries with sufficient positive interactions (click, purchase, bookmark, etc.) are used to infer relevance labels, creating a dataset suitable for offline evaluation.
|
|
383
418
|
* @summary Generate evaluation dataset from interactions
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retriever-evaluations-api.d.ts","sourceRoot":"","sources":["../../api/retriever-evaluations-api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"retriever-evaluations-api.d.ts","sourceRoot":"","sources":["../../api/retriever-evaluations-api.ts"],"names":[],"mappings":"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"}
|
|
@@ -76,10 +76,12 @@ export declare const RetrieversApiAxiosParamCreator: (configuration?: Configurat
|
|
|
76
76
|
* @param {ExecuteRetrieverRequest} executeRetrieverRequest
|
|
77
77
|
* @param {boolean} [returnPresignedUrls] Generate presigned URLs for S3-backed blobs and url-shaped fields. Also accepted as a body field — if either source is true, presigning is enabled.
|
|
78
78
|
* @param {boolean} [returnVectors] Include vector embeddings in result documents. Also accepted as a body field — if either source is true, vectors are returned.
|
|
79
|
+
* @param {boolean} [explain] Return the inline `explain_plan` (per-stage timings + optimization summary) in the response. Also accepted as a body field — if either source is true, the plan is included.
|
|
80
|
+
* @param {boolean} [includeLegacyResults] DEPRECATED. Restore the legacy `results` alias (a byte-for-byte copy of `documents`). Off by default — `results` previously duplicated the entire document array in every response (~half the payload). Prefer `documents`; use this only as a temporary migration shim.
|
|
79
81
|
* @param {*} [options] Override http request option.
|
|
80
82
|
* @throws {RequiredError}
|
|
81
83
|
*/
|
|
82
|
-
executeRetriever: (retrieverId: string, executeRetrieverRequest: ExecuteRetrieverRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
84
|
+
executeRetriever: (retrieverId: string, executeRetrieverRequest: ExecuteRetrieverRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, explain?: boolean, includeLegacyResults?: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
83
85
|
/**
|
|
84
86
|
* Get a detailed execution plan for a retriever without actually executing it. Similar to MongoDB\'s explain plan or SQL\'s EXPLAIN command, this endpoint helps you understand performance characteristics, identify bottlenecks, estimate costs, and troubleshoot retrieval issues before running expensive queries. **What This Returns:** - Stage-by-stage execution plan (AFTER automatic optimizations) - Estimated costs (credits + time per stage) - Document flow projections (input/output counts per stage) - Efficiency metrics (selectivity ratios, cache likelihood) - Bottleneck identification (slowest/most expensive stages) - Optimization details (transformations applied by the optimizer) - Performance warnings and improvement suggestions **Key Features:** - **Cost Estimation**: See how many credits and milliseconds each stage will consume - **Bottleneck Detection**: Identify which stages dominate execution time - **Optimization Transparency**: Understand how your pipeline was optimized - **Cache Analysis**: See which stages are likely to hit cache - **Accuracy Troubleshooting**: Analyze stage efficiency and document flow - **Latency Analysis**: Break down estimated duration by stage **Important:** The execution_plan shows OPTIMIZED stages (after automatic transformations like filter push-down, stage fusion, and grouping optimization). Check optimization_details to understand what changed from your original configuration. **Use Cases:** - Debug slow retrievers by identifying bottleneck stages - Estimate costs before running expensive queries - Understand how the optimizer transformed your pipeline - Troubleshoot accuracy issues by analyzing stage selectivity - Compare different retriever configurations - Plan budget allocation for production workloads **Example Response:** ```json { \"retriever_id\": \"ret_abc123\", \"retriever_name\": \"product_search\", \"execution_plan\": [ { \"stage_index\": 0, \"stage_name\": \"attribute_filter\", \"stage_type\": \"filter\", \"estimated_input\": 10000, \"estimated_output\": 5000, \"estimated_efficiency\": 0.5, \"estimated_cost_credits\": 0.01, \"estimated_duration_ms\": 20, \"cache_likely\": true, \"optimization_notes\": [\"Pushed down from stage 2\"], \"warnings\": [] }, { \"stage_index\": 1, \"stage_name\": \"semantic_search\", \"stage_type\": \"filter\", \"estimated_input\": 5000, \"estimated_output\": 100, \"estimated_efficiency\": 0.02, \"estimated_cost_credits\": 0.5, \"estimated_duration_ms\": 200, \"cache_likely\": false, \"optimization_notes\": [], \"warnings\": [\"High cost stage - consider reducing limit\"] } ], \"estimated_cost\": { \"total_credits\": 0.51, \"total_duration_ms\": 220 }, \"bottleneck_stages\": [\"semantic_search\"], \"optimization_applied\": true, \"optimization_details\": { \"original_stage_count\": 3, \"optimized_stage_count\": 2, \"optimization_time_ms\": 8.2, \"stage_reduction_pct\": 33.3, \"decisions\": [ { \"rule_type\": \"push_down_filters\", \"applied\": true, \"reason\": \"Moved attribute_filter before semantic_search to reduce search scope\" } ] }, \"optimization_suggestions\": [ { \"type\": \"reduce_limit\", \"stage\": \"semantic_search\", \"message\": \"Consider reducing limit to improve latency\" } ] } ```
|
|
85
87
|
* @summary Explain Retriever Execution Plan
|
|
@@ -224,10 +226,12 @@ export declare const RetrieversApiFp: (configuration?: Configuration) => {
|
|
|
224
226
|
* @param {ExecuteRetrieverRequest} executeRetrieverRequest
|
|
225
227
|
* @param {boolean} [returnPresignedUrls] Generate presigned URLs for S3-backed blobs and url-shaped fields. Also accepted as a body field — if either source is true, presigning is enabled.
|
|
226
228
|
* @param {boolean} [returnVectors] Include vector embeddings in result documents. Also accepted as a body field — if either source is true, vectors are returned.
|
|
229
|
+
* @param {boolean} [explain] Return the inline `explain_plan` (per-stage timings + optimization summary) in the response. Also accepted as a body field — if either source is true, the plan is included.
|
|
230
|
+
* @param {boolean} [includeLegacyResults] DEPRECATED. Restore the legacy `results` alias (a byte-for-byte copy of `documents`). Off by default — `results` previously duplicated the entire document array in every response (~half the payload). Prefer `documents`; use this only as a temporary migration shim.
|
|
227
231
|
* @param {*} [options] Override http request option.
|
|
228
232
|
* @throws {RequiredError}
|
|
229
233
|
*/
|
|
230
|
-
executeRetriever(retrieverId: string, executeRetrieverRequest: ExecuteRetrieverRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
234
|
+
executeRetriever(retrieverId: string, executeRetrieverRequest: ExecuteRetrieverRequest, returnPresignedUrls?: boolean, returnVectors?: boolean, explain?: boolean, includeLegacyResults?: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
231
235
|
/**
|
|
232
236
|
* Get a detailed execution plan for a retriever without actually executing it. Similar to MongoDB\'s explain plan or SQL\'s EXPLAIN command, this endpoint helps you understand performance characteristics, identify bottlenecks, estimate costs, and troubleshoot retrieval issues before running expensive queries. **What This Returns:** - Stage-by-stage execution plan (AFTER automatic optimizations) - Estimated costs (credits + time per stage) - Document flow projections (input/output counts per stage) - Efficiency metrics (selectivity ratios, cache likelihood) - Bottleneck identification (slowest/most expensive stages) - Optimization details (transformations applied by the optimizer) - Performance warnings and improvement suggestions **Key Features:** - **Cost Estimation**: See how many credits and milliseconds each stage will consume - **Bottleneck Detection**: Identify which stages dominate execution time - **Optimization Transparency**: Understand how your pipeline was optimized - **Cache Analysis**: See which stages are likely to hit cache - **Accuracy Troubleshooting**: Analyze stage efficiency and document flow - **Latency Analysis**: Break down estimated duration by stage **Important:** The execution_plan shows OPTIMIZED stages (after automatic transformations like filter push-down, stage fusion, and grouping optimization). Check optimization_details to understand what changed from your original configuration. **Use Cases:** - Debug slow retrievers by identifying bottleneck stages - Estimate costs before running expensive queries - Understand how the optimizer transformed your pipeline - Troubleshoot accuracy issues by analyzing stage selectivity - Compare different retriever configurations - Plan budget allocation for production workloads **Example Response:** ```json { \"retriever_id\": \"ret_abc123\", \"retriever_name\": \"product_search\", \"execution_plan\": [ { \"stage_index\": 0, \"stage_name\": \"attribute_filter\", \"stage_type\": \"filter\", \"estimated_input\": 10000, \"estimated_output\": 5000, \"estimated_efficiency\": 0.5, \"estimated_cost_credits\": 0.01, \"estimated_duration_ms\": 20, \"cache_likely\": true, \"optimization_notes\": [\"Pushed down from stage 2\"], \"warnings\": [] }, { \"stage_index\": 1, \"stage_name\": \"semantic_search\", \"stage_type\": \"filter\", \"estimated_input\": 5000, \"estimated_output\": 100, \"estimated_efficiency\": 0.02, \"estimated_cost_credits\": 0.5, \"estimated_duration_ms\": 200, \"cache_likely\": false, \"optimization_notes\": [], \"warnings\": [\"High cost stage - consider reducing limit\"] } ], \"estimated_cost\": { \"total_credits\": 0.51, \"total_duration_ms\": 220 }, \"bottleneck_stages\": [\"semantic_search\"], \"optimization_applied\": true, \"optimization_details\": { \"original_stage_count\": 3, \"optimized_stage_count\": 2, \"optimization_time_ms\": 8.2, \"stage_reduction_pct\": 33.3, \"decisions\": [ { \"rule_type\": \"push_down_filters\", \"applied\": true, \"reason\": \"Moved attribute_filter before semantic_search to reduce search scope\" } ] }, \"optimization_suggestions\": [ { \"type\": \"reduce_limit\", \"stage\": \"semantic_search\", \"message\": \"Consider reducing limit to improve latency\" } ] } ```
|
|
233
237
|
* @summary Explain Retriever Execution Plan
|
|
@@ -556,6 +560,18 @@ export interface RetrieversApiExecuteRetrieverRequest {
|
|
|
556
560
|
* @memberof RetrieversApiExecuteRetriever
|
|
557
561
|
*/
|
|
558
562
|
readonly returnVectors?: boolean;
|
|
563
|
+
/**
|
|
564
|
+
* Return the inline `explain_plan` (per-stage timings + optimization summary) in the response. Also accepted as a body field — if either source is true, the plan is included.
|
|
565
|
+
* @type {boolean}
|
|
566
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
567
|
+
*/
|
|
568
|
+
readonly explain?: boolean;
|
|
569
|
+
/**
|
|
570
|
+
* DEPRECATED. Restore the legacy `results` alias (a byte-for-byte copy of `documents`). Off by default — `results` previously duplicated the entire document array in every response (~half the payload). Prefer `documents`; use this only as a temporary migration shim.
|
|
571
|
+
* @type {boolean}
|
|
572
|
+
* @memberof RetrieversApiExecuteRetriever
|
|
573
|
+
*/
|
|
574
|
+
readonly includeLegacyResults?: boolean;
|
|
559
575
|
}
|
|
560
576
|
/**
|
|
561
577
|
* Request parameters for explainRetrieverExecutionIdExecute operation in RetrieversApi.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrievers-api.d.ts","sourceRoot":"","sources":["../../api/retrievers-api.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"retrievers-api.d.ts","sourceRoot":"","sources":["../../api/retrievers-api.ts"],"names":[],"mappings":"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"}
|