File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 14
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-6c175d34cab49d79dbb24289ae516867404c42f3097264bbae171aced72ecc49.yml
33openapi_spec_hash : 5abb55a1fc2836207bc88d4815f47f24
4- config_hash : a28c6f6a70109573c79cd87a158124dc
4+ config_hash : a4b1ffc5b2e162efb3d557c7461153c1
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Methods:
4141
4242Types:
4343
44- - <code ><a href =" ./src/resources/agent/schedules.ts " >ScheduleHistoryItem </a ></code >
44+ - <code ><a href =" ./src/resources/agent/schedules.ts " >ScheduledAgentHistoryItem </a ></code >
4545- <code ><a href =" ./src/resources/agent/schedules.ts " >ScheduledAgentItem</a ></code >
4646- <code ><a href =" ./src/resources/agent/schedules.ts " >ScheduleListResponse</a ></code >
4747- <code ><a href =" ./src/resources/agent/schedules.ts " >ScheduleDeleteResponse</a ></code >
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ import * as SchedulesAPI from './schedules';
1616import {
1717 ScheduleCreateParams ,
1818 ScheduleDeleteResponse ,
19- ScheduleHistoryItem ,
2019 ScheduleListResponse ,
2120 ScheduleUpdateParams ,
21+ ScheduledAgentHistoryItem ,
2222 ScheduledAgentItem ,
2323 Schedules ,
2424} from './schedules' ;
@@ -670,7 +670,7 @@ export declare namespace Agent {
670670
671671 export {
672672 Schedules as Schedules ,
673- type ScheduleHistoryItem as ScheduleHistoryItem ,
673+ type ScheduledAgentHistoryItem as ScheduledAgentHistoryItem ,
674674 type ScheduledAgentItem as ScheduledAgentItem ,
675675 type ScheduleListResponse as ScheduleListResponse ,
676676 type ScheduleDeleteResponse as ScheduleDeleteResponse ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export {
2828} from './runs' ;
2929export {
3030 Schedules ,
31- type ScheduleHistoryItem ,
31+ type ScheduledAgentHistoryItem ,
3232 type ScheduledAgentItem ,
3333 type ScheduleListResponse ,
3434 type ScheduleDeleteResponse ,
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export class Schedules extends APIResource {
125125/**
126126 * Scheduler-derived history metadata for a scheduled agent
127127 */
128- export interface ScheduleHistoryItem {
128+ export interface ScheduledAgentHistoryItem {
129129 /**
130130 * Timestamp of the last successful run (RFC3339)
131131 */
@@ -189,7 +189,7 @@ export interface ScheduledAgentItem {
189189 /**
190190 * Scheduler-derived history metadata for a scheduled agent
191191 */
192- history ?: ScheduleHistoryItem ;
192+ history ?: ScheduledAgentHistoryItem ;
193193
194194 /**
195195 * Error message from the last failed spawn attempt, if any
@@ -283,7 +283,7 @@ export interface ScheduleUpdateParams {
283283
284284export declare namespace Schedules {
285285 export {
286- type ScheduleHistoryItem as ScheduleHistoryItem ,
286+ type ScheduledAgentHistoryItem as ScheduledAgentHistoryItem ,
287287 type ScheduledAgentItem as ScheduledAgentItem ,
288288 type ScheduleListResponse as ScheduleListResponse ,
289289 type ScheduleDeleteResponse as ScheduleDeleteResponse ,
You can’t perform that action at this time.
0 commit comments