langwatch 1.6.0 → 1.7.0
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/{chunk-VBI6IJS4.js → chunk-3KAXFA26.js} +13 -3
- package/dist/chunk-3KAXFA26.js.map +1 -0
- package/dist/{chunk-B6GGJBDM.js → chunk-3T7YUVMO.js} +17 -15
- package/dist/chunk-3T7YUVMO.js.map +1 -0
- package/dist/{chunk-IBZ4J3HY.mjs → chunk-GOIVDBO3.mjs} +14 -4
- package/dist/{chunk-IBZ4J3HY.mjs.map → chunk-GOIVDBO3.mjs.map} +1 -1
- package/dist/{chunk-LZS4B33H.mjs → chunk-MTOAYNSY.mjs} +7 -5
- package/dist/chunk-MTOAYNSY.mjs.map +1 -0
- package/dist/cli/bundle.js +319 -599
- package/dist/{implementation-D3kg-y8n.d.mts → implementation-BRb66Lsz.d.mts} +1 -1
- package/dist/{implementation-D4uH_rQl.d.ts → implementation-j4Y9Dc12.d.ts} +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +33 -33
- package/dist/index.mjs +2 -2
- package/dist/observability-sdk/index.d.mts +3 -3
- package/dist/observability-sdk/index.d.ts +3 -3
- package/dist/observability-sdk/index.js +2 -2
- package/dist/observability-sdk/index.mjs +1 -1
- package/dist/observability-sdk/instrumentation/langchain/index.d.mts +1 -1
- package/dist/observability-sdk/instrumentation/langchain/index.d.ts +1 -1
- package/dist/observability-sdk/setup/node/index.d.mts +1 -1
- package/dist/observability-sdk/setup/node/index.d.ts +1 -1
- package/dist/observability-sdk/setup/node/index.js +3 -3
- package/dist/observability-sdk/setup/node/index.mjs +2 -2
- package/dist/{types-BS1JaoZZ.d.mts → types-BUivXEKT.d.mts} +194 -183
- package/dist/{types-DBNWsM_D.d.ts → types-CUPefoJS.d.ts} +194 -183
- package/package.json +10 -10
- package/dist/chunk-B6GGJBDM.js.map +0 -1
- package/dist/chunk-LZS4B33H.mjs.map +0 -1
- package/dist/chunk-VBI6IJS4.js.map +0 -1
|
@@ -1112,8 +1112,8 @@ interface paths {
|
|
|
1112
1112
|
get?: never;
|
|
1113
1113
|
put?: never;
|
|
1114
1114
|
/**
|
|
1115
|
-
* Run
|
|
1116
|
-
* @description Executes one read-only ClickHouse SELECT over the
|
|
1115
|
+
* Run LangWatchQL analytics SQL
|
|
1116
|
+
* @description Executes one read-only ClickHouse SELECT over the LangWatchQL analytics datasets and returns typed columns, rows, execution statistics, truncation state and diagnostics. The query runs as a restricted database identity scoped to the authenticated project. Diagnostics are advisory and never reject a query. An empty diagnostics list means no known issue was detected. It is not proof that the answer is the one you meant.
|
|
1117
1117
|
*/
|
|
1118
1118
|
post: operations["postApiV1ProjectsByProjectIdAnalyticsQueryClickhouse"];
|
|
1119
1119
|
delete?: never;
|
|
@@ -1130,8 +1130,8 @@ interface paths {
|
|
|
1130
1130
|
cookie?: never;
|
|
1131
1131
|
};
|
|
1132
1132
|
/**
|
|
1133
|
-
* Discover the
|
|
1134
|
-
* @description Lists the
|
|
1133
|
+
* Discover the LangWatchQL analytics schema
|
|
1134
|
+
* @description Lists the LangWatchQL analytics datasets this key may query, with each column's type, description, the permissions that unlock it, and whether this caller holds them — plus each dataset's grain, join keys, partition-pruning time column, freshness and a runnable example query.
|
|
1135
1135
|
*/
|
|
1136
1136
|
get: operations["getApiV1ProjectsByProjectIdAnalyticsSchema"];
|
|
1137
1137
|
put?: never;
|
|
@@ -1151,13 +1151,13 @@ interface paths {
|
|
|
1151
1151
|
};
|
|
1152
1152
|
/**
|
|
1153
1153
|
* List saved workbench charts
|
|
1154
|
-
* @description Lists every saved
|
|
1154
|
+
* @description Lists every saved LangWatchQL chart in this project, each with the statement it runs, the parameter values it was saved with and the Vega-Lite specification that draws it. Charts built with the chart builder are a different kind and are not listed here.
|
|
1155
1155
|
*/
|
|
1156
1156
|
get: operations["getApiV1ProjectsByProjectIdAnalyticsCharts"];
|
|
1157
1157
|
put?: never;
|
|
1158
1158
|
/**
|
|
1159
1159
|
* Save a workbench chart
|
|
1160
|
-
* @description Saves a
|
|
1160
|
+
* @description Saves a LangWatchQL statement, its bound parameter values and an optional Vega-Lite specification as one chart. The statement is validated by the LangWatchQL analytics SQL validator against this key's own permissions, and the specification by the visualization policy, before anything is written — a chart that could not be run or drawn is refused rather than stored.
|
|
1161
1161
|
*/
|
|
1162
1162
|
post: operations["postApiV1ProjectsByProjectIdAnalyticsCharts"];
|
|
1163
1163
|
delete?: never;
|
|
@@ -1175,14 +1175,14 @@ interface paths {
|
|
|
1175
1175
|
};
|
|
1176
1176
|
/**
|
|
1177
1177
|
* Get a saved workbench chart
|
|
1178
|
-
* @description Returns one saved
|
|
1178
|
+
* @description Returns one saved LangWatchQL chart with its statement, parameter values and specification. A chart saved in another project is reported as not found.
|
|
1179
1179
|
*/
|
|
1180
1180
|
get: operations["getApiV1ProjectsByProjectIdAnalyticsChartsByChartId"];
|
|
1181
1181
|
put?: never;
|
|
1182
1182
|
post?: never;
|
|
1183
1183
|
/**
|
|
1184
1184
|
* Delete a saved workbench chart
|
|
1185
|
-
* @description Deletes one saved
|
|
1185
|
+
* @description Deletes one saved LangWatchQL chart. Answers 204 with no body; deleting a chart that is not in this project is reported as not found.
|
|
1186
1186
|
*/
|
|
1187
1187
|
delete: operations["deleteApiV1ProjectsByProjectIdAnalyticsChartsByChartId"];
|
|
1188
1188
|
options?: never;
|
|
@@ -1205,7 +1205,7 @@ interface paths {
|
|
|
1205
1205
|
* List coding agent session events
|
|
1206
1206
|
* @description List a coding-agent session's events (model calls, compactions, rate limits, tool runs, prompts) in time order, keyset-paginated. Pass the previous response's nextCursor to continue; filter with kinds (comma-separated).
|
|
1207
1207
|
*/
|
|
1208
|
-
get: operations["
|
|
1208
|
+
get: operations["getApiCodingAgentSessionsBySessionIdEvents"];
|
|
1209
1209
|
put?: never;
|
|
1210
1210
|
post?: never;
|
|
1211
1211
|
delete?: never;
|
|
@@ -1225,7 +1225,7 @@ interface paths {
|
|
|
1225
1225
|
* Get pull request coding agent usage
|
|
1226
1226
|
* @description Assistant usage for one pull request: sessions, tokens and cost, grouped by contributor and agent, plus per-model totals, over the pull request's whole lifetime rather than a time window. Every row and the totals split cost three ways: the part priced per token, the part a bundled subscription already covers, and the list-price total of both. Per-model totals carry the list price only. Cost is calculated from the tokens the agent reported and LangWatch's model prices, so it estimates spend rather than restating a provider invoice. Requires a personal-project API key; rows appear only for projects the calling user may view, and cost only for those they may price.
|
|
1227
1227
|
*/
|
|
1228
|
-
get: operations["
|
|
1228
|
+
get: operations["getApiCodingAgentPullRequestUsage"];
|
|
1229
1229
|
put?: never;
|
|
1230
1230
|
post?: never;
|
|
1231
1231
|
delete?: never;
|
|
@@ -1333,7 +1333,7 @@ interface paths {
|
|
|
1333
1333
|
get?: never;
|
|
1334
1334
|
put?: never;
|
|
1335
1335
|
/** @description Start a direct browser→S3 dataset upload (returns a presigned PUT) */
|
|
1336
|
-
post: operations["
|
|
1336
|
+
post: operations["postApiDatasetDirectUpload"];
|
|
1337
1337
|
delete?: never;
|
|
1338
1338
|
options?: never;
|
|
1339
1339
|
head?: never;
|
|
@@ -1349,7 +1349,7 @@ interface paths {
|
|
|
1349
1349
|
};
|
|
1350
1350
|
get?: never;
|
|
1351
1351
|
/** @description Stream a heavy upload into staging when there is no browser-reachable S3 */
|
|
1352
|
-
put: operations["
|
|
1352
|
+
put: operations["putApiDatasetDirectUploadStagingByUploadId"];
|
|
1353
1353
|
post?: never;
|
|
1354
1354
|
delete?: never;
|
|
1355
1355
|
options?: never;
|
|
@@ -1367,7 +1367,7 @@ interface paths {
|
|
|
1367
1367
|
get?: never;
|
|
1368
1368
|
put?: never;
|
|
1369
1369
|
/** @description Finalize a direct upload: size-check and start processing */
|
|
1370
|
-
post: operations["
|
|
1370
|
+
post: operations["postApiDatasetDirectUploadByDatasetIdFinalize"];
|
|
1371
1371
|
delete?: never;
|
|
1372
1372
|
options?: never;
|
|
1373
1373
|
head?: never;
|
|
@@ -1384,7 +1384,7 @@ interface paths {
|
|
|
1384
1384
|
get?: never;
|
|
1385
1385
|
put?: never;
|
|
1386
1386
|
/** @description Retry normalization of a failed or stuck dataset */
|
|
1387
|
-
post: operations["
|
|
1387
|
+
post: operations["postApiDatasetDirectUploadByDatasetIdRetry"];
|
|
1388
1388
|
delete?: never;
|
|
1389
1389
|
options?: never;
|
|
1390
1390
|
head?: never;
|
|
@@ -1402,7 +1402,7 @@ interface paths {
|
|
|
1402
1402
|
put?: never;
|
|
1403
1403
|
post?: never;
|
|
1404
1404
|
/** @description Abort a still-pending direct upload and clean up its row */
|
|
1405
|
-
delete: operations["
|
|
1405
|
+
delete: operations["deleteApiDatasetDirectUploadByDatasetId"];
|
|
1406
1406
|
options?: never;
|
|
1407
1407
|
head?: never;
|
|
1408
1408
|
patch?: never;
|
|
@@ -1620,7 +1620,7 @@ interface paths {
|
|
|
1620
1620
|
* Report batch evaluation results
|
|
1621
1621
|
* @description Report the rows of a batch evaluation against an experiment, so its scores and progress show up in the app. This is the second half of an SDK batch evaluation: create the experiment with `POST /api/experiment/init`, then post rows here as they finish. Identify the experiment by either `experiment_id` or `experiment_slug`. Bodies up to 20MB are accepted.
|
|
1622
1622
|
*/
|
|
1623
|
-
post: operations["
|
|
1623
|
+
post: operations["postApiEvaluationsBatchLogResults"];
|
|
1624
1624
|
delete?: never;
|
|
1625
1625
|
options?: never;
|
|
1626
1626
|
head?: never;
|
|
@@ -1820,7 +1820,7 @@ interface paths {
|
|
|
1820
1820
|
* Report DSPy optimizer steps
|
|
1821
1821
|
* @description Report the steps of a DSPy optimizer run against an experiment, so the run's progress and scores show up in the app. Send the steps as an array; the optimizer typically posts each batch as it finishes. Bodies up to 20MB are accepted.
|
|
1822
1822
|
*/
|
|
1823
|
-
post: operations["
|
|
1823
|
+
post: operations["postApiDspyLogSteps"];
|
|
1824
1824
|
delete?: never;
|
|
1825
1825
|
options?: never;
|
|
1826
1826
|
head?: never;
|
|
@@ -1880,7 +1880,7 @@ interface paths {
|
|
|
1880
1880
|
* Track an event (legacy path)
|
|
1881
1881
|
* @description Record a customer event against a trace or thread. Identical to `POST /api/events/track`, which is the path to use in new integrations; this one stays for callers written against it. Supply `event_id` yourself to make the call idempotent.
|
|
1882
1882
|
*/
|
|
1883
|
-
post: operations["
|
|
1883
|
+
post: operations["postApiTrackEvent"];
|
|
1884
1884
|
delete?: never;
|
|
1885
1885
|
options?: never;
|
|
1886
1886
|
head?: never;
|
|
@@ -1958,13 +1958,13 @@ interface paths {
|
|
|
1958
1958
|
* List virtual keys
|
|
1959
1959
|
* @description Returns the virtual keys visible to the caller's project credential: keys scoped to this project, to its team, or to the whole organization. Newest first, paged by cursor: follow `next_cursor` until it comes back null. Visibility is applied to each page after it is read, so a page can hold fewer than `limit` rows without meaning the walk is finished.
|
|
1960
1960
|
*/
|
|
1961
|
-
get: operations["
|
|
1961
|
+
get: operations["getApiGatewayV1VirtualKeys"];
|
|
1962
1962
|
put?: never;
|
|
1963
1963
|
/**
|
|
1964
1964
|
* Create virtual key
|
|
1965
1965
|
* @description Mints a new virtual key and returns the secret exactly once. The caller MUST persist the `secret` value, because LangWatch stores only a hash. `scopes` defaults to the caller's project; org- and team-scoped keys require a scoped API key holding `virtualKeys:manage` at each requested scope. An org- or team-scoped key also needs a place for its traces and spend to land, and must say where: pass `trace_project_id` (needs `virtualKeys:manage` on that project). Without it, and without exactly one project scope to take it from, creation refuses with `gateway_trace_project_ambiguous`, because the spend would be attributed to the organization's hidden governance project and counted by no budget on the project you had in mind. An organization whose only project is the governance one is exempt, since there is nothing else to name; one with no governance project either refuses with `trace_project_required`. Send `Idempotency-Key` to make a retry safe: a replay returns the original response including its `secret`, which is the only way to recover a secret whose response was lost in transit.
|
|
1966
1966
|
*/
|
|
1967
|
-
post: operations["
|
|
1967
|
+
post: operations["postApiGatewayV1VirtualKeys"];
|
|
1968
1968
|
delete?: never;
|
|
1969
1969
|
options?: never;
|
|
1970
1970
|
head?: never;
|
|
@@ -1979,7 +1979,7 @@ interface paths {
|
|
|
1979
1979
|
cookie?: never;
|
|
1980
1980
|
};
|
|
1981
1981
|
/** Get virtual key */
|
|
1982
|
-
get: operations["
|
|
1982
|
+
get: operations["getApiGatewayV1VirtualKeysById"];
|
|
1983
1983
|
put?: never;
|
|
1984
1984
|
post?: never;
|
|
1985
1985
|
delete?: never;
|
|
@@ -1989,7 +1989,7 @@ interface paths {
|
|
|
1989
1989
|
* Update virtual key
|
|
1990
1990
|
* @description Partial update: send only the fields you want to change. `scopes` replaces the entire visibility set and requires `virtualKeys:manage` at every NEW scope, and does NOT move where the key's traces and costs land: send `trace_project_id` for that, validated the way create validates it; explicit null re-resolves it under the create-time rules rather than clearing it. `config` is deep-merged. `budget` upserts the key's own cap; explicit null archives it.
|
|
1991
1991
|
*/
|
|
1992
|
-
patch: operations["
|
|
1992
|
+
patch: operations["patchApiGatewayV1VirtualKeysById"];
|
|
1993
1993
|
trace?: never;
|
|
1994
1994
|
};
|
|
1995
1995
|
"/api/gateway/v1/virtual-keys/{id}/spend": {
|
|
@@ -2003,7 +2003,7 @@ interface paths {
|
|
|
2003
2003
|
* Read a virtual key's spend
|
|
2004
2004
|
* @description Aggregate spend and request count for one key over a window given in epoch milliseconds (default: current UTC calendar month). Reads the cost path (`trace_summaries`), the same source the dashboard's key list and Usage tab read, so this number, the UI column, and the Usage page agree by construction. Returns 412 `spend_source_unavailable` on deploys without a ClickHouse spend source rather than a $0.00 that cannot be told apart from a zero-spend key.
|
|
2005
2005
|
*/
|
|
2006
|
-
get: operations["
|
|
2006
|
+
get: operations["getApiGatewayV1VirtualKeysByIdSpend"];
|
|
2007
2007
|
put?: never;
|
|
2008
2008
|
post?: never;
|
|
2009
2009
|
delete?: never;
|
|
@@ -2025,7 +2025,7 @@ interface paths {
|
|
|
2025
2025
|
* Rotate virtual key secret
|
|
2026
2026
|
* @description Mints a fresh secret for an existing VK. The old secret remains valid for 24h (grace window) so in-flight clients can roll over.
|
|
2027
2027
|
*/
|
|
2028
|
-
post: operations["
|
|
2028
|
+
post: operations["postApiGatewayV1VirtualKeysByIdRotate"];
|
|
2029
2029
|
delete?: never;
|
|
2030
2030
|
options?: never;
|
|
2031
2031
|
head?: never;
|
|
@@ -2045,7 +2045,7 @@ interface paths {
|
|
|
2045
2045
|
* Disable virtual key
|
|
2046
2046
|
* @description Reversible stop: requests on the key are rejected with the distinct `virtual_key_disabled` error until it is enabled again. Budgets, scopes, key material, and any rotation grace stay intact. The change propagates through the gateway's change-event feed. Idempotent.
|
|
2047
2047
|
*/
|
|
2048
|
-
post: operations["
|
|
2048
|
+
post: operations["postApiGatewayV1VirtualKeysByIdDisable"];
|
|
2049
2049
|
delete?: never;
|
|
2050
2050
|
options?: never;
|
|
2051
2051
|
head?: never;
|
|
@@ -2065,7 +2065,7 @@ interface paths {
|
|
|
2065
2065
|
* Enable virtual key
|
|
2066
2066
|
* @description Reverses disable: the key returns to `active` exactly as it was, including any rotation grace that was running. Idempotent.
|
|
2067
2067
|
*/
|
|
2068
|
-
post: operations["
|
|
2068
|
+
post: operations["postApiGatewayV1VirtualKeysByIdEnable"];
|
|
2069
2069
|
delete?: never;
|
|
2070
2070
|
options?: never;
|
|
2071
2071
|
head?: never;
|
|
@@ -2085,7 +2085,7 @@ interface paths {
|
|
|
2085
2085
|
* Revoke virtual key
|
|
2086
2086
|
* @description Marks the virtual key as revoked and archives its own budgets. Clients using it start receiving 401 within ~60s (the gateway's change-event long-poll period). Idempotent.
|
|
2087
2087
|
*/
|
|
2088
|
-
post: operations["
|
|
2088
|
+
post: operations["postApiGatewayV1VirtualKeysByIdRevoke"];
|
|
2089
2089
|
delete?: never;
|
|
2090
2090
|
options?: never;
|
|
2091
2091
|
head?: never;
|
|
@@ -2223,13 +2223,13 @@ interface paths {
|
|
|
2223
2223
|
* List cache-control rules
|
|
2224
2224
|
* @description Organization-scoped operator-authored rules, sorted priority descending then oldest first, with archived rules excluded. Paged by cursor: follow `next_cursor` until it comes back null. Matchers and action are returned verbatim as JSON.
|
|
2225
2225
|
*/
|
|
2226
|
-
get: operations["
|
|
2226
|
+
get: operations["getApiGatewayV1CacheRules"];
|
|
2227
2227
|
put?: never;
|
|
2228
2228
|
/**
|
|
2229
2229
|
* Create a cache rule
|
|
2230
2230
|
* @description Matchers are ANDed across non-null fields; at least one matcher is required. Mode is one of respect/force/disable. TTL is clamped to [0, 86400]. Salt is an optional cache-bust tag (max 64 chars). All writes emit a ChangeEvent so the gateway picks up the new rule within 30 s via its /changes long-poll. Send `Idempotency-Key` to make a retry safe.
|
|
2231
2231
|
*/
|
|
2232
|
-
post: operations["
|
|
2232
|
+
post: operations["postApiGatewayV1CacheRules"];
|
|
2233
2233
|
delete?: never;
|
|
2234
2234
|
options?: never;
|
|
2235
2235
|
head?: never;
|
|
@@ -2247,21 +2247,21 @@ interface paths {
|
|
|
2247
2247
|
* Get a cache rule
|
|
2248
2248
|
* @description Returns the rule if it belongs to the caller's organisation; 404 otherwise. Archived rules are NOT returned (use the audit log to inspect removed rules).
|
|
2249
2249
|
*/
|
|
2250
|
-
get: operations["
|
|
2250
|
+
get: operations["getApiGatewayV1CacheRulesById"];
|
|
2251
2251
|
put?: never;
|
|
2252
2252
|
post?: never;
|
|
2253
2253
|
/**
|
|
2254
2254
|
* Archive a cache rule
|
|
2255
2255
|
* @description Soft-delete: sets archivedAt. The rule stops matching new requests. Audit log retains before/after snapshots. Returns the archived row.
|
|
2256
2256
|
*/
|
|
2257
|
-
delete: operations["
|
|
2257
|
+
delete: operations["deleteApiGatewayV1CacheRulesById"];
|
|
2258
2258
|
options?: never;
|
|
2259
2259
|
head?: never;
|
|
2260
2260
|
/**
|
|
2261
2261
|
* Update a cache rule
|
|
2262
2262
|
* @description Partial update. `matchers` and `action` REPLACE the stored value when provided (not merged field-by-field). Omitting them leaves the stored value untouched. The rule id + organisation are immutable.
|
|
2263
2263
|
*/
|
|
2264
|
-
patch: operations["
|
|
2264
|
+
patch: operations["patchApiGatewayV1CacheRulesById"];
|
|
2265
2265
|
trace?: never;
|
|
2266
2266
|
};
|
|
2267
2267
|
"/api/governance/ingestion-templates": {
|
|
@@ -2275,13 +2275,13 @@ interface paths {
|
|
|
2275
2275
|
* List ingestion templates
|
|
2276
2276
|
* @description Returns the union of platform-published default templates and any org-authored templates visible to the caller's organization. Disabled / archived rows are filtered out. `ottl_rules` is empty in this end-user shape; admins use GET /ingestion-templates/admin to read the canonical OTTL.
|
|
2277
2277
|
*/
|
|
2278
|
-
get: operations["
|
|
2278
|
+
get: operations["getApiGovernanceIngestionTemplates"];
|
|
2279
2279
|
put?: never;
|
|
2280
2280
|
/**
|
|
2281
2281
|
* Create org-authored ingestion template
|
|
2282
2282
|
* @description Creates a brand-new template scoped to the caller's organization. Slug is auto-generated. Platform rows (organizationId IS NULL) are NEVER created via this endpoint — admins customize platform defaults via POST /ingestion-templates/clone instead.
|
|
2283
2283
|
*/
|
|
2284
|
-
post: operations["
|
|
2284
|
+
post: operations["postApiGovernanceIngestionTemplates"];
|
|
2285
2285
|
delete?: never;
|
|
2286
2286
|
options?: never;
|
|
2287
2287
|
head?: never;
|
|
@@ -2299,7 +2299,7 @@ interface paths {
|
|
|
2299
2299
|
* List ingestion templates (admin shape, includes OTTL)
|
|
2300
2300
|
* @description Same union as the user list but includes the canonical `ottl_rules` source for every row. Used by admin tooling to render the transparency block / authoring drawer.
|
|
2301
2301
|
*/
|
|
2302
|
-
get: operations["
|
|
2302
|
+
get: operations["getApiGovernanceIngestionTemplatesAdmin"];
|
|
2303
2303
|
put?: never;
|
|
2304
2304
|
post?: never;
|
|
2305
2305
|
delete?: never;
|
|
@@ -2319,14 +2319,14 @@ interface paths {
|
|
|
2319
2319
|
* Get ingestion template
|
|
2320
2320
|
* @description Single-template lookup by id, scoped to the caller's organization. Cross-org probes collapse to 404 (no enumeration vector).
|
|
2321
2321
|
*/
|
|
2322
|
-
get: operations["
|
|
2322
|
+
get: operations["getApiGovernanceIngestionTemplatesById"];
|
|
2323
2323
|
put?: never;
|
|
2324
2324
|
post?: never;
|
|
2325
2325
|
/**
|
|
2326
2326
|
* Soft-archive an org-authored template
|
|
2327
2327
|
* @description Marks the row archived; existing ingestion keys continue to land traces but the row disappears from list views. Platform-published rows reject with 403.
|
|
2328
2328
|
*/
|
|
2329
|
-
delete: operations["
|
|
2329
|
+
delete: operations["deleteApiGovernanceIngestionTemplatesById"];
|
|
2330
2330
|
options?: never;
|
|
2331
2331
|
head?: never;
|
|
2332
2332
|
patch?: never;
|
|
@@ -2349,7 +2349,7 @@ interface paths {
|
|
|
2349
2349
|
* Replace ottl_rules on an org-authored template
|
|
2350
2350
|
* @description Audit-logged with line counts pre/post. Platform-published rows reject with 403. Admins must clone a platform row before editing it.
|
|
2351
2351
|
*/
|
|
2352
|
-
patch: operations["
|
|
2352
|
+
patch: operations["patchApiGovernanceIngestionTemplatesByIdOttlRules"];
|
|
2353
2353
|
trace?: never;
|
|
2354
2354
|
};
|
|
2355
2355
|
"/api/governance/ingestion-templates/clone": {
|
|
@@ -2365,7 +2365,7 @@ interface paths {
|
|
|
2365
2365
|
* Clone a platform-published template into the caller's org
|
|
2366
2366
|
* @description Forks the source row's source_type / display_name / OTTL into a fresh org-authored row that the admin can then edit via PATCH /ingestion-templates/:id/ottl-rules.
|
|
2367
2367
|
*/
|
|
2368
|
-
post: operations["
|
|
2368
|
+
post: operations["postApiGovernanceIngestionTemplatesClone"];
|
|
2369
2369
|
delete?: never;
|
|
2370
2370
|
options?: never;
|
|
2371
2371
|
head?: never;
|
|
@@ -2592,10 +2592,10 @@ interface paths {
|
|
|
2592
2592
|
cookie?: never;
|
|
2593
2593
|
};
|
|
2594
2594
|
/** @description Snapshot of the default-model cascade for this project: effective resolution per role, plus the configs the caller can read. */
|
|
2595
|
-
get: operations["
|
|
2595
|
+
get: operations["getApiModelDefaults"];
|
|
2596
2596
|
put?: never;
|
|
2597
2597
|
/** @description Create a default-model config attached to one or more scopes. JSON keys may be roles (DEFAULT, FAST, LANGY, EMBEDDINGS) or registered feature keys; missing keys inherit from a higher scope. */
|
|
2598
|
-
post: operations["
|
|
2598
|
+
post: operations["postApiModelDefaults"];
|
|
2599
2599
|
delete?: never;
|
|
2600
2600
|
options?: never;
|
|
2601
2601
|
head?: never;
|
|
@@ -2611,10 +2611,10 @@ interface paths {
|
|
|
2611
2611
|
};
|
|
2612
2612
|
get?: never;
|
|
2613
2613
|
/** @description Update a config's JSON payload and/or its scope attachments. Sending `scopes: []` deletes the config. */
|
|
2614
|
-
put: operations["
|
|
2614
|
+
put: operations["putApiModelDefaultsById"];
|
|
2615
2615
|
post?: never;
|
|
2616
2616
|
/** @description Delete a default-model config. Scope attachments cascade. */
|
|
2617
|
-
delete: operations["
|
|
2617
|
+
delete: operations["deleteApiModelDefaultsById"];
|
|
2618
2618
|
options?: never;
|
|
2619
2619
|
head?: never;
|
|
2620
2620
|
patch?: never;
|
|
@@ -2628,7 +2628,7 @@ interface paths {
|
|
|
2628
2628
|
cookie?: never;
|
|
2629
2629
|
};
|
|
2630
2630
|
/** @description List all model providers for a project with masked API keys */
|
|
2631
|
-
get: operations["
|
|
2631
|
+
get: operations["getApiModelProviders"];
|
|
2632
2632
|
put?: never;
|
|
2633
2633
|
post?: never;
|
|
2634
2634
|
delete?: never;
|
|
@@ -2646,7 +2646,7 @@ interface paths {
|
|
|
2646
2646
|
};
|
|
2647
2647
|
get?: never;
|
|
2648
2648
|
/** @description Create or update a model provider */
|
|
2649
|
-
put: operations["
|
|
2649
|
+
put: operations["putApiModelProvidersByProvider"];
|
|
2650
2650
|
post?: never;
|
|
2651
2651
|
delete?: never;
|
|
2652
2652
|
options?: never;
|
|
@@ -2868,7 +2868,7 @@ interface paths {
|
|
|
2868
2868
|
/** @description List the organization's role bindings, each naming its principal (user, group or API key), role and scope. Filter by principal or scope; totalCount counts the filtered set. */
|
|
2869
2869
|
get: operations["listRoleBindings"];
|
|
2870
2870
|
put?: never;
|
|
2871
|
-
/** @description Create a role binding for exactly one principal: a user, a group, or an API key. Every reference is checked against the caller's organization, and an identical binding answers 409 role_binding_already_exists. */
|
|
2871
|
+
/** @description Create a role binding for exactly one principal: a user, a group, or an API key. Every reference is checked against the caller's organization, and an identical binding answers 409 role_binding_already_exists. The response always carries the new binding's id; the names of its principal, role and scope may be absent on this response alone, and a follow-up read carries them. */
|
|
2872
2872
|
post: operations["createRoleBinding"];
|
|
2873
2873
|
delete?: never;
|
|
2874
2874
|
options?: never;
|
|
@@ -3165,9 +3165,9 @@ interface paths {
|
|
|
3165
3165
|
get?: never;
|
|
3166
3166
|
put?: never;
|
|
3167
3167
|
/** @description Create a new scenario event */
|
|
3168
|
-
post: operations["
|
|
3168
|
+
post: operations["postApiScenarioEvents"];
|
|
3169
3169
|
/** @description Archive all simulation runs for a scenario set. Pass `scenarioSetId=default` to archive runs in the implicit default set; future SDK runs without an explicit setId will repopulate it. */
|
|
3170
|
-
delete: operations["
|
|
3170
|
+
delete: operations["deleteApiScenarioEvents"];
|
|
3171
3171
|
options?: never;
|
|
3172
3172
|
head?: never;
|
|
3173
3173
|
patch?: never;
|
|
@@ -3183,7 +3183,7 @@ interface paths {
|
|
|
3183
3183
|
get?: never;
|
|
3184
3184
|
put?: never;
|
|
3185
3185
|
/** @description Offer a batch run to an already-open simulations tab on the caller's machine. Returns whether a live tab took it. */
|
|
3186
|
-
post: operations["
|
|
3186
|
+
post: operations["postApiScenarioEventsBrowserTab"];
|
|
3187
3187
|
delete?: never;
|
|
3188
3188
|
options?: never;
|
|
3189
3189
|
head?: never;
|
|
@@ -3364,7 +3364,7 @@ interface paths {
|
|
|
3364
3364
|
cookie?: never;
|
|
3365
3365
|
};
|
|
3366
3366
|
/** @description List simulation runs, optionally filtered by scenarioSetId or batchRunId */
|
|
3367
|
-
get: operations["
|
|
3367
|
+
get: operations["getApiSimulationRuns"];
|
|
3368
3368
|
put?: never;
|
|
3369
3369
|
post?: never;
|
|
3370
3370
|
delete?: never;
|
|
@@ -3381,7 +3381,7 @@ interface paths {
|
|
|
3381
3381
|
cookie?: never;
|
|
3382
3382
|
};
|
|
3383
3383
|
/** @description Get a single simulation run by its ID */
|
|
3384
|
-
get: operations["
|
|
3384
|
+
get: operations["getApiSimulationRunsByScenarioRunId"];
|
|
3385
3385
|
put?: never;
|
|
3386
3386
|
post?: never;
|
|
3387
3387
|
delete?: never;
|
|
@@ -3398,7 +3398,7 @@ interface paths {
|
|
|
3398
3398
|
cookie?: never;
|
|
3399
3399
|
};
|
|
3400
3400
|
/** @description List batch summaries for a scenario set (pass/fail counts per batch) */
|
|
3401
|
-
get: operations["
|
|
3401
|
+
get: operations["getApiSimulationRunsBatchesList"];
|
|
3402
3402
|
put?: never;
|
|
3403
3403
|
post?: never;
|
|
3404
3404
|
delete?: never;
|
|
@@ -3847,7 +3847,7 @@ interface paths {
|
|
|
3847
3847
|
* Roll an endpoint's signing secret
|
|
3848
3848
|
* @description Roll the endpoint's signing secret. The new secret is returned ONCE; deliveries sign with it immediately.
|
|
3849
3849
|
*/
|
|
3850
|
-
post: operations["
|
|
3850
|
+
post: operations["postApiWebhooksV1EndpointsByIdRollSecret"];
|
|
3851
3851
|
delete?: never;
|
|
3852
3852
|
options?: never;
|
|
3853
3853
|
head?: never;
|
|
@@ -3925,7 +3925,7 @@ interface paths {
|
|
|
3925
3925
|
* List subscribable event types
|
|
3926
3926
|
* @description The event catalog: every subscribable type, grouped by family; types marked emitting=false are declared contracts whose producers have not shipped yet
|
|
3927
3927
|
*/
|
|
3928
|
-
get: operations["
|
|
3928
|
+
get: operations["getApiWebhooksV1EventTypes"];
|
|
3929
3929
|
put?: never;
|
|
3930
3930
|
post?: never;
|
|
3931
3931
|
delete?: never;
|
|
@@ -3985,7 +3985,7 @@ interface paths {
|
|
|
3985
3985
|
* List spend summaries
|
|
3986
3986
|
* @description Reconciliation checksum fast path: spend rollups with token classes and integer nano-USD cost. Settled (unpriced) requests are counted separately as settled_count and never included in cost sums. Diff individual items via /spend-events only when a checksum diverges. `group_by` takes one or two of virtual_key, end_user, project, model, provider, principal and request_type, comma-separated, and `bucket` adds an hour or day column in the `timezone` you name. `key` stays the first dimension's value for consumers written against the single-dimension surface; read `group` to tell two dimensions apart. Paged by group key ascending: follow next_cursor until it comes back null, because a page that is full does not mean the window held nothing more. Grouping by model or provider, or into time buckets, is refused with `gateway_spend_group_by_unstable` while the window is recent enough that outcomes can still arrive, because those groups can move under a page walk and the totals would double-count some requests and miss others; ask for an older range, or send `allow_unstable` when an approximate shape is enough. Every filter here is accepted by /spend-events too, and the reverse holds apart from `status=admitted`: a rollup sums the cost of requests past admission, so an admitted request has none to contribute and that narrowing is refused rather than answered with a zero. Ask /spend-events for those.
|
|
3987
3987
|
*/
|
|
3988
|
-
get: operations["
|
|
3988
|
+
get: operations["getApiGatewayV1SpendSummaries"];
|
|
3989
3989
|
put?: never;
|
|
3990
3990
|
post?: never;
|
|
3991
3991
|
delete?: never;
|
|
@@ -4005,7 +4005,7 @@ interface paths {
|
|
|
4005
4005
|
* List spend events
|
|
4006
4006
|
* @description Cursor-paged pull over the per-request spend record, ascending by insert order so rows folded late are never skipped by an in-flight cursor. Events are the same canonical objects webhook deliveries carry. Retention is a fixed 13 months, which bounds reconciliation and replay. When feeding a downstream biller, mind its dedup window (Metronome 34 days and Stripe meters 24h+ at the time of writing; both vendors own those numbers, so confirm the current one before you rely on it): re-pulling older ranges into a biller past its window can double-bill. Every filter here is accepted by /spend-summaries too, so a checksum that disagrees can be diffed on exactly the same narrowing; the one difference is `status=admitted`, which only this read answers, because an admitted request is still in flight and contributes no cost to a rollup. Repeat a filter to widen it (`model=a&model=b` matches either); name two different filters to narrow. `metadata` is written `key:value`, split on the first colon, and repeating a key widens that key. `team_id` and `external_id` name Postgres records and are resolved to the projects and keys they cover, so a team with no projects or an external id nobody minted answers with no spend rather than with everything.
|
|
4007
4007
|
*/
|
|
4008
|
-
get: operations["
|
|
4008
|
+
get: operations["getApiGatewayV1SpendEvents"];
|
|
4009
4009
|
put?: never;
|
|
4010
4010
|
post?: never;
|
|
4011
4011
|
delete?: never;
|
|
@@ -4025,7 +4025,7 @@ interface paths {
|
|
|
4025
4025
|
* Read one end user's spend
|
|
4026
4026
|
* @description Windowed spend rollup for one external end user across the organization (the /customer/info-style read a rebilling integration polls). `caps` lists every attributed-user budget that applies to this end user, each with its limit and the spend against it. It is an empty array until such a budget template applies, never null.
|
|
4027
4027
|
*/
|
|
4028
|
-
get: operations["
|
|
4028
|
+
get: operations["getApiGatewayV1EndUsersByIdSpend"];
|
|
4029
4029
|
put?: never;
|
|
4030
4030
|
post?: never;
|
|
4031
4031
|
delete?: never;
|
|
@@ -4047,7 +4047,7 @@ interface paths {
|
|
|
4047
4047
|
* Replay spend events to an endpoint
|
|
4048
4048
|
* @description Re-delivers the window's spend envelopes to ONE endpoint through the normal delivery path (per-endpoint stream, retry ladder, delivery log), honoring the endpoint's event subscriptions. Envelope ids are UNCHANGED: your consumer's event-id dedup decides what a redelivery means. Mind your downstream billing system's finite dedup window (Metronome 34 days, Stripe 24h+): replaying older than that window can double-bill on your side, so prefer pull-and-diff for old ranges. The window is capped at 7 days and 10,000 envelopes per call; both caps are checked before any delivery is queued, so a refused replay ships nothing.
|
|
4049
4049
|
*/
|
|
4050
|
-
post: operations["
|
|
4050
|
+
post: operations["postApiGatewayV1SpendEventsReplay"];
|
|
4051
4051
|
delete?: never;
|
|
4052
4052
|
options?: never;
|
|
4053
4053
|
head?: never;
|
|
@@ -4482,7 +4482,7 @@ interface operations {
|
|
|
4482
4482
|
path?: never;
|
|
4483
4483
|
cookie?: never;
|
|
4484
4484
|
};
|
|
4485
|
-
requestBody
|
|
4485
|
+
requestBody: {
|
|
4486
4486
|
content: {
|
|
4487
4487
|
"application/json": {
|
|
4488
4488
|
name: string;
|
|
@@ -4530,7 +4530,7 @@ interface operations {
|
|
|
4530
4530
|
};
|
|
4531
4531
|
cookie?: never;
|
|
4532
4532
|
};
|
|
4533
|
-
requestBody
|
|
4533
|
+
requestBody: {
|
|
4534
4534
|
content: {
|
|
4535
4535
|
"application/json": {
|
|
4536
4536
|
name?: string;
|
|
@@ -4588,7 +4588,7 @@ interface operations {
|
|
|
4588
4588
|
path?: never;
|
|
4589
4589
|
cookie?: never;
|
|
4590
4590
|
};
|
|
4591
|
-
requestBody
|
|
4591
|
+
requestBody: {
|
|
4592
4592
|
content: {
|
|
4593
4593
|
"application/json": {
|
|
4594
4594
|
/**
|
|
@@ -4813,7 +4813,7 @@ interface operations {
|
|
|
4813
4813
|
};
|
|
4814
4814
|
cookie?: never;
|
|
4815
4815
|
};
|
|
4816
|
-
requestBody
|
|
4816
|
+
requestBody: {
|
|
4817
4817
|
content: {
|
|
4818
4818
|
"application/json": {
|
|
4819
4819
|
name?: string;
|
|
@@ -4929,7 +4929,7 @@ interface operations {
|
|
|
4929
4929
|
path?: never;
|
|
4930
4930
|
cookie?: never;
|
|
4931
4931
|
};
|
|
4932
|
-
requestBody
|
|
4932
|
+
requestBody: {
|
|
4933
4933
|
content: {
|
|
4934
4934
|
"application/json": {
|
|
4935
4935
|
startDate: number | string;
|
|
@@ -5433,7 +5433,7 @@ interface operations {
|
|
|
5433
5433
|
};
|
|
5434
5434
|
cookie?: never;
|
|
5435
5435
|
};
|
|
5436
|
-
requestBody
|
|
5436
|
+
requestBody: {
|
|
5437
5437
|
content: {
|
|
5438
5438
|
"application/json": {
|
|
5439
5439
|
sql: string;
|
|
@@ -5594,7 +5594,7 @@ interface operations {
|
|
|
5594
5594
|
};
|
|
5595
5595
|
requestBody?: never;
|
|
5596
5596
|
responses: {
|
|
5597
|
-
/** @description The
|
|
5597
|
+
/** @description The LangWatchQL schema, scoped to the caller's permissions */
|
|
5598
5598
|
200: {
|
|
5599
5599
|
headers: {
|
|
5600
5600
|
[name: string]: unknown;
|
|
@@ -5834,7 +5834,7 @@ interface operations {
|
|
|
5834
5834
|
};
|
|
5835
5835
|
cookie?: never;
|
|
5836
5836
|
};
|
|
5837
|
-
requestBody
|
|
5837
|
+
requestBody: {
|
|
5838
5838
|
content: {
|
|
5839
5839
|
"application/json": {
|
|
5840
5840
|
name: string;
|
|
@@ -6220,7 +6220,7 @@ interface operations {
|
|
|
6220
6220
|
};
|
|
6221
6221
|
cookie?: never;
|
|
6222
6222
|
};
|
|
6223
|
-
requestBody
|
|
6223
|
+
requestBody: {
|
|
6224
6224
|
content: {
|
|
6225
6225
|
"application/json": {
|
|
6226
6226
|
name?: string;
|
|
@@ -6356,7 +6356,7 @@ interface operations {
|
|
|
6356
6356
|
};
|
|
6357
6357
|
};
|
|
6358
6358
|
};
|
|
6359
|
-
|
|
6359
|
+
getApiCodingAgentSessionsBySessionIdEvents: {
|
|
6360
6360
|
parameters: {
|
|
6361
6361
|
query?: {
|
|
6362
6362
|
/** @description Comma-separated event kinds to include. Known kinds: model_call, compaction, rate_limit, api_error, retries_exhausted, tool_result, tool_decision, user_prompt, subagent_completed. */
|
|
@@ -6481,7 +6481,7 @@ interface operations {
|
|
|
6481
6481
|
};
|
|
6482
6482
|
};
|
|
6483
6483
|
};
|
|
6484
|
-
|
|
6484
|
+
getApiCodingAgentPullRequestUsage: {
|
|
6485
6485
|
parameters: {
|
|
6486
6486
|
query: {
|
|
6487
6487
|
/** @description The repository as "owner/name". */
|
|
@@ -6624,7 +6624,7 @@ interface operations {
|
|
|
6624
6624
|
path?: never;
|
|
6625
6625
|
cookie?: never;
|
|
6626
6626
|
};
|
|
6627
|
-
requestBody
|
|
6627
|
+
requestBody: {
|
|
6628
6628
|
content: {
|
|
6629
6629
|
"application/json": {
|
|
6630
6630
|
name: string;
|
|
@@ -6640,7 +6640,7 @@ interface operations {
|
|
|
6640
6640
|
path?: never;
|
|
6641
6641
|
cookie?: never;
|
|
6642
6642
|
};
|
|
6643
|
-
requestBody
|
|
6643
|
+
requestBody: {
|
|
6644
6644
|
content: {
|
|
6645
6645
|
"application/json": {
|
|
6646
6646
|
dashboardIds: string[];
|
|
@@ -6682,7 +6682,7 @@ interface operations {
|
|
|
6682
6682
|
};
|
|
6683
6683
|
cookie?: never;
|
|
6684
6684
|
};
|
|
6685
|
-
requestBody
|
|
6685
|
+
requestBody: {
|
|
6686
6686
|
content: {
|
|
6687
6687
|
"application/json": {
|
|
6688
6688
|
name: string;
|
|
@@ -6711,7 +6711,7 @@ interface operations {
|
|
|
6711
6711
|
path?: never;
|
|
6712
6712
|
cookie?: never;
|
|
6713
6713
|
};
|
|
6714
|
-
requestBody
|
|
6714
|
+
requestBody: {
|
|
6715
6715
|
content: {
|
|
6716
6716
|
"application/json": {
|
|
6717
6717
|
name: string;
|
|
@@ -6735,7 +6735,7 @@ interface operations {
|
|
|
6735
6735
|
requestBody?: never;
|
|
6736
6736
|
responses: never;
|
|
6737
6737
|
};
|
|
6738
|
-
|
|
6738
|
+
postApiDatasetDirectUpload: {
|
|
6739
6739
|
parameters: {
|
|
6740
6740
|
query?: never;
|
|
6741
6741
|
header?: never;
|
|
@@ -6745,7 +6745,7 @@ interface operations {
|
|
|
6745
6745
|
requestBody?: never;
|
|
6746
6746
|
responses: never;
|
|
6747
6747
|
};
|
|
6748
|
-
|
|
6748
|
+
putApiDatasetDirectUploadStagingByUploadId: {
|
|
6749
6749
|
parameters: {
|
|
6750
6750
|
query?: never;
|
|
6751
6751
|
header?: never;
|
|
@@ -6757,7 +6757,7 @@ interface operations {
|
|
|
6757
6757
|
requestBody?: never;
|
|
6758
6758
|
responses: never;
|
|
6759
6759
|
};
|
|
6760
|
-
|
|
6760
|
+
postApiDatasetDirectUploadByDatasetIdFinalize: {
|
|
6761
6761
|
parameters: {
|
|
6762
6762
|
query?: never;
|
|
6763
6763
|
header?: never;
|
|
@@ -6769,7 +6769,7 @@ interface operations {
|
|
|
6769
6769
|
requestBody?: never;
|
|
6770
6770
|
responses: never;
|
|
6771
6771
|
};
|
|
6772
|
-
|
|
6772
|
+
postApiDatasetDirectUploadByDatasetIdRetry: {
|
|
6773
6773
|
parameters: {
|
|
6774
6774
|
query?: never;
|
|
6775
6775
|
header?: never;
|
|
@@ -6781,7 +6781,7 @@ interface operations {
|
|
|
6781
6781
|
requestBody?: never;
|
|
6782
6782
|
responses: never;
|
|
6783
6783
|
};
|
|
6784
|
-
|
|
6784
|
+
deleteApiDatasetDirectUploadByDatasetId: {
|
|
6785
6785
|
parameters: {
|
|
6786
6786
|
query?: never;
|
|
6787
6787
|
header?: never;
|
|
@@ -6829,7 +6829,7 @@ interface operations {
|
|
|
6829
6829
|
};
|
|
6830
6830
|
cookie?: never;
|
|
6831
6831
|
};
|
|
6832
|
-
requestBody
|
|
6832
|
+
requestBody: {
|
|
6833
6833
|
content: {
|
|
6834
6834
|
"application/json": {
|
|
6835
6835
|
entries: {
|
|
@@ -6849,7 +6849,7 @@ interface operations {
|
|
|
6849
6849
|
};
|
|
6850
6850
|
cookie?: never;
|
|
6851
6851
|
};
|
|
6852
|
-
requestBody
|
|
6852
|
+
requestBody: {
|
|
6853
6853
|
content: {
|
|
6854
6854
|
"application/json": {
|
|
6855
6855
|
recordIds: string[];
|
|
@@ -6867,7 +6867,7 @@ interface operations {
|
|
|
6867
6867
|
};
|
|
6868
6868
|
cookie?: never;
|
|
6869
6869
|
};
|
|
6870
|
-
requestBody
|
|
6870
|
+
requestBody: {
|
|
6871
6871
|
content: {
|
|
6872
6872
|
"application/json": components["schemas"]["DatasetPostEntries"];
|
|
6873
6873
|
};
|
|
@@ -6988,7 +6988,7 @@ interface operations {
|
|
|
6988
6988
|
};
|
|
6989
6989
|
cookie?: never;
|
|
6990
6990
|
};
|
|
6991
|
-
requestBody
|
|
6991
|
+
requestBody: {
|
|
6992
6992
|
content: {
|
|
6993
6993
|
"application/json": {
|
|
6994
6994
|
name?: string;
|
|
@@ -7011,7 +7011,7 @@ interface operations {
|
|
|
7011
7011
|
};
|
|
7012
7012
|
cookie?: never;
|
|
7013
7013
|
};
|
|
7014
|
-
requestBody
|
|
7014
|
+
requestBody: {
|
|
7015
7015
|
content: {
|
|
7016
7016
|
"application/json": {
|
|
7017
7017
|
entry: {
|
|
@@ -7124,7 +7124,7 @@ interface operations {
|
|
|
7124
7124
|
path?: never;
|
|
7125
7125
|
cookie?: never;
|
|
7126
7126
|
};
|
|
7127
|
-
requestBody
|
|
7127
|
+
requestBody: {
|
|
7128
7128
|
content: {
|
|
7129
7129
|
"application/json": {
|
|
7130
7130
|
name: string;
|
|
@@ -7339,7 +7339,7 @@ interface operations {
|
|
|
7339
7339
|
};
|
|
7340
7340
|
cookie?: never;
|
|
7341
7341
|
};
|
|
7342
|
-
requestBody
|
|
7342
|
+
requestBody: {
|
|
7343
7343
|
content: {
|
|
7344
7344
|
"application/json": {
|
|
7345
7345
|
name?: string;
|
|
@@ -7744,7 +7744,7 @@ interface operations {
|
|
|
7744
7744
|
};
|
|
7745
7745
|
};
|
|
7746
7746
|
};
|
|
7747
|
-
|
|
7747
|
+
postApiEvaluationsBatchLogResults: {
|
|
7748
7748
|
parameters: {
|
|
7749
7749
|
query?: never;
|
|
7750
7750
|
header?: never;
|
|
@@ -9488,7 +9488,7 @@ interface operations {
|
|
|
9488
9488
|
};
|
|
9489
9489
|
};
|
|
9490
9490
|
};
|
|
9491
|
-
|
|
9491
|
+
postApiDspyLogSteps: {
|
|
9492
9492
|
parameters: {
|
|
9493
9493
|
query?: never;
|
|
9494
9494
|
header?: never;
|
|
@@ -9829,7 +9829,7 @@ interface operations {
|
|
|
9829
9829
|
};
|
|
9830
9830
|
};
|
|
9831
9831
|
};
|
|
9832
|
-
|
|
9832
|
+
postApiTrackEvent: {
|
|
9833
9833
|
parameters: {
|
|
9834
9834
|
query?: never;
|
|
9835
9835
|
header?: never;
|
|
@@ -10395,11 +10395,12 @@ interface operations {
|
|
|
10395
10395
|
};
|
|
10396
10396
|
};
|
|
10397
10397
|
};
|
|
10398
|
-
|
|
10398
|
+
getApiGatewayV1VirtualKeys: {
|
|
10399
10399
|
parameters: {
|
|
10400
10400
|
query?: {
|
|
10401
10401
|
cursor?: string;
|
|
10402
10402
|
limit?: number;
|
|
10403
|
+
/** @description Exact match on the resource's `external_id`. */
|
|
10403
10404
|
external_id?: string;
|
|
10404
10405
|
};
|
|
10405
10406
|
header?: never;
|
|
@@ -10545,7 +10546,7 @@ interface operations {
|
|
|
10545
10546
|
};
|
|
10546
10547
|
};
|
|
10547
10548
|
};
|
|
10548
|
-
|
|
10549
|
+
postApiGatewayV1VirtualKeys: {
|
|
10549
10550
|
parameters: {
|
|
10550
10551
|
query?: never;
|
|
10551
10552
|
header?: {
|
|
@@ -10555,7 +10556,7 @@ interface operations {
|
|
|
10555
10556
|
path?: never;
|
|
10556
10557
|
cookie?: never;
|
|
10557
10558
|
};
|
|
10558
|
-
requestBody
|
|
10559
|
+
requestBody: {
|
|
10559
10560
|
content: {
|
|
10560
10561
|
"application/json": {
|
|
10561
10562
|
name: string;
|
|
@@ -10810,7 +10811,7 @@ interface operations {
|
|
|
10810
10811
|
};
|
|
10811
10812
|
};
|
|
10812
10813
|
};
|
|
10813
|
-
|
|
10814
|
+
getApiGatewayV1VirtualKeysById: {
|
|
10814
10815
|
parameters: {
|
|
10815
10816
|
query?: never;
|
|
10816
10817
|
header?: never;
|
|
@@ -10976,7 +10977,7 @@ interface operations {
|
|
|
10976
10977
|
};
|
|
10977
10978
|
};
|
|
10978
10979
|
};
|
|
10979
|
-
|
|
10980
|
+
patchApiGatewayV1VirtualKeysById: {
|
|
10980
10981
|
parameters: {
|
|
10981
10982
|
query?: never;
|
|
10982
10983
|
header?: never;
|
|
@@ -10985,7 +10986,7 @@ interface operations {
|
|
|
10985
10986
|
};
|
|
10986
10987
|
cookie?: never;
|
|
10987
10988
|
};
|
|
10988
|
-
requestBody
|
|
10989
|
+
requestBody: {
|
|
10989
10990
|
content: {
|
|
10990
10991
|
"application/json": {
|
|
10991
10992
|
name?: string;
|
|
@@ -11215,7 +11216,7 @@ interface operations {
|
|
|
11215
11216
|
};
|
|
11216
11217
|
};
|
|
11217
11218
|
};
|
|
11218
|
-
|
|
11219
|
+
getApiGatewayV1VirtualKeysByIdSpend: {
|
|
11219
11220
|
parameters: {
|
|
11220
11221
|
query?: {
|
|
11221
11222
|
from?: number;
|
|
@@ -11369,7 +11370,7 @@ interface operations {
|
|
|
11369
11370
|
};
|
|
11370
11371
|
};
|
|
11371
11372
|
};
|
|
11372
|
-
|
|
11373
|
+
postApiGatewayV1VirtualKeysByIdRotate: {
|
|
11373
11374
|
parameters: {
|
|
11374
11375
|
query?: never;
|
|
11375
11376
|
header?: never;
|
|
@@ -11516,7 +11517,7 @@ interface operations {
|
|
|
11516
11517
|
};
|
|
11517
11518
|
};
|
|
11518
11519
|
};
|
|
11519
|
-
|
|
11520
|
+
postApiGatewayV1VirtualKeysByIdDisable: {
|
|
11520
11521
|
parameters: {
|
|
11521
11522
|
query?: never;
|
|
11522
11523
|
header?: never;
|
|
@@ -11669,7 +11670,7 @@ interface operations {
|
|
|
11669
11670
|
};
|
|
11670
11671
|
};
|
|
11671
11672
|
};
|
|
11672
|
-
|
|
11673
|
+
postApiGatewayV1VirtualKeysByIdEnable: {
|
|
11673
11674
|
parameters: {
|
|
11674
11675
|
query?: never;
|
|
11675
11676
|
header?: never;
|
|
@@ -11815,7 +11816,7 @@ interface operations {
|
|
|
11815
11816
|
};
|
|
11816
11817
|
};
|
|
11817
11818
|
};
|
|
11818
|
-
|
|
11819
|
+
postApiGatewayV1VirtualKeysByIdRevoke: {
|
|
11819
11820
|
parameters: {
|
|
11820
11821
|
query?: never;
|
|
11821
11822
|
header?: never;
|
|
@@ -12188,7 +12189,9 @@ interface operations {
|
|
|
12188
12189
|
query?: {
|
|
12189
12190
|
cursor?: string;
|
|
12190
12191
|
limit?: number;
|
|
12192
|
+
/** @description Comma-separated subset of the scope types, lowercase, e.g. `virtual_key,principal`. */
|
|
12191
12193
|
scope_type?: string;
|
|
12194
|
+
/** @description Exact match on the resource's `external_id`. */
|
|
12192
12195
|
external_id?: string;
|
|
12193
12196
|
};
|
|
12194
12197
|
header?: never;
|
|
@@ -12346,7 +12349,7 @@ interface operations {
|
|
|
12346
12349
|
path?: never;
|
|
12347
12350
|
cookie?: never;
|
|
12348
12351
|
};
|
|
12349
|
-
requestBody
|
|
12352
|
+
requestBody: {
|
|
12350
12353
|
content: {
|
|
12351
12354
|
"application/json": {
|
|
12352
12355
|
scope: {
|
|
@@ -12885,7 +12888,7 @@ interface operations {
|
|
|
12885
12888
|
};
|
|
12886
12889
|
cookie?: never;
|
|
12887
12890
|
};
|
|
12888
|
-
requestBody
|
|
12891
|
+
requestBody: {
|
|
12889
12892
|
content: {
|
|
12890
12893
|
"application/json": {
|
|
12891
12894
|
name?: string;
|
|
@@ -13041,6 +13044,7 @@ interface operations {
|
|
|
13041
13044
|
postApiGatewayV1BudgetsByIdReset: {
|
|
13042
13045
|
parameters: {
|
|
13043
13046
|
query?: {
|
|
13047
|
+
/** @description Resets ONE end-user bucket on an attributed-user template, leaving the template period untouched. */
|
|
13044
13048
|
end_user_id?: string;
|
|
13045
13049
|
};
|
|
13046
13050
|
header?: never;
|
|
@@ -13420,7 +13424,7 @@ interface operations {
|
|
|
13420
13424
|
};
|
|
13421
13425
|
};
|
|
13422
13426
|
};
|
|
13423
|
-
|
|
13427
|
+
getApiGatewayV1CacheRules: {
|
|
13424
13428
|
parameters: {
|
|
13425
13429
|
query?: {
|
|
13426
13430
|
cursor?: string;
|
|
@@ -13548,7 +13552,7 @@ interface operations {
|
|
|
13548
13552
|
};
|
|
13549
13553
|
};
|
|
13550
13554
|
};
|
|
13551
|
-
|
|
13555
|
+
postApiGatewayV1CacheRules: {
|
|
13552
13556
|
parameters: {
|
|
13553
13557
|
query?: never;
|
|
13554
13558
|
header?: {
|
|
@@ -13558,7 +13562,7 @@ interface operations {
|
|
|
13558
13562
|
path?: never;
|
|
13559
13563
|
cookie?: never;
|
|
13560
13564
|
};
|
|
13561
|
-
requestBody
|
|
13565
|
+
requestBody: {
|
|
13562
13566
|
content: {
|
|
13563
13567
|
"application/json": {
|
|
13564
13568
|
name: string;
|
|
@@ -13721,7 +13725,7 @@ interface operations {
|
|
|
13721
13725
|
};
|
|
13722
13726
|
};
|
|
13723
13727
|
};
|
|
13724
|
-
|
|
13728
|
+
getApiGatewayV1CacheRulesById: {
|
|
13725
13729
|
parameters: {
|
|
13726
13730
|
query?: never;
|
|
13727
13731
|
header?: never;
|
|
@@ -13846,7 +13850,7 @@ interface operations {
|
|
|
13846
13850
|
};
|
|
13847
13851
|
};
|
|
13848
13852
|
};
|
|
13849
|
-
|
|
13853
|
+
deleteApiGatewayV1CacheRulesById: {
|
|
13850
13854
|
parameters: {
|
|
13851
13855
|
query?: never;
|
|
13852
13856
|
header?: never;
|
|
@@ -13971,7 +13975,7 @@ interface operations {
|
|
|
13971
13975
|
};
|
|
13972
13976
|
};
|
|
13973
13977
|
};
|
|
13974
|
-
|
|
13978
|
+
patchApiGatewayV1CacheRulesById: {
|
|
13975
13979
|
parameters: {
|
|
13976
13980
|
query?: never;
|
|
13977
13981
|
header?: never;
|
|
@@ -13980,7 +13984,7 @@ interface operations {
|
|
|
13980
13984
|
};
|
|
13981
13985
|
cookie?: never;
|
|
13982
13986
|
};
|
|
13983
|
-
requestBody
|
|
13987
|
+
requestBody: {
|
|
13984
13988
|
content: {
|
|
13985
13989
|
"application/json": {
|
|
13986
13990
|
name?: string;
|
|
@@ -14121,7 +14125,7 @@ interface operations {
|
|
|
14121
14125
|
};
|
|
14122
14126
|
};
|
|
14123
14127
|
};
|
|
14124
|
-
|
|
14128
|
+
getApiGovernanceIngestionTemplates: {
|
|
14125
14129
|
parameters: {
|
|
14126
14130
|
query?: never;
|
|
14127
14131
|
header?: never;
|
|
@@ -14203,7 +14207,7 @@ interface operations {
|
|
|
14203
14207
|
};
|
|
14204
14208
|
};
|
|
14205
14209
|
};
|
|
14206
|
-
|
|
14210
|
+
postApiGovernanceIngestionTemplates: {
|
|
14207
14211
|
parameters: {
|
|
14208
14212
|
query?: never;
|
|
14209
14213
|
header?: never;
|
|
@@ -14288,7 +14292,7 @@ interface operations {
|
|
|
14288
14292
|
};
|
|
14289
14293
|
};
|
|
14290
14294
|
};
|
|
14291
|
-
|
|
14295
|
+
getApiGovernanceIngestionTemplatesAdmin: {
|
|
14292
14296
|
parameters: {
|
|
14293
14297
|
query?: never;
|
|
14294
14298
|
header?: never;
|
|
@@ -14370,7 +14374,7 @@ interface operations {
|
|
|
14370
14374
|
};
|
|
14371
14375
|
};
|
|
14372
14376
|
};
|
|
14373
|
-
|
|
14377
|
+
getApiGovernanceIngestionTemplatesById: {
|
|
14374
14378
|
parameters: {
|
|
14375
14379
|
query?: never;
|
|
14376
14380
|
header?: never;
|
|
@@ -14469,7 +14473,7 @@ interface operations {
|
|
|
14469
14473
|
};
|
|
14470
14474
|
};
|
|
14471
14475
|
};
|
|
14472
|
-
|
|
14476
|
+
deleteApiGovernanceIngestionTemplatesById: {
|
|
14473
14477
|
parameters: {
|
|
14474
14478
|
query?: never;
|
|
14475
14479
|
header?: never;
|
|
@@ -14572,7 +14576,7 @@ interface operations {
|
|
|
14572
14576
|
};
|
|
14573
14577
|
};
|
|
14574
14578
|
};
|
|
14575
|
-
|
|
14579
|
+
patchApiGovernanceIngestionTemplatesByIdOttlRules: {
|
|
14576
14580
|
parameters: {
|
|
14577
14581
|
query?: never;
|
|
14578
14582
|
header?: never;
|
|
@@ -14686,7 +14690,7 @@ interface operations {
|
|
|
14686
14690
|
};
|
|
14687
14691
|
};
|
|
14688
14692
|
};
|
|
14689
|
-
|
|
14693
|
+
postApiGovernanceIngestionTemplatesClone: {
|
|
14690
14694
|
parameters: {
|
|
14691
14695
|
query?: never;
|
|
14692
14696
|
header?: never;
|
|
@@ -14876,7 +14880,7 @@ interface operations {
|
|
|
14876
14880
|
path?: never;
|
|
14877
14881
|
cookie?: never;
|
|
14878
14882
|
};
|
|
14879
|
-
requestBody
|
|
14883
|
+
requestBody: {
|
|
14880
14884
|
content: {
|
|
14881
14885
|
"application/json": {
|
|
14882
14886
|
name: string;
|
|
@@ -15162,7 +15166,7 @@ interface operations {
|
|
|
15162
15166
|
};
|
|
15163
15167
|
cookie?: never;
|
|
15164
15168
|
};
|
|
15165
|
-
requestBody
|
|
15169
|
+
requestBody: {
|
|
15166
15170
|
content: {
|
|
15167
15171
|
"application/json": {
|
|
15168
15172
|
name?: string;
|
|
@@ -15597,7 +15601,7 @@ interface operations {
|
|
|
15597
15601
|
path?: never;
|
|
15598
15602
|
cookie?: never;
|
|
15599
15603
|
};
|
|
15600
|
-
requestBody
|
|
15604
|
+
requestBody: {
|
|
15601
15605
|
content: {
|
|
15602
15606
|
"application/json": {
|
|
15603
15607
|
handle: string;
|
|
@@ -15816,7 +15820,7 @@ interface operations {
|
|
|
15816
15820
|
};
|
|
15817
15821
|
cookie?: never;
|
|
15818
15822
|
};
|
|
15819
|
-
requestBody
|
|
15823
|
+
requestBody: {
|
|
15820
15824
|
content: {
|
|
15821
15825
|
"application/json": {
|
|
15822
15826
|
versionId: string;
|
|
@@ -15979,7 +15983,7 @@ interface operations {
|
|
|
15979
15983
|
path?: never;
|
|
15980
15984
|
cookie?: never;
|
|
15981
15985
|
};
|
|
15982
|
-
requestBody
|
|
15986
|
+
requestBody: {
|
|
15983
15987
|
content: {
|
|
15984
15988
|
"application/json": {
|
|
15985
15989
|
name: string;
|
|
@@ -16059,7 +16063,7 @@ interface operations {
|
|
|
16059
16063
|
};
|
|
16060
16064
|
cookie?: never;
|
|
16061
16065
|
};
|
|
16062
|
-
requestBody
|
|
16066
|
+
requestBody: {
|
|
16063
16067
|
content: {
|
|
16064
16068
|
"application/json": {
|
|
16065
16069
|
name: string;
|
|
@@ -16733,7 +16737,7 @@ interface operations {
|
|
|
16733
16737
|
};
|
|
16734
16738
|
cookie?: never;
|
|
16735
16739
|
};
|
|
16736
|
-
requestBody
|
|
16740
|
+
requestBody: {
|
|
16737
16741
|
content: {
|
|
16738
16742
|
"application/json": {
|
|
16739
16743
|
model?: string;
|
|
@@ -17043,7 +17047,7 @@ interface operations {
|
|
|
17043
17047
|
};
|
|
17044
17048
|
cookie?: never;
|
|
17045
17049
|
};
|
|
17046
|
-
requestBody
|
|
17050
|
+
requestBody: {
|
|
17047
17051
|
content: {
|
|
17048
17052
|
"application/json": {
|
|
17049
17053
|
configData: {
|
|
@@ -17381,7 +17385,7 @@ interface operations {
|
|
|
17381
17385
|
};
|
|
17382
17386
|
};
|
|
17383
17387
|
};
|
|
17384
|
-
|
|
17388
|
+
getApiModelDefaults: {
|
|
17385
17389
|
parameters: {
|
|
17386
17390
|
query?: never;
|
|
17387
17391
|
header?: never;
|
|
@@ -17487,14 +17491,14 @@ interface operations {
|
|
|
17487
17491
|
};
|
|
17488
17492
|
};
|
|
17489
17493
|
};
|
|
17490
|
-
|
|
17494
|
+
postApiModelDefaults: {
|
|
17491
17495
|
parameters: {
|
|
17492
17496
|
query?: never;
|
|
17493
17497
|
header?: never;
|
|
17494
17498
|
path?: never;
|
|
17495
17499
|
cookie?: never;
|
|
17496
17500
|
};
|
|
17497
|
-
requestBody
|
|
17501
|
+
requestBody: {
|
|
17498
17502
|
content: {
|
|
17499
17503
|
"application/json": {
|
|
17500
17504
|
config: {
|
|
@@ -17570,7 +17574,7 @@ interface operations {
|
|
|
17570
17574
|
};
|
|
17571
17575
|
};
|
|
17572
17576
|
};
|
|
17573
|
-
|
|
17577
|
+
putApiModelDefaultsById: {
|
|
17574
17578
|
parameters: {
|
|
17575
17579
|
query?: never;
|
|
17576
17580
|
header?: never;
|
|
@@ -17579,7 +17583,7 @@ interface operations {
|
|
|
17579
17583
|
};
|
|
17580
17584
|
cookie?: never;
|
|
17581
17585
|
};
|
|
17582
|
-
requestBody
|
|
17586
|
+
requestBody: {
|
|
17583
17587
|
content: {
|
|
17584
17588
|
"application/json": {
|
|
17585
17589
|
config?: {
|
|
@@ -17651,7 +17655,7 @@ interface operations {
|
|
|
17651
17655
|
};
|
|
17652
17656
|
};
|
|
17653
17657
|
};
|
|
17654
|
-
|
|
17658
|
+
deleteApiModelDefaultsById: {
|
|
17655
17659
|
parameters: {
|
|
17656
17660
|
query?: never;
|
|
17657
17661
|
header?: never;
|
|
@@ -17719,7 +17723,7 @@ interface operations {
|
|
|
17719
17723
|
};
|
|
17720
17724
|
};
|
|
17721
17725
|
};
|
|
17722
|
-
|
|
17726
|
+
getApiModelProviders: {
|
|
17723
17727
|
parameters: {
|
|
17724
17728
|
query?: never;
|
|
17725
17729
|
header?: never;
|
|
@@ -17822,7 +17826,7 @@ interface operations {
|
|
|
17822
17826
|
};
|
|
17823
17827
|
};
|
|
17824
17828
|
};
|
|
17825
|
-
|
|
17829
|
+
putApiModelProvidersByProvider: {
|
|
17826
17830
|
parameters: {
|
|
17827
17831
|
query?: never;
|
|
17828
17832
|
header?: never;
|
|
@@ -17831,7 +17835,7 @@ interface operations {
|
|
|
17831
17835
|
};
|
|
17832
17836
|
cookie?: never;
|
|
17833
17837
|
};
|
|
17834
|
-
requestBody
|
|
17838
|
+
requestBody: {
|
|
17835
17839
|
content: {
|
|
17836
17840
|
"application/json": {
|
|
17837
17841
|
enabled: boolean;
|
|
@@ -18052,7 +18056,7 @@ interface operations {
|
|
|
18052
18056
|
path?: never;
|
|
18053
18057
|
cookie?: never;
|
|
18054
18058
|
};
|
|
18055
|
-
requestBody
|
|
18059
|
+
requestBody: {
|
|
18056
18060
|
content: {
|
|
18057
18061
|
"application/json": {
|
|
18058
18062
|
name: string;
|
|
@@ -18374,7 +18378,7 @@ interface operations {
|
|
|
18374
18378
|
};
|
|
18375
18379
|
cookie?: never;
|
|
18376
18380
|
};
|
|
18377
|
-
requestBody
|
|
18381
|
+
requestBody: {
|
|
18378
18382
|
content: {
|
|
18379
18383
|
"application/json": {
|
|
18380
18384
|
name?: string;
|
|
@@ -18514,7 +18518,7 @@ interface operations {
|
|
|
18514
18518
|
};
|
|
18515
18519
|
cookie?: never;
|
|
18516
18520
|
};
|
|
18517
|
-
requestBody
|
|
18521
|
+
requestBody: {
|
|
18518
18522
|
content: {
|
|
18519
18523
|
"application/json": {
|
|
18520
18524
|
enabled: boolean;
|
|
@@ -18637,7 +18641,7 @@ interface operations {
|
|
|
18637
18641
|
path?: never;
|
|
18638
18642
|
cookie?: never;
|
|
18639
18643
|
};
|
|
18640
|
-
requestBody
|
|
18644
|
+
requestBody: {
|
|
18641
18645
|
content: {
|
|
18642
18646
|
"application/json": {
|
|
18643
18647
|
name?: string;
|
|
@@ -18796,7 +18800,7 @@ interface operations {
|
|
|
18796
18800
|
};
|
|
18797
18801
|
cookie?: never;
|
|
18798
18802
|
};
|
|
18799
|
-
requestBody
|
|
18803
|
+
requestBody: {
|
|
18800
18804
|
content: {
|
|
18801
18805
|
"application/json": {
|
|
18802
18806
|
/** @enum {string} */
|
|
@@ -18934,7 +18938,7 @@ interface operations {
|
|
|
18934
18938
|
path?: never;
|
|
18935
18939
|
cookie?: never;
|
|
18936
18940
|
};
|
|
18937
|
-
requestBody
|
|
18941
|
+
requestBody: {
|
|
18938
18942
|
content: {
|
|
18939
18943
|
"application/json": {
|
|
18940
18944
|
invites: {
|
|
@@ -19068,7 +19072,7 @@ interface operations {
|
|
|
19068
19072
|
path?: never;
|
|
19069
19073
|
cookie?: never;
|
|
19070
19074
|
};
|
|
19071
|
-
requestBody
|
|
19075
|
+
requestBody: {
|
|
19072
19076
|
content: {
|
|
19073
19077
|
"application/json": {
|
|
19074
19078
|
name: string;
|
|
@@ -19269,7 +19273,7 @@ interface operations {
|
|
|
19269
19273
|
path?: never;
|
|
19270
19274
|
cookie?: never;
|
|
19271
19275
|
};
|
|
19272
|
-
requestBody
|
|
19276
|
+
requestBody: {
|
|
19273
19277
|
content: {
|
|
19274
19278
|
"application/json": {
|
|
19275
19279
|
userId?: string;
|
|
@@ -19348,7 +19352,7 @@ interface operations {
|
|
|
19348
19352
|
};
|
|
19349
19353
|
cookie?: never;
|
|
19350
19354
|
};
|
|
19351
|
-
requestBody
|
|
19355
|
+
requestBody: {
|
|
19352
19356
|
content: {
|
|
19353
19357
|
"application/json": {
|
|
19354
19358
|
/** @enum {string} */
|
|
@@ -19422,7 +19426,7 @@ interface operations {
|
|
|
19422
19426
|
path?: never;
|
|
19423
19427
|
cookie?: never;
|
|
19424
19428
|
};
|
|
19425
|
-
requestBody
|
|
19429
|
+
requestBody: {
|
|
19426
19430
|
content: {
|
|
19427
19431
|
"application/json": {
|
|
19428
19432
|
name: string;
|
|
@@ -19541,7 +19545,7 @@ interface operations {
|
|
|
19541
19545
|
};
|
|
19542
19546
|
cookie?: never;
|
|
19543
19547
|
};
|
|
19544
|
-
requestBody
|
|
19548
|
+
requestBody: {
|
|
19545
19549
|
content: {
|
|
19546
19550
|
"application/json": {
|
|
19547
19551
|
name?: string;
|
|
@@ -19603,7 +19607,7 @@ interface operations {
|
|
|
19603
19607
|
path?: never;
|
|
19604
19608
|
cookie?: never;
|
|
19605
19609
|
};
|
|
19606
|
-
requestBody
|
|
19610
|
+
requestBody: {
|
|
19607
19611
|
content: {
|
|
19608
19612
|
"application/json": {
|
|
19609
19613
|
description?: string;
|
|
@@ -20912,14 +20916,14 @@ interface operations {
|
|
|
20912
20916
|
};
|
|
20913
20917
|
};
|
|
20914
20918
|
};
|
|
20915
|
-
|
|
20919
|
+
postApiScenarioEvents: {
|
|
20916
20920
|
parameters: {
|
|
20917
20921
|
query?: never;
|
|
20918
20922
|
header?: never;
|
|
20919
20923
|
path?: never;
|
|
20920
20924
|
cookie?: never;
|
|
20921
20925
|
};
|
|
20922
|
-
requestBody
|
|
20926
|
+
requestBody: {
|
|
20923
20927
|
content: {
|
|
20924
20928
|
"application/json": {
|
|
20925
20929
|
/** @constant */
|
|
@@ -21433,7 +21437,7 @@ interface operations {
|
|
|
21433
21437
|
};
|
|
21434
21438
|
};
|
|
21435
21439
|
};
|
|
21436
|
-
|
|
21440
|
+
deleteApiScenarioEvents: {
|
|
21437
21441
|
parameters: {
|
|
21438
21442
|
query: {
|
|
21439
21443
|
scenarioSetId: string;
|
|
@@ -21507,14 +21511,14 @@ interface operations {
|
|
|
21507
21511
|
};
|
|
21508
21512
|
};
|
|
21509
21513
|
};
|
|
21510
|
-
|
|
21514
|
+
postApiScenarioEventsBrowserTab: {
|
|
21511
21515
|
parameters: {
|
|
21512
21516
|
query?: never;
|
|
21513
21517
|
header?: never;
|
|
21514
21518
|
path?: never;
|
|
21515
21519
|
cookie?: never;
|
|
21516
21520
|
};
|
|
21517
|
-
requestBody
|
|
21521
|
+
requestBody: {
|
|
21518
21522
|
content: {
|
|
21519
21523
|
"application/json": {
|
|
21520
21524
|
tabKey: string;
|
|
@@ -21674,7 +21678,7 @@ interface operations {
|
|
|
21674
21678
|
path?: never;
|
|
21675
21679
|
cookie?: never;
|
|
21676
21680
|
};
|
|
21677
|
-
requestBody
|
|
21681
|
+
requestBody: {
|
|
21678
21682
|
content: {
|
|
21679
21683
|
"application/json": {
|
|
21680
21684
|
name: string;
|
|
@@ -21869,7 +21873,7 @@ interface operations {
|
|
|
21869
21873
|
};
|
|
21870
21874
|
cookie?: never;
|
|
21871
21875
|
};
|
|
21872
|
-
requestBody
|
|
21876
|
+
requestBody: {
|
|
21873
21877
|
content: {
|
|
21874
21878
|
"application/json": {
|
|
21875
21879
|
name?: string;
|
|
@@ -22102,7 +22106,7 @@ interface operations {
|
|
|
22102
22106
|
path?: never;
|
|
22103
22107
|
cookie?: never;
|
|
22104
22108
|
};
|
|
22105
|
-
requestBody
|
|
22109
|
+
requestBody: {
|
|
22106
22110
|
content: {
|
|
22107
22111
|
"application/json": {
|
|
22108
22112
|
/** @description Project name */
|
|
@@ -22273,7 +22277,7 @@ interface operations {
|
|
|
22273
22277
|
};
|
|
22274
22278
|
cookie?: never;
|
|
22275
22279
|
};
|
|
22276
|
-
requestBody
|
|
22280
|
+
requestBody: {
|
|
22277
22281
|
content: {
|
|
22278
22282
|
"application/json": {
|
|
22279
22283
|
name?: string;
|
|
@@ -22492,7 +22496,7 @@ interface operations {
|
|
|
22492
22496
|
path?: never;
|
|
22493
22497
|
cookie?: never;
|
|
22494
22498
|
};
|
|
22495
|
-
requestBody
|
|
22499
|
+
requestBody: {
|
|
22496
22500
|
content: {
|
|
22497
22501
|
"application/json": {
|
|
22498
22502
|
name: string;
|
|
@@ -22675,7 +22679,7 @@ interface operations {
|
|
|
22675
22679
|
};
|
|
22676
22680
|
cookie?: never;
|
|
22677
22681
|
};
|
|
22678
|
-
requestBody
|
|
22682
|
+
requestBody: {
|
|
22679
22683
|
content: {
|
|
22680
22684
|
"application/json": {
|
|
22681
22685
|
value: string;
|
|
@@ -22845,7 +22849,7 @@ interface operations {
|
|
|
22845
22849
|
};
|
|
22846
22850
|
};
|
|
22847
22851
|
};
|
|
22848
|
-
|
|
22852
|
+
getApiSimulationRuns: {
|
|
22849
22853
|
parameters: {
|
|
22850
22854
|
query?: {
|
|
22851
22855
|
scenarioSetId?: string;
|
|
@@ -22946,7 +22950,7 @@ interface operations {
|
|
|
22946
22950
|
};
|
|
22947
22951
|
};
|
|
22948
22952
|
};
|
|
22949
|
-
|
|
22953
|
+
getApiSimulationRunsByScenarioRunId: {
|
|
22950
22954
|
parameters: {
|
|
22951
22955
|
query?: never;
|
|
22952
22956
|
header?: never;
|
|
@@ -23052,7 +23056,7 @@ interface operations {
|
|
|
23052
23056
|
};
|
|
23053
23057
|
};
|
|
23054
23058
|
};
|
|
23055
|
-
|
|
23059
|
+
getApiSimulationRunsBatchesList: {
|
|
23056
23060
|
parameters: {
|
|
23057
23061
|
query: {
|
|
23058
23062
|
scenarioSetId: string;
|
|
@@ -23231,7 +23235,7 @@ interface operations {
|
|
|
23231
23235
|
path?: never;
|
|
23232
23236
|
cookie?: never;
|
|
23233
23237
|
};
|
|
23234
|
-
requestBody
|
|
23238
|
+
requestBody: {
|
|
23235
23239
|
content: {
|
|
23236
23240
|
"application/json": {
|
|
23237
23241
|
name: string;
|
|
@@ -23519,7 +23523,7 @@ interface operations {
|
|
|
23519
23523
|
};
|
|
23520
23524
|
cookie?: never;
|
|
23521
23525
|
};
|
|
23522
|
-
requestBody
|
|
23526
|
+
requestBody: {
|
|
23523
23527
|
content: {
|
|
23524
23528
|
"application/json": {
|
|
23525
23529
|
name?: string;
|
|
@@ -23732,7 +23736,7 @@ interface operations {
|
|
|
23732
23736
|
};
|
|
23733
23737
|
cookie?: never;
|
|
23734
23738
|
};
|
|
23735
|
-
requestBody
|
|
23739
|
+
requestBody: {
|
|
23736
23740
|
content: {
|
|
23737
23741
|
"application/json": {
|
|
23738
23742
|
idempotencyKey?: string;
|
|
@@ -23854,7 +23858,7 @@ interface operations {
|
|
|
23854
23858
|
path?: never;
|
|
23855
23859
|
cookie?: never;
|
|
23856
23860
|
};
|
|
23857
|
-
requestBody
|
|
23861
|
+
requestBody: {
|
|
23858
23862
|
content: {
|
|
23859
23863
|
"application/json": {
|
|
23860
23864
|
name: string;
|
|
@@ -23896,7 +23900,7 @@ interface operations {
|
|
|
23896
23900
|
};
|
|
23897
23901
|
cookie?: never;
|
|
23898
23902
|
};
|
|
23899
|
-
requestBody
|
|
23903
|
+
requestBody: {
|
|
23900
23904
|
content: {
|
|
23901
23905
|
"application/json": {
|
|
23902
23906
|
name?: string;
|
|
@@ -23926,7 +23930,7 @@ interface operations {
|
|
|
23926
23930
|
};
|
|
23927
23931
|
cookie?: never;
|
|
23928
23932
|
};
|
|
23929
|
-
requestBody
|
|
23933
|
+
requestBody: {
|
|
23930
23934
|
content: {
|
|
23931
23935
|
"application/json": {
|
|
23932
23936
|
userId: string;
|
|
@@ -23985,7 +23989,7 @@ interface operations {
|
|
|
23985
23989
|
path?: never;
|
|
23986
23990
|
cookie?: never;
|
|
23987
23991
|
};
|
|
23988
|
-
requestBody
|
|
23992
|
+
requestBody: {
|
|
23989
23993
|
content: {
|
|
23990
23994
|
"application/json": {
|
|
23991
23995
|
name: string;
|
|
@@ -24036,7 +24040,7 @@ interface operations {
|
|
|
24036
24040
|
};
|
|
24037
24041
|
cookie?: never;
|
|
24038
24042
|
};
|
|
24039
|
-
requestBody
|
|
24043
|
+
requestBody: {
|
|
24040
24044
|
content: {
|
|
24041
24045
|
"application/json": {
|
|
24042
24046
|
name: string;
|
|
@@ -24066,7 +24070,7 @@ interface operations {
|
|
|
24066
24070
|
};
|
|
24067
24071
|
cookie?: never;
|
|
24068
24072
|
};
|
|
24069
|
-
requestBody
|
|
24073
|
+
requestBody: {
|
|
24070
24074
|
content: {
|
|
24071
24075
|
"application/json": {
|
|
24072
24076
|
userId: string;
|
|
@@ -24109,7 +24113,7 @@ interface operations {
|
|
|
24109
24113
|
};
|
|
24110
24114
|
cookie?: never;
|
|
24111
24115
|
};
|
|
24112
|
-
requestBody
|
|
24116
|
+
requestBody: {
|
|
24113
24117
|
content: {
|
|
24114
24118
|
"application/json": {
|
|
24115
24119
|
/** @enum {string} */
|
|
@@ -24143,7 +24147,7 @@ interface operations {
|
|
|
24143
24147
|
path?: never;
|
|
24144
24148
|
cookie?: never;
|
|
24145
24149
|
};
|
|
24146
|
-
requestBody
|
|
24150
|
+
requestBody: {
|
|
24147
24151
|
content: {
|
|
24148
24152
|
"application/json": {
|
|
24149
24153
|
query?: string;
|
|
@@ -24681,7 +24685,7 @@ interface operations {
|
|
|
24681
24685
|
};
|
|
24682
24686
|
cookie?: never;
|
|
24683
24687
|
};
|
|
24684
|
-
requestBody
|
|
24688
|
+
requestBody: {
|
|
24685
24689
|
content: {
|
|
24686
24690
|
"application/json": {
|
|
24687
24691
|
metadata: {
|
|
@@ -24848,7 +24852,7 @@ interface operations {
|
|
|
24848
24852
|
path?: never;
|
|
24849
24853
|
cookie?: never;
|
|
24850
24854
|
};
|
|
24851
|
-
requestBody
|
|
24855
|
+
requestBody: {
|
|
24852
24856
|
content: {
|
|
24853
24857
|
"application/json": {
|
|
24854
24858
|
name: string;
|
|
@@ -25141,7 +25145,7 @@ interface operations {
|
|
|
25141
25145
|
};
|
|
25142
25146
|
cookie?: never;
|
|
25143
25147
|
};
|
|
25144
|
-
requestBody
|
|
25148
|
+
requestBody: {
|
|
25145
25149
|
content: {
|
|
25146
25150
|
"application/json": {
|
|
25147
25151
|
name?: string;
|
|
@@ -25409,7 +25413,7 @@ interface operations {
|
|
|
25409
25413
|
path?: never;
|
|
25410
25414
|
cookie?: never;
|
|
25411
25415
|
};
|
|
25412
|
-
requestBody
|
|
25416
|
+
requestBody: {
|
|
25413
25417
|
content: {
|
|
25414
25418
|
"application/json": {
|
|
25415
25419
|
/** @enum {string} */
|
|
@@ -25903,7 +25907,7 @@ interface operations {
|
|
|
25903
25907
|
};
|
|
25904
25908
|
cookie?: never;
|
|
25905
25909
|
};
|
|
25906
|
-
requestBody
|
|
25910
|
+
requestBody: {
|
|
25907
25911
|
content: {
|
|
25908
25912
|
"application/json": {
|
|
25909
25913
|
/** @enum {string} */
|
|
@@ -26087,7 +26091,7 @@ interface operations {
|
|
|
26087
26091
|
};
|
|
26088
26092
|
};
|
|
26089
26093
|
};
|
|
26090
|
-
|
|
26094
|
+
postApiWebhooksV1EndpointsByIdRollSecret: {
|
|
26091
26095
|
parameters: {
|
|
26092
26096
|
query?: never;
|
|
26093
26097
|
header?: never;
|
|
@@ -26666,7 +26670,7 @@ interface operations {
|
|
|
26666
26670
|
};
|
|
26667
26671
|
};
|
|
26668
26672
|
};
|
|
26669
|
-
|
|
26673
|
+
getApiWebhooksV1EventTypes: {
|
|
26670
26674
|
parameters: {
|
|
26671
26675
|
query?: never;
|
|
26672
26676
|
header?: never;
|
|
@@ -27024,14 +27028,18 @@ interface operations {
|
|
|
27024
27028
|
};
|
|
27025
27029
|
};
|
|
27026
27030
|
};
|
|
27027
|
-
|
|
27031
|
+
getApiGatewayV1SpendSummaries: {
|
|
27028
27032
|
parameters: {
|
|
27029
27033
|
query: {
|
|
27034
|
+
/** @description One or two dimensions, comma separated: virtual_key, end_user, project, model, provider, principal, request_type. A dimension may not repeat. Each row's `key` is the first dimension's value and `group` names them all, so two rows may share a key. */
|
|
27030
27035
|
group_by: string;
|
|
27031
27036
|
bucket?: "none" | "hour" | "day";
|
|
27032
27037
|
timezone?: string;
|
|
27038
|
+
/** @description true, 1, yes for yes; false, 0, no or omitted for no. Case does not matter, so a Python True is accepted as sent. */
|
|
27033
27039
|
allow_unstable?: string;
|
|
27040
|
+
/** @description Milliseconds since the Unix epoch, not seconds. An epoch in seconds is a valid integer here and answers for 1970, so a mismatched unit reads as an empty window rather than as an error. */
|
|
27034
27041
|
from: number;
|
|
27042
|
+
/** @description Milliseconds since the Unix epoch, not seconds. An epoch in seconds is a valid integer here and answers for 1970, so a mismatched unit reads as an empty window rather than as an error. */
|
|
27035
27043
|
to: number;
|
|
27036
27044
|
cursor?: string;
|
|
27037
27045
|
limit?: number;
|
|
@@ -27046,6 +27054,7 @@ interface operations {
|
|
|
27046
27054
|
request_type?: string | string[];
|
|
27047
27055
|
label?: string | string[];
|
|
27048
27056
|
metadata?: string | string[];
|
|
27057
|
+
/** @description Narrow to one lifecycle status. `admitted` is not accepted here: a rollup sums the cost of requests past admission, and an admitted request is still in flight with no cost of its own yet. Ask /spend-events for those. */
|
|
27049
27058
|
status?: "success" | "error" | "confirmed" | "failed" | "settled";
|
|
27050
27059
|
};
|
|
27051
27060
|
header?: never;
|
|
@@ -27169,10 +27178,12 @@ interface operations {
|
|
|
27169
27178
|
};
|
|
27170
27179
|
};
|
|
27171
27180
|
};
|
|
27172
|
-
|
|
27181
|
+
getApiGatewayV1SpendEvents: {
|
|
27173
27182
|
parameters: {
|
|
27174
27183
|
query: {
|
|
27184
|
+
/** @description Milliseconds since the Unix epoch, not seconds. An epoch in seconds is a valid integer here and answers for 1970, so a mismatched unit reads as an empty window rather than as an error. */
|
|
27175
27185
|
from: number;
|
|
27186
|
+
/** @description Milliseconds since the Unix epoch, not seconds. An epoch in seconds is a valid integer here and answers for 1970, so a mismatched unit reads as an empty window rather than as an error. */
|
|
27176
27187
|
to: number;
|
|
27177
27188
|
cursor?: string;
|
|
27178
27189
|
limit?: number;
|
|
@@ -27327,7 +27338,7 @@ interface operations {
|
|
|
27327
27338
|
};
|
|
27328
27339
|
};
|
|
27329
27340
|
};
|
|
27330
|
-
|
|
27341
|
+
getApiGatewayV1EndUsersByIdSpend: {
|
|
27331
27342
|
parameters: {
|
|
27332
27343
|
query?: {
|
|
27333
27344
|
window?: "day" | "week" | "month";
|
|
@@ -27467,14 +27478,14 @@ interface operations {
|
|
|
27467
27478
|
};
|
|
27468
27479
|
};
|
|
27469
27480
|
};
|
|
27470
|
-
|
|
27481
|
+
postApiGatewayV1SpendEventsReplay: {
|
|
27471
27482
|
parameters: {
|
|
27472
27483
|
query?: never;
|
|
27473
27484
|
header?: never;
|
|
27474
27485
|
path?: never;
|
|
27475
27486
|
cookie?: never;
|
|
27476
27487
|
};
|
|
27477
|
-
requestBody
|
|
27488
|
+
requestBody: {
|
|
27478
27489
|
content: {
|
|
27479
27490
|
"application/json": {
|
|
27480
27491
|
from: number;
|
|
@@ -27851,7 +27862,7 @@ interface operations {
|
|
|
27851
27862
|
};
|
|
27852
27863
|
cookie?: never;
|
|
27853
27864
|
};
|
|
27854
|
-
requestBody
|
|
27865
|
+
requestBody: {
|
|
27855
27866
|
content: {
|
|
27856
27867
|
"application/json": {
|
|
27857
27868
|
name?: string;
|
|
@@ -27952,7 +27963,7 @@ interface operations {
|
|
|
27952
27963
|
};
|
|
27953
27964
|
cookie?: never;
|
|
27954
27965
|
};
|
|
27955
|
-
requestBody
|
|
27966
|
+
requestBody: {
|
|
27956
27967
|
content: {
|
|
27957
27968
|
"application/json": {
|
|
27958
27969
|
/** @description Committed version to evaluate; defaults to the latest commit */
|