Skip to content

Commit 49c2987

Browse files
committed
chore(aisearch): update codegen output
1 parent a3ba7fc commit 49c2987

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/resources/aisearch/instances/instances.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,6 +2314,12 @@ export namespace InstanceSearchResponse {
23142314
export interface InstanceStatsResponse {
23152315
completed?: number;
23162316

2317+
/**
2318+
* True when status counts are unavailable (e.g. legacy stats query exceeded D1
2319+
* statement-size limit). Counts are omitted in this case.
2320+
*/
2321+
degraded?: boolean;
2322+
23172323
/**
23182324
* Engine-specific metadata. Present only for managed (v3) instances.
23192325
*/

src/resources/aisearch/namespaces/instances/instances.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,12 @@ export namespace InstanceSearchResponse {
23652365
export interface InstanceStatsResponse {
23662366
completed?: number;
23672367

2368+
/**
2369+
* True when status counts are unavailable (e.g. legacy stats query exceeded D1
2370+
* statement-size limit). Counts are omitted in this case.
2371+
*/
2372+
degraded?: boolean;
2373+
23682374
/**
23692375
* Engine-specific metadata. Present only for managed (v3) instances.
23702376
*/

0 commit comments

Comments
 (0)