@@ -8,8 +8,8 @@ import * as Pagination from './pagination';
88import {
99 type DatasetsIterrowsParams ,
1010 DatasetsIterrowsResponse ,
11- type OpenAICursorPaginationParams ,
12- OpenAICursorPaginationResponse ,
11+ type OpenAICursorPageParams ,
12+ OpenAICursorPageResponse ,
1313} from './pagination' ;
1414import * as Uploads from './uploads' ;
1515import * as API from './resources/index' ;
@@ -46,7 +46,7 @@ import {
4646 FileCreateParams ,
4747 FileListParams ,
4848 Files ,
49- FilesOpenAICursorPagination ,
49+ FilesOpenAICursorPage ,
5050 ListFilesResponse ,
5151} from './resources/files' ;
5252import {
@@ -183,7 +183,7 @@ import {
183183 ResponseCreateParamsStreaming ,
184184 ResponseListParams ,
185185 ResponseListResponse ,
186- ResponseListResponsesOpenAICursorPagination ,
186+ ResponseListResponsesOpenAICursorPage ,
187187 ResponseObject ,
188188 ResponseObjectStream ,
189189 Responses ,
@@ -206,7 +206,7 @@ import {
206206 VectorStoreSearchResponse ,
207207 VectorStoreUpdateParams ,
208208 VectorStores ,
209- VectorStoresOpenAICursorPagination ,
209+ VectorStoresOpenAICursorPage ,
210210} from './resources/vector-stores/vector-stores' ;
211211
212212export interface ClientOptions {
@@ -402,7 +402,7 @@ LlamaStackClient.Toolgroups = Toolgroups;
402402LlamaStackClient . Tools = Tools ;
403403LlamaStackClient . ToolRuntime = ToolRuntime ;
404404LlamaStackClient . Responses = Responses ;
405- LlamaStackClient . ResponseListResponsesOpenAICursorPagination = ResponseListResponsesOpenAICursorPagination ;
405+ LlamaStackClient . ResponseListResponsesOpenAICursorPage = ResponseListResponsesOpenAICursorPage ;
406406LlamaStackClient . Agents = Agents ;
407407LlamaStackClient . Datasets = Datasets ;
408408LlamaStackClient . Eval = Eval ;
@@ -414,7 +414,7 @@ LlamaStackClient.Completions = Completions;
414414LlamaStackClient . VectorIo = VectorIo ;
415415LlamaStackClient . VectorDBs = VectorDBs ;
416416LlamaStackClient . VectorStores = VectorStores ;
417- LlamaStackClient . VectorStoresOpenAICursorPagination = VectorStoresOpenAICursorPagination ;
417+ LlamaStackClient . VectorStoresOpenAICursorPage = VectorStoresOpenAICursorPage ;
418418LlamaStackClient . Models = Models ;
419419LlamaStackClient . PostTraining = PostTraining ;
420420LlamaStackClient . Providers = Providers ;
@@ -428,7 +428,7 @@ LlamaStackClient.Scoring = Scoring;
428428LlamaStackClient . ScoringFunctions = ScoringFunctions ;
429429LlamaStackClient . Benchmarks = Benchmarks ;
430430LlamaStackClient . Files = Files ;
431- LlamaStackClient . FilesOpenAICursorPagination = FilesOpenAICursorPagination ;
431+ LlamaStackClient . FilesOpenAICursorPage = FilesOpenAICursorPage ;
432432export declare namespace LlamaStackClient {
433433 export type RequestOptions = Core . RequestOptions ;
434434
@@ -438,10 +438,10 @@ export declare namespace LlamaStackClient {
438438 type DatasetsIterrowsResponse as DatasetsIterrowsResponse ,
439439 } ;
440440
441- export import OpenAICursorPagination = Pagination . OpenAICursorPagination ;
441+ export import OpenAICursorPage = Pagination . OpenAICursorPage ;
442442 export {
443- type OpenAICursorPaginationParams as OpenAICursorPaginationParams ,
444- type OpenAICursorPaginationResponse as OpenAICursorPaginationResponse ,
443+ type OpenAICursorPageParams as OpenAICursorPageParams ,
444+ type OpenAICursorPageResponse as OpenAICursorPageResponse ,
445445 } ;
446446
447447 export {
@@ -474,7 +474,7 @@ export declare namespace LlamaStackClient {
474474 type ResponseObject as ResponseObject ,
475475 type ResponseObjectStream as ResponseObjectStream ,
476476 type ResponseListResponse as ResponseListResponse ,
477- ResponseListResponsesOpenAICursorPagination as ResponseListResponsesOpenAICursorPagination ,
477+ ResponseListResponsesOpenAICursorPage as ResponseListResponsesOpenAICursorPage ,
478478 type ResponseCreateParams as ResponseCreateParams ,
479479 type ResponseCreateParamsNonStreaming as ResponseCreateParamsNonStreaming ,
480480 type ResponseCreateParamsStreaming as ResponseCreateParamsStreaming ,
@@ -583,7 +583,7 @@ export declare namespace LlamaStackClient {
583583 type VectorStore as VectorStore ,
584584 type VectorStoreDeleteResponse as VectorStoreDeleteResponse ,
585585 type VectorStoreSearchResponse as VectorStoreSearchResponse ,
586- VectorStoresOpenAICursorPagination as VectorStoresOpenAICursorPagination ,
586+ VectorStoresOpenAICursorPage as VectorStoresOpenAICursorPage ,
587587 type VectorStoreCreateParams as VectorStoreCreateParams ,
588588 type VectorStoreUpdateParams as VectorStoreUpdateParams ,
589589 type VectorStoreListParams as VectorStoreListParams ,
@@ -694,7 +694,7 @@ export declare namespace LlamaStackClient {
694694 type File as File ,
695695 type ListFilesResponse as ListFilesResponse ,
696696 type FileContentResponse as FileContentResponse ,
697- FilesOpenAICursorPagination as FilesOpenAICursorPagination ,
697+ FilesOpenAICursorPage as FilesOpenAICursorPage ,
698698 type FileCreateParams as FileCreateParams ,
699699 type FileListParams as FileListParams ,
700700 } ;
0 commit comments