@@ -62,17 +62,15 @@ import {
6262 GraphCreateResponse ,
6363 GraphDeleteResponse ,
6464 GraphListParams ,
65- GraphListResponse ,
66- GraphListResponsesCursorPage ,
6765 GraphQuestionParams ,
6866 GraphQuestionParamsNonStreaming ,
6967 GraphQuestionParamsStreaming ,
7068 GraphRemoveFileFromGraphParams ,
7169 GraphRemoveFileFromGraphResponse ,
72- GraphRetrieveResponse ,
7370 GraphUpdateParams ,
7471 GraphUpdateResponse ,
7572 Graphs ,
73+ GraphsCursorPage ,
7674 Question ,
7775 QuestionResponseChunk ,
7876} from './resources/graphs' ;
@@ -833,6 +831,7 @@ export class Writer {
833831 translation : API . Translation = new API . Translation ( this ) ;
834832 vision : API . Vision = new API . Vision ( this ) ;
835833}
834+
836835Writer . Applications = Applications ;
837836Writer . Chat = Chat ;
838837Writer . Completions = Completions ;
@@ -842,6 +841,7 @@ Writer.Files = Files;
842841Writer . Tools = Tools ;
843842Writer . Translation = Translation ;
844843Writer . Vision = Vision ;
844+
845845export declare namespace Writer {
846846 export type RequestOptions = Opts . RequestOptions ;
847847
@@ -898,12 +898,10 @@ export declare namespace Writer {
898898 type Question as Question ,
899899 type QuestionResponseChunk as QuestionResponseChunk ,
900900 type GraphCreateResponse as GraphCreateResponse ,
901- type GraphRetrieveResponse as GraphRetrieveResponse ,
902901 type GraphUpdateResponse as GraphUpdateResponse ,
903- type GraphListResponse as GraphListResponse ,
904902 type GraphDeleteResponse as GraphDeleteResponse ,
905903 type GraphRemoveFileFromGraphResponse as GraphRemoveFileFromGraphResponse ,
906- type GraphListResponsesCursorPage as GraphListResponsesCursorPage ,
904+ type GraphsCursorPage as GraphsCursorPage ,
907905 type GraphCreateParams as GraphCreateParams ,
908906 type GraphUpdateParams as GraphUpdateParams ,
909907 type GraphListParams as GraphListParams ,
0 commit comments